:root {
  --navy: #062858;
  --navy2: #0d4a8f;
  --gold: #efb619;
  --gold-d: #b7860b;
  --ink: #102b4b;
  --muted: #5f6f86;
  --line: #e6eaf0;
  --canvas: #f5f6fa;
  --violet: #6a4bc4;
  --pink: #c2417a;
  --r: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }

.wrap { width: min(1160px, 100% - 40px); margin-inline: auto; }
.narrow { width: min(760px, 100% - 40px); }
.center { text-align: center; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .95em 1.5em; border-radius: 14px; font-weight: 700; font-size: 1rem;
  transition: transform .15s ease, box-shadow .15s ease, background .15s;
}
.btn:hover { transform: translateY(-2px); }
.btn.sm { padding: .65em 1.1em; font-size: .92rem; }
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 10px 30px -10px rgba(239, 182, 25, .7); }
.btn-ghost { color: #fff; border: 1.5px solid rgba(255, 255, 255, .35); }
.btn-ghost:hover { background: rgba(255, 255, 255, .08); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: 0 10px 30px -12px rgba(6, 40, 88, .6); }

/* Nav */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .25s, box-shadow .25s; }
.nav.scrolled { background: rgba(6, 40, 88, .92); backdrop-filter: blur(12px); box-shadow: 0 6px 24px -12px rgba(0, 0, 0, .4); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.brand img { border-radius: 50%; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 1.35rem; letter-spacing: .12em; font-weight: 800; }
.brand small { font-size: .56rem; letter-spacing: .38em; margin-top: 3px; }
.links { display: flex; align-items: center; gap: 28px; }
.links a:not(.btn) { color: rgba(255, 255, 255, .85); font-weight: 600; font-size: .95rem; }
.links a:not(.btn):hover { color: var(--gold); }
.burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.burger span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

/* Hero */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(1200px 600px at 85% -10%, #1a5bb0 0%, transparent 60%),
              linear-gradient(160deg, var(--navy) 0%, #041c40 100%);
  padding: 150px 0 110px;
}
.hero-glow {
  position: absolute; width: 520px; height: 520px; left: -160px; bottom: -260px;
  background: radial-gradient(circle, rgba(239, 182, 25, .25), transparent 65%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; color: var(--gold); margin-bottom: 1.1em; }
.eyebrow.dark { color: var(--gold-d); }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 800; letter-spacing: -.035em; }
.hl { color: var(--gold); position: relative; white-space: nowrap; }
.hl::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: .06em; height: .14em;
  background: var(--gold); opacity: .35; border-radius: 4px;
}
.lead { font-size: 1.15rem; color: #cad7e8; max-width: 560px; }
.lead em { color: #fff; font-style: normal; font-weight: 700; }
.cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 44px; }
.stats { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 14px 36px; }
.stats li { display: flex; flex-direction: column; }
.stats b { font-size: 2rem; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; }
.stats span { color: #9fb3cf; font-size: .9rem; }

/* Phone mockup */
.phone {
  justify-self: center; width: 320px; padding: 12px; border-radius: 46px;
  background: linear-gradient(145deg, #1d2a3f, #0b1320);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7), inset 0 0 0 2px rgba(255, 255, 255, .08);
  transform: rotate(2.5deg);
}
.phone-screen { background: var(--canvas); border-radius: 36px; padding: 14px 14px 18px; color: var(--ink); overflow: hidden; height: 620px; }
.p-bar { display: flex; justify-content: space-between; font-size: .75rem; font-weight: 700; padding: 2px 10px 10px; }
.p-head { background: linear-gradient(135deg, var(--navy), var(--navy2)); color: #fff; border-radius: 20px; padding: 16px; }
.p-head small { color: var(--gold); font-size: .6rem; letter-spacing: .14em; font-weight: 800; }
.p-head p { margin: 6px 0 2px; color: #cad7e8; font-size: .8rem; }
.p-head strong { font-size: 1.35rem; }
.chips { display: flex; gap: 6px; margin-top: 10px; }
.chips i { font-style: normal; font-size: .62rem; background: rgba(255, 255, 255, .12); padding: 4px 8px; border-radius: 10px; }
.p-listen { background: #fff; border: 1px solid rgba(194, 65, 122, .4); border-radius: 16px; padding: 10px; margin: 10px 0; }
.p-listen-top { display: flex; align-items: center; gap: 8px; font-size: .78rem; }
.p-listen-top small { display: block; color: var(--muted); font-size: .66rem; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 0 rgba(194, 65, 122, .6); animation: pulse 1.6s infinite; }
@keyframes pulse { to { box-shadow: 0 0 0 9px rgba(194, 65, 122, 0); } }
.p-voices { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 8px 0; }
.p-voices i { font-style: normal; font-size: .68rem; font-weight: 700; text-align: center; padding: 6px; border-radius: 9px; background: var(--canvas); color: var(--muted); }
.p-voices i.on { background: rgba(194, 65, 122, .1); color: var(--pink); outline: 1px solid var(--pink); }
.p-play { display: flex; align-items: center; gap: 8px; font-size: .8rem; }
.p-play span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .65rem; }
.p-play b { flex: 1; background: var(--pink); color: #fff; text-align: center; padding: 8px; border-radius: 10px; font-size: .78rem; }
.p-intro { background: linear-gradient(135deg, #f6f2ff, #fff8e6); border: 1px solid #e2d9f7; border-radius: 16px; padding: 12px; font-size: .78rem; line-height: 1.55; }
.p-intro small { color: var(--violet); font-weight: 800; letter-spacing: .12em; font-size: .58rem; }
.p-intro b { display: block; font-size: .95rem; margin: 2px 0 6px; color: var(--navy); }
.p-intro p { margin: 0 0 6px; }
.p-intro .reading { background: rgba(239, 182, 25, .22); border-radius: 6px; padding: 2px 4px; }

/* Sections */
.section { padding: 110px 0; }
.section.alt { background: var(--canvas); }
.head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.sub { color: var(--muted); font-size: 1.05rem; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.two p { color: var(--muted); font-size: 1.05rem; }
.checks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.checks li { position: relative; padding-left: 34px; font-weight: 600; }
.checks li::before {
  content: '✓'; position: absolute; left: 0; top: 0; width: 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center; background: #fff3cf; color: var(--gold-d); font-size: .8rem; font-weight: 800;
}

.steps { display: grid; gap: 16px; }
.step {
  display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); padding: 20px 22px; box-shadow: 0 12px 30px -24px rgba(6, 40, 88, .4);
}
.step > span {
  flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  background: var(--navy); color: var(--gold); font-weight: 800;
}
.step:first-child { background: linear-gradient(135deg, #f6f2ff, #fff8e6); border-color: #e2d9f7; }
.step:first-child > span { background: var(--violet); color: #fff; }
.step b { display: block; margin-bottom: 2px; }
.step p { margin: 0; color: var(--muted); font-size: .95rem; }

.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -28px rgba(6, 40, 88, .45); }
.card p { color: var(--muted); margin: 0; }
.ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 1.5rem; background: #fff3cf; margin-bottom: 18px; }
.soon { font-style: normal; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--violet); background: #f1edfc; padding: 3px 8px; border-radius: 8px; vertical-align: middle; margin-left: 6px; }

.tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 34px; }
.tabs button {
  font: inherit; font-weight: 700; border: 1px solid var(--line); background: #fff; color: var(--muted);
  padding: .7em 1.6em; border-radius: 999px; cursor: pointer; transition: all .15s;
}
.tabs button.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.levels { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.level { border: 1px solid var(--line); border-radius: var(--r); padding: 22px; background: #fff; animation: rise .4s ease both; }
.level header { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.level h3 { margin: 0; font-size: 1.3rem; }
.level header span { font-size: .8rem; font-weight: 700; color: var(--gold-d); background: #fff3cf; padding: 3px 10px; border-radius: 10px; white-space: nowrap; }
.series { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.series i { font-style: normal; font-size: .75rem; font-weight: 700; color: var(--navy); background: #edf2f8; padding: 3px 9px; border-radius: 8px; }
.level ul { list-style: none; margin: 0; padding: 0; }
.level li { display: flex; justify-content: space-between; padding: 8px 0; border-top: 1px dashed var(--line); font-size: .95rem; }
.level li b { color: var(--muted); font-weight: 600; }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } }

.quote {
  background: linear-gradient(145deg, var(--navy), var(--navy2)); color: #fff; border-radius: 28px; padding: 44px;
  position: relative; box-shadow: 0 30px 60px -30px rgba(6, 40, 88, .7);
}
.quote::before { content: '“'; position: absolute; top: -10px; left: 26px; font-size: 7rem; color: var(--gold); line-height: 1; font-family: Georgia, serif; }
.quote p { font-size: 1.35rem; font-weight: 600; line-height: 1.5; color: #fff; }
.quote span { color: #9fb3cf; font-size: .9rem; }

details { border-bottom: 1px solid var(--line); padding: 6px 0; }
summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 1.08rem; padding: 16px 40px 16px 0; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--gold-d); transition: transform .2s; }
details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
details p { color: var(--muted); padding-bottom: 12px; margin: 0; }

.download { background: linear-gradient(120deg, var(--gold) 0%, #f7cd52 100%); padding: 70px 0; }
.dl { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; color: var(--navy); }
.dl h2 { margin-bottom: .2em; }
.dl p { margin: 0; font-weight: 600; }
.stores { display: flex; gap: 14px; flex-wrap: wrap; }
.store { display: flex; flex-direction: column; background: var(--navy); color: #fff; padding: 12px 22px; border-radius: 14px; line-height: 1.2; min-width: 170px; }
.store small { font-size: .72rem; color: #cad7e8; }
.store b { font-size: 1.15rem; }

.footer { background: #041c40; color: #9fb3cf; padding: 34px 0; }
.foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.foot p { margin: 0; font-size: .9rem; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .dot, .level { animation: none; }
  html { scroll-behavior: auto; }
}

/* Responsive */
@media (max-width: 960px) {
  .hero { padding: 120px 0 80px; }
  .hero-grid, .two { grid-template-columns: 1fr; gap: 50px; }
  .phone { transform: none; }
  .grid3 { grid-template-columns: 1fr 1fr; }
  .section { padding: 80px 0; }
}
@media (max-width: 760px) {
  .burger { display: block; }
  .links {
    position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--navy); padding: 10px 20px 20px; display: none; box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .5);
  }
  .links.open { display: flex; }
  .links a:not(.btn) { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .links .btn { margin-top: 14px; }
  .nav:has(.links.open) { background: var(--navy); }
  .grid3 { grid-template-columns: 1fr; }
  .phone { width: 290px; }
  .phone-screen { height: 570px; }
  .quote { padding: 34px 26px; }
  .quote p { font-size: 1.15rem; }
}
