/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul, ol { padding-left: 0; }

:root {
  --bg: #ffffff;
  --bg-alt: #faf6fb;
  --bg-card: #ffffff;
  --bg-card-hover: #fff;
  --line: rgba(20,10,30,0.08);
  --line-strong: rgba(20,10,30,0.16);
  --text: #1a0f24;
  --text-dim: #4a3d57;
  --text-mute: #8a7d99;
  --accent: #e6285c;
  --accent-2: #ff6b3d;
  --gold: #c98e1c;
  --ok: #1f9d6e;
  --container: 1180px;
  --measure: 1180px;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 24px 50px -20px rgba(230,40,92,.18), 0 8px 24px -12px rgba(20,10,30,.08);
  --shadow-card: 0 1px 2px rgba(20,10,30,.04), 0 8px 24px -8px rgba(20,10,30,.08);
}

/* ---------- Utility ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: var(--measure); }
.container--narrow p,
.container--narrow li,
.container--narrow .myth__truth,
.container--narrow .myth__claim {
  text-wrap: pretty;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.container--narrow h2,
.container--narrow h3 {
  text-wrap: balance;
}
.text-center { text-align: center; }

.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}

h1, h2, h3 { font-family: 'Manrope', sans-serif; line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 16px; color: var(--text); text-wrap: balance; }
h1 { font-size: clamp(34px, 4.4vw, 54px); font-weight: 800; }
h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 700; }
h3 { font-size: 20px; font-weight: 700; margin-top: 24px; }
p { margin: 0 0 16px; color: var(--text-dim); }
strong { color: var(--text); font-weight: 700; }

.accent { color: var(--accent); }

/* ---------- Topbar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  background: rgba(255,255,255,.82);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; height: 64px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand__mark {
  display: inline-grid; place-items: center;
  width: 32px; height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  font-size: 11px; letter-spacing: .08em; color: #fff;
  box-shadow: 0 6px 20px -6px rgba(230,40,92,.5);
}
.brand__text { font-size: 14px; letter-spacing: .02em; color: var(--text); }
.topnav { display: flex; gap: 24px; }
.topnav a { color: var(--text-dim); font-size: 14px; font-weight: 500; transition: color .2s; }
.topnav a:hover { color: var(--accent); }
@media (max-width: 760px) { .topnav { display: none; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700; font-size: 14px; letter-spacing: .01em;
  text-align: center;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  box-shadow: 0 14px 36px -14px rgba(230,40,92,.5), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn--primary:hover { box-shadow: 0 18px 48px -14px rgba(230,40,92,.65); }

.btn--cta {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  width: 100%;
  padding: 13px 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: 0 10px 28px -12px rgba(230,40,92,.5);
}

.btn--ghost { background: transparent; border-color: var(--line-strong); color: var(--text); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }

.btn--lg { padding: 16px 28px; font-size: 15px; }
.btn--sm { padding: 9px 16px; font-size: 13px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 80px 0 60px; overflow: hidden; isolation: isolate; }
.hero__bg {
  position: absolute; inset: -10%;
  background:
    radial-gradient(ellipse 70% 50% at 20% 20%, rgba(230,40,92,.10), transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 30%, rgba(255,107,61,.10), transparent 60%),
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(170,120,200,.08), transparent 60%);
  filter: blur(30px);
  z-index: -1;
}
.hero__inner { position: relative; max-width: var(--measure); margin: 0 auto; text-align: center; }
.hero__title { margin-bottom: 24px; }
.hero__subtitle {
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 26px);
  color: var(--text-dim);
  letter-spacing: 0;
  margin-top: 12px;
}
.hero__lead {
  font-size: 17px;
  color: var(--text-dim);
  max-width: var(--measure);
  margin: 0 auto 28px;
}
.hero__meta {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin: 0 auto 32px;
}
.meta-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 13px; color: var(--text-dim);
  box-shadow: 0 1px 2px rgba(20,10,30,.04);
}
.meta-pill__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.meta-pill__dot--alt { background: var(--gold); }
.meta-pill__dot--ok { background: var(--ok); }

/* ---------- TOC ---------- */
.toc { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-alt); }
.toc ol {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px 14px;
  counter-reset: toc;
}
.toc li { counter-increment: toc; }
.toc a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 13px;
  color: var(--text-dim);
  transition: color .2s, border-color .2s, background .2s;
}
.toc a::before {
  content: counter(toc, decimal-leading-zero);
  font-size: 11px; color: var(--accent); font-weight: 700;
}
.toc a:hover { color: var(--text); border-color: var(--accent); background: rgba(230,40,92,.05); }

/* ---------- Sections ---------- */
.section { padding: 70px 0; position: relative; }
.section--alt { background: var(--bg-alt); }
.section--ranking { padding-top: 50px; }
.section-header { text-align: center; margin: 0 auto 48px; max-width: var(--measure); }
.section-header__lead { font-size: 16px; }

/* ---------- Cards (Ranking) ---------- */
.cards {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s, box-shadow .25s;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-card);
}
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(230,40,92,.30);
  box-shadow: var(--shadow);
}
.card__rank {
  position: absolute; top: 14px; left: 14px;
  z-index: 2;
  font-family: 'Playfair Display', serif;
  font-style: italic; font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: rgba(20,10,30,.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.18);
}
.card__media {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(230,40,92,.12), rgba(255,107,61,.10)),
    repeating-linear-gradient(45deg, rgba(20,10,30,.025) 0 8px, transparent 8px 16px);
}
.card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.card:hover .card__media img { transform: scale(1.05); }

.badge {
  position: absolute; top: 14px; right: 14px;
  z-index: 2;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.badge--new      { background: rgba(31,157,110,.95); color: #fff; }
.badge--best     { background: rgba(201,142,28,.95); color: #fff; }
.badge--official { background: rgba(48,98,180,.95); color: #fff; }
.badge--verify   { background: rgba(230,40,92,.95); color: #fff; }
.badge--partner  { background: rgba(135,68,180,.95); color: #fff; }

.card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.card__name { font-size: 22px; margin: 0 0 4px; }
.card__handle { font-size: 13px; color: var(--text-mute); margin: 0 0 14px; }
.card__rating { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.card__score { font-weight: 700; color: var(--gold); font-size: 14px; }
.card__hook { font-size: 14px; color: var(--text-dim); flex: 1; min-height: 44px; }
.card__meta {
  display: flex; align-items: center; gap: 10px;
  margin: 14px 0 18px;
  font-size: 12px;
}
.card__price { color: var(--ok); font-weight: 700; letter-spacing: .04em; }
.card__divider { width: 4px; height: 4px; border-radius: 50%; background: var(--text-mute); }
.card__tag { color: var(--text-mute); }

/* Stars */
.stars {
  --pct: 0%;
  display: inline-block;
  height: 14px;
  width: 80px;
  background:
    linear-gradient(90deg, var(--gold) var(--pct), rgba(20,10,30,.12) var(--pct));
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 14'><g fill='black'><polygon points='8,1 10,6 15,6.4 11,10 12.5,15 8,12.4 3.5,15 5,10 1,6.4 6,6'/><polygon points='24,1 26,6 31,6.4 27,10 28.5,15 24,12.4 19.5,15 21,10 17,6.4 22,6'/><polygon points='40,1 42,6 47,6.4 43,10 44.5,15 40,12.4 35.5,15 37,10 33,6.4 38,6'/><polygon points='56,1 58,6 63,6.4 59,10 60.5,15 56,12.4 51.5,15 53,10 49,6.4 54,6'/><polygon points='72,1 74,6 79,6.4 75,10 76.5,15 72,12.4 67.5,15 69,10 65,6.4 70,6'/></g></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 14'><g fill='black'><polygon points='8,1 10,6 15,6.4 11,10 12.5,15 8,12.4 3.5,15 5,10 1,6.4 6,6'/><polygon points='24,1 26,6 31,6.4 27,10 28.5,15 24,12.4 19.5,15 21,10 17,6.4 22,6'/><polygon points='40,1 42,6 47,6.4 43,10 44.5,15 40,12.4 35.5,15 37,10 33,6.4 38,6'/><polygon points='56,1 58,6 63,6.4 59,10 60.5,15 56,12.4 51.5,15 53,10 49,6.4 54,6'/><polygon points='72,1 74,6 79,6.4 75,10 76.5,15 72,12.4 67.5,15 69,10 65,6.4 70,6'/></g></svg>") no-repeat center / contain;
}

/* ---------- Comparison table ---------- */
.table-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: auto;
  background: var(--bg-card);
  box-shadow: var(--shadow-card);
}
.ctable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 720px;
}
.ctable th, .ctable td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.ctable thead th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-mute);
  font-weight: 700;
  background: var(--bg-alt);
}
.ctable tbody tr:hover { background: rgba(230,40,92,.035); }
.ctable tbody tr:last-child td, .ctable tbody tr:last-child th { border-bottom: 0; }
.ctable th[scope="row"] { font-weight: 700; color: var(--text); }
.ctable th[scope="row"] a { color: var(--text); }
.ctable th[scope="row"] a:hover { color: var(--accent); }

.pill {
  display: inline-block;
  padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  color: #fff;
}
.pill--new { background: rgba(31,157,110,.95); }
.pill--best { background: rgba(201,142,28,.95); }
.pill--official { background: rgba(48,98,180,.95); }
.pill--verify { background: rgba(230,40,92,.95); }
.pill--partner { background: rgba(135,68,180,.95); }

.link-cta {
  font-weight: 700;
  color: var(--accent);
  border-bottom: 1px dashed transparent;
  transition: border-color .2s;
}
.link-cta:hover { border-color: var(--accent); }

/* ---------- Checklist / Myths / FAQ ---------- */
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li {
  padding: 14px 16px 14px 42px;
  position: relative;
  border-bottom: 1px solid var(--line);
  color: var(--text-dim);
}
.checklist li:last-child { border-bottom: 0; }
.checklist li::before {
  content: "";
  position: absolute; left: 14px; top: 18px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px var(--accent);
}

.myth {
  border-left: 2px solid var(--accent);
  padding: 6px 0 6px 20px;
  margin: 0 0 28px;
}
.myth__label {
  font-size: 11px; font-weight: 800; letter-spacing: .15em;
  text-transform: uppercase; color: var(--accent); margin: 0 0 4px;
}
.myth__claim {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 18px; color: var(--text); margin: 0 0 8px;
}
.myth__truth { margin: 0; }

.qa {
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 12px;
  background: #fff;
  transition: border-color .2s, background .2s, box-shadow .2s;
  box-shadow: var(--shadow-card);
}
.qa[open] { border-color: rgba(230,40,92,.30); background: rgba(230,40,92,.025); }
.qa summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 600;
  color: var(--text);
  font-size: 15px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: "+";
  font-weight: 300;
  font-size: 22px;
  color: var(--accent);
  transition: transform .2s;
}
.qa[open] summary::after { content: "−"; }
.qa p { padding: 0 22px 20px; margin: 0; font-size: 15px; }

/* ---------- Cities ---------- */
.cities {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 6px 16px;
  font-size: 14px;
  color: var(--text-mute);
}
.cities li { padding: 6px 0; border-bottom: 1px dashed var(--line); }

/* ---------- Author ---------- */
.section--author { background: var(--bg-alt); }
.author { display: flex; gap: 20px; align-items: flex-start; }
.author__avatar {
  flex-shrink: 0;
  width: 64px; height: 64px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 800; letter-spacing: .08em;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  box-shadow: 0 12px 28px -10px rgba(230,40,92,.45);
}
.author__body h2 { font-size: 22px; margin: 4px 0 8px; }
@media (max-width: 540px) { .author { flex-direction: column; } }

/* ---------- Final CTA ---------- */
.section--cta-final { padding: 90px 0 110px; }

/* ---------- Footer ---------- */
.footer {
  background: var(--bg-alt);
  padding: 40px 0 32px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.footer__inner {
  display: flex; flex-wrap: wrap; gap: 24px;
  justify-content: space-between; align-items: flex-start;
}
.footer__brand { font-weight: 800; color: var(--text); margin: 0 0 6px; }
.footer__copy { color: var(--text-mute); max-width: 540px; margin: 0; line-height: 1.55; }
.footer__links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 18px; }
.footer__links a { color: var(--text-dim); transition: color .2s; }
.footer__links a:hover { color: var(--accent); }

/* ---------- Age gate ---------- */
.age-gate {
  position: fixed; inset: 0;
  background: rgba(20,10,30,.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100;
  display: grid; place-items: center;
  padding: 24px;
}
.age-gate[hidden] { display: none; }
.age-gate__panel {
  max-width: 460px;
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
  box-shadow: 0 30px 60px -20px rgba(20,10,30,.3);
}
.age-gate__panel h2 { font-size: 22px; margin: 0 0 10px; }
.age-gate__buttons { display: grid; gap: 10px; margin-top: 18px; }

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