:root{
  --page:#f1f1ed;--surface:#fafaf7;--surface-strong:#fff;--ink:#11120f;--muted:#66685f;
  --line:#d7d8d1;--accent:#c7ff2f;--accent-ink:#11120f;--accent-soft:#e9ffc0;
  --dark:#11120f;--dark2:#1a1c17;--green:#9eea72;--soft:#e8e9e3;
  --shadow:0 28px 80px rgba(18,19,15,.12);--radius:24px;
}
[data-theme="dark"]{
  --page:#0d0e0c;--surface:#141512;--surface-strong:#1a1b17;--ink:#f4f5ee;--muted:#a5a89d;
  --line:#2c2e28;--accent:#c7ff2f;--accent-ink:#10110e;--accent-soft:#273116;
  --dark:#070806;--dark2:#12130f;--green:#b7ff86;--soft:#11120f;
  --shadow:0 30px 90px rgba(0,0,0,.42)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:'DM Sans',sans-serif;transition:background .25s,color .25s}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--page) 84%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.03em}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:var(--page);font-weight:800}.main-menu{display:flex;align-items:center;gap:27px;font-size:13px;font-weight:700}.main-menu>a:not(.login-button){color:var(--muted)}.main-menu>a:hover{color:var(--ink)}.login-button{padding:12px 18px;border-radius:999px;background:var(--ink);color:var(--page)}.theme-toggle{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer}.menu-toggle{display:none;border:0;background:none}.menu-toggle span:not(.sr-only){display:block;width:23px;height:2px;background:var(--ink);margin:5px}
.hero{position:relative;overflow:hidden;padding:108px 0 92px}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 12%,color-mix(in srgb,var(--accent) 24%,transparent),transparent 28%),linear-gradient(135deg,transparent 0 66%,color-mix(in srgb,var(--accent) 12%,transparent) 66%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--muted);font-size:11px;font-weight:800}.eyebrow>span{width:28px;height:2px;background:var(--accent)}.hero h1,.section h2,.cta-card h2{font-family:Manrope,sans-serif;letter-spacing:-.055em}.hero h1{font-size:clamp(54px,7vw,88px);line-height:.98;margin:24px 0 26px;max-width:800px}.hero-lead{max-width:670px;font-size:19px;line-height:1.7;color:var(--muted)}.hero-actions,.trust-row{display:flex;gap:13px;align-items:center;flex-wrap:wrap}.hero-actions{margin-top:33px}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;padding:14px 20px;border-radius:999px;font-weight:800;font-size:13px;border:1px solid var(--line)}.button-primary{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.button-secondary{background:var(--surface)}.trust-row{margin-top:27px;color:var(--muted);font-size:12px}.trust-row i{font-style:normal;color:var(--ink);background:var(--accent);border-radius:50%;width:19px;height:19px;display:inline-grid;place-items:center;margin-right:5px}
.hero-visual{background:var(--surface-strong);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow);transform:rotate(1.4deg)}.browser-bar{height:48px;background:var(--soft);display:flex;align-items:center;gap:7px;padding:0 16px}.browser-dot{width:9px;height:9px;border-radius:50%;background:var(--muted);opacity:.35}.browser-address{height:25px;line-height:25px;width:58%;margin-left:10px;background:var(--surface);border-radius:999px;color:var(--muted);font-size:10px;padding:0 12px}.dashboard-demo{display:grid;grid-template-columns:58px 1fr;min-height:420px}.demo-sidebar{background:var(--dark);display:flex;align-items:center;flex-direction:column;padding:18px 0;gap:19px}.mini-logo{width:30px;height:30px;display:grid;place-items:center;background:var(--accent);color:var(--accent-ink);border-radius:50%;font-weight:800;margin-bottom:17px}.demo-sidebar span{width:20px;height:7px;background:#4c4f47;border-radius:8px}.demo-sidebar span.active{background:var(--accent)}.demo-main{background:var(--soft);padding:25px 24px}.demo-header{display:flex;align-items:center;justify-content:space-between}.demo-header small{display:block;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.12em}.demo-header strong{display:block;margin-top:5px;font-size:18px}.demo-pill{font-size:10px;padding:7px 10px;background:var(--surface);border:1px solid var(--line);border-radius:999px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0 12px}.metric-grid>div,.chart-card{background:var(--surface-strong);border:1px solid var(--line)}.metric-grid>div{padding:14px;border-radius:14px}.metric-grid small{display:block;font-size:9px;color:var(--muted)}.metric-grid strong{display:block;font-size:20px;margin:8px 0 4px}.metric-grid em{font-style:normal;font-size:8px;color:#68a63e}.chart-card{border-radius:15px;padding:15px}.chart-title{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.chart-title strong{font-size:12px;color:var(--ink)}.chart-card svg{width:100%;margin-top:12px}.grid-lines line{stroke:var(--line);stroke-width:1}.area{fill:url(#area)}.line-one{stroke:var(--accent);stroke-width:4;fill:none;stroke-linecap:round}.line-two{stroke:#6b8cff;stroke-width:3;fill:none;stroke-linecap:round}
.logo-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.strip-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:30px}.strip-inner p{color:var(--muted);font-size:14px}.strip-inner div{display:flex;gap:30px;flex-wrap:wrap;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.12em}.section{padding:112px 0}.section-heading{max-width:790px;margin-bottom:55px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading.centered .eyebrow{justify-content:center}.section h2{font-size:clamp(40px,5vw,64px);line-height:1.03;margin:18px 0}.section-heading p,.large-copy{font-size:18px;line-height:1.75;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{min-height:245px;padding:29px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:.2s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.feature-card.featured{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.feature-card .icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--ink);font-size:20px;font-weight:800}.feature-card.featured .icon{background:rgba(17,18,15,.12)}.feature-card h3{font-family:Manrope,sans-serif;font-size:20px;margin:23px 0 11px}.feature-card p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}.feature-card.featured p{color:rgba(17,18,15,.72)}.mini-stat{margin-top:24px;padding:13px 15px;border-radius:14px;background:rgba(17,18,15,.1);display:grid;grid-template-columns:1fr auto;gap:3px}.mini-stat span{font-size:10px}.mini-stat strong{grid-column:1;font-size:18px}.mini-stat em{grid-column:2;grid-row:1/3;align-self:center;font-style:normal;font-size:11px}
.privacy-section{background:var(--dark);color:#f5f6ee}.privacy-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:100px;align-items:center}.eyebrow.light{color:#c5c8bc}.privacy-section h2{font-size:56px}.privacy-section .large-copy{color:#b5b9ad}.privacy-list{margin-top:38px}.privacy-list>div{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:21px 0;border-top:1px solid rgba(255,255,255,.12)}.privacy-list>div>span{font-size:11px;font-weight:800;color:var(--accent)}.privacy-list h3{margin:0 0 7px;font-size:16px}.privacy-list p{margin:0;color:#a4a89d;font-size:14px;line-height:1.55}.data-card{background:var(--dark2);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.data-card-head{display:flex;align-items:center;gap:14px;padding-bottom:23px;border-bottom:1px solid rgba(255,255,255,.1)}.shield{width:43px;height:43px;display:grid;place-items:center;background:var(--accent);color:var(--accent-ink);border-radius:50%}.data-card-head small{display:block;color:#8f9489;font-size:9px;letter-spacing:.14em}.data-card-head strong{display:block;margin-top:3px}.data-row{display:flex;align-items:center;justify-content:space-between;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px}.data-row span{color:#adb1a7}.data-row b{font-size:11px;color:var(--accent)}.data-row b.not{color:#c0c3bb}.data-card>p{margin:22px 0 0;color:#858a80;font-size:11px;line-height:1.6}
.how-section{background:var(--soft)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.steps article{position:relative;padding:30px 27px;background:var(--surface);border:1px solid var(--line);border-radius:20px}.steps article>span{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:var(--accent-ink);font-weight:800}.steps h3{font-family:Manrope,sans-serif;margin:20px 0 9px}.steps p{color:var(--muted);font-size:14px;line-height:1.65}.code-card{max-width:780px;margin:45px auto 0;background:var(--dark);color:#dfe3d8;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.code-top{height:52px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);color:#94998e;font-size:12px}.code-top button{border:0;background:#292b25;color:#e2e5dd;border-radius:999px;padding:7px 13px;cursor:pointer}.code-card pre{margin:0;padding:25px;overflow:auto;color:var(--accent);font:13px/1.8 Consolas,monospace}.compliance-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.dark-copy{font-size:16px}.law-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.law-grid article{padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:18px}.law-grid strong{font-family:Manrope,sans-serif;font-size:15px;color:var(--ink)}.law-grid p{color:var(--muted);font-size:13px;line-height:1.65;margin-bottom:0}.cta-section{padding:25px 0 110px}.cta-card{position:relative;overflow:hidden;min-height:275px;padding:52px 60px;border-radius:28px;background:var(--accent);color:var(--accent-ink);display:flex;align-items:center;justify-content:space-between;gap:50px}.cta-card:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;right:-180px;top:-230px;border:70px solid rgba(17,18,15,.08)}.cta-card>div,.cta-card>a{position:relative;z-index:1}.cta-card h2{max-width:700px;font-size:40px;line-height:1.17;margin:14px 0 0}.button-white{background:var(--ink);color:var(--page);border-color:var(--ink);white-space:nowrap}footer{background:#090a08;color:#f3f4ed;padding:72px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.35fr;gap:55px}.footer-brand{margin-bottom:19px}.footer-grid>div>p{color:#92978d;font-size:13px;line-height:1.65}.footer-grid>div>strong{display:block;font-size:13px;margin-bottom:17px}.footer-grid>div>a:not(.brand){display:block;color:#92978d;font-size:13px;margin:11px 0}.footer-grid>div>a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:50px;padding-top:23px;display:flex;justify-content:space-between;color:#6f756b;font-size:11px}
@media(max-width:980px){.hero-grid,.privacy-grid,.compliance-grid{grid-template-columns:1fr;gap:55px}.hero-copy{text-align:center}.hero-copy .eyebrow,.hero-actions,.trust-row{justify-content:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-visual{max-width:700px;margin:auto;transform:none}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.strip-inner{padding:25px 0;display:block;text-align:center}.strip-inner div{justify-content:center;margin-top:18px}}
@media(max-width:760px){.container{width:min(100% - 28px,1180px)}.menu-toggle{display:block}.main-menu{display:none;position:absolute;left:14px;right:14px;top:70px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:5px}.main-menu.open{display:flex}.main-menu a{padding:12px}.theme-toggle{position:absolute;right:62px}.login-button{text-align:center;margin-top:5px}.hero{padding:76px 0 65px}.hero h1{font-size:45px}.hero-lead{font-size:17px}.dashboard-demo{min-height:350px}.demo-main{padding:17px 13px}.metric-grid{grid-template-columns:1fr}.metric-grid>div:nth-child(n+2){display:none}.section{padding:82px 0}.feature-grid,.steps,.law-grid{grid-template-columns:1fr}.privacy-section h2{font-size:43px}.cta-card{padding:43px 28px;display:block}.cta-card h2{font-size:32px}.cta-card .button{margin-top:30px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin:7px 0}}
@media(max-width:440px){.brand{font-size:14px}.hero h1{font-size:39px}.hero-actions .button{width:100%}.trust-row{display:block}.trust-row span{display:block;margin:10px}.hero-visual{display:none}.feature-card{min-height:auto}.footer-grid{grid-template-columns:1fr}.footer-grid>div{grid-column:auto!important}}
