:root {
  --magenta: #D60270;
  --plum: #9B4F96;
  --royal: #0038A8;
  --grad: linear-gradient(135deg, var(--magenta), var(--plum) 50%, var(--royal));
  --bg: #FBF8F4;
  --surface: #FFFFFF;
  --surface-2: #F4EEF3;
  --text: #1E1A22;
  --muted: #5F5866;
  --line: #E7DFE6;
  --accent: #A3237A;
  --shadow: 0 30px 60px -20px rgba(60, 20, 70, .35), 0 12px 24px -12px rgba(60, 20, 70, .25);
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #141117;
    --surface: #1D1921;
    --surface-2: #231D29;
    --text: #F3EEF5;
    --muted: #ABA2B2;
    --line: #332C39;
    --accent: #E98AC7;
    --shadow: 0 30px 60px -20px rgba(0, 0, 0, .7), 0 12px 24px -12px rgba(0, 0, 0, .6);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 17px/1.6 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--accent); }
h1, h2, h3 { font-family: Fraunces, Georgia, serif; font-weight: 700; line-height: 1.15; margin: 0; letter-spacing: -.01em; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 720px) { .wrap { padding: 0 32px; } }

/* Nav */
nav { position: sticky; top: 0; z-index: 10; background: color-mix(in srgb, var(--bg) 85%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 60px; }
.brand { display: flex; align-items: center; gap: 10px; font: 700 20px Fraunces, Georgia, serif; color: var(--text); text-decoration: none; }
.brand img { width: 30px; height: 30px; border-radius: 7px; }
nav ul { display: none; list-style: none; margin: 0; padding: 0; gap: 28px; }
nav ul a { color: var(--muted); text-decoration: none; font-weight: 500; font-size: 15px; }
nav ul a:hover { color: var(--text); }
@media (min-width: 720px) { nav ul { display: flex; } }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 56px 0 72px; }
.hero::before {
  content: ""; position: absolute; inset: -40% -20% auto auto; width: 900px; height: 900px;
  background: radial-gradient(circle, color-mix(in srgb, var(--plum) 28%, transparent), transparent 65%);
  pointer-events: none;
}
.hero .wrap { position: relative; display: grid; gap: 48px; align-items: center; }
@media (min-width: 900px) { .hero .wrap { grid-template-columns: 1.1fr .9fr; } .hero { padding: 88px 0 104px; } }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.hero h1 { font-size: clamp(40px, 7vw, 68px); }
.hero h1 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lede { font-size: clamp(18px, 2.2vw, 21px); color: var(--muted); max-width: 34em; margin: 22px 0 32px; }
.cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-weight: 600; font-size: 16px; text-decoration: none; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 10px 24px -10px var(--magenta); }
.btn-ghost { color: var(--text); border: 1px solid var(--line); background: var(--surface); }
.platforms { margin-top: 28px; font-size: 14px; color: var(--muted); display: flex; gap: 18px; flex-wrap: wrap; }
.platforms span::before { content: "✓ "; color: var(--accent); font-weight: 700; }

/* Phone frame */
.phone { width: min(300px, 78vw); margin: 0 auto; border-radius: 46px; padding: 10px; background: #0d0b0f; box-shadow: var(--shadow); border: 1px solid #2a2530; }
.phone img { border-radius: 37px; width: 100%; aspect-ratio: 1206 / 2622; object-fit: cover; }
.hero-phones { position: relative; display: flex; justify-content: center; }
.hero-phones .phone.back { display: none; }
@media (min-width: 1000px) {
  .hero-phones .phone.front { transform: translateX(-60px) rotate(-3deg); z-index: 2; }
  .hero-phones .phone.back { display: block; position: absolute; top: 40px; transform: translateX(110px) rotate(4deg) scale(.9); opacity: .95; }
}

/* Stat strip */
.strip { border-block: 1px solid var(--line); background: var(--surface); }
.strip .wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0; }
.strip div { padding: 26px 8px; text-align: center; }
.strip b { display: block; font: 700 20px Fraunces, Georgia, serif; }
.strip small { color: var(--muted); font-size: 14px; }

/* Sections */
section.block { padding: 88px 0; }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(30px, 4.5vw, 44px); }
.section-head p { color: var(--muted); font-size: 18px; margin: 14px 0 0; }

.grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
.card .ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--surface-2); color: var(--accent); margin-bottom: 18px; }
.card .ico svg { width: 22px; height: 22px; }
.card h3 { font-size: 21px; margin-bottom: 8px; }
.card p { margin: 0; color: var(--muted); font-size: 16px; }

/* Feature rows */
.feature { display: grid; gap: 40px; align-items: center; padding: 40px 0; }
@media (min-width: 860px) {
  .feature { grid-template-columns: 1fr 1fr; gap: 80px; padding: 56px 0; }
  .feature.flip .copy { order: 2; }
}
.feature .num { font: 600 13px Inter, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); }
.feature h3 { font-size: clamp(28px, 3.6vw, 38px); margin: 10px 0 16px; }
.feature p { color: var(--muted); margin: 0 0 14px; }
.feature ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; }
.feature li { padding-left: 28px; position: relative; }
.feature li::before { content: ""; position: absolute; left: 0; top: .55em; width: 14px; height: 3px; border-radius: 2px; background: var(--grad); }
.shot-bg { border-radius: 28px; padding: 44px 16px; background: var(--surface-2); display: flex; justify-content: center; }

/* Scanning panel */
.scan { background: var(--grad); color: #fff; border-radius: 28px; padding: 48px 24px; }
@media (min-width: 720px) { .scan { padding: 64px 56px; } }
.scan h2 { font-size: clamp(30px, 4.5vw, 44px); }
.scan > p { max-width: 640px; opacity: .92; font-size: 18px; margin: 14px 0 36px; }
.scan .grid .card { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); color: #fff; }
.scan .grid .card p { color: rgba(255,255,255,.88); }
.scan .grid .card .ico { background: rgba(255,255,255,.18); color: #fff; }

/* CTA */
.final { text-align: center; padding: 96px 0 104px; }
.final img { width: 96px; height: 96px; border-radius: 22px; margin: 0 auto 24px; box-shadow: var(--shadow); }
.final h2 { font-size: clamp(32px, 5vw, 50px); }
.final p { color: var(--muted); font-size: 18px; max-width: 520px; margin: 16px auto 32px; }
.final .cta { justify-content: center; }

footer { border-top: 1px solid var(--line); padding: 32px 0; color: var(--muted); font-size: 14px; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; }
