:root {
  --scan-highlight: #d7a5f5;
  --scan-strong: #f8f5fa;
  --scan-muted: rgba(244, 241, 246, .72);
}

/* Semantic emphasis: supporting text stays calm, key outcomes become visible at a glance. */
.split .section-intro strong,
.split .check-card strong,
.result-section strong,
.request-cards-section strong,
.why-section strong,
.not-for strong,
.uniqueness strong,
.expert-content strong,
.faq-list strong {
  color: var(--scan-strong);
  font-weight: 500;
}

.result-section .result-card p strong,
.result-statement p strong,
.request-card p strong,
.request-cards-summary strong,
.uniqueness p strong {
  color: var(--scan-highlight);
}

/* “Для кого”: lift the glass composition and strengthen the checklist hierarchy. */
.about-pyramid {
  transform: translateY(-64px);
}

.split .section-intro .lead {
  color: rgba(244, 241, 246, .76);
  font-size: 19px;
}

.split .section-intro .about-advice {
  display: block;
  padding-top: 34px;
  padding-bottom: 34px;
  color: rgba(244, 241, 246, .74);
  font-size: 17px;
}

.split .section-intro .about-advice strong,
.not-for .section-intro strong,
.not-for .dark-panel li strong {
  display: inline;
}

.split .check-card h3 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 29px;
  font-weight: 500;
}

.split .check-card li {
  min-height: 82px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 38px;
  color: rgba(244, 241, 246, .72);
  font-size: clamp(18px, 1.15vw, 20px);
  font-weight: 300;
  line-height: 1.48;
}

.split .check-card li::before {
  top: 18px;
  color: #c784f2;
  font-size: 25px;
  font-weight: 500;
  filter: drop-shadow(0 0 10px rgba(180, 92, 232, .28));
}

/* Result and request cards: titles are the first scan layer, highlighted phrases the second. */
.result-section .result-card h3,
.request-card h3 {
  color: #fff;
  font-weight: 500;
}

.result-section .result-card p,
.request-card p,
.request-cards-summary {
  font-size: 17px;
  line-height: 1.55;
}

.result-section .result-card:hover,
.request-card:hover {
  border-color: rgba(190, 126, 238, .68);
}

/* “Почему выбирают”: three fast arguments and one wide conclusion. */
.why-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 6%, rgba(144, 76, 197, .14), transparent 30%),
    linear-gradient(180deg, #101620 0%, #0c111a 100%);
}

.why-section > .section-intro {
  max-width: 940px;
  text-align: center;
}

.why-section > .section-intro h2 {
  margin-bottom: 24px;
  color: #f7f3f8;
  font-size: clamp(52px, 5.4vw, 80px);
}

.why-section > .section-intro .lead {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(244, 241, 246, .72);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6;
}

.why-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 54px;
}

.why-choice-card {
  position: relative;
  min-height: 390px;
  padding: 30px 28px 32px;
  overflow: hidden;
  border: 1px solid rgba(166, 111, 209, .4);
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 2%, rgba(166, 91, 219, .16), transparent 38%),
    linear-gradient(155deg, rgba(28, 34, 46, .94), rgba(14, 20, 31, .97));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 24px 60px rgba(0, 0, 0, .18);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.why-choice-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255, 255, 255, .045), transparent 34% 72%, rgba(158, 84, 210, .055));
  pointer-events: none;
}

.why-choice-card:hover {
  border-color: rgba(190, 126, 238, .7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 30px 70px rgba(0, 0, 0, .25);
  transform: translateY(-5px);
}

.why-choice-card-featured {
  border-color: rgba(185, 112, 235, .74);
  background:
    radial-gradient(circle at 70% 0%, rgba(172, 93, 224, .3), transparent 43%),
    linear-gradient(155deg, rgba(49, 31, 72, .97), rgba(18, 22, 36, .98));
}

.why-choice-card > *,
.why-choice-wide-copy {
  position: relative;
  z-index: 1;
}

.why-choice-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.why-choice-meta span {
  color: rgba(207, 157, 241, .32);
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
}

.why-choice-meta img {
  position: absolute;
  top: -48px;
  right: -42px;
  width: 132px;
  height: 132px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  opacity: .22;
  filter: brightness(0) saturate(100%) invert(73%) sepia(26%) saturate(1027%) hue-rotate(230deg) brightness(99%);
  -webkit-mask-image: linear-gradient(145deg, #000 8%, rgba(0, 0, 0, .82) 48%, transparent 94%);
  mask-image: linear-gradient(145deg, #000 8%, rgba(0, 0, 0, .82) 48%, transparent 94%);
  pointer-events: none;
}

.why-choice-card-featured .why-choice-meta img { opacity: .29; }

.why-choice-wide .why-choice-meta img {
  top: -50px;
  right: -46px;
  width: 142px;
  height: 142px;
}

.why-choice-card h3 {
  margin: 38px 0 20px;
  color: #f8f5fa;
  font-size: clamp(25px, 2vw, 31px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -.025em;
}

.why-choice-card p {
  margin: 0;
  color: rgba(244, 241, 246, .68);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.58;
}

.why-choice-wide {
  grid-column: 1 / -1;
  min-height: 300px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  align-items: stretch;
  background:
    radial-gradient(circle at 70% 18%, rgba(159, 86, 213, .27), transparent 38%),
    linear-gradient(135deg, rgba(38, 28, 57, .98), rgba(14, 20, 31, .98));
}

.why-choice-wide-copy {
  padding: 31px 34px 34px;
}

.why-choice-wide h3 {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: clamp(29px, 3vw, 42px);
}

.why-choice-wide p { max-width: 720px; }

.why-choice-wide .btn {
  min-width: 250px;
  min-height: 54px;
  margin-top: 26px;
  font-size: 16px;
  font-weight: 400;
}

.why-choice-wide-visual {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 320px;
  align-self: end;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, .38));
  transform: scale(1.08) translateY(8%);
}

.why-choice-wide-motion {
  max-height: 390px;
  padding: 14px 28px 14px 0;
  object-position: center;
  filter: drop-shadow(0 22px 34px rgba(117, 65, 171, .28));
  transform: none;
}

/* Remaining blocks: reinforce labels and outcomes without adding more decoration. */
.not-for .dark-panel li {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
}

.not-for .dark-panel li::before {
  color: #d295f4;
  font-weight: 500;
}

/* Exclusion markers must read as explicit crosses, not empty controls. */
.not-for .dark-panel li::after {
  content: "×" !important;
  position: absolute;
  left: 0 !important;
  top: 50% !important;
  width: 42px !important;
  height: 42px !important;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 0 !important;
  border-radius: 50%;
  color: #e0b5ff;
  font-size: 28px !important;
  font-weight: 300;
  line-height: 1;
  opacity: 1 !important;
}

.not-for .dark-panel p::before {
  background-color: #c780f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 18px 18px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 18px 18px;
}

.not-for .dark-panel p:first-of-type::before {
  -webkit-mask-image: url('assets/icons/iconcino/compass.svg');
  mask-image: url('assets/icons/iconcino/compass.svg');
}

.not-for .dark-panel p:last-of-type::before {
  -webkit-mask-image: url('assets/icons/iconcino/book-open.svg');
  mask-image: url('assets/icons/iconcino/book-open.svg');
}

.method-timeline > div {
  border-color: rgba(168, 108, 227, .42);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(147, 80, 201, .14), transparent 38%),
    rgba(15, 22, 34, .9);
}

.method-timeline h3 { font-size: 28px; }
.method-timeline p { font-size: 17px; line-height: 1.58; }
.method-result b { color: #fff; font-size: 22px; }

.program-row {
  transition: background .2s ease;
}

.program-row:hover { background: rgba(151, 81, 204, .08); }
.program-row b { font-size: 17px; }
.program-row:last-child b { color: #d7a5f5; }

.process-list h3 {
  color: #fff;
  font-size: 25px;
}

.process-list p {
  color: rgba(244, 241, 246, .68);
  font-size: 17px;
  line-height: 1.55;
}

.process-step-meta span:last-child { color: #c995ec; }

.expert-facts strong {
  color: #d7a5f5;
  font-size: 21px;
  font-weight: 500;
}

.expert-facts span { font-size: 17px; line-height: 1.5; }

.faq-list summary {
  color: #f6f2f7;
  font-size: 19px;
  font-weight: 500;
}

.faq-list details[open] summary { color: #d7a5f5; }
.faq-list p { font-size: 17px; line-height: 1.6; }

@media (max-width: 960px) {
  .why-card-grid { grid-template-columns: 1fr 1fr; }
  .why-choice-card { min-height: 340px; }
  .why-choice-card:nth-child(3) { grid-column: 1 / -1; min-height: 290px; }
}

@media (max-width: 700px) {
  .about-pyramid { transform: none; }
  .split .section-intro .lead { font-size: 18px; }
  .split .section-intro .about-advice { font-size: 16px; }
  .split .check-card h3 { font-size: 26px; }
  .split .check-card li { min-height: 0; padding-left: 36px; font-size: 18px; }

  .why-section > .section-intro { text-align: left; }
  .why-section > .section-intro h2 { font-size: 46px; }
  .why-section > .section-intro .lead { font-size: 18px; }
  .why-card-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 38px; }
  .why-choice-card,
  .why-choice-card:nth-child(3) { grid-column: auto; min-height: 0; padding: 26px 24px 29px; }
  .why-choice-card h3 { margin-top: 28px; }
  .why-choice-meta span { font-size: 46px; }
  .why-choice-wide { display: block; padding: 0; }
  .why-choice-wide-copy { padding: 26px 24px 30px; }
  .why-choice-wide-visual { display: none; }
  .why-choice-wide-motion {
    display: block;
    width: min(100%, 340px);
    height: auto;
    max-height: 300px;
    margin: 0 auto;
    padding: 0 18px 20px;
  }
  .why-choice-wide .btn { width: 100%; min-width: 0; }

  .result-section .result-card p,
  .request-card p,
  .request-cards-summary,
  .method-timeline p,
  .process-list p,
  .faq-list p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .why-choice-card,
  .program-row { transition: none; }
  .why-choice-card:hover { transform: none; }
}
