
:root{
  --bg:#02090d;
  --bg2:#07151b;
  --card:#0b161c;
  --card2:#0d1d24;
  --text:#f4f8fa;
  --muted:#a9b5bb;
  --line:rgba(255,255,255,.10);
  --accent:#19dfbf;
  --accent2:#10c9ef;
  --shadow:0 24px 80px rgba(0,0,0,.42);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(900px 560px at 14% 0%, rgba(25,223,191,.13), transparent 60%),
    radial-gradient(800px 500px at 92% 5%, rgba(16,201,239,.10), transparent 60%),
    var(--bg);
  line-height:1.55;
}
a{color:inherit}
.container{width:min(1160px, calc(100% - 40px)); margin:auto}
nav{
  position:sticky; top:0; z-index:20;
  background:rgba(2,9,13,.82);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.nav-inner{height:72px; display:flex; align-items:center; justify-content:space-between; gap:24px}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none; font-weight:750; letter-spacing:-.02em}
.brand img{width:38px; height:38px; border-radius:10px}
.nav-links{display:flex; align-items:center; gap:24px; font-size:14px; color:var(--muted)}
.nav-links a{text-decoration:none}
.nav-links a:hover{color:var(--text)}
.button{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  min-height:44px; padding:0 18px; border-radius:12px;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  color:#00100f; font-weight:800; text-decoration:none; border:0;
}
.button.secondary{background:transparent; color:var(--text); border:1px solid var(--line)}
.hero{padding:86px 0 62px; text-align:center}
.eyebrow{color:var(--accent); font-weight:800; letter-spacing:.12em; text-transform:uppercase; font-size:12px}
h1{font-size:clamp(44px,7vw,78px); line-height:.98; letter-spacing:-.055em; margin:14px auto 22px; max-width:980px}
.lead{font-size:clamp(18px,2.4vw,23px); color:var(--muted); max-width:760px; margin:0 auto 30px}
.cta-row{display:flex; flex-wrap:wrap; justify-content:center; gap:12px}
.hero-shot{
  margin:52px auto 0; padding:10px;
  border:1px solid rgba(25,223,191,.32);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(25,223,191,.08),rgba(16,201,239,.04));
  box-shadow:var(--shadow), 0 0 65px rgba(25,223,191,.08);
}
.hero-shot img{display:block; width:100%; border-radius:17px}
section{padding:72px 0}
.section-kicker{color:var(--accent); text-transform:uppercase; letter-spacing:.12em; font-weight:800; font-size:12px}
h2{font-size:clamp(32px,4.5vw,50px); letter-spacing:-.045em; line-height:1.05; margin:10px 0 16px}
.section-copy{color:var(--muted); font-size:18px; max-width:700px}
.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px}
.step{
  border:1px solid var(--line); border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));
  padding:26px;
}
.num{width:34px;height:34px;border-radius:10px;background:rgba(25,223,191,.12);color:var(--accent);display:grid;place-items:center;font-weight:900}
.step h3{margin:18px 0 8px;font-size:21px}
.step p{margin:0;color:var(--muted)}
.feature{
  display:grid; grid-template-columns:1fr 1.25fr; gap:52px; align-items:center;
  margin-top:34px;
}
.feature.reverse{grid-template-columns:1.25fr 1fr}
.feature.reverse .feature-copy{order:2}
.feature-copy p{color:var(--muted); font-size:18px}
.feature-img{border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);background:#000}
.feature-img img{width:100%;display:block}
.pill{display:inline-block;padding:7px 11px;border-radius:999px;border:1px solid rgba(25,223,191,.25);background:rgba(25,223,191,.07);color:var(--accent);font-weight:800;font-size:12px}
.callout{
  border:1px solid rgba(25,223,191,.20);
  background:linear-gradient(135deg,rgba(25,223,191,.08),rgba(16,201,239,.04));
  border-radius:26px; padding:42px; display:flex; justify-content:space-between; gap:28px; align-items:center;
}
.callout h2{margin:0 0 10px;font-size:38px}
.callout p{margin:0;color:var(--muted);max-width:650px}
.page-hero{padding:72px 0 34px}
.page-hero h1{font-size:58px;text-align:left;margin-left:0}
.content-card{
  border:1px solid var(--line); background:rgba(255,255,255,.025);
  border-radius:22px; padding:30px; margin:18px 0;
}
.content-card h2{font-size:28px;margin-top:0}
.content-card h3{font-size:18px;margin:22px 0 7px}
.content-card p,.content-card li{color:var(--muted)}
.content-card ul{padding-left:22px}
.notice{border-left:3px solid var(--accent);padding:13px 16px;background:rgba(25,223,191,.06);color:var(--muted);border-radius:0 10px 10px 0}
footer{border-top:1px solid var(--line);margin-top:72px;padding:34px 0 54px;color:#809097;font-size:13px}
.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-links{display:flex;gap:18px}
.footer-links a{text-decoration:none}
@media(max-width:850px){
  .nav-links a:not(.button){display:none}
  .steps{grid-template-columns:1fr}
  .feature,.feature.reverse{grid-template-columns:1fr;gap:24px}
  .feature.reverse .feature-copy{order:0}
  .callout{align-items:flex-start;flex-direction:column}
  .hero{padding-top:58px}
}
