/* =========================================================
   LEARNING REWIRED LAB — PODCAST V2
   Signal room / show launch page
   File: /assets/css/podcast.css
   ========================================================= */

.podcast-page-v2 {
  --pod-ink: #07111f;
  --pod-deep: #10243d;
  --pod-muted: #536273;
  --pod-soft: #f8fafc;
  --pod-line: rgba(7, 17, 31, 0.1);

  --pod-blue: #2563eb;
  --pod-blue-dark: #123f9c;
  --pod-cyan: #16b8d9;
  --pod-mint: #6ee7d8;
  --pod-gold: #f4c95d;

  --pod-shadow-soft: 0 16px 38px rgba(7, 17, 31, 0.06);
  --pod-shadow: 0 26px 72px rgba(7, 17, 31, 0.1);
  --pod-shadow-strong: 0 34px 92px rgba(7, 17, 31, 0.18);

  overflow: hidden;
  background: #ffffff;
  color: var(--pod-ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.podcast-page-v2 *,
.podcast-page-v2 *::before,
.podcast-page-v2 *::after {
  box-sizing: border-box;
}

.podcast-page-v2 h1,
.podcast-page-v2 h2,
.podcast-page-v2 h3,
.podcast-page-v2 p,
.podcast-page-v2 ul {
  margin-top: 0;
}

.podcast-page-v2 h1,
.podcast-page-v2 h2,
.podcast-page-v2 h3 {
  color: var(--pod-ink);
  text-wrap: balance;
}

.podcast-page-v2 p {
  color: var(--pod-muted);
  line-height: 1.65;
}

.podcast-page-v2 a {
  color: inherit;
}

.podcast-page-v2 button {
  font: inherit;
}

.podcast-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.podcast-eyebrow,
.podcast-section-kicker,
.podcast-card-kicker {
  margin: 0 0 14px;
  color: var(--pod-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

/* =========================================================
   Buttons
   ========================================================= */

.podcast-actions,
.podcast-ask-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.podcast-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.podcast-btn:hover {
  transform: translateY(-1px);
}

.podcast-btn-primary,
.podcast-page-v2 a.podcast-btn-primary,
.podcast-page-v2 button.podcast-btn-primary {
  border-color: var(--pod-blue);
  background: var(--pod-blue);
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.22);
}

.podcast-btn-primary:hover,
.podcast-page-v2 a.podcast-btn-primary:hover,
.podcast-page-v2 button.podcast-btn-primary:hover {
  border-color: var(--pod-blue-dark);
  background: var(--pod-blue-dark);
  color: #ffffff !important;
}

.podcast-btn-secondary,
.podcast-page-v2 a.podcast-btn-secondary,
.podcast-page-v2 button.podcast-btn-secondary {
  border-color: rgba(37, 99, 235, 0.42);
  background: rgba(255, 255, 255, 0.64);
  color: var(--pod-ink) !important;
}

.podcast-btn-secondary:hover,
.podcast-page-v2 a.podcast-btn-secondary:hover,
.podcast-page-v2 button.podcast-btn-secondary:hover {
  border-color: rgba(37, 99, 235, 0.72);
  background: rgba(37, 99, 235, 0.07);
  color: var(--pod-ink) !important;
}

/* =========================================================
   Hero
   ========================================================= */

.podcast-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 70px;
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.14), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(22, 184, 217, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.podcast-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 17, 31, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 31, 0.026) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 72%);
}

.podcast-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.88fr);
  gap: clamp(34px, 5.5vw, 74px);
  align-items: center;
}

.podcast-hero-copy h1 {
  max-width: 880px;
  margin: 0;
  color: var(--pod-ink);
  font-size: clamp(2.75rem, 5.4vw, 5.35rem);
  font-weight: 860;
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.podcast-intro {
  max-width: 760px;
  margin: 26px 0 0;
  color: #415168;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.72;
}

.podcast-hero .podcast-actions {
  margin-top: 30px;
}

.podcast-signal-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  max-width: 720px;
  margin-top: 28px;
  padding: 14px 16px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 20px;
  background: rgba(37, 99, 235, 0.055);
}

.podcast-signal-note span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--pod-blue);
  font-weight: 950;
}

.podcast-signal-note p {
  margin: 0;
  color: var(--pod-muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

/* =========================================================
   Signal Console
   ========================================================= */

.podcast-studio-console {
  overflow: hidden;
  border: 1px solid rgba(7, 17, 31, 0.09);
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 8%, rgba(22, 184, 217, 0.12), transparent 34%),
    #ffffff;
  box-shadow: var(--pod-shadow);
}

.podcast-console-topbar {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(7, 17, 31, 0.08);
  background: rgba(255, 255, 255, 0.74);
}

.podcast-console-dots {
  display: flex;
  gap: 7px;
}

.podcast-console-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.podcast-console-dots span:nth-child(1) {
  background: var(--pod-blue);
}

.podcast-console-dots span:nth-child(2) {
  background: var(--pod-cyan);
}

.podcast-console-dots span:nth-child(3) {
  background: var(--pod-gold);
}

.podcast-console-topbar p {
  margin: 0;
  color: var(--pod-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.podcast-cover-stage {
  position: relative;
  padding: 24px;
}

.podcast-cover-art {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 16% 18%, rgba(37, 99, 235, 0.3), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(22, 184, 217, 0.18), transparent 30%),
    linear-gradient(180deg, #07111f, #10243d);
  color: #ffffff;
}

.podcast-cover-art::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 86%);
}

.podcast-cover-orbit {
  position: absolute;
  right: -92px;
  top: -92px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(110, 231, 216, 0.22);
  border-radius: 999px;
}

.podcast-cover-orbit::before,
.podcast-cover-orbit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.podcast-cover-orbit::before {
  inset: 38px;
  border: 1px solid rgba(110, 231, 216, 0.18);
}

.podcast-cover-orbit::after {
  left: 36px;
  top: 112px;
  width: 14px;
  height: 14px;
  background: var(--pod-mint);
  box-shadow: 0 0 28px rgba(110, 231, 216, 0.7);
}

.podcast-cover-mark,
.podcast-cover-copy {
  position: relative;
  z-index: 1;
}

.podcast-cover-mark {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 24px;
  background: #ffffff;
  color: var(--pod-ink);
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.podcast-cover-copy p {
  margin: 0 0 8px;
  color: var(--pod-mint);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.podcast-cover-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 880;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.podcast-live-chip {
  position: absolute;
  right: 44px;
  top: 44px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(110, 231, 216, 0.22);
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.72);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.podcast-live-chip span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--pod-mint);
  box-shadow: 0 0 18px rgba(110, 231, 216, 0.8);
}

.podcast-wave-panel {
  padding: 0 24px 22px;
}

.podcast-wave {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 24px;
  background: #f8fafc;
}

.podcast-wave span {
  display: block;
  width: 8px;
  height: var(--bar);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pod-mint), var(--pod-blue));
  animation: podcastWave 1.45s ease-in-out infinite alternate;
}

.podcast-wave span:nth-child(2n) {
  animation-delay: 0.15s;
}

.podcast-wave span:nth-child(3n) {
  animation-delay: 0.3s;
}

.podcast-wave span:nth-child(4n) {
  animation-delay: 0.45s;
}

@keyframes podcastWave {
  from {
    transform: scaleY(0.58);
    opacity: 0.58;
  }

  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

.podcast-console-readout {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(7, 17, 31, 0.08);
}

.podcast-console-readout div {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(7, 17, 31, 0.08);
}

.podcast-console-readout div:last-child {
  border-bottom: 0;
}

.podcast-console-readout span {
  display: block;
  color: var(--pod-blue);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.podcast-console-readout strong {
  display: block;
  margin-top: 6px;
  color: var(--pod-ink);
  font-size: 0.95rem;
  line-height: 1.35;
}

/* =========================================================
   Shared Sections
   ========================================================= */

.podcast-section,
.podcast-final-section {
  padding: 86px 0;
}

.podcast-positioning,
.podcast-ask {
  background: #f8fafc;
}

.podcast-episodes,
.podcast-listen,
.podcast-lanes {
  background: #ffffff;
}

.podcast-section-header {
  max-width: 860px;
}

.podcast-section-header h2,
.podcast-listen-card h2,
.podcast-final-card h2,
.podcast-ask-row h2 {
  margin: 0;
  color: var(--pod-ink);
  font-size: clamp(2.05rem, 4vw, 3.85rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.052em;
}

.podcast-section-header p,
.podcast-listen-card p,
.podcast-final-card p,
.podcast-ask-row p {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--pod-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

/* =========================================================
   Positioning
   ========================================================= */

.podcast-positioning-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.7fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: start;
}

.podcast-positioning-rail {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(7, 17, 31, 0.11);
}

.podcast-positioning-rail article {
  padding: 22px 0;
  border-bottom: 1px solid rgba(7, 17, 31, 0.11);
}

.podcast-positioning-rail span,
.podcast-lane-rail span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--pod-blue);
  padding: 0 10px;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.podcast-positioning-rail h3 {
  margin: 14px 0 0;
  color: var(--pod-ink);
  font-size: clamp(1.32rem, 2.3vw, 1.9rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.podcast-positioning-rail p,
.podcast-lane-rail p {
  margin: 10px 0 0;
  color: var(--pod-muted);
  font-size: 0.96rem;
  line-height: 1.56;
}

/* =========================================================
   Episode Board
   ========================================================= */

.podcast-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: stretch;
  margin-top: 36px;
}

.podcast-episode-list {
  display: grid;
  gap: 10px;
}

.podcast-episode-button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 22px;
  background: #ffffff;
  color: var(--pod-ink);
  padding: 12px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.045);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.podcast-episode-button:hover,
.podcast-episode-button.is-active {
  border-color: rgba(37, 99, 235, 0.4);
  background: rgba(37, 99, 235, 0.06);
  transform: translateY(-1px);
}

.podcast-episode-button span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--pod-blue);
  font-weight: 950;
}

.podcast-episode-button strong {
  color: var(--pod-ink);
  font-size: 0.94rem;
  line-height: 1.3;
}

.podcast-episode-preview {
  min-height: 100%;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(7, 17, 31, 0.09);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(22, 184, 217, 0.11), transparent 34%),
    linear-gradient(180deg, #07111f, #10243d);
  box-shadow: var(--pod-shadow-strong);
}

.podcast-episode-preview .podcast-card-kicker {
  color: var(--pod-mint);
}

.podcast-episode-preview h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.052em;
}

.podcast-episode-preview p:not(.podcast-card-kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.62;
}

.podcast-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid rgba(110, 231, 216, 0.16);
  border-radius: 22px;
  background: rgba(110, 231, 216, 0.16);
}

.podcast-preview-grid div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.podcast-preview-grid span {
  display: block;
  color: var(--pod-mint);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.podcast-preview-grid strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.35;
}

.podcast-text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--pod-mint) !important;
  font-size: 0.92rem;
  font-weight: 950;
  text-decoration: none !important;
}

.podcast-text-link::after {
  content: " →";
}

/* =========================================================
   Listen Links
   ========================================================= */

.podcast-listen-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 38px;
  background:
    radial-gradient(circle at 88% 12%, rgba(37, 99, 235, 0.09), transparent 34%),
    #ffffff;
  box-shadow: var(--pod-shadow);
}

.podcast-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.podcast-platform-card {
  display: block;
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 24px;
  background: #ffffff;
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(7, 17, 31, 0.07);
}

.podcast-platform-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--pod-blue);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.podcast-platform-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pod-ink);
  font-size: 1.08rem;
}

.podcast-platform-card em {
  color: var(--pod-muted);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 850;
}

.podcast-platform-card.inactive {
  cursor: default;
}

/* =========================================================
   Topic Lanes
   ========================================================= */

.podcast-lane-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(240px, 1fr));
  gap: 0;
  margin-top: 36px;
  overflow-x: auto;
  padding-bottom: 8px;
  border-top: 1px solid rgba(7, 17, 31, 0.11);
  border-bottom: 1px solid rgba(7, 17, 31, 0.11);
  scroll-snap-type: x proximity;
}

.podcast-lane-rail article {
  min-height: 270px;
  padding: 26px 24px;
  border-right: 1px solid rgba(7, 17, 31, 0.09);
  scroll-snap-align: start;
}

.podcast-lane-rail article:last-child {
  border-right: 0;
}

/* =========================================================
   Ask Andy
   ========================================================= */

.podcast-ask-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(7, 17, 31, 0.11);
  border-bottom: 1px solid rgba(7, 17, 31, 0.11);
}

/* =========================================================
   Final
   ========================================================= */

.podcast-final-section {
  padding-bottom: 128px;
  background:
    radial-gradient(circle at 16% 10%, rgba(37, 99, 235, 0.1), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(22, 184, 217, 0.08), transparent 30%),
    #ffffff;
}

.podcast-final-card {
  text-align: center;
  padding: clamp(32px, 6vw, 64px);
  border: 1px solid rgba(7, 17, 31, 0.09);
  border-radius: 40px;
  background:
    radial-gradient(circle at 18% 0%, rgba(37, 99, 235, 0.24), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(22, 184, 217, 0.14), transparent 30%),
    linear-gradient(180deg, #07111f, #10243d);
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.2);
}

.podcast-final-card .podcast-section-kicker {
  color: var(--pod-mint);
}

.podcast-final-card h2 {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
}

.podcast-final-card p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.76);
}

.podcast-final-actions {
  justify-content: center;
  margin-top: 30px;
}

.podcast-final-card .podcast-btn-secondary {
  border-color: rgba(110, 231, 216, 0.56);
  background: transparent;
  color: #ffffff !important;
  box-shadow: none;
}

.podcast-final-card .podcast-btn-secondary:hover {
  border-color: rgba(110, 231, 216, 0.9);
  background: rgba(110, 231, 216, 0.12);
  color: #ffffff !important;
}

/* =========================================================
   Focus + Motion
   ========================================================= */

.podcast-btn:focus-visible,
.podcast-episode-button:focus-visible,
.podcast-text-link:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.34);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .podcast-page-v2 *,
  .podcast-page-v2 *::before,
  .podcast-page-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .podcast-wave span {
    animation: none !important;
  }
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1100px) {
  .podcast-hero-grid,
  .podcast-positioning-grid,
  .podcast-board,
  .podcast-listen-card,
  .podcast-ask-row {
    grid-template-columns: 1fr;
  }

  .podcast-studio-console {
    max-width: 820px;
  }

  .podcast-preview-grid {
    grid-template-columns: 1fr;
  }

  .podcast-ask-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .podcast-shell {
    width: min(100% - 28px, 1180px);
  }

  .podcast-hero {
    padding: 50px 0 44px;
  }

  .podcast-hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.6rem);
    line-height: 1;
    letter-spacing: -0.052em;
  }

  .podcast-intro {
    font-size: 1rem;
  }

  .podcast-actions,
  .podcast-ask-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .podcast-btn {
    width: 100%;
    min-height: 54px;
    padding: 0 20px;
    white-space: normal;
    line-height: 1.15;
  }

  .podcast-signal-note {
    grid-template-columns: 1fr;
  }

  .podcast-studio-console,
  .podcast-cover-art,
  .podcast-episode-preview,
  .podcast-listen-card,
  .podcast-final-card {
    border-radius: 28px;
  }

  .podcast-cover-stage,
  .podcast-wave-panel {
    padding-right: 16px;
    padding-left: 16px;
  }

  .podcast-cover-art {
    min-height: 300px;
    padding: 24px;
  }

  .podcast-live-chip {
    position: static;
    margin: 14px 16px 0;
    width: fit-content;
  }

  .podcast-section,
  .podcast-final-section {
    padding: 54px 0;
  }

  .podcast-section-header h2,
  .podcast-listen-card h2,
  .podcast-final-card h2,
  .podcast-ask-row h2 {
    font-size: clamp(1.95rem, 9vw, 2.95rem);
    line-height: 1.02;
    letter-spacing: -0.048em;
  }

  .podcast-episode-preview h3 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .podcast-platform-grid {
    grid-template-columns: 1fr;
  }

  .podcast-final-section {
    padding-bottom: 128px;
  }
}

@media (max-width: 520px) {
  .podcast-shell {
    width: min(100% - 24px, 1180px);
  }

  .podcast-episode-preview,
  .podcast-listen-card,
  .podcast-final-card {
    padding: 22px;
  }

  .podcast-console-topbar {
    padding: 0 16px;
  }

  .podcast-console-topbar p {
    font-size: 0.64rem;
  }

  .podcast-wave {
    gap: 6px;
  }

  .podcast-wave span {
    width: 7px;
  }
}
/* =========================================================
   PODCAST CTA PATCH
   Fix final CTA secondary button hover states on dark card
   ========================================================= */

.podcast-page-v2 .podcast-final-card .podcast-btn-secondary,
.podcast-page-v2 .podcast-final-card .podcast-btn-secondary:visited {
  border-color: rgba(110, 231, 216, 0.56);
  background: transparent;
  color: #ffffff !important;
  box-shadow: none;
}

.podcast-page-v2 .podcast-final-card .podcast-btn-secondary:hover,
.podcast-page-v2 .podcast-final-card .podcast-btn-secondary:focus-visible {
  border-color: rgba(110, 231, 216, 0.9);
  background: rgba(110, 231, 216, 0.12);
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(110, 231, 216, 0.12);
}

/* Keep primary CTA readable and consistent */
.podcast-page-v2 .podcast-final-card .podcast-btn-primary,
.podcast-page-v2 .podcast-final-card .podcast-btn-primary:visited,
.podcast-page-v2 .podcast-final-card .podcast-btn-primary:hover,
.podcast-page-v2 .podcast-final-card .podcast-btn-primary:focus-visible {
  color: #ffffff !important;
}

/* Make the final CTA button group feel intentional */
.podcast-page-v2 .podcast-final-card .podcast-final-actions {
  gap: 14px;
}

.podcast-page-v2 .podcast-final-card .podcast-btn {
  min-width: 170px;
}
