.elementor-5684 .elementor-element.elementor-element-f1c65e6{padding:0px 0px 0px 0px;}.elementor-5684 .elementor-element.elementor-element-c6bf8ff{padding:0px 0px 0px 0px;}.elementor-5684 .elementor-element.elementor-element-5545313{padding:0px 0px 0px 0px;}.elementor-5684 .elementor-element.elementor-element-30b3dc9{padding:0px 0px 0px 0px;}.elementor-5684 .elementor-element.elementor-element-2d11c7e{padding:0px 0px 0px 0px;}.elementor-5684 .elementor-element.elementor-element-1a8f5ce{padding:0px 0px 0px 0px;}.elementor-5684 .elementor-element.elementor-element-fded125{padding:0px 0px 0px 0px;}.elementor-5684 .elementor-element.elementor-element-1f2b1ea{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a61848a */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ============================================================
   AGELESS WORKOUT PODCAST — FEATURED EPISODE SECTION
   Section ID: #featured
   ============================================================ */

#featured {
  --cream: #FAFAF8;
  --warm-white: #FFFFFF;
  --charcoal: #1C1821;
  --deep: #2B154B;

  --sage: #0FA3A3;
  --sage-light: #7EE8E4;
  --sage-pale: #EFF9F9;

  --amber: #F2665E;
  --amber-light: #FF9A94;
  --amber-pale: #FFF2F1;

  --slate: #3E3847;
  --muted: #6A6477;

  --border: rgba(43, 21, 75, 0.12);
  --border-dark: rgba(43, 21, 75, 0.24);

  font-family: 'Poppins', system-ui, sans-serif;
  box-sizing: border-box;
}

#featured::before,
#featured::after {
  box-sizing: border-box;
}

#featured a {
  text-decoration: none;
  color: inherit;
}

#featured h1,
#featured h2,
#featured h3,
#featured h4 {
  font-family: 'Poppins', system-ui, sans-serif;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.035em;
}

#featured .label {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 800;
}

#featured.featured-section {
  background: linear-gradient(180deg, #FAFAF8 0%, #F5F2FB 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 90px 40px;
}

#featured .section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

#featured .featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

#featured .featured-thumb {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #2B154B 0%, #3D2068 100%);
  box-shadow: 0 22px 62px rgba(43, 21, 75, 0.18);
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

#featured .featured-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 76px rgba(43, 21, 75, 0.24);
}

/* REAL YOUTUBE THUMBNAIL */
#featured .featured-thumb-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to top, rgba(43, 21, 75, 0.58), rgba(43, 21, 75, 0.08)),
    url('https://img.youtube.com/vi/ZhifN5n8Sw4/hqdefault.jpg');
  background-size: cover;
  background-position: center;
  opacity: 1;
}

#featured .featured-thumb-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 25% 75%, rgba(15, 163, 163, 0.22) 0%, transparent 52%),
    radial-gradient(circle at 75% 25%, rgba(242, 102, 94, 0.18) 0%, transparent 52%);
  pointer-events: none;
}

#featured .featured-play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  z-index: 2;
}

#featured .play-btn {
  width: 64px;
  height: 64px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s, box-shadow 0.2s;
}

#featured .featured-thumb:hover .play-btn {
  transform: scale(1.08);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.36);
}

#featured .play-btn svg {
  margin-left: 4px;
}

#featured .featured-yt-label {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

#featured .featured-thumb-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 22px 18px;
  background: linear-gradient(to top, rgba(28, 24, 33, 0.82) 0%, transparent 100%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  z-index: 3;
}

#featured .featured-content .label {
  margin-bottom: 16px;
  display: block;
}

#featured .featured-content h3 {
  font-size: clamp(26px, 3vw, 38px);
  margin-bottom: 18px;
  color: var(--deep);
}

#featured .featured-content p {
  color: var(--slate);
  font-size: 16.5px;
  font-weight: 400;
  margin-bottom: 28px;
  line-height: 1.85;
}

#featured .featured-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

#featured .meta-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--sage-pale);
  color: var(--sage);
  padding: 7px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
}

#featured .meta-tag.amber-tag {
  background: var(--amber-pale);
  color: var(--amber);
}

#featured .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--amber);
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 10px 28px rgba(242, 102, 94, 0.30);
}

#featured .btn-primary:hover {
  background: #D94F47;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(242, 102, 94, 0.38);
  color: #FFFFFF;
}

/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1024px) {
  #featured .featured-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #featured .featured-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
  }

  #featured .featured-meta {
    justify-content: center;
  }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 768px) {
  #featured.featured-section {
    padding: 70px 24px;
  }

  #featured .featured-thumb {
    border-radius: 16px;
  }

  #featured .featured-content h3 {
    font-size: clamp(25px, 8vw, 34px);
  }

  #featured .featured-content p {
    font-size: 16px;
    line-height: 1.75;
  }

  #featured .btn-primary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  #featured.featured-section {
    padding: 64px 20px;
  }

  #featured .featured-meta {
    align-items: stretch;
    flex-direction: column;
  }

  #featured .meta-tag {
    justify-content: center;
  }

  #featured .play-btn {
    width: 58px;
    height: 58px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cae55b8 *//* ============================================================
   AGELESS WORKOUT PODCAST — EPISODE GRID SECTION
   Section ID: #episodes
   Tablet + Mobile Friendly + Clickable Thumbnails
   ============================================================ */

#episodes {
  --cream: #FAFAF8;
  --warm-white: #FFFFFF;
  --charcoal: #1C1821;
  --deep: #2B154B;

  --sage: #0FA3A3;
  --sage-light: #7EE8E4;
  --sage-pale: #EFF9F9;

  --amber: #F2665E;
  --amber-light: #FF9A94;
  --amber-pale: #FFF2F1;

  --slate: #3E3847;
  --muted: #6A6477;

  --border: rgba(43, 21, 75, 0.12);
  --border-dark: rgba(43, 21, 75, 0.24);

  font-family: 'Poppins', system-ui, sans-serif;
  background: #FFFFFF;
  padding: 90px 40px;
  box-sizing: border-box;
  overflow: hidden;
  scroll-margin-top: 110px;
}

#episodes,
#episodes * {
  box-sizing: border-box;
}

#episodes a {
  text-decoration: none;
  color: inherit;
}

#episodes .section-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

#episodes .section-header {
  margin-bottom: 52px;
}

#episodes .section-header .label {
  display: block;
  margin-bottom: 12px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 800;
}

#episodes .section-header h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--deep);
  margin: 0 0 14px;
}

#episodes .section-header p {
  max-width: 650px;
  color: var(--slate);
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

#episodes .episodes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

#episodes .episode-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  box-shadow: 0 8px 26px rgba(43, 21, 75, 0.06);
}

#episodes .episode-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 48px rgba(43, 21, 75, 0.12);
  border-color: var(--border-dark);
}

#episodes .episode-thumb,
#episodes .episode-thumb-link {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  background: #2B154B;
}

#episodes .episode-thumb:focus-visible {
  outline: 3px solid rgba(15, 163, 163, 0.45);
  outline-offset: -3px;
}

#episodes .episode-thumb-bg {
  position: absolute;
  inset: 0;
  transition: transform 0.4s ease;
  background-size: cover;
  background-position: center;
}

#episodes .episode-card:hover .episode-thumb-bg {
  transform: scale(1.04);
}

#episodes .ep-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to top, rgba(28, 24, 33, 0.46), rgba(28, 24, 33, 0.04)),
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 46%);
  pointer-events: none;
}

#episodes .ep-play-mini {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.25s, background 0.25s;
  background: rgba(43, 21, 75, 0.18);
}

#episodes .episode-card:hover .ep-play-mini {
  background: rgba(43, 21, 75, 0.28);
}

#episodes .ep-play-circle {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s, box-shadow 0.22s;
}

#episodes .episode-card:hover .ep-play-circle {
  transform: scale(1.08);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.30);
}

#episodes .ep-play-circle svg {
  margin-left: 3px;
}

#episodes .ep-number {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  background: rgba(43, 21, 75, 0.68);
  color: rgba(255, 255, 255, 0.96);
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 999px;
  letter-spacing: 0.08em;
}

#episodes .episode-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 22px 24px;
}

#episodes .episode-content h4 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 15.8px;
  font-weight: 800;
  color: var(--deep);
  line-height: 1.4;
  margin: 0 0 9px;
  letter-spacing: -0.02em;
}

#episodes .episode-content p {
  font-size: 13.8px;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 400;
  margin: 0 0 16px;
}

#episodes .ep-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

#episodes .ep-watch {
  font-size: 12px;
  color: var(--sage);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: color 0.2s, gap 0.2s;
}

#episodes .ep-watch:hover {
  color: var(--deep);
  gap: 8px;
}

#episodes .ep-topic {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: right;
}

#episodes .view-more-row {
  text-align: center;
  margin-top: 48px;
}

#episodes .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: var(--deep);
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 100px;
  border: 1.5px solid var(--border-dark);
  font-size: 14px;
  font-weight: 800;
  transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s;
}

#episodes .btn-secondary:hover {
  border-color: var(--deep);
  background: var(--deep);
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* REAL YOUTUBE THUMBNAILS */
#episodes .ep-bg-2 {
  background-image:
    linear-gradient(to top, rgba(43, 21, 75, 0.48), rgba(43, 21, 75, 0.05)),
    url('https://img.youtube.com/vi/W95gtE4D7tA/hqdefault.jpg') !important;
}

#episodes .ep-bg-3 {
  background-image:
    linear-gradient(to top, rgba(43, 21, 75, 0.48), rgba(43, 21, 75, 0.05)),
    url('https://img.youtube.com/vi/4EpOk4P2rU0/hqdefault.jpg') !important;
}

#episodes .ep-bg-4 {
  background-image:
    linear-gradient(to top, rgba(43, 21, 75, 0.48), rgba(43, 21, 75, 0.05)),
    url('https://img.youtube.com/vi/_qNbWLebjpI/hqdefault.jpg') !important;
}

#episodes .ep-bg-5 {
  background-image:
    linear-gradient(to top, rgba(43, 21, 75, 0.48), rgba(43, 21, 75, 0.05)),
    url('https://img.youtube.com/vi/3sIPZ32PvHQ/hqdefault.jpg') !important;
}

#episodes .ep-bg-6 {
  background-image:
    linear-gradient(to top, rgba(43, 21, 75, 0.48), rgba(43, 21, 75, 0.05)),
    url('https://img.youtube.com/vi/Fnh0Tlc1fBg/hqdefault.jpg') !important;
}

#episodes .ep-bg-7 {
  background-image:
    linear-gradient(to top, rgba(43, 21, 75, 0.48), rgba(43, 21, 75, 0.05)),
    url('https://img.youtube.com/vi/Xx-hlrwu56U/hqdefault.jpg') !important;
}

#episodes .ep-bg-8 {
  background-image:
    linear-gradient(to top, rgba(43, 21, 75, 0.48), rgba(43, 21, 75, 0.05)),
    url('https://img.youtube.com/vi/SJY_qrBOvCU/hqdefault.jpg') !important;
}

#episodes .ep-bg-9 {
  background-image:
    linear-gradient(to top, rgba(43, 21, 75, 0.48), rgba(43, 21, 75, 0.05)),
    url('https://img.youtube.com/vi/0BZgmOnfO2c/hqdefault.jpg') !important;
}

#episodes .ep-bg-1 {
  background-image:
    linear-gradient(to top, rgba(43, 21, 75, 0.48), rgba(43, 21, 75, 0.05)),
    url('https://img.youtube.com/vi/DNGfHZjkud4/hqdefault.jpg') !important;
}

/* TABLET */
@media (max-width: 1024px) {
  #episodes {
    padding: 82px 32px;
  }

  #episodes .episodes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  #episodes .section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
  }

  #episodes .section-header p {
    margin-left: auto;
    margin-right: auto;
  }
}

/* SMALL TABLET / MOBILE */
@media (max-width: 768px) {
  #episodes {
    padding: 72px 24px;
    scroll-margin-top: 96px;
  }

  #episodes .episodes-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
    gap: 24px;
  }

  #episodes .section-header {
    margin-bottom: 42px;
  }

  #episodes .section-header h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  #episodes .section-header p {
    font-size: 16px;
    line-height: 1.7;
  }

  #episodes .episode-thumb,
  #episodes .episode-thumb-link {
    aspect-ratio: 16 / 9;
  }

  #episodes .episode-content h4 {
    font-size: 17px;
  }

  #episodes .episode-content p {
    font-size: 14.5px;
  }

  #episodes .btn-secondary {
    width: 100%;
    max-width: 420px;
    min-height: 54px;
  }
}

/* MOBILE */
@media (max-width: 480px) {
  #episodes {
    padding: 64px 20px;
  }

  #episodes .episode-card {
    border-radius: 16px;
  }

  #episodes .episode-content {
    padding: 20px 20px 22px;
  }

  #episodes .ep-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  #episodes .ep-topic {
    text-align: left;
  }

  #episodes .ep-play-circle {
    width: 48px;
    height: 48px;
  }

  #episodes .ep-number {
    font-size: 9.5px;
  }

  #episodes .view-more-row {
    margin-top: 40px;
  }
}

/* EXTRA SMALL MOBILE */
@media (max-width: 380px) {
  #episodes {
    padding: 58px 16px;
  }

  #episodes .episode-content h4 {
    font-size: 16px;
  }

  #episodes .episode-content p {
    font-size: 14px;
  }

  #episodes .btn-secondary {
    font-size: 13.5px;
    padding-left: 18px;
    padding-right: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec5b02b *//* ============================================================
   AGELESS WORKOUT PODCAST — MEET THE HOSTS SECTION
   Section ID: #hosts
   ============================================================ */

#hosts {
  --charcoal: #1C1821;
  --deep: #2B154B;
  --deep-2: #3D2068;

  --sage: #0FA3A3;
  --sage-light: #7EE8E4;
  --sage-pale: #EFF9F9;

  --amber: #F2665E;
  --amber-light: #FF9A94;
  --amber-dark: #D94F47;

  --white: #FFFFFF;
  --slate: #3E3847;
  --muted: #6A6477;

  --border-light: rgba(255, 255, 255, 0.12);
  --card-bg: rgba(255, 255, 255, 0.065);

  font-family: 'Poppins', system-ui, sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(15, 163, 163, 0.20) 0%, transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(242, 102, 94, 0.16) 0%, transparent 28%),
    linear-gradient(135deg, #2B154B 0%, #1C1033 56%, #12091F 100%);
  color: #FFFFFF;
  padding: 90px 40px;
  box-sizing: border-box;
  overflow: hidden;
}

#hosts a {
  text-decoration: none;
  color: inherit;
}

#hosts .section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

#hosts .section-header.centered {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 52px;
}

#hosts .section-header .label {
  display: block;
  margin-bottom: 12px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-light);
  font-weight: 800;
}

#hosts .section-header h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-bottom: 14px;
}

#hosts .section-header p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

#hosts .hosts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

#hosts .host-card {
  background: var(--card-bg);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 38px 30px 34px;
  text-align: center;
  transition: background 0.25s, border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.12);
}

#hosts .host-card:hover {
  background: rgba(255, 255, 255, 0.095);
  border-color: rgba(126, 232, 228, 0.32);
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.20);
}

#hosts .host-card.featured-host {
  border-color: rgba(242, 102, 94, 0.42);
  background:
    linear-gradient(180deg, rgba(242, 102, 94, 0.10) 0%, rgba(255, 255, 255, 0.055) 100%);
}

#hosts .host-avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  margin: 0 auto 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

#hosts .host-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

#hosts .host-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

#hosts .host-name {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 23px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 6px;
  letter-spacing: -0.025em;
}

#hosts .host-role {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-light);
  margin-bottom: 16px;
  font-weight: 800;
}

#hosts .featured-host .host-role {
  color: var(--amber-light);
}

#hosts .host-bio {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
  font-weight: 400;
}

#hosts .host-cta-row {
  margin-top: 52px;
  text-align: center;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#hosts .host-cta-row p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15.5px;
  margin-bottom: 22px;
  font-weight: 400;
}

#hosts .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--amber);
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 10px 28px rgba(242, 102, 94, 0.30);
}

#hosts .btn-primary:hover {
  background: var(--amber-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(242, 102, 94, 0.40);
  color: #FFFFFF;
}

#hosts .btn-primary svg {
  transition: transform 0.2s;
}

#hosts .btn-primary:hover svg {
  transform: translateX(3px);
}

/* TABLET */
@media (max-width: 1024px) {
  #hosts .hosts-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  #hosts .host-card {
    padding: 34px 28px 32px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  #hosts {
    padding: 70px 24px;
  }

  #hosts .section-header.centered {
    margin-bottom: 42px;
  }

  #hosts .section-header h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  #hosts .section-header p {
    font-size: 16px;
  }

  #hosts .host-cta-row {
    margin-top: 42px;
    padding-top: 38px;
  }

  #hosts .btn-primary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #hosts {
    padding: 64px 20px;
  }

  #hosts .host-card {
    padding: 32px 22px 30px;
  }

  #hosts .host-avatar {
    width: 92px;
    height: 92px;
  }

  #hosts .host-name {
    font-size: 21px;
  }

  #hosts .host-bio {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc56f98 *//* ============================================================
   AGELESS WORKOUT PODCAST — WHY THIS MATTERS SECTION
   Section ID: #why-this-matters
   ============================================================ */

#why-this-matters {
  --charcoal: #1C1821;
  --deep: #2B154B;
  --deep-2: #3D2068;

  --sage: #0FA3A3;
  --sage-light: #7EE8E4;
  --sage-pale: #EFF9F9;

  --amber: #F2665E;
  --amber-pale: #FFF2F1;

  --white: #FFFFFF;
  --off-white: #FAFAF8;
  --soft-violet: #F5F2FB;

  --slate: #3E3847;
  --muted: #6A6477;

  --border: rgba(43, 21, 75, 0.12);
  --border-dark: rgba(43, 21, 75, 0.22);

  font-family: 'Poppins', system-ui, sans-serif;
  background:
    radial-gradient(circle at 12% 20%, rgba(15, 163, 163, 0.13) 0%, transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(242, 102, 94, 0.10) 0%, transparent 28%),
    linear-gradient(180deg, #EFF9F9 0%, #FFFFFF 100%);
  color: var(--charcoal);
  padding: 90px 40px;
  box-sizing: border-box;
  overflow: hidden;
}

#why-this-matters .section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

#why-this-matters .why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

#why-this-matters .label {
  display: block;
  margin-bottom: 16px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 800;
}

#why-this-matters .why-content h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--deep);
  margin-bottom: 24px;
}

#why-this-matters .why-content p {
  font-size: 16.5px;
  color: var(--slate);
  font-weight: 400;
  line-height: 1.85;
  margin-bottom: 20px;
}

#why-this-matters .why-content p:last-child {
  margin-bottom: 0;
}

#why-this-matters .why-pillars {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#why-this-matters .pillar {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 10px 30px rgba(43, 21, 75, 0.06);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

#why-this-matters .pillar:hover {
  box-shadow: 0 18px 44px rgba(43, 21, 75, 0.11);
  transform: translateX(4px);
  border-color: rgba(15, 163, 163, 0.25);
}

#why-this-matters .pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #EFF9F9 0%, #F5F2FB 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 21px;
  box-shadow: inset 0 0 0 1px rgba(43, 21, 75, 0.06);
}

#why-this-matters .pillar-text h4 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 15.5px;
  font-weight: 800;
  margin-bottom: 5px;
  color: var(--deep);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

#why-this-matters .pillar-text p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  font-weight: 400;
  line-height: 1.65;
}

/* TABLET */
@media (max-width: 1024px) {
  #why-this-matters .why-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  #why-this-matters .why-content {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
  }

  #why-this-matters .why-pillars {
    max-width: 720px;
    margin: 0 auto;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  #why-this-matters {
    padding: 70px 24px;
  }

  #why-this-matters .why-content h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  #why-this-matters .why-content p {
    font-size: 16px;
    line-height: 1.75;
  }

  #why-this-matters .pillar {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  #why-this-matters {
    padding: 64px 20px;
  }

  #why-this-matters .pillar {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  #why-this-matters .pillar:hover {
    transform: translateY(-3px);
  }

  #why-this-matters .pillar-icon {
    width: 46px;
    height: 46px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd42673 *//* ============================================================
   AGELESS WORKOUT PODCAST — BOOK NATE SECTION
   Section ID: #book-nate
   With Nate image + tablet/mobile responsive layout
   ============================================================ */

#book-nate {
  --charcoal: #1C1821;
  --deep: #2B154B;
  --deep-2: #3D2068;

  --sage: #0FA3A3;
  --sage-light: #7EE8E4;
  --sage-pale: #EFF9F9;

  --amber: #F2665E;
  --amber-light: #FF9A94;
  --amber-dark: #D94F47;
  --amber-pale: #FFF2F1;

  --white: #FFFFFF;
  --off-white: #FAFAF8;
  --soft-violet: #F5F2FB;

  --slate: #3E3847;
  --muted: #6A6477;

  --border: rgba(43, 21, 75, 0.12);
  --border-dark: rgba(43, 21, 75, 0.22);

  font-family: 'Poppins', system-ui, sans-serif;
  background:
    radial-gradient(circle at 10% 20%, rgba(242, 102, 94, 0.13) 0%, transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(15, 163, 163, 0.13) 0%, transparent 30%),
    linear-gradient(160deg, #FFFFFF 0%, #FFF2F1 45%, #EFF9F9 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 90px 40px;
  box-sizing: border-box;
  overflow: hidden;
  scroll-margin-top: 110px;
}

#book-nate,
#book-nate * {
  box-sizing: border-box;
}

#book-nate a {
  text-decoration: none;
  color: inherit;
}

#book-nate .section-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

#book-nate .book-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 80px;
  align-items: center;
}

#book-nate .book-content,
#book-nate .book-visual,
#book-nate .book-card {
  min-width: 0;
}

#book-nate .label {
  display: block;
  margin-bottom: 16px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 800;
}

#book-nate .book-content h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  color: var(--deep);
  margin-bottom: 20px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.045em;
}

#book-nate .book-content h2 em {
  font-style: normal;
  color: var(--amber);
}

#book-nate .book-content > p {
  font-size: 16.5px;
  color: var(--slate);
  font-weight: 400;
  line-height: 1.85;
  margin-bottom: 18px;
}

#book-nate .book-opportunities {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 30px 0 36px;
  padding: 0;
}

#book-nate .book-opportunities li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  color: var(--charcoal);
  line-height: 1.6;
  font-weight: 500;
}

#book-nate .book-check {
  width: 24px;
  height: 24px;
  background: var(--sage-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  box-shadow: inset 0 0 0 1px rgba(15, 163, 163, 0.14);
}

#book-nate .book-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

#book-nate .btn-primary,
#book-nate .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.2s, box-shadow 0.25s;
  white-space: nowrap;
}

#book-nate .btn-primary {
  background: var(--amber);
  color: #FFFFFF;
  box-shadow: 0 10px 28px rgba(242, 102, 94, 0.30);
}

#book-nate .btn-primary:hover {
  background: var(--amber-dark);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(242, 102, 94, 0.38);
}

#book-nate .btn-secondary {
  background: rgba(255, 255, 255, 0.64);
  color: var(--deep);
  border: 1.5px solid var(--border-dark);
}

#book-nate .btn-secondary:hover {
  background: var(--deep);
  color: #FFFFFF;
  border-color: var(--deep);
  transform: translateY(-2px);
}

#book-nate .btn-primary svg {
  transition: transform 0.2s;
  flex-shrink: 0;
}

#book-nate .btn-primary:hover svg {
  transform: translateX(3px);
}

#book-nate .book-visual {
  position: relative;
}

#book-nate .book-card {
  background:
    radial-gradient(circle at 90% 10%, rgba(15, 163, 163, 0.18) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(242, 102, 94, 0.14) 0%, transparent 30%),
    linear-gradient(145deg, #2B154B 0%, #1C1033 58%, #12091F 100%);
  border-radius: 28px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 74px rgba(43, 21, 75, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

#book-nate .book-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(242, 102, 94, 0.22) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

#book-nate .book-card::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(15, 163, 163, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

#book-nate .book-speaker-image-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

#book-nate .book-speaker-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(18, 9, 31, 0.48) 0%, rgba(18, 9, 31, 0.06) 55%, transparent 100%),
    radial-gradient(circle at 80% 20%, rgba(15, 163, 163, 0.16) 0%, transparent 35%);
  pointer-events: none;
}

#book-nate .book-speaker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.35s ease;
}

#book-nate .book-card:hover .book-speaker-image {
  transform: scale(1.03);
}

#book-nate .book-card-body {
  position: relative;
  z-index: 1;
  padding: 34px 34px 38px;
}

#book-nate .book-card-label,
#book-nate .book-card-name,
#book-nate .book-card-title,
#book-nate .book-card-divider,
#book-nate .book-topics,
#book-nate .book-card-quote {
  position: relative;
  z-index: 1;
}

#book-nate .book-card-label {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-light);
  margin-bottom: 18px;
  font-weight: 800;
}

#book-nate .book-card-name {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}

#book-nate .book-card-title {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.64);
  margin-bottom: 28px;
  font-weight: 500;
  line-height: 1.6;
}

#book-nate .book-card-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 24px;
}

#book-nate .book-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

#book-nate .book-topic-tag {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.76);
  padding: 6px 13px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}

#book-nate .book-topic-tag:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
}

#book-nate .book-card-quote {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 17px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  padding-left: 18px;
  border-left: 3px solid var(--amber);
}

/* TABLET */
@media (max-width: 1024px) {
  #book-nate {
    padding: 82px 32px;
  }

  #book-nate .book-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  #book-nate .book-content {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
  }

  #book-nate .book-content > p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  #book-nate .book-opportunities {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  #book-nate .book-actions {
    justify-content: center;
  }

  #book-nate .book-visual {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }

  #book-nate .book-speaker-image-wrap {
    aspect-ratio: 16 / 9;
  }
}

/* SMALL TABLET */
@media (max-width: 768px) {
  #book-nate {
    padding: 72px 24px;
    scroll-margin-top: 96px;
  }

  #book-nate .book-inner {
    gap: 40px;
  }

  #book-nate .label {
    font-size: 10.5px;
    line-height: 1.4;
  }

  #book-nate .book-content h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.12;
    margin-bottom: 18px;
  }

  #book-nate .book-content > p {
    font-size: 16px;
    line-height: 1.75;
  }

  #book-nate .book-opportunities {
    gap: 12px;
    margin: 26px 0 32px;
  }

  #book-nate .book-opportunities li {
    font-size: 15px;
    line-height: 1.55;
  }

  #book-nate .book-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  #book-nate .btn-primary,
  #book-nate .btn-secondary {
    width: 100%;
    min-height: 54px;
    white-space: normal;
    text-align: center;
    padding: 15px 22px;
  }

  #book-nate .book-card {
    border-radius: 22px;
  }

  #book-nate .book-card-body {
    padding: 32px 28px 36px;
  }

  #book-nate .book-speaker-image-wrap {
    aspect-ratio: 4 / 3;
  }

  #book-nate .book-card-name {
    font-size: clamp(29px, 8vw, 36px);
  }

  #book-nate .book-card-title {
    font-size: 13.2px;
    margin-bottom: 24px;
  }

  #book-nate .book-card-quote {
    font-size: 16px;
  }
}

/* MOBILE */
@media (max-width: 480px) {
  #book-nate {
    padding: 64px 20px;
  }

  #book-nate .book-inner {
    gap: 34px;
  }

  #book-nate .book-content {
    text-align: left;
  }

  #book-nate .label {
    margin-bottom: 14px;
  }

  #book-nate .book-content h2 {
    font-size: clamp(30px, 10vw, 38px);
    letter-spacing: -0.035em;
  }

  #book-nate .book-content > p {
    font-size: 15.8px;
  }

  #book-nate .book-opportunities li {
    font-size: 14.5px;
    line-height: 1.55;
  }

  #book-nate .book-check {
    width: 23px;
    height: 23px;
  }

  #book-nate .book-card {
    border-radius: 20px;
  }

  #book-nate .book-speaker-image-wrap {
    aspect-ratio: 1 / 1;
  }

  #book-nate .book-card-body {
    padding: 30px 24px 34px;
  }

  #book-nate .book-card-label {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  #book-nate .book-card-name {
    font-size: 30px;
  }

  #book-nate .book-card-title {
    font-size: 13px;
    line-height: 1.55;
  }

  #book-nate .book-topic-tag {
    font-size: 11.5px;
    padding: 6px 11px;
  }

  #book-nate .book-card-quote {
    font-size: 15.5px;
    line-height: 1.6;
    padding-left: 14px;
  }
}

/* EXTRA SMALL MOBILE */
@media (max-width: 380px) {
  #book-nate {
    padding: 58px 16px;
  }

  #book-nate .book-card-body {
    padding: 28px 20px 32px;
  }

  #book-nate .book-card-name {
    font-size: 27px;
  }

  #book-nate .btn-primary,
  #book-nate .btn-secondary {
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-230e852 *//* ============================================================
   AGELESS WORKOUT PODCAST — MORE APPEARANCES SECTION
   Section ID: #podcast-appearances
   ============================================================ */

#podcast-appearances {
  --deep: #2B154B;
  --deep-2: #3D2068;
  --sage: #0FA3A3;
  --sage-light: #7EE8E4;
  --sage-pale: #EFF9F9;
  --amber: #F2665E;
  --amber-dark: #D94F47;
  --amber-pale: #FFF2F1;
  --white: #FFFFFF;
  --off-white: #FAFAF8;
  --soft-violet: #F5F2FB;
  --charcoal: #1C1821;
  --slate: #3E3847;
  --muted: #6A6477;
  --border: rgba(43, 21, 75, 0.12);
  --border-dark: rgba(43, 21, 75, 0.22);

  font-family: 'Poppins', system-ui, sans-serif;
  background:
    radial-gradient(circle at 10% 12%, rgba(15, 163, 163, 0.10) 0%, transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(242, 102, 94, 0.10) 0%, transparent 30%),
    linear-gradient(180deg, #FFFFFF 0%, #F5F2FB 100%);
  padding: 90px 40px;
  box-sizing: border-box;
  overflow: hidden;
}

#podcast-appearances,
#podcast-appearances * {
  box-sizing: border-box;
}

#podcast-appearances a {
  text-decoration: none;
  color: inherit;
}

#podcast-appearances .section-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

#podcast-appearances .section-header.centered {
  text-align: center;
  max-width: 690px;
  margin: 0 auto 52px;
}

#podcast-appearances .label {
  display: block;
  margin-bottom: 12px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 800;
}

#podcast-appearances .section-header h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--deep);
  margin-bottom: 14px;
}

#podcast-appearances .section-header p {
  color: var(--slate);
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

#podcast-appearances .appearances-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

#podcast-appearances .appearance-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(43, 21, 75, 0.07);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

#podcast-appearances .appearance-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 54px rgba(43, 21, 75, 0.13);
  border-color: rgba(15, 163, 163, 0.25);
}

#podcast-appearances .appearance-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

#podcast-appearances .appearance-bg {
  position: absolute;
  inset: 0;
  transition: transform 0.35s ease;
}

#podcast-appearances .appearance-card:hover .appearance-bg {
  transform: scale(1.04);
}

#podcast-appearances .appearance-bg-one {
  background:
    linear-gradient(135deg, rgba(43, 21, 75, 0.95) 0%, rgba(242, 102, 94, 0.85) 120%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.18) 0%, transparent 40%);
}

#podcast-appearances .appearance-bg-two {
  background:
    linear-gradient(135deg, rgba(15, 163, 163, 0.95) 0%, rgba(43, 21, 75, 0.95) 105%),
    radial-gradient(circle at 70% 25%, rgba(255,255,255,0.18) 0%, transparent 40%);
}

#podcast-appearances .appearance-bg-three {
  background:
    linear-gradient(135deg, rgba(61, 32, 104, 0.96) 0%, rgba(15, 163, 163, 0.85) 125%),
    radial-gradient(circle at 25% 75%, rgba(255,255,255,0.16) 0%, transparent 42%);
}

#podcast-appearances .appearance-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 85%, rgba(255,255,255,0.18) 0%, transparent 46%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,0.12) 0%, transparent 44%);
  pointer-events: none;
}

#podcast-appearances .appearance-play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: rgba(255,255,255,0.88);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#podcast-appearances .appearance-play-circle {
  width: 54px;
  height: 54px;
  background: rgba(255,255,255,0.96);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
  transition: transform 0.2s, box-shadow 0.2s;
}

#podcast-appearances .appearance-card:hover .appearance-play-circle {
  transform: scale(1.08);
  box-shadow: 0 14px 36px rgba(0,0,0,0.30);
}

#podcast-appearances .appearance-play-circle svg {
  margin-left: 3px;
}

#podcast-appearances .appearance-content {
  padding: 24px 24px 26px;
}

#podcast-appearances .appearance-tag {
  display: inline-flex;
  width: fit-content;
  background: var(--amber-pale);
  color: var(--amber-dark);
  border-radius: 100px;
  padding: 6px 12px;
  margin-bottom: 14px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#podcast-appearances .appearance-tag.teal-tag {
  background: var(--sage-pale);
  color: var(--sage);
}

#podcast-appearances .appearance-tag.violet-tag {
  background: var(--soft-violet);
  color: var(--deep);
}

#podcast-appearances .appearance-content h4 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: var(--deep);
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

#podcast-appearances .appearance-content p {
  color: var(--muted);
  font-size: 14.2px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 18px;
}

#podcast-appearances .appearance-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sage);
  font-size: 13px;
  font-weight: 800;
  transition: gap 0.2s, color 0.2s;
}

#podcast-appearances .appearance-link:hover {
  gap: 9px;
  color: var(--deep);
}

/* TABLET */
@media (max-width: 1024px) {
  #podcast-appearances {
    padding: 82px 32px;
  }

  #podcast-appearances .appearances-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #podcast-appearances .appearance-card:last-child {
    grid-column: 1 / -1;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }
}

/* SMALL TABLET / MOBILE */
@media (max-width: 768px) {
  #podcast-appearances {
    padding: 72px 24px;
  }

  #podcast-appearances .section-header.centered {
    margin-bottom: 42px;
  }

  #podcast-appearances .section-header h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  #podcast-appearances .section-header p {
    font-size: 16px;
    line-height: 1.7;
  }

  #podcast-appearances .appearances-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  #podcast-appearances .appearance-card:last-child {
    grid-column: auto;
    max-width: none;
  }
}

/* MOBILE */
@media (max-width: 480px) {
  #podcast-appearances {
    padding: 64px 20px;
  }

  #podcast-appearances .appearance-content {
    padding: 22px 20px 24px;
  }

  #podcast-appearances .appearance-content h4 {
    font-size: 17px;
  }

  #podcast-appearances .appearance-content p {
    font-size: 14px;
  }

  #podcast-appearances .appearance-play-circle {
    width: 50px;
    height: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1cc122e *//* ============================================================
   AGELESS WORKOUT PODCAST — FINAL CTA SECTION
   Section ID: #podcast-final-cta
   ============================================================ */

#podcast-final-cta {
  --deep: #2B154B;
  --deep-2: #3D2068;

  --sage: #0FA3A3;
  --sage-light: #7EE8E4;
  --sage-pale: #EFF9F9;

  --amber: #F2665E;
  --amber-dark: #D94F47;
  --amber-pale: #FFF2F1;

  --white: #FFFFFF;
  --off-white: #FAFAF8;
  --soft-violet: #F5F2FB;

  --charcoal: #1C1821;
  --slate: #3E3847;
  --muted: #6A6477;

  --border: rgba(43, 21, 75, 0.12);
  --border-dark: rgba(43, 21, 75, 0.22);

  font-family: 'Poppins', system-ui, sans-serif;
  background:
    radial-gradient(circle at 14% 18%, rgba(15, 163, 163, 0.14) 0%, transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(242, 102, 94, 0.12) 0%, transparent 30%),
    linear-gradient(180deg, #F5F2FB 0%, #FFFFFF 100%);
  padding: 96px 40px 104px;
  box-sizing: border-box;
  overflow: hidden;
}

#podcast-final-cta,
#podcast-final-cta * {
  box-sizing: border-box;
}

#podcast-final-cta a {
  text-decoration: none;
  color: inherit;
}

#podcast-final-cta .section-inner {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#podcast-final-cta .final-cta-card {
  position: relative;
  text-align: center;
  background:
    radial-gradient(circle at 18% 15%, rgba(15, 163, 163, 0.14) 0%, transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(242, 102, 94, 0.13) 0%, transparent 30%),
    linear-gradient(145deg, #FFFFFF 0%, #FAFAF8 55%, #EFF9F9 100%);
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 64px 56px 54px;
  box-shadow: 0 24px 70px rgba(43, 21, 75, 0.12);
  overflow: hidden;
}

#podcast-final-cta .final-cta-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(43, 21, 75, 0.09) 0%, transparent 70%);
  pointer-events: none;
}

#podcast-final-cta .final-cta-card::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(15, 163, 163, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

#podcast-final-cta .label,
#podcast-final-cta h2,
#podcast-final-cta p,
#podcast-final-cta .final-cta-actions,
#podcast-final-cta .final-cta-divider,
#podcast-final-cta .listen-row {
  position: relative;
  z-index: 1;
}

#podcast-final-cta .label {
  display: block;
  margin-bottom: 14px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 800;
}

#podcast-final-cta h2 {
  max-width: 720px;
  margin: 0 auto 20px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--deep);
}

#podcast-final-cta p {
  max-width: 670px;
  margin: 0 auto 34px;
  color: var(--slate);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

#podcast-final-cta .final-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

#podcast-final-cta .btn-primary,
#podcast-final-cta .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.2s, box-shadow 0.25s;
  white-space: nowrap;
}

#podcast-final-cta .btn-primary {
  background: var(--amber);
  color: #FFFFFF;
  box-shadow: 0 10px 28px rgba(242, 102, 94, 0.30);
}

#podcast-final-cta .btn-primary:hover {
  background: var(--amber-dark);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(242, 102, 94, 0.38);
}

#podcast-final-cta .btn-secondary {
  background: rgba(255, 255, 255, 0.70);
  color: var(--deep);
  border: 1.5px solid var(--border-dark);
}

#podcast-final-cta .btn-secondary:hover {
  background: var(--deep);
  color: #FFFFFF;
  border-color: var(--deep);
  transform: translateY(-2px);
}

#podcast-final-cta .btn-primary svg {
  transition: transform 0.2s;
  flex-shrink: 0;
}

#podcast-final-cta .btn-primary:hover svg {
  transform: translateX(3px);
}

#podcast-final-cta .final-cta-divider {
  height: 1px;
  width: 100%;
  max-width: 620px;
  background: var(--border);
  margin: 42px auto 26px;
}

#podcast-final-cta .listen-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#podcast-final-cta .listen-row span {
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 500;
}

#podcast-final-cta .platform-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid var(--border);
  color: var(--deep);
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

#podcast-final-cta .platform-badge:hover {
  background: var(--deep);
  color: #FFFFFF;
  border-color: var(--deep);
  transform: translateY(-2px);
}

/* TABLET */
@media (max-width: 1024px) {
  #podcast-final-cta {
    padding: 86px 32px 94px;
  }

  #podcast-final-cta .final-cta-card {
    padding: 58px 42px 50px;
  }
}

/* SMALL TABLET */
@media (max-width: 768px) {
  #podcast-final-cta {
    padding: 74px 24px 82px;
  }

  #podcast-final-cta .final-cta-card {
    border-radius: 26px;
    padding: 50px 30px 44px;
  }

  #podcast-final-cta h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  #podcast-final-cta p {
    font-size: 16px;
    line-height: 1.75;
  }

  #podcast-final-cta .final-cta-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  #podcast-final-cta .btn-primary,
  #podcast-final-cta .btn-secondary {
    width: 100%;
    min-height: 54px;
    white-space: normal;
    text-align: center;
    padding: 15px 22px;
  }

  #podcast-final-cta .listen-row {
    flex-direction: column;
  }

  #podcast-final-cta .platform-badge {
    width: 100%;
  }
}

/* MOBILE */
@media (max-width: 480px) {
  #podcast-final-cta {
    padding: 64px 20px 72px;
  }

  #podcast-final-cta .final-cta-card {
    border-radius: 22px;
    padding: 44px 22px 38px;
  }

  #podcast-final-cta .label {
    font-size: 10px;
    line-height: 1.4;
  }

  #podcast-final-cta h2 {
    font-size: clamp(30px, 10vw, 38px);
    letter-spacing: -0.04em;
  }

  #podcast-final-cta p {
    font-size: 15.8px;
  }

  #podcast-final-cta .final-cta-divider {
    margin: 34px auto 24px;
  }
}/* End custom CSS */