:root{
  --black:#050505; --soft:#0e0e0d; --white:#fffdf8; --muted:#d9d3c2; --gold:#d3a027; --green:#168042; --red:#c9242b; --line:rgba(255,255,255,.14);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at 20% 0%,#1a1a18 0%,#050505 38%,#000 100%);color:var(--white)}
a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:18px 6vw;background:rgba(0,0,0,.78);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;font-weight:900;letter-spacing:.04em}.brand img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#fff}nav{display:flex;gap:24px;align-items:center;color:var(--muted);font-weight:700}nav a:hover{color:var(--gold)}.nav-cta{padding:10px 16px;border:1px solid var(--gold);border-radius:999px;color:var(--gold)}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;min-height:92vh;padding:72px 6vw}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-weight:900;font-size:.78rem}.hero h1{font-size:clamp(4rem,12vw,10rem);line-height:.82;margin:18px 0 8px;font-weight:900;letter-spacing:-.08em}.hero h1 span{display:block;color:var(--gold);letter-spacing:-.05em}.domain{font-size:clamp(1.5rem,3vw,2.6rem);color:var(--gold);font-weight:900;margin:0 0 28px}.lead{font-size:clamp(1.15rem,2vw,1.65rem);line-height:1.35;max-width:740px;color:#f6f0df}.cta-row{display:flex;flex-wrap:wrap;gap:16px;margin:34px 0}.button{padding:16px 24px;border-radius:14px;font-weight:900}.primary{background:var(--gold);color:#080808}.secondary{border:1px solid var(--line);background:rgba(255,255,255,.06)}.micro{color:var(--muted)}.hero-art img{width:100%;max-height:820px;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.65))}
.section{padding:88px 6vw;border-top:1px solid var(--line)}.mission{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start;background:linear-gradient(90deg,rgba(211,160,39,.10),transparent)}h2{font-size:clamp(2.1rem,5vw,4.4rem);line-height:.96;margin:0 0 22px;letter-spacing:-.055em}.mission p:last-child,.download p{font-size:1.25rem;line-height:1.6;color:var(--muted)}.section-title{max-width:860px;margin-bottom:40px}.feature-grid,.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-grid article,.status-card{padding:28px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.055);box-shadow:0 22px 80px rgba(0,0,0,.25)}.icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;font-weight:900;font-size:1.7rem;margin-bottom:24px}.green{background:var(--green)}.gold{background:var(--gold);color:#000}.red{background:var(--red)}.dark{background:#222;border:1px solid var(--line)}h3{font-size:1.35rem;margin:0 0 10px}.feature-grid p{color:var(--muted);line-height:1.55}.screen-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.screen-grid figure{margin:0;padding:14px;background:rgba(255,255,255,.065);border:1px solid var(--line);border-radius:28px}.screen-grid img{width:100%;border-radius:22px;display:block}.screen-grid figcaption{text-align:center;font-weight:900;margin-top:14px;color:var(--gold)}.status-card{min-height:150px;display:flex;flex-direction:column;justify-content:center}.status-card strong{font-size:2rem}.status-card span{color:var(--white);line-height:1.35}.green-card{border-color:rgba(22,128,66,.75)}.green-card strong{color:#31c36f}.gold-card{border-color:rgba(211,160,39,.75)}.gold-card strong{color:var(--gold)}.red-card{border-color:rgba(201,36,43,.75)}.red-card strong{color:#ff464d}.download{display:grid;grid-template-columns:220px 1fr;gap:44px;align-items:center;background:linear-gradient(135deg,rgba(22,128,66,.16),rgba(211,160,39,.12))}.download img{width:220px;border-radius:50%;background:#fff}.download form{display:flex;gap:12px;max-width:560px;margin-top:26px}.download input{flex:1;padding:18px 18px;border-radius:14px;border:1px solid var(--line);background:#fff;color:#000;font-size:1rem}.download button{padding:18px 24px;border:0;border-radius:14px;background:var(--gold);font-weight:900;color:#000}footer{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;padding:34px 6vw;color:var(--muted);border-top:1px solid var(--line)}footer strong{color:var(--gold)}
@media (max-width:980px){.hero,.mission,.download{grid-template-columns:1fr}.feature-grid,.screen-grid,.status-grid{grid-template-columns:1fr 1fr}nav{display:none}.hero{padding-top:48px}.hero-art{order:-1}.hero-art img{max-height:620px}.download form{flex-direction:column}}
@media (max-width:560px){.feature-grid,.screen-grid,.status-grid{grid-template-columns:1fr}.site-header{padding:14px 20px}.hero,.section{padding-left:20px;padding-right:20px}.download img{width:150px}.hero h1{font-size:4.3rem}}
