

/* Start:/consultation/assets/style.css?177576442381840*/
/* Точечный bridge из CRYPTORO template.css: берем только шрифты и базовую типографику.
   Шрифты Manrope/Gilroy/Space Grotesk загружаются из /local/templates/cryptoro/fonts/fonts.css.
   Доступные веса: Manrope 400,500 · Gilroy 400,500 · Space Grotesk — variable (все). */
:root {
  --font-family-main: 'Manrope', var(--font-family, var(--ui-font-family-system, sans-serif));
  --font-family-heading: var(--font3, 'Gilroy'), 'Manrope', sans-serif;
  --font-family-ui: var(--font5, 'Space Grotesk'), 'Manrope', sans-serif;
  --section-gap: 26px;
  --section-padding: 28px;
  --faq-bg: var(--ui-color-base-05, #f6f8fc);
  --faq-line: var(--ui-color-base-20, #dfe4ed);
  --faq-text: var(--ui-color-base-default, #262e3e);
  --faq-muted: var(--ui-color-base-60, #959ca4);
  --faq-open-accent: #01cd92;
  --bg-main: #171b26;
  --bg-light: #f5f7fb;
  --line: #e1e6ef;
  --text-main: #111827;
  --text-muted: #586375;
  --text-light: #f5f7fb;
  --accent: #01cd92;
  --accent-dark: #009e74;
  --radius-xl: 30px;
  --radius-md: 14px;
  --shadow-soft: 0 6px 18px rgba(17, 24, 39, 0.08);
}

* {
  box-sizing: border-box;
}

.consult-page,
.consult-page * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Защита от глобальных Bitrix-правил вида word-break: break-all/break-word. */
.consult-page h1,
.consult-page h2,
.consult-page h3,
.consult-page p,
.consult-page li,
.consult-page span,
.consult-page strong,
.consult-page a,
.consult-page button {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  line-break: auto;
}

a {
  color: inherit;
}

.consult-page {
  padding: 18px 0 34px;
}

.consult-page .container {
  /* Как на текущих страницах CRYPTORO: почти во всю ширину с малыми полями. */
  width: min(1860px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: var(--section-gap);
}

/* Жестко сбрасываем возможные глобальные стили шаблона Bitrix (margin/order у section). */
.consult-page section {
  margin: 0 !important;
  order: initial !important;
  min-width: 0;
  width: 100%;
}

.consult-page .hero {
  background: linear-gradient(115deg, #1b2130 0%, #28324a 55%, #1a2030 100%);
  color: var(--text-light);
  border-radius: var(--radius-xl);
  padding: 34px 40px;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(220, 228, 241, 0.25);
  min-height: clamp(420px, 40vw, 660px);
}

.consult-page .hero__label {
  display: none;
}

.consult-page .hero__title {
  margin: 0;
  font-family: var(--font-family-heading);
  font-size: clamp(56px, 5.2vw, 106px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  max-width: 16ch;
  font-weight: 500;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.consult-page .hero__text {
  margin: 24px 0 30px;
  color: #d6deee;
  font-size: clamp(17px, 1.15vw, 25px);
  line-height: 1.3;
  max-width: 36ch;
}

.consult-page .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.consult-page .hero__media {
  min-height: 100%;
  border-radius: 22px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  background-color: transparent;
  background-image: url('/consultation/assets/./images/pexels-mikhail-nilov-7681365.jpg');
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.consult-page .hero__media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: none;
}

.consult-page .btn {
  --btn-bg: transparent;
  --btn-bg-hover: transparent;
  --btn-bg-active: transparent;
  --btn-color: #ffffff;
  --btn-color-hover: #ffffff;
  --btn-color-active: #ffffff;
  --btn-border: transparent;
  --btn-border-hover: transparent;
  --btn-border-active: transparent;
  --btn-hex-bg: #ffffff;
  --btn-hex-fg: #272b37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border: 2px solid var(--btn-border);
  border-radius: 999px;
  padding: 0 26px;
  background: var(--btn-bg);
  color: var(--btn-color);
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  line-height: 1;
}

.consult-page .hero .btn {
  min-height: 58px;
  padding: 0 28px;
  font-size: clamp(17px, 1.02vw, 24px);
}

.consult-page .btn:hover {
  background: var(--btn-bg-hover);
  border-color: var(--btn-border-hover);
  color: var(--btn-color-hover);
  transform: translateY(-1px);
}

.consult-page .btn:active {
  background: var(--btn-bg-active);
  border-color: var(--btn-border-active);
  color: var(--btn-color-active);
  transform: translateY(0);
}

.consult-page .btn--primary {
  --btn-bg: #01cd92;
  --btn-bg-hover: #1ddea5;
  --btn-bg-active: #00ba84;
  --btn-color: #ffffff;
  --btn-color-hover: #ffffff;
  --btn-color-active: #ffffff;
  --btn-border: #01cd92;
  --btn-border-hover: #1ddea5;
  --btn-border-active: #00ba84;
  --btn-hex-bg: #ffffff;
  --btn-hex-fg: #272b37;
}

.consult-page .btn--ghost {
  --btn-bg: transparent;
  --btn-bg-hover: rgba(244, 130, 28, 0.08);
  --btn-bg-active: rgba(244, 130, 28, 0.14);
  --btn-color: #01cd92;
  --btn-color-hover: #1ddea5;
  --btn-color-active: #00ba84;
  --btn-border: #01cd92;
  --btn-border-hover: #1ddea5;
  --btn-border-active: #00ba84;
}

.consult-page .btn--full {
  width: 100%;
}

.consult-page .btn--cart {
  --btn-bg: #6ee2a8;
  --btn-bg-hover: #5fd99c;
  --btn-bg-active: #4fcc8e;
  --btn-color: #0f1a2b;
  --btn-color-hover: #0f1a2b;
  --btn-color-active: #0f1a2b;
  --btn-border: #6ee2a8;
  --btn-border-hover: #5fd99c;
  --btn-border-active: #4fcc8e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 999px;
}

.consult-page .btn--cart.is-added {
  --btn-bg: #4fcc8e;
  --btn-bg-hover: #4fcc8e;
  --btn-color: #0f1a2b;
  --btn-color-hover: #0f1a2b;
  --btn-border: #4fcc8e;
  --btn-border-hover: #4fcc8e;
}

.consult-page .btn--cart.is-added {
  --btn-bg: #01cd92;
  --btn-bg-hover: #1ddea5;
  --btn-color: #ffffff;
  --btn-color-hover: #ffffff;
  --btn-border: #01cd92;
  --btn-border-hover: #1ddea5;
}

.consult-page .btn__cart-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='17' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2.2l2.4 11.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.5l1.6-6.3H6.2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='17' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2.2l2.4 11.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.5l1.6-6.3H6.2'/%3E%3C/svg%3E");
}

.consult-page .cart-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #272b37;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 15px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 9999;
  pointer-events: none;
}

.consult-page .cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.consult-page .section {
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: var(--section-padding);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
}

.consult-page .section--light {
  background: var(--bg-light);
}

.consult-page .section--pricing {
  background: linear-gradient(120deg, #01cd92 0%, #00ba84 58%, #009e74 100%);
  color: #ffffff;
}

.consult-page .section--metrics {
  /* После переноса под hero делаем светлую палитру, чтобы не дублировать темный первый экран. */
  background: linear-gradient(130deg, #eef3fa 0%, #e7edf8 100%);
  color: #1f2a3f;
  border-color: #d7dfec;
}

.consult-page .section__title {
  margin: 0;
  font-family: var(--font-family-heading);
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.consult-page .section__title--white {
  color: #ffffff;
}

.consult-page .section__lead {
  margin: 8px 0 0;
  font-size: 16px;
  color: #4b5565;
  text-wrap: pretty;
}

.consult-page .benefits-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.consult-page .benefit-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 44px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 240px;
}

.consult-page .benefit-card--photo {
  flex-direction: row;
  align-items: center;
  gap: 32px;
  padding: 32px;
}

.consult-page .benefit-card__photo {
  flex: 0 0 auto;
  width: 220px;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  background: #eef2f8;
}

.consult-page .benefit-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consult-page .benefit-card--photo .benefit-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 720px) {
  .consult-page .benefit-card--photo {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
  }

  .consult-page .benefit-card__photo {
    width: 100%;
    height: 180px;
    border-radius: 14px;
  }
}

.consult-page .benefit-card .benefit-side__icon {
  width: 88px;
  height: 88px;
  margin-bottom: 6px;
}

.consult-page .benefit-card .benefit-side__icon::before {
  width: 36px;
  height: 36px;
}

.consult-page .benefit-card h3 {
  margin: 0;
  font-family: var(--font-family-heading);
  font-size: clamp(22px, 1.6vw, 30px);
  font-weight: 500;
  color: var(--text-main);
  line-height: 1.2;
}

.consult-page .benefit-card p {
  margin: 0;
  font-size: clamp(16px, 1.05vw, 19px);
  color: var(--text-muted);
  line-height: 1.5;
}

.consult-page .benefits-layout {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 18px;
  align-items: center;
}

.consult-page .benefits-layout__col {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0;
}

.consult-page .benefit-side {
  padding: 16px 14px 18px;
  border-bottom: 1px solid #dee4ee;
}

.consult-page .benefits-layout__col .benefit-side:last-child {
  border-bottom: 0;
}

.consult-page .benefit-side__icon {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: rgba(1, 205, 146, 0.12);
  color: #01cd92;
  font-size: 20px;
  line-height: 1;
  position: relative;
}

.consult-page .benefit-side__icon::before {
  content: '';
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Иконки в блоке "Что вы получите": понятные символы вместо условных декоративных знаков. */
.consult-page .benefit-side__icon--lock::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7v5c0 5 3.4 8.3 8 9 4.6-.7 8-4 8-9V7l-8-4Z'/%3E%3Cpath d='m9.2 12.2 1.9 1.9 3.8-4.1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7v5c0 5 3.4 8.3 8 9 4.6-.7 8-4 8-9V7l-8-4Z'/%3E%3Cpath d='m9.2 12.2 1.9 1.9 3.8-4.1'/%3E%3C/svg%3E");
}

.consult-page .benefit-side__icon--user::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3Cpath d='m10.3 3.6-7 12.1A2 2 0 0 0 5 18.7h14a2 2 0 0 0 1.7-3L13.7 3.6a2 2 0 0 0-3.4 0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3Cpath d='m10.3 3.6-7 12.1A2 2 0 0 0 5 18.7h14a2 2 0 0 0 1.7-3L13.7 3.6a2 2 0 0 0-3.4 0Z'/%3E%3C/svg%3E");
}

.consult-page .benefit-side__icon--box::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='4' width='14' height='16' rx='2'/%3E%3Cpath d='M9 9h6'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h3.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='4' width='14' height='16' rx='2'/%3E%3Cpath d='M9 9h6'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h3.5'/%3E%3C/svg%3E");
}

.consult-page .benefit-side__icon--gear::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 18c2.2-2.5 4.5-4.1 6.9-4.8 1.8-.5 3.7-.6 5.6-.1'/%3E%3Cpath d='M13.5 7.5h6v6'/%3E%3Cpath d='m19.5 7.5-7.2 7.2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 18c2.2-2.5 4.5-4.1 6.9-4.8 1.8-.5 3.7-.6 5.6-.1'/%3E%3Cpath d='M13.5 7.5h6v6'/%3E%3Cpath d='m19.5 7.5-7.2 7.2'/%3E%3C/svg%3E");
}

.consult-page .benefit-side h3 {
  margin: 0 0 8px;
  font-family: var(--font-family-heading);
  font-size: clamp(24px, 1.55vw, 38px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.consult-page .benefit-side p {
  margin: 0;
  font-size: clamp(14px, 0.92vw, 18px);
  line-height: 1.3;
  color: #566173;
}

.consult-page .benefit-focus {
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #25304a 0%, #222a40 100%);
  border-radius: 24px;
  padding: 22px 18px 18px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 36px rgba(9, 14, 24, 0.12);
}

.consult-page .benefit-focus__photo {
  width: 100%;
  height: 280px;
  border-radius: 16px;
  background-image: url('/consultation/assets/./images/pexels-gustavo-fring-6285265.jpg');
  background-size: cover;
  background-position: center 20%;
  flex-shrink: 0;
}

.consult-page .benefit-focus::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 112px;
  height: 112px;
  background: radial-gradient(circle at 50% 48%, rgba(242, 139, 26, 0.08) 0%, rgba(242, 139, 26, 0) 62%);
  pointer-events: none;
}

.consult-page .benefit-focus h3 {
  margin: 0;
  font-family: var(--font-family-heading);
  text-align: center;
  font-size: clamp(30px, 1.9vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.consult-page .benefit-focus__art {
  width: 100%;
  max-width: 320px;
  min-height: 104px;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult-page .benefit-focus__checklist {
  width: 100%;
  display: grid;
  gap: 10px;
}

.consult-page .benefit-focus__checklist-item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.25;
}

.consult-page .benefit-focus__check {
  color: #01cd92;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  transform: translateY(1px);
}

.consult-page .benefit-focus__inner {
  border: 2px solid #01cd92;
  border-radius: 28px;
  min-height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-family-heading);
  font-size: clamp(20px, 1.3vw, 28px);
  line-height: 1.16;
  color: #f1f5ff;
  padding: 18px 22px;
  width: 100%;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  margin-top: auto;
}

.consult-page .benefit-focus__inner span {
  display: block;
}

.consult-page .step-card__index {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 500;
  background: rgba(242, 139, 26, 0.15);
  color: #b55d00;
}

.consult-page .step-card h3,
.consult-page .audience-card h3 {
  margin: 6px 0 5px;
  font-size: 14px;
  line-height: 1.2;
}

.consult-page .step-card p,
.consult-page .audience-card p {
  margin: 0;
  font-size: 11px;
  color: var(--text-muted);
}

.consult-page .steps-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.consult-page .step-card {
  border-radius: 24px;
  border: 1px solid #dfe4ed;
  background: #f5f7fb;
  padding: 20px;
  min-height: 250px;
}

.consult-page .step-card--with-media {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 10px;
  min-height: 330px;
}

/* Блок "Как это работает" — отдельная типографика и UI-карточки как в макете. */
.consult-page #workflow .section__title {
  font-size: clamp(58px, 3.6vw, 84px);
  line-height: 1;
}

.consult-page #workflow .steps-grid {
  gap: 14px;
}

.consult-page #workflow .step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 62px 22px 20px;
}

.consult-page #workflow .step-card__index {
  /* Фиксируем одинаковую позицию 01/02/03/04 во всех карточках. */
  position: absolute;
  top: 22px;
  left: 22px;
  display: inline-flex;
  width: fit-content;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #01cd92;
  font-size: clamp(22px, 1.6vw, 32px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  padding: 0;
  margin: 0;
  text-align: left;
}

.consult-page #workflow .step-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-family-heading);
  font-size: clamp(40px, 2.7vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.consult-page #workflow .step-card p {
  margin: 0;
  min-height: 2.75em;
  font-size: clamp(16px, 1.08vw, 22px);
  line-height: 1.34;
  color: #5a6475;
}

.consult-page #workflow .step-card--with-media .step-card__calendar,
.consult-page #workflow .step-card--with-media .step-card__booking {
  margin-top: 16px;
}

.consult-page .step-card__calendar {
  width: 100%;
  margin-top: 12px;
  border: 1px solid #dce2ec;
  border-radius: 14px;
  padding: 10px 12px 12px;
  background: #eceff4;
}

.consult-page .step-card__calendar-head {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  color: #2e3748;
  font-size: 14px;
  margin-bottom: 8px;
}

.consult-page .step-card__calendar-head strong {
  justify-self: center;
  font-weight: 500;
}

.consult-page .step-card__calendar-week {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 6px;
  color: #8a93a3;
  font-size: 10px;
  text-align: center;
}

.consult-page .step-card__calendar-days {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.consult-page .step-card__calendar-days span {
  height: 70px;
  border-radius: 8px;
  border: 1px solid #dee4ee;
  background: #f7f9fc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5e6674;
  font-size: 12px;
}

.consult-page .step-card__calendar-days span.is-active {
  background: #01cd92;
  color: #ffffff;
  border-color: #01cd92;
}

.consult-page .step-card__booking {
  width: 100%;
  margin-top: 12px;
  border: 1px solid #dce2ec;
  border-radius: 14px;
  padding: 10px;
  background: #eceff4;
  display: grid;
  gap: 8px;
}

.consult-page .step-card__booking-status {
  min-height: 36px;
  border-radius: 10px;
  background: #01cd92;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}

.consult-page .step-card__booking-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.consult-page .step-card__booking-row span {
  min-height: 42px;
  border-radius: 8px;
  background: #f8f9fc;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  color: #404959;
  border: 1px solid #e3e8f0;
}

.consult-page .step-card__booking-chip {
  min-height: 34px;
  border-radius: 999px;
  background: #dde3ec;
  color: #515a6b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  font-size: 12px;
  font-weight: 500;
}

.consult-page .step-card__booking-note {
  color: #8b93a2;
  font-size: 10px;
  text-align: center;
}


.consult-page .audience-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.consult-page .audience-card {
  border-radius: 24px;
  padding: 20px 20px 0;
  color: #ffffff;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.07);
  border: 1px solid #e1e6ef;
}

.consult-page #audience .section__title {
  font-size: clamp(56px, 3.5vw, 80px);
  line-height: 1.02;
}

.consult-page #audience .section__lead {
  margin-top: 12px;
  font-size: clamp(18px, 1.15vw, 28px);
  color: #6a7282;
}

.consult-page .audience-card h3 {
  margin: 0;
  font-family: var(--font-family-heading);
  font-size: clamp(24px, 1.45vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #ffffff;
}

.consult-page .audience-card p {
  margin: 0;
  min-height: 3.2em;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

.consult-page .audience-card__media {
  /* Фото тянется вниз карточки и упирается в нижнюю границу без пустого подвала. */
  margin-top: auto;
  flex: 1 1 auto;
  min-height: 176px;
  border-radius: 18px 18px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.consult-page .audience-card--regular {
  background: #edf1f7;
  border-color: #dfe5ef;
}

.consult-page .audience-card--investor {
  background: #252c42;
}

.consult-page .audience-card--business {
  background: #01cd92;
  border-color: #01cd92;
}

.consult-page .audience-card--teams {
  background: #eef1f6;
  border-color: #dfe4ed;
}

.consult-page .audience-card--light h3 {
  color: #2d3546;
}

.consult-page .audience-card--light p {
  color: #5c6677;
}

.consult-page .audience-card__media--investor {
  /* Плитка "Частным инвесторам": фото №3. */
  background-image: url('/consultation/assets/./images/audience-investor-photo-v7.jpg');
  background-position: center 45%;
}

.consult-page .audience-card__media--regular {
  background-image: url('/consultation/assets/./images/audience-investor-photo-v6.jpg');
  background-position: center 52%;
}

.consult-page .audience-card__media--business {
  /* Плитка "Предпринимателям": фото №4. */
  background-image: url('/consultation/assets/./images/audience-business-photo-v7.jpg');
  background-position: center 38%;
}

.consult-page .audience-card__media--teams {
  /* Плитка "Командам и проектам": фото №2. */
  background-image: url('/consultation/assets/./images/audience-team-photo-v7.jpg');
  background-position: center 42%;
}

/* Блок "Что можно разобрать на консультации": заголовок и лид слева, карточки справа. */
.consult-page .diagnostics-layout {
  display: grid;
  grid-template-columns: minmax(300px, 390px) minmax(820px, 1240px);
  gap: 20px;
  align-items: start;
  justify-content: space-between;
}

.consult-page .diagnostics-layout__intro {
  display: grid;
  gap: 14px;
  align-content: start;
}

.consult-page .diagnostics-layout__title {
  font-size: clamp(50px, 3.05vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  max-width: 100%;
}

.consult-page .diagnostics-layout__lead {
  margin: 0;
  max-width: 22ch;
}

.consult-page .diagnostics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.consult-page .diagnostics-item {
  min-height: 172px;
  border-radius: 20px;
  border: 1px solid #dfe4ed;
  background: #f5f7fb;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.consult-page .diagnostics-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: rgba(1, 205, 146, 0.12);
  color: #01cd92;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  position: relative;
}

.consult-page .diagnostics-item__icon::before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.consult-page .diagnostics-item__icon--storage::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='12' rx='2'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='12' rx='2'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E");
}

.consult-page .diagnostics-item__icon--access::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7v5c0 5 3.4 8.3 8 9 4.6-.7 8-4 8-9V7l-8-4Z'/%3E%3Cpath d='m9.2 12.2 1.9 1.9 3.8-4.1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7v5c0 5 3.4 8.3 8 9 4.6-.7 8-4 8-9V7l-8-4Z'/%3E%3Cpath d='m9.2 12.2 1.9 1.9 3.8-4.1'/%3E%3C/svg%3E");
}

.consult-page .diagnostics-item__icon--risk::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3Cpath d='m10.3 3.6-7 12.1A2 2 0 0 0 5 18.7h14a2 2 0 0 0 1.7-3L13.7 3.6a2 2 0 0 0-3.4 0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3Cpath d='m10.3 3.6-7 12.1A2 2 0 0 0 5 18.7h14a2 2 0 0 0 1.7-3L13.7 3.6a2 2 0 0 0-3.4 0Z'/%3E%3C/svg%3E");
}

.consult-page .diagnostics-item__icon--chaos::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h9'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h11'/%3E%3Ccircle cx='16' cy='7' r='2'/%3E%3Ccircle cx='9' cy='17' r='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h9'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h11'/%3E%3Ccircle cx='16' cy='7' r='2'/%3E%3Ccircle cx='9' cy='17' r='2'/%3E%3C/svg%3E");
}

.consult-page .diagnostics-item__icon--steps::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 18h4v-4h5v-4h5'/%3E%3Cpath d='M15 6h4v4'/%3E%3Cpath d='m19 6-6 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 18h4v-4h5v-4h5'/%3E%3Cpath d='M15 6h4v4'/%3E%3Cpath d='m19 6-6 6'/%3E%3C/svg%3E");
}

.consult-page .diagnostics-item__icon--start::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='17' r='2.5'/%3E%3Cpath d='M9.5 17h4.5a4 4 0 0 0 4-4V7'/%3E%3Cpath d='M15 10l3-3 3 3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='17' r='2.5'/%3E%3Cpath d='M9.5 17h4.5a4 4 0 0 0 4-4V7'/%3E%3Cpath d='M15 10l3-3 3 3'/%3E%3C/svg%3E");
}

.consult-page .diagnostics-item p {
  margin: 0;
  font-family: var(--font-family-heading);
  font-size: clamp(20px, 1.22vw, 27px);
  line-height: 1.28;
  color: #2f3748;
  font-weight: 500;
}

.consult-page .prep-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.consult-page .prep-card {
  min-height: 182px;
  border-radius: 20px;
  border: 1px solid #dfe4ed;
  background: #ffffff;
  padding: 18px 18px 20px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.consult-page .prep-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(1, 205, 146, 0.12);
  color: #01cd92;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  position: relative;
}

.consult-page .prep-card__icon::before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.consult-page .prep-card__icon--format::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5.5' width='16' height='14' rx='2.5'/%3E%3Cpath d='M8 3.8v3.4M16 3.8v3.4M4 9.5h16'/%3E%3Cpath d='m9.4 14.1 1.7 1.7 3.8-3.8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5.5' width='16' height='14' rx='2.5'/%3E%3Cpath d='M8 3.8v3.4M16 3.8v3.4M4 9.5h16'/%3E%3Cpath d='m9.4 14.1 1.7 1.7 3.8-3.8'/%3E%3C/svg%3E");
}

.consult-page .prep-card__icon--learn::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7.5A2.5 2.5 0 0 1 8.5 5h7A2.5 2.5 0 0 1 18 7.5v5A2.5 2.5 0 0 1 15.5 15H11l-3.6 3v-3H8.5A2.5 2.5 0 0 1 6 12.5v-5Z'/%3E%3Cpath d='M10 9.5h4M10 12h2.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7.5A2.5 2.5 0 0 1 8.5 5h7A2.5 2.5 0 0 1 18 7.5v5A2.5 2.5 0 0 1 15.5 15H11l-3.6 3v-3H8.5A2.5 2.5 0 0 1 6 12.5v-5Z'/%3E%3Cpath d='M10 9.5h4M10 12h2.5'/%3E%3C/svg%3E");
}

.consult-page .prep-card__icon--privacy::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.8 18 6v5.2c0 4-2.3 7-6 9-3.7-2-6-5-6-9V6l6-2.2Z'/%3E%3Cpath d='M9.7 11.6a2.3 2.3 0 1 1 4.6 0v.7M12 13.5v1.9'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.8 18 6v5.2c0 4-2.3 7-6 9-3.7-2-6-5-6-9V6l6-2.2Z'/%3E%3Cpath d='M9.7 11.6a2.3 2.3 0 1 1 4.6 0v.7M12 13.5v1.9'/%3E%3C/svg%3E");
}

.consult-page .prep-card h3 {
  margin: 0;
  font-family: var(--font-family-heading);
  font-size: clamp(24px, 1.45vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #273043;
}

.consult-page .prep-card p {
  margin: 0;
  font-size: clamp(15px, 0.96vw, 18px);
  line-height: 1.35;
  color: #596476;
}

.consult-page .scene-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.consult-page .scene-card {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #dfe4ed;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-rows: 248px auto;
}

.consult-page .scene-card__media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.consult-page .scene-card__media--analysis {
  background-image: url('/consultation/assets/./images/audience-investor-photo-v7.jpg');
  background-position: center 42%;
}

.consult-page .scene-card__media--personal {
  background-image: url('/consultation/assets/./images/audience-business-photo-v7.jpg');
  background-position: center 38%;
}

.consult-page .scene-card__media--team {
  background-image: url('/consultation/assets/./images/audience-team-photo-v7.jpg');
  background-position: center 46%;
}

.consult-page .scene-card__body {
  padding: 16px 18px 18px;
  display: grid;
  gap: 8px;
}

.consult-page .scene-card__body h3 {
  margin: 0;
  font-family: var(--font-family-heading);
  font-size: clamp(24px, 1.45vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #273043;
}

.consult-page .scene-card__body p {
  margin: 0;
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 1.35;
  color: #5a6577;
}

.consult-page .consult-form {
  margin-top: 18px;
  padding: 0;
}

.consult-page .consult-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.consult-page .consult-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.consult-page .consult-form__chip {
  min-height: 42px;
  border-radius: 999px;
  padding: 0 16px;
  border: 1px solid #e2e6ee;
  background: #eaedf3;
  color: #565f6f;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.consult-page .consult-form__field {
  display: grid;
  margin: 0;
}

.consult-page .consult-form__field span {
  font-size: 11px;
  color: #4a5465;
}

.consult-page .consult-form__field input {
  width: 100%;
  border: 1px solid #dde3ed;
  border-radius: 18px;
  min-height: 80px;
  font-size: 24px;
  line-height: 1.1;
  padding: 0 26px;
  font: inherit;
  color: #111827;
  background: #f7f8fb;
}

.consult-page .consult-form__field input:focus,
.consult-page .consult-form__field input:focus-visible {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(242, 139, 26, 0.15);
}

/* Чекбокс согласия: стиль в общей стилистике формы. */
.consult-page .consult-form__consent {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5f697b;
  font-size: 15px;
  line-height: 1.35;
}

.consult-page .consult-form__consent input[type='checkbox'] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: #01cd92;
}

.consult-page .consult-form__consent a {
  color: #009e74;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consult-page .consult-form__consent a:hover {
  color: #01cd92;
}

.consult-page .consult-form__consent input[type='checkbox']:focus-visible {
  outline: 2px solid rgba(242, 139, 26, 0.45);
  outline-offset: 1px;
}

.consult-page .consult-form .btn--full {
  margin-top: 14px;
  min-height: 88px;
  border-radius: 30px;
  font-size: clamp(28px, 1.55vw, 38px);
  font-weight: 500;
}

.consult-page .btn--with-hex {
  gap: 16px;
  padding-right: 28px;
}

.consult-page .btn--with-hex .btn__label {
  display: inline-block;
}

.consult-page .btn--with-hex .btn__hex-icon {
  position: relative;
  width: 46px;
  height: 50px;
  flex: 0 0 46px;
  border-radius: 7px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}

.consult-page .btn--with-hex .btn__hex-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--btn-hex-bg);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 50' fill='none'%3E%3Cpath d='M17.6 2.9C21.0 0.9 25.0 0.9 28.4 2.9L39.9 9.5C43.3 11.5 45.4 15.1 45.4 19V31C45.4 34.9 43.3 38.5 39.9 40.5L28.4 47.1C25.0 49.1 21.0 49.1 17.6 47.1L6.1 40.5C2.7 38.5 0.6 34.9 0.6 31V19C0.6 15.1 2.7 11.5 6.1 9.5L17.6 2.9Z' fill='black'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 50' fill='none'%3E%3Cpath d='M17.6 2.9C21.0 0.9 25.0 0.9 28.4 2.9L39.9 9.5C43.3 11.5 45.4 15.1 45.4 19V31C45.4 34.9 43.3 38.5 39.9 40.5L28.4 47.1C25.0 49.1 21.0 49.1 17.6 47.1L6.1 40.5C2.7 38.5 0.6 34.9 0.6 31V19C0.6 15.1 2.7 11.5 6.1 9.5L17.6 2.9Z' fill='black'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.consult-page .btn--with-hex .btn__hex-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--btn-hex-fg);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4 14L14 4M14 4H7M14 4V11' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4 14L14 4M14 4H7M14 4V11' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

.consult-page .consult-form .btn--with-hex {
  gap: 10px;
  padding-right: 24px;
}

.consult-page .consult-form__result {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 16px;
}

.consult-page .consult-form__microtext {
  margin: 12px 4px 0;
  color: #6a7384;
  font-size: clamp(14px, 0.95vw, 18px);
  line-height: 1.3;
}

.consult-page .consult-form__result--error {
  background: #ffe6e6;
  color: #8b1f1f;
}

.consult-page .consult-form__result--success {
  background: #e5f9ea;
  color: #1a6b2f;
}

.consult-page #consult-form-section .section__title {
  font-size: clamp(56px, 3.2vw, 84px);
  line-height: 1.02;
}

.consult-page #consult-form-section .section__lead {
  margin-top: 12px;
  font-size: clamp(18px, 1.18vw, 26px);
  color: #676f7f;
}

.consult-page #faq .section__title {
  font-size: clamp(56px, 3.35vw, 86px);
  line-height: 1;
  max-width: 20ch;
}

.consult-page .faq {
  margin-top: 18px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--faq-line);
  background: var(--faq-bg);
}

.consult-page .faq-item {
  background: var(--faq-bg);
  position: relative;
}

.consult-page .faq-item + .faq-item {
  border-top: 1px solid var(--faq-line);
}

.consult-page .faq-item__question {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  align-items: center;
  gap: 18px;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 28px 28px;
  font-family: inherit;
  cursor: pointer;
}

.consult-page .faq-item__head {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.consult-page .faq-item__index {
  color: var(--faq-muted);
  font-size: clamp(14px, 0.9vw, 18px);
  line-height: 1;
  font-weight: 500;
  padding-top: 0.25em;
}

.consult-page .faq-item__title {
  color: var(--faq-text);
  font-family: var(--font-family-heading);
  font-size: clamp(42px, 2.75vw, 66px);
  line-height: 1.06;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-wrap: balance;
}

.consult-page .faq-item__toggle {
  width: 54px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--faq-open-accent);
  line-height: 0.9;
}

.consult-page .faq-item__toggle::before {
  content: '+';
  font-size: clamp(48px, 2.7vw, 72px);
  font-weight: 300;
}

.consult-page .faq-item.is-open {
  background: var(--faq-open-accent);
}

.consult-page .faq-item.is-open .faq-item__index {
  color: rgba(255, 241, 224, 0.9);
}

.consult-page .faq-item.is-open .faq-item__title {
  color: #ffffff;
}

.consult-page .faq-item.is-open .faq-item__toggle {
  color: #fff1df;
}

.consult-page .faq-item.is-open .faq-item__toggle::before {
  content: '×';
  font-size: clamp(44px, 2.6vw, 66px);
  font-weight: 300;
}

.consult-page .faq-item__answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 28px 0 94px;
  color: var(--faq-muted);
  pointer-events: none;
  transition: max-height 0.42s ease, opacity 0.3s ease, padding-bottom 0.42s ease;
}

.consult-page .faq-item.is-open .faq-item__answer {
  max-height: 420px;
  opacity: 1;
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.96);
  pointer-events: auto;
}

.consult-page .faq-item__answer p {
  margin: 0;
  font-size: clamp(27px, 1.6vw, 38px);
  line-height: 1.24;
  text-wrap: pretty;
}

@media (min-width: 1180px) {
  .consult-page .faq-item.is-open {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    align-items: stretch;
  }

  .consult-page .faq-item.is-open .faq-item__question {
    grid-column: 1 / 2;
    grid-template-columns: minmax(0, 1fr);
    padding-right: 36px;
    min-height: 270px;
    align-items: start;
  }

  .consult-page .faq-item.is-open .faq-item__toggle {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
  }

  .consult-page .faq-item.is-open .faq-item__answer {
    grid-column: 2 / 3;
    padding: 30px 84px 30px 0;
    max-height: 999px;
    display: flex;
    align-items: center;
  }
}

.consult-page .pricing {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: start;
}

.consult-page .section--pricing .section__title {
  font-family: var(--font-family-heading);
  font-size: clamp(70px, 4.6vw, 112px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.consult-page .pricing__description {
  margin: 18px 0 0;
  font-family: var(--font-family-main);
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(19px, 1.22vw, 26px);
  line-height: 1.34;
  text-wrap: pretty;
}

.consult-page .pricing__included {
  padding-top: 12px;
}

.consult-page .pricing__label {
  margin: 0 0 16px;
  color: rgba(255, 235, 212, 0.85);
  font-size: clamp(16px, 1.05vw, 22px);
  letter-spacing: 0.01em;
  text-transform: none;
}

.consult-page .pricing__price {
  margin: 28px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 0 38px;
  border-radius: 999px;
  background: #ffffff;
  color: #e36900;
  font-family: var(--font-family-ui);
  font-size: clamp(48px, 2.9vw, 72px);
  font-weight: 800;
  line-height: 1;
}

.consult-page .pricing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
  align-content: start;
  font-family: var(--font-family-main);
  font-size: clamp(23px, 1.42vw, 34px);
}

.consult-page .pricing__list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.97);
}

.consult-page .pricing__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
}

.consult-page .metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.consult-page .metric-item {
  position: relative;
  color: #1f2a3f;
  padding: 24px 26px;
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 160px;
}

.consult-page .metric-item + .metric-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: rgba(35, 48, 71, 0.16);
}

.consult-page .metric-item strong {
  font-family: var(--font-family-ui);
  font-size: clamp(38px, 2.4vw, 58px);
  line-height: 1.06;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.consult-page .metric-item span {
  font-family: var(--font-family-main);
  font-size: clamp(17px, 0.98vw, 22px);
  line-height: 1.24;
  color: #4c5770;
}

.consult-page .section--team {
  background: linear-gradient(115deg, #1b2130 0%, #28324a 55%, #1a2030 100%);
  color: #ffffff;
}

.consult-page .section--team .section__title {
  color: #ffffff;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .consult-page .section--team .section__title {
    white-space: normal;
    font-size: clamp(34px, 9vw, 56px);
    line-height: 1.05;
  }
}

.consult-page .section--team .section__lead {
  color: rgba(255, 255, 255, 0.7);
}

.consult-page .team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 40px);
  margin-top: 10px;
}

.consult-page .team-card {
  position: relative;
}

.consult-page .team-card__photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.consult-page .team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.consult-page .team-card:first-child .team-card__photo img {
  transform: scale(1.25);
  transform-origin: 50% 20%;
}

.consult-page .team-card__name {
  position: absolute;
  top: 12px;
  left: 12px;
  margin: 0;
  font-family: var(--font-family-main);
  font-size: clamp(13px, 0.85vw, 16px);
  font-weight: 500;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.45);
  padding: 5px 14px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  letter-spacing: 0.01em;
  z-index: 1;
}

@media (max-width: 1024px) {
  .consult-page {
    padding-top: 14px;
  }

  .consult-page .container {
    width: calc(100% - 24px);
    gap: 18px;
  }

  .consult-page .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px;
    gap: 16px;
  }

  .consult-page .hero__media {
    min-height: 340px;
    border-radius: 18px;
  }

  .consult-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .consult-page .benefit-card {
    padding: 32px 24px;
    min-height: 0;
  }

  .consult-page .benefits-layout,
  .consult-page .audience-grid,
  .consult-page .metrics-grid {
    grid-template-columns: 1fr;
  }

  .consult-page #workflow .section__title {
    font-size: clamp(44px, 5.8vw, 68px);
  }

  .consult-page #workflow .step-card {
    min-height: 220px;
    padding: 54px 18px 18px;
  }

  .consult-page #workflow .step-card--with-media {
    min-height: 300px;
  }

  .consult-page #workflow .step-card__index {
    top: 18px;
    left: 18px;
  }

  .consult-page #workflow .step-card h3 {
    font-size: clamp(34px, 4.4vw, 52px);
    margin-bottom: 10px;
  }

  .consult-page #workflow .step-card p {
    min-height: 0;
    font-size: 15px;
  }

  .consult-page .step-card__calendar-days span {
    height: 58px;
  }

  .consult-page .benefits-layout__col {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  .consult-page .benefit-side {
    border: 1px solid #dee4ee;
    border-radius: 18px;
  }

  .consult-page .benefit-focus {
    min-height: 360px;
    gap: 16px;
  }

  .consult-page .benefit-focus__art {
    max-width: 280px;
    min-height: 96px;
  }

  .consult-page .benefit-focus__checklist-item {
    font-size: 16px;
  }

  .consult-page .audience-grid,
  .consult-page .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consult-page #audience .section__title {
    font-size: clamp(40px, 6.2vw, 62px);
  }

  .consult-page #audience .section__lead {
    font-size: 16px;
  }

  .consult-page .diagnostics-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .consult-page .diagnostics-layout__title {
    font-size: clamp(40px, 6vw, 64px);
    max-width: 10ch;
  }

  .consult-page .diagnostics-item {
    min-height: 128px;
  }

  .consult-page .diagnostics-item p {
    font-size: 17px;
    line-height: 1.3;
  }

  .consult-page #consult-form-section .section__title {
    font-size: clamp(40px, 6.2vw, 62px);
  }

  .consult-page #consult-form-section .section__lead {
    font-size: 16px;
  }

  .consult-page #faq .section__title {
    font-size: clamp(42px, 6.2vw, 66px);
    max-width: 100%;
  }

  .consult-page .faq-item__question {
    padding: 22px 18px;
  }

  .consult-page .faq-item__head {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
  }

  .consult-page .faq-item__title {
    font-size: clamp(30px, 3.9vw, 46px);
  }

  .consult-page .faq-item__answer {
    padding: 0 18px 0 68px;
  }

  .consult-page .faq-item.is-open .faq-item__answer {
    max-height: 300px;
    padding-bottom: 18px;
  }

  .consult-page .faq-item__answer p {
    font-size: 19px;
  }

  .consult-page .consult-form__chip {
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }

  .consult-page .consult-form__microtext {
    margin-top: 10px;
    font-size: 15px;
  }

  .consult-page .consult-form__consent {
    margin-top: 10px;
    font-size: 14px;
  }

  .consult-page .consult-form__field input {
    min-height: 60px;
    border-radius: 12px;
    font-size: 20px;
    padding: 0 18px;
  }

  .consult-page .consult-form .btn--full {
    min-height: 74px;
    font-size: clamp(22px, 2.9vw, 31px);
  }

  .consult-page .consult-form .btn--with-hex {
    gap: 8px;
    padding-right: 20px;
  }

  .consult-page .audience-card {
    min-height: 360px;
    padding: 18px;
    border-radius: 20px;
  }

  .consult-page .audience-card__media {
    margin-top: 10px;
    flex: 1 1 auto;
    min-height: 150px;
    border-radius: 14px;
  }

  .consult-page .pricing {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .consult-page .section--pricing .section__title {
    font-size: clamp(50px, 7.2vw, 74px);
  }

  .consult-page .pricing__description {
    margin-top: 12px;
    font-size: 16px;
  }

  .consult-page .pricing__label {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .consult-page .pricing__list {
    font-size: 24px;
    gap: 12px;
  }

  .consult-page .pricing__price {
    margin-top: 16px;
    min-height: 62px;
    font-size: clamp(36px, 5vw, 48px);
    padding: 0 24px;
  }

  .consult-page .metric-item {
    min-height: 120px;
    padding: 18px 16px;
  }

  .consult-page .metric-item + .metric-item::before {
    top: 18px;
    bottom: 18px;
  }

  .consult-page .metric-item strong {
    font-size: clamp(40px, 5vw, 56px);
  }

  .consult-page .metric-item span {
    font-size: 16px;
  }

  .consult-page .btn--with-hex {
    gap: 14px;
    padding-right: 20px;
  }

  .consult-page .btn--with-hex .btn__hex-icon {
    width: 42px;
    height: 46px;
    flex-basis: 42px;
    border-radius: 6px;
  }

  .consult-page .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 740px) {
  .consult-page {
    padding-top: 10px;
  }

  .consult-page .container {
    width: calc(100% - 16px);
    gap: 12px;
  }

  .consult-page .hero,
  .consult-page .section {
    border-radius: 18px;
    padding: 14px;
  }

  .consult-page .hero__title {
    font-size: clamp(40px, 10.2vw, 58px);
    max-width: 100%;
  }

  .consult-page .hero__text {
    margin: 14px 0 16px;
    font-size: 16px;
    max-width: 100%;
  }

  .consult-page .hero__media {
    min-height: 240px;
    border-radius: 14px;
  }

  .consult-page #consult-form-section .section__title {
    font-size: clamp(34px, 10vw, 48px);
  }

  .consult-page #consult-form-section .section__lead {
    margin-top: 8px;
    font-size: 14px;
  }

  .consult-page #faq .section__title {
    font-size: clamp(34px, 10vw, 48px);
    max-width: 100%;
  }

  .consult-page .section--pricing .section__title {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 0.96;
  }

  .consult-page .pricing {
    gap: 14px;
  }

  .consult-page .pricing__description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.32;
  }

  .consult-page .pricing__label {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .consult-page .pricing__list {
    font-size: 18px;
    gap: 8px;
  }

  .consult-page .pricing__list li {
    padding-left: 18px;
  }

  .consult-page .pricing__list li::before {
    width: 7px;
    height: 7px;
    top: 0.5em;
  }

  .consult-page .pricing__price {
    margin-top: 12px;
    min-height: 46px;
    padding: 0 18px;
    font-size: 30px;
  }

  .consult-page .metrics-grid {
    grid-template-columns: 1fr;
  }

  .consult-page .metric-item {
    min-height: 0;
    padding: 14px 12px;
    gap: 6px;
  }

  .consult-page .metric-item + .metric-item::before {
    left: 12px;
    right: 12px;
    width: auto;
    height: 1px;
    top: 0;
    bottom: auto;
  }

  .consult-page .metric-item strong {
    font-size: 34px;
  }

  .consult-page .metric-item span {
    font-size: 13px;
  }

  .consult-page .btn--with-hex {
    gap: 12px;
    padding-right: 16px;
  }

  .consult-page .btn--with-hex .btn__hex-icon {
    width: 34px;
    height: 37px;
    flex-basis: 34px;
    border-radius: 5px;
  }

  .consult-page .faq {
    margin-top: 10px;
    border-radius: 14px;
  }

  .consult-page .faq-item__question {
    padding: 14px 12px;
    gap: 10px;
  }

  .consult-page .faq-item__head {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
  }

  .consult-page .faq-item__index {
    font-size: 11px;
  }

  .consult-page .faq-item__title {
    font-size: 23px;
    line-height: 1.18;
  }

  .consult-page .faq-item__toggle {
    width: 30px;
    min-height: 30px;
  }

  .consult-page .faq-item__toggle::before {
    font-size: 34px;
  }

  .consult-page .faq-item.is-open .faq-item__toggle::before {
    font-size: 30px;
  }

  .consult-page .faq-item__answer {
    padding: 0 12px 0 48px;
  }

  .consult-page .faq-item.is-open .faq-item__answer {
    max-height: 260px;
    padding-bottom: 14px;
  }

  .consult-page .faq-item__answer p {
    font-size: 14px;
  }

  .consult-page .consult-form__chips {
    margin-bottom: 8px;
    gap: 6px;
  }

  .consult-page .consult-form__chip {
    min-height: 30px;
    font-size: 12px;
  }

  .consult-page .consult-form__consent {
    margin-top: 8px;
    gap: 8px;
    font-size: 13px;
  }

  .consult-page .consult-form__consent input[type='checkbox'] {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .consult-page .consult-form__field input {
    min-height: 52px;
    border-radius: 10px;
    font-size: 18px;
    padding: 0 14px;
  }

  .consult-page .consult-form .btn--full {
    min-height: 54px;
    margin-top: 10px;
    font-size: 16px;
  }

  .consult-page .consult-form .btn--with-hex {
    gap: 8px;
    padding-right: 14px;
  }

  .consult-page .consult-form__result {
    font-size: 13px;
    border-radius: 10px;
  }

  .consult-page .benefits-layout,
  .consult-page .steps-grid,
  .consult-page .audience-grid,
  .consult-page .diagnostics-grid,
  .consult-page .consult-form__row,
  .consult-page .metrics-grid {
    grid-template-columns: 1fr;
  }

  .consult-page .diagnostics-layout__title {
    font-size: clamp(34px, 10vw, 46px);
    max-width: 100%;
  }

  .consult-page .diagnostics-item {
    min-height: 112px;
    border-radius: 14px;
    padding: 12px;
    gap: 8px;
  }

  .consult-page .diagnostics-item__icon {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .consult-page .diagnostics-item p {
    font-size: 15px;
  }

  .consult-page #audience .section__title {
    font-size: clamp(34px, 10vw, 48px);
  }

  .consult-page #audience .section__lead {
    margin-top: 8px;
    font-size: 14px;
  }

  .consult-page .audience-card {
    min-height: 0;
    padding: 14px;
    border-radius: 16px;
  }

  .consult-page .audience-card h3 {
    font-size: 32px;
  }

  .consult-page .audience-card p {
    min-height: 0;
    font-size: 14px;
  }

  .consult-page .audience-card__media {
    margin-top: 8px;
    flex: 0 0 auto;
    min-height: 132px;
    border-radius: 12px;
  }

  .consult-page #workflow .section__title {
    font-size: clamp(38px, 11vw, 54px);
  }

  .consult-page #workflow .step-card {
    min-height: 0;
    padding: 46px 14px 14px;
  }

  .consult-page #workflow .step-card--with-media {
    min-height: 0;
  }

  .consult-page #workflow .step-card__index {
    font-size: 24px;
    top: 14px;
    left: 14px;
  }

  .consult-page #workflow .step-card h3 {
    font-size: clamp(34px, 9vw, 46px);
    margin-bottom: 8px;
  }

  .consult-page #workflow .step-card p {
    font-size: 14px;
  }

  .consult-page .step-card__calendar,
  .consult-page .step-card__booking {
    margin-top: 6px;
    padding: 8px;
    border-radius: 10px;
  }

  .consult-page .step-card__calendar-days span {
    height: 44px;
    font-size: 11px;
  }

  .consult-page .step-card__booking-status {
    min-height: 30px;
    font-size: 12px;
  }

  .consult-page .benefits-layout__col {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .consult-page .benefit-side {
    border-radius: 12px;
    border: 1px solid #dee4ee;
  }

  .consult-page .benefit-side__icon {
    width: 52px;
    height: 52px;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .consult-page .benefit-side h3 {
    font-size: clamp(34px, 8vw, 54px);
  }

  .consult-page .benefit-side p {
    font-size: 14px;
  }

  .consult-page .benefit-focus {
    border-radius: 18px;
    min-height: 280px;
    padding: 14px;
    gap: 14px;
  }

  .consult-page .benefit-focus h3 {
    font-size: clamp(42px, 11vw, 66px);
  }

  .consult-page .benefit-focus__inner {
    border-radius: 18px;
    min-height: 140px;
    font-size: clamp(24px, 8vw, 40px);
    border-width: 2px;
  }

  .consult-page .btn {
    width: 100%;
  }

  .consult-page .hero .btn {
    min-height: 52px;
    font-size: 16px;
    padding: 0 20px;
  }
}

/* ==========================================================================
   Стабилизация типографики и сетки (без изменения HTML-структуры)
   --------------------------------------------------------------------------
   Цель: убрать "съезды" текста, нормализовать шкалу размеров и ритм блоков
   на desktop/tablet/mobile.
   ========================================================================== */
.consult-page {
  --fs-h1: clamp(42px, 4.2vw, 86px);
  --fs-h2: clamp(36px, 3.1vw, 64px);
  --fs-h3: clamp(26px, 2.1vw, 42px);
  --fs-body-lg: clamp(17px, 1.1vw, 24px);
  --fs-body: clamp(16px, 0.95vw, 20px);
  --fs-small: clamp(14px, 0.84vw, 17px);
  --fs-btn: clamp(16px, 0.98vw, 22px);
}

.consult-page h1,
.consult-page h2,
.consult-page h3,
.consult-page p,
.consult-page li,
.consult-page strong,
.consult-page span {
  /* Жестко фиксируем переносы: не рвать слова внутри, даже если глобальные стили шаблона пытаются это сделать. */
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.consult-page h1,
.consult-page h2,
.consult-page h3 {
  text-wrap: balance;
}

.consult-page p,
.consult-page li {
  text-wrap: pretty;
}

.consult-page .hero {
  padding: clamp(24px, 2.2vw, 38px) clamp(22px, 2.4vw, 40px);
  gap: clamp(18px, 1.8vw, 28px);
}

.consult-page .hero__title {
  font-size: var(--fs-h1);
  line-height: 1;
  max-width: 16ch;
  text-wrap: pretty;
}

.consult-page .hero__text {
  margin: 18px 0 24px;
  font-size: var(--fs-body-lg);
  line-height: 1.34;
  max-width: 42ch;
}

.consult-page .hero .btn {
  min-height: 56px;
  font-size: var(--fs-btn);
}

.consult-page .hero__media {
  min-height: clamp(320px, 33vw, 560px);
}

.consult-page .section {
  padding: clamp(18px, 1.7vw, 30px);
}

.consult-page .section__title {
  font-size: var(--fs-h2);
  line-height: 1.06;
  max-width: 22ch;
}

.consult-page .section__lead {
  margin-top: 10px;
  font-size: var(--fs-body);
  line-height: 1.42;
  max-width: 78ch;
}

.consult-page .benefits-layout {
  gap: 14px;
}

.consult-page .benefit-side h3 {
  font-size: clamp(24px, 1.7vw, 34px);
  line-height: 1.12;
}

.consult-page .benefit-side p {
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.35;
}

.consult-page .benefit-focus {
  min-height: clamp(320px, 26vw, 430px);
}

.consult-page .benefit-focus h3 {
  font-size: clamp(36px, 2.4vw, 52px);
  line-height: 1.04;
}

.consult-page .benefit-focus__inner {
  font-size: clamp(22px, 1.45vw, 30px);
  line-height: 1.22;
}

.consult-page #workflow .section__title {
  font-size: clamp(42px, 3.35vw, 70px);
}

.consult-page #workflow .step-card {
  min-height: clamp(230px, 17vw, 300px);
  padding: 56px 22px 20px;
}

.consult-page #workflow .step-card h3 {
  font-size: clamp(34px, 2.45vw, 50px);
  line-height: 1.08;
  margin-bottom: 10px;
}

.consult-page #workflow .step-card p {
  font-size: clamp(16px, 1.02vw, 20px);
  line-height: 1.35;
  min-height: 0;
}

.consult-page #workflow .step-card__index,
.consult-page .faq-item__index,
.consult-page .metric-item strong {
  font-variant-numeric: tabular-nums;
}

.consult-page #audience .section__title {
  font-size: clamp(40px, 3.1vw, 66px);
}

.consult-page #audience .section__lead {
  font-size: clamp(16px, 1.05vw, 22px);
}

/* Секция аудитории: фиксируем одинаковую высоту текстовой части и фото во всех 4 карточках. */
.consult-page #audience .audience-grid {
  align-items: stretch;
}

.consult-page .audience-card {
  display: grid;
  grid-template-rows: minmax(2.2em, auto) minmax(4em, auto) 1fr;
  min-height: 390px;
  gap: 10px;
  padding: 20px 20px 0;
}

.consult-page .audience-card h3 {
  font-size: clamp(28px, 1.8vw, 40px);
  line-height: 1.1;
  min-height: 2.2em;
}

.consult-page .audience-card p {
  font-size: clamp(16px, 0.98vw, 19px);
  line-height: 1.33;
  min-height: 4em;
}

.consult-page .audience-card__media {
  align-self: end;
  min-height: 0;
  height: clamp(190px, 13.5vw, 260px);
  border-radius: 16px 16px 0 0;
}

.consult-page .diagnostics-layout {
  grid-template-columns: minmax(280px, min(30%, 420px)) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 40px);
  justify-content: normal;
}

.consult-page .diagnostics-layout__intro {
  overflow: clip;
}

.consult-page .diagnostics-layout__title {
  font-size: clamp(36px, 2.75vw, 52px);
  line-height: 1.06;
}

.consult-page .diagnostics-item {
  min-height: 150px;
  padding: 18px 20px;
}

.consult-page .diagnostics-item p {
  font-size: clamp(18px, 1.12vw, 24px);
  line-height: 1.32;
}

.consult-page #consult-form-section .section__title {
  font-size: clamp(40px, 3vw, 64px);
}

.consult-page #consult-form-section .section__lead {
  font-size: clamp(16px, 1vw, 21px);
}

.consult-page .consult-form__chip {
  font-size: clamp(13px, 0.9vw, 16px);
}

.consult-page .consult-form__field input {
  font-size: clamp(18px, 1.35vw, 26px);
}

.consult-page .consult-form .btn--full {
  font-size: clamp(20px, 1.35vw, 32px);
}

.consult-page .consult-form__microtext {
  font-size: clamp(14px, 0.9vw, 17px);
}

.consult-page #faq .section__title {
  font-size: clamp(40px, 3vw, 66px);
  max-width: 18ch;
}

.consult-page .faq-item__question {
  padding: 22px 24px;
}

.consult-page .faq-item__head {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
}

.consult-page .faq-item__title {
  font-size: clamp(28px, 2.1vw, 44px);
  line-height: 1.1;
}

.consult-page .faq-item__toggle::before {
  font-size: clamp(40px, 2.45vw, 58px);
}

.consult-page .faq-item.is-open .faq-item__toggle::before {
  font-size: clamp(38px, 2.2vw, 54px);
}

.consult-page .faq-item__answer {
  padding: 0 24px 0 76px;
}

.consult-page .faq-item.is-open .faq-item__answer {
  max-height: 520px;
}

.consult-page .faq-item__answer p {
  font-size: clamp(17px, 1.22vw, 28px);
  line-height: 1.32;
}

.consult-page .section--pricing .section__title {
  font-size: clamp(44px, 3.6vw, 86px);
  line-height: 0.98;
}

.consult-page .pricing__description {
  font-size: clamp(16px, 1.06vw, 22px);
  line-height: 1.4;
}

.consult-page .pricing__main,
.consult-page .pricing__included {
  min-width: 0;
}

.consult-page .pricing__label {
  font-size: clamp(18px, 1.08vw, 24px);
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 244, 231, 0.96);
}

.consult-page .pricing__price {
  font-size: clamp(34px, 2.3vw, 58px);
}

.consult-page .pricing__list {
  font-size: clamp(18px, 1.2vw, 28px);
  gap: 14px;
}

.consult-page .pricing__list li {
  overflow-wrap: normal;
  word-break: normal;
}

.consult-page .metric-item {
  min-height: 140px;
  padding: 22px 22px;
}

.consult-page .metric-item strong {
  font-size: clamp(36px, 2.35vw, 52px);
}

.consult-page .metric-item span {
  font-size: clamp(16px, 0.92vw, 20px);
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .consult-page {
    --fs-h1: clamp(38px, 6.4vw, 58px);
    --fs-h2: clamp(32px, 5.2vw, 48px);
    --fs-h3: clamp(24px, 3.8vw, 34px);
    --fs-body-lg: clamp(16px, 1.9vw, 20px);
    --fs-body: clamp(15px, 1.55vw, 18px);
    --fs-small: 14px;
    --fs-btn: clamp(15px, 1.65vw, 18px);
  }

  .consult-page .section__title,
  .consult-page #workflow .section__title,
  .consult-page #audience .section__title,
  .consult-page .diagnostics-layout__title,
  .consult-page #consult-form-section .section__title,
  .consult-page #faq .section__title {
    max-width: 100%;
  }

  .consult-page .section {
    padding: 20px;
  }

  .consult-page .hero {
    padding: 22px;
  }

  .consult-page #workflow .step-card {
    min-height: 220px;
    padding: 50px 18px 16px;
  }

  .consult-page #workflow .step-card h3 {
    font-size: clamp(30px, 4vw, 42px);
  }

  .consult-page #workflow .step-card__index {
    font-size: clamp(22px, 3vw, 28px);
  }

  .consult-page .audience-card {
    grid-template-rows: minmax(2.15em, auto) minmax(3.7em, auto) 1fr;
    min-height: 350px;
    padding: 18px 18px 0;
  }

  .consult-page .audience-card h3 {
    font-size: clamp(24px, 3.7vw, 34px);
    min-height: 2.15em;
  }

  .consult-page .audience-card p {
    min-height: 3.7em;
  }

  .consult-page .audience-card__media {
    min-height: 0;
    height: 170px;
  }

  .consult-page .diagnostics-layout {
    grid-template-columns: 1fr;
  }

  .consult-page .prep-grid,
  .consult-page .scene-grid {
    grid-template-columns: 1fr;
  }

  .consult-page .diagnostics-item p {
    font-size: clamp(17px, 2vw, 21px);
  }

  .consult-page .scene-card {
    grid-template-rows: 220px auto;
  }

  .consult-page .faq-item__question {
    padding: 18px;
  }

  .consult-page .faq-item__answer {
    padding: 0 18px 0 64px;
  }

  .consult-page .faq-item.is-open .faq-item__answer {
    max-height: 360px;
    padding-bottom: 18px;
  }

  .consult-page .faq-item__answer p {
    font-size: clamp(16px, 1.8vw, 20px);
  }

  .consult-page .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consult-page .metric-item {
    min-height: 116px;
  }
}

@media (max-width: 740px) {
  .consult-page {
    --fs-h1: clamp(34px, 9.6vw, 44px);
    --fs-h2: clamp(30px, 8.4vw, 38px);
    --fs-h3: clamp(22px, 6.6vw, 30px);
    --fs-body-lg: 16px;
    --fs-body: 14px;
    --fs-small: 13px;
    --fs-btn: 16px;
  }

  .consult-page .container {
    gap: 14px;
  }

  .consult-page .hero,
  .consult-page .section {
    padding: 14px;
  }

  .consult-page .hero__text {
    margin: 12px 0 14px;
    max-width: 100%;
  }

  .consult-page .hero__media {
    min-height: 0;
    width: 100%;
    aspect-ratio: 4 / 5;
    background-position: 55% 35%;
    background-size: 210% auto;
    border-radius: 18px;
    border: 0;
  }

  .consult-page .section__lead {
    margin-top: 8px;
  }

  .consult-page #workflow .step-card {
    padding: 46px 14px 14px;
    min-height: 0;
  }

  .consult-page #workflow .step-card h3 {
    font-size: clamp(26px, 8vw, 34px);
    margin-bottom: 8px;
  }

  .consult-page #workflow .step-card p {
    font-size: 14px;
  }

  .consult-page .audience-card {
    min-height: 0;
    padding: 14px 14px 0;
    display: flex;
    gap: 8px;
  }

  .consult-page .audience-card h3 {
    font-size: clamp(26px, 8.2vw, 32px);
    min-height: 0;
  }

  .consult-page .audience-card p {
    font-size: 14px;
    min-height: 0;
  }

  .consult-page .audience-card__media {
    min-height: 136px;
    height: 136px;
  }

  .consult-page .diagnostics-item {
    min-height: 108px;
    padding: 12px;
  }

  .consult-page .diagnostics-item p {
    font-size: 15px;
  }

  .consult-page .consult-form__field input {
    min-height: 52px;
    font-size: 18px;
  }

  .consult-page .prep-card,
  .consult-page .scene-card {
    border-radius: 16px;
  }

  .consult-page .prep-card {
    min-height: 0;
    padding: 14px;
    gap: 10px;
  }

  .consult-page .prep-card__icon {
    width: 44px;
    height: 44px;
    font-size: 15px;
  }

  .consult-page .prep-card h3,
  .consult-page .scene-card__body h3 {
    font-size: 24px;
    line-height: 1.1;
  }

  .consult-page .prep-card p,
  .consult-page .scene-card__body p {
    font-size: 14px;
  }

  .consult-page .scene-card {
    grid-template-rows: 180px auto;
  }

  .consult-page .scene-card__body {
    padding: 12px 14px 14px;
  }

  .consult-page .consult-form .btn--full {
    min-height: 54px;
    font-size: 16px;
  }

  .consult-page .faq-item__head {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
  }

  .consult-page .faq-item__title {
    font-size: clamp(21px, 7vw, 27px);
    line-height: 1.16;
  }

  .consult-page .faq-item__toggle {
    width: 30px;
    min-height: 30px;
  }

  .consult-page .faq-item__toggle::before {
    font-size: 32px;
  }

  .consult-page .faq-item.is-open .faq-item__toggle::before {
    font-size: 30px;
  }

  .consult-page .faq-item__answer {
    padding: 0 12px 0 44px;
  }

  .consult-page .faq-item.is-open .faq-item__answer {
    max-height: 300px;
    padding-bottom: 14px;
  }

  .consult-page .faq-item__answer p {
    font-size: 14px;
  }

  .consult-page .pricing__list {
    font-size: 18px;
    gap: 8px;
  }

  .consult-page .metric-item {
    min-height: 0;
    padding: 12px;
  }
}

/* --------------------------------------------------------------------------
   Финальная мобильная полировка.
   Держим эти правила в самом конце файла, чтобы они перебивали старые
   адаптивные блоки и давали предсказуемое поведение на телефонах.
   -------------------------------------------------------------------------- */
@media (max-width: 740px) {
  .consult-page {
    overflow-x: hidden;
  }

  .consult-page .container {
    width: calc(100% - 20px);
    gap: 14px;
  }

  .consult-page .hero {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .consult-page .hero__title {
    max-width: 10.8ch;
    font-size: clamp(28px, 9.1vw, 38px);
    line-height: 0.98;
    letter-spacing: -0.025em;
    text-wrap: pretty;
  }

  .consult-page .hero__text {
    margin: 10px 0 14px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.36;
  }

  .consult-page .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .consult-page .hero .btn {
    width: 100%;
    min-height: 50px;
    padding: 0 16px;
    font-size: 15px;
    text-align: center;
  }

  .consult-page .hero__media {
    min-height: 0;
    width: 100%;
    aspect-ratio: 4 / 5;
    border: 0;
    border-radius: 24px;
    background-position: 55% 35%;
    background-size: 210% auto;
  }

  .consult-page .section {
    padding: 14px;
  }

  .consult-page .section__title,
  .consult-page #workflow .section__title,
  .consult-page #audience .section__title,
  .consult-page .diagnostics-layout__title,
  .consult-page #consult-form-section .section__title,
  .consult-page #faq .section__title,
  .consult-page .section--pricing .section__title {
    font-size: clamp(28px, 8.3vw, 36px);
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .consult-page .section__lead,
  .consult-page #audience .section__lead,
  .consult-page #consult-form-section .section__lead,
  .consult-page .diagnostics-layout__lead {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.38;
    max-width: 100%;
  }

  .consult-page .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .consult-page .metric-item {
    min-height: 88px;
    padding: 12px 10px;
    gap: 4px;
  }

  .consult-page .metric-item strong {
    font-size: 26px;
    line-height: 1;
  }

  .consult-page .metric-item span {
    font-size: 12px;
    line-height: 1.24;
  }

  .consult-page .benefits-layout {
    margin-top: 14px;
    gap: 10px;
  }

  .consult-page .benefits-layout__col {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .consult-page .benefit-side {
    padding: 14px 12px;
    border-radius: 14px;
    border: 1px solid #dee4ee;
  }

  .consult-page .benefit-side__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .consult-page .benefit-side h3 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 1.08;
  }

  .consult-page .benefit-side p {
    font-size: 14px;
    line-height: 1.34;
  }

  .consult-page .benefit-focus {
    min-height: 220px;
    border-radius: 16px;
    padding: 14px 12px;
    gap: 12px;
  }

  .consult-page .benefit-focus h3 {
    font-size: 32px;
    line-height: 1;
  }

  .consult-page .benefit-focus__art {
    max-width: 100%;
    min-height: 86px;
    margin-top: 0;
  }

  .consult-page .benefit-focus__checklist {
    gap: 8px;
  }

  .consult-page .benefit-focus__checklist-item {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 8px;
    font-size: 14px;
    line-height: 1.22;
  }

  .consult-page .benefit-focus__check {
    font-size: 16px;
  }

  .consult-page .benefit-focus__pulse {
    width: 7px;
    height: 7px;
  }

  .consult-page .benefit-focus__pulse--left {
    left: 28px;
    top: 46px;
  }

  .consult-page .benefit-focus__pulse--left::before {
    left: -5px;
    top: 3px;
    width: 16px;
  }

  .consult-page .benefit-focus__pulse--left::after {
    left: 3px;
    top: -5px;
    height: 16px;
  }

  .consult-page .benefit-focus__pulse--right {
    right: 26px;
    top: 30px;
  }

  .consult-page .benefit-focus__pulse--right::before {
    left: -4px;
    top: 3px;
    width: 14px;
  }

  .consult-page .benefit-focus__pulse--right::after {
    left: 3px;
    top: -4px;
    height: 14px;
  }

  .consult-page .benefit-focus__inner {
    min-height: 110px;
    border-width: 2px;
    border-radius: 16px;
    padding: 12px;
    font-size: 20px;
    line-height: 1.2;
  }

  .consult-page .steps-grid,
  .consult-page .audience-grid,
  .consult-page .diagnostics-grid,
  .consult-page .consult-form__row {
    grid-template-columns: 1fr;
  }

  .consult-page #workflow .step-card {
    min-height: 0;
    padding: 42px 14px 14px;
  }

  .consult-page #workflow .step-card__index {
    top: 14px;
    left: 14px;
    font-size: 22px;
  }

  .consult-page #workflow .step-card h3 {
    font-size: 24px;
    line-height: 1.08;
  }

  .consult-page #workflow .step-card p {
    font-size: 14px;
    line-height: 1.34;
  }

  .consult-page .step-card__calendar,
  .consult-page .step-card__booking {
    margin-top: 8px;
    padding: 8px;
    border-radius: 10px;
  }

  .consult-page .step-card__calendar-head strong {
    font-size: 14px;
  }

  .consult-page .step-card__calendar-week span,
  .consult-page .step-card__calendar-days span,
  .consult-page .step-card__booking-row span,
  .consult-page .step-card__booking-note {
    font-size: 11px;
  }

  .consult-page .step-card__calendar-days span {
    height: 46px;
  }

  .consult-page .audience-card {
    display: grid;
    grid-template-rows: auto auto 1fr;
    min-height: 0;
    gap: 10px;
    padding: 14px 14px 0;
    border-radius: 16px;
  }

  .consult-page .audience-card h3 {
    font-size: 24px;
    line-height: 1.08;
  }

  .consult-page .audience-card p {
    font-size: 14px;
    line-height: 1.34;
  }

  .consult-page .audience-card__media {
    margin-top: 0;
    height: 170px;
    min-height: 170px;
    border-radius: 14px 14px 0 0;
  }

  .consult-page .diagnostics-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .consult-page .diagnostics-item {
    min-height: 104px;
    padding: 12px;
    gap: 8px;
    border-radius: 14px;
  }

  .consult-page .diagnostics-item__icon {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .consult-page .diagnostics-item p {
    font-size: 15px;
    line-height: 1.3;
  }

  .consult-page .prep-grid,
  .consult-page .scene-grid {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .consult-page .prep-card {
    padding: 12px;
    border-radius: 14px;
  }

  .consult-page .prep-card__icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .consult-page .prep-card h3,
  .consult-page .scene-card__body h3 {
    font-size: 20px;
  }

  .consult-page .prep-card p,
  .consult-page .scene-card__body p {
    font-size: 14px;
    line-height: 1.34;
  }

  .consult-page .scene-card {
    border-radius: 14px;
    grid-template-rows: 170px auto;
  }

  .consult-page .scene-card__body {
    padding: 12px;
  }

  .consult-page .consult-form {
    margin-top: 14px;
  }

  .consult-page .consult-form__chips {
    margin-bottom: 10px;
  }

  .consult-page .consult-form__chip {
    min-height: 28px;
    padding: 0 12px;
    font-size: 11px;
  }

  .consult-page .consult-form__field input {
    min-height: 50px;
    padding: 0 14px;
    font-size: 17px;
  }

  .consult-page .consult-form .btn--full {
    min-height: 52px;
    font-size: 15px;
  }

  .consult-page .consult-form__microtext,
  .consult-page .consult-form__consent {
    font-size: 12px;
    line-height: 1.35;
  }

  .consult-page .faq-item__question {
    padding: 14px 12px;
  }

  .consult-page .faq-item__head {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
  }

  .consult-page .faq-item__title {
    font-size: 20px;
    line-height: 1.15;
  }

  .consult-page .faq-item__answer {
    padding: 0 12px 0 44px;
  }

  .consult-page .faq-item.is-open .faq-item__answer {
    max-height: 320px;
    padding-bottom: 14px;
  }

  .consult-page .faq-item__answer p {
    font-size: 14px;
    line-height: 1.35;
  }

  .consult-page .pricing {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .consult-page .pricing__description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.36;
  }

  .consult-page .pricing__label {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.3;
  }

  .consult-page .pricing__list {
    gap: 10px;
    font-size: 18px;
  }

  .consult-page .pricing__list li {
    padding-left: 20px;
  }

  .consult-page .pricing__list li::before {
    width: 7px;
    height: 7px;
  }

  .consult-page .pricing__price {
    margin-top: 12px;
    min-height: 48px;
    padding: 0 18px;
    font-size: 28px;
  }
}

/* End */
/* /consultation/assets/style.css?177576442381840 */
