/* ========================================
   Plan detail pages - reference layout
   ======================================== */

.plan-detail-layout {
  background:
    radial-gradient(circle at 12% 0%, rgba(225, 12, 0, 0.045), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #f8f7f5 100%);
  color: #080808;
  overflow-x: hidden;
  padding: clamp(6.2rem, 10vw, 7.2rem) max(1rem, calc((100vw - 1180px) / 2 + 1rem)) 3rem;
}

.plan-detail-layout :where(section, article, aside, div, h1, h2, h3, p, ul, li, span, strong, small, a, table) {
  max-width: 100%;
  min-width: 0;
}

.plan-detail-hero {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: 1fr;
  align-items: start;
  margin-bottom: clamp(1.6rem, 3.5vw, 2.4rem);
}

.plan-detail-back {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.7rem;
  color: var(--saab-red) !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.plan-detail-back:hover {
  color: var(--saab-red-hover) !important;
}

.plan-detail-badge {
  display: inline-flex;
  min-width: 8.5rem;
  min-height: 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 8, 8, 0.24);
  border-radius: 0.42rem;
  padding: 0.35rem 0.8rem;
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.plan-detail-mentorship-kicker,
.plan-detail-plan-selected {
  display: block;
  width: fit-content;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.plan-detail-mentorship-kicker {
  margin: 0 0 0.55rem;
  color: var(--saab-red);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.plan-detail-plan-selected {
  margin: 0 0 0.8rem;
  color: rgba(8, 8, 8, 0.58);
  font-size: 0.64rem;
  letter-spacing: 0.16em;
}

.plan-detail-layout--health {
  --health-front-accent: #E10C00;
  --health-front-accent-rgb: 225, 12, 0;
}

.plan-detail-layout--health .plan-detail-mentorship-kicker,
.plan-detail-layout--health .plan-detail-hero > div > strong,
.plan-detail-layout--health .plan-detail-price-value,
.plan-detail-layout--health .plan-detail-mini-card i,
.plan-detail-layout--health .plan-detail-check-list i,
.plan-detail-layout--health .plan-detail-services-grid i,
.plan-detail-layout--health .plan-detail-section-title h2::after,
.plan-detail-layout--health .plan-detail-services-band h2::after,
.plan-detail-layout--health .plan-detail-two-cols h2::after,
.plan-detail-layout--health .plan-detail-white-section h2::after,
.plan-detail-layout--health .plan-health-exclusive-kicker,
.plan-detail-layout--health .plan-health-program-eyebrow {
  color: var(--health-front-accent);
}

.plan-detail-layout--health .plan-detail-mentorship-kicker {
  text-shadow: 0 0 1rem rgba(var(--health-front-accent-rgb), 0.3);
}

.plan-detail-layout--health .plan-detail-badge {
  border-color: rgba(var(--health-front-accent-rgb), 0.48);
  background: rgba(var(--health-front-accent-rgb), 0.12);
  color: var(--health-front-accent);
  box-shadow: 0 0.7rem 1.5rem rgba(var(--health-front-accent-rgb), 0.13);
}

.plan-detail-layout--health .plan-detail-primary-cta {
  border-color: rgba(var(--health-front-accent-rgb), 0.88);
  background: linear-gradient(180deg, rgba(var(--health-front-accent-rgb), 0.98), #C20A00);
  box-shadow: 0 1rem 2.2rem rgba(var(--health-front-accent-rgb), 0.22);
}

.plan-detail-layout--health .plan-detail-primary-cta:hover {
  border-color: rgba(var(--health-front-accent-rgb), 1);
  background: linear-gradient(180deg, #E10C00, #A30800);
}

.plan-detail-layout--health .plan-detail-section-title h2::after,
.plan-detail-layout--health .plan-detail-services-band h2::after,
.plan-detail-layout--health .plan-detail-two-cols h2::after,
.plan-detail-layout--health .plan-detail-white-section h2::after,
.plan-detail-layout--health .plan-health-people-grid figure::after {
  background: var(--health-front-accent);
}

.plan-detail-layout--health .plan-health-exclusive {
  background:
    radial-gradient(circle at 100% 20%, rgba(var(--health-front-accent-rgb), 0.22), transparent 18rem),
    linear-gradient(135deg, #111216 0%, #070708 100%);
}

.plan-detail-hero h1 {
  margin: 1.1rem 0 0;
  color: #080808;
  font-family: 'Sora', sans-serif;
  font-size: clamp(3rem, 7vw, 5.25rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.plan-detail-hero-copy > strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--saab-red);
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.65rem);
  font-weight: 900;
  line-height: 1;
}

.plan-detail-tagline {
  margin: 0.9rem 0 0.85rem;
  color: #080808 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.plan-detail-description {
  max-width: 34rem;
  margin: 0;
  color: rgba(8, 8, 8, 0.62);
  font-family: 'Sora', sans-serif;
  font-size: 0.96rem;
  line-height: 1.8;
}

.plan-detail-layout .plan-detail-muted {
  color: rgba(8, 8, 8, 0.62) !important;
}

.plan-detail-investment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 16rem);
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.6rem);
  border: 0;
  border-top: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 0;
  background: transparent;
  padding: clamp(1rem, 2vw, 1.4rem) 0 clamp(1.6rem, 4vw, 2.4rem);
  box-shadow: none;
  margin-bottom: clamp(2rem, 5vw, 3.2rem);
}

.plan-detail-investment--solo {
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 16rem);
}

.plan-detail-investment > span {
  display: block;
  margin-bottom: 1.05rem;
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.plan-detail-investment strong {
  display: block;
  color: #080808;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 2.45rem);
  font-weight: 900;
  line-height: 1.12;
}

.plan-detail-investment small {
  display: block;
  margin-top: 0.4rem;
  color: rgba(8, 8, 8, 0.55);
  font-size: 0.88rem;
}

.plan-detail-price-solo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.plan-detail-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.plan-detail-price-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.plan-detail-price-card + .plan-detail-price-card {
  padding-left: clamp(0.85rem, 2vw, 1.2rem);
  border-left: 1px solid rgba(8, 8, 8, 0.12);
}

.plan-detail-price-card--featured {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.plan-detail-price-card-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.plan-detail-price-eyebrow {
  display: inline-block;
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.plan-detail-price-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  border-radius: 0.32rem;
  background: #E10C00;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
}

.plan-detail-price-value {
  display: block;
  color: #080808;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.plan-detail-price-solo .plan-detail-price-value {
  font-size: clamp(1.9rem, 3.6vw, 2.45rem);
  line-height: 1.12;
  color: var(--saab-red, #E10C00);
}

.plan-detail-price-period {
  display: block;
  color: rgba(8, 8, 8, 0.55);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.plan-detail-price-caption {
  display: block;
  color: rgba(8, 8, 8, 0.55);
  font-size: 0.88rem;
}


.plan-detail-primary-cta {
  display: inline-flex;
  width: 100%;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  border: 0;
  border-radius: 0.42rem;
  background: linear-gradient(180deg, #f3130d 0%, #e30803 100%);
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 0.7rem 1.5rem rgba(225, 12, 0, 0.22);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-detail-primary-cta:hover {
  background: #c20a00;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 1rem 2rem rgba(225, 12, 0, 0.28);
}

.plan-detail-investment .plan-detail-primary-cta {
  margin-top: 0;
}

.plan-detail-investment em {
  grid-column: 2 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  color: rgba(8, 8, 8, 0.52);
  font-size: 0.78rem;
  font-style: normal;
}

.plan-detail-investment .plan-detail-price-grid,
.plan-detail-investment .plan-detail-price-solo {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.plan-detail-investment .plan-detail-primary-cta {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: center;
}

@media (max-width: 768px) {
  .plan-detail-investment,
  .plan-detail-investment--solo {
    grid-template-columns: 1fr;
  }

  .plan-detail-investment .plan-detail-price-grid,
  .plan-detail-investment .plan-detail-price-solo,
  .plan-detail-investment .plan-detail-primary-cta,
  .plan-detail-investment em {
    grid-column: 1 / 2;
    grid-row: auto;
  }
}

@media (max-width: 540px) {
  .plan-detail-price-grid {
    grid-template-columns: 1fr;
  }
}

.plan-detail-section-title {
  text-align: center;
}

.plan-detail-section-title h2,
.plan-detail-services-band h2,
.plan-detail-two-cols h2,
.plan-detail-white-section h2,
.plan-health-exclusive h2,
.plan-health-program h2 {
  position: relative;
  margin: 0 0 1.6rem;
  color: #080808;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0;
}

.plan-detail-section-title h2::after,
.plan-detail-services-band h2::after,
.plan-detail-two-cols h2::after,
.plan-detail-white-section h2::after,
.plan-health-exclusive h2::after,
.plan-health-program h2::after {
  content: '';
  display: block;
  width: 2.1rem;
  height: 0.15rem;
  margin: 0.55rem auto 0;
  border-radius: 999px;
  background: var(--saab-red);
}

.plan-detail-included-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 1.4rem;
}

@media (min-width: 992px) {
  .plan-detail-included-grid.is-four-cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.plan-detail-mini-card {
  display: grid;
  min-height: 11.2rem;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(8, 8, 8, 0.055);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.86);
  padding: 1.25rem 0.9rem;
  text-align: center;
  box-shadow: 0 0.9rem 2.1rem rgba(0, 0, 0, 0.045);
}

.plan-detail-mini-card i {
  margin-bottom: 1.1rem;
  color: var(--saab-red);
  font-size: 1.75rem;
}

.plan-detail-mini-card p {
  margin: 0;
  color: #111;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.45;
}

.plan-detail-services-band {
  border-radius: 0.58rem;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.05), transparent 18rem),
    linear-gradient(135deg, #111216 0%, #09090b 100%);
  padding: clamp(1.6rem, 4vw, 2.35rem);
  color: #fff;
  margin-bottom: 2rem;
}

.plan-detail-services-band h2 {
  color: #fff;
  text-align: center;
}

.plan-detail-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 992px) {
  .plan-detail-services-grid.is-three-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.plan-detail-services-grid.is-empty {
  grid-template-columns: 1fr;
}

.plan-detail-services-grid article {
  display: grid;
  min-height: 7.1rem;
  align-content: center;
  justify-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.4rem 1.4rem;
  text-align: center;
}

.plan-detail-services-grid article:last-child {
  border-right: 0;
}

.plan-detail-services-grid i {
  margin-bottom: 0.75rem;
  color: var(--saab-red);
  font-size: 1.8rem;
}

.plan-detail-services-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.45;
}

.plan-detail-two-cols {
  display: grid;
  gap: clamp(2rem, 7vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 1.8rem;
}

.plan-detail-two-cols h2,
.plan-detail-white-section h2 {
  margin-bottom: 1.25rem;
}

.plan-detail-two-cols h2::after,
.plan-detail-white-section h2::after {
  margin-left: 0;
}

.plan-detail-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.plan-detail-spec-table th,
.plan-detail-spec-table td {
  border-bottom: 1px solid rgba(8, 8, 8, 0.12);
  padding: 0.48rem 0;
  color: #111;
  font-size: 0.85rem;
  line-height: 1.35;
}

.plan-detail-spec-table th {
  width: 42%;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-align: left;
  text-transform: uppercase;
}

.plan-detail-spec-table td {
  font-weight: 700;
  text-align: right;
}

.plan-detail-spec-table .is-muted {
  color: rgba(8, 8, 8, 0.46);
}

.plan-detail-check-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-detail-check-list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  color: #111;
  font-size: 0.88rem;
  line-height: 1.45;
}

.plan-detail-check-list i {
  margin-top: 0.18rem;
  color: var(--saab-red);
  font-size: 0.78rem;
}

.plan-detail-white-section {
  margin-bottom: 2rem;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  background: transparent;
  padding: 2rem 0 0;
}

.plan-detail-white-section p,
.plan-detail-muted {
  margin: 0 0 0.85rem;
  color: rgba(8, 8, 8, 0.62);
  line-height: 1.65;
}

.plan-health-section-subtitle {
  max-width: 46rem;
  color: #111 !important;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.plan-health-section-description {
  max-width: 48rem;
  font-size: 0.9rem;
}

.plan-health-exclusive {
  display: grid;
  justify-items: center;
  margin-bottom: 1.4rem;
  border-radius: 0.58rem;
  background:
    radial-gradient(circle at 100% 20%, rgba(225, 12, 0, 0.2), transparent 18rem),
    linear-gradient(135deg, #111216 0%, #070708 100%);
  padding: clamp(1.45rem, 4vw, 2.15rem);
  color: #fff;
  text-align: center;
}

.plan-health-exclusive-kicker,
.plan-health-program-eyebrow {
  display: block;
  color: var(--saab-red);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
}

.plan-health-exclusive h2 {
  max-width: 40rem;
  margin: 0.65rem 0 1rem;
  color: #fff;
  text-align: center;
}

.plan-health-exclusive h2::after,
.plan-health-program h2::after {
  margin-left: auto;
}

.plan-health-exclusive .plan-detail-primary-cta {
  max-width: 17rem;
}

.plan-health-program {
  margin-bottom: 1.4rem;
  border: 1px solid rgba(8, 8, 8, 0.06);
  border-radius: 0.58rem;
  background: #fff;
  padding: clamp(1.35rem, 3vw, 1.8rem);
  text-align: center;
}

.plan-health-program-eyebrow {
  margin-bottom: 0.55rem;
}

.plan-health-program h2 {
  margin-bottom: 1.4rem;
  text-align: center;
}

.plan-health-program-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: left;
}

.plan-health-program-card {
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 0.5rem;
  background: #f8f7f5;
  padding: 1rem;
}

.plan-health-program-card h3 {
  margin: 0 0 0.78rem;
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.plan-health-program-card ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-health-program-card li {
  position: relative;
  padding-left: 1rem;
  color: rgba(8, 8, 8, 0.74);
  font-size: 0.84rem;
  line-height: 1.4;
}

.plan-health-program-card li::before {
  content: '';
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: var(--saab-red);
}

.plan-detail-note-light {
  margin: 0 0 1.4rem;
  border-left: 3px solid var(--saab-red);
  background: #fff;
  padding: 1rem 1.15rem;
  color: #111;
  font-weight: 800;
}

.plan-detail-final-cta {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 18rem);
  align-items: center;
  border-radius: 0.58rem;
  background:
    radial-gradient(circle at right, rgba(255, 255, 255, 0.06), transparent 18rem),
    linear-gradient(135deg, #101114 0%, #070708 100%);
  padding: clamp(1.4rem, 3vw, 1.8rem) clamp(1.4rem, 4vw, 2.2rem);
  color: #fff;
}

.plan-detail-final-cta span {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.55);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.plan-detail-final-cta strong {
  display: block;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.35;
}

.plan-detail-cta-actions {
  display: grid;
  gap: 0.72rem;
}

.plan-detail-secondary-cta {
  display: inline-flex;
  width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0.42rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.plan-detail-secondary-cta:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
  transform: translateY(-1px);
}

.plan-health-icon-list {
  display: grid;
  gap: 0.42rem;
}

.plan-health-icon-list.is-large {
  gap: 0.8rem;
}

.plan-health-icon-list div {
  display: grid;
  grid-template-columns: 1.65rem minmax(0, 1fr);
  align-items: center;
  gap: 0.62rem;
}

.plan-health-icon-list.is-large div {
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
}

.plan-health-icon-list i {
  color: var(--saab-red);
  font-size: 1.1rem;
  text-align: center;
}

.plan-health-icon-list.is-large i {
  font-size: 1.35rem;
}

.plan-health-icon-list span {
  color: rgba(8, 8, 8, 0.68);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.plan-health-icon-list.is-large span {
  font-size: 0.88rem;
  color: #111;
  font-weight: 500;
}

.plan-health-people-grid {
  display: grid;
  gap: 0.62rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 0.75rem;
}

.plan-health-carousel {
  position: relative;
  margin-top: 1.5rem;
}

.plan-health-carousel-nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
  padding-right: 0.15rem;
}

.plan-health-carousel-button {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 50%;
  background: #fff;
  color: #080808;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  cursor: pointer;
}

.plan-health-carousel-button:hover {
  border-color: rgba(225, 12, 0, 0.38);
  background: var(--saab-red);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0.6rem 1.4rem rgba(225, 12, 0, 0.2);
}

.plan-health-carousel-track.plan-health-people-grid {
  display: flex;
  gap: 1.2rem;
  grid-template-columns: none;
  margin-top: 0;
  overflow-x: auto;
  padding: 0.2rem 0.2rem 1.5rem;
  scroll-padding-inline: 0.2rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.plan-health-carousel-track.plan-health-people-grid.is-grabbing {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.plan-health-carousel-track.plan-health-people-grid::-webkit-scrollbar {
  display: none;
}

.plan-health-carousel-track.plan-health-people-grid article {
  flex: 0 0 clamp(16rem, 24vw, 18rem);
  scroll-snap-align: start;
}

.plan-health-people-grid.is-specialists {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.plan-health-card-premium {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
}

.plan-health-card-premium figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 5;
  background: transparent;
}

.plan-health-card-premium figure::after {
  display: none;
}

.plan-health-card-premium img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.plan-health-card-premium:hover img {
  transform: scale(1.03);
}

.plan-health-card-premium figure span {
  display: grid;
  height: 100%;
  place-items: center;
  color: rgba(8, 8, 8, 0.38);
  font-size: 0.76rem;
}

.plan-health-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.2rem 0 0;
}

.plan-health-card-content strong {
  color: #0a0a0a;
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.2rem;
  letter-spacing: -0.02em;
}

.plan-health-person-role {
  color: var(--saab-red);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}

.plan-health-person-description {
  color: rgba(10, 10, 10, 0.7);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0 0 1.2rem;
  flex-grow: 1;
}

.plan-health-person-credential {
  display: inline-block;
  padding-top: 0.8rem;
  margin-top: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #0a0a0a;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .plan-detail-hero,
  .plan-detail-two-cols,
  .plan-detail-final-cta {
    grid-template-columns: 1fr;
  }

  .plan-detail-included-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plan-health-people-grid,
  .plan-health-people-grid.is-specialists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-detail-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-health-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-detail-services-grid article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .plan-detail-layout {
    padding-top: 5.5rem;
    padding-inline: 0;
  }

  .plan-detail-layout > * {
    width: min(100%, calc(100vw - 2rem));
    margin-left: 1rem;
    margin-right: auto;
  }

  .plan-detail-layout > .plan-detail-hero,
  .plan-detail-layout > .plan-detail-investment,
  .plan-detail-layout > .plan-detail-section-title,
  .plan-detail-layout > .plan-detail-included-grid,
  .plan-detail-layout > .plan-detail-two-cols,
  .plan-detail-layout > .plan-detail-services-band,
  .plan-detail-layout > .plan-detail-white-section,
  .plan-detail-layout > .plan-health-exclusive,
  .plan-detail-layout > .plan-health-program,
  .plan-detail-layout > .plan-detail-note-light,
  .plan-detail-layout > .plan-detail-final-cta {
    width: min(100%, 21.5rem) !important;
    max-width: 21.5rem !important;
  }

  .plan-detail-layout > .plan-detail-investment,
  .plan-detail-layout > .plan-detail-final-cta {
    width: auto !important;
    max-width: none !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    box-sizing: border-box;
  }

  .plan-detail-investment,
  .plan-detail-final-cta,
  .plan-detail-primary-cta,
  .plan-detail-secondary-cta {
    box-sizing: border-box;
  }

  .plan-detail-investment {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plan-detail-final-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (max-width: 480px) {
    .plan-detail-layout > * {
      width: min(100%, 21.5rem);
    }
  }

  .plan-detail-hero h1 {
    font-size: clamp(2.25rem, 12vw, 2.55rem);
    overflow-wrap: anywhere;
  }

  .plan-detail-tagline,
  .plan-detail-description,
  .plan-detail-section-title h2,
  .plan-detail-services-band h2,
  .plan-detail-two-cols h2,
  .plan-detail-white-section h2,
  .plan-detail-mini-card p,
  .plan-detail-services-grid p,
  .plan-detail-check-list li,
  .plan-health-icon-list span,
  .plan-health-section-description,
  .plan-health-program-card li {
    overflow-wrap: anywhere;
  }

  .plan-detail-mini-card p,
  .plan-detail-services-grid p,
  .plan-health-icon-list span {
    width: 100%;
  }

  .plan-detail-tagline {
    letter-spacing: 0.16em;
  }

  .plan-detail-primary-cta,
  .plan-detail-secondary-cta {
    width: calc(100% - 2rem);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 0.85rem;
    white-space: normal;
  }

  .plan-detail-investment .plan-detail-primary-cta,
  .plan-health-exclusive .plan-detail-primary-cta,
  .plan-detail-final-cta .plan-detail-primary-cta,
  .plan-detail-final-cta .plan-detail-secondary-cta {
    width: min(100%, 18rem) !important;
    max-width: calc(100vw - 4rem) !important;
  }

  .plan-detail-included-grid,
  .plan-detail-services-grid,
  .plan-health-people-grid,
  .plan-health-people-grid.is-specialists,
  .plan-health-program-grid {
    grid-template-columns: 1fr;
  }

  .plan-health-carousel {
    padding-inline: 0;
  }

  .plan-health-carousel-track.plan-health-people-grid article {
    flex-basis: min(19rem, 86vw);
  }

  .plan-health-carousel-button {
    top: 5rem;
  }

  .plan-health-carousel-button.is-prev {
    left: 0.5rem;
  }

  .plan-health-carousel-button.is-next {
    right: 0.5rem;
  }

  .plan-detail-services-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .plan-detail-services-grid article:last-child {
    border-bottom: 0;
  }

  .plan-detail-spec-table,
  .plan-detail-spec-table tbody,
  .plan-detail-spec-table tr,
  .plan-detail-spec-table th,
  .plan-detail-spec-table td {
    display: block;
    width: 100%;
  }

  .plan-detail-spec-table tr {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(8, 8, 8, 0.12);
  }

  .plan-detail-spec-table tr:last-child {
    border-bottom: none;
  }

  .plan-detail-spec-table th,
  .plan-detail-spec-table td {
    border: none !important;
    text-align: left;
    padding: 0 !important;
  }

  .plan-detail-spec-table th {
    margin-bottom: 0.35rem;
    font-size: 0.62rem;
    opacity: 0.65;
  }

  .plan-detail-spec-table td {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  /* --- REESTRUTURAÇÃO EDITORIAL MOBILE --- */
  
  /* 1. Fim do Box-in-Box para "O que você recebe" */
  .plan-detail-included-grid {
    gap: 0;
  }
  .plan-detail-mini-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-items: flex-start;
    text-align: left;
    min-height: auto;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(8,8,8,0.06);
    border-radius: 0;
  }
  .plan-detail-mini-card:last-child {
    border-bottom: none;
  }
  .plan-detail-mini-card i {
    margin-bottom: 0;
    margin-right: 1.2rem;
    margin-top: 0.15rem;
    font-size: 1.6rem;
  }
  .plan-detail-mini-card p {
    font-size: 0.95rem;
    line-height: 1.35;
  }

  /* 2. Seção Escura de Especialidades/Serviços */
  .plan-detail-services-grid {
    gap: 0;
  }
  .plan-detail-services-grid article {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: flex-start;
    text-align: left;
    min-height: auto;
    padding: 1.2rem 0;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  }
  .plan-detail-services-grid article:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
  }
  .plan-detail-services-grid i {
    margin-bottom: 0;
    margin-right: 1.2rem;
    font-size: 1.4rem;
  }
  .plan-detail-services-grid p {
    font-size: 0.85rem;
    line-height: 1.4;
  }

  /* 3. Clube de Benefícios e Programas */
  .plan-health-program-card {
    border: none;
    background: transparent;
    padding: 0;
    margin-bottom: 2rem;
  }
  .plan-health-program-card h3 {
    font-size: 0.85rem;
    color: var(--saab-red);
  }
  
  /* 4. Caixa de Nota (Consulte Plano) */
  .plan-detail-note-light {
    border: none;
    border-left: 3px solid var(--saab-red);
    background: transparent;
    padding: 0.5rem 0 0.5rem 1rem;
    margin: 1.5rem 0 0;
  }

  /* 5. Padronização Editorial para Outros Planos (Equipe e Especialistas) */
  .plan-page-people {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .plan-page-people article {
    background: transparent;
    padding: 0 0 0 1rem;
    border-left: 2px solid var(--saab-red);
  }
  .plan-page-people strong {
    font-size: 0.95rem;
  }
  .plan-page-people span {
    font-size: 0.85rem;
  }
}

/* ============================================================
   Health modality pages - folder-inspired overrides
   Applies to /plano-health-corrida/, /plano-health-ciclismo/ and /plano-health-triathlon/.
   ============================================================ */

.plan-detail-layout--health {
  position: relative;
  background: #fff;
  padding-top: clamp(6.2rem, 10vw, 7.2rem);
}

.plan-detail-layout--health::before {
  content: "SAAB";
  position: absolute;
  top: 6.4rem;
  left: -1rem;
  z-index: 0;
  color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(6.5rem, 18vw, 18rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.16;
  pointer-events: none;
  transform: skewX(-14deg);
  -webkit-text-stroke: 1px rgba(225, 12, 0, 0.36);
  text-stroke: 1px rgba(225, 12, 0, 0.36);
}

.plan-detail-layout--health > * {
  position: relative;
  z-index: 1;
}

.plan-detail-layout--health .plan-detail-badge,
.plan-detail-layout--health .plan-detail-section-title h2,
.plan-detail-layout--health .plan-detail-services-band h2,
.plan-detail-layout--health .plan-detail-two-cols h2,
.plan-detail-layout--health .plan-detail-white-section h2,
.plan-detail-layout--health .plan-health-exclusive-kicker,
.plan-detail-layout--health .plan-health-program-eyebrow {
  position: relative;
}

.plan-detail-layout--health .plan-detail-badge {
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #130607;
}

.plan-detail-layout--health .plan-detail-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 2px solid var(--health-front-accent);
  transform: skewX(-24deg);
}

.plan-detail-layout--health .plan-detail-badge::after {
  content: "";
  position: absolute;
  left: -2.4rem;
  top: 0;
  width: 1.8rem;
  height: 100%;
  background: var(--health-front-accent);
  transform: skewX(-28deg);
}

.plan-detail-layout--health .plan-detail-services-band,
.plan-detail-layout--health .plan-detail-white-section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100vw;
  max-width: none !important;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border: 0;
  border-top: 1px solid rgba(19, 6, 7, 0.08);
  border-radius: 0;
  background: #fff;
  color: #130607;
  padding: clamp(2.6rem, 5vw, 4.6rem) max(1rem, calc((100vw - 1180px) / 2 + 1rem));
}

.plan-detail-layout--health .plan-detail-services-band::before,
.plan-detail-layout--health .plan-detail-white-section::before {
  content: "SAAB";
  position: absolute;
  top: -1.8rem;
  left: -0.4rem;
  z-index: 0;
  color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(6rem, 16vw, 15rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.18;
  pointer-events: none;
  transform: skewX(-14deg);
  -webkit-text-stroke: 1px rgba(225, 12, 0, 0.18);
  text-stroke: 1px rgba(225, 12, 0, 0.18);
}

.plan-detail-layout--health .plan-detail-services-band::after,
.plan-detail-layout--health .plan-detail-white-section::after {
  display: none;
}

.plan-detail-layout--health .plan-detail-services-band > *,
.plan-detail-layout--health .plan-detail-white-section > * {
  position: relative;
  z-index: 1;
}

.plan-detail-layout--health .plan-detail-services-band h2,
.plan-detail-layout--health .plan-detail-white-section h2 {
  display: table;
  isolation: isolate;
  min-height: 2.35rem;
  margin: 0 auto 1.35rem;
  padding: 0.52rem clamp(1.1rem, 3vw, 2.35rem);
  color: #130607;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.68rem, 1vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.plan-detail-layout--health .plan-detail-services-band h2::before,
.plan-detail-layout--health .plan-detail-white-section h2::before {
  content: "";
  position: absolute;
  left: -2.4rem;
  top: 0;
  width: 1.8rem;
  height: 100%;
  background: var(--health-front-accent);
  transform: skewX(-28deg);
}

.plan-detail-layout--health .plan-detail-services-band h2::after,
.plan-detail-layout--health .plan-detail-white-section h2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: auto;
  height: auto;
  margin: 0;
  border: 2px solid var(--health-front-accent);
  border-radius: 0;
  background: transparent;
  transform: skewX(-24deg);
}

.plan-detail-layout--health .plan-health-section-subtitle,
.plan-detail-layout--health .plan-health-section-description,
.plan-detail-layout--health .plan-detail-white-section p,
.plan-detail-layout--health .plan-detail-white-section .plan-detail-muted {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  color: rgba(19, 6, 7, 0.68) !important;
  text-align: center;
}

.plan-detail-layout--health .plan-health-section-subtitle {
  color: #130607 !important;
}

.plan-detail-layout--health .plan-detail-services-grid {
  max-width: 66rem;
  margin: 1.7rem auto 0;
}

.plan-detail-layout--health .plan-detail-services-grid article {
  border-right-color: rgba(19, 6, 7, 0.12);
}

.plan-detail-layout--health .plan-detail-services-grid p {
  color: rgba(19, 6, 7, 0.82);
}

.plan-detail-layout--health .plan-health-carousel {
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.plan-detail-layout--health .plan-health-carousel-nav {
  display: none;
}

.plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1.4rem, 2.4vw, 2.2rem);
  overflow: visible;
  padding: 0;
  cursor: default;
  scroll-snap-type: none;
}

.plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid.is-specialists {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid article {
  flex: initial;
  scroll-snap-align: none;
}

.plan-detail-layout--health .plan-health-card-premium {
  display: block;
  min-width: 0;
  text-align: center;
}

.plan-detail-layout--health .plan-health-card-premium figure {
  overflow: hidden;
  max-width: 16.2rem;
  aspect-ratio: 1 / 1.12;
  margin: 0 auto 0.95rem;
  background: #f4f1f1;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.plan-detail-layout--health .plan-health-card-premium figure::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(225, 12, 0, 0.38);
  background: transparent;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  pointer-events: none;
}

.plan-detail-layout--health .plan-health-card-premium img {
  transform: none !important;
}

.plan-detail-layout--health .plan-health-card-content {
  display: block;
  padding: 0;
}

.plan-detail-layout--health .plan-health-card-content strong {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 2.05rem;
  margin: 0 auto 0.7rem;
  padding: 0.4rem 0.9rem;
  color: #130607;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.62rem, 0.82vw, 0.76rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.12;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.plan-detail-layout--health .plan-health-card-content strong::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  border: 1px solid rgba(225, 12, 0, 0.92);
  transform: skewX(-22deg);
}

.plan-detail-layout--health .plan-health-person-role {
  display: block;
  color: var(--health-front-accent);
  font-family: "Montserrat", sans-serif;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.plan-detail-layout--health .plan-health-person-description,
.plan-detail-layout--health .plan-health-person-credential {
  color: rgba(19, 6, 7, 0.68);
}

.plan-detail-layout--health .plan-health-person-credential {
  border-top-color: rgba(19, 6, 7, 0.12);
}

@media (max-width: 1180px) {
  .plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid,
  .plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid.is-specialists {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid,
  .plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid.is-specialists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .plan-detail-layout--health {
    padding-inline: 0;
  }

  .plan-detail-layout--health > .plan-detail-services-band,
  .plan-detail-layout--health > .plan-detail-white-section {
    box-sizing: border-box;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 3rem 1rem !important;
  }

  .plan-detail-layout--health > .plan-health-exclusive,
  .plan-detail-layout--health > .plan-health-program {
    width: auto !important;
    max-width: none !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    box-sizing: border-box;
  }

  .plan-detail-layout--health .plan-health-exclusive {
    padding: 1.6rem 1rem;
  }

  .plan-detail-layout--health .plan-health-exclusive h2 {
    max-width: 17rem;
    font-size: clamp(1.35rem, 7.5vw, 1.75rem);
    line-height: 1.06;
    overflow-wrap: normal;
  }

  .plan-detail-layout--health .plan-detail-services-band h2,
  .plan-detail-layout--health .plan-detail-white-section h2 {
    display: inline-flex;
    max-width: calc(100vw - 6.5rem);
    min-height: 2rem;
    margin-left: 2.2rem;
    padding: 0.45rem 0.9rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-align: left;
  }

  .plan-detail-layout--health .plan-detail-services-band h2::before,
  .plan-detail-layout--health .plan-detail-white-section h2::before {
    left: -2rem;
    width: 1.55rem;
  }

  .plan-detail-layout--health .plan-health-section-subtitle,
  .plan-detail-layout--health .plan-health-section-description,
  .plan-detail-layout--health .plan-detail-white-section p,
  .plan-detail-layout--health .plan-detail-white-section .plan-detail-muted {
    text-align: left;
  }

  .plan-detail-layout--health .plan-health-carousel {
    width: 100%;
    max-width: 100%;
  }

  .plan-detail-layout--health .plan-health-carousel-nav {
    display: flex;
    justify-content: flex-start;
    gap: 0.65rem;
    margin: -0.35rem 0 1rem;
    padding-left: 0.3rem;
  }

  .plan-detail-layout--health .plan-health-carousel-button {
    position: static;
  }

  .plan-detail-layout--health .plan-detail-services-grid article {
    min-width: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .plan-detail-layout--health .plan-detail-services-grid p,
  .plan-detail-layout--health .plan-health-card-content strong,
  .plan-detail-layout--health .plan-health-person-role,
  .plan-detail-layout--health .plan-health-person-description,
  .plan-detail-layout--health .plan-health-person-credential {
    max-width: calc(100vw - 2rem);
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid,
  .plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid.is-specialists {
    display: flex;
    grid-template-columns: none;
    gap: 1.15rem;
    overflow-x: auto;
    padding: 0.2rem 0.3rem 1.35rem;
    scroll-padding-inline: 0.3rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
  }

  .plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid::-webkit-scrollbar {
    display: none;
  }

  .plan-detail-layout--health .plan-health-carousel-track.plan-health-people-grid article {
    flex: 0 0 min(78vw, 17.5rem);
    scroll-snap-align: start;
  }

  .plan-detail-layout--health .plan-health-card-premium figure {
    max-width: 100%;
  }
}
