/* =========================================
   HOME — premium hero + page layouts
========================================= */

.hero-section {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  padding: clamp(20px, 2.5vw, 32px) 0 clamp(36px, 4vw, 56px);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 65% at 30% 40%, #ffffff 0%, transparent 68%),
    radial-gradient(ellipse 50% 55% at 95% 10%, rgba(236, 253, 245, 0.9) 0%, transparent 58%),
    radial-gradient(ellipse 45% 50% at 0% 100%, rgba(204, 251, 241, 0.35) 0%, transparent 55%),
    var(--background);
}

.hero-section .hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
  box-sizing: border-box;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(28px, 3.5vw, 48px);
  align-items: center;
  width: 100%;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: 520px;
  padding: 8px 0 0;
}

.hero-content h1 {
  margin: 0 0 20px;
  font-size: clamp(40px, 4.6vw, 56px);
  line-height: 1.08;
  color: var(--primary-800);
  letter-spacing: -0.03em;
  white-space: normal;
}

.hero-title-line {
  display: block;
}

.hero-lead {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.3vw, 17px);
  line-height: 1.65;
  color: var(--text-light);
  margin: 0 0 28px;
  max-width: 28ch; /* forces a cleaner multi-line wrap */
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 32px;
}

.hero-buttons .btn {
  height: 52px;
  padding: 0 26px;
  box-sizing: border-box;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.hero-stats li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-800);
  padding: 0 16px 0 0;
  margin-right: 16px;
  border-right: 1px solid var(--border);
  background: none;
}

.hero-stats li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.hero-stats i {
  color: var(--primary-600);
  font-size: 15px;
}

.hero-stats strong {
  font-weight: 800;
  color: var(--primary-700);
}

.hero-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.4;
}

.hero-stars {
  color: var(--accent);
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1;
}

/* Main visual — image only, 24px radius, no card chrome */
.hero-visual {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-image {
  display: block;
  width: 100%;
  height: clamp(480px, 72vh, 680px);
  object-fit: cover;
  object-position: center 20%;
  border-radius: 24px;
  border: 0 !important;
  outline: 0;
  background: none;
  box-shadow: none !important;
  filter: none;
  max-width: none;
}

.hero-image--fallback {
  display: grid;
  place-items: center;
  color: var(--primary-600);
  font-size: 48px;
  background: var(--secondary);
}

.hero-image-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 0 2px;
}

.hero-image-meta h3 {
  margin: 0 0 4px;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-800);
  line-height: 1.25;
}

.hero-image-meta p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.hero-image-link {
  flex-shrink: 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-700);
  border-bottom: 1px solid rgba(15, 118, 110, 0.25);
  padding-bottom: 2px;
  transition: color var(--transition), border-color var(--transition);
}

.hero-image-link:hover {
  color: var(--accent);
  border-bottom-color: rgba(249, 115, 22, 0.4);
}

.hero-visual[data-reveal] {
  animation-delay: 0.1s;
}

/* =========================================
   WHY CHOOSE — centered feature section
========================================= */

.why-section {
  background: #ffffff;
  padding: clamp(72px, 10vw, 120px) 0;
}

.why-shell {
  text-align: center;
}

.why-intro {
  max-width: 640px;
  margin: 0 auto 64px;
}

.why-label {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
}

.why-intro h2 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--primary-800);
}

.why-title-line {
  display: block;
}

.why-subtitle {
  margin: 0 auto;
  max-width: 500px;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
  color: var(--text-secondary);
}

.why-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-700);
  transition: color var(--transition);
}

.why-link span {
  font-size: 1.15em;
  line-height: 1;
  transition: transform var(--transition);
}

.why-link:hover {
  color: var(--accent);
}

.why-link:hover span {
  transform: translateX(3px);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 5vw, 56px) clamp(28px, 4vw, 48px);
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 140px;
  margin-bottom: 22px;
}

.why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.why-copy {
  margin: 0 0 18px;
  max-width: 280px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-secondary);
}

.why-link {
  margin-top: auto;
  font-size: 15px;
}

@media (max-width: 980px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 28px;
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 420px;
  }

  .why-intro {
    margin-bottom: 48px;
  }

  .why-title-line {
    display: inline;
  }

  .why-title-line + .why-title-line::before {
    content: " ";
  }
}

@media (max-width: 480px) {
  .why-section {
    padding: 56px 0;
  }

  .why-intro h2 {
    font-size: 30px;
  }

  .why-subtitle {
    font-size: 15px;
  }

  .why-icon {
    width: 140px;
    height: 120px;
  }

  .why-copy {
    font-size: 15px;
  }
}

/* =========================================
   PROGRAMS — services carousel (ref layout)
========================================= */

.programs-section {
  background: #ffffff;
  padding-block: var(--section-spacing);
  overflow: hidden;
}

.programs-shell {
  width: 100%;
  text-align: center;
}

.programs-intro {
  max-width: 680px;
  margin: 0 auto 56px;
}

.programs-label {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
}

.programs-intro h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--primary-800);
}

.programs-subtitle {
  margin: 0 auto;
  max-width: 540px;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
  color: var(--text-secondary);
}

.programs-stage {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 0 8px;
}

.programs-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.programs-decor--blob {
  left: 56px;
  top: 40px;
  width: min(280px, 36%);
  height: 72%;
  border-radius: 36px;
  background: #CCFBF1;
  opacity: 0.55;
}

.programs-decor--dots {
  right: 56px;
  bottom: 24px;
  width: 120px;
  height: 140px;
  background-image: radial-gradient(#CBD5E1 1.6px, transparent 1.7px);
  background-size: 14px 14px;
  opacity: 0.9;
}

.programs-viewport {
  position: relative;
  z-index: 1;
  grid-column: 2;
  overflow: hidden;
  padding-top: 28px;
  padding-bottom: 8px;
  min-width: 0;
}

.programs-track {
  display: flex;
  gap: 28px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.programs-track .svc-card {
  flex: 0 0 calc((100% - 56px) / 3);
  min-width: 0;
}

.svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 44px 28px 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
}

.svc-card-icon {
  position: absolute;
  top: -24px;
  left: 24px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  color: var(--primary-700);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.svc-card-icon svg,
.svc-card-icon i {
  width: 26px;
  height: 26px;
  stroke-width: 1.75;
}

.svc-card h3 {
  margin: 12px 0 14px;
  font-family: var(--font-body);
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--primary-800);
}

.svc-card p {
  margin: 0 0 24px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-secondary);
  flex: 1;
}

.svc-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1.5px solid rgba(15, 118, 110, 0.28);
  background: #ffffff;
  color: var(--primary-700);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.svc-card-btn:hover {
  background: var(--primary-700);
  border-color: var(--primary-700);
  color: #ffffff;
}

.programs-nav {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: #ffffff;
  color: var(--primary-700);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.programs-nav:hover {
  background: var(--primary-700);
  border-color: var(--primary-700);
  color: #ffffff;
  box-shadow: var(--shadow-md);
}

.programs-nav svg {
  width: 20px;
  height: 20px;
}

.programs-nav--prev {
  grid-column: 1;
}

.programs-nav--next {
  grid-column: 3;
}

.programs-nav:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.programs-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 28px 0 24px;
}

.programs-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #D1D5DB;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, width 0.25s ease;
}

.programs-dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: var(--primary-700);
}

.programs-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 56px;
  padding: 0 32px;
  border-radius: 14px;
  background: var(--primary-700);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  transition: background 0.3s ease, transform 0.3s ease;
}

.programs-more:hover {
  background: var(--primary-600);
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .programs-stage {
    gap: 16px;
    padding: 28px 0 8px;
  }

  .programs-track {
    gap: 20px;
  }

  .programs-track .svc-card {
    flex: 0 0 calc((100% - 20px) / 2);
  }

  .programs-decor--blob,
  .programs-decor--dots {
    display: none;
  }
}

@media (max-width: 640px) {
  .programs-section {
    padding-block: 80px;
  }

  .programs-intro {
    margin-bottom: 40px;
  }

  .programs-intro h2 {
    font-size: clamp(30px, 7vw, 36px);
  }

  .programs-subtitle {
    font-size: 16px;
  }

  .programs-stage {
    gap: 12px;
    padding: 24px 0 8px;
  }

  .programs-track {
    gap: 16px;
  }

  .programs-track .svc-card {
    flex: 0 0 100%;
  }

  .programs-nav {
    width: 38px;
    height: 38px;
  }

  .programs-nav svg {
    width: 18px;
    height: 18px;
  }

  .svc-card h3 {
    font-size: 22px;
  }

  .svc-card p {
    font-size: 15px;
  }

  .programs-more {
    width: 100%;
    height: 54px;
    font-size: 16px;
  }
}

/* =========================================
   COMMUNITY IMPACT — split stats band
========================================= */

.impact-section {
  background: #0F766E;
  color: #ffffff;
  padding-block: var(--section-spacing);
  position: relative;
  overflow: hidden;
}

.impact-section::before {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: min(420px, 50vw);
  height: min(420px, 50vw);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.impact-shell {
  position: relative;
  z-index: 1;
}

.impact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.impact-content {
  max-width: 520px;
}

.impact-label {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.impact-content h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.impact-content p {
  margin: 0 0 32px;
  max-width: 46ch;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.impact-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  background: #ffffff;
  color: #0F766E;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.impact-cta:hover {
  background: #F0FDFA;
  color: #115E59;
  transform: translateY(-1px);
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.impact-stat {
  padding: 28px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.impact-stat:nth-child(1),
.impact-stat:nth-child(2) {
  border-top: 0;
  padding-top: 8px;
}

.impact-stat:nth-child(odd) {
  border-left: 0;
  padding-left: 0;
}

.impact-stat:nth-child(even) {
  padding-right: 0;
}

.impact-number {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: clamp(56px, 6vw, 72px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.impact-stat-label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

.impact-stat p {
  margin: 0;
  max-width: 28ch;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 980px) {
  .impact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .impact-content {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .impact-section {
    padding-block: 80px;
  }

  .impact-content h2 {
    font-size: clamp(30px, 8vw, 36px);
  }

  .impact-stats {
    grid-template-columns: 1fr;
  }

  .impact-stat,
  .impact-stat:nth-child(odd),
  .impact-stat:nth-child(even),
  .impact-stat:nth-child(1),
  .impact-stat:nth-child(2) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 24px 0;
  }

  .impact-stat:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .impact-number {
    font-size: 56px;
  }

  .impact-cta {
    width: 100%;
  }
}

/* =========================================
   MEET OUR EXPERTS — featured + equal grid
========================================= */

.experts-section {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-spacing);
  background:
    radial-gradient(ellipse 50% 55% at 0% 0%, rgba(204, 251, 241, 0.55), transparent 55%),
    radial-gradient(ellipse 45% 50% at 100% 100%, rgba(240, 253, 250, 0.9), transparent 50%),
    #ffffff;
}

.experts-shell {
  text-align: center;
}

.experts-intro {
  max-width: 680px;
  margin: 0 auto 56px;
}

.experts-label {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
}

.experts-intro h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--primary-800);
}

.experts-subtitle {
  margin: 0 auto;
  max-width: 540px;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
  color: var(--text-secondary);
}

.expert-featured {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  margin-bottom: 28px;
  text-align: left;
  border-radius: 24px;
  border: 1px solid rgba(15, 118, 110, 0.08);
  background:
    linear-gradient(145deg, rgba(240, 253, 250, 0.95), #ffffff 58%);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.expert-featured:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
}

.expert-featured-media,
.expert-card-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #CCFBF1, #99F6E4);
}

.expert-featured-media {
  min-height: 100%;
  aspect-ratio: 4 / 5;
  max-height: 520px;
}

.expert-featured-media img,
.expert-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.expert-featured:hover .expert-featured-media img,
.expert-card:hover .expert-card-media img {
  transform: scale(1.04);
}

.expert-avatar {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: clamp(52px, 7vw, 84px);
  color: var(--primary-800);
  opacity: 0.5;
}

.expert-rating {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 118, 110, 0.1);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-800);
}

.expert-rating svg {
  width: 14px;
  height: 14px;
  fill: #F59E0B;
  stroke: #F59E0B;
}

.expert-featured-body {
  display: flex;
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
}

.expert-featured-content {
  width: 100%;
  max-width: 520px;
}

.expert-card-body {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.expert-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-600);
}

.expert-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 12px;
}

.expert-specialty {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary-700);
}

.expert-experience {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-light);
}

.expert-featured-body h3,
.expert-card-body h3 {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-800);
}

.expert-featured-body h3 {
  font-size: clamp(28px, 3vw, 38px);
}

.expert-card-body h3 {
  font-size: clamp(20px, 2vw, 24px);
}

.expert-featured-role {
  margin: 0 0 16px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary-700);
}

.expert-featured-role span {
  margin: 0 8px;
  color: rgba(15, 118, 110, 0.35);
}

.expert-featured-copy,
.expert-card-body > p {
  margin: 0 0 22px;
  font-family: var(--font-body);
  line-height: 1.7;
  color: var(--text-secondary);
}

.expert-featured-copy {
  font-size: 16px;
}

.expert-card-body > p {
  font-size: 15px;
  margin-bottom: 18px;
}

.expert-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
  padding: 16px 0;
  border-top: 1px solid rgba(15, 118, 110, 0.1);
  border-bottom: 1px solid rgba(15, 118, 110, 0.1);
}

.expert-highlights div {
  min-width: 0;
}

.expert-highlights dt {
  margin: 0 0 6px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-light);
}

.expert-highlights dd {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-800);
}

.expert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.expert-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(15, 118, 110, 0.06);
  border: 1px solid rgba(15, 118, 110, 0.1);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-800);
}

.expert-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.expert-card-body .expert-actions {
  margin-top: auto;
}

.expert-actions--featured {
  margin-top: 0;
}

.expert-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  background: var(--primary-700);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.2);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.expert-book-btn:hover {
  background: var(--primary-800);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.26);
}

.expert-profile-link {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-700);
  transition: color 0.25s ease;
}

.expert-profile-link:hover {
  color: var(--primary-800);
}

.experts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  text-align: left;
}

.experts-section .expert-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
  border: 1px solid rgba(15, 118, 110, 0.08);
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.experts-section .expert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.expert-card--tone-1 .expert-card-media {
  background: linear-gradient(145deg, #CCFBF1, #99F6E4);
}

.expert-card--tone-2 .expert-card-media {
  background: linear-gradient(145deg, #ECFDF5, #A7F3D0);
}

.expert-card--tone-3 .expert-card-media {
  background: linear-gradient(145deg, #F0FDFA, #5EEAD4);
}

.expert-card-media {
  min-height: 200px;
  aspect-ratio: 4 / 3;
}

.experts-section .expert-card img {
  border-radius: 0;
}

.expert-card-body {
  flex: 1;
  padding: 28px;
}

.experts-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  min-width: 200px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 14px;
  border: 1.5px solid rgba(15, 118, 110, 0.22);
  background: transparent;
  color: var(--primary-800);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.experts-more:hover {
  background: rgba(15, 118, 110, 0.05);
  border-color: var(--primary-700);
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .experts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .experts-section .expert-card {
    display: grid;
    grid-template-columns: minmax(200px, 0.85fr) minmax(0, 1.15fr);
  }

  .expert-card-media {
    min-height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 860px) {
  .expert-featured {
    grid-template-columns: 1fr;
  }

  .expert-featured-media {
    min-height: 280px;
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .expert-featured-body {
    align-items: stretch;
    padding: 28px 24px 32px;
  }

  .expert-highlights {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .experts-section {
    padding-block: 80px;
  }

  .experts-intro {
    margin-bottom: 40px;
  }

  .experts-intro h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .expert-featured,
  .experts-section .expert-card {
    grid-template-columns: 1fr;
  }

  .expert-featured-media,
  .expert-card-media {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  .expert-featured-body,
  .expert-card-body {
    padding: 24px;
  }

  .expert-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .expert-book-btn {
    width: 100%;
  }

  .expert-profile-link {
    text-align: center;
  }

  .experts-more {
    width: 100%;
  }
}

/* =========================================
   WELLNESS JOURNEY — 4 premium steps
========================================= */

.journey-section {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-spacing);
  background:
    radial-gradient(ellipse 45% 50% at 10% 20%, rgba(204, 251, 241, 0.45), transparent 60%),
    radial-gradient(ellipse 40% 45% at 90% 80%, rgba(240, 253, 250, 0.8), transparent 55%),
    var(--background);
}

.journey-shell {
  text-align: center;
}

.journey-intro {
  max-width: 680px;
  margin: 0 auto 64px;
}

.journey-label {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
}

.journey-intro h2 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--primary-800);
}

.journey-subtitle {
  margin: 0 auto;
  max-width: 520px;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
  color: var(--text-secondary);
}

.journey-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 0;
  position: relative;
}

.journey-step {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
}

.journey-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  padding: 28px 24px 30px;
  border-radius: 24px;
  border: 1px solid rgba(15, 118, 110, 0.1);
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.journey-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(204, 251, 241, 0.45), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.journey-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 118, 110, 0.24);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
}

.journey-card:hover::before {
  opacity: 1;
}

.journey-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 22px;
}

.journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(145deg, #CCFBF1, #99F6E4);
  color: var(--primary-800);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.journey-card:hover .journey-number {
  transform: scale(1.06);
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.16);
}

.journey-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(15, 118, 110, 0.06);
  color: var(--primary-700);
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.journey-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.75;
}

.journey-card:hover .journey-icon {
  background: var(--primary-700);
  color: #ffffff;
  transform: translateY(-2px);
}

.journey-card h3,
.journey-card p {
  position: relative;
  z-index: 1;
}

.journey-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--primary-800);
}

.journey-card p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-secondary);
}

.journey-connector {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: clamp(40px, 5.5vw, 72px);
  height: 20px;
  flex-shrink: 0;
  /* Pull into card edges so the path attaches */
  margin-inline: -6px;
}

.journey-connector::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background-image: radial-gradient(circle, rgba(15, 118, 110, 0.5) 1.15px, transparent 1.25px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: center;
}

.journey-node {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--primary-600);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.95),
    0 0 0 7px rgba(45, 212, 191, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.journey-step:hover .journey-node {
  transform: scale(1.15);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.95),
    0 0 0 8px rgba(45, 212, 191, 0.28);
}

.journey-footer {
  margin-top: 56px;
}

.journey-footer-text {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  color: var(--primary-800);
}

.journey-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  background: var(--primary-700);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.22);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.journey-cta svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.journey-cta:hover {
  background: var(--primary-800);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.3);
}

.journey-cta:hover svg {
  transform: translateX(3px);
}

@media (max-width: 980px) {
  .journey-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .journey-step {
    display: block;
  }

  .journey-connector {
    display: none;
  }
}

@media (max-width: 720px) {
  .journey-section {
    padding-block: 80px;
  }

  .journey-intro {
    margin-bottom: 44px;
  }

  .journey-intro h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .journey-steps {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-width: 420px;
    margin: 0 auto;
  }

  .journey-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: 100%;
  }

  .journey-card {
    width: 100%;
  }

  .journey-connector {
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 48px;
    margin-inline: 0;
    margin-block: -6px;
    padding: 0;
  }

  .journey-connector::before {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    background-image: radial-gradient(circle, rgba(15, 118, 110, 0.5) 1.15px, transparent 1.25px);
    background-size: 2px 7px;
    background-repeat: repeat-y;
    background-position: center;
  }

  .journey-footer {
    margin-top: 40px;
  }

  .journey-cta {
    width: 100%;
  }
}

/* =========================================
   TESTIMONIALS — centered carousel (ref)
========================================= */

.testimonials-section {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-spacing);
  background:
    radial-gradient(ellipse 50% 55% at 8% 10%, rgba(204, 251, 241, 0.45), transparent 58%),
    radial-gradient(ellipse 45% 50% at 95% 90%, rgba(240, 253, 250, 0.8), transparent 55%),
    #ffffff;
}

.testimonials-shell {
  text-align: center;
}

.testimonials-intro {
  max-width: 720px;
  margin: 0 auto 56px;
}

.testimonials-intro h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--primary-800);
}

.testimonials-subtitle {
  margin: 0 auto;
  max-width: 560px;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.7;
  color: var(--text-secondary);
}

.testimonials-slider {
  max-width: 980px;
  margin: 0 auto;
}

.testimonials-viewport {
  overflow: hidden;
  padding: 8px 4px 12px;
}

.testimonials-track {
  display: flex;
  gap: 28px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.testimonials-section .testimonial-card {
  flex: 0 0 calc((100% - 28px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
  padding: 40px 36px 36px;
  border-radius: 24px;
  border: 1px solid rgba(15, 118, 110, 0.06);
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testimonials-section .testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.11);
}

.testimonial-avatar {
  width: 88px;
  height: 88px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(145deg, #CCFBF1, #99F6E4);
  box-shadow: 0 8px 22px rgba(15, 118, 110, 0.14);
}

.testimonial-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-avatar.is-placeholder {
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--primary-800);
}

.testimonial-name {
  margin: 0 0 6px;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-primary);
}

.testimonial-role {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.testimonial-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 16px;
  color: #F59E0B;
}

.testimonial-stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: currentColor;
}

.testimonial-quote {
  margin: 0;
  max-width: 36ch;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-secondary);
}

.testimonials-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}

.testimonials-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1.5px solid var(--primary-600);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.testimonials-dots button.is-active {
  background: var(--primary-700);
  border-color: var(--primary-700);
  transform: scale(1.12);
}

@media (max-width: 820px) {
  .testimonials-track {
    gap: 20px;
  }

  .testimonials-section .testimonial-card {
    flex: 0 0 100%;
    padding: 32px 28px;
  }
}

@media (max-width: 720px) {
  .testimonials-section {
    padding-block: 80px;
  }

  .testimonials-intro {
    margin-bottom: 40px;
  }

  .testimonials-intro h2 {
    font-size: clamp(34px, 9vw, 44px);
  }
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-spacing);
  background: var(--background);
}

.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 8% 20%, rgba(15, 118, 110, 0.1), transparent 60%),
    radial-gradient(ellipse 50% 60% at 92% 78%, rgba(45, 212, 191, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 45% at 50% 100%, rgba(204, 251, 241, 0.55), transparent 70%);
}

.cta-shell {
  position: relative;
  z-index: 1;
}

.cta-panel {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cta-label {
  display: inline-block;
  margin-bottom: 18px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-700);
}

.cta-panel h2 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}

.cta-panel > p {
  margin: 0 auto 36px;
  max-width: 52ch;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
  color: var(--text-secondary);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn--primary {
  background: var(--primary-700);
  color: #ffffff;
  border: 1.5px solid var(--primary-700);
  box-shadow: 0 10px 28px rgba(15, 118, 110, 0.22);
}

.cta-btn--primary:hover {
  background: var(--primary-800);
  border-color: var(--primary-800);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(15, 118, 110, 0.28);
}

.cta-btn--secondary {
  background: transparent;
  color: var(--primary-800);
  border: 1.5px solid rgba(15, 118, 110, 0.28);
}

.cta-btn--secondary:hover {
  background: rgba(15, 118, 110, 0.06);
  border-color: var(--primary-700);
  transform: translateY(-1px);
}

.cta-note {
  margin: 28px 0 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--text-light);
}

.cta-section [data-fade] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.cta-section.is-visible [data-fade] {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .cta-section [data-fade] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Soft handoff into the dark footer */
body:has(.cta-section) .footer {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .hero-section {
    min-height: 0;
    padding: 24px 0 40px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-content {
    max-width: none;
  }

  .hero-content h1 {
    font-size: clamp(36px, 6vw, 48px);
  }

  .hero-lead {
    max-width: 520px;
  }

  .hero-image {
    height: clamp(380px, 58vw, 520px);
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 16px 0 32px;
  }

  .hero-content h1 {
    font-size: clamp(32px, 8.5vw, 40px);
    margin-bottom: 16px;
  }

  .hero-lead {
    max-width: none;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 24px;
  }

  .hero-buttons .btn {
    width: 100%;
    height: 52px;
  }

  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }

  .hero-stats li {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-trust {
    padding-top: 16px;
    font-size: 13px;
  }

  .hero-image {
    height: min(420px, 70vw);
    border-radius: 20px;
  }

  .hero-image-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero-image-meta h3 {
    font-size: 18px;
  }

  .cta-section {
    padding-block: 80px;
  }

  .cta-panel h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 12px 0 28px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 1.15;
  }

  .hero-title-line {
    display: inline;
  }

  .hero-title-line + .hero-title-line::before {
    content: " ";
  }

  .hero-image {
    height: 300px;
    border-radius: 18px;
  }
}
