:root{--charcoal:#15191d;--charcoal-2:#20252a;--orange:#d66a22;--orange-2:#ef7b2c;--off:#f7f4ef;--concrete:#ded9cf;--muted:#6f7478;--line:#15191d1f;--shadow:0 22px 70px #15191d29;--radius:18px;--radius-sm:14px;--ease:cubic-bezier(.2,.75,.2,1);color:var(--charcoal);background:var(--off);font-family:Inter,Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--off);color:var(--charcoal);-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;margin:0;font-weight:400}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}p{font-weight:400}.container{width:min(1180px,100% - 40px);margin:0 auto}.section{padding:110px 0;position:relative}.section--warm{background:#f0ece4}.section--dark{background:var(--charcoal);color:var(--off)}.compact{padding:86px 0}.header{z-index:100;background:#15191dfa;border-bottom:1px solid #ffffff14;transition:background .25s,box-shadow .25s;position:fixed;inset:0 0 auto}.header--glass{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#15191de0;box-shadow:0 12px 40px #0000002e}.header__inner{justify-content:space-between;align-items:center;gap:24px;padding:14px 0;display:flex}.logoButton{background:#f7f4eff0;border:0;border-radius:14px;align-items:center;padding:8px 12px;display:flex;box-shadow:0 10px 34px #0000002e}.logo{filter:none;width:225px;height:auto}.nav{align-items:center;gap:26px;display:flex}.nav button{color:#f7f4efc7;background:0 0;border:0;font-size:14px;font-weight:650;transition:color .2s}.menuBtn{color:var(--off);background:0 0;border:0;padding:8px;display:none}.mobileNav{display:none}.btn{border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 22px;font-weight:800;transition:transform .2s,background .2s,border .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--orange);color:#fff;box-shadow:0 16px 42px #d66a2242}.btn--primary:hover{background:var(--orange-2)}.btn--ghost{color:var(--off);background:#ffffff12;border:1px solid #ffffff52}.btn--ghost:hover{background:#ffffff21}.hero{isolation:isolate;background:var(--charcoal);min-height:100svh;position:relative;overflow:hidden}.hero__bg{object-fit:cover;z-index:-3;width:100%;height:100%;position:absolute;inset:0}.hero__shade{z-index:-2;background:linear-gradient(110deg,#15191df5 0%,#15191dc7 42%,#15191d75 100%);position:absolute;inset:0}.hero__content{align-items:center;min-height:100svh;padding-top:106px;padding-bottom:42px;display:flex}.hero__copy{max-width:760px;color:var(--off)}.eyebrow,.miniKicker{color:var(--orange-2);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:9px;font-size:13px;font-weight:760;display:inline-flex}.hero h1,.sectionIntro h2,.twoCol h2,.installText h2,.contactCopy h2{letter-spacing:-.045em;margin:22px 0 0;font-size:clamp(38px,5vw,72px);font-weight:760;line-height:1.04}.hero p{color:#f7f4efc7;max-width:680px;margin:24px 0 0;font-size:20px;line-height:1.65}.hero__actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.trustGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 26px;max-width:680px;margin-top:42px;display:grid}.trustGrid span{color:#f7f4efd6;align-items:center;gap:10px;font-weight:560;display:flex}.trustGrid svg{color:var(--orange-2)}.sectionIntro{text-align:center;max-width:790px;margin:0 auto 58px}.sectionIntro>span{color:var(--orange);letter-spacing:.14em;text-transform:uppercase;font-size:13px;font-weight:760;display:inline-block}.sectionIntro h2{font-size:clamp(32px,4vw,54px)}.sectionIntro p{color:var(--muted);margin:18px auto 0;font-size:18px;line-height:1.7}.sectionIntro--light p{color:#f7f4efb3}.sectionIntro--light h2{color:#fff}.twoCol{grid-template-columns:1fr .9fr;align-items:center;gap:70px;display:grid}.twoCol h2{font-size:clamp(32px,4vw,55px)}.twoCol p,.installText p,.contactCopy p{color:var(--muted);margin:20px 0 0;font-size:18px;line-height:1.75}.visualCard{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;position:relative;overflow:hidden}.visualCard img{aspect-ratio:1;object-fit:cover;width:100%}.floatingBadge{border-radius:var(--radius-sm);color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#15191ddb;align-items:center;gap:9px;padding:12px 16px;font-weight:680;display:flex;position:absolute;bottom:22px;left:22px}.miniCards{gap:14px;margin-top:34px;display:grid}.miniCard{transition:transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease), background .34s var(--ease);will-change:transform;background:#ffffffc2;border:1px solid #15191d14;border-radius:16px;align-items:flex-start;gap:16px;padding:18px;display:flex;box-shadow:0 8px 30px #15191d0f}.miniCard:hover{background:#ffffffed;border-color:#d66a226b;transform:translateY(-7px);box-shadow:0 0 0 1px #d66a222e,0 0 34px #d66a222e,0 22px 58px #15191d1f}.miniCard svg{color:var(--orange);min-width:28px}.miniCard strong{font-size:17px;font-weight:720;display:block}.miniCard p{margin:6px 0 0;font-size:14.5px;line-height:1.5}.stepsGrid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.stepCard{border-radius:var(--radius);border:1px solid var(--line);min-height:260px;transition:transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease);background:#fff;padding:28px;position:relative;overflow:hidden;box-shadow:0 12px 40px #15191d12}.stepCard:hover{border-color:#d66a225c;transform:translateY(-8px);box-shadow:0 0 0 1px #d66a221f,0 0 32px #d66a2229,0 24px 60px #15191d1f}.stepCard:before{content:"";background:#d66a221a;border-radius:50%;width:130px;height:130px;position:absolute;inset:auto -30px -55px auto}.stepCard svg{color:var(--orange);width:34px;height:34px}.stepNumber{color:#15191d2e;letter-spacing:-.04em;font-size:36px;font-weight:760;display:block}.stepCard h3,.benefitCard h3,.timelineItem h3{margin:18px 0 0;font-size:21px;font-weight:720}.stepCard p,.benefitCard p,.timelineItem p{color:var(--muted);margin:10px 0 0;line-height:1.6}.benefitGrid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.benefitCard{border-radius:var(--radius);min-height:225px;transition:transform .34s var(--ease), background .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease);will-change:transform;background:#ffffff0f;border:1px solid #ffffff1c;padding:30px}.benefitCard:hover{background:#ffffff1a;border-color:#ef7b2c6b;transform:translateY(-8px);box-shadow:0 0 0 1px #ef7b2c24,0 0 38px #ef7b2c2e,0 24px 64px #00000047}.benefitCard svg{color:var(--orange-2);width:34px;height:34px}.benefitCard h3{color:#fff}.benefitCard p{color:#f7f4efa8}.spaceGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.spaceCard{border:1px solid var(--line);transition:transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease);background:#fff;border-radius:16px;align-items:center;gap:13px;padding:22px;font-weight:650;display:flex;box-shadow:0 8px 30px #15191d0f}.spaceCard:hover{border-color:#d66a225c;transform:translateY(-6px);box-shadow:0 0 0 1px #d66a221f,0 0 28px #d66a2226,0 18px 44px #15191d1a}.spaceCard svg{color:var(--orange)}.installWrap{grid-template-columns:.85fr 1.15fr;align-items:start;gap:64px;display:grid}.installText{position:sticky;top:120px}.timeline{gap:18px;display:grid}.timelineItem{border:1px solid var(--line);border-radius:var(--radius);transition:transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease);background:#fff;grid-template-columns:72px 1fr;gap:20px;padding:24px;display:grid;box-shadow:0 10px 30px #15191d0f}.timelineItem:hover{border-color:#d66a225c;transform:translateY(-6px);box-shadow:0 0 0 1px #d66a221f,0 0 30px #d66a2224,0 20px 48px #15191d1c}.timelineItem>span{background:var(--charcoal);color:#fff;border-radius:14px;place-items:center;width:54px;height:54px;font-weight:760;display:grid}.galleryGrid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.galleryItem{border-radius:var(--radius);min-height:260px;box-shadow:var(--shadow);border:1px solid var(--line);background:#fff;overflow:hidden}.galleryItem img{aspect-ratio:1;object-fit:cover;width:100%;height:100%;transition:transform .5s}.galleryItem:hover img{transform:scale(1.04)}.galleryItem--1{grid-row:span 2}.galleryItem--1 img{aspect-ratio:1/2.05}.galleryGrid--process .galleryItem{min-height:auto}.galleryGrid--process .galleryItem img{aspect-ratio:auto;height:320px}.galleryGrid--process .galleryItem--6{grid-column:1/-1}.galleryGrid--process .galleryItem--6 img{height:460px}.galleryCaption{grid-template-columns:54px 1fr;align-items:start;gap:16px;padding:18px 20px 22px;display:grid}.galleryStep{width:44px;height:44px;color:var(--orange);background:#d66a221f;border-radius:12px;place-items:center;font-weight:760;display:grid}.galleryCaption h3{margin:0;font-size:20px;font-weight:700}.galleryCaption p{color:var(--muted);margin:8px 0 0;line-height:1.65}.faqWrap{max-width:920px}.faqList{gap:12px;display:grid}.faqItem{border:1px solid var(--line);transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px #15191d0d}.faqItem:hover{transform:translateY(-3px);box-shadow:0 0 0 1px #d66a221a,0 0 26px #d66a221a,0 14px 38px #15191d14}.faqItem button{text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:72px;padding:0 24px;font-weight:680;display:flex}.faqItem svg{color:var(--orange);min-width:22px;transition:transform .3s var(--ease)}.faqAnswer{opacity:0;transition:grid-template-rows .38s var(--ease), opacity .28s var(--ease), transform .38s var(--ease);grid-template-rows:0fr;display:grid;transform:translateY(-6px)}.faqAnswer>p{overflow:hidden}.faqAnswer p{color:var(--muted);margin:0;padding:0 24px 24px;line-height:1.7}.isOpen{border-color:#d66a2261}.isOpen .faqAnswer{opacity:1;grid-template-rows:1fr;transform:translateY(0)}.isOpen button svg{transform:rotate(180deg)}.section--contact{background:linear-gradient(135deg, var(--charcoal), #202428);color:var(--off)}.contactGrid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:60px;display:grid}.contactCopy h2{font-size:clamp(34px,4vw,56px)}.contactCopy p{color:#f7f4efad}.contactCards{gap:14px;margin-top:34px;display:grid}.contactCards a,.contactCards span{color:#f7f4efdb;align-items:center;gap:12px;font-weight:750;display:flex}.contactCards svg{color:var(--orange-2)}.contactForm{border-radius:var(--radius);background:#ffffff14;border:1px solid #ffffff21;padding:28px;box-shadow:0 22px 60px #00000038}.formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}label{color:#f7f4efe0;gap:8px;margin-bottom:16px;font-weight:800;display:grid}input,textarea{width:100%;color:var(--charcoal);background:#ffffffeb;border:1px solid #ffffff26;border-radius:14px;outline:none;padding:14px 15px}input:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px #d66a2229}.contactForm small{color:#f7f4ef8f;margin-top:16px;line-height:1.5;display:block}.footer{color:#f7f4efc7;background:#0f1215;padding:54px 0 24px}.footerGrid{grid-template-columns:1.2fr 1fr .8fr;align-items:start;gap:50px;display:grid}.footerLogo{filter:none;background:#f7f4eff2;border-radius:14px;width:230px;margin-bottom:18px;padding:8px 12px}.footer p{max-width:380px;line-height:1.7}.footerLinks,.footerContact{gap:12px;display:grid}.footerLinks button{color:#f7f4efb8;background:0 0;border:0;width:max-content;padding:0;font-weight:700}.footerLinks button:hover,.footer a:hover{color:var(--orange-2)}.footerContact strong{color:#fff}.copyright{color:#f7f4ef7a;border-top:1px solid #ffffff14;width:min(1180px,100% - 40px);margin:38px auto 0;padding-top:20px;font-size:14px}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(22px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=1000px){.nav,.headerCta{display:none}.menuBtn{display:block}.mobileNav{background:#15191dfa;border-top:1px solid #ffffff14;gap:8px;padding:12px 20px 22px;display:grid}.mobileNav button:not(.btn){color:var(--off);text-align:left;background:#ffffff0a;border:0;border-radius:12px;padding:14px;font-weight:620;transition:background .25s,transform .25s}.mobileNav button:not(.btn):active{background:#ffffff14;transform:scale(.98)}.twoCol,.installWrap,.contactGrid,.footerGrid{grid-template-columns:1fr}.installText{position:static}.stepsGrid,.benefitGrid,.spaceGrid,.galleryGrid{grid-template-columns:repeat(2,1fr)}.galleryGrid--process .galleryItem--6 img{height:360px}}@media (width<=640px){.container{width:min(100% - 26px,1180px)}.section{padding:76px 0}.logoButton{border-radius:12px;padding:7px 9px}.logo{width:150px}.header__inner{padding:10px 0}.hero{min-height:100svh}.hero__content{align-items:flex-end;min-height:100svh;padding-top:96px;padding-bottom:42px}.hero h1{letter-spacing:-.035em;font-size:36px}.hero p{font-size:17px}.trustGrid,.stepsGrid,.benefitGrid,.spaceGrid,.galleryGrid,.formRow{grid-template-columns:1fr}.galleryGrid--process .galleryItem img,.galleryGrid--process .galleryItem--6 img{height:250px}.galleryCaption{grid-template-columns:42px 1fr;padding:16px}.galleryCaption h3{font-size:18px}.timelineItem{grid-template-columns:1fr}.galleryItem--1 img{aspect-ratio:1}.btn{border-radius:12px;width:100%}.miniCard,.stepCard,.benefitCard,.timelineItem,.spaceCard{transform:none!important}.miniCard:active,.stepCard:active,.benefitCard:active,.timelineItem:active,.spaceCard:active{transform:translateY(-3px)scale(.995)!important}.faqItem button{min-height:66px;padding:0 18px}.faqAnswer p{padding:0 18px 20px}}:root{--radius:14px;--radius-sm:10px}body{font-weight:400}.hero h1{line-height:.98;font-weight:640!important}.sectionIntro h2,.twoCol h2,.contactCopy h2{font-weight:620!important}.nav button,.footerLinks button,.spaceCard,label{font-weight:560!important}.header{box-shadow:0 8px 30px #00000014;background:#f7f4eff5!important;border-bottom:1px solid #15191d1a!important}.header--glass{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f4efe0!important}.logoButton{box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important}.logo{width:245px;filter:none!important}.nav button{color:#15191dc2!important}.nav button:hover{color:var(--orange)!important}.menuBtn{color:var(--charcoal)!important}.btn{min-height:48px;padding:0 24px;border-radius:8px!important;font-weight:640!important}.headerCta{border-radius:8px!important}.hero{min-height:100svh}.hero__content{min-height:100svh;padding-top:118px;padding-bottom:64px}.hero__copy{max-width:760px}.hero p,.twoCol p,.sectionIntro p,.stepCard p,.benefitCard p,.timelineItem p,.faqAnswer p{font-weight:400!important}.eyebrow,.miniKicker{font-weight:650!important}.miniCard strong,.stepCard h3,.benefitCard h3,.timelineItem h3,.faqItem button{font-weight:600!important}.miniCard,.stepCard,.benefitCard,.timelineItem,.spaceCard{border-radius:14px!important}.faqList{gap:10px}.faqItem{border-radius:12px!important}.faqItem button{font-size:17px;min-height:54px!important;padding:0 20px!important}.faqAnswer p{padding:0 20px 18px!important}.isOpen .faqItem,.faqItem.isOpen{box-shadow:0 0 0 1px #d66a221f,0 0 24px #d66a221a,0 14px 38px #15191d14}.mobileNav{background:#f7f4effa!important;border-top:1px solid #15191d1a!important}.mobileNav button:not(.btn){color:var(--charcoal)!important;background:#15191d0a!important;font-weight:560!important}.mobileNav button:not(.btn):active,.mobileNav button:not(.btn):hover{background:#d66a221a!important}.footerLogo{filter:none!important;background:0 0!important;border-radius:0!important;padding:0!important}@media (width<=1000px){.header__inner{padding:12px 0}.logo{width:215px}}@media (width<=640px){.logo{width:170px!important}.hero__content{min-height:100svh;padding-top:100px;padding-bottom:34px}.hero h1{font-size:clamp(34px,11vw,48px)}.hero__actions{gap:10px}.btn{width:100%;min-height:48px;border-radius:8px!important}.faqItem button{font-size:16px;min-height:52px!important;padding:0 16px!important}.faqAnswer p{padding:0 16px 16px!important}}.header{-webkit-backdrop-filter:blur(18px)saturate(1.08);box-shadow:0 12px 34px #00000014;background:#f7f4efc2!important;border-bottom:1px solid #15191d14!important}.header--glass{-webkit-backdrop-filter:blur(22px)saturate(1.12);background:#f7f4efa8!important}h1,h2,h3,strong,.hero h1{font-weight:560!important}.hero p{font-weight:360!important}.btn{letter-spacing:-.01em;border-radius:10px!important;font-weight:560!important}.hero__actions .btn{min-height:54px;border-radius:9px!important}.footerLogo{opacity:.95;width:240px;filter:none!important;background:0 0!important}.thermostatSection{color:var(--off);background:radial-gradient(circle at 78% 35%,#d66a222b,#0000 32%),linear-gradient(135deg,#14181c,#21262b);overflow:hidden}.thermostatGrid{grid-template-columns:1fr .9fr;align-items:center;gap:70px;display:grid}.thermostatCopy h2{letter-spacing:-.055em;max-width:760px;margin:10px 0 16px;font-size:clamp(38px,4.8vw,70px);line-height:.98}.thermostatCopy p{color:#f7f4efb3;max-width:640px;font-size:18px;line-height:1.75}.thermostatStats{grid-template-columns:repeat(2,minmax(0,210px));gap:14px;margin-top:30px;display:grid}.thermostatStats div{background:#ffffff0f;border:1px solid #ffffff1c;border-radius:14px;padding:18px}.thermostatStats strong{color:#fff;margin-bottom:4px;font-size:28px;display:block}.thermostatStats span{color:#f7f4ef99;font-size:14px}.thermostatCard{background:linear-gradient(145deg,#ffffff2e,#ffffff0f);border:1px solid #ffffff26;border-radius:28px;justify-self:center;width:min(420px,100%);padding:16px;box-shadow:0 30px 90px #00000052,0 0 48px #d66a2224}.thermostatDevice{color:var(--charcoal);background:linear-gradient(#f8f5ee,#e7e1d7);border-radius:22px;padding:28px;box-shadow:inset 0 1px #ffffffd9}.thermostatTop{color:#15191db8;letter-spacing:.12em;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.dial{background:radial-gradient(circle, #f7f4ef 0 53%, transparent 54%), conic-gradient(from -135deg, var(--orange) 0 var(--fill), #15191d21 var(--fill) 75%, transparent 75% 100%);border-radius:50%;place-items:center;width:230px;height:230px;display:grid;position:relative;box-shadow:inset 0 0 0 1px #15191d14,0 20px 50px #15191d1f}.dial:after{content:"";background:var(--orange);transform-origin:50% 104px;width:4px;height:44px;transform:rotate(var(--angle)) translateY(-82px);border-radius:999px;position:absolute;box-shadow:0 0 18px #d66a226b}.dialInner{z-index:1;background:#fff;border-radius:50%;align-content:center;place-items:center;gap:2px;width:154px;height:154px;display:grid;box-shadow:0 14px 36px #15191d1f}.dialValue{letter-spacing:-.07em;font-size:50px;font-weight:520}.dialInner small{color:var(--orange);letter-spacing:.16em;font-weight:650}.tempSlider{appearance:none;background:linear-gradient(90deg, var(--orange), #f4b26e);border:0;border-radius:999px;outline:none;width:100%;height:8px;padding:0}.tempSlider::-webkit-slider-thumb{appearance:none;border:4px solid var(--orange);background:#fff;border-radius:50%;width:26px;height:26px;box-shadow:0 8px 18px #15191d2e}.tempSlider::-moz-range-thumb{border:4px solid var(--orange);background:#fff;border-radius:50%;width:22px;height:22px;box-shadow:0 8px 18px #15191d2e}.thermostatScale{color:#15191d8f;justify-content:space-between;margin-top:12px;font-weight:560;display:flex}@media (width<=1000px){.thermostatGrid{grid-template-columns:1fr;gap:36px}.thermostatCard{justify-self:stretch}}@media (width<=640px){.header{background:#f7f4efd1!important}.logo{width:168px!important}.hero__content{padding-top:96px}.hero__actions .btn{min-height:50px}.thermostatStats{grid-template-columns:1fr}.thermostatDevice{padding:20px}.dial{width:200px;height:200px}.dialInner{width:132px;height:132px}.dialValue{font-size:42px}}.thermostatTop{gap:14px}.thermostatStatus{color:#15191d9e;letter-spacing:0;text-transform:lowercase;align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.thermostatStatus svg{color:var(--orange);animation:1.45s ease-in-out infinite wifiBlink}.thermostatStatus small{color:#15191d8c;font-size:11px}@keyframes wifiBlink{0%,to{opacity:.32;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}.statusIcons{justify-content:center;gap:18px;margin-top:20px;display:flex}.statusIcons svg{transition:color .35s,transform .35s,filter .35s}.temperatureIcon{color:var(--thermo-color);filter:drop-shadow(0 0 10px color-mix(in srgb, var(--thermo-color) 45%, transparent))}.sunIcon{color:var(--sun-color);filter:drop-shadow(0 0 12px color-mix(in srgb, var(--sun-color) 55%, transparent))}.dialWrap{place-items:center;padding:18px 0 24px;display:grid}.dialSvgWrap{place-items:center;width:250px;height:250px;display:grid;position:relative}.dialSvg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.dialTrack,.dialProgress{fill:none;stroke-width:24px;stroke-linecap:round;transform-origin:120px 120px;transform:rotate(135deg)}.dialTrack{stroke:#15191d21;stroke-dasharray:75 100}.dialProgress{stroke-dasharray:0 100;filter:drop-shadow(0 8px 16px #d66a222e);transition:stroke-dasharray .35s,stroke .35s}.dialMarker{stroke:#fff;stroke-width:5px;filter:drop-shadow(0 6px 10px #15191d2e);transition:cx .35s,cy .35s,fill .35s}.dialInner{z-index:1;background:#fffffff0;border-radius:50%;align-content:center;place-items:center;gap:4px;width:142px;height:142px;display:grid;position:relative;box-shadow:0 16px 36px #15191d21,inset 0 1px #ffffffe6}.dialValue{letter-spacing:-.07em;color:var(--charcoal);font-size:46px;font-weight:520}.dialInner small{color:var(--orange);letter-spacing:.15em;text-transform:uppercase;font-size:12px;font-weight:650}.dialLimit{z-index:2;color:#15191d85;background:#f8f5eed1;border-radius:999px;padding:4px 7px;font-size:13px;font-weight:650;position:absolute}.dialLimit--min{bottom:43px;left:33px}.dialLimit--max{bottom:43px;right:33px}.tempSlider{transition:background .35s;background:linear-gradient(90deg, var(--slider-color) 0 var(--slider-pct), #15191d24 var(--slider-pct) 100%)!important}.tempSlider::-webkit-slider-thumb{transition:border-color .35s,transform .25s;border-color:var(--slider-color)!important}.tempSlider::-webkit-slider-thumb:hover{transform:scale(1.08)}.tempSlider::-moz-range-thumb{transition:border-color .35s,transform .25s;border-color:var(--slider-color)!important}.thermostatStats strong{transition:color .35s}@media (width<=640px){.thermostatStatus small{display:none}.statusIcons{margin-top:16px}.dialSvgWrap{width:218px;height:218px}.dialInner{width:124px;height:124px}.dialValue{font-size:38px}.dialLimit--min{bottom:37px;left:22px}.dialLimit--max{bottom:37px;right:22px}}button:focus{outline:none}button:focus-visible{outline-offset:3px;outline:2px solid #d66a22bf}.installText .btn{margin-top:28px}.installText p{margin-bottom:0}.hero__actions{gap:14px;margin-top:34px}.hero__actions .btn{box-shadow:0 18px 44px #0000002e}.btn--ghost{-webkit-backdrop-filter:blur(10px);background:#ffffff17}.faqItem button{min-height:50px!important}.faqItem.isOpen button{min-height:58px!important}@media (width<=640px){body{overflow-x:hidden}.header{-webkit-backdrop-filter:blur(16px)saturate(1.1);background:#f7f4efe6!important}.header__inner{padding:9px 0!important}.logo{width:182px!important}.menuBtn{background:#ffffff73;border:1px solid #15191d1f;border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.hero{isolation:isolate;min-height:100svh}.hero__bg{object-position:54% center;transform:scale(1.04)}.hero__shade{background:linear-gradient(#10141799 0%,#1014175c 24%,#101417c2 72%,#101417e6 100%),radial-gradient(circle at 25% 45%,#d66a222e,#0000 42%)!important}.hero__content{align-items:end;min-height:100svh;padding-top:92px!important;padding-bottom:28px!important}.hero__copy{width:100%;max-width:none;padding:18px 0 0}.eyebrow{letter-spacing:.15em;margin-bottom:18px;font-size:12px}.hero h1{letter-spacing:-.048em;text-wrap:balance;max-width:420px;font-size:clamp(35px,10.2vw,43px)!important;line-height:1.02!important}.hero p{color:#f7f4efc7;max-width:430px;margin-top:20px;line-height:1.55;font-size:16.5px!important}.hero__actions{grid-template-columns:1fr;display:grid;gap:12px!important;margin-top:28px!important}.hero__actions .btn{font-size:16px;border-radius:9px!important;min-height:56px!important}.trustGrid{gap:10px;margin-top:22px}.trustGrid span{-webkit-backdrop-filter:blur(8px);color:#f7f4efe0;background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;padding:10px 12px}.sectionIntro h2,.twoCol h2,.installText h2,.thermostatCopy h2,.contactCopy h2{letter-spacing:-.045em;font-size:clamp(34px,10vw,46px)!important;line-height:1.04!important}.installText .btn{margin-top:30px!important}.timelineItem,.stepCard,.benefitCard,.miniCard,.faqItem{border-radius:14px!important}.faqList{gap:10px}.faqItem button{line-height:1.25;min-height:54px!important;font-size:15.5px!important}.faqItem.isOpen button{min-height:58px!important}}.comparisonSection{background:radial-gradient(circle at 18% 20%,#d66a221f,#0000 36%),linear-gradient(#f7f4ef 0%,#eee9df 100%);overflow:hidden}.comparisonGrid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:42px;display:grid}.comparisonCopy h2{letter-spacing:-.055em;max-width:680px;margin:12px 0 0;font-size:clamp(38px,5.2vw,76px);line-height:.98}.comparisonCopy p{max-width:640px;color:var(--muted);font-size:18px;line-height:1.75}.comparisonNote{background:#ffffff9e;border:1px solid #d66a2238;border-radius:14px;gap:7px;margin-top:24px;padding:18px 20px;display:grid;box-shadow:0 16px 42px #15191d12}.comparisonNote strong{color:var(--orange);font-weight:650!important}.comparisonNote span{color:#5f666b;line-height:1.55}.scorePanel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #15191d1a;border-radius:18px;padding:18px;box-shadow:0 24px 80px #15191d24}.scoreHeader,.scoreRow{grid-template-columns:1.1fr .82fr .82fr;align-items:center;gap:14px;display:grid}.scoreHeader{color:#7a7f83;text-transform:uppercase;letter-spacing:.08em;padding:10px 10px 14px;font-size:13px}.scoreRow{border-top:1px solid #15191d14;padding:14px 10px}.scoreLabel{color:var(--charcoal);font-weight:620}.scoreBarWrap{gap:7px;display:grid}.scoreBarWrap span{color:#73787c;font-size:13px}.scoreTrack{background:#15191d1a;border-radius:999px;height:9px;overflow:hidden}.scoreTrack i{border-radius:inherit;background:#15191d57;height:100%;display:block}.scoreBarWrap--eco .scoreTrack i{background:linear-gradient(90deg, var(--orange), var(--orange-2));box-shadow:0 0 18px #d66a2242}.statGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px;display:grid}.statCard{min-height:205px;transition:transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease), background .34s var(--ease);background:#ffffffad;border:1px solid #15191d1a;border-radius:16px;padding:24px;box-shadow:0 12px 42px #15191d14}.statCard:hover{background:#ffffffe0;border-color:#d66a2252;transform:translateY(-7px);box-shadow:0 0 0 1px #d66a221a,0 0 34px #d66a2224,0 24px 64px #15191d21}.statCard svg{color:var(--orange);width:30px;height:30px}.statCard h3{margin:18px 0 0;font-size:20px;font-weight:650!important}.statCard p{color:var(--muted);margin:10px 0 0;line-height:1.58}@media (width<=1000px){.comparisonGrid{grid-template-columns:1fr}.statGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.comparisonCopy h2{font-size:clamp(34px,10vw,46px);line-height:1.04}.comparisonCopy p{font-size:16.5px;line-height:1.62}.scorePanel{border-radius:16px;padding:12px;overflow-x:auto}.scoreHeader,.scoreRow{grid-template-columns:150px 120px 120px;min-width:430px}.scoreRow{padding:13px 8px}.statGrid{grid-template-columns:1fr}.statCard{min-height:unset}}.comparisonSection--client{background:radial-gradient(circle at 15% 0,#d66a221a,#0000 32%),linear-gradient(#f7f4ef 0%,#eee9e1 100%)}.comparisonHero{text-align:center;max-width:880px;margin:0 auto 34px}.comparisonHero h2{letter-spacing:-.055em;margin:10px 0 12px;font-size:clamp(38px,5vw,76px);line-height:.95;font-weight:620!important}.comparisonHero p{max-width:760px;color:var(--muted);margin:0 auto;font-size:19px;line-height:1.65}.comparisonMatrix{background:#15191d1f;border:1px solid #15191d1f;border-radius:24px;grid-template-columns:1.25fr .82fr .82fr;gap:1px;display:grid;overflow:hidden;box-shadow:0 24px 80px #15191d1a}.matrixTop,.matrixLabel,.matrixScore{background:#ffffffe0;padding:20px 22px}.matrixTop{text-transform:uppercase;letter-spacing:.12em;color:#15191d9e;font-size:14px;font-weight:700}.matrixTop--pump{color:#f7f4efd6;background:#202428}.matrixTop--eco{background:var(--orange);color:#fff}.matrixLabel strong{color:var(--charcoal);font-size:17px;display:block;font-weight:640!important}.matrixLabel span{color:var(--muted);margin-top:6px;font-size:14px;line-height:1.45;display:block}.matrixScore{align-content:center;gap:9px;display:grid}.matrixScore span{color:var(--charcoal);font-weight:650}.matrixScore i{background:#15191d57;border-radius:999px;height:8px;display:block}.matrixScore--eco i{background:linear-gradient(90deg, var(--orange), #f5a15f)}.matrixScore--eco span{color:var(--orange)}.floorCompare{grid-template-columns:.85fr 1.15fr;align-items:stretch;gap:28px;margin-top:34px;display:grid}.floorCompare__copy,.installCompare,.comparisonDisclaimer{background:#ffffffc2;border:1px solid #15191d1a;border-radius:24px;padding:30px;box-shadow:0 14px 50px #15191d14}.floorCompare__copy h3,.installCompare__title h3{letter-spacing:-.04em;margin:10px 0 12px;font-size:clamp(28px,3vw,44px);line-height:1.02;font-weight:620!important}.floorCompare__copy p,.installCompare__title p{color:var(--muted);line-height:1.65}.floorVisuals{grid-template-columns:1fr 1fr;gap:18px;display:grid}.floorPanel{transition:transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease);background:#fff;border:1px solid #15191d1a;border-radius:24px;padding:20px;box-shadow:0 14px 48px #15191d14}.floorPanel:hover{border-color:#d66a2247;transform:translateY(-6px);box-shadow:0 0 0 1px #d66a2224,0 0 34px #d66a2229,0 24px 64px #15191d1f}.floorPanel__head{justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:14px;display:flex}.floorPanel__head span{color:#15191da3;font-weight:620}.floorPanel__head strong{color:var(--orange);font-size:32px;font-weight:650!important}.floorMock{background:linear-gradient(135deg,#ffffff8c,#0000),#d7d2c7;border:1px solid #15191d14;border-radius:18px;height:260px;position:relative;overflow:hidden}.floorMock:after{content:"";opacity:.55;background:linear-gradient(90deg,#1b6fce1f,#ffc95229,#d66a2233);position:absolute;inset:0}.floorMock i{z-index:1;background:#ffffffdb;border-radius:999px;height:12px;position:absolute;left:18px;right:18px;box-shadow:inset 0 0 0 1px #fffffff2,0 2px 8px #15191d17}.floorMock--pipes i:first-child{width:38%;top:64px}.floorMock--pipes i:nth-child(2){width:38%;top:125px}.floorMock--pipes i:nth-child(3){width:38%;top:186px}.floorMock--strips i:first-child{top:30px}.floorMock--strips i:nth-child(2){top:58px}.floorMock--strips i:nth-child(3){top:86px}.floorMock--strips i:nth-child(4){top:114px}.floorMock--strips i:nth-child(5){top:142px}.floorMock--strips i:nth-child(6){top:170px}.floorMock--strips i:nth-child(7){top:198px}.floorMock--strips i:nth-child(8){top:226px}.floorPanel p{color:var(--muted);margin:14px 0 0;line-height:1.55}.installCompare{margin-top:28px}.installCompare__cards{grid-template-columns:1fr 1fr;gap:18px;margin-top:22px;display:grid}.installCompareCard{transition:transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease);background:#fff;border:1px solid #15191d1a;border-radius:18px;padding:24px}.installCompareCard:hover{border-color:#d66a2247;transform:translateY(-6px);box-shadow:0 0 28px #d66a2224,0 18px 48px #15191d1a}.installCompareCard h4{margin:0 0 10px;font-size:22px;font-weight:640!important}.installCompareCard p{color:var(--muted);margin:0;line-height:1.62}.guaranteeGrid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px;display:grid}.guaranteeCard{color:#fff;min-height:210px;transition:transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease);background:#202428;border:1px solid #ffffff1a;border-radius:24px;padding:28px}.guaranteeCard:hover{border-color:#ef7b2c6b;transform:translateY(-7px);box-shadow:0 0 38px #ef7b2c2e,0 24px 64px #00000042}.guaranteeCard svg{color:var(--orange-2);width:32px;height:32px}.guaranteeCard h3{font-weight:640!important}.guaranteeCard p{color:#f7f4efad;line-height:1.62}.comparisonDisclaimer{color:var(--muted);margin-top:28px;line-height:1.6}.comparisonDisclaimer strong{color:var(--charcoal)}@media (width<=1000px){.comparisonMatrix{grid-template-columns:1fr}.matrixTop--empty{display:none}.matrixLabel,.matrixScore{padding:18px}.floorCompare,.floorVisuals,.installCompare__cards,.guaranteeGrid{grid-template-columns:1fr}.floorMock{height:220px}}.dialLimit{display:none!important}.thermostatDevice{max-width:100%}.thermostatCard{width:min(100%,560px)}.tempSlider{cursor:pointer;touch-action:pan-x;min-height:42px}.tempSlider::-webkit-slider-thumb{width:30px;height:30px}.tempSlider::-moz-range-thumb{width:30px;height:30px}.thermostatScale{margin-top:0;padding:0 4px}@media (width<=900px){.thermostatSection{padding:72px 0}.thermostatGrid{grid-template-columns:1fr!important;gap:28px!important}.thermostatCopy{max-width:640px}.thermostatCopy h2{letter-spacing:-.055em!important;font-size:clamp(38px,9vw,64px)!important;line-height:.98!important}.thermostatCopy p{font-size:17px!important;line-height:1.75!important}.thermostatStats{grid-template-columns:1fr 1fr!important;gap:12px!important}.thermostatStats div{min-height:96px;padding:20px!important}.thermostatCard{justify-self:center!important}}@media (width<=640px){.thermostatSection{padding:58px 0 64px}.thermostatGrid{gap:22px!important}.thermostatCopy h2{font-size:clamp(34px,11vw,48px)!important}.thermostatCopy p{font-size:16px!important}.thermostatStats{grid-template-columns:1fr!important}.thermostatStats div{min-height:auto;padding:16px 18px!important}.thermostatDevice{border-radius:28px!important;padding:18px!important}.thermostatTop{align-items:flex-start}.thermostatStatus{gap:5px;font-size:11px}.thermostatStatus small{max-width:80px;line-height:1.1;display:inline!important}.statusIcons{margin-top:14px!important}.dialWrap{padding:10px 0 16px!important}.dialSvgWrap{width:min(72vw,224px)!important;height:min(72vw,224px)!important}.dialTrack,.dialProgress{stroke-width:22px}.dialMarker{r:7}.dialInner{width:min(42vw,132px)!important;height:min(42vw,132px)!important}.dialValue{font-size:clamp(34px,10vw,42px)!important}.dialInner small{letter-spacing:.12em!important;font-size:10px!important}.tempSlider{width:100%;min-height:48px}.thermostatScale{padding:0 2px!important;font-size:13px!important}}@media (width<=380px){.thermostatDevice{padding:14px!important}.thermostatStatus small{display:none!important}.dialSvgWrap{width:206px!important;height:206px!important}.dialInner{width:118px!important;height:118px!important}}.langSwitch{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff94;border:1px solid #15191d1a;border-radius:14px;align-items:center;gap:4px;padding:6px;display:inline-flex;box-shadow:0 10px 28px #00000014}.langSwitch svg{color:#15191d94;margin:0 3px}.langSwitch button{color:#15191d9e;letter-spacing:.04em;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:8px 9px;font-size:12px;font-weight:600;transition:background .22s,color .22s,transform .22s}.langSwitch button:hover{color:var(--charcoal);transform:translateY(-1px)}.langSwitch button.active{background:var(--charcoal);color:var(--off)}.mobileLang{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:6px;display:grid}.mobileLang button{color:var(--off)!important;text-align:center!important;background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:12px!important;padding:12px 10px!important;font-weight:600!important}.mobileLang button.active{background:#d66a2238!important;border-color:#d66a226b!important}@media (width<=1100px){.langSwitch{margin-left:auto}}@media (width<=900px){.langSwitch{display:none}}.header__inner{gap:18px!important}.headerRight{align-items:center;gap:12px;margin-left:8px;display:inline-flex}.nav{flex:1;justify-content:center;gap:24px!important}.nav button{white-space:nowrap;font-size:14px!important}.logo{width:210px!important}.headerCta{white-space:nowrap;min-width:138px;padding-inline:18px!important}.langSwitch{box-shadow:none!important;background:#ffffff6b!important;border-radius:10px!important;gap:2px!important;padding:4px!important}.langSwitch svg{display:none!important}.langSwitch button{letter-spacing:.02em!important;border-radius:7px!important;padding:7px 8px!important;font-size:11px!important}@media (width<=1180px){.nav{gap:16px!important}.logo{width:188px!important}.headerCta{min-width:120px;padding-inline:14px!important}}@media (width<=1040px){.nav,.headerRight{display:none!important}.menuBtn{margin-left:auto;display:block!important}.logo{width:176px!important}}@media (width<=640px){.logo{width:158px!important}.header__inner{padding:9px 0!important}}.footerSocial,.footerBottomSocial{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.footerSocial a,.footerBottomSocial a{color:#ffffffd1;transition:transform .28s var(--ease), border-color .28s var(--ease), background .28s var(--ease), box-shadow .28s var(--ease);background:#ffffff0b;border:1px solid #ffffff24;border-radius:12px;align-items:center;gap:9px;padding:10px 13px;font-weight:520;text-decoration:none;display:inline-flex}.footerSocial a:hover,.footerBottomSocial a:hover{background:#d66a221f;border-color:#d66a228c;transform:translateY(-3px);box-shadow:0 0 24px #d66a2229}.footerSocial span,.footerBottomSocial span{background:var(--orange);color:#fff;letter-spacing:.02em;border-radius:9px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:760;display:grid}.footerBottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:24px;margin-top:36px;padding-top:24px;display:flex}.footerBottom .copyright{border-top:0;margin-top:0;padding-top:0}.footerBottomSocial{margin-top:0}@media (width<=720px){.footerBottom{flex-direction:column;align-items:flex-start}.footerSocial a,.footerBottomSocial a{justify-content:flex-start;width:100%}.footerBottomSocial{width:100%}}.hero__bg{object-position:center center}.hero__shade{background:linear-gradient(110deg,#15191de6 0%,#15191db8 43%,#15191d66 100%)}.visualCard img{aspect-ratio:4/3;object-position:center center}@media (width<=768px){.hero__bg{object-position:58% center}.visualCard img{aspect-ratio:4/3}}.galleryGrid--process .galleryItem--1{grid-row:span 1}.galleryGrid--process .galleryItem{flex-direction:column;display:flex}.floorVisuals--photos{align-items:stretch}.floorPanel{overflow:hidden;padding:0!important}.floorPanelImage{background:#ece7e0;height:220px;position:relative}.floorPanelImage img{object-fit:cover;width:100%;height:100%;display:block}.floorPanel__body{padding:18px 18px 20px}.footerLogo{background:0 0!important;border-radius:0!important;padding:0!important}.footerSocial{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.footerSocial a{color:#f7f4efeb;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:10px;padding:12px 16px;transition:transform .25s,border-color .25s,box-shadow .25s,background .25s;display:inline-flex}.footerSocial a:hover{background:#ffffff12;border-color:#d66a2266;transform:translateY(-3px);box-shadow:0 10px 24px #0000002e,0 0 0 1px #d66a221f}.socialIconWrap{width:36px;height:36px;color:var(--orange-2);background:#d66a222e;border-radius:999px;flex:none;place-items:center;display:grid}.socialLabel{font-weight:620}.footerBottom{border-top:1px solid #ffffff14;width:min(1180px,100% - 40px);margin:38px auto 0;padding-top:20px}.copyright{border-top:0!important;width:100%!important;margin:0!important;padding-top:0!important}@media (width<=1000px){.floorPanelImage{height:200px}}@media (width<=640px){.floorVisuals--photos{grid-template-columns:1fr}.floorPanelImage{height:180px}.footerSocial{gap:10px}.footerSocial a{justify-content:center;width:calc(50% - 5px)}}.galleryGrid--process .galleryItem,.galleryGrid--process .galleryItem--1,.galleryGrid--process .galleryItem--6{grid-area:auto!important}.footerSocial,.footerBottomSocial{margin-top:22px}.footerSocial a,.footerBottomSocial a{justify-content:center!important;gap:0!important;width:48px!important;height:48px!important;padding:0!important}.footerSocial a .socialLabel,.footerBottomSocial a .socialLabel{display:none!important}.socialIconWrap{border-radius:999px!important;width:38px!important;height:38px!important}.footerSocial--logo{margin-top:20px}.footerSocial--contact{gap:12px;margin-top:18px;display:flex}.footerContact{align-content:start}@media (width<=1000px){.galleryGrid--process{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.galleryGrid--process{grid-template-columns:1fr!important}.galleryGrid--process .galleryItem img,.galleryGrid--process .galleryItem--1 img,.galleryGrid--process .galleryItem--6 img{height:220px!important}.footerSocial a,.footerBottomSocial a{width:46px!important;height:46px!important}.footerSocial--contact{flex-direction:row}}.footerSocial,.footerSocial--logo,.footerSocial--contact{align-items:center!important;gap:12px!important;margin-top:18px!important;display:flex!important}.footerSocial a,.footerBottomSocial a{width:42px!important;height:42px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:999px!important;place-items:center!important;padding:0!important;display:inline-grid!important}.footerSocial a:hover,.footerBottomSocial a:hover{box-shadow:none!important;background:0 0!important;transform:translateY(-3px)!important}.socialIconWrap{color:#fff!important;background:#df681d!important;border-radius:999px!important;place-items:center!important;width:42px!important;height:42px!important;transition:transform .25s,box-shadow .25s,background .25s!important;display:grid!important}.footerSocial a:hover .socialIconWrap{transform:scale(1.05);box-shadow:0 0 0 8px #df681d1a,0 14px 30px #0000003d;background:#ef7728!important}.socialIconWrap svg{width:20px!important;height:20px!important}.socialLabel{display:none!important}.floorVisuals--photos{gap:18px}.floorPanelImage{background:#eee8df;height:235px!important}.floorPanelImage img{filter:saturate(.95)contrast(1.02);object-fit:cover!important;object-position:center center!important}.floorPanel--pump .floorPanelImage img,.floorPanel--eco .floorPanelImage img{object-position:center center!important}.galleryGrid--process{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}.galleryGrid--process .galleryItem{flex-direction:column!important;min-height:auto!important;display:flex!important}.galleryGrid--process .galleryCaption{flex:1!important}.galleryGrid--process .galleryItem img,.galleryGrid--process .galleryItem--1 img,.galleryGrid--process .galleryItem--6 img{aspect-ratio:auto!important;object-fit:cover!important;height:230px!important}@media (width<=760px){body{overflow-x:hidden}.container{width:min(100% - 28px,1180px)!important}.header{-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.header__inner{min-height:74px!important;padding:10px 0!important}.logo{width:158px!important}.menuBtn{width:46px;height:46px;background:#15191d0f!important;border-radius:13px!important}.mobileNav{gap:9px!important;padding:12px 14px 18px!important}.mobileLang{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:4px;display:grid}.mobileLang button,.mobileNav button:not(.btn){min-height:46px;border-radius:12px!important}.hero{min-height:100svh!important}.hero__bg{object-position:60% center!important}.hero__shade{background:linear-gradient(#0f121580 0%,#0f1215b8 46%,#0f1215f5 100%),linear-gradient(90deg,#0f1215eb 0%,#0f12156b 100%)!important}.hero__content{align-items:flex-end!important;min-height:100svh!important;padding-top:94px!important;padding-bottom:26px!important}.hero__copy{padding-bottom:4px;max-width:100%!important}.eyebrow{margin-bottom:12px;letter-spacing:.15em!important;font-size:12px!important}.hero h1{max-width:11ch;letter-spacing:-.045em!important;margin-top:0!important;font-size:clamp(36px,12.5vw,52px)!important;line-height:.98!important}.hero p{max-width:34ch!important;margin-top:20px!important;font-size:16px!important;line-height:1.62!important}.hero__actions{grid-template-columns:1fr!important;gap:12px!important;margin-top:24px!important;display:grid!important}.hero__actions .btn{border-radius:14px!important;justify-content:center!important;width:100%!important;min-height:56px!important}.trustGrid{grid-template-columns:1fr!important;gap:12px!important;margin-top:26px!important}.trustGrid span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:13px;padding:11px 12px}.section{padding:72px 0!important}.sectionIntro{margin-bottom:30px!important}.sectionIntro h2,.twoCol h2,.installText h2,.thermostatCopy h2,.contactCopy h2{letter-spacing:-.04em!important;font-size:clamp(32px,9vw,44px)!important;line-height:1.04!important}.sectionIntro p,.twoCol p,.installText p,.thermostatCopy p,.contactCopy p{font-size:16px!important;line-height:1.65!important}.miniCards,.stepsGrid,.benefitGrid,.spaceGrid,.galleryGrid,.formRow,.floorVisuals,.installCompare__cards,.guaranteeGrid{grid-template-columns:1fr!important}.miniCard,.stepCard,.benefitCard,.spaceCard,.timelineItem,.guaranteeCard,.installCompareCard{border-radius:18px!important}.visualCard img{aspect-ratio:4/3!important}.comparisonMatrix{box-shadow:none!important;background:0 0!important;border:0!important;grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.matrixTop--empty{display:none!important}.matrixTop,.matrixLabel,.matrixScore{border:1px solid var(--line)!important;background:#fff!important;border-radius:16px!important}.matrixTop{padding:14px 16px!important}.matrixLabel{padding:16px!important}.matrixScore{padding:14px 16px!important}.floorCompare{gap:24px!important}.floorPanelImage{height:210px!important}.floorPanel__body{padding:16px!important}.floorPanel__head strong{font-size:26px!important}.galleryGrid--process{grid-template-columns:1fr!important;gap:18px!important}.galleryGrid--process .galleryItem img,.galleryGrid--process .galleryItem--1 img,.galleryGrid--process .galleryItem--6 img{height:230px!important}.galleryCaption{grid-template-columns:44px 1fr!important;padding:16px!important}.galleryStep{border-radius:10px!important;width:38px!important;height:38px!important}.thermostatGrid{grid-template-columns:1fr!important;gap:28px!important}.thermostatStats{grid-template-columns:1fr 1fr!important;gap:12px!important}.thermostatStats div{border-radius:16px!important;padding:16px!important}.thermostatCard{transform:none!important}.thermostatDevice{border-radius:24px!important;width:100%!important;max-width:390px!important;margin:0 auto!important;padding:20px!important}.dialSvgWrap{transform:scale(.92)}.tempSlider{height:34px!important}.faqWrap{max-width:100%!important}.faqItem{border-radius:17px!important}.faqItem button{min-height:62px!important;padding:0 18px!important;font-size:15px!important}.contactForm{border-radius:20px!important;padding:20px!important}input,textarea{border-radius:13px!important;min-height:48px!important}.footer{padding:44px 0 24px!important}.footerGrid{grid-template-columns:1fr!important;gap:34px!important}.footerLogo{width:210px!important}.footerSocial--logo,.footerSocial--contact{flex-direction:row!important}.footerBottom{margin-top:28px!important}}@media (width<=390px){.hero h1{font-size:34px!important}.thermostatStats{grid-template-columns:1fr!important}.galleryGrid--process .galleryItem img,.galleryGrid--process .galleryItem--1 img,.galleryGrid--process .galleryItem--6 img{height:205px!important}}.menuBtn{width:46px!important;height:46px!important;color:var(--charcoal)!important;background:#ffffff61!important;border:1px solid #15191d1f!important;border-radius:13px!important;padding:0!important;position:relative!important}.menuBtn span{width:22px;height:2px;transition:transform .28s var(--ease), opacity .2s ease, top .28s var(--ease);background:currentColor;border-radius:999px;position:absolute;left:12px}.menuBtn span:first-child{top:14px}.menuBtn span:nth-child(2){top:22px}.menuBtn span:nth-child(3){top:30px}.menuBtn.is-active span:first-child{top:22px;transform:rotate(45deg)}.menuBtn.is-active span:nth-child(2){opacity:0;transform:translate(-6px)}.menuBtn.is-active span:nth-child(3){top:22px;transform:rotate(-45deg)}@media (width>=1001px){.menuBtn{display:none!important}}@media (width<=1000px){.menuBtn{display:inline-grid!important}.mobileNav{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:calc(100svh - 74px)!important;padding-bottom:max(18px, env(safe-area-inset-bottom))!important;overflow-y:auto!important}}@media (width<=760px){.trustGrid{grid-template-columns:1fr 1fr!important;gap:12px 18px!important;margin-top:24px!important;display:grid!important}.trustGrid span{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;color:#f7f4efe0!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;font-size:15px!important;line-height:1.35!important}.trustGrid svg{min-width:17px;color:var(--orange-2)!important}.comparisonMatrix{background:0 0!important}.matrixTop{color:var(--charcoal)!important;letter-spacing:.08em!important;background:linear-gradient(135deg,#fff,#f7f1ea)!important;border:1px solid #d66a222e!important;font-size:14px!important;box-shadow:0 10px 30px #15191d0d!important}.matrixTop--pump:before{content:"SISTEM 1";color:var(--orange);letter-spacing:.18em;margin-bottom:4px;font-size:10px;display:block}.matrixTop--eco:before{content:"SISTEM 2";color:var(--orange);letter-spacing:.18em;margin-bottom:4px;font-size:10px;display:block}.matrixScore--pump,.matrixScore--eco{background:#fff!important}.mobileNav{z-index:80;animation:mobileMenuIn .28s var(--ease) both;top:74px;left:0;right:0;box-shadow:0 26px 60px #0000002e;background:#f7f4effa!important;border-top:1px solid #15191d14!important;position:fixed!important}.mobileNav button:not(.btn),.mobileLang button{color:var(--charcoal)!important;background:#15191d0b!important}.mobileNav button:not(.btn):hover,.mobileNav button:not(.btn):active,.mobileLang button.active{color:var(--charcoal)!important;background:#d66a2221!important}.mobileNav .btn{margin-top:4px;min-height:54px!important}}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media (width<=390px){.trustGrid{grid-template-columns:1fr!important}.mobileNav{top:68px;max-height:calc(100svh - 68px)!important}.header__inner{min-height:68px!important}.logo{width:138px!important}}@media (width<=760px){.hero{min-height:auto!important}.hero__bg{object-position:58% center!important}.hero__shade{background:linear-gradient(#0f121559 0%,#0f1215a8 44%,#0f1215f0 100%),linear-gradient(90deg,#0f1215e6 0%,#0f121561 100%)!important}.hero__content{align-items:center!important;min-height:calc(100svh - 76px)!important;padding-top:104px!important;padding-bottom:34px!important}.hero__copy{padding-top:20px;padding-bottom:0}.hero h1{letter-spacing:-.042em!important;max-width:12.5ch!important;margin-top:0!important;font-size:clamp(34px,9.8vw,43px)!important;line-height:1.06!important}.hero p{max-width:33ch!important;margin-top:18px!important;font-size:15.5px!important;line-height:1.58!important}.hero__actions{gap:10px!important;margin-top:24px!important}.hero__actions .btn{border-radius:12px!important;min-height:52px!important;font-size:15px!important}.hero .trustGrid{display:none!important}.comparisonMatrix{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;border:1px solid var(--line)!important;background:#fff!important;border-radius:22px!important;grid-template-columns:minmax(230px,1.25fr) minmax(190px,.9fr) minmax(190px,.9fr)!important;gap:0!important;width:100%!important;display:grid!important;overflow:auto hidden!important;box-shadow:0 18px 52px #15191d14!important}.comparisonMatrix>*{min-width:0}.matrixTop{min-height:74px!important;color:var(--charcoal)!important;letter-spacing:.12em!important;text-transform:uppercase!important;box-shadow:none!important;border:0!important;border-radius:0!important;align-items:center!important;padding:18px!important;font-size:13px!important;font-weight:760!important;display:flex!important}.matrixTop--empty{color:#15191d94!important;background:#fff!important;display:flex!important}.matrixTop--pump{color:#fff!important;background:#22272b!important}.matrixTop--eco{background:var(--orange)!important;color:#fff!important}.matrixTop--pump:before,.matrixTop--eco:before{content:none!important}.matrixLabel,.matrixScore{border:0!important;border-top:1px solid var(--line)!important;background:#fff!important;border-radius:0!important;padding:18px!important}.matrixLabel,.matrixScore--pump{border-right:1px solid var(--line)!important}.matrixScore--eco{background:#fffaf6!important}.matrixLabel strong{font-size:16px!important}.matrixLabel span{font-size:13.5px!important;line-height:1.45!important}.matrixScore span{font-size:16px!important;font-weight:760!important}.matrixScore i{max-width:150px!important}.matrixScore--eco span{color:var(--orange)!important}.comparisonMatrix::-webkit-scrollbar{height:6px}.comparisonMatrix::-webkit-scrollbar-thumb{background:#d66a2273;border-radius:999px}.comparisonMatrix::-webkit-scrollbar-track{background:#15191d12;border-radius:999px}}@media (width<=390px){.hero h1{max-width:12ch!important;font-size:33px!important}.hero p{max-width:31ch!important}.comparisonMatrix{grid-template-columns:minmax(210px,1.2fr) minmax(175px,.9fr) minmax(175px,.9fr)!important}}.comparisonMobileCards{display:none}@media (width<=760px){.comparisonMatrix{display:none!important}.comparisonMobileCards{gap:14px;margin-top:28px;display:grid!important}.mobileCompareCard{background:#fff;border:1px solid #15191d14;border-radius:20px;padding:18px;box-shadow:0 14px 34px #15191d12}.mobileCompareCard h3{letter-spacing:-.02em;margin:0 0 16px;font-size:20px}.mobileCompareRow{border-radius:15px;gap:8px;margin-bottom:10px;padding:13px 14px;display:grid}.mobileCompareRow div{justify-content:space-between;align-items:center;gap:14px;display:flex}.mobileCompareRow span{text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:680}.mobileCompareRow strong{font-size:17px;font-weight:760!important}.mobileCompareRow i{border-radius:999px;height:8px;display:block}.mobileCompareRow--pump{color:#fff;background:#24292d}.mobileCompareRow--pump span{color:#ffffffbf}.mobileCompareRow--pump i{background:linear-gradient(90deg,#9ca0a2,#d0d1d2)}.mobileCompareRow--eco{color:var(--charcoal);background:linear-gradient(135deg,#df681d24,#df681d0f);border:1px solid #df681d33}.mobileCompareRow--eco span,.mobileCompareRow--eco strong{color:var(--orange)}.mobileCompareRow--eco i{background:linear-gradient(90deg, var(--orange), #f4b06f)}.mobileCompareCard p{color:var(--muted);margin:14px 0 0;font-size:14px;line-height:1.55}.comparisonHero h2{font-size:clamp(31px,8.8vw,42px)!important;line-height:1.08!important}.comparisonHero p{font-size:16px!important;line-height:1.62!important}.hero h1{max-width:10.5ch!important;font-size:clamp(35px,10.5vw,46px)!important;line-height:1.03!important}.hero p{max-width:32ch!important;font-size:15.5px!important}}@media (width<=390px){.hero h1{font-size:34px!important}.mobileCompareCard{padding:16px}.mobileCompareRow span{font-size:12px}}.hero h1{max-width:760px}@media (width<=760px){.hero h1{max-width:11ch!important}.hero{background:#11161a!important;min-height:auto!important}.hero__bg{object-position:58% center!important;opacity:.98!important}.hero__shade{background:linear-gradient(#0f121580 0%,#0f1215b3 42%,#0f1215eb 100%),linear-gradient(90deg,#0f1215eb 0%,#0f121594 58%,#0f121561 100%)!important}.hero__content{align-items:flex-start!important;min-height:auto!important;padding-top:132px!important;padding-bottom:62px!important;display:flex!important}.hero__copy{max-width:100%!important;margin:0!important;padding:0!important}.eyebrow{letter-spacing:.14em!important;color:var(--orange-2)!important;margin-bottom:14px!important;font-size:11px!important}.hero h1{letter-spacing:-.046em!important;max-width:10ch!important;margin:0!important;font-size:clamp(38px,10.8vw,48px)!important;line-height:1.02!important}.hero p{color:#f7f4efd6!important;max-width:32ch!important;margin:20px 0 0!important;font-size:15.5px!important;line-height:1.58!important}.hero__actions{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin-top:24px!important;display:grid!important}.hero__actions .btn{border-radius:12px!important;justify-content:center!important;width:100%!important;min-height:50px!important;font-size:15px!important}.hero .trustGrid{display:none!important}.section:first-of-type{padding-top:68px!important}}@media (width<=390px){.hero__content{padding-top:118px!important;padding-bottom:54px!important}.hero h1{max-width:10ch!important;font-size:34px!important}.hero p{max-width:31ch!important;font-size:14.5px!important}.hero__actions .btn{min-height:48px!important}}@media (width<=760px){.hero{background:#11161a!important;min-height:calc(100svh - 68px)!important;overflow:hidden!important}.hero__bg{object-fit:cover!important;object-position:60% center!important;opacity:1!important;height:100%!important}.hero__shade{background:radial-gradient(circle at 76% 28%,#df681d1f,#0000 34%),linear-gradient(#0f121566 0%,#0f1215a8 42%,#0f1215f0 100%),linear-gradient(90deg,#0f1215f2 0%,#0f1215b8 48%,#0f12157a 100%)!important}.hero__content{align-items:center!important;min-height:calc(100svh - 68px)!important;padding-top:34px!important;padding-bottom:24px!important;display:flex!important}.hero__copy{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.eyebrow{letter-spacing:.13em!important;width:auto!important;color:var(--orange-2)!important;gap:8px!important;margin:0 0 14px!important;font-size:11px!important;line-height:1.2!important;display:inline-flex!important}.hero h1{text-wrap:balance;letter-spacing:-.052em!important;max-width:11ch!important;margin:0!important;font-size:clamp(38px,11vw,50px)!important;line-height:1!important}.hero p{color:#f7f4efdb!important;max-width:34ch!important;margin:18px 0 0!important;font-size:15.5px!important;line-height:1.55!important}.hero__actions{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin-top:24px!important;display:grid!important}.hero__actions .btn{border-radius:13px!important;justify-content:center!important;width:100%!important;min-height:52px!important;font-size:15px!important;box-shadow:0 14px 30px #0000002e!important}.hero__actions .btn--ghost{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none!important;background:#ffffff12!important;border-color:#fff3!important}.hero .trustGrid{grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;margin-top:20px!important;display:grid!important}.hero .trustGrid span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-height:45px;box-shadow:0 10px 24px #00000024;color:#f7f4efe0!important;background:#ffffff13!important;border:1px solid #ffffff21!important;border-radius:14px!important;align-items:center!important;gap:8px!important;padding:10px 11px!important;font-size:13px!important;font-weight:560!important;line-height:1.25!important;display:flex!important}.hero .trustGrid svg{color:var(--orange-2)!important;width:16px!important;min-width:16px!important;height:16px!important}.section:first-of-type{padding-top:76px!important}}@media (width<=390px){.hero{min-height:calc(100svh - 64px)!important}.hero__content{min-height:calc(100svh - 64px)!important;padding-top:26px!important;padding-bottom:20px!important}.hero h1{max-width:10.5ch!important;font-size:35px!important}.hero p{max-width:31ch!important;margin-top:16px!important;font-size:14.3px!important}.hero__actions{margin-top:20px!important}.hero__actions .btn{min-height:49px!important}.hero .trustGrid{gap:8px!important;margin-top:16px!important}.hero .trustGrid span{min-height:42px;padding:9px 10px!important;font-size:12.3px!important}}@media (height<=690px) and (width<=760px){.hero__content{align-items:flex-start!important;padding-top:22px!important}.hero h1{font-size:34px!important}.hero p{margin-top:14px!important;font-size:14px!important}.hero__actions{margin-top:16px!important}.hero .trustGrid{margin-top:14px!important}.hero .trustGrid span{min-height:38px;font-size:12px!important}}@media (width<=760px){.hero{min-height:calc(100svh - 68px)!important}.hero__bg{object-fit:cover!important;object-position:68% center!important;width:100%!important;height:100%!important}.hero__shade{background:radial-gradient(circle at 78% 22%,#df681d1a,#0000 30%),linear-gradient(#0f121547 0%,#0f12158a 36%,#0f1215e6 100%),linear-gradient(90deg,#0f1215f0 0%,#0f1215b3 48%,#0f12156b 100%)!important}.hero__content{align-items:stretch!important;min-height:calc(100svh - 68px)!important;padding-top:18px!important;padding-bottom:24px!important}.hero__copy{flex-direction:column!important;justify-content:flex-end!important;width:100%!important;min-height:100%!important;display:flex!important}.hero h1{letter-spacing:-.055em!important;max-width:8.7ch!important;font-size:clamp(40px,12vw,52px)!important;line-height:.98!important}.hero p{max-width:30ch!important;margin-top:14px!important;font-size:15px!important;line-height:1.56!important}.hero__actions{gap:12px!important;margin-top:22px!important}.hero__actions .btn{border-radius:13px!important;min-height:52px!important}.hero .trustGrid{border-top:1px solid #ffffff24!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:auto!important;padding-top:18px!important;display:grid!important}.hero .trustGrid span{min-height:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:#f7f4efe6!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:flex-start!important;gap:9px!important;padding:0!important;font-size:13.5px!important;font-weight:560!important;line-height:1.35!important;display:flex!important}.hero .trustGrid svg{width:15px!important;min-width:15px!important;height:15px!important;color:var(--orange-2)!important;margin-top:1px!important}}@media (width<=390px){.hero{min-height:calc(100svh - 64px)!important}.hero__content{min-height:calc(100svh - 64px)!important;padding-top:16px!important;padding-bottom:22px!important}.hero h1{max-width:8.5ch!important;font-size:38px!important}.hero p{max-width:28ch!important;margin-top:12px!important;font-size:14.5px!important}.hero__actions{gap:10px!important;margin-top:18px!important}.hero__actions .btn{min-height:50px!important}.hero .trustGrid{gap:8px!important;padding-top:14px!important}.hero .trustGrid span{font-size:12.9px!important}}@media (height<=720px) and (width<=760px){.hero__content{padding-top:14px!important;padding-bottom:18px!important}.hero h1{font-size:36px!important}.hero p{margin-top:12px!important;font-size:14.1px!important;line-height:1.48!important}.hero__actions{margin-top:14px!important}.hero .trustGrid{gap:7px!important;padding-top:12px!important}.hero .trustGrid span{font-size:12.4px!important}}@media (width>=761px){.hero .trustGrid{grid-template-columns:repeat(2,minmax(220px,260px))!important;justify-content:start!important;gap:12px 18px!important;max-width:560px!important}.hero .trustGrid span{justify-self:start!important}}@media (width<=760px){.hero{min-height:calc(100svh - 68px)!important;overflow:hidden!important}.hero__bg{object-fit:cover!important;object-position:72% center!important;width:100%!important;height:100%!important;transform:none!important}.hero__shade{background:radial-gradient(circle at 78% 18%,#df681d1f,#0000 28%),linear-gradient(#0c0f122e 0%,#0c0f126b 28%,#0c0f12e0 100%),linear-gradient(90deg,#0c0f12e6 0%,#0c0f12a3 54%,#0c0f1247 100%)!important}.hero__content{align-items:flex-start!important;min-height:calc(100svh - 68px)!important;padding-top:22px!important;padding-bottom:22px!important}.hero__copy{flex-direction:column!important;justify-content:flex-start!important;width:100%!important;max-width:none!important;min-height:100%!important;display:flex!important}.hero .eyebrow{margin-bottom:8px!important}.hero h1{text-wrap:balance;letter-spacing:-.055em!important;max-width:8.9ch!important;margin-top:0!important;font-size:clamp(34px,10.2vw,44px)!important;line-height:.95!important}.hero p{color:#f7f4efeb!important;max-width:24ch!important;margin-top:14px!important;font-size:15px!important;line-height:1.55!important}.hero__actions{gap:12px!important;margin-top:20px!important}.hero__actions .btn{border-radius:14px!important;min-height:54px!important}.hero .trustGrid{border-top:1px solid #ffffff24!important;grid-template-columns:1fr!important;gap:10px!important;max-width:100%!important;margin-top:auto!important;padding-top:16px!important;display:grid!important}.hero .trustGrid span{min-height:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:#f7f4efeb!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:10px!important;padding:0!important;font-size:13.8px!important;font-weight:560!important;line-height:1.35!important;display:flex!important}.hero .trustGrid svg{width:15px!important;min-width:15px!important;height:15px!important;margin-top:0!important}}@media (width<=390px){.hero{min-height:calc(100svh - 64px)!important}.hero__content{min-height:calc(100svh - 64px)!important;padding-top:18px!important;padding-bottom:18px!important}.hero h1{max-width:8.8ch!important;font-size:clamp(32px,10.6vw,40px)!important}.hero p{max-width:23ch!important;font-size:14.5px!important}.hero__actions{gap:10px!important;margin-top:18px!important}.hero__actions .btn{min-height:52px!important}.hero .trustGrid{gap:8px!important;padding-top:14px!important}.hero .trustGrid span{font-size:13px!important}}@media (height<=720px) and (width<=760px){.hero__content{padding-top:16px!important;padding-bottom:16px!important}.hero h1{font-size:34px!important}.hero p{margin-top:12px!important;font-size:14.2px!important;line-height:1.48!important}.hero__actions{margin-top:16px!important}.hero .trustGrid{gap:7px!important;padding-top:12px!important}.hero .trustGrid span{font-size:12.7px!important}}@media (width<=760px){.header{position:sticky!important;top:0!important}.hero{background:#11161a!important;height:calc(100svh - 68px)!important;min-height:calc(100svh - 68px)!important;max-height:760px!important;overflow:hidden!important}.hero__bg{object-fit:cover!important;object-position:63% center!important;width:100%!important;height:100%!important;transform:none!important}.hero__shade{background:linear-gradient(#0c0f1257 0%,#0c0f1285 38%,#0c0f12e0 100%),linear-gradient(90deg,#0c0f12ed 0%,#0c0f12b3 55%,#0c0f1261 100%)!important}.hero__content{align-items:stretch!important;height:100%!important;min-height:0!important;padding-top:30px!important;padding-bottom:26px!important;display:flex!important}.hero__copy{grid-template-rows:auto auto auto auto 1fr auto!important;align-content:start!important;width:100%!important;max-width:100%!important;height:100%!important;margin:0!important;padding:0!important;display:grid!important}.hero .eyebrow{letter-spacing:.14em!important;color:var(--orange-2)!important;margin:0 0 12px!important;font-size:10.5px!important;line-height:1.25!important}.hero h1{letter-spacing:-.048em!important;max-width:11ch!important;color:var(--off)!important;margin:0!important;font-size:clamp(34px,10vw,44px)!important;line-height:1.02!important}.hero p{color:#f7f4efe6!important;max-width:32ch!important;margin:15px 0 0!important;font-size:14.6px!important;line-height:1.52!important}.hero__actions{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin-top:20px!important;display:grid!important}.hero__actions .btn{border-radius:13px!important;justify-content:center!important;width:100%!important;min-height:50px!important;font-size:14.5px!important}.hero__actions .btn--ghost{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff13!important;border-color:#fff3!important}.hero .trustGrid{border-top:1px solid #ffffff26!important;grid-template-columns:1fr 1fr!important;align-self:end!important;gap:9px 12px!important;max-width:100%!important;margin:0!important;padding-top:15px!important;display:grid!important}.hero .trustGrid span{min-height:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:#f7f4efeb!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:7px!important;padding:0!important;font-size:12.2px!important;font-weight:560!important;line-height:1.28!important;display:flex!important}.hero .trustGrid svg{width:14px!important;min-width:14px!important;height:14px!important;color:var(--orange-2)!important}.section:first-of-type{padding-top:70px!important}}@media (width<=390px){.hero{height:calc(100svh - 64px)!important;min-height:calc(100svh - 64px)!important}.hero__content{padding-top:24px!important;padding-bottom:22px!important}.hero h1{max-width:10.8ch!important;font-size:32px!important}.hero p{max-width:31ch!important;margin-top:12px!important;font-size:13.7px!important;line-height:1.48!important}.hero__actions{gap:9px!important;margin-top:16px!important}.hero__actions .btn{min-height:47px!important}.hero .trustGrid{grid-template-columns:1fr!important;gap:7px!important;padding-top:12px!important}.hero .trustGrid span{font-size:12.1px!important}}@media (height<=700px) and (width<=760px){.hero__content{padding-top:20px!important;padding-bottom:18px!important}.hero .eyebrow{margin-bottom:8px!important}.hero h1{font-size:30px!important;line-height:1!important}.hero p{margin-top:10px!important;font-size:13px!important;line-height:1.44!important}.hero__actions{margin-top:12px!important}.hero__actions .btn{min-height:44px!important}.hero .trustGrid{gap:6px!important;padding-top:10px!important}.hero .trustGrid span{font-size:11.8px!important}}@media (width<=760px){.hero{background:#11161a!important;height:calc(100svh - 68px)!important;min-height:620px!important;max-height:none!important;overflow:hidden!important}.hero__bg{object-fit:cover!important;object-position:66% center!important;width:100%!important;height:100%!important;transform:none!important}.hero__shade{background:linear-gradient(#0c0f1247 0%,#0c0f1294 48%,#0c0f12e0 100%),linear-gradient(90deg,#0c0f12eb 0%,#0c0f12b3 48%,#0c0f1261 100%)!important}.hero__content{align-items:center!important;height:100%!important;min-height:0!important;padding-top:0!important;padding-bottom:0!important;display:flex!important}.hero__copy{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important}.hero .eyebrow{letter-spacing:.14em!important;margin:0 0 10px!important;font-size:10.5px!important;line-height:1.2!important}.hero h1{letter-spacing:-.048em!important;max-width:10.7ch!important;color:var(--off)!important;margin:0!important;font-size:clamp(34px,10vw,42px)!important;line-height:1.02!important}.hero p{color:#f7f4efe6!important;max-width:31ch!important;margin:15px 0 0!important;font-size:14.6px!important;line-height:1.55!important}.hero__actions{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin-top:22px!important;display:grid!important}.hero__actions .btn{border-radius:13px!important;justify-content:center!important;width:100%!important;min-height:50px!important;font-size:14.5px!important}.hero__actions .btn--ghost{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff13!important;border-color:#fff3!important}.hero .trustGrid{border-top:1px solid #ffffff26!important;grid-template-columns:1fr 1fr!important;gap:9px 12px!important;max-width:100%!important;margin-top:18px!important;padding-top:16px!important;display:grid!important}.hero .trustGrid span{min-height:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:#f7f4efeb!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:7px!important;padding:0!important;font-size:12.2px!important;font-weight:560!important;line-height:1.25!important;display:flex!important}.hero .trustGrid svg{width:14px!important;min-width:14px!important;height:14px!important;color:var(--orange-2)!important}.section:first-of-type{padding-top:70px!important}}@media (width<=390px){.hero{height:calc(100svh - 64px)!important;min-height:610px!important}.hero h1{max-width:10.6ch!important;font-size:31px!important}.hero p{max-width:29ch!important;margin-top:12px!important;font-size:13.4px!important;line-height:1.48!important}.hero__actions{gap:9px!important;margin-top:16px!important}.hero__actions .btn{min-height:46px!important}.hero .trustGrid{grid-template-columns:1fr 1fr!important;gap:7px 8px!important;margin-top:14px!important;padding-top:13px!important}.hero .trustGrid span{gap:5px!important;font-size:11.2px!important}.hero .trustGrid svg{width:12px!important;min-width:12px!important;height:12px!important}}@media (height<=700px) and (width<=760px){.hero{min-height:560px!important}.hero h1{font-size:30px!important}.hero p{margin-top:10px!important;font-size:13px!important;line-height:1.42!important}.hero__actions{margin-top:13px!important}.hero__actions .btn{min-height:43px!important}.hero .trustGrid{margin-top:12px!important;padding-top:10px!important}.hero .trustGrid span{font-size:10.8px!important}}@media (width<=760px){.hero{background:#101417!important;height:calc(100svh - 68px)!important;min-height:650px!important;overflow:hidden!important}.hero__bg{object-fit:cover!important;object-position:64% center!important;width:100%!important;height:100%!important;transform:none!important}.hero__shade{background:radial-gradient(circle at 64% 28%,#df681d1f,#0000 30%),linear-gradient(#0a0d106b 0%,#0a0d109e 38%,#0a0d10eb 100%),linear-gradient(90deg,#0a0d10db 0%,#0a0d10a3 55%,#0a0d105c 100%)!important}.hero__content{align-items:center!important;height:100%!important;min-height:0!important;padding-top:0!important;padding-bottom:0!important;display:flex!important}.hero__copy{text-align:center!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important}.hero .eyebrow{letter-spacing:.14em!important;color:var(--orange-2)!important;justify-content:center!important;margin:0 auto 14px!important;font-size:10.5px!important;line-height:1.25!important}.hero h1{letter-spacing:-.048em!important;max-width:10.6ch!important;color:var(--off)!important;text-align:center!important;margin:0 auto!important;font-size:clamp(35px,10.4vw,45px)!important;line-height:1.02!important}.hero p{color:#f7f4efe6!important;text-align:center!important;max-width:33ch!important;margin:18px auto 0!important;font-size:14.7px!important;line-height:1.58!important}.hero__actions{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;max-width:390px!important;margin:30px auto 0!important;display:grid!important}.hero__actions .btn{border-radius:14px!important;justify-content:center!important;width:100%!important;min-height:52px!important;font-size:14.5px!important}.hero__actions .btn--ghost{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff13!important;border-color:#fff3!important}.hero .trustGrid{border-top:1px solid #ffffff24!important;grid-template-columns:1fr 1fr!important;gap:11px 14px!important;max-width:390px!important;margin:34px auto 0!important;padding-top:22px!important;display:grid!important}.hero .trustGrid span{text-align:left!important;min-height:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:#f7f4efeb!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:flex-start!important;align-items:center!important;gap:7px!important;padding:0!important;font-size:12px!important;font-weight:560!important;line-height:1.28!important;display:flex!important}.hero .trustGrid svg{width:14px!important;min-width:14px!important;height:14px!important;color:var(--orange-2)!important}.section:first-of-type{padding-top:74px!important}}@media (width<=390px){.hero{height:calc(100svh - 64px)!important;min-height:630px!important}.hero h1{max-width:10.3ch!important;font-size:33px!important}.hero p{max-width:30ch!important;margin-top:14px!important;font-size:13.7px!important;line-height:1.5!important}.hero__actions{gap:10px!important;margin-top:24px!important}.hero__actions .btn{min-height:48px!important}.hero .trustGrid{grid-template-columns:1fr 1fr!important;gap:9px 10px!important;margin-top:26px!important;padding-top:18px!important}.hero .trustGrid span{gap:5px!important;font-size:11.1px!important}.hero .trustGrid svg{width:12px!important;min-width:12px!important;height:12px!important}}@media (height<=700px) and (width<=760px){.hero{min-height:570px!important}.hero .eyebrow{margin-bottom:8px!important}.hero h1{font-size:30px!important}.hero p{margin-top:10px!important;font-size:12.9px!important;line-height:1.42!important}.hero__actions{gap:8px!important;margin-top:16px!important}.hero__actions .btn{min-height:43px!important}.hero .trustGrid{gap:6px 8px!important;margin-top:18px!important;padding-top:12px!important}.hero .trustGrid span{font-size:10.6px!important}}@media (width<=760px){.hero{background:#0f1316!important;height:calc(100svh - 68px)!important;min-height:670px!important;overflow:hidden!important}.hero:before{content:"12V";z-index:-1;letter-spacing:-.08em;color:#ffffff09;pointer-events:none;font-size:124px;font-weight:800;line-height:.8;position:absolute;bottom:118px;right:-18px}.hero:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#0000,#df681d94,#0000);height:1px;position:absolute;bottom:102px;left:0;right:0;box-shadow:0 0 34px #df681d33}.hero__bg{object-fit:cover!important;object-position:64% center!important;width:100%!important;height:100%!important;transform:scale(1.03)!important}.hero__shade{background:radial-gradient(circle at 50% 32%,#df681d38,#0000 24%),linear-gradient(#080b0e38 0%,#080b0e85 38%,#080b0ee8 100%),linear-gradient(90deg,#080b0ed1 0%,#080b0ea3 50%,#080b0e6b 100%)!important}.hero__content{align-items:center!important;height:100%!important;min-height:0!important;padding-top:0!important;padding-bottom:0!important;display:flex!important}.hero__copy{transform:translateY(-8px);text-align:center!important;grid-template-rows:auto auto auto auto auto!important;align-content:center!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:grid!important}.hero .eyebrow{text-shadow:0 0 18px #df681d38;letter-spacing:.16em!important;color:var(--orange-2)!important;justify-content:center!important;margin:0 auto 16px!important;font-size:10.8px!important;line-height:1.25!important}.hero h1{text-wrap:balance;text-shadow:0 14px 42px #0000006b;letter-spacing:-.06em!important;max-width:9.4ch!important;color:var(--off)!important;text-align:center!important;margin:0 auto!important;font-size:clamp(43px,12.5vw,58px)!important;line-height:.94!important}.hero p{text-shadow:0 6px 24px #00000057;color:#f7f4efeb!important;text-align:center!important;max-width:31ch!important;margin:22px auto 0!important;font-size:15.2px!important;line-height:1.58!important}.hero__actions{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;max-width:390px!important;margin:34px auto 0!important;display:grid!important}.hero__actions .btn{border-radius:15px!important;justify-content:center!important;width:100%!important;min-height:54px!important;font-size:14.8px!important}.hero__actions .btn--primary{box-shadow:0 18px 44px #df681d4d,inset 0 0 0 1px #ffffff1a!important}.hero__actions .btn--ghost{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14!important;border-color:#ffffff38!important}.hero .trustGrid{border-top:1px solid #ffffff29!important;grid-template-columns:1fr 1fr!important;gap:10px 14px!important;max-width:390px!important;margin:30px auto 0!important;padding:16px 0 0!important;display:grid!important}.hero .trustGrid span{text-align:left!important;min-height:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:#f7f4eff0!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:flex-start!important;align-items:center!important;gap:7px!important;padding:0!important;font-size:12px!important;font-weight:560!important;line-height:1.28!important;display:flex!important}.hero .trustGrid svg{filter:drop-shadow(0 0 6px #df681d47);width:14px!important;min-width:14px!important;height:14px!important;color:var(--orange-2)!important}}@media (width<=390px){.hero{height:calc(100svh - 64px)!important;min-height:640px!important}.hero:before{font-size:108px;bottom:110px}.hero__copy{transform:translateY(-4px)}.hero h1{max-width:9.2ch!important;font-size:clamp(38px,12vw,47px)!important}.hero p{max-width:30ch!important;margin-top:18px!important;font-size:14px!important;line-height:1.5!important}.hero__actions{gap:10px!important;margin-top:28px!important}.hero__actions .btn{min-height:50px!important}.hero .trustGrid{gap:8px 10px!important;margin-top:24px!important;padding-top:14px!important}.hero .trustGrid span{gap:5px!important;font-size:11.1px!important}.hero .trustGrid svg{width:12px!important;min-width:12px!important;height:12px!important}}@media (height<=700px) and (width<=760px){.hero{min-height:590px!important}.hero__copy{transform:translateY(-2px)}.hero .eyebrow{margin-bottom:10px!important}.hero h1{font-size:36px!important;line-height:.96!important}.hero p{margin-top:14px!important;font-size:13.2px!important;line-height:1.42!important}.hero__actions{gap:8px!important;margin-top:20px!important}.hero__actions .btn{min-height:45px!important}.hero .trustGrid{gap:6px 8px!important;margin-top:18px!important;padding-top:12px!important}.hero .trustGrid span{font-size:10.7px!important}}@media (width<=760px){.hero{background:#101417!important;height:calc(100svh - 68px)!important;min-height:640px!important;overflow:hidden!important}.hero:before,.hero:after{content:none!important;display:none!important}.hero__bg{object-fit:cover!important;object-position:64% center!important;width:100%!important;height:100%!important;transform:none!important}.hero__shade{background:radial-gradient(circle at 50% 30%,#df681d24,#0000 28%),linear-gradient(#080b0e57 0%,#080b0e91 42%,#080b0ee0 100%),linear-gradient(90deg,#080b0ecc 0%,#080b0e9e 54%,#080b0e61 100%)!important}.hero__content{place-items:center!important;height:100%!important;min-height:0!important;padding-top:0!important;padding-bottom:0!important;display:grid!important}.hero__copy{text-align:center!important;width:100%!important;max-width:390px!important;height:auto!important;min-height:0!important;margin:0 auto!important;padding:0!important;display:block!important;transform:translateY(-4px)!important}.hero .eyebrow{letter-spacing:.145em!important;width:100%!important;color:var(--orange-2)!important;text-align:center!important;justify-content:center!important;margin:0 auto 14px!important;font-size:10.5px!important;line-height:1.25!important}.hero h1{text-wrap:balance;text-shadow:0 12px 38px #00000073;letter-spacing:-.058em!important;max-width:9.6ch!important;color:var(--off)!important;text-align:center!important;margin:0 auto!important;font-size:clamp(42px,12.2vw,54px)!important;line-height:.96!important}.hero p{color:#f7f4efe8!important;text-align:center!important;max-width:32ch!important;margin:20px auto 0!important;font-size:15px!important;line-height:1.56!important}.hero__actions{grid-template-columns:1fr!important;justify-items:center!important;gap:12px!important;width:100%!important;max-width:360px!important;margin:32px auto 0!important;display:grid!important}.hero__actions .btn--primary{border-radius:15px!important;justify-content:center!important;width:100%!important;min-height:54px!important;font-size:15px!important;box-shadow:0 18px 42px #df681d45,inset 0 0 0 1px #ffffff1a!important}.hero__actions .btn--ghost{width:auto!important;min-height:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:#f7f4efdb!important;background:0 0!important;border:0!important;border-radius:0!important;padding:4px 0!important;font-size:14px!important;font-weight:650!important;text-decoration:none!important}.hero__actions .btn--ghost:after{content:" →";color:var(--orange-2);font-weight:800}.hero .trustGrid{border-top:1px solid #ffffff26!important;grid-template-columns:1fr 1fr!important;gap:10px 14px!important;width:100%!important;max-width:360px!important;margin:32px auto 0!important;padding-top:20px!important;display:grid!important}.hero .trustGrid span{text-align:left!important;min-height:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:#f7f4efeb!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:flex-start!important;align-items:center!important;gap:7px!important;padding:0!important;font-size:12px!important;font-weight:560!important;line-height:1.28!important;display:flex!important}.hero .trustGrid svg{width:14px!important;min-width:14px!important;height:14px!important;color:var(--orange-2)!important}}@media (width<=390px){.hero{height:calc(100svh - 64px)!important;min-height:610px!important}.hero__copy{max-width:340px!important;transform:translateY(-2px)!important}.hero h1{max-width:9.4ch!important;font-size:38px!important}.hero p{max-width:30ch!important;margin-top:16px!important;font-size:13.8px!important;line-height:1.5!important}.hero__actions{gap:10px!important;max-width:335px!important;margin-top:26px!important}.hero__actions .btn--primary{min-height:50px!important}.hero .trustGrid{gap:8px 10px!important;max-width:335px!important;margin-top:26px!important;padding-top:16px!important}.hero .trustGrid span{gap:5px!important;font-size:11px!important}.hero .trustGrid svg{width:12px!important;min-width:12px!important;height:12px!important}}@media (height<=700px) and (width<=760px){.hero{min-height:560px!important}.hero h1{font-size:35px!important}.hero p{margin-top:13px!important;font-size:13px!important;line-height:1.43!important}.hero__actions{gap:8px!important;margin-top:20px!important}.hero__actions .btn--primary{min-height:46px!important}.hero__actions .btn--ghost{font-size:13px!important}.hero .trustGrid{gap:6px 8px!important;margin-top:20px!important;padding-top:12px!important}.hero .trustGrid span{font-size:10.5px!important}}.fileUpload input[type=file]{color:#f7f4efe6;background:#ffffff14;border:1px dashed #ffffff47;border-radius:14px;width:100%;padding:14px}.fileUpload input[type=file]::file-selector-button{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:10px;margin-right:12px;padding:10px 14px;font-weight:700}.fileUpload span{color:#f7f4ef94;margin-top:7px;font-size:13px;line-height:1.45;display:block}@media (width<=760px){body{background:#0c1012!important}.header{-webkit-backdrop-filter:blur(16px)!important;background:#0d1113eb!important;border-bottom:1px solid #ffffff14!important;height:78px!important;min-height:78px!important;padding:0!important}.header__inner{align-items:center!important;height:78px!important;padding:0 18px!important;display:flex!important}.logo,.brand,.header img,.header__logo img{max-height:45px!important}.header .logo img,.header .brand img{max-width:170px!important;height:auto!important}.menuBtn,.mobileMenuBtn,.hamburger,button[aria-label*=menu i],button[aria-label*=meni i]{color:#fff!important;background:#ffffff14!important;border:1px solid #ffffff2e!important;border-radius:15px!important;width:48px!important;height:48px!important}.hero{background:#0c1012!important;height:calc(100svh - 78px)!important;min-height:620px!important;overflow:hidden!important}.hero:before,.hero:after{content:none!important;display:none!important}.hero__bg{object-fit:cover!important;object-position:61% center!important;width:100%!important;height:100%!important;transform:scale(1.04)!important}.hero__shade{background:radial-gradient(circle at 50% 38%,#df681d2e,#0000 31%),linear-gradient(#070a0c57 0%,#070a0c8a 38%,#070a0ce6 100%),linear-gradient(90deg,#070a0cd6 0%,#070a0ca8 52%,#070a0c6b 100%)!important}.hero__content{place-items:center!important;height:100%!important;min-height:0!important;padding:0 22px!important;display:grid!important}.hero__copy{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:390px!important;margin:0 auto!important;padding:0!important;display:flex!important;transform:translateY(-14px)!important}.hero .eyebrow{letter-spacing:.17em!important;color:var(--orange-2)!important;text-shadow:0 0 18px #df681d42!important;justify-content:center!important;margin:0 auto 18px!important;font-size:11px!important;line-height:1.2!important}.hero h1{letter-spacing:-.065em!important;text-align:center!important;color:#fffaf2!important;text-shadow:0 18px 44px #00000085!important;max-width:9.4ch!important;margin:0 auto!important;font-size:clamp(46px,12.8vw,58px)!important;line-height:.93!important}.hero p{text-align:center!important;color:#fffaf2e6!important;text-shadow:0 10px 30px #00000070!important;max-width:31ch!important;margin:24px auto 0!important;font-size:16px!important;line-height:1.48!important}.hero__actions{grid-template-columns:1fr!important;justify-items:center!important;gap:16px!important;width:100%!important;max-width:370px!important;margin:36px auto 0!important;display:grid!important}.hero__actions .btn--primary{border-radius:18px!important;justify-content:center!important;width:100%!important;min-height:62px!important;font-size:18px!important;font-weight:800!important;box-shadow:0 22px 54px #df681d52,inset 0 0 0 1px #ffffff1f!important}.hero__actions .btn--ghost{width:auto!important;min-height:auto!important;box-shadow:none!important;color:#fffaf2e0!important;background:0 0!important;border:0!important;padding:0!important;font-size:16px!important;font-weight:760!important;text-decoration:none!important}.hero__actions .btn--ghost:after{content:"  →";color:var(--orange-2);font-weight:900}.hero .trustGrid{border-top:1px solid #ffffff2b!important;grid-template-columns:1fr 1fr!important;gap:13px 18px!important;width:100%!important;max-width:370px!important;margin:34px auto 0!important;padding-top:22px!important;display:grid!important}.hero .trustGrid span{box-shadow:none!important;color:#fffaf2eb!important;text-align:left!important;background:0 0!important;border:0!important;justify-content:flex-start!important;align-items:flex-start!important;gap:8px!important;padding:0!important;font-size:13px!important;font-weight:650!important;line-height:1.28!important;display:flex!important}.hero .trustGrid svg{width:15px!important;min-width:15px!important;height:15px!important;color:var(--orange-2)!important;margin-top:1px!important}.section:first-of-type{padding-top:78px!important}}@media (width<=390px){.header,.header__inner{height:72px!important;min-height:72px!important}.header .logo img,.header .brand img{max-width:158px!important}.hero{height:calc(100svh - 72px)!important;min-height:590px!important}.hero__copy{max-width:340px!important;transform:translateY(-8px)!important}.hero .eyebrow{margin-bottom:14px!important;font-size:10px!important}.hero h1{max-width:9.2ch!important;font-size:39px!important}.hero p{max-width:29ch!important;margin-top:18px!important;font-size:13.9px!important;line-height:1.46!important}.hero__actions{gap:12px!important;max-width:336px!important;margin-top:28px!important}.hero__actions .btn--primary{border-radius:15px!important;min-height:54px!important;font-size:15.5px!important}.hero__actions .btn--ghost{font-size:14px!important}.hero .trustGrid{gap:9px 10px!important;max-width:336px!important;margin-top:26px!important;padding-top:17px!important}.hero .trustGrid span{gap:6px!important;font-size:11.2px!important}.hero .trustGrid svg{width:12px!important;min-width:12px!important;height:12px!important}}@media (height<=720px) and (width<=760px){.hero{min-height:545px!important}.hero__copy{transform:translateY(-4px)!important}.hero .eyebrow{margin-bottom:10px!important}.hero h1{font-size:34px!important;line-height:.96!important}.hero p{margin-top:12px!important;font-size:12.9px!important;line-height:1.38!important}.hero__actions{gap:8px!important;margin-top:18px!important}.hero__actions .btn--primary{min-height:45px!important;font-size:14px!important}.hero__actions .btn--ghost{font-size:12.8px!important}.hero .trustGrid{gap:6px 8px!important;margin-top:18px!important;padding-top:12px!important}.hero .trustGrid span{font-size:10.2px!important}}@media (width<=760px){.header{-webkit-backdrop-filter:blur(18px)!important;background:#0a0e10f0!important;border-bottom:1px solid #ffffff14!important;height:78px!important;min-height:78px!important;box-shadow:0 10px 28px #0000002e!important}.header__inner{height:78px!important;padding:0 18px!important}.logoButton{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.logoButton picture,.logoButton img.logo{display:block!important}.logoButton img.logo,.header img.logo,.logo{opacity:1!important;filter:none!important;width:176px!important;max-width:176px!important;height:auto!important;max-height:none!important}.mobileMenuBtn,.menuBtn,.hamburger,button[aria-label*=menu i],button[aria-label*=meni i]{color:#fff!important;width:48px!important;height:48px!important;box-shadow:none!important;background:#ffffff12!important;border:1px solid #ffffff2e!important;border-radius:15px!important}.mobileMenuBtn svg,.menuBtn svg,.hamburger svg,button[aria-label*=menu i] svg,button[aria-label*=meni i] svg{color:#fff!important;stroke:#fff!important}.hero{background:#0b0f11!important;height:calc(100svh - 78px)!important;min-height:620px!important}.hero__bg{object-position:60% center!important;transform:scale(1.035)!important}.hero__shade{background:radial-gradient(circle at 50% 39%,#df681d2e,#0000 30%),linear-gradient(#070a0c5c 0%,#070a0c8f 38%,#070a0ce6 100%),linear-gradient(90deg,#070a0cd1 0%,#070a0ca3 52%,#070a0c61 100%)!important}.hero__content{place-items:center!important;height:100%!important;min-height:0!important;padding:0 22px!important;display:grid!important}.hero__copy{text-align:center!important;align-items:center!important;width:100%!important;max-width:390px!important;transform:translateY(-10px)!important}.hero .eyebrow{letter-spacing:.165em!important;justify-content:center!important;margin-bottom:17px!important;font-size:10.7px!important}.hero h1{letter-spacing:-.063em!important;max-width:9.3ch!important;font-size:clamp(45px,12.6vw,58px)!important;line-height:.94!important}.hero p{max-width:31ch!important;margin-top:23px!important;font-size:15.8px!important;line-height:1.5!important}.hero__actions{gap:14px!important;width:100%!important;max-width:370px!important;margin-top:35px!important}.hero__actions .btn--primary{border-radius:18px!important;min-height:61px!important;font-size:17.5px!important;font-weight:800!important}.hero__actions .btn--ghost{box-shadow:none!important;color:#fffaf2e0!important;background:0 0!important;border:0!important;min-height:auto!important;padding:0!important;font-size:15.5px!important;font-weight:760!important}.hero__actions .btn--ghost:after{content:"  →";color:var(--orange-2);font-weight:900}.hero .trustGrid{border-top:1px solid #ffffff29!important;gap:12px 18px!important;max-width:370px!important;margin-top:32px!important;padding-top:21px!important}.hero .trustGrid span{color:#fffaf2ed!important;font-size:12.6px!important;font-weight:650!important;line-height:1.28!important}}@media (width<=390px){.header,.header__inner{height:72px!important;min-height:72px!important}.logoButton img.logo,.header img.logo,.logo{width:158px!important;max-width:158px!important}.hero{height:calc(100svh - 72px)!important;min-height:590px!important}.hero__copy{max-width:342px!important;transform:translateY(-6px)!important}.hero h1{max-width:9.2ch!important;font-size:39px!important}.hero p{margin-top:18px!important;font-size:13.9px!important;line-height:1.46!important}.hero__actions{gap:11px!important;max-width:336px!important;margin-top:28px!important}.hero__actions .btn--primary{border-radius:15px!important;min-height:54px!important;font-size:15.5px!important}.hero__actions .btn--ghost{font-size:14px!important}.hero .trustGrid{gap:9px 10px!important;max-width:336px!important;margin-top:25px!important;padding-top:17px!important}.hero .trustGrid span{gap:6px!important;font-size:11.2px!important}}@media (height<=720px) and (width<=760px){.hero{min-height:545px!important}.hero__copy{transform:translateY(-4px)!important}.hero h1{font-size:34px!important;line-height:.96!important}.hero p{margin-top:12px!important;font-size:12.9px!important;line-height:1.38!important}.hero__actions{gap:8px!important;margin-top:18px!important}.hero__actions .btn--primary{min-height:45px!important;font-size:14px!important}.hero .trustGrid{gap:6px 8px!important;margin-top:18px!important;padding-top:12px!important}.hero .trustGrid span{font-size:10.2px!important}}@media (width<=760px){body,main{background:#f3eee6!important}.hero{background:#0b0f11!important}main>section:not(.hero),section:not(.hero){color:#15191d!important;background:#f3eee6!important}main>section:not(.hero) h1,main>section:not(.hero) h2,main>section:not(.hero) h3,main>section:not(.hero) .sectionTitle,main>section:not(.hero) .displayTitle{color:#15191d!important;opacity:1!important}main>section:not(.hero) p,main>section:not(.hero) .sectionText,main>section:not(.hero) .muted{color:#687078!important;opacity:1!important}section.dark,.darkSection,.thermostatSection,.benefitsDark,.footer{color:#f7f4ef!important;background:#11171a!important}section.dark h1,section.dark h2,section.dark h3,.darkSection h1,.darkSection h2,.darkSection h3,.thermostatSection h1,.thermostatSection h2,.thermostatSection h3,.benefitsDark h1,.benefitsDark h2,.benefitsDark h3,.footer h1,.footer h2,.footer h3{color:#f7f4ef!important}section.dark p,.darkSection p,.thermostatSection p,.benefitsDark p,.footer p{color:#f7f4efb8!important}.installCta,.installationCta,.processCta,.processHero,.processIntro,.installationIntro{color:#15191d!important;background:#f3eee6!important}.installCta h2,.installationCta h2,.processCta h2,.processHero h2,.processIntro h2,.installationIntro h2{color:#15191d!important;opacity:1!important}.installCta p,.installationCta p,.processCta p,.processHero p,.processIntro p,.installationIntro p{color:#687078!important;opacity:1!important}}.section h2,.sectionTitle,.displayTitle{opacity:1!important}@media (width<=760px){#kontakt,#kontakt.section{color:#15191d!important;background:#f3eee6!important}#kontakt h1,#kontakt h2,#kontakt h3,#kontakt .sectionTitle{color:#15191d!important;opacity:1!important}#kontakt p,#kontakt .muted{color:#687078!important;opacity:1!important}#kontakt a,#kontakt .contactItem,#kontakt .contactInfo,#kontakt .contactInfo *,#kontakt .contactList,#kontakt .contactList *{color:#2a3137!important;opacity:1!important}#kontakt svg{color:var(--orange)!important;stroke:var(--orange)!important}#kontakt form,#kontakt .contactForm{color:#15191d!important;background:#ffffff94!important}#kontakt label{color:#15191d!important;opacity:1!important}#kontakt input,#kontakt textarea{color:#15191d!important;background:#fff!important}#kontakt input::placeholder,#kontakt textarea::placeholder{color:#6e767d!important;opacity:1!important}.thermostatStats>*,.thermostatStats .stat,.thermostatStats .statCard,.thermostatStats .card{color:#15191d!important;background:#ffffff85!important;border-color:#141a1f14!important}.thermostatStats h3,.thermostatStats strong,.thermostatStats .statValue,.thermostatStats .value{color:#15191d!important;opacity:1!important}.thermostatStats p,.thermostatStats span,.thermostatStats small{color:#687078!important;opacity:1!important}.benefitCard,.benefit-card,.featureCard,.feature-card,.darkCard,.dark-card{color:inherit}.benefitCard[style*=background],.featureCard[style*=background],.darkCard,.dark-card{color:#f7f4ef!important}#prednosti .card,#prednosti .benefitCard,#prednosti .benefit-card,#prednosti .featureCard,#prednosti .feature-card{color:#15191d!important;background:#ffffffb8!important;border:1px solid #141a1f14!important}#prednosti .card h3,#prednosti .benefitCard h3,#prednosti .benefit-card h3,#prednosti .featureCard h3,#prednosti .feature-card h3{color:#15191d!important;opacity:1!important}#prednosti .card p,#prednosti .benefitCard p,#prednosti .benefit-card p,#prednosti .featureCard p,#prednosti .feature-card p{color:#687078!important;opacity:1!important}#prednosti .card svg,#prednosti .benefitCard svg,#prednosti .benefit-card svg,#prednosti .featureCard svg,#prednosti .feature-card svg{color:var(--orange)!important;stroke:var(--orange)!important}.card[style*=\#1],.card[style*=rgb\(17],.card[style*=rgba\(17],.card.dark,.benefitCard.dark,.featureCard.dark{color:#f7f4ef!important;background:#202629!important}.card.dark h3,.benefitCard.dark h3,.featureCard.dark h3,.card.dark p,.benefitCard.dark p,.featureCard.dark p{color:inherit!important;opacity:1!important}}.contactInfo,.contactInfo *,.contactList,.contactList *,.thermostatStats *{opacity:1!important}@media (width<=760px){#kontakt [class*=contact],#kontakt [class*=Contact],#kontakt li,#kontakt a,#kontakt span,#kontakt strong{color:#242a30!important;opacity:1!important}#kontakt [class*=contact] p,#kontakt [class*=Contact] p{color:#5f6971!important;opacity:1!important}#kontakt svg{color:var(--orange)!important;stroke:var(--orange)!important;opacity:1!important}#kontakt label{color:#11161a!important;opacity:1!important}#kontakt input,#kontakt textarea{color:#15191d!important;background:#fff!important}#kontakt input::placeholder,#kontakt textarea::placeholder{color:#6d767e!important;opacity:1!important}#prednosti .card,#prednosti [class*=card],#prednosti [class*=Card],#prednosti [class*=benefit],#prednosti [class*=Benefit],#prednosti [class*=feature],#prednosti [class*=Feature]{color:#15191d!important}#prednosti .card[style*=background],#prednosti [class*=card][style*=background],#prednosti [class*=Card][style*=background],#prednosti [class*=benefit][style*=background],#prednosti [class*=Benefit][style*=background],#prednosti [class*=feature][style*=background],#prednosti [class*=Feature][style*=background]{color:#f7f4ef!important}#prednosti .featureCard,#prednosti .benefitCard,#prednosti .benefit-card,#prednosti .darkCard,#prednosti .card.dark,#prednosti .whyCard,#prednosti .reasonCard{color:#f7f4ef!important;background:#202629!important;border-color:#ffffff1a!important}#prednosti .featureCard h3,#prednosti .benefitCard h3,#prednosti .benefit-card h3,#prednosti .darkCard h3,#prednosti .card.dark h3,#prednosti .whyCard h3,#prednosti .reasonCard h3,#prednosti .featureCard strong,#prednosti .benefitCard strong,#prednosti .benefit-card strong,#prednosti .darkCard strong,#prednosti .card.dark strong,#prednosti .whyCard strong,#prednosti .reasonCard strong{color:#f7f4ef!important;opacity:1!important}#prednosti .featureCard p,#prednosti .benefitCard p,#prednosti .benefit-card p,#prednosti .darkCard p,#prednosti .card.dark p,#prednosti .whyCard p,#prednosti .reasonCard p{color:#f7f4efb8!important;opacity:1!important}#prednosti h3,#prednosti p{opacity:1!important}}.footerSocial--youtube{background:var(--orange);border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;margin-left:10px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;color:#fff!important}.footerSocial--youtube:hover{transform:translateY(-2px);box-shadow:0 12px 28px #df681d47}.footerSocial--youtube svg{stroke:currentColor}.footerSocial--youtube .youtubeSvg{fill:currentColor;width:20px;height:20px;display:block}.footerSocial--youtube .youtubePlay{fill:#fff}.footerSocial--youtube{color:#fff!important;background:red!important}.footerSocial--youtube:hover{box-shadow:0 12px 28px #ff000047!important}.footerSocial--youtube{display:none!important}.socialIconWrap--youtube .youtubeSvg{fill:currentColor;display:block;width:20px!important;height:20px!important}.socialIconWrap--youtube .youtubeSvg{display:block;width:20px!important;height:20px!important}.socialIconWrap--youtube .youtubeBody{fill:#fff!important}.socialIconWrap--youtube .youtubePlay{fill:#df681d!important}#kontakt form,#kontakt .contactForm,.contactForm,form{font-weight:400!important}#kontakt label,#kontakt form label,.contactForm label{color:#15191d!important;opacity:1!important;font-weight:600!important}#kontakt input,#kontakt textarea,#kontakt select,.contactForm input,.contactForm textarea,.contactForm select{color:#1d2329!important;background:#fff!important;font-weight:400!important}#kontakt input::placeholder,#kontakt textarea::placeholder,.contactForm input::placeholder,.contactForm textarea::placeholder{color:#7a838b!important;opacity:1!important;font-weight:400!important}#kontakt .fileUpload,#kontakt .fileUpload span,#kontakt .fileUpload input[type=file]{font-weight:400!important}#kontakt .fileUpload input[type=file]::file-selector-button{font-weight:650!important}#kontakt .contactInfo,#kontakt .contactInfo *,#kontakt .contactList,#kontakt .contactList *,#kontakt a,#kontakt span,#kontakt strong{color:#252b31!important;opacity:1!important;font-weight:500!important}#prednosti .card,#prednosti [class*=Card],#prednosti [class*=card],#prednosti [class*=benefit],#prednosti [class*=Benefit],#prednosti [class*=feature],#prednosti [class*=Feature],.benefitCard,.featureCard,.whyCard,.reasonCard{opacity:1!important}#prednosti .card,#prednosti [class*=Card],#prednosti [class*=card],#prednosti [class*=benefit],#prednosti [class*=Benefit],#prednosti [class*=feature],#prednosti [class*=Feature]{color:#15191d!important}#prednosti .card.dark,#prednosti .darkCard,#prednosti .benefitCard.dark,#prednosti .featureCard.dark,#prednosti .whyCard.dark,#prednosti .reasonCard.dark,#prednosti .card[style*="202629"],#prednosti .card[style*="111"],#prednosti .card[style*=rgb\(32],#prednosti .card[style*=rgba\(32]{color:#f7f4ef!important;background:#202629!important}#prednosti .benefitCard,#prednosti .featureCard,#prednosti .whyCard,#prednosti .reasonCard{color:#15191d!important;background:#ffffffb8!important}#prednosti .benefitCard.isDark,#prednosti .featureCard.isDark,#prednosti .whyCard.isDark,#prednosti .reasonCard.isDark{color:#f7f4ef!important;background:#202629!important}#prednosti h3,#prednosti strong,#prednosti .card h3,#prednosti .card strong,#prednosti [class*=Card] h3,#prednosti [class*=Card] strong,#prednosti [class*=card] h3,#prednosti [class*=card] strong,#prednosti [class*=benefit] h3,#prednosti [class*=Benefit] h3,#prednosti [class*=feature] h3,#prednosti [class*=Feature] h3{color:#15191d!important;opacity:1!important;font-weight:650!important}#prednosti p,#prednosti .card p,#prednosti [class*=Card] p,#prednosti [class*=card] p,#prednosti [class*=benefit] p,#prednosti [class*=Benefit] p,#prednosti [class*=feature] p,#prednosti [class*=Feature] p{color:#687078!important;opacity:1!important;font-weight:400!important}@media (width<=760px){#prednosti .benefitCard,#prednosti .featureCard,#prednosti .whyCard,#prednosti .reasonCard,#prednosti .card,#prednosti [class*=Card],#prednosti [class*=card]{color:#15191d!important;background:#ffffffbd!important;border:1px solid #141a1f14!important}#prednosti .benefitCard h3,#prednosti .featureCard h3,#prednosti .whyCard h3,#prednosti .reasonCard h3,#prednosti .card h3,#prednosti [class*=Card] h3,#prednosti [class*=card] h3{color:#15191d!important;opacity:1!important;font-weight:650!important}#prednosti .benefitCard p,#prednosti .featureCard p,#prednosti .whyCard p,#prednosti .reasonCard p,#prednosti .card p,#prednosti [class*=Card] p,#prednosti [class*=card] p{color:#687078!important;opacity:1!important;font-weight:400!important}#prednosti svg{color:var(--orange)!important;stroke:var(--orange)!important}#kontakt label,#kontakt form label,.contactForm label{font-size:14.5px!important;font-weight:600!important}#kontakt input,#kontakt textarea,#kontakt select,.contactForm input,.contactForm textarea,.contactForm select,#kontakt input::placeholder,#kontakt textarea::placeholder,.contactForm input::placeholder,.contactForm textarea::placeholder{font-size:15px!important;font-weight:400!important}}#kontakt{color:#15191d!important;background:#f3eee6!important}#kontakt .container,#kontakt .contactGrid,#kontakt .contactText,#kontakt .contactInfo,#kontakt .contactForm,#kontakt form,#kontakt h1,#kontakt h2,#kontakt h3,#kontakt .sectionTitle{color:#15191d!important;opacity:1!important}#kontakt p{color:#5f6870!important;opacity:1!important;font-weight:400!important}#kontakt .contactInfo a,#kontakt .contactInfo span,#kontakt .contactInfo strong,#kontakt .contactInfo div,#kontakt .contactList a,#kontakt .contactList span,#kontakt .contactList strong,#kontakt .contactList div{color:#252b31!important;opacity:1!important;font-weight:500!important}#kontakt svg{color:var(--orange)!important;stroke:var(--orange)!important;opacity:1!important}#kontakt form,#kontakt .contactForm{background:#fff9!important;border:1px solid #141a1f14!important;box-shadow:0 20px 50px #00000012!important}#kontakt label,#kontakt form label,#kontakt .contactForm label{color:#15191d!important;opacity:1!important;font-weight:600!important}#kontakt input,#kontakt textarea,#kontakt select,#kontakt .contactForm input,#kontakt .contactForm textarea,#kontakt .contactForm select{color:#15191d!important;background:#fff!important;border:0!important;font-weight:400!important}#kontakt input::placeholder,#kontakt textarea::placeholder{color:#727c85!important;opacity:1!important;font-weight:400!important}#prednosti{color:#15191d!important;background:#f3eee6!important}#prednosti h1,#prednosti h2,#prednosti h3,#prednosti strong,#prednosti .sectionTitle{color:#15191d!important;opacity:1!important}#prednosti p,#prednosti span{color:#687078!important;opacity:1!important}#prednosti .benefitCard,#prednosti .featureCard,#prednosti .whyCard,#prednosti .reasonCard,#prednosti .card,#prednosti [class*=benefit],#prednosti [class*=Benefit],#prednosti [class*=feature],#prednosti [class*=Feature],#prednosti [class*=Card],#prednosti [class*=card]{color:#15191d!important;background:#ffffffc7!important;border:1px solid #141a1f14!important;box-shadow:0 18px 44px #0000000e!important}#prednosti .benefitCard h3,#prednosti .featureCard h3,#prednosti .whyCard h3,#prednosti .reasonCard h3,#prednosti .card h3,#prednosti [class*=benefit] h3,#prednosti [class*=Benefit] h3,#prednosti [class*=feature] h3,#prednosti [class*=Feature] h3,#prednosti [class*=Card] h3,#prednosti [class*=card] h3,#prednosti .benefitCard strong,#prednosti .featureCard strong,#prednosti .card strong{color:#15191d!important;opacity:1!important;font-weight:650!important}#prednosti .benefitCard p,#prednosti .featureCard p,#prednosti .whyCard p,#prednosti .reasonCard p,#prednosti .card p,#prednosti [class*=benefit] p,#prednosti [class*=Benefit] p,#prednosti [class*=feature] p,#prednosti [class*=Feature] p,#prednosti [class*=Card] p,#prednosti [class*=card] p{color:#687078!important;opacity:1!important;font-weight:400!important}#prednosti svg{color:var(--orange)!important;stroke:var(--orange)!important;opacity:1!important}#prednosti [style*=background]{color:#15191d!important;background:#ffffffc7!important}@media (width<=760px){#kontakt label{font-size:14.5px!important;font-weight:600!important}#kontakt input,#kontakt textarea{font-size:15px!important;font-weight:400!important}#kontakt .contactInfo a,#kontakt .contactInfo span,#kontakt .contactInfo strong,#kontakt .contactInfo div{font-size:14.5px!important;font-weight:500!important}.benefitsGrid>*,.featuresGrid>*,.whyGrid>*,.reasonsGrid>*,.advantagesGrid>*,.cardsGrid>*,.gridCards>*,.benefitGrid>*,.featureGrid>*{color:#15191d!important;background:#fffc!important;border:1px solid #141a1f14!important;box-shadow:0 16px 38px #0000000e!important}.benefitsGrid>* h3,.featuresGrid>* h3,.whyGrid>* h3,.reasonsGrid>* h3,.advantagesGrid>* h3,.cardsGrid>* h3,.gridCards>* h3,.benefitGrid>* h3,.featureGrid>* h3,.benefitsGrid>* strong,.featuresGrid>* strong,.whyGrid>* strong,.reasonsGrid>* strong,.advantagesGrid>* strong,.cardsGrid>* strong,.gridCards>* strong,.benefitGrid>* strong,.featureGrid>* strong{color:#15191d!important;opacity:1!important;font-weight:650!important}.benefitsGrid>* p,.featuresGrid>* p,.whyGrid>* p,.reasonsGrid>* p,.advantagesGrid>* p,.cardsGrid>* p,.gridCards>* p,.benefitGrid>* p,.featureGrid>* p{color:#687078!important;opacity:1!important;font-weight:400!important}.benefitsGrid>* svg,.featuresGrid>* svg,.whyGrid>* svg,.reasonsGrid>* svg,.advantagesGrid>* svg,.cardsGrid>* svg,.gridCards>* svg,.benefitGrid>* svg,.featureGrid>* svg{color:var(--orange)!important;stroke:var(--orange)!important;opacity:1!important}main section:not(.hero) div[class*=Card],main section:not(.hero) article[class*=Card],main section:not(.hero) div[class*=card],main section:not(.hero) article[class*=card]{color:#15191d!important}main section:not(.hero) div[class*=Card] h3,main section:not(.hero) article[class*=Card] h3,main section:not(.hero) div[class*=card] h3,main section:not(.hero) article[class*=card] h3{color:#15191d!important;opacity:1!important}main section:not(.hero) div[class*=Card] p,main section:not(.hero) article[class*=Card] p,main section:not(.hero) div[class*=card] p,main section:not(.hero) article[class*=card] p{color:#687078!important;opacity:1!important}main section:not(.hero) [style*=\#202629],main section:not(.hero) [style*=\#1f],main section:not(.hero) [style*=\#20],main section:not(.hero) [style*=rgb\(32],main section:not(.hero) [style*=rgba\(32]{color:#15191d!important;background:#fffc!important}main section:not(.hero) [style*=\#202629] h3,main section:not(.hero) [style*=\#1f] h3,main section:not(.hero) [style*=\#20] h3,main section:not(.hero) [style*=rgb\(32] h3,main section:not(.hero) [style*=rgba\(32] h3{color:#15191d!important}main section:not(.hero) [style*=\#202629] p,main section:not(.hero) [style*=\#1f] p,main section:not(.hero) [style*=\#20] p,main section:not(.hero) [style*=rgb\(32] p,main section:not(.hero) [style*=rgba\(32] p{color:#687078!important}}.guaranteeGrid .guaranteeCard,.guaranteeCard{color:#f7f4ef!important;background:#202629!important;border:1px solid #ffffff1a!important}.guaranteeGrid .guaranteeCard h3,.guaranteeCard h3{color:#f7f4ef!important;opacity:1!important;font-weight:650!important}.guaranteeGrid .guaranteeCard p,.guaranteeCard p{color:#f7f4efb8!important;opacity:1!important;font-weight:400!important}.guaranteeGrid .guaranteeCard svg,.guaranteeCard svg{color:var(--orange)!important;stroke:var(--orange)!important;opacity:1!important}@media (width<=760px){.guaranteeGrid .guaranteeCard,.guaranteeCard{color:#f7f4ef!important;background:#202629!important}.guaranteeGrid .guaranteeCard h3,.guaranteeCard h3{color:#f7f4ef!important;opacity:1!important;font-weight:650!important}.guaranteeGrid .guaranteeCard p,.guaranteeCard p{color:#f7f4efb8!important;opacity:1!important;font-weight:400!important}}.guaranteeGrid .guaranteeCardFixed,.guaranteeCardFixed{background:#202629!important;border:1px solid #ffffff1a!important;box-shadow:0 18px 44px #0000001a!important}.guaranteeGrid .guaranteeCardFixed .guaranteeIconFixed,.guaranteeCardFixed .guaranteeIconFixed{color:#df681d!important;stroke:#df681d!important;opacity:1!important}.guaranteeGrid .guaranteeCardFixed .guaranteeTitleFixed,.guaranteeCardFixed .guaranteeTitleFixed{color:#fff!important;opacity:1!important;font-weight:650!important}.guaranteeGrid .guaranteeCardFixed .guaranteeTextFixed,.guaranteeCardFixed .guaranteeTextFixed{color:#ffffffbd!important;opacity:1!important;font-weight:400!important}@media (width<=760px){.guaranteeGrid .guaranteeCardFixed,.guaranteeCardFixed{background:#202629!important}.guaranteeGrid .guaranteeCardFixed .guaranteeTitleFixed,.guaranteeCardFixed .guaranteeTitleFixed{color:#fff!important;opacity:1!important}.guaranteeGrid .guaranteeCardFixed .guaranteeTextFixed,.guaranteeCardFixed .guaranteeTextFixed{color:#ffffffbd!important;opacity:1!important}.header{background:#0b0f11f2!important;border-bottom:1px solid #ffffff14!important;height:72px!important;min-height:72px!important}.header__inner{height:72px!important;min-height:72px!important;padding:0 18px!important}.logoButton img.logo,.header img.logo,.logo{width:156px!important;max-width:156px!important;height:auto!important}.mobileMenuBtn,.menuBtn,.hamburger,button[aria-label*=menu i],button[aria-label*=meni i]{border-radius:14px!important;width:46px!important;height:46px!important}.hero{height:calc(100svh - 72px)!important;min-height:600px!important}.hero__bg{object-position:58% center!important;transform:scale(1.025)!important}.hero__content{padding:0 24px!important}.hero__copy{max-width:382px!important;transform:translateY(-2px)!important}.hero .eyebrow{letter-spacing:.165em!important;margin-bottom:16px!important;font-size:10.5px!important}.hero h1{max-width:9.6ch!important;font-size:clamp(42px,11.6vw,54px)!important;line-height:.94!important}.hero p{max-width:34ch!important;margin-top:22px!important;font-size:15.4px!important;line-height:1.5!important}.hero__actions{gap:13px!important;max-width:350px!important;margin-top:32px!important}.hero__actions .btn--primary{border-radius:17px!important;min-height:58px!important;font-size:17px!important}.hero__actions .btn--ghost{font-size:15px!important}.hero .trustGrid{gap:12px 16px!important;max-width:350px!important;margin-top:30px!important;padding-top:20px!important}.hero .trustGrid span{font-size:12.5px!important;line-height:1.28!important}}@media (width<=390px){.header{height:68px!important;min-height:68px!important}.header__inner{height:68px!important;min-height:68px!important;padding:0 15px!important}.logoButton img.logo,.header img.logo,.logo{width:142px!important;max-width:142px!important}.mobileMenuBtn,.menuBtn,.hamburger,button[aria-label*=menu i],button[aria-label*=meni i]{border-radius:13px!important;width:42px!important;height:42px!important}.hero{height:calc(100svh - 68px)!important;min-height:580px!important}.hero__content{padding:0 18px!important}.hero__copy{max-width:342px!important;transform:translateY(-1px)!important}.hero .eyebrow{letter-spacing:.15em!important;margin-bottom:13px!important;font-size:9.8px!important}.hero h1{max-width:9.4ch!important;font-size:37px!important}.hero p{max-width:31ch!important;margin-top:17px!important;font-size:13.8px!important;line-height:1.45!important}.hero__actions{gap:10px!important;max-width:330px!important;margin-top:25px!important}.hero__actions .btn--primary{border-radius:15px!important;min-height:52px!important;font-size:15.5px!important}.hero__actions .btn--ghost{font-size:13.8px!important}.hero .trustGrid{gap:8px 10px!important;max-width:330px!important;margin-top:24px!important;padding-top:16px!important}.hero .trustGrid span{font-size:11.1px!important}}.realWorkSection{color:#15191d;background:#f3eee6!important}.realWorkHead{text-align:center;max-width:780px;margin:0 auto 30px}.realWorkHead h2{letter-spacing:-.06em;color:#15191d;margin:10px 0 14px;font-size:clamp(40px,6vw,72px);line-height:.96}.realWorkHead p{color:#687078;max-width:660px;margin:0 auto;font-size:17px;line-height:1.65}.realWorkGrid{grid-template-columns:repeat(12,1fr);gap:16px;display:grid}.realWorkItem{background:#e8e0d7;border-radius:24px;min-height:260px;transition:transform .22s,box-shadow .22s;overflow:hidden;box-shadow:0 18px 44px #00000014}.realWorkItem:hover{transform:translateY(-4px);box-shadow:0 26px 60px #00000021}.realWorkItem img{object-fit:cover;width:100%;height:100%;min-height:260px;display:block}.realWorkItem--0,.realWorkItem--3{grid-column:span 6;min-height:370px}.realWorkItem--1,.realWorkItem--2,.realWorkItem--4,.realWorkItem--5{grid-column:span 3}.realWorkItem--1 img,.realWorkItem--2 img,.realWorkItem--4 img,.realWorkItem--5 img{min-height:370px}.videoCta{color:#f7f4ef;background:radial-gradient(circle at 20% 20%,#df681d2e,#0000 32%),#151b1e;border:1px solid #ffffff1a;border-radius:30px;grid-template-columns:1fr auto;align-items:center;gap:24px;margin-top:34px;padding:30px;display:grid}.videoCta h3{letter-spacing:-.045em;color:#fff;margin:8px 0 10px;font-size:clamp(28px,3vw,44px);line-height:1}.videoCta p{color:#f7f4efb8;margin:0;line-height:1.65}.videoCtaButton{white-space:nowrap;background:#df681d;border-radius:17px;align-items:center;gap:12px;min-height:58px;padding:0 24px;font-weight:760;text-decoration:none;display:inline-flex;box-shadow:0 18px 44px #df681d47;color:#fff!important}.videoCtaButton span{font-size:22px}@media (width<=900px){.realWorkGrid{grid-template-columns:repeat(2,1fr);gap:12px}.realWorkItem,.realWorkItem--0,.realWorkItem--1,.realWorkItem--2,.realWorkItem--3,.realWorkItem--4,.realWorkItem--5{grid-column:span 1;min-height:240px}.realWorkItem img,.realWorkItem--1 img,.realWorkItem--2 img,.realWorkItem--4 img,.realWorkItem--5 img{min-height:240px}.videoCta{grid-template-columns:1fr}}@media (width<=560px){.realWorkHead{text-align:left;margin-bottom:22px}.realWorkHead h2{font-size:36px}.realWorkHead p{font-size:14.8px}.realWorkGrid{grid-template-columns:1fr}.realWorkItem,.realWorkItem--0,.realWorkItem--1,.realWorkItem--2,.realWorkItem--3,.realWorkItem--4,.realWorkItem--5{border-radius:20px;min-height:245px}.realWorkItem img,.realWorkItem--1 img,.realWorkItem--2 img,.realWorkItem--4 img,.realWorkItem--5 img{min-height:245px}.videoCta{border-radius:22px;padding:22px}.videoCta h3{font-size:28px}.videoCtaButton{justify-content:center;width:100%}}.videoCta,.videoCta *{box-sizing:border-box}.videoCta{color:#f7f4ef!important;background:radial-gradient(circle at 18% 18%,#df681d33,#0000 34%),#151b1e!important}.videoCta .miniKicker{color:#ff8a3d!important;opacity:1!important}.videoCta h3{color:#fff!important;opacity:1!important}.videoCta p{color:#f7f4efbd!important;opacity:1!important}.videoCtaButton,.videoCtaButton span{color:#fff!important}@media (width<=560px){.videoCta{border-radius:22px!important;gap:20px!important;margin-top:28px!important;padding:24px 20px!important}.videoCta .miniKicker{letter-spacing:.14em!important;color:#ff8a3d!important;margin-bottom:10px!important;font-size:11px!important;display:block!important}.videoCta h3{color:#fff!important;letter-spacing:-.045em!important;margin:0 0 12px!important;font-size:30px!important;line-height:1.02!important}.videoCta p{color:#f7f4efc2!important;font-size:14.5px!important;line-height:1.6!important}.videoCtaButton{color:#fff!important;border-radius:15px!important;justify-content:center!important;width:100%!important;min-height:54px!important;font-size:15px!important}}main section.realWorkSection .videoCta,main .realWorkSection .videoCta{color:#f7f4ef!important;background:radial-gradient(circle at 18% 18%,#df681d33,#0000 34%),#151b1e!important}main section.realWorkSection .videoCta .miniKicker,main .realWorkSection .videoCta .miniKicker{color:#ff8a3d!important;opacity:1!important}main section.realWorkSection .videoCta h3,main .realWorkSection .videoCta h3,main section:not(.hero).realWorkSection .videoCta h3{color:#fff!important;opacity:1!important}main section.realWorkSection .videoCta p,main .realWorkSection .videoCta p,main section:not(.hero).realWorkSection .videoCta p{color:#f7f4efc2!important;opacity:1!important}main section.realWorkSection .videoCtaButton,main .realWorkSection .videoCtaButton,main section.realWorkSection .videoCtaButton span,main .realWorkSection .videoCtaButton span{color:#fff!important}@media (width<=560px){main section.realWorkSection .videoCta h3,main .realWorkSection .videoCta h3,main section:not(.hero).realWorkSection .videoCta h3{color:#fff!important;opacity:1!important;font-size:30px!important;line-height:1.02!important}main section.realWorkSection .videoCta p,main .realWorkSection .videoCta p,main section:not(.hero).realWorkSection .videoCta p{color:#f7f4efc2!important;opacity:1!important}}.beforeAfterSection{color:#15191d;background:radial-gradient(circle at 72% 20%,#df681d1a,#0000 30%),#f3eee6!important}.beforeAfterIntro{text-align:center;max-width:840px;margin:0 auto 30px}.beforeAfterIntro h2{letter-spacing:-.065em;color:#15191d;margin:10px 0 14px;font-size:clamp(44px,6vw,82px);line-height:.92}.beforeAfterIntro p{color:#687078;max-width:680px;margin:0 auto;font-size:17px;line-height:1.65}.beforeAfterCard{cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none;background:#101719;border:1px solid #141a1f1a;border-radius:34px;min-height:560px;position:relative;overflow:hidden;box-shadow:0 28px 80px #00000029}.beforeAfterStage{position:absolute;inset:0;overflow:hidden}.beforeLayer,.afterLayer{position:absolute;inset:0}.beforeLayer img,.afterLayer img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.beforeLayer:after,.afterLayer:after{content:"";pointer-events:none;position:absolute;inset:0}.beforeLayer:after{background:linear-gradient(90deg,#0a0e10c7 0%,#0a0e1075 44%,#0a0e102e 100%),linear-gradient(#0000 42%,#0a0e1080)}.afterLayer{clip-path:inset(0 0 0 var(--split))}.afterLayer:after{background:linear-gradient(270deg,#0a0e10bd 0%,#0a0e1061 42%,#0a0e101a 100%),linear-gradient(#0000 38%,#0a0e1061)}.comparisonTag{z-index:4;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:999px;padding:10px 14px;font-size:12px;font-weight:760;position:absolute;top:26px}.comparisonTag--before{color:#f7f4ef;background:#ffffff21;border:1px solid #ffffff2e;left:26px}.comparisonTag--after{color:#fff;background:#df681deb;border:1px solid #ffffff29;right:26px}.beforeAfterCopy{z-index:4;color:#fff;max-width:360px;position:absolute;bottom:34px}.beforeAfterCopy--left{left:34px}.beforeAfterCopy--right{text-align:right;right:34px}.beforeAfterCopy h3{letter-spacing:-.05em;margin:0 0 8px;font-size:clamp(30px,4vw,54px);line-height:.95;color:#fff!important}.beforeAfterCopy p{margin:0;font-size:16px;line-height:1.55;color:#ffffffbd!important}.splitLine{top:0;bottom:0;left:var(--split);z-index:5;pointer-events:none;background:#ffffffc7;width:2px;position:absolute;box-shadow:0 0 0 1px #0000002e,0 0 36px #df681d73}.splitLine span{background:#df681d;border-radius:50%;width:58px;height:58px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 48px #df681d5c}.splitLine span:before,.splitLine span:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:9px;height:9px;position:absolute;top:50%}.splitLine span:before{left:18px;transform:translateY(-50%)rotate(45deg)}.splitLine span:after{right:18px;transform:translateY(-50%)rotate(-135deg)}.beforeAfterRange{z-index:8;opacity:0;cursor:ew-resize;width:100%;height:100%;position:absolute;inset:0}.beforeAfterPoints{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;display:flex}.beforeAfterPoints span{color:#252b31;background:#ffffffb8;border:1px solid #141a1f14;border-radius:999px;align-items:center;padding:10px 14px;font-size:14px;font-weight:620;display:inline-flex}@media (width<=760px){.beforeAfterIntro{text-align:left;margin-bottom:22px}.beforeAfterIntro h2{font-size:40px;line-height:.96}.beforeAfterIntro p{font-size:14.8px}.beforeAfterCard{border-radius:24px;min-height:560px}.beforeLayer img{object-position:28% center}.afterLayer img{object-position:64% center}.comparisonTag{padding:8px 10px;font-size:10px;top:18px}.comparisonTag--before{left:18px}.comparisonTag--after{right:18px}.beforeAfterCopy{max-width:250px;bottom:24px}.beforeAfterCopy--left{left:22px}.beforeAfterCopy--right{right:22px}.beforeAfterCopy h3{font-size:30px}.beforeAfterCopy p{font-size:13.5px}.splitLine span{width:52px;height:52px}.beforeAfterPoints{justify-content:flex-start}.beforeAfterPoints span{padding:9px 11px;font-size:12.5px}}.beforeLayer img,.afterLayer img{object-position:52% center}@media (width<=760px){.beforeLayer img{object-position:46% center}.afterLayer img{object-position:44% center}.beforeAfterCopy{max-width:270px}.beforeAfterCopy h3{font-size:28px}.beforeAfterCopy p{max-width:240px}}.beforeLayer img{object-position:28% center}.afterLayer img{object-position:40% center}@media (width<=760px){.beforeLayer img{object-position:24% center}.afterLayer img{object-position:36% center}}.comparisonTagOverlay,.beforeAfterCopyOverlay{pointer-events:none;transition:opacity .22s,transform .22s}.beforeAfterCopy{max-width:330px}.beforeAfterCopy p{text-shadow:0 2px 12px #00000059}.beforeAfterCopy--right{max-width:340px}.beforeAfterRange{min-width:100%}.splitLine{transform:translate(-1px)}@media (width<=980px){.beforeAfterCopy,.beforeAfterCopy--right{max-width:280px}}@media (width<=760px){.beforeAfterCard{min-height:520px}.beforeAfterCopy{max-width:220px}.beforeAfterCopy h3{font-size:26px}.beforeAfterCopy p{max-width:210px;font-size:13px}.beforeAfterCopy--left{bottom:18px;left:18px}.beforeAfterCopy--right{bottom:18px;right:18px}}.beforeAfterShell{background:linear-gradient(#ffffffa8,#ffffff6b);border:1px solid #141a1f14;border-radius:38px;padding:18px;position:relative;box-shadow:0 26px 80px #13191e14}.beforeAfterTopbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.beforeAfterTopbar__badge,.beforeAfterTopbar__hint{color:#20262d;background:#ffffffb8;border:1px solid #141a1f14;border-radius:999px;align-items:center;padding:10px 14px;font-size:13px;font-weight:650;display:inline-flex}.beforeAfterTopbar__hint{color:#8b4c1a}.beforeAfterCard--premium{border-radius:32px;min-height:540px}.beforeAfterCard--premium:before{content:"";border-radius:inherit;pointer-events:none;z-index:2;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff14}.beforeAfterInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.beforeAfterInfo{color:#fff;background:#0f1418;border:1px solid #ffffff14;border-radius:24px;min-height:170px;padding:22px 22px 20px;position:relative;overflow:hidden;box-shadow:0 14px 32px #0f141824}.beforeAfterInfo:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#df681d2e,#0000 36%);position:absolute;inset:0}.beforeAfterInfo--classic{background:linear-gradient(#171d22 0%,#101519 100%)}.beforeAfterInfo--eco{background:linear-gradient(#12191c 0%,#0d1216 100%)}.beforeAfterInfo__label{z-index:1;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;margin-bottom:12px;padding:8px 12px;font-size:11px;font-weight:780;display:inline-flex;position:relative}.beforeAfterInfo--classic .beforeAfterInfo__label{color:#f5f2ec;background:#ffffff1a;border:1px solid #ffffff1f}.beforeAfterInfo--eco .beforeAfterInfo__label{color:#ffb27d;background:#df681d29;border:1px solid #df681d57}.beforeAfterInfo h3,.beforeAfterInfo p{z-index:1;position:relative}.beforeAfterInfo h3{letter-spacing:-.05em;color:#fff;margin:0 0 8px;font-size:clamp(24px,2vw,34px);line-height:1.02}.beforeAfterInfo p{color:#ffffffc2;margin:0;font-size:15px;line-height:1.62}@media (width<=900px){.beforeAfterTopbar{flex-direction:column;align-items:flex-start}.beforeAfterInfoGrid{grid-template-columns:1fr}}@media (width<=760px){.beforeAfterShell{border-radius:26px;padding:12px}.beforeAfterTopbar{gap:10px;margin-bottom:12px}.beforeAfterTopbar__badge,.beforeAfterTopbar__hint{padding:9px 12px;font-size:12px}.beforeAfterCard--premium{border-radius:24px;min-height:440px}.comparisonTag{top:14px}.comparisonTag--before{left:14px}.comparisonTag--after{right:14px}.beforeAfterInfo{border-radius:20px;min-height:auto;padding:18px 16px 16px}.beforeAfterInfo h3{font-size:24px}.beforeAfterInfo p{font-size:14px}}.beforeAfterInfo,.beforeAfterInfo *{mix-blend-mode:normal}.beforeAfterInfo h3{text-shadow:0 1px #0000002e;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}.beforeAfterInfo p{color:#ffffffd6!important;-webkit-text-fill-color:#ffffffd6!important;opacity:1!important}@media (width<=760px){.beforeAfterInfo h3{color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:25px!important;line-height:1.08!important}.beforeAfterInfo p{color:#ffffffdb!important;-webkit-text-fill-color:#ffffffdb!important;line-height:1.58!important}}

/* v23 production/mobile pass: upload-safe, tactile, accessible, non-vibecoded polish */
html{scroll-padding-top:92px}section[id]{scroll-margin-top:92px}body{overflow-x:hidden}button,a,input,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(223,104,29,.55)!important;outline-offset:3px}img{height:auto}.hero__bg,.galleryItem img,.realWorkItem img,.floorPanelImage img,.visualCard img{height:100%}.realWorkGrid,.galleryGrid,.benefitGrid,.stepsGrid,.spaceGrid,.miniCards,.timeline,.faqList{min-width:0}.hero h1,.sectionIntro h2,.twoCol h2,.comparisonHero h2,.installText h2,.thermostatCopy h2,.contactCopy h2{text-wrap:balance}p,li,.faqAnswer p,.matrixLabel span{overflow-wrap:anywhere}.fileUpload{cursor:pointer}.fileUpload input{background:transparent;padding-left:0}.fileUpload span{display:block;color:rgba(247,244,239,.62);font-size:14px;font-weight:420;line-height:1.45}.siteNotice{position:fixed;z-index:220;left:50%;top:92px;transform:translateX(-50%);width:min(520px,calc(100% - 28px));border-radius:16px;padding:14px 14px 14px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 22px 70px rgba(0,0,0,.22);animation:noticeIn .28s var(--ease) both}.siteNotice--success{color:#102017;background:#e8fff1;border:1px solid rgba(37,139,82,.26)}.siteNotice--error{color:#2b1111;background:#fff0ef;border:1px solid rgba(190,50,34,.22)}.siteNotice button{width:34px;height:34px;border:0;border-radius:999px;background:rgba(0,0,0,.08);font-size:22px;line-height:1}@keyframes noticeIn{from{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%,0)}}.mobileQuickActions{display:none}@media (hover:none) and (pointer:coarse){.miniCard:hover,.stepCard:hover,.benefitCard:hover,.timelineItem:hover,.spaceCard:hover,.floorPanel:hover,.installCompareCard:hover,.guaranteeCard:hover,.statCard:hover,.faqItem:hover{transform:none!important;box-shadow:inherit}}@media (max-width:760px){html{scroll-padding-top:78px}section[id]{scroll-margin-top:78px}body{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.header{position:sticky!important;top:0!important;inset:auto 0 auto 0!important;transform:none!important}.container{width:min(100% - 30px,1180px)!important}.hero__content{min-height:calc(100svh - 74px)!important}.hero__copy{background:linear-gradient(180deg,rgba(15,18,21,0),rgba(15,18,21,.18));border-radius:0}.hero h1{max-width:13ch!important}.hero p{max-width:35ch!important}.btn,.mobileNav button,.mobileLang button,.contactCards a,.footerLinks button,input,textarea{font-size:16px!important}.twoCol{gap:34px!important}.visualCard,.galleryItem,.realWorkItem,.floorPanel,.contactForm{box-shadow:0 14px 44px rgba(21,25,29,.10)!important}.section--contact{padding-bottom:96px!important}.contactCards a,.contactCards span{min-height:48px}.contactForm .btn{min-height:56px!important}.mobileQuickActions{position:fixed;z-index:210;left:14px;right:14px;bottom:max(12px,env(safe-area-inset-bottom));display:grid;grid-template-columns:.9fr 1.1fr;gap:10px;padding:8px;border-radius:18px;background:rgba(21,25,29,.86);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 60px rgba(0,0,0,.30);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobileQuickActions a{min-height:48px;border-radius:13px;display:grid;place-items:center;font-weight:760;color:#fff}.mobileQuickActions a:first-child{background:rgba(255,255,255,.10)}.mobileQuickActions a:last-child{background:var(--orange)}.siteNotice{top:82px}.realWorkGrid{gap:12px!important}.realWorkItem img{min-height:210px;object-fit:cover}}@media (max-width:390px){.container{width:min(100% - 24px,1180px)!important}.hero h1{font-size:32px!important}.hero p{font-size:15px!important}.mobileQuickActions{left:10px;right:10px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1!important;transform:none!important}}



/* =========================================================
   ECO-12V MOBILE HEADER FIX
   - full-width mobile header
   - centered hamburger lines
   - proper mobile menu/dropdown
   ========================================================= */

@media (max-width: 920px) {
  body {
    overflow-x: hidden !important;
  }

  header,
  .header,
  .nav,
  .site-header,
  .navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 72px !important;
    min-height: 72px !important;
    margin: 0 !important;
    transform: none !important;
    border-radius: 0 !important;
    padding: 0 16px !important;
    background: rgba(8, 9, 10, 0.92) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    z-index: 9999 !important;
  }

  main,
  .app,
  #root {
    overflow-x: hidden !important;
  }

  .logo,
  .brand,
  .header-logo,
  .nav-logo {
    display: flex !important;
    align-items: center !important;
    height: 72px !important;
    min-width: 0 !important;
  }

  .logo img,
  .brand img,
  .header-logo img,
  .nav-logo img {
    display: block !important;
    width: auto !important;
    max-width: 132px !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  header nav,
  .header nav,
  .nav nav,
  .site-header nav,
  .navbar nav {
    display: none !important;
  }

  .headerCta,
  .header-cta,
  .navCta,
  .nav-cta,
  .navBtn,
  .desktop-cta {
    display: none !important;
  }

  .hamb,
  .hamburger,
  .menu-toggle,
  .mobile-menu-button,
  button[aria-label*="menu"],
  button[aria-label*="Menu"],
  button[aria-label*="meni"],
  button[aria-label*="Meni"] {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    flex: 0 0 46px !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  .hamb i,
  .hamb span,
  .hamburger i,
  .hamburger span,
  .menu-toggle i,
  .menu-toggle span,
  .mobile-menu-button i,
  .mobile-menu-button span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 20px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    transform-origin: center !important;
    display: block !important;
  }

  .hamb i:nth-child(1),
  .hamb span:nth-child(1),
  .hamburger i:nth-child(1),
  .hamburger span:nth-child(1),
  .menu-toggle i:nth-child(1),
  .menu-toggle span:nth-child(1),
  .mobile-menu-button i:nth-child(1),
  .mobile-menu-button span:nth-child(1) {
    transform: translate(-50%, -8px) !important;
  }

  .hamb i:nth-child(2),
  .hamb span:nth-child(2),
  .hamburger i:nth-child(2),
  .hamburger span:nth-child(2),
  .menu-toggle i:nth-child(2),
  .menu-toggle span:nth-child(2),
  .mobile-menu-button i:nth-child(2),
  .mobile-menu-button span:nth-child(2) {
    transform: translate(-50%, -50%) !important;
  }

  .hamb i:nth-child(3),
  .hamb span:nth-child(3),
  .hamburger i:nth-child(3),
  .hamburger span:nth-child(3),
  .menu-toggle i:nth-child(3),
  .menu-toggle span:nth-child(3),
  .mobile-menu-button i:nth-child(3),
  .mobile-menu-button span:nth-child(3) {
    transform: translate(-50%, 6px) !important;
  }

  .drawer,
  .mobile-nav,
  .mobile-menu,
  .menu-panel,
  .nav-drawer {
    position: fixed !important;
    top: 82px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px !important;
    border-radius: 24px !important;
    background: rgba(13, 16, 18, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42) !important;
    backdrop-filter: blur(22px) !important;
    -webkit-backdrop-filter: blur(22px) !important;
    z-index: 9998 !important;
  }

  .drawer a,
  .mobile-nav a,
  .mobile-menu a,
  .menu-panel a,
  .nav-drawer a {
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    padding: 14px 16px !important;
    margin: 0 0 8px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 650 !important;
  }

  .drawer a:last-child,
  .mobile-nav a:last-child,
  .mobile-menu a:last-child,
  .menu-panel a:last-child,
  .nav-drawer a:last-child {
    margin-bottom: 0 !important;
    background: #C86422 !important;
  }

  .hero,
  .landing,
  .main-hero {
    padding-top: 108px !important;
  }
}

@media (min-width: 921px) {
  .hamb,
  .hamburger,
  .menu-toggle,
  .mobile-menu-button {
    display: none !important;
  }
}
