﻿/*
 * Top10Podcasts landing — from design HTML (fonts via Google Fonts in functions.php).
 */
body.top10podcasts-landing-page {
  --landing-nav-offset: 48px;
}

/* ========================================================
   MOBILE PARITY TUNE — GAP SCAN PASS
   ======================================================== */
@media (max-width: 768px) {
  /* Tight, consistent transitions between sections */
  .hero.sec-pad {
    padding-bottom: 22px !important;
  }
  .featured.sec-pad {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .problem.sec-pad {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .framework.sec-pad {
    padding-top: 20px !important;
    padding-bottom: 22px !important;
  }
  .how.sec-pad {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .quiz.sec-pad {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .shows.sec-pad {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .results.sec-pad {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
  }
  .testimonials.sec-pad {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .notfor.sec-pad {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .closing.sec-pad {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .faq.sec-pad {
    padding-top: 24px !important;
    padding-bottom: 18px !important;
  }

  /* Remove hidden/empty block footprints */

  .hero-eyebrow:empty,
  .hero-sub:empty,
  .problem .section-sub:empty,
  .prob-bridge:has(p:empty),
  .shows-head:has(.section-h:empty),
  .results .section-sub:empty,
  .testimonials .section-sub:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Prevent oversized vertical gaps in key wrappers */
  .shows-head,
  .stats-hero,
  .quote-row,
  .nf-wrap,
  .faq-list {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }
  .closing-perks {
    margin-bottom: 14px !important;
  }
  .footer {
    padding-top: 22px !important;
  }
}

/* ========================================================
   MOBILE RESULTS CARD COLOR FIX (final priority)
   ======================================================== */
@media (max-width: 768px) {
  .results {
    background: #f7f8fc !important;
  }
  .results .stats-feat,
  .results .stats-mini,
  .results .dash {
    background: #0f1722 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
  }
  .results .stats-feat h3,
  .results .stats-feat p,
  .results .stats-mini .lbl,
  .results .stats-mini .sub,
  .results .dash-title,
  .results .dash-sub {
    color: #dbe4f5 !important;
  }
  .results .stats-mini .v,
  .results .dash-big {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
  }

  /* Clarify Featured vs Problem section split */
  .featured {
    background: #eef2f8 !important;
    border-bottom: 1px solid #dfe6f2 !important;
  }
  .problem {
    background: #ffffff !important;
  }
  .featured.sec-pad + .problem.sec-pad {
    border-top: 1px solid #edf1f7 !important;
  }
}

/* ========================================================
   MOBILE FRAMEWORK STYLE FIX (template parity)
   ======================================================== */
@media (max-width: 768px) {
  .framework {
    background: #0b101d !important;
  }
  .framework .overline,
  .framework .section-h,
  .framework .section-sub {
    color: #ffffff !important;
    text-align: center !important;
  }
  .framework .section-sub {
    color: rgba(226, 232, 247, 0.72) !important;
  }
  .framework .fw-grid {
    gap: 10px !important;
  }
  .framework .fw-phase {
    background: rgba(24, 30, 46, 0.9) !important;
    border: 1px solid rgba(127, 168, 255, 0.12) !important;
    border-radius: 12px !important;
    padding: 12px 12px 10px !important;
  }
  .framework .fw-phase::after,
  .framework .fw-dot::before,
  .framework .fw-phase p,
  .framework .fw-phase-bullets {
    display: none !important;
  }
  .framework .fw-phase-head {
    margin-bottom: 6px !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: center !important;
  }
  .framework .fw-dot {
    width: 58px !important;
    height: 58px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(84, 112, 255, 0.35) !important;
    background: linear-gradient(160deg, #12182a 0%, #0e1322 100%) !important;
    box-shadow: none !important;
  }
  .framework .fw-dot .big {
    font-family:
      "Inter",
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      sans-serif !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    font-style: normal !important;
    letter-spacing: -0.5px !important;
    background: none !important;
    -webkit-text-fill-color: #5a73ff !important;
    color: #5a73ff !important;
  }
  .framework .fw-phase-tag {
    font-size: 10px !important;
    letter-spacing: 1.8px !important;
    color: #5a73ff !important;
    margin-bottom: 2px !important;
  }
  .framework .fw-phase-time {
    font-size: 11px !important;
    color: rgba(223, 230, 245, 0.72) !important;
  }
  .framework .fw-phase h3 {
    font-size: 21px !important;
    line-height: 1.12 !important;
    color: #ffffff !important;
    margin-bottom: 4px !important;
  }
  .framework .fw-guarantee {
    margin-top: 8px !important;
    padding: 5px 9px !important;
    font-size: 11px !important;
    border-radius: 6px !important;
    background: #00a568 !important;
    border: 0 !important;
    color: #eafff5 !important;
  }
  .framework .fw-phase:not(:first-child) .fw-guarantee {
    display: none !important;
  }
}

/* ========================================================
   MOBILE ELEMENT POSITION LOCK (final)
   ======================================================== */
@media (max-width: 768px) {
  /* Unified content frame */
  body.top10podcasts-landing-page .container {
    width: min(100%, 390px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Heading/location consistency */
  .overline,
  .section-h,
  .section-sub {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 360px !important;
  }

  /* Section-specific anchors */
  .featured .featured-head,
  .problem .container,
  .framework .container,
  .how .container,
  .quiz .container,
  .shows .container,
  .results .container,
  .testimonials .container,
  .notfor .container,
  .closing .container,
  .faq .container {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }

  /* Cards stay aligned to same horizontal rail */
  .prob-row,
  .fw-phase,
  .quiz-card,
  .cover,
  .dash,
  .quote,
  .nf-wrap,
  .faq-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* ========================================================
   MOBILE PROBLEM TEMPLATE LOCK (final priority)
   ======================================================== */
@media (max-width: 768px) {
  .problem {
    background: #ffffff !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .problem .overline {
    color: #4a6ee0 !important;
    text-align: center !important;
    justify-content: center !important;
    font-size: 10px !important;
    letter-spacing: 2.2px !important;
    margin-bottom: 10px !important;
  }
  .problem .section-h {
    color: #0f1422 !important;
    text-align: center !important;
    font-size: 28px !important;
    line-height: 1.02 !important;
    margin-bottom: 10px !important;
    letter-spacing: -0.9px !important;
  }
  .problem .section-h .serif-accent,
  .problem .section-h em {
    font-family:
      "Inter",
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      sans-serif !important;
    font-style: normal !important;
    font-weight: 800 !important;
    color: inherit !important;
  }
  .problem .section-sub {
    color: #7b8190 !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.38 !important;
    margin: 0 0 16px !important;
  }
  .problem .prob-list {
    margin-top: 0 !important;
  }
  .problem .prob-row {
    background: #f7f8fc !important;
    border-radius: 12px !important;
    padding: 12px 12px 10px !important;
    margin-bottom: 10px !important;
    grid-template-columns: 44px 1fr !important;
    gap: 10px !important;
  }
  /* .problem .prob-row::before{
		width:3px !important;
		background:#ff2b2b !important;
		border-radius:12px 0 0 12px !important;
		display: inline-block;
	} */
  .problem .prob-num {
    width: 34px !important;
    height: 34px !important;
    font-size: 18px !important;
    background: #ffe9e9 !important;
    color: #ff2b2b !important;
  }
  .problem .prob-body h3 {
    font-size: 15px !important;
    line-height: 1.14 !important;
    margin-bottom: 2px !important;
  }
  .problem .prob-body p {
    font-size: 12px !important;
    line-height: 1.33 !important;
    color: #7b8190 !important;
  }
  .problem .prob-tag {
    display: none !important;
  }
  .problem .prob-bridge {
    background: transparent !important;
    border: 0 !important;
    padding: 6px 0 0 !important;
    margin-top: 8px !important;
  }
  .problem .prob-bridge::before,
  .problem .prob-bridge .ic {
    display: none !important;
  }
  .problem .prob-bridge p {
    color: #0f1422 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    letter-spacing: -0.2px !important;
    max-width: 340px !important;
    margin: 0 auto !important;
  }
  .problem .prob-bridge p em {
    font-family:
      "Inter",
      -apple-system,
      BlinkMacSystemFont,
      sans-serif !important;
    font-style: normal !important;
    font-weight: 800 !important;
  }
}

/* ========================================================
   MOBILE FONT + FEATURED STRIP FINAL FIX
   ======================================================== */
@media (max-width: 768px) {
  /* Font consistency */
  body.top10podcasts-landing-page,
  body.top10podcasts-landing-page .nav,
  body.top10podcasts-landing-page section,
  body.top10podcasts-landing-page button,
  body.top10podcasts-landing-page input,
  body.top10podcasts-landing-page textarea {
    font-family:
      "Inter",
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      sans-serif !important;
  }
  .hero-h1 .serif,
  .hero-h1 .serif-accent,
  .section-h em,
  .serif,
  .serif-accent {
    font-family: "Instrument Serif", Georgia, serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
  }

  /* Featured press strip mobile background + contrast */
  .featured {
    background: #f2f5fb !important;
    border-top: 1px solid #e6ebf4 !important;
    border-bottom: 1px solid #e1e8f3 !important;
    padding-top: 16px !important;
    padding-bottom: 14px !important;
  }
  .featured .featured-l {
    color: #6e7485 !important;
  }
  .featured .featured-l span {
    color: #1a2130 !important;
  }
  .featured .press-logo {
    background: #ffffff !important;
    border: 1px solid #dfe6f2 !important;
    color: #1f2533 !important;
    opacity: 1 !important;
    filter: none !important;
  }
  .featured .press-logo img {
    display: block !important;
    height: 28px !important;
    width: auto !important;
  }
  .featured .press-logo-text {
    display: none !important;
  }
}

/* ========================================================
   MOBILE SHOWS BUGFIX — template card count/appearance
   ======================================================== */
@media (max-width: 768px) {
  .shows .container {
    max-width: 390px !important;
  }
  .shows-grid {
    /* grid-template-columns:repeat(2,minmax(0,1fr)) !important;
		grid-auto-rows:118px !important;
		gap:8px !important; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin-bottom: 40px;
  }
  .shows-grid-covers .cover {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    border-radius: 0 !important;
  }
  .shows-grid .cover img {
    object-fit: fill !important;
    object-position: center !important;
  }
  /* Remove text overlays/ranks for cleaner template cards */
  .shows-grid-covers .cover .meta,
  .shows-grid-covers .cover .rank,
  .shows-grid-covers .cover .play-ic {
    display: none !important;
  }
}

/* ========================================================
   MOBILE TEMPLATE PARITY — FINAL LAYER
   Single consolidated override block to match screenshot flow.
   ======================================================== */
@media (max-width: 768px) {
  /* Frame + rhythm */
  body.top10podcasts-landing-page {
    background: #eef1f7 !important;
  }
  body.top10podcasts-landing-page .container {
    width: min(100%, 390px) !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.top10podcasts-landing-page section.sec-pad {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  body.top10podcasts-landing-page section.sec-pad + section.sec-pad {
    border-top: none !important;
    padding-top: 22px !important;
  }

  /* Section backgrounds (exact flow from screenshots) */
  .hero {
    background: #070814 !important;
  }
  .featured {
    background: #ffffff !important;
  }
  .problem {
    background: #ffffff !important;
  }
  .framework {
    background: #0a0f1d !important;
  }
  .how {
    background: #ffffff !important;
  }
  .quiz {
    background: linear-gradient(
      160deg,
      #2a0750 0%,
      #1a0338 52%,
      #3a0a70 100%
    ) !important;
  }
  .shows {
    background: linear-gradient(
      180deg,
      #5610d8 0%,
      #5a14e1 45%,
      #520fd2 100%
    ) !important;
  }
  .results {
    background: #ffffff !important;
  }
  .testimonials {
    background: #ffffff !important;
  }
  .notfor {
    background: #0b101d !important;
  }
  .closing {
    background: linear-gradient(165deg, #2510a8 0%, #1f0a83 100%) !important;
  }
  .faq {
    background: #ffffff !important;
  }
  .footer {
    background: #ffffff !important;
  }

  /* Shared headings */
  .overline {
    margin-bottom: 10px !important;
    font-size: 10px !important;
    letter-spacing: 2.1px !important;
  }
  .section-h {
    font-size: 44px !important;
    line-height: 0.98 !important;
    margin-bottom: 12px !important;
  }
  .section-sub {
    font-size: 14px !important;
    line-height: 1.52 !important;
    margin-bottom: 18px !important;
  }

  /* Dark sections typography */
  .framework .overline,
  .framework .section-h,
  .framework .section-sub,
  .quiz .overline,
  .quiz .section-h,
  .quiz .section-sub,
  .shows .overline,
  .shows .section-h,
  .shows .section-sub,
  .notfor .overline,
  .notfor .section-h,
  .notfor .section-sub,
  .closing .overline,
  .closing .section-h,
  .closing .section-sub {
    color: #fff !important;
  }

  .featured {
    padding-top: 18px !important;
    padding-bottom: 0 !important;
  }

  /* Problem cards */
  .problem .section-h,
  .problem .section-sub {
    text-align: center !important;
    color: #121727 !important;
  }
  .prob-row {
    background: #f7f8fc !important;
    border-radius: 12px !important;
    padding: 12px 12px 10px !important;
    margin-bottom: 8px !important;
  }
  .prob-body h3 {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }
  .prob-body p {
    font-size: 12px !important;
    line-height: 1.32 !important;
  }
  .prob-bridge p {
    font-size: 44px !important;
    line-height: 0.98 !important;
    text-align: left !important;
  }

  /* Framework dark cards */
  .fw-grid {
    gap: 12px !important;
  }
  .fw-phase {
    background: #111827 !important;
    border: 1px solid rgba(127, 168, 255, 0.14) !important;
  }
  .fw-phase h3,
  .fw-phase p,
  .fw-phase li,
  .fw-phase-time {
    color: #e8edff !important;
  }

  /* How white timeline */
  .how-step p {
    color: #5c6375 !important;
  }
  .how-quote {
    background: #fff !important;
    border: 1px solid #e7ebf4 !important;
    border-left: 3px solid #cfd8f7 !important;
  }

  /* Quiz */
  .quiz .section-h {
    font-size: 52px !important;
  }
  .quiz-score-card {
    width: 100% !important;
    justify-content: flex-start !important;
  }
  .quiz-card {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  /* Shows */
  .shows-head {
    margin-bottom: 12px !important;
  }
  .shows-grid {
    gap: 8px !important;
    grid-auto-rows: 126px !important;
  }
  .shows-more .btn-ghost {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
  }

  /* Results dashboards */
  .stats-feat,
  .stats-mini,
  .dash {
    border-radius: 12px !important;
    background: #0f1722 !important;
    border: 1px solid rgba(12, 18, 29, 0.08) !important;
  }
  .stats-feat h3,
  .dash-title,
  .dash-sub,
  .stats-mini .lbl,
  .stats-mini .sub {
    color: #f2f6ff !important;
  }

  /* Testimonials */
  .quote {
    border-radius: 12px !important;
    border: 1px solid #dfe5f0 !important;
  }

  /* Not-for: Framework section bg; split fit / not-fit cards with gap */
  .notfor {
    background: #0b101d !important;
  }
  .notfor .overline,
  .notfor .section-h,
  .notfor .section-sub {
    color: #fff !important;
  }
  .notfor .section-sub {
    color: rgba(226, 232, 247, 0.72) !important;
  }
  .notfor .nf-wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    background: transparent !important;
    border: none !important;
    overflow: visible !important;
  }
  .notfor .nf-col.no,
  .notfor .nf-col.yes {
    background: #ffffff !important;
    border: 1px solid #e7e9f1 !important;
    border-radius: 12px !important;
    border-left: none !important;
    border-top: none !important;
  }
  .notfor .nf-wrap .nf-col li {
    color: #4a5568 !important;
  }
  .notfor .nf-wrap .nf-col li strong {
    color: #1f2533 !important;
  }
  .notfor .nf-wrap .nf-col li .dash {
    color: #616879 !important;
  }
  .closing .btn-primary {
    background: #ffffff !important;
    color: #11153a !important;
  }

  /* FAQ clean white accordion */
  .faq-item {
    background: #fff !important;
    border: 1px solid #e6eaf2 !important;
    border-radius: 0 !important;
  }
  .faq-item:first-child {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .faq-item:last-child {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
}
/* Kill the white strip under the fixed nav: margin above the ticker exposed Astra’s white content BG. */
body.top10podcasts-landing-page #page,
body.top10podcasts-landing-page #content,
body.top10podcasts-landing-page .site-content,
body.top10podcasts-landing-page .site-main,
body.top10podcasts-landing-page .entry-content {
  background: var(--bg-ultra);
}
body.top10podcasts-landing-page #page .site-content > .ast-container {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: var(--bg-ultra);
}
body.top10podcasts-landing-page #primary {
  margin: 0 !important;
  padding: 0 !important;
  padding-top: var(--landing-nav-offset) !important;
  max-width: none !important;
  width: 100%;
  background: var(--bg-ultra);
}
body.top10podcasts-landing-page.top10-section-disabled-header #primary {
  padding-top: 0 !important;
}
/* When sections are hidden, keep the first visible block cleanly aligned. */
body.top10podcasts-landing-page #primary > header.nav,
body.top10podcasts-landing-page #primary > .nav {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
}
body.top10podcasts-landing-page #primary > *:first-child {
  margin-top: 0 !important;
}
body.top10podcasts-landing-page #primary > .ticker {
  margin-top: 0 !important;
}
body.top10podcasts-landing-page #primary > .sec-pad:first-child {
  padding-top: clamp(60px, 8vw, 96px);
}
:root {
  --bg-ultra: #07070f;
  --bg-navy: #0b0b1c;
  --bg-section: #0d0d14;
  --accent: #4a6ee0;
  --accent-light: #7fa8ff;
  --accent-deep: #2a3fdb;
  --gold: #ffc700;
  --green: #4acc80;
  --red: #ff5252;
  --purple: #5b3de8;
  --purple-deep: #2a0750;
  --text: #fff;
  --text-body: #8c8ca8;
  --text-muted: #5a5a78;
  --text-faint: #3f3f58;
  --border: rgba(255, 255, 255, 0.08);
  --grad-cta: linear-gradient(135deg, #2a3fdb 0%, #4a6ee0 100%);
  --grad-text: linear-gradient(90deg, #4a6ee0 0%, #7fa8ff 100%);
  --serif: "Instrument Serif", Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content :where(h1, h2, h3, h4, h5, h6) {
  color: #ffffff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg-ultra);
  color: var(--text);
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 640px) {
  .container {
    padding: 0 22px;
  }
}

.serif {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.5px;
}

/* ========== NAV ========== */
body.top10podcasts-landing-page .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition:
    background 300ms,
    backdrop-filter 300ms,
    border-color 300ms,
    box-shadow 300ms;
  background: rgba(7, 7, 15, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
body.top10podcasts-landing-page .nav.solid {
  background: rgba(7, 7, 15, 0.98);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.3px;
}
.brand .mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--grad-cta);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 6px 20px rgba(74, 110, 224, 0.4);
}
.brand .mark::after {
  content: "10";
}
.nav-inner > .custom-logo-link,
.footer .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: inherit;
}
.nav-inner > .custom-logo-link img,
.footer .custom-logo-link img {
  max-height: 34px;
  width: auto;
  display: block;
}
.nav-inner > .custom-logo-link.has-brand-title {
  gap: 10px;
}
body.top10podcasts-landing-page .nav-inner .brand,
body.top10podcasts-landing-page .nav-inner .brand-text,
body.top10podcasts-landing-page
  .nav-inner
  .custom-logo-link.has-brand-title
  .brand-text {
  color: #fff;
}
body.top10podcasts-landing-page .nav-inner .custom-logo-link img {
  filter: none;
  opacity: 1;
}
.footer .custom-logo-link {
  justify-content: center;
  margin-bottom: 14px;
}
.nav-links {
  display: flex;
  gap: 28px;
  font-size: 13px;
  font-weight: 500;
  color: #9898b4;
  align-items: center;
}
.nav-links ul.landing-nav-menu {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links ul.landing-nav-menu li {
  margin: 0;
  padding: 0;
}
.nav-links a {
  transition: color 200ms;
  position: relative;
}
.nav-links a:hover {
  color: #fff;
}
.nav-cta {
  height: 40px;
  padding: 0 18px;
  border-radius: 50px;
  background: var(--grad-cta);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 6px 24px rgba(74, 110, 224, 0.35);
  transition: transform 200ms;
  border: 0;
  cursor: pointer;
  font: inherit;
}
a.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.nav-cta:hover {
  transform: translateY(-1px);
}
.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: all 250ms;
}
.hamburger span {
  margin: 0 auto;
}
.hamburger span::before,
.hamburger span::after {
  content: "";
  position: absolute;
  left: 0;
}
.hamburger span::before {
  top: -6px;
}
.hamburger span::after {
  top: 6px;
}
.hamburger.open span {
  background: transparent;
}
.hamburger.open span::before {
  transform: translateY(6px) rotate(45deg);
}
.hamburger.open span::after {
  transform: translateY(-6px) rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  top: var(--landing-nav-offset, 76px);
  left: 16px;
  right: 16px;
  background: rgba(11, 11, 28, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  display: none;
  z-index: 99;
  flex-direction: column;
  gap: 4px;
}
.mobile-menu.open {
  display: flex;
}
.mobile-menu a {
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #d0d0e0;
}
.mobile-menu a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.mobile-menu .nav-cta {
  margin-top: 8px;
  width: 100%;
  height: 46px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .nav > .nav-inner > .nav-cta {
    display: none;
  }
  .hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* ========== TICKER ========== */
.ticker {
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 110, 224, 0.12);
  padding: 13px 0;
  background: #05050c;
  margin-top: 0;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}
.ticker-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  width: max-content;
  animation: scroll 55s linear infinite;
  font-size: 12px;
  font-weight: 600;
  color: #9898b4;
  letter-spacing: 0.3px;
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ticker-star {
  color: var(--accent);
  font-size: 9px;
}
@keyframes scroll {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ========================================================
   HERO — orbiting stage
   ======================================================== */
.hero {
  position: relative;
  overflow: visible;
  min-height: calc(100vh - 110px);
  padding: 40px 0 20px;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 55% 45% at 30% 55%,
      rgba(74, 110, 224, 0.28) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 45% 35% at 85% 20%,
      rgba(95, 61, 232, 0.22) 0%,
      transparent 60%
    ),
    linear-gradient(175deg, #05050c 0%, #080816 50%, #0b0b22 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(74, 110, 224, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 110, 224, 0.09) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(
    ellipse 70% 65% at 50% 55%,
    #000 0%,
    transparent 80%
  );
  mask-image: radial-gradient(
    ellipse 70% 65% at 50% 55%,
    #000 0%,
    transparent 80%
  );
}
.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='3'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.4'/></svg>");
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 20px;
  align-items: center;
  width: 100%;
}

/* Photo stage (left) */
.stage {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}
.stage-aura {
  position: absolute;
  inset: 8% 12% 2% 12%;
  background: radial-gradient(
    circle at 50% 60%,
    rgba(74, 110, 224, 0.55) 0%,
    rgba(74, 110, 224, 0.18) 42%,
    transparent 72%
  );
  filter: blur(18px);
  animation: auraPulse 6s ease-in-out infinite;
  z-index: 0;
}
@keyframes auraPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
.stage-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(127, 168, 255, 0.22);
  pointer-events: none;
  z-index: 1;
}
.stage-ring.r1 {
  inset: 4%;
  animation: spin 60s linear infinite;
}
.stage-ring.r2 {
  inset: 14%;
  border-color: rgba(127, 168, 255, 0.14);
  animation: spin 42s linear infinite reverse;
}
.stage-ring.r3 {
  inset: 24%;
  border-color: rgba(127, 168, 255, 0.08);
  border-style: solid;
}
.stage-ring.r1::before,
.stage-ring.r2::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow:
    0 0 14px var(--accent),
    0 0 28px rgba(74, 110, 224, 0.5);
  transform: translateX(-50%);
}
.stage-ring.r2::before {
  background: var(--accent-light);
  box-shadow: 0 0 12px var(--accent-light);
  width: 8px;
  height: 8px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.stage-photo {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.stage-photo img {
  max-width: 130%;
  max-height: 108%;
  width: 130%;
  height: 100%;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 50px rgba(74, 110, 224, 0.2));
  will-change: transform;
  transform: translateY(6%);
}

/* Light ray that follows the pointing arm */
.stage-ray {
  position: absolute;
  top: 22%;
  right: -8%;
  width: 55%;
  height: 3px;
  z-index: 2;
  opacity: 0.8;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(127, 168, 255, 0.4) 30%,
    rgba(255, 255, 255, 0.85) 60%,
    transparent 100%
  );
  transform: rotate(-8deg);
  transform-origin: 0 50%;
  filter: blur(0.5px);
  animation: rayPulse 3.5s ease-in-out infinite;
}
@keyframes rayPulse {
  0%,
  100% {
    opacity: 0.4;
    transform: rotate(-8deg) scaleX(0.9);
  }
  50% {
    opacity: 0.9;
    transform: rotate(-8deg) scaleX(1.05);
  }
}

/* Orbiting stat badges — absolute positioned, individual float animations */
.orb {
  position: absolute;
  z-index: 4;
  background: rgba(13, 13, 26, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(127, 168, 255, 0.18);
  border-radius: 16px;
  padding: 12px 16px 12px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 170px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 1px 0 rgba(255, 255, 255, 0.06) inset;
  will-change: transform;
  transform: translate(-50%, -50%);
}
.orb .o-ic {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: -0.3px;
}
.orb .o-ic.blue {
  background: var(--grad-cta);
  color: #fff;
  box-shadow: 0 8px 20px rgba(74, 110, 224, 0.5);
}
.orb .o-ic.gold {
  background: linear-gradient(135deg, #ffc700, #ffaa00);
  color: #18002e;
  box-shadow: 0 8px 20px rgba(255, 199, 0, 0.45);
}
.orb .o-ic.apple {
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.orb .o-ic.green {
  background: linear-gradient(135deg, #4acc80, #2ea35a);
  color: #052815;
  box-shadow: 0 8px 20px rgba(74, 204, 128, 0.4);
}
.orb .o-t {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.05;
  white-space: nowrap;
}
.orb .o-s {
  font-size: 10.5px;
  color: #9a9ab8;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-top: 2px;
}
.orb .o-live {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4acc80;
  box-shadow: 0 0 8px #4acc80;
  animation: livepulse 1.6s ease-in-out infinite;
  margin-right: 4px;
  vertical-align: middle;
}
@keyframes livepulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}

.orb:nth-child(1) {
  left: -4% !important;
  top: 6% !important;
}
.orb:nth-child(2) {
  right: -3% !important;
  top: 18% !important;
}
.orb:nth-child(3) {
  left: -4% !important;
  bottom: 30% !important;
}
.orb:nth-child(4) {
  right: 0% !important;
  bottom: 3% !important;
}
/* Orb animations (position is now angle-based inline style) */
.orb-float-1 {
  animation: float1 7s ease-in-out infinite;
}
.orb-float-2 {
  animation: float2 7s ease-in-out infinite;
}
.orb-float-3 {
  animation: float3 7s ease-in-out infinite;
}
.orb-float-4 {
  animation: float4 7s ease-in-out infinite;
}
@keyframes float1 {
  0%,
  100% {
    transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    transform: translate(8px, -12px) rotate(0.5deg);
  }
}
@keyframes float2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(1deg);
  }
  50% {
    transform: translate(-10px, 10px) rotate(-0.5deg);
  }
}
@keyframes float3 {
  0%,
  100% {
    transform: translate(0, 0) rotate(-0.5deg);
  }
  50% {
    transform: translate(12px, -8px) rotate(1deg);
  }
}
@keyframes float4 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0.5deg);
  }
  50% {
    transform: translate(-10px, -14px) rotate(-1deg);
  }
}

/* Connector lines (SVG) */
.stage-connectors {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}
.stage-connectors path {
  stroke: rgba(127, 168, 255, 0.18);
  stroke-width: 1;
  stroke-dasharray: 2 4;
  fill: none;
}
.stage-connectors circle {
  fill: var(--accent-light);
  opacity: 0.7;
}

/* Hero copy (right) */
.hero-copy {
  min-width: 0;
  padding-left: 10px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid rgba(127, 168, 255, 0.22);
  background: rgba(74, 110, 224, 0.08);
  font-size: 11px;
  font-weight: 700;
  color: #b8c5ff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4acc80;
  box-shadow: 0 0 10px #4acc80;
}
.hero-h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -1.6px;
  margin: 0 0 26px;
}
.hero-h1 .line {
  display: block;
  color: white !important;
}
.hero-h1 .grad {
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-h1 .serif-accent {
  color: #d6d6ef;
}
.hero-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #a8a8c0;
  max-width: 500px;
  margin: 0 0 36px;
  font-weight: 400;
}
.cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 28px;
  border-radius: 50px;
  background: var(--grad-cta);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow:
    0 10px 40px rgba(74, 110, 224, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  overflow: hidden;
  transition:
    transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 200ms;
  border: 0;
  cursor: pointer;
  font: inherit;
}
a.btn-primary {
  text-decoration: none;
  color: #fff;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  transform: translateX(-120%);
  transition: transform 800ms ease;
}
.btn-primary:hover::before {
  transform: translateX(120%);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 48px rgba(74, 110, 224, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.btn-primary .arrow {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform 200ms;
}
.btn-primary:hover .arrow {
  transform: translateX(3px);
}
.cta-meta {
  font-size: 12.5px;
  color: #7a7a95;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-clients {
  margin-top: 44px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-clients-l {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #5a5a78;
  margin-bottom: 12px;
}
.hero-clients-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.hero-client {
  font-size: 12px;
  font-weight: 700;
  color: #c9c9e0;
  padding: 6px 12px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 200ms;
}
.hero-client:hover {
  background: rgba(74, 110, 224, 0.14);
  border-color: rgba(74, 110, 224, 0.4);
  color: #fff;
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stage {
    max-width: 540px;
    order: 1;
  }
  .hero-copy {
    order: 2;
    padding-left: 0;
    text-align: left;
  }
  .hero-h1 {
    font-size: clamp(2rem, 7vw, 3.2rem);
  }
}
@media (max-width: 640px) {
  .stage {
    max-width: 100%;
  }
  .orb {
    min-width: auto;
    padding: 10px 12px 10px 10px;
  }
  .orb .o-ic {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .orb .o-t {
    font-size: 13px;
  }
  .orb .o-s {
    font-size: 9.5px;
  }
}

/* ========================================================
   FEATURED ON — full-width press ticker (matches .ticker)
   ======================================================== */
.featured {
  padding: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #05050c;
  position: relative;
  margin-top: -20px;
  z-index: 5;
  overflow: visible;
  width: 100%;
  max-width: none;
}
body.top10podcasts-landing-page.top10-section-disabled-hero .featured {
  margin-top: 0;
}
.featured-head {
  padding: 20px 32px 14px;
}
.featured-l {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #5a5a78;
  line-height: 1.5;
  max-width: 100%;
  text-align: center;
}
.featured-l span {
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.featured-strip {
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding: 13px 0;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  box-sizing: border-box;
}
.featured-strip-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 48px;
  white-space: nowrap;
  width: max-content;
  animation: scroll 55s linear infinite;
}
.featured-strip-track .press-logo,
.featured .press-logo {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  align-items: center;
  height: 36px;
  max-height: 40px;
  opacity: 0.85;
  filter: grayscale(1) brightness(1.8);
  transition:
    opacity 250ms,
    filter 250ms;
  font-weight: 900;
  color: #9898b4;
}
.featured .press-logo:hover {
  opacity: 1;
  filter: grayscale(0) brightness(1);
}
.featured .press-logo img {
  display: block !important;
  height: 32px;
  width: auto;
  max-width: none;
  object-fit: contain;
}
.featured .press-logo-text {
  display: none;
}
.featured .press-logo.herald {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
}
.featured .press-logo.chronicle {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}
.featured .press-logo.success {
  font-size: 17px;
  letter-spacing: 3px;
}
@media (max-width: 900px) {
  .featured-head {
    padding: 16px 22px 12px;
  }
  .featured-strip-track {
    gap: 32px;
  }
  .featured .press-logo img {
    height: 28px;
  }
}

/* ========================================================
   GENERIC SECTION
   ======================================================== */
section {
  position: relative;
}
.sec-pad {
  padding: 60px 0;
}
@media (max-width: 900px) {
  .sec-pad {
    padding: 30px 0;
  }
}
.overline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 18px;
}
.overline::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
.section-h {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.2px;
  margin: 0 0 28px;
  max-width: 820px;
  padding-bottom: 4px;
}
.section-h .serif-accent {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -1.5px;
  color: #c9c9e0;
}
.section-sub {
  font-size: 17.5px;
  line-height: 1.6;
  color: var(--text-body);
  max-width: 620px;
  margin: 0 0 60px;
  font-weight: 400;
  text-align: left !important;
}
.section-sub strong {
  color: white;
}
@media (max-width: 768px) {
  .section-sub strong {
    color: #777777;
  }
}
/* ========================================================
   PROBLEM — editorial list, not cards
   ======================================================== */
.problem {
  background: var(--bg-navy);
  position: relative;
}
.problem::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
  background: radial-gradient(
    ellipse 70% 50% at 80% 20%,
    rgba(212, 32, 32, 0.1),
    transparent 70%
  );
}
.prob-list {
  position: relative;
  margin-top: 30px;
}
.prob-row {
  display: grid;
  grid-template-columns: 120px 1fr 280px;
  gap: 40px;
  align-items: start;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 400ms;
}
.prob-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.prob-row:hover {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(74, 110, 224, 0.04) 30%,
    transparent
  );
}
.prob-row:hover .prob-num {
  color: var(--accent-light);
  transform: translateX(4px);
}
.prob-num {
  font-family: var(--serif);
  font-size: 80px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.85;
  color: #2a2a42;
  letter-spacing: -3px;
  transition: all 400ms;
}
.prob-body h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
  line-height: 1.15;
}
.prob-body p {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-body);
  max-width: 520px;
}
.prob-tag {
  justify-self: end;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--problem-tag-fg, #b8443e);
  padding: 7px 13px;
  border: 1px solid var(--problem-tag-border, rgba(212, 32, 32, 0.35));
  border-radius: 50px;
  background: var(--problem-tag-bg, rgba(212, 32, 32, 0.06));
  white-space: nowrap;
  margin-top: 6px;
}
.prob-bridge {
  margin-top: 64px;
  padding: 32px 36px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(74, 110, 224, 0.1),
    rgba(127, 168, 255, 0.03)
  );
  border: 1px solid rgba(127, 168, 255, 0.18);
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.prob-bridge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--grad-cta);
}
.prob-bridge .ic {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--grad-cta);
  display: grid;
  place-items: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(74, 110, 224, 0.4);
}
.prob-bridge p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.3px;
}
.prob-bridge p em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent-light);
  font-size: 1.1em;
}
@media (max-width: 900px) {
  .prob-row {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }
  .prob-num {
    font-size: 48px;
  }
  .prob-tag {
    grid-column: 1/-1;
    justify-self: start;
    margin-left: 80px;
  }
}

/* ========================================================
   FRAMEWORK — horizontal journey
   ======================================================== */
.framework {
  background: var(--bg-ultra);
  position: relative;
  overflow: hidden;
}
.framework::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(
    ellipse 60% 50%,
    rgba(74, 110, 224, 0.15),
    transparent 70%
  );
  pointer-events: none;
  filter: blur(40px);
}
.fw-journey {
  position: relative;
  margin-top: 30px;
}
.fw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}
.fw-phase {
  text-align: left;
  position: relative;
}
.fw-phase-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  position: relative;
}
.fw-dot {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(127, 168, 255, 0.3),
      transparent 60%
    ),
    var(--bg-section);
  border: 2px solid rgba(127, 168, 255, 0.25);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
  transition: all 400ms;
}
.fw-dot::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(127, 168, 255, 0.2);
  animation: spin 30s linear infinite;
}
.fw-phase::after {
  content: "";
  position: absolute;
  left: 120px;
  top: 60px;
  right: -40px;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      rgba(127, 168, 255, 0.28),
      rgba(127, 168, 255, 0.28)
    ),
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(127, 168, 255, 0.95) 45%,
      transparent 85%
    );
  background-size:
    100% 100%,
    220px 100%;
  background-repeat: no-repeat, repeat-x;
  animation: fwLinePulse 2.8s linear infinite;
  opacity: 0.62;
}
@keyframes fwLinePulse {
  from {
    background-position:
      0 0,
      -220px 0;
  }
  to {
    background-position:
      0 0,
      220px 0;
  }
}
.fw-phase:hover .fw-dot {
  border-color: var(--accent-light);
  box-shadow: 0 0 60px rgba(74, 110, 224, 0.4);
}
.fw-dot .big {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 0 4px;
}
.fw-phase-meta {
  flex: 1;
}
.fw-phase-tag {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 4px;
}
.fw-phase-time {
  font-size: 12px;
  color: #6b6b88;
  font-weight: 500;
}
.fw-phase h3 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.05;
  margin-bottom: 14px;
}
.fw-phase h3 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent-light);
}
.fw-phase p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-body);
  margin-bottom: 18px;
}
.fw-phase ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fw-phase li {
  font-size: 13.5px;
  color: #c9c9e0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.fw-phase li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(74, 204, 128, 0.15);
  border: 1px solid rgba(74, 204, 128, 0.4);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 9px;
  color: #4acc80;
  content: "✓";
  font-weight: 900;
}
.fw-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 7px 13px;
  background: rgba(74, 204, 128, 0.08);
  border: 1px solid rgba(74, 204, 128, 0.3);
  border-radius: 50px;
  font-size: 11.5px;
  font-weight: 700;
  color: #4acc80;
  letter-spacing: 0.3px;
}
@media (max-width: 900px) {
  .fw-phase::after {
    display: none;
  }
  .fw-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .fw-dot {
    width: 90px;
    height: 90px;
  }
  .fw-dot .big {
    font-size: 36px;
  }
}

/* ========================================================
   HOW IT WORKS — editorial vertical
   ======================================================== */
.how {
  background: var(--bg-navy);
  position: relative;
}
.how-wrap {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 80px;
  align-items: start;
}
.how-sticky {
  position: sticky;
  top: 110px;
}
.how-quote {
  margin-top: 32px;
  padding: 24px;
  border-left: 2px solid var(--accent);
  background: rgba(74, 110, 224, 0.04);
}
.how-quote-item + .how-quote-item {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(127, 168, 255, 0.2);
}
.how-quote p {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.3;
  color: #d6d6ef;
  margin-bottom: 14px;
}
.how-quote .who {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #7a7a95;
}
.how-steps {
  position: relative;
}
.how-steps::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 16px;
  bottom: 60px;
  width: 1px;
  background: linear-gradient(180deg, var(--accent), rgba(74, 110, 224, 0.1));
}
.how-step {
  position: relative;
  padding-left: 72px;
  padding-bottom: 24px;
}
.how-step:last-child {
  padding-bottom: 0;
}
.how-step .n {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(13, 13, 26, 0.9);
  border: 1px solid rgba(127, 168, 255, 0.3);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  color: var(--accent-light);
  letter-spacing: 0.5px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.how-step:hover .n {
  background: var(--grad-cta);
  color: #fff;
  border-color: transparent;
}
.how-step h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.how-step h3 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent-light);
}
.how-step p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-body);
  max-width: 520px;
}
.how-step .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 5px 11px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  color: #4acc80;
  background: rgba(74, 204, 128, 0.08);
  border: 1px solid rgba(74, 204, 128, 0.25);
  letter-spacing: 0.3px;
}
@media (max-width: 900px) {
  .how-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .how-sticky {
    position: static;
  }
  .how-step .badge {
    margin-top: 0px;
  }
}

/* ========================================================
   QUIZ — purple lead magnet
   ======================================================== */
.quiz {
  background: linear-gradient(160deg, #2a0750 0%, #1a0338 50%, #3a0a70 100%);
  position: relative;
  overflow: hidden;
}
.quiz::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background:
    radial-gradient(
      ellipse 40% 50% at 15% 30%,
      rgba(255, 199, 0, 0.15),
      transparent 60%
    ),
    radial-gradient(
      ellipse 50% 40% at 85% 80%,
      rgba(127, 61, 255, 0.35),
      transparent 60%
    );
  pointer-events: none;
}
.quiz-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
.quiz-left .overline {
  color: #ffc700;
}
.quiz-left .section-h {
  color: #fff;
}
.quiz-left .section-h em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: #ffc700;
}
.quiz-left .section-sub {
  color: #c8a8f0;
  margin-bottom: 28px;
}
.quiz-score-card {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 199, 0, 0.25);
  backdrop-filter: blur(10px);
}
.quiz-score-num {
  font-size: 52px;
  font-weight: 900;
  line-height: 0.9;
  background: linear-gradient(135deg, #ffc700, #ffaa00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -1.5px;
}
.quiz-score-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
  font-weight: 500;
}
.quiz-score-text strong {
  color: #fff;
  font-weight: 700;
}

.quiz-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.quiz-step {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #ffc700;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.quiz-q {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  min-height: 60px;
}
.quiz-opts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quiz-opt {
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(40, 10, 90, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #c8a8f0;
  font-size: 14.5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 200ms;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
}
.quiz-opt:hover {
  background: rgba(60, 20, 120, 0.7);
  border-color: rgba(255, 199, 0, 0.4);
  color: #fff;
  transform: translateX(4px);
}
.quiz-opt.selected {
  background: linear-gradient(
    135deg,
    rgba(255, 199, 0, 0.15),
    rgba(255, 170, 0, 0.08)
  );
  border-color: #ffc700;
  color: #fff;
}
.quiz-opt .letter {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
}
.quiz-opt.selected .letter {
  background: #ffc700;
  color: #18002e;
}
.quiz-progress {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.quiz-pb {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
.quiz-pb-fill {
  height: 100%;
  width: 20%;
  background: linear-gradient(90deg, #ffc700, #ffaa00);
  border-radius: 2px;
  transition: width 400ms cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 0 8px rgba(255, 199, 0, 0.6);
}
.quiz-pct {
  font-size: 11px;
  font-weight: 700;
  color: #ffc700;
  letter-spacing: 0.5px;
  min-width: 48px;
  text-align: right;
}
.quiz-nav {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.quiz-btn {
  flex: 1;
  padding: 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: all 200ms;
  border: 1px solid transparent;
}
.quiz-btn.primary {
  background: linear-gradient(135deg, #ffc700, #ffaa00);
  color: #18002e;
  box-shadow: 0 10px 30px rgba(255, 199, 0, 0.35);
}
.quiz-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(255, 199, 0, 0.5);
}
.quiz-btn.secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  max-width: 100px;
}
.quiz-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.quiz-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 900px) {
  .quiz-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ========================================================
   SHOWS — editorial overlapping grid
   ======================================================== */
.shows {
  background: linear-gradient(180deg, #0b0b1c 0%, #120829 50%, #1a0638 100%);
  position: relative;
  overflow: hidden;
}
.shows::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 50% 40% at 10% 15%,
      rgba(127, 61, 255, 0.22),
      transparent 65%
    ),
    radial-gradient(
      ellipse 50% 40% at 95% 90%,
      rgba(74, 110, 224, 0.2),
      transparent 60%
    );
}
.shows .overline {
  color: rgba(255, 255, 255, 0.75);
}
.shows-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.shows-counter {
  text-align: right;
}
.shows-counter .big {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -2px;
}
.shows-counter .lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #9898b4;
  margin-top: 4px;
}

.shows-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
  gap: 20px;
  position: relative;
}
.shows-grid-covers,
.vid-row-items,
.how-steps-inner,
.faq-list-inner {
  display: contents;
}
.shows-grid-covers .cover.show-cover--hidden {
  display: none !important;
}
/* Shows grid: square tiles, image fills each cell */
.shows-grid .cover {
  border-radius: 0;
  height: 100%;
  min-height: 0;
}
.shows-grid .cover img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
}
/* Editorial masonry-ish layout */
.cover {
  position: relative;
  /* aspect-ratio: 4 / 5; */
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #1a0638;
  transition: transform 250ms;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms;
}
.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity 250ms;
}
.cover:hover {
  transform: translateY(-6px);
  box-shadow:
    0 30px 80px rgba(74, 110, 224, 0.45),
    0 0 0 1px rgba(127, 168, 255, 0.4);
}
.cover:hover::after {
  opacity: 1;
}
.cover:hover img {
  transform: scale(1.05);
}
.cover .meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 250ms,
    transform 250ms;
}
.cover:hover .meta {
  opacity: 1;
  transform: translateY(0);
}
.cover .meta .n {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.2px;
  line-height: 1.1;
}
.cover .meta .c {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}
.cover .rank {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 800;
  color: #ffc700;
  letter-spacing: 0.5px;
  z-index: 2;
  opacity: 0;
  transition: opacity 250ms;
}
.cover:hover .rank {
  opacity: 1;
}
.cover .play-ic {
  visibility: hidden;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: scale(0.8);
  transition: all 250ms;
  z-index: 2;
}
.cover:hover .play-ic {
  display: none;
  opacity: 1;
  transform: scale(1);
}

/* Mosaic placement (12-col grid, 120px rows) */
.cover.c1 {
  grid-column: 1 / span 5;
  grid-row: span 3;
} /* tall hero */
.cover.c2 {
  grid-column: 6 / span 4;
  grid-row: span 2;
}
.cover.c3 {
  grid-column: 10 / span 3;
  grid-row: span 2;
}
.cover.c4 {
  grid-column: 6 / span 3;
  grid-row: span 2;
}
.cover.c5 {
  grid-column: 9 / span 4;
  grid-row: span 2;
} /* wide */
.cover.c6 {
  grid-column: 1 / span 4;
  grid-row: span 2;
}
.cover.c7 {
  grid-column: 5 / span 4;
  grid-row: span 2;
}
.cover.c8 {
  grid-column: 9 / span 4;
  grid-row: span 2;
}

.shows-more {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.btn-ghost {
  padding: 14px 28px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: all 200ms;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(127, 168, 255, 0.4);
  transform: translateY(-2px);
}

@media (max-width: 3000px) {
  .shows-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 360px;
    gap: 20px;
  }
  .cover.c1,
  .cover.c2,
  .cover.c3,
  .cover.c4,
  .cover.c5,
  .cover.c6,
  .cover.c7,
  .cover.c8 {
    grid-column: span 1;
    grid-row: span 1;
  }
  /* .cover.c1{grid-column:span 2;grid-row:span 2} */
}

/* ========================================================
   RESULTS — featured case + dashboards
   ======================================================== */
.results {
  background: var(--bg-ultra);
}
.stats-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
  align-items: stretch;
}
.stats-feat {
  background: linear-gradient(
    135deg,
    rgba(74, 110, 224, 0.12),
    rgba(127, 61, 255, 0.05)
  );
  border: 1px solid rgba(127, 168, 255, 0.2);
  border-radius: 22px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
}
.stats-feat::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(74, 110, 224, 0.25),
    transparent 60%
  );
  filter: blur(60px);
  pointer-events: none;
}
.stats-feat-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  color: var(--accent-light);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid rgba(127, 168, 255, 0.3);
  border-radius: 50px;
  background: rgba(74, 110, 224, 0.1);
  align-self: flex-start;
  position: relative;
}
.stats-feat h3 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1.2px;
  margin: 20px 0 14px;
  position: relative;
}
.stats-feat h3 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent-light);
}
.stats-feat p {
  font-size: 15px;
  line-height: 1.6;
  color: #a8a8c0;
  max-width: 460px;
  margin-bottom: 24px;
  position: relative;
}
.stats-feat-nums {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
}
.stats-feat-num .v {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stats-feat-num .l {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7a7a95;
  margin-top: 6px;
}
.stats-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stats-mini {
  flex: 1;
  padding: 24px;
  background: #0d0d18;
  border: 1px solid var(--border);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  transition: all 300ms;
}
.stats-mini:hover {
  border-color: rgba(127, 168, 255, 0.3);
}
.stats-mini .lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7a7a95;
  margin-bottom: 10px;
}
.stats-mini .v {
  font-size: 48px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -1.5px;
  color: #fff;
}
.stats-mini .v.blue {
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stats-mini .sub {
  font-size: 12px;
  color: #7a7a95;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .stats-hero {
    grid-template-columns: 1fr;
  }
  .stats-feat h3 {
    font-size: 30px;
  }
  .stats-feat-nums {
    grid-template-columns: 1fr 1fr;
  }
  .stats-feat-num .v {
    font-size: 28px;
  }
}

.dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.dash-grid .cover {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #1a0638;
  transition: transform 250ms;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  max-height: 300px;
  width: stretch;
}
.dash {
  background: #0d0d18;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 12px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}
.dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.dash-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #a8a8c0;
  letter-spacing: 0.2px;
}
.dash-pill {
  font-size: 10.5px;
  font-weight: 800;
  color: #4acc80;
  background: rgba(74, 204, 128, 0.12);
  padding: 4px 10px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
.dash-big {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1.2px;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 6px;
}
.dash-sub {
  font-size: 11.5px;
  color: #7a7a95;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}
.chart {
  height: 100px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.chart .bar {
  flex: 1;
  background: linear-gradient(180deg, var(--accent-light), var(--accent));
  border-radius: 3px 3px 0 0;
  min-height: 6px;
  position: relative;
}
.chart-line {
  height: 100px;
}
.chart-line svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .dash-grid {
    grid-template-columns: 1fr;
  }
  .results .dash-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ========================================================
   TESTIMONIALS — video cards + quotes
   ======================================================== */
.testimonials {
  background: var(--bg-navy);
  position: relative;
  overflow: hidden;
}
.vid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}
.vid-card {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #1a0638;
  transition: transform 250ms;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.vid-card:hover {
  transform: translateY(-6px);
}
.vid-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms;
}
.vid-card:hover img {
  transform: scale(1.05);
}
.vid-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.85));
  pointer-events: none;
}
.vid-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  font-size: 18px;
  color: #fff;
  transition: all 250ms;
}
.vid-card:hover .vid-play {
  background: rgba(255, 255, 255, 0.95);
  color: #0b0b1c;
  transform: scale(1.1);
}
.vid-meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
}
.vid-meta .n {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.2px;
}
.vid-meta .r {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 3px;
}
.vid-meta .tag {
  display: inline-block;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 700;
  color: #4acc80;
  padding: 3px 8px;
  border-radius: 50px;
  background: rgba(74, 204, 128, 0.15);
  border: 1px solid rgba(74, 204, 128, 0.3);
  letter-spacing: 0.5px;
}
@media (max-width: 900px) {
  .vid-row {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .testimonials .vid-row {
    display: block;
  }
  .testimonials .vid-row-items {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }
}

/* ========================================================
   VIDEO CARD — inline playback + loading state
   ======================================================== */
.vid-card.is-playing img,
.vid-card.is-playing .vid-play,
.vid-card.is-playing .vid-meta,
.vid-card.is-playing::after {
  display: none;
}
.vid-card.is-playing {
  cursor: default;
}
.vid-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  z-index: 2;
}

/* Loading state — shown between click and iframe load */
.vid-card.is-loading {
  cursor: wait;
}
.vid-card.is-loading .vid-play {
  opacity: 0;
  pointer-events: none;
}
.vid-card.is-loading::after {
  background: rgba(0, 0, 0, 0.55);
}
/* Spinner ring */
.vid-spinner {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-top-color: #fff;
  animation: vidSpin 0.75s linear infinite;
  z-index: 4;
  pointer-events: none;
}
@keyframes vidSpin {
  to { transform: rotate(360deg); }
}

/* Error states — thumbnail or video failed */
.vid-card.is-error,
.vid-card.is-thumb-error {
  cursor: default;
}
/* Keep existing thumbnail visible but dimmed; hide play button */
.vid-card.is-error .vid-play,
.vid-card.is-thumb-error .vid-play {
  display: none;
}
.vid-card.is-error::after,
.vid-card.is-thumb-error::after {
  background: rgba(0, 0, 0, 0.65);
}
/* Thumbnail-broken: hide the broken img element itself */
.vid-card.is-thumb-error img {
  visibility: hidden;
}
/* Error message overlay */
.vid-error-msg {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  text-align: center;
  pointer-events: none;
}
.vid-error-icon {
  font-size: 26px;
  opacity: 0.75;
  line-height: 1;
}
.vid-error-text {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.45;
  max-width: 220px;
}

.quote-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.quote {
  padding: 32px;
  background: #0d0d18;
  border: 1px solid var(--border);
  border-radius: 20px;
  position: relative;
}
.quote::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  left: 26px;
  font-family: var(--serif);
  font-size: 80px;
  color: rgba(127, 168, 255, 0.15);
  line-height: 1;
}
.quote.has-photo::before {
  display: none;
}
.quote p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #d6d6ef;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: -0.2px;
}
.quote .who {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quote .av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--grad-cta);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
  overflow: hidden;
}
.quote .av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.quote .n {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
}
.quote .r {
  font-size: 12px;
  color: #7a7a95;
  margin-top: 2px;
}
@media (max-width: 900px) {
  .quote-row {
    grid-template-columns: 1fr;
  }
}

/* ========================================================
   NOT FOR EVERYONE — split panel editorial
   ======================================================== */
.notfor {
  background: linear-gradient(90deg, #0b0b1c 0%, #120829 10%, #1a0638 100%);
  position: relative;
  overflow: hidden;
}
.nf-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #0d0d18;
}
.nf-col {
  padding: 16px;
  position: relative;
}
.nf-col.no {
  background: rgba(212, 32, 32, 0.03);
}
.nf-col.yes {
  background: rgba(74, 204, 128, 0.03);
  border-left: 1px solid var(--border);
}
.nf-col h3 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nf-col.no h3 {
  color: var(--nf-no-accent, #ff6b6b);
}
.nf-col.yes h3 {
  color: var(--nf-yes-accent, #4acc80);
}
.nf-col h3 .ic {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}
.nf-col.no h3 .ic {
  background: rgba(212, 32, 32, 0.15);
  border: 1px solid rgba(212, 32, 32, 0.4);
  color: var(--nf-no-accent, #ff6b6b);
}
.nf-col.yes h3 .ic {
  background: rgba(74, 204, 128, 0.15);
  border: 1px solid rgba(74, 204, 128, 0.4);
  color: var(--nf-yes-accent, #4acc80);
}
.nf-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 1em 1em !important;
}
.nf-col li {
  font-size: 15.5px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  column-gap: 12px;
  align-items: flex-start;
  color: var(--nf-text, #c9c9e0);
}
.nf-col li > div {
  min-width: 0;
}
.nf-col li strong {
  display: block;
  color: var(--nf-title, #fff);
  font-size: 15.5px;
  font-weight: 700;
  margin-bottom: 2px;
  letter-spacing: -0.2px;
}
.nf-col li .dash {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.nf-col li::before {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.nf-col.no li::before {
  content: "✕";
  color: var(--nf-no-accent, #ff6b6b);
  margin-top: 16px;
}
.nf-col.yes li::before {
  content: "✓";
  color: var(--nf-yes-accent, #4acc80);
  margin-top: 16px;
}
@media (max-width: 900px) {
  .nf-wrap {
    grid-template-columns: 1fr;
  }
  .nf-col.yes {
    border-left: none;
    border-top: 1px solid var(--border);
  }
  .nf-col {
    padding: 12px;
  }
}

/* ========================================================
   CLOSING CTA
   ======================================================== */

.closing {
  background:
    radial-gradient(
      ellipse 80% 60% at 50% 0%,
      rgba(74, 110, 224, 0.3),
      transparent 60%
    ),
    linear-gradient(155deg, #0a1880 0%, #22004a 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.closing::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    #000,
    transparent 70%
  );
  mask-image: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    #000,
    transparent 70%
  );
}
.closing-inner {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px;
}
.closing h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -1.3px;
  margin: 0 0 22px;
}
.closing h2 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: #d6d6ef;
}
.closing p {
  font-size: 17.5px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 600px;
  margin: 0 auto 38px;
  line-height: 1.55;
}
@media (max-width: 900px) {
  .closing p {
    font-size: 14px;
  }
}
.closing-perks {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 38px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .closing-perks {
    font-size: 14px;
    justify-content: flex-start;
  }
}
.closing-perk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #d6d6ef;
  font-weight: 500;
}
.closing-perk .ic {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(74, 204, 128, 0.2);
  border: 1px solid rgba(74, 204, 128, 0.4);
  display: grid;
  place-items: center;
  font-size: 11px;
  color: #4acc80;
  font-weight: 900;
}
.closing .btn-primary {
  height: 60px;
  padding: 0 36px;
  font-size: 16px;
}
.closing.sec-pad {
  padding-bottom: 0;
  margin-bottom: -60px;
}
.closing-form-embed {
  width: 80%;
  margin: 0 auto 8px;
  border-radius: 12px;
  overflow: visible;
}
.closing-form-embed iframe {
  display: block;
  width: 100%;
  border: none;
  border-radius: 12px;
  position: relative;
  z-index: 1 !important;
}
@media (max-width: 768px) {
  .closing-form-embed {
    width: 94%;
  }
}

/* ========================================================
   FAQ
   ======================================================== */
.faq {
  background: var(--bg-ultra);
}
@media (max-width: 768px) {
  .faq .container h2 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #111 !important;
    text-align: center !important;
    padding: 4px 22px 16px !important;
    line-height: 1.25 !important;
  }
}
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: #0d0d18;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 250ms;
}
.faq-item.open {
  border-color: rgba(127, 168, 255, 0.35);
}
.faq-q {
  width: 100%;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.2px;
  color: #fff;
}
@media (max-width: 768px) {
  .faq-q {
    padding: 14px 16px;
  }
}
.faq-ic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(74, 110, 224, 0.15);
  color: var(--accent-light);
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  transition:
    transform 300ms,
    background 250ms;
}
.faq-item.open .faq-ic {
  background: var(--accent);
  color: #fff;
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-a-inner {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-body);
}

/* ========================================================
   FOOTER
   ======================================================== */
.footer {
  background: #05050c;
  border-top: 1px solid var(--border);
  padding: 60px 0 30px;
  text-align: center;
}
.footer .brand {
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}
.footer-tag {
  font-size: 14px;
  color: var(--text-body);
  max-width: 480px;
  margin: 0 auto 24px;
  line-height: 1.55;
}
.footer .btn-primary {
  margin-bottom: 40px;
}
.footer-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bot .links {
  display: flex;
  gap: 22px;
}
.footer-bot a:hover {
  color: #fff;
}

/* Reveal fallback */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 800ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* Fallback if Astra header/footer hooks still output theme chrome */
body.top10podcasts-landing-page #masthead {
  display: none !important;
}
body.top10podcasts-landing-page #colophon {
  display: none !important;
}

/* ========================================================
   MOBILE-FRAME LOCK (wireframe parity)
   Mobile-only: preserve desktop styles unchanged.
   Supports both legacy (.hero/.quiz) and v3 (.hero-v3/.quiz-v3) roots.
   ======================================================== */
@media (max-width: 900px) {
  .hero .hero-inner,
  .hero-v3 .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .hero .stage,
  .hero-v3 .stage {
    max-width: 100% !important;
    order: 1;
  }
  .hero .hero-copy,
  .hero-v3 .hero-copy {
    order: 2;
    padding-left: 0 !important;
    text-align: left;
  }
  .hero .hero-h1,
  .hero-v3 .hero-h1 {
    font-size: clamp(2rem, 7vw, 3.2rem) !important;
  }
  .hero,
  .hero-v3 {
    min-height: auto !important;
    padding: 30px 0 40px !important;
  }
  .hero .orb,
  .hero-v3 .orb {
    min-width: auto !important;
    padding: 10px 12px 10px 10px !important;
  }
  .hero .orb .o-ic,
  .hero-v3 .orb .o-ic {
    width: 30px !important;
    height: 30px !important;
    font-size: 11px !important;
  }
  .hero .orb .o-t,
  .hero-v3 .orb .o-t {
    font-size: 13px !important;
  }
  .hero .orb .o-s,
  .hero-v3 .orb .o-s {
    font-size: 9.5px !important;
  }
  .hero .orb-1,
  .hero-v3 .orb-1 {
    top: 3%;
    left: -2%;
  }
  .hero .orb-2,
  .hero-v3 .orb-2 {
    top: 18%;
    right: -3%;
  }
  .hero .orb-3,
  .hero-v3 .orb-3 {
    bottom: 30%;
    left: -4%;
  }
  .hero .orb-4,
  .hero-v3 .orb-4 {
    bottom: 3%;
    right: 0;
  }
  .quiz .quiz-wrap,
  .quiz-v3 .quiz-wrap {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
  .quiz,
  .quiz-v3 {
    padding: 70px 0 !important;
  }
  .quiz .section-h,
  .quiz-v3 .section-h {
    font-size: clamp(1.8rem, 6vw, 2.4rem) !important;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .page {
    overflow: hidden;
  }
}

/* ========================================================
   MOBILE TEMPLATE ALIGNMENT (all sections)
   Keep desktop untouched; apply template-like mobile system.
   ======================================================== */
@media (max-width: 768px) {
  /* Shows/Results seam and purple match fix */
  .shows {
    background: linear-gradient(
      180deg,
      #5610d8 0%,
      #5a14e1 45%,
      #520fd2 100%
    ) !important;
    padding-bottom: 12px !important;
  }
  .shows-more {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }
  .shows.sec-pad + .results.sec-pad,
  .results.sec-pad {
    padding-top: 8px !important;
  }

  /* Typography lock (template parity) */
  body.top10podcasts-landing-page,
  body.top10podcasts-landing-page button,
  body.top10podcasts-landing-page input,
  body.top10podcasts-landing-page textarea {
    font-family:
      "Inter",
      -apple-system,
      BlinkMacSystemFont,
      sans-serif !important;
  }
  .serif,
  .serif-accent,
  .hero .serif,
  .hero .serif-accent,
  .section-h em,
  .hero-h1 .serif,
  .hero-h1 .serif-accent,
  .quiz .section-h em,
  .problem .prob-bridge em {
    font-family: "Instrument Serif", Georgia, serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
  }
  .hero-h1 {
    font-weight: 800 !important;
  }
  .section-h {
    font-weight: 800 !important;
  }
  .hero-sub,
  .section-sub,
  .prob-body p,
  .quiz-opt {
    font-weight: 500 !important;
  }

  body.top10podcasts-landing-page {
    background: #f4f5fb;
    color: #131722;
  }
  body.top10podcasts-landing-page #page,
  body.top10podcasts-landing-page #content,
  body.top10podcasts-landing-page .site-content,
  body.top10podcasts-landing-page .site-main,
  body.top10podcasts-landing-page .entry-content,
  body.top10podcasts-landing-page #primary {
    background: #f4f5fb !important;
  }
  /* Section backgrounds locked to template palette */
  .hero {
    background: #07070f !important;
  }
  .featured {
    background: #eef1f7 !important;
  }
  .problem {
    background: #ffffff !important;
  }
  .framework {
    background: #ffffff !important;
  }
  .how {
    background: white !important;
  }
  .quiz,
  .quiz-v3 {
    background: linear-gradient(
      160deg,
      #2a0750 0%,
      #1a0338 50%,
      #3a0a70 100%
    ) !important;
  }
  .shows {
    background: linear-gradient(
      180deg,
      #4a0a9a 0%,
      #32006f 58%,
      #27005c 100%
    ) !important;
  }
  .results {
    background: #f7f8fc !important;
  }
  .testimonials {
    background: #ffffff !important;
  }
  .notfor {
    background: ghostwhite !important;
  }
  .closing {
    background: linear-gradient(155deg, #0a1880 0%, #22004a 100%) !important;
  }
  .faq {
    background: #ffffff !important;
  }
  .footer {
    background: #f4f5fb !important;
  }
  .container {
    padding: 0 16px !important;
  }
  .sec-pad {
    padding: 56px 0 !important;
  }
  .section-h {
    font-size: clamp(1.9rem, 8vw, 2.35rem) !important;
    letter-spacing: -0.8px;
    margin: 0 0 16px !important;
    color: #131722 !important;
    text-align: center;
  }
  .section-sub {
    font-size: 1.02rem !important;
    line-height: 1.55 !important;
    color: #6f7482 !important;
    margin: 0 0 28px !important;
    text-align: center;
  }
  .overline {
    color: #707583 !important;
    justify-content: center;
    margin-bottom: 12px !important;
  }
  .overline::before {
    opacity: 0.35;
  }

  /* Nav + ticker */
  body.top10podcasts-landing-page .nav {
    background: #07051a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .ticker {
    display: none !important;
  }
  .mobile-menu {
    background: #0f1022 !important;
  }

  /* Hero (match template mobile composition) */
  .hero {
    background: #07070f !important;
    padding: 12px 0 18px !important;
  }
  .hero-bg,
  .hero-grid,
  .hero-noise {
    opacity: 1 !important;
  }
  .hero-inner {
    gap: 8px !important;
  }
  .stage {
    aspect-ratio: 1/0.92 !important;
    max-width: 100% !important;
  }
  /* .stage-photo{
		display:none !important;
	}
	.stage-photo img{
		display:none !important;
	} */
  .stage-ring.r1 {
    inset: 6% !important;
  }
  .stage-ring.r2 {
    inset: 16% !important;
  }
  .stage-ring.r3 {
    inset: 26% !important;
  }
  .stage-connectors {
    opacity: 0.55 !important;
  }
  .hero-orbs .orb {
    min-width: auto !important;
    /* max-width:160px !important; */
    padding: 9px 11px !important;
    border-radius: 14px !important;
  }

  @keyframes animation-name {
    0% {
      /* starting state */
    }
    50% {
      /* middle state */
    }
    100% {
      /* ending state */
    }
  }

  /* Mobile no-image mode: lock primary orb layout to template-like positions. */
  .hero-orbs .orb:nth-child(1) {
    left: -4% !important;
    top: 6% !important;
  }
  .hero-orbs .orb:nth-child(2) {
    right: -3% !important;
    top: 18% !important;
  }
  .hero-orbs .orb:nth-child(3) {
    left: -4% !important;
    bottom: 30% !important;
  }
  .hero-orbs .orb:nth-child(4) {
    right: 0% !important;
    bottom: 3% !important;
  }
  .hero-orbs .orb .o-t {
    font-size: 12.5px !important;
    color: white;
  }
  .hero-orbs .orb .o-s {
    font-size: 9px !important;
  }
  .stage-ray {
    opacity: 0.55 !important;
  }
  .hero-copy {
    margin-top: 2px;
  }
  .hero-eyebrow {
    margin-bottom: 18px !important;
    background: rgba(74, 110, 224, 0.12) !important;
    border-color: rgba(127, 168, 255, 0.3) !important;
    color: #b8c5ff !important;
  }
  .hero-h1 {
    margin-bottom: 16px !important;
    line-height: 1 !important;
    letter-spacing: -1.1px !important;
    color: #eef0ff !important;
    font-size: clamp(2.2rem, 8.6vw, 3.25rem) !important;
    text-align: left !important;
  }
  .hero-h1 .line {
    line-height: 0.96 !important;
  }
  .hero-sub {
    margin-bottom: 16px !important;
    color: #b5b8cb !important;
    max-width: none !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    text-align: left !important;
  }
  .hero-eyebrow {
    font-size: 11px !important;
    letter-spacing: 2px !important;
  }
  .cta-group {
    margin-bottom: 0 !important;
    gap: 12px !important;
  }
  .hero .btn-primary {
    height: 52px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
  }
  .cta-meta {
    display: inline-flex !important;
    font-size: 12px !important;
    color: #8f93aa !important;
  }
  .hero-clients {
    display: block !important;
    margin-top: 18px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
  }
  .hero-clients-l {
    color: #666e8a !important;
    font-size: 10px !important;
    letter-spacing: 1.8px !important;
  }
  .hero-clients-row {
    gap: 8px !important;
  }
  .hero-client {
    font-size: 11px !important;
    padding: 5px 10px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: #d4d7e8 !important;
  }

  /* Featured */
  .featured {
    background: #edf2fa !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 20px 0 8px !important;
    margin-top: 0 !important;
  }
  .featured-head {
    padding: 14px 16px 10px !important;
  }
  .featured-l {
    max-width: none !important;
    text-align: center;
    color: #6d7281 !important;
  }
  .featured-l span {
    color: #1f2430 !important;
  }
  .featured-strip {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 11px 0 !important;
  }
  .featured-strip-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 28px !important;
  }
  .featured .press-logo {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    filter: grayscale(1) brightness(1.1) !important;
    opacity: 0.9 !important;
  }
  .featured .press-logo img {
    height: 26px !important;
  }

  /* Problem (match first screenshot style) */
  .problem {
    background: transparent !important;
  }
  .problem.sec-pad {
    padding-top: 18px !important;
    padding-bottom: 40px !important;
  }
  .problem::before {
    display: none !important;
  }
  .problem .overline:empty,
  .problem .section-h:empty,
  .problem .section-sub:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .problem .section-sub {
    margin-bottom: 16px !important;
    max-width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: #888 !important;
  }
  .prob-list {
    margin-top: 0 !important;
  }
  .prob-row {
    grid-template-columns: 56px 1fr !important;
    gap: 12px !important;
    background: #eceff5 !important;
    /* border:0 !important; */
    border-radius: 14px !important;
    padding: 13px 12px 11px !important;
    margin-bottom: 10px !important;
    position: relative;
    border-left: 4px solid #ef2f2f;
    border-radius: 10px !important;
  }
  /* .prob-row::before{
		content:"";
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		width:3px;
		border-radius:14px 0 0 14px;
		background:#ef2f2f;
	} */
  .prob-num {
    font-family:
      "Inter",
      -apple-system,
      BlinkMacSystemFont,
      sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    color: #ef2f2f !important;
    line-height: 1;
    background: #f3dddd;
    border-radius: 10px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    letter-spacing: 0;
  }
  .prob-body h3 {
    font-size: 22px !important;
    line-height: 1.18 !important;
    margin-bottom: 4px !important;
    color: #111827 !important;
  }
  .prob-body p {
    font-size: 15px !important;
    line-height: 1.4 !important;
    color: #7a7f8d !important;
  }
  .prob-tag {
    display: none !important;
  }
  .prob-bridge {
    margin-top: 16px !important;
    background: transparent !important;
    border: 0 !important;
    padding: 8px 2px !important;
  }
  .prob-bridge::before,
  .prob-bridge .ic {
    display: none !important;
  }
  .prob-bridge p {
    text-align: center;
    color: #171c28 !important;
    font-size: 18px !important;
    line-height: 1.28 !important;
    font-weight: 800 !important;
    letter-spacing: -0.3px;
  }
  .prob-bridge p em {
    color: #171c28 !important;
    font-style: normal !important;
    font-family: inherit !important;
  }

  /* Global mobile spacing cleanup */
  section.sec-pad {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  section.sec-pad + section.sec-pad {
    padding-top: 18px !important;
    border-top: 1px solid #e3e7f1 !important;
  }
  section .overline:empty,
  section .section-h:empty,
  section .section-sub:empty,
  section h3:empty,
  section p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .framework.sec-pad,
  .how.sec-pad,
  .quiz.sec-pad,
  .shows.sec-pad,
  .results.sec-pad,
  .testimonials.sec-pad,
  .notfor.sec-pad,
  .closing.sec-pad,
  .faq.sec-pad {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .shows-head,
  .stats-hero,
  .quote-row {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }
  .fw-journey,
  .prob-list {
    margin-top: 10px !important;
  }
  .prob-bridge:has(p:empty),
  .how-quote:has(p:empty) {
    display: none !important;
  }
  .prob-bridge {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .problem.sec-pad {
    padding-bottom: 16px !important;
  }
  .framework.sec-pad {
    padding-top: 16px !important;
  }
  .framework .container > .overline,
  .framework .container > .section-h,
  .framework .container > .section-sub {
    margin-bottom: 10px !important;
  }
  .how-quote {
    margin-top: 14px !important;
    padding: 16px !important;
  }
  .how-step {
    padding-bottom: 2px !important;
  }
  .closing p {
    margin-bottom: 22px !important;
  }
  .closing-perks {
    margin-bottom: 22px !important;
  }
  .footer {
    padding: 34px 0 22px !important;
  }
  .footer .btn-primary {
    margin-bottom: 20px !important;
  }
  .footer-bot {
    padding-top: 16px !important;
  }

  /* Generic section cards */
  .fw-phase,
  .how-quote,
  .how-step,
  .stats-feat,
  .stats-mini,
  .dash,
  .quote,
  .nf-wrap,
  .faq-item,
  .quiz-card {
    border-radius: 16px !important;
  }

  /* Framework */
  .framework {
    background: #ffffff !important;
  }
  .framework::before {
    display: none !important;
  }
  .fw-grid {
    gap: 22px !important;
  }
  .fw-phase {
    background: #ffffff;
    border: 1px solid #e7e9f1;
    padding: 16px;
  }
  .fw-phase h3,
  .fw-phase p,
  .fw-phase li {
    color: #1f2533 !important;
  }
  .fw-phase-time {
    color: #6f7482 !important;
  }

  /* How */
  .how {
    background: white !important;
  }
  .how-quote {
    background: #ffffff !important;
    border: 1px solid #e7e9f1;
    border-left: 4px solid #4a6ee0 !important;
  }
  .how-quote p,
  .how-step h3 {
    color: #121722 !important;
  }
  .how-step p {
    color: #656d7f !important;
  }

  /* Quiz */
  .quiz,
  .quiz-v3 {
    background: linear-gradient(
      165deg,
      #2e0d55 0%,
      #1e063f 60%,
      #250a4b 100%
    ) !important;
  }
  .quiz.sec-pad {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .quiz-left .section-h,
  .quiz-left .section-sub,
  .quiz-left .overline,
  .quiz-score-text {
    color: #fff !important;
  }
  .quiz-left .section-h {
    font-size: clamp(2.05rem, 7.6vw, 2.7rem) !important;
    text-align: left !important;
    line-height: 0.98 !important;
  }
  .quiz-left .section-sub {
    text-align: left !important;
    font-size: 17px !important;
    line-height: 1.42 !important;
  }
  .quiz-score-card,
  .quiz-card {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .quiz-card {
    padding: 22px !important;
    border-radius: 18px !important;
  }
  .quiz-q {
    font-size: 22px !important;
    min-height: 0 !important;
    margin-bottom: 16px !important;
    line-height: 1.08 !important;
  }
  .quiz-opt {
    padding: 13px 14px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    line-height: 1.18 !important;
  }
  .quiz-step {
    font-size: 11px !important;
    letter-spacing: 2px !important;
  }
  .quiz-score-num {
    font-size: 58px !important;
  }
  .quiz-score-text {
    font-size: 14px !important;
    line-height: 1.26 !important;
  }
  .quiz-nav {
    margin-top: 16px !important;
  }
  .quiz-btn {
    padding: 12px !important;
  }

  /* Shows */
  .shows {
    background: linear-gradient(
      180deg,
      #4f08a9 0%,
      #37007f 55%,
      #2b0066 100%
    ) !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .shows::before {
    display: none !important;
  }
  .shows .overline {
    color: rgba(255, 255, 255, 0.72) !important;
    justify-content: center !important;
  }
  .shows .section-h {
    color: #fff !important;
    text-align: center !important;
    margin-bottom: 14px !important;
  }
  .shows-head {
    margin-bottom: 14px !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .shows-counter {
    display: none !important;
  }
  .shows-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: 138px !important;
    gap: 10px !important;
  }
  .shows-grid .cover {
    border-radius: 0 !important;
  }
  .shows-grid .cover.c1,
  .shows-grid .cover.c2,
  .shows-grid .cover.c3,
  .shows-grid .cover.c4,
  .shows-grid .cover.c5,
  .shows-grid .cover.c6,
  .shows-grid .cover.c7,
  .shows-grid .cover.c8 {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .shows-grid .cover {
    height: 100% !important;
    min-height: 0 !important;
  }
  .shows-grid .cover img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    object-position: center !important;
  }
  .shows-grid .cover .meta,
  .shows-grid .cover .rank,
  .shows-grid .cover .play-ic {
    opacity: 1 !important;
    transform: none !important;
  }
  .shows-grid .cover .meta {
    left: 8px !important;
    right: 8px !important;
    bottom: 7px !important;
  }
  .shows-grid .cover .meta .n {
    font-size: 11px !important;
  }
  .shows-grid .cover .meta .c {
    font-size: 9px !important;
  }
  .shows-grid .cover .play-ic {
    display: none !important;
  }
  .shows-more {
    margin-top: 14px !important;
  }
  .shows-more .btn-ghost {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.24) !important;
    color: #fff !important;
    padding: 10px 18px !important;
    font-size: 13px !important;
  }

  /* Results */
  .results {
    background: #f7f8fc !important;
  }
  .stats-feat,
  .stats-mini,
  .dash {
    background: #ffffff !important;
    border: 1px solid #e7e9f1 !important;
  }
  .stats-feat h3,
  .stats-feat p,
  .stats-mini .lbl,
  .stats-mini .sub,
  .dash-title,
  .dash-sub {
    color: #2b3141 !important;
  }
  .results .dash-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .results .dash-grid .cover {
    aspect-ratio: 16/10 !important;
    max-height: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
  }
  .results .dash-grid .cover .meta {
    left: 8px !important;
    right: 8px !important;
    bottom: 7px !important;
  }
  .results .dash-grid .cover .meta .n {
    font-size: 11px !important;
  }
  .results .dash-grid .cover .meta .c {
    font-size: 9px !important;
  }
  .results .dash-grid .cover .rank {
    top: 7px !important;
    right: 7px !important;
    padding: 3px 8px !important;
    font-size: 9px !important;
  }

  /* Testimonials */
  .testimonials {
    background: #ffffff !important;
  }
  .testimonials .vid-row {
    display: block !important;
    margin-bottom: 24px !important;
  }
  .testimonials .vid-row-items {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .testimonials .vid-card {
    aspect-ratio: 16/10 !important;
    max-height: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
  }
  .testimonials .vid-card:hover {
    transform: none !important;
  }
  .testimonials .vid-play {
    width: 42px !important;
    height: 42px !important;
    font-size: 14px !important;
    border-width: 1.5px !important;
  }
  .testimonials .vid-meta {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
  }
  .testimonials .vid-meta .n {
    font-size: 12px !important;
  }
  .testimonials .vid-meta .r {
    font-size: 10px !important;
  }
  .testimonials .vid-meta .tag {
    font-size: 9px !important;
    margin-top: 4px !important;
    padding: 2px 6px !important;
  }
  .quote {
    background: #ffffff !important;
    border: 1px solid #e7e9f1 !important;
  }
  .quote p {
    color: #1f2533 !important;
  }
  .quote .r {
    color: #6f7482 !important;
  }

  /* Fit / not fit — Framework section bg; spaced cards */
  .notfor {
    background: #0b101d !important;
  }
  .notfor .overline {
    color: var(--accent-light) !important;
  }
  .notfor .section-h {
    color: #fff !important;
  }
  .notfor .section-sub {
    color: rgba(226, 232, 247, 0.72) !important;
  }
  .notfor .nf-wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    background: transparent !important;
    border: none !important;
    overflow: visible !important;
  }
  .notfor .nf-col.no,
  .notfor .nf-col.yes {
    background: #ffffff !important;
    border: 1px solid #e7e9f1 !important;
    border-radius: 12px !important;
    border-left: none !important;
    border-top: none !important;
  }
  .notfor .nf-wrap .nf-col li {
    color: #4a5568 !important;
  }
  .notfor .nf-wrap .nf-col li strong {
    color: #1f2533 !important;
  }
  .notfor .nf-wrap .nf-col li .dash {
    color: #616879 !important;
  }

  /* Closing + FAQ + Footer */
  .closing {
    background: linear-gradient(160deg, #21358e 0%, #39106a 100%) !important;
  }
  .faq {
    background: #ffffff !important;
  }
  .faq-item {
    background: #ffffff !important;
    border: 1px solid #e7e9f1 !important;
  }
  .faq-q {
    color: #171d2a !important;
  }
  .faq-a-inner {
    color: #626a7c !important;
  }
  .footer {
    background: #f4f5fb !important;
    border-top: 1px solid #e7e9f1 !important;
  }
  /* Dark sections get dark separators for visible boundaries */
  .hero.sec-pad + .featured.sec-pad,
  .quiz.sec-pad + .shows.sec-pad,
  .shows.sec-pad + .results.sec-pad {
    border-top-color: rgba(255, 255, 255, 0.14) !important;
  }
  .footer-tag,
  .footer-bot {
    color: #6f7482 !important;
  }
}

/* ========================================================
   MOBILE TEMPLATE HARD LOCK (must be last)
   ======================================================== */
@media (max-width: 768px) {
  /* Results + Testimonials: single-column media on mobile */
  .results .dash-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .results .dash-grid .cover {
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
  }
  .testimonials .vid-row {
    display: block !important;
  }
  .testimonials .vid-row-items {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .testimonials .vid-card {
    max-height: none !important;
  }

  /* Featured + Problem parity */
  .featured {
    background: #f2f5fb !important;
  }
  .featured-strip {
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
  .featured-strip-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
  }
  .featured .press-logo {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .problem {
    background: #ffffff !important;
  }

  /* Framework parity */
  .framework {
    background: #0b101d !important;
  }
  .framework .overline,
  .framework .section-h,
  .framework .section-sub {
    color: #ffffff !important;
    text-align: center !important;
  }
  .framework .section-sub {
    color: rgba(226, 232, 247, 0.72) !important;
  }
  .framework .fw-grid {
    gap: 10px !important;
  }
  .framework .fw-phase {
    background: rgba(24, 30, 46, 0.9) !important;
    border: 1px solid rgba(127, 168, 255, 0.12) !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
  }
  .framework .fw-phase::after,
  .framework .fw-dot::before,
  .framework .fw-phase-bullets {
    display: none !important;
  }
  .framework .fw-phase-head {
    margin-bottom: 6px !important;
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: center !important;
  }
  .framework .fw-dot {
    width: 52px !important;
    height: 52px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(84, 112, 255, 0.35) !important;
    background: linear-gradient(160deg, #12182a 0%, #0e1322 100%) !important;
    box-shadow: none !important;
  }
  .framework .fw-dot .big {
    font-family:
      "Inter",
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      sans-serif !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    font-style: normal !important;
    background: none !important;
    -webkit-text-fill-color: #5a73ff !important;
    color: #5a73ff !important;
  }
  .framework .fw-phase-tag {
    color: #5a73ff !important;
  }
  .framework .fw-phase-time {
    color: rgba(223, 230, 245, 0.72) !important;
  }
  .framework .fw-phase h3 {
    font-size: 14px !important;
    line-height: 1.15 !important;
    color: #ffffff !important;
    margin-bottom: 2px !important;
    letter-spacing: 0 !important;
  }
  .framework .fw-phase p {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: rgba(223, 230, 245, 0.76) !important;
    margin: 0 !important;
  }
  .framework .fw-guarantee {
    margin-top: 6px !important;
    padding: 4px 8px !important;
    font-size: 10px !important;
    border-radius: 6px !important;
    background: #00a568 !important;
    border: 0 !important;
    color: #eafff5 !important;
  }
  .framework .fw-phase:not(:first-child) .fw-guarantee {
    display: none !important;
  }

  /* Results + Testimonials: single-column media (must be last) */
  .results .dash-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .results .dash-grid .cover {
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
  }
  .testimonials .vid-row {
    display: block !important;
  }
  .testimonials .vid-row-items {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .testimonials .vid-card {
    max-height: none !important;
  }

  /* Fit / not fit: Framework bg + spaced cards (must be last) */
  .notfor {
    background: #0b101d !important;
  }
  .notfor .overline {
    color: var(--accent-light) !important;
  }
  .notfor .section-h {
    color: #fff !important;
  }
  .notfor .section-sub {
    color: rgba(226, 232, 247, 0.72) !important;
  }
  .notfor .nf-wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    background: transparent !important;
    border: none !important;
    overflow: visible !important;
  }
  .notfor .nf-col.no,
  .notfor .nf-col.yes {
    background: #ffffff !important;
    border: 1px solid #e7e9f1 !important;
    border-radius: 12px !important;
    border-left: none !important;
    border-top: none !important;
  }
  .notfor .nf-wrap .nf-col li {
    color: #4a5568 !important;
  }
  .notfor .nf-wrap .nf-col li strong {
    color: #1f2533 !important;
  }
  .notfor .nf-wrap .nf-col li .dash {
    color: #616879 !important;
  }
}

/* ========================================================
   THANK YOU PAGE
   ======================================================== */
.top10podcasts-thankyou-page {
  margin: 0;
  padding: 0;
}
.ty-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(100, 60, 255, 0.45) 0%, transparent 70%),
    #0b0b1c;
  padding: 60px 24px;
  text-align: center;
}
.ty-inner {
  max-width: 640px;
  width: 100%;
}
.ty-inner .overline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 20px;
}
.ty-inner h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 22px;
}
.ty-inner h1 em {
  font-family: var(--serif, Georgia, serif);
  font-style: italic;
  color: #d6d6ef;
}
.ty-body {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin: 0 0 16px;
}
.ty-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
  margin: 0 0 40px;
}
.ty-back {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: color 200ms;
}
.ty-back:hover {
  color: #fff;
}

/* ========================================================
   POST-BOOKING VIDEO SECTION
   Hidden until GHL calendar booking is confirmed.
   Uses the same vid-card inline-playback pattern as testimonials.
   ======================================================== */
.post-booking-video {
  background: #0c0e1a;
  text-align: center;
}
.post-booking-video.pbv-hidden {
  display: none !important;
}
.post-booking-video.pbv-visible {
  display: block !important;
  animation: pbvFadeIn 700ms ease both;
}
@keyframes pbvFadeIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* No-URL state: card is visible but not interactive */
.vid-card--no-url {
  cursor: default;
  pointer-events: none;
}
/* Video card wrapper */
.pbv-card-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.6);
}
/* Link bar — sits below the card wrap */
.pbv-link-bar {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.pbv-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 0 32px;
  border-radius: 50px;
  background: linear-gradient(135deg, #2a3fdb 0%, #4a6ee0 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1px;
  cursor: pointer;
  box-shadow:
    0 10px 40px rgba(74, 110, 224, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 200ms;
  position: relative;
  overflow: hidden;
}
.pbv-link-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.28) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 700ms ease;
}
.pbv-link-btn:hover::before {
  transform: translateX(120%);
}
.pbv-link-btn:visited {
  color: #fff;
  background: linear-gradient(135deg, #2a3fdb 0%, #4a6ee0 100%);
}
.pbv-link-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 48px rgba(74, 110, 224, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
}
.pbv-link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 200ms;
}
.pbv-link-btn:hover .pbv-link-arrow {
  transform: translateX(3px);
}
/* Placeholder state (Customizer preview only — no URL set) */
.pbv-link-btn--empty {
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: none !important;
  border: 1px dashed rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.45) !important;
  cursor: default;
  font-size: 12px !important;
  height: auto !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  pointer-events: none;
}
.pbv-link-btn--empty::before {
  display: none;
}
@media (max-width: 768px) {
  .pbv-link-btn {
    height: 50px !important;
    padding: 0 24px !important;
    font-size: 14px !important;
  }
}
.post-booking-video .container {
  max-width: 860px;
  margin: 0 auto;
}
.pbv-heading {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.15;
}
.pbv-body {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 40px;
  line-height: 1.6;
}
/* 16:9 landscape variant — overrides the testimonial portrait 4/5 ratio */
.vid-card--landscape {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  box-shadow: 0 12px 56px rgba(0, 0, 0, 0.65);
}
.vid-card--landscape .vid-play {
  width: 76px;
  height: 76px;
  font-size: 24px;
}
.pbv-no-video {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  padding: 60px 20px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}
@media (max-width: 768px) {
  .post-booking-video {
    padding: 48px 0 60px !important;
  }
  .pbv-heading {
    font-size: 24px !important;
    letter-spacing: -0.5px !important;
  }
  .pbv-body {
    font-size: 15px !important;
  }
  .vid-card--landscape .vid-play {
    width: 58px !important;
    height: 58px !important;
    font-size: 18px !important;
  }
}
