@import url('/assets/checkout.css?v=blue2');
@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/fonts/manrope-cyrillic.woff2') format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/fonts/manrope-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* ZariVolt / Electric blue, living green. */
:root{--ink:#081d43;--muted:#67748e;--blue:#0756f5;--blue-deep:#052d97;--navy:#041733;--green:#91ff64;--green-deep:#17823c;--paper:#fff;--soft:#f0f5ff;--line:#dfe6f2;--font:Manrope,Arial,sans-serif;--radius:16px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;font-family:var(--font);font-size:16px;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer;color:inherit}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
h1,h2,h3,p{margin:0}
button:disabled{opacity:.55;cursor:wait}
[hidden]{display:none!important}
.container{width:calc(100% - 120px);max-width:1320px;margin-inline:auto}
.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
a,button,input,select,textarea,summary{outline-offset:5px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #3592ff}
.skip-link{position:fixed;left:20px;top:-80px;padding:12px;background:var(--green);z-index:100}
.skip-link:focus{top:12px}
::selection{color:var(--ink);background:var(--green)}

/* Navigation */
.announcement{height:33px;background:var(--navy);color:#d5e4fc;display:flex;justify-content:center;align-items:center;gap:20px;font-size:12px}
.announcement>span{display:flex;align-items:center;gap:9px}
.announcement .icon{height:16px;width:16px;color:var(--green)}
.announcement-separator{color:#4d6787}
.site-header{background:#fffffff5;position:sticky;top:0;z-index:20;backdrop-filter:blur(20px);border-bottom:1px solid #e8eef5;transition:box-shadow .25s}
.site-header.scrolled{box-shadow:0 6px 30px #0024600c}
.header-inner{height:89px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:inline-flex;align-items:center;font-size:32px;font-weight:800;letter-spacing:-1.5px;white-space:nowrap;color:var(--blue)}
.brand-light{font-weight:600;color:var(--ink)}
.brand-period{color:#39c66b}
.brand-mark{width:37px;height:42px;display:grid;place-items:center;margin-right:8px;transform:rotate(8deg)}
.brand-mark .icon{width:34px;height:40px;fill:var(--green);stroke:var(--blue);stroke-width:1.8}
.desktop-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:650}
.desktop-nav a{position:relative;padding:18px 0;transition:color .2s}
.desktop-nav a:after{content:'';position:absolute;bottom:9px;left:0;right:100%;height:2px;background:var(--blue);transition:right .2s}
.desktop-nav a:hover{color:var(--blue)}
.desktop-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:17px}
.button{border:1px solid transparent;min-height:55px;padding:15px 24px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:30px;font-size:14px;font-weight:750;line-height:1.5;transition:transform .2s,background .2s,box-shadow .2s}
.button:hover{transform:translateY(-3px)}
.button-dark{color:#fff;background:var(--blue)}
.button-dark:hover{background:#0042c9;box-shadow:0 8px 20px #0756f525}
.button-green{color:#092940;background:var(--green)}
.button-green:hover{background:#b5ff91;box-shadow:0 8px 28px #91ff6424}
.button-outline{background:#fff;border-color:var(--line)}
.button-outline:hover{background:var(--soft)}
.button-small{min-height:44px;padding:10px 18px;font-size:13px;gap:21px}
.button-small .icon{width:17px;height:17px}
.icon-button{width:40px;height:40px;display:grid;place-items:center;border:0;background:none;border-radius:50%}
.icon-button:hover{background:var(--soft)}
.cart-button{position:relative}
.cart-button span{position:absolute;top:0;right:-3px;display:grid;place-items:center;width:18px;height:18px;background:var(--green);color:var(--ink);border-radius:50%;font-size:11px;font-weight:800}
.menu-toggle,.mobile-menu{display:none}

/* Full-width sculptural product stage */
.hero{position:relative;overflow:hidden;isolation:isolate;color:#fff;background:radial-gradient(ellipse at 71% 40%,#086afc 0,transparent 55%),linear-gradient(115deg,#062faf 0%,#064ceb 55%,#042ca3 100%)}
.hero:before{content:'';position:absolute;inset:0;z-index:-1;background-image:linear-gradient(#ffffff04 1px,transparent 1px),linear-gradient(90deg,#ffffff04 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(90deg,transparent,#000)}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;min-height:685px;position:relative;z-index:2}
.hero-copy{padding:62px 0 48px;position:relative;z-index:3;align-self:center}
.eyebrow{display:block;font-size:12px;letter-spacing:.12em;font-weight:750;line-height:1.6;color:var(--blue)}
.hero .eyebrow{display:flex;align-items:center;gap:12px;color:#c8e1ff;font-size:11px;letter-spacing:.12em}
.eyebrow-line{width:27px;height:3px;background:var(--green)}
h1{font-size:clamp(52px,5.5vw,80px);letter-spacing:-.057em;line-height:1.055;font-weight:750;margin-top:28px}
h1>span{color:var(--green);white-space:nowrap}
.hero-description{font-size:16px;line-height:1.85;color:#c3d6fc;margin-top:26px;max-width:460px}
.hero-cta{display:flex;align-items:center;gap:25px;margin-top:29px}
.hero-cta .button{min-height:58px;padding-inline:23px;gap:29px}
.text-link{display:inline-flex;align-items:center;gap:11px;font-size:14px;font-weight:650}
.play-circle{display:grid;place-items:center;width:35px;height:35px;border:1px solid #ffffff60;border-radius:50%;transition:background .2s}
.play-circle .icon{width:13px;height:13px;fill:#fff;stroke-width:1;margin-left:2px}
.text-link:hover .play-circle{background:#ffffff1f}
.hero-proof{display:flex;align-items:center;gap:9px;font-size:12px;color:#bfd2f8;margin-top:27px}
.hero-proof .icon{width:17px;height:17px;color:var(--green)}
.hero-visual{position:relative;min-width:0;align-self:stretch}
.hero-product{position:absolute;width:90%;max-width:none;height:108%;object-fit:contain;inset:-5% -2% auto auto;filter:drop-shadow(25px 35px 23px #00125466);z-index:2;transform:rotate(6deg);animation:product-arrive .9s ease-out both}
.hero-background-word{position:absolute;left:-2%;top:23%;font-size:clamp(120px,15.5vw,225px);font-weight:800;letter-spacing:-.065em;line-height:1;color:transparent;-webkit-text-stroke:1px #8abbff24;transform:rotate(-90deg);transform-origin:center;user-select:none}
.hero-orbit{position:absolute;inset:10% -12% 4% -12%;border:1px solid #9dcdff24;border-radius:50%;transform:rotate(-30deg);background:radial-gradient(ellipse at center,#5fa4ff0d,transparent 65%)}
.hero-energy{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}
.energy-main{stroke-dasharray:2700;stroke-dashoffset:2700;animation:energy-arrive 2.5s .2s ease-out forwards}
.product-callout{position:absolute;z-index:3}
.callout-power{top:14%;right:-2%;display:flex;align-items:center;gap:13px}
.callout-line{width:31px;height:1px;background:#d7e8ff9c}
.callout-power div>span{font-size:8px;line-height:1.7;color:#bed4fa;letter-spacing:.05em;display:block;max-width:125px}
.callout-power strong{display:block;font-size:53px;font-weight:650;letter-spacing:-.055em;line-height:1.2}
.callout-power small{font-size:22px;font-weight:450;letter-spacing:-.04em}
.callout-connect{left:0;bottom:14%;display:flex;align-items:center;gap:13px;padding:16px 19px;background:#063bb9ae;border:1px solid #9fbeff55;box-shadow:0 8px 30px #001a601a;backdrop-filter:blur(20px);border-radius:13px;transform:rotate(-3deg)}
.connect-icon{height:40px;width:40px;border:1px solid #96ff6570;border-radius:50%;display:grid;place-items:center;color:var(--green)}
.connect-icon .icon{height:23px;width:23px}
.callout-connect strong{display:block;font-size:13px;font-weight:650}
.callout-connect div>span{font-size:11px;color:#a9c8ff;display:block;margin-top:5px}
.hero-visual-caption{position:absolute;bottom:26px;right:3px;writing-mode:vertical-rl;font-size:9px;letter-spacing:.13em;color:#abc7f0;z-index:3}
.hero-baseline{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #c3ddff25;min-height:62px;position:relative;z-index:2;color:#b5cef8;font-size:11px}
.hero-baseline>a{display:flex;align-items:center;gap:22px;color:#d8e6ff;font-size:9px;font-weight:650;letter-spacing:.07em}
.hero-baseline>a>span{color:var(--green);font-size:25px;font-weight:400}
.feature-strip{background:#f6f9ff;border-bottom:1px solid var(--line)}
.feature-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:97px}
.feature-strip-inner>span{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:700}
.feature-strip .icon{width:25px;height:25px;color:var(--blue);stroke-width:1.55}

/* Open product catalogue; no surrounding card borders. */
.section{padding-block:106px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:47px}
h2{font-size:46px;line-height:1.2;letter-spacing:-.045em;font-weight:700}
h2>span{color:var(--blue)}
.section-heading .eyebrow{margin-bottom:19px}
.section-heading>p{font-size:16px;line-height:1.85;color:var(--muted);max-width:380px;padding-bottom:3px}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px}
.product-card{min-width:0}
.product-visual{height:380px;position:relative;overflow:hidden;background:#edf3ff;border-radius:18px}
.product-11 .product-visual{background:radial-gradient(ellipse at 65% 44%,#184b9c,#08275d 70%)}
.product-tag{position:absolute;top:25px;left:26px;font-size:10px;letter-spacing:.08em;font-weight:750;color:var(--blue);z-index:2}
.product-11 .product-tag{color:var(--green)}
.product-big-number{position:absolute;top:71px;left:24px;font-size:150px;line-height:1;letter-spacing:-.08em;font-weight:650;color:#bed2fa;z-index:0}
.product-big-number small{display:block;font-size:26px;letter-spacing:-.04em;margin-left:8px;margin-top:10px}
.product-11 .product-big-number{color:#4273b8}
.product-visual img{position:absolute;right:6%;top:0;width:64%;height:108%;max-width:none;object-fit:contain;z-index:1;filter:drop-shadow(12px 20px 14px #193e7040);transform:rotate(8deg);transition:transform .45s}
.product-card:hover .product-visual img{transform:translateY(-6px) rotate(4deg)}
.product-image-label{position:absolute;bottom:22px;left:27px;font-size:9px;letter-spacing:.1em;color:#6686b4}
.product-visual-index{position:absolute;right:23px;bottom:21px;font-size:10px;letter-spacing:.07em;color:#7994bb}
.product-info{padding-top:25px}
.product-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px}
.product-phase{display:block;font-size:12px;color:var(--muted);margin-bottom:8px}
.product-info h3{font-size:25px;font-weight:750;letter-spacing:-.045em;line-height:1.4}
.product-info h3>span{color:var(--blue);font-weight:650}
.product-arrow{color:var(--blue);display:grid;place-items:center;width:39px;height:39px;border:1px solid #dbe6fc;border-radius:50%;flex-shrink:0}
.product-arrow .icon{width:20px;height:20px}
.product-description{font-size:14px;color:var(--muted);margin-top:8px;line-height:1.7}
.product-features{display:flex;gap:22px;align-items:center;margin-top:21px;padding-bottom:24px;border-bottom:1px solid var(--line)}
.product-features>span{font-size:12px;font-weight:550;display:flex;align-items:center;gap:7px;white-space:nowrap}
.product-features .icon{color:var(--blue);width:19px;height:19px;stroke-width:1.5}
.product-purchase{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:23px}
.price{font-size:38px;line-height:1;font-weight:750;letter-spacing:-.06em;white-space:nowrap}
.price small{font-size:29px;font-weight:600}
.price>span{display:block;font-size:11px;font-weight:450;letter-spacing:0;color:var(--muted);margin-top:8px}
.product-purchase .button{min-height:48px;font-size:13px;gap:24px;padding:12px 21px}
.product-purchase .icon{height:19px;width:19px}

/* Three places, one continuous offer. */
.bundle-section{background:var(--navy);color:#fff;position:relative;overflow:hidden}
.bundle-section:before{content:'';position:absolute;width:700px;height:700px;border:1px solid #215f9538;border-radius:50%;right:-120px;top:-230px}
.bundle-banner{position:relative;display:flex;align-items:center;gap:42px;padding-block:58px}
.bundle-multiplier{font-size:180px;font-weight:750;letter-spacing:-.09em;line-height:1;color:transparent;-webkit-text-stroke:1px #69acff6b;display:flex;align-items:center;flex-shrink:0;user-select:none}
.bundle-multiplier>span{font-size:100px;align-self:flex-start;line-height:1.5;-webkit-text-stroke:0;color:var(--green)}
.bundle-copy .eyebrow{color:#8aa9d6;font-size:10px;margin-bottom:16px}
.bundle-copy h2{font-size:34px;line-height:1.3;font-weight:650}
.bundle-copy h2>span{color:#e0ecff}
.bundle-copy p{font-size:13px;color:#8ba4c4;line-height:1.8;margin-top:17px;max-width:330px}
.bundle-offer{margin-left:auto;text-align:right;position:relative;flex-shrink:0}
.save-badge{background:#91ff6418;color:var(--green);padding:7px 10px;border:1px solid #91ff6433;border-radius:5px;font-size:10px;letter-spacing:.04em;display:inline-block;font-weight:700}
.bundle-price{display:flex;justify-content:flex-end;align-items:baseline;gap:15px;margin:10px 0 16px;white-space:nowrap}
.bundle-price del{font-size:15px;color:#7791b7}
.bundle-price strong{font-size:58px;font-weight:650;letter-spacing:-.06em;line-height:1.1}
.bundle-price small{font-size:35px;font-weight:500}
.bundle-offer .button{font-size:13px;min-height:48px;gap:28px}

/* Architectural lifestyle image + editorial benefits. */
.advantages-section{display:grid;grid-template-columns:1fr 1fr;gap:82px;align-items:stretch}
.lifestyle-visual{position:relative;min-height:700px;border-radius:18px;overflow:hidden;background:var(--navy)}
.lifestyle-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#06285133,transparent 42%,#021d4be6 95%);z-index:1}
.lifestyle-visual>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;object-position:48% 50%}
.lifestyle-top{position:absolute;left:28px;right:20px;top:29px;display:flex;align-items:center;gap:11px;color:#fff;z-index:2;font-size:8px;letter-spacing:.09em;line-height:1.8}
.lifestyle-top>span{width:34px;height:34px;border:1px solid #fff6;border-radius:50%;display:grid;place-items:center;background:#032c5744}
.lifestyle-top .icon{width:18px;height:18px;color:var(--green)}
.lifestyle-caption{position:absolute;left:39px;bottom:43px;z-index:3;color:#fff}
.lifestyle-caption .eyebrow{color:var(--green);font-size:10px;margin-bottom:17px}
.lifestyle-caption h3{font-size:64px;font-weight:650;line-height:1.04;letter-spacing:-.05em}
.lifestyle-line{position:absolute;inset:0;width:100%;height:100%;z-index:2}
.advantages-copy{padding-top:12px}
.advantages-copy>.eyebrow{font-size:10px;margin-bottom:19px}
.advantages-copy h2{font-size:42px}
.section-description{font-size:16px;line-height:1.85;color:var(--muted);margin-top:22px;max-width:440px}
.benefit-grid{margin-top:29px}
.benefit{display:flex;align-items:flex-start;gap:18px;padding:25px 0;border-top:1px solid var(--line)}
.benefit-icon{width:43px;height:43px;display:grid;place-items:center;flex-shrink:0;color:var(--blue);background:#eff5ff;border-radius:11px}
.benefit-icon .icon{width:25px;height:25px}
.benefit h3{font-size:17px;font-weight:750;letter-spacing:-.025em;line-height:1.5;margin-bottom:7px}
.benefit p{font-size:14px;line-height:1.8;color:var(--muted)}
.benefit-number{margin-left:auto;font-size:10px;color:#a0aec4;padding-top:4px}

/* The installation path */
.how-section{padding-top:20px}
.installation-link{font-size:14px;color:var(--blue);padding-bottom:4px;white-space:nowrap}
.installation-link .icon{width:19px;height:19px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:45px;position:relative}
.steps-route{position:absolute;left:0;top:15px;height:80px;width:100%;z-index:-1}
.step{position:relative}
.step-top{display:flex;align-items:center;justify-content:space-between;height:80px;margin-bottom:25px}
.step-top>span{font-size:13px;letter-spacing:.05em;font-weight:750;background:#fff;padding:10px 12px 10px 0;color:var(--blue)}
.step-top>.icon{box-sizing:content-box;width:33px;height:33px;padding:19px;background:#fff;border:1px solid #d8e6ff;border-radius:50%;color:var(--blue);stroke-width:1.4}
.step:last-child .step-top>.icon{background:var(--green);border-color:var(--green);color:var(--ink)}
.step h3{font-size:28px;line-height:1.2;letter-spacing:-.04em;margin-bottom:15px;font-weight:650}
.step p{font-size:15px;line-height:1.85;color:var(--muted)}
.installation-note{display:flex;align-items:center;gap:21px;border-left:3px solid var(--blue);background:#f3f7ff;padding:25px 29px;margin-top:47px;scroll-margin-top:120px}
.installation-icon{flex-shrink:0;color:var(--blue)}
.installation-icon .icon{width:31px;height:31px;stroke-width:1.4}
.installation-note h3{font-size:15px;line-height:1.6;font-weight:750;margin-bottom:7px}
.installation-note p{font-size:13px;color:var(--muted);line-height:1.8;max-width:840px}
.installation-pill{margin-left:auto;flex-shrink:0;border:1px solid #cddcf6;font-size:12px;border-radius:5px;padding:9px 12px;color:var(--blue)}

/* Questions, not friction. */
.faq-section{background:#f5f8ff}
.faq-layout{display:grid;grid-template-columns:.9fr 1.2fr;gap:80px}
.faq-intro .eyebrow{font-size:10px;margin-bottom:20px}
.faq-intro h2{font-size:41px}
.faq-intro>p{font-size:16px;line-height:1.85;color:var(--muted);margin-top:25px}
.faq-brand-symbol{display:grid;place-items:center;height:80px;width:80px;background:var(--blue);border-radius:23px;transform:rotate(-9deg);margin-top:36px;box-shadow:9px 9px 0 var(--green)}
.faq-brand-symbol .icon{height:42px;width:42px;stroke-width:1.5;color:#fff}
.faq-item{border-bottom:1px solid #dbe5f5}
.faq-item:first-child{border-top:1px solid #dbe5f5}
.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;padding:23px 0;font-size:15px;line-height:1.65;font-weight:650}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary>span{height:27px;width:27px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;color:var(--blue);transition:background .2s}
.faq-item summary .icon{width:17px;height:17px;transition:transform .2s}
.faq-item[open] summary>span{background:var(--blue);color:#fff}
.faq-item[open] summary .icon{transform:rotate(45deg)}
.faq-item>p{padding:0 43px 24px 0;color:var(--muted);font-size:14px;line-height:1.9}

/* Signature close */
.closing-section{position:relative;overflow:hidden;background:linear-gradient(110deg,#043abb,#0756f5 75%);color:#fff}
.closing-energy{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.75}
.closing-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:35px;padding-block:76px}
.closing-inner .eyebrow{color:#b8d2fc;font-size:11px;margin-bottom:20px}
.closing-inner h2{font-size:51px;line-height:1.15}
.closing-inner h2>span{color:var(--green)}
.closing-action{display:flex;flex-direction:column;align-items:center;gap:18px;flex-shrink:0}
.closing-action .button{min-height:58px;gap:27px}
.closing-action>span{display:flex;gap:9px;align-items:center;color:#c0d7ff;font-size:12px}
.closing-action>span .icon{width:18px;height:18px;color:var(--green)}
.site-footer{background:#04142f;color:#fff}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:42px 0 33px;border-bottom:1px solid #8fbaff20}
.site-footer .brand{font-size:42px;color:#fff}
.site-footer .brand-light{color:#fff;font-weight:450}
.site-footer .brand-mark .icon{stroke:var(--green);fill:var(--green)}
.site-footer .brand-period{color:var(--green)}
.footer-top>span{font-size:15px;color:#8ba5c9;margin-left:auto}
.footer-up{display:grid;place-items:center;width:40px;height:40px;border:1px solid #638db455;border-radius:50%;margin-left:22px;color:var(--green)}
.footer-up .icon{width:20px;height:20px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:25px 0 33px;color:#7290b8;font-size:11px}
.footer-bottom nav{display:flex;align-items:center;gap:27px;font-size:12px;color:#abc0dd}
.footer-bottom nav a:hover{color:var(--green)}
.footer-bottom>span:last-child{font-size:9px;letter-spacing:.07em}

/* Existing checkout, coordinated with the new visual system. */
dialog{border:0;border-radius:19px;padding:30px;max-width:920px;width:calc(100% - 40px);color:var(--ink);max-height:92dvh;box-shadow:0 30px 100px #00144255;background:#fff}
dialog::backdrop{background:#021641bb;backdrop-filter:blur(8px)}
.dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.dialog-header .eyebrow{font-size:10px;color:var(--blue)}
body:has(dialog[open]){overflow:hidden}
#order-title{font-size:32px}
.checkout-progress li{font-size:13px;color:var(--muted)}
.checkout-progress li.active>span{background:var(--blue);border-color:var(--blue);color:#fff}
.choice-card strong,.field,.summary-lines>div{font-size:14px}
.choice-card small,.field-hint,.consent-field{font-size:12px}
.model-choice strong{font-size:24px}
.choice-card input,.consent-field input{accent-color:var(--blue)}
.order-summary{background:linear-gradient(145deg,#edf4ff,#f6f9ff);border:1px solid #dfe9fb}
.summary-total>strong{color:var(--blue)}
.summary-benefits>span{font-size:11px}
.summary-product .eyebrow{font-size:9px}
.field input,.field select,.field textarea{font-size:16px}
.checkout-actions .button{min-height:49px}
.noscript-notice{position:fixed;bottom:0;left:0;right:0;background:var(--green);color:var(--ink);padding:14px;text-align:center;z-index:100}
@keyframes product-arrive{from{opacity:0;transform:translateY(24px) rotate(9deg)}to{opacity:1;transform:translateY(0) rotate(6deg)}}
@keyframes energy-arrive{to{stroke-dashoffset:0}}

@media(min-width:1600px){.hero-inner{min-height:760px}.hero-copy{padding-block:78px}.hero-product{height:112%;top:-8%}.callout-power{right:-5%}.hero-orbit{inset:12% -13% 7% -10%}.hero-background-word{font-size:225px}.hero-description{font-size:18px}}
@media(max-width:1200px){
 .container{width:calc(100% - 80px)}.desktop-nav{gap:20px;font-size:12px}.header-inner{height:82px}.header-actions{gap:12px}.brand{font-size:29px}.button-small{font-size:12px;padding-inline:15px;gap:15px}
 .hero-inner{min-height:626px}.hero-copy{padding-block:50px}.hero .eyebrow{font-size:9px}.hero-cta{gap:18px}.hero-cta .button{font-size:12px;gap:19px;padding-inline:19px}.hero-cta .text-link{font-size:12px}.hero-description{font-size:15px}.hero-product{height:103%;top:-1%;right:-5%;width:99%}.callout-power{right:-1%;top:13%}.callout-power div>span{font-size:7px;max-width:105px}.callout-power strong{font-size:43px}.callout-line{width:20px}.callout-connect{left:-1%;padding:13px;bottom:13%}.callout-connect strong{font-size:11px}.callout-connect div>span{font-size:10px}.hero-visual-caption{right:-6px}.hero-baseline{font-size:10px}
 .feature-strip-inner{min-height:85px;gap:17px}.feature-strip-inner>span{font-size:11px;gap:9px}.feature-strip .icon{width:23px;height:23px}
 .section{padding-block:85px}h2{font-size:41px}.section-heading>p{font-size:14px}.product-grid{gap:32px}.product-visual{height:330px}.product-big-number{font-size:133px;top:66px}.product-visual img{right:2%;width:72%}.product-info h3{font-size:22px}.product-features{gap:17px}.product-features>span{font-size:11px}.product-phase{font-size:11px}.product-purchase .button{font-size:12px;gap:17px;padding-inline:18px}
 .bundle-banner{gap:30px;padding-block:48px}.bundle-multiplier{font-size:147px}.bundle-multiplier>span{font-size:75px}.bundle-copy h2{font-size:29px}.bundle-copy p{font-size:12px;max-width:275px}.bundle-copy .eyebrow{font-size:8px}.bundle-price strong{font-size:50px}.bundle-offer .button{font-size:12px;gap:17px;padding-inline:19px}
 .advantages-section{gap:49px}.lifestyle-visual{min-height:670px}.advantages-copy h2{font-size:35px}.section-description{font-size:15px}.advantages-copy>.eyebrow{font-size:9px}.benefit{gap:13px;padding-block:21px}.benefit h3{font-size:16px}.benefit p{font-size:13px}.benefit-icon{width:36px;height:36px}.benefit-icon .icon{width:22px;height:22px}.benefit-number{font-size:9px}.lifestyle-caption{left:32px}.lifestyle-caption h3{font-size:58px}
 .how-section{padding-top:10px}.steps-grid{gap:30px}.step p{font-size:14px}.step-top>.icon{width:30px;height:30px;padding:16px}.step h3{font-size:26px}.installation-pill{display:none}.faq-layout{gap:50px}.faq-intro h2{font-size:35px}.faq-item summary{font-size:14px}.closing-inner h2{font-size:43px}.closing-action .button{font-size:13px;padding-inline:21px;gap:19px}
}
@media(max-width:960px){
 .container{width:calc(100% - 56px)}.desktop-nav{display:none}.menu-toggle{display:grid}.header-inner{height:77px}.header-actions{gap:12px}.mobile-menu:not([hidden]){display:flex;flex-direction:column;padding:0 28px 20px;border-bottom:1px solid var(--line);gap:0}.mobile-menu a{font-size:15px;padding:12px 0}
 .hero-inner{min-height:600px;grid-template-columns:1.02fr 1fr}.hero-copy{padding-block:48px}h1{font-size:clamp(45px,6.4vw,61px)}.hero .eyebrow{font-size:8px;gap:8px}.eyebrow-line{width:19px}.hero-description{font-size:14px}.hero-cta{align-items:flex-start;flex-direction:column;gap:20px}.hero-proof{font-size:11px;margin-top:22px}.hero-product{width:118%;height:100%;right:-17%;top:1%}.callout-power{top:12%;right:-2%;display:block}.callout-power .callout-line{display:none}.callout-power div>span{font-size:6px;width:85px}.callout-power strong{font-size:37px}.callout-power small{font-size:18px}.callout-connect{left:2%;bottom:12%;padding:12px 10px;gap:9px}.connect-icon{height:33px;width:33px}.connect-icon .icon{width:20px;height:20px}.callout-connect strong{font-size:10px}.callout-connect div>span{font-size:9px}.hero-orbit{inset:13% -20% 12% -10%}.hero-background-word{top:27%}.hero-visual-caption{font-size:8px;right:-5px}
 .hero-baseline{font-size:9px}.hero-baseline>a{font-size:8px;gap:13px}.feature-strip-inner{flex-wrap:wrap;justify-content:center;padding-block:23px;gap:23px 30px;min-height:100px}.feature-strip-inner>span{font-size:12px}
 .section-heading{gap:25px}.section-heading>p{max-width:285px;font-size:13px}h2{font-size:35px}.eyebrow{font-size:10px}.product-grid{gap:25px}.product-visual{height:290px}.product-big-number{font-size:110px;top:73px;left:19px}.product-big-number small{font-size:21px;margin-top:13px}.product-tag{font-size:8px;left:21px}.product-visual img{right:-3%;width:78%}.product-info h3{font-size:21px}.product-info h3>span{display:block;margin-top:2px}.product-description{font-size:13px}.product-features{gap:11px;justify-content:space-between;flex-wrap:wrap}.product-features>span{font-size:11px;gap:5px}.product-features .icon{width:17px;height:17px}.price{font-size:32px}.price small{font-size:23px}.product-purchase{gap:13px}.product-purchase .button{font-size:11px;gap:12px;padding-inline:14px}.product-arrow{width:33px;height:33px}.product-image-label{font-size:8px;left:21px}.product-visual-index{font-size:8px;right:19px}
 .bundle-multiplier{display:none}.bundle-copy h2{font-size:31px}.bundle-copy .eyebrow{font-size:9px}.bundle-copy p{max-width:330px;font-size:13px}.bundle-banner{gap:30px}.bundle-offer .button{font-size:12px}.bundle-price strong{font-size:49px}
 .advantages-section{gap:31px}.lifestyle-visual{min-height:720px}.advantages-copy{padding-top:4px}.advantages-copy h2{font-size:32px}.advantages-copy>.eyebrow{font-size:8px}.section-description{font-size:14px;line-height:1.8}.benefit h3{font-size:15px}.benefit p{font-size:13px}.benefit-number{display:none}.benefit-icon{height:31px;width:31px;border-radius:8px}.benefit-icon .icon{height:20px;width:20px}.benefit{gap:12px;padding-block:19px}.lifestyle-caption h3{font-size:52px}.lifestyle-caption{left:26px;bottom:36px}.lifestyle-top{font-size:6px;left:21px;gap:8px}.lifestyle-top>span{height:29px;width:29px}
 .steps-grid{gap:26px;grid-template-columns:1fr 1fr}.steps-route{display:none}.step{border-top:1px solid #dbe6f9}.step-top{margin-bottom:15px}.step-top>.icon{padding:12px;width:26px;height:26px}.step p{font-size:15px}.step h3{font-size:28px}.installation-note{padding:22px}.faq-layout{gap:37px;grid-template-columns:.9fr 1.2fr}.faq-intro h2{font-size:30px}.faq-intro>p{font-size:14px}.faq-item summary{font-size:13px;gap:17px}.faq-item>p{font-size:13px;padding-right:10px}.closing-inner h2{font-size:36px}.closing-action .button{font-size:12px;gap:15px;padding-inline:18px}.closing-action>span{font-size:10px}.closing-inner{gap:22px}.footer-top>span{font-size:12px}.site-footer .brand{font-size:34px}.footer-bottom>span:last-child{display:none}
}
@media(max-width:640px){
 .container{width:calc(100% - 40px)}.announcement{height:29px;font-size:10px}.announcement-separator,.announcement>span:last-child{display:none}.header-inner{height:71px;gap:10px}.brand{font-size:26px;letter-spacing:-1.1px}.brand-mark{width:29px;margin-right:4px}.brand-mark .icon{width:27px;height:33px}.header-actions{gap:6px}.header-actions .button{min-height:38px;font-size:10px;padding:9px 12px;gap:10px}.header-actions .button .icon{width:13px;height:13px}.cart-button{display:none}.icon-button{width:34px;height:34px}
 .hero-inner{grid-template-columns:1fr;min-height:0}.hero-copy{padding:42px 0 5px;align-self:auto}.hero .eyebrow{font-size:9px;letter-spacing:.07em;gap:10px}.eyebrow-line{width:22px}h1{font-size:clamp(43px,11.4vw,65px);line-height:1.07;margin-top:25px;letter-spacing:-.055em}.hero-description{font-size:15px;line-height:1.85;margin-top:23px;max-width:100%}.desktop-break{display:none}.hero-cta{flex-direction:row;align-items:center;gap:19px;margin-top:27px}.hero-cta .button{font-size:12px;padding:13px 16px;min-height:50px;gap:18px}.hero-cta .text-link{font-size:11px;gap:8px}.play-circle{width:28px;height:28px}.play-circle .icon{width:11px;height:11px}.hero-proof{font-size:11px;margin-top:22px;gap:8px}.hero-proof .icon{height:16px;width:16px}
 .hero-visual{height:465px;width:100%;margin-top:8px}.hero-product{width:105%;height:116%;right:-3%;top:-7%;transform:rotate(6deg)}.hero-background-word{font-size:155px;left:1%;top:34%;transform:rotate(-90deg)}.hero-orbit{inset:5% -7% 3% -3%;transform:rotate(-25deg)}.callout-power{top:15%;right:0;display:flex;gap:9px}.callout-power div>span{font-size:7px;max-width:100px;width:100px}.callout-power strong{font-size:44px}.callout-power small{font-size:19px}.callout-power .callout-line{display:block;width:18px}.callout-connect{left:0;bottom:12%;padding:13px 12px;gap:10px}.callout-connect strong{font-size:11px}.callout-connect div>span{font-size:10px}.hero-visual-caption{font-size:8px;bottom:17px;right:0}.hero-energy{width:220%;max-width:none;left:-110%;height:104%;top:15%}.hero-baseline{min-height:57px;font-size:9px}.hero-baseline>span{max-width:190px;line-height:1.7}.hero-baseline>a{font-size:0;gap:0}.hero-baseline>a>span{font-size:27px}
 .feature-strip-inner{display:grid;grid-template-columns:1fr 1fr;justify-content:initial;gap:22px 13px;padding-block:28px}.feature-strip-inner>span{font-size:11px;gap:10px}.feature-strip-inner>span:last-child{grid-column:1/-1;justify-content:center}.feature-strip .icon{width:22px;height:22px}
 .section{padding-block:62px}.section-heading{display:block;margin-bottom:29px}.section-heading .eyebrow{font-size:9px;letter-spacing:.08em;margin-bottom:16px}h2{font-size:32px;line-height:1.2;letter-spacing:-.045em}.section-heading>p{font-size:14px;line-height:1.8;margin-top:20px;max-width:none}.product-grid{grid-template-columns:1fr;gap:43px}.product-visual{height:320px;border-radius:13px}.product-tag{top:23px;left:23px;font-size:9px}.product-big-number{font-size:130px;left:20px;top:69px}.product-big-number small{font-size:25px;margin-top:11px;margin-left:7px}.product-visual img{right:0;top:-1%;height:108%;width:75%}.product-image-label{left:23px;font-size:9px;bottom:22px}.product-visual-index{font-size:9px;right:23px;bottom:22px}.product-info{padding-top:22px}.product-info h3{font-size:22px}.product-info h3>span{display:inline;margin-left:3px}.product-phase{font-size:11px;margin-bottom:8px}.product-description{font-size:13px;margin-top:9px}.product-arrow{display:none}.product-features{justify-content:flex-start;gap:19px;flex-wrap:nowrap;margin-top:18px;padding-bottom:20px}.product-features>span{font-size:11px;gap:6px}.product-features .icon{height:18px;width:18px}.product-purchase{margin-top:21px;gap:19px}.price{font-size:35px}.price small{font-size:27px}.price>span{font-size:11px}.product-purchase .button{min-height:47px;font-size:12px;padding:12px 18px;gap:24px}
 .bundle-banner{display:block;padding-block:39px}.bundle-multiplier{display:block;position:absolute;right:-3px;top:2px;font-size:155px;opacity:.3;z-index:0}.bundle-multiplier>span{font-size:85px;color:transparent;-webkit-text-stroke:1px #75abff}.bundle-copy,.bundle-offer{position:relative;z-index:1}.bundle-copy .eyebrow{font-size:8px;margin-bottom:19px}.bundle-copy h2{font-size:29px}.bundle-copy p{font-size:13px;margin-top:18px;max-width:290px}.bundle-offer{margin-top:26px;text-align:left;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px 20px}.save-badge{grid-column:1/-1;justify-self:start;font-size:9px;padding:6px 9px}.bundle-price{margin:0;display:block;text-align:left}.bundle-price del{display:block;font-size:11px;margin-bottom:4px}.bundle-price strong{font-size:46px}.bundle-price small{font-size:27px}.bundle-offer .button{font-size:11px;gap:11px;padding:12px 14px;min-height:46px;justify-self:end}.bundle-offer .button .icon{width:17px;height:17px}
 .advantages-section{display:flex;flex-direction:column;gap:34px;padding-bottom:44px}.lifestyle-visual{height:480px;min-height:0;order:1;border-radius:13px}.lifestyle-visual>img{object-position:45% 50%}.lifestyle-top{font-size:8px;left:23px;top:23px;gap:10px}.lifestyle-top>span{height:32px;width:32px}.lifestyle-caption{bottom:31px;left:28px}.lifestyle-caption .eyebrow{font-size:9px;margin-bottom:14px}.lifestyle-caption h3{font-size:56px}.advantages-copy{padding:0;order:0}.advantages-copy>.eyebrow{font-size:9px;margin-bottom:17px}.advantages-copy h2{font-size:34px}.section-description{font-size:15px;margin-top:19px;max-width:none}.benefit-grid{margin-top:25px}.benefit{padding:20px 0;gap:15px}.benefit-icon{width:39px;height:39px;border-radius:9px}.benefit-icon .icon{width:23px;height:23px}.benefit h3{font-size:16px}.benefit p{font-size:14px;line-height:1.8}.benefit-number{display:block;font-size:9px;padding-left:3px}
 .how-section{padding-top:22px}.installation-link{font-size:13px;margin-top:20px}.steps-grid{gap:27px 24px}.step-top{height:73px;margin-bottom:17px}.step-top>span{font-size:12px}.step-top>.icon{height:23px;width:23px;padding:12px}.step h3{font-size:25px;margin-bottom:13px}.step p{font-size:14px;line-height:1.8}.installation-note{margin-top:33px;padding:21px 17px;gap:14px;align-items:flex-start}.installation-icon{padding-top:4px}.installation-icon .icon{width:23px;height:23px}.installation-note h3{font-size:14px;line-height:1.6}.installation-note p{font-size:12px}
 .faq-layout{grid-template-columns:1fr;gap:31px}.faq-intro .eyebrow{font-size:9px;margin-bottom:17px}.faq-intro h2{font-size:33px}.faq-intro>p{font-size:15px;margin-top:19px}.faq-brand-symbol{display:none}.faq-item summary{font-size:14px;padding-block:20px;gap:18px}.faq-item>p{font-size:14px;line-height:1.85;padding-right:10px}.faq-item summary>span{height:25px;width:25px}
 .closing-inner{display:block;padding-block:48px}.closing-inner .eyebrow{font-size:9px;margin-bottom:20px}.closing-inner h2{font-size:34px;line-height:1.2}.closing-action{align-items:flex-start;margin-top:29px;gap:17px}.closing-action .button{font-size:13px;min-height:53px;padding-inline:19px;gap:23px}.closing-action>span{font-size:11px}.closing-energy{width:200%;left:-70%;height:150%;top:-25%;opacity:.4}.footer-top{flex-wrap:wrap;justify-content:flex-start;gap:20px;padding-top:33px;padding-bottom:28px;position:relative}.site-footer .brand{font-size:34px}.footer-top>span{order:2;flex-basis:100%;margin:0;font-size:12px}.footer-up{margin-left:auto}.footer-bottom{flex-wrap:wrap;gap:22px;padding:24px 0 29px;font-size:10px}.footer-bottom nav{order:-1;width:100%;gap:20px;font-size:11px;flex-wrap:wrap}
 dialog{padding:21px;max-height:94dvh;width:calc(100% - 18px);border-radius:15px}.dialog-header .eyebrow{font-size:8px}#order-title{font-size:27px}.checkout-subtitle{font-size:13px}.checkout-layout{grid-template-columns:1fr;gap:24px}.checkout-progress{gap:10px;justify-content:space-between;margin-top:22px;padding-bottom:19px}.checkout-progress li{font-size:10px;gap:6px}.checkout-progress li>span{width:22px;height:22px;font-size:10px}.demo-notice{font-size:11px;margin-bottom:21px}.order-summary{position:static;padding:18px}.summary-product{padding-bottom:15px}.summary-product img{width:53px;height:68px}.summary-product .eyebrow{font-size:9px}.summary-product h3{font-size:16px}.summary-product p{font-size:12px}.summary-lines{gap:12px;padding-block:17px}.summary-lines>div{font-size:13px}.summary-total{margin-top:16px}.summary-total>strong{font-size:28px}.summary-benefits{display:none}.field-row{grid-template-columns:1fr;gap:0}.field{font-size:14px}.field input,.field select,.field textarea{font-size:16px}.field-hint{font-size:12px}.quantity-field{max-width:none}.choice-card{padding:15px 12px;gap:8px}.choice-card strong{font-size:14px}.model-choice strong{font-size:24px}.choice-card small{font-size:11px}.model-choice small{font-size:10px}.payment-choice small{font-size:12px}.trio-field>select{font-size:14px}.consent-field{font-size:12px}.checkout-actions{position:sticky;bottom:-21px;background:#fff;padding-bottom:13px;margin-inline:-7px;padding-inline:7px;gap:9px}.checkout-step-note{display:none}.checkout-actions .button{font-size:12px!important;min-height:45px;padding-inline:13px!important;gap:9px!important}.checkout-actions .icon{width:16px}.checkout-success{padding:23px 3px}.checkout-success h2{font-size:37px}.checkout-success>p{font-size:14px}.success-reference{font-size:12px}.success-reference strong{font-size:15px}
}
@media(max-width:370px){
 .container{width:calc(100% - 34px)}.header-actions{gap:3px}.header-actions .button{font-size:9px;padding-inline:10px;gap:7px}.brand{font-size:24px}.brand-mark{width:25px;margin-right:3px}.brand-mark .icon{width:24px}.header-inner{gap:6px}.hero-cta{gap:13px}.hero-cta .button{font-size:11px;padding-inline:14px;gap:13px}.hero-cta .text-link{font-size:10px;gap:6px}.play-circle{height:26px;width:26px}.hero .eyebrow{font-size:8px}h1{font-size:43px}.hero-description{font-size:14px}.hero-visual{height:410px}.callout-power{right:-7px}.callout-power div>span{max-width:85px;font-size:6px}.callout-power strong{font-size:38px}.callout-power .callout-line{display:none}.callout-connect{padding:11px 10px;left:-2px}.callout-connect strong{font-size:10px}.callout-connect div>span{font-size:9px}.connect-icon{height:30px;width:30px}.product-visual{height:290px}.product-big-number{font-size:117px}.product-info h3{font-size:20px}.product-features{gap:12px}.product-features>span{font-size:10px}.product-purchase .button{gap:14px;padding-inline:15px}.bundle-copy h2{font-size:27px}.bundle-offer{gap:10px}.bundle-offer .button{font-size:10px;gap:8px;padding-inline:12px}.bundle-price strong{font-size:42px}.lifestyle-top{font-size:7px}.closing-inner h2{font-size:31px}.choice-card{padding:12px 9px}.choice-card small{font-size:10px}.checkout-progress li{font-size:9px;gap:4px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.energy-main{stroke-dashoffset:0}}

/* Readable copy; small type is reserved for secondary visual annotations. */
.benefit p,.step p,.faq-item>p{font-size:16px}
.callout-power div>span{font-size:11px;letter-spacing:.06em;max-width:125px;width:auto;color:#cde2ff}
.callout-connect strong{font-size:13px}.callout-connect div>span{font-size:12px}
.hero-proof,.hero-baseline{font-size:12px}.hero-baseline>a{font-size:10px}
.product-phase,.product-features>span,.product-image-label{font-size:12px}
.product-tag{font-size:11px}.product-description{font-size:15px}
.benefit-number{font-size:12px}.bundle-copy p{font-size:15px}
.product-arrow{display:none}
@media(max-width:960px){.callout-power div>span{font-size:10px;max-width:100px}.callout-connect strong{font-size:11px}.callout-connect div>span{font-size:10px}.hero-baseline{font-size:10px}.hero-baseline>a{font-size:9px}.product-tag{font-size:10px}.product-image-label{font-size:10px}.product-features>span{font-size:11px}.product-description{font-size:14px}.product-phase{font-size:11px}.bundle-copy p{font-size:14px}}
@media(max-width:640px){.hero-proof{font-size:11px}.hero-baseline{font-size:10px}.hero-baseline>a{font-size:0}.callout-power div>span{font-size:10px}.callout-connect strong{font-size:12px}.callout-connect div>span{font-size:11px}.product-features>span{font-size:12px}.product-phase{font-size:12px}.product-description{font-size:15px}.bundle-copy p{font-size:14px}.benefit p,.step p,.faq-item>p{font-size:16px}}
@media(max-width:370px){.product-features{gap:10px}.product-features>span{font-size:11px}.callout-connect strong{font-size:11px}.callout-connect div>span{font-size:10px}.callout-power div>span{font-size:9px}}
h1>span{font-size:.94em}
@media(max-width:960px) and (min-width:641px){h1{font-size:clamp(39px,6.4vw,61px)}}
@media(max-width:370px){h1>span{font-size:.9em}}
