:root{--color-ink:#191817;--color-ink-soft:#2c2a28;--color-muted:#5c5956;--color-paper:#f7f5f2;--color-paper-2:#efebe6;--color-white:#fff;--color-border:#1918171f;--color-eco:#2f9b45;--color-eco-deep:#1f6b2e;--color-eco-tint:#e8f6eb;--color-volt:#e4232b;--color-volt-hot:#fc5220;--color-volt-deep:#b5161d;--color-volt-tint:#fdeced;--color-slate:#3d4a52;--color-slate-tint:#eef2f4;--font-display:"Sora", "Avenir Next", "Segoe UI", sans-serif;--font-body:"Manrope", "Avenir Next", "Segoe UI", sans-serif;--space-xs:.5rem;--space-sm:.75rem;--space-md:1.25rem;--space-lg:2rem;--space-xl:3.25rem;--space-2xl:5rem;--space-3xl:7rem;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-soft:0 18px 50px #1918171f;--shadow-cta:0 10px 28px #e4232b47;--max-width:1120px;--header-h:5rem;--header-h-scrolled:5rem;--ease-out:cubic-bezier(.22, 1, .36, 1);--duration:.45s}@media (width<=640px){:root{--header-h:4.5rem;--header-h-scrolled:4.5rem}.logo__img{height:58px}}@media (prefers-reduced-motion:reduce){:root{--duration:.01ms}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-ink);background:var(--color-paper);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}img{max-width:100%;display:block}a{color:inherit}button,input,textarea{font:inherit}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .75rem;line-height:1.15}p{margin:0 0 1rem}.section{padding:var(--space-2xl) 0}.section-inner{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.section-head{max-width:40rem;margin-bottom:var(--space-lg)}.section-head h2{color:var(--color-eco-deep)}.section-head p:last-child{color:var(--color-muted)}.section h2,.problem h2,.proof h2,.final-cta h2,.specs h2{color:var(--color-eco-deep)}.final-cta h2{color:var(--color-eco)}.btn{appearance:none;border-radius:var(--radius-sm);cursor:pointer;transition:transform var(--duration) var(--ease-out), background var(--duration) var(--ease-out), color var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out);border:0;justify-content:center;align-items:center;gap:.4rem;padding:.85rem 1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--sm{padding:.55rem .9rem;font-size:.92rem}.btn--accent{background:var(--color-volt);color:var(--color-white);box-shadow:var(--shadow-cta)}.btn--accent:hover{background:var(--color-volt-deep)}.btn--ghost{color:var(--color-white);background:0 0;border:1px solid #ffffff73}.btn--ghost:hover{background:#ffffff14}.btn--ghost-dark{color:var(--color-ink);border:1px solid var(--color-border);background:0 0}.btn--ghost-dark:hover{border-color:var(--color-ink)}.text-link{appearance:none;color:var(--color-volt-deep);cursor:pointer;text-underline-offset:.18em;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.site-header{z-index:40;height:var(--header-h);-webkit-backdrop-filter:blur(14px);transition:height .28s var(--ease-out), background .28s var(--ease-out), border-color .28s var(--ease-out), box-shadow .28s var(--ease-out);background:#ffffffb8;border-bottom:1px solid #0000;position:sticky;top:0}.site-header.is-scrolled{height:var(--header-h-scrolled);-webkit-backdrop-filter:blur(18px);background:#ffffffc7;border-bottom-color:#19181714;box-shadow:0 8px 28px #1918170f}.site-header__inner{width:min(100% - 2rem, var(--max-width));align-items:center;gap:1rem;height:100%;margin-inline:auto;display:flex}.logo{flex-shrink:0;align-items:center;display:inline-flex}.logo__img{width:auto;height:66px}.logo__img--footer{mix-blend-mode:normal;filter:none;height:40px}.site-nav--desktop{align-items:center;gap:1rem;margin-left:auto;display:none}.site-nav--desktop a{color:var(--color-ink-soft);font-size:.92rem;font-weight:600;text-decoration:none}.site-nav--desktop a:hover{color:var(--color-volt)}.site-header__actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.site-header__quote{white-space:nowrap;padding-inline:.85rem;font-size:.78rem}.site-header__quote-full{display:none}.site-header__quote-short{display:inline}@media (width>=480px){.site-header__quote-full{display:inline}.site-header__quote-short{display:none}}.site-burger{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-white);cursor:pointer;width:2.65rem;height:2.65rem;color:var(--color-ink);transition:background var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out);place-items:center;display:grid}.site-burger:hover{border-color:color-mix(in srgb, var(--color-ink) 35%, var(--color-border))}.site-burger__icon{display:block}.site-burger__line{fill:none;stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;transition:transform .28s var(--ease-out), opacity .2s ease;transform-origin:50%}.site-burger.is-open{background:var(--color-ink);color:var(--color-white);border-color:var(--color-ink)}.site-burger.is-open .site-burger__line--top{transform:translateY(5px)rotate(45deg)}.site-burger.is-open .site-burger__line--mid{opacity:0;transform:scaleX(.2)}.site-burger.is-open .site-burger__line--bot{transform:translateY(-5px)rotate(-45deg)}.nav-dropdown{position:relative}.nav-dropdown__trigger{appearance:none;font:inherit;color:var(--color-ink-soft);cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;padding:0;font-size:.92rem;font-weight:600;display:inline-flex}.nav-dropdown__trigger:hover,.nav-dropdown__trigger.is-open{color:var(--color-volt)}.nav-dropdown__chevron{transition:transform .25s var(--ease-out)}.nav-dropdown__trigger.is-open .nav-dropdown__chevron{transform:rotate(180deg)}.nav-dropdown__panel{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:17.5rem;box-shadow:var(--shadow-soft);z-index:50;gap:.15rem;padding:.45rem;display:grid;position:absolute;top:calc(100% + .75rem);left:0}.nav-dropdown__panel[hidden]{display:none}.nav-dropdown__item{border-radius:var(--radius-sm);color:var(--color-ink);padding:.65rem .75rem;font-size:.88rem;font-weight:600;line-height:1.35;text-decoration:none;display:block}.nav-dropdown__item:hover{background:var(--color-paper-2);color:var(--color-volt-deep)}.nav-dropdown__item--disabled{color:var(--color-muted);opacity:.62;cursor:not-allowed;font-weight:500}.nav-dropdown__item--disabled:hover{color:var(--color-muted);background:0 0}.nav-dropdown__item--more{border-top:1px solid var(--color-border);border-radius:0 0 var(--radius-sm) var(--radius-sm);color:var(--color-eco-deep);margin-top:.15rem;font-weight:700}.site-nav-drawer{top:var(--header-h);border-top:1px solid var(--color-border);z-index:45;transition:top .28s var(--ease-out);background:#fff;padding:1.5rem;position:fixed;bottom:0;left:0;right:0}.site-header.is-scrolled .site-nav-drawer{top:var(--header-h-scrolled)}.site-nav-drawer[hidden]{display:none}.site-nav-drawer nav{gap:.85rem;display:grid}.site-nav-drawer a,.site-nav-drawer__disabled{font-size:1.02rem;font-weight:700;text-decoration:none}.site-nav-drawer__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);margin:0;font-size:.72rem;font-weight:700}.site-nav-drawer__disabled{color:var(--color-muted);opacity:.65;cursor:not-allowed;font-weight:500}@media (width>=900px){.site-nav--desktop{display:flex}.site-burger,.site-nav-drawer{display:none!important}}.above-fold{height:calc(100vh - var(--header-h));height:calc(100svh - var(--header-h));max-height:calc(100vh - var(--header-h));max-height:calc(100svh - var(--header-h));flex-direction:column;display:flex}.hero{min-height:0;color:var(--color-white);flex:auto;align-items:center;display:grid;position:relative;overflow:hidden}.hero__media{background:#1a1918;position:absolute;inset:0;overflow:hidden}.hero__slide{object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity 1.4s var(--ease-out), transform 6.5s var(--ease-out);position:absolute;inset:0;transform:scale(1.04)}.hero__slide.is-active{opacity:1;z-index:1;transform:scale(1)}.hero__veil{z-index:1;background:linear-gradient(90deg,#141312d1 0%,#1413127a 46%,#14131238 100%),linear-gradient(#14131247 0%,#0000 55%,#14131280 100%);position:absolute;inset:0}.hero__content{z-index:2;padding:var(--space-md) 0 3.25rem;max-width:42rem;margin-left:max(1rem, calc((100% - var(--max-width)) / 2));align-content:center;width:min(100% - 2rem,42rem);margin-right:auto;display:grid;position:relative}.hero__brand{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:.85rem;font-size:clamp(2.75rem,7vw,4.5rem);font-weight:700}.hero__brand:after{content:"";background:linear-gradient(90deg, var(--color-volt), var(--color-eco));border-radius:999px;width:4.5rem;height:4px;margin-top:.55rem;display:block}.hero h1{max-width:18ch;font-size:clamp(1.55rem,3.4vw,2.35rem);font-weight:650}.hero__support{color:#ffffffdb;max-width:36ch}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.hero__dots{gap:.5rem;margin-top:1.5rem;display:flex}.hero__dot{cursor:pointer;width:.55rem;height:.55rem;transition:width .3s var(--ease-out), background .3s var(--ease-out);background:#ffffff59;border:0;border-radius:999px;padding:0}.hero__dot.is-active{background:var(--color-white);width:1.5rem}.scroll-hint{z-index:3;color:#ffffffe0;cursor:pointer;font:inherit;background:0 0;border:0;justify-items:center;gap:.15rem;padding:.35rem .75rem;display:grid;position:absolute;bottom:.85rem;left:50%;transform:translate(-50%)}.scroll-hint__label{letter-spacing:.12em;text-transform:uppercase;opacity:.8;font-size:.68rem;font-weight:700}.scroll-hint__icon{animation:scroll-bounce 1.6s var(--ease-out) infinite;place-items:center;display:grid}@keyframes scroll-bounce{0%,to{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(6px)}}@media (prefers-reduced-motion:reduce){.hero__slide{transition:opacity .01ms;transform:none}.hero__slide.is-active{transform:none}.scroll-hint__icon{animation:none}}.trust-bar{background:var(--color-ink);color:var(--color-white);flex:none;padding:.75rem 0}.trust-bar__inner{flex-direction:column;gap:.85rem;display:flex}.trust-bar__trustpilot{color:inherit;align-items:center;gap:.55rem;width:fit-content;text-decoration:none;display:inline-flex}.trust-bar__trustpilot:hover{opacity:.9}.trust-bar__trustpilot-label{color:#ffffffb8;white-space:nowrap;font-size:.78rem;font-weight:600}.trust-bar__trustpilot-logo{width:auto;height:22px;display:block}.trust-bar__award{margin:0;font-size:.92rem}.trust-bar__award span{color:var(--color-eco);margin-right:.45rem;font-weight:700}.trust-bar__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.trust-bar__metrics li{gap:.15rem;display:grid}.trust-bar__metrics strong{font-size:1.05rem}.trust-bar__metrics span{color:#ffffffb3;font-size:.75rem}@media (width>=800px){.trust-bar__inner{flex-direction:row;justify-content:space-between;align-items:center;gap:1.25rem}.trust-bar__award{text-align:center;flex:1}.trust-bar__metrics{flex-shrink:0;width:min(100%,26rem)}}.problem__grid{gap:var(--space-lg);display:grid}.problem h2{font-size:clamp(1.45rem,2.6vw,2rem)}.problem__answer h3{margin-top:1rem}.problem__figure{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-white);margin:0;overflow:hidden}.problem__figure img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;display:block}.problem__caption{color:var(--color-muted);padding:.55rem .85rem .7rem;font-size:.82rem}@media (width>=900px){.problem__grid{align-items:start;gap:var(--space-xl);grid-template-columns:1fr 1.05fr}}.categories__grid{gap:1rem;display:grid}.category-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);display:grid;overflow:hidden}.category-card__media{background:var(--color-paper-2);min-height:10rem}.category-card__media img{object-fit:cover;aspect-ratio:5/3;width:100%;height:100%;min-height:10rem;display:block}.category-card--featured .category-card__media img{min-height:12rem}.category-card--featured{border-color:color-mix(in srgb, var(--color-volt) 35%, var(--color-border));box-shadow:var(--shadow-soft)}.category-card__body{padding:1.1rem 1.15rem 1.25rem}.category-card__products{color:var(--color-muted);font-size:.9rem}@media (width>=760px){.categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card--featured{grid-column:1/-1;grid-template-columns:1.1fr 1fr}}.explorer__shell{gap:1rem;display:grid}.explorer__modes{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.explorer__hotspot{appearance:none;border:1px solid var(--color-border);background:var(--color-white);color:var(--color-ink);cursor:pointer;font:inherit;white-space:nowrap;transition:background .25s var(--ease-out), border-color .25s var(--ease-out), color .25s var(--ease-out);border-radius:999px;flex:none;align-items:center;gap:.45rem;padding:.55rem .85rem;font-weight:650;display:inline-flex}.explorer__hotspot:hover{border-color:color-mix(in srgb, var(--color-ink) 35%, var(--color-border))}.explorer__hotspot.is-active{background:var(--color-ink);border-color:var(--color-ink);color:#fff}.explorer__hotspot-index{opacity:.65;font-variant-numeric:tabular-nums;font-size:.7rem}.explorer__hotspot.is-active .explorer__hotspot-index{opacity:.8}.explorer__hotspot-label{font-size:.88rem}.explorer__viewport{aspect-ratio:1024/614;border-radius:var(--radius-lg);isolation:isolate;border:1px solid var(--color-border);width:100%;box-shadow:var(--shadow-soft);background:#121110;position:relative;overflow:hidden}.explorer__shot{object-fit:contain;object-position:center;opacity:0;width:100%;height:100%;transition:opacity .65s var(--ease-out);position:absolute;inset:0}.explorer__shot.is-active{opacity:1;z-index:1}.explorer__detail{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);animation:fade-swap .35s var(--ease-out);gap:.55rem;padding:1.1rem 1.15rem 1.2rem;display:grid;box-shadow:0 12px 36px #1918170f}.explorer__detail-top{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.explorer__detail-chip{background:var(--color-eco-tint);color:var(--color-eco-deep);border-radius:999px;align-items:center;padding:.22rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.explorer__detail-step{color:var(--color-muted);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:700}.explorer__detail h3{color:var(--color-ink);margin:0;font-size:clamp(1.1rem,2vw,1.35rem)}.explorer__detail p{color:var(--color-muted);margin:0;font-size:.95rem;line-height:1.5}.explorer__detail .btn{justify-self:start;margin-top:.15rem}@keyframes fade-swap{0%{opacity:.35;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width>=760px){.explorer__modes{flex-wrap:wrap;overflow:visible}}@media (prefers-reduced-motion:reduce){.explorer__shot,.explorer__detail{transition:none;animation:none}}.proof{background:linear-gradient(180deg, var(--color-paper-2), var(--color-paper))}.proof__grid{gap:var(--space-lg);display:grid}.proof__quotes{gap:1rem;display:grid}.proof__quotes blockquote{background:var(--color-white);border-left:3px solid var(--color-eco);border-radius:0 var(--radius-md) var(--radius-md) 0;margin:0;padding:1.15rem 1.2rem}.proof__quotes footer{gap:.15rem;margin-top:.75rem;font-size:.9rem;display:grid}.proof__quotes span{color:var(--color-muted)}@media (width>=900px){.proof__grid{grid-template-columns:.9fr 1.1fr}}.faq__list{gap:.65rem;display:grid}.faq__item{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.85rem 1rem}.faq__item summary{cursor:pointer;font-weight:700;font-family:var(--font-display)}.faq__item p{color:var(--color-muted);margin:.75rem 0 .25rem}.final-cta{background:var(--color-ink);color:var(--color-white)}.final-cta__grid{gap:var(--space-lg);display:grid}.lead-form{background:var(--color-white);color:var(--color-ink);border-radius:var(--radius-lg);gap:1rem;padding:1.25rem;display:grid}.lead-form header h2{margin-bottom:.35rem}.lead-form header p{color:var(--color-muted);margin:0}.lead-form__grid{gap:.85rem;display:grid}.lead-form label{gap:.35rem;font-size:.92rem;font-weight:600;display:grid}.lead-form input,.lead-form textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-paper);width:100%;padding:.7rem .8rem}.lead-form input[aria-invalid=true],.lead-form textarea[aria-invalid=true]{border-color:var(--color-volt)}.lead-form em{color:var(--color-volt-deep);font-size:.82rem;font-style:normal;font-weight:500}.lead-form__check{grid-template-columns:auto 1fr;align-items:start;gap:.65rem;font-weight:500}.lead-form__check input{width:auto;margin-top:.2rem}.lead-form--success{background:var(--color-eco-tint);border:1px solid color-mix(in srgb, var(--color-eco) 35%, white)}.lead-form__status{color:var(--color-volt-deep);margin:0;font-size:.9rem}@media (width>=720px){.lead-form__grid{grid-template-columns:1fr 1fr}.lead-form__full{grid-column:1/-1}}@media (width>=900px){.final-cta__grid{grid-template-columns:.9fr 1.1fr;align-items:start}}.lead-modal{z-index:60;background:#1413128c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.lead-modal__panel{background:var(--color-paper);border-radius:var(--radius-lg);width:min(100%,32rem);max-height:min(90svh,44rem);padding:1.1rem;overflow:auto}.lead-modal__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.35rem;display:flex}.lead-modal__close{cursor:pointer;background:0 0;border:0;font-size:1.6rem;line-height:1}.lead-modal__intent{color:var(--color-muted);margin:0 0 .85rem;font-size:.9rem}.lead-modal .lead-form{background:0 0;padding:0}.exit-modal__panel{border-top:3px solid var(--color-volt)}.exit-modal__body{color:var(--color-muted);margin:0 0 1rem;font-size:.95rem}.sticky-cta{z-index:35;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));opacity:0;pointer-events:none;transition:opacity .28s var(--ease-out), transform .28s var(--ease-out);background:linear-gradient(#0000,#f7f5f2f2 28%);display:grid;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%)}.sticky-cta.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-cta .btn{width:100%}@media (width>=900px){.sticky-cta{display:none}}main{padding-bottom:4.5rem}@media (width>=900px){main{padding-bottom:0}}.product-video__frame{aspect-ratio:16/9;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);background:#111;position:relative;overflow:hidden}.product-video__frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.product-video__preview{cursor:pointer;background:#111;border:0;place-items:center;width:100%;height:100%;padding:0;display:grid;position:absolute;inset:0}.product-video__preview img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.product-video__play{z-index:1;color:#fff;width:4.25rem;height:4.25rem;transition:transform .25s var(--ease-out), background .25s var(--ease-out);background:#e4232bf0;border-radius:999px;place-items:center;display:grid;position:relative;box-shadow:0 12px 32px #00000059}.product-video__preview:hover .product-video__play{background:var(--color-volt-deep);transform:scale(1.06)}.product-video__player{gap:.65rem;display:grid}.product-video__caption{color:var(--color-muted);margin:0;font-size:.88rem;font-weight:650}.product-hero{padding:var(--space-xl) 0 var(--space-lg)}.product-hero__grid{gap:var(--space-lg);align-items:center;display:grid}.product-hero__kicker{font-family:var(--font-display);color:var(--color-eco-deep);margin-bottom:.35rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.product-hero h1{font-size:clamp(2rem,4vw,3rem)}.product-hero__sub{color:var(--color-muted);max-width:38ch}.product-hero__back{margin-top:1rem;font-size:.92rem}.product-hero__back a{color:var(--color-muted)}.product-hero__media{border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-paper-2);overflow:hidden}.product-hero__media img{object-fit:cover;object-position:center right;width:100%;height:100%;min-height:22rem;display:block}@media (width>=900px){.product-hero__grid{grid-template-columns:1.05fr .85fr}}.outcomes__grid{gap:.85rem;display:grid}.outcome-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.1rem 1.15rem}@media (width>=800px){.outcomes__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.specs__grid{gap:var(--space-lg);display:grid}.specs__list{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin:0;overflow:hidden}.specs__row{border-top:1px solid var(--color-border);grid-template-columns:.8fr 1.2fr;gap:.75rem;padding:.9rem 1.1rem;display:grid}.specs__row:first-child{border-top:0}.specs__row dt{color:var(--color-muted);font-weight:700}.specs__row dd{margin:0}@media (width>=900px){.specs__grid{grid-template-columns:1fr 1fr;align-items:start}}.dummy-visual{border-radius:var(--radius-md);isolation:isolate;width:100%;position:relative;overflow:hidden}.dummy-visual__frame{color:#fff;background:linear-gradient(#0000 35%,#0000008c);align-content:end;gap:.25rem;padding:1rem;display:grid;position:absolute;inset:0}.dummy-visual__badge{letter-spacing:.06em;text-transform:uppercase;background:#ffffff2e;border:1px solid #ffffff59;border-radius:999px;width:fit-content;padding:.2rem .55rem;font-size:.68rem;font-weight:700}.dummy-visual__label{font-family:var(--font-display);margin:0;font-size:1rem;font-weight:700}.dummy-visual__hint{opacity:.8;margin:0;font-size:.8rem}.site-footer{color:#ffffffdb;padding-top:var(--space-xl);background:#11100f}.site-footer__top{padding-bottom:var(--space-lg);gap:1.5rem;display:grid}.site-footer__tag{text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c;font-size:.72rem}.site-footer__address,.site-footer__meta p{color:#ffffffb8;font-size:.92rem}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:#fff}.footer__bar{border-top:1px solid #ffffff1a;padding:.85rem 0}.footer__bar__content{text-align:center;grid-template-columns:1fr;justify-items:center;gap:.65rem;display:grid}.footer__bar__copy,.footer__socials{color:#ffffff8c;margin:0;font-size:.75rem}@media (width>=800px){.site-footer__top{grid-template-columns:1.4fr 1fr}.footer__bar__content{text-align:left;grid-template-columns:1fr 1fr;align-items:center}.footer__bar__copy{justify-self:start}.footer__socials{text-align:right;justify-self:end}}@media (prefers-reduced-motion:reduce){.btn:hover{transform:none}.explorer__shot,.explorer__detail{transition:none;animation:none}}@media (width<=899px){.section{padding-block:clamp(2.25rem,6vw,3.5rem)}.section-inner{padding-inline:1rem}.section-head p{max-width:40ch}.site-header__inner{gap:.5rem;padding-inline:.85rem}.logo__img{width:auto;height:48px}.above-fold{height:auto;max-height:none;min-height:calc(100svh - var(--header-h))}.hero{min-height:clamp(28rem,68svh,40rem)}.hero__veil{background:linear-gradient(#1413128c 0%,#14131259 38%,#141312c7 100%),linear-gradient(90deg,#141312b8 0%,#14131259 100%)}.hero__content{align-content:end;width:auto;max-width:none;margin-left:1rem;margin-right:1rem;padding:1.25rem 0 2.75rem}.hero__brand{margin-bottom:.55rem;font-size:clamp(2.2rem,11vw,3.1rem)}.hero__brand:after{width:3.25rem;height:3px}.hero h1{max-width:22ch;font-size:clamp(1.25rem,5.2vw,1.65rem)}.hero__support{max-width:34ch;font-size:.95rem}.hero__actions{flex-direction:column;align-items:stretch;gap:.6rem;margin-top:1rem}.hero__actions .btn{justify-content:center;width:100%}.hero__dots{margin-top:1.1rem}.scroll-hint{bottom:.45rem}.scroll-hint__label{display:none}.trust-bar{padding:.7rem 0 1rem}.trust-bar__inner{gap:.7rem}.trust-bar__award{font-size:.84rem;line-height:1.35}.trust-bar__metrics{gap:.45rem}.trust-bar__metrics strong{font-size:.95rem}.trust-bar__metrics span{font-size:.68rem;line-height:1.25}.problem__figure img{aspect-ratio:16/11}.category-card--featured{display:grid}.category-card__media img,.category-card--featured .category-card__media img{aspect-ratio:16/10;min-height:0}.explorer__shell{gap:.85rem}.explorer__modes{scroll-snap-type:x mandatory;gap:.4rem;margin-inline:-.15rem;padding-inline:.15rem}.explorer__hotspot{scroll-snap-align:start;padding:.5rem .75rem}.explorer__hotspot-label{font-size:.82rem}.explorer__viewport{border-radius:var(--radius-md);aspect-ratio:4/3}.explorer__shot{object-fit:cover;object-position:center}.explorer__detail{border-radius:var(--radius-md);padding:1rem}.explorer__detail .btn{justify-content:center;width:100%}.proof__grid,.final-cta__grid{gap:1.25rem}.lead-modal{place-items:end center;padding:0}.lead-modal__panel{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:min(92svh,40rem);padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom))}.product-hero{padding-top:var(--space-lg)}.product-hero h1{font-size:clamp(1.75rem,8vw,2.35rem)}.product-hero__media img{aspect-ratio:4/3;object-position:center;min-height:16rem}.specs__row{grid-template-columns:1fr;gap:.25rem;padding:.85rem 1rem}.site-footer__top{gap:1.5rem}.footer__nav{gap:.35rem}}@media (width<=480px){.hero__support{display:none}.hero__actions .btn--ghost{border-color:#ffffff73}.trust-bar__trustpilot-label{display:none}.faq__item summary{padding-right:.25rem;font-size:.95rem}}@media (height<=720px) and (width<=899px){.above-fold{min-height:0}.hero{min-height:24rem}.scroll-hint{display:none}}@media (width>=900px){.explorer__shell{grid-template-columns:1.35fr .9fr;grid-template-areas:"modes modes""visual detail";align-items:stretch;gap:1rem 1.15rem}.explorer__modes{grid-area:modes}.explorer__viewport{aspect-ratio:auto;grid-area:visual;height:100%;min-height:22rem}.explorer__detail{grid-area:detail;align-content:start;height:100%}}
