/* Program: two self-contained learning tracks with one clear next action. */
.program .program-parts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px !important;
}

.program .program-part {
  position: relative;
  display: flex;
  min-height: 760px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(174, 109, 225, .56);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 4%, rgba(157, 86, 210, .2), transparent 34%),
    linear-gradient(160deg, rgba(23, 32, 47, .94), rgba(8, 14, 24, .98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 30px 74px rgba(0, 0, 0, .24);
  backdrop-filter: blur(12px);
}

.program .program-part::before {
  content: "";
  position: absolute;
  top: 104px;
  left: 0;
  width: 6px;
  height: 94px;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(180deg, #d5a2f3, #7b3db8);
  box-shadow: 0 0 28px rgba(177, 92, 227, .45);
}

/* One continuous living surface from the third section onward. */
@keyframes living-page-gradient {
  0%, 100% {
    background-position: 0% 12%, 100% 82%, 50% 50%;
  }
  50% {
    background-position: 100% 74%, 0% 24%, 50% 50%;
  }
}

:root[data-theme="dark"] body::before {
  background:
    radial-gradient(circle at 76% 24%, rgba(145, 76, 196, .16), transparent 30%),
    radial-gradient(circle at 18% 72%, rgba(61, 99, 151, .12), transparent 34%),
    linear-gradient(145deg, rgba(7, 13, 23, .96), rgba(13, 20, 33, .98));
  background-size: 176% 176%, 188% 188%, 100% 100%;
  animation: living-page-gradient 30s ease-in-out infinite;
}

:root[data-theme="dark"] main > .result-section,
:root[data-theme="dark"] main > .result-section ~ section {
  background: transparent !important;
  background-image: none !important;
}

:root[data-theme="dark"] main > .result-section::before,
:root[data-theme="dark"] main > .result-section ~ .section::before {
  background: none !important;
}

:root[data-theme="dark"] .final-offer {
  border-top-color: transparent;
}

/* Exclusion list: one clear cross at the start, without control-like circles. */
.not-for .dark-panel li {
  padding-left: 38px;
}

.not-for .dark-panel li::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  color: #dda4fa;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
}

.not-for .dark-panel li::after {
  content: none !important;
  display: none !important;
}

.not-for .dark-panel p::before {
  content: none !important;
  display: none !important;
}

.not-for .dark-panel p {
  padding-left: 0;
}

.not-for .dark-panel p + p {
  padding-left: 30px;
}

.program .program-part-info {
  position: relative;
  min-height: 282px;
  padding: 42px 42px 34px;
  overflow: hidden;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.program-card-illustration {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: right top;
  pointer-events: none;
  opacity: .48;
}

.program-card-illustration--feng { width: 300px; height: 278px; }
.program-card-illustration--stars { top: 18px; right: 22px; width: 208px; height: 212px; }

.program .program-part-info > span,
.program .program-part-info > h3,
.program .program-part-info > p {
  position: relative;
  z-index: 1;
}

.program .program-part-info h3,
.program .program-part-info p { max-width: 59%; }

.program .program-part-info > span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(193, 133, 235, .5);
  border-radius: 999px;
  color: #d8a8f4;
  font-size: 16px;
  letter-spacing: .08em;
}

.program .program-part-info h3 {
  margin: 24px 0 16px;
  color: #fff;
  font-size: clamp(38px, 3.3vw, 50px);
  line-height: 1.04;
  letter-spacing: -.025em;
  text-transform: none;
}

.program .program-part-info p {
  max-width: 500px;
  color: rgba(244, 241, 246, .7);
  font-size: 17px;
  line-height: 1.55;
}

.program .program-lessons {
  display: grid;
  padding: 10px 42px 32px;
}

.program .program-row {
  position: relative;
  min-height: 0;
  padding: 21px 0 21px 32px;
  display: block;
  border-bottom-color: rgba(255, 255, 255, .1);
}

.program .program-row::before {
  content: "✓";
  position: absolute;
  top: 20px;
  left: 0;
  color: #c98af0;
  font-size: 18px;
  line-height: 1.35;
}

.program .program-row b {
  display: block;
  color: rgba(255, 255, 255, .94);
  font-size: 18px;
  line-height: 1.35;
}

.program .program-row p {
  margin-top: 8px;
  color: rgba(244, 241, 246, .61);
  font-size: 16px;
  line-height: 1.5;
}

.program .program-row > span { display: none; }

.program .program-principle {
  position: relative;
  margin-top: 22px;
  padding: 28px 30px 28px 68px;
  border-radius: 16px;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.program .program-principle::before {
  content: "“";
  position: absolute;
  top: 16px;
  left: 24px;
  color: #c886ee;
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
}

.program .program-principle strong {
  display: block;
  margin: 0 0 10px;
  color: rgba(216, 168, 244, .84);
  font: 400 16px / 1.35 var(--sans);
  letter-spacing: 0;
  text-transform: none;
}

.program .program-principle p {
  margin: 0;
  color: #fff;
  font: 400 clamp(19px, 1.8vw, 24px) / 1.48 var(--sans);
  letter-spacing: -.01em;
  text-transform: none;
}

.program-cta {
  width: min(1170px, 100%);
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
}

.program-cta .btn {
  min-width: 260px;
  min-height: 64px;
  border-radius: 14px;
  font-size: 17px;
}

/* Reviews: keep the author inside the same glass card; category pills are removed in markup. */
.review-card footer {
  margin-top: auto;
  padding: 20px 0 0;
  background: transparent !important;
  color: inherit;
  letter-spacing: 0;
}

.review-card.is-active footer {
  background: linear-gradient(90deg, rgba(146, 75, 198, .13), transparent 72%) !important;
  border-radius: 12px;
  padding: 18px 20px;
}

.review-card--all-reviews footer {
  padding: 20px 0 0;
  background: transparent !important;
}

.reviews-carousel__dots { margin-top: 20px; }

/* Expert profile: portrait, verified positioning and three credential cards. */
.expert-profile {
  width: 100%;
  max-width: none;
  padding: clamp(92px, 9vw, 140px) clamp(28px, 6.8vw, 98px);
  display: grid;
  grid-template-columns: minmax(390px, .88fr) minmax(0, 1.12fr);
  gap: clamp(46px, 6vw, 94px);
  align-items: center;
  background:
    radial-gradient(circle at 76% 24%, rgba(145, 76, 196, .16), transparent 30%),
    linear-gradient(145deg, rgba(7, 13, 23, .96), rgba(13, 20, 33, .98));
}

.expert-profile .expert-photo {
  position: relative;
  width: 100%;
  max-width: 660px;
  aspect-ratio: .73;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(174, 109, 225, .48);
  border-radius: 28px 96px 28px 28px;
  background: #e9e3de;
  box-shadow: 0 32px 82px rgba(0, 0, 0, .3);
}

.expert-profile .expert-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), inset 0 -74px 90px rgba(7, 12, 20, .14);
  pointer-events: none;
}

.expert-profile .expert-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 23%;
  filter: none;
}

.expert-profile .expert-content { min-width: 0; }

.expert-profile .expert-content h2 {
  margin: 0 0 22px;
  color: #f8f5fa;
  font-size: clamp(54px, 5.1vw, 78px);
  line-height: .98;
}

.expert-role {
  max-width: 740px;
  margin: 0 0 32px;
  color: #c684ec !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.expert-profile .expert-content .lead,
.expert-profile .expert-content > p:not(.expert-role) {
  max-width: 760px;
  color: rgba(244, 241, 246, .7);
  font-size: 18px;
  line-height: 1.62;
}

.expert-stats {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(174, 109, 225, .42);
  border-bottom: 1px solid rgba(174, 109, 225, .42);
}

.expert-stats > div { padding: 25px 20px 25px 0; }
.expert-stats > div + div { padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, .12); }
.expert-stats strong,
.expert-stats span { display: block; }
.expert-stats strong { color: #d49bf3; font-size: 21px; font-weight: 500; line-height: 1.25; }
.expert-stats span { margin-top: 8px; color: rgba(244, 241, 246, .62); font-size: 16px; font-weight: 300; line-height: 1.45; }

.expert-credentials {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.expert-credentials article {
  position: relative;
  min-height: 330px;
  padding: 34px 32px;
  overflow: hidden;
  border: 1px solid rgba(174, 109, 225, .46);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(156, 82, 207, .2), transparent 38%),
    rgba(13, 21, 34, .82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.expert-credentials article > span {
  color: rgba(197, 134, 237, .46);
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}

.expert-credentials h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
}

.expert-credentials ul { display: grid; gap: 13px; }

.expert-credentials li {
  position: relative;
  padding-left: 24px;
  color: rgba(244, 241, 246, .68);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.48;
}

.expert-credentials li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bc79e5;
  box-shadow: 0 0 12px rgba(188, 121, 229, .4);
}

/* Closing quote from Oksana. */
.final-offer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 8vw, 126px) clamp(28px, 6.8vw, 98px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: end;
  border-top: 1px solid rgba(174, 109, 225, .34);
  background:
    radial-gradient(circle at 88% 18%, rgba(143, 72, 194, .24), transparent 30%),
    linear-gradient(140deg, #070c14, #101725 62%, #0a0e18);
}

.final-offer::before {
  content: none;
  position: absolute;
  z-index: -1;
  right: -7%;
  bottom: -48%;
  width: min(560px, 42vw);
  aspect-ratio: 1;
  background: url('assets/figma-decor/glass-ring.webp') center / contain no-repeat;
  opacity: .14;
  transform: rotate(-20deg);
}

.final-quote {
  max-width: 980px;
  margin: 0;
}

.final-quote-mark {
  display: block;
  height: 46px;
  color: #c886ee;
  font-size: 88px;
  font-weight: 500;
  line-height: .72;
}

.final-quote p {
  margin: 26px 0 34px;
  color: #f8f5fa;
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.final-quote p em {
  color: #b968e7;
  font-style: normal;
}

.final-quote-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.final-quote-author img {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(200, 134, 238, .58);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 24%;
}

.final-quote-author strong,
.final-quote-author span { display: block; }
.final-quote-author strong { color: #fff; font-size: 18px; font-weight: 500; }
.final-quote-author span { margin-top: 3px; color: rgba(244, 241, 246, .62); font-size: 16px; font-weight: 300; }

.final-offer > .btn {
  min-width: 230px;
  min-height: 60px;
  border-radius: 14px;
  font-size: 16px;
}

/* Service-of-care CTA. */
.care-support {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: 72px clamp(28px, 6.8vw, 98px) 96px;
  background: linear-gradient(180deg, #0a0f18, #080c13);
}

.closing-lotus-decor {
  position: absolute;
  z-index: 0;
  top: clamp(-150px, -9vw, -108px);
  right: clamp(18px, 3.8vw, 72px);
  width: clamp(250px, 25vw, 390px);
  height: auto;
  opacity: .24;
  pointer-events: none;
  filter: saturate(.8) drop-shadow(0 24px 54px rgba(99, 47, 152, .24));
  transform: rotate(5deg);
}

.care-support-card {
  position: relative;
  z-index: 1;
  width: min(1170px, 100%);
  min-height: 230px;
  margin: 0 auto;
  padding: 42px 46px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(174, 109, 225, .58);
  border-radius: 30px 120px 30px 120px;
  background:
    radial-gradient(circle at 92% 18%, rgba(156, 81, 207, .28), transparent 34%),
    linear-gradient(135deg, rgba(27, 38, 56, .95), rgba(12, 19, 31, .98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 28px 70px rgba(0, 0, 0, .28);
}

.care-support-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 134, 238, .72);
  border-radius: 50%;
  background: rgba(126, 61, 181, .24);
  box-shadow: 0 0 32px rgba(168, 84, 220, .18);
}

.care-support-icon img { width: 38px; height: 38px; }

.care-support-copy h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.08;
}

.care-support-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(244, 241, 246, .68);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}

.care-support-card > .btn {
  min-width: 286px;
  min-height: 62px;
  border-radius: 14px;
  font-size: 16px;
  white-space: nowrap;
}

:root[data-theme="light"] .program .program-part {
  border-color: rgba(123, 75, 154, .34);
  background: linear-gradient(160deg, rgba(255, 255, 255, .92), rgba(238, 232, 242, .96));
}
:root[data-theme="light"] .program .program-part-info { border-bottom-color: rgba(70, 53, 81, .14); }
:root[data-theme="light"] .program .program-part-info h3,
:root[data-theme="light"] .program .program-row b { color: #302936; }
:root[data-theme="light"] .program .program-part-info p,
:root[data-theme="light"] .program .program-row p { color: #6d6472; }
:root[data-theme="light"] .program .program-row { border-color: rgba(70, 53, 81, .13); }
:root[data-theme="light"] .final-offer,
:root[data-theme="light"] .care-support { background: #eee9e2; }
:root[data-theme="light"] .final-quote p { color: #302936; }
:root[data-theme="light"] .final-quote-author strong { color: #302936; }
:root[data-theme="light"] .final-quote-author span { color: #736978; }
:root[data-theme="light"] .care-support-card {
  border-color: rgba(123, 75, 154, .34);
  background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(236, 228, 241, .96));
}
:root[data-theme="light"] .care-support-copy h2 { color: #302936; }
:root[data-theme="light"] .care-support-copy p { color: #6d6472; }

/* Light-theme corrections live here because this stylesheet is loaded last. */
:root[data-theme="light"] .request-cards-section {
  background:
    radial-gradient(circle at 78% 12%, rgba(158, 99, 207, .13), transparent 34%),
    linear-gradient(180deg, #f7f3ed 0%, #eee9e3 100%);
  color: #2b2730;
}

:root[data-theme="light"] .request-cards-section .request-cards-intro .lead,
:root[data-theme="light"] .request-cards-section .request-cards-summary {
  color: #6f6674;
}

:root[data-theme="light"] .result-statement p strong,
:root[data-theme="light"] .result-expert-note strong,
:root[data-theme="light"] .why-section > .section-intro .lead strong,
:root[data-theme="light"] .why-choice-card strong {
  color: #9550bf;
}

:root[data-theme="light"] .why-section {
  background:
    radial-gradient(circle at 50% 5%, rgba(157, 99, 206, .14), transparent 34%),
    linear-gradient(180deg, #f7f3ed 0%, #eee9e3 100%);
  color: #2b2730;
}

:root[data-theme="light"] .why-section > .section-intro h2 { color: #29232f; }
:root[data-theme="light"] .why-section > .section-intro .lead { color: #6f6674; }

:root[data-theme="light"] .why-choice-card {
  border-color: rgba(123, 75, 154, .28);
  background:
    radial-gradient(circle at 88% 2%, rgba(159, 91, 207, .13), transparent 39%),
    linear-gradient(155deg, rgba(255, 255, 255, .95), rgba(239, 233, 243, .97));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 22px 54px rgba(70, 49, 82, .09);
}

:root[data-theme="light"] .why-choice-card-featured,
:root[data-theme="light"] .why-choice-wide {
  background:
    radial-gradient(circle at 83% 5%, rgba(158, 82, 206, .18), transparent 42%),
    linear-gradient(150deg, rgba(248, 242, 251, .98), rgba(231, 220, 239, .97));
}

:root[data-theme="light"] .why-choice-card h3 { color: #302936; }
:root[data-theme="light"] .why-choice-card p { color: #6f6674; }
:root[data-theme="light"] .why-choice-meta span { color: rgba(104, 57, 132, .28); }
:root[data-theme="light"] .why-choice-meta img { opacity: .16; }

:root[data-theme="light"] .tariffs .tariff:not(.featured) .tariff-cashback {
  border-color: rgba(123, 75, 154, .24);
  background:
    radial-gradient(circle at 78% 0%, rgba(166, 105, 208, .12), transparent 54%),
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(235, 227, 240, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .94);
  color: #6b6070;
}

:root[data-theme="light"] .tariffs .tariff:not(.featured) .tariff-cashback b { color: #493f4f; }
:root[data-theme="light"] .tariffs .tariff:not(.featured) .tariff-cashback span strong { color: #9450bc; }

:root[data-theme="light"] .closing-lotus-decor {
  opacity: .18;
  filter: saturate(.65) drop-shadow(0 22px 48px rgba(118, 69, 155, .18));
}
:root[data-theme="light"] .expert-profile {
  background: linear-gradient(145deg, rgba(248, 245, 241, .98), rgba(235, 228, 239, .98));
}
:root[data-theme="light"] .expert-profile .expert-content h2,
:root[data-theme="light"] .expert-credentials h3 { color: #302936; }
:root[data-theme="light"] .expert-profile .expert-content .lead,
:root[data-theme="light"] .expert-profile .expert-content > p:not(.expert-role),
:root[data-theme="light"] .expert-stats span,
:root[data-theme="light"] .expert-credentials li { color: #6d6472; }
:root[data-theme="light"] .expert-stats > div + div { border-left-color: rgba(70, 53, 81, .14); }
:root[data-theme="light"] .expert-credentials article {
  border-color: rgba(123, 75, 154, .28);
  background: rgba(255, 255, 255, .68);
}

@media (max-width: 900px) {
  .program .program-parts { grid-template-columns: 1fr; }
  .program .program-part { min-height: 0; }
  .program .program-part-info { min-height: 0; padding: 34px 28px 28px; }
  .program .program-part::before { top: 96px; height: 88px; }
  .program-card-illustration--feng { width: 270px; height: 250px; }
  .program-card-illustration--stars { top: 16px; right: 18px; width: 190px; height: 194px; }
  .program .program-lessons { padding: 8px 28px 26px; }
  .final-offer { grid-template-columns: 1fr; align-items: start; }
  .final-offer > .btn { width: min(320px, 100%); }
  .care-support-card { grid-template-columns: 68px minmax(0, 1fr); border-radius: 24px 76px 24px 76px; }
  .care-support-card > .btn { grid-column: 1 / -1; width: min(360px, 100%); }
  .expert-profile { grid-template-columns: 1fr; }
  .expert-profile .expert-photo { max-width: 720px; aspect-ratio: .95; }
  .expert-stats {
    padding: 8px 28px;
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid rgba(174, 109, 225, .46);
    border-radius: 22px;
    background:
      radial-gradient(circle at 100% 0%, rgba(156, 82, 207, .2), transparent 38%),
      rgba(13, 21, 34, .82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  }
  .expert-stats > div { padding: 20px 0; }
  .expert-stats > div + div { padding-left: 0; border-top: 1px solid rgba(255, 255, 255, .12); border-left: 0; }
  :root[data-theme="light"] .expert-stats {
    border-color: rgba(123, 75, 154, .28);
    background: rgba(255, 255, 255, .68);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  }
  :root[data-theme="light"] .expert-stats > div + div { border-top-color: rgba(70, 53, 81, .14); }
  .expert-credentials { grid-template-columns: 1fr; }
  .expert-credentials article { min-height: 0; }
}

@media (max-width: 560px) {
  .uniqueness .section-intro h2 em { display: block; }
  .program .program-part-info h3 { max-width: 68%; font-size: 38px; }
  .program .program-part-info p { max-width: 72%; }
  .program-card-illustration { opacity: .34; }
  .program-card-illustration--feng { top: 0; right: 0; width: 220px; height: 204px; }
  .program-card-illustration--stars { top: 18px; right: 14px; width: 148px; height: 151px; }
  .program .program-lessons { padding-right: 24px; padding-left: 24px; }
  .program .program-row { padding-right: 0; padding-left: 30px; }
  .final-offer { padding: 72px 20px; }
  .final-quote p { font-size: 34px; }
  .final-quote-author { align-items: flex-start; }
  .final-quote-author span { font-size: 16px; }
  .care-support { padding: 48px 20px 72px; }
  .care-support-card {
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 24px 68px 24px 68px;
  }
  .care-support-card > .btn { grid-column: auto; min-width: 0; white-space: normal; }
  .expert-profile { padding: 72px 20px; }
  .expert-profile .expert-photo { aspect-ratio: .82; border-radius: 22px 64px 22px 22px; }
  .expert-profile .expert-content h2 { font-size: 48px; }
  .expert-role { font-size: 19px; }
  .expert-stats { padding-right: 24px; padding-left: 24px; }
  .expert-credentials article { padding: 28px 24px; }

  .not-for .section-intro { padding-top: 0; min-height: 310px; }
  .not-for .section-intro h2 { max-width: calc(100% - 118px); }
  .not-for-symbol {
    position: absolute;
    top: 8px;
    right: -8px;
    width: min(132px, 34vw);
    margin: 0;
  }
  .not-for-glass-toad { --parallax-y: 0px !important; }
}

@media (prefers-reduced-motion: reduce) {
  :root[data-theme="dark"] body::before { animation: none; }
  .program .program-part,
  .care-support-card { scroll-behavior: auto; }
}

/* Readable body-copy floor: supporting content never drops below 18px. */
.split .section-intro .about-advice,
.split .check-card li,
.result-expert-note p,
.result-section .result-card p,
.result-statement p,
.request-card p,
.why-choice-card p,
.method-timeline p,
.program .program-lead,
.program .program-part-info p,
.program .program-row p,
.program .program-principle,
.process .process-lead,
.process-list p,
.tariffs .tariff > p,
.tariffs .tariff li,
.tariffs .tariff-cashback span,
.tariffs .tariff-cashback b,
.tariffs .tariff-cashback-note,
.not-for .section-intro p,
.not-for .dark-panel p,
.expert-stats span,
.expert-credentials li,
.expert-facts span,
.faq-list p,
.testimonials-intro p {
  font-size: 18px;
  font-weight: 300;
}

.split .check-card li {
  font-size: clamp(18px, 1.25vw, 20px);
}

/* The request conclusion reads as a quote, not another caption. */
.request-cards-summary {
  width: min(1120px, 100%);
  margin-top: 36px;
  padding: 26px 42px;
  color: rgba(248, 244, 250, .84);
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 300;
  line-height: 1.45;
  text-wrap: balance;
}

.request-cards-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: min(1120px, 100%);
  margin: 20px auto 0;
}

.request-cards-actions .btn { min-width: 210px; }

.request-cards-actions .btn-ghost {
  border: 1px solid rgba(177, 104, 225, .66);
  color: rgba(255, 255, 255, .9);
  background: rgba(10, 16, 27, .28);
}

/* Keep the “why” heading and lead on the same centered axis as its card grid. */
.why-section > .section-intro {
  width: min(1180px, 100%);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.why-section > .section-intro h2 {
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-wrap: balance;
}

.why-section > .section-intro .lead {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* The wide-card infinity icon belongs to the outer top-right corner. */
.why-choice-wide-copy { position: static; }
.why-choice-wide-copy > h3,
.why-choice-wide-copy > p,
.why-choice-wide-copy > .btn {
  position: relative;
  z-index: 2;
}

.why-choice-wide .why-choice-meta img {
  top: -38px;
  right: -22px;
}

@media (max-width: 700px) {
  .hero .proof-strip span {
    font-size: 0 !important;
    line-height: 1.25;
    white-space: nowrap;
  }

  .hero .proof-strip span::after { font-size: 13px; }

  .request-cards-summary {
    padding: 24px 18px;
    font-size: 22px;
    text-align: left;
  }

  .request-cards-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .request-cards-actions .btn { width: 100%; }

  .why-section > .section-intro,
  .why-section > .section-intro h2,
  .why-section > .section-intro .lead {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .why-choice-wide .why-choice-meta img {
    top: -28px;
    right: -26px;
  }

  .closing-lotus-decor {
    top: -76px;
    right: 14px;
    width: 190px;
    opacity: .2;
  }
}

/* Pop-Feng-Shui symbol: visually tempting, deliberately rejected by the copy. */
.not-for .section-intro {
  position: relative;
  z-index: 2;
}

.not-for-symbol {
  position: relative;
  width: min(430px, 86%);
  margin: 8px auto 0;
  text-align: center;
}

.not-for-glass-toad {
  display: block;
  width: 100%;
  height: auto;
  translate: 0 var(--parallax-y, 0px);
  filter: drop-shadow(0 28px 55px rgba(95, 42, 142, .28));
  opacity: .9;
}

@media (min-width: 901px) {
  .not-for {
    min-height: 0;
    padding-bottom: clamp(36px, 3.2vw, 48px);
  }

  .not-for .section-intro {
    transform: translateY(-48px);
  }

  .uniqueness {
    padding-top: clamp(72px, 6vw, 96px);
  }
}

@media (max-width: 900px) {
  .not-for-symbol {
    width: min(380px, 78vw);
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  .not-for .section-intro {
    min-height: 0;
    padding-top: 0;
  }

  .not-for .section-intro h2 {
    max-width: calc(100% - 118px);
    min-height: 120px;
    margin-bottom: 20px;
  }

  .not-for-symbol {
    position: absolute;
    top: 220px;
    right: -4px;
    width: min(124px, 32vw);
    margin: 0;
  }
}

/* Methodology result: the architectural logic becomes visible at a glance. */
.uniqueness .section-intro p,
.hero .proof-strip span {
  font-size: 18px;
  font-weight: 300;
}

.method-result {
  position: relative;
  isolation: isolate;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  min-height: 320px;
  padding: 42px 44px !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 48%, rgba(145, 76, 196, .22), transparent 42%),
    linear-gradient(135deg, rgba(30, 24, 46, .94), rgba(14, 20, 32, .92)) !important;
}

.method-result::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(23, 24, 39, .92) 0 42%, rgba(23, 24, 39, .2) 68%, transparent 100%);
}

.method-result-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.method-result-media {
  position: relative;
  z-index: 1;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.method-result-copy b {
  display: block;
  max-width: 620px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(28px, 2.35vw, 40px);
  font-weight: 500;
  line-height: 1.08;
  text-wrap: balance;
}

.method-result-copy p {
  max-width: 720px;
}

.method-result-illustration {
  position: relative;
  z-index: 1;
  width: 132%;
  max-width: none;
  margin: -5% -26% -5% -4%;
  opacity: .5;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: saturate(1.6);
  -webkit-mask-image: radial-gradient(ellipse 82% 78% at 68% 52%, #000 0 34%, rgba(0, 0, 0, .9) 48%, transparent 79%);
  mask-image: radial-gradient(ellipse 82% 78% at 68% 52%, #000 0 34%, rgba(0, 0, 0, .9) 48%, transparent 79%);
}

.method-result-cta {
  position: relative;
  z-index: 3;
  min-width: 210px;
  margin: -34px 26px 0 0;
}

.tariffs .tariff h3 {
  font-size: 18px;
}

@media (max-width: 900px) {
  .method-result {
    grid-template-columns: 1fr;
    min-height: 520px;
    align-content: start;
  }

  .method-result::after {
    background: linear-gradient(180deg, rgba(23, 24, 39, .98) 0 52%, rgba(23, 24, 39, .34) 78%, transparent 100%);
  }

  .method-result-illustration {
    width: 120%;
    margin: -4% -10% -8%;
  }
  .method-result-media { align-items: center; }
  .method-result-cta { width: min(320px, 100%); margin: 8px 0 0; }
}

@media (max-width: 560px) {
  .method-result {
    min-height: 0;
    padding: 30px 24px 20px !important;
  }

  .method-result-copy b {
    font-size: 30px;
  }

  .method-result-illustration {
    width: 140%;
    margin-top: 6%;
    margin-left: -20%;
  }
  .method-result-cta { margin-bottom: 10px; }
}
.split::before {
  opacity: 1 !important;
}

/* Mobile page rhythm: halve the space between neighboring content sections. */
@media (max-width: 760px) {
  .split {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .result-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .result-section .result-card {
    align-items: flex-start;
    text-align: left;
  }

  .result-section .result-card h3,
  .result-section .result-card p {
    width: 100%;
    text-align: left;
  }

  .request-cards-section .request-cards-intro,
  .request-cards-section .request-cards-intro h2,
  .request-cards-section .request-cards-intro .lead {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .request-cards-section,
  .why-section,
  .not-for,
  .uniqueness,
  .process,
  .tariffs,
  .faq {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .program {
    padding-top: 39px;
    padding-bottom: 35px;
  }

  .expert-profile {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .testimonials {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .final-offer {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .care-support {
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .site-footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .program .program-principle {
    padding: 24px 22px 24px 52px;
  }

  .program .program-principle::before {
    top: 14px;
    left: 18px;
    font-size: 48px;
  }

  .program .program-principle p {
    font-size: 18px;
  }
}
