:root {
  --night: #06171a;
  --deep: #0a2225;
  --paper: #f1efe7;
  --paper-2: #e6e2d7;
  --ink: #10282a;
  --muted: #617173;
  --mint: #a6f3ce;
  --mint-bright: #65edb4;
  --line: rgba(19, 55, 57, .18);
  --display: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --body: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 var(--body); }
a { color: inherit; }
.site-header { height: 82px; padding: 0 clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--night); color: #ecf6f2; border-bottom: 1px solid rgba(166, 243, 206, .13); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; color: #f4fbf8; font: 600 1.05rem var(--display); text-decoration: none; letter-spacing: -.025em; }
.brand > span:last-child > span, .footer-brand > span { color: var(--mint-bright); }
.brand-mark { position: relative; width: 29px; height: 24px; display: inline-block; }
.brand-mark i { position: absolute; width: 7px; height: 7px; border: 2px solid var(--mint-bright); border-radius: 50%; }
.brand-mark i:nth-child(1) { left: 0; top: 8px; }.brand-mark i:nth-child(2) { right: 1px; top: 0; }.brand-mark i:nth-child(3) { right: 1px; bottom: 0; }
.brand-mark:before,.brand-mark:after { content:""; position:absolute; left:7px; width:15px; height:1px; background:var(--mint-bright); transform-origin:left; }
.brand-mark:before { top:10px; transform:rotate(-27deg); }.brand-mark:after { top:14px; transform:rotate(27deg); }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
nav a,.header-actions a { color: #c8d8d4; font-size: .84rem; text-decoration: none; white-space: nowrap; }
nav a:hover,.text-link:hover { color: var(--mint-bright); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 23px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 24px; border: 1px solid var(--mint-bright); border-radius: 3px; background: var(--mint-bright); color: #08201d; font-weight: 700; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); background: #8bf5c6; }
.button.small { min-height: 38px; padding: 0 16px; font-size: .8rem; }
.button.secondary { color: #d9ebe5; background: transparent; border-color: rgba(166, 243, 206, .4); }
.button.secondary:hover { background: rgba(166,243,206,.08); }
.button.light { color: var(--ink); border-color: rgba(16,40,42,.3); }

.hero-marketing { position: relative; min-height: 690px; padding: clamp(78px, 9vw, 136px) clamp(24px, 8vw, 132px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(55px, 9vw, 150px); align-items: center; color: #edf8f4; overflow: hidden; background: radial-gradient(circle at 72% 47%, rgba(62,172,133,.14), transparent 24%), linear-gradient(145deg,#06171a,#092125 58%,#07191c); }
.hero-marketing:before { content:""; position:absolute; inset:0; opacity:.14; background-image: linear-gradient(rgba(166,243,206,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(166,243,206,.15) 1px,transparent 1px); background-size: 70px 70px; mask-image:linear-gradient(to right,transparent,black 35%,black 70%,transparent); }
.hero-copy { position: relative; z-index: 1; max-width: 760px; }
.eyebrow { color: #3ccf9a; font-size: .72rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow p { margin: 0; }
.eyebrow:before { content:""; display:inline-block; width:24px; height:1px; margin:0 12px 3px 0; background:currentColor; }
h1,h2,h3 { font-family: var(--display); line-height: 1.05; letter-spacing: -.045em; }
.hero-marketing h1 { margin: 24px 0 26px; max-width: 830px; font-size: clamp(3.35rem, 6.1vw, 6.4rem); font-weight: 600; }
.hero-marketing h1 em { display:block; color: var(--mint); font-style: normal; }
.lede { max-width: 640px; color: #b7c9c5; font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.lede p,.microcopy p { margin:0; }
.hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:15px; margin-top:36px; }
.hero-actions ul { display:flex; flex-wrap:wrap; align-items:center; gap:15px; margin:0; padding:0; list-style:none; }
.hero-actions a { display:inline-flex; align-items:center; justify-content:center; gap:18px; min-height:52px; padding:0 24px; border:1px solid var(--mint-bright); border-radius:3px; background:var(--mint-bright); color:#08201d; font-weight:700; text-decoration:none; transition:transform .16s ease,background .16s ease; }
.hero-actions a:hover { transform:translateY(-2px); background:#8bf5c6; }
.hero-marketing .hero-actions li:nth-child(2) a { color:#d9ebe5; background:transparent; border-color:rgba(166,243,206,.4); }
.hero-marketing .hero-actions li:nth-child(2) a:hover { background:rgba(166,243,206,.08); }
.microcopy { color:#748e8a; font-size:.78rem; margin-top:20px; }
.identity-card { position:relative; z-index:1; width:min(100%,420px); min-height:475px; justify-self:center; padding:34px; overflow:hidden; border:1px solid rgba(166,243,206,.3); border-radius:8px; background:linear-gradient(145deg,rgba(22,64,63,.91),rgba(8,31,33,.97)); box-shadow:0 45px 90px rgba(0,0,0,.34); transform:rotate(2deg); }
.card-orbit { position:absolute; border:1px solid rgba(101,237,180,.16); border-radius:50%; }.orbit-one{width:280px;height:280px;right:-140px;top:-80px}.orbit-two{width:190px;height:190px;right:-95px;top:-35px}
.identity-top { display:flex; align-items:center; gap:9px; color:var(--mint-bright); font-size:.62rem; font-weight:700; letter-spacing:.14em; }
.identity-top p,.avatar p,.identity-label p,.identity-name p,.fingerprint p { margin:0; }
.signal { display:flex; gap:3px }.signal i{display:block;width:4px;height:4px;border-radius:50%;background:var(--mint-bright)}
.avatar { margin:56px 0 18px; width:70px; height:70px; display:grid; place-items:center; color:#0c302a; background:var(--mint); border-radius:50%; font:600 2rem var(--display); }
.identity-label { color:#759590; font-size:.72rem; text-transform:uppercase; letter-spacing:.12em; }
.identity-name { margin:4px 0 30px; font:500 clamp(1.18rem,2vw,1.5rem) var(--display); }
.identity-name strong { font-weight:500; }
.claims table { width:100%; border-collapse:collapse; font-size:.78rem; }
.claims thead { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
.claims tr { display:grid; grid-template-columns:68px 1fr auto; align-items:center; gap:10px; min-height:54px; border-top:1px solid rgba(166,243,206,.15); }
.claims td { padding:0; }
.claims td:first-child { color:#76918d; }
.claims td:nth-child(2) strong { font-weight:500; }
.claims td:last-child { padding:3px 7px; color:var(--mint-bright); border:1px solid rgba(101,237,180,.3); border-radius:20px; font-size:.6rem; text-transform:uppercase; }
.fingerprint { position:absolute; left:34px; right:34px; bottom:25px; display:flex; justify-content:space-between; color:#607b77; font-size:.6rem; letter-spacing:.1em; text-transform:uppercase; }.fingerprint code{padding:0;color:#8bb0aa;background:transparent;text-transform:none}
.trust-strip { min-height:64px; padding:16px clamp(20px,8vw,130px); color:#94aaa6; background:#0b2023; border-top:1px solid rgba(166,243,206,.12); font-size:.64rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.trust-strip ul { display:flex; justify-content:space-between; align-items:center; gap:15px; margin:0; padding:0; list-style:none; }
.trust-strip li:not(:last-child):after { content:""; display:inline-block; width:3px; height:3px; margin-left:clamp(15px,7vw,120px); vertical-align:middle; border-radius:50%; background:#3ccf9a; }

.section { padding: clamp(78px,10vw,150px) clamp(24px,8vw,132px); }
.intro { display:grid; grid-template-columns:1fr 1fr; gap:clamp(50px,10vw,170px); align-items:start; }
.section h2 { margin:20px 0; font-size:clamp(2.45rem,4vw,4.5rem); font-weight:600; }
.section-copy { padding-top:44px; color:var(--muted); font-size:1.08rem; }.section-copy p{margin-top:0}.section-copy>p:last-child a{display:inline-flex;gap:30px;margin-top:20px;color:#16634f;font-weight:700;text-decoration:none}
.feature-grid { padding-top:30px; display:grid; grid-template-columns:repeat(3,1fr); gap:0; counter-reset:features; }.feature-grid article{position:relative; min-height:390px; padding:35px clamp(25px,3.5vw,52px); border-top:1px solid var(--line); border-right:1px solid var(--line);counter-increment:features}.feature-grid article:last-child{border-right:0}.feature-num{position:absolute;right:25px;top:25px;color:#9ca9a5;font:500 .68rem var(--display)}.feature-num:before{content:"0" counter(features)}.feature-icon{height:90px;margin:24px 0 42px;position:relative}.feature-grid h3{font-size:1.5rem;letter-spacing:-.03em}.feature-grid p{color:var(--muted);font-size:.94rem}
.key-icon:before{content:"";position:absolute;left:12px;top:9px;width:49px;height:49px;border:2px solid #1a725a;border-radius:50%}.key-icon:after{content:"";position:absolute;left:54px;top:52px;width:48px;height:2px;background:#1a725a;box-shadow:22px 8px 0 -0.3px #1a725a;transform:rotate(43deg);transform-origin:left}.consent-icon:before{content:"✓";position:absolute;left:20px;top:5px;width:58px;height:72px;display:grid;place-items:center;border:2px solid #1a725a;border-radius:5px;color:#1a725a;font:500 2rem var(--display);box-shadow:11px 11px 0 -7px var(--paper),11px 11px 0 -5px #1a725a}.local-icon:before,.local-icon:after{content:"";position:absolute;border:2px solid #1a725a;border-radius:50%}.local-icon:before{left:14px;top:19px;width:48px;height:48px}.local-icon:after{left:75px;top:3px;width:68px;height:68px}.local-icon{background:linear-gradient(#1a725a,#1a725a) 58px 47px/25px 2px no-repeat}
.steps-section { color:#eaf6f1; background:var(--night); display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(60px,10vw,160px); }.steps-heading h2{font-size:clamp(2.6rem,4vw,4.5rem)}.steps{margin:0;padding:0;list-style:none;counter-reset:steps}.steps li{counter-increment:steps;display:grid;grid-template-columns:36px 110px 1fr;gap:22px;padding:28px 0;border-top:1px solid rgba(166,243,206,.16);align-items:start}.steps li:before{content:"0" counter(steps);color:#3ccf9a;font:600 .7rem var(--display)}.steps h3{margin:0;font:500 1rem var(--display);letter-spacing:normal}.steps p{margin:0;color:#8fa5a1;font-size:.92rem}.steps code{color:var(--mint);font-size:.78rem}
.callout { margin:clamp(50px,8vw,120px); padding:clamp(48px,7vw,100px); display:grid;grid-template-columns:1fr auto;align-items:end;gap:60px;background:var(--mint);border-radius:5px}.callout h2{max-width:850px}.callout p{max-width:680px;color:#41635d}.callout .eyebrow{color:#17624f}
.callout-action p{margin:0}.callout-action a{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid rgba(16,40,42,.3);border-radius:3px;color:var(--ink);font-weight:700;text-decoration:none;transition:transform .16s ease,background .16s ease}.callout-action a:hover{transform:translateY(-2px);background:rgba(255,255,255,.18)}
.final-cta { position:relative; padding:clamp(90px,12vw,170px) 24px;text-align:center;color:#eff8f5;background:#071a1d;overflow:hidden}.final-cta h2{max-width:1000px;margin:25px auto;font-size:clamp(3rem,5vw,5.6rem)}.closing-body p{color:#829b96}.centered{justify-content:center}.final-cta .hero-actions li:nth-child(2) a{padding-left:18px;padding-right:18px;color:#c9d8d4;background:transparent;border-color:transparent;font-weight:400}.final-cta .hero-actions li:nth-child(2) a:hover{color:var(--mint-bright);background:transparent}.constellation{position:absolute;inset:0;opacity:.36}.constellation:before,.constellation:after{content:"";position:absolute;height:1px;background:#3ccf9a;transform-origin:left}.constellation:before{width:43%;left:4%;top:35%;transform:rotate(11deg)}.constellation:after{width:34%;right:3%;top:47%;transform:rotate(-17deg)}.constellation i{position:absolute;width:7px;height:7px;border:1px solid #65edb4;border-radius:50%;box-shadow:0 0 0 6px rgba(101,237,180,.05)}.constellation i:nth-child(1){left:8%;top:36%}.constellation i:nth-child(2){left:25%;top:43%}.constellation i:nth-child(3){right:34%;top:57%}.constellation i:nth-child(4){right:15%;top:40%}.constellation i:nth-child(5){right:6%;top:64%}

.prose-wrap { min-height:70vh; padding:clamp(70px,9vw,130px) 24px; background:linear-gradient(180deg,#e9e6dc,var(--paper) 240px); }.prose-wrap>.eyebrow,.prose{max-width:820px;margin-left:auto;margin-right:auto}.prose h1{font-size:clamp(3rem,6vw,5.6rem);margin:24px 0 55px}.prose h2{margin:55px 0 18px;font-size:clamp(1.75rem,3vw,2.7rem)}.prose h3{margin-top:40px;font-size:1.4rem}.prose p,.prose li{color:#465e60}.prose p{font-size:1.06rem}.prose strong{color:var(--ink)}.prose a{color:#087357;text-underline-offset:3px}.prose code{padding:.12em .35em;border-radius:4px;background:#dcd9cf;color:#164e42;font-size:.86em}.prose pre{padding:20px;border-radius:6px;overflow:auto}.prose table{width:100%;border-collapse:collapse;margin:28px 0}.prose th,.prose td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.prose blockquote{margin:30px 0;padding:5px 25px;border-left:3px solid #34bd8b}
footer { min-height:180px; padding:45px clamp(24px,8vw,132px); display:flex;justify-content:space-between;align-items:center;gap:30px;color:#829895;background:#041315;border-top:1px solid rgba(166,243,206,.12)}footer p{font-size:.8rem}.footer-links{display:flex;flex-wrap:wrap;gap:30px}.footer-links a{color:#a8bbb7;font-size:.8rem;text-decoration:none}.footer-links a:hover{color:var(--mint-bright)}

@media(max-width:980px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero-marketing{grid-template-columns:1fr}.identity-card{width:410px}.intro,.steps-section{grid-template-columns:1fr}.section-copy{padding-top:0}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:300px;border-right:0}.callout{grid-template-columns:1fr;align-items:start}}
@media(max-width:620px){.site-header{height:70px}.header-actions .text-link{display:none}.hero-marketing{padding-top:75px}.hero-marketing h1{font-size:3.3rem}.identity-card{width:100%;min-height:440px;padding:27px}.trust-strip ul{justify-content:center;flex-wrap:wrap}.trust-strip li:not(:last-child):after{display:none}.steps li{grid-template-columns:32px 80px 1fr}.callout{margin:25px}.footer-links{gap:15px}footer{align-items:flex-start;flex-direction:column}}
