:root {
  --bg: #061009;
  --bg-2: #0a1d0f;
  --panel: rgba(25, 43, 29, .72);
  --panel-strong: #132a19;
  --text: #f2fff4;
  --muted: #9cb2a0;
  --line: rgba(255,255,255,.09);
  --green: #58d15c;
  --green-2: #17bf50;
  --green-soft: #caffce;
  --shadow: 0 35px 100px rgba(0,0,0,.38);
  --radius: 30px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 50% 0%,#102c17 0,#07120a 34%,#050b07 75%);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",sans-serif;line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.ambient{position:fixed;width:34vw;height:34vw;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:-1;opacity:.18}
.ambient-a{background:#25d65a;top:-14vw;left:-15vw}.ambient-b{background:#2ea746;right:-18vw;top:35vh}
.site-header{position:sticky;top:16px;z-index:40;width:min(1220px,calc(100% - 28px));margin:16px auto 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:10px 12px 10px 14px;border:1px solid var(--line);border-radius:22px;background:rgba(8,17,10,.76);backdrop-filter:blur(22px);box-shadow:0 12px 40px rgba(0,0,0,.2)}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:-.02em}.brand img{width:36px;height:36px;border-radius:9px}.site-header nav{display:flex;gap:28px;color:#c8d4ca;font-size:14px}.site-header nav a:hover{color:#fff}.site-header>.button{justify-self:end}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;padding:14px 20px;font-weight:700;transition:.2s ease;border:1px solid transparent}.button:hover{transform:translateY(-2px)}.button-small{padding:10px 15px;border-color:var(--line);background:#17231a;font-size:14px}.button-primary{background:linear-gradient(135deg,#64da63,#2fc453);color:#041006;box-shadow:0 15px 45px rgba(42,207,84,.22)}.button-ghost{border-color:var(--line);background:rgba(255,255,255,.04)}
.hero{min-height:780px;display:grid;grid-template-columns:1.02fr .98fr;gap:30px;align-items:center;padding:90px 0 80px}.eyebrow,.kicker{color:#75df79;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800}.eyebrow{display:inline-flex;align-items:center;gap:10px;background:rgba(82,212,92,.08);border:1px solid rgba(82,212,92,.18);padding:8px 12px;border-radius:999px}.pulse{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 0 5px rgba(88,209,92,.12)}
h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(54px,7vw,92px);line-height:.93;letter-spacing:-.065em;margin:24px 0}.hero h1 span{color:#b9f7bf}.hero-lede{font-size:20px;color:#aab9ad;max-width:650px}.hero-actions{display:flex;gap:12px;margin:34px 0 26px;flex-wrap:wrap}.store-mark{font-size:30px;line-height:1}.button-primary small{display:block;font-size:10px;opacity:.65;font-weight:700;line-height:1}.button-primary span:last-child{line-height:1.05;text-align:left}.trust-row{display:flex;align-items:center;gap:12px;color:#728577;font-size:13px;flex-wrap:wrap}.trust-row i{width:4px;height:4px;background:#35513a;border-radius:50%}
.hero-visual{position:relative;height:650px;display:flex;align-items:center;justify-content:center}.orb{position:absolute;width:510px;height:510px;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(105,255,116,.28),rgba(35,130,58,.12) 48%,rgba(0,0,0,0) 70%);filter:blur(6px)}
.phone{position:relative;z-index:2}.phone-frame{background:#080808;border:1px solid rgba(255,255,255,.14);padding:9px;border-radius:50px;box-shadow:var(--shadow);overflow:hidden}.phone-frame img{border-radius:42px}.phone-main{width:330px;transform:rotate(2.5deg)}
.floating-card{position:absolute;z-index:4;display:flex;align-items:center;gap:12px;padding:14px 16px;background:rgba(18,31,21,.88);border:1px solid var(--line);border-radius:18px;backdrop-filter:blur(15px);box-shadow:0 24px 55px rgba(0,0,0,.28)}.floating-card strong,.floating-card small{display:block}.floating-card small{color:#8ea392;margin-top:2px}.mini-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(89,214,93,.13);color:#78e07c;font-size:20px}.card-alert{left:0;top:135px}.card-done{right:0;bottom:130px}
.proof{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0}.proof div{padding:2px 26px;border-right:1px solid var(--line)}.proof div:first-child{padding-left:0}.proof div:last-child{border-right:0}.proof strong,.proof span{display:block}.proof strong{font-size:16px}.proof span{font-size:13px;color:#758579;margin-top:4px}
.section{padding:120px 0}.section-heading{max-width:760px}.section-heading.centered{text-align:center;margin-inline:auto}.section-heading h2{font-size:clamp(40px,5.6vw,68px);line-height:1;letter-spacing:-.05em;margin:14px 0 20px}.section-heading p{color:#93a598;font-size:18px;max-width:670px}.centered p{margin-inline:auto}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:55px}.feature-card{padding:30px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));min-height:230px}.feature-card:hover{border-color:rgba(100,220,108,.28);background:linear-gradient(180deg,rgba(83,205,91,.08),rgba(255,255,255,.02))}.feature-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#17341e;color:#74de79;font-size:22px;margin-bottom:40px}.feature-card h3{font-size:21px;margin-bottom:8px;letter-spacing:-.02em}.feature-card p{color:#879a8b;margin:0}
.showcase{background:linear-gradient(180deg,rgba(21,66,31,.16),rgba(0,0,0,0));overflow:hidden}.screens-stage{height:770px;margin-top:60px;position:relative;display:flex;align-items:flex-start;justify-content:center}.phone-center{width:340px;z-index:5}.phone-side{width:300px;position:absolute;top:95px;opacity:.88}.phone-left{left:10%;transform:rotate(-8deg)}.phone-right{right:10%;transform:rotate(8deg)}
.pro-card{min-height:410px;padding:54px 58px;border-radius:38px;background:linear-gradient(125deg,#17371e,#0f2314 60%,#14361d);border:1px solid rgba(112,225,121,.18);display:grid;grid-template-columns:1.4fr .6fr;align-items:center;overflow:hidden;position:relative}.pro-card:after{content:"";position:absolute;right:-80px;top:-80px;width:350px;height:350px;border-radius:50%;background:rgba(91,224,100,.12);filter:blur(20px)}.pro-copy{position:relative;z-index:2}.pro-copy h2{font-size:54px;letter-spacing:-.05em;margin:14px 0}.pro-copy p{color:#9ab09f;max-width:580px;margin-bottom:28px}.pro-icon-wrap{position:relative;z-index:2;justify-self:center}.pro-icon-wrap img{width:220px;border-radius:48px;box-shadow:0 32px 70px rgba(0,0,0,.35);transform:rotate(7deg)}
.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-weight:700;font-size:18px;list-style:none;display:flex;justify-content:space-between;align-items:center}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:#6cd971;font-size:24px;font-weight:400}details[open] summary:after{content:"–"}.faq-list p{color:#8fa191;padding-right:50px;margin:12px 0 4px}.faq-list a{color:#74de79}
.cta{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;margin-bottom:100px;padding:42px;border-radius:32px;background:rgba(255,255,255,.035);border:1px solid var(--line)}.cta img{width:90px;border-radius:22px}.cta h2{font-size:40px;line-height:1;letter-spacing:-.04em;margin:8px 0 0}
.site-footer{display:grid;grid-template-columns:1fr auto;gap:24px;border-top:1px solid var(--line);padding:32px 0 50px;color:#728477;font-size:13px}.footer-brand{display:flex;align-items:center;gap:10px;color:#d5e2d7;font-weight:700}.footer-brand img{width:28px;border-radius:7px}.footer-links{display:flex;gap:22px}.footer-links a:hover{color:#fff}.site-footer>p{grid-column:1/-1;margin:0}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}
@media (max-width:980px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{text-align:center}.hero-lede{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{height:610px}.proof{grid-template-columns:repeat(2,1fr)}.proof div:nth-child(2){border-right:0}.proof div:nth-child(-n+2){border-bottom:1px solid var(--line);padding-bottom:20px}.proof div:nth-child(n+3){padding-top:20px}.feature-grid{grid-template-columns:repeat(2,1fr)}.phone-left{left:-6%}.phone-right{right:-6%}.faq-section{grid-template-columns:1fr}.pro-card{grid-template-columns:1fr auto}.cta{grid-template-columns:auto 1fr}.cta .button{grid-column:1/-1}.site-footer{grid-template-columns:1fr}}
@media (max-width:640px){.shell{width:min(100% - 28px,1180px)}.site-header{top:8px;margin-top:8px;width:calc(100% - 16px)}.brand span{display:none}.hero{padding:58px 0 40px;min-height:auto}.hero h1{font-size:55px}.hero-lede{font-size:17px}.hero-visual{height:570px}.phone-main{width:285px}.card-alert{left:-4px;top:110px}.card-done{right:-4px;bottom:105px}.floating-card{padding:11px 12px;font-size:12px}.proof{grid-template-columns:1fr}.proof div,.proof div:first-child{border-right:0;border-bottom:1px solid var(--line);padding:17px 0}.proof div:last-child{border-bottom:0}.proof div:nth-child(n+3){padding-top:17px}.section{padding:82px 0}.section-heading h2{font-size:42px}.feature-grid{grid-template-columns:1fr}.screens-stage{height:625px;margin-top:45px}.phone-center{width:270px}.phone-side{width:225px;top:100px}.phone-left{left:-30%}.phone-right{right:-30%}.pro-card{padding:34px 28px;grid-template-columns:1fr}.pro-copy h2{font-size:42px}.pro-icon-wrap{display:none}.cta{padding:28px;grid-template-columns:1fr}.cta img{width:72px}.cta h2{font-size:34px}.footer-links{flex-wrap:wrap}.site-footer{padding-bottom:32px}}
