:root{
  --home-bg:#071116;
  --home-bg-2:#0b1b22;
  --home-surface:#0f1a20;
  --home-surface-soft:#13232c;
  --home-surface-light:#f5f7f9;
  --home-card:#111d24;
  --home-line:rgba(255,255,255,.12);
  --home-line-dark:rgba(6,23,28,.14);
  --home-text:#edf3f6;
  --home-text-dark:#0b171d;
  --home-muted:#9ab1bc;
  --home-muted-dark:#516a76;
  --home-brand:#5bf11f;
  --home-brand-2:#36d568;
  --home-brand-soft:rgba(91,241,31,.12);
  --home-shadow:0 22px 60px rgba(0,0,0,.25);
  --home-radius:24px;
  --home-max:1240px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;overflow-x:hidden}
body.home-shell{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--home-text);
  background:
    radial-gradient(1200px 480px at 8% -12%, rgba(91,241,31,.18), transparent 55%),
    linear-gradient(180deg, #061015 0%, #09171d 48%, #0c171e 100%);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
video{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(var(--home-max),92vw);margin:0 auto}

.home-topbar{
  position:sticky;top:0;z-index:90;
  background:rgba(5,15,19,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.topbar-inner{
  min-height:82px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:20px;
}
.brand img{height:46px;width:auto;object-fit:contain}
.main-nav{
  display:flex;justify-content:center;align-items:center;gap:28px;
}
.main-nav a{
  color:#eef5f7;font-size:15px;font-weight:700;position:relative;
}
.main-nav a:hover,.main-nav a:focus-visible{color:var(--home-brand)}
.main-nav a::after{
  content:"";position:absolute;left:0;bottom:-10px;width:100%;height:2px;
  background:linear-gradient(90deg,var(--home-brand),transparent);
  transform:scaleX(0);transform-origin:left;transition:transform .18s ease;
}
.main-nav a:hover::after,.main-nav a:focus-visible::after{transform:scaleX(1)}
.topbar-actions{display:flex;align-items:center;gap:10px}
.top-action-btn{gap:8px}
.top-action-btn__icon{font-size:16px;line-height:1}
.top-action-btn__label{display:inline-flex;align-items:center}
.menu-toggle{
  display:none;width:46px;height:46px;border-radius:14px;border:1px solid var(--home-line);
  background:transparent;align-items:center;justify-content:center;gap:4px;flex-direction:column;cursor:pointer;
}
.menu-toggle span{display:block;width:18px;height:2px;background:#f0f6f8;border-radius:999px}
.icon-btn,.ghost-btn,.cta-btn,.outline-btn,.ghost-chip{
  min-height:48px;border-radius:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;
}
.icon-btn{
  min-width:56px;padding:0 12px;border:1px solid var(--home-line);background:rgba(255,255,255,.02);position:relative;
}
.icon-btn__glyph{font-size:18px;line-height:1}
.icon-btn__badge{
  min-width:20px;height:20px;padding:0 6px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:12px;background:rgba(91,241,31,.18);color:var(--home-brand);
  border:1px solid rgba(91,241,31,.36);
}
.ghost-btn{
  padding:0 18px;border:1px solid var(--home-line);background:rgba(255,255,255,.03);color:#edf4f6;
}
.ghost-btn--hero{background:rgba(255,255,255,.02)}
.cta-btn{
  padding:0 22px;border:none;color:#04160c;
  background:linear-gradient(135deg,var(--home-brand-2),#7eff77);
  box-shadow:0 12px 32px rgba(91,241,31,.25);
}
.outline-btn{
  padding:0 18px;border:1px solid rgba(91,241,31,.35);background:transparent;color:#dff7e7;
}
.ghost-chip{
  padding:0 16px;border:1px solid var(--home-line);background:rgba(255,255,255,.03);color:#d2e0e6;
}

.hero{padding:34px 0 26px}
.hero-grid{
  display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:26px;align-items:stretch;
}
.hero-copy{
  padding:34px 0 18px;
}
.eyebrow,.section-kicker{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);color:#d8e8ee;font-size:12px;font-weight:800;text-transform:none;
}
.hero-copy h1{
  margin:18px 0 14px;font-size:clamp(40px,5.4vw,74px);line-height:.98;letter-spacing:-1.6px;
}
.hero-copy h1 span{color:var(--home-brand)}
.hero-copy p{
  max-width:640px;margin:0;color:var(--home-muted);font-size:clamp(18px,2vw,24px);line-height:1.5;
}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.hero-proof span{
  display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;
  border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.025);color:#dbe9ef;font-size:13px;font-weight:700;
}
.hero-visual{display:flex}
.hero-stage{
  position:relative;min-height:560px;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.08);
  background:#0a1318;box-shadow:var(--home-shadow);isolation:isolate;width:100%;
}
.hero-stage::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(4,10,12,.45), rgba(4,10,12,.14) 48%, rgba(4,10,12,.38));
  z-index:1;
}
.hero-video{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.58;
}
.hero-product{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-32%);
  width:min(44%,300px);z-index:2;filter:drop-shadow(0 18px 35px rgba(0,0,0,.45));
}
.hero-hotspot{
  position:absolute;z-index:3;width:min(34%,190px);padding:14px 16px;border-radius:18px;
  background:rgba(6,12,16,.76);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);
}
.hero-hotspot strong{display:block;font-size:16px;margin-bottom:4px}
.hero-hotspot span{display:block;color:#d3e3e8;font-size:13px;line-height:1.35}
.hero-hotspot--ac{right:18px;top:76px}
.hero-hotspot--light{right:24px;top:246px}
.hero-hotspot--idle{right:32px;bottom:38px;width:min(42%,230px)}

.benefit-strip{padding:0 0 18px}
.benefit-strip__grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border-radius:24px;padding:12px 22px;
  box-shadow:0 14px 36px rgba(0,0,0,.10);border:1px solid rgba(9,23,31,.08);
}
.benefit-mini{
  display:flex;gap:16px;padding:20px 18px;align-items:flex-start;color:var(--home-text-dark);position:relative;
}
.benefit-mini:not(:last-child)::after{
  content:"";position:absolute;right:0;top:18px;bottom:18px;width:1px;background:rgba(6,23,28,.08);
}
.benefit-mini__icon{
  width:72px;height:72px;border-radius:999px;background:#fff;color:#43b94a;
  display:flex;align-items:center;justify-content:center;font-size:36px;flex:0 0 auto;
  border:2px solid rgba(67,185,74,.24);
  box-shadow:inset 0 0 0 8px rgba(67,185,74,.05);
}
.benefit-mini h3{margin:0 0 6px;font-size:18px;line-height:1.2}
.benefit-mini p{margin:0;color:#40565f;font-size:14px;line-height:1.5}

.commercial-proof{padding:34px 0 46px}
.proof-panel{
  display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:28px;align-items:center;
  padding:28px;border:1px solid rgba(255,255,255,.09);border-radius:30px;
  background:radial-gradient(500px 220px at 0 100%,rgba(91,241,31,.13),transparent 64%),linear-gradient(135deg,#08161b,#10262a);
  box-shadow:var(--home-shadow);
}
.proof-panel__copy h2{margin:16px 0 12px;font-size:clamp(32px,3.8vw,50px);line-height:1.02;letter-spacing:-1px}
.proof-panel__copy p{margin:0 0 20px;color:var(--home-muted);font-size:15px;line-height:1.6}
.proof-panel__dashboard{padding:22px;border-radius:22px;background:#f7faf9;color:#0b171d;box-shadow:0 18px 46px rgba(0,0,0,.22)}
.proof-panel__head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid #dbe5e2}
.proof-panel__head small{display:block;color:#2ead64;font-size:10px;font-weight:900;letter-spacing:.12em}
.proof-panel__head strong{display:block;margin-top:4px;font-size:21px}
.proof-panel__head>span{max-width:190px;color:#60747b;font-size:11px;text-align:right}
.proof-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}
.proof-metrics article{padding:14px;border:1px solid #dce6e3;border-radius:14px;background:#fff}
.proof-metrics span{display:block;color:#63767d;font-size:10px;text-transform:uppercase}
.proof-metrics strong{display:block;margin-top:5px;font-size:20px;color:#12844a}
.proof-bars{display:grid;gap:11px;padding-top:4px}
.proof-bars>div{display:grid;grid-template-columns:190px 1fr 42px;gap:10px;align-items:center;font-size:11px;color:#51656c}
.proof-bars i{height:9px;border-radius:99px;background:#dfe8e5;overflow:hidden}
.proof-bars b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#21c872,#70e869)}
.proof-bars strong{text-align:right;color:#183138}

.real-cases__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.real-case{display:grid;grid-template-columns:minmax(150px,.38fr) minmax(0,1fr);overflow:hidden;border:1px solid var(--home-line-dark);border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(5,13,19,.08)}
.real-case--no-image{grid-template-columns:1fr}
.real-case__image{width:100%;height:100%;min-height:390px;object-fit:cover;background:#e9efed}
.real-case__body{display:flex;flex-direction:column;padding:22px}
.real-case__meta{color:#24965b;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.real-case h3{margin:7px 0 5px;font-size:25px;line-height:1.08}
.real-case__client{color:#536b75;font-size:13px}
.real-case p{margin:12px 0;color:var(--home-muted-dark);font-size:14px;line-height:1.55}
.real-case__metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}
.real-case__metrics>div{padding:11px;border:1px solid #dce6e3;border-radius:12px;background:#f8fbfa}
.real-case__metrics span{display:block;color:#6a7d84;font-size:9px;text-transform:uppercase}
.real-case__metrics strong{display:block;margin-top:3px;color:#168a4f;font-size:17px}
.real-case__comparison{display:grid;gap:8px;margin-top:15px;padding-top:14px;border-top:1px solid #e0e8e5}
.real-case__comparison>div{display:grid;grid-template-columns:42px 1fr auto;gap:8px;align-items:center;font-size:10px;color:#64787f}
.real-case__comparison i{height:7px;border-radius:99px;background:#e0e8e5;overflow:hidden}
.real-case__comparison b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#21c872,#70e869)}
.real-case blockquote{margin:16px 0 0;padding:14px 15px;border-left:3px solid #32cb72;border-radius:0 12px 12px 0;background:#eef8f3;color:#29434b;font-size:13px;line-height:1.5}
.real-case cite{display:block;margin-top:8px;color:#167b49;font-size:11px;font-style:normal;font-weight:900}

.section{padding:70px 0}
.featured-section{padding:18px 0 42px}
.section--light{
  background:linear-gradient(180deg,#f5f7f9 0%, #eef2f5 100%);
  color:var(--home-text-dark);
}
.section-head{margin-bottom:28px}
.section-head.center{text-align:center}
.section-head h2{margin:12px 0 10px;font-size:clamp(30px,4vw,48px);line-height:1.04;letter-spacing:-.9px}
.section-head p{margin:0 auto;color:var(--home-muted-dark);max-width:720px}
.section--light .section-kicker{
  color:#62bb67;
  background:transparent;
  border:none;
  padding:0 0 12px;
  border-radius:0;
  position:relative;
  font-size:13px;
  font-weight:800;
}
.section--light .section-kicker::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:54px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#6fe26c,#a5f0a4);
  transform:translateX(-50%);
}

.step-flow{
  display:grid;grid-template-columns:1fr 56px 1fr 56px 1fr;gap:10px;align-items:center;
}
.step-card{
  background:transparent;border:none;border-radius:0;padding:8px 10px;
  box-shadow:none;position:relative;display:grid;grid-template-columns:108px 1fr;gap:22px;align-items:center;
}
.step-card__badge{
  width:108px;height:108px;border-radius:999px;background:#fff;
  border:1px solid rgba(6,23,28,.10);color:#2cc143;font-size:52px;font-weight:900;display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 24px rgba(5,13,19,.06), inset 0 0 0 8px rgba(6,23,28,.02);
}
.step-card__badge--icon{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
.step-card h3{margin:0 0 10px;font-size:18px;line-height:1.25}
.step-card p{margin:0;color:#4a616d;font-size:15px;line-height:1.55}
.step-arrow{
  display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;color:#39c14d;
}

.product-demo{padding-top:48px}
.product-demo__panel{
  display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:30px;align-items:center;
  padding:24px;border:1px solid rgba(255,255,255,.09);border-radius:30px;
  background:radial-gradient(520px 260px at 100% 0,rgba(91,241,31,.11),transparent 62%),linear-gradient(140deg,#071217,#102229);
  box-shadow:var(--home-shadow);
}
.product-demo__media{position:relative;overflow:hidden;border-radius:22px;background:#03090c;box-shadow:0 20px 50px rgba(0,0,0,.34)}
.product-demo__media video{width:100%;aspect-ratio:16/9;object-fit:cover;background:#050d10}
.product-demo__caption{position:absolute;left:14px;bottom:14px;padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(3,10,13,.76);color:#e8f5f0;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}
.product-demo__copy h2{margin:14px 0 10px;font-size:clamp(31px,3.7vw,49px);line-height:1.03;letter-spacing:-1px}
.product-demo__copy>p{margin:0;color:var(--home-muted);font-size:16px;line-height:1.6}
.product-demo__points{display:grid;gap:8px;margin:20px 0}
.product-demo__points>div{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;padding:11px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.025)}
.product-demo__points b{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:rgba(91,241,31,.11);color:#71ed82;font-size:11px}
.product-demo__points span,.product-demo__points strong{display:block}
.product-demo__points span{color:#9db2ba;font-size:12px;line-height:1.4}
.product-demo__points strong{margin-bottom:2px;color:#eef6f3;font-size:14px}
.product-demo__actions{display:flex;flex-wrap:wrap;gap:10px}

.sim-card{
  display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:22px;
  border-radius:22px;padding:24px 26px;background:
    radial-gradient(380px 180px at 8% 72%, rgba(91,241,31,.12), transparent 58%),
    linear-gradient(135deg,#081712,#102019);
  border:1px solid rgba(255,255,255,.08);box-shadow:var(--home-shadow);
}
.sim-copy h2{margin:14px 0 10px;font-size:clamp(30px,3.7vw,48px);line-height:1.05}
.sim-copy p{margin:0;color:var(--home-muted);font-size:17px}
.sim-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) minmax(220px,.9fr);gap:14px;align-content:start;align-items:stretch;
}
.sim-grid label,.contact-card label,.newsletter-panel__form label{
  display:grid;gap:7px;
}
.sim-grid span,.contact-card span,.newsletter-panel__form span{
  font-size:13px;font-weight:700;color:#d9e8ee;
}
.sim-grid input,.contact-card input,.contact-card textarea,.newsletter-panel__form input,.newsletter-panel__form select{
  width:100%;min-height:56px;padding:0 16px;border-radius:14px;border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);color:#eef5f7;outline:none;
}
.contact-card textarea{padding:14px;min-height:112px;resize:vertical}
.sim-result{
  grid-column:3;grid-row:1 / span 2;border-radius:18px;padding:22px 20px;border-left:1px solid rgba(255,255,255,.16);
  background:transparent;display:flex;flex-direction:column;justify-content:center;
}
.sim-result__label{font-size:14px;color:#d6e4e9;margin-bottom:8px}
.sim-result__value{font-size:clamp(34px,3vw,52px);font-weight:900;color:var(--home-brand);line-height:1}
.sim-result__annual{display:flex;justify-content:space-between;gap:12px;margin-top:14px;color:#a9bec5;font-size:12px}
.sim-result__annual strong{color:#eef8f2}
.sim-result__meta{color:#d6e4e9;font-size:15px;margin-top:18px}
.sim-result__meta strong{display:block;font-size:18px;color:#8bf770;margin-top:6px}
.sim-result__foot{margin-top:16px;font-size:11px;color:#8ea5ad}
.sim-result__cta{min-height:44px;margin-top:14px;padding:0 14px;font-size:13px;text-align:center}

.product-carousel{position:relative}
.product-grid{
  display:flex;gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;
  scroll-behavior:smooth;scrollbar-width:none;padding:2px 2px 18px;
}
.product-grid::-webkit-scrollbar{display:none}
.product-card{
  background:#fff;border:1px solid var(--home-line-dark);border-radius:24px;overflow:hidden;
  box-shadow:0 14px 36px rgba(5,13,19,.08);display:flex;flex:0 0 calc((100% - 36px)/3);flex-direction:column;
  scroll-snap-align:start;scroll-snap-stop:always;
}
.product-card--empty{padding:24px}
.product-card__media{
  display:flex;align-items:center;justify-content:center;min-height:240px;padding:18px;background:#fff;
}
.product-card__media img{width:100%;height:210px;object-fit:contain}
.product-card__body{padding:22px;display:grid;gap:10px;flex:1}
.product-card__body h3{margin:0;font-size:24px;line-height:1.08}
.product-card__body p{margin:0;color:var(--home-muted-dark);min-height:70px}
.product-card__price{font-size:30px;font-weight:900}
.product-card__installment{font-size:13px;color:#1b6d2e;font-weight:800}
.product-card__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.product-carousel__arrow{
  position:absolute;z-index:3;top:42%;width:52px;height:52px;border:1px solid rgba(10,42,49,.16);border-radius:50%;
  display:grid;place-items:center;background:#08252b;color:#7cf1aa;font-size:19px;cursor:pointer;
  box-shadow:0 12px 30px rgba(5,26,31,.2);transition:transform .2s ease,opacity .2s ease,background .2s ease;
}
.product-carousel__arrow:hover{transform:translateY(-2px);background:#0c3439}
.product-carousel__arrow:disabled{opacity:.28;cursor:default;transform:none}
.product-carousel__arrow--prev{left:-26px}
.product-carousel__arrow--next{right:-26px}
.product-carousel__status{display:grid;grid-template-columns:auto minmax(120px,280px) auto;align-items:center;justify-content:center;gap:14px;color:#708791;font-size:12px;font-weight:800}
.product-carousel__progress{height:4px;border-radius:999px;overflow:hidden;background:#d6e0e3}
.product-carousel__progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#25c874,#78e85d);transition:width .25s ease}
.product-carousel.is-static .product-carousel__arrow,.product-carousel.is-static .product-carousel__status{display:none}
.product-grid .outline-btn{
  border:2px solid #9fe08f;
  color:#4aad4e;
  background:#fff;
  min-height:46px;
}
.product-grid .outline-btn:hover,
.product-grid .outline-btn:focus-visible{
  border-color:#62c85f;
  color:#267f31;
  background:#f6fff4;
}
.product-grid .ghost-chip{
  border:2px solid transparent;
  background:transparent;
  color:#9eb0ba;
  min-height:46px;
}
.product-grid .ghost-chip:hover,
.product-grid .ghost-chip:focus-visible{
  border-color:rgba(98,200,95,.24);
  color:#456372;
  background:rgba(98,200,95,.06);
}

.confidence-section{padding-top:54px;background:linear-gradient(180deg,#08171d,#0a1c22)}
.confidence-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.confidence-grid article{min-height:215px;padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:linear-gradient(160deg,rgba(255,255,255,.045),rgba(255,255,255,.015))}
.confidence-grid article>span{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid rgba(91,241,31,.25);border-radius:10px;color:#68e98a;font-size:11px;font-weight:900}
.confidence-grid h3{margin:28px 0 8px;font-size:19px}
.confidence-grid p{margin:0;color:var(--home-muted);font-size:14px;line-height:1.55}
.confidence-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;padding:18px 20px;border:1px solid rgba(91,241,31,.17);border-radius:18px;background:rgba(91,241,31,.055)}
.confidence-cta p{margin:0;color:#b9cbd1}
.confidence-cta strong{color:#f0f8f5}

.featured-panel{
  margin-top:28px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px;
  background:linear-gradient(135deg,#08151b,#0f2027);border:1px solid rgba(255,255,255,.08);border-radius:30px;padding:20px;box-shadow:var(--home-shadow);
}
.featured-panel--priority{
  margin-top:0;
  grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);
  gap:22px;
  align-items:center;
}
.featured-panel__gallery{
  position:relative;min-height:420px;border-radius:24px;background:#fff;overflow:hidden;
}
.featured-slide{
  position:absolute;inset:18px;width:calc(100% - 36px);height:calc(100% - 36px);object-fit:contain;opacity:0;transition:opacity .2s ease;
}
.featured-slide.on{opacity:1}
.gallery-nav{
  position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid rgba(9,23,31,.12);
  background:rgba(255,255,255,.94);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;
}
.gallery-nav.prev{left:12px}
.gallery-nav.next{right:12px}
.featured-panel__content{padding:18px 16px 18px 8px;display:flex;flex-direction:column;justify-content:center}
.featured-kicker{
  align-self:flex-start;
  color:#8cf78c;
  border:1px solid rgba(91,241,31,.20);
  background:rgba(91,241,31,.08);
  padding:8px 12px;
  border-radius:999px;
}
.featured-kicker::after{display:none}
.featured-panel__content h2{
  margin:16px 0 14px;
  font-size:clamp(34px,3.8vw,56px);
  line-height:1.02;
  letter-spacing:-1.2px;
  max-width:12ch;
}
.featured-panel__content p{
  margin:0;
  color:#d2e0e6;
  font-size:18px;
  line-height:1.5;
  max-width:58ch;
}
.featured-panel__meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:18px 0 8px}
.featured-panel__meta strong{font-size:34px;color:#fff}
.featured-panel__meta span{color:#cbe8d3;font-size:14px;font-weight:800}
.featured-panel__installment{font-size:14px;color:#9feeb9;font-weight:800}
.featured-panel__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}

.installer-panel{
  display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;padding:28px;border-radius:30px;
  background:
    radial-gradient(420px 190px at 20% 30%, rgba(91,241,31,.12), transparent 58%),
    linear-gradient(135deg,#08151b,#11242c);
  border:1px solid rgba(255,255,255,.08);box-shadow:var(--home-shadow);
}
.installer-panel__copy h2{margin:14px 0 10px;font-size:clamp(30px,4vw,48px);line-height:1.05}
.installer-panel__copy p{margin:0;color:var(--home-muted);font-size:17px}
.installer-panel__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.installer-panel__chips span{
  display:inline-flex;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);color:#dbe7ec;font-size:13px;font-weight:700;
}
.installer-panel__mobile-cta{display:none;margin-top:16px}
.installer-panel__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}
.installer-card{
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);border-radius:22px;padding:18px;min-height:178px;
}
.installer-card h3{margin:0 0 8px;font-size:21px}
.installer-card p{margin:0 0 12px;color:#d3e0e6}
.installer-card span{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(91,241,31,.12);color:#b6f7b0;font-size:12px;font-weight:800}
.installer-card--placeholder .outline-btn{margin-top:8px}

.faq-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;
}
.faq-item{
  background:#fff;border:1px solid var(--home-line-dark);border-radius:18px;padding:16px 18px;
  box-shadow:0 12px 28px rgba(5,13,19,.06);
}
.faq-item summary{
  cursor:pointer;font-weight:800;list-style:none;position:relative;padding-right:20px;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{margin:12px 0 0;color:var(--home-muted-dark);line-height:1.55}

.cta-band{
  padding-top:48px;
}
.cta-band__grid{
  display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:20px;align-items:start;
}
.cta-band__copy h2{margin:14px 0 10px;font-size:clamp(32px,4vw,52px);line-height:1.04}
.cta-band__copy p{margin:0;color:var(--home-muted);font-size:17px}
.contact-card{
  border-radius:28px;padding:24px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);box-shadow:var(--home-shadow);
}
.form-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;
}
.span-2{grid-column:span 2}
.block-field{display:grid;gap:7px;margin-top:14px}
.contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.form-feedback{min-height:20px;margin-top:10px;color:#d8e6eb;font-size:14px}
.consent-line{
  display:flex !important;gap:10px;align-items:flex-start;color:#d8e6eb;font-size:13px;line-height:1.45;
}
.consent-line input{width:18px;height:18px;min-height:18px;margin-top:2px;padding:0}

.section--newsletter{padding-top:34px}
.newsletter-panel{
  display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:18px;align-items:start;
}
.newsletter-panel__copy h2{margin:14px 0 10px;font-size:clamp(30px,4vw,46px);line-height:1.05}
.newsletter-panel__copy p{margin:0;color:var(--home-muted-dark);font-size:17px}
.newsletter-panel__form{
  background:#fff;border:1px solid var(--home-line-dark);border-radius:24px;padding:22px;box-shadow:0 14px 36px rgba(5,13,19,.08);
  display:grid;gap:14px;
}
.newsletter-panel__form span{color:#20343d}
.newsletter-panel__form input,.newsletter-panel__form select{
  background:#f9fbfc;color:#122028;border:1px solid rgba(6,23,28,.14);
}

.home-footer{
  padding:26px 0 34px;border-top:1px solid rgba(255,255,255,.06);background:#060f13;
}
.mobile-conversion-bar{display:none}
.footer-grid{
  display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:18px;
}
.footer-logo{height:40px;width:auto;object-fit:contain;margin-bottom:14px}
.footer-grid h3{margin:0 0 10px;font-size:16px}
.footer-grid p,.footer-grid a{margin:0;display:block;color:#a9c0ca;line-height:1.7}
.footer-signature{
  display:flex;align-items:center;justify-content:center;gap:9px;
  margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);
  color:#78909b;font-size:13px;letter-spacing:.02em;
}
.footer-signature a{color:#c9f8e6;font-weight:800;text-decoration:none}
.footer-signature a:hover,.footer-signature a:focus-visible{color:#62efb4;text-decoration:underline;text-underline-offset:3px}
.footer-signature__mark{
  width:7px;height:7px;border-radius:50%;background:#43e88f;
  box-shadow:0 0 0 4px rgba(67,232,143,.10),0 0 18px rgba(67,232,143,.35);
}

@media (max-width:1160px){
  .topbar-inner{grid-template-columns:auto auto auto}
  .main-nav{gap:18px}
  .benefit-strip__grid,.installer-panel__cards,.faq-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-card{flex-basis:calc((100% - 18px)/2)}
  .real-case{grid-template-columns:1fr}.real-case__image{min-height:210px;max-height:260px}
  .step-flow{grid-template-columns:1fr;gap:18px}
  .step-arrow{display:none}
  .sim-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sim-result{grid-column:1 / -1;grid-row:auto;border-left:none;border-top:1px solid rgba(255,255,255,.16)}
}
@media (max-width:980px){
  .hero-grid,.sim-card,.featured-panel,.installer-panel,.cta-band__grid,.newsletter-panel,.proof-panel,.product-demo__panel{grid-template-columns:1fr}
  .hero-stage{min-height:460px}
  .hero-product{width:min(42%,240px)}
  .featured-panel--priority{grid-template-columns:1fr}
  .featured-panel__content h2{max-width:none}
}
@media (max-width:820px){
  .topbar-inner{grid-template-columns:auto 1fr auto;grid-template-areas:"brand actions menu";padding:12px 0 14px}
  .brand{grid-area:brand}
  .menu-toggle{grid-area:menu;display:inline-flex;justify-self:end}
  .topbar-actions{grid-area:actions;justify-content:flex-end}
  .main-nav{
    position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:flex-start;gap:14px;
    padding:16px 4vw 18px;background:rgba(5,15,19,.98);border-bottom:1px solid rgba(255,255,255,.08);
  }
  .home-topbar.open .main-nav{display:flex}
  .main-nav a::after{bottom:-4px}
  .benefit-strip__grid,.installer-panel__cards,.faq-grid,.footer-grid{grid-template-columns:1fr}
  .product-card{flex-basis:86%}
  .product-carousel__arrow{display:none}
  .real-cases__grid{grid-template-columns:1fr}
  .confidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  main{display:flex;flex-direction:column}
  .container{width:min(var(--home-max),94vw)}
  .home-topbar{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    margin:0;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.08);
    border-radius:0;
    box-shadow:0 10px 28px rgba(0,0,0,.24);
  }
  body.home-shell{padding-top:86px;padding-bottom:72px}
  .hero{order:1}
  .hero-visual{display:none}
  .hero-grid{grid-template-columns:1fr}
  .featured-section{order:2}
  .benefit-strip{order:3}
  main > section:not(.hero):not(.featured-section):not(.benefit-strip){order:4}
  .section{padding:42px 0}
  .featured-section{padding:10px 0 22px}
  .hero{padding:16px 0 14px}
  .hero-grid{gap:14px}
  .hero-copy{padding:4px 0 0}
  .hero-copy .eyebrow{display:none}
  .hero-copy h1{font-size:42px;line-height:1}
  .hero-copy p{font-size:16px;line-height:1.42}
  .eyebrow,.section-kicker{padding:7px 12px;font-size:11px}
  .hero-cta{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .featured-panel__actions,.product-card__actions,.contact-actions{display:grid;grid-template-columns:1fr}
  .hero-cta .cta-btn,.hero-cta .ghost-btn,.featured-panel__actions .cta-btn,.featured-panel__actions .outline-btn,.contact-actions .cta-btn,.contact-actions .ghost-btn{width:100%}
  .topbar-inner{
    min-height:auto;
    grid-template-columns:auto 1fr auto;
    grid-template-areas:"brand actions menu";
    align-items:center;
    gap:8px;
    padding:10px 12px;
  }
  .brand img{height:30px}
  .menu-toggle{width:42px;height:42px;border-radius:12px}
  .topbar-actions{
    display:flex;
    justify-content:flex-end;
    gap:8px;
    min-width:0;
  }
  .topbar-actions .cta-btn{
    display:none;
  }
  .topbar-actions .icon-btn,
  .topbar-actions .top-action-btn{
    width:42px;
    min-width:42px;
    height:42px;
    min-height:42px;
    padding:0;
    flex:0 0 42px;
  }
  .topbar-actions{
    overflow:visible;
  }
  .ghost-btn,.cta-btn,.outline-btn,.icon-btn{min-height:46px}
  .icon-btn,.top-action-btn{
    border-radius:12px;
  }
  .top-action-btn{
    justify-content:center;
    background:rgba(255,255,255,.03);
  }
  .top-action-btn .top-action-btn__label{
    display:none;
  }
  .top-action-btn__icon{
    font-size:18px;
  }
  .top-action-btn--cta{
    display:none !important;
  }
  .hero-stage{min-height:320px;border-radius:24px}
  .hero-product{width:min(48%,190px);transform:translate(-50%,-24%)}
  .hero-hotspot{width:44%;padding:10px 12px}
  .hero-hotspot strong{font-size:14px}
  .hero-hotspot span{font-size:11px}
  .hero-hotspot--ac{top:20px;right:10px}
  .hero-hotspot--light{top:164px;right:14px}
  .hero-hotspot--idle{right:10px;bottom:18px;width:52%}
  .hero-proof{display:none}
  .benefit-strip{padding:0 0 8px}
  .benefit-strip__grid{padding:4px 8px;border-radius:18px}
  .benefit-mini{padding:12px 8px;gap:12px}
  .benefit-mini__icon{width:58px;height:58px;font-size:28px}
  .benefit-mini h3{font-size:16px}
  .benefit-mini p{font-size:13px;line-height:1.4}
  .section-head{margin-bottom:18px}
  .section-head h2{font-size:34px}
  .section-head p{font-size:15px;line-height:1.45}
  .step-flow{gap:12px}
  .step-card{grid-template-columns:1fr;gap:10px;text-align:center;padding:0}
  .step-card__badge{width:88px;height:88px;font-size:42px;margin:0 auto}
  .step-card h3{font-size:17px;margin-bottom:6px}
  .step-card p{font-size:14px;line-height:1.45}
  .product-demo{padding-top:26px}
  .product-demo__panel{width:94vw;padding:13px;gap:18px;border-radius:22px}
  .product-demo__media{border-radius:15px}
  .product-demo__caption{display:none}
  .product-demo__copy{padding:2px 3px 5px}
  .product-demo__copy h2{font-size:31px}
  .product-demo__actions{display:grid;grid-template-columns:1fr}
  .confidence-grid{grid-template-columns:1fr}
  .confidence-grid article{min-height:auto}
  .confidence-grid h3{margin-top:18px}
  .confidence-cta{align-items:stretch;flex-direction:column}
  .sim-card{padding:18px 16px;border-radius:20px;gap:16px}
  .sim-copy h2{font-size:30px}
  .sim-copy p{font-size:15px;line-height:1.45}
  .sim-grid input,.contact-card input,.contact-card textarea,.newsletter-panel__form input,.newsletter-panel__form select{min-height:52px}
  .sim-grid,.form-grid{grid-template-columns:1fr}
  .sim-result,.span-2{grid-column:span 1}
  .sim-result{padding:16px 4px 4px;margin-top:2px}
  .sim-result__value{font-size:38px}
  .sim-result__meta{margin-top:10px}
  .commercial-proof{padding:26px 0 34px}
  .proof-panel{padding:18px 16px;border-radius:22px;gap:18px}
  .proof-panel__copy h2{font-size:31px}
  .proof-panel__dashboard{padding:16px 14px}
  .proof-panel__head{display:grid}
  .proof-panel__head>span{max-width:none;text-align:left}
  .proof-metrics{grid-template-columns:1fr}
  .proof-bars>div{grid-template-columns:1fr 42px}
  .proof-bars>div>span{grid-column:1/-1}
  .mobile-conversion-bar{
    position:fixed;z-index:110;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:1.2fr .8fr;gap:8px;
    padding:8px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(5,15,19,.94);
    box-shadow:0 14px 40px rgba(0,0,0,.38);backdrop-filter:blur(12px)
  }
  .mobile-conversion-bar a{min-height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900}
  .mobile-conversion-bar a:first-child{background:linear-gradient(135deg,var(--home-brand-2),#7eff77);color:#04160c}
  .mobile-conversion-bar a:last-child{border:1px solid rgba(255,255,255,.14);color:#eaf5f1}
  .product-grid{gap:14px}
  .product-card{border-radius:20px}
  .product-card__media{min-height:190px;padding:12px}
  .product-card__media img{height:165px}
  .product-card__body{padding:18px;gap:8px}
  .product-card__body h3{font-size:22px}
  .product-card__body p{min-height:auto;font-size:14px;line-height:1.45}
  .product-card__price{font-size:28px}
  .product-card__installment{font-size:12px}
  .featured-panel{padding:14px;border-radius:22px;gap:14px}
  .featured-panel__gallery{min-height:240px;border-radius:18px}
  .featured-slide{inset:12px;width:calc(100% - 24px);height:calc(100% - 24px)}
  .featured-panel__content{padding:8px 4px 6px}
  .featured-panel__content h2{font-size:30px;line-height:1.04;margin:12px 0 10px}
  .featured-panel__content p{font-size:15px;line-height:1.42}
  .featured-panel__meta{margin:12px 0 6px;gap:10px}
  .featured-panel__meta strong{font-size:30px}
  .featured-panel__installment{font-size:13px}
  .installer-panel{padding:18px 16px;border-radius:22px;gap:14px}
  .installer-panel__copy h2{font-size:30px}
  .installer-panel__copy p{font-size:15px;line-height:1.45}
  .installer-panel__chips{display:none}
  .installer-panel__mobile-cta{display:block}
  .installer-panel__cards{gap:10px}
  .installer-card{padding:16px;border-radius:18px;min-height:auto}
  .faq-grid{gap:10px}
  .faq-item{padding:14px 16px}
  .cta-band{padding-top:24px}
  .cta-band__copy h2{font-size:31px}
  .cta-band__copy p{font-size:15px;line-height:1.45}
  .contact-card{padding:18px;border-radius:22px}
  .newsletter-panel{gap:14px}
  .newsletter-panel__copy h2{font-size:30px}
  .newsletter-panel__copy p{font-size:15px;line-height:1.45}
  .newsletter-panel__form{padding:18px;border-radius:20px}
  .home-footer{padding:18px 0 26px}
  .footer-grid{gap:12px}
  .footer-grid p,.footer-grid a{line-height:1.55}
  .footer-signature{justify-content:flex-start;margin-top:18px;padding-top:15px}
}
