/* ============================================================
   Podcast Hub Alfa page
   ============================================================ */

.alfa-podcast-hub {
  --alfa-podcast-blue: #205fa0;
  --alfa-podcast-soft: #dbe8f9;
  --alfa-podcast-paper: #ffffff;
  --alfa-podcast-ink: #10213f;
  background: var(--alfa-podcast-paper);
  color: var(--alfa-podcast-ink);
  overflow: hidden;
}

.alfa-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.alfa-podcast-hub-hero {
  background: var(--alfa-podcast-soft);
  min-height: clamp(420px, 45vw, 585px);
  padding-top: clamp(92px, 10vw, 160px);
  position: relative;
}

.alfa-podcast-hub-hero-media {
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: clamp(112px, 13vw, 178px);
}

.alfa-podcast-hub-hero-media::before {
  background:
    linear-gradient(90deg, rgba(38, 13, 112, 0.96), rgba(10, 70, 184, 0.86) 45%, rgba(6, 31, 102, 0.38) 100%),
    radial-gradient(circle at 32% 42%, rgba(148, 52, 199, 0.74), transparent 42%);
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
}

.alfa-podcast-hub-hero-media::after {
  color: rgba(6, 11, 76, 0.46);
  content: 'hub hub';
  font-family: var(--font-figtree);
  font-size: clamp(240px, 31vw, 420px);
  font-weight: 300;
  inset: -72px 0 auto 150px;
  letter-spacing: -0.13em;
  line-height: 0.8;
  position: absolute;
  text-transform: lowercase;
  z-index: 2;
}

.alfa-podcast-hub-hero-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.alfa-podcast-hub-hero-inner {
  align-items: center;
  display: flex;
  min-height: clamp(308px, 35vw, 408px);
  position: relative;
  z-index: 3;
}

.alfa-podcast-hub-brand {
  margin-top: clamp(42px, 6vw, 92px);
}

.alfa-podcast-hub-title {
  align-items: center;
  color: var(--alfa-white);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}

.alfa-podcast-hub-title > span {
  font-family: var(--font-figtree);
  font-size: clamp(33px, 4.4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.alfa-podcast-hub-title strong {
  color: var(--alfa-white);
  display: inline-flex;
  flex-direction: column;
  font-family: var(--font-figtree);
  font-size: clamp(72px, 11vw, 132px);
  font-weight: 300;
  letter-spacing: -0.13em;
  line-height: 0.66;
  text-transform: lowercase;
}

.alfa-podcast-hub-title small {
  font-size: 0.11em;
  font-weight: 700;
  letter-spacing: 0.9em;
  line-height: 1;
  margin-left: 2.3em;
  margin-top: 1.4em;
  text-transform: uppercase;
}

.alfa-podcast-hub-player {
  align-items: center;
  border: 2px solid #74b2ff;
  border-radius: 10px;
  color: var(--alfa-white);
  display: inline-flex;
  font-family: var(--font-figtree);
  font-size: clamp(13px, 1.4vw, 17px);
  font-weight: 800;
  gap: 9px;
  line-height: 1;
  margin-top: 38px;
  padding: 10px 14px 10px 9px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.alfa-podcast-hub-player i {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  font-size: 11px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.alfa-podcast-hub-player:hover,
.alfa-podcast-hub-player:focus {
  background: var(--alfa-white);
  color: var(--alfa-podcast-blue);
  transform: translateY(-2px);
}

.alfa-podcast-hub-section {
  padding: clamp(72px, 8vw, 98px) 0 clamp(82px, 9vw, 108px);
}

.alfa-podcast-hub-section--ebooks {
  background: var(--alfa-podcast-paper);
}

.alfa-podcast-hub-section--templates {
  background: var(--alfa-podcast-soft);
  border-top: 2px solid #101010;
}

.alfa-podcast-hub-container {
  max-width: 1060px;
}

.alfa-podcast-hub-section-head {
  margin-bottom: clamp(54px, 6vw, 70px);
  text-align: center;
}

.alfa-podcast-hub-section-head h2 {
  color: var(--alfa-podcast-blue);
  font-family: var(--font-figtree);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.alfa-podcast-hub-row {
  align-items: center;
  display: grid;
  gap: clamp(22px, 3vw, 32px);
  grid-template-columns: minmax(0, 1fr) 42px;
}

.alfa-podcast-hub-card-grid {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alfa-podcast-hub-card {
  align-items: center;
  aspect-ratio: 1;
  background: #eaf1fb;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.alfa-podcast-hub-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.alfa-podcast-hub-card-label {
  align-items: center;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: absolute;
  text-align: center;
  z-index: 1;
}

.alfa-podcast-hub-card-label strong,
.alfa-podcast-hub-card-label span {
  display: block;
}

.alfa-podcast-hub-card--escarh {
  background: #8d0a58;
}

.alfa-podcast-hub-card--escarh strong {
  color: #ffe58b;
  font-family: var(--font-figtree);
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.95;
  text-align: left;
}

.alfa-podcast-hub-card--escarh span {
  color: #ffe58b;
  font-family: var(--font-figtree);
  font-size: clamp(10px, 1.1vw, 13px);
  font-weight: 600;
  line-height: 1.1;
  margin-left: 86px;
  margin-top: -32px;
  max-width: 88px;
  text-align: left;
}

.alfa-podcast-hub-card--ia .alfa-podcast-hub-card-label {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18px 14px;
}

.alfa-podcast-hub-card--ia strong {
  color: #115ce0;
  font-family: var(--font-figtree);
  font-size: clamp(25px, 3.2vw, 38px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.82;
  text-align: left;
  text-transform: uppercase;
}

.alfa-podcast-hub-card--ia span {
  background: #67d240;
  color: #10213f;
  font-family: var(--font-figtree);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  margin-left: 82px;
  margin-top: -3px;
  padding: 2px 7px;
  transform: rotate(-4deg);
}

.alfa-podcast-hub-card--acoes {
  background: radial-gradient(circle at 35% 35%, #315fbd 0%, #17317c 44%, #081348 100%);
}

.alfa-podcast-hub-card--acoes strong {
  color: var(--alfa-white);
  font-family: var(--font-figtree);
  font-size: clamp(37px, 4.9vw, 58px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.96;
  text-align: left;
  text-transform: uppercase;
}

.alfa-podcast-hub-card--restricoes {
  background: #55bc55;
}

.alfa-podcast-hub-card--restricoes strong {
  color: var(--alfa-white);
  font-family: var(--font-lato);
  font-size: clamp(31px, 4.1vw, 50px);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.94;
}

.alfa-podcast-hub-card--restricoes span {
  border-top: 2px solid var(--alfa-white);
  color: var(--alfa-white);
  font-family: var(--font-figtree);
  font-size: clamp(8px, 1vw, 11px);
  font-weight: 800;
  line-height: 1.25;
  margin-top: 18px;
  max-width: 170px;
  padding-top: 12px;
  text-transform: uppercase;
}

.alfa-podcast-hub-card--template {
  border-radius: 0 20px 20px 20px;
}

.alfa-podcast-hub-card--template .alfa-podcast-hub-card-label {
  background: linear-gradient(180deg, transparent 0 68%, var(--alfa-white) 68% 100%);
  justify-content: flex-end;
  padding: 0 14px 18px;
}

.alfa-podcast-hub-card--template strong {
  color: #10213f;
  font-family: var(--font-figtree);
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
}

.alfa-podcast-hub-card--maio strong span {
  color: #ffd51e;
  display: inline;
}

.alfa-podcast-hub-card--junho strong {
  color: #b9b9b9;
  font-weight: 600;
  text-transform: uppercase;
}

.alfa-podcast-hub-card--junho strong span {
  color: #c52828;
  display: inline;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500;
  text-transform: lowercase;
}

.alfa-podcast-hub-card--setembro {
  background: #c08f1d;
}

.alfa-podcast-hub-card--setembro::before {
  background: #ffd7a2;
  border-radius: 50%;
  content: '';
  height: 94px;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  width: 94px;
}

.alfa-podcast-hub-card--setembro strong {
  color: #a98016;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.alfa-podcast-hub-card--maes strong {
  color: #c6122b;
}

.alfa-podcast-hub-next {
  align-items: center;
  border: 4px solid var(--alfa-podcast-blue);
  border-radius: 50%;
  color: var(--alfa-podcast-blue);
  display: inline-flex;
  font-size: 20px;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  width: 38px;
}

.alfa-podcast-hub-next:hover,
.alfa-podcast-hub-next:focus {
  background: var(--alfa-podcast-blue);
  color: var(--alfa-white);
  transform: translateX(3px);
}

@media (max-width: 991.98px) {
  .alfa-podcast-hub-row {
    grid-template-columns: 1fr;
  }

  .alfa-podcast-hub-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 620px;
    width: 100%;
  }

  .alfa-podcast-hub-next {
    justify-self: center;
  }
}

@media (max-width: 767.98px) {
  .alfa-podcast-hub-hero {
    min-height: 440px;
  }

  .alfa-podcast-hub-hero-media::after {
    display: none;
  }

  .alfa-podcast-hub-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .alfa-podcast-hub-player {
    margin-top: 28px;
  }
}

@media (max-width: 575.98px) {
  .alfa-podcast-hub-hero-media {
    top: 92px;
  }

  .alfa-podcast-hub-hero-inner {
    align-items: flex-end;
  }

  .alfa-podcast-hub-card-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
  }

  .alfa-podcast-hub-section-head h2 {
    letter-spacing: 0.2em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alfa-podcast-hub-player,
  .alfa-podcast-hub-next {
    transition: none;
  }
}
