/* ══════════════════════════════════════════════════════════════════════
   NameRoot — Name Pages — Shared CSS
   Generated by scripts/generate-name-pages.js
   Matches the landing page design system (Fraunces + Instrument Sans).
   Cached once across all 5,947+ name pages.
   ══════════════════════════════════════════════════════════════════════ */

:root {
  --cream:       #FAF3E8;
  --cream-deep:  #F3E8D5;
  --cream-edge:  #E8D9BE;
  --ink:         #1F1B2E;
  --ink-soft:    #3D3751;
  --ink-mute:    #7A7388;
  --rose:        #B83A58;
  --rose-deep:   #8A2340;
  --rose-light:  #D97088;
  --gold:        #C89B3C;
  --gold-soft:   #E4C577;
  --sage:        #7A8F6A;

  --serif:       'Fraunces', Georgia, 'Times New Roman', serif;
  --sans:        'Instrument Sans', system-ui, -apple-system, sans-serif;

  --max:         960px;
  --gutter:      24px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: #FCF8F1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern", "liga", "ss01";
}

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

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ─── Nav ─── */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(250, 243, 232, 0.85);
  border-bottom: 1px solid rgba(31, 27, 46, 0.08);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-brand {
  font-family: var(--serif);
  font-weight: 800;
  font-size: 24px;
  color: var(--rose);
  letter-spacing: -0.02em;
  text-decoration: none;
  font-variation-settings: "opsz" 144, "SOFT" 0;
}

.nav-cta {
  background: var(--ink);
  color: var(--cream);
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.15s, background 0.15s;
}

.nav-cta:hover {
  background: var(--rose);
  transform: translateY(-1px);
}

/* ─── Breadcrumb ─── */

.breadcrumb {
  max-width: var(--max);
  margin: 0 auto;
  padding: 32px var(--gutter) 0;
  font-size: 13px;
  color: var(--ink-mute);
}

.breadcrumb a {
  color: var(--ink-mute);
  text-decoration: none;
  transition: color 0.15s;
}

.breadcrumb a:hover { color: var(--rose); }

.breadcrumb-sep {
  margin: 0 8px;
  opacity: 0.5;
}

.breadcrumb-current {
  color: var(--ink);
  font-weight: 500;
}

/* ─── Article ─── */

article {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ─── Hero ─── */

.name-hero {
  position: relative;
  padding: 40px 0 48px;
  border-bottom: 1px solid var(--cream-edge);
  margin-bottom: 48px;
}

.name-hero::before {
  content: '';
  position: absolute;
  top: 40px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, var(--rose-light), transparent 70%);
  opacity: 0.18;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.name-hero > * { position: relative; z-index: 1; }

.name-hero h1 {
  font-family: var(--serif);
  font-size: clamp(64px, 11vw, 120px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 8px;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}

.name-hero .phonetic {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  color: var(--ink-mute);
  font-variation-settings: "opsz" 144, "SOFT" 100;
  margin-bottom: 24px;
}

.name-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.name-meta .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(31, 27, 46, 0.12);
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink-soft);
}

.name-meta .pill.gender { background: rgba(184, 58, 88, 0.08); color: var(--rose); border-color: rgba(184, 58, 88, 0.2); }
.name-meta .pill.religion { background: rgba(200, 155, 60, 0.1); color: var(--rose-deep); border-color: rgba(200, 155, 60, 0.25); }

.meaning-headline {
  font-family: var(--serif);
  font-size: clamp(22px, 3.2vw, 32px);
  font-style: italic;
  line-height: 1.35;
  color: var(--ink);
  max-width: 720px;
  margin-bottom: 36px;
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}

.meaning-headline::before { content: '“'; color: var(--rose); font-weight: 700; }
.meaning-headline::after  { content: '”'; color: var(--rose); font-weight: 700; }

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ink);
  color: var(--cream);
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s;
  box-shadow: 0 8px 24px -8px rgba(31, 27, 46, 0.3);
}

.hero-cta:hover {
  background: var(--rose);
  transform: translateY(-2px);
}

/* ─── Sections ─── */

section.block {
  padding: 40px 0;
  border-bottom: 1px solid var(--cream-edge);
}

section.block:last-of-type { border-bottom: none; }

section.block h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 20px;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}

section.block h2 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}

section.block p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 16px;
  max-width: 720px;
}

section.block p:last-child { margin-bottom: 0; }

section.block strong { color: var(--ink); font-weight: 600; }

/* ─── Signals grid ─── */

.signals-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2px;
  background: var(--cream-edge);
  border: 1px solid var(--cream-edge);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 24px;
}

.signal-item {
  background: var(--cream);
  padding: 24px;
}

.signal-item .num {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 6px;
}

.signal-item .name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}

.signal-item .desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ─── Phonemes / numerology small grids ─── */

.data-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.data-item {
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(31, 27, 46, 0.08);
  border-radius: 6px;
}

.data-item .label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.data-item .value {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.01em;
}

.data-item .note {
  font-size: 13px;
  color: var(--ink-mute);
  margin-top: 4px;
}

/* ─── Pills for nicknames, variants, keywords ─── */

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pill-list .pill {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(31, 27, 46, 0.1);
  border-radius: 999px;
  font-size: 14px;
  color: var(--ink);
}

.pill-list .pill.serif {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}

.variant-pill {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(31, 27, 46, 0.1);
  border-radius: 8px;
}

.variant-pill .lang {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-mute);
  font-weight: 600;
}

.variant-pill .name-text {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 30;
}

.variant-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

/* ─── Religion-specific callout box ─── */

.callout {
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(200, 155, 60, 0.08), rgba(184, 58, 88, 0.05));
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  margin-top: 16px;
}

.callout .title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--rose-deep);
  margin-bottom: 8px;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}

/* ─── Similar names grid ─── */

.similar-subsection {
  margin-top: 36px;
}

.similar-subsection:first-of-type {
  margin-top: 24px;
}

.similar-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}

.similar-label-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose);
  flex-shrink: 0;
}

.similar-subsection:nth-child(3) .similar-label-dot { background: var(--gold); }
.similar-subsection:nth-child(4) .similar-label-dot { background: var(--sage); }

.similar-sublabel {
  font-size: 13px;
  color: var(--ink-mute);
  margin-bottom: 0;
  padding-left: 17px;
  line-height: 1.5;
}

.similar-sublabel strong {
  color: var(--ink-soft);
  font-weight: 600;
}

.similar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.similar-card {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(31, 27, 46, 0.08);
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.similar-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 58, 88, 0.4);
  box-shadow: 0 16px 32px -16px rgba(31, 27, 46, 0.2);
}

.similar-card .name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}

.similar-card .meaning {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-mute);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ─── Final CTA block ─── */

.final-cta {
  margin-top: 64px;
  padding: 56px 48px;
  background:
    radial-gradient(ellipse at top left, rgba(184, 58, 88, 0.12), transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(200, 155, 60, 0.12), transparent 60%),
    var(--cream-deep);
  border-radius: 12px;
  text-align: center;
  border: 1px solid var(--cream-edge);
}

.final-cta h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 580px;
  margin: 0 auto 16px;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}

.final-cta h2 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}

.final-cta p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 540px;
  margin: 0 auto 32px;
}

.final-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ink);
  color: var(--cream);
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 24px -8px rgba(31, 27, 46, 0.3);
}

.final-cta .cta-btn:hover {
  background: var(--rose);
  transform: translateY(-2px);
}

/* ─── Footer ─── */

footer {
  margin-top: 80px;
  background: var(--ink);
  color: rgba(250, 243, 232, 0.7);
  padding: 48px var(--gutter) 32px;
  font-size: 14px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-brand {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 800;
  color: var(--rose-light);
  letter-spacing: -0.02em;
  text-decoration: none;
  font-variation-settings: "opsz" 144, "SOFT" 0;
}

footer nav a {
  color: rgba(250, 243, 232, 0.7);
  text-decoration: none;
  margin-left: 24px;
  transition: color 0.15s;
}

footer nav a:hover { color: var(--rose-light); }

.footer-copy {
  max-width: 1200px;
  margin: 32px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(250, 243, 232, 0.1);
  text-align: center;
  font-size: 12px;
  color: rgba(250, 243, 232, 0.4);
}

/* ── v1.5.25 — Waitlist form ──────────────────────────────────────────────
   Lives inside the final-cta section at the bottom of every name page —
   which has a CREAM background (--cream-deep #F3E8D5), not the dark
   palette I originally assumed. r2 (the first release) used cream-tinted
   text and cream-tinted background → effectively invisible. r3 inverts
   the form chrome to dark-on-cream so the input is legible against the
   warm card surface. The submit button stays rose-on-cream (already
   high contrast).                                                            */
.waitlist {
  margin: 28px auto 0;
  max-width: 480px;
  width: 100%;
}
.waitlist-form {
  display: flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.55);
  border: 1.5px solid var(--cream-edge);
  border-radius: 999px;
  padding: 6px;
  transition: border-color 0.18s, background 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 2px rgba(31, 27, 46, 0.04);
}
.waitlist-form:focus-within {
  border-color: var(--rose);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 12px rgba(184, 58, 88, 0.12);
}
.waitlist-input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
  color: var(--ink);
  padding: 10px 16px;
  font-size: 15px;
  letter-spacing: -0.005em;
  min-width: 0; /* let flex shrink on narrow viewports */
}
.waitlist-input::placeholder { color: var(--ink-mute); }
.waitlist-submit {
  background: var(--rose);
  color: var(--cream);
  border: 0;
  border-radius: 999px;
  padding: 10px 22px;
  font: inherit;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.15s, transform 0.05s;
  white-space: nowrap;
}
.waitlist-submit:hover { background: var(--rose-deep); }
.waitlist-submit:active { transform: translateY(1px); }
.waitlist-submit:disabled { opacity: 0.55; cursor: progress; }
.waitlist-status {
  margin-top: 14px;
  font-size: 14px;
  color: var(--ink-soft);
  text-align: center;
  min-height: 20px;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.waitlist-status.is-ok    { color: var(--rose); font-weight: 600; }
.waitlist-status.is-error { color: var(--rose-deep); }
.waitlist-note {
  margin-top: 10px;
  font-size: 13px;
  color: var(--ink-mute);
  text-align: center;
  letter-spacing: 0.01em;
}

/* Hero CTA pill at the top of every name page. Visually mirrors the old
   "bookmark this name" chip but scroll-jumps to the waitlist form below
   instead of being a dead-end label.                                       */
.hero-jump {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--cream-deep);
  color: var(--ink);
  border: 1px solid var(--cream-edge);
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.hero-jump:hover {
  background: #ECDDC4;
  border-color: var(--gold);
}
.hero-jump-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

/* ── FAQ section (v1.5.6 SEO — FAQPage rich-result content) ───────────────── */
.faq-list { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.faq-item {
  background: var(--cream-deep);
  border: 1px solid var(--cream-edge);
  border-radius: 14px;
  padding: 18px 20px;
}
.faq-q { font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.faq-a { font-size: 16px; color: var(--ink-soft); line-height: 1.6; }

/* ── Category cross-links (v1.6.1 SEO — leaf → /baby-names/ hub pages) ─────── */
.cat-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.cat-links a {
  padding: 9px 18px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(31, 27, 46, 0.12);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  transition: transform 0.15s, border-color 0.15s, color 0.15s;
}
.cat-links a:hover { color: var(--rose); border-color: rgba(184, 58, 88, 0.4); transform: translateY(-1px); }

/* ── Quick-answer lead (v1.6.1 SEO — snippet-targeted "is X a Y name" sentence) ── */
.quick-answer {
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.6;
  color: var(--ink-soft);
  padding-top: 8px;
}
.quick-answer strong { color: var(--ink); font-weight: 600; }
.quick-answer em { font-style: italic; color: var(--rose); }

/* ── Nav right group (search button + Get-the-app CTA) ── */
.nav-right { display: flex; align-items: center; gap: 12px; }

/* ── FOMO layer (v1.6.1 prototype) ── */
.qlead { font-size:15px; font-weight:600; color:var(--ink-soft); margin:28px 0 14px; opacity:0; animation:qIn .6s ease .1s forwards; }
.qlead strong { color:var(--rose); }
.qchips { display:flex; flex-wrap:wrap; gap:11px; margin:0 0 6px; }
.qchips a { font-size:17px; font-weight:700; color:var(--rose-deep); background:#fff; border:1.5px solid rgba(184,58,88,0.28); padding:13px 22px; border-radius:999px; box-shadow:0 6px 16px -8px rgba(184,58,88,0.3); text-decoration:none; cursor:pointer; opacity:0; animation:qIn .85s cubic-bezier(0.16,1,0.3,1) forwards; transition:transform .2s, box-shadow .2s; }
.qchips a:hover { transform:translateY(-2px); box-shadow:0 11px 24px -8px rgba(184,58,88,0.42); }
.qchips a.hot { background:linear-gradient(135deg, var(--rose), var(--rose-deep)); color:#fff; border-color:transparent; box-shadow:0 10px 22px -7px rgba(184,58,88,0.55); }
.qchips a.hot:hover { box-shadow:0 14px 28px -7px rgba(184,58,88,0.65); }
.qchips b { color:inherit; }
.qchips a:nth-child(1){ animation-delay:.3s } .qchips a:nth-child(2){ animation-delay:.7s } .qchips a:nth-child(3){ animation-delay:1.1s } .qchips a:nth-child(4){ animation-delay:1.5s }
@keyframes qIn { from { opacity:0; transform:translateY(20px) scale(0.9); } to { opacity:1; transform:none; } }
@media (prefers-reduced-motion:reduce) { .qlead, .qchips a { animation:none; opacity:1; } }

/* "How it fits" + "the six signals" — one elevated, brighter card that lifts off the cream */
.fomo { margin:36px 0; padding:36px 40px; background:#FFFDFA; border:1px solid #F1E7D8; border-radius:24px; box-shadow:0 30px 70px -32px rgba(31,27,46,0.42); position:relative; overflow:hidden; }
.fomo::before { content:''; position:absolute; top:0; left:0; right:0; height:5px; background:linear-gradient(90deg, var(--rose), var(--gold)); }
.fomo-top { display:flex; gap:40px; align-items:center; }
.fomo-copy { flex:1; }
.fomo-eyebrow { display:inline-block; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.07em; color:var(--rose); background:rgba(184,58,88,0.09); padding:6px 14px; border-radius:999px; margin-bottom:18px; }
.fomo h2 { font-family:var(--serif); font-size:clamp(29px,4.2vw,44px); line-height:1.06; color:var(--ink); margin-bottom:14px; font-weight:500; font-variation-settings:"opsz" 144,"SOFT" 30; }
.fomo h2 em { color:var(--rose); font-style:italic; font-weight:300; }
.fomo-sub { font-size:17.5px; line-height:1.55; color:var(--ink-soft); margin-bottom:24px; max-width:460px; }
.fomo-sub strong { color:var(--ink); font-weight:600; }
.locked-score { display:flex; align-items:center; gap:16px; background:#fff; border:1.5px solid var(--cream-edge); border-radius:16px; padding:14px 20px; margin-bottom:24px; box-shadow:0 8px 20px -10px rgba(31,27,46,0.14); max-width:370px; }
.ls-ring { font-family:var(--serif); font-weight:700; color:var(--ink); letter-spacing:-0.02em; line-height:1; white-space:nowrap; }
.ls-ring .ls-num { font-size:50px; filter:blur(6.5px); user-select:none; }
.ls-ring small { font-size:19px; color:var(--ink-mute); }
.ls-label { font-size:14px; color:var(--ink-soft); line-height:1.4; }
.ls-label b { display:block; color:var(--rose); font-size:13px; margin-bottom:3px; }
.fomo-cta { display:inline-flex; align-items:center; gap:10px; background:var(--ink); color:var(--cream); padding:16px 32px; border-radius:999px; font-size:16px; font-weight:700; text-decoration:none; box-shadow:0 16px 32px -10px rgba(184,58,88,0.55); transition:background 0.2s, transform 0.2s; }
.fomo-cta:hover { background:var(--rose); transform:translateY(-2px); }
.fomo-shot { flex-shrink:0; width:204px; border-radius:32px; overflow:hidden; border:7px solid #14101f; box-shadow:0 30px 60px -22px rgba(31,27,46,0.5); line-height:0; }
.fomo-shot img { width:100%; height:auto; display:block; }

.fomo-signals { margin-top:32px; padding-top:30px; border-top:1px dashed #E8D9BE; }
.fomo-signals .lead { font-size:15px; font-weight:600; color:var(--ink-soft); margin-bottom:18px; }
.fomo-signals .lead em { color:var(--rose); font-style:italic; }
.sig-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.sig { display:flex; align-items:center; gap:14px; background:#fff; border:1px solid #F1E7D8; border-radius:16px; padding:15px 17px; transition:transform 0.15s, box-shadow 0.15s; }
.sig:hover { transform:translateY(-3px); box-shadow:0 12px 26px -12px rgba(31,27,46,0.2); }
.sig-ic { flex-shrink:0; width:46px; height:46px; border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:23px; }
.sig b { display:block; font-size:16px; color:var(--ink); line-height:1.2; }
.sig small { font-size:12.5px; color:var(--ink-mute); line-height:1.35; }

.qtease { display:flex; gap:22px; align-items:center; margin-top:20px; background:#FFFDFA; border:1px solid #F1E7D8; border-radius:16px; padding:20px; }
.qtease img { flex-shrink:0; width:128px; border-radius:18px; border:5px solid #14101f; }
.qtease p { margin-bottom:10px; }
.softcta { display:inline-flex; align-items:center; gap:6px; color:var(--rose); font-size:15px; font-weight:600; text-decoration:none; }
.softcta:hover { text-decoration:underline; }
.num-tease { margin-top:18px; font-size:16px; color:var(--ink-soft); }
.num-tease strong { color:var(--ink); }

@media (max-width:760px) {
  .fomo { padding:26px 22px; }
  .fomo-top { flex-direction:column-reverse; text-align:center; }
  .fomo-sub { margin-left:auto; margin-right:auto; }
  .locked-score { margin-left:auto; margin-right:auto; }
  .fomo-shot { width:184px; }
  .sig-grid { grid-template-columns:1fr; }
  .qchips { justify-content:center; }
  .qtease { flex-direction:column; text-align:center; }
}
