:root{
  --bg:#030403;--panel:#0a0c0a;--panel2:#0f120f;--text:#f7f7f7;--muted:#a3a6a3;
  --green:#64d11f;--green2:#8ee52b;--greenDark:#183c0c;--red:#f04b3f;--yellow:#e5bf23;
  --line:#272b27;--shell:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.55}
h1,h2,h3,.brand-copy strong,.offer-title,.offer-profit,.offer-action b,.primary-btn,.secondary-btn,.stat-chip strong,.power-label,.status-pill,.logo-text{font-family:Poppins,Inter,Arial,sans-serif}
a{color:inherit;text-decoration:none}.shell{width:min(var(--shell),calc(100% - 44px));margin:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(3,4,3,.94);backdrop-filter:blur(12px);border-bottom:1px solid #151815}
.nav{height:78px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.logo-pin{width:52px;height:61px;color:var(--green);display:block}.logo-pin svg{width:100%;height:100%}
.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:1.55rem;letter-spacing:-.04em}.brand-copy small{margin-top:8px;color:var(--green);font-weight:800;letter-spacing:.2em;font-size:.68rem}
.desktop-nav{display:flex;gap:34px;margin-left:auto;font-size:.94rem;font-weight:700;color:#e7e7e7}.desktop-nav a:hover{color:var(--green)}
.outline-pill{border:1px solid var(--green);border-radius:999px;padding:11px 20px;color:var(--green);font-weight:800;margin-left:18px}
.menu-button,.mobile-menu{display:none}
.hero{min-height:680px;padding:70px 0 48px;overflow:hidden;background:radial-gradient(circle at 72% 44%,rgba(74,143,35,.08),transparent 35%)}
.hero-grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:44px;align-items:center}
.hero h1{font-size:clamp(4rem,7vw,6.7rem);line-height:.95;letter-spacing:-.065em;margin:0 0 20px}.hero h1 span{color:var(--green)}
.tagline{font-size:1.45rem;font-weight:800;color:#bcbfbc;margin:0 0 24px}.lead{max-width:650px;color:#c8cac8;font-size:1.05rem}
.mini-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.mini-benefits>div{display:flex;flex-direction:column;gap:4px}
.mini-icon{width:52px;height:52px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--green);font-weight:900;font-size:1.3rem;margin-bottom:9px}
.mini-benefits strong{color:var(--green);font-size:.88rem}.mini-benefits span{font-size:.78rem;color:#989b98}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:36px}.primary-btn,.secondary-btn{min-height:52px;padding:0 22px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:900}
.primary-btn{background:linear-gradient(90deg,var(--green),var(--green2));color:#071000;border:0}.secondary-btn{border:1px solid #666;background:#050505;color:#fff}.play{font-size:.8rem}
.availability{color:#9ca09c;font-size:.83rem;margin-top:18px}
.offer-stage{position:relative;height:570px;border-radius:26px;overflow:hidden;background:#070907}.map-grid{position:absolute;inset:0;background-image:linear-gradient(#162016 1px,transparent 1px),linear-gradient(90deg,#162016 1px,transparent 1px);background-size:58px 58px;opacity:.6}
.map-road{position:absolute;height:9px;background:#272d27;border:2px solid #3b433b;border-radius:20px;opacity:.8;transform-origin:left center}.road-one{width:630px;top:330px;left:40px;transform:rotate(-15deg)}.road-two{width:540px;top:170px;left:190px;transform:rotate(63deg)}.road-three{width:490px;top:480px;left:70px;transform:rotate(10deg)}
.map-pin{position:absolute;width:19px;height:19px;border-radius:50% 50% 50% 0;background:var(--green);transform:rotate(-45deg);box-shadow:0 0 18px rgba(100,209,31,.35)}.map-pin:after{content:"";position:absolute;width:6px;height:6px;background:#122208;border-radius:50%;left:6px;top:6px}.p1{left:70px;top:150px}.p2{right:90px;top:180px}.p3{left:230px;bottom:60px}.p4{right:220px;bottom:120px}.p5{right:350px;top:48px}
.offer-card{position:absolute;background:#020302;border:3px solid currentColor;border-radius:24px;color:var(--green);padding:10px 14px;box-shadow:0 16px 44px rgba(0,0,0,.42);font-weight:700}.offer-card.red{color:var(--red)}.offer-card.yellow{color:var(--yellow)}.offer-card.green{color:var(--green)}
.offer-title{text-align:center;font-size:.82rem;font-weight:900}.offer-profit{text-align:center;font-size:3.2rem;font-weight:900;line-height:1.05}.offer-sub{text-align:center;color:#ddd;font-size:.72rem}.offer-rule{border-top:1px solid currentColor;opacity:.75;margin:8px 0}.offer-action{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;text-align:center;font-size:.69rem}.offer-action span{color:#fff;font-size:1.4rem}
.offer-stats{display:grid;grid-template-columns:repeat(3,1fr);text-align:left;margin:7px 0}
.offer-stats>div{display:flex;align-items:center;gap:8px;padding:0 6px;border-right:1px solid currentColor;border-image:linear-gradient(currentColor,currentColor) 1;opacity:.97}
.offer-stats>div:first-child{padding-left:0}.offer-stats>div:last-child{border-right:0;padding-right:0}
.offer-stats svg{width:22px;height:22px;color:currentColor;display:block;flex:none}.offer-stats svg.total-route-icon{width:29px;height:23px}.offer-stats .route-road{opacity:.95}
.offer-stats .stat-text{display:flex;flex-direction:column;line-height:1.2}
.offer-stats span{display:block;color:#bdbdbd;font-size:.62rem;line-height:1.3}.offer-stats strong{display:block;font-size:.85rem;color:#fff;line-height:1.2}
.offer-reason{border-top:1px solid currentColor;padding-top:7px;text-align:center;color:#fff;font-size:.7rem;line-height:1.25}
.c1{width:315px;right:20px;top:30px}.c2{width:285px;left:15px;top:245px}.c3{width:310px;right:5px;bottom:8px}
.features-panel{margin-top:12px;border:1px solid var(--line);background:linear-gradient(180deg,#0a0c0a,#070907);border-radius:22px;padding:28px 30px 34px}.features-panel h2{text-align:center;font-size:1.65rem;margin:0 0 28px}
.feature-grid{display:grid;grid-template-columns:repeat(6,1fr)}.feature-grid article{text-align:center;padding:10px 18px;border-right:1px solid #222622}.feature-grid article:last-child{border-right:0}.feature-icon{font-size:2.6rem;color:var(--green);line-height:1;margin-bottom:12px}.feature-grid h3{font-size:.93rem;line-height:1.15}.feature-grid p{font-size:.76rem;color:#a7aaa7;margin-bottom:0}
.how-section{padding:26px 0}.how-grid{display:grid;grid-template-columns:1fr .82fr 1fr;gap:20px;align-items:stretch}.panel{border:1px solid var(--line);background:linear-gradient(180deg,#0b0e0b,#070907);border-radius:18px;padding:28px}
.panel h2{font-size:2rem;line-height:1.05;margin-top:0}.steps{list-style:none;padding:0;margin:30px 0 0}.steps li{position:relative;display:grid;grid-template-columns:45px 1fr;gap:16px;padding-bottom:31px}.steps li:not(:last-child):before{content:"";position:absolute;left:21px;top:35px;bottom:0;width:1px;background:#3d5f2d}.steps li>span{width:44px;height:44px;border-radius:50%;border:1px solid var(--green);background:#16270e;color:var(--green);display:grid;place-items:center;font-weight:900}.steps p{color:#a8aba8;font-size:.9rem;margin:5px 0 0}
.phone-wrap{display:flex;align-items:stretch;justify-content:center}.phone{width:100%;min-height:660px;border:5px solid #4a4d4a;border-radius:42px 42px 0 0;background:#000;position:relative;overflow:hidden;padding:26px 16px 18px}.phone:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:110px;height:24px;background:#050505;border-radius:0 0 18px 18px;z-index:2}.phone-overlay{padding-top:30px}

.app-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.app-head .id{display:flex;align-items:center;gap:10px}
.app-badge{width:42px;height:42px;border-radius:11px;background:#0a0c0a;border:1px solid #1c231c;display:grid;place-items:center;flex:none}
.app-badge svg{width:22px;height:29px;color:var(--green)}
.app-head .id strong{display:block;font-size:1.08rem;font-weight:900;letter-spacing:-.02em}
.app-head .id small{display:block;color:var(--green);font-weight:800;font-size:.58rem;letter-spacing:.18em;margin-top:3px}
.app-menu{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex:none}
.app-menu span{width:14px;height:1.5px;background:var(--green);display:block}

.app-hero h3{margin:6px 0 0;font-size:1.72rem;line-height:1.08;letter-spacing:-.03em;font-weight:900}
.app-hero h3 b{color:var(--green)}
.app-hero-rule{height:1px;background:linear-gradient(90deg,var(--green),transparent 65%);margin:10px 0 12px;opacity:.6}
.app-hero p{margin:0 0 16px;color:#9ea19e;font-size:.76rem;font-weight:700;text-align:center}

.app-ready{display:flex;justify-content:center}
.app-ready span{display:inline-flex;align-items:center;gap:7px;border:1px solid #23361c;background:#0d1509;border-radius:999px;padding:6px 16px;font-size:.72rem;font-weight:800;color:var(--green)}
.app-ready i{width:7px;height:7px;border-radius:50%;background:var(--green);display:block}

.app-power-wrap{display:grid;place-items:center;padding:22px 0 18px;position:relative}
.app-power-wrap:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(100,209,31,.16),transparent 70%)}
.app-power{position:relative;width:168px;height:168px;border-radius:50%;border:3px solid var(--green);display:grid;place-items:center;text-align:center;padding:0 14px}
.app-power svg{width:30px;height:30px;color:#fff;margin-bottom:6px}
.app-power strong{display:block;font-size:.95rem;font-weight:900}
.app-power span{display:block;font-size:.62rem;color:#9ea19e;margin-top:4px;line-height:1.3}

.app-monitor{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #23261f;border-radius:10px;padding:9px;font-size:.7rem;color:#c7c9c7;margin-bottom:12px}
.app-monitor svg{width:14px;height:14px;color:#7c7f7c}

.app-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}
.app-chips div{border:1px solid #23261f;border-radius:10px;padding:11px 4px;text-align:center}
.app-chips svg{width:16px;height:16px;color:var(--green);margin-bottom:6px}
.app-chips strong{display:block;font-size:.65rem;font-weight:900}
.app-chips small{display:block;color:#8b8e8b;font-size:.52rem;letter-spacing:.05em;margin-top:2px}

.app-opportunity{display:flex;align-items:center;gap:10px;border:1px solid #1c231c;border-left:3px solid var(--green);background:#0a0c0a;border-radius:0 10px 10px 0;padding:10px 12px;margin-bottom:16px}
.app-opportunity .ring{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--green);display:grid;place-items:center;flex:none}
.app-opportunity .ring i{width:9px;height:9px;border-radius:50%;background:var(--green);display:block}
.app-opportunity p{flex:1;margin:0;font-size:.68rem;font-weight:800;line-height:1.3}
.app-opportunity svg{width:12px;height:12px;color:var(--green);flex:none}

.app-nav{display:flex;justify-content:space-around;border-top:1px solid #1c1f1c;padding-top:12px;margin-top:auto}
.app-nav div{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.6rem;font-weight:800}
.app-nav svg{width:18px;height:18px}
.app-nav .on{color:var(--green)}.app-nav .off{color:#6c6f6c}
.trial-label,.section-label{display:inline-block;border:1px solid var(--green);border-radius:6px;padding:4px 10px;color:var(--green);font-size:.72rem;font-weight:900;letter-spacing:.05em}.trial ul{padding-left:22px;color:#d2d4d2}.trial li::marker{color:var(--green)}.trial form{margin-top:20px}.trial label{display:block;font-size:.78rem;color:#bfc1bf;margin:10px 0}.trial input,.trial select{width:100%;padding:12px 13px;border-radius:7px;border:1px solid #383d38;background:#060706;color:#fff;font:inherit}.consent{display:flex!important;gap:8px;align-items:flex-start}.consent input{width:auto;margin-top:4px}.form-btn{width:100%;margin-top:8px}.privacy-line{text-align:center;color:#888;font-size:.75rem}.hidden{position:absolute;left:-9999px}
.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:17px;background:#090b09;margin-top:0;margin-bottom:56px}.proof-strip div{padding:18px 24px;display:grid;grid-template-columns:48px 1fr;align-items:center}.proof-strip span{grid-row:1/3;color:var(--green);font-size:2rem}.proof-strip strong{font-size:.9rem}.proof-strip small{color:#999}
.faq-section{padding:20px 0 74px}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq-grid h2{font-size:2.5rem;line-height:1.05}.faq-grid>div>p{color:#aaa}.faq-grid details{border-top:1px solid #292d29;padding:18px 0}.faq-grid details:last-child{border-bottom:1px solid #292d29}.faq-grid summary{font-weight:900;cursor:pointer}.faq-grid details p{color:#9da09d}
footer{border-top:1px solid #202420;padding:34px 0 20px;background:#020302}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-links{display:flex;gap:22px;color:#aaa}.footer-links a:hover{color:var(--green)}.copyright{border-top:1px solid #181b18;margin-top:28px;padding-top:18px;color:#666;font-size:.78rem}
.legal-page{padding:74px 0}.legal-page article{max-width:850px}.legal-page h1{font-size:3rem}.legal-page h2{font-size:1.4rem;margin-top:34px}.legal-page p,.legal-page li{color:#b0b3b0}
.thanks{min-height:75vh;display:grid;place-items:center;text-align:center}.thanks-card{max-width:640px;padding:48px;border:1px solid var(--line);border-radius:24px;background:#0a0c0a}.thanks-card h1{font-size:3rem}.thanks-card p{color:#aaa}
@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr}.offer-stage{max-width:760px;width:100%;margin:auto}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-grid article:nth-child(3){border-right:0}.feature-grid article{border-bottom:1px solid #222622}.how-grid{grid-template-columns:1fr 1fr}.phone-wrap{order:3;grid-column:1/-1}.phone{max-width:430px;min-height:600px}.proof-strip{grid-template-columns:1fr 1fr}
}
@media(max-width:800px){
  .desktop-nav,.desktop-cta{display:none}.menu-button{display:flex;margin-left:auto;width:48px;height:48px;border:1px solid var(--green);border-radius:50%;background:transparent;flex-direction:column;justify-content:center;gap:5px;align-items:center}.menu-button span{width:21px;height:2px;background:white}.mobile-menu{display:none;position:absolute;left:0;right:0;top:78px;background:#070907;border-bottom:1px solid #242824;padding:14px 22px}.mobile-menu.open{display:grid}.mobile-menu a{padding:12px 0;border-bottom:1px solid #1b1f1b}.mini-benefits{grid-template-columns:1fr}.mini-benefits>div{display:grid;grid-template-columns:58px 1fr;align-items:center}.mini-benefits .mini-icon{grid-row:1/3}.hero h1{font-size:clamp(3.5rem,16vw,5.5rem)}.offer-stage{height:780px}.c1{right:4%;top:20px}.c2{left:2%;top:292px}.c3{right:3%;bottom:22px}.features-panel{padding-inline:18px}.feature-grid{grid-template-columns:1fr 1fr}.feature-grid article:nth-child(2n){border-right:0}.how-grid,.faq-grid{grid-template-columns:1fr}.phone-wrap{grid-column:auto;order:initial}.proof-strip{grid-template-columns:1fr}.footer-grid{flex-direction:column;align-items:flex-start}
}
@media(max-width:540px){
  .shell{width:calc(100% - 26px)}.hero{padding-top:48px}.hero-actions{display:grid}.primary-btn,.secondary-btn{width:100%}.offer-stage{height:910px}.offer-card{width:94%!important;left:3%!important;right:auto!important}.c1{top:10px}.c2{top:310px}.c3{bottom:12px}.feature-grid{grid-template-columns:1fr}.feature-grid article{border-right:0!important}.features-panel h2{font-size:1.35rem}.panel{padding:22px}.proof-strip div{grid-template-columns:42px 1fr}
}
.email-trial-cta{margin-top:20px}.email-trial-button{width:100%;text-align:center}.email-trial-cta .privacy-line{margin-top:12px}
