/* ============================================================
   Лендинг «Владимир Хмелев» — pixel perfect с Figma
   Схема масштабирования: 1rem = 10px на макете 1920.
   Все размеры из Figma делим на 10 → rem.
   Мобильный макет 375: 1rem = 10px на ширине 375.
   ============================================================ */
:root {
  /* Цвета */
  --c-accent: #157aee;
  --c-accent-alt: #197cee;
  --c-text: #333333;
  --c-text-body: #2b2b2b;
  --c-text-soft: #474747;
  --c-text-muted: #9e9e9e;
  --c-tag-bg: #e2edfa;
  --c-bg-grey: #e0e0e0;
  --grad-gold: linear-gradient(90deg, #917b4c 3%, #c8b48a 51%, #917b4c 95%);
  /* Шрифты */
  --f-head: 'Actay Wide', 'Arial Black', sans-serif;
  --f-ui: 'Actay', Arial, sans-serif;
  --f-body: 'Raleway', Arial, sans-serif;
  --f-sign: 'Denistina', cursive;
}

html {
  /* 1rem = 10px при 1920 */
  font-size: calc(100vw / 192);
}
@media (min-width: 1920px) {
  html { font-size: 10px; }
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  /* Figma рендерит текст grayscale-сглаживанием — субпиксельное делает его жирнее */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--f-body);
  color: var(--c-text);
  background: #fff;
  min-height: 100vh;
}
img { display: block; }
a { text-decoration: none; color: inherit; }
button { border: 0; background: none; cursor: pointer; font: inherit; }

.page {
  width: 192rem;
  margin: 0 auto;
  overflow: clip;
  position: relative;
}

/* ============ Секция 1: первый экран ============ */
.hero {
  position: relative;
  width: 192rem;
  height: 81.25rem;
  background: var(--c-bg-grey);
  overflow: hidden;
}
/* весь декоративный коллаж — рендер группы 92:6 из Figma (фильтры/маски/бленды применены) */
.hero__bg {
  position: absolute;
  left: 0; top: 0;
  width: 192rem; height: 81.25rem;
}

/* навигация */
.hero__nav {
  position: absolute;
  top: 4.2rem; left: 0;
  width: 100%;
  font-family: var(--f-ui);
  font-size: 1.6rem;
  line-height: 3.3rem;
  text-transform: uppercase;
  color: #000;
  z-index: 5;
}
.hero__nav a { position: absolute; top: 0; white-space: nowrap; }
.hero__nav .nav-about { left: 24rem; }
.hero__nav .nav-stories { left: 37.2rem; color: var(--c-accent-alt); }
.hero__nav .nav-contacts { left: 60.4rem; }
.hero__nav .nav-underline {
  position: absolute;
  left: 37.2rem; top: 2.5rem;
  width: 17.9rem; height: 0.8rem;
}

/* заголовок */
.hero__title {
  position: absolute;
  left: 24rem; top: 17.6rem;
  width: 75.9rem;
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 3.7rem;
  line-height: 5.5rem;
  text-transform: uppercase;
  color: var(--c-text);
  z-index: 4;
}
.hero__title .accent { color: var(--c-accent); }

/* подзаголовок с вертикальной линией */
.hero__sub {
  position: absolute;
  left: 26.6rem; top: 41.7rem;
  width: 68.8rem;
  font-family: var(--f-body);
  font-size: 2.4rem;
  line-height: 3.3rem;
  color: var(--c-text-body);
  z-index: 4;
}
.hero__sub-line {
  position: absolute;
  left: 24.2rem; top: 42.2rem;
  width: 0.2rem; height: 9.1rem;
  background: var(--c-accent);
  z-index: 4;
}

/* чипы-теги */
.hero__tags { position: absolute; left: 0; top: 56.1rem; z-index: 4; }
.tag-chip {
  position: absolute;
  display: flex; align-items: center; justify-content: center;
  height: 5.5rem;
  padding-top: 0.4rem;
  background: var(--c-tag-bg);
  border-radius: 6.1rem;
  font-family: var(--f-ui);
  font-size: 1.6rem;
  line-height: 3.3rem;
  text-transform: uppercase;
  color: #252016;
  white-space: nowrap;
}
.tag-chip:nth-child(1) { left: 23.9rem; width: 16.9rem; }
.tag-chip:nth-child(2) { left: 42.7rem; width: 16rem; }
.tag-chip:nth-child(3) { left: 60.6rem; width: 39.1rem; }

/* CTA */
.hero__cta {
  position: absolute;
  left: 24rem; top: 66rem;
  width: 45.7rem; height: 10.9rem;
  border-radius: 1.2rem;
  background: var(--grad-gold);
  z-index: 4;
}
.hero__cta span {
  position: absolute;
  left: 7.2rem; top: 3.9rem;
  font-family: var(--f-ui);
  font-size: 2.4rem;
  line-height: 3.3rem;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.hero__cta-arrow {
  position: absolute;
  left: 73.85rem; top: 74.6rem;
  width: 22.8rem; height: 3.645rem;
  z-index: 4;
}
/* приписка справа от кнопки */
.hero__note {
  position: absolute;
  left: 73.1rem; top: 67.9rem;
  width: 31.5rem;
  font-family: var(--f-body);
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--c-text-muted);
  z-index: 4;
}
.hero__note b { font-weight: 400; color: #363636; }

/* стеклянная карточка-автограф */
.hero__card {
  position: absolute;
  left: 125.5rem; top: 50.4rem;
  width: 42.5rem; height: 17.5rem;
  border-radius: 1.7rem;
  background: linear-gradient(199deg, rgba(255,255,255,.35) 10%, rgba(97,167,248,.35) 73%), #fff;
  box-shadow: 0 0.8rem 1.28rem rgba(133,133,133,.1), inset 0 0 1.08rem rgba(255,255,255,.6);
  z-index: 4;
}
.hero__card-blur {
  position: absolute;
  left: 126.9rem; top: 51.4rem;
  width: 39.7rem; height: 17.5rem;
  border-radius: 1.7rem;
  background: rgba(255,255,255,.3);
  backdrop-filter: blur(0.605rem);
  z-index: 3;
}
.hero__card-badge {
  position: absolute;
  left: 125.4rem; top: 50.2rem;
  width: 3.8rem; height: 3.8rem;
  border-radius: 50%;
  background: #157aee;
  box-shadow: 0 1.1rem 0.95rem rgba(215,215,215,.35);
  z-index: 5;
}
.hero__card-user {
  position: absolute;
  left: 126.5rem; top: 51.3rem;
  width: 1.6rem; height: 1.7rem;
  z-index: 6;
}
.hero__card-sign {
  position: absolute;
  left: 129.6rem; top: 53.49rem;
  width: 32.5rem; height: 5.92rem;
  font-family: var(--f-sign);
  font-size: 4.43rem;
  line-height: 5.92rem;
  color: #323232;
  z-index: 5;
  white-space: nowrap;
}
.hero__card-line1 {
  position: absolute;
  left: 129rem; top: 59.1rem;
  width: 36.5rem;
  font-size: 1.7rem; line-height: 2.8rem;
  color: var(--c-text-soft);
  z-index: 5;
}
.hero__card-line2 {
  position: absolute;
  left: 129rem; top: 61.9rem;
  width: 35.8rem;
  font-size: 2rem; line-height: 3.3rem;
  color: var(--c-text-soft);
  z-index: 5;
}

/* соцкнопки */
.hero__socials { position: absolute; left: 0; top: 0; z-index: 5; }
.hero__socials a {
  position: absolute;
  top: 71rem;
  width: 6.7rem; height: 6.7rem;
}
.hero__socials a img.circle { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__socials .soc-wa { left: 146.7rem; }
.hero__socials .soc-tg { left: 154rem; }
.hero__socials .soc-chat { left: 161.3rem; }
.hero__socials .soc-wa img.ic { position: absolute; left: 1.9rem; top: 1.9rem; width: 2.9rem; height: 3rem; }
.hero__socials .soc-tg img.ic { position: absolute; left: 1.4rem; top: 1.8rem; width: 3.5rem; height: 3.27rem; }




/* ============ Секция 2: «Я работаю с компаниями…» (813..2023) ============ */
.s02 {
  position: relative;
  width: 192rem; height: 121rem;
  background: #fff;
}
.s02__bg {
  position: absolute; left: 0; top: 0;
  width: 192rem; height: 121rem;
}
/* декоративные кавычки (#f2f8ff) */
.s02__quote--open  { position: absolute; left: 88.9rem; top: 4.6rem; width: 20.7rem; height: 16.84rem; }
.s02__quote--close { position: absolute; left: 160.6rem; top: 32.3rem; width: 20.7rem; height: 16.84rem; }

.s02__title {
  position: absolute;
  left: 91.8rem; top: 25rem;
  width: 81.1rem;
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase;
  color: var(--c-text);
  z-index: 2;
}
.s02__title .accent { color: var(--c-accent); }

.s02__rocket {
  position: absolute;
  left: 90.76rem; top: 42.46rem; /* render bounds 907.6,1237.6 (тень в svg) */
  width: 6.98rem; height: 6.98rem;
}
.s02__lead {
  position: absolute;
  left: 98.9rem; top: 44.3rem;
  width: 68.8rem;
  font-size: 2.4rem; line-height: 3.3rem;
  color: #000;
}
.s02__lead b, .s02__card b { font-weight: 600; }
.s02__lead2 {
  position: absolute;
  left: 91.9rem; top: 51rem;
  font-size: 2.4rem; line-height: 3.3rem;
  color: #000;
}

.s02__card {
  position: absolute;
  width: 32.6rem; height: 21.7rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 3rem 3.5rem rgba(202,202,202,.1);
  z-index: 2;
}
.s02__card img { position: absolute; }
.s02__card p {
  position: absolute;
  font-size: 1.7rem; line-height: 2.5rem;
  color: #2e2e2e;
}

/* стеклянная карточка на фото */
.s02__glass-blur {
  position: absolute;
  left: 25.5rem; top: 81.7rem;
  width: 39.7rem; height: 19.3rem;
  border-radius: 1.7rem;
  background: rgba(255,255,255,.3);
  backdrop-filter: blur(1.21rem);
}
.s02__glass {
  position: absolute;
  left: 24.1rem; top: 80.6rem;
  width: 42.5rem; height: 19.3rem;
  border-radius: 1.7rem;
  background: linear-gradient(199deg, rgba(255,255,255,.35) 10%, rgba(97,167,248,.35) 73%), #fff;
  box-shadow: 0 0.8rem 1.28rem rgba(133,133,133,.1), inset 0 0 1.08rem rgba(255,255,255,.6);
}
.s02__badge {
  position: absolute;
  left: 24rem; top: 80.4rem;
  width: 3.8rem; height: 3.8rem;
  border-radius: 50%;
  background: #157aee;
  box-shadow: 0 1.1rem 0.95rem rgba(215,215,215,.35);
  z-index: 3;
}
.s02__badge-user {
  position: absolute;
  left: 25.1rem; top: 81.5rem;
  width: 1.6rem; height: 1.7rem;
  z-index: 4;
}
.s02__sign {
  position: absolute;
  left: 28.2rem; top: 84.09rem;
  width: 32.5rem; height: 5.92rem;
  font-family: var(--f-sign);
  font-size: 4.43rem; line-height: 5.92rem;
  color: #323232;
  white-space: nowrap;
  z-index: 3;
}
.s02__glass-text {
  position: absolute;
  left: 27.6rem; top: 89.3rem;
  width: 36.5rem;
  font-size: 1.7rem; line-height: 2.8rem;
  color: var(--c-text-soft);
  z-index: 3;
}
.s02__vector5 {
  position: absolute;
  left: 43.25rem; top: 83.35rem;
  width: 9.35rem; height: 8.05rem;
  z-index: 2;
}

/* полоса логотипов — бегущая строка (карточки по нодам 179:98..120, layout 919..1934 / 1878..1984) */
.s02__logos {
  position: absolute;
  left: 91.9rem; top: 106.5rem;
  width: 101.5rem; height: 17.2rem; /* запас вниз под тень карточек */
  overflow: hidden;
  z-index: 2;
}
.s02__track {
  display: flex; gap: 1.5rem; width: max-content;
  animation: logos-marquee 30s linear infinite;
}
.s02__track:hover { animation-play-state: paused; }
html.static .s02__track { animation: none; }
@keyframes logos-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 0.75rem)); }
}
.s02__lcard {
  flex: none;
  width: 19.1rem; height: 10.6rem;
  background: #fff; border: 1px solid #157aee; border-radius: 1.5rem;
  box-shadow: 0 3rem 3.5rem rgba(202, 202, 202, .1);
  display: flex; align-items: center; justify-content: center;
}

/* ============ Секция 3: «С какими проблемами я работаю» №1 (2023..2919) ============ */
.s03 {
  position: relative;
  width: 192rem; height: 89.6rem;
  background: #fff;
}
.s03__bg { position: absolute; left: 0; top: 0; width: 192rem; height: 89.6rem; }
.s03__title {
  position: absolute;
  left: 0; top: 10rem; width: 192rem;
  text-align: center;
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase;
  color: var(--c-text);
  z-index: 2;
}
.s03__sub {
  position: absolute;
  left: 70.8rem; top: 17.7rem; width: 50.4rem;
  text-align: center;
  font-size: 2.4rem; line-height: 3.3rem;
  color: #000;
  z-index: 2;
}
.s03__card {
  position: absolute;
  top: 30.5rem;
  width: 34.5rem; height: 39.9rem;
  border-radius: 2.3rem;
  z-index: 2;
}
.s03__card--white { background: #fff; border: 1px solid #ededed; }
.s03__card--blue  { background: #eef6ff; border: 1px solid #d4e2f3; }
.s03__card img { position: absolute; }
.s03__card h3 {
  position: absolute;
  left: 2.8rem; top: 12.1rem;
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 2rem; line-height: 2.4rem;
  color: #000;
  white-space: nowrap;
}
.s03__card .s03__h3-big {
  top: 11.8rem;
  line-height: 2.9rem;
  white-space: normal;
  width: 31rem;
}
/* Секция 3: заголовки всех карточек на одном уровне (12.1rem), как у 1-й и 4-й. */
.s03 .s03__card h3 { top: 12.1rem; }
.s03__card p {
  position: absolute;
  left: 2.8rem; top: 16.4rem;
  width: 30.5rem;
  font-size: 1.7rem; line-height: 2.5rem;
  color: #2e2e2e;
}
.s03__card p b { font-weight: 600; }
.s03__card .s03__p-low { top: 25.15rem; }

/* ============ Секция 4: ТРИЗ + CTA (2919..3676) ============ */
.s04 {
  position: relative;
  width: 192rem; height: 75.7rem;
  background: #fff;
}
.s04__bg { position: absolute; left: 0; top: 0; width: 192rem; height: 75.7rem; }
.s04__title {
  position: absolute;
  left: 23.8rem; top: 9.1rem; width: 81.6rem;
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 3.909rem; line-height: 5.375rem;
  text-transform: uppercase;
  color: var(--c-text);
  z-index: 2;
}
.s04__title .accent { color: var(--c-accent); }
.s04__sub {
  position: absolute;
  left: 23.8rem; top: 32.3rem; width: 69rem;
  font-size: 2.2rem; line-height: 3.2rem;
  color: #000;
  z-index: 2;
}
.s04__plate {
  position: absolute;
  left: 23.8rem; top: 42.6rem;
  width: 60.9rem; height: 10.6rem;
  background: #eef6ff;
  border: 1px solid #d4e2f3;
  border-radius: 2rem;
  box-shadow: 0 3rem 3.5rem rgba(202,202,202,.1);
  z-index: 2;
}
.s04__plate img {
  position: absolute;
  left: 2.5rem; top: 3rem;
  width: 4.4rem; height: 4.6rem;
}
.s04__plate p {
  position: absolute;
  left: 9.6rem; top: 2.65rem;
  width: 51.3rem;
  font-size: 1.8rem; line-height: 2.7rem;
  color: #000;
}
.s04__cta {
  position: absolute;
  left: 23.8rem; top: 56rem;
  width: 35.9rem; height: 8.56rem;
  border-radius: 1.2rem;
  background: var(--grad-gold);
  z-index: 2;
}
.s04__cta span {
  position: absolute;
  left: 5.7rem; top: 3.06rem;
  font-family: var(--f-ui);
  font-size: 1.885rem; line-height: 2.59rem;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

/* ============ Секция 5: «С какими проблемами» №2 (3676..4524) ============ */
.s05 {
  position: relative;
  width: 192rem; height: 84.8rem;
  background: #fff;
}
.s05 .s03__bg { height: 84.8rem; }
.s05 .s05__h3 {
  white-space: normal;
  top: 11.8rem;
  line-height: 2.9rem;
  width: 32rem;
}

/* ============ Секция 6: «15-20 минут» (4524..5030) ============ */
.s06 { position: relative; width: 192rem; height: 50.6rem; }
.s06__bg { position: absolute; left: 0; top: 0; width: 192rem; height: 50.6rem; }
.s06__photo { position: absolute; left: 26rem; top: 5.6rem; width: 39.4rem; height: 39.4rem; z-index: 2; }
.s06__title {
  position: absolute;
  left: 82.6rem; top: 5.7rem; width: 73.4rem;
  font-family: var(--f-head); font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase; color: #fff;
  z-index: 2;
}
.s06__sub {
  position: absolute;
  left: 82.6rem; top: 23.8rem; width: 51.7rem;
  font-size: 2.2rem; line-height: 3.2rem;
  color: #fff; z-index: 2;
}
.s06__cta {
  position: absolute;
  left: 82.6rem; top: 36.3rem;
  width: 35.9rem; height: 8.56rem;
  border-radius: 1.2rem;
  background: linear-gradient(90deg, #fefefe 0%, #e9e9e9 100%);
  z-index: 2;
}
.s06__cta span {
  position: absolute;
  left: 9.9rem; top: 3.06rem;
  font-family: var(--f-ui);
  font-size: 1.885rem; line-height: 2.59rem;
  text-transform: uppercase; color: #272727;
  white-space: nowrap;
}
.s06__arrow { position: absolute; left: 122.95rem; top: 43.6rem; width: 22.8rem; height: 3.64rem; z-index: 2; }
.s06__note {
  position: absolute;
  left: 122.2rem; top: 36.9rem; width: 31.5rem;
  font-family: var(--f-ui);
  font-size: 1.6rem; line-height: 2rem;
  color: #fff; z-index: 2;
}
.s06__glass {
  position: absolute;
  left: 25.7rem; top: 32.8rem;
  width: 39rem; height: 12.1rem;
  border-radius: 1.7rem;
  background: linear-gradient(199deg, rgba(255,255,255,.35) 10%, rgba(97,167,248,.35) 73%), #fff;
  box-shadow: 0 0.8rem 1.28rem rgba(133,133,133,.1), inset 0 0 1.08rem rgba(255,255,255,.6);
  z-index: 3;
}
.s06__glass-blur {
  position: absolute;
  left: 27rem; top: 33.5rem;
  width: 36.4rem; height: 12.1rem;
  border-radius: 1.7rem;
  background: rgba(255,255,255,.3);
  backdrop-filter: blur(1.2rem);
  z-index: 2;
}
.s06__badge {
  position: absolute;
  left: 25.6rem; top: 32.6rem;
  width: 3.8rem; height: 3.8rem;
  border-radius: 50%;
  background: #157aee;
  box-shadow: 0 1.1rem 0.95rem rgba(215,215,215,.35);
  z-index: 4;
}
.s06__badge-user { position: absolute; left: 26.7rem; top: 33.7rem; width: 1.6rem; height: 1.7rem; z-index: 5; }
.s06__sign {
  position: absolute;
  left: 29.8rem; top: 35.89rem;
  font-family: var(--f-sign);
  font-size: 3.5rem; line-height: 4.7rem;
  color: #323232; white-space: nowrap;
  z-index: 4;
}
.s06__glass-text {
  position: absolute;
  left: 29.2rem; top: 39.8rem; width: 36.5rem;
  font-size: 1.6rem; line-height: 2.8rem;
  color: var(--c-text-soft); z-index: 4;
}

/* ============ Секция 7: Путь к системным продажам (5030..7228) ============ */
.s07 { position: relative; width: 192rem; height: 219.8rem; background: #fff; }
.s07__title {
  position: absolute;
  left: 0; top: 16rem; width: 192rem;
  text-align: center;
  font-family: var(--f-head); font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase; color: var(--c-text);
}
.s07__title .accent { color: var(--c-accent); }
.s07__left-h {
  position: absolute; left: 24rem; top: 38.1rem; width: 37.1rem;
  font-weight: 600; font-size: 2rem; line-height: 2.6rem; color: #000;
}
.s07__check { position: absolute; left: 24rem; width: 3.5rem; height: 3.5rem; }
.s07__point {
  position: absolute; left: 30rem; width: 34.9rem;
  font-size: 1.7rem; line-height: 2.5rem; color: #2e2e2e;
}
.s07__point b { font-weight: 700; }
.s07__line {
  position: absolute; left: 77.2rem; top: 41.4rem;
  width: 0.1rem; height: 157.7rem;
  background: #197cee;
}
.s07__node { position: absolute; left: 75.6rem; width: 3.2rem; height: 3.2rem; }
.s07__photo { position: absolute; left: 83.7rem; width: 29.3rem; height: 30.7rem; border-radius: 2rem; }
.s07__chip {
  position: absolute; left: 117.2rem; height: 5.5rem;
  display: flex; align-items: center; justify-content: center;
  padding-top: 0.4rem;
  background: #e2edfa; border-radius: 6.1rem;
  font-family: var(--f-ui); font-size: 1.6rem; line-height: 3.3rem;
  text-transform: uppercase; color: #252016; white-space: nowrap;
}
.s07__h4 {
  position: absolute; left: 117.2rem; width: 49rem;
  font-family: var(--f-body); font-weight: 600;
  font-size: 2rem; line-height: 2.9rem; color: #000;
}
.s07__text {
  position: absolute; left: 117.2rem; width: 41.8rem;
  font-size: 1.7rem; line-height: 2.5rem; color: #2e2e2e;
}
.s07__more {
  position: absolute; left: 117.2rem;
  font-family: var(--f-ui); font-size: 1.6rem; line-height: 3.3rem;
  text-transform: uppercase; color: #197cee;
  text-decoration: underline;
}

/* ============ Секция 8: «Со мной вы получаете» (7228..8052) ============ */
.s08 { position: relative; width: 192rem; height: 82.4rem; background: #fdfdfd; }
.s08__photo { position: absolute; left: 24rem; top: 0; width: 68.7rem; height: 70.2rem; }
.s08__quotes { position: absolute; left: 143rem; top: 54.2rem; width: 25rem; height: 16.5rem; }
.s08__title {
  position: absolute; left: 97.2rem; top: 5.9rem; width: 81.6rem;
  font-family: var(--f-head); font-weight: 700;
  font-size: 3.91rem; line-height: 5.37rem;
  text-transform: uppercase; color: var(--c-text);
}
.s08__title .accent { color: var(--c-accent); }
.s08__sub {
  position: absolute; left: 97.7rem; top: 24.1rem; width: 80.8rem;
  font-size: 2.2rem; line-height: 3.2rem; color: #333;
}
.s08__sub b { font-weight: 600; }
.s08__plate {
  position: absolute; left: 97.2rem; top: 37.1rem;
  width: 46.6rem; height: 10.6rem;
  background: #eef6ff; border: 1px solid #d4e2f3; border-radius: 2rem;
  box-shadow: 0 3rem 3.5rem rgba(202,202,202,.1);
}
.s08__plate img { position: absolute; left: 2.5rem; top: 3rem; width: 4.4rem; height: 4.6rem; }
.s08__plate p {
  position: absolute; left: 9.6rem; top: 2.6rem;
  font-weight: 700; font-size: 1.8rem; line-height: 2.7rem; color: #000;
}
.s08__check { position: absolute; left: 97.4rem; width: 3.5rem; height: 3.5rem; }
.s08__item {
  position: absolute; left: 102.8rem; width: 41rem;
  font-size: 1.7rem; line-height: 2.5rem; color: #333;
}

/* ============ Секция 9: карточки результатов (8052..8564) ============ */
.s09 { position: relative; width: 192rem; height: 51.2rem; background: #fff; }
.s09__card {
  position: absolute; top: 0;
  width: 45.8rem; height: 37.4rem;
  background: #fff; border: 1px solid #ededed; border-radius: 2.5rem;
  box-shadow: 0 3rem 3.5rem rgba(202,202,202,.1);
}
.s09__card img { position: absolute; left: 4rem; top: 4rem; width: 3.5rem; height: 3.5rem; }
.s09__card h3 {
  position: absolute; left: 4rem; top: 9.6rem; width: 40rem;
  font-family: var(--f-body); font-weight: 600;
  font-size: 2rem; line-height: 2.9rem; color: #000;
}
.s09__card p {
  position: absolute; left: 4rem; top: 19.6rem; width: 34.9rem;
  font-size: 1.7rem; line-height: 2.5rem; color: #2e2e2e;
}

/* ============ Секция 10: форматы работы (8564..10855) ============ */
.s10 { position: relative; width: 192rem; height: 229.1rem; background: #fff; }
.s10__title {
  position: absolute; left: 52rem; top: 0; width: 88.1rem;
  text-align: center;
  font-family: var(--f-head); font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase; color: var(--c-text);
}
.s10__title .accent { color: var(--c-accent); }
.s10__card {
  position: absolute; left: 37.4rem;
  width: 117.3rem;
  background: #f9f9f9; border: 1px solid #ededed; border-radius: 2.5rem;
  overflow: hidden;
  color: #333;
}
.s10__card--dark { background: #383838; border-color: #383838; color: #fff; }
.s10__photo { position: absolute; top: 0; width: 48.3rem; border-radius: 2.5rem; object-fit: cover; }
.s10__bp { position: absolute; pointer-events: none; }
.s10__card h3 {
  position: absolute; left: 6rem; top: 6.1rem;
  font-family: var(--f-head); font-weight: 700;
  font-size: 2.5rem; line-height: 3.5rem;
  text-transform: uppercase;
}
.s10__card p {
  position: absolute; left: 6rem; top: 14.7rem; width: 55.9rem;
  font-size: 2.2rem; line-height: 3.2rem; color: #000;
}
.s10__card--dark h3, .s10__card--dark p { color: #fff; }
.s10__btn {
  position: absolute;
  width: 22.5rem; height: 6.4rem;
  border-radius: 0.9rem;
  background: var(--grad-gold);
}
.s10__btn span {
  font-family: var(--f-ui); font-size: 1.6rem; line-height: 2.59rem;
  text-transform: uppercase; color: #fff;
}
.s10__price {
  position: absolute; height: 7.8rem;
  background: #fff; border-radius: 0.9rem;
}
.s10__card--dark .s10__price { background: #4c4c4c; }
.s10__price-l {
  position: absolute; left: 2.9rem; top: 0.5rem;
  font-size: 1.6rem; line-height: 3.2rem; color: #838383;
}
.s10__card--dark .s10__price-l { color: #cdcdcd; }
.s10__price img { position: absolute; left: 3.2rem; top: 3.85rem; width: 1.9rem; height: 1.9rem; }
.s10__price b {
  position: absolute; left: 5.8rem; top: 3.3rem;
  font-family: var(--f-head); font-weight: 700;
  font-size: 1.8rem; line-height: 3.5rem; color: #197cee;
  text-transform: uppercase;
  white-space: nowrap;
}
.s10__card--dark .s10__price b { color: #fff; }

/* ============ Секция 11: кейсы (10855..12024) ============ */
.s11 { position: relative; width: 192rem; height: 116.9rem; }
.s11__bg { position: absolute; left: 0; top: 0; width: 192rem; height: 116.9rem; }
.s11__title {
  position: absolute; left: 51.1rem; top: 7.8rem; width: 88.1rem;
  text-align: center;
  font-family: var(--f-head); font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase; color: #fff;
  z-index: 2;
}


/* ============ Секция 12: благодарности (12024..12935) ============ */
.s12 { position: relative; width: 192rem; height: 91.1rem; background: #fff; }
.s12__title {
  position: absolute; left: 52rem; top: 17rem; width: 88.1rem;
  text-align: center;
  font-family: var(--f-head); font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase; color: var(--c-text);
}
.s12__title .accent { color: var(--c-accent); }
.s12__sub {
  position: absolute; left: 46rem; top: 29.4rem; width: 100rem;
  text-align: center; white-space: nowrap;
  font-size: 2.2rem; line-height: 3.2rem; color: #000;
}
.s12__strip { position: absolute; left: 23rem; top: 37.1rem; width: 154rem; height: 32.3rem; }
.s12__count { color: var(--c-accent); font-weight: 700; white-space: nowrap; }

/* ============ Секция 13: публикации (12935..13751) ============ */
.s13 { position: relative; width: 192rem; height: 81.6rem; background: #fff; }
.s13__title {
  position: absolute; left: 52rem; top: 0; width: 88.1rem;
  text-align: center;
  font-family: var(--f-head); font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase; color: var(--c-text);
}
.s13__sub {
  position: absolute; left: 64.4rem; top: 12.8rem; width: 63.3rem;
  text-align: center;
  font-size: 2.2rem; line-height: 3.2rem; color: #000;
}
.s13__strip { position: absolute; left: 23rem; top: 26.5rem; width: 154rem; height: 41rem; }

/* ============ Секция 14: спикер (13751..14384) ============ */
.s14 { position: relative; width: 192rem; height: 63.3rem; }
.s14__bg { position: absolute; left: 0; top: 0; width: 192rem; height: 63.3rem; }
.s14__title {
  position: absolute; left: 24rem; top: 8.9rem; width: 81.6rem;
  font-family: var(--f-head); font-weight: 700;
  font-size: 3.91rem; line-height: 5.37rem;
  text-transform: uppercase; color: #fff; z-index: 2;
}
.s14__sub {
  position: absolute; left: 24rem; top: 21.3rem; width: 73.7rem;
  font-size: 2.2rem; line-height: 3.2rem; color: #fff; z-index: 2;
}
.s14__check {
  position: absolute; left: 24.1rem; width: 3.5rem; height: 3.5rem; z-index: 2;
  background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0.4rem 1.14rem rgba(5, 28, 54, .5);
}
.s14__check svg {
  width: 1.6rem; height: 1.2rem; overflow: visible;
  fill: none; stroke: #157aee; stroke-width: 2;
}
.s14__item {
  position: absolute; left: 29.4rem; width: 41rem;
  font-size: 1.7rem; line-height: 2.5rem; color: #fff; z-index: 2;
}
.s14__cta {
  position: absolute; left: 24rem; top: 47.9rem;
  width: 39.1rem; height: 8.6rem;
  border-radius: 0.94rem;
  background: var(--grad-gold); z-index: 2;
}
.s14__cta span {
  position: absolute; left: 3.9rem; top: 3.1rem;
  font-family: var(--f-ui); font-size: 1.89rem; line-height: 2.59rem;
  text-transform: uppercase; color: #fff; white-space: nowrap;
}

/* ============ Секция 15: фото с тренингов (14384..15043) ============ */
.s15 { position: relative; width: 192rem; height: 65.9rem; background: #fff; }
.s15__title {
  position: absolute; left: 52rem; top: 9.1rem; width: 88.1rem;
  text-align: center;
  font-family: var(--f-head); font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase; color: var(--c-text);
}
.s15__strip { position: absolute; left: 23rem; top: 25.6rem; width: 154rem; height: 30rem; }

/* ============ Секция 16: знакомство (15043..16288) ============ */
.s16 { position: relative; width: 192rem; height: 124.5rem; background: #fff; }
.s16__bg { position: absolute; left: 0; top: 0; width: 192rem; height: 88.7rem; }
.s16__qo { position: absolute; left: 74rem; top: 7.7rem; width: 21rem; height: 21rem; }
.s16__qc { position: absolute; left: 148rem; top: 35.7rem; width: 23rem; height: 21rem; }
.s16__title {
  position: absolute; left: 95.6rem; top: 12.5rem; width: 73.5rem;
  font-family: var(--f-head); font-weight: 700;
  font-size: 3.91rem; line-height: 5.37rem;
  text-transform: uppercase; color: #fff; z-index: 2;
}
.s16__sub { position: absolute; left: 96.1rem; top: 30.5rem; width: 69.5rem; font-size: 2.2rem; line-height: 3.2rem; color: #fff; z-index: 2; }
.s16__sub2 { position: absolute; left: 96.1rem; top: 39.2rem; width: 41rem; font-size: 1.7rem; line-height: 2.5rem; color: #fff; z-index: 2; }
.s16__cta {
  position: absolute; left: 96.1rem; top: 49.6rem;
  width: 39.1rem; height: 8.6rem; border-radius: 0.9rem;
  background: var(--grad-gold); z-index: 2;
}
.s16__cta span { font-family: var(--f-ui); font-size: 1.89rem; text-transform: uppercase; color: #fff; }
.s16__write { position: absolute; left: 96.1rem; top: 61rem; font-size: 2.2rem; line-height: 3.2rem; color: #fff; z-index: 2; }
.s16__socials { position: absolute; left: 95.5rem; top: 65.7rem; width: 45.5rem; height: 11.5rem; z-index: 2; }
.s16__soc {
  position: absolute; width: 10rem; height: 10rem;
  background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.s16__soc:hover {
  transform: translateY(-0.4rem) scale(1.05);
  box-shadow: 0 1rem 2.4rem rgba(9, 32, 64, .35);
}
.s16__fact {
  position: absolute; top: 84.2rem;
  width: 27.6rem; height: 23rem;
  background: #f9f9f9; border-radius: 2.1rem;
  z-index: 2;
}
.s16__fact img { position: absolute; left: 1.5rem; top: 1.5rem; width: 4.5rem; height: 4.5rem; }
.s16__fact p { position: absolute; left: 2rem; top: 7.25rem; width: 24.4rem; font-size: 1.7rem; line-height: 2.5rem; color: #2e2e2e; }
.s16__fact b { font-weight: 600; }

/* ============ Секция 17: FAQ (16288..17102) ============ */
.s17 { position: relative; width: 192rem; height: 81.4rem; background: #fff; }
.s17__title {
  position: absolute; left: 49.5rem; top: 0; width: 93.1rem;
  text-align: center;
  font-family: var(--f-head); font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase; color: var(--c-text);
}
.s17__title .accent { color: var(--c-accent); }
.s17__row {
  position: absolute; left: 35.2rem;
  width: 121.7rem; height: 9.9rem;
  background: #f3f3f3; border-radius: 1.8rem;
}
.s17__row b {
  position: absolute; left: 2.5rem; top: 2.7rem;
  font-family: var(--f-head); font-weight: 700;
  font-size: 2.5rem; line-height: 3.44rem; color: #cecece;
}
.s17__row > p {
  position: absolute; left: 11.9rem; top: 3.2rem;
  font-size: 2.2rem; line-height: 3.2rem; color: #000;
}
.s17__plus {
  position: absolute; left: 113.1rem; top: 3rem;
  width: 3.9rem; height: 3.9rem;
  border-radius: 50%;
  background: #157aee;
  color: #fff; font-size: 2.2rem;
  display: flex; align-items: center; justify-content: center;
}

/* ============ Секция 18: контакты (17102..17608) ============ */
.s18 { position: relative; width: 192rem; height: 50.6rem; }
.s18__bg { position: absolute; left: 0; top: 0; width: 192rem; height: 50.6rem; }
.s18__photo { position: absolute; left: 26rem; top: 7rem; width: 36.4rem; height: 36.4rem; border-radius: 50%; z-index: 2; }
.s18__title {
  position: absolute; left: 74.1rem; top: 8.4rem; width: 58.3rem;
  font-family: var(--f-head); font-weight: 700;
  font-size: 4rem; line-height: 5.5rem;
  text-transform: uppercase; color: #fff; z-index: 2;
}
.s18__sub { position: absolute; left: 74.1rem; top: 20.6rem; width: 60.9rem; font-size: 2.2rem; line-height: 3.2rem; color: #fff; z-index: 2; }
.s18__btn {
  position: absolute; top: 27.2rem; height: 8.6rem;
  border-radius: 0.9rem;
  background: linear-gradient(90deg, #fefefe 0%, #e9e9e9 100%);
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.s18__btn span { font-family: var(--f-ui); font-size: 1.89rem; line-height: 2.59rem; text-transform: uppercase; color: #272727; }
.s18__btn--main { left: 74.1rem; width: 38.8rem; }
.s18__btn--tg { left: 114.2rem; width: 23.7rem; gap: 1.2rem; }
.s18__btn--tg img { width: 3.8rem; height: 3.1rem; }
.s18__btn--max { left: 139.2rem; width: 16.4rem; gap: 1rem; }
.s18__btn--max img { width: 3.8rem; height: 3.8rem; }

/* ============ Интерактив: слайдеры, лайтбокс, аккордеон, попап ============ */
.slider { position: absolute; overflow: hidden; }
.slider .track {
  display: flex; height: 100%;
  transition: transform .45s ease;
  will-change: transform;
}
.slider .slide { flex: 0 0 auto; position: relative; }
.slider .slide img { width: 100%; display: block; }
.slide--card img { object-fit: contain; background: #fff; border: 1px solid #ededed; border-radius: 1rem; }

.s12__slider { left: 33.6rem; top: 37.1rem; width: 124.8rem; height: 32.3rem; }
.s12__slider .track { column-gap: 1.2rem; }
.s12__slider .slide { width: 24rem; height: 32.3rem; }
.s12__slider .slide img { height: 100%; object-fit: cover; border: 1px solid #d6d6d6; border-radius: 1.6rem; }
.s12__slider .slide--card img { object-fit: contain; }

.s13__slider { left: 39.1rem; top: 26.5rem; width: 112rem; height: 39.5rem; }
.s13__slider .track { column-gap: 2rem; }
.s13__slider .slide { width: 26.5rem; height: 39.5rem; }
.s13__slider .slide img { height: 35.5rem; object-fit: contain; background: #fff; border: 1px solid #d6d6d6; border-radius: 1.6rem; }
.s13__slider .slide a {
  display: block; margin: 0.8rem 0 0 6rem;
  font-family: var(--f-body); font-weight: 500;
  font-size: 1.6rem; line-height: 2.3rem;
  color: #197cee; text-decoration: underline;
}
.s15__slider { left: 39.2rem; top: 26.1rem; width: 113.4rem; height: 24.4rem; }
.s15__slider .track { column-gap: 3.9rem; }
.s15__slider .slide { width: 35.2rem; height: 24.4rem; }
.s15__slider .slide img { height: 100%; object-fit: cover; border-radius: 1.6rem; }
.s15__dots { position: absolute; left: 0; top: 52rem; width: 192rem; display: flex; justify-content: center; align-items: center; gap: 0.9rem; z-index: 2; }
.s15__dots span.edge { transform: scale(0.6); opacity: 0.55; }
.s15__dots span { width: 0.8rem; height: 0.8rem; border-radius: 50%; background: #d9d9d9; }
.s15__dots span.on { background: #157aee; }

.arr { position: absolute; width: 8.8rem; height: 8.8rem; z-index: 3; transition: transform .15s; }
.arr:hover { transform: scale(1.06); }
.arr img { width: 100%; height: 100%; }

.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(20,20,20,.85);
  display: flex; align-items: center; justify-content: center;
  cursor: zoom-out;
}
.lightbox img { max-width: 88vw; max-height: 88vh; border-radius: 8px; background: #fff; }
.lightbox__nav {
  position: fixed; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.18); color: #fff;
  font-size: 30px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  z-index: 101;
}
.lightbox__nav--prev { left: 10px; }
.lightbox__nav--next { right: 10px; }
.lightbox__close { position: absolute; top: 3rem; right: 4rem; font-size: 5rem; color: #fff; line-height: 1; }

.s17__row { cursor: pointer; transition: top .3s ease; overflow: hidden; }
.s17__plus { transition: transform .3s; }
.s17__row.open .s17__plus { transform: rotate(45deg); }
.s17__row.open { height: auto; min-height: 9.9rem; padding-bottom: 2.4rem; }
.s17__answer { display: none; }
.s17__row.open .s17__answer { display: block; padding: 7.6rem 12rem 0 11.9rem; }
.s17__answer p { font-size: 1.9rem; line-height: 2.8rem; color: #555; margin: 0 0 1.3rem; }
.s17__answer p:last-child { margin-bottom: 0; }
.s17__answer ol, .s17__answer ul { margin: 0 0 1.3rem; padding-left: 3.2rem; font-size: 1.9rem; line-height: 2.8rem; color: #555; }
.s17__answer li { margin: 0 0 0.7rem; }
.s17 { transition: height .3s ease; }

.popup {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(20,20,20,.6);
  display: flex; align-items: center; justify-content: center;
}
.popup__box {
  position: relative;
  width: 52rem; padding: 4.5rem 4.5rem 3.5rem;
  background: #fff; border-radius: 2rem;
}
.popup__box h3 {
  font-family: var(--f-head); font-weight: 700;
  font-size: 2.6rem; line-height: 3.4rem;
  text-transform: uppercase; color: #333;
  margin-bottom: 2.4rem;
}
.popup__box input, .popup__box textarea {
  width: 100%; margin-bottom: 1.6rem;
  padding: 1.6rem 1.8rem;
  border: 1px solid #ddd; border-radius: 0.9rem;
  font-family: var(--f-body); font-size: 1.8rem; color: #222;
}
.popup__box textarea { height: 10rem; resize: none; }
.popup__submit {
  width: 100%; height: 6.4rem;
  border-radius: 0.9rem; background: var(--grad-gold);
}
.popup__submit span { font-family: var(--f-ui); font-size: 1.9rem; text-transform: uppercase; color: #fff; }
.popup__note { margin-top: 1.4rem; font-size: 1.3rem; line-height: 1.8rem; color: #999; }
.popup__consent { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; text-align: left; cursor: pointer; }
.popup__consent input[type="checkbox"] { flex: 0 0 auto; width: 1.7rem; height: 1.7rem; min-width: 1.7rem; margin: 0; padding: 0; border: none; border-radius: 0; accent-color: #197cee; cursor: pointer; }
.popup__consent span { font-family: var(--f-ui); font-size: 1.25rem; line-height: 1.6rem; color: #8a8a8a; }
.popup__consent a { color: #197cee; text-decoration: underline; }
#lead-form .popup__submit { margin-top: 1.9rem; }
/* подсветка незаполненных обязательных полей после попытки отправки */
#lead-form.attempted input:invalid,
#lead-form.attempted textarea:invalid { border-color: #e34b4b; box-shadow: 0 0 0 1px #e34b4b; }
#lead-form.attempted input[type="checkbox"]:invalid { outline: 2px solid #e34b4b; outline-offset: 2px; }
.popup__close, .lightbox__close { cursor: pointer; }
.popup__close { position: absolute; top: 1.6rem; right: 2.2rem; font-size: 3.4rem; color: #999; line-height: 1; }
[hidden] { display: none !important; }

/* ============ Интерактив: слайдеры, лайтбокс, аккордеон, попап ============ */
.slider { position: absolute; overflow: hidden; z-index: 2; }
.slider .track { display: flex; height: 100%; transition: transform .45s ease; will-change: transform; }
.slider .slide { flex: 0 0 auto; position: relative; }
.slider .slide img { width: 100%; display: block; }
.slide--card img { object-fit: contain; background: #fff; border: 1px solid #ededed; border-radius: 1rem; }

.s12__slider { left: 33.6rem; top: 37.1rem; width: 124.8rem; height: 32.3rem; }
.s12__slider .track { column-gap: 1.2rem; }
.s12__slider .slide { width: 24rem; height: 32.3rem; }
.s12__slider .slide img { height: 100%; object-fit: cover; border: 1px solid #d6d6d6; border-radius: 1.6rem; }
.s12__slider .slide--card img { object-fit: contain; }

.s13__slider { left: 39.1rem; top: 26.5rem; width: 112rem; height: 39.5rem; }
.s13__slider .slide { width: 26.5rem; height: 39.5rem; }
.s13__slider .slide img { height: 35.5rem; object-fit: contain; background: #fff; border: 1px solid #d6d6d6; border-radius: 1.6rem; }
.s13__slider .slide a {
  display: block; margin: 0.7rem 0 0 6rem;
  font-weight: 500; font-size: 1.6rem; line-height: 2.3rem;
  color: #197cee; text-decoration: underline;
}
.s15__slider { left: 39.2rem; top: 26.1rem; width: 113.4rem; height: 24.4rem; }
.s15__slider .track { column-gap: 3.9rem; }
.s15__slider .slide { width: 35.2rem; height: 24.4rem; }
.s15__slider .slide img { height: 100%; object-fit: cover; border-radius: 1.6rem; }
.s15__dots { position: absolute; left: 0; top: 52rem; width: 192rem; display: flex; justify-content: center; align-items: center; gap: 0.9rem; z-index: 2; }
.s15__dots span.edge { transform: scale(0.6); opacity: 0.55; }
.s15__dots span { width: 0.8rem; height: 0.8rem; border-radius: 50%; background: #d9d9d9; }
.s15__dots span.on { background: #157aee; }



.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(20,20,20,.85);
  display: flex; align-items: center; justify-content: center;
  cursor: zoom-out;
}
.lightbox img { max-width: 88vw; max-height: 88vh; border-radius: 8px; background: #fff; }
.lightbox__close { position: absolute; top: 3rem; right: 4rem; font-size: 5rem; color: #fff; line-height: 1; cursor: pointer; }

.s17__row { cursor: pointer; transition: top .3s ease; }
.s17__plus { transition: transform .3s; }
.s17__row.open .s17__plus { transform: rotate(45deg); }
.s17__row.open { height: auto; min-height: 9.9rem; padding-bottom: 2.6rem; }
.s17__answer { display: none; }
.s17__row.open .s17__answer { display: block; padding: 10.8rem 12rem 0 11.9rem; }
.s17__answer p { font-size: 1.9rem; line-height: 2.8rem; color: #555; }
.s17 { transition: height .3s ease; }

.popup {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(20,20,20,.6);
  display: flex; align-items: center; justify-content: center;
}
.popup__box { position: relative; width: 52rem; padding: 4.5rem 4.5rem 3.5rem; background: #fff; border-radius: 2rem; }
.popup__box h3 {
  font-family: var(--f-head); font-weight: 700;
  font-size: 2.6rem; line-height: 3.4rem;
  text-transform: uppercase; color: #333;
  margin-bottom: 2.4rem;
}
.popup__box input, .popup__box textarea {
  width: 100%; margin-bottom: 1.6rem; padding: 1.6rem 1.8rem;
  border: 1px solid #ddd; border-radius: 0.9rem;
  font-family: var(--f-body); font-size: 1.8rem; color: #222;
}
.popup__box textarea { height: 10rem; resize: none; }
.popup__submit { width: 100%; height: 6.4rem; border-radius: 0.9rem; background: var(--grad-gold); }
.popup__submit span { font-family: var(--f-ui); font-size: 1.9rem; text-transform: uppercase; color: #fff; }
.popup__note { margin-top: 1.4rem; font-size: 1.3rem; line-height: 1.8rem; color: #999; }
.popup__close { position: absolute; top: 1.6rem; right: 2.2rem; font-size: 3.4rem; color: #999; line-height: 1; cursor: pointer; }
[hidden] { display: none !important; }

/* ============ Кейс (s11) — живая вёрстка ============ */
.s11__slider { position: absolute; left: 36.8rem; top: 23rem; width: 117.3rem; height: 86.4rem; overflow: visible; z-index: 2; }
.s11__case {
  position: absolute; inset: 0;
  background: #fff; border-radius: 2.5rem;
  overflow: hidden;
}
.s11__case-photo { position: absolute; left: 0; top: 0; width: 35.9rem; height: 51.7rem; object-fit: cover; }
.s11__case-more {
  position: absolute; left: 0; top: 51.7rem;
  width: 35.9rem; height: 34.7rem;
  background: #f0f0f0;
}
.s11__case-more p {
  position: absolute; left: 12.7rem; top: 8.3rem;
  font-weight: 600; font-size: 1.8rem; line-height: 2.2rem; color: #000;
}
.s11__case-more img { position: absolute; left: 10.3rem; top: 11.2rem; width: 15.3rem; height: 15.3rem; }
.s11__case-body { position: absolute; left: 40.8rem; top: 2.2rem; width: 69.3rem; height: 82rem; }
.s11__case-body .chip {
  position: absolute; left: 0;
  padding: 1.15rem 1.9rem 0.9rem;
  border-radius: 1rem;
  font-weight: 600; font-size: 1.6rem; line-height: 2.2rem; color: #000;
}
.chip--blue { background: #eef6ff; }
.chip--red { background: #ffeeee; }
.chip--green { background: #efffee; }
.s11__case-body .intro { position: absolute; left: 0; width: 66rem; font-size: 1.7rem; line-height: 2.5rem; color: #2e2e2e; }
.s11__case-body .small { position: absolute; left: 0; font-size: 1.5rem; line-height: 2.3rem; color: #2e2e2e; }
.s11__case-body ul { position: absolute; left: 0.3rem; width: 69.3rem; list-style: none; }
.s11__case-body li {
  position: relative; padding-left: 1.9rem;
  font-size: 1.5rem; line-height: 2.3rem; color: #2e2e2e;
}
.s11__case-body li::before {
  content: ''; position: absolute; left: 0.6rem; top: 1rem;
  width: 0.35rem; height: 0.35rem; border-radius: 50%;
  background: #2e2e2e;
}

/* ============ Стрелки слайдеров — CSS+SVG ============ */
.arr {
  position: absolute; width: 8rem; height: 8rem;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 3; cursor: pointer;
  transition: transform .15s;
}
.arr:hover { transform: scale(1.06); }
.arr svg { width: 2.9rem; height: 2.9rem; }
.arr--gold {
  background: radial-gradient(circle at 50% 42%, #e6ddc8 0%, #c3b28a 35%, #a78f5d 70%, #93794a 100%);
  color: #fff;
  box-shadow: 0 0.6rem 1.6rem rgba(150,128,79,.25);
}
.arr--white {
  background: #fff;
  color: #a98f58;
  box-shadow: 0 0.6rem 1.8rem rgba(0,0,0,.15);
}

/* светлые тексты на тёмных/цветных фонах: Figma рендерит их плотнее */
.s10__card--dark h3, .s10__card--dark p, .s10__card--dark .s10__price-l, .s10__card--dark .s10__price b,
.s14__title, .s14__sub, .s14__item,
.s06__title, .s06__sub, .s06__note,
.s16__title, .s16__sub, .s16__sub2, .s16__write,
.s18__title, .s18__sub, .s11__title {
  -webkit-font-smoothing: subpixel-antialiased;
}

/* ============ Секция 11: кейсы — слайдер-репитер (оригинальная карточка, авто-высота по контенту) ============ */
.s11__slider { left: 40rem; top: 23rem; width: 112rem; height: 82rem; overflow: hidden; z-index: 2; }
.s11__slider .track { column-gap: 0; }
.s11__slider .slide { width: 112rem; height: 82rem; }
/* карточка: flex (фото+QR слева | текст справа), фиксированная высота */
.s11__case--flow { position: relative; inset: auto; display: flex; height: 82rem; }
.s11__case--flow .s11__case-media { flex: 0 0 35.9rem; display: flex; flex-direction: column; }
.s11__slider .slide .s11__case-photo { position: static; width: 35.9rem; height: 51.7rem; border-radius: 2.5rem 0 0 0; display: block; }
.s11__case--flow .s11__case-more { position: static; left: auto; top: auto; width: auto; height: auto; flex: 1;
  background: #f0f0f0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  gap: 1.2rem; padding: 3rem 0; }
.s11__case--flow .s11__case-more p { position: static; left: auto; top: auto; }
.s11__case--flow .s11__case-more img { position: static; left: auto; top: auto; width: 15.3rem; height: 15.3rem; }
.s11__case--flow .s11__case-body { position: static; left: auto; top: auto; width: auto; height: 82rem; flex: 1; overflow-y: hidden; padding: 3rem 3.5rem 3.4rem 3.9rem; }
.s11__case--flow .s11__case-body .chip { position: static; display: inline-block; margin: 1.8rem 0 0.9rem; }
.s11__case--flow .s11__case-body .chip:first-child { margin-top: 0; }
.s11__case--flow .s11__case-body .intro { position: static; width: auto; margin: 0.3rem 0 0.5rem; }
.s11__case--flow .s11__case-body .small { position: static; margin: 0.3rem 0; }
.s11__case--flow .s11__case-body ul { position: static; width: auto; margin: 0.3rem 0 0.6rem; }
.s11__arr { position: absolute; top: 52rem; z-index: 3; }
.s11__arr--prev { left: 28rem; }
.s11__arr--next { left: 156rem; }

/* ============ Футер ============ */
.site-footer { width: 100%; box-sizing: border-box; padding: 3.2rem 3rem; text-align: center;
  background: #1c1c1c; color: #9a9a9a; font-family: var(--f-body); font-size: 1.8rem; line-height: 1.6; }
.site-footer a { color: #d5d5d5; text-decoration: underline; }
.site-footer a:hover { color: #fff; }

/* Полоса прокрутки внутри карточки кейса скрыта по умолчанию (контент почти влезает).
   JS вешает .has-scroll только там, где контента реально много — тогда показываем тонкий скролл. */
.s11__case-body { scrollbar-width: none; -ms-overflow-style: none; }
.s11__case-body::-webkit-scrollbar { width: 0; height: 0; display: none; }
.s11__case-body.has-scroll { overflow-y: auto; scrollbar-width: thin; scrollbar-color: #c4c4c4 transparent; }
.s11__case-body.has-scroll::-webkit-scrollbar { width: 0.8rem; height: 0; display: block; }
.s11__case-body.has-scroll::-webkit-scrollbar-track { background: transparent; }
.s11__case-body.has-scroll::-webkit-scrollbar-thumb { background: #c4c4c4; border-radius: 1rem; }
.s11__case-body.has-scroll::-webkit-scrollbar-thumb:hover { background: #a8a8a8; }

/* «Спасибо» после отправки формы (вместо браузерного alert) */
.popup__thanks { padding: 3rem 0 1rem; text-align: center; }
.popup__thanks h3 { margin: 0 0 1.4rem; }
.popup__thanks p { font-size: 1.9rem; line-height: 1.5; color: #555; }
/* honeypot (ловушка ботов) — скрыт от людей */
.hp { position: absolute !important; left: -9999px !important; top: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.popup__error { margin-top: 1.2rem; font-size: 1.4rem; line-height: 1.4; color: #e34b4b; text-align: center; }

/* ===== Cookie-баннер согласия на ПДн (px — не зависит от rem-масштаба макета) ===== */
.cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px;
  padding: 15px 26px;
  background: #16283c; color: #eaf1f8;
  box-shadow: 0 -4px 24px rgba(0,0,0,.18);
  font-family: var(--f-body);
}
.cookie[hidden] { display: none; }
.cookie__text { flex: 1 1 420px; margin: 0; font-size: 13px; line-height: 1.45; color: #d6e2ef; }
.cookie__text a { color: #7fb6ff; text-decoration: underline; }
.cookie__check { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: #b9c8d8; cursor: pointer; user-select: none; }
.cookie__check input { width: 16px; height: 16px; accent-color: #2573ce; cursor: pointer; }
.cookie__btn {
  flex: 0 0 auto; border: 0; border-radius: 8px; cursor: pointer;
  padding: 11px 30px; font-size: 15px; font-weight: 600; font-family: inherit;
  background: #2573ce; color: #fff; transition: background .15s;
}
.cookie__btn:hover { background: #1f63b0; }
.cookie__btn:disabled { opacity: .5; cursor: not-allowed; }
@media (max-width: 767px) {
  .cookie { padding: 13px 16px; gap: 9px 14px; }
  .cookie__text { flex-basis: 100%; font-size: 12.5px; }
  .cookie__check { font-size: 12.5px; }
  .cookie__btn { flex: 1 1 auto; padding: 11px 20px; }
}

/* Доп. логотипы (репитер logos2) в десктопной бегущей строке — вписываются в карточку автоматически */
.s02__lcard img.logo2 { max-width: 15.5rem; max-height: 6.2rem; width: auto; height: auto; }
