:root {
  --hero-blue: #2d67e9;
  --hero-cyan: #88deea;
  --hero-text: #dce8f8;
}

html {
  scroll-behavior: smooth;
}

.first-hero--redesign {
  min-height: 820px;
  background:
    radial-gradient(circle at 69% 47%, rgba(52, 119, 222, 0.32), transparent 31%),
    radial-gradient(circle at 94% 92%, rgba(23, 131, 169, 0.25), transparent 30%),
    linear-gradient(123deg, #0d3269 0%, #07172e 44%, #0b1c35 100%);
}

.first-hero--redesign::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(86, 145, 222, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(86, 145, 222, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 48%, transparent 88%);
}

.first-hero--redesign .first-hero__main {
  grid-template-columns: minmax(560px, 0.94fr) minmax(560px, 1.06fr);
  align-items: stretch;
  gap: clamp(16px, 2vw, 34px);
  min-height: 820px;
  padding: 70px clamp(38px, 4.3vw, 72px) 56px;
}

.first-hero--redesign .first-hero__copy {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 7;
  min-width: 0;
}

.first-hero--redesign .first-hero__eyebrow {
  margin-bottom: 23px;
  color: #91b8ef;
  letter-spacing: 0.2em;
  font-size: 10px;
}

.first-hero--redesign .first-hero__eyebrow span {
  width: 36px;
  background: #72d9e5;
}

.first-hero--redesign h1 {
  max-width: 720px;
  font-size: clamp(58px, 4.6vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.first-hero--redesign h1 em {
  margin-top: 10px;
  color: var(--hero-cyan);
  white-space: nowrap;
}

.first-hero--redesign .first-hero__copy > p:not(.first-hero__microtrust) {
  order: 3;
  max-width: 650px;
  margin-top: 26px;
  color: rgba(227, 237, 251, 0.77);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.58;
}

.first-hero--redesign .first-hero__actions {
  order: 4;
  align-items: center;
  gap: 38px;
  margin-top: 30px;
}

.first-hero--redesign .first-hero__primary {
  min-width: 325px;
  min-height: 58px;
  justify-content: space-between;
  padding: 0 28px 0 32px;
  border-radius: 14px;
  background: linear-gradient(135deg, #3478ff, #2456df);
  box-shadow: 0 18px 38px rgba(27, 82, 215, 0.35);
}

.first-hero--redesign .first-hero__primary span {
  font-size: 15px;
  letter-spacing: 0.04em;
}

.first-hero--redesign .first-hero__secondary {
  position: relative;
  min-height: 38px;
  padding: 0 3px;
  border: 0;
  border-bottom: 1px solid rgba(201, 224, 255, 0.72);
  border-radius: 0;
  background: transparent;
  color: #f5f9ff;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

.first-hero--redesign .first-hero__secondary::after {
  content: "→";
  margin-left: 16px;
  font-size: 20px;
  line-height: 1;
}

.first-hero--redesign .first-hero__offers {
  order: 5;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 690px;
  margin-top: 43px;
}

.first-hero--redesign .first-hero__offers article {
  min-height: 76px;
  padding: 0 24px;
  border: 0;
  border-right: 1px solid rgba(164, 197, 236, 0.52);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.first-hero--redesign .first-hero__offers article:first-child {
  padding-left: 0;
}

.first-hero--redesign .first-hero__offers article:last-child {
  padding-right: 0;
  border-right: 0;
}

.first-hero--redesign .first-hero__offers strong {
  font-size: 34px;
}

.first-hero--redesign .first-hero__offers span {
  margin-top: 10px;
  color: rgba(232, 241, 252, 0.78);
  font-size: 11px;
  line-height: 1.35;
}

.first-hero--redesign .first-hero__microtrust {
  order: 6;
  margin-top: 43px !important;
  color: rgba(213, 227, 246, 0.58) !important;
  font-size: 10px !important;
  letter-spacing: 0.025em;
}

.first-hero--redesign .first-hero__visual {
  align-self: stretch;
  position: relative;
  z-index: 4;
  min-height: 694px;
}

.first-hero--redesign .first-hero__visual::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: -42px -90px -70px -80px;
  z-index: -1;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle at 52% 48%,
    transparent 0 91px,
    rgba(103, 158, 230, 0.12) 92px 93px
  );
  mask-image: radial-gradient(circle at 52% 48%, #000 0 68%, transparent 82%);
}

.first-hero--redesign .hero-leader {
  position: absolute;
  inset: 6px -8% -60px auto;
  width: min(680px, 113%);
  height: auto;
  margin: 0;
}

.first-hero--redesign .hero-leader::before {
  inset: 3% -6% 0;
  filter: blur(12px);
  background: radial-gradient(circle at 52% 40%, rgba(93, 177, 255, 0.42), rgba(45, 115, 228, 0.2) 35%, transparent 70%);
}

.first-hero--redesign .hero-leader::after {
  display: none;
}

.first-hero--redesign .hero-leader img {
  object-position: center bottom;
  filter: saturate(0.93) contrast(1.03) drop-shadow(0 30px 42px rgba(0, 5, 23, 0.44));
  transform: scale(1.22);
  transform-origin: 50% 100%;
}

.hero-feature-card {
  position: absolute;
  z-index: 12;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: 252px;
  min-height: 104px;
  padding: 17px 20px;
  border: 1px solid rgba(151, 195, 250, 0.2);
  border-radius: 16px;
  background: linear-gradient(140deg, rgba(40, 76, 132, 0.72), rgba(18, 43, 81, 0.6));
  color: #edf5ff;
  backdrop-filter: blur(15px);
  box-shadow: 0 18px 42px rgba(1, 9, 30, 0.22), inset 0 1px rgba(255, 255, 255, 0.05);
}

.hero-feature-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(78, 132, 237, 0.66), rgba(36, 75, 148, 0.74));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18), 0 9px 24px rgba(6, 23, 60, 0.26);
}

.hero-feature-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #f5f9ff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-feature-card strong,
.hero-feature-card span {
  display: block;
}

.hero-feature-card strong {
  font-size: 13px;
  line-height: 1.25;
}

.hero-feature-card span {
  margin-top: 7px;
  color: rgba(220, 233, 250, 0.75);
  font-size: 12px;
  line-height: 1.42;
}

.hero-feature-card--cabinet {
  top: 184px;
  left: -50px;
}

.hero-feature-card--team {
  top: 66px;
  right: -50px;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  width: 230px;
  padding: 16px;
}

.hero-feature-card--team .hero-feature-card__icon {
  width: 40px;
  height: 40px;
}

.hero-feature-card--team strong {
  white-space: nowrap;
  font-size: 12px;
}

.hero-leader__name {
  position: absolute;
  z-index: 11;
  left: 1%;
  bottom: 84px;
  color: var(--hero-cyan);
  font: 400 16px/1.25 Georgia, "Times New Roman", serif;
}

.hero-leader__name::before {
  content: "";
  display: block;
  width: 84px;
  height: 1px;
  margin-bottom: 12px;
  background: #83e7ed;
}

.lead-static-status {
  margin: 14px 0 0;
  color: #2860de;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1260px) {
  .first-hero--redesign .first-hero__main {
    grid-template-columns: minmax(520px, 1fr) minmax(450px, 0.86fr);
    padding-inline: 46px;
  }

  .first-hero--redesign h1 {
    font-size: clamp(54px, 5.2vw, 66px);
  }

  .hero-feature-card--cabinet {
    left: -52px;
  }

  .hero-feature-card--team {
    right: -34px;
  }
}

@media (max-width: 1100px) {
  .first-hero--redesign {
    min-height: auto;
  }

  .first-hero--redesign .first-hero__main {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 62px 48px 0;
  }

  .first-hero--redesign .first-hero__copy {
    max-width: 800px;
  }

  .first-hero--redesign .first-hero__visual {
    width: min(760px, 100%);
    min-height: 680px;
    margin: -8px auto 0;
  }

  .first-hero--redesign .hero-leader {
    inset: 20px 0 -70px auto;
    width: min(620px, 88%);
  }

  .first-hero--redesign .hero-leader img {
    transform: scale(1.15);
  }

  .hero-feature-card--cabinet {
    top: 260px;
    left: 0;
  }

  .hero-feature-card--team {
    top: 96px;
    right: 0;
  }

  .hero-leader__name {
    left: 10%;
    bottom: 90px;
  }
}

@media (max-width: 700px) {
  .first-hero--redesign .first-hero__main {
    padding: 46px 18px 0;
  }

  .first-hero--redesign h1 {
    font-size: clamp(40px, 11.8vw, 56px);
  }

  .first-hero--redesign h1 em {
    white-space: normal;
  }

  .first-hero--redesign .first-hero__actions {
    gap: 14px;
  }

  .first-hero--redesign .first-hero__primary {
    min-width: 0;
  }

  .first-hero--redesign .first-hero__offers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
  }

  .first-hero--redesign .first-hero__offers article {
    min-height: 96px;
    padding: 0 12px;
  }

  .first-hero--redesign .first-hero__offers strong {
    font-size: 27px;
  }

  .first-hero--redesign .first-hero__offers span {
    font-size: 9px;
  }

  .first-hero--redesign .first-hero__microtrust {
    margin-top: 32px !important;
    line-height: 1.55;
  }

  .first-hero--redesign .first-hero__visual {
    min-height: 560px;
    margin-top: 8px;
  }

  .first-hero--redesign .hero-leader {
    inset: 80px -20% -52px auto;
    width: 128%;
  }


  .first-hero--redesign .hero-leader img {
    transform: scale(1.08);
  }

  .hero-feature-card {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    width: 205px;
    min-height: 78px;
    padding: 12px 13px;
  }

  .hero-feature-card__icon {
    width: 36px;
    height: 36px;
  }

  .hero-feature-card__icon svg {
    width: 19px;
    height: 19px;
  }

  .hero-feature-card strong {
    font-size: 11px;
  }

  .hero-feature-card span {
    margin-top: 4px;
    font-size: 9px;
  }

  .hero-feature-card--cabinet {
    top: 245px;
    left: 0;
  }

  .hero-feature-card--team {
    top: 24px;
    right: 0;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    width: 205px;
    padding: 12px 13px;
  }

  .hero-feature-card--team .hero-feature-card__icon {
    width: 36px;
    height: 36px;
  }

  .hero-feature-card--team strong {
    white-space: normal;
    font-size: 11px;
  }

  .hero-leader__name {
    left: 0;
    bottom: 52px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* --------------------------------------------------------------------------
   Local review concept — editorial enterprise redesign
   This layer intentionally stays after the production reconstruction styles.
   -------------------------------------------------------------------------- */

:root {
  --review-ink: #0b1830;
  --review-ink-soft: #34435c;
  --review-muted: #65748a;
  --review-blue: #2764ed;
  --review-blue-deep: #173ea9;
  --review-cyan: #72dbe6;
  --review-paper: #f2f5f9;
  --review-card: #ffffff;
  --review-line: rgba(25, 53, 94, 0.13);
  --review-display: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --review-ui: "Geist", "Inter", "Segoe UI", Arial, sans-serif;
}

html {
  background: var(--review-paper);
}

body {
  background:
    radial-gradient(circle at 5% 3%, rgba(87, 142, 230, 0.12), transparent 26rem),
    var(--review-paper);
  color: var(--review-ink);
  font-family: var(--review-ui);
  font-size: 17px;
}

.landing-flow--redesign {
  width: min(1500px, calc(100% - 32px));
  gap: 22px;
  margin: 0 auto;
}

.landing-nav {
  width: min(1400px, calc(100% - 48px));
  min-height: 70px;
  margin: 18px auto 14px;
  padding-inline: 22px;
  border-color: rgba(33, 68, 118, 0.1);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(22, 52, 96, 0.09);
}

.landing-logo {
  font-size: 14px;
  letter-spacing: 0.07em;
}

.landing-logo > span {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.landing-nav nav {
  gap: clamp(18px, 2vw, 31px);
}

.landing-nav nav a {
  color: #44536b;
  font-size: 14px;
  font-weight: 650;
}

.landing-socials__link {
  width: 36px;
  height: 36px;
}

.first-hero--redesign,
.credentials-grid,
.pain-story,
.partner-cabinet,
.service-scope,
.conversion-section,
.cooperation-terms,
.vgu-compact,
.contact-section,
.landing-footer {
  border-radius: 28px;
}

/* Hero */
.first-hero--redesign {
  min-height: 790px;
  background:
    radial-gradient(circle at 76% 43%, rgba(55, 130, 244, 0.36), transparent 31%),
    radial-gradient(circle at 96% 94%, rgba(35, 159, 185, 0.25), transparent 28%),
    linear-gradient(125deg, #0f3671 0%, #081a34 44%, #0a1a32 100%);
  box-shadow: 0 30px 90px rgba(12, 37, 75, 0.2);
}

.first-hero--redesign .first-hero__main {
  min-height: 790px;
  grid-template-columns: minmax(590px, 0.98fr) minmax(520px, 1.02fr);
  gap: 10px;
  padding: 64px clamp(42px, 4.8vw, 78px) 52px;
}

.first-hero--redesign .first-hero__eyebrow,
.credentials-grid__head p,
.section-kicker,
.pain-kicker,
.eyebrow,
.service-scope__eyebrow,
.cooperation-terms__eyebrow,
.vgu-compact > div:nth-child(2) > p {
  font-family: var(--review-ui);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.first-hero--redesign h1,
.credentials-grid__head h2,
.pain-intro h2,
.pain-compact__costs > h3,
.hero-copy h2,
.gallery-heading h2,
.service-scope__head h2,
.cooperation-terms__head h2,
.conversion-head h2,
.contact-section h2,
.vgu-compact h2,
.landing-footer h2 {
  font-family: var(--review-display);
  font-weight: 400;
}

.first-hero--redesign h1 {
  max-width: 750px;
  font-size: clamp(64px, 4.85vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.047em;
}

.first-hero--redesign h1 em {
  margin-top: 8px;
}

.first-hero--redesign .first-hero__copy > p:not(.first-hero__microtrust) {
  max-width: 660px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.62;
}

.first-hero--redesign .first-hero__actions {
  gap: 28px;
  margin-top: 32px;
}

.first-hero--redesign .first-hero__primary {
  min-width: 340px;
  min-height: 62px;
  border-radius: 14px;
}

.first-hero--redesign .first-hero__primary span,
.first-hero--redesign .first-hero__secondary {
  font-size: 15px;
}

.first-hero--redesign .first-hero__offers {
  max-width: 710px;
  margin-top: 42px;
}

.first-hero--redesign .first-hero__offers article {
  min-height: 88px;
  padding-inline: 22px;
}

.first-hero--redesign .first-hero__offers strong {
  font-family: var(--review-display);
  font-size: 38px;
}

.first-hero--redesign .first-hero__offers span {
  max-width: 190px;
  font-size: 13px;
  line-height: 1.45;
}

.first-hero--redesign .first-hero__microtrust {
  margin-top: 38px !important;
  font-size: 12px !important;
  font-weight: 620;
  line-height: 1.55;
}

.first-hero--redesign .first-hero__visual {
  min-height: 680px;
}

.first-hero--redesign .hero-leader {
  inset: 12px -5% -54px auto;
  width: min(655px, 110%);
}

.hero-feature-card {
  width: 270px;
  min-height: 112px;
  padding: 19px 20px;
  border-radius: 17px;
}

.hero-feature-card strong {
  font-size: 15px;
}

.hero-feature-card span {
  font-size: 13px;
}

.hero-feature-card--cabinet {
  top: 208px;
  left: 12px;
}

.hero-feature-card--team {
  top: 46px;
  right: -62px;
  width: 250px;
}

.hero-feature-card--team strong {
  font-size: 14px;
}

.hero-leader__name {
  bottom: 76px;
  font: 400 19px/1.25 var(--review-display);
}

/* Shared editorial section system */
.credentials-grid__head,
.pain-intro,
.gallery-heading,
.service-scope__head,
.cooperation-terms__head,
.conversion-section,
.contact-section {
  padding-left: clamp(34px, 6vw, 92px);
  padding-right: clamp(34px, 6vw, 92px);
}

.credentials-grid__head h2,
.pain-intro h2,
.hero-copy h2,
.gallery-heading h2,
.service-scope__head h2,
.cooperation-terms__head h2,
.conversion-head h2,
.contact-section h2 {
  letter-spacing: -0.045em;
}

.credentials-grid__head h2,
.gallery-heading h2 {
  font-size: clamp(46px, 4.3vw, 64px);
  line-height: 1.02;
}

/* Credentials: fewer visual dividers, larger content */
.credentials-grid__head {
  grid-template-columns: 0.35fr 1fr;
  padding-top: 64px;
  padding-bottom: 48px;
}

.credentials-grid__items {
  gap: 1px;
  padding: 1px;
  background: var(--review-line);
}

.credentials-grid__items article {
  min-height: 180px;
  padding: 30px 27px;
  border: 0 !important;
  background: #fff;
}

.credentials-grid__items article > span {
  color: var(--review-blue);
  font-family: var(--review-display);
  font-size: 22px;
}

.credentials-grid__items strong {
  font-size: 17px;
  line-height: 1.35;
}

.credentials-grid__items small {
  color: var(--review-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Pain story */
.pain-story--compact {
  padding-top: 84px;
  padding-bottom: 86px;
  background: #fff;
}

.pain-intro {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.6fr);
  gap: 70px;
  align-items: end;
  padding-top: 0;
}

.pain-intro h2 {
  font-size: clamp(52px, 4.8vw, 72px);
  line-height: 1.01;
}

.pain-intro > p {
  color: var(--review-ink-soft);
  font-size: 18px;
  line-height: 1.66;
}

.pain-compact__content {
  grid-template-columns: minmax(340px, 0.66fr) minmax(560px, 1.34fr);
  gap: clamp(52px, 7vw, 104px);
  padding: 20px clamp(34px, 6vw, 92px) 0;
}

.pain-phone--static {
  min-height: 660px;
  border-radius: 32px;
}

.pain-compact__costs > h3 {
  margin-bottom: 34px;
  font-size: clamp(42px, 3.8vw, 58px);
}

.pain-costs--compact {
  gap: 12px;
}

.pain-costs--compact article {
  min-height: 148px;
  padding: 24px;
  border: 1px solid var(--review-line);
  border-radius: 18px;
  background: #f7f9fc !important;
  box-shadow: none;
}

.pain-costs--compact h4 {
  font-size: 16px;
}

.pain-costs--compact p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
}

.pain-costs--compact article h4 {
  color: var(--review-ink) !important;
}

.pain-costs--compact article p {
  color: var(--review-muted) !important;
  opacity: 1 !important;
}

.pain-verdict--solution {
  margin-left: clamp(34px, 6vw, 92px);
  margin-right: clamp(34px, 6vw, 92px);
  padding: 26px 30px;
  border-radius: 18px;
}

.pain-verdict--solution small {
  font-size: 12px;
}

.pain-verdict--solution strong {
  font-size: 17px;
  line-height: 1.55;
}

/* Product platform */
.partner-cabinet {
  padding: clamp(70px, 7vw, 108px) clamp(34px, 6vw, 92px);
  background: linear-gradient(160deg, #ffffff 0%, #f5f8fc 100%);
}

.hero-grid {
  gap: clamp(58px, 7vw, 112px);
}

.brand-mark,
.eyebrow {
  font-size: 12px;
}

.hero-copy h2 {
  margin-top: 24px;
  font-size: clamp(54px, 4.8vw, 72px);
  line-height: 1.01;
}

.hero-copy__lead {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.68;
}

.primary-link {
  min-height: 58px;
  padding: 0 22px;
  border-radius: 13px;
  font-size: 14px;
}

.capability-list {
  gap: 12px;
}

.capability-list span {
  padding: 11px 14px;
  font-size: 14px;
}

.video-frame {
  border-radius: 24px;
}

.proof-row article {
  min-height: 124px;
  padding: 22px;
}

.proof-row strong {
  font-size: 16px;
}

.proof-row p {
  font-size: 14px;
  line-height: 1.5;
}

.gallery-section {
  margin-top: 94px;
  padding-top: 76px;
  border-top: 1px solid var(--review-line);
}

.gallery-heading {
  padding: 0;
}

.gallery-heading > p {
  color: var(--review-muted);
  font-size: 17px;
  line-height: 1.65;
}

.screen-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.screen-card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(25, 54, 96, 0.1);
}

.screen-card__caption {
  min-height: 112px;
  padding: 22px;
}

.screen-card__caption strong {
  font-size: 18px;
}

.screen-card__caption small {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.5;
}

.screen-card__number {
  font-family: var(--review-display);
  font-size: 20px;
}

/* Services */
.service-scope {
  padding-top: 88px;
  padding-bottom: 88px;
}

.service-scope__head {
  gap: clamp(48px, 7vw, 104px);
}

.service-scope__head h2 {
  font-size: clamp(54px, 5vw, 74px);
  line-height: 1;
}

.service-scope__head > p {
  font-size: 18px;
  line-height: 1.65;
}

.service-scope__routes {
  gap: 20px;
  padding-inline: clamp(34px, 6vw, 92px);
}

.service-scope__route {
  padding: 34px;
  border-radius: 22px;
}

.service-scope__route-title h3 {
  font-size: 25px;
}

.service-scope__route li,
.service-scope__free li {
  font-size: 15px;
  line-height: 1.55;
}

.service-scope__free {
  margin-left: clamp(34px, 6vw, 92px);
  margin-right: clamp(34px, 6vw, 92px);
  padding: 32px;
  border-radius: 22px;
}

.service-scope__free h3 {
  font-size: 22px;
}

/* Conversion sections, steps, tables and FAQ */
.conversion-section {
  padding-top: clamp(78px, 8vw, 116px);
  padding-bottom: clamp(78px, 8vw, 116px);
}

.conversion-head {
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.55fr);
}

.conversion-head h2 {
  font-size: clamp(54px, 5vw, 74px);
}

.conversion-head > p {
  font-size: 18px;
  line-height: 1.68;
}

.sla-grid {
  gap: 1px;
  border: 0;
  background: rgba(173, 207, 255, 0.18);
}

.sla-grid article {
  min-height: 250px;
  padding: 28px 24px;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.055);
}

.sla-grid article > span {
  font-family: var(--review-display);
  font-size: 22px;
}

.sla-grid small {
  font-size: 12px;
}

.sla-grid strong {
  font-family: var(--review-display);
  font-size: 29px;
}

.sla-grid p {
  font-size: 14px;
  line-height: 1.55;
}

.sla-summary {
  padding: 24px 28px;
  font-size: 16px;
}

.start-steps {
  gap: 1px;
  border: 0;
  background: var(--review-line);
}

.start-steps article {
  min-height: 330px;
  padding: 32px 28px;
  border: 0 !important;
  background: #fff;
}

.start-steps article > span {
  font-family: var(--review-display);
  font-size: 26px;
}

.start-steps small {
  margin-top: 46px;
  font-size: 11px;
}

.start-steps h3 {
  font-family: var(--review-display);
  font-size: 31px;
  line-height: 1.08;
}

.start-steps p {
  font-size: 15px;
  line-height: 1.6;
}

.compare-table th,
.compare-table td {
  padding: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.compare-table th {
  font-size: 13px;
}

.faq-list h3 button {
  gap: 24px;
  padding: 29px 0;
  font-size: clamp(19px, 1.55vw, 23px);
}

.faq-list h3 button > span {
  font-family: var(--review-display);
  font-size: 22px;
}

.faq-list article > div p {
  max-width: 1040px;
  margin: -5px 58px 30px;
  font-size: 17px;
  line-height: 1.72;
}

.proof-facts {
  gap: 1px;
  border: 0;
  background: var(--review-line);
}

.proof-facts article {
  min-height: 206px;
  padding: 32px 28px;
  border: 0 !important;
  background: #fff;
}

.proof-facts strong {
  font-family: var(--review-display);
  font-size: clamp(38px, 3.4vw, 52px);
}

.proof-facts span {
  font-size: 15px;
  line-height: 1.6;
}

.proof-source {
  font-size: 14px;
}

/* Terms */
.cooperation-terms__head {
  padding-top: 90px;
}

.cooperation-terms__head h2 {
  font-size: clamp(54px, 5vw, 74px);
}

.cooperation-terms__promise > p,
.cooperation-terms__head > p {
  font-size: 17px;
  line-height: 1.65;
}

.cooperation-terms__cost-copy small,
.cooperation-terms__partner-label {
  font-size: 11px;
}

.cooperation-terms__cost-copy h3,
.cooperation-terms__partner h3 {
  font-size: 17px;
}

.cooperation-terms__cost-copy p,
.cooperation-terms__partner p,
.cooperation-terms__principles p {
  font-size: 14px;
  line-height: 1.6;
}

.cooperation-terms__principles h3 {
  font-size: 17px;
}

/* Education, contact and footer */
.vgu-compact {
  padding-top: 62px;
  padding-bottom: 62px;
}

.vgu-compact__lockup span,
.vgu-compact__lockup strong {
  font-size: 17px;
}

.vgu-compact h2 {
  font-size: clamp(36px, 3.4vw, 50px);
}

.vgu-compact > div:nth-child(2) > span {
  font-size: 16px;
  line-height: 1.6;
}

.vgu-compact > a {
  min-height: 54px;
  font-size: 12px;
}

.contact-section {
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 0.72fr);
}

.contact-section h2 {
  font-size: clamp(54px, 5vw, 74px);
}

.contact-section__copy > p:not(.section-kicker) {
  font-size: 18px;
  line-height: 1.68;
}

.contact-section__links a {
  font-size: 16px;
}

.contact-section__links span {
  font-size: 14px;
}

.lead-form {
  gap: 18px;
  padding: 32px;
}

.lead-form__field label,
.lead-form__consent {
  font-size: 12px;
}

.lead-form input,
.lead-form select {
  min-height: 54px;
  font-size: 15px;
}

.lead-form > button {
  min-height: 58px;
  font-size: 13px;
}

.landing-footer__main {
  padding-top: 58px;
  padding-bottom: 58px;
}

.landing-footer__brand > p,
.landing-footer__column > a,
.landing-footer__column > span {
  font-size: 14px;
  line-height: 1.62;
}

.landing-footer__column > strong {
  font-size: 12px;
}

.landing-footer__brand > div span,
.landing-footer__legal > div:first-child p,
.landing-footer__legal > div:first-child span,
.landing-footer__legal a,
.landing-footer__legal > div:last-child span {
  font-size: 11px;
}

@media (max-width: 1260px) {
  .landing-flow--redesign {
    width: min(1500px, calc(100% - 24px));
  }

  .first-hero--redesign .first-hero__main {
    grid-template-columns: minmax(520px, 1.05fr) minmax(420px, 0.95fr);
    padding-inline: 48px;
  }

  .first-hero--redesign h1 {
    font-size: clamp(58px, 5vw, 70px);
  }

  .hero-feature-card--team {
    right: -28px;
  }

  .hero-feature-card--cabinet {
    left: 6px;
  }
}

@media (max-width: 1100px) {
  body {
    font-size: 16px;
  }

  .first-hero--redesign .first-hero__main {
    grid-template-columns: 1fr;
    padding: 62px 48px 0;
  }

  .first-hero--redesign .first-hero__visual {
    min-height: 690px;
  }

  .hero-feature-card--team {
    right: 14px;
  }

  .hero-feature-card--cabinet {
    left: 12px;
  }

  .screen-gallery {
    grid-template-columns: 1fr;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .landing-flow--redesign {
    width: calc(100% - 16px);
    gap: 12px;
  }

  .first-hero--redesign,
  .credentials-grid,
  .pain-story,
  .partner-cabinet,
  .service-scope,
  .conversion-section,
  .cooperation-terms,
  .vgu-compact,
  .contact-section,
  .landing-footer {
    border-radius: 22px;
  }

  .credentials-grid__head,
  .pain-intro,
  .gallery-heading,
  .service-scope__head,
  .cooperation-terms__head,
  .conversion-section,
  .contact-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pain-intro,
  .pain-compact__content,
  .gallery-heading,
  .conversion-head {
    grid-template-columns: 1fr;
  }

  .pain-compact__content,
  .service-scope__routes {
    padding-inline: 24px;
  }

  .pain-verdict--solution,
  .service-scope__free {
    margin-left: 24px;
    margin-right: 24px;
  }

  .partner-cabinet {
    padding: 70px 24px;
  }
}

@media (max-width: 680px) {
  .landing-nav {
    width: calc(100% - 16px);
    min-height: 60px;
    margin: 8px auto 10px;
    padding-inline: 12px;
  }

  .landing-logo {
    font-size: 12px;
  }

  .landing-logo > span {
    width: 34px;
    height: 34px;
  }

  .first-hero--redesign .first-hero__main {
    padding: 44px 20px 0;
  }

  .first-hero--redesign .first-hero__eyebrow,
  .credentials-grid__head p,
  .section-kicker,
  .pain-kicker,
  .eyebrow,
  .service-scope__eyebrow,
  .cooperation-terms__eyebrow {
    font-size: 10px;
  }

  .first-hero--redesign h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .first-hero--redesign .first-hero__copy > p:not(.first-hero__microtrust) {
    font-size: 16px;
  }

  .first-hero--redesign .first-hero__actions {
    display: grid;
  }

  .first-hero--redesign .first-hero__primary,
  .first-hero--redesign .first-hero__secondary {
    width: 100%;
  }

  .first-hero--redesign .first-hero__offers {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .first-hero--redesign .first-hero__offers article {
    min-height: auto;
    padding: 16px 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(164, 197, 236, 0.42);
  }

  .first-hero--redesign .first-hero__offers article:last-child {
    border-bottom: 0;
  }

  .first-hero--redesign .first-hero__offers span {
    max-width: none;
    font-size: 13px;
  }

  .first-hero--redesign .first-hero__visual {
    min-height: 570px;
  }

  .hero-feature-card {
    width: 210px;
    min-height: 82px;
    padding: 12px;
  }

  .hero-feature-card strong {
    font-size: 12px;
  }

  .hero-feature-card span {
    font-size: 10px;
  }

  .hero-feature-card--team {
    top: 20px;
    right: 0;
  }

  .hero-feature-card--cabinet {
    top: 248px;
    left: 0;
  }

  .credentials-grid__head,
  .pain-intro,
  .gallery-heading,
  .service-scope__head,
  .cooperation-terms__head,
  .conversion-section,
  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .credentials-grid__head,
  .pain-intro {
    gap: 26px;
  }

  .credentials-grid__head h2,
  .pain-intro h2,
  .hero-copy h2,
  .gallery-heading h2,
  .service-scope__head h2,
  .cooperation-terms__head h2,
  .conversion-head h2,
  .contact-section h2 {
    font-size: clamp(40px, 11.5vw, 52px);
  }

  .credentials-grid__items {
    grid-template-columns: 1fr;
  }

  .credentials-grid__items article {
    min-height: 138px;
  }

  .pain-compact__content,
  .service-scope__routes {
    padding-inline: 20px;
  }

  .pain-verdict--solution,
  .service-scope__free {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pain-costs--compact {
    grid-template-columns: 1fr;
  }

  .pain-costs--compact article {
    min-height: 125px;
  }

  .partner-cabinet {
    padding: 60px 20px;
  }

  .screen-card__caption {
    min-height: 100px;
  }

  .service-scope__route {
    padding: 26px 20px;
  }

  .start-steps article,
  .proof-facts article {
    min-height: 240px;
  }

  .faq-list article > div p {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .compare-table th,
  .compare-table td {
    padding: 18px;
    font-size: 14px;
  }
}

/* VGU partnership — conceptual university illustration instead of a building photo. */
.vgu-showcase.vgu-compact {
  display: grid;
  grid-template-columns: minmax(480px, 0.88fr) minmax(560px, 1.12fr);
  align-items: stretch;
  gap: 0;
  min-height: 620px;
  padding: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(64, 126, 237, 0.1), transparent 25rem),
    linear-gradient(145deg, #eef5ff 0%, #ffffff 61%);
}

.vgu-showcase__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 620px;
  padding: 92px 34px 54px;
  border-right: 1px solid rgba(32, 75, 137, 0.1);
  background:
    linear-gradient(rgba(63, 118, 205, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 118, 205, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 52% 47%, rgba(67, 131, 236, 0.16), transparent 43%),
    linear-gradient(145deg, rgba(226, 238, 255, 0.88), rgba(247, 250, 255, 0.75));
  background-size: 48px 48px, 48px 48px, auto, auto;
  overflow: hidden;
}

.vgu-showcase__visual::after {
  content: "";
  position: absolute;
  inset: auto -12% -38% 10%;
  height: 380px;
  border-radius: 50%;
  background: rgba(36, 89, 232, 0.08);
  filter: blur(16px);
}

.vgu-showcase__halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(48, 107, 222, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -48%);
  box-shadow:
    0 0 0 62px rgba(74, 132, 227, 0.045),
    0 0 0 124px rgba(74, 132, 227, 0.025);
}

.vgu-showcase__visual img {
  position: relative;
  z-index: 2;
  width: min(620px, 112%);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 28px 34px rgba(31, 69, 125, 0.2));
  transform: translateY(12px);
}

.vgu-showcase__lockup {
  position: absolute;
  z-index: 4;
  top: 38px;
  left: 42px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #193863;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.07em;
}

.vgu-showcase__lockup i {
  color: #ef6a61;
  font-family: var(--review-display);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.vgu-showcase__visual > p {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: 42px;
  margin: 0;
  color: #58708e;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vgu-showcase__visual > p span {
  margin-inline: 7px;
  color: #ef6a61;
}

.vgu-showcase__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(62px, 7vw, 108px);
}

.vgu-showcase__eyebrow {
  margin: 0;
  color: var(--review-blue);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.vgu-showcase.vgu-compact .vgu-showcase__content h2 {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--review-ink);
  font-family: var(--review-display);
  font-size: clamp(48px, 4.5vw, 68px);
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: -0.047em;
}

.vgu-showcase__name {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  white-space: nowrap;
}

.vgu-showcase.vgu-compact .vgu-showcase__content h2 small {
  display: inline-block;
  max-width: none;
  color: #687b96;
  font-family: var(--review-ui);
  font-size: 11px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.vgu-showcase__lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--review-muted);
  font-size: 18px;
  line-height: 1.68;
}

.vgu-showcase.vgu-compact .vgu-showcase__content .vgu-showcase__lead {
  color: var(--review-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
  text-transform: none;
}

.vgu-showcase__content > a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: max-content;
  min-width: 246px;
  min-height: 58px;
  margin-top: 38px;
  padding: 0 22px;
  border: 0;
  border-radius: 13px;
  background: var(--review-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.03em;
  text-decoration: none;
  box-shadow: 0 17px 36px rgba(39, 100, 237, 0.22);
}

.vgu-showcase__content > a span {
  font-size: 21px;
}

@media (max-width: 1100px) {
  .vgu-showcase.vgu-compact {
    grid-template-columns: 1fr;
  }

  .vgu-showcase__visual {
    min-height: 520px;
    border-right: 0;
    border-bottom: 1px solid rgba(32, 75, 137, 0.1);
  }

  .vgu-showcase__visual img {
    width: min(610px, 94%);
  }
}

@media (max-width: 680px) {
  .vgu-showcase__visual {
    min-height: 390px;
    padding: 72px 18px 40px;
  }

  .vgu-showcase__halo {
    width: 270px;
    height: 270px;
  }

  .vgu-showcase__visual img {
    width: 116%;
  }

  .vgu-showcase__lockup {
    top: 24px;
    left: 20px;
    font-size: 12px;
  }

  .vgu-showcase__visual > p {
    bottom: 18px;
    left: 20px;
    font-size: 9px;
  }

  .vgu-showcase__content {
    padding: 46px 20px 50px;
  }

  .vgu-showcase.vgu-compact .vgu-showcase__content h2 {
    font-size: clamp(40px, 11.8vw, 52px);
  }

  .vgu-showcase.vgu-compact .vgu-showcase__content h2 small {
    max-width: none;
    margin: 0;
    font-size: 9px;
  }

  .vgu-showcase__name {
    align-items: baseline;
    gap: 8px;
  }

  .vgu-showcase__lead {
    font-size: 16px;
  }

  .vgu-showcase__content > a {
    width: 100%;
  }
}

/* Keep interface copy consistently sans-serif; serif is reserved for display. */
p,
a,
button,
li,
label,
input,
select,
small,
strong,
.landing-nav,
.first-hero__eyebrow,
.first-hero__offers span,
.hero-feature-card span,
.hero-leader__name,
.screen-card__caption,
.cooperation-terms__partner-label {
  font-family: var(--review-ui);
}

.first-hero--redesign h1,
.credentials-grid__head h2,
.pain-intro h2,
.pain-compact__costs > h3,
.hero-copy h2,
.gallery-heading h2,
.service-scope__head h2,
.cooperation-terms__head h2,
.conversion-head h2,
.contact-section h2,
.vgu-compact h2,
.landing-footer h2,
.first-hero--redesign .first-hero__offers strong,
.credentials-grid__items article > span,
.screen-card__number,
.sla-grid article > span,
.sla-grid strong,
.start-steps article > span,
.start-steps h3,
.proof-facts strong,
.hero-leader__name {
  font-family: var(--review-display);
}

/* Comparison review: show the business outcome before the feature matrix. */
#compare.compare-review,
#compare {
  background:
    radial-gradient(circle at 92% 5%, rgba(69, 127, 236, 0.12), transparent 27rem),
    linear-gradient(155deg, #f2f6fd 0%, #ffffff 55%, #f7faff 100%);
}

.compare-review__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.52fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
}

.compare-review__intro h2 {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--review-ink);
  font-family: var(--review-display);
  font-size: clamp(52px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: -0.047em;
}

.compare-review__lead {
  max-width: 560px;
  margin: 0 0 6px;
  color: var(--review-ink-soft);
  font-size: 18px;
  line-height: 1.68;
}

.compare-review__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(48px, 5vw, 72px);
}

.compare-review__benefits article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  min-height: 174px;
  padding: 28px;
  border: 1px solid rgba(39, 100, 237, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 52px rgba(29, 66, 119, 0.08);
}

.compare-review__benefits article:first-child {
  background: linear-gradient(145deg, #153e9f, #2864ed);
  box-shadow: 0 20px 48px rgba(39, 100, 237, 0.22);
}

.compare-review__benefit-number {
  color: var(--review-blue);
  font-family: var(--review-display);
  font-size: clamp(37px, 3vw, 50px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.compare-review__benefit-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(39, 100, 237, 0.11);
  color: var(--review-blue);
  font-size: 15px;
  box-shadow: inset 0 0 0 8px rgba(39, 100, 237, 0.07);
}

.compare-review__benefits strong {
  display: block;
  color: var(--review-ink);
  font-size: 17px;
  line-height: 1.35;
}

.compare-review__benefits p {
  margin: 11px 0 0;
  color: var(--review-muted);
  font-size: 14px;
  line-height: 1.55;
}

.compare-review__benefits article:first-child .compare-review__benefit-number,
.compare-review__benefits article:first-child strong {
  color: #fff;
}

.compare-review__benefits article:first-child p {
  color: rgba(227, 238, 255, 0.75);
}

.compare-review__label-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-top: clamp(70px, 7vw, 104px);
  margin-bottom: 24px;
}

.compare-review__label-row p {
  margin: 0;
  color: var(--review-ink);
  font-size: 24px;
  font-weight: 720;
  letter-spacing: -0.025em;
}

.compare-review__label-row > span {
  max-width: 480px;
  color: var(--review-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.compare-review__models {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.compare-model {
  position: relative;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--review-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
}

.compare-model__head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--review-line);
}

.compare-model__head > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #edf2fa;
  color: var(--review-blue);
  font-family: var(--review-display);
  font-size: 19px;
}

.compare-model__head small {
  display: block;
  color: var(--review-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.compare-model__head h3 {
  margin: 7px 0 0;
  color: var(--review-ink);
  font-size: 22px;
  line-height: 1.2;
}

.compare-model ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-model li {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 102px;
  align-content: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--review-line);
}

.compare-model li:last-child {
  border-bottom: 0;
}

.compare-model li > span {
  color: var(--review-muted);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-model li > strong {
  color: #2c3c55;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.45;
}

.compare-model--featured {
  padding: 29px;
  border-color: rgba(99, 164, 255, 0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(80, 189, 235, 0.23), transparent 35%),
    linear-gradient(145deg, #0e3577, #0b1c38 65%);
  box-shadow: 0 24px 58px rgba(19, 61, 134, 0.24);
}

.compare-model__badge {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 7px 10px;
  border: 1px solid rgba(124, 222, 231, 0.28);
  border-radius: 999px;
  background: rgba(81, 207, 219, 0.12);
  color: #86e2e8;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.compare-model--featured .compare-model__head {
  border-bottom-color: rgba(157, 193, 244, 0.18);
}

.compare-model--featured .compare-model__head > span {
  background: linear-gradient(145deg, #2f73f4, #234eb6);
  color: #fff;
}

.compare-model--featured .compare-model__head small,
.compare-model--featured li > span {
  color: rgba(206, 225, 251, 0.64);
}

.compare-model--featured .compare-model__head small {
  visibility: hidden;
}

.compare-model--featured .compare-model__head h3,
.compare-model--featured li > strong {
  color: #fff;
}

.compare-model--featured li {
  grid-template-columns: 28px minmax(0, 1fr);
  border-bottom-color: rgba(157, 193, 244, 0.18);
  padding-left: 2px;
}

.compare-model--featured li i {
  grid-row: 1 / 3;
  align-self: center;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(116, 222, 230, 0.13);
  color: #84e2e7;
  font-size: 13px;
  font-style: normal;
}

.compare-review__outcome {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  margin-top: 16px;
  padding: 28px 30px;
  border: 1px solid rgba(39, 100, 237, 0.18);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(26, 58, 105, 0.08);
}

.compare-review__outcome > div {
  display: grid;
  gap: 7px;
}

.compare-review__outcome > div span {
  color: var(--review-blue);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compare-review__outcome strong {
  color: var(--review-ink);
  font-size: 18px;
  line-height: 1.45;
}

.compare-review__outcome > a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-width: 230px;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 13px;
  background: var(--review-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.compare-review__outcome > a span {
  font-size: 20px;
}

@media (max-width: 1100px) {
  .compare-review__intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .compare-review__benefits,
  .compare-review__models {
    grid-template-columns: 1fr;
  }

  .compare-review__benefits article {
    min-height: 140px;
  }

  .compare-model li {
    min-height: 88px;
  }
}

@media (max-width: 680px) {
  .compare-review__intro h2 {
    font-size: clamp(40px, 11.5vw, 52px);
  }

  .compare-review__lead {
    font-size: 16px;
  }

  .compare-review__benefits article {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 23px 20px;
  }

  .compare-review__label-row {
    display: grid;
    gap: 12px;
    margin-top: 58px;
  }

  .compare-review__label-row p {
    font-size: 21px;
  }

  .compare-review__label-row > span {
    text-align: left;
  }

  .compare-model,
  .compare-model--featured {
    padding: 22px 20px;
  }

  .compare-model__badge {
    position: static;
    width: max-content;
    margin-bottom: 18px;
  }

  .compare-model li > strong {
    font-size: 14px;
  }

  .compare-review__outcome {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }

  .compare-review__outcome > a {
    width: 100%;
  }
}

/* Pain section — editorial expert-led concept with a prepared YouTube slot. */
.pain-story.expert-pain {
  position: relative;
  display: block;
  padding: clamp(52px, 5.3vw, 84px);
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 16%, rgba(47, 111, 224, 0.32), transparent 30rem),
    radial-gradient(circle at 18% 76%, rgba(32, 149, 177, 0.13), transparent 28rem),
    linear-gradient(137deg, #102d5b 0%, #081a34 48%, #0a172c 100%);
  color: #f4f8ff;
  box-shadow: 0 28px 80px rgba(11, 32, 66, 0.18);
}

.pain-story.expert-pain::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(123, 171, 235, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 171, 235, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.expert-pain__top,
.expert-pain__costs-head,
.expert-pain__costs,
.expert-pain__transition {
  position: relative;
  z-index: 1;
}

.expert-pain__top {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  align-items: stretch;
  gap: clamp(38px, 4.2vw, 70px);
}

.expert-pain__story {
  min-width: 0;
  padding-top: 10px;
}

.expert-pain__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: #86ddea;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.expert-pain__eyebrow span {
  width: 34px;
  height: 2px;
  background: #ff6c66;
}

.pain-story.expert-pain h2 {
  max-width: 820px;
  margin: 24px 0 0;
  color: #fff;
  font-family: var(--review-display);
  font-size: clamp(55px, 4.5vw, 70px);
  font-weight: 400;
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.pain-story.expert-pain h2 em {
  display: block;
  margin-top: 7px;
  color: #80ddea;
  font-style: italic;
}

.expert-pain__lead {
  max-width: 750px;
  margin: 28px 0 0;
  color: rgba(227, 237, 250, 0.75);
  font-size: 18px;
  line-height: 1.7;
}

.expert-pain__dialog {
  display: grid;
  grid-template-columns: minmax(150px, 0.38fr) minmax(250px, 0.62fr);
  gap: 12px 16px;
  max-width: 820px;
  margin-top: 38px;
  padding: 22px;
  border: 1px solid rgba(150, 190, 240, 0.19);
  border-radius: 20px;
  background: rgba(23, 51, 91, 0.62);
  box-shadow: 0 22px 55px rgba(0, 9, 30, 0.24);
  backdrop-filter: blur(14px);
}

.expert-pain__dialog-head {
  grid-row: 1 / span 3;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 3px 14px 3px 0;
  border-right: 1px solid rgba(162, 194, 236, 0.18);
}

.expert-pain__dialog-head > span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #2d68ec;
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

.expert-pain__dialog-head strong,
.expert-pain__dialog-head small {
  display: block;
}

.expert-pain__dialog-head strong {
  margin-top: 2px;
  font-size: 14px;
}

.expert-pain__dialog-head small {
  margin-top: 5px;
  color: rgba(220, 234, 251, 0.56);
  font-size: 10px;
}

.expert-pain__message {
  width: fit-content;
  max-width: 520px;
  margin: 0;
  padding: 11px 14px;
  border-radius: 12px 12px 12px 3px;
  background: rgba(255, 255, 255, 0.96);
  color: #1e2d45;
  font-size: 13px;
  line-height: 1.45;
}

.expert-pain__message--alert {
  border: 1px solid rgba(255, 111, 103, 0.42);
  background: rgba(255, 239, 237, 0.98);
}

.expert-pain__status {
  display: flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  min-width: 330px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 115, 108, 0.32);
  border-radius: 12px;
  background: rgba(88, 31, 41, 0.42);
}

.expert-pain__status i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #ef655f;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

.expert-pain__status strong,
.expert-pain__status small {
  display: block;
}

.expert-pain__status strong {
  font-size: 13px;
}

.expert-pain__status small {
  margin-top: 4px;
  color: rgba(232, 240, 252, 0.62);
  font-size: 10px;
}

.expert-pain__expert {
  align-self: stretch;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(148, 191, 245, 0.2);
  border-radius: 26px;
  background: linear-gradient(155deg, rgba(250, 252, 255, 0.99), rgba(229, 237, 248, 0.98));
  color: var(--review-ink);
  box-shadow: 0 38px 90px rgba(1, 10, 31, 0.4);
}

.expert-pain__portrait {
  position: relative;
  height: 560px;
  overflow: hidden;
  border-radius: 19px;
  background: #c7b6aa;
}

.expert-pain__portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(6, 19, 39, 0.55));
}

.expert-pain__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  transform: scale(1.16);
  transform-origin: 50% 10%;
}

.expert-pain__portrait > span {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 21px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(7, 26, 55, 0.5);
  color: #fff;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.expert-pain__expert-meta {
  padding: 26px 18px 16px;
}

.expert-pain__expert-meta > strong {
  display: block;
  font-family: var(--review-display);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.05;
}

.expert-pain__expert-meta > p {
  margin: 10px 0 0;
  color: #4c607d;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.expert-pain__expert-meta > a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 15px;
  border: 1px solid rgba(122, 161, 218, 0.2);
  border-radius: 14px;
  background: #102c57;
  color: #fff;
  text-decoration: none;
  cursor: default;
}

.expert-pain__play {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4e4e;
  box-shadow: 0 8px 18px rgba(231, 54, 54, 0.22);
}

.expert-pain__play::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.expert-pain__expert-meta > a span,
.expert-pain__expert-meta > a b,
.expert-pain__expert-meta > a small {
  display: block;
}

.expert-pain__expert-meta > a b {
  font-size: 13px;
}

.expert-pain__expert-meta > a small {
  margin-top: 4px;
  color: rgba(221, 233, 250, 0.6);
  font-size: 10px;
  font-weight: 520;
}

.expert-pain__costs-head {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  align-items: end;
  gap: 36px;
  margin-top: clamp(56px, 6vw, 90px);
  padding-top: 42px;
  border-top: 1px solid rgba(147, 187, 239, 0.18);
}

.expert-pain__costs-head p {
  margin: 0;
  color: #ff7b74;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.expert-pain__costs-head h3 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-family: var(--review-display);
  font-size: clamp(38px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.expert-pain__costs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.expert-pain__costs article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  min-height: 148px;
  padding: 24px;
  border: 1px solid rgba(147, 188, 240, 0.16);
  border-radius: 16px;
  background: rgba(29, 58, 99, 0.52);
}

.expert-pain__costs article > span {
  color: #78d7e6;
  font-family: var(--review-display);
  font-size: 17px;
}

.expert-pain__costs strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.expert-pain__costs article p {
  margin: 9px 0 0;
  color: rgba(220, 233, 250, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.expert-pain__transition {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 19px;
  margin-top: 20px;
  padding: 20px 24px;
  border-radius: 16px;
  background: linear-gradient(110deg, #f2f8ff, #e7f3ff);
  color: #173257;
}

.expert-pain__transition > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #2867ed;
  color: #fff;
  font-size: 22px;
}

.expert-pain__transition small,
.expert-pain__transition strong {
  display: block;
}

.expert-pain__transition small {
  color: #547095;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.expert-pain__transition strong {
  max-width: 1000px;
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .expert-pain__top {
    grid-template-columns: 1fr;
  }

  .expert-pain__expert {
    display: grid;
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  }

  .expert-pain__portrait {
    height: 430px;
  }

  .expert-pain__expert-meta {
    align-self: center;
    padding: 30px;
  }

  .expert-pain__costs-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .expert-pain__costs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .pain-story.expert-pain {
    padding: 42px 20px 24px;
  }

  .pain-story.expert-pain h2 {
    font-size: clamp(43px, 12.2vw, 54px);
  }

  .expert-pain__lead {
    font-size: 16px;
  }

  .expert-pain__dialog {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .expert-pain__dialog-head {
    grid-row: auto;
    border-right: 0;
  }

  .expert-pain__status {
    min-width: 0;
  }

  .expert-pain__expert {
    display: block;
  }

  .expert-pain__portrait {
    height: 470px;
  }

  .expert-pain__portrait img {
    transform: scale(1.08);
  }

  .expert-pain__expert-meta {
    padding: 22px 10px 10px;
  }

  .expert-pain__costs {
    grid-template-columns: 1fr;
  }

  .expert-pain__costs article {
    min-height: auto;
  }

  .expert-pain__transition {
    grid-template-columns: 1fr;
  }
}
