.led-hero-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:linear-gradient(135deg,#ff6b35 0%,#c23816 100%);color:#fff;box-sizing:border-box;overflow:hidden}.led-hero-inner{max-width:1200px;margin:0 auto;padding:60px 20px;display:flex;justify-content:space-between;align-items:center;font-family:inherit}.led-hero-title h2{font-size:4rem;line-height:1;font-weight:800;margin:0;color:#fff;letter-spacing:-1px}.led-hero-cta{display:flex;flex-direction:column;align-items:flex-end;text-align:right;min-width:200px}.cta-text{font-size:1.3rem;font-weight:600;margin-bottom:20px;color:#fff;opacity:.9;letter-spacing:.5px}.led-deco-icon{width:56px;height:56px;background-color:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.5);cursor:default;animation:simpleBounce 3s infinite ease-in-out}@media (max-width:768px){.led-hero-inner{flex-direction:column;align-items:flex-start;padding:40px 25px}.led-hero-title h2{font-size:2.8rem;margin-bottom:25px}.led-hero-cta{width:100%;flex-direction:row;justify-content:space-between;align-items:center;text-align:left}.cta-text{margin-bottom:0;font-size:1.1rem}.led-deco-icon{width:44px;height:44px}}