:root {
  --bg: #07111f;
  --bg-soft: #0b1728;
  --card: rgba(255,255,255,.075);
  --card-strong: rgba(255,255,255,.11);
  --text: #f5f8ff;
  --muted: #aebbd0;
  --line: rgba(255,255,255,.13);
  --brand: #7c8cff;
  --brand-2: #6fe0cf;
  --accent: #f5cb67;
  --danger: #ff8e8e;
  --shadow: 0 22px 70px rgba(0,0,0,.28);
  --radius: 24px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(124,140,255,.22), transparent 31rem),
    radial-gradient(circle at 88% 18%, rgba(111,224,207,.14), transparent 29rem),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img, svg { max-width: 100%; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7,17,31,.7);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--brand), var(--brand-2));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 8px 30px rgba(124,140,255,.25);
}
.brand-mark svg { width: 22px; height: 22px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: .95rem; font-weight: 650; }
.nav-links a:hover, .nav-links a:focus-visible { color: white; }
.nav-toggle { display: none; border: 0; background: transparent; color: white; font-size: 1.45rem; }

.hero { padding: 92px 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 7px 11px; border: 1px solid var(--line); background: rgba(255,255,255,.05); border-radius: 999px; color: #dce5f5; font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-2); box-shadow: 0 0 0 5px rgba(111,224,207,.1); }
h1 { margin: 22px 0 20px; font-size: clamp(3rem, 7vw, 6rem); line-height: .98; letter-spacing: -.065em; max-width: 850px; }
.hero h1 span { background: linear-gradient(100deg, #fff 20%, #b9c3ff 60%, #8be8d9); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--muted); max-width: 650px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border-radius: 14px; text-decoration: none; font-weight: 760; border: 1px solid transparent; }
.btn-primary { background: white; color: #0c1424; box-shadow: 0 8px 26px rgba(255,255,255,.12); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.045); color: white; }
.btn:hover { transform: translateY(-1px); }
.microcopy { margin-top: 15px; color: #8090aa; font-size: .86rem; }

.phone-wrap { position: relative; min-height: 550px; display: grid; place-items: center; }
.orb { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: linear-gradient(145deg, rgba(124,140,255,.38), rgba(111,224,207,.18)); filter: blur(2px); box-shadow: 0 0 90px rgba(124,140,255,.16); }
.phone { position: relative; width: 290px; aspect-ratio: .51; background: #03070c; border: 1px solid rgba(255,255,255,.25); border-radius: 48px; padding: 10px; box-shadow: var(--shadow), inset 0 0 0 2px #111b2a; transform: rotate(3deg); }
.phone-screen { height: 100%; border-radius: 39px; padding: 30px 20px; overflow: hidden; background: linear-gradient(180deg, #111b34, #0c1325 60%, #101a2d); position: relative; }
.island { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 92px; height: 25px; background: #020407; border-radius: 18px; }
.mock-top { margin-top: 52px; color: #8c9cb8; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.mock-title { font-size: 1.9rem; line-height: 1.05; letter-spacing: -.04em; margin: 8px 0 22px; }
.question-card { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 21px; padding: 18px; }
.question { font-size: 1.03rem; font-weight: 760; margin: 0 0 14px; }
.choice { margin: 8px 0; padding: 11px 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); color: #d7dfec; font-size: .9rem; }
.choice.active { border-color: rgba(111,224,207,.6); background: rgba(111,224,207,.12); }
.unlock { margin-top: 18px; padding: 12px; text-align: center; border-radius: 13px; background: linear-gradient(90deg, var(--brand), #8c79ff); font-weight: 800; }
.streak { display: flex; justify-content: space-between; margin-top: 18px; color: #8999b4; font-size: .78rem; }

.section { padding: 86px 0; }
.section.alt { background: rgba(255,255,255,.018); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.section-head { max-width: 730px; margin-bottom: 42px; }
.kicker { color: #9aa7ff; font-weight: 800; text-transform: uppercase; font-size: .78rem; letter-spacing: .12em; }
h2 { margin: 10px 0 14px; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.05; letter-spacing: -.05em; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 25px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)); }
.card-number { width: 40px; height: 40px; border-radius: 13px; display: grid; place-items: center; background: rgba(124,140,255,.15); color: #bcc5ff; font-weight: 900; }
.card h3 { margin: 18px 0 9px; font-size: 1.25rem; letter-spacing: -.025em; }
.card p { margin: 0; color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature { min-height: 230px; padding: 28px; border-radius: 26px; border: 1px solid var(--line); background: rgba(255,255,255,.04); }
.feature .icon { width: 45px; height: 45px; border-radius: 14px; display: grid; place-items: center; background: rgba(111,224,207,.12); font-size: 1.2rem; }
.feature h3 { margin: 23px 0 8px; font-size: 1.35rem; }
.feature p { color: var(--muted); margin: 0; }

.quote { padding: 34px; border-radius: 28px; background: linear-gradient(125deg, rgba(124,140,255,.13), rgba(111,224,207,.08)); border: 1px solid var(--line); font-size: clamp(1.35rem, 3vw, 2.2rem); letter-spacing: -.035em; line-height: 1.25; }

.cta-panel { border-radius: 34px; padding: 48px; background: linear-gradient(135deg, rgba(124,140,255,.24), rgba(111,224,207,.15)); border: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.cta-panel h2 { margin: 0; max-width: 700px; }

.footer { padding: 46px 0 35px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
.footer p, .footer a { color: var(--muted); }
.footer a { text-decoration: none; }
.footer a:hover { color: white; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-title { color: white !important; font-weight: 780; margin-bottom: 5px; }
.copyright { margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #7787a0; font-size: .86rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }

.page-hero { padding: 72px 0 35px; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); margin-bottom: 16px; }
.page-hero p { color: var(--muted); max-width: 760px; font-size: 1.06rem; }
.content-card { max-width: 860px; margin-bottom: 80px; padding: 34px; border-radius: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.045); }
.content-card h2 { font-size: 1.55rem; margin: 34px 0 10px; letter-spacing: -.025em; }
.content-card h2:first-child { margin-top: 0; }
.content-card h3 { margin-top: 23px; }
.content-card p, .content-card li { color: #c1ccdd; }
.content-card li + li { margin-top: 7px; }
.notice { padding: 15px 17px; border-left: 3px solid var(--accent); background: rgba(245,203,103,.075); border-radius: 8px 14px 14px 8px; color: #e7d59e; }
.notice strong { color: white; }
.contact-box { display: grid; gap: 14px; margin: 22px 0; }
.contact-line { padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); }
.contact-line b { display: block; margin-bottom: 3px; color: white; }
.faq { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 15px; padding: 15px 17px; background: rgba(255,255,255,.035); }
summary { cursor: pointer; font-weight: 760; }
details p { margin-bottom: 0; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero { padding-top: 65px; }
  .phone-wrap { min-height: 500px; }
  .grid-3, .feature-grid { grid-template-columns: 1fr; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 14px; right: 14px; top: 64px; padding: 14px; background: #0d1829; border: 1px solid var(--line); border-radius: 16px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 8px; }
  .hero { padding-top: 52px; }
  h1 { font-size: 3.2rem; }
  .phone { width: 255px; }
  .phone-wrap { min-height: 470px; }
  .section { padding: 68px 0; }
  .content-card { padding: 22px; }
  .cta-panel { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
