:root {
  color-scheme: dark;
  --ink: #07111c;
  --ink-2: #0b1826;
  --ink-3: #102235;
  --panel: rgba(14, 30, 46, 0.82);
  --panel-strong: #13263a;
  --silver: #d8e2ea;
  --silver-2: #9fafbd;
  --muted: #7f91a3;
  --line: rgba(184, 205, 222, 0.18);
  --orange: #ff7a1a;
  --orange-2: #ffb064;
  --teal: #35d0ba;
  --green: #7ad66d;
  --danger: #ff5d5d;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background:
    linear-gradient(90deg, rgba(255, 122, 26, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(216, 226, 234, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 20% 0%, rgba(53, 208, 186, 0.12), transparent 36rem),
    linear-gradient(145deg, #06101b 0%, #0a1725 46%, #111c29 100%);
  background-size: 56px 56px, 56px 56px, auto, auto;
  color: var(--silver);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img,
svg,
canvas {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: rgba(255, 122, 26, 0.35);
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--orange);
  color: #08111b;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.top-alert {
  border-bottom: 1px solid var(--line);
  background: rgba(4, 11, 18, 0.72);
  color: var(--silver-2);
  font-size: 0.9rem;
}

.top-alert .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 16px;
}

.status-dot {
  display: inline-flex;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(122, 214, 109, 0.75);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 17, 28, 0.82);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.15);
}

.header-row {
  display: grid;
  grid-template-columns: minmax(224px, max-content) minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  min-height: 74px;
}

.brand-cluster {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 5px 6px 5px 0;
  border-radius: 8px;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(216, 226, 234, 0.38);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(216, 226, 234, 0.18), rgba(255, 122, 26, 0.12));
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.06);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border: 2px solid var(--teal);
  border-radius: 50%;
}

.brand-mark::before {
  width: 24px;
  height: 24px;
  border-left-color: transparent;
  animation: spin 7s linear infinite;
}

.brand-mark::after {
  width: 13px;
  height: 13px;
  border-color: var(--orange);
  border-right-color: transparent;
  animation: spin 4s linear reverse infinite;
}

.brand-text {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-text strong {
  color: #fff;
  font-size: 0.98rem;
  letter-spacing: 0;
  line-height: 1.1;
}

.brand-text span {
  color: var(--silver-2);
  font-size: 0.77rem;
  line-height: 1.15;
}

.nav-toggle {
  grid-column: 4;
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(216, 226, 234, 0.08);
  color: var(--silver);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.main-nav {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(184, 205, 222, 0.14);
  border-radius: 8px;
  background: rgba(216, 226, 234, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: var(--silver-2);
  font-size: 0.88rem;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 6px;
  white-space: nowrap;
  line-height: 1;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: #fff;
  background: rgba(255, 122, 26, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 122, 26, 0.34);
}

.main-nav a:is(
  [href="./"],
  [href="../"],
  [href="auto-mit-motorschaden-verkaufen/"],
  [href="../auto-mit-motorschaden-verkaufen/"],
  [href="motorschaden-bewertung/"],
  [href="../motorschaden-bewertung/"],
  [href="motorschaden-export/"],
  [href="../motorschaden-export/"],
  [href="#schadenarten"],
  [href="../#schadenarten"],
  [href="#faq"]
) {
  font-size: 0;
}

.main-nav a:is(
  [href="./"],
  [href="../"],
  [href="auto-mit-motorschaden-verkaufen/"],
  [href="../auto-mit-motorschaden-verkaufen/"],
  [href="motorschaden-bewertung/"],
  [href="../motorschaden-bewertung/"],
  [href="motorschaden-export/"],
  [href="../motorschaden-export/"],
  [href="#schadenarten"],
  [href="../#schadenarten"],
  [href="#faq"]
)::after {
  font-size: 0.88rem;
}

.main-nav a:is([href="./"], [href="../"])::after {
  content: "Start";
}

.main-nav a:is([href="auto-mit-motorschaden-verkaufen/"], [href="../auto-mit-motorschaden-verkaufen/"])::after {
  content: "Verkaufen";
}

.main-nav a:is([href="motorschaden-bewertung/"], [href="../motorschaden-bewertung/"])::after {
  content: "Bewertung";
}

.main-nav a:is([href="motorschaden-export/"], [href="../motorschaden-export/"])::after {
  content: "Export";
}

.main-nav a:is([href="#schadenarten"], [href="../#schadenarten"])::after {
  content: "Schadenarten";
}

.main-nav a[href="#faq"]::after {
  content: "FAQ";
}

.header-tools {
  grid-column: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.theme-mode {
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 122, 26, 0.38);
  border-radius: 8px;
  color: var(--silver);
  background: rgba(255, 122, 26, 0.09);
  box-shadow: inset 0 0 18px rgba(255, 122, 26, 0.06);
  font-size: 0.88rem;
  font-weight: 850;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.theme-mode:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 26, 0.58);
  background: rgba(255, 122, 26, 0.14);
}

.brand-theme-mode {
  display: none;
}

.moon-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(255, 122, 26, 0.56);
}

.moon-icon::after {
  content: "";
  position: absolute;
  display: none;
  top: -2px;
  right: -3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #07111c;
}

.theme-mode[aria-pressed="true"] .moon-icon {
  background: #f4f8fb;
  box-shadow:
    0 0 0 4px rgba(216, 226, 234, 0.12),
    0 0 18px rgba(216, 226, 234, 0.34);
}

.theme-mode[aria-pressed="true"] .moon-icon::after {
  display: block;
  inset: auto;
  top: -2px;
  right: -3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #07111c;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  color: #08111b;
  background: var(--orange);
  box-shadow: 0 10px 28px rgba(255, 122, 26, 0.2);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: var(--orange-2);
}

.btn.secondary {
  color: var(--silver);
  background: rgba(216, 226, 234, 0.08);
  border-color: var(--line);
  box-shadow: none;
}

.btn.secondary:hover {
  border-color: rgba(216, 226, 234, 0.36);
  background: rgba(216, 226, 234, 0.12);
}

.btn.ghost {
  color: var(--silver);
  background: transparent;
  border-color: rgba(216, 226, 234, 0.22);
  box-shadow: none;
}

.btn.full {
  width: 100%;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 112px);
  display: grid;
  align-items: center;
  padding: 58px 0 38px;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(7, 17, 28, 0.72));
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 34px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--teal);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.7rem, 6.2vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h1 .line {
  display: block;
}

.subhero h1 {
  max-width: 14ch;
  font-size: clamp(2.45rem, 5vw, 5.3rem);
}

.lead {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--silver);
  font-size: clamp(1.08rem, 2vw, 1.36rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin-top: 22px;
}

.point {
  min-height: 78px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(216, 226, 234, 0.055);
}

.point strong {
  display: block;
  color: #fff;
  font-size: 0.98rem;
}

.point span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-stage {
  position: relative;
  min-height: 580px;
  display: grid;
  align-items: end;
}

.engine-canvas-wrap {
  position: absolute;
  inset: -76px -118px 74px -230px;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
}

#engineScene {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 34px 46px rgba(0, 0, 0, 0.42));
}

.engine-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.scene-ready .engine-fallback {
  opacity: 0;
  visibility: hidden;
}

.css-engine {
  position: relative;
  width: min(72vw, 560px);
  aspect-ratio: 1.2;
  transform-style: preserve-3d;
  transform: rotateX(58deg) rotateZ(-22deg);
  animation: floatEngine 7s ease-in-out infinite;
}

.engine-block,
.engine-head,
.engine-pan,
.engine-turbo,
.engine-chain,
.engine-piston {
  position: absolute;
  border: 1px solid rgba(216, 226, 234, 0.34);
  background: linear-gradient(145deg, rgba(216, 226, 234, 0.32), rgba(68, 88, 104, 0.18));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35), inset 0 0 20px rgba(255, 255, 255, 0.08);
}

.engine-block {
  left: 18%;
  top: 34%;
  width: 54%;
  height: 28%;
  border-radius: 8px;
}

.engine-head {
  left: 22%;
  top: 19%;
  width: 48%;
  height: 16%;
  border-radius: 8px;
  animation: explodeTop 5.5s ease-in-out infinite;
}

.engine-pan {
  left: 24%;
  top: 63%;
  width: 44%;
  height: 14%;
  border-radius: 8px;
  animation: explodeBottom 5.5s ease-in-out infinite;
}

.engine-turbo {
  right: 7%;
  top: 28%;
  width: 20%;
  aspect-ratio: 1;
  border-radius: 50%;
  border-color: rgba(255, 122, 26, 0.65);
  animation: turboPulse 5.5s ease-in-out infinite;
}

.engine-chain {
  left: 7%;
  top: 26%;
  width: 13%;
  height: 44%;
  border-radius: 18px;
  border-color: rgba(53, 208, 186, 0.65);
  background: repeating-linear-gradient(0deg, rgba(53, 208, 186, 0.18) 0 8px, transparent 8px 16px);
  animation: chainLift 5.5s ease-in-out infinite;
}

.engine-piston {
  width: 10%;
  height: 21%;
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(216, 226, 234, 0.48), rgba(102, 128, 150, 0.22));
}

.engine-piston.p1 {
  left: 29%;
  top: 35%;
  animation: pistonOne 5.5s ease-in-out infinite;
}

.engine-piston.p2 {
  left: 45%;
  top: 35%;
  animation: pistonTwo 5.5s ease-in-out infinite;
}

.engine-piston.p3 {
  left: 61%;
  top: 35%;
  animation: pistonThree 5.5s ease-in-out infinite;
}

.scan-lines {
  position: absolute;
  inset: 8% 0 0;
  background: repeating-linear-gradient(180deg, rgba(53, 208, 186, 0.13) 0 1px, transparent 1px 26px);
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
  animation: scanMove 2.8s linear infinite;
}

.offer-console {
  position: relative;
  z-index: 4;
  align-self: end;
  border: 1px solid rgba(216, 226, 234, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(19, 38, 58, 0.9), rgba(7, 17, 28, 0.94));
  box-shadow: var(--shadow);
}

.console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.console-head strong {
  color: #fff;
}

.console-head span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
}

.quick-form {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field {
  display: grid;
  gap: 6px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--silver-2);
  font-size: 0.82rem;
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(216, 226, 234, 0.18);
  border-radius: 8px;
  background: rgba(3, 10, 18, 0.58);
  color: #fff;
  outline: none;
}

.field textarea {
  min-height: 92px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.14);
}

.result-box {
  min-height: 58px;
  padding: 12px;
  border: 1px solid rgba(53, 208, 186, 0.26);
  border-radius: 8px;
  background: rgba(53, 208, 186, 0.07);
  color: var(--silver);
  font-size: 0.92rem;
}

.result-box strong {
  color: #fff;
}

.result-box[data-status="pending"] {
  border-color: rgba(255, 122, 26, 0.38);
  background: rgba(255, 122, 26, 0.08);
}

.result-box[data-status="success"] {
  border-color: rgba(122, 214, 109, 0.42);
  background: rgba(122, 214, 109, 0.1);
}

.result-box[data-status="error"] {
  border-color: rgba(255, 93, 93, 0.42);
  background: rgba(255, 93, 93, 0.1);
}

.quick-form .btn:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.trust-strip {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(216, 226, 234, 0.045);
}

.trust-track {
  display: flex;
  width: max-content;
  animation: trustMove 24s linear infinite;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 28px;
  color: var(--silver);
  font-weight: 800;
  white-space: nowrap;
}

.trust-item::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(255, 122, 26, 0.7);
}

section {
  padding: 88px 0;
}

.section-head {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 34px;
}

.section-kicker {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}

.section-head p,
.text-block p,
.card p,
.service-card p,
.faq-answer,
.area-card p {
  color: var(--silver-2);
}

.damage-grid,
.service-grid,
.area-grid,
.process-grid,
.links-grid,
.faq-grid,
.comparison-grid {
  display: grid;
  gap: 18px;
}

.damage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid,
.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.area-grid,
.links-grid,
.comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card,
.service-card,
.area-card,
.process-step,
.faq-item,
.compare-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(216, 226, 234, 0.055);
}

.card,
.service-card,
.area-card,
.compare-item {
  padding: 18px;
}

.card {
  min-height: 322px;
  display: grid;
  grid-template-rows: 160px auto;
  gap: 16px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.card:hover,
.area-card:hover,
.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 26, 0.46);
  background: rgba(216, 226, 234, 0.08);
}

.visual {
  position: relative;
  min-height: 160px;
  overflow: hidden;
  border: 1px solid rgba(216, 226, 234, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 122, 26, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(53, 208, 186, 0.12), rgba(216, 226, 234, 0.04));
}

.visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(216, 226, 234, 0.18);
  transform: skew(-10deg);
}

.visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  height: 1px;
  background: rgba(53, 208, 186, 0.56);
  box-shadow: 0 0 26px rgba(53, 208, 186, 0.5);
  animation: scanLine 2.4s ease-in-out infinite;
}

.visual-shape {
  position: absolute;
  inset: 30px 34px;
  border: 2px solid rgba(216, 226, 234, 0.46);
  border-radius: 8px;
  transform: perspective(500px) rotateX(56deg) rotateZ(-14deg);
  box-shadow: 0 28px 45px rgba(0, 0, 0, 0.28), inset 0 0 24px rgba(255, 255, 255, 0.06);
}

.visual-shape::before,
.visual-shape::after {
  content: "";
  position: absolute;
  border: inherit;
  border-radius: inherit;
}

.visual-shape::before {
  inset: 16px 22px;
  border-color: rgba(255, 122, 26, 0.66);
}

.visual-shape::after {
  width: 34px;
  height: 34px;
  right: -18px;
  top: 28px;
  border-radius: 50%;
  border-color: rgba(53, 208, 186, 0.75);
}

.visual-turbo .visual-shape {
  border-radius: 50%;
  inset: 27px 62px;
  animation: spin 6s linear infinite;
}

.visual-piston .visual-shape::before {
  inset: auto 34px 14px;
  height: 46px;
  border-color: rgba(255, 122, 26, 0.72);
}

.visual-chain .visual-shape {
  inset: 28px 80px;
  border-radius: 26px;
  background: repeating-linear-gradient(0deg, rgba(216, 226, 234, 0.13) 0 10px, transparent 10px 20px);
}

.visual-gear .visual-shape {
  border-radius: 50%;
  inset: 34px 72px;
}

.visual-dashboard .visual-shape {
  inset: 34px 30px;
  transform: perspective(480px) rotateX(44deg);
}

.damage-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.damage-photo-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(216, 226, 234, 0.055);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.damage-photo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 26, 0.46);
  background: rgba(216, 226, 234, 0.08);
}

.damage-photo-card picture,
.damage-photo-card img {
  display: block;
}

.damage-photo-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  background: var(--ink-2);
  transition: transform 220ms ease;
}

.damage-photo-card:hover img {
  transform: scale(1.025);
}

.damage-photo-card figcaption {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  border-top: 1px solid var(--line);
  color: #fff;
  font-weight: 850;
  line-height: 1.25;
  background:
    linear-gradient(90deg, rgba(255, 122, 26, 0.13), transparent 45%),
    rgba(7, 17, 28, 0.76);
}

.service-card {
  min-height: 190px;
}

.metric {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 122, 26, 0.55);
  border-radius: 8px;
  color: var(--orange-2);
  background: rgba(255, 122, 26, 0.09);
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 34px;
  align-items: start;
}

.text-block {
  display: grid;
  gap: 22px;
}

.text-block h2 {
  margin-bottom: 4px;
}

.text-block p {
  margin: 0;
  font-size: 1.03rem;
}

.diagnostic-panel {
  position: sticky;
  top: 104px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(19, 38, 58, 0.86), rgba(7, 17, 28, 0.92));
  box-shadow: var(--shadow);
}

.panel-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.panel-row:last-child {
  border-bottom: 0;
}

.panel-row span {
  color: var(--muted);
}

.panel-row strong {
  color: #fff;
  text-align: right;
}

.process-step {
  min-height: 210px;
  padding: 20px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: rgba(53, 208, 186, 0.12);
  color: var(--teal);
  font-weight: 950;
}

.area-card {
  min-height: 178px;
}

.area-card a,
.card a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--orange-2);
  font-weight: 850;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 62px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  font-weight: 850;
}

.faq-question::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 1.25rem;
}

.faq-item.is-open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 18px 18px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.cta-band {
  padding: 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(255, 122, 26, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(255, 122, 26, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(19, 38, 58, 0.95), rgba(7, 17, 28, 0.95));
}

.cta-inner h2 {
  font-size: clamp(1.9rem, 3.3vw, 3.1rem);
}

.cta-inner p {
  max-width: 720px;
  color: var(--silver-2);
}

.subhero {
  min-height: auto;
  padding: 70px 0 56px;
}

.subhero .hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
}

.sub-visual {
  position: relative;
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 226, 234, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(19, 38, 58, 0.84), rgba(7, 17, 28, 0.92));
  overflow: hidden;
}

.sub-visual .visual {
  position: absolute;
  inset: 26px;
  min-height: auto;
}

.sub-visual .hud {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 10px;
}

.hud-line {
  display: grid;
  grid-template-columns: 108px 1fr 44px;
  align-items: center;
  gap: 10px;
  color: var(--silver-2);
  font-size: 0.82rem;
}

.bar {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(216, 226, 234, 0.1);
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--teal));
}

.breadcrumbs {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumbs a {
  color: var(--silver-2);
}

.links-grid a {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(216, 226, 234, 0.045);
  color: #fff;
  font-weight: 850;
}

.links-grid a:hover {
  border-color: rgba(255, 122, 26, 0.48);
}

.compare-item {
  min-height: 198px;
}

.impressum,
.datenschutz {
  border-top: 1px solid var(--line);
  background: rgba(4, 10, 17, 0.42);
}

.impressum-content,
.datenschutz-content {
  max-width: 860px;
}

.impressum-content h1,
.datenschutz-content h1 {
  max-width: none;
  margin: 0 0 30px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

.impressum-content h2,
.datenschutz-content h2 {
  margin-bottom: 30px;
}

.impressum-content h3,
.datenschutz-content h3 {
  margin-top: 26px;
}

.impressum-content p,
.datenschutz-content p,
.datenschutz-content ul {
  max-width: 76ch;
  margin: 0 0 16px;
  color: var(--silver-2);
}

.datenschutz-content ul {
  padding-left: 20px;
}

.datenschutz-content li + li {
  margin-top: 6px;
}

.impressum-content a,
.datenschutz-content a,
.footer-bottom a {
  color: var(--teal);
  font-weight: 800;
}

.impressum-content a:hover,
.datenschutz-content a:hover,
.footer-bottom a:hover {
  color: var(--orange);
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.site-footer {
  position: relative;
  padding: 50px 0 36px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(53, 208, 186, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(4, 10, 17, 0.9), rgba(10, 24, 38, 0.82));
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(53, 208, 186, 0.6), rgba(255, 122, 26, 0.5), transparent);
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 28px;
  align-items: start;
}

.footer-grid-primary {
  grid-template-columns: minmax(300px, 1.05fr) repeat(3, minmax(180px, 0.72fr));
  gap: 22px;
}

.footer-block {
  min-width: 0;
}

.footer-block:not(.footer-brand-block) {
  min-height: 100%;
  padding: 18px 0 8px 20px;
  border-left: 1px solid rgba(216, 226, 234, 0.12);
}

.footer-brand-block {
  max-width: none;
  padding: 24px;
  border: 1px solid rgba(216, 226, 234, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(53, 208, 186, 0.1), rgba(255, 122, 26, 0.08)),
    rgba(216, 226, 234, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-grid h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}

.footer-grid h3::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 16px rgba(53, 208, 186, 0.58);
}

.footer-title::before {
  content: none;
}

.footer-title-small {
  margin-top: 0;
}

.footer-symbol {
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid rgba(53, 208, 186, 0.3);
  border-radius: 8px;
  background: rgba(53, 208, 186, 0.09);
  color: var(--teal);
  box-shadow: inset 0 0 18px rgba(53, 208, 186, 0.08);
}

.footer-symbol svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-grid p,
.footer-grid a {
  color: var(--silver-2);
}

.footer-grid p {
  margin: 0;
  max-width: 34ch;
  line-height: 1.7;
}

.footer-grid a {
  display: flex;
  width: min(100%, 286px);
  align-items: center;
  gap: 9px;
  min-height: 36px;
  margin-top: 6px;
  padding: 6px 8px;
  border-radius: 6px;
  line-height: 1.35;
  transition: color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.footer-grid a::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 1px solid rgba(53, 208, 186, 0.75);
  border-radius: 999px;
  background: rgba(53, 208, 186, 0.18);
}

.footer-grid a:hover {
  color: var(--teal);
  transform: translateX(3px);
  background: rgba(53, 208, 186, 0.08);
}

.opening-hours {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(216, 226, 234, 0.12);
}

.opening-hours h3 {
  margin-bottom: 10px;
}

.footer-hours-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-hours-list li {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid rgba(216, 226, 234, 0.1);
  border-radius: 8px;
  background: rgba(216, 226, 234, 0.045);
  color: var(--silver-2);
  line-height: 1.45;
}

.footer-hours-list strong {
  color: #fff;
  font-size: 0.9rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(216, 226, 234, 0.14);
  color: var(--muted);
  font-size: 0.9rem;
}

.privacy-notice {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 74;
  width: min(calc(100% - 36px), 560px);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 17, 28, 0.94);
  color: var(--silver);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.privacy-notice.is-hidden {
  display: none;
}

.privacy-notice p {
  margin: 0;
  color: var(--silver-2);
  font-size: 0.88rem;
}

.privacy-notice a {
  color: var(--teal);
  font-weight: 850;
}

.privacy-notice button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: var(--orange);
  color: #07111c;
  font-weight: 900;
}

.floating-actions {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 72;
  display: grid;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translate(18px, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-actions.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.float-action {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #06101b;
  font-weight: 950;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.float-action:hover {
  transform: translateX(-3px);
}

.float-action svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.float-whatsapp {
  border: 1px solid rgba(122, 214, 109, 0.5);
  background: #25d366;
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.26);
}

.float-phone {
  border: 1px solid rgba(255, 122, 26, 0.62);
  background: var(--orange);
  box-shadow: 0 18px 42px rgba(255, 122, 26, 0.24);
}

.float-form {
  border: 1px solid rgba(53, 208, 186, 0.62);
  background: var(--teal);
  box-shadow: 0 18px 42px rgba(53, 208, 186, 0.22);
}

.legal-note {
  color: var(--muted);
  font-size: 0.82rem;
}

html[data-theme="light"] {
  color-scheme: light;
  --ink: #f4f8fb;
  --ink-2: #e9f1f6;
  --ink-3: #dbe7ef;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: #ffffff;
  --silver: #102235;
  --silver-2: #43576b;
  --muted: #66798b;
  --line: rgba(7, 17, 28, 0.2);
  --shadow: 0 24px 70px rgba(24, 48, 70, 0.18);
}

html[data-theme="light"] body {
  background:
    linear-gradient(90deg, rgba(7, 17, 28, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 17, 28, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 20% 0%, rgba(53, 208, 186, 0.14), transparent 36rem),
    radial-gradient(circle at 86% 18%, rgba(255, 122, 26, 0.12), transparent 32rem),
    linear-gradient(145deg, #f9fcfe 0%, #eef5f9 48%, #e4eef5 100%);
}

html[data-theme="light"] .top-alert,
html[data-theme="light"] .site-header {
  background: rgba(249, 252, 254, 0.88);
}

html[data-theme="light"] .site-header {
  box-shadow: 0 12px 30px rgba(24, 48, 70, 0.1);
}

html[data-theme="light"] .main-nav {
  border-color: rgba(7, 17, 28, 0.12);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

html[data-theme="light"] .main-nav a[aria-current="page"],
html[data-theme="light"] .main-nav a:hover {
  background: rgba(255, 122, 26, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 122, 26, 0.26);
}

html[data-theme="light"] .main-nav.is-open {
  background: rgba(249, 252, 254, 0.98);
}

html[data-theme="light"] .brand-mark {
  border-color: rgba(7, 17, 28, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 122, 26, 0.16));
  box-shadow: inset 0 0 18px rgba(7, 17, 28, 0.06);
}

html[data-theme="light"] .brand-text strong,
html[data-theme="light"] .main-nav a[aria-current="page"],
html[data-theme="light"] .main-nav a:hover,
html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] .impressum-content h1,
html[data-theme="light"] .datenschutz-content h1,
html[data-theme="light"] .point strong,
html[data-theme="light"] .console-head strong,
html[data-theme="light"] .result-box strong,
html[data-theme="light"] .panel-row strong,
html[data-theme="light"] .faq-question,
html[data-theme="light"] .links-grid a {
  color: #07111c;
}

html[data-theme="light"] .btn.secondary,
html[data-theme="light"] .nav-toggle,
html[data-theme="light"] .theme-mode {
  color: #102235;
  background: rgba(255, 255, 255, 0.76);
}

html[data-theme="light"] .theme-mode {
  border-color: rgba(7, 17, 28, 0.24);
  box-shadow: 0 10px 24px rgba(24, 48, 70, 0.08);
}

html[data-theme="light"] .theme-mode:hover {
  border-color: rgba(255, 122, 26, 0.45);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(24, 48, 70, 0.12);
}

html[data-theme="light"] .moon-icon {
  background: var(--orange);
  box-shadow: 0 0 18px rgba(255, 122, 26, 0.42);
}

html[data-theme="light"] .moon-icon::after {
  display: none;
}

html[data-theme="light"] .hero::before {
  background: linear-gradient(180deg, transparent, rgba(244, 248, 251, 0.78));
}

html[data-theme="light"] .point,
html[data-theme="light"] .card,
html[data-theme="light"] .damage-photo-card,
html[data-theme="light"] .service-card,
html[data-theme="light"] .area-card,
html[data-theme="light"] .process-step,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .compare-item,
html[data-theme="light"] .links-grid a,
html[data-theme="light"] .trust-strip {
  background: rgba(255, 255, 255, 0.58);
}

html[data-theme="light"] .offer-console,
html[data-theme="light"] .diagnostic-panel,
html[data-theme="light"] .sub-visual,
html[data-theme="light"] .cta-inner {
  background:
    linear-gradient(110deg, rgba(255, 122, 26, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(232, 241, 247, 0.92));
  box-shadow: var(--shadow);
}

html[data-theme="light"] .field input,
html[data-theme="light"] .field select,
html[data-theme="light"] .field textarea {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(7, 17, 28, 0.18);
  color: #07111c;
}

html[data-theme="light"] .result-box {
  background: rgba(53, 208, 186, 0.12);
}

html[data-theme="light"] .visual {
  border-color: rgba(7, 17, 28, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 122, 26, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(53, 208, 186, 0.13), rgba(7, 17, 28, 0.05));
}

html[data-theme="light"] .visual::before,
html[data-theme="light"] .visual-shape {
  border-color: rgba(7, 17, 28, 0.42);
}

html[data-theme="light"] .damage-photo-card figcaption {
  color: #07111c;
  background:
    linear-gradient(90deg, rgba(255, 122, 26, 0.16), transparent 48%),
    rgba(255, 255, 255, 0.78);
}

html[data-theme="light"] .site-footer {
  background:
    linear-gradient(180deg, rgba(53, 208, 186, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(239, 247, 251, 0.96), rgba(225, 238, 247, 0.92));
}

html[data-theme="light"] .footer-brand-block {
  border-color: rgba(7, 17, 28, 0.1);
  background:
    linear-gradient(135deg, rgba(53, 208, 186, 0.12), rgba(255, 122, 26, 0.09)),
    rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

html[data-theme="light"] .footer-block:not(.footer-brand-block) {
  border-left-color: rgba(7, 17, 28, 0.1);
}

html[data-theme="light"] .footer-grid a:hover {
  background: rgba(53, 208, 186, 0.1);
}

html[data-theme="light"] .footer-hours-list li {
  border-color: rgba(7, 17, 28, 0.08);
  background: rgba(255, 255, 255, 0.46);
}

html[data-theme="light"] .footer-hours-list strong {
  color: #07111c;
}

html[data-theme="light"] .opening-hours,
html[data-theme="light"] .footer-bottom {
  border-color: rgba(7, 17, 28, 0.12);
}

html[data-theme="light"] .impressum,
html[data-theme="light"] .datenschutz {
  background: rgba(232, 241, 247, 0.58);
}

html[data-theme="light"] .privacy-notice {
  background: rgba(249, 252, 254, 0.96);
  box-shadow: 0 18px 46px rgba(24, 48, 70, 0.18);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatEngine {
  0%,
  100% {
    transform: rotateX(58deg) rotateZ(-22deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotateX(62deg) rotateZ(-18deg) translate3d(0, -16px, 24px);
  }
}

@keyframes explodeTop {
  0%,
  35%,
  100% {
    transform: translateY(0);
  }
  58%,
  78% {
    transform: translateY(-48px);
  }
}

@keyframes explodeBottom {
  0%,
  35%,
  100% {
    transform: translateY(0);
  }
  58%,
  78% {
    transform: translateY(42px);
  }
}

@keyframes turboPulse {
  0%,
  35%,
  100% {
    transform: translateX(0) rotate(0);
  }
  58%,
  78% {
    transform: translateX(62px) rotate(70deg);
  }
}

@keyframes chainLift {
  0%,
  35%,
  100% {
    transform: translateX(0);
  }
  58%,
  78% {
    transform: translateX(-42px);
  }
}

@keyframes pistonOne {
  0%,
  35%,
  100% {
    transform: translateY(0);
  }
  58%,
  78% {
    transform: translate(-24px, -36px);
  }
}

@keyframes pistonTwo {
  0%,
  35%,
  100% {
    transform: translateY(0);
  }
  58%,
  78% {
    transform: translateY(-58px);
  }
}

@keyframes pistonThree {
  0%,
  35%,
  100% {
    transform: translateY(0);
  }
  58%,
  78% {
    transform: translate(25px, -36px);
  }
}

@keyframes scanMove {
  from {
    transform: translateY(-22px);
  }
  to {
    transform: translateY(22px);
  }
}

@keyframes trustMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scanLine {
  0%,
  100% {
    transform: translateY(-48px);
    opacity: 0.35;
  }
  50% {
    transform: translateY(48px);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1080px) {
  .header-row {
    grid-template-columns: auto minmax(10px, 1fr) auto auto;
  }

  .nav-toggle {
    display: inline-block;
    justify-self: end;
  }

  .main-nav {
    display: none;
  }

  .header-tools {
    grid-column: 3;
  }

  .theme-mode {
    width: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 0;
  }

  .theme-mode-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .main-nav.is-open {
    position: fixed;
    inset: calc(100% + 10px) 12px auto;
    display: grid;
    justify-self: stretch;
    justify-content: stretch;
    align-content: start;
    align-items: stretch;
    width: auto;
    max-width: none;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 17, 28, 0.97);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open a {
    width: 100%;
    justify-content: flex-start;
    padding: 13px 12px;
    border-bottom: 1px solid var(--line);
  }

  .hero-grid,
  .subhero .hero-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 500px;
  }

  .engine-canvas-wrap {
    inset: -80px -74px 190px -90px;
  }

  .offer-console {
    max-width: 680px;
  }

  .damage-grid,
  .damage-photo-grid,
  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .header-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding-right: 92px;
  }

  .brand-cluster {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .brand-theme-mode {
    display: inline-flex;
    flex: 0 0 auto;
    width: 34px;
    min-height: 34px;
    padding: 0;
    justify-content: center;
  }

  .brand-text strong {
    font-size: 0.92rem;
    white-space: nowrap;
  }

  .header-tools {
    display: none !important;
    position: absolute;
    top: 50%;
    right: 58px;
    z-index: 2;
    transform: translateY(-50%);
  }

  .nav-toggle {
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 3;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
  }

  .theme-mode {
    width: 38px;
    min-height: 38px;
  }

  .moon-icon {
    width: 16px;
    height: 16px;
  }

  .moon-icon::after {
    width: 15px;
    height: 15px;
  }

  .top-alert .container {
    min-height: 44px;
    justify-content: center;
    text-align: center;
  }

  .top-alert span:first-child {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.78rem;
  }

  .top-alert .hide-small {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-text span {
    display: none;
  }

  .header-row {
    min-height: 68px;
  }

  .main-nav.is-open {
    inset: calc(100% + 10px) 12px auto;
  }

  .hero {
    min-height: auto;
    padding: 44px 0 34px;
  }

  h1,
  .subhero h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 9.4vw, 3.05rem);
    line-height: 1.02;
    word-break: break-word;
  }

  .lead {
    font-size: 1.06rem;
    max-width: 32ch;
  }

  .hero-points,
  .hero-actions,
  .form-grid,
  .damage-grid,
  .damage-photo-grid,
  .service-grid,
  .area-grid,
  .process-grid,
  .links-grid,
  .faq-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
    max-width: 360px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-points {
    display: none;
  }

  .hero-stage {
    min-height: 790px;
    margin-top: -8px;
  }

  .engine-canvas-wrap {
    inset: -34px -78px 560px -78px;
  }

  .console-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  section {
    padding: 64px 0;
  }

  .sub-visual {
    min-height: 330px;
  }

  .diagnostic-panel {
    position: static;
  }

  .cta-inner {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
    gap: 18px;
  }

  .site-footer {
    padding: 38px 0 30px;
  }

  .footer-brand-block {
    max-width: none;
    padding: 20px;
  }

  .footer-block:not(.footer-brand-block) {
    min-height: auto;
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid rgba(216, 226, 234, 0.12);
    border-left: 0;
  }

  .footer-grid a {
    width: 100%;
  }

  .footer-bottom {
    align-items: start;
    margin-top: 18px;
  }

  .footer-bottom-links {
    justify-content: start;
  }

  .floating-actions {
    right: 12px;
    gap: 8px;
  }

  .float-action {
    width: 48px;
    height: 48px;
  }

  .privacy-notice {
    grid-template-columns: 1fr;
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(calc(100% - 22px), var(--max));
  }

  .floating-actions {
    right: 10px;
  }

  .float-action {
    width: 44px;
    height: 44px;
  }

  .float-action svg {
    width: 21px;
    height: 21px;
  }

  .btn {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 0.92rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-stage {
    min-height: 780px;
  }

  .offer-console {
    margin-inline: -2px;
  }

  .quick-form {
    padding: 14px;
  }

  .hud-line {
    grid-template-columns: 92px 1fr 38px;
  }
}
