:root {
  --navy-900: #050c1a; --navy-800: #0a1730; --navy-700: #11244a; --navy-600: #1c3466;
  --teal: #3cd9d0; --teal-soft: rgba(60, 217, 208, 0.16); --teal-glow: rgba(60, 217, 208, 0.45);
  --fg: #eef3fb; --muted: #97a6c2; --line: rgba(151, 166, 194, 0.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--fg); font: 17px/1.55 -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, system-ui, sans-serif;
  background: radial-gradient(1200px 600px at 50% -10%, var(--navy-600) 0%, var(--navy-800) 45%, var(--navy-900) 100%) fixed, var(--navy-900);
}
a { color: var(--teal); }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 22px; }
nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
nav .brand { display: flex; align-items: center; gap: 10px; color: var(--fg); text-decoration: none; font-weight: 700; }
nav .brand img { width: 32px; height: 32px; border-radius: 8px; }
nav .links a { color: var(--muted); text-decoration: none; margin-left: 22px; font-size: 15px; }
nav .links a:hover { color: var(--fg); }

.hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; padding: 48px 0 40px; }
.hero h1 { font-size: clamp(38px, 6vw, 60px); line-height: 1.05; letter-spacing: -0.03em; margin: 18px 0 16px; }
.hero h1 em { font-style: normal; color: var(--teal); }
.hero p { font-size: 20px; color: var(--muted); margin: 0 0 28px; max-width: 480px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--teal); }
.cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 14px; text-decoration: none; font-weight: 600; font-size: 16px; }
.btn.primary { background: var(--teal); color: var(--navy-900); box-shadow: 0 10px 40px var(--teal-glow); }
.btn.ghost { color: var(--fg); border: 1px solid var(--line); background: rgba(255,255,255,0.03); }
.btn svg { width: 20px; height: 20px; }
.hero-art { position: relative; display: flex; justify-content: center; }
.hero-art .icon { width: 140px; height: 140px; border-radius: 32px; position: absolute; left: -10px; bottom: 60px; box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 60px var(--teal-glow); z-index: 2; }

.phone { width: 300px; padding: 10px; border-radius: 46px; background: linear-gradient(160deg, #2a3a5c, #0c1832); box-shadow: 0 40px 100px rgba(0,0,0,0.65), inset 0 0 0 1px rgba(255,255,255,0.08); }
.phone img { display: block; width: 100%; border-radius: 38px; }
.phone.small { width: 230px; padding: 8px; border-radius: 38px; }
.phone.small img { border-radius: 31px; }

section { padding: 56px 0; }
section h2 { font-size: clamp(28px, 4vw, 38px); letter-spacing: -0.02em; line-height: 1.1; margin: 8px 0 12px; }
section > .wrap > p.lede, .lede { color: var(--muted); font-size: 19px; max-width: 620px; margin: 0 0 32px; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { background: rgba(255,255,255,0.035); border: 1px solid var(--line); border-radius: 20px; padding: 22px; }
.feature .glyph { width: 44px; height: 44px; border-radius: 12px; background: var(--teal-soft); display: grid; place-items: center; margin-bottom: 14px; }
.feature .glyph svg { width: 22px; height: 22px; stroke: var(--teal); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { margin: 0 0 6px; font-size: 18px; }
.feature p { margin: 0; color: var(--muted); font-size: 15px; }

.screens { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; margin-top: 12px; }
.screens figure { margin: 0; text-align: center; }
.screens figcaption { margin-top: 14px; color: var(--muted); font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: step; }
.step { position: relative; padding: 22px 20px 20px; border-radius: 20px; background: linear-gradient(180deg, rgba(60,217,208,0.10), rgba(60,217,208,0.02)); border: 1px solid var(--line); }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-size: 13px; letter-spacing: 0.12em; color: var(--teal); font-weight: 700; }
.step h3 { margin: 8px 0 6px; font-size: 17px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; }

.awards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 8px; }
.awards figure { margin: 0; text-align: center; }
.awards img { width: 100%; max-width: 132px; border-radius: 50%; box-shadow: 0 12px 40px rgba(0,0,0,0.5); }
.awards figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); }

.packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pack { border-radius: 20px; padding: 22px; border: 1px solid var(--line); background: rgba(255,255,255,0.035); }
.pack strong { display: block; font-size: 19px; margin-bottom: 4px; }
.pack span { color: var(--muted); font-size: 15px; }
.pack .n { display: block; margin-top: 14px; font-size: 13px; color: var(--teal); letter-spacing: 0.06em; text-transform: uppercase; }

.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trust div { padding: 18px 20px; border-left: 2px solid var(--teal); }
.trust strong { display: block; margin-bottom: 4px; }
.trust span { color: var(--muted); font-size: 15px; }

footer { padding: 40px 0 60px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
footer p { margin: 0 0 10px; }
footer .row { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 18px; }
footer .row a { color: var(--fg); text-decoration: none; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 24px; }
  .hero p { margin-left: auto; margin-right: auto; }
  .cta { justify-content: center; }
  .hero-art .icon { left: 50%; transform: translateX(-190px); bottom: 20px; width: 110px; height: 110px; border-radius: 26px; }
  .features, .steps, .packs, .trust { grid-template-columns: 1fr 1fr; }
  .awards { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
  .features, .steps, .packs, .trust { grid-template-columns: 1fr; }
  .hero-art .icon { display: none; }
  nav .links a { margin-left: 14px; }
}
