:root{
    --bg:#07100f;
    --bg-2:#0a1513;
    --surface:#0e1d1a;
    --surface-2:#11231f;
    --line:rgba(255,255,255,.09);
    --text:#f4f7f6;
    --muted:#9fb0ab;
    --green:#78f5b1;
    --green-2:#3fdd8c;
    --lime:#b9ff73;
    --ink:#08110f;
    --white:#fff;
    --shadow:0 30px 80px rgba(0,0,0,.35);
    --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-shell{overflow:hidden}
.header{position:fixed;left:0;right:0;top:0;z-index:100;padding:18px 0;transition:.25s ease}
.header.scrolled{background:rgba(7,16,15,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);padding:12px 0}
.nav-wrap{display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font-weight:850;letter-spacing:-.03em}
.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--lime));color:var(--ink);font-weight:950;box-shadow:0 8px 30px rgba(120,245,177,.22)}
.brand-name{font-size:20px}.brand-name span{color:var(--green)}
.nav{display:flex;align-items:center;gap:28px;color:#c7d2cf;font-size:14px;font-weight:700}
.nav>a:not(.btn):hover{color:#fff}
.nav-toggle{display:none;background:none;border:0;padding:8px}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-size:14px;font-weight:850;transition:.22s ease;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)}
.btn-small{padding:10px 16px;font-size:13px}
.btn-outline{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.04)}
.btn-primary{color:var(--ink);background:linear-gradient(135deg,var(--green),var(--lime));box-shadow:0 15px 40px rgba(100,237,164,.2)}
.btn-primary:hover{box-shadow:0 20px 50px rgba(100,237,164,.28)}
.btn-ghost{border-color:var(--line);background:rgba(255,255,255,.03)}
.btn-light{background:#fff;color:#0b1714}
.hero{position:relative;min-height:860px;padding:168px 0 105px;background:radial-gradient(circle at 78% 24%,rgba(73,239,151,.08),transparent 28%),linear-gradient(180deg,#07100f 0%,#0a1513 100%)}
.hero-grid,.cta-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 90%)}
.orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.orb-one{width:420px;height:420px;right:-180px;top:110px;border:1px solid rgba(120,245,177,.1);box-shadow:0 0 130px rgba(91,238,160,.05) inset}.orb-two{width:190px;height:190px;left:-80px;top:420px;background:rgba(90,235,155,.03);border:1px solid rgba(255,255,255,.04)}
.hero-inner{position:relative;display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:900;color:#b8c7c2;margin-bottom:22px}.eyebrow span{width:22px;height:1px;background:var(--green)}
.eyebrow.light{color:#b9ccc5}
h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(54px,6vw,82px);line-height:.98;letter-spacing:-.06em;margin-bottom:26px}.hero h1 span,.section-head h2 span,.why-copy h2 span,.faq-intro h2 span{color:var(--green)}
.hero-lead{max-width:650px;color:#a9b9b4;font-size:18px;line-height:1.75;margin-bottom:32px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-proof{display:flex;gap:34px;margin-top:42px;padding-top:24px;border-top:1px solid var(--line);max-width:590px}.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font-size:14px;color:#fff}.hero-proof span{font-size:12px;color:#82948e;margin-top:2px}
.hero-visual{position:relative;min-height:520px;display:grid;place-items:center}.visual-glow{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(100,255,178,.16),rgba(100,255,178,0) 65%);filter:blur(18px)}
.app-window{position:relative;width:100%;max-width:560px;background:#0b1715;border:1px solid rgba(255,255,255,.11);border-radius:24px;overflow:hidden;box-shadow:var(--shadow),0 0 0 1px rgba(0,0,0,.2);transform:perspective(1200px) rotateY(-5deg) rotateX(2deg)}
.app-topbar{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.07);color:#72837e;font-size:10px}.dots{display:flex;gap:5px}.dots i{width:6px;height:6px;border-radius:50%;background:#2a3b37}.secure-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green)}
.app-layout{display:grid;grid-template-columns:58px 1fr;min-height:430px}.app-layout aside{border-right:1px solid rgba(255,255,255,.06);display:flex;align-items:center;flex-direction:column;padding:15px 0;gap:17px}.mini-logo{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:var(--green);color:#08110f;font-size:11px;font-weight:950;margin-bottom:10px}.app-layout aside span{width:19px;height:19px;border-radius:6px;background:#182724}.app-layout aside span.active{background:rgba(120,245,177,.16);border:1px solid rgba(120,245,177,.25)}
.dashboard{padding:28px 25px}.dashboard-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.dashboard-head small{font-size:8px;letter-spacing:.14em;color:#71837d}.dashboard-head h3{font-size:20px;margin:4px 0 0}.dashboard-head button{border:0;border-radius:8px;padding:8px 11px;background:var(--green);color:#09120f;font-size:9px;font-weight:900}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.metric{background:#101f1c;border:1px solid rgba(255,255,255,.06);border-radius:13px;padding:12px;position:relative}.metric-icon{position:absolute;right:10px;top:9px;font-size:10px;color:var(--green)}.metric small{display:block;color:#6f817b;font-size:8px}.metric strong{display:block;font-size:18px;margin:5px 0 1px}.metric em{font-size:8px;color:var(--green);font-style:normal}
.chart-card{margin-top:11px;padding:15px;background:#101f1c;border:1px solid rgba(255,255,255,.06);border-radius:13px}.chart-title{display:flex;justify-content:space-between;font-size:9px}.chart-title span{font-weight:800}.chart-title small{color:#677a74}.chart-lines{height:95px;margin-top:16px;display:flex;align-items:end;gap:8px;border-bottom:1px solid rgba(255,255,255,.05)}.chart-lines i{flex:1;background:linear-gradient(180deg,var(--green),rgba(120,245,177,.18));border-radius:3px 3px 0 0;opacity:.85}.plugin-row{margin-top:11px;background:#101f1c;border:1px solid rgba(255,255,255,.06);border-radius:13px;padding:11px 12px;display:flex;justify-content:space-between;align-items:center}.plugin-row>div{display:flex;align-items:center;gap:9px}.plugin-icon{width:28px;height:28px;border-radius:8px;background:rgba(120,245,177,.14);display:grid;place-items:center;color:var(--green);font-weight:900;font-size:10px}.plugin-row strong,.plugin-row small{display:block}.plugin-row strong{font-size:9px}.plugin-row small{color:#71837d;font-size:7px}.status{font-size:8px;color:var(--green);background:rgba(120,245,177,.08);padding:5px 8px;border-radius:999px}
.floating-card{position:absolute;background:rgba(12,27,23,.92);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px);border-radius:14px;padding:12px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 20px 50px rgba(0,0,0,.25)}.floating-card>span{width:28px;height:28px;display:grid;place-items:center;background:rgba(120,245,177,.12);border-radius:8px;color:var(--green);font-size:12px}.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:10px}.floating-card small{font-size:8px;color:#74857f}.fc-one{left:-20px;top:74px}.fc-two{right:-30px;bottom:68px}
.trust-strip{border-block:1px solid var(--line);background:#0b1715}.trust-inner{min-height:82px;display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap;color:#81948e;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:850}.trust-inner i{width:4px;height:4px;border-radius:50%;background:var(--green)}
.section{padding:120px 0}.products{background:#f4f7f5;color:#0a1412}.section-head.centered{text-align:center;max-width:720px;margin:0 auto 58px}.section-head .eyebrow{color:#66766f}.section-head h2,.why-copy h2,.faq-intro h2{font-size:clamp(42px,5vw,62px);line-height:1.02;letter-spacing:-.055em;margin-bottom:18px}.section-head p{color:#687972;font-size:17px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{position:relative;background:#fff;border:1px solid #dfe7e3;border-radius:22px;padding:28px;min-height:470px;display:flex;flex-direction:column;box-shadow:0 12px 40px rgba(14,31,27,.04);transition:.25s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(14,31,27,.09);border-color:#cddbd4}.badge{position:absolute;right:18px;top:18px;background:#0d1b18;color:var(--green);border-radius:999px;padding:6px 9px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.product-icon{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;font-weight:950;font-size:18px;margin-bottom:22px}.p1{background:#dffbeb;color:#0c6a3b}.p2{background:#eef0ff;color:#4e53b8}.p3{background:#fff1d9;color:#9e5e00}.product-tag{color:#6a7c75;font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:900}.product-card h3{font-size:27px;letter-spacing:-.035em;margin:7px 0 10px}.product-card p{color:#667970;font-size:14px}.product-card ul{list-style:none;padding:0;margin:18px 0 26px;display:grid;gap:9px}.product-card li{font-size:13px;color:#3f514a}.product-card li span{display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;border-radius:50%;background:#e6f8ee;color:#168653;font-size:9px}.product-footer{margin-top:auto;padding-top:20px;border-top:1px solid #e8eeeb;display:flex;align-items:end;justify-content:space-between}.price strong{font-size:25px;letter-spacing:-.04em}.price span{color:#87958f;font-size:10px;margin-left:4px}.arrow-link{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid #dfe8e3;transition:.2s ease}.arrow-link:hover{background:#0c1714;color:var(--green);border-color:#0c1714}.more-card{margin-top:18px;border:1px dashed #c9d6d0;border-radius:18px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;color:#51635c}.more-card>div{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.more-card .pulse{width:9px;height:9px;border-radius:50%;background:#49dc91;box-shadow:0 0 0 5px rgba(73,220,145,.12)}.more-card strong{font-size:13px}.more-card small{grid-column:2;color:#81908a;font-size:11px}.more-card a{font-size:12px;font-weight:850;color:#0c1714}
.why{background:#091310}.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.why-copy{position:sticky;top:120px}.why-copy p{color:#90a29c;max-width:470px;font-size:16px}.text-link{display:inline-flex;gap:10px;align-items:center;color:var(--green);font-size:13px;font-weight:850;margin-top:14px}.benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.benefit{position:relative;min-height:270px;padding:26px;background:#0e1d1a;border:1px solid var(--line);border-radius:19px}.benefit b{position:absolute;right:18px;top:16px;color:#31413c;font-size:11px}.benefit-icon{width:42px;height:42px;border-radius:12px;background:rgba(120,245,177,.09);border:1px solid rgba(120,245,177,.12);display:grid;place-items:center;color:var(--green);margin-bottom:34px}.benefit h3{font-size:19px;margin-bottom:9px}.benefit p{font-size:13px;color:#82948e;margin:0}.workflow{padding-top:0;background:#091310}.workflow-panel{position:relative;overflow:hidden;border-radius:28px;padding:55px;background:linear-gradient(135deg,#11261f,#0c1c18);border:1px solid rgba(255,255,255,.08)}.workflow-panel:after{content:"";position:absolute;right:-100px;top:-180px;width:420px;height:420px;border-radius:50%;border:1px solid rgba(120,245,177,.07);box-shadow:0 0 100px rgba(120,245,177,.035) inset}.workflow-copy{max-width:580px}.workflow-copy h2{font-size:42px;letter-spacing:-.05em;margin-bottom:12px}.workflow-copy p{color:#8fa29b}.steps{position:relative;z-index:1;display:flex;align-items:center;margin-top:44px}.step{display:flex;align-items:center;gap:13px;min-width:180px}.step>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#08110f;font-weight:950}.step strong,.step small{display:block}.step strong{font-size:13px}.step small{font-size:9px;color:#79908a;max-width:130px}.step-line{height:1px;flex:1;background:linear-gradient(90deg,rgba(120,245,177,.5),rgba(255,255,255,.08));margin:0 12px}
.faq{background:#f4f7f5;color:#0a1412}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:95px}.faq-intro p{color:#6d7e77}.faq-list{border-top:1px solid #d8e1dd}.faq-item{border-bottom:1px solid #d8e1dd}.faq-item button{width:100%;border:0;background:none;padding:24px 0;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#12201c;font-size:15px;font-weight:850;cursor:pointer}.faq-item button i{font-style:normal;width:28px;height:28px;border-radius:50%;border:1px solid #cfdbd5;display:grid;place-items:center;font-size:17px;font-weight:400;transition:.2s}.faq-item.open button i{transform:rotate(45deg);background:#0d1a17;color:var(--green);border-color:#0d1a17}.faq-answer{max-height:0;overflow:hidden;transition:max-height .32s ease}.faq-answer p{margin:0 50px 22px 0;color:#65766f;font-size:14px;line-height:1.8}.faq-item.open .faq-answer{max-height:160px}
.cta-section{background:#f4f7f5;padding:0 0 110px}.cta-box{position:relative;overflow:hidden;min-height:330px;border-radius:30px;padding:58px;background:#0b1714;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-grid{opacity:.35}.cta-orb{position:absolute;right:-130px;top:-180px;width:480px;height:480px;border-radius:50%;border:1px solid rgba(120,245,177,.12);box-shadow:0 0 100px rgba(120,245,177,.05) inset}.cta-copy,.cta-actions{position:relative;z-index:1}.mini-label{display:block;color:var(--green);font-size:10px;letter-spacing:.15em;font-weight:900;margin-bottom:13px}.cta-copy h2{font-size:50px;letter-spacing:-.055em;margin-bottom:10px}.cta-copy p{margin:0;color:#8ca099;max-width:600px}.cta-actions{display:flex;align-items:center;flex-direction:column;gap:14px;min-width:230px}.cta-secondary{font-size:11px;color:#95a69f;text-decoration:underline;text-underline-offset:4px}
.footer{background:#06100e;padding:72px 0 26px;border-top:1px solid var(--line)}.footer-top{display:flex;justify-content:space-between;gap:50px}.footer-brand{max-width:340px}.footer-brand p{color:#70837d;font-size:12px;margin-top:18px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:70px}.footer-links div{display:flex;flex-direction:column;gap:9px}.footer-links strong{font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.footer-links a{font-size:11px;color:#758781}.footer-links a:hover{color:#fff}.footer-bottom{margin-top:55px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:#556862;font-size:9px}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.15s}.delay-3{transition-delay:.22s}
@media(max-width:980px){.nav{display:none;position:absolute;top:62px;left:20px;right:20px;padding:22px;border-radius:18px;background:#0d1b18;border:1px solid var(--line);flex-direction:column;align-items:stretch;gap:15px}.nav.open{display:flex}.nav-toggle{display:block}.hero{padding-top:140px}.hero-inner{grid-template-columns:1fr;gap:50px}.hero-copy{text-align:center}.hero-lead,.hero-proof{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{max-width:650px;margin:auto;width:100%}.product-grid{grid-template-columns:1fr 1fr}.why-grid,.faq-grid{grid-template-columns:1fr;gap:50px}.why-copy{position:static}.cta-box{align-items:flex-start;flex-direction:column}.cta-actions{align-items:flex-start}.footer-top{flex-direction:column}}
@media(max-width:700px){.container{width:min(100% - 28px,1180px)}.hero{min-height:auto;padding:125px 0 75px}.hero h1{font-size:50px}.hero-proof{gap:18px;justify-content:center}.hero-visual{min-height:410px}.app-window{transform:none}.fc-one{left:2px;top:30px}.fc-two{right:0;bottom:28px}.section{padding:82px 0}.product-grid,.benefit-grid{grid-template-columns:1fr}.product-card{min-height:auto}.why-grid{gap:38px}.workflow-panel{padding:34px 24px}.steps{align-items:flex-start;flex-direction:column;gap:16px}.step-line{width:1px;height:20px;flex:none;margin:0 0 0 20px}.more-card{align-items:flex-start;flex-direction:column;gap:15px}.cta-box{padding:38px 25px;min-height:390px}.cta-copy h2{font-size:40px}.footer-links{gap:28px}.footer-bottom{flex-direction:column}.trust-inner{gap:12px 16px;padding:16px 0}.floating-card{transform:scale(.88)}.dashboard{padding:20px 16px}.metric-row{gap:6px}.metric{padding:9px}.metric strong{font-size:14px}}
@media(max-width:480px){.hero h1{font-size:44px}.hero-lead{font-size:16px}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hero-proof span{font-size:9px}.app-layout{grid-template-columns:42px 1fr}.app-layout aside{gap:12px}.metric em{display:none}.product-card{padding:22px}.footer-links{grid-template-columns:1fr 1fr}.faq-item button{font-size:14px}.cta-actions{width:100%;min-width:0}.cta-actions .btn{width:100%}}
