@charset "UTF-8";
:root {
  --haf-primary: #2870c8;
  --haf-primary-2: #0070d0;
  --haf-soft-bg: #e3f5fd;
  --haf-warning: #f8b040;
  --haf-ink: #13233b;
}

@font-face {
  font-family: "FSElliotPro";
  src: url("../fonts/FSElliotPro-Light.otf");
  src: url("../fonts/fselliotpro-light-webfont.woff2") format("woff2"), url("../fonts/fselliotpro-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FSElliotPro";
  src: url("../fonts/FSElliotPro-Regular.otf");
  src: url("../fonts/fselliotpro-regular-webfont.woff2") format("woff2"), url("../fonts/fselliotpro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FSElliotPro";
  src: url("../fonts/FSElliotPro-Bold.otf");
  src: url("../fonts/fselliotpro-bold-webfont.woff2") format("woff2"), url("../fonts/fselliotpro-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FSElliotPro";
  src: url("../fonts/FSElliotPro-Heavy.otf");
  src: url("../fonts/fselliotpro-heavy-webfont.woff2") format("woff2"), url("../fonts/fselliotpro-heavy-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "FSElliotPro", sans-serif;
  color: #13233b;
  background: #ffffff;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

a:focus-visible,
button:focus-visible,
.nav-link:focus-visible {
  outline: 2px solid rgba(0, 112, 208, 0.45);
  outline-offset: 2px;
}

.haf-page {
  overflow-x: clip;
}

.haf-container {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}
@media (min-width: 992px) {
  .haf-container {
    width: min(100% - 3rem, 1180px);
  }
}

.haf-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .haf-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.haf-section-title {
  margin: 0 0 1.5rem;
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  color: #64758b;
  position: relative;
  padding-bottom: 0.75rem;
}
.haf-section-title span {
  color: #2870c8;
  font-weight: 700;
}
.haf-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2870c8, rgba(40, 112, 200, 0.15));
}

.haf-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(8, 33, 64, 0.07);
}

.haf-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.55rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.63rem;
  font-weight: 700;
}
.haf-badge--new {
  background: #f8b040;
  color: #ffffff;
}
.haf-badge--soon {
  background: #2870c8;
  color: #ffffff;
}
.haf-badge--episode {
  background: #f8b040;
  color: #ffffff;
  border-radius: 5px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.66rem;
  padding: 0 0.7rem;
}

.haf-btn {
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.haf-btn:hover {
  transform: translateY(-1px);
}
.haf-btn:disabled {
  cursor: not-allowed;
  transform: none;
}
.haf-btn--pill {
  border-radius: 999px;
}
.haf-btn--sm {
  min-height: 2rem;
  padding: 0 1rem;
  font-size: 0.75rem;
}
.haf-btn--md {
  min-height: 2.5rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
}
.haf-btn--primary {
  background: #2870c8;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(40, 112, 200, 0.28);
}
.haf-btn--primary:hover {
  background: #0070d0;
}
.haf-btn--secondary {
  background: rgba(40, 112, 200, 0.14);
  color: #2870c8;
}
.haf-btn--secondary:hover {
  background: rgba(40, 112, 200, 0.2);
}
.haf-btn--ghost {
  background: #f0f2f5;
  color: #8f97a4;
}
.haf-btn--ghost:hover {
  background: #f0f2f5;
}
.haf-btn--ghost:disabled {
  opacity: 1;
  color: #8f97a4;
}

.haf-btn__icon {
  font-size: 0.8em;
  line-height: 1;
}

.haf-icon-btn {
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.haf-icon-btn img {
  width: 100%;
  height: auto;
}
.haf-icon-btn:hover {
  opacity: 0.75;
}

.haf-episode-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(217, 231, 244, 0.9);
}
.haf-episode-row:last-child {
  border-bottom: 0;
}
.haf-episode-row__thumb {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 10px rgba(10, 37, 69, 0.16);
}
.haf-episode-row__content {
  min-width: 0;
}
.haf-episode-row__title {
  margin: 0 0 0.2rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #13233b;
}
.haf-episode-row__text {
  margin: 0;
  font-size: 0.75rem;
  color: #64758b;
}
.haf-episode-row.is-active .haf-episode-row__title {
  color: #2870c8;
}
.haf-episode-row.is-active .haf-episode-row__thumb {
  border-color: rgba(40, 112, 200, 0.45);
}
.haf-episode-row.is-disabled {
  opacity: 0.78;
}
.haf-episode-row.is-disabled .haf-episode-row__thumb {
  filter: grayscale(100%);
}
@media (max-width: 575px) {
  .haf-episode-row {
    grid-template-columns: auto 1fr;
  }
  .haf-episode-row .haf-btn {
    grid-column: 1/-1;
    justify-self: start;
  }
}

.haf-header {
  padding-top: 1.25rem;
  background: #e3f5fd;
}

.haf-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 0;
  padding-inline: 1.5rem;
  padding-bottom: 30px;
}

.haf-brand {
  display: inline-flex;
  align-items: center;
  padding-right: 0.9rem;
  margin-right: 0.1rem;
  border-right: 1px solid rgba(31, 79, 134, 0.22);
}
.haf-brand img {
  width: 140px;
  height: auto;
}

.haf-topbar__title {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 600;
  color: #2870c8;
  line-height: 1.1;
}
.haf-topbar__title span {
  display: block;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64758b;
}

@media (max-width: 991.98px) {
  .haf-topbar {
    padding-inline: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .haf-topbar {
    gap: 0.75rem;
    padding-inline: 1rem;
  }
  .haf-brand {
    padding-right: 0.65rem;
  }
  .haf-topbar__title {
    font-size: 0.94rem;
  }
  .haf-topbar__title span {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .haf-topbar {
    justify-content: center;
  }
  .haf-hero {
    margin-inline: auto;
  }
  .haf-hero__content {
    margin-inline: auto;
    text-align: center;
  }
}
.haf-hero {
  position: relative;
  border-radius: 10px;
  min-height: 250px;
  overflow: hidden;
  display: none;
  padding: 0;
}
.haf-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.haf-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(8, 25, 56, 0.8) 0%, rgba(7, 25, 61, 0.74) 45%, rgba(5, 20, 45, 0.88) 100%), repeating-linear-gradient(130deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 8px);
}
.haf-hero__content {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin-left: auto;
  color: #ffffff;
  text-transform: uppercase;
}
.haf-hero__eyebrow {
  margin: 0;
  font-size: 0.875rem;
  color: #51b4ff;
  letter-spacing: 0.06em;
}
.haf-hero__title {
  margin: 0;
  font-size: clamp(1.75rem, 2.6vw, 3.3rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 0.95;
}
.haf-hero__by {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 600;
}
.haf-hero--compact {
  min-height: 250px;
  padding: 0;
}
.haf-hero--compact .haf-hero__title {
  font-size: clamp(1.3rem, 2.3vw, 2.3rem);
}
.haf-hero--compact .haf-hero__by {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.haf-carousel-nav {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
}

.haf-carousel-control {
  position: static;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(217, 231, 244, 0.55);
  color: #64758b;
  opacity: 1;
  border: 0;
}
.haf-carousel-control span {
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 500;
}
.haf-carousel-control:hover {
  background: rgba(40, 112, 200, 0.2);
  color: #2870c8;
}

.haf-carousel-indicators {
  position: static;
  margin: 0.75rem 0 0;
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
}
.haf-carousel-indicators [data-bs-target] {
  width: 0.35rem;
  height: 0.35rem;
  margin: 0;
  border-radius: 50%;
  border: 0;
  background: #c3ccd9;
  opacity: 1;
}
.haf-carousel-indicators [data-bs-target].active {
  background: #2870c8;
}

.haf-modal {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.haf-modal .modal-header {
  border-bottom: 1px solid rgba(217, 231, 244, 0.9);
  padding: 1.25rem 1.5rem;
}
.haf-modal .modal-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.haf-modal__kicker {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  color: #2870c8;
  font-weight: 600;
}

.haf-modal__description {
  margin: 0 0 1.25rem;
  color: #64758b;
  font-size: 0.875rem;
}

.haf-modal__player-wrap {
  border-radius: 10px;
  overflow: hidden;
  background: #0f1f36;
}
.haf-modal__player-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

footer {
  padding-bottom: 120px;
  margin-top: 100px;
  font-size: 0.94rem;
}
footer .container {
  padding-top: 50px;
  border-top: 1px solid #eaeaea;
}
footer h5 {
  font-size: 1.03rem;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}
footer .logo-footer {
  max-width: 180px;
}
footer .items {
  margin-top: 80px;
}
footer .items img {
  display: block;
  margin-bottom: 14px;
  max-width: 30px;
  height: auto;
}
footer .items span {
  display: block;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 0.86rem;
  line-height: 1.35;
  color: #666666;
}
footer .items a {
  color: #28385e;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.35;
}
footer .store img {
  max-width: 128px;
  width: 100%;
  height: auto;
}

.rrss {
  margin-right: 4px;
  display: inline-flex;
  align-items: center;
}
.rrss img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.link-blue {
  color: #0076cf !important;
  text-decoration: underline !important;
}

.item {
  position: relative;
}
.item::before {
  border-right: 1px solid #eaeaea;
  content: "";
  position: absolute;
  right: 0;
  height: 70px;
  top: 20px;
}

@media (max-width: 991.98px) {
  .item {
    padding-left: 3rem !important;
    margin-bottom: 50px;
  }
  .store {
    display: flex;
    padding-left: 3rem !important;
  }
  footer h5 {
    padding-left: 3rem !important;
  }
  .logo-footer {
    padding-left: 3rem !important;
  }
  .items {
    margin-top: 30px !important;
  }
}
.footer-actions {
  background: #eaf7ff;
  text-align: center;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  width: 100%;
  padding: 15px 0;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
}
.footer-actions p {
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 10px;
  color: #28385e;
}

.footer-actions.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.btns-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.footer-actions .btn {
  border-radius: 100px;
  font-weight: 500;
  padding: 8px 20px;
  margin-right: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
}

.footer-actions .btn.btn-uno {
  background: #ffffff;
  border: 1px solid #0076cf;
  color: #0076cf;
}

.footer-actions .btn.btn-uno:hover {
  background: #0076cf;
  color: #ffffff;
}

.footer-actions .btn.btn-dos {
  background: #0076cf;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .footer-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-actions .btn {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media (min-width: 992px) {
  .haf-header {
    padding-top: 1.5rem;
  }
  .haf-topbar {
    margin-bottom: 0;
  }
  .haf-hero {
    min-height: 250px;
  }
  .haf-page--single .haf-hero {
    min-height: 250px;
  }
}
.haf-today {
  background: #e3f5fd;
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.haf-podcast-intro {
  display: grid;
  grid-template-columns: minmax(360px, 450px) 1fr;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem 1.5rem;
}

.haf-podcast-intro__card {
  --haf-logo-max: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.45rem;
}

.haf-podcast-intro__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5rem;
}

.haf-podcast-intro__logo {
  width: 100%;
  max-width: var(--haf-logo-max);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(40, 112, 200, 0.28);
  margin-right: auto;
}

.haf-podcast-intro__card .haf-platforms {
  width: 100%;
  max-width: var(--haf-logo-max);
  justify-content: center;
  margin-right: auto;
}

.haf-upcoming .haf-section-title {
  text-align: center;
}

.haf-upcoming .haf-section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

.haf-page--home .haf-upcoming {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .haf-page--home .haf-upcoming {
    padding-top: 4rem;
  }
}

.haf-section-description {
  margin: 0 0 1.5rem;
  padding-bottom: 0.5rem;
  max-width: 72ch;
  font-size: clamp(0.84rem, 1.1vw, 0.95rem);
  line-height: 1.5;
  color: #5f6d7d;
}

@media (min-width: 992px) {
  .haf-section-description {
    margin-bottom: 50px;
  }
}

.haf-upcoming .haf-section-description {
  margin-inline: auto;
  text-align: center;
}

.haf-podcast-intro__available {
  margin: 0;
  width: 100%;
  max-width: var(--haf-logo-max);
  font-size: 0.72rem;
  font-weight: 600;
  color: #4f6580;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: -25px;
  margin-top: 20px;
}

.haf-section-title--today {
  margin: 0;
  max-width: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(1.65rem, 3.2vw, 2.85rem);
  font-weight: 400;
  line-height: 73%;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}

.haf-section-title--today .haf-title-main {
  color: #1f4f86;
  font-weight: 700;
}

.haf-section-title--today .haf-title-sub {
  color: #6e6f71;
  font-weight: 100;
  font-size: 0.76em;
}

.haf-section-title--today .haf-title-season {
  color: #2870c8;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(217, 231, 244, 0.9);
  padding-bottom: 10px;
  margin-top: -5px;
}

.haf-section-title--today::after {
  display: none;
}

.haf-platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
}

.haf-platforms__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.haf-platforms__btn:hover {
  transform: translateY(-1px);
  opacity: 0.86;
}

.haf-platforms__icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}

.haf-podcast-summary {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.haf-podcast-summary p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.62;
  color: #40546f;
}
.haf-podcast-summary p + p {
  margin-top: 1rem;
}

.haf-podcast-intro__cta {
  align-self: flex-start;
  margin-top: 0.5rem;
}

.haf-featured {
  background: transparent;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}
.haf-featured__media {
  margin: 0;
  height: 100%;
  min-height: 260px;
}
.haf-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.haf-featured__content {
  height: 100%;
  padding: 1.25rem;
  padding-top: 2rem;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.haf-featured__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.haf-featured__kicker {
  margin: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #2870c8;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.haf-featured__title {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 2rem);
  color: #13233b;
  font-weight: 700;
}
.haf-featured__role {
  margin: 0;
  color: #64758b;
  font-size: 0.875rem;
}
.haf-featured__description {
  margin: 0;
  color: #3e5069;
  font-size: 0.875rem;
  max-width: 66ch;
}
.haf-featured .haf-btn {
  align-self: flex-start;
  width: auto;
}

.haf-share {
  display: inline-flex;
  gap: 0.5rem;
}

.haf-upcoming__carousel-wrap {
  position: relative;
}

.haf-multi-carousel .carousel-item .row {
  --bs-gutter-x: 1.35rem;
  --bs-gutter-y: 1.35rem;
}

@media (min-width: 992px) {
  .haf-multi-carousel .carousel-item .row {
    --bs-gutter-x: 1.85rem;
    --bs-gutter-y: 1.55rem;
  }
}

.haf-upcoming__carousel-wrap--fullbleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-inline: clamp(1rem, 3.2vw, 2.6rem);
}

.haf-upcoming-card {
  height: 100%;
  --haf-upcoming-media-radius: 10px;
}
.haf-upcoming-card__media {
  margin: 0;
  border-radius: var(--haf-upcoming-media-radius);
  overflow: hidden;
  clip-path: inset(0 round var(--haf-upcoming-media-radius));
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  box-shadow: 0 12px 32px rgba(12, 37, 69, 0.08);
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.haf-upcoming-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: inherit;
  backface-visibility: hidden;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.haf-upcoming-card:hover .haf-upcoming-card__media {
  box-shadow: 0 8px 18px rgba(40, 112, 200, 0.28);
}
.haf-upcoming-card:hover .haf-upcoming-card__media img {
  transform: scale(1.03);
  filter: brightness(0.95);
}
.haf-upcoming-card__body {
  padding-top: 0.75rem;
}
.haf-upcoming-card__title {
  margin: 0.5rem 0 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1f4f86;
  transition: none;
  line-height: 1.36;
}
.haf-upcoming-card__role {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  color: #64758b;
  line-height: 1.35;
  border-bottom: 1px solid rgba(217, 231, 244, 0.9);
  padding-bottom: 0.45rem;
}
.haf-upcoming-card__description {
  margin: 0;
  font-size: 0.72rem;
  color: #55697f;
  line-height: 1.35;
  min-height: 3.65em;
}
.haf-upcoming-card__action {
  margin-top: 0.75rem;
  min-width: 120px;
}

.haf-upcoming-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: var(--haf-upcoming-media-radius);
  overflow: hidden;
}
.haf-upcoming-card-link .haf-upcoming-card {
  cursor: pointer;
}
.haf-upcoming-card-link .haf-upcoming-card__media::after {
  content: "▶ VER CAPÍTULO";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: #ffffff;
  color: #2870c8;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.haf-upcoming-card-link:hover .haf-upcoming-card__media {
  box-shadow: 0 8px 18px rgba(40, 112, 200, 0.28);
}
.haf-upcoming-card-link:hover .haf-upcoming-card__media img {
  transform: scale(1.05);
  filter: brightness(0.98);
}
.haf-upcoming-card-link:hover .haf-upcoming-card__media::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.haf-upcoming-card-link:hover .haf-upcoming-card__title, .haf-upcoming-card-link:focus-visible .haf-upcoming-card__title {
  color: #1f4f86;
  text-decoration: none;
}

.haf-upcoming-card--soon .haf-upcoming-card__media {
  box-shadow: 0 10px 24px rgba(12, 37, 69, 0.08);
}
.haf-upcoming-card--soon .haf-upcoming-card__media::after {
  content: "PRÓXIMAMENTE";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: #ffffff;
  color: #2870c8;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.haf-upcoming-card--soon:hover .haf-upcoming-card__media {
  box-shadow: 0 8px 18px rgba(40, 112, 200, 0.28);
}
.haf-upcoming-card--soon:hover .haf-upcoming-card__media img {
  transform: scale(1.02);
  filter: saturate(0.94) brightness(0.96);
}
.haf-upcoming-card--soon:hover .haf-upcoming-card__media::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media (min-width: 992px) {
  .haf-featured__content {
    padding: 2rem;
    padding-top: 2.5rem;
  }
  .haf-featured__media {
    min-height: 300px;
  }
}
@media (max-width: 991.98px) {
  .haf-podcast-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: flex-start;
    padding: 0 1.25rem 1.25rem;
  }
  .haf-podcast-intro__card {
    --haf-logo-max: 260px;
    align-items: flex-start;
  }
  .haf-podcast-intro__logo {
    max-width: var(--haf-logo-max);
  }
  .haf-podcast-intro__content {
    padding-left: 1rem;
  }
  .haf-platforms {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .haf-today {
    padding-bottom: 1rem;
  }
  .haf-upcoming__carousel-wrap--fullbleed {
    padding-inline: 1.5rem;
  }
  .haf-podcast-intro {
    align-items: center;
  }
  .haf-podcast-intro__card {
    align-items: center;
  }
  .haf-podcast-intro__logo {
    margin-right: 0;
  }
  .haf-podcast-intro__card .haf-platforms {
    margin-right: 0;
    justify-content: center;
  }
  .haf-podcast-intro__content {
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  .haf-podcast-intro__cta {
    align-self: center;
  }
}
@media (max-width: 575.98px) {
  .haf-upcoming__carousel-wrap--fullbleed {
    padding-inline: 1.25rem;
  }
  .haf-podcast-intro {
    padding: 0 1rem 1rem;
  }
  .haf-podcast-intro__content {
    padding-left: 0;
  }
  .haf-platforms__btn {
    width: 3.2rem;
    height: 3.2rem;
  }
  .haf-podcast-summary p {
    font-size: 0.88rem;
  }
  .haf-section-title--today {
    font-size: clamp(1.35rem, 8vw, 2rem);
    line-height: 73%;
  }
}
.haf-page--single {
  background: #ffffff;
}

.haf-single-intro {
  padding-top: 1.25rem;
  background: #e3f5fd;
}

.haf-single-head-wrap {
  background: #e3f5fd;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  padding-inline: max(3rem, (100vw - 1180px) / 2 + 1.5rem);
}

.haf-single-head {
  margin-bottom: 0;
}

.haf-single-nav {
  position: relative;
  margin: 0 1.5rem 1rem;
  padding: 10px 0;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  min-height: 1.5rem;
}

.haf-single-back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0;
  padding-inline: 0;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8fa0b3;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.haf-single-back:hover {
  color: #2870c8;
}

.haf-single-steps {
  width: 100%;
  margin-left: 0;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.haf-single-step {
  display: inline-flex;
  align-items: center;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8fa0b3;
  font-weight: 600;
  text-decoration: none;
}
.haf-single-step:hover {
  color: #2870c8;
}

.haf-single-step.is-disabled {
  color: #b7c4d2;
  pointer-events: none;
}

.haf-single-video {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 8px 18px rgba(40, 112, 200, 0.28);
}

.haf-single-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9.4;
  border: 0;
  background: #000000;
}

.haf-single-video:not(.is-playing) iframe {
  visibility: hidden;
}

.haf-single-video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
}

.haf-single-video__poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.haf-single-video__play {
  position: relative;
  z-index: 1;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.haf-single-video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-37%, -50%);
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid #2870c8;
}

.haf-single-video__poster:hover .haf-single-video__play {
  background: #ffffff;
}

.haf-single-detail {
  padding-top: 0.5rem;
  padding-left: 1rem;
}

.haf-single-detail__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.haf-page--single .haf-share {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
}

.haf-single-detail__head .haf-share__label {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.haf-share__label {
  font-size: 0.64rem;
  color: #9ca9b8;
  margin-right: 0.5rem;
  text-transform: none;
}

.haf-single-detail__title {
  margin: 0.75rem 0 0.5rem;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 700;
  color: #1f4f86;
  transition: none;
  line-height: 1.15;
}

.haf-single-detail__role {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  color: #7d8998;
  line-height: 1.35;
  border-bottom: 1px solid rgba(217, 231, 244, 0.9);
  padding-bottom: 0.45rem;
}

.haf-single-detail__description {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.58;
  color: #5f6d7d;
  max-width: 96%;
}

.haf-single-episodes {
  width: 100%;
  padding-top: 1.25rem;
}

.haf-single-detail__episodes-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #243657;
  font-weight: 700;
}

.haf-episodes-box {
  padding: 0.7rem 0.85rem;
  background: #e6f3fb;
  border-radius: 10px;
  box-shadow: none;
}

.haf-page--single .haf-episode-row {
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  padding: 0.56rem 0.35rem;
  border-bottom: 1px solid rgba(161, 178, 198, 0.55);
}

.haf-page--single .haf-episode-row:last-child {
  border-bottom: 0;
}

.haf-page--single .haf-episode-row.is-active {
  background: #d8ebf9;
  border-radius: 10px;
  padding: 0.68rem 0.8rem;
  margin-bottom: 0.45rem;
  border-bottom: 0;
}

.haf-page--single .haf-episode-row__thumb-wrap {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.haf-page--single .haf-episode-row__thumb {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: none;
}

.haf-page--single .haf-episode-row__thumb-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 50%;
  background: #0f223f;
  color: #ffffff;
  font-size: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.haf-page--single .haf-episode-row__title {
  font-size: 0.64rem;
  font-weight: 700;
  margin-bottom: 0.12rem;
}

.haf-page--single .haf-episode-row__text {
  font-size: 0.56rem;
  color: #667585;
  line-height: 1.3;
}

.haf-page--single .haf-episode-row .haf-btn {
  min-height: 1.6rem;
  min-width: 106px;
  font-size: 0.58rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: none;
  padding: 0 0.65rem;
}

.haf-page--single .haf-episode-row .haf-btn--primary {
  background: #2f7fcf;
}

.haf-page--single .haf-episode-row .haf-btn--ghost {
  background: #aeb4bc;
  color: #ffffff;
}

.haf-page--single .haf-episode-row .haf-btn--ghost:disabled {
  background: #aeb4bc;
  color: #ffffff;
}

.haf-upcoming--single {
  padding-top: 2.5rem;
}

.haf-upcoming--single .haf-section-title {
  margin-bottom: 1.25rem;
}

.haf-upcoming--single .haf-upcoming-card {
  --haf-upcoming-media-radius: 10px;
}

.haf-upcoming--single .haf-upcoming-card__media {
  border-radius: var(--haf-upcoming-media-radius);
}

.haf-upcoming--single .haf-upcoming-card__media img {
  aspect-ratio: 3/4;
}

.haf-upcoming--single .haf-upcoming-card__body {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d6dde6;
}

.haf-badge--single-upcoming {
  min-height: 1.22rem;
  padding: 0.15rem 0.62rem;
  border-radius: 999px;
  background: #2f7fcf;
  color: #ffffff;
  font-size: 0.58rem;
  text-transform: none;
  letter-spacing: 0.01em;
}

.haf-upcoming--single .haf-upcoming-card__title {
  margin: 0.4rem 0 0.18rem;
  color: #1f4f86;
  font-size: 1.02rem;
  transition: none;
}

.haf-upcoming--single .haf-upcoming-card__role {
  font-size: 0.64rem;
  color: #8b97a3;
  line-height: 1.3;
  min-height: 2.25em;
}

.haf-upcoming-controls {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #bec8d2;
}

.haf-upcoming-controls__btn {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0;
  background: #e3e5e9;
  color: #96a3b2;
  font-size: 0.95rem;
  line-height: 1;
}

.haf-upcoming-controls__dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #d0d5db;
}

.haf-upcoming-controls__dot.is-active {
  background: #8f9eb1;
}

@media (max-width: 991.98px) {
  .haf-single-nav {
    margin-inline: 1.25rem;
  }
  .haf-single-head-wrap {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    padding-inline: 2.25rem;
  }
  .haf-single-head {
    margin-bottom: 0;
  }
  .haf-single-video {
    max-width: 760px;
    margin: 0 auto;
  }
  .haf-single-detail {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .haf-single-intro {
    padding-top: 1rem;
  }
  .haf-single-nav {
    min-height: 1.5rem;
  }
  .haf-single-steps {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }
  .haf-single-head-wrap {
    padding: 1rem 2.25rem;
  }
  .haf-single-episodes {
    padding-top: 1rem;
  }
  .haf-single-detail__head {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
  }
  .haf-page--single .haf-share {
    margin-left: auto;
    width: auto;
  }
  .haf-page--single .haf-episode-row {
    grid-template-columns: auto 1fr;
  }
  .haf-page--single .haf-episode-row .haf-btn {
    grid-column: 1/-1;
    justify-self: end;
  }
}
@media (max-width: 575.98px) {
  .haf-single-nav {
    margin-inline: 1rem;
  }
  .haf-single-head-wrap {
    padding-inline: 2rem;
  }
}
.haf-text-primary {
  color: #2870c8 !important;
}

.haf-text-muted {
  color: #64758b !important;
}

.haf-bg-soft {
  background: #e3f5fd !important;
}

.haf-radius-xl {
  border-radius: 10px !important;
}

.haf-shadow-soft {
  box-shadow: 0 8px 20px rgba(8, 33, 64, 0.07) !important;
}

.haf-mt-2 {
  margin-top: 0.5rem !important;
}

.haf-mt-4 {
  margin-top: 1rem !important;
}

.haf-mb-4 {
  margin-bottom: 1rem !important;
}

/*# sourceMappingURL=style.css.map */
