/* ---- self-hosted Manrope (assets/fonts/manrope.css) ---- */
/* Manrope — self-hosted. Сгенерировано scripts/fetch_fonts.py, не править руками.
   Google Fonts по сети запрещён: LG Munchen I, Az. 3 O 17493/20 (Art. 82 DSGVO).
   Пути относительные — файл лежит рядом с каталогом fonts/. */

/* latin-ext */
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:200 800;
  font-display:swap;
  src:url('/fonts/Manrope-latin-ext-vf.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:200 800;
  font-display:swap;
  src:url('/fonts/Manrope-latin-vf.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* ---- part 01 ---- */
/* ============================================================
   FRITZ AUTO ANKAUF — ТОЧНАЯ КОПИЯ, ЧАСТЬ 1/3
   Токены · база (reset, типографика, .container, .btn, .card,
   .eyebrow, .reveal, утилиты) · верхняя панель · шапка с меню ·
   первый экран · мобильная панель.

   ИСТОЧНИКИ ЧИСЕЛ (ничего «на глаз»):
     [CSS] — дословно из инлайн-CSS оригинала
            assets/fritz/ORIGINAL_hrpulse_20250112.html
     [изм.] — пиксельное измерение скриншотов клиента,
            docs/design/LEKALO_FRITZ.md, часть 2

   ПАЛИТРА [CSS]:
     #FD5622 акцент (theme_accent_color / --wp--preset--color--text-link)
     #F14813 hover  (--wp--preset--color--text-hover)
     #F8A227 второй акцент, «янтарь» (--...--text-link-3)
     #E52643 красный иконок преимуществ (части 2/3)
     #282525 фон страницы (theme_bg_color)
     #1F1C1C фон тёмной секции
     #1C1C1C фон карточек-плашек
     #161718 разделитель, 2px solid
     #FFFEFE белый текста (не #FFFFFF)
     #A5A6AA приглушённый текст (--...--text-light)

   ГЕРОЙ [CSS] rev_slider слой -1/-0:
     font-size 190 / 110 / 80 / 70 px по брейкпоинтам,
     line-height 180 / 110 / 80 / 70, letter-spacing -1px (0 на моб.),
     выравнивание по правому краю, цвет #FFFEFE,
     «Wir» — градиент 45° #FD5622 → #F8A227 с анимацией 5s,
     стрелка — SVG viewBox 0 0 32 78, stroke #FFFEFE, linecap round,
     ширина 32px / 21px.

   ШАПКА:
     мобильная секция padding 10px 0 [CSS]
     кнопка телефона: фон #FFFFFF, иконка+рамка #1C1C1C, радиус 6px,
       border 2px, padding 8px, иконка 14px (12px на моб.) [CSS]
     высота шапки 18,73 %W ≈ 74px @393 [изм.]
     логотип 88,6 × 30,4 px @393, отступ слева 10,8 [изм.]
     точка над «i» — круг #FD5622, ⌀ 7,5 px @393 [изм.]
     бургер 21,6 × 15,0, отступ справа 10,8 [изм.]

   Телефон-заглушка оригинала «089 000» заменён на реальный
   формат клиента из Bochum: 0234 000 000.
   ============================================================ */

/* ---------- 1. Шрифт ---------- */
/* Manrope 200..800 — как в оригинале [CSS].
   Подключается НЕ отсюда: @font-face с локальным WOFF2 вставляет сборщик
   в начало общего <style> из assets/fonts/manrope.css (scripts/fetch_fonts.py).
   Google Fonts по сети запрещён: LG Munchen I, Az. 3 O 17493/20. */

/* ---------- 2. Токены ---------- */
:root{
  /* цвет */
  --accent:#FD5622;
  --accent-hover:#F14813;
  --amber:#F8A227;
  --red-icon:#E52643;

  --bg:#282525;            /* фон страницы */
  --bg-section:#1F1C1C;    /* фон тёмной секции */
  --bg-card:#1C1C1C;       /* плашки-карточки */
  --bg-field:#1E1D1B;      /* поле ввода */
  --line:#161718;          /* разделитель */

  --text:#FFFEFE;
  --text-muted:#A5A6AA;
  --text-placeholder:#A8A6A7;
  --on-accent:#FFFEFE;

  /* геометрия */
  --container:1290px;
  --pad-x:clamp(20px,5vw,40px);   /* 5% на мобильном [CSS] padding:0% 5% */
  --radius:10px;                   /* border-radius темы [CSS] */
  --radius-sm:6px;                 /* кнопка телефона [CSS] */
  --radius-card:11px;              /* карточка формы, 2,81 %W [изм.] */
  --radius-field:9px;              /* поле ввода, 2,36 %W [изм.] */

  --hd-h:74px;                     /* 18,73 %W @393 [изм.] */
  --hd-h-lg:96px;
  --topbar-h:44px;
  --mobilebar-h:64px;

  /* шрифт */
  --font:"Manrope","Segoe UI",system-ui,-apple-system,sans-serif;

  /* ритм секций */
  --sec-y:clamp(56px,11vw,120px);

  /* движение */
  --ease:cubic-bezier(.22,.61,.36,1);
  --ease-soft:cubic-bezier(.2,.6,.2,1);
}

/* ---------- 3. Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body,h1,h2,h3,h4,h5,p,figure,ul,ol,dl,dd,fieldset,blockquote{margin:0}
ul[class],ol[class]{list-style:none;padding:0}
img,svg,video,canvas{display:block;max-width:100%}
button,input,select,textarea{font:inherit;color:inherit}
button{background:none;border:0;cursor:pointer}
a{color:inherit;text-decoration:none}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}

body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--font);
  font-weight:400;
  font-size:16px;
  line-height:1.56;                /* 25,0 / 16 — шаг тела 6,35 %W [изм.] */
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.is-locked{overflow:hidden}

/* ---------- 4. Типографика (общая для частей 1–3) ---------- */
h1,h2,h3,h4{font-weight:800;line-height:1.14;letter-spacing:-.01em;color:var(--text)}
h2{font-size:clamp(28px,8.9vw,44px)}   /* 35px @393 [CSS] b3c1f4d */
h3{font-size:clamp(19px,4.6vw,24px)}
h4{font-size:clamp(17px,4.2vw,20px)}
p{color:var(--text-muted)}
b,strong{font-weight:700;color:var(--text)}
u{text-decoration:underline;text-underline-offset:3px}

.u-accent{color:var(--accent)}
.u-white{color:var(--text)}
.u-muted{color:var(--text-muted)}
.u-center{text-align:center}
.u-nowrap{white-space:nowrap}
.u-hide{display:none !important}
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}

.eyebrow{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--accent);
  margin-bottom:14px;
}

.divider{border:0;border-top:2px solid var(--line);margin:0}

/* ---------- 5. Контейнер ---------- */
.container{
  width:100%;
  max-width:var(--container);
  margin-inline:auto;
  padding-inline:var(--pad-x);
}

/* ---------- 6. Кнопки ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 26px;
  border-radius:var(--radius-sm);
  font-size:16px;
  font-weight:700;
  line-height:1;
  letter-spacing:.01em;
  text-align:center;
  cursor:pointer;
  transition:background-color .25s var(--ease),color .25s var(--ease),
             border-color .25s var(--ease),transform .25s var(--ease);
}
.btn:active{transform:translateY(1px)}
.btn svg{width:18px;height:18px;flex:none}

.btn--primary{
  background:var(--accent);
  color:var(--on-accent);
  border:2px solid var(--accent);
}
.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}

.btn--ghost{
  background:transparent;
  color:var(--text);
  border:2px solid rgba(255,254,254,.28);
}
.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}

.btn--block{display:flex;width:100%}
.btn--sm{min-height:44px;padding:0 18px;font-size:15px}

/* ---------- 7. Карточка ---------- */
.card{
  background:var(--bg-card);
  border-radius:var(--radius);
  padding:clamp(20px,4.7vw,32px);
}

/* ---------- 8. Reveal ---------- */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s var(--ease-soft),transform .7s var(--ease-soft);
  will-change:opacity,transform;
}
.reveal.is-in{opacity:1;transform:none}
.reveal[data-delay="1"]{transition-delay:.09s}
.reveal[data-delay="2"]{transition-delay:.18s}
.reveal[data-delay="3"]{transition-delay:.27s}
.reveal[data-delay="4"]{transition-delay:.36s}

/* ---------- 9. Вордмарк «Fritz» ---------- */
/* Точка над «i» заменена оранжевым кругом [изм. §3.2] */
.wordmark{
  display:inline-flex;
  align-items:baseline;
  font-weight:800;
  font-size:42px;                /* Wortmarke 22,5 %W @393 gemessen; 30px ergaben nur 15,6 %W */
  line-height:1;
  letter-spacing:-.035em;
  color:var(--text);
  position:relative;
}
.wordmark__i{position:relative;display:inline-block}
.wordmark__dot{
  position:absolute;
  left:50%;
  top:-.28em;
  width:.25em;                   /* ⌀ 7,5 px при 30px — 1,90 %W [изм.] */
  height:.25em;
  transform:translateX(-42%);
  border-radius:50%;
  background:var(--accent);
}

/* ---------- 10. Верхняя панель ---------- */
.topbar{
  display:none;
  background:var(--bg-section);
  border-bottom:2px solid var(--line);
  font-size:14px;
}
.topbar__inner{
  min-height:var(--topbar-h);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.topbar__claim{color:var(--text-muted)}
.topbar__right{display:flex;align-items:center;gap:22px}
.topbar__link{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--text);font-weight:700;
  transition:color .25s var(--ease);
}
.topbar__link:hover{color:var(--accent)}
.topbar__link svg{width:15px;height:15px;fill:var(--accent)}

/* ---------- 11. Шапка ---------- */
.hd{
  position:sticky;
  top:0;
  z-index:60;
  background:#121212;            /* полоса ведёт себя как сплошная [изм. §2.8] */
  transition:background-color .3s var(--ease),box-shadow .3s var(--ease);
}
.hd.is-stuck{box-shadow:0 10px 30px rgba(0,0,0,.45)}

.hd__inner{
  min-height:var(--hd-h);
  padding-block:10px;            /* [CSS] e88fe27 padding:10px 0 */
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
/* левый отступ логотипа = правому отступу бургера, 2,75 %W [изм.] */
.hd .container{padding-inline:clamp(11px,2.75vw,40px)}

.hd__logo{display:inline-flex;align-items:center}

.hd__right{display:flex;align-items:center;gap:18px}
.hd__cta{display:none}          /* появляется вместе с десктопным меню */

/* кнопка телефона [CSS] 981202d */
.hd__phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:27px;                    /* 6,77 %W @393 [изм.] */
  height:27px;
  padding:6px;
  background:#FFFFFF;
  border:2px solid var(--bg-card);
  border-radius:var(--radius-sm);
  transition:background-color .25s var(--ease),border-color .25s var(--ease);
}
.hd__phone svg{width:12px;height:12px;fill:var(--bg-card)}
.hd__phone:hover{background:var(--accent);border-color:var(--accent)}
.hd__phone:hover svg{fill:#FFFFFF}

/* бургер 21,6 × 15,0 [изм.] */
.burger{
  width:22px;
  height:15px;
  position:relative;
  flex:none;
}
.burger span{
  position:absolute;
  left:0;
  width:100%;
  height:2px;
  background:var(--text);
  border-radius:2px;
  transition:transform .3s var(--ease),opacity .2s linear,top .3s var(--ease);
}
.burger span:nth-child(1){top:0}
.burger span:nth-child(2){top:6.5px}
.burger span:nth-child(3){top:13px}
.burger[aria-expanded="true"] span:nth-child(1){top:6.5px;transform:rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){top:6.5px;transform:rotate(-45deg)}

/* десктопное меню */
.nav{display:none}
.nav__list{display:flex;align-items:center;gap:clamp(18px,2vw,30px)}
.nav__item{position:relative}
.nav__link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:10px 0;
  font-size:16px;
  font-weight:700;
  color:var(--text);
  position:relative;
  transition:color .25s var(--ease);
}
.nav__link::after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:4px;
  height:2px;
  background:var(--accent);
  transition:right .3s var(--ease);
}
.nav__link:hover{color:var(--accent)}
.nav__link:hover::after{right:0}
.nav__item--has > .nav__link > .nav__caret{
  width:9px;height:9px;fill:currentColor;transition:transform .25s var(--ease);
}
.nav__item--has:hover > .nav__link > .nav__caret{transform:rotate(180deg)}

.nav__sub{
  position:absolute;
  top:100%;
  left:-18px;
  min-width:250px;
  padding:10px 0;
  background:var(--bg-card);
  border:2px solid var(--line);
  border-radius:var(--radius);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s;
}
.nav__item--has:hover .nav__sub,
.nav__item--has:focus-within .nav__sub{opacity:1;visibility:visible;transform:none}
.nav__sub a{
  display:block;
  padding:9px 18px;
  font-size:15px;
  color:var(--text-muted);
  transition:color .2s var(--ease),background-color .2s var(--ease);
}
.nav__sub a:hover{color:var(--text);background:rgba(253,86,34,.12)}

/* ---------- 12. Выдвижное меню (мобильное) ---------- */
.mnav{
  position:fixed;
  inset:0;
  z-index:90;
  background:var(--bg-section);
  padding:0 var(--pad-x) 40px;
  overflow-y:auto;
  overscroll-behavior:contain;
  opacity:0;
  visibility:hidden;
  transform:translateY(-12px);
  transition:opacity .32s var(--ease),transform .32s var(--ease),visibility .32s;
}
.mnav.is-open{opacity:1;visibility:visible;transform:none}
.mnav__head{
  min-height:var(--hd-h);
  padding-block:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.mnav__close{
  width:34px;height:34px;
  display:inline-flex;align-items:center;justify-content:center;
  border:2px solid var(--line);
  border-radius:var(--radius-sm);
}
.mnav__close svg{width:14px;height:14px;stroke:var(--text);stroke-width:2;stroke-linecap:round}
.mnav__list{margin-top:14px;border-top:2px solid var(--line)}
.mnav__item{border-bottom:2px solid var(--line)}
.mnav__row{display:flex;align-items:center;justify-content:space-between}
.mnav__link{
  flex:1;
  display:block;
  padding:16px 0;
  font-size:19px;
  font-weight:700;
  color:var(--text);
}
.mnav__toggle{
  width:44px;height:44px;
  display:inline-flex;align-items:center;justify-content:center;
  color:var(--accent);
}
.mnav__toggle svg{width:12px;height:12px;fill:currentColor;transition:transform .28s var(--ease)}
.mnav__toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.mnav__sub{
  overflow:hidden;
  max-height:0;
  transition:max-height .32s var(--ease);
}
.mnav__sub ul{padding:0 0 12px}
.mnav__sub a{
  display:block;
  padding:9px 0 9px 16px;
  font-size:16px;
  color:var(--text-muted);
  border-left:2px solid var(--line);
}
.mnav__sub a:hover{color:var(--accent);border-left-color:var(--accent)}
.mnav__cta{margin-top:26px;display:grid;gap:12px}
.mnav__contact{
  margin-top:24px;
  font-size:15px;
  color:var(--text-muted);
}
.mnav__contact a{color:var(--text);font-weight:700}

/* ---------- 13. Первый экран ---------- */
.hero{
  position:relative;
  min-height:calc(100svh - var(--hd-h));
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#0B0B0B;
  isolation:isolate;
}
@supports not (height:100svh){
  .hero{min-height:calc(100vh - var(--hd-h))}
}

/* Hero-Foto liegt zuunterst, die Verdunklung darüber */
.hero__media{position:absolute;inset:0;z-index:-4}
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:38% 62%}
@media (min-width:900px){
  .hero__media img{object-position:60% 58%}
}

/* Verdunklung über dem Foto: rechts unten muss die Schlagzeile lesbar bleiben.
   Früher war das eine deckende Fläche — sie hat das Foto komplett verdeckt. */
.hero__bg{
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(200deg,rgba(7,7,8,.20) 0%,rgba(7,7,8,.42) 46%,rgba(7,7,8,.86) 100%),
    radial-gradient(120% 90% at 78% 92%,rgba(7,7,8,.78) 0%,rgba(7,7,8,.30) 52%,transparent 100%);
}
/* силуэт автомобиля — смещён влево, как в оригинале */
.hero__car{
  position:absolute;
  z-index:-2;
  left:-78%;
  bottom:-2%;
  width:min(240%,1500px);
  max-width:none;          /* перебивает img,svg{max-width:100%} из reset */
  height:auto;
  filter:drop-shadow(0 40px 60px rgba(0,0,0,.75));
  pointer-events:none;
}
/* виньетка */
.hero__vignette{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(96% 74% at 42% 52%,transparent 0%,rgba(6,6,7,.26) 62%,rgba(4,4,5,.72) 100%),
    linear-gradient(180deg,rgba(0,0,0,.40) 0%,transparent 24%,transparent 56%,rgba(0,0,0,.60) 100%);
}

.hero__inner{
  position:relative;
  width:100%;
  padding-block:clamp(40px,9vw,90px) clamp(30px,7vw,60px);
  display:flex;
  flex-direction:column;
  align-items:flex-end;      /* заголовок по правому краю [CSS] a:right */
}
/* правый отступ заголовка 3,4 %W [изм.] */
.hero .container{padding-inline:clamp(14px,3.4vw,70px)}

.hero__pretitle{
  display:none;              /* [CSS] data-vbility="t,t,f,f" — скрыт на моб. */
  max-width:318px;           /* [CSS] data-dim w:318px */
  margin-right:auto;
  font-size:19px;            /* [CSS] s:19 */
  line-height:32px;          /* [CSS] l:32 */
  color:var(--text);
}

.hero__title{
  width:100%;
  text-align:right;
  font-weight:400;                       /* [CSS] data-text w:normal */
  /* [CSS] 190/110/80/70 px по брейкпоинтам; 18vh страхует низкие экраны,
     иначе три строки по 190px не помещаются в первый экран */
  font-size:min(clamp(52px,14.5vw,190px),18vh);
  line-height:1.05;                      /* шаг 15,66 %W [изм.]; [CSS] l≈s */
  letter-spacing:0;
  color:var(--text);
  margin:0;
}
@media (min-width:768px){
  .hero__title{letter-spacing:-1px}      /* [CSS] ls:-1px на ≥ tablet */
}
.hero__title span{display:block}

/* «Wir» — градиент 45° #FD5622 → #F8A227 с анимацией [CSS] .sldr-gradient_animation */
.hero__title .grad{
  /* Verlauf muss über dem WORT liegen, nicht über der ganzen Zeile:
     sonst landet «Wir» im bernsteinfarbenen Ende (gemessen #F99726 statt #FD5622). */
  width:fit-content;
  margin-left:auto;
  color:var(--accent);
  background:linear-gradient(45deg,var(--accent),var(--amber));
  background-size:200% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:gradient_anim 5s ease infinite reverse;
}
@keyframes gradient_anim{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* стрелка вниз [CSS] viewBox 0 0 32 78, w:32px/21px */
.hero__arrow{
  margin-top:clamp(20px,4vw,32px);
  width:21px;
  height:auto;
  display:block;
  animation:hero_arrow 6s var(--ease-soft) infinite;
}
.hero__arrow svg{width:100%;height:auto}
.hero__arrow path{stroke:var(--text);stroke-linecap:round}
@keyframes hero_arrow{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

/* ---------- 14. Мобильная панель ---------- */
.mobilebar{
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:70;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px;
  align-items:center;
  padding:9px var(--pad-x) calc(9px + env(safe-area-inset-bottom));
  background:rgba(28,28,28,.96);
  border-top:2px solid var(--line);
  backdrop-filter:blur(10px);
  transform:translateY(105%);
  transition:transform .34s var(--ease);
}
.mobilebar.is-in{transform:none}
.mobilebar__call{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 16px;
  border:2px solid rgba(255,254,254,.24);
  border-radius:var(--radius-sm);
  font-weight:700;
  font-size:15px;
  color:var(--text);
}
.mobilebar__call svg{width:15px;height:15px;fill:var(--accent)}
.mobilebar .btn{min-height:46px;font-size:15px}

/* ---------- 15. Брейкпоинты ---------- */
@media (min-width:768px){
  .hero__pretitle{display:block}
  .hero__inner{padding-block:clamp(60px,9vw,120px) clamp(40px,7vw,70px)}
  .hero__arrow{width:32px}
  .hero__car{left:-12%;width:min(86%,1340px);bottom:-8%}
  .wordmark{font-size:34px}
  .hd__phone{width:34px;height:34px;padding:8px}
  .hd__phone svg{width:14px;height:14px}
}

@media (min-width:1025px){
  .topbar{display:block}
  .nav{display:block}
  .mobilebar{display:none}
  .hd__inner{min-height:var(--hd-h-lg);padding-block:16px}
  .hd .container{padding-inline:clamp(24px,3vw,70px)}
  .hd__burger{display:none}
  .hd__phone{display:none}
  .hd__cta{display:inline-flex}
  .hero{min-height:calc(100svh - var(--hd-h-lg) - var(--topbar-h))}
  /* надзаголовок стоит слева по нижней линии — как колонка 25 % в оригинале */
  .hero__pretitle{
    position:absolute;
    left:clamp(24px,3.4vw,70px);
    bottom:clamp(40px,7vw,70px);
    width:25%;
    margin:0;
  }
  .hero__inner{padding-block:clamp(34px,4vw,54px) clamp(30px,4vw,52px)}
  .wordmark{font-size:40px}
}

/* ---------- 16. Доступность движения ---------- */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
  }
  .reveal{opacity:1;transform:none}
  .mobilebar{transform:none}
}

/* Sprungmarken: die Kopfzeile ist sticky und 74 px hoch — ohne diesen Abstand
   verschwindet die Überschrift des Zielabschnitts darunter. Gemessen im Browser. */
section[id], footer[id]{ scroll-margin-top: calc(var(--hd-h, 74px) + 12px); }

/* Zum-Anfang-Knopf — im Original ein oranger Kreis unten rechts (2.jpeg) */
.totop{
  position:fixed;
  right:16px;
  bottom:calc(16px + env(safe-area-inset-bottom));
  z-index:70;
  display:grid;
  place-items:center;
  width:40px;                    /* 10,0 %W @393 [изм.] */
  height:40px;
  border-radius:50%;
  background:var(--accent);
  color:#FFFEFE;
  border:0;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s;
}
.totop.is-on{opacity:1;visibility:visible;transform:none}
.totop:hover{background:var(--accent-hover)}
.totop svg{width:16px;height:16px;stroke:#FFFEFE;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:900px){
  /* über der festen Aktionsleiste, damit sie sich nicht überlagern */
  .totop{bottom:calc(78px + env(safe-area-inset-bottom))}
}
@media (prefers-reduced-motion:reduce){
  .totop{transition:none}
}

/* ---- part 02 ---- */
/* ============================================================
   FRITZ AUTO ANKAUF — ЧАСТЬ 2 из 3
   Средние секции: about- / usp- / steps- / buy-
   Токены и базовые классы (container, btn, card, eyebrow,
   reveal) приходят из ЧАСТИ 1 — здесь НЕ переопределяются.
   Все обращения к токенам идут с запасным значением.
   ============================================================ */

/* ---- локальные величины части 2 ---------------------------- */
.about-section,
.usp-section,
.steps-section,
.buy-section {
  --p2-bg-section: var(--bg-section, #1F1C1C);
  --p2-bg-card: var(--bg-card, #1C1C1C);
  --p2-divider: var(--divider, #161718);
  --p2-accent: var(--accent, #FD5622);
  --p2-accent-hover: var(--accent-hover, #F14813);
  --p2-amber: var(--accent-2, #F8A227);
  --p2-red: var(--icon-red, #E52643);
  --p2-white: var(--text-white, #FFFEFE);
  --p2-muted: var(--text-muted, #A5A6AA);
  --p2-font: var(--font-base, "Manrope", "Helvetica Neue", Arial, sans-serif);
}

/* ============================================================
   1. СЕКЦИЯ «Dein Autoverkauf ganz ohne Stress»
   Два фото встык + заголовок в две строки + два абзаца
   ============================================================ */

.about-section {
  background: var(--p2-bg-section);
  color: var(--p2-white);
  font-family: var(--p2-font);
  padding: 0 0 64px;
  overflow: hidden;
}

/* фотоблок: два кадра подряд, без промежутка, 97,9 %W */
.about-photos {
  width: 97.9%;
  max-width: 980px;
  margin: 0 auto 34px;
  display: flex;
  flex-direction: column;
  gap: 0;                 /* встык — по лекалу зазора нет */
  border-radius: 4px;
  overflow: hidden;
}

.about-photo {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  overflow: hidden;
}

/* верхний кадр — макро колеса, нижний — люди у автомобиля */
.about-photo--wheel { aspect-ratio: 16 / 7; }
.about-photo--deal  { aspect-ratio: 16 / 11; }

/* градиентная плашка-заглушка вместо фотографии */
.about-photo__slot,
.buy-card__slot {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-photo--wheel .about-photo__slot {
  background:
    radial-gradient(120% 140% at 78% 22%, #3A3736 0%, #211F1E 55%, #171514 100%);
}

.about-photo--deal .about-photo__slot {
  background:
    radial-gradient(110% 130% at 25% 20%, #45413F 0%, #262322 58%, #1A1817 100%);
}

.about-photo__art {
  width: 46%;
  max-width: 220px;
  height: auto;
  opacity: 0.5;
  color: var(--p2-muted);
}

.about-photo__note {
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(165, 166, 170, 0.55);
}

.about-body {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.about-title {
  margin: 0 0 14px;
  font-weight: 800;
  font-size: clamp(28px, 8.1vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.015em;
  color: var(--p2-white);
}

.about-title__line { display: block; }

.about-text {
  margin: 0 0 25px;
  font-weight: 400;
  font-size: clamp(15px, 4.1vw, 17px);
  line-height: 1.56;
  color: var(--p2-muted);
}

.about-text:last-child { margin-bottom: 0; }

.about-text strong {
  font-weight: 700;
  color: var(--p2-white);
}

@media (min-width: 900px) {
  .about-section { padding-bottom: 96px; }
  .about-photos {
    flex-direction: row;
    max-width: 1180px;
    margin-bottom: 48px;
  }
  .about-photo--wheel { flex: 1 1 42%; aspect-ratio: auto; min-height: 380px; }
  .about-photo--deal  { flex: 1 1 58%; aspect-ratio: auto; min-height: 380px; }
  .about-body { max-width: 860px; }
}

/* ============================================================
   2. ЧЕТЫРЕ ПРЕИМУЩЕСТВА
   Иконка #E52643 → заголовок → одна строка пояснения
   ============================================================ */

.usp-section {
  background: var(--p2-bg-section);
  color: var(--p2-white);
  font-family: var(--p2-font);
  padding: 8px 0 40px;
}

.usp-list {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 46px;             /* шаг иконка → иконка ≈ 32,6 %W */
}

.usp-item { text-align: center; }

.usp-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 0 16px;
  color: var(--p2-red);
}

.usp-item__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: var(--p2-red);
}

.usp-item__title {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: clamp(16px, 4.4vw, 19px);
  line-height: 1.25;
  color: var(--p2-white);
}

.usp-item__text {
  margin: 0;
  font-weight: 400;
  font-size: clamp(15px, 4.1vw, 16px);
  line-height: 1.45;
  color: var(--p2-muted);
}

@media (min-width: 900px) {
  .usp-section { padding: 24px 0 88px; }
  .usp-list {
    max-width: 1180px;
    flex-direction: row;
    gap: 40px;
  }
  .usp-item { flex: 1 1 0; }
}

/* ============================================================
   3. «Auto verkaufen in drei einfachen Schritten:»
   Часть заголовка — оранжевая
   ============================================================ */

.steps-section {
  background: var(--p2-bg-section);
  color: var(--p2-white);
  font-family: var(--p2-font);
  padding: 72px 0 64px;
}

.steps-inner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.steps-title {
  margin: 0 0 16px;
  font-weight: 800;
  font-size: clamp(26px, 7.4vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--p2-white);
  text-align: left;
  hyphens: auto;          /* перенос со скобкой, как в оригинале */
  -webkit-hyphens: auto;
}

.steps-title__accent { color: var(--p2-accent); }

.steps-extra {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: clamp(15px, 4.1vw, 17px);
  line-height: 1.5;
  color: var(--p2-muted);
}

.steps-extra strong {
  font-weight: 700;
  color: var(--p2-white);
}

.steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 0 34px;
}

/* вертикальная нить между шагами */
.steps-item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 44px;
  bottom: 6px;
  width: 2px;
  background: var(--p2-divider);
}

.steps-item:last-child { padding-bottom: 0; }
.steps-item:last-child::before { display: none; }

.steps-item__mark {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--p2-bg-card);
  border: 2px solid var(--p2-bg-card);
  color: var(--p2-white);
  position: relative;
  z-index: 1;
}

.steps-item__mark svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.steps-item__body { padding-top: 3px; }

.steps-item__title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: clamp(18px, 5.2vw, 22px);
  line-height: 1.2;
  color: var(--p2-white);
}

.steps-item__title::before {
  counter-increment: steps;
  content: "0" counter(steps);
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--p2-accent);
}

.steps-item__text {
  margin: 0;
  font-weight: 400;
  font-size: clamp(15px, 4.1vw, 16px);
  line-height: 1.55;
  color: var(--p2-muted);
}

.steps-item__phone {
  color: var(--p2-white);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(253, 86, 34, 0.6);
}

.steps-item__phone:hover,
.steps-item__phone:focus-visible {
  color: var(--p2-accent-hover);
  border-bottom-color: var(--p2-accent-hover);
}

@media (min-width: 900px) {
  .steps-section { padding: 110px 0 96px; }
  .steps-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: start;
  }
  .steps-extra { margin-bottom: 0; }
  .steps-title { font-size: clamp(34px, 3.2vw, 46px); }
}

/* ============================================================
   4. «Was wir kaufen» — Unfallwagen / Gebrauchtwagen /
      Lackschaden und Kratzer
   ============================================================ */

.buy-section {
  background: var(--p2-bg-section);
  color: var(--p2-white);
  font-family: var(--p2-font);
  padding: 0 0 76px;
}

.buy-inner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.buy-head { margin: 0 0 30px; }

.buy-title {
  margin: 0 0 12px;
  font-weight: 800;
  font-size: clamp(26px, 7.4vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--p2-white);
}

.buy-title__accent { color: var(--p2-accent); }

.buy-lead {
  margin: 0;
  font-size: clamp(15px, 4.1vw, 17px);
  line-height: 1.55;
  color: var(--p2-muted);
}

.buy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.buy-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--p2-bg-card);
  border: 1px solid var(--p2-divider);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.buy-card:hover,
.buy-card:focus-visible {
  border-color: var(--p2-accent);
  transform: translateY(-2px);
}

.buy-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.buy-card:nth-child(1) .buy-card__slot {
  background: linear-gradient(158deg, #3B2A24 0%, #241D1B 62%, #1A1615 100%);
}
.buy-card:nth-child(2) .buy-card__slot {
  background: linear-gradient(158deg, #2C3130 0%, #221F1E 62%, #191717 100%);
}
.buy-card:nth-child(3) .buy-card__slot {
  background: linear-gradient(158deg, #3A3226 0%, #26211C 62%, #1A1715 100%);
}

.buy-card__art {
  width: 52%;
  max-width: 180px;
  height: auto;
  opacity: 0.55;
  color: var(--p2-muted);
}

.buy-card__note {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(165, 166, 170, 0.5);
}

.buy-card__body { padding: 20px 20px 22px; }

.buy-card__title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: clamp(18px, 5vw, 21px);
  line-height: 1.2;
  color: var(--p2-white);
}

.buy-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--p2-muted);
}

.buy-card__more {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--p2-accent);
}

.buy-card:hover .buy-card__more { color: var(--p2-accent-hover); }

.buy-card__more svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.buy-card:hover .buy-card__more svg { transform: translateX(3px); }

@media (min-width: 760px) {
  .buy-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .buy-head { margin-bottom: 40px; }
}

/* ============================================================
   Появление при прокрутке — только для секций части 2.
   Базовый .reveal задаёт ЧАСТЬ 1; здесь лишь запасной
   вариант на случай, если он ещё не подключён.
   ============================================================ */

.p2-anim .about-body,
.p2-anim .about-photos,
.p2-anim .usp-item,
.p2-anim .steps-title,
.p2-anim .steps-extra,
.p2-anim .steps-item,
.p2-anim .buy-head,
.p2-anim .buy-card {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.p2-anim .is-p2-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .p2-anim .about-body,
  .p2-anim .about-photos,
  .p2-anim .usp-item,
  .p2-anim .steps-title,
  .p2-anim .steps-extra,
  .p2-anim .steps-item,
  .p2-anim .buy-head,
  .p2-anim .buy-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .buy-card,
  .buy-card__more svg { transition: none; }
}

/* Echte Fotos in den Karten und im Foto-Block: absolut im Medien-Rahmen,
   damit das Seitenverhältnis 16:9 bzw. das der Fotoleiste erhalten bleibt. */
.buy-card__media picture,
.about-photo picture{position:absolute;inset:0;display:block}
.buy-card__media img,
.about-photo img{width:100%;height:100%;object-fit:cover;display:block}
.buy-card__media img{filter:grayscale(.28) contrast(1.03)}
.buy-card:hover .buy-card__media img{filter:none;transition:filter .3s ease}
@media (prefers-reduced-motion:reduce){
  .buy-card:hover .buy-card__media img{transition:none}
}

/* ---- part 03 ---- */
/* ============================================================
   FRITZ AUTOANKAUF — ЧАСТЬ 3/3
   Секция «Partner» · форма в оранжевой карточке · Standorte ·
   FAQs · подвал.

   Токены задаёт ЧАСТЬ 1. Здесь они только читаются, всегда
   с запасным значением: var(--accent,#FD5622). Ничего из
   Части 1 не переопределяется.

   Источники чисел:
     [CSS]  — дословно из ORIGINAL_hrpulse_20250112.html
     [изм.] — пиксельные измерения LEKALO_FRITZ.md, ЧАСТЬ 2.7
     [лог.] — достроено по логике: лекало помечает «не проверено»
              (высота карточки формы ниже поля «Name», кнопка
              отправки — во всех кадрах перекрыты плёнкой галереи)

   Пересчёт %W → px сделан под мобильный вьюпорт 393 px, как
   в лекале. На широких экранах те же пропорции удерживает
   clamp(), поэтому мобильное измерение остаётся нижней точкой.
   ============================================================ */

/* ---------- 0. Локальные величины части 3 ---------- */
.partner-sec,
.form-sec,
.loc-sec,
.faq-sec,
.ft{
  /* карточка формы: 90,10 %W ширина, 5,02 %W поля — [изм.] */
  --f-card-pad: clamp(18px, 4.73vw, 34px);   /* 4,73 %W = 18,6 px [изм.] */
  --f-card-radius: var(--radius-card, 11px); /* 2,81 %W = 11,0 px [изм.], согласуется с border-radius:10px [CSS] */
  --f-field-radius: var(--radius-field, 9px);/* 2,36 %W = 9,3 px  [изм.] */
  --f-field-h: clamp(48px, 12.11vw, 58px);   /* 12,11 %W = 47,6 px [изм.] */
  --f-gap: clamp(12px, 3.2vw, 18px);         /* [лог.] шаг между полями */
  --p3-pad-x: var(--pad-x, clamp(20px, 5vw, 40px));  /* padding:0% 5% [CSS] = 4,9–5,0 %W [изм.] */
  --p3-max: var(--container, 1290px);
  --p3-line: 1.45;
}

/* ---------- 1. Секция «Fritz — dein Partner» ---------- */
.partner-sec{
  background: var(--bg, #282525);
  color: var(--text, #FFFEFE);
  padding: clamp(48px, 12vw, 110px) var(--p3-pad-x) clamp(24px, 6vw, 48px);
}
.partner-inner{
  max-width: var(--p3-max);
  margin-inline: auto;
  text-align: left;                 /* §3.2: секция выровнена по левому краю */
}
.partner-title{
  font-family: var(--font, "Manrope", "Segoe UI", sans-serif);
  font-weight: 800;
  /* межстрочный шаг 8,12 %W = 31,9 px @393 [изм.] → кегль ≈ 28 px */
  font-size: clamp(28px, 7.2vw, 52px);
  line-height: 1.14;
  letter-spacing: -0.015em;
  color: var(--text, #FFFEFE);
  margin: 0 0 clamp(14px, 3.6vw, 24px);
  max-width: 18ch;
}
.partner-accent{ color: var(--accent, #FD5622) }  /* §3.3: оранжевым красится ЧАСТЬ заголовка */

.partner-lead{
  font-weight: 700;
  color: var(--text, #FFFEFE);
  /* шаг строк лида 5,19 %W = 20,4 px [изм.] → кегль ≈ 18 px */
  font-size: clamp(17px, 4.6vw, 22px);
  line-height: 1.28;
  margin: 0 0 clamp(16px, 4.2vw, 26px);
  max-width: 30ch;
}
.partner-text{
  color: var(--text-muted, #A5A6AA);
  /* шаг строк тела 6,35 %W = 25,0 px [изм.]; в исходнике кегль 17 px [CSS] */
  font-size: clamp(16px, 4.3vw, 18px);
  line-height: 1.5;
  margin: 0;
  max-width: 62ch;
}
.partner-em{                       /* три выделения полужирным белым — §3.2 */
  font-weight: 700;
  color: var(--text, #FFFEFE);
}
.partner-underline{                /* одно подчёркивание — §3.2 */
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.partner-figure{
  /* отступ текст → изображение ≈ 23,3 %W [изм.] */
  margin: clamp(56px, 23.3vw, 150px) 0 0;
  padding: 0;
}
.partner-figure svg{
  width: min(100%, 720px);
  height: auto;
  margin-inline: auto;
  /* §3.2 и чек-лист 58: рендер на прозрачном фоне, без подложки и тени */
  background: none;
  filter: none;
}

/* ---------- 2. Форма в оранжевой карточке ---------- */
.form-sec{
  background: var(--bg, #282525);
  /* чек-лист 62: между изображением и карточкой видимый отступ */
  padding: clamp(28px, 8vw, 64px) var(--p3-pad-x) clamp(56px, 14vw, 110px);
}
.form-card{
  position: relative;
  max-width: 760px;
  margin-inline: auto;
  border-radius: var(--f-card-radius);
  padding: var(--f-card-pad);
  /* заливка — дословно из инлайн-CSS оригинала [CSS] */
  background: linear-gradient(169deg, #FD5622 45%, #F8A227 100%);
  overflow: hidden;
  isolation: isolate;
}
/* Текстурный оверлей rentic-section-back-3.png, opacity .6 [CSS].
   Файл текстуры в архив не попал — воспроизводим равнозначным
   процедурным зерном той же роли: смягчает переход к янтарю. */
.form-card::before{
  content:"";
  position:absolute; inset:0;
  z-index:-1;
  opacity:.6;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.16), transparent 42%),
    radial-gradient(circle at 88% 82%, rgba(0,0,0,.14), transparent 46%);
  pointer-events:none;
}
.form-head{
  margin: 0 0 clamp(14px, 3.6vw, 22px);
  color: #FFFEFE;
  font-weight: 800;
  font-size: clamp(20px, 5.2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.form-sub{
  margin: 0 0 clamp(18px, 4.6vw, 26px);
  color: rgba(255,254,254,.88);
  font-size: clamp(14px, 3.8vw, 16px);
  line-height: 1.45;
  max-width: 46ch;
}

.form-grid{
  display: grid;
  gap: var(--f-gap);
  grid-template-columns: 1fr;
}
@media (min-width: 720px){
  .form-grid{ grid-template-columns: 1fr 1fr }   /* columns_wrap / column-1_2 [CSS] */
  .form-field--wide{ grid-column: 1 / -1 }
}
.form-field{ min-width: 0 }

/* label есть у каждого поля по-настоящему; визуально скрыт,
   потому что в оригинале роль подписи играет плейсхолдер с иконкой */
.form-label{
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.form-wrap{ position: relative; display: block }
.form-icon{
  position: absolute;
  left: clamp(14px, 3.6vw, 18px);
  top: calc(var(--f-field-h) / 2);
  transform: translateY(-50%);
  width: 20px; height: 20px;
  color: #FFFEFE;                 /* §3.2: тонкая белая контурная иконка */
  opacity: .9;
  pointer-events: none;
}
.form-field--wide .form-icon{ top: clamp(24px, 6vw, 30px); transform: none }

.form-input,
.form-textarea{
  width: 100%;                    /* 80,21 %W = во всю внутреннюю ширину карточки [изм.] */
  height: var(--f-field-h);
  padding: 0 clamp(14px, 3.6vw, 18px) 0 clamp(44px, 11vw, 52px);
  background: var(--bg-field, #1E1D1B);   /* [изм.] фон поля, почти равен фону страницы */
  color: var(--text, #FFFEFE);
  border: 1px solid rgba(0,0,0,.18);
  border-radius: var(--f-field-radius);
  font-family: inherit;
  font-size: clamp(15px, 4vw, 16px);
  line-height: 1.2;
  appearance: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.form-textarea{
  height: auto;
  min-height: calc(var(--f-field-h) * 2.4);
  padding-top: clamp(14px, 3.6vw, 18px);
  padding-bottom: clamp(14px, 3.6vw, 18px);
  line-height: 1.45;
  resize: vertical;
}
.form-input::placeholder,
.form-textarea::placeholder{
  color: var(--text-placeholder, #A8A6A7);   /* [изм.] цвет плейсхолдера */
  opacity: 1;
}
.form-input:focus-visible,
.form-textarea:focus-visible{
  outline: none;
  border-color: #FFFEFE;
  box-shadow: 0 0 0 2px rgba(255,254,254,.55);
}
.form-input[aria-invalid="true"],
.form-textarea[aria-invalid="true"]{
  border-color: var(--red-icon, #E52643);
  box-shadow: 0 0 0 2px rgba(229,38,67,.35);
}
.form-error{
  display: block;
  min-height: 0;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.3;
  color: #2A1206;
  font-weight: 700;
}
.form-error:empty{ margin-top: 0 }

/* honeypot: вне экрана, вне табуляции, без автозаполнения */
.form-hp{
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}

.form-consent{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: clamp(16px, 4.2vw, 24px) 0 0;
  color: #2A1206;
  font-size: clamp(13px, 3.4vw, 14px);
  line-height: 1.4;
}
.form-consent input[type="checkbox"]{
  flex: 0 0 auto;
  width: 20px; height: 20px;
  margin-top: 1px;
  accent-color: #1E1D1B;
  cursor: pointer;
}
.form-consent a{
  color: #1E1D1B;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-consent a:hover{ color: #000 }

/* Строка со ссылкой на Datenschutz — это информирование по Art. 13 DSGVO,
   а не согласие: отступ меньше, галочки нет */
.form-consent--info{
  margin-top: 8px;
  padding-left: 30px;
}

/* Кнопка отправки — [лог.]: во всех кадрах перекрыта плёнкой
   галереи, лекало помечает «не проверено» (§2.8). Взято тёмное
   поле формы как заливка — оно единственное тёмное пятно внутри
   карточки, и оно же используется темой для submit (#00000069 [CSS]). */
.form-submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: var(--f-field-h);
  margin-top: clamp(18px, 4.6vw, 26px);
  padding: 0 24px;
  background: #1E1D1B;
  color: var(--text, #FFFEFE);
  border: 0;
  border-radius: var(--f-field-radius);
  font-family: inherit;
  font-weight: 800;
  font-size: clamp(15px, 4vw, 17px);
  letter-spacing: .01em;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
.form-submit:hover{ background: #131211 }
.form-submit:active{ transform: translateY(1px) }
@media (min-width: 720px){ .form-submit{ width: auto; min-width: 260px } }

.form-note{
  margin: clamp(12px, 3vw, 16px) 0 0;
  color: #2A1206;
  font-size: 13px;
  line-height: 1.4;
}

/* Экран подтверждения — [лог.], в оригинале был ответ Contact Form 7 */
.form-done{
  display: none;
  color: #FFFEFE;
}
.form-card[data-state="done"] .form-body{ display: none }
.form-card[data-state="done"] .form-done{ display: block }
.form-done-title{
  margin: 0 0 12px;
  font-weight: 800;
  font-size: clamp(20px, 5.2vw, 28px);
  line-height: 1.2;
}
.form-done-text{
  margin: 0 0 clamp(18px, 4.6vw, 26px);
  font-size: clamp(15px, 4vw, 17px);
  line-height: 1.5;
  max-width: 48ch;
}
.form-reset{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--f-field-h);
  padding: 0 26px;
  background: #1E1D1B;
  color: #FFFEFE;
  border: 0;
  border-radius: var(--f-field-radius);
  font-family: inherit;
  font-weight: 800;
  font-size: clamp(15px, 4vw, 16px);
  cursor: pointer;
  transition: background .18s ease;
}
.form-reset:hover{ background: #131211 }

/* ---------- 3. Standorte ---------- */
.loc-sec{
  background: var(--bg-section, #1F1C1C);
  color: var(--text, #FFFEFE);
  padding: clamp(56px, 14vw, 110px) var(--p3-pad-x);
}
.loc-inner{ max-width: var(--p3-max); margin-inline: auto }
.loc-title{
  margin: 0 0 clamp(12px, 3vw, 18px);
  font-weight: 800;
  font-size: clamp(26px, 6.6vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.015em;
}
.loc-title .partner-accent{ color: var(--accent, #FD5622) }
.loc-lead{
  margin: 0 0 clamp(24px, 6vw, 40px);
  color: var(--text-muted, #A5A6AA);
  font-size: clamp(16px, 4.3vw, 18px);
  line-height: 1.5;
  max-width: 58ch;
}
.loc-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: clamp(10px, 2.6vw, 14px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.loc-link{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  background: var(--bg-card, #1C1C1C);
  border: 1px solid var(--line, #161718);   /* разделитель #161718 [CSS] */
  border-radius: var(--radius, 10px);   /* border-radius:10px [CSS] */
  color: var(--text, #FFFEFE);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
}
.loc-link svg{ width: 16px; height: 16px; color: var(--accent, #FD5622); flex: 0 0 auto }
.loc-link:hover{
  border-color: var(--accent, #FD5622);
  color: var(--accent-hover, #F14813);
  transform: translateY(-1px);
}
.loc-note{
  margin: clamp(20px, 5vw, 30px) 0 0;
  color: var(--text-muted, #A5A6AA);
  font-size: 14px;
  line-height: 1.5;
}

/* ---------- 4. FAQs ---------- */
.faq-sec{
  background: var(--bg, #282525);
  color: var(--text, #FFFEFE);
  padding: clamp(56px, 14vw, 110px) var(--p3-pad-x);
}
.faq-inner{ max-width: 900px; margin-inline: auto }
.faq-title{
  margin: 0 0 clamp(22px, 6vw, 40px);
  font-weight: 800;
  font-size: clamp(26px, 6.6vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.015em;
}
.faq-list{ display: grid; gap: 10px }
.faq-item{
  background: var(--bg-card, #1C1C1C);
  border: 1px solid var(--line, #161718);
  border-radius: var(--radius, 10px);
  overflow: hidden;
}
.faq-item[open]{ border-color: rgba(253,86,34,.45) }
.faq-q{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(16px, 4.2vw, 22px);
  cursor: pointer;
  font-weight: 700;
  font-size: clamp(16px, 4.2vw, 18px);
  line-height: 1.35;
  list-style: none;
}
.faq-q::-webkit-details-marker{ display: none }
.faq-q:hover{ color: var(--accent-hover, #F14813) }
.faq-sign{
  position: relative;
  flex: 0 0 auto;
  width: 22px; height: 22px;
}
.faq-sign::before,
.faq-sign::after{
  content:"";
  position:absolute; left:50%; top:50%;
  background: var(--accent, #FD5622);
  border-radius: 2px;
  transform: translate(-50%,-50%);
  transition: opacity .18s ease, transform .18s ease;
}
.faq-sign::before{ width: 16px; height: 2px }
.faq-sign::after{ width: 2px; height: 16px }
.faq-item[open] .faq-sign::after{ opacity: 0; transform: translate(-50%,-50%) rotate(90deg) }
.faq-a{
  margin: 0;
  padding: 0 clamp(16px, 4.2vw, 22px) clamp(18px, 4.6vw, 24px);
  color: var(--text-muted, #A5A6AA);
  font-size: clamp(15px, 4vw, 17px);
  line-height: var(--p3-line);
  max-width: 66ch;
}

/* ---------- 5. Подвал ---------- */
.ft{
  background: var(--bg-section, #1F1C1C);
  color: var(--text, #FFFEFE);
  border-top: 2px solid var(--line, #161718);   /* разделитель 2 px solid #161718 [CSS] */
  padding: clamp(48px, 12vw, 90px) var(--p3-pad-x) clamp(24px, 6vw, 36px);
}
.ft-inner{ max-width: var(--p3-max); margin-inline: auto }
.ft-top{
  display: grid;
  gap: clamp(28px, 7vw, 48px);
  grid-template-columns: 1fr;
}
@media (min-width: 780px){
  .ft-top{ grid-template-columns: 1.3fr 1fr 1fr }
}
.ft-logo{
  display: inline-flex;
  align-items: baseline;
  font-weight: 800;
  font-size: clamp(26px, 6.4vw, 34px);
  letter-spacing: -0.02em;
  line-height: 1;
}
/* точка над «i» — оранжевый круг, единственный цветной элемент знака (§3.2) */
.ft-dot{
  position: relative;
  display: inline-block;
}
.ft-dot::after{
  content:"";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 2px);
  width: .21em; height: .21em;
  border-radius: 50%;
  background: var(--accent, #FD5622);
}
.ft-tag{
  margin: 12px 0 0;
  color: var(--text-muted, #A5A6AA);
  font-size: 15px;
  line-height: 1.5;
  max-width: 34ch;
}
.ft-col-title{
  margin: 0 0 14px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text, #FFFEFE);
}
.ft-nav{ display: grid; gap: 10px; list-style: none; margin: 0; padding: 0 }
.ft-nav a,
.ft-contact a{
  color: var(--text-muted, #A5A6AA);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  transition: color .18s ease;
}
.ft-nav a:hover,
.ft-contact a:hover{ color: var(--accent-hover, #F14813) }
.ft-contact{ display: grid; gap: 10px; list-style: none; margin: 0; padding: 0 }
.ft-contact li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--text-muted, #A5A6AA);
  font-size: 15px;
  line-height: 1.5;
}
.ft-contact svg{ width: 18px; height: 18px; flex: 0 0 auto; color: var(--accent, #FD5622); margin-top: 2px }

.ft-bottom{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: clamp(32px, 8vw, 56px);
  padding-top: clamp(18px, 4.6vw, 24px);
  border-top: 2px solid var(--line, #161718);
}
.ft-legal{ display: flex; flex-wrap: wrap; gap: 18px }
.ft-legal a{
  color: var(--text-muted, #A5A6AA);
  font-size: 14px;
  text-decoration: none;
  transition: color .18s ease;
}
.ft-legal a:hover{ color: var(--accent-hover, #F14813) }
.ft-copy{
  margin: 0;
  color: var(--text-muted, #A5A6AA);
  font-size: 14px;
}
.ft-draft{
  flex: 1 0 100%;
  margin: 6px 0 0;
  color: var(--text-muted, #A5A6AA);
  font-size: 13px;
  line-height: 1.5;
  opacity: .85;
}

@media (prefers-reduced-motion: reduce){
  .loc-link,
  .form-submit,
  .form-input,
  .form-textarea{ transition: none }
}

/* Foto statt Inline-SVG: Höhe aus dem Attribut würde das Bild stauchen */
.partner-figure picture{display:block}
.partner-figure img{width:100%;height:auto;display:block}