html{scroll-behavior:smooth}body{color:#fff;background-color:#000;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--bg-section:#111;--bg-grey:#2a2a2a;--red:#c00;--blue:#1e6bb8;--blue-light:#4a9fd4;--yellow:#d4af37;--fire-orange:#f60;--fire-yellow:#fc0;--white:#fff;--text-muted:#b8b8b8;--border:#ffffff1a;--primary:var(--fire-orange);--primary-dark:#e55a00;--accent:var(--yellow);--bg-dark:var(--bg);--bg-darker:var(--bg-section);--text-light:var(--white);--text-gray:var(--text-muted)}body{background-color:var(--bg);color:var(--white);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;scroll-behavior:smooth;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.app{background-color:var(--bg);width:100%}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.btn{cursor:pointer;text-transform:uppercase;letter-spacing:1.5px;border:none;border-radius:2px;padding:12px 32px;font-size:14px;font-weight:600;transition:all .35s cubic-bezier(.16,1,.3,1)}.btn-primary{color:var(--white);border:2px solid var(--white);background-color:#0000}.btn-primary:hover{background-color:var(--white);color:var(--bg);transform:translateY(-2px);box-shadow:0 8px 30px #ffcc0040}.btn-secondary{color:var(--white);background-color:#0000;border:2px solid #fff6}.btn-secondary:hover{border-color:var(--yellow);color:var(--yellow);transform:translateY(-2px)}.btn-outline{color:var(--yellow);border:1px solid var(--yellow);background-color:#0000;padding:10px 24px;font-size:12px}.btn-outline:hover{background-color:var(--yellow);color:var(--bg)}.btn-large{padding:16px 48px;font-size:14px}.section-title{text-align:center;letter-spacing:-.5px;margin-bottom:16px;font-size:2.8rem;font-weight:500}.section-subtitle{color:var(--text-muted);text-align:center;max-width:720px;margin:0 auto 60px;font-size:1rem;font-weight:300;line-height:1.7}.page-shell{max-width:1080px;margin:0 auto;padding:120px 24px 80px}.section-intro{margin-bottom:40px}.coverage-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.coverage-card{border:1px solid var(--border);background:#ffffff08;border-radius:18px;padding:24px}.coverage-card h2{margin-bottom:12px;font-size:1.2rem}.coverage-card p{color:var(--text-muted)}.footer-gif{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;max-width:420px;height:auto;margin:40px auto 0;display:block}.navbar{z-index:1000;width:100%;padding:20px 0;transition:background .35s,padding .35s,border-color .35s;position:fixed;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#000000eb;border-bottom:1px solid #ffffff14;padding:14px 0}.nav-container{justify-content:space-between;align-items:center;gap:40px;max-width:1400px;margin:0 auto;padding:0 60px;display:flex}.logo{justify-content:center;align-items:center;transition:transform .3s,opacity .3s;display:inline-flex}.logo:hover{opacity:.9;transform:scale(1.02)}.logo-img{object-fit:contain;object-position:center;width:auto;max-width:220px;height:90px}.nav-menu{align-items:center;gap:40px;list-style:none;display:flex}.nav-menu a{color:#ffffffe6;letter-spacing:1px;text-transform:uppercase;padding-bottom:6px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.nav-menu a:after{content:"";background:var(--yellow);width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.nav-menu a:hover,.nav-menu a.active{color:#fff}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.hamburger{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;gap:5px;padding:6px;display:none}.hamburger span{background:#fff;width:24px;height:2px;transition:all .3s}.hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width>=1440px){.navbar{padding:24px 0}.navbar.scrolled{padding:16px 0}.nav-container{max-width:1600px;padding:0 80px}.logo-img{max-width:300px;height:88px}.nav-menu{gap:48px}.nav-menu a{letter-spacing:1.2px;font-size:.95rem}}@media (width>=1920px){.nav-container{max-width:1800px;padding:0 100px}.logo-img{max-width:340px;height:90px}.nav-menu{gap:56px}.nav-menu a{font-size:1rem}}@media (width<=1024px){.navbar{padding:16px 0}.navbar.scrolled{padding:12px 0}.nav-container{gap:32px;padding:0 40px}.logo-img{height:72px}.nav-menu{gap:28px}.nav-menu a{font-size:.8rem}}@media (width<=900px){.nav-container{padding:0 24px}.nav-menu{gap:20px}.nav-menu a{letter-spacing:.5px;font-size:.75rem}}.nav-backdrop{z-index:999;opacity:0;visibility:hidden;background:#000;width:100%;height:100%;transition:opacity .35s,visibility .35s;display:none;position:fixed;inset:0}.nav-backdrop.active{opacity:1;visibility:visible}@media (width<=768px){.navbar{padding:14px 0}.nav-container{padding:0 20px}.logo-img{height:72px}.hamburger{z-index:1002;display:flex}.nav-backdrop{display:block}.nav-menu{z-index:1001;overscroll-behavior:contain;background:#000;border-right:1px solid #ffffff26;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;width:80%;max-width:320px;height:100dvh;padding:100px 24px 24px;transition:transform .35s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.nav-menu.active{transform:translate(0)}.nav-menu a{letter-spacing:1px;font-size:.95rem}}.footer{background:radial-gradient(circle at top,#d4af3714,#0000 20%),linear-gradient(#020202 0%,#050505 100%);border-top:1px solid #ffffff14;padding:40px 40px 0}.footer-container{grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;max-width:1100px;margin:0 auto;padding-bottom:32px;display:grid}.footer-logo{object-fit:contain;object-position:center;width:auto;max-width:180px;height:38px;margin-bottom:12px}.footer-section h4{text-transform:uppercase;letter-spacing:1px;color:#ffffffe6;margin-bottom:12px;font-size:.8rem}.footer-section p{color:#fffc;max-width:260px;font-size:.88rem;line-height:1.6}.footer-address{color:#fffc;margin-top:12px;font-size:.88rem;font-style:normal;line-height:1.55}.footer-address strong{color:#ffffffeb;letter-spacing:.3px;margin-bottom:4px;font-weight:600;display:block}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:8px}.footer-section a{color:#fffc;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #ffffff14;padding:14px 0}.footer-bottom p{color:#ffffffbf;font-size:.8rem}.footer-company-mobile{display:none}@media (width<=768px){.footer{padding:20px 24px 0}.footer-container{flex-direction:column;align-items:flex-start;gap:10px;padding-bottom:14px;display:flex}.footer-brand{text-align:left;align-items:center;gap:12px;width:100%;display:flex}.footer-logo{flex-shrink:0;max-width:120px;height:32px;margin-bottom:0}.footer-company-mobile{color:#ffffffeb;letter-spacing:.2px;text-align:left;flex:1;min-width:0;margin-bottom:0;font-size:.78rem;font-weight:600;line-height:1.3;display:block}.footer-tagline,.footer-address--brand,.footer-section--products,.footer-section--company{display:none}.footer-section--contact{text-align:left;width:100%}.footer-section--contact h4{display:none}.footer-section--contact ul{flex-direction:column;gap:4px;display:flex}.footer-section--contact ul li{margin-bottom:0;line-height:1.35}.footer-section--contact a{word-break:break-word;font-size:.8125rem}.footer-bottom{text-align:left;padding:10px 0 18px}.footer-bottom p,.footer-copyright{max-width:100%;font-size:.7rem;line-height:1.35}}.whatsapp-float{z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #25d36666}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 24px #25d36680}.whatsapp-float:active{transform:scale(.95)}.whatsapp-float svg{color:#fff;width:32px;height:32px}@media (width<=768px){.whatsapp-float{width:56px;height:56px;bottom:20px;right:20px}.whatsapp-float svg{width:28px;height:28px}}.hero{justify-content:center;align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-frames{position:absolute;inset:0;overflow:hidden}.hero-video,.hero-video-fallback{object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.05)}.hero-video{display:block}.hero-video-fallback{display:none}@media (prefers-reduced-motion:reduce){.hero-video{display:none}.hero-video-fallback{display:block}}.hero-glow{pointer-events:none;background:radial-gradient(at 50% 45%,#ff660040 0%,#ffcc0014 30%,#0000 60%);animation:4s ease-in-out infinite glowPulse;position:absolute;inset:0}@keyframes glowPulse{0%,to{opacity:.6}50%{opacity:1}}.hero-overlay{background:linear-gradient(#00000080 0%,#0000004d 40%,#000000d9 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:900px;margin-top:80px;padding:0 40px;position:relative}.hero-title{letter-spacing:-.5px;margin-bottom:24px;font-size:clamp(1.8rem,4vw,3rem);font-weight:400;line-height:1.35;animation:1s .3s both fadeInUp}.hero-subtitle{color:var(--text-muted);max-width:640px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.05rem;font-weight:300;line-height:1.7;animation:1s .5s both fadeInUp}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;animation:1s .7s both fadeInUp;display:flex}.hero-buttons .btn{text-decoration:none;display:inline-block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.scroll-indicator{z-index:2;animation:2s infinite bounce;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.scroll-indicator span{border:2px solid #fff6;border-radius:12px;width:24px;height:40px;display:block;position:relative}.scroll-indicator span:after{content:"";background:var(--yellow);border-radius:2px;width:4px;height:8px;animation:2s infinite scrollDot;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@keyframes scrollDot{0%{opacity:1;top:8px}to{opacity:0;top:22px}}@media (width<=768px){.hero{min-height:100svh}.hero-content{margin-top:100px;padding:0 20px}}.hero-spacex{background:#000;justify-content:flex-start;align-items:flex-end;width:100vw;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-video-bg{object-fit:cover;object-position:center;z-index:0;opacity:0;width:100vw;height:100vh;transition:opacity .8s ease-in-out;position:absolute;inset:0}.hero-video-bg.active{opacity:1;z-index:1}.hero-video-bg.transitioning{transition:opacity .5s ease-in-out}.hero-overlay-spacex{z-index:1;background:linear-gradient(#00000059 0%,#000000bf 80%,#000 100%);position:absolute;inset:0}.hero-content-spacex{z-index:2;color:#fff;flex-direction:column;align-items:flex-start;gap:18px;max-width:900px;padding:0 0 80px 7vw;display:flex;position:relative}.hero-title-spacex{letter-spacing:-.5px;text-shadow:0 4px 24px #000000b3;margin-bottom:8px;font-family:Segoe UI,Arial,sans-serif;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:400;line-height:1.35}.hero-subtitle-spacex{color:#d5d5d5;max-width:640px;margin-bottom:16px;font-size:1.05rem;line-height:1.75}.hero-buttons-spacex{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.hero-btn-spacex{text-transform:uppercase;letter-spacing:1.2px;border-radius:2px;padding:12px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:all .35s;display:inline-block}.hero-btn-primary{color:#fff;background:0 0;border:2px solid #fff}.hero-btn-secondary{color:#fff;background:0 0;border:2px solid #ffffff59}.hero-btn-spacex:hover{color:#111;background:#fff}@media (width<=900px){.hero-content-spacex{max-width:95vw;padding:0 0 40px 4vw}}@media (width<=600px){.hero-spacex{height:70vh;min-height:400px}.hero-content-spacex{gap:12px;padding:0 0 24px 4vw}.hero-title-spacex{font-size:1.7rem}.hero-subtitle-spacex{font-size:.98rem}.hero-btn-spacex{padding:10px 22px;font-size:.88rem}}.products-video-hero{border-bottom:1px solid var(--border);padding:120px 48px 88px;position:relative;overflow:hidden}.products-video-hero-bg{filter:saturate(.35)contrast(1.1);background:linear-gradient(105deg,#000000f0 0%,#000000d1 42%,#000000b8 100%),url(https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&w=1920&q=80) 50%/cover no-repeat;position:absolute;inset:0}.products-video-hero-inner{z-index:1;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;gap:48px;max-width:1280px;margin:0 auto;display:grid;position:relative}.products-video-hero-text h1{letter-spacing:-.5px;color:var(--white);margin-bottom:24px;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:500;line-height:1.15}.products-video-hero-text p{color:#ffffffeb;max-width:520px;font-size:1.05rem;line-height:1.75}.products-video-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08080ae0;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden;box-shadow:0 24px 80px #0000008c}.products-video-card-channel{background:#00000059;border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:14px 16px;display:flex}.products-video-card-avatar{background:linear-gradient(135deg, var(--yellow), var(--fire-orange));width:40px;height:40px;color:var(--bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.products-video-card-channel strong{color:var(--white);font-size:.95rem;font-weight:600;line-height:1.3;display:block}.products-video-card-channel span{color:#ffffff8c;font-size:.8rem;line-height:1.3;display:block}.products-video-embed{aspect-ratio:16/9;background:#000;width:100%;position:relative}.products-video-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}@media (width<=1024px){.products-video-hero-inner{grid-template-columns:1fr;gap:36px}.products-video-hero-text p{max-width:100%}}@media (width<=768px){.products-video-hero{padding:100px 24px 64px}.products-video-card{border-radius:12px}}.products-grid-section{background:var(--bg);color:var(--white);border-top:1px solid var(--border);padding:48px 48px 96px;position:relative;overflow:hidden}.products-grid-section-bg{pointer-events:none;opacity:.55;background:radial-gradient(circle at 50% 0,#ffffff0a,#0000 42%),repeating-radial-gradient(circle at 50% 120%,#0000 0 48px,#ffffff08 48px 49px);position:absolute;inset:0}.products-grid-header{z-index:1;text-align:center;margin-bottom:56px;position:relative}.products-grid-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--yellow);margin-bottom:20px;font-size:.7rem;font-weight:600;display:block}.products-grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:28px;max-width:1280px;margin:0 auto;display:grid;position:relative}.product-card{flex-direction:column;gap:20px;min-width:0;scroll-margin-top:110px;display:flex}.product-card-media{aspect-ratio:4/3;background:#0a0a0c;border-radius:20px;width:100%;position:relative;overflow:hidden}.product-card-media--interactive{cursor:pointer}.product-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.product-card-media-hint{color:var(--white);letter-spacing:1px;text-transform:uppercase;text-align:center;opacity:0;background:#000000b8;border-radius:999px;padding:10px 14px;font-size:.78rem;font-weight:600;transition:opacity .25s,transform .25s;position:absolute;bottom:16px;left:16px;right:16px;transform:translateY(8px)}.product-card-media--interactive:hover .product-card-media-hint,.product-card-media--interactive:focus-visible .product-card-media-hint{opacity:1;transform:translateY(0)}.product-card-media--interactive:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}.product-card:hover .product-card-media img,.product-card-media--interactive:hover img,.product-card-media--interactive:focus-visible img{transform:scale(1.03)}.product-variations-modal{z-index:1200;overscroll-behavior:contain;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.product-variations-backdrop{cursor:pointer;background:#000000d1;border:none;position:absolute;inset:0}.product-variations-panel{z-index:1;background:#111;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;width:min(1100px,100%);max-height:calc(100dvh - 48px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000073}.product-variations-header{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px 28px 20px;display:flex}.product-variations-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--yellow);margin-bottom:8px;font-size:.7rem;font-weight:600;display:block}.product-variations-header h3{color:var(--white);word-break:break-word;font-size:clamp(1.2rem,2.5vw,1.8rem);line-height:1.3}.product-variations-close{width:40px;height:40px;color:var(--white);cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:50%;flex-shrink:0;font-size:1.6rem;line-height:1}.product-variations-close:hover{background:#ffffff14}.product-variations-grid{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;padding:24px 28px 28px;display:grid;overflow-y:auto}.product-variation-card{flex-direction:column;gap:12px;min-width:0;margin:0;display:flex}.product-variation-media{aspect-ratio:4/3;background:#0a0a0c;border-radius:16px;overflow:hidden}.product-variation-media img{object-fit:cover;width:100%;height:100%;display:block}.product-variation-card figcaption{letter-spacing:1px;text-transform:uppercase;color:#ffffffd1;text-align:center;font-size:.95rem;font-weight:600}.product-card-body{text-align:left;flex-direction:column;gap:10px;padding:0 4px;display:flex}.product-card-index{letter-spacing:2px;color:var(--yellow);font-size:.65rem;font-weight:700}.product-card-body h3{color:var(--white);letter-spacing:-.2px;font-size:1.15rem;font-weight:700;line-height:1.35}.product-card-body p{color:#ffffff9e;font-size:.95rem;font-weight:400;line-height:1.75}.product-card-section-title{color:var(--white);margin-top:8px;font-size:1rem;font-weight:700;line-height:1.4}.product-card-features-heading{color:#ffffffb8;font-size:.95rem;font-weight:600;line-height:1.75}.product-card-features{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.product-card-features li{color:#ffffff9e;font-size:.95rem;line-height:1.75}.product-card-features strong{color:#ffffffe0;font-weight:600}@media (width<=1024px){.products-grid{grid-template-columns:1fr;gap:40px;max-width:520px}.product-variations-modal{padding:16px}.product-variations-panel{max-height:calc(100dvh - 32px)}.product-variations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (width<=768px){.products-grid-section{padding:72px 24px 96px}.products-grid-header{margin-bottom:40px}.product-card-media{border-radius:16px}.product-card-media-hint{opacity:1;transform:translateY(0)}.product-variations-modal{align-items:stretch;padding:0}.product-variations-panel{border-left:none;border-right:none;border-radius:0;width:100%;max-height:100dvh}.product-variations-header{z-index:2;padding:20px 16px 16px;padding-top:max(20px, env(safe-area-inset-top));background:#111;position:sticky;top:0}.product-variations-header h3{padding-right:8px;font-size:1.1rem}.product-variations-close{width:44px;height:44px}.product-variations-grid{padding:16px;padding-bottom:max(16px, env(safe-area-inset-bottom));grid-template-columns:1fr;gap:16px}.product-variation-media{aspect-ratio:auto;min-height:220px;max-height:60vh}.product-variation-media img{object-fit:contain}.product-variation-card figcaption{font-size:.85rem}}@media (width<=480px){.product-variations-header{padding:16px 12px 12px;padding-top:max(16px, env(safe-area-inset-top));gap:12px}.product-variations-eyebrow{letter-spacing:1.5px;font-size:.62rem}.product-variations-header h3{font-size:1rem;line-height:1.35}.product-variations-grid{padding:12px;padding-bottom:max(12px, env(safe-area-inset-bottom));gap:14px}.product-variation-media{border-radius:12px;min-height:180px;max-height:55vh}.product-variation-card figcaption{font-size:.8rem}}@media (prefers-reduced-motion:reduce){.product-card-media img{transition:none}}.thermal-covers-feature{background:var(--bg);border-top:1px solid var(--border);scroll-margin-top:90px}.thermal-covers-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--yellow);margin-bottom:20px;font-size:.7rem;font-weight:600;display:block}.thermal-covers-header{text-align:center;max-width:720px;margin:0 auto;padding:80px 48px 56px}.thermal-covers-header .section-title{margin-bottom:20px}.thermal-covers-header .section-subtitle{margin-bottom:0}.thermal-covers-panel{padding:0 48px 80px}.thermal-covers-panel-inner{background:#121212;border:1px solid #ffffff0f;border-radius:24px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:40px 56px;max-width:1200px;margin:0 auto;padding:32px 40px;display:grid}.thermal-covers-media{background:#0a0a0c;border-radius:20px;flex-shrink:0;justify-self:center;width:min(100%,286px);margin:0;line-height:0;overflow:hidden;box-shadow:0 12px 40px #00000059}.thermal-covers-media img{aspect-ratio:286/268;object-fit:contain;object-position:center;width:286px;max-width:100%;height:auto;display:block}.thermal-covers-content{text-align:left;flex-direction:column;min-width:0;display:flex}.thermal-covers-index{letter-spacing:2px;color:var(--yellow);margin-bottom:14px;font-size:.65rem;font-weight:700}.thermal-covers-content h2{color:var(--white);letter-spacing:-.3px;margin-bottom:12px;font-size:clamp(1.35rem,2vw,1.65rem);font-weight:700;line-height:1.3}.thermal-covers-tagline{color:var(--blue-light);margin-bottom:24px;font-size:1rem;line-height:1.5}.thermal-covers-copy{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.thermal-covers-copy p{color:#ffffff9e;font-size:.95rem;line-height:1.75}.thermal-covers-lead{color:var(--white);margin-bottom:16px;font-size:.95rem;font-weight:700;line-height:1.6}.thermal-covers-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;margin:0;padding:0;list-style:none;display:grid}.thermal-covers-benefits li{color:#ffffffb8;padding-left:22px;font-size:.9rem;line-height:1.5;position:relative}.thermal-covers-benefits li:before{content:"✓";color:var(--yellow);font-size:.8rem;font-weight:700;position:absolute;left:0}@media (width<=1024px){.thermal-covers-panel-inner{grid-template-columns:1fr;align-items:start;gap:32px;padding:28px}.thermal-covers-media{justify-self:center;width:min(100%,286px)}.thermal-covers-media img{width:100%}}@media (width<=768px){.thermal-covers-header{padding:56px 24px 40px}.thermal-covers-panel{padding:0 24px 64px}.thermal-covers-panel-inner{border-radius:20px;padding:20px}.thermal-covers-media{border-radius:16px;max-width:100%}.thermal-covers-benefits{grid-template-columns:1fr}}.testimonial-section{background:linear-gradient(135deg,#1a3a4a 0%,#1e2d38 50%,#182530 100%);border-top:1px solid #ffffff0f;padding:80px 48px}.testimonial-inner{max-width:1000px;margin:0 auto}.testimonial-body{grid-template-columns:minmax(260px,42%) 1fr;align-items:stretch;gap:40px;display:grid}.testimonial-image{border:1px solid #ffffff1f;border-radius:12px;height:100%;min-height:100%;overflow:hidden;box-shadow:0 8px 32px #00000059}.testimonial-image img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.testimonial-content{flex-direction:column;justify-content:center;gap:20px;min-height:0;display:flex}.testimonial-title{color:var(--white);margin:0;font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:500;line-height:1.25}.testimonial-quote{border:none;margin:0;padding:0}.testimonial-quote p{color:#ffffffd1;margin:0;font-size:.95rem;font-style:italic;line-height:1.75}.testimonial-author{color:var(--white);margin-top:16px;font-size:.95rem;font-style:normal;font-weight:500}@media (width<=768px){.testimonial-section{padding:64px 24px}.testimonial-body{grid-template-columns:1fr;gap:24px}.testimonial-image{aspect-ratio:4/3;height:auto}.testimonial-image img{height:100%}.testimonial-title{font-size:1.4rem}}.about-page{background:var(--bg);color:var(--white)}.about-engineering{background:var(--bg);border-bottom:1px solid var(--border);padding:112px 48px 72px;position:relative;overflow:hidden}.about-video-bg{object-fit:cover;z-index:0;opacity:.6;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-video-overlay{z-index:1;background:linear-gradient(#00000080 0%,#0000004d 50%,#00000080 100%);position:absolute;inset:0}.about-engineering-inner{z-index:2;text-align:center;max-width:1120px;margin:0 auto;position:relative}.about-engineering-title{letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(1.9rem,3.6vw,3.1rem);font-weight:500;line-height:1.18}.about-engineering-text{color:#ffffffdb;max-width:880px;margin:0 auto 28px;font-size:1rem;line-height:1.7}.about-carousel{max-width:1200px;margin:0 auto 24px;position:relative}.about-carousel-stage{height:420px;margin:0;position:relative;overflow:visible}.about-carousel-track{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.about-carousel-card{pointer-events:none;background:#111;border-radius:12px;width:52%;max-width:560px;margin:0;transition:all .5s;position:absolute;overflow:hidden;box-shadow:0 8px 32px #0009}.about-carousel-card img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;display:block}.about-carousel-card.is-active{z-index:5;opacity:1;pointer-events:auto;transform:translate(0)scale(1)}.about-carousel-card:not(.is-active){filter:brightness(.5)saturate(.7)}.about-carousel-card[style*="--offset: -2"]{z-index:1;opacity:.5;transform:translate(-85%)scale(.72)}.about-carousel-card[style*="--offset: -1"]{z-index:3;opacity:.85;transform:translate(-52%)scale(.82)}.about-carousel-card[style*="--offset: 1"]{z-index:3;opacity:.85;transform:translate(52%)scale(.82)}.about-carousel-card[style*="--offset: 2"]{z-index:1;opacity:.5;transform:translate(85%)scale(.72)}.about-carousel-nav{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:48px;height:48px;color:var(--white);cursor:pointer;z-index:10;background:#0006;border:1px solid #ffffff40;border-radius:999px;font-size:1.8rem;line-height:1;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.about-carousel-nav-prev{left:4%}.about-carousel-nav-next{right:4%}.about-carousel-nav:hover{background:#ffffff26;border-color:#fff6}.about-carousel-nav:active{transform:translateY(-50%)scale(.95)}.about-carousel-dots{justify-content:center;gap:8px;margin-top:28px;display:flex}.about-carousel-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:999px;width:10px;height:10px;padding:0;transition:all .3s}.about-carousel-dot:hover{background:#ffffff80}.about-carousel-dot.is-active{background:var(--white);width:24px}.about-intro{background:var(--bg);border-bottom:1px solid var(--border);padding:84px 48px 88px}.about-intro-inner{text-align:center;max-width:900px;margin:0 auto}.about-intro-title{letter-spacing:-.5px;color:var(--white);margin-bottom:28px;font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:500;line-height:1.2}.about-intro-text{color:#ffffffe0;font-size:1.05rem;font-weight:400;line-height:1.8}.about-specialty{background:var(--bg-grey);padding:80px 48px 120px}.about-specialty-header{text-align:center;max-width:720px;margin:0 auto 56px}.about-specialty-title{letter-spacing:-.4px;color:var(--white);margin-bottom:16px;font-size:clamp(1.6rem,2.8vw,2.25rem);font-weight:500;line-height:1.2}.about-specialty-subtitle{color:#ffffffd1;font-size:1rem;line-height:1.7}.about-specialty-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 48px;max-width:1100px;margin:0 auto;padding:0;list-style:none;display:grid}.about-specialty-card{align-items:flex-start;gap:20px;min-width:0;display:flex}.about-specialty-icon{width:72px;height:72px;color:var(--yellow);flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-specialty-icon svg{width:64px;height:64px}.about-specialty-copy h3{color:var(--white);margin-bottom:8px;font-size:1.05rem;font-weight:700;line-height:1.35}.about-specialty-copy p{color:#ffffffc7;font-size:.95rem;line-height:1.7}@media (width<=900px){.about-carousel-stage{height:340px}.about-carousel-card{width:58%}.about-carousel-nav{width:40px;height:40px;font-size:1.5rem}.about-carousel-nav-prev{left:2%}.about-carousel-nav-next{right:2%}.about-specialty-grid{grid-template-columns:1fr;gap:32px;max-width:520px}}@media (width<=768px){.about-engineering{padding:96px 24px 56px}.about-carousel-stage{height:260px}.about-carousel-card{width:85%;max-width:100%}.about-carousel-card:not(.is-active){opacity:0;pointer-events:none;transform:translate(0)scale(.9)}.about-carousel-card[style*="--offset: -2"],.about-carousel-card[style*="--offset: -1"],.about-carousel-card[style*="--offset: 1"],.about-carousel-card[style*="--offset: 2"]{transform:translate(0)scale(.9)}.about-carousel-nav{display:none}.about-carousel-dots{gap:8px;margin-top:16px}.about-carousel-dot{width:8px;height:8px}.about-carousel-dot.is-active{width:24px}.about-intro{padding:72px 24px 64px}.about-specialty{padding:64px 24px 96px}.about-specialty-header{margin-bottom:40px}.about-specialty-icon{width:60px;height:60px}.about-specialty-icon svg{width:52px;height:52px}}.contact-page{background:var(--bg);min-height:100vh;padding:120px 48px 60px;position:relative;overflow:hidden}.contact-video-bg{object-fit:cover;z-index:0;opacity:.5;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-video-overlay{z-index:1;background:linear-gradient(#0009 0%,#0006 50%,#0009 100%);position:absolute;inset:0}.contact-container{z-index:2;grid-template-columns:1fr 1fr;align-items:stretch;gap:64px;max-width:1200px;margin:0 auto;display:grid;position:relative}.contact-form-section{padding-right:24px}.contact-title{color:var(--white);letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem);font-weight:600}.contact-intro{color:#ffffffb3;max-width:480px;margin-bottom:40px;font-size:1rem;line-height:1.7}.contact-form{flex-direction:column;gap:20px;display:flex}.form-group{position:relative}.form-group input,.form-group textarea{width:100%;color:var(--white);background:0 0;border:none;border-bottom:1px solid #fff3;padding:18px 0;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group input:focus,.form-group textarea:focus{border-bottom-color:var(--yellow);outline:none}.form-group textarea{resize:vertical;min-height:100px}.contact-btn{background:var(--yellow);color:var(--bg);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;align-self:flex-start;margin-top:16px;padding:16px 56px;font-size:.95rem;font-weight:600;transition:all .3s}.contact-btn:hover:not(:disabled){background:#e5c040;transform:translateY(-2px);box-shadow:0 8px 24px #d4af3740}.contact-btn:disabled{opacity:.8;cursor:not-allowed}.btn-loading{align-items:center;gap:10px;display:flex}.spinner{border:2px solid #0000;border-top-color:var(--bg);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.contact-success{text-align:center;background:#d4af370d;border:1px solid #d4af3726;border-radius:12px;padding:48px 24px}.success-icon{background:#d4af371f;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;display:flex}.success-icon svg{width:36px;height:36px;color:var(--yellow)}.contact-success h3{color:var(--white);margin-bottom:12px;font-size:1.5rem}.contact-success p{color:#ffffffb3;margin-bottom:24px}.contact-map-section{flex-direction:column;display:flex;position:relative}.map-header{z-index:10;position:absolute;top:16px;left:16px}.map-link{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);background:#000c;border:1px solid #ffffff26;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.map-link:hover{border-color:var(--yellow);color:var(--yellow);background:#000000e6}.map-link svg{width:14px;height:14px}.map-container{border:1px solid #ffffff1a;border-radius:8px;width:100%;height:100%;min-height:520px;position:relative;overflow:hidden}.map-container iframe{filter:grayscale(.2)contrast(1.05)}.map-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#000000e6;align-items:center;gap:12px;padding:14px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.map-pin{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.pin-pulse{display:none}.pin-marker{z-index:2;background:linear-gradient(135deg, var(--yellow) 0%, #b8972e 100%);border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.pin-marker svg{width:20px;height:20px;color:var(--bg)}.map-info-card{background:0 0;border:none;flex-direction:column;gap:2px;padding:0;display:flex}.info-badge{color:var(--yellow);letter-spacing:1px;font-size:.6rem;font-weight:700}.info-title{color:#fff;font-size:.9rem;font-weight:600}.info-address{color:#fff9;font-size:.75rem}.contact-info-bar{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111111e6;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;border-radius:0;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:80px auto 0;padding:40px 48px;display:grid;position:relative}.info-item{align-items:center;gap:18px;display:flex}.info-icon{border:2px solid var(--yellow);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex}.info-item:hover .info-icon{background:#d4af371a}.info-icon svg{width:24px;height:24px;color:var(--yellow)}.info-text{flex-direction:column;gap:4px;display:flex}.info-text .label{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.info-text .value{color:var(--white);font-size:1rem;font-weight:500}@media (width<=1024px){.contact-container{grid-template-columns:1fr;gap:48px}.contact-form-section{max-width:600px;padding-right:0}.contact-map-section{max-width:600px}.map-container{min-height:400px}.contact-info-bar{grid-template-columns:repeat(2,1fr);padding:32px 24px}.info-item{text-align:center;flex-direction:column;gap:12px}}@media (width<=768px){.contact-page{padding:100px 20px 48px}.contact-title{font-size:1.8rem}.contact-intro{margin-bottom:32px;font-size:.95rem}.contact-form{gap:16px}.form-group input,.form-group textarea{padding:14px 0;font-size:.95rem}.contact-map-section{max-width:100%}.map-header{top:10px;left:10px}.map-link{padding:8px 12px;font-size:.8rem}.map-container{height:auto;min-height:350px}.map-overlay{gap:10px;padding:12px 14px}.map-pin,.pin-marker{width:32px;height:32px}.pin-marker svg{width:18px;height:18px}.info-title{font-size:.85rem}.info-address{font-size:.7rem}.contact-info-bar{grid-template-columns:1fr;gap:20px;margin-top:48px;padding:28px 20px}.info-item{text-align:left;flex-direction:row;gap:14px}.info-icon{width:48px;height:48px}.info-icon svg{width:20px;height:20px}.info-text .label{font-size:.7rem}.info-text .value{font-size:.9rem}.contact-btn{text-align:center;width:100%;padding:14px 32px}}@media (width<=480px){.contact-page{padding:90px 16px 40px}.contact-title{font-size:1.5rem}.map-container{height:280px}.map-overlay{padding:10px 12px}.info-badge{font-size:.55rem}.info-title{font-size:.8rem}}.coverage-page{background:linear-gradient(145deg,#0a1628 0%,#0d1f35 50%,#091422 100%);min-height:100vh;padding:100px 48px 60px;overflow:hidden}.coverage-header{text-align:center;margin-bottom:48px}.coverage-main-title{letter-spacing:2px;color:var(--white);margin-bottom:8px;font-size:clamp(2rem,4vw,3.2rem);font-weight:700}.coverage-main-title .highlight{color:#c8102e}.coverage-subtitle{letter-spacing:3px;color:#ffffffb3;text-transform:uppercase;font-size:1rem}.coverage-video-wrapper{border-radius:16px;max-width:1100px;margin:0 auto 48px;overflow:hidden;box-shadow:0 8px 40px #0006}.coverage-video{width:100%;height:auto;display:block}.coverage-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:0 auto;padding:32px 0;display:flex}.coverage-bottom-features{gap:48px;display:flex}.coverage-bottom-feature{opacity:0;align-items:flex-start;gap:12px;animation:.6s forwards slideUp;display:flex;transform:translateY(20px)}.coverage-bottom-feature.delay-1{animation-delay:.3s}.coverage-bottom-feature.delay-2{animation-delay:.5s}.coverage-bottom-feature.delay-3{animation-delay:.7s}.coverage-bottom-icon{background:#c8102e1f;border:1px solid #c8102e4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.coverage-bottom-icon svg{color:#c8102e;width:18px;height:18px}.coverage-bottom-text{flex-direction:column;gap:2px;display:flex}.coverage-bottom-text strong{color:var(--white);letter-spacing:.5px;font-size:.75rem;font-weight:700}.coverage-bottom-text span{color:#ffffff8c;max-width:180px;font-size:.72rem;line-height:1.35}.coverage-tagline{align-items:center;gap:16px;display:flex}.tagline-main{color:#ffffffb3;text-align:right;font-size:.9rem;line-height:1.4}.tagline-main .highlight{color:#c8102e;font-weight:600}.tagline-badge{background:linear-gradient(135deg,#c8102e 0%,#8b0a1f 100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;animation:2s ease-in-out infinite badgePulse;display:flex}.tagline-badge span{color:#fff;font-size:1rem;font-weight:800}.coverage-footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;max-width:1200px;margin:24px auto 0;padding-top:24px;display:flex}.footer-brand{color:var(--white);letter-spacing:1px;font-size:.85rem;font-weight:700}.footer-brand .highlight{color:#c8102e}.footer-text{color:#ffffff80;letter-spacing:1px;font-size:.72rem}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 0 #c8102e66}50%{transform:scale(1.05);box-shadow:0 0 20px 8px #c8102e33}}@media (width>=1440px){.coverage-page{padding:120px 64px 80px}.coverage-header{margin-bottom:56px}.coverage-main-title{font-size:3.5rem}.coverage-subtitle{letter-spacing:4px;font-size:1.1rem}.coverage-video-wrapper{border-radius:20px;max-width:1200px;margin-bottom:64px}.coverage-bottom{gap:60px;max-width:1400px;padding:40px 0}.coverage-bottom-features{gap:64px}.coverage-bottom-icon{width:48px;height:48px}.coverage-bottom-icon svg{width:22px;height:22px}.coverage-bottom-text strong{font-size:.85rem}.coverage-bottom-text span{max-width:200px;font-size:.8rem}.tagline-badge{width:64px;height:64px}.tagline-badge span{font-size:1.1rem}.coverage-footer{max-width:1400px}.footer-brand{font-size:.95rem}.footer-text{font-size:.8rem}}@media (width>=1920px){.coverage-page{padding:140px 80px 100px}.coverage-main-title{font-size:4rem}.coverage-subtitle{font-size:1.2rem}.coverage-video-wrapper{max-width:1400px;margin-bottom:80px}.coverage-bottom,.coverage-footer{max-width:1600px}}@media (width<=1024px){.coverage-video-wrapper{max-width:100%;margin:0 0 40px}.coverage-bottom{text-align:center;flex-direction:column;gap:32px}.coverage-bottom-features{flex-wrap:wrap;justify-content:center}.tagline-main{text-align:center}}@media (width<=768px){.coverage-page{padding:96px 24px 48px}.coverage-header{margin-bottom:32px}.coverage-main-title{font-size:1.6rem}.coverage-subtitle{letter-spacing:2px;font-size:.8rem}.coverage-video-wrapper{border-radius:12px;margin-bottom:32px}.coverage-bottom-features{flex-direction:column;gap:20px}.coverage-bottom-feature{justify-content:center}.coverage-footer{text-align:center;flex-direction:column;gap:12px}}@media (width<=480px){.coverage-page{padding:88px 16px 40px}.coverage-main-title{letter-spacing:1px;font-size:1.4rem}.coverage-subtitle{letter-spacing:1.5px;font-size:.7rem}.coverage-video-wrapper{border-radius:8px}.coverage-bottom{gap:24px;padding:24px 0}.coverage-bottom-icon{width:36px;height:36px}.coverage-bottom-icon svg{width:16px;height:16px}.coverage-bottom-text strong{font-size:.7rem}.coverage-bottom-text span{font-size:.65rem}.tagline-main{font-size:.8rem}.tagline-badge{width:48px;height:48px}.tagline-badge span{font-size:.85rem}.footer-brand{font-size:.75rem}.footer-text{font-size:.65rem}}.energy-savings-page{background:#000;min-height:100vh;padding:120px 48px 80px;overflow-x:clip}.energy-savings-header{text-align:center;max-width:1200px;margin:0 auto 48px;padding:0 4px}.energy-savings-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--yellow,#d4af37);margin-bottom:20px;font-size:.78rem;font-weight:600;display:inline-block}.energy-savings-title{letter-spacing:1px;color:var(--white,#fff);margin-bottom:20px;font-size:clamp(1.5rem,3.2vw,2.4rem);font-weight:700;line-height:1.25}.energy-savings-subtitle{color:#ffffffb8;max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.7}.comparison-images{grid-template-columns:repeat(2,1fr);gap:32px;max-width:1200px;margin:0 auto 40px;padding:0 4px;display:grid}.comparison-image{background:#111;border-radius:8px;flex-direction:column;margin:0;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000059}.comparison-label{text-align:center;letter-spacing:2px;text-transform:uppercase;background:#000;margin:0;padding:14px 12px;font-size:clamp(1.1rem,2.5vw,1.6rem);font-weight:800}.comparison-label--without{color:#ff2d2d;text-shadow:0 0 6px #ff2d2d,0 0 12px #ff2d2d,0 0 24px red,0 0 48px red}.comparison-label--with{color:#39ff14;text-shadow:0 0 6px #39ff14,0 0 12px #39ff14,0 0 24px #0f6,0 0 48px #0f6}.comparison-image--without{border:3px solid #ff2d2d;box-shadow:0 0 8px #ff2d2d99,0 0 20px #ff2d2d66,0 0 40px #ff000040,0 8px 32px #00000059}.comparison-image--with{border:3px solid #39ff14;box-shadow:0 0 8px #39ff1499,0 0 20px #39ff1466,0 0 40px #00ff6640,0 8px 32px #00000059}.comparison-image img{object-fit:cover;object-position:center center;width:100%;height:100%;min-height:280px;display:block}.cost-summary{text-align:center;color:#111;background:#fff;border-radius:8px;max-width:900px;margin:0 auto 40px;padding:32px 40px;box-shadow:0 8px 32px #00000040}.cost-summary-title{color:#111;margin:0 0 24px;font-size:1.5rem;font-weight:700}.cost-line{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 12px;margin:0 0 14px;font-size:1rem;line-height:1.5;display:flex}.cost-badge{border-radius:4px;padding:4px 10px;font-size:.95rem;font-weight:700;display:inline-block}.cost-badge--without{color:#111;background:#f5d000}.cost-badge--with{color:#111;background:#2ecc71}.cost-detail{font-weight:500}.cost-savings-row{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:32px;margin:28px 0 20px;display:flex}.cost-savings-badge{color:#111;white-space:nowrap;background:#2ecc71;border-radius:4px;padding:10px 20px;font-size:1.35rem;font-weight:700;display:inline-block}.cost-savings-projections{text-align:left}.cost-savings-projections p{margin:0 0 6px;font-size:1rem;font-weight:500;line-height:1.5}.cost-savings-projections p:last-child{margin-bottom:0}.cost-disclaimer{color:#c0392b;margin:20px 0 0;font-size:.9rem;font-weight:600}.savings-summary{grid-template-columns:repeat(2,1fr);gap:24px;max-width:800px;margin:0 auto;display:grid}.savings-card{text-align:center;background:linear-gradient(135deg,#00280af2 0%,#001405fa 100%);border:2px solid #39ff14;border-radius:12px;flex-direction:column;gap:8px;padding:32px;display:flex;box-shadow:0 0 8px #39ff1480,0 0 20px #39ff1459,0 0 40px #0f63,inset 0 0 24px #39ff1414}.savings-label{letter-spacing:1px;text-transform:uppercase;color:#39ff14;text-shadow:0 0 6px #39ff14,0 0 12px #39ff1499;font-size:.85rem;font-weight:600}.savings-value{color:#39ff14;text-shadow:0 0 8px #39ff14,0 0 16px #39ff14,0 0 32px #0f6,0 0 48px #0f6;font-size:2.2rem;font-weight:700}.savings-percent{color:#39ff14d9;text-shadow:0 0 8px #39ff1480;font-size:.95rem}@media (width<=1024px){.energy-savings-page{padding:110px 24px 64px}.comparison-images{gap:20px}.cost-summary{padding:28px 24px}}@media (width<=768px){.energy-savings-page{padding:96px 16px 48px}.energy-savings-header{margin-bottom:32px}.energy-savings-eyebrow{letter-spacing:2px;margin-bottom:14px;font-size:.7rem}.energy-savings-title{letter-spacing:.5px;margin-bottom:14px;font-size:clamp(1.15rem,5vw,1.5rem)}.energy-savings-subtitle{font-size:.92rem;line-height:1.6}.comparison-images{grid-template-columns:1fr;gap:16px;margin-bottom:28px}.comparison-image img{min-height:220px}.cost-summary{margin-bottom:28px;padding:24px 16px}.cost-summary-title{margin-bottom:18px;font-size:1.25rem}.cost-line{flex-direction:column;gap:6px;margin-bottom:12px;font-size:.9rem}.cost-badge{font-size:.85rem}.cost-savings-row{flex-direction:column;align-items:center;gap:16px;margin:20px 0 16px}.cost-savings-badge{font-size:1.15rem}.cost-savings-projections{text-align:center}.cost-savings-projections p{font-size:.9rem}.cost-disclaimer{font-size:.82rem}.savings-summary{grid-template-columns:1fr;gap:12px}.savings-card{padding:20px 16px}.savings-value{font-size:1.6rem}.savings-percent{font-size:.88rem}}@media (width<=480px){.energy-savings-page{padding:88px 12px 40px}.energy-savings-title{font-size:1.05rem}.comparison-image img{min-height:180px}}
