@import url("site-fixes.css?v=5");

/* ========================================================================
   v9: Phase 1 — Trust-Foundation (about, methodology, editorial-standards,
   sources, disclosures). Site-wide footer-v8. Article typography for E-E-A-T.
   ======================================================================== */

.trust-article { max-width: 920px; }
.trust-article h1 { font-size: clamp(36px, 4.4vw, 56px); margin-bottom: 18px; line-height: 1.1; }
.trust-article h2 { font-size: clamp(22px, 2.4vw, 32px); margin-top: 44px; }
.trust-article h3 { font-size: 19px; margin-top: 24px; }
.trust-article p { color: #2c3a4f; }
.trust-article .lead { color: var(--muted); font-size: 19px; }
.trust-article ol, .trust-article ul { padding-left: 24px; }
.trust-article ol li, .trust-article ul li { margin: 8px 0; }
.trust-article code {
  padding: 2px 6px;
  border-radius: 5px;
  background: rgba(7, 24, 39, 0.06);
  font-size: 0.92em;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 13px;
  color: var(--muted);
}
.breadcrumb a {
  color: var(--blue-2);
  text-decoration: none;
  font-weight: 700;
}
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span[aria-current] { color: var(--ink); font-weight: 700; }

/* Byline strip — author + date row */
.byline-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 6px;
  padding: 14px 18px;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f5fbff);
  box-shadow: var(--soft-shadow);
}
.byline-avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0, 194, 255, 0.42);
  box-shadow: 0 0 0 3px rgba(0, 194, 255, 0.12);
}
.byline-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.byline-meta strong { display: block; color: var(--ink); font-weight: 850; font-size: 15px; }
.byline-meta span { display: block; margin-top: 2px; color: var(--muted); font-size: 13px; }

/* TL;DR box — AI-citation-friendly summary */
.tldr-box {
  margin: 28px 0;
  padding: 22px 26px;
  border: 1px solid rgba(0, 194, 255, 0.30);
  border-left: 4px solid #00C2FF;
  border-radius: 14px;
  background: linear-gradient(180deg, #f0faff, #fafdff);
  box-shadow: var(--soft-shadow);
}
.tldr-box h2 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--blue-2);
}
.tldr-box ul { margin: 0; padding-left: 20px; }
.tldr-box li { margin: 6px 0; color: var(--ink); font-size: 15px; line-height: 1.55; }

/* Formula / pre code box */
.formula-box {
  margin: 18px 0;
  padding: 18px 22px;
  background: #061A2D;
  color: #e8f5ff;
  border-radius: 12px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13.5px;
  line-height: 1.6;
  overflow-x: auto;
}
.formula-box code {
  background: transparent;
  padding: 0;
  color: inherit;
  white-space: pre;
}
/* Force inner elements (p / strong / em / a) to inherit the light box color
   even when the surrounding article styles set a darker text color. */
.formula-box p,
.formula-box strong,
.formula-box em,
.formula-box span { color: #e8f5ff; }
.formula-box p { margin: 0; }
.formula-box strong { color: #ffffff; font-weight: 800; }
.formula-box a { color: #3FD1FF; }

/* FAQ items (details/summary or static h3/p) */
.faq-item {
  margin: 20px 0;
  border: 1px solid rgba(0, 194, 255, 0.20);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}
.faq-item + .faq-item { margin-top: 22px; }
/* Static-card variant: h3 + p (used on /onlyfans-alternatives etc.) */
.faq-item > h3 {
  margin: 0;
  padding: 16px 18px 8px;
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.4;
}
.faq-item > h3 + p {
  padding: 0 18px 18px;
}
.faq-item summary {
  padding: 14px 18px;
  font-weight: 800;
  color: var(--ink);
  font-size: 15.5px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--blue-2);
  font-size: 22px;
  font-weight: 950;
  margin-left: 12px;
  transition: transform 200ms ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  padding: 0 18px 16px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.faq-item p a { color: var(--blue-2); font-weight: 700; }

/* Trust-CTA at bottom of trust pages */
.trust-cta {
  margin-top: 44px;
  padding: 26px 28px;
  border: 1px solid rgba(0, 194, 255, 0.30);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 24%, rgba(0, 194, 255, 0.16), transparent 18rem),
    linear-gradient(135deg, #061a2d 0%, #082138 100%);
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.trust-cta p { color: rgba(255, 255, 255, 0.82) !important; font-size: 16px; margin: 0; max-width: 540px; }
.trust-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-cta-actions .button { min-height: 46px; padding: 12px 20px; }

/* Source-list (sources page) */
.source-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 32px;
}
.source-list li {
  padding: 18px 22px;
  margin: 12px 0;
  border: 1px solid rgba(0, 194, 255, 0.20);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f8fcff);
  box-shadow: var(--soft-shadow);
}
.source-list li strong {
  display: block;
  color: var(--ink);
  font-weight: 850;
  font-size: 16px;
  margin-bottom: 6px;
}
.source-list .source-meta {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(0, 136, 255, 0.10);
  color: var(--blue-2);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.source-list p { margin: 0 0 8px; color: var(--ink); font-size: 14.5px; }
.source-list .source-cite { color: var(--muted); font-size: 13px; }
.source-list a { color: var(--blue-2); font-weight: 700; }

/* Companion-card extension: meta line under body */
.companion-meta {
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13.5px !important;
}
.companion-meta a { color: #7BE5FF; font-weight: 700; text-decoration: none; }
.companion-meta a:hover { text-decoration: underline; }

/* === Footer v8 — 4-col with editorial cluster === */
.site-footer-v8 {
  background: linear-gradient(180deg, #061a2d 0%, #051428 100%);
  border-top: 1px solid rgba(0, 194, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
}
.site-footer-v8 .footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, 1fr);
  gap: 32px;
  padding: 50px 22px;
  max-width: 1240px;
}
.site-footer-v8 .footer-brand strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 950;
  margin-bottom: 8px;
}
.site-footer-v8 .footer-brand .meta {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13.5px;
  line-height: 1.55;
  max-width: 380px;
}
.site-footer-v8 .footer-col h2 {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.site-footer-v8 .footer-col a {
  display: block;
  margin: 6px 0;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.site-footer-v8 .footer-col a:hover { color: #7BE5FF; }

@media (max-width: 768px) {
  .site-footer-v8 .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding: 36px 18px;
  }
  .site-footer-v8 .footer-brand { grid-column: 1 / -1; margin-bottom: 6px; }
  .trust-cta { padding: 22px; }
  .trust-cta-actions { width: 100%; gap: 14px; }
  .trust-cta-actions .button { width: 100%; }
  .byline-strip { padding: 12px 14px; }
  .formula-box { font-size: 12px; padding: 14px 16px; }
}

/* ========================================================================
   v8: Companion-anchored content sections
   - Meet your guides (Analyst + Guide cards)
   - How we score (six-factor grid, Analyst-led)
   - Top picks (4-card creator teaser, conversion driver)
   - Decision paths (Guide-led 3-card)
   - Stats split (Analyst voice on stats)
   - CTA v7 (duo avatars + dual CTA)
   ======================================================================== */

/* Shared eyebrow dot (live indicator) */
.eyebrow-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: #3FD1FF;
  box-shadow: 0 0 0 4px rgba(63, 209, 255, 0.20);
  animation: bofrPulse 2.4s ease-in-out infinite;
  vertical-align: 1px;
}

/* === MEET YOUR GUIDES === */
.meet-section { padding-top: 50px; padding-bottom: 24px; }
.meet-head { max-width: 800px; margin-bottom: 28px; }
.meet-head h2 { font-size: clamp(28px, 3.2vw, 42px); }

.meet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.companion-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  align-items: center;
  padding: 26px 28px;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 22px;
  background: linear-gradient(140deg, rgba(11, 35, 60, 0.62) 0%, rgba(7, 25, 45, 0.78) 100%);
  box-shadow: 0 18px 40px rgba(0, 13, 27, 0.30);
}
.companion-avatar {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0, 194, 255, 0.45);
  box-shadow: 0 0 0 6px rgba(0, 194, 255, 0.10), 0 18px 32px rgba(0, 13, 27, 0.50);
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 194, 255, 0.32) 0%, transparent 62%),
    linear-gradient(180deg, #082138 0%, #061A2D 100%);
  flex: 0 0 140px;
}
.companion-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.companion-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border: 1px solid rgba(63, 209, 255, 0.40);
  border-radius: 999px;
  background: rgba(0, 194, 255, 0.10);
  color: #7BE5FF;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.companion-body h3 {
  margin: 4px 0 10px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 850;
}
.companion-body p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0;
}

/* === HOW WE SCORE — six factors === */
.score-section { padding-top: 50px; padding-bottom: 32px; }
.score-head {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 32px;
}
.score-head-avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0, 194, 255, 0.45);
  box-shadow: 0 0 0 5px rgba(0, 194, 255, 0.10);
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 194, 255, 0.32) 0%, transparent 62%),
    linear-gradient(180deg, #082138 0%, #061A2D 100%);
}
.score-head-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.score-head h2 { font-size: clamp(28px, 3.2vw, 42px); margin-bottom: 8px; }

.score-factors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.score-factor {
  position: relative;
  padding: 24px 22px 22px;
  border: 1px solid rgba(0, 194, 255, 0.20);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 255, 0.98));
  box-shadow: var(--soft-shadow);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.score-factor:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 194, 255, 0.42);
  box-shadow: 0 18px 36px rgba(0, 136, 255, 0.18);
}
.score-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0088ff 0%, #00c2ff 100%);
  color: #ffffff;
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 16px rgba(0, 136, 255, 0.28);
}
.score-factor h3 { font-size: 19px; margin: 0 0 8px; color: var(--ink); }
.score-factor p { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin: 0; }

/* === TOP PICKS === */
.picks-section { padding-top: 32px; padding-bottom: 40px; }
.picks-head { max-width: 820px; margin-bottom: 28px; }
.picks-head h2 { font-size: clamp(28px, 3.2vw, 42px); margin-bottom: 8px; }

.picks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 26px;
}

.pick-card {
  position: relative;
  padding: 22px 20px 20px;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 14px 30px rgba(7, 24, 39, 0.10);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  display: flex;
  flex-direction: column;
}
.pick-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 194, 255, 0.50);
  box-shadow: 0 22px 44px rgba(0, 136, 255, 0.20);
}
.pick-rank {
  position: absolute;
  top: -10px;
  left: 18px;
  padding: 4px 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, #061A2D, #0b3358);
  color: #ffffff;
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 14px rgba(7, 24, 39, 0.32);
}
.pick-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 14px;
}
.pick-niche {
  padding: 4px 10px;
  border: 1px solid rgba(0, 136, 255, 0.30);
  border-radius: 999px;
  background: rgba(0, 136, 255, 0.08);
  color: var(--blue-2);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pick-tag {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(7, 24, 39, 0.08);
  color: var(--ink);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pick-score {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}
.pick-score-value {
  font-size: 36px;
  font-weight: 950;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.pick-score-stars {
  color: #0088FF;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.pick-blurb {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 14px;
  flex: 1 1 auto;
}
.pick-card .read { margin-top: auto; }

.picks-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.picks-cta .button {
  min-height: 48px;
  padding: 12px 22px;
}

/* === DECISION PATHS — Guide-led === */
.paths-section { padding-top: 32px; padding-bottom: 40px; }
.paths-head {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 30px;
  max-width: 920px;
}
.paths-head-avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0, 194, 255, 0.45);
  box-shadow: 0 0 0 5px rgba(0, 194, 255, 0.10);
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 194, 255, 0.32) 0%, transparent 62%),
    linear-gradient(180deg, #082138 0%, #061A2D 100%);
}
.paths-head-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.paths-head h2 { font-size: clamp(28px, 3.2vw, 42px); margin-bottom: 8px; }

.paths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.path-card {
  position: relative;
  padding: 28px 26px 26px;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f5fbff);
  box-shadow: 0 14px 32px rgba(7, 24, 39, 0.10);
  display: flex;
  flex-direction: column;
}
.path-card-primary {
  border-color: rgba(0, 194, 255, 0.42);
  box-shadow: 0 22px 50px rgba(0, 136, 255, 0.18);
}
.path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--teal));
  border-radius: 20px 20px 0 0;
}
.path-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e7f7ff, #f5fbff);
  color: var(--blue-2);
}
.path-icon-cyan { background: linear-gradient(135deg, #d6f5ff, #ecfdff); color: #0696b8; }
.path-icon-dark { background: linear-gradient(135deg, #061A2D, #0b3358); color: #ffffff; }
.path-icon svg { width: 28px; height: 28px; }
.path-card .badge { margin-bottom: 12px; }
.path-card h3 { font-size: 22px; margin: 0 0 10px; color: var(--ink); }
.path-card p { color: var(--muted); font-size: 15px; line-height: 1.55; margin: 0 0 12px; }
.guide-quip {
  margin-top: 6px !important;
  padding: 10px 14px;
  border-left: 3px solid #00C2FF;
  background: rgba(0, 194, 255, 0.06);
  border-radius: 0 8px 8px 0;
  color: var(--ink) !important;
  font-size: 13.5px !important;
  font-style: italic;
}
.path-card .read { margin-top: auto; }

/* === NICHE-EXPANSION (Phase 3) — categories hub + niche subpages === */
.niche-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 32px 0 24px;
}
@media (max-width: 1024px) { .niche-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .niche-grid { grid-template-columns: 1fr; } }

.niche-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 20px;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: var(--soft-shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.niche-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 194, 255, 0.50);
  box-shadow: 0 22px 44px rgba(0, 136, 255, 0.20);
}
.niche-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--teal));
  border-radius: 18px 18px 0 0;
}
.niche-card-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  margin-bottom: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e7f7ff, #f5fbff);
  color: var(--blue-2);
}
.niche-card-icon svg { width: 22px; height: 22px; }
.niche-card h3 { margin: 0 0 6px; font-size: 18px; color: var(--ink); font-weight: 850; }
.niche-card p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0 0 14px; flex: 1; }
.niche-card-pick {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 136, 255, 0.10);
  color: var(--blue-2);
  font-size: 12.5px;
  font-weight: 800;
}

/* Niche subpage — mini creator cards (compact, 2-col grid) */
.niche-picks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 28px 0;
}
@media (max-width: 768px) { .niche-picks { grid-template-columns: 1fr; } }

.niche-pick {
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: var(--soft-shadow);
}
.niche-pick-head {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 136, 255, 0.10);
}
.niche-pick .creator-avatar-monogram {
  width: 56px; height: 56px;
  font-size: 18px;
  border-width: 1.5px;
}
.niche-pick-meta h3 { margin: 0 0 4px; font-size: 17px; color: var(--ink); font-weight: 850; }
.niche-pick-source {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(0, 136, 255, 0.08);
  color: var(--blue-2);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
/* OnlyFans handle — plain text, NOT a link. Monospace so it reads as a
   verifiable identifier; user-selectable so readers can copy it. */
.niche-pick-handle {
  display: block;
  margin-top: 6px;
  font-family: "SFMono-Regular", ui-monospace, "Cascadia Code", Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted, #5e6878);
  letter-spacing: -0.01em;
  user-select: all;
  -webkit-user-select: all;
  word-break: break-all;
}
.niche-pick-handle::before {
  content: "↗ ";
  color: rgba(0, 136, 255, 0.55);
  font-family: inherit;
}
.niche-pick-score-wrap {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.niche-pick-score { font-size: 28px; font-weight: 950; color: var(--blue-2); line-height: 1; letter-spacing: -0.02em; }
.niche-pick-score-label { font-size: 10px; color: var(--muted); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin-top: 2px; }
.niche-pick-blurb { color: var(--ink); font-size: 14.5px; line-height: 1.55; margin: 0 0 14px; flex: 1; }
.niche-pick-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.niche-pick-actions a {
  font-size: 13px;
  font-weight: 800;
  color: var(--blue-2);
  text-decoration: none;
}
.niche-pick-actions a.button {
  background: linear-gradient(135deg, #0088ff, #00c2ff);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
}
.niche-pick-actions a.button:hover { background: linear-gradient(135deg, #00a3ff, #34d2ff); }
.niche-pick-actions a:not(.button):hover { text-decoration: underline; }

/* === REVIEWS PAGE — creator cards, score breakdowns, comparison table === */
.reviews-article { max-width: 1100px; }
.reviews-article .lead { max-width: 920px; }

.reviews-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.reviews-table th, .reviews-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
  font-size: 14.5px;
}
.reviews-table th {
  background: var(--surface-2);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}
.reviews-table tr:hover { background: rgba(0, 194, 255, 0.04); }
.reviews-table strong { color: var(--blue-2); font-weight: 950; }
.reviews-table a { color: var(--blue-2); font-weight: 700; text-decoration: none; }
.reviews-table a:hover { text-decoration: underline; }

.comparison-note { color: var(--muted); font-size: 13.5px; font-style: italic; margin-top: 8px; }

.creator-card {
  position: relative;
  margin: 28px 0;
  padding: 28px 30px 26px;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 18px 38px rgba(7, 24, 39, 0.10);
}
.creator-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--teal));
  border-radius: 18px 18px 0 0;
}

.creator-card-head {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 136, 255, 0.12);
}
.creator-avatar-rank {
  position: relative;
  width: 76px;
  height: 76px;
}
.creator-avatar-monogram {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #0073E6 0%, #00C2FF 60%, #3FD1FF 100%);
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 950;
  font-size: 26px;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 22px rgba(0, 136, 255, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.30);
  border: 2px solid rgba(255, 255, 255, 0.92);
}
.creator-avatar-monogram::before { content: attr(data-initials); }
.creator-avatar-rank-badge {
  position: absolute;
  bottom: -4px;
  right: -6px;
  min-width: 30px;
  height: 30px;
  padding: 0 7px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #061A2D, #0b3358);
  color: #ffffff;
  font-weight: 950;
  font-size: 12px;
  letter-spacing: -0.02em;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 12px rgba(7, 24, 39, 0.40);
}
/* Hue variants — give each creator slightly different gradient tone via class */
.creator-avatar-monogram.hue-1 { background: linear-gradient(135deg, #0073E6, #00C2FF, #3FD1FF); }
.creator-avatar-monogram.hue-2 { background: linear-gradient(135deg, #1B4F8F, #0088FF, #34D2FF); }
.creator-avatar-monogram.hue-3 { background: linear-gradient(135deg, #0A4F5C, #12A98D, #7BE5FF); }
.creator-avatar-monogram.hue-4 { background: linear-gradient(135deg, #1A2F5C, #0073E6, #00C2FF); }
.creator-avatar-monogram.hue-5 { background: linear-gradient(135deg, #0E4570, #0099CC, #6FE3FF); }
.creator-avatar-monogram.hue-6 { background: linear-gradient(135deg, #003D5C, #1196CC, #4FCEEC); }
.creator-avatar-monogram.hue-7 { background: linear-gradient(135deg, #0B3358, #0088FF, #80E0FF); }
.creator-avatar-monogram.hue-8 { background: linear-gradient(135deg, #074775, #00B4D8, #90E0EF); }
.creator-avatar-monogram.hue-9 { background: linear-gradient(135deg, #023E8A, #0096C7, #48CAE4); }
.creator-avatar-monogram.hue-10 { background: linear-gradient(135deg, #03045E, #0077B6, #00B4D8); }

/* Small variant for table cells */
.creator-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.creator-avatar-monogram.size-sm {
  width: 38px;
  height: 38px;
  font-size: 13px;
  border-width: 1.5px;
  flex: 0 0 38px;
  box-shadow: 0 4px 12px rgba(0, 136, 255, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.creator-cell strong { font-weight: 850; color: var(--ink); }
.creator-meta h3 {
  margin: 0 0 6px;
  font-size: 24px;
  color: var(--ink);
  font-weight: 900;
}
.creator-niche {
  display: inline-block;
  margin-right: 6px;
  padding: 3px 10px;
  border: 1px solid rgba(0, 136, 255, 0.30);
  border-radius: 999px;
  background: rgba(0, 136, 255, 0.06);
  color: var(--blue-2);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.creator-card .pick-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(7, 24, 39, 0.08);
  color: var(--ink);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.creator-score-wrap {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.creator-score {
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
  color: var(--blue-2);
  letter-spacing: -0.03em;
}
.creator-card .pick-score-stars { color: #0088FF; font-size: 14px; letter-spacing: 0.04em; }

.score-breakdown {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
  margin-bottom: 18px;
}
.sb-row {
  display: grid;
  grid-template-columns: minmax(0, 130px) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
.sb-label { color: var(--muted); font-weight: 700; }
.sb-bar {
  height: 7px;
  border-radius: 999px;
  background: var(--surface-2);
  overflow: hidden;
}
.sb-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #0088FF, #00C2FF);
  border-radius: inherit;
}
.sb-row em {
  font-style: normal;
  font-weight: 900;
  color: var(--ink);
  font-size: 13px;
  min-width: 30px;
  text-align: right;
}

.creator-blurb {
  color: var(--ink);
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0 0 12px;
}
.creator-note {
  padding: 12px 16px;
  margin: 0 0 16px;
  border-left: 3px solid #0088FF;
  border-radius: 0 8px 8px 0;
  background: rgba(0, 136, 255, 0.05);
  color: var(--ink) !important;
  font-size: 14.5px !important;
}
.creator-note strong { color: var(--blue-2); }
.creator-card .button { min-height: 44px; padding: 11px 22px; font-size: 14.5px; }

@media (max-width: 768px) {
  .creator-card-head {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
  }
  .creator-rank { width: 60px; height: 60px; font-size: 18px; }
  .creator-avatar-rank { width: 60px; height: 60px; }
  .creator-avatar-monogram {
    width: 60px;
    height: 60px;
    font-size: 18px;
    border-width: 1.5px;
  }
  .creator-avatar-rank-badge {
    min-width: 24px;
    height: 24px;
    padding: 0 5px;
    font-size: 10px;
    bottom: -3px;
    right: -4px;
    border-width: 1.5px;
  }
  .creator-meta { min-width: 0; overflow: hidden; }
  .creator-meta h3 { font-size: 18px; margin-bottom: 4px; }
  .creator-meta .creator-niche,
  .creator-meta .pick-tag {
    font-size: 10px;
    padding: 3px 8px;
  }
  .creator-score-wrap {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 12px;
    margin-top: 4px;
    border-top: 1px solid rgba(0, 136, 255, 0.10);
  }
  .creator-score { font-size: 32px; }
  .score-breakdown { grid-template-columns: 1fr; gap: 6px; }
  .creator-card { padding: 22px 18px; }
  .reviews-table th, .reviews-table td { padding: 10px 8px; font-size: 13px; }
  .creator-cell strong { font-size: 13px; }
}

/* Linkable table cells (free-onlyfans + reviews quick-reference) */
.creator-cell a, .reviews-table td a {
  text-decoration: none;
}
.creator-cell a strong { color: var(--blue-2); transition: color 150ms ease; }
.creator-cell a:hover strong { color: var(--blue); text-decoration: underline; }

.metric-grid-three { grid-template-columns: repeat(3, 1fr) !important; }
@media (max-width: 768px) {
  .metric-grid-three { grid-template-columns: 1fr !important; }
}

/* === STATS DASHBOARD — replaces baked WebP, brand-correct + accessible === */
.stats-split { display: block !important; padding-top: 40px; padding-bottom: 24px; }
.stats-split .stats-head { margin-bottom: 22px; }

.visual-panel.stats-dashboard {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(0, 194, 255, 0.32);
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 194, 255, 0.16), transparent 22rem),
    radial-gradient(circle at 92% 100%, rgba(63, 209, 255, 0.10), transparent 18rem),
    linear-gradient(140deg, rgba(11, 35, 60, 0.86), rgba(7, 25, 45, 0.94));
  box-shadow: 0 26px 56px rgba(0, 13, 27, 0.40);
}

.stats-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.stats-dashboard-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  border: 1px solid rgba(63, 209, 255, 0.40);
  border-radius: 999px;
  background: rgba(0, 194, 255, 0.10);
  color: #7BE5FF;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.stats-dashboard-mark {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 194, 255, 0.32);
  box-shadow: 0 6px 16px rgba(0, 13, 27, 0.42);
}
.stats-dashboard-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats-dashboard-headline { margin-bottom: 18px; }
.stats-dashboard-headline h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: -0.005em;
}
.stats-dashboard-headline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14.5px;
  line-height: 1.5;
}

.stats-dashboard-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.stats-dashboard-cards .stat-card {
  padding: 14px 14px 12px;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(0, 194, 255, 0.10), rgba(0, 0, 0, 0.20));
}
.stats-dashboard-cards .stat-card-value {
  display: block;
  color: #3FD1FF;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.stats-dashboard-cards .stat-card strong {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: lowercase;
}

.stats-dashboard-foot {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
}
.stats-bars, .stats-cite {
  padding: 14px 16px;
  border: 1px solid rgba(0, 194, 255, 0.18);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}
.stats-bars h4, .stats-cite h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}
.stat-bar {
  display: grid;
  grid-template-columns: minmax(0, 110px) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
}
.stat-bar:last-child { margin-bottom: 0; }
.stat-bar label {
  color: rgba(255, 255, 255, 0.66);
  white-space: nowrap;
}
.stat-bar > span {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.stat-bar > span i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #0088FF 0%, #00C2FF 100%);
  border-radius: inherit;
}
.stat-bar em {
  color: #3FD1FF;
  font-style: normal;
  font-weight: 850;
  font-size: 12px;
}
.stats-cite ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stats-cite li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12.5px;
  line-height: 1.45;
}
.stats-cite li:last-child { margin-bottom: 0; }
.stats-cite li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3FD1FF;
  box-shadow: 0 0 0 3px rgba(63, 209, 255, 0.18);
}

@media (max-width: 768px) {
  .stats-dashboard-cards { grid-template-columns: repeat(2, 1fr); }
  .stats-dashboard-foot { grid-template-columns: 1fr; }
}

/* === STATS SPLIT — Analyst voice === */
.stats-split.split-section { padding-top: 40px; padding-bottom: 24px; }
.stats-head {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  align-items: start;
}
.stats-head-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0, 194, 255, 0.45);
  box-shadow: 0 0 0 5px rgba(0, 194, 255, 0.10);
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 194, 255, 0.32) 0%, transparent 62%),
    linear-gradient(180deg, #082138 0%, #061A2D 100%);
}
.stats-head-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.stats-head h2 { font-size: clamp(26px, 3vw, 38px); margin-bottom: 8px; }
.stats-head .section-intro { font-style: italic; }

/* === CTA v7 — duo + dual CTA === */
.cta-band-v7 {
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 194, 255, 0.22), transparent 24rem),
    radial-gradient(circle at 82% 70%, rgba(63, 209, 255, 0.14), transparent 22rem),
    linear-gradient(135deg, #061a2d 0%, #051428 60%, #061a2d 100%);
}
.cta-band-v7 .cta-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.cta-duo {
  display: flex;
  align-items: center;
}
.cta-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 2px solid rgba(0, 194, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(0, 194, 255, 0.12);
  object-fit: cover;
  object-position: center top;
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 194, 255, 0.32) 0%, transparent 62%),
    linear-gradient(180deg, #082138 0%, #061A2D 100%);
}
.cta-avatar-guide {
  margin-left: -16px;
  border-color: rgba(255, 255, 255, 0.50);
}
.cta-text h2 {
  font-size: clamp(24px, 2.6vw, 34px);
  margin: 0 0 6px;
  color: #ffffff;
}
.cta-text p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15.5px;
  margin: 0;
  max-width: 640px;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cta-actions .button {
  min-height: 48px;
  padding: 12px 22px;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .score-factors { grid-template-columns: repeat(2, 1fr); }
  .picks-grid    { grid-template-columns: repeat(2, 1fr); }
  .paths-grid    { grid-template-columns: 1fr; }
  .meet-grid     { grid-template-columns: 1fr; }
  .cta-band-v7 .cta-inner { grid-template-columns: 1fr; gap: 18px; text-align: left; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .score-factors { grid-template-columns: 1fr; }
  .picks-grid    { grid-template-columns: 1fr; }
  .companion-card {
    grid-template-columns: 96px 1fr;
    gap: 16px;
    padding: 18px;
  }
  .companion-avatar { width: 96px; height: 96px; flex-basis: 96px; }
  .score-head, .paths-head { grid-template-columns: 64px 1fr; gap: 14px; }
  .score-head-avatar, .paths-head-avatar { width: 64px; height: 64px; }
  .stats-head { grid-template-columns: 1fr; }
  .stats-head-avatar { width: 72px; height: 72px; }
  .cta-actions .button { width: 100%; }
}

/* === HERO v7: unified card matching the BFR brand board hero.
   Replaces the old two-column hero-inner with a single conversion-focused
   card (left: copy + checklist + CTAs, right: mascot duo). Below the card:
   a compact 4-icon trust strip. Mobile collapses cleanly to single column. === */

.hero.hero-v7 {
  position: relative;
  padding: 36px 0 56px;
  background:
    radial-gradient(circle at 80% 24%, rgba(0, 194, 255, 0.22), transparent 26rem),
    radial-gradient(circle at 14% 78%, rgba(63, 209, 255, 0.14), transparent 22rem),
    linear-gradient(180deg, #051428 0%, #061a2d 60%, #061827 100%) !important;
  overflow: hidden;
}
.hero.hero-v7::before,
.hero.hero-v7::after {
  display: none !important;
  content: none !important;
}

.hero-v7 .hero-frame {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 22px;
}

.hero-v7 .hero-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 24px;
  padding: 40px 44px;
  border: 1px solid rgba(0, 194, 255, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 12%, rgba(0, 194, 255, 0.20), transparent 18rem),
    radial-gradient(circle at 18% 92%, rgba(63, 209, 255, 0.10), transparent 16rem),
    linear-gradient(140deg, rgba(11, 35, 60, 0.86) 0%, rgba(7, 25, 45, 0.92) 100%);
  box-shadow: 0 30px 80px rgba(0, 13, 27, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

/* Atmospheric line-chart waves + sparkles + dot grid behind mascot */
.hero-v7 .hero-card::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 56%;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 530' preserveAspectRatio='none' fill='none'%3E%3Cpath d='M 30 80 Q 110 30 180 90 T 330 70 Q 410 50 500 90 T 600 80' stroke='%2300C2FF' stroke-width='2.6' opacity='0.42' stroke-linecap='round'/%3E%3Cpath d='M 50 460 Q 160 410 260 470 T 460 460 Q 530 450 600 470' stroke='%233FD1FF' stroke-width='2.6' opacity='0.36' stroke-linecap='round'/%3E%3Cpath d='M 80 200 Q 130 195 170 215 T 250 220' stroke='%237BE5FF' stroke-width='1.6' opacity='0.30' stroke-linecap='round'/%3E%3Cg fill='%237BE5FF'%3E%3Ccircle cx='90' cy='150' r='1.6' opacity='0.65'/%3E%3Ccircle cx='540' cy='130' r='1.4' opacity='0.7'/%3E%3Ccircle cx='220' cy='430' r='1.5' opacity='0.6'/%3E%3Ccircle cx='480' cy='380' r='1.3' opacity='0.65'/%3E%3Ccircle cx='150' cy='320' r='1.1' opacity='0.5'/%3E%3Ccircle cx='340' cy='110' r='1.2' opacity='0.5'/%3E%3Ccircle cx='580' cy='240' r='1.4' opacity='0.6'/%3E%3Ccircle cx='400' cy='480' r='1.1' opacity='0.55'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
}

/* Subtle dot-grid texture across the right column */
.hero-v7 .hero-card::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 56%;
  background-image: radial-gradient(circle at 4px 4px, rgba(63, 209, 255, 0.16) 1.1px, transparent 1.6px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(ellipse at 75% 50%, #000 35%, transparent 80%);
          mask-image: radial-gradient(ellipse at 75% 50%, #000 35%, transparent 80%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.hero-v7 .hero-content,
.hero-v7 .hero-mascot {
  position: relative;
  z-index: 2;
}

.hero-v7 .hero-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-v7 .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 14px 6px 12px;
  border: 1px solid rgba(63, 209, 255, 0.40);
  border-radius: 999px;
  background: rgba(0, 194, 255, 0.10);
  color: #7BE5FF;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.hero-v7 .hero-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3FD1FF;
  box-shadow: 0 0 0 4px rgba(63, 209, 255, 0.20);
  animation: bofrPulse 2.4s ease-in-out infinite;
}
@keyframes bofrPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(63, 209, 255, 0.20); }
  50%      { box-shadow: 0 0 0 8px rgba(63, 209, 255, 0.05); }
}

.hero-v7 .hero-title {
  margin: 0 0 22px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: #ffffff;
  font-weight: 850;
}

.hero-v7 .hero-checklist {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.hero-v7 .hero-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: 16px;
}
.hero-v7 .hero-check {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.hero-v7 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.hero-v7 .hero-cta-primary {
  background: linear-gradient(135deg, #0088ff 0%, #00c2ff 100%) !important;
  border: 1px solid rgba(0, 194, 255, 0.50) !important;
  color: #ffffff !important;
  font-weight: 850 !important;
  font-size: 15px !important;
  padding: 14px 24px !important;
  min-height: 52px !important;
  letter-spacing: 0.005em;
  box-shadow: 0 14px 30px rgba(0, 136, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.hero-v7 .hero-cta-primary:hover {
  background: linear-gradient(135deg, #0099ff 0%, #34d2ff 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 136, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.30) !important;
}
.hero-cta-ghost,
.button.hero-cta-ghost {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 14px 22px !important;
  min-height: 52px !important;
  box-shadow: none !important;
  transition: background 150ms ease, border-color 150ms ease;
}
.hero-cta-ghost:hover,
.button.hero-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.10) !important;
  border-color: rgba(0, 194, 255, 0.40) !important;
}
/* On light section backgrounds (picks-cta), invert the ghost button to dark text */
.picks-cta .hero-cta-ghost {
  background: transparent !important;
  border-color: rgba(7, 24, 39, 0.18) !important;
  color: var(--ink) !important;
}
.picks-cta .hero-cta-ghost:hover {
  background: rgba(0, 194, 255, 0.08) !important;
  border-color: rgba(0, 194, 255, 0.40) !important;
  color: var(--blue-2) !important;
}

.hero-v7 .hero-fineprint {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  letter-spacing: 0.005em;
}

.hero-v7 .hero-mascot {
  position: relative;
  margin: -20px -28px -20px 0;
  padding: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-v7 .hero-mascot::before {
  content: "";
  position: absolute;
  inset: -22% -16% -18% -16%;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(0, 194, 255, 0.42) 0%, rgba(0, 194, 255, 0.18) 30%, transparent 65%),
    radial-gradient(ellipse at 75% 25%, rgba(63, 209, 255, 0.30) 0%, transparent 50%);
  filter: blur(28px);
  z-index: -1;
  pointer-events: none;
}
.hero-v7 .hero-mascot img {
  display: block;
  width: 110%;
  max-width: none;
  height: auto;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.60)) drop-shadow(0 0 32px rgba(0, 194, 255, 0.38));
}

/* Floating stat badges around the mascot */
.hero-v7 .hero-stat-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 194, 255, 0.42);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(8, 24, 44, 0.94), rgba(11, 32, 56, 0.92));
  box-shadow: 0 14px 28px rgba(0, 13, 27, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #ffffff;
  backdrop-filter: blur(6px);
  white-space: nowrap;
}
.hero-v7 .hero-stat-badge .hero-stat-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.hero-v7 .hero-stat-badge strong {
  font-size: 18px;
  font-weight: 850;
  color: #ffffff;
}
.hero-v7 .hero-stat-badge em {
  margin-top: 3px;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.hero-v7 .hero-stat-badge .hero-stat-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3FD1FF;
  box-shadow: 0 0 0 5px rgba(63, 209, 255, 0.18), 0 0 14px rgba(63, 209, 255, 0.6);
  animation: bofrPulse 2.4s ease-in-out infinite;
}
.hero-v7 .hero-stat-badge svg {
  width: 22px;
  height: 22px;
  color: #3FD1FF;
}
.hero-v7 .hero-stat-badge-tl {
  top: 16px;
  left: 16px;
  animation: bofrFloat 5.5s ease-in-out infinite;
}
.hero-v7 .hero-stat-badge-br {
  bottom: 16px;
  right: 16px;
  animation: bofrFloat 6.2s ease-in-out infinite reverse;
}
@keyframes bofrFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* Trust strip below the hero card */
.hero-v7 .hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 28px;
  margin: 22px auto 0;
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.hero-v7 .hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-v7 .hero-trust svg {
  width: 18px;
  height: 18px;
  color: #3FD1FF;
}

/* === Responsive: tablet === */
@media (max-width: 1024px) {
  .hero-v7 .hero-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 24px;
    padding: 32px 30px;
  }
  .hero-v7 .hero-mascot img { max-width: 380px; }
  .hero-v7 .hero-stat-badge strong { font-size: 16px; }
  .hero-v7 .hero-stat-badge em { font-size: 10px; }
}

/* === Responsive: mobile (≤768px) — copy first, mascot inline below === */
@media (max-width: 768px) {
  .hero.hero-v7 { padding: 24px 0 40px; }
  .hero-v7 .hero-frame { padding: 0 14px; }
  .hero-v7 .hero-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px 26px;
    border-radius: 20px;
  }
  .hero-v7 .hero-card::before,
  .hero-v7 .hero-card::after {
    width: 100%;
  }
  .hero-v7 .hero-stat-badge-tl { top: 8px; left: 8px; }
  .hero-v7 .hero-stat-badge-br { bottom: 8px; right: 8px; }
  .hero-v7 .hero-stat-badge { padding: 8px 12px; }
  .hero-v7 .hero-stat-badge strong { font-size: 15px; }
  .hero-v7 .hero-stat-badge em { font-size: 9.5px; }
  .hero-v7 .hero-content { order: 1; }
  .hero-v7 .hero-mascot { order: 2; }
  .hero-v7 .hero-mascot img {
    max-width: 100%;
    width: 100%;
  }
  .hero-v7 .hero-title {
    font-size: clamp(30px, 7.8vw, 40px);
    line-height: 1.08;
    margin-bottom: 16px;
  }
  .hero-v7 .hero-checklist li { font-size: 15px; }
  .hero-v7 .hero-actions { gap: 10px; }
  .hero-v7 .hero-cta-primary,
  .hero-v7 .hero-cta-ghost {
    width: 100%;
    justify-content: center;
    min-height: 50px !important;
  }
  .hero-v7 .hero-trust {
    gap: 8px 18px;
    font-size: 12px;
    margin-top: 16px;
  }
  .hero-v7 .hero-trust svg { width: 16px; height: 16px; }
}

/* === Header overhaul v6: dark navy theme matching the BFR brand board.
   Logo is rendered via the <img> element only (no CSS background image). === */

.site-header {
  background: linear-gradient(180deg, #051428 0%, #061a2d 100%) !important;
  border-bottom: 1px solid rgba(0, 194, 255, 0.18) !important;
  box-shadow: 0 8px 32px rgba(0, 13, 27, 0.36) !important;
  backdrop-filter: none !important;
}

.nav {
  max-width: 1240px;
  min-height: 84px !important;
  padding: 12px 22px !important;
  gap: 24px !important;
}

.brand {
  background: none !important;
  width: auto !important;
  height: 64px !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  overflow: visible !important;
  padding: 0 !important;
}

.brand::before,
.brand::after,
.brand-hero-card::before,
.mascot-showcase article::before {
  content: none !important;
  display: none !important;
}

.brand-logo {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: 56px !important;
  max-height: 56px !important;
  object-fit: contain !important;
  object-position: left center !important;
  opacity: 1 !important;
  visibility: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.nav-links {
  gap: 4px !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

.nav-links a:not(.button) {
  position: relative;
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  letter-spacing: 0.005em !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  transition: color 150ms ease, background-color 150ms ease !important;
}

.nav-links a:not(.button):hover {
  color: #ffffff !important;
  background-color: rgba(0, 194, 255, 0.12) !important;
}

.nav-links a.is-active:not(.button) {
  color: #ffffff !important;
  background-color: rgba(0, 136, 255, 0.18) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 194, 255, 0.32) !important;
}

.nav-links .button.accent {
  border: 1px solid rgba(0, 194, 255, 0.45) !important;
  background: linear-gradient(135deg, #0088ff 0%, #00c2ff 100%) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  padding: 10px 18px !important;
  min-height: 40px !important;
  margin-left: 8px;
  box-shadow: 0 8px 24px rgba(0, 136, 255, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;
  letter-spacing: 0.01em !important;
  transition: background 150ms ease, box-shadow 150ms ease, transform 150ms ease !important;
}

.nav-links .button.accent:hover {
  background: linear-gradient(135deg, #00a3ff 0%, #34d2ff 100%) !important;
  box-shadow: 0 12px 30px rgba(0, 136, 255, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.30) !important;
  transform: translateY(-1px);
}

/* === Hero section: keep the existing dark-navy treatment but seam smoothly with new dark header === */
.hero {
  border-top: none !important;
}

/* === Mascot / visual rules unchanged from v4 === */
.brand-hero-card > img,
.role-card > img,
.mascot-showcase article > img,
.brand-system-strip img,
.visual-panel img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.brand-hero-card > img,
.mascot-showcase article > img {
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.24));
}

/* === Resolution caps: source mascot art is rendered at low pixel sizes
   (duo: 472x264, analyst poses: 416x188, guide poses: 416x190).
   Cap display widths to roughly 1x source so the images stay crisp on retina
   instead of being upscaled into visible pixelation. Center within their card. */
.brand-hero-card > img {
  max-width: 460px !important;
  margin: 0 auto !important;
}

.mascot-showcase article > img,
.role-card > img {
  max-width: 410px !important;
  margin: 0 auto !important;
}

.brand-hero-card > img,
.mascot-showcase article > img,
.role-card > img,
.brand-system-strip img,
.visual-panel img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* === Hamburger toggle button: hidden on desktop, shown on mobile === */
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(0, 194, 255, 0.10);
  border: 1px solid rgba(0, 194, 255, 0.32);
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  flex: 0 0 44px;
  transition: background 150ms ease, border-color 150ms ease;
}
.nav-toggle:hover {
  background: rgba(0, 194, 255, 0.18);
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}
.nav.is-open .nav-toggle {
  background: rgba(0, 194, 255, 0.22);
  border-color: rgba(0, 194, 255, 0.55);
}
/* Animate the lines into an X when open */
.nav-toggle line {
  transform-origin: 12px 12px;
  transition: transform 200ms ease, opacity 150ms ease;
}
.nav.is-open .nav-toggle-top { transform: translateY(5px) rotate(45deg); }
.nav.is-open .nav-toggle-mid { opacity: 0; }
.nav.is-open .nav-toggle-bot { transform: translateY(-5px) rotate(-45deg); }

/* === Hero on mobile: companions first, then text === */
@media (max-width: 1024px) {
  .hero-inner > .brand-hero-card {
    order: -1;
    margin-bottom: 4px;
  }
}

/* === Tablet+small-laptop: tighter nav, no hamburger yet === */
@media (max-width: 1024px) and (min-width: 769px) {
  .nav {
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: auto !important;
    padding: 14px 22px !important;
  }

  .brand { height: 56px !important; }
  .brand-logo { height: 48px !important; max-height: 48px !important; width: auto !important; }

  .nav-links {
    display: flex !important;
    width: auto;
    gap: 6px !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  .nav-links a:not(.button) {
    min-height: 36px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
  }
}

/* === Mobile: hamburger menu, compact logo, no nav-link scroll === */
@media (max-width: 768px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
  }

  .nav {
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 60px !important;
    padding: 8px 16px !important;
    position: relative;
  }

  .brand {
    height: 44px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .brand-logo {
    height: 40px !important;
    max-height: 40px !important;
    width: auto !important;
  }

  .nav-toggle { display: inline-flex !important; }

  /* Slide-down panel anchored to nav */
  .nav-links {
    display: none !important;
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
    padding: 12px 16px 18px !important;
    gap: 6px !important;
    overflow: visible !important;
    background: linear-gradient(180deg, #061a2d 0%, #051428 100%) !important;
    border-bottom: 1px solid rgba(0, 194, 255, 0.22);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
    z-index: 30;
  }
  .nav.is-open .nav-links {
    display: flex !important;
  }

  .nav-links a:not(.button) {
    width: 100%;
    text-align: left;
    min-height: 44px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 12px !important;
    background-color: rgba(255, 255, 255, 0.04) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }
  .nav-links a.is-active:not(.button) {
    border-color: rgba(0, 194, 255, 0.45) !important;
    background-color: rgba(0, 136, 255, 0.18) !important;
  }
  .nav-links .button.accent {
    width: 100% !important;
    min-height: 46px !important;
    margin: 6px 0 0 !important;
    padding: 12px 18px !important;
  }
}

/* ====================================================================
   WCAG AA contrast overrides — buttons must hit ≥4.5:1 for normal text.
   Darker blue gradient endpoints both pass against white.
   ==================================================================== */
.button.accent {
  background: linear-gradient(135deg, #0078cf, #005a9c) !important;
  border-color: #005a9c !important;
}
.button.accent:hover {
  background: linear-gradient(135deg, #006fba, #004f87) !important;
}
.niche-pick-actions a.button {
  background: linear-gradient(135deg, #006fba, #0078cf) !important;
}
.niche-pick-actions a.button:hover {
  background: linear-gradient(135deg, #005a9c, #006fba) !important;
}

/* ====================================================================
   Creator-Submission Form — clean labeled fields with validation styles
   ==================================================================== */
.submit-form {
  margin: 32px 0;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 14px;
  box-shadow: var(--soft-shadow);
}
.submit-form-grid {
  display: grid;
  gap: 20px;
}
.submit-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.submit-field label {
  font-weight: 800;
  font-size: 14px;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.submit-field label .required {
  color: #d11e60;
  font-weight: 900;
  margin-left: 3px;
}
.submit-field .hint {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 2px;
}
.submit-field input[type="text"],
.submit-field input[type="url"],
.submit-field input[type="email"],
.submit-field select,
.submit-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.4;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.submit-field input:focus,
.submit-field select:focus,
.submit-field textarea:focus {
  outline: none;
  border-color: #0078cf;
  box-shadow: 0 0 0 3px rgba(0, 120, 207, 0.15);
}
.submit-field input:invalid:not(:placeholder-shown),
.submit-field select:invalid:not(:focus),
.submit-field textarea:invalid:not(:placeholder-shown) {
  border-color: #d11e60;
}
.submit-field textarea {
  min-height: 100px;
  resize: vertical;
}
.submit-radio-group,
.submit-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.submit-radio-group label,
.submit-checkbox-group label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease;
}
.submit-radio-group label:has(input:checked),
.submit-checkbox-group label:has(input:checked) {
  border-color: #0078cf;
  background: #e6f5ff;
  color: #005a9c;
}
.submit-radio-group input,
.submit-checkbox-group input {
  margin: 0;
  accent-color: #0078cf;
}
.submit-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: #f6f8fc;
  border-radius: 10px;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.5;
}
.submit-consent input {
  margin-top: 3px;
  accent-color: #0078cf;
  flex: 0 0 auto;
}
.submit-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
  flex-wrap: wrap;
}
.submit-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 22px;
  border: 1.5px solid #005a9c;
  border-radius: 10px;
  background: linear-gradient(135deg, #0078cf, #005a9c);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 100ms ease, box-shadow 100ms ease;
}
.submit-actions button:hover {
  box-shadow: 0 8px 18px rgba(0, 90, 156, 0.28);
}
.submit-actions button:active {
  transform: translateY(1px);
}
.submit-actions .meta {
  font-size: 13px;
  color: var(--muted);
}
/* Honeypot field — hidden from users, visible to bots */
.submit-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* Success state */
.submit-form.is-submitted .submit-form-grid { display: none; }
.submit-success {
  display: none;
  padding: 24px;
  background: linear-gradient(135deg, #e7fdf3, #d4f8e6);
  border: 1.5px solid #10b981;
  border-radius: 12px;
  text-align: center;
}
.submit-form.is-submitted .submit-success { display: block; }
.submit-success h3 { margin: 0 0 8px; color: #065f46; font-size: 20px; }
.submit-success p { margin: 0; color: #047857; font-size: 14px; }
@media (max-width: 540px) {
  .submit-form { padding: 22px 20px; }
  .submit-radio-group,
  .submit-checkbox-group { gap: 8px; }
  .submit-radio-group label,
  .submit-checkbox-group label { width: 100%; }
}

/* ====================================================================
   Niche-Picker Quiz UI
   ==================================================================== */
.quiz-app {
  margin: 32px 0;
}
.quiz-card {
  background: #ffffff;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 14px;
  padding: 32px 30px;
  box-shadow: var(--soft-shadow);
}
.quiz-intro-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.quiz-card h2 {
  font-size: 28px;
  margin: 0 0 12px;
  color: var(--ink);
  text-align: center;
}
.quiz-intro p {
  text-align: center;
  margin: 0 auto 22px;
  max-width: 540px;
  color: var(--muted);
}
.quiz-intro-points {
  list-style: none;
  padding: 0;
  margin: 0 auto 24px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.quiz-intro-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.quiz-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}
.quiz-actions .button {
  min-width: 180px;
}
.quiz-progress {
  margin-bottom: 18px;
}
.quiz-progress-bar {
  height: 8px;
  background: #eef4fa;
  border-radius: 999px;
  overflow: hidden;
}
.quiz-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #0078cf, #10b6d9);
  width: 0;
  transition: width 200ms ease;
}
.quiz-progress-label {
  display: block;
  margin-top: 6px;
  text-align: right;
  font-size: 13px;
  color: var(--muted);
  font-weight: 700;
}
.quiz-question-sub {
  text-align: center;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}
.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}
.quiz-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: 11px;
  background: #fff;
  cursor: pointer;
  transition: border-color 120ms ease, background 120ms ease, transform 80ms ease;
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink);
}
.quiz-option:hover {
  border-color: #0078cf;
  background: #f6fbff;
}
.quiz-option:active { transform: scale(0.99); }
.quiz-option input {
  margin: 3px 0 0;
  flex: 0 0 auto;
  accent-color: #0078cf;
  width: 18px;
  height: 18px;
}
.quiz-option.is-selected {
  border-color: #0078cf;
  background: #e6f5ff;
}
.quiz-option.is-selected span { font-weight: 700; }
.quiz-back { background: #fff !important; color: var(--navy) !important; border-color: var(--line) !important; box-shadow: none !important; }
.quiz-back:hover { background: #f6f8fc !important; }

/* RESULT */
.quiz-result-card {
  background: linear-gradient(135deg, #ffffff, #eef8ff);
  text-align: center;
  border-color: rgba(0, 120, 207, 0.4);
}
.quiz-result-eyebrow {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: #006fba;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}
.quiz-result-card h2 {
  font-size: 32px;
  color: #005a9c;
  margin-bottom: 14px;
}
.quiz-result-summary {
  max-width: 620px;
  margin: 0 auto 24px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
}
.quiz-result-score {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 28px;
  border: 1.5px solid rgba(0, 120, 207, 0.3);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
}
.quiz-result-score strong {
  font-size: 44px;
  font-weight: 950;
  line-height: 1;
  color: #005a9c;
}
.quiz-result-score span {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.quiz-result-actions {
  display: flex;
  justify-content: center;
}
.quiz-runners-up {
  margin-top: 32px;
}
.quiz-runners-up h3 {
  font-size: 15px;
  font-weight: 850;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
}
.quiz-runner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.quiz-runner-card {
  display: block;
  padding: 16px 18px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color 120ms ease, transform 100ms ease;
  position: relative;
}
.quiz-runner-card:hover {
  border-color: #0078cf;
  transform: translateY(-1px);
}
.quiz-runner-score {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 18px;
  font-weight: 950;
  color: #006fba;
}
.quiz-runner-card strong {
  display: block;
  font-size: 15px;
  font-weight: 850;
  margin-bottom: 4px;
  padding-right: 36px;
}
.quiz-runner-card p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}
.quiz-bonus {
  margin-top: 28px;
  padding: 22px 24px;
  background: #f6fbff;
  border: 1.5px solid rgba(0, 194, 255, 0.25);
  border-radius: 12px;
}
.quiz-bonus h3 {
  margin: 0 0 8px;
  color: #005a9c;
  font-size: 17px;
}
.quiz-bonus p {
  margin: 0 0 14px;
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.55;
}
.quiz-result-actions-footer {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .quiz-card { padding: 26px 22px; }
  .quiz-card h2 { font-size: 24px; }
  .quiz-result-card h2 { font-size: 26px; }
  .quiz-runner-grid { grid-template-columns: 1fr; }
}

/* ====================================================================
   Quiz-promo CTA — surfaces the niche-picker quiz on hub pages
   ==================================================================== */
.quiz-promo {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  margin: 36px 0 32px;
  padding: 22px 26px;
  background: linear-gradient(135deg, #ffffff, #eef8ff);
  border: 1.5px solid rgba(0, 120, 207, 0.30);
  border-radius: 14px;
  box-shadow: var(--soft-shadow);
}
.quiz-promo-icon {
  flex-shrink: 0;
}
.quiz-promo-icon img {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #061a2d;
  object-fit: cover;
}
.quiz-promo-text strong {
  display: block;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 4px;
}
.quiz-promo-text p {
  margin: 0;
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.45;
}
.quiz-promo .button {
  white-space: nowrap;
}
@media (max-width: 720px) {
  .quiz-promo {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px 20px;
  }
  .quiz-promo-icon img { margin: 0 auto; width: 76px; height: 76px; }
  .quiz-promo .button { width: 100%; }
}

/* Quiz intro mascot — replaces the old SVG icon with a Guide pose */
.quiz-intro-mascot {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.quiz-intro-mascot img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #061a2d;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(0, 90, 156, 0.25);
}

/* Related-reading inline callout — used for cross-post internal links */
.related-reading {
  margin: 28px 0;
  padding: 14px 18px;
  background: #f6fbff;
  border-left: 3px solid #0078cf;
  border-radius: 8px;
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.55;
}
.related-reading a {
  color: #005a9c;
  font-weight: 800;
  text-decoration: none;
}
.related-reading a:hover { text-decoration: underline; }

/* ====================================================================
   Submit-contact callout — replaces the form with a simple email CTA
   ==================================================================== */
.submit-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
  margin: 28px 0;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 14px;
  box-shadow: var(--soft-shadow);
}
.submit-contact-text strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 12px;
}
.submit-contact-text strong a {
  color: #005a9c;
  text-decoration: none;
}
.submit-contact-text strong a:hover { text-decoration: underline; }
.submit-contact-text p {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 15px;
}
.submit-contact-text ul {
  margin: 0;
  padding-left: 22px;
}
.submit-contact-text ul li {
  margin: 6px 0;
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.55;
}
.submit-contact > .button {
  white-space: nowrap;
  align-self: center;
}
@media (max-width: 720px) {
  .submit-contact {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
  .submit-contact > .button { width: 100%; }
}

/* ====================================================================
   Language selector — flag dropdown in nav header
   ==================================================================== */
.lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.lang-switcher-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease;
}
.lang-switcher-toggle:hover {
  border-color: #0078cf;
  background: #f6fbff;
}
.lang-switcher-flag {
  font-size: 18px;
  line-height: 1;
}
.lang-switcher-chevron {
  width: 12px;
  height: 12px;
  fill: var(--muted);
  transition: transform 150ms ease;
}
.lang-switcher.is-open .lang-switcher-chevron { transform: rotate(180deg); }
.lang-switcher-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 240px;
  max-height: 70vh;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(11, 25, 42, 0.18);
  z-index: 40;
  list-style: none;
  margin: 0;
}
.lang-switcher.is-open .lang-switcher-menu { display: block; }
.lang-switcher-menu li { margin: 0; }
.lang-switcher-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.lang-switcher-menu a:hover {
  background: #f6fbff;
  color: #0078cf;
}
.lang-switcher-menu a[aria-current="true"] {
  background: rgba(0, 120, 207, 0.10);
  color: #005a9c;
  font-weight: 800;
}
.lang-switcher-menu .lang-flag {
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}
.lang-switcher-menu .lang-native {
  flex: 1 1 auto;
}
.lang-switcher-menu .lang-code {
  font-size: 11px;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* RTL support for Arabic / Hebrew */
html[dir="rtl"] body { direction: rtl; }
html[dir="rtl"] .lang-switcher-menu { left: 0; right: auto; }
@media (max-width: 720px) {
  .lang-switcher-toggle { padding: 6px 10px; font-size: 12px; }
  .lang-switcher-menu { right: -10px; min-width: 220px; }
}

/* ============================================================
 * Category page additions: sponsored block + score breakdown
 * Used by /categories/<slug> pages built from sexndolls migration
 * ============================================================ */

/* Sponsored pill — small inline badge next to a heading */
.sponsored-pill {
  display: inline-block;
  padding: 3px 10px;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #ff9b3e, #f7681c);
  border-radius: 999px;
  vertical-align: middle;
}

/* Disclosure paragraph above the widget frame */
.sponsored-note {
  font-size: 14px;
  color: var(--muted, #5e6878);
  background: #fff8ec;
  border: 1px solid #f5d99a;
  border-left: 3px solid #f7681c;
  padding: 12px 16px;
  border-radius: 8px;
  margin: 12px 0 18px;
  line-height: 1.55;
}

/* Container around the actual pur.agency embed */
.sponsored-frame {
  background: #fafcff;
  border: 1px solid #e3ecf5;
  border-radius: 12px;
  padding: 16px 12px;
  margin-bottom: 36px;
  box-shadow: inset 0 0 0 1px rgba(247, 104, 28, 0.06);
}
.sponsored-frame #purDiv {
  min-height: 200px;
}

/* Helper meta line above the editorial picks list */
.picks-meta {
  font-size: 14px;
  color: var(--muted, #5e6878);
  margin: 0 0 14px;
  font-style: italic;
}

/* Six-factor breakdown <details> inside each pick card */
.pick-factors {
  margin-top: 10px;
  border-top: 1px dashed #dde6f0;
  padding-top: 10px;
}
.pick-factors > summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue-2, #006fba);
  list-style: none;
  user-select: none;
}
.pick-factors > summary::-webkit-details-marker { display: none; }
.pick-factors > summary::after {
  content: " ▾";
  font-size: 10px;
  margin-left: 4px;
  color: var(--muted, #5e6878);
}
.pick-factors[open] > summary::after { content: " ▴"; }

.factor-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 18px;
  font-size: 13px;
}
.factor-list li {
  display: flex;
  justify-content: space-between;
  padding: 5px 8px;
  background: #f4f8fc;
  border-radius: 6px;
}
.factor-list li > span { color: var(--muted, #5e6878); }
.factor-list li > strong { color: var(--ink, #0e1320); font-weight: 800; }

@media (max-width: 640px) {
  .factor-list { grid-template-columns: 1fr; }
  .sponsored-pill { font-size: 10px; padding: 2px 8px; }
}

/* Categories hub — searchable A–Z directory of all niches */
.cat-hub { max-width: 1180px; }
.cat-hub-hero {
  display: flex; align-items: center; gap: 28px; margin: 8px 0 18px;
  background: linear-gradient(135deg, #061a2d 0%, #0c2c4a 100%);
  border-radius: 16px; padding: 26px 30px; color: #fff;
}
.cat-hub-hero-text { flex: 1 1 auto; min-width: 0; }
.cat-hub-hero-text h1 { color: #fff; margin: 6px 0 10px; }
.cat-hub-hero-text .lead { color: rgba(255,255,255,0.82); }
.cat-hub-hero-text .eyebrow { color: #4fd8ff; }
.cat-hub-hero-mascot { flex: 0 0 150px; }
/* Premium circular avatar treatment — transparent PNG clipped to a clean circle
   with a cyan ring + navy fill (so no white can ever show) + soft glow. */
.cat-hub-hero-mascot img {
  width: 150px; height: 150px; display: block;
  border-radius: 50%;
  object-fit: cover;
  background: #0b2236;                       /* navy fill behind any transparent px */
  border: 3px solid rgba(63, 209, 255, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 28px rgba(63, 209, 255, 0.22);
}
@media (max-width: 720px) {
  .cat-hub-hero { flex-direction: column-reverse; text-align: center; padding: 22px; gap: 10px; }
  .cat-hub-hero-mascot { flex-basis: auto; }
  .cat-hub-hero-mascot img { width: 110px; height: 110px; margin: 0 auto; }
}
.cat-search {
  width: 100%; max-width: 520px; margin: 10px 0 18px; padding: 12px 16px;
  font-size: 15px; border: 1px solid #cdd9e6; border-radius: 999px;
  background: #fff; color: var(--ink, #0e1320); font-family: inherit;
}
.cat-search:focus { outline: 2px solid #3fd1ff; outline-offset: 1px; border-color: #0078cf; }
.cat-az { display: flex; flex-wrap: wrap; gap: 4px; margin: 0 0 24px; }
.cat-az a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 30px; height: 30px; padding: 0 6px; border-radius: 7px;
  background: #f0f5fa; color: var(--blue-2, #006fba); font-weight: 800;
  font-size: 13px; text-decoration: none; border: 1px solid #e1ebf5;
}
.cat-az a:hover { background: #0078cf; color: #fff; }
.cat-group { margin: 0 0 26px; scroll-margin-top: 90px; }
.cat-group-letter {
  font-size: 22px; font-weight: 900; color: var(--blue-2, #006fba);
  border-bottom: 2px solid #e1ebf5; padding-bottom: 6px; margin: 0 0 14px;
}
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; }
.cat-card {
  display: flex; flex-direction: column; gap: 3px; padding: 12px 14px;
  background: #fff; border: 1px solid #e1ebf5; border-radius: 10px;
  text-decoration: none; transition: border-color 150ms ease, box-shadow 150ms ease, transform 100ms ease;
}
.cat-card:hover { border-color: #0078cf; box-shadow: 0 8px 20px rgba(0, 120, 207, 0.12); transform: translateY(-2px); }
.cat-card-name { font-weight: 800; color: var(--ink, #0e1320); font-size: 15px; }
.cat-card-meta { font-size: 12px; color: var(--muted, #5e6878); }
.cat-noresults { color: var(--muted, #5e6878); font-style: italic; padding: 20px 0; }

/* Sponsored section on core pages (homepage + reviews/free/statistics) —
   centered container so the ad block sits cleanly in the page flow. */
.sponsored-section { padding: 8px 0 4px; }
.sponsored-inner { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.sponsored-inner > h2 { font-size: clamp(22px, 2.4vw, 30px); margin: 0 0 4px; }

/* Data/benchmark credit line (links onlyfansstatistics.com sister project) */
.data-credit {
  font-size: 13px; color: var(--muted, #5e6878); line-height: 1.55;
  border-left: 3px solid #12a98d; background: #f2fbf9;
  padding: 10px 14px; border-radius: 8px; margin: 14px 0 0;
}
.data-credit a { color: #0b8f86; font-weight: 700; text-decoration: underline; }

/* 18+ compliance banner — sensitive-niche pages (age-fantasy / family roleplay) */
.compliance-banner {
  background: #fff6f6;
  border: 1px solid #f3c9c9;
  border-left: 4px solid #d83a3a;
  border-radius: 10px;
  padding: 14px 18px;
  margin: 16px 0 4px;
  font-size: 14px;
  line-height: 1.55;
  color: #7a2222;
}
.compliance-banner strong { color: #b32020; }
.compliance-banner a { color: #b32020; text-decoration: underline; font-weight: 700; }

/* ============================================================
 * BFR Niche Metrics — proprietary indices, charts, insight box
 * NSI™ / EQS / RMI / FTC strip + score distribution + radar +
 * Latina-style insight callout + cross-niche overlap panel
 * ============================================================ */

.indices-intro {
  color: var(--muted, #5e6878);
  font-size: 14px;
  margin: -8px 0 18px;
}

.bfr-indices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 36px;
}

.bfr-index {
  background: linear-gradient(180deg, #fff 0%, #f6fafd 100%);
  border: 1px solid #e1ebf5;
  border-radius: 12px;
  padding: 18px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  overflow: hidden;
}
.bfr-index::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue, #078ff0), var(--cyan, #10b6d9));
}
.bfr-index-nsi::before { background: linear-gradient(90deg, #0078cf, #3fd1ff); }
.bfr-index-eqs::before { background: linear-gradient(90deg, #12a98d, #4be0c2); }
.bfr-index-rmi::before { background: linear-gradient(90deg, #f7681c, #ff9b3e); }
.bfr-index-ftc::before { background: linear-gradient(90deg, #b047d7, #d77af0); }

.bfr-index-label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: var(--blue-2, #006fba);
  text-transform: uppercase;
}
.bfr-tm {
  font-size: 8px;
  vertical-align: super;
  margin-left: 1px;
  font-weight: 700;
}
.bfr-index-value {
  font-size: 38px;
  font-weight: 900;
  color: var(--ink, #0e1320);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.bfr-index-value-text {
  font-size: 22px;
  letter-spacing: 0;
  padding-top: 8px;
  padding-bottom: 4px;
}
.bfr-index-unit {
  font-size: 16px;
  font-weight: 700;
  color: var(--muted, #5e6878);
  margin-left: 2px;
}
.bfr-index-name {
  font-size: 13px;
  color: var(--muted, #5e6878);
  font-weight: 600;
  margin: 2px 0 8px;
}
.bfr-delta {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.03em;
  align-self: flex-start;
}
.bfr-delta-up   { background: #e6f8ef; color: #0f7a4f; border: 1px solid #b8e6cd; }
.bfr-delta-down { background: #fdebec; color: #b32525; border: 1px solid #f5c2c5; }
.bfr-delta-flat { background: #f0f4f8; color: #5e6878; border: 1px solid #d5dee8; }
.bfr-delta-info { background: #eef5fb; color: #0078cf; border: 1px solid #c7dcef; }

/* Insight box — bold editorial hook */
.bfr-insight {
  background: linear-gradient(135deg, #061a2d 0%, #0c2c4a 100%);
  border-radius: 14px;
  padding: 22px 26px;
  margin: 8px 0 36px;
  color: #fff;
  position: relative;
  border-left: 4px solid #3fd1ff;
}
.bfr-insight .bfr-insight-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4fd8ff;
  margin-bottom: 8px;
}
/* .bfr-insight prefix raises specificity to (0,2,0) so these win over
   `.trust-article p { color:#2c3a4f }` (0,1,1) — otherwise the claim/explain
   text renders dark slate on the dark navy box and is unreadable. */
.bfr-insight .bfr-insight-claim {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 10px;
  color: #ffffff;
}
.bfr-insight .bfr-insight-explain {
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

/* Charts — distribution + radar side by side */
.bfr-charts-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 24px;
  margin: 8px 0 30px;
  align-items: start;
}
.bfr-chart {
  background: #fff;
  border: 1px solid #e1ebf5;
  border-radius: 12px;
  padding: 18px 18px 14px;
  margin: 0;
}
.bfr-chart > figcaption {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--muted, #5e6878);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.bfr-chart svg {
  display: block;
  width: 100%;
  height: auto;
}
.bfr-chart-radar svg { max-width: 560px; margin: 0 auto; }

/* Cross-niche overlap panel */
.cross-niche-intro {
  color: var(--muted, #5e6878);
  font-size: 14px;
  margin: -8px 0 18px;
}
.bfr-overlap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 32px;
}
.bfr-overlap-row {
  display: grid;
  grid-template-columns: minmax(160px, 1.2fr) minmax(180px, 1fr) minmax(0, 2fr);
  gap: 14px;
  align-items: center;
  background: #f7fafd;
  border: 1px solid #e1ebf5;
  border-radius: 10px;
  padding: 12px 16px;
}
.bfr-overlap-creator {
  font-weight: 800;
  color: var(--ink, #0e1320);
}
.bfr-overlap-meta { display: flex; flex-direction: column; gap: 4px; }
.bfr-overlap-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  border-radius: 999px;
  align-self: flex-start;
  text-transform: uppercase;
}
.tag-specialist { background: #e6f8ef; color: #0f7a4f; border: 1px solid #b8e6cd; }
.tag-versatile  { background: #fff4e0; color: #a85b00; border: 1px solid #f0d0a0; }
.tag-benchmark  { background: #f0f4f8; color: #5e6878; border: 1px solid #d5dee8; }
.bfr-overlap-count {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted, #5e6878);
}
.bfr-overlap-samples {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bfr-overlap-pill {
  display: inline-block;
  background: #fff;
  border: 1px solid #d5dee8;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--blue-2, #006fba);
  text-decoration: none;
}
.bfr-overlap-pill:hover { background: #eef5fb; border-color: #0078cf; }

@media (max-width: 900px) {
  .bfr-indices { grid-template-columns: repeat(2, 1fr); }
  .bfr-charts-row { grid-template-columns: 1fr; }
  .bfr-overlap-row { grid-template-columns: 1fr; gap: 8px; }
  .bfr-overlap-meta { flex-direction: row; align-items: center; }
}
@media (max-width: 640px) {
  .bfr-index-value { font-size: 30px; }
  .bfr-insight-claim { font-size: 16px; }
}

/* ============================================================
 * Share bar — site-wide social/email/copy share buttons
 * Dark navy band, full-width, sits at the end of <main>
 * ============================================================ */

.share-bar {
  background: linear-gradient(180deg, #061a2d 0%, #0a1f33 100%);
  border-top: 1px solid rgba(0, 194, 255, 0.18);
  margin-top: 40px;
  padding: 28px 0;
  color: #fff;
}
.share-bar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.share-bar-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-right: 8px;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 13px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 100ms ease;
  font-family: inherit;
  line-height: 1;
}
.share-btn svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: currentColor;
}
.share-btn:hover {
  background: rgba(0, 194, 255, 0.12);
  border-color: rgba(0, 194, 255, 0.45);
  color: #fff;
}
.share-btn:active { transform: translateY(1px); }
.share-btn:focus-visible {
  outline: 2px solid #3fd1ff;
  outline-offset: 2px;
}

/* Brand-tinted hovers (subtle) */
.share-btn-x:hover     { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.45); }
.share-btn-bsky:hover  { background: rgba(0, 133, 255, 0.18); border-color: rgba(0, 133, 255, 0.55); }
.share-btn-reddit:hover{ background: rgba(255, 69, 0, 0.18); border-color: rgba(255, 69, 0, 0.55); }
.share-btn-tg:hover    { background: rgba(36, 161, 222, 0.18); border-color: rgba(36, 161, 222, 0.55); }
.share-btn-wa:hover    { background: rgba(37, 211, 102, 0.18); border-color: rgba(37, 211, 102, 0.55); }
.share-btn-mail:hover  { background: rgba(255, 255, 255, 0.10); border-color: rgba(255, 255, 255, 0.40); }
.share-btn-copy:hover  { background: rgba(0, 194, 255, 0.16); border-color: rgba(0, 194, 255, 0.55); }
.share-btn-copied {
  background: rgba(18, 169, 141, 0.22) !important;
  border-color: rgba(18, 169, 141, 0.7) !important;
  color: #4be0c2 !important;
}

@media (max-width: 720px) {
  .share-bar { padding: 22px 0 24px; margin-top: 28px; }
  .share-bar-inner { gap: 8px; }
  .share-bar-label { width: 100%; margin-bottom: 4px; }
  .share-btn { padding: 8px 13px 8px 11px; font-size: 13px; }
  .share-btn span:not(.share-btn-copy-label) { display: inline; }
  /* Hide the labels on mobile for some buttons to save room — keep icons only */
  .share-btn-bsky span,
  .share-btn-tg span,
  .share-btn-wa span,
  .share-btn-mail span { display: none; }
}
