/* ==========================================================================
   Homepage — Authority + Podcast sections (index only)
   Loaded after styles.css + home-hero.css
   ========================================================================== */

/* ---------- Authority Building ---------- */
.authority-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(80px, 10vw, 130px) !important;
  background:
    radial-gradient(70% 55% at 8% 0%, rgba(123, 97, 255, 0.09) 0%, transparent 62%),
    radial-gradient(60% 50% at 92% 100%, rgba(255, 77, 138, 0.07) 0%, transparent 65%),
    linear-gradient(180deg, #f9faff 0%, #f4f6fc 100%) !important;
}

.authority-band__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 72%);
}

.authority-band__inner {
  position: relative;
  z-index: 1;
}

.authority-band__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 48px);
  align-items: center;
  margin-bottom: clamp(32px, 5vw, 48px);
}

@media (min-width: 960px) {
  .authority-band__hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

.authority-band__head {
  text-align: center;
  max-width: min(640px, 100%);
  margin-inline: auto;
}

@media (min-width: 960px) {
  .authority-band__head {
    text-align: left;
    margin-inline: 0;
    max-width: none;
  }
}

.authority-band__head .mini-title {
  margin-bottom: 14px !important;
}

.authority-band__head h2 {
  text-align: inherit !important;
  font-size: clamp(1.85rem, 3.8vw, 2.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.024em !important;
  line-height: 1.1 !important;
  margin-bottom: 14px !important;
  color: rgba(15, 23, 42, 0.96) !important;
}

.authority-band__head h2::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@media (min-width: 960px) {
  .authority-band__head h2::after {
    left: 0 !important;
    transform: none !important;
  }
}

.authority-band__head > p.muted {
  color: rgba(15, 23, 42, 0.68) !important;
  font-size: clamp(1rem, 1.4vw, 1.08rem) !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  max-width: 52ch;
}

@media (min-width: 960px) {
  .authority-band__head > p.muted {
    margin-inline: 0;
  }
}

.authority-band__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2vw, 16px);
  max-width: 480px;
  margin-inline: auto;
}

@media (min-width: 960px) {
  .authority-band__metrics {
    margin-inline: 0;
  }
}

.authority-metric {
  padding: clamp(12px, 2vw, 16px);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.authority-metric__num {
  display: block;
  font-family: var(--numeric-font, var(--font-heading));
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(135deg, #ff4d4d 0%, #7b61ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.authority-metric__label {
  display: block;
  margin-top: 6px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.55);
  line-height: 1.3;
}

.authority-band__orbit {
  position: relative;
  width: min(100%, 440px);
  margin-inline: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.authority-band__orbit svg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(123, 97, 255, 0.18));
}

.authority-band__orbit-ring {
  animation: authorityOrbitSpin 28s linear infinite;
  transform-origin: center;
}

.authority-band__orbit-pulse {
  animation: authorityOrbitPulse 3.2s ease-in-out infinite;
}

@keyframes authorityOrbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes authorityOrbitPulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

@media (prefers-reduced-motion: reduce) {
  .authority-band__orbit-ring,
  .authority-band__orbit-pulse {
    animation: none !important;
  }
}

.authority-band__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2.2vw, 20px);
  margin-top: 0 !important;
}

@media (min-width: 640px) {
  .authority-band__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .authority-band__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .authority-band__grid .why-card--featured {
    grid-column: span 2;
    border-color: rgba(123, 97, 255, 0.16) !important;
    background:
      radial-gradient(120% 100% at 100% 0%, rgba(123, 97, 255, 0.07) 0%, transparent 55%),
      rgba(255, 255, 255, 0.94) !important;
  }
}

.authority-band__head h2 .text-gradient {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  background-image: linear-gradient(90deg, #ff4d4d 0%, #ff8a3d 45%, #7b61ff 100%) !important;
}

/* Dotted section-head box (same as other homepage sections) */
.authority-band__head .section-head {
  margin: 0 auto clamp(24px, 3vw, 32px) !important;
  max-width: min(900px, 100%);
  width: 100%;
}

.authority-band__head .section-head h2::after {
  display: none !important;
}

.authority-band__grid .why-card,
.authority-band .why-card {
  text-align: center !important;
  align-items: center !important;
}

.authority-band__grid .why-card h3,
.authority-band__grid .why-card p,
.authority-band__grid .why-card p.muted {
  text-align: center !important;
}

.authority-band__grid .why-card__step {
  margin-inline: auto !important;
}

.authority-band .why-card {
  padding: clamp(22px, 2.8vw, 28px) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(15, 23, 42, 0.07) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06) !important;
  gap: 10px !important;
}

.authority-band .why-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  font-family: var(--numeric-font, var(--font-heading));
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(15, 23, 42, 0.45);
  background: rgba(123, 97, 255, 0.08);
  border: 1px solid rgba(123, 97, 255, 0.12);
  margin-bottom: 2px;
}

.authority-band .why-card__icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 13px !important;
  margin-inline: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.authority-band .why-card__icon svg {
  width: 22px !important;
  height: 22px !important;
  display: block;
  margin-inline: auto;
}

/* ---------- Podcast & Authority (dark studio) ---------- */
.section.dark-section.podcast-band {
  padding-block: clamp(88px, 11vw, 140px) !important;
  background:
    radial-gradient(80% 70% at 0% 100%, rgba(123, 97, 255, 0.22) 0%, transparent 62%),
    radial-gradient(70% 60% at 100% 0%, rgba(255, 77, 138, 0.18) 0%, transparent 65%),
    linear-gradient(165deg, #080a18 0%, #0f0a1e 42%, #0a1422 100%) !important;
  color: #fff !important;
}

.section.dark-section.podcast-band .podcast-band__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.section.dark-section.podcast-band .podcast-band__glow {
  position: absolute;
  width: 55vmax;
  height: 55vmax;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
}

.section.dark-section.podcast-band .podcast-band__glow--a {
  top: -25%;
  left: -12%;
  background: radial-gradient(circle, rgba(123, 97, 255, 0.55) 0%, transparent 68%);
}

.section.dark-section.podcast-band .podcast-band__glow--b {
  bottom: -30%;
  right: -10%;
  background: radial-gradient(circle, rgba(255, 77, 138, 0.5) 0%, transparent 68%);
}

.section.dark-section.podcast-band .podcast-band__grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 10%, transparent 75%);
}

.section.dark-section.podcast-band .podcast-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

@media (min-width: 960px) {
  .section.dark-section.podcast-band .podcast-band__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
}

.section.dark-section.podcast-band .podcast-band__copy .mini-title {
  color: rgba(255, 255, 255, 0.88) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.section.dark-section.podcast-band .podcast-band__copy h2 {
  text-align: left !important;
  color: #fff !important;
  font-size: clamp(1.85rem, 3.6vw, 2.65rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.022em !important;
  line-height: 1.1 !important;
  margin-bottom: 14px !important;
}

.section.dark-section.podcast-band .podcast-band__copy h2::after {
  left: 0 !important;
  transform: none !important;
}

.section.dark-section.podcast-band .podcast-band__copy .muted {
  color: #ffffff !important;
  font-size: clamp(1rem, 1.35vw, 1.06rem) !important;
  line-height: 1.65 !important;
  margin-bottom: 20px !important;
}

.section.dark-section.podcast-band .podcast-band__points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.section.dark-section.podcast-band .podcast-band__points li {
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.82rem;
  font-weight: 600;
}

.section.dark-section.podcast-band .podcast-band__points li::before {
  display: none !important;
}

.section.dark-section.podcast-band .podcast-band__points li span {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.section.dark-section.podcast-band .podcast-band__copy .btn-primary {
  background: linear-gradient(135deg, #ff4d4d 0%, #ff8a3d 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 14px 36px rgba(255, 77, 77, 0.35) !important;
}

/* Studio stage */
.podcast-stage {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.podcast-stage__frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.podcast-stage__frame img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  opacity: 0.92;
}

.podcast-stage__live {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.podcast-stage__live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d4d;
  box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.6);
  animation: podcastLivePulse 2s ease-in-out infinite;
}

@keyframes podcastLivePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.55); }
  50% { box-shadow: 0 0 0 6px rgba(255, 77, 77, 0); }
}

.podcast-stage__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  height: 56px;
  padding: 0 20px 14px;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 10, 24, 0.85) 100%);
}

.podcast-stage__bar {
  flex: 1;
  max-width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4d8a 0%, #7b61ff 100%);
  transform-origin: bottom center;
  animation: podcastWave 1.1s ease-in-out infinite;
}

.podcast-stage__bar:nth-child(1) { animation-delay: 0s; height: 28%; }
.podcast-stage__bar:nth-child(2) { animation-delay: 0.08s; height: 52%; }
.podcast-stage__bar:nth-child(3) { animation-delay: 0.16s; height: 38%; }
.podcast-stage__bar:nth-child(4) { animation-delay: 0.24s; height: 68%; }
.podcast-stage__bar:nth-child(5) { animation-delay: 0.32s; height: 44%; }
.podcast-stage__bar:nth-child(6) { animation-delay: 0.4s; height: 72%; }
.podcast-stage__bar:nth-child(7) { animation-delay: 0.48s; height: 36%; }
.podcast-stage__bar:nth-child(8) { animation-delay: 0.56s; height: 58%; }
.podcast-stage__bar:nth-child(9) { animation-delay: 0.64s; height: 48%; }
.podcast-stage__bar:nth-child(10) { animation-delay: 0.72s; height: 64%; }
.podcast-stage__bar:nth-child(11) { animation-delay: 0.8s; height: 40%; }
.podcast-stage__bar:nth-child(12) { animation-delay: 0.88s; height: 56%; }

@keyframes podcastWave {
  0%, 100% { transform: scaleY(0.45); opacity: 0.65; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .podcast-stage__live::before,
  .podcast-stage__bar {
    animation: none !important;
  }
}

.podcast-stage__rail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 540px) {
  .podcast-stage__rail {
    grid-template-columns: repeat(3, 1fr);
  }
}

.podcast-episode {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 260ms var(--ease-out), border-color 260ms ease, background 260ms ease;
}

.podcast-episode:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 77, 138, 0.35);
  background: rgba(255, 255, 255, 0.09);
}

.podcast-episode__tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 999px;
  margin-bottom: 8px;
  color: #ff8aa8;
  background: rgba(255, 77, 138, 0.16);
  border: 1px solid rgba(255, 77, 138, 0.22);
}

.podcast-episode__tag--alt {
  color: #c5b6ff;
  background: rgba(123, 97, 255, 0.16);
  border-color: rgba(123, 97, 255, 0.22);
}

.podcast-episode__title {
  margin: 0 0 4px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff !important;
  line-height: 1.3;
}

.podcast-episode__sub {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.58) !important;
}

.podcast-stage__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.podcast-stat {
  padding: 12px 10px;
  border-radius: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.podcast-stat__num {
  display: block;
  font-family: var(--numeric-font, var(--font-heading));
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.podcast-stat__label {
  display: block;
  margin-top: 4px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 242, 242, 0.93);
}

/* Beat global section-head box + dark text rules inside dark podcast band */
.section.dark-section.podcast-band .podcast-band__copy .section-head {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  overflow: visible !important;
}

.section.dark-section.podcast-band .podcast-band__copy .section-head::before,
.section.dark-section.podcast-band .podcast-band__copy .section-head::after {
  display: none !important;
}

.section.dark-section.podcast-band .podcast-band__copy .section-head .mini-title,
.section.dark-section.podcast-band .podcast-band__copy .section-head h2,
.section.dark-section.podcast-band .podcast-band__copy .section-head > p,
.section.dark-section.podcast-band .podcast-band__copy .section-head > p.muted {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  border-left: none !important;
}

.section.dark-section.podcast-band .podcast-band__copy .section-head .mini-title,
.section.dark-section.podcast-band .podcast-band__copy .section-head h2 {
  color: #ffffff !important;
}

.section.dark-section.podcast-band .podcast-band__copy .section-head[class*="section-head--p"] .mini-title {
  color: rgba(255, 255, 255, 0.88) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.section.dark-section.podcast-band .podcast-band__copy .section-head > p,
.section.dark-section.podcast-band .podcast-band__copy .section-head > p.muted {
  color: #ffffff !important;
}

.section.dark-section.podcast-band .podcast-band__copy .section-head h2::after {
  display: block !important;
  left: 0 !important;
  transform: none !important;
}

.section.dark-section.podcast-band .podcast-stage .podcast-episode p,
.section.dark-section.podcast-band .podcast-stage .podcast-episode__title {
  color: #ffffff !important;
}

.section.dark-section.podcast-band .podcast-stage .podcast-episode__sub {
  color: rgba(255, 255, 255, 0.62) !important;
}

@media (max-width: 959px) {
  .section.dark-section.podcast-band .podcast-band__copy .section-head .mini-title,
  .section.dark-section.podcast-band .podcast-band__copy .section-head h2,
  .section.dark-section.podcast-band .podcast-band__copy .section-head > p,
  .section.dark-section.podcast-band .podcast-band__copy .section-head > p.muted {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .section.dark-section.podcast-band .podcast-band__copy .section-head h2::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .section.dark-section.podcast-band .podcast-band__copy {
    text-align: center;
  }

  .section.dark-section.podcast-band .podcast-band__copy h2 {
    text-align: center !important;
  }

  .section.dark-section.podcast-band .podcast-band__copy h2::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .section.dark-section.podcast-band .podcast-band__points {
    justify-content: center;
  }

  .section.dark-section.podcast-band .podcast-band__copy .btn-primary {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

@media (max-width: 539px) {
  .podcast-stage__rail {
    grid-template-columns: 1fr;
  }

  .authority-band__metrics {
    grid-template-columns: 1fr;
    max-width: 220px;
  }
}

/* ------------------------------------------------------------------
   Dark podcast band — final contrast lock (beats global section p/h2/span rules)
   ------------------------------------------------------------------ */
main section.section.dark-section.podcast-band .podcast-band__copy .mini-title {
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

main section.section.dark-section.podcast-band .podcast-band__copy h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

main section.section.dark-section.podcast-band .podcast-band__copy h2 .text-gradient {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff6b8a 0%, #ff9a5c 45%, #a78bff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

main section.section.dark-section.podcast-band .podcast-band__copy > p,
main section.section.dark-section.podcast-band .podcast-band__copy > p.muted,
main section.section.dark-section.podcast-band .podcast-band__copy p.muted,
main section.section.dark-section.podcast-band .podcast-band__copy .section-head > p,
main section.section.dark-section.podcast-band .podcast-band__copy .section-head > p.muted {
  color: #ffffff !important;
}

/* Word-split spans (GSAP) — global .section span rule forces dark text otherwise */
main section.section.dark-section.podcast-band .podcast-band__copy p .word,
main section.section.dark-section.podcast-band .podcast-band__copy p .hero-word,
main section.section.dark-section.podcast-band .podcast-band__copy p.muted .word,
main section.section.dark-section.podcast-band .podcast-band__copy p.muted .hero-word {
  color: #ffffff !important;
}

main section.section.dark-section.podcast-band .podcast-band__points li,
main section.section.dark-section.podcast-band .podcast-band__points li span {
  color: rgba(255, 255, 255, 0.92) !important;
}

main section.section.dark-section.podcast-band .podcast-stage .podcast-episode p,
main section.section.dark-section.podcast-band .podcast-stage .podcast-episode__title {
  color: #ffffff !important;
}

main section.section.dark-section.podcast-band .podcast-stage .podcast-episode__sub {
  color: rgba(255, 255, 255, 0.72) !important;
}

main section.section.dark-section.podcast-band .podcast-stage .podcast-episode__tag {
  color: #ffb3cc !important;
  background: rgba(255, 77, 138, 0.22) !important;
  border-color: rgba(255, 120, 170, 0.45) !important;
}

main section.section.dark-section.podcast-band .podcast-stage .podcast-episode__tag--alt {
  color: #d4c8ff !important;
  background: rgba(123, 97, 255, 0.24) !important;
  border-color: rgba(167, 139, 255, 0.45) !important;
}

main section.section.dark-section.podcast-band .podcast-stat__num {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

main section.section.dark-section.podcast-band .podcast-stat__label {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* ==========================================================================
   Homepage — center section headers + word-slide animation
   ========================================================================== */
main.page-home > section.home-section .section-head,
main.page-home > section.home-section .authority-band__head,
main.page-home > section.home-section .podcast-band__copy,
main.page-home > section.home-section .final-cta__inner {
  text-align: center !important;
  margin-inline: auto;
}

main.page-home > section.home-section .section-head .mini-title,
main.page-home > section.home-section .authority-band__head .mini-title,
main.page-home > section.home-section .podcast-band__copy .mini-title,
main.page-home > section.home-section .final-cta__inner .mini-title,
main.page-home > section.home-section > .container > .mini-title {
  display: inline-flex !important;
  margin-inline: auto !important;
  text-align: center !important;
}

main.page-home > section.home-section h2,
main.page-home > section.home-section .section-head h2,
main.page-home > section.home-section .authority-band__head h2,
main.page-home > section.home-section .podcast-band__copy h2,
main.page-home > section.home-section .final-cta__inner h2 {
  text-align: center !important;
  margin-inline: auto !important;
}

main.page-home > section.home-section h2::after,
main.page-home > section.home-section .section-head h2::after,
main.page-home > section.home-section .authority-band__head h2::after,
main.page-home > section.home-section .podcast-band__copy h2::after,
main.page-home > section.home-section .final-cta__inner h2::after {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

main.page-home > section.home-section .section-head > p,
main.page-home > section.home-section .authority-band__head > p.muted,
main.page-home > section.home-section .podcast-band__copy > p.muted,
main.page-home > section.home-section .final-cta__inner > p.muted,
main.page-home > section.home-section > .container > p.muted {
  text-align: center !important;
  margin-inline: auto !important;
  max-width: min(760px, 100%) !important;
  padding-left: 0 !important;
  border-left: none !important;
}

main.page-home > section.home-section .section-head {
  margin-inline: auto !important;
  max-width: min(900px, 100%) !important;
}

main.page-home > section.home-section .hero-actions,
main.page-home > section.home-section .final-cta__actions,
main.page-home > section.home-section .industries-band__cta {
  justify-content: center !important;
  text-align: center !important;
}

main.page-home > section.home-section .industries-band__focus-intro,
main.page-home > section.home-section .industries-band__focus-list {
  text-align: center !important;
  margin-inline: auto !important;
  max-width: min(640px, 100%);
}

main.page-home > section.home-section .industries-band__focus-list {
  justify-items: center;
}

/* Podcast copy — override global left-align on desktop */
main.page-home > section.podcast-band .podcast-band__copy,
main.page-home > section.podcast-band .podcast-band__copy .mini-title,
main.page-home > section.podcast-band .podcast-band__copy h2,
main.page-home > section.podcast-band .podcast-band__copy > p,
main.page-home > section.podcast-band .podcast-band__copy > p.muted,
main.page-home > section.podcast-band .podcast-band__copy .section-head,
main.page-home > section.podcast-band .podcast-band__copy .section-head h2,
main.page-home > section.podcast-band .podcast-band__copy .section-head > p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

main.page-home > section.podcast-band .podcast-band__copy h2::after,
main.page-home > section.podcast-band .podcast-band__copy .section-head h2::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

main.page-home > section.podcast-band .podcast-band__points {
  justify-content: center !important;
}

main.page-home > section.podcast-band .podcast-band__copy .btn-primary {
  margin-inline: auto !important;
}

@media (min-width: 960px) {
  main.page-home .authority-band__head {
    text-align: center !important;
    margin-inline: auto !important;
    max-width: min(720px, 100%);
  }

  main.page-home .authority-band__head h2::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  main.page-home .authority-band__head > p.muted {
    margin-inline: auto !important;
  }

  main.page-home .authority-band__metrics {
    margin-inline: auto !important;
  }
}

/* Word-by-word scroll animation (GSAP sets initial opacity/transform) */
main.page-home > section.home-section h2,
main.page-home > section.home-section .section-head > p,
main.page-home > section.home-section .authority-band__head > p.muted,
main.page-home > section.home-section .podcast-band__copy > p.muted,
main.page-home > section.home-section .final-cta__inner > p.muted,
main.page-home > section.home-section > .container > p.muted {
  overflow: hidden;
}

main.page-home > section.home-section .word {
  display: inline-block;
  will-change: transform, opacity;
}

main.page-home > section.home-section .word.text-gradient {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}
