:root{--bg:#100d0b;--bg-soft:#17120f;--surface:#211914;--surface-high:#2b2019;--line:#f6e2bc24;--text:#fff8ec;--muted:#c4b7a3;--dim:#92836f;--brand:#d58a2e;--brand-bright:#f3ad47;--brand-soft:#d58a2e21;--shadow:#00000052}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left, #d58a2e33, transparent 28rem), radial-gradient(circle at bottom right, #f3ad471f, transparent 22rem), var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.site-shell{min-height:100vh}.header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:10;background:#100d0bc7;justify-content:space-between;align-items:center;gap:2rem;padding:1rem clamp(1.25rem,5vw,4.5rem);display:flex;position:sticky;top:0;left:0;right:0}.brand{color:var(--text);letter-spacing:.02em;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{background:var(--brand-soft);border:1px solid var(--line);color:var(--brand-bright);border-radius:999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.1rem;display:inline-flex}.nav{flex-wrap:wrap;gap:1rem;display:flex}.nav a{color:var(--muted);font-size:.92rem;font-weight:650;text-decoration:none}.nav a:hover{color:var(--brand-bright)}.section{padding:clamp(4rem,9vw,7rem) clamp(1.25rem,5vw,4.5rem)}.narrow{max-width:1180px;margin:0 auto}.hero{grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);align-items:center;gap:clamp(2rem,6vw,5rem);min-height:78vh;display:grid}.eyebrow{color:var(--brand-bright);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .9rem;font-size:.78rem;font-weight:800}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.08em;max-width:12ch;margin-bottom:1.3rem;font-size:clamp(3rem,7vw,6rem);line-height:.94}h2{letter-spacing:-.05em;margin-bottom:1.2rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.02}h3{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.1rem}.lead{color:var(--muted);max-width:42rem;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;gap:.55rem;min-height:3.15rem;padding:.9rem 1.25rem;font-weight:800;text-decoration:none;display:inline-flex}.button.primary{background:var(--brand);color:#100d0b}.button.secondary{border:1px solid var(--line);color:var(--text)}.hero-card,.feature-card,.policy-card{border:1px solid var(--line);box-shadow:0 1.5rem 4rem var(--shadow);background:linear-gradient(145deg,#fff8ec14,#fff8ec08);border-radius:2rem}.hero-card{padding:clamp(1.5rem,4vw,2.5rem)}.card-icon{background:var(--brand);color:#100d0b;border-radius:1.5rem;justify-content:center;align-items:center;width:7rem;height:7rem;margin-bottom:2rem;font-size:4rem;display:flex}.hero-card p,.feature-card p,.policy-card p,.policy-card li{color:var(--muted);line-height:1.75}.mini-list{flex-wrap:wrap;gap:.6rem;margin-top:1.5rem;display:flex}.mini-list span{background:var(--brand-soft);border:1px solid var(--line);color:var(--brand-bright);border-radius:999px;padding:.5rem .7rem;font-size:.78rem;font-weight:800}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.feature-card{padding:1.4rem}.feature-icon{background:var(--brand-soft);color:var(--brand-bright);border-radius:1rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.2rem;display:flex}.two-column{grid-template-columns:minmax(12rem,.6fr) minmax(0,1fr);align-items:start;gap:clamp(1.5rem,5vw,4rem);max-width:1180px;margin:0 auto;display:grid}.policy-card{padding:clamp(1.4rem,3vw,2.25rem)}.policy-card ul{margin-bottom:0;padding-left:1.2rem}.privacy-section{max-width:1040px;margin:0 auto}.privacy-header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem;display:flex}.last-updated{background:var(--brand-soft);border:1px solid var(--line);color:var(--brand-bright);white-space:nowrap;border-radius:999px;align-items:center;gap:.45rem;padding:.6rem .85rem;font-size:.82rem;font-weight:800;display:inline-flex}.policy-content h3{border-top:1px solid var(--line);margin-top:1.6rem;padding-top:1.6rem}.policy-content a{color:var(--brand-bright)}.footer{border-top:1px solid var(--line);color:var(--dim);flex-wrap:wrap;justify-content:space-between;gap:.75rem 2rem;padding:2rem clamp(1.25rem,5vw,4.5rem);display:flex}.footer p{margin:0}@media (width<=880px){.header{flex-direction:column;align-items:flex-start}.hero,.two-column{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}h1{max-width:100%}.privacy-header{flex-direction:column;align-items:flex-start}}@media (width<=560px){.nav{gap:.65rem}.nav a{font-size:.86rem}.feature-grid{grid-template-columns:1fr}.button{width:100%}}
