/* GTAVI INSIDER — SEO topic page styles (neon-noir Vice City)
   Used by gta-6-*.html. Pricedown Bl headlines, neon gradient accents,
   key-fact boxes, FAQ accordion, CTA band, related-guides grid. */

@font-face {
  font-family: "Pricedown Bl";
  src: url("fonts/pricedown-bl.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --seo-bg: #0b0817;
  --seo-panel: rgba(20, 12, 40, 0.72);
  --seo-line: rgba(255, 46, 136, 0.22);
  --seo-pink: #ff2e88;
  --seo-cyan: #22d3ee;
  --seo-amber: #fbbf24;
  --seo-lime: #a3e635;
  --seo-text: #f1e9ff;
  --seo-muted: #b9a8d9;
  --seo-headline: "Pricedown Bl", "Bebas Neue", "Arial Narrow", Impact, sans-serif;
}

/* ---- Hero ---- */
.topic-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--seo-line);
  border-radius: 22px;
  background:
    radial-gradient(1100px 320px at 15% -10%, rgba(255, 46, 136, 0.28), transparent 60%),
    radial-gradient(900px 300px at 90% 0%, rgba(34, 211, 238, 0.20), transparent 60%),
    linear-gradient(180deg, #140b2e 0%, #0b0817 78%);
  padding: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 1.75rem;
}
.topic-hero::after {
  content: "";
  position: absolute;
  inset: auto -20% -55% -20%;
  height: 60%;
  background: linear-gradient(180deg, transparent, rgba(255, 46, 136, 0.10) 55%, rgba(251, 191, 36, 0.10));
  pointer-events: none;
}
.topic-kicker {
  display: inline-block;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--seo-cyan);
  border: 1px solid rgba(34, 211, 238, 0.4);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1rem;
}
.topic-hero h1 {
  font-family: var(--seo-headline);
  font-weight: 400;
  font-size: clamp(2.6rem, 7.5vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  margin: 0 0 1rem;
  background: linear-gradient(100deg, #fff 20%, var(--seo-pink) 55%, var(--seo-amber) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 42px rgba(255, 46, 136, 0.25);
}
.topic-lede {
  font-size: clamp(1.02rem, 2.4vw, 1.22rem);
  line-height: 1.65;
  color: var(--seo-text);
  max-width: 62ch;
  margin: 0 0 1.4rem;
}
.topic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topic-chips li {
  font-size: 0.8125rem;
  color: var(--seo-text);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
}
.topic-chips li b { color: var(--seo-amber); }

/* ---- Article body ---- */
.topic-body {
  background: var(--seo-panel);
  border: 1px solid var(--seo-line);
  border-radius: 22px;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  backdrop-filter: blur(6px);
}
.topic-body h2 {
  font-family: var(--seo-headline);
  font-weight: 400;
  font-size: clamp(1.7rem, 4.2vw, 2.4rem);
  letter-spacing: 0.01em;
  color: #fff;
  margin: 2.4rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, var(--seo-pink), var(--seo-cyan), transparent) 1;
}
.topic-body h2:first-child { margin-top: 0; }
.topic-body h3 {
  font-size: 1.15rem;
  color: var(--seo-amber);
  margin: 1.6rem 0 0.6rem;
}
.topic-body p, .topic-body li {
  color: var(--seo-text);
  line-height: 1.75;
  font-size: 1.02rem;
}
.topic-body p { margin: 0 0 1.05rem; }
.topic-body ul, .topic-body ol { margin: 0 0 1.2rem; padding-left: 1.4rem; }
.topic-body li { margin-bottom: 0.55rem; }
.topic-body li::marker { color: var(--seo-pink); }
.topic-body a { color: var(--seo-cyan); text-decoration: underline; text-underline-offset: 3px; }
.topic-body a:hover { color: #a5f3fc; }
.topic-body strong { color: #fff; }
.topic-answer {
  font-size: 1.08rem;
  border-left: 4px solid var(--seo-lime);
  background: rgba(163, 230, 53, 0.07);
  padding: 1rem 1.25rem;
  border-radius: 0 14px 14px 0;
}

/* ---- Confirmed / unconfirmed split ---- */
.fact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}
@media (max-width: 720px) { .fact-split { grid-template-columns: 1fr; } }
.fact-col {
  border-radius: 16px;
  padding: 1.25rem 1.4rem;
  border: 1px solid;
}
.fact-col h3 { margin-top: 0; font-size: 1.05rem; }
.fact-col ul { margin: 0; padding-left: 1.2rem; }
.fact-col li { font-size: 0.95rem; line-height: 1.6; }
.fact-yes { border-color: rgba(163, 230, 53, 0.45); background: rgba(163, 230, 53, 0.06); }
.fact-yes h3 { color: var(--seo-lime); }
.fact-no { border-color: rgba(251, 191, 36, 0.45); background: rgba(251, 191, 36, 0.06); }
.fact-no h3 { color: var(--seo-amber); }

/* ---- Stat strip ---- */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0;
}
.stat-card {
  text-align: center;
  border: 1px solid var(--seo-line);
  border-radius: 14px;
  padding: 1rem 0.6rem;
  background: rgba(255, 46, 136, 0.05);
}
.stat-card b {
  display: block;
  font-family: var(--seo-headline);
  font-weight: 400;
  font-size: 1.7rem;
  color: var(--seo-amber);
  line-height: 1;
}
.stat-card span { font-size: 0.8125rem; color: var(--seo-muted); }

/* ---- Table ---- */
.topic-table { width: 100%; border-collapse: collapse; margin: 1.2rem 0 1.6rem; font-size: 0.95rem; }
.topic-table th, .topic-table td {
  text-align: left;
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--seo-text);
  line-height: 1.55;
}
.topic-table th {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--seo-cyan);
}
.topic-table tr:hover td { background: rgba(255, 255, 255, 0.03); }

/* ---- FAQ ---- */
.topic-faq { margin-top: 2.2rem; }
.topic-faq details {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  margin-bottom: 0.7rem;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}
.topic-faq summary {
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-weight: 700;
  color: #fff;
  list-style: none;
}
.topic-faq summary::-webkit-details-marker { display: none; }
.topic-faq summary::before { content: "▸ "; color: var(--seo-pink); }
.topic-faq details[open] summary::before { content: "▾ "; }
.topic-faq .faq-a { padding: 0 1.25rem 1.15rem; color: var(--seo-text); line-height: 1.7; }
.topic-faq .faq-a p { margin: 0; }

/* ---- CTA band ---- */
.topic-cta {
  margin-top: 2.2rem;
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-radius: 20px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  background:
    radial-gradient(700px 220px at 80% 0%, rgba(34, 211, 238, 0.18), transparent 60%),
    linear-gradient(160deg, #1a0f38, #0b0817);
  text-align: center;
}
.topic-cta h2 {
  font-family: var(--seo-headline);
  font-weight: 400;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: #fff;
  margin: 0 0 0.7rem;
  border: none;
  padding: 0;
}
.topic-cta p { color: var(--seo-muted); max-width: 56ch; margin: 0 auto 1.3rem; line-height: 1.65; }
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}
.cta-btn {
  display: inline-block;
  font-weight: 800;
  font-size: 1rem;
  color: #12061f !important;
  background: linear-gradient(100deg, var(--seo-amber), #ff7a3d);
  border-radius: 999px;
  padding: 0.85rem 1.7rem;
  text-decoration: none !important;
  box-shadow: 0 6px 26px rgba(251, 191, 36, 0.35);
}
.cta-btn.ghost {
  color: var(--seo-cyan) !important;
  background: transparent;
  border: 1px solid rgba(34, 211, 238, 0.5);
  box-shadow: none;
}
.cta-note { font-size: 0.8125rem; color: var(--seo-muted); margin-top: 1rem; }

/* ---- Related guides ---- */
.topic-related { margin-top: 2.2rem; }
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}
.related-card {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.1rem 1.2rem;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none !important;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.related-card:hover { transform: translateY(-2px); border-color: var(--seo-pink); }
.related-card b { color: #fff; display: block; margin-bottom: 0.3rem; font-size: 1rem; }
.related-card span { color: var(--seo-muted); font-size: 0.88rem; line-height: 1.5; }

/* ---- Verification footer ---- */
.topic-verify {
  margin-top: 1.8rem;
  font-size: 0.8125rem;
  color: var(--seo-muted);
  border-top: 1px dashed rgba(255, 255, 255, 0.16);
  padding-top: 1.1rem;
  line-height: 1.7;
}
.topic-verify b { color: var(--seo-text); }
