/* ===========================================================
   AI-лендинги под кампанию в Telegram. Черновик, версия 1.
   Визуальный язык взят с боевого сайта: Montserrat, акцент
   #c8ff00 / #ade206, тёмные секции #0c0c0c, скругления 18-24px,
   кнопки-пилюли. Классы с префиксом lp- , чтобы не конфликтовать
   с существующими блоками mfh / pf / mf-hero / hp-faq / cn.
   =========================================================== */

:root {
  --lp-accent:      #c8ff00;
  --lp-accent-2:    #ade206;
  --lp-dark:        #0c0c0c;
  --lp-dark-2:      #151515;
  --lp-light:       #f7f8f9;
  --lp-text:        #111314;
  --lp-muted:       #6b7280;
  --lp-border:      rgba(0,0,0,.08);
  --lp-radius:      18px;
  --lp-radius-lg:   24px;
  --lp-shadow:      0 2px 20px rgba(0,0,0,.08);
  --lp-shadow-h:    0 8px 40px rgba(0,0,0,.14);
  --lp-font:        'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --lp-py:          96px;
  --lp-maxw:        1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--lp-font);
  color: var(--lp-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.lp-wrap { width: 100%; max-width: var(--lp-maxw); margin: 0 auto; padding: 0 32px; }
.lp-sec { padding: var(--lp-py) 0; }
.lp-sec--dark { background: var(--lp-dark); color: #fff; }
.lp-sec--light { background: var(--lp-light); }

/* Надпись над заголовком — как «• БЕСПЛАТНАЯ КОНСУЛЬТАЦИЯ» на боевом:
   серый текст, салатовая точка. Салатовый текст на белом не читается */
.lp-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: #909090;
  margin: 0 0 18px;
}
.lp-eyebrow::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--lp-accent); flex-shrink: 0;
}
.lp-sec--dark .lp-eyebrow { color: rgba(255,255,255,.55); }
/* Заголовки секций — как «Запишитесь на звонок» и «Портфолио» на боевом:
   34-42px, жирность 800, лёгкий отрицательный трекинг */
.lp-h2 {
  text-wrap: balance;
  font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.25rem);
  font-weight: 800; line-height: 1.18; letter-spacing: -.02em;
  margin: 0 0 16px;
}
.lp-lead {
  font-size: 16px;
  line-height: 1.65; color: var(--lp-muted);
  max-width: none; margin: 0 0 48px;
}
.lp-sec--dark .lp-lead { color: rgba(255,255,255,.7); }

/* ---------- Кнопки ---------- */
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; min-height: 60px; padding: 0 38px;
  border: none; border-radius: 100px; cursor: pointer;
  font-family: var(--lp-font); font-size: 16px; font-weight: 600;
  line-height: 1.3; text-align: center; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn--primary { background: var(--lp-accent); color: #000; }
.lp-btn--primary:hover { box-shadow: 0 8px 40px rgba(200,255,0,.45); }
.lp-btn--ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.8); }
.lp-btn--ghost:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.lp-btn--dark { background: var(--lp-dark); color: #fff; }
.lp-btn--dark:hover { box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.lp-btn--sm { min-height: 48px; padding: 0 26px; font-size: 14px; }
.lp-btn--block { width: 100%; }

/* ---------- Шапка: как на боевом сайте, но без меню услуг ---------- */
.lp-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid #eee;
}
.lp-head__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 69px;
  max-width: none; padding: 0 44px;
}
.lp-head__logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.lp-head__logo img { width: 24px; height: auto; }
.lp-head__logo span { color: #000; font-weight: 700; font-size: 20px; }
.lp-head__right { display: flex; align-items: center; gap: 12px; }
.lp-head__contact { margin-right: 44px; line-height: 1.25; }
.lp-head__tel { display: block; color: #000; text-decoration: none; font-weight: 600; font-size: 14px; white-space: nowrap; }
.lp-head__tel:hover { color: #606060; }
.lp-head__city { display: block; font-size: 14px; color: #000; }
.lp-head__btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 40px; padding: 0 30px; border-radius: 50px; border: 1px solid transparent;
  font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap;
  transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}
.lp-head__btn--max { background: #ade206; color: #000; border-color: #ade206; }
.lp-head__btn--tg { background: #2aabee; color: #fff; }
.lp-head__btn:hover { background: #fff; color: #000; border-color: #000; }

/* ---------- Герой ---------- */
.lp-hero {
  position: relative; display: flex; align-items: center; justify-content: center;
  min-height: 88vh; min-height: 88dvh; overflow: hidden; background: #0a0a0a;
}
.lp-hero__bg { position: absolute; inset: 0; z-index: 0; }
.lp-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.lp-hero__shade {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.62) 45%, rgba(0,0,0,.85) 78%, #0a0a0a 100%);
}
.lp-hero__in {
  /* 1200, а не 980 как на боевом: длинным заголовкам нужно место на две строки */
  position: relative; z-index: 2; width: 100%; max-width: 1200px;
  padding: 110px 32px 84px; text-align: center;
}
.lp-hero__eyebrow {
  font-size: 12px; font-weight: 500; letter-spacing: .32em; text-transform: uppercase;
  color: rgba(255,255,255,.65); margin: 0 0 26px;
}
.lp-hero__title {
  text-wrap: balance;
  font-size: clamp(1.75rem, 1.6rem + 2.2vw, 4rem);
  font-weight: 700; line-height: 1.14; letter-spacing: -.018em;
  color: #fff; margin: 0 0 24px;
}
.lp-hero__sub {
  text-wrap: balance;
  font-size: clamp(.98rem, .9rem + .45vw, 1.2rem); line-height: 1.6;
  color: rgba(255,255,255,.75); max-width: 720px; margin: 0 auto 40px;
}
.lp-hero__btns { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.lp-hero__btns .lp-btn { font-weight: 400; min-height: 62px; padding: 0 44px; }  /* как .mfh__btn на боевом */
.lp-hero__note { margin: 26px 0 0; font-size: 13px; color: rgba(255,255,255,.5); }

/* Первый экран на планшете и телефоне — размеры блока .mfh боевого сайта */
@media (max-width: 960px) {
  .lp-hero__title { font-size: clamp(1.8rem, 1.2rem + 2.2vw, 2.8rem); margin-bottom: 22px; }
  .lp-hero__sub { font-size: clamp(0.95rem, 0.85rem + 0.4vw, 1.1rem); }
}
.lp-br-m { display: none; }
@media (max-width: 600px) {
  .lp-br-m { display: inline; }
  .lp-hero__eyebrow { font-size: 11px; letter-spacing: .28em; margin-bottom: 24px; }
  .lp-hero__title { font-size: clamp(1.4rem, 1.1rem + 1.8vw, 1.85rem); margin-bottom: 18px; }
  .lp-hero__sub { font-size: .92rem; margin-bottom: 36px; }
}

/* ---------- Клиенты: бегущая строка, один в один с боевым блоком ---------- */
.clients-marquee, .clients-marquee * { box-sizing: border-box; }
.clients-marquee {
  --row-gap: 2px; --seam: 0px; --speed: 90s; --fade: 90px;
  padding: 60px 0; overflow: hidden; background-color: #fff; width: 100%;
}
.marquee-track--right { --logo-h: 140px; }
.marquee-track--left  { --logo-h: 110px; }
.clients-marquee__title {
  text-align: center; font-size: 42px; font-weight: 800; line-height: 1.2;
  letter-spacing: -.02em; margin: 0 0 44px; color: #000;
}
.marquee-track {
  width: 100%; overflow: hidden; display: flex; font-size: 0; line-height: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
}
.marquee-track + .marquee-track { margin-top: var(--row-gap); }
.marquee-content { display: flex; width: max-content; will-change: transform; animation: mf-scroll var(--speed) linear infinite; }
.marquee-track--right .marquee-content { animation-direction: reverse; }
.marquee-image { display: block; height: var(--logo-h); width: auto; max-width: none; flex-shrink: 0; margin: 0 var(--seam) 0 0; }
@keyframes mf-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 960px) {
  .clients-marquee { --fade: 50px; padding: 44px 0; }
  .marquee-track--right { --logo-h: 96px; }
  .marquee-track--left  { --logo-h: 82px; }
  .clients-marquee__title { font-size: 32px; margin-bottom: 30px; }
}
@media (max-width: 640px) {
  .clients-marquee { --fade: 30px; --speed: 60s; padding: 32px 0; }
  .marquee-track--right { --logo-h: 88px; }
  .marquee-track--left  { --logo-h: 78px; }
  .clients-marquee__title { font-size: 26px; margin-bottom: 22px; }
}
@media (prefers-reduced-motion: reduce) { .marquee-content { animation: none; } }

/* ---------- Боли ---------- */
.lp-pains { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.lp-pain {
  background: #fff; border: 1px solid var(--lp-border); border-radius: var(--lp-radius);
  padding: 28px 26px; box-shadow: var(--lp-shadow);
}
.lp-pain__t { font-size: 17px; font-weight: 700; line-height: 1.35; margin: 0 0 10px; }
.lp-pain__d { font-size: 15px; line-height: 1.6; color: var(--lp-muted); margin: 0; }
.lp-bridge {
  margin: 44px 0 0; padding: 30px 32px;
  background: var(--lp-dark); color: #fff; border-radius: var(--lp-radius-lg);
  font-size: clamp(1rem, .95rem + .35vw, 1.25rem); font-weight: 600; line-height: 1.5;
}
.lp-bridge b { color: var(--lp-accent); font-weight: 700; }

/* ---------- Возможности ---------- */
.lp-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-tile {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--lp-radius); padding: 30px 26px;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.lp-tile:hover { background: rgba(255,255,255,.07); border-color: rgba(200,255,0,.35); transform: translateY(-3px); }
.lp-tile__n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--lp-accent); color: #000; font-size: 14px; font-weight: 700;
  margin-bottom: 18px;
}
.lp-tile__t { font-size: 17px; font-weight: 700; line-height: 1.35; margin: 0 0 10px; color: #fff; }
.lp-tile__d { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.66); margin: 0; }

/* ---------- Кейсы ---------- */
.lp-cases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lp-case {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--lp-border); border-radius: var(--lp-radius);
  overflow: hidden; box-shadow: var(--lp-shadow);
  transition: box-shadow .25s ease, transform .25s ease;
}
.lp-case:hover { box-shadow: var(--lp-shadow-h); transform: translateY(-3px); }
.lp-case__thumb {
  position: relative; aspect-ratio: 16 / 9; width: 100%; padding: 0; border: none; cursor: pointer;
  background: linear-gradient(135deg, #1a1c1e 0%, #2b2f33 100%);
  display: flex; align-items: center; justify-content: center;
}
.lp-case__thumb img { width: 100%; height: 100%; object-fit: cover; }
.lp-case__ph { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.lp-case__thumb::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.18); transition: background .25s ease; }
.lp-case__thumb:hover::after { background: rgba(0,0,0,.05); }
.lp-case__thumb[disabled] { cursor: default; }
.lp-case__thumb[disabled] .lp-case__play { display: none; }
.lp-case__thumb[disabled]::after { display: none; }
.lp-case__play {
  z-index: 2; transition: transform .25s ease;
  /* Левый нижний угол: в центре кнопка закрывала главное в кадре (лицо Кроша) */
  position: absolute; left: 20px; bottom: 20px;
  width: 56px; height: 56px; border-radius: 50%;
  box-shadow: 0 4px 18px rgba(0,0,0,.35);
  /* Белая, а не салатовая: на пёстрых обложках салатовый терялся */
  background: #fff; color: #000;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; padding-left: 4px;
}
.lp-case__thumb:hover .lp-case__play { transform: scale(1.1); }
.lp-case__tag {
  position: absolute; left: 14px; top: 14px; z-index: 2;
  background: rgba(0,0,0,.72); color: #fff; border-radius: 100px;
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: 7px 14px;
}
.lp-case__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.lp-case__t { font-size: 18px; font-weight: 700; line-height: 1.3; margin: 0 0 10px; }
.lp-case__d { font-size: 15px; line-height: 1.6; color: var(--lp-muted); margin: 0 0 18px; flex: 1; }
.lp-case__link { font-size: 14px; font-weight: 600; color: var(--lp-text); text-decoration: none; border-bottom: 2px solid var(--lp-accent); align-self: flex-start; padding-bottom: 2px; }
.lp-case__link:hover { color: var(--lp-accent-2); }
.lp-case__note { font-size: 12px; color: #9aa0a6; margin: 10px 0 0; }

/* ---------- Экономика ---------- */
.lp-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lp-fact {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--lp-radius); padding: 28px 24px;
}
.lp-fact__k { font-size: clamp(1.4rem, 1.1rem + 1vw, 2rem); font-weight: 700; color: var(--lp-accent); margin: 0 0 10px; line-height: 1.1; }
.lp-fact__d { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.7); margin: 0; }

/* ---------- Как идёт работа ---------- */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: lp-step; }
.lp-step {
  background: #fff; border: 1px solid var(--lp-border); border-radius: var(--lp-radius);
  padding: 26px 24px; box-shadow: var(--lp-shadow); position: relative;
}
.lp-step__n {
  font-size: 13px; font-weight: 700; color: var(--lp-accent-2);
  letter-spacing: .1em; margin: 0 0 12px;
}
.lp-step__t { font-size: 17px; font-weight: 700; line-height: 1.35; margin: 0 0 8px; }
.lp-step__d { font-size: 15px; line-height: 1.6; color: var(--lp-muted); margin: 0; }
.lp-need {
  margin: 36px 0 0; padding: 28px 30px;
  background: #fff; border: 2px solid var(--lp-accent); border-radius: var(--lp-radius-lg);
}
.lp-need__t { font-size: 17px; font-weight: 700; margin: 0 0 10px; }
.lp-need__d { font-size: 15px; line-height: 1.6; color: var(--lp-muted); margin: 0; }

/* ---------- Доверие ---------- */
.lp-trust { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 36px; }
.lp-trust__i { display: flex; gap: 14px; }
.lp-trust__mark { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--lp-accent); color: #000; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; margin-top: 2px; }
.lp-trust__tx { font-size: 15px; line-height: 1.6; margin: 0; color: rgba(255,255,255,.8); }
.lp-trust__tx b { color: #fff; }

/* ---------- Первый шаг ---------- */
.lp-first { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lp-fcard {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--lp-border); border-radius: var(--lp-radius);
  padding: 28px 24px; box-shadow: var(--lp-shadow);
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.lp-fcard:hover { border-color: var(--lp-accent); transform: translateY(-3px); box-shadow: var(--lp-shadow-h); }
.lp-fcard__t { font-size: 17px; font-weight: 700; line-height: 1.3; margin: 0 0 10px; }
.lp-fcard__d { font-size: 15px; line-height: 1.6; color: var(--lp-muted); margin: 0 0 20px; flex: 1; }

/* ---------- Форма ---------- */
.lp-form-sec { background: var(--lp-dark); color: #fff; padding: var(--lp-py) 0; }
.lp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.lp-form-side__t { font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2.25rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.2; margin: 0 0 18px; }
.lp-form-side__d { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.72); margin: 0 0 28px; }
.lp-person {
  display: flex; align-items: center; gap: 24px; margin-top: 36px;
  padding: 24px; border-radius: var(--lp-radius-lg);
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
}
.lp-person img {
  width: 128px; height: 128px; border-radius: 50%; object-fit: cover; object-position: center 20%;
  flex-shrink: 0; border: 3px solid var(--lp-accent);
}
.lp-person__n { font-size: 19px; font-weight: 700; margin: 0; }
.lp-person__r { font-size: 14px; color: rgba(255,255,255,.55); margin: 4px 0 12px; }
.lp-person__v { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.85); margin: 0; }
.lp-person__v b { color: var(--lp-accent); font-weight: 600; }

.lp-form { background: #fff; border-radius: var(--lp-radius-lg); padding: 36px 34px; color: var(--lp-text); }
.lp-form__t { font-size: 20px; font-weight: 700; margin: 0 0 6px; }
.lp-form__s { font-size: 14px; color: var(--lp-muted); margin: 0 0 26px; line-height: 1.5; }
.lp-field { margin-bottom: 16px; }
.lp-field__l { display: block; font-size: 13px; font-weight: 500; color: #555; margin-bottom: 6px; }
.lp-field__l span { color: #bbb; font-weight: 400; }
.lp-input, .lp-textarea, .lp-select {
  width: 100%; padding: 14px 16px; background: #f2f2f2;
  border: 2px solid transparent; border-radius: 14px;
  font-family: var(--lp-font); font-size: 15px; color: #222;
  transition: border-color .2s ease, background .2s ease;
  -webkit-appearance: none; appearance: none;
}
.lp-input::placeholder, .lp-textarea::placeholder { color: #aaa; }
.lp-input:focus, .lp-textarea:focus, .lp-select:focus { outline: none; border-color: var(--lp-accent); background: #fafafa; }
.lp-textarea { min-height: 96px; resize: vertical; line-height: 1.5; }
.lp-select {
  cursor: pointer; padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; background-size: 12px 8px;
}
.lp-hint { font-size: 12.5px; color: #9aa0a6; margin: 6px 0 0; }
.lp-consent {
  display: flex; align-items: flex-start; gap: 10px;
  margin-top: 22px; padding-top: 18px; border-top: 1px solid #eaeaea; cursor: pointer;
}
.lp-consent input {
  flex-shrink: 0; width: 20px; height: 20px; margin-top: 1px;
  border: 2px solid var(--lp-accent); border-radius: 6px; background: #f2f2f2;
  -webkit-appearance: none; appearance: none; cursor: pointer;
}
.lp-consent input:checked {
  background: var(--lp-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9'%3E%3Cpath d='M1 4.5L4.5 8L11 1' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 12px;
}
.lp-consent__t { font-size: 12px; color: #999; line-height: 1.5; }
.lp-consent__t a { color: #777; }
.lp-hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lp-or { display: flex; align-items: center; gap: 12px; margin: 22px 0 6px; }
.lp-or::before, .lp-or::after { content: ''; flex: 1; height: 1px; background: #eaeaea; }
.lp-or span { font-size: 12px; color: #aaa; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- FAQ: по образцу блока hp-faq боевого сайта ---------- */
.lp-faq-sec { background: #fff; padding: 100px 20px; }
.lp-faq { max-width: 820px; margin: 0 auto; }
.lp-faq__title {
  font-size: clamp(22px, 3.2vw, 34px); font-weight: 700; line-height: 1.25;
  color: #1a1a1a; margin: 0 0 48px;
}
.lp-faq__i { border-bottom: 1px solid #e5e5e5; }
.lp-faq__i:first-child { border-top: 1px solid #e5e5e5; }
.lp-faq__q {
  width: 100%; background: transparent; border: none; cursor: pointer;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
  padding: 20px 0; text-align: left; transition: background-color .2s ease;
  font-family: var(--lp-font); font-size: 16px; font-weight: 600; line-height: 1.45; color: #1a1a1a;
}
.lp-faq__q:hover { background-color: #f7f7f7; padding-left: 16px; padding-right: 16px; margin-left: -16px; margin-right: -16px; width: calc(100% + 32px); }
.lp-faq__icon {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  border: 1.5px solid #e5e5e5; position: relative; margin-top: 1px;
  transition: border-color .3s ease, background-color .3s ease;
}
.lp-faq__icon::before, .lp-faq__icon::after {
  content: ''; position: absolute; left: 50%; top: 50%; background: #666; border-radius: 1px;
  transition: background-color .3s ease, transform .3s ease;
}
.lp-faq__icon::before { width: 11px; height: 1.5px; transform: translate(-50%, -50%); }
.lp-faq__icon::after  { width: 1.5px; height: 11px; transform: translate(-50%, -50%); }
.lp-faq__i.is-open .lp-faq__icon { border-color: #ade206; background: #ade206; }
.lp-faq__i.is-open .lp-faq__icon::before, .lp-faq__i.is-open .lp-faq__icon::after { background: #1a1a1a; }
.lp-faq__i.is-open .lp-faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.lp-faq__i.is-open .lp-faq__q { color: #ade206; }
.lp-faq__a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.lp-faq__i.is-open .lp-faq__a { max-height: 800px; }
.lp-faq__a p { margin: 0; padding: 0 50px 20px 0; font-size: 14px; line-height: 1.75; color: #666; }
@media (max-width: 640px) {
  .lp-faq-sec { padding: 60px 16px; }
  .lp-faq__title { font-size: 20px; line-height: 1.3; margin-bottom: 32px; }
  .lp-faq__q { padding: 16px 0; font-size: 14px; }
  .lp-faq__icon { width: 26px; height: 26px; }
  .lp-faq__a p { font-size: 13px; line-height: 1.7; padding-right: 0; }
}

/* ---------- Плашка о cookie, как на боевом ---------- */
.lp-cookie {
  position: fixed; right: 36px; bottom: 36px; z-index: 70; width: 360px; max-width: calc(100% - 32px);
  background: #fff; border-radius: 12px; box-shadow: 0 6px 30px rgba(0,0,0,.18);
  padding: 30px 28px 22px; text-align: center; font-size: 13px; line-height: 1.6; color: #333;
}
.lp-cookie[hidden] { display: none; }
.lp-cookie__ok {
  margin-top: 16px; min-width: 84px; height: 34px; border: none; border-radius: 4px;
  background: #000; color: #fff; font-family: var(--lp-font); font-weight: 700; font-size: 13px; cursor: pointer;
}

/* ---------- Попап с роликом: как .pf__modal на боевом (RuTube в iframe) ---------- */
.lp-modal {
  position: fixed; inset: 0; z-index: 9999; padding: 16px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.72); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none; transition: opacity .22s ease;
}
.lp-modal.is-open { opacity: 1; pointer-events: all; }
.lp-modal__box {
  position: relative; width: 100%; max-width: 860px; max-height: 90vh; overflow-y: auto;
  background: #fff; border-radius: var(--lp-radius); color: var(--lp-text);
  transform: translateY(18px); transition: transform .3s cubic-bezier(.25,.46,.45,.94);
}
.lp-modal.is-open .lp-modal__box { transform: translateY(0); }
.lp-modal__video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: var(--lp-radius) var(--lp-radius) 0 0; overflow: hidden; }
.lp-modal__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; display: block; }
.lp-modal__body { padding: 28px 32px 36px; }
.lp-modal__title { font-size: clamp(16px, 2vw, 24px); font-weight: 700; line-height: 1.25; margin: 0 0 14px; }
.lp-modal__desc { font-size: 15px; line-height: 1.75; color: var(--lp-muted); margin: 0; }
.lp-modal__close {
  position: absolute; top: 12px; right: 12px; z-index: 3; width: 40px; height: 40px;
  border: none; border-radius: 50%; background: rgba(0,0,0,.55); color: #fff;
  font-size: 24px; line-height: 1; cursor: pointer;
}
.lp-modal__close:hover { background: #000; }
@media (max-width: 767px) {
  .lp-modal__body { padding: 16px 14px 24px; }
  .lp-modal__title { font-size: clamp(14px, 4vw, 17px); }
  .lp-modal__desc { font-size: 14px; }
}

/* ---------- Подвал ---------- */
.lp-foot { background: var(--lp-dark-2); color: rgba(255,255,255,.6); padding: 56px 0 44px; font-size: 14px; line-height: 1.7; }
.lp-foot__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; }
.lp-foot a { color: #ade206; text-decoration: none; }
.lp-foot a:hover { color: #fff; }
.lp-foot__logo { width: 120px; height: auto; margin: 0 0 18px; }
.lp-foot__t { color: #fff; font-weight: 700; font-size: 14px; margin: 0 0 12px; letter-spacing: .04em; text-transform: uppercase; }
.lp-foot__bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12.5px; color: rgba(255,255,255,.45); }

/* ---------- Липкая кнопка на телефоне ---------- */
.lp-sticky { display: none; }

/* ---------- Адаптив ---------- */
@media (max-width: 1024px) {
  :root { --lp-py: 68px; }
  .lp-tiles, .lp-steps { grid-template-columns: repeat(2, 1fr); }
  .lp-facts { grid-template-columns: repeat(2, 1fr); }
  .lp-first { grid-template-columns: repeat(2, 1fr); }
  .lp-form-grid { grid-template-columns: 1fr; gap: 36px; }
  .lp-foot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  :root { --lp-py: 52px; }
  .lp-wrap { padding: 0 20px; }
  .lp-head__in { padding: 0 20px; }
  .lp-head__contact, .lp-head__btn--max { display: none; }
  .lp-hero { min-height: 92vh; min-height: 92dvh; }
  .lp-hero__in { padding: 84px 20px 64px; }
  .lp-hero__btns { flex-direction: column; }
  .lp-hero__btns .lp-btn { width: 100%; max-width: 380px; margin: 0 auto; }
  .lp-pains, .lp-tiles, .lp-cases, .lp-steps, .lp-first, .lp-trust, .lp-facts { grid-template-columns: 1fr; }
  .lp-form { padding: 28px 20px; }
  .lp-bridge { padding: 24px 22px; }
  .lp-person { flex-direction: column; text-align: center; padding: 22px 18px; }
  .lp-person img { width: 112px; height: 112px; }
  .lp-foot__grid { grid-template-columns: 1fr; }
  body { padding-bottom: 76px; }
  .lp-cookie { right: 16px; bottom: 92px; padding: 22px 20px 18px; }
  .lp-sticky {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 16px 14px; background: rgba(12,12,12,.94);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .lp-sticky .lp-btn { width: 100%; min-height: 54px; font-size: 15px; }
}

/* ---------- Ошибка отправки формы ---------- */
.lp-form__err {
  margin: 18px 0 0; padding: 12px 14px; border-radius: 12px;
  background: #fff0f0; color: #d63b3b; font-size: 13.5px; line-height: 1.5;
}
.lp-form__done a { color: var(--lp-text); }
