/* ============================================================
   BIGA SECURITY — Design-System v3 „Nachtdienst"
   Dossier-Formsprache auf dunkler, seriöser Fläche:
   Tiefes Nachtblau · Licht-Typo · Amber-Marker · Rot nur Stempel/Notruf
   Harte Kanten, schwarze Offset-Schatten, Hairlines, Stempel
   ============================================================ */

@font-face {
  font-family: 'Big Shoulders';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/big-shoulders.woff2') format('woff2');
}
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/schibsted-grotesk.woff2') format('woff2');
}
@font-face {
  font-family: 'Martian Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/assets/fonts/martian-mono.woff2') format('woff2');
}

:root {
  --bg: #0C121B;
  --bg-deep: #070B12;
  --panel: #121A26;
  --panel-2: #0E1520;
  --light: #E9EDF3;
  --light-dim: rgba(233, 237, 243, .72);
  --light-faint: rgba(233, 237, 243, .56);
  --line: rgba(160, 180, 205, .16);
  --line-strong: rgba(200, 214, 232, .35);
  --amber: #E89C31;
  --amber-hot: #F5AE45;
  --gold-grad: linear-gradient(135deg, #F7C766 0%, #EBA53C 42%, #D28420 100%);
  --gold-grad-hover: linear-gradient(135deg, #FFD98C 0%, #F5B14D 42%, #DE9130 100%);
  --alarm: #E0523C;
  --ok: #46A97D;
  --shadow-ink: rgba(0, 0, 0, .55);

  --f-display: 'Big Shoulders', 'Arial Narrow', sans-serif;
  --f-body: 'Schibsted Grotesk', 'Helvetica Neue', sans-serif;
  --f-mono: 'Martian Mono', 'Courier New', monospace;

  --max: 1240px;
  --pad: clamp(20px, 4vw, 48px);
  --shadow-hard: 6px 6px 0 var(--shadow-ink);
  --shadow-soft: 10px 10px 0 rgba(0, 0, 0, .35);
  --hazard: repeating-linear-gradient(-45deg, #05080D 0 12px, var(--amber) 12px 24px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; color-scheme: dark; }
html, body { overflow-x: clip; }
body {
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.62;
  color: var(--light);
  background:
    linear-gradient(rgba(233, 237, 243, .022) 1px, transparent 1px) 0 0/100% 34px,
    var(--bg);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
/* Film-Korn: macht die dunklen Flächen materiell statt digital-flach */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  mix-blend-mode: overlay;
}
a { color: inherit; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--amber); color: #10161F; }

/* ---------- Utility ---------- */
.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); }
.mono-label {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--light);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.mono-label::before {
  content: '';
  width: 26px;
  height: 10px;
  background: var(--hazard);
  flex: none;
}
.section { padding-block: clamp(64px, 8vw, 104px); position: relative; overflow: clip; }
/* Wasserzeichen-Worte: Editorial-Tiefe pro Sektion */
.section[data-watermark]::before {
  content: attr(data-watermark);
  position: absolute;
  top: clamp(8px, 2vw, 28px);
  right: clamp(-30px, -1vw, -10px);
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(110px, 17vw, 260px);
  line-height: .8;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(233, 237, 243, .045);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.section > .wrap { position: relative; z-index: 1; }
.section--light { background: transparent; color: var(--light); }
.section--deep, .section--dark { background: var(--bg-deep); color: var(--light); }
/* Tonaler Rhythmus: gehobene Zwischenebenen */
#ablauf, #faq { background: #0F1724; border-block: 1px solid var(--line); }

h1, h2, h3, .display {
  font-family: var(--f-display);
  font-weight: 800;
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: .004em;
  color: var(--light);
}
h2 { font-size: clamp(40px, 5.6vw, 72px); margin: 16px 0 20px; }
h3 { font-size: clamp(21px, 2.4vw, 26px); font-weight: 700; letter-spacing: .02em; }
.lede { font-size: clamp(17px, 1.55vw, 19.5px); max-width: 60ch; color: var(--light-dim); }
.outline-word {
  color: rgba(233, 237, 243, .07);
  -webkit-text-stroke: 2.5px var(--light);
}
.marker {
  position: relative;
  white-space: nowrap;
}
.marker::after {
  content: '';
  position: absolute;
  left: -1%;
  bottom: -.08em;
  width: 102%;
  height: .16em;
  background: var(--gold-grad);
  transform: skewX(-8deg);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15.5px;
  padding: 15px 24px;
  border: 1.5px solid var(--line-strong);
  border-radius: 0;
  text-decoration: none;
  background: var(--panel);
  color: var(--light);
  box-shadow: 4px 4px 0 var(--shadow-ink);
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease, border-color .14s ease;
  min-height: 52px;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--shadow-ink); border-color: var(--light); }
.btn:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--shadow-ink); }
.btn .ic { width: 18px; height: 18px; flex: none; transition: transform .18s; }
.btn:hover .ic { transform: translateX(3px); }
.btn--amber { background: var(--gold-grad); color: #10161F; border-color: #D28420; position: relative; overflow: hidden; }
.btn--amber:hover { background: var(--gold-grad-hover); border-color: #DE9130; }
/* Glanz-Sweep auf Gold-CTAs */
.btn--amber::after {
  content: '';
  position: absolute;
  top: -20%;
  left: -70%;
  width: 40%;
  height: 140%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .5), transparent);
  transform: skewX(-22deg);
  transition: left .5s ease;
  pointer-events: none;
}
.btn--amber:hover::after { left: 130%; }
.btn--ghost { background: transparent; }
.btn--alarm { background: var(--alarm); color: #fff; border-color: var(--alarm); }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 11, 18, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header::after {
  content: '';
  display: block;
  height: 5px;
  background: var(--hazard);
}
.header__in { display: flex; align-items: center; gap: 28px; height: 74px; transition: height .25s ease; }
.header.is-scrolled .header__in { height: 60px; }
.header.is-scrolled { box-shadow: 0 8px 28px -12px rgba(0, 0, 0, .6); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.brand__shield { width: 36px; height: 36px; color: var(--amber); }
.brand__mark {
  width: 38px;
  height: auto;
  flex: none;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .45));
  transition: transform .18s ease;
}
.brand:hover .brand__mark { transform: translateY(-1px); }
.header.is-scrolled .brand__mark { width: 33px; }
.footer .brand__mark { width: 44px; }
.brand__name {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 27px;
  letter-spacing: .04em;
  line-height: 1;
  color: var(--light);
}
.brand__name small {
  display: block;
  font-family: var(--f-mono);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .3em;
  color: var(--light-faint);
  margin-top: 3px;
  white-space: nowrap;
}
.nav { display: flex; gap: 4px; }
.nav a {
  text-decoration: none;
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--light-dim);
  padding: 9px 12px;
  border: 1px solid transparent;
  transition: border-color .12s, background .12s, color .12s;
}
.nav a:hover { border-color: var(--line-strong); color: var(--light); }
.nav a[aria-current="page"] { background: var(--light); color: #10161F; }
.header__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-family: var(--f-mono);
  font-size: 13px;
  font-weight: 700;
  padding: 12px 16px;
  border: 1.5px solid #D28420;
  background: var(--gold-grad);
  color: #10161F;
  box-shadow: 3px 3px 0 var(--shadow-ink);
  transition: transform .14s, box-shadow .14s;
}
.header__phone:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--shadow-ink); background: var(--gold-grad-hover); }
.header__phone .ic { width: 15px; height: 15px; }
.header__phone .t-sub { display: none; }
.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1100px 520px at 78% -12%, rgba(232, 156, 49, .06), transparent 62%);
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 7.2fr) minmax(0, 4.8fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  padding-block: clamp(52px, 6.5vw, 92px) clamp(44px, 5.5vw, 76px);
}
.hero h1 {
  font-size: clamp(40px, 5.8vw, 86px);
  margin: 20px 0 22px;
}
.hero .lede { margin-bottom: 30px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 34px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero__trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--light-dim);
}
.hero__trust .ic { width: 14px; height: 14px; color: var(--amber); flex: none; }

/* Stempel */
.stamp {
  position: absolute;
  top: clamp(18px, 3vw, 40px);
  right: clamp(16px, 3vw, 44px);
  transform: rotate(7deg);
  font-family: var(--f-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--alarm);
  border: 2.5px solid var(--alarm);
  padding: 9px 14px;
  border-radius: 3px;
  opacity: .9;
  pointer-events: none;
}
.stamp b { display: block; font-size: 15px; letter-spacing: .3em; }

/* Karten-Dokument (Dreiländereck) */
.tri-map {
  position: relative;
  background: var(--bg-deep);
  border: 1.5px solid var(--line-strong);
  box-shadow: var(--shadow-hard);
  transform: rotate(-1.2deg);
  padding: 18px 18px 14px;
}
.tri-map::before {
  content: var(--map-title, 'KARTE 01 — EINSATZGEBIET DREILÄNDERECK');
  display: block;
  font-family: var(--f-mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--light-faint);
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.tri-map::after {
  content: '';
  position: absolute;
  top: -13px;
  left: 50%;
  width: 104px;
  height: 26px;
  transform: translateX(-50%) rotate(-2.5deg);
  background: linear-gradient(103deg,
    rgba(233, 222, 190, .14) 0%,
    rgba(233, 222, 190, .3) 38%,
    rgba(233, 222, 190, .2) 62%,
    rgba(233, 222, 190, .12) 100%);
  clip-path: polygon(2% 0, 97% 3%, 100% 24%, 96% 47%, 100% 71%, 97% 100%, 3% 97%, 0 76%, 3% 52%, 0 24%);
}
.tri-map svg { width: 100%; height: auto; }
/* Scan-Linie: zieht alle ~9s einmal über die Einsatzkarte */
.map-scan {
  position: absolute;
  inset: 38px 18px 14px;
  overflow: hidden;
  pointer-events: none;
}
.map-scan::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -8%;
  height: 26%;
  background: linear-gradient(180deg, transparent, rgba(232, 156, 49, .1) 82%, rgba(245, 199, 102, .4) 98%, transparent 100%);
  animation: map-scan 9s cubic-bezier(.4,.1,.6,.9) infinite;
}
@keyframes map-scan {
  0% { transform: translateY(-30%); opacity: 0; }
  4% { opacity: 1; }
  30% { transform: translateY(420%); opacity: 1; }
  34% { opacity: 0; }
  100% { transform: translateY(420%); opacity: 0; }
}
.hq-dot { fill: var(--amber); }
.hq-ring {
  fill: none;
  stroke: var(--amber);
  stroke-width: 1.5;
  opacity: 0;
  transform-origin: center;
  transform-box: fill-box;
  animation: hq-pulse 2.4s ease-out infinite;
}
@keyframes hq-pulse {
  0% { opacity: .7; transform: scale(.4); }
  70% { opacity: 0; transform: scale(2.2); }
  100% { opacity: 0; transform: scale(2.2); }
}

/* Einsatzkarte (OSM-Ebenen) */
.m-grid line { stroke: rgba(160, 180, 205, .07); stroke-width: .7; }
.m-rings circle { fill: none; stroke: rgba(232, 156, 49, .3); stroke-width: .9; stroke-dasharray: 4 6; }
.m-ringlabel { font-family: var(--f-mono); font-size: 7.5px; font-weight: 700; letter-spacing: .12em; fill: rgba(232, 156, 49, .55); }
.m-rhein-glow path { fill: none; stroke: rgba(96, 150, 220, .18); stroke-width: 6; stroke-linecap: round; }
.m-rhein path { fill: none; stroke: rgba(130, 175, 235, .75); stroke-width: 1.8; stroke-linecap: round; }
.m-border path { fill: none; stroke: rgba(200, 214, 232, .5); stroke-width: 1.1; stroke-dasharray: 5 3 1.5 3; stroke-linecap: round; }
.m-country { font-family: var(--f-display); font-size: 30px; font-weight: 800; letter-spacing: .06em; fill: none; stroke: rgba(200, 214, 232, .22); stroke-width: .8; }
.m-city { fill: rgba(233, 237, 243, .8); }
.m-city--dim { fill: rgba(233, 237, 243, .4); }
.m-citylabel { font-family: var(--f-mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; fill: rgba(233, 237, 243, .8); }
.m-citylabel.m-city--dim { fill: rgba(233, 237, 243, .4); font-weight: 400; }
.m-hq line { stroke: var(--amber); stroke-width: 1.2; }
.m-hqlabel { font-family: var(--f-mono); font-size: 9.5px; font-weight: 700; letter-spacing: .12em; fill: var(--amber); }
.m-hqlabel--sub { fill: rgba(233, 237, 243, .5); font-size: 7.5px; font-weight: 400; }
.m-frame path { fill: none; stroke: rgba(232, 156, 49, .6); stroke-width: 1.6; }
.m-coord { font-family: var(--f-mono); font-size: 7.5px; font-weight: 700; letter-spacing: .1em; fill: rgba(233, 237, 243, .45); }
.m-scale line { stroke: rgba(233, 237, 243, .5); stroke-width: 1; }
.m-north path { fill: rgba(233, 237, 243, .45); }
@keyframes ring-breathe { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }
.m-rings circle:nth-child(1) { animation: ring-breathe 4s ease-in-out infinite; }
.m-rings circle:nth-child(3) { animation: ring-breathe 4s ease-in-out 1.3s infinite; }
.m-rings circle:nth-child(5) { animation: ring-breathe 4s ease-in-out 2.6s infinite; }

/* Wachbuch-Band */
.logbook {
  border-block: 1px solid var(--line);
  background: var(--bg-deep);
  color: var(--light);
  position: relative;
}
.logbook::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0; right: 0;
  height: 5px;
  background: var(--hazard);
}
.logbook__in {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-block: 14px;
  font-family: var(--f-mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  min-height: 48px;
}
.logbook__tag {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--amber);
}
.logbook__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ok);
  animation: soft-pulse 2s ease-in-out infinite;
}
@keyframes soft-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.logbook__entry { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--light-dim); }
.logbook__entry::after {
  content: '▌';
  color: var(--amber);
  animation: soft-pulse 1s steps(2) infinite;
  margin-left: 2px;
}

/* ---------- Kennzahlen: Protokoll-Tabelle ---------- */
.stats { padding-block: clamp(56px, 7vw, 88px); }
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1.5px solid var(--line-strong);
  background: var(--panel);
  box-shadow: var(--shadow-soft);
  counter-reset: stat-count;
}
.stat {
  padding: clamp(24px, 3vw, 40px) clamp(18px, 2.4vw, 32px);
  border-right: 1px solid var(--line);
  position: relative;
  counter-increment: stat-count;
}
.stat:last-child { border-right: none; }
.stat::before {
  content: 'NR. ' counter(stat-count, decimal-leading-zero);
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  color: var(--light-faint);
}
.stat b {
  display: block;
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 1;
  margin-top: 8px;
  background: linear-gradient(180deg, #F6F9FC 20%, #A9B8CA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-variant-numeric: tabular-nums;
}
.stat b em { font-style: normal; color: var(--amber); font-size: .6em; vertical-align: .28em; }
.stat b span { font: inherit; color: inherit; }
.stat > span {
  display: block;
  margin-top: 8px;
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--light-dim);
}

/* ---------- Leistungen: Akten-Register ---------- */
.register { margin-top: 48px; }
.register__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
  margin-bottom: clamp(40px, 5vw, 64px);
}
.akte {
  position: relative;
  border: 1.5px solid var(--line-strong);
  background: var(--panel);
  box-shadow: var(--shadow-hard);
  text-decoration: none;
  color: var(--light);
  display: flex;
  flex-direction: column;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.akte:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--shadow-ink); border-color: var(--amber); }
.akte__tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1.5px solid var(--line-strong);
  background: var(--bg-deep);
  color: var(--light-dim);
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.akte__tab em { font-style: normal; color: var(--amber); }
.akte__body { padding: clamp(20px, 2.6vw, 30px); display: flex; flex-direction: column; gap: 12px; flex: 1; }
.akte__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.akte__title {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(26px, 3vw, 36px);
  text-transform: uppercase;
  line-height: .95;
  max-width: 12ch;
  color: var(--light);
}
.akte__icon { width: 46px; height: 46px; color: var(--amber); flex: none; padding: 8px; border: 1.5px solid var(--line-strong); }
.akte__desc { font-size: 15px; line-height: 1.6; color: var(--light-dim); }
.akte__more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--amber);
}
.akte__more .ic { width: 15px; height: 15px; transition: transform .16s; }
.akte:hover .akte__more .ic { transform: translateX(5px); }
@keyframes icon-nod { 0%,100% { transform: rotate(0); } 30% { transform: rotate(-6deg); } 60% { transform: rotate(4deg); } }
.akte:hover .akte__icon { animation: icon-nod .5s ease; border-color: var(--amber); }

/* Index-Liste */
.index-list { border-top: 1.5px solid var(--line-strong); }
.index-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1.05fr) minmax(0, 1.6fr) 36px;
  align-items: baseline;
  gap: clamp(14px, 2.5vw, 32px);
  padding: 18px 6px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: var(--light);
  transition: background .14s, padding-left .14s;
}
.index-row:hover { background: rgba(232, 156, 49, .08); padding-left: 14px; }
.index-row:last-child { border-bottom: 1.5px solid var(--line-strong); }
.index-row__no {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(233, 237, 243, .5);
  transition: color .14s, -webkit-text-stroke-color .14s;
}
.index-row:hover .index-row__no { color: var(--amber); -webkit-text-stroke-color: var(--amber); }
.index-row__title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 27px);
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--light);
}
.index-row__desc { font-size: 14px; color: var(--light-dim); }
.index-row .ic { width: 20px; height: 20px; justify-self: end; align-self: center; transition: transform .16s; color: var(--amber); }
.index-row:hover .ic { transform: translateX(4px); }

/* ---------- NRZ / Alarmfall ---------- */
.nrz {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(820px 420px at 50% -10%, rgba(224, 82, 60, .09), transparent 65%),
    var(--bg-deep);
  color: var(--light);
  border-block: 1px solid var(--line);
}
.nrz::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: var(--hazard);
}
.nrz__head { max-width: 720px; }
.nrz__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 10px 16px;
  border: 1.5px solid var(--line-strong);
  background: var(--panel);
  margin-bottom: 24px;
}
.nrz__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 52px 0 48px;
  counter-reset: step;
  border: 1.5px solid var(--line-strong);
  background: rgba(18, 26, 38, .6);
}
.nrz__step {
  position: relative;
  padding: 30px 26px 34px;
  border-right: 1.5px solid var(--line);
}
.nrz__step:last-child { border-right: none; }
.nrz__step::before {
  counter-increment: step;
  content: '0' counter(step);
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 54px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(224, 82, 60, .55);
  display: block;
  margin-bottom: 10px;
}
.nrz__step h3 { margin: 0 0 8px; }
.nrz__step p { font-size: 14.5px; color: var(--light-dim); }
.nrz__cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px 40px; }
.nrz__number {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(34px, 4.6vw, 58px);
  text-decoration: none;
  color: var(--light);
  transition: color .15s;
}
.nrz__number:hover { color: var(--amber); }
.nrz__number .ic { width: .7em; height: .7em; color: var(--alarm); }
.nrz__number:hover .ic { animation: icon-nod .4s ease infinite; }
.nrz__sub { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--light-faint); max-width: 34ch; }

/* ---------- Prozess ---------- */
.process {
  counter-reset: proc;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
  border: 1.5px solid var(--line-strong);
  background: var(--panel);
  box-shadow: var(--shadow-soft);
}
.process li {
  counter-increment: proc;
  padding: 28px 24px 32px;
  border-right: 1px solid var(--line);
  position: relative;
}
.process li:last-child { border-right: none; }
.process li::before {
  content: 'SCHRITT ' counter(proc, decimal-leading-zero);
  font-family: var(--f-mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .2em;
  color: var(--amber);
}
.process h3 { margin: 12px 0 8px; font-size: 20px; }
.process p { font-size: 14px; color: var(--light-dim); }

/* ---------- Referenzen ---------- */
.refs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 48px;
  border: 1.5px solid var(--line-strong);
  box-shadow: var(--shadow-soft);
  background: var(--panel);
}
.ref-group { padding: clamp(24px, 3vw, 36px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ref-group:nth-child(2n) { border-right: none; }
.ref-group:nth-last-child(-n+2) { border-bottom: none; }
.ref-group h3 {
  font-size: 14px;
  letter-spacing: .16em;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--light);
}
.ref-group h3::before { content: ''; width: 22px; height: 8px; background: var(--hazard); }
.ref-group p { font-size: 15px; line-height: 2; color: var(--light-dim); }
.ref-note { margin-top: 26px; font-size: 14px; color: var(--light-faint); max-width: 72ch; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 48px 0 0; border: 1.5px solid var(--line-strong); background: var(--panel); box-shadow: var(--shadow-soft); }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:last-child { border-bottom: none; }
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  font-weight: 700;
  font-size: 16.5px;
  cursor: pointer;
  list-style: none;
  color: var(--light);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-family: var(--f-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--amber);
  transition: transform .18s;
  flex: none;
}
.faq details[open] summary { background: rgba(232, 156, 49, .08); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 4px 22px 22px; font-size: 15.5px; color: var(--light-dim); max-width: 70ch; }

/* FAQ-Layout: Akkordeon + Schnellkontakt-Aside (füllt die rechte Grid-Kante) */
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, .9fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
  margin-top: 48px;
}
.faq-layout .faq { margin-top: 0; max-width: none; }
.faq-aside {
  position: sticky;
  top: 110px;
  border: 1.5px solid var(--line-strong);
  background: var(--panel);
  box-shadow: var(--shadow-hard);
  padding: clamp(22px, 2.6vw, 30px);
}
.faq-aside::before {
  content: 'KURZER DRAHT';
  display: block;
  font-family: var(--f-mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--light-faint);
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.faq-aside h3 { font-size: 24px; margin-bottom: 10px; }
.faq-aside p { font-size: 14px; color: var(--light-dim); margin-bottom: 18px; }
.faq-aside .btn { width: 100%; justify-content: center; margin-bottom: 12px; }
.faq-aside .btn:last-child { margin-bottom: 0; }
@media (max-width: 1020px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-aside { position: static; }
}

/* Funkprotokoll (NRZ) */
.funk {
  border: 1.5px solid var(--line-strong);
  background: rgba(7, 11, 18, .8);
  padding: 18px 20px;
  min-width: min(380px, 100%);
  position: relative;
}
.funk::before {
  content: 'FUNKPROTOKOLL · LEITSTELLE';
  display: block;
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--light-faint);
  border-bottom: 1px solid var(--line);
  padding-bottom: 9px;
  margin-bottom: 12px;
}
.funk__stamp {
  position: absolute;
  top: 10px;
  right: 12px;
  font-family: var(--f-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--alarm);
  border: 1.5px solid var(--alarm);
  padding: 3px 7px;
  transform: rotate(4deg);
  border-radius: 2px;
}
.funk ol { display: grid; gap: 7px; }
.funk li {
  font-family: var(--f-mono);
  font-size: 10.5px;
  letter-spacing: .04em;
  color: var(--light-dim);
  display: flex;
  gap: 10px;
}
.funk li b { color: var(--amber); font-weight: 700; flex: none; }
.funk li:last-child { color: var(--light); }
.funk li:last-child::after {
  content: '▌';
  color: var(--alarm);
  animation: soft-pulse 1s steps(2) infinite;
}
@media (max-width: 640px) {
  .funk::before { content: 'FUNKPROTOKOLL'; }
}

/* ---------- Karriere ---------- */
.career {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.career__facts { display: grid; gap: 12px; margin: 26px 0 32px; }
.career__facts li { display: flex; gap: 10px; align-items: baseline; font-size: 15.5px; color: var(--light-dim); }
.career__facts .ic { width: 15px; height: 15px; color: var(--amber); flex: none; transform: translateY(2px); }
.tri-map .ort { font-family: var(--f-mono); font-size: 9.5px; font-weight: 700; letter-spacing: .1em; fill: var(--light-dim); }
.tri-map .ort--dim { fill: var(--light-faint); font-weight: 400; }

/* ---------- Kontakt / Formular ---------- */
.contact { position: relative; }
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.contact__ways { display: grid; gap: 0; margin-top: 32px; border: 1.5px solid var(--line-strong); background: var(--panel); box-shadow: var(--shadow-soft); }
.way {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: var(--light);
  transition: background .14s, padding-left .14s;
}
.way:last-child { border-bottom: none; }
a.way:hover { background: rgba(232, 156, 49, .08); padding-left: 26px; }
.way .ic { width: 22px; height: 22px; color: var(--amber); flex: none; }
.way b { display: block; font-size: 16px; }
.way span { font-size: 13px; color: var(--light-faint); }
.contact__person { margin-top: 26px; font-size: 14.5px; color: var(--light-dim); max-width: 46ch; }
.contact__person b { color: var(--light); }

.form {
  padding: clamp(24px, 3vw, 38px);
  background: var(--panel);
  color: var(--light);
  border: 1.5px solid var(--line-strong);
  box-shadow: var(--shadow-hard);
  position: relative;
}
.form::before {
  content: 'FORMBLATT A-1 · ANGEBOTSANFRAGE';
  display: block;
  font-family: var(--f-mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--light-faint);
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.form h3 { font-size: 26px; margin-bottom: 6px; }
.form > p { font-size: 14px; color: var(--light-faint); margin-bottom: 24px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: block; margin-bottom: 14px; }
.field span {
  display: block;
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--light-dim);
  margin-bottom: 7px;
}
.field input, .field select, .field textarea {
  width: 100%;
  font: inherit;
  font-size: 16px;
  padding: 13px 14px;
  border: 1.5px solid var(--line-strong);
  border-radius: 0;
  background: var(--panel-2);
  color: var(--light);
  transition: box-shadow .14s, border-color .14s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(233, 237, 243, .48); }
.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E89C31' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 42px;
}
.field input:user-invalid, .field select:user-invalid {
  border-color: var(--alarm);
}
.form__consent input { width: 20px; height: 20px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--amber);
  box-shadow: 3px 3px 0 rgba(232, 156, 49, .35);
}
.field textarea { min-height: 110px; resize: vertical; }
.form__consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--light-dim); margin: 18px 0 22px; }
.form__consent input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--amber); }
.form__consent a { color: var(--amber); }
.form .btn { width: 100%; justify-content: center; }
.form__note { margin-top: 14px; text-align: center; font-family: var(--f-mono); font-size: 11px; letter-spacing: .06em; color: var(--light-faint); }
.form__status { margin-top: 14px; font-size: 14.5px; font-weight: 500; display: none; }
.form__status.is-ok { display: block; color: var(--ok); }
.form__status.is-err { display: block; color: var(--alarm); }
.form__status a { color: var(--amber); }
.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* ---------- Footer ---------- */
.footer {
  background: var(--bg-deep);
  color: var(--light);
  border-top: 1px solid var(--line);
  padding: 64px 0 110px;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--amber), transparent 60%);
}
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer h4 {
  font-family: var(--f-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--light-faint);
  margin-bottom: 16px;
}
.footer ul { display: grid; gap: 9px; }
.footer a { text-decoration: none; font-size: 14.5px; color: var(--light-dim); transition: color .15s; }
.footer a:hover { color: var(--amber); }
.footer li { font-size: 14.5px; color: var(--light-dim); }
.footer address { font-style: normal; font-size: 14.5px; line-height: 1.9; color: var(--light-dim); }
.footer__legal {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  font-family: var(--f-mono);
  font-size: 10.5px;
  letter-spacing: .04em;
  color: var(--light-faint);
}
.footer__legal a { font-size: 10.5px; color: var(--light-faint); }

/* ---------- Mobile Sticky Bar ---------- */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr 1fr;
  border-top: 1.5px solid var(--line-strong);
}
.sticky-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 16px 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.sticky-bar .ic { width: 18px; height: 18px; }
.sticky-bar__call { background: var(--amber); color: #10161F; border-right: 1.5px solid var(--bg-deep); }
.sticky-bar__offer { background: var(--bg-deep); color: var(--light); }

/* ---------- Seiten-Hero (Unterseiten) ---------- */
.page-hero {
  padding-block: clamp(52px, 6.5vw, 84px) clamp(40px, 5vw, 60px);
  position: relative;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(900px 420px at 80% -20%, rgba(232, 156, 49, .05), transparent 60%),
    var(--bg-deep);
}
.page-hero h1 { font-size: clamp(38px, 6.4vw, 88px); margin: 18px 0 18px; overflow-wrap: break-word; max-width: 14ch; }
.page-hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 2px var(--light); }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--light-faint);
}
.breadcrumb a { color: var(--light-dim); text-decoration: none; }
.breadcrumb a:hover { color: var(--amber); }
.breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 8px; opacity: .5; }

.prose { max-width: 780px; }
.prose h2 { font-size: clamp(28px, 3.6vw, 44px); margin-top: 48px; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin-bottom: 18px; color: var(--light-dim); }
.prose ul {
  display: grid;
  gap: 0;
  margin: 0 0 24px;
  border: 1.5px solid var(--line-strong);
  background: var(--panel);
}
.prose ul li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 15.5px;
  color: var(--light-dim);
}
.prose ul li:last-child { border-bottom: none; }
.prose ul .ic { width: 14px; height: 14px; color: var(--amber); flex: none; transform: translateY(2px); }
.prose strong { color: var(--light); }
.prose a { color: var(--amber); }

.related { margin-top: 64px; }
.related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); margin-top: 24px; }
.related__grid .akte__title { font-size: 21px; }

.cta-banner {
  margin-top: 72px;
  padding: clamp(32px, 4.5vw, 56px);
  background:
    radial-gradient(560px 300px at 90% -20%, rgba(232, 156, 49, .1), transparent 60%),
    var(--panel);
  color: var(--light);
  border: 1.5px solid var(--line-strong);
  box-shadow: var(--shadow-hard);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 8px;
  background: var(--hazard);
}
.cta-banner h2 { font-size: clamp(28px, 3.6vw, 44px); margin: 8px 0 8px; }
.cta-banner p { color: var(--light-dim); font-size: 15px; max-width: 46ch; }
.cta-banner__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ============================================================
   MOTION-EBENE
   ============================================================ */

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--amber), var(--alarm));
  z-index: 100;
  pointer-events: none;
}

@keyframes hazard-march { from { background-position: 0 0; } to { background-position: 67.9px 0; } }
.header::after, .nrz::before, .logbook::before { animation: hazard-march 6s linear infinite; }

@keyframes rise-in {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}
@keyframes stamp-slam {
  0% { opacity: 0; transform: rotate(14deg) scale(3); filter: blur(2px); }
  55% { opacity: 1; transform: rotate(7deg) scale(.92); filter: blur(0); }
  75% { transform: rotate(7deg) scale(1.06); }
  100% { opacity: .9; transform: rotate(7deg) scale(1); }
}
@keyframes map-settle {
  0% { opacity: 0; transform: translateY(-46px) rotate(-5deg); }
  60% { opacity: 1; transform: translateY(6px) rotate(-.4deg); }
  100% { opacity: 1; transform: translateY(0) rotate(-1.2deg); }
}
@keyframes marker-swipe { from { transform: skewX(-8deg) scaleX(0); } to { transform: skewX(-8deg) scaleX(1); } }

html.js .hero .mono-label,
html.js .hero h1,
html.js .hero .lede,
html.js .hero .hero__ctas,
html.js .hero .hero__trust { opacity: 0; animation: rise-in .5s cubic-bezier(.16,1,.3,1) forwards; }
html.js .hero .mono-label { animation-delay: .02s; }
html.js .hero h1 { animation-delay: .12s; }
html.js .hero .lede { animation-delay: .3s; }
html.js .hero .hero__ctas { animation-delay: .42s; }
html.js .hero .hero__trust { animation-delay: .54s; }
html.js .marker::after { transform: skewX(-8deg) scaleX(0); transform-origin: left bottom; animation: marker-swipe .45s cubic-bezier(.3,.8,.3,1) .82s forwards; }
html.js .stamp { opacity: 0; animation: stamp-slam .55s cubic-bezier(.2,.8,.3,1.2) 1.05s forwards; }
html.js .hero .tri-map { opacity: 0; animation: map-settle .8s cubic-bezier(.25,.9,.3,1) .3s forwards; }
html.js .hero .tri-map.is-settled { animation: none; opacity: 1; }
.tri-map { transition: transform .35s cubic-bezier(.25,.9,.3,1); }
html.js .hero .logbook__in { animation: rise-in .6s ease .9s backwards; }

/* Reveals — is-in stellt die Komponenten-Transitions wieder her (Hover bleibt knackig) */
html.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; transition-delay: var(--stagger, 0s); }
html.js .reveal.is-in { opacity: 1; transform: none; transition-delay: 0s; }
html.js .index-row.reveal { transform: translateX(-26px); }
html.js .index-row.reveal.is-in { transform: none; transition: background .14s, padding-left .14s; }
html.js .akte.reveal { transform: translateY(30px) rotate(.6deg); }
html.js .akte.reveal.is-in { transform: none; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }

.tri-map { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  html.js .hero .mono-label, html.js .hero h1, html.js .hero .lede,
  html.js .hero .hero__ctas, html.js .hero .hero__trust,
  html.js .stamp, html.js .hero .tri-map { animation: none; opacity: 1; }
  html.js .marker::after { animation: none; transform: skewX(-8deg) scaleX(1); }
  .hq-ring, .logbook__dot, .m-rings circle, .logbook__entry::after, .map-scan::before, .funk li:last-child::after { animation: none; }
  .btn--amber::after { display: none; }
  .hq-ring { opacity: .4; transform: scale(1.4); }
  .header::after, .nrz::before, .logbook::before { animation: none; }
  * { transition-duration: .01ms !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .register__features { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .refs { grid-template-columns: 1fr; }
  .ref-group { border-right: none !important; border-bottom: 1px solid var(--line) !important; }
  .ref-group:last-child { border-bottom: none !important; }
  .process { grid-template-columns: 1fr 1fr; }
  .process li:nth-child(2n) { border-right: none; }
  .process li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .index-row { grid-template-columns: 64px minmax(0, 1fr) 32px; }
  .index-row__desc { display: none; }
}

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; padding-top: 44px; }
  .tri-map { max-width: 440px; margin-top: 10px; }
  .contact__grid, .career { grid-template-columns: 1fr; }
  .nrz__steps { grid-template-columns: 1fr; }
  .nrz__step { border-right: none; border-bottom: 1.5px solid var(--line); }
  .nrz__step:last-child { border-bottom: none; }
  .stamp { display: none; }
  .nav {
    position: fixed;
    inset: 79px 0 auto 0;
    z-index: 49;
    flex-direction: column;
    gap: 0;
    background: var(--bg-deep);
    border-bottom: 1.5px solid var(--line-strong);
    padding: 6px 0 10px;
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 15px var(--pad); font-size: 14px; }
  .nav-toggle {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1.5px solid var(--line-strong);
    background: var(--panel);
    box-shadow: 3px 3px 0 var(--shadow-ink);
  }
  .nav-toggle svg { width: 20px; height: 20px; }
  .header__phone .t-full { display: none; }
  .header__phone .t-sub { display: inline; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2n) { border-right: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .sticky-bar { display: grid; }
  .footer { padding-bottom: 150px; }
}

@media (max-width: 560px) {
  .form__row { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .process li { border-right: none; border-bottom: 1px solid var(--line); }
  .process li:last-child { border-bottom: none; }
  .related__grid { grid-template-columns: 1fr; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .index-row { grid-template-columns: 52px minmax(0, 1fr) 26px; gap: 12px; }
}
