.pricing-intro {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.pricing-intro h2,
.comparison-heading h2,
.support-heading h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font: 700 clamp(2rem, 4vw, 3rem) 'Playfair Display', serif;
}

.pricing-intro p,
.comparison-heading p,
.support-heading p {
  color: #66798b;
  line-height: 1.7;
}

.commitment-note {
  max-width: 860px;
  margin: 0 auto 34px;
  padding: 18px 22px;
  border: 1px solid rgba(196, 114, 142, .28);
  border-radius: 18px;
  background: rgba(196, 114, 142, .08);
  color: var(--navy);
  text-align: center;
  line-height: 1.6;
}

.coaching-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.coaching-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(169, 199, 227, .72);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(28, 43, 58, .07);
}

.coaching-card.featured {
  border: 2px solid var(--pink);
  box-shadow: 0 14px 38px rgba(196, 114, 142, .17);
}

.popular-label {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 11px;
  border-radius: 99px;
  background: var(--pink);
  color: #fff;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.coaching-card h3 {
  margin: 12px 0 8px;
  color: var(--navy);
  font: 700 1.55rem 'Playfair Display', serif;
}

.coaching-card > p {
  color: #66798b;
  font-size: .9rem;
  line-height: 1.65;
}

.coaching-price {
  margin: 20px 0 4px;
  color: var(--pink);
  font: 700 2.35rem 'Playfair Display', serif;
}

.coaching-price small {
  color: #7b8b99;
  font: 600 .82rem 'Inter', sans-serif;
}

.coaching-card .details {
  flex: 1;
}

.coaching-card .button {
  width: 100%;
  text-align: center;
}

.comparison-section {
  padding: 78px 24px;
  background: #fff;
}

.comparison-heading,
.support-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.comparison-wrap {
  max-width: 980px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #dfe8ef;
  border-radius: 22px;
  box-shadow: 0 8px 28px rgba(28, 43, 58, .06);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #edf1f4;
  text-align: center;
  font-size: .86rem;
}

.comparison-table th {
  background: var(--navy);
  color: #fff;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
  font-weight: 700;
}

.comparison-table td:not(:first-child) {
  color: #5f7485;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.mobile-comparison {
  display: none;
}

.mobile-program-card {
  padding: 24px;
  border: 1px solid rgba(169, 199, 227, .72);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(28, 43, 58, .07);
}

.mobile-program-card.featured {
  border: 2px solid var(--pink);
}

.mobile-program-card h3 {
  margin-bottom: 14px;
  color: var(--navy);
  font: 700 1.5rem 'Playfair Display', serif;
}

.mobile-program-card ul {
  list-style: none;
}

.mobile-program-card li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid #edf1f4;
  color: #65798a;
  font-size: .84rem;
  line-height: 1.45;
}

.mobile-program-card li:last-child {
  border-bottom: 0;
}

.mobile-program-card li strong {
  flex: 0 0 43%;
  color: var(--navy);
}

.once-off-section {
  padding: 82px 24px;
  background: var(--light);
}

.support-grid {
  max-width: 520px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.support-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(28, 43, 58, .07);
  border-top: 4px solid var(--blue);
}

.support-card h3 {
  color: var(--navy);
  font: 700 1.25rem 'Playfair Display', serif;
}

.support-card p {
  flex: 1;
  margin: 10px 0 18px;
  color: #66798b;
  font-size: .86rem;
  line-height: 1.6;
}

.support-price {
  margin-bottom: 17px;
  color: var(--pink);
  font: 700 1.65rem 'Playfair Display', serif;
}

.support-card .button {
  width: 100%;
  text-align: center;
}

.program-call {
  max-width: 840px;
  margin: 58px auto 0;
  padding: 30px;
  border: 1px solid rgba(196, 114, 142, .25);
  border-radius: 24px;
  background: rgba(196, 114, 142, .08);
  text-align: center;
}

.program-call h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font: 700 1.55rem 'Playfair Display', serif;
}

.program-call p {
  max-width: 620px;
  margin: 0 auto 18px;
  color: #687d94;
  font-size: .88rem;
  line-height: 1.65;
}

@media (max-width: 850px) {
  .coaching-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .comparison-wrap {
    display: none;
  }

  .mobile-comparison {
    display: grid;
    gap: 16px;
    max-width: 620px;
    margin: auto;
  }
}
