/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../wp-content/themes/Listandsell/fonts/nunito/nunito-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../wp-content/themes/Listandsell/fonts/nunito/nunito-sans-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url('../wp-content/themes/Listandsell/fonts/space-grotesk.woff2') format('woff2'),
    url('../wp-content/themes/Listandsell/fonts/space-grotesk-300.woff') format('woff');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('../wp-content/themes/Listandsell/fonts/space-grotesk.woff2') format('woff2'),
    url('../wp-content/themes/Listandsell/fonts/space-grotesk-400.woff') format('woff');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url('../wp-content/themes/Listandsell/fonts/space-grotesk.woff2') format('woff2'),
    url('../wp-content/themes/Listandsell/fonts/space-grotesk-500.woff') format('woff');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url('../wp-content/themes/Listandsell/fonts/space-grotesk.woff2') format('woff2'),
    url('../wp-content/themes/Listandsell/fonts/space-grotesk-600.woff') format('woff');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url('../wp-content/themes/Listandsell/fonts/space-grotesk.woff2') format('woff2'),
    url('../wp-content/themes/Listandsell/fonts/space-grotesk-700.woff') format('woff');
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url('../wp-content/themes/Listandsell/fonts/dm-mono-300.woff2') format('woff2'),
    url('../wp-content/themes/Listandsell/fonts/dm-mono-300.woff') format('woff');
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('../wp-content/themes/Listandsell/fonts/dm-mono-400.woff2') format('woff2'),
    url('../wp-content/themes/Listandsell/fonts/dm-mono-400.woff') format('woff');
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url('../wp-content/themes/Listandsell/fonts/dm-mono-500.woff2') format('woff2'),
    url('../wp-content/themes/Listandsell/fonts/dm-mono-500.woff') format('woff');
}

/* ===== WPFORM BEGIN ==== */
.wpforms-container#wpforms-26 {
	display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px !important;
    padding: 28px;
}

#wpforms-form-26 input,
#wpforms-form-26 textarea {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 12px 14px;
  transition:
    border-color 0.2s,
    background-color 0.2s;
}
#wpforms-form-26 textarea {
  resize: vertical;
  min-height: 120px;
}
#wpforms-form-26 label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
#wpforms-form-26 input::placeholder,
#wpforms-form-26 textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#wpforms-form-26 input:focus,
#wpforms-form-26 textarea:focus {
  outline: none;
  border-color: var(--accent);
  background-color: rgba(29, 111, 242, 0.08);
}
#wpforms-form-26 .wpforms-submit {
	width: 100%;
  justify-content: center;
  margin-top: 4px;
	background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    color: #fff;
    padding: 14px 28px;
    font-size: 14px;
    box-shadow: 0 6px 24px rgba(29, 111, 242, 0.35);
	    font-weight: 700;
    border-radius: 8px;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

#wpforms-form-26 .wpforms-submit:hover {
transform: translateY(-2px);
 box-shadow: 0 10px 32px rgba(29, 111, 242, 0.45);
}

:root {
  /* Colour system (ported from the original `C` object) */
  --bg: #f0f2f5;
  --bg-alt: #e8eaed;
  --dark: #0a0e14;
  --dark-alt: #111722;
  --accent: #1d6ff2;
  --accent-deep: #0d4fc7;
  --accent-bright: #3b82f6;
  --accent-glow: rgba(29, 111, 242, 0.18);
  --text: #0f1117;
  --muted: #64748b;
  --border: #dde1e8;
  --white: #ffffff;
  --success: #10b981;

  /* Layout */
  --container: 1350px;
  --nav-height: 66px;
  --page-x: 28px; /* global horizontal gutter — reduced on smaller screens */

  /* Type */
  --font-sans: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  --font-mono: 'DM Mono', ui-monospace, 'SFMono-Regular', monospace;

  /* Motion */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ─── Base / Reset ───────────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  background-color: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button {
  font-family: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* ─── Utilities ──────────────────────────────────────────────────────────── */
.container {
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
}
.container--narrow {
  max-width: 860px;
}
.container--tight {
  max-width: 620px;
}

.section {
  padding: clamp(64px, 8vw, 120px) var(--page-x);
}

.icon {
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon--fill {
  fill: currentColor;
  stroke: none;
}

/* Eyebrow / section label */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.eyebrow--center {
  justify-content: center;
}
.eyebrow__line {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--accent), var(--accent-bright));
}
.eyebrow--center .eyebrow__line:last-child {
  background: linear-gradient(to left, var(--accent), var(--accent-bright));
}
.eyebrow__text {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}

/* Gradient text accent */
.grad-text {
  background: linear-gradient(135deg, var(--accent), var(--accent-bright));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-weight: 700;
  border-radius: 8px;
  line-height: 1;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
}
.btn--grad {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  padding: 14px 28px;
  font-size: 14px;
  box-shadow: 0 6px 24px rgba(29, 111, 242, 0.35);
}
.btn--grad:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(29, 111, 242, 0.45);
}
.btn--ghost {
  background-color: transparent;
  color: #fff;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.05);
}
.btn--sm {
  padding: 11px 22px;
  font-size: 14px;
  border-radius: 7px;
  box-shadow: 0 6px 20px rgba(29, 111, 242, 0.3);
}
.btn--lg {
  padding: 16px 36px;
  font-size: 16px;
  gap: 10px;
  box-shadow: 0 8px 28px rgba(29, 111, 242, 0.35);
}
.btn--lg.btn--grad:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(29, 111, 242, 0.45);
}

/* Scroll-reveal (replaces framer-motion in-view variants) */
[data-reveal] {
  opacity: 0;
  transition:
    opacity 0.65s var(--ease-out-expo),
    transform 0.65s var(--ease-out-expo);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
[data-reveal='up'] {
  transform: translateY(32px);
}
[data-reveal='left'] {
  transform: translateX(-24px);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* ════════════════════════════════════════════════════════════════════════
   NAV
   ════════════════════════════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background-color: rgba(10, 14, 20, 0);
  transition:
    background-color 0.35s ease,
    backdrop-filter 0.35s ease,
    border-color 0.35s ease;
}
.nav--scrolled {
  background-color: rgba(240, 242, 245, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(0, 0, 0, 0.07);
}
.nav__inner {
  position: relative;
  z-index: 3; /* keep logo + close button above the slide-in drawer */
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--page-x);
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* Logo image: white variant over the dark/transparent nav, dark variant when solid */
.brand__logo {
  display: block;
  height: 38px;
  width: auto;
}
.brand__logo--dark {
  display: none;
}
.nav--scrolled .brand__logo--light {
  display: none;
}
.nav--scrolled .brand__logo--dark {
  display: block;
}

.nav__links {
  display: none;
  gap: 32px;
  align-items: center;
}
.nav__link {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}
.nav__link:hover {
  color: #fff;
}
.nav--scrolled .nav__link {
  color: #3a3a3a;
}
.nav--scrolled .nav__link:hover {
  color: var(--accent);
}

.nav__cta {
  display: flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  padding: 9px 18px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 14px var(--accent-glow);
  transition:
    opacity 0.2s,
    transform 0.15s;
}
.nav__cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.nav__toggle {
  display: inline-flex;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #fff;
  transition: color 0.35s ease;
}
.nav--scrolled .nav__toggle {
  color: var(--text);
}
.nav__toggle .icon--close {
  display: none;
}
.nav.is-open .nav__toggle .icon--menu {
  display: none;
}
.nav.is-open .nav__toggle .icon--close {
  display: inline-block;
}

/* Mobile drawer: slides in from the left, BELOW the nav bar so #nav stays visible */
.nav__scrim {
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(10, 14, 20, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}
.nav.is-open .nav__scrim {
  opacity: 1;
  visibility: visible;
}
.nav__mobile {
  position: fixed;
  top: var(--nav-height);
  left: 0;
  z-index: 2;
  width: min(330px, 84vw);
  height: calc(100vh - var(--nav-height));
  height: calc(100dvh - var(--nav-height));
  background-color: var(--dark);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 24px 0 60px rgba(0, 0, 0, 0.4);
  transform: translateX(-100%);
  transition: transform 0.4s var(--ease-out-expo);
}
.nav.is-open .nav__mobile {
  transform: translateX(0);
}
.nav__mobile-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 28px 32px;
}
.nav__mobile-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nav__mobile-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 0.2s;
}
.nav__mobile-links a:hover {
  color: #fff;
}
.nav__mobile-foot {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nav__mobile-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 13px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 14px var(--accent-glow);
  transition: transform 0.15s;
}
.nav__mobile-cta:hover {
  transform: translateY(-1px);
}
.nav__mobile-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}
.nav__mobile-address .icon {
  margin-top: 2px;
  color: var(--accent-bright);
}

/* ════════════════════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  background-color: var(--dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 72px;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('https://car-gutachten.de/wp-content/uploads/2026/06/Gutachten-ban.webp');
  background-size: cover;
  background-position: center 40%;
  opacity: 0.18;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 14, 20, 0.5) 0%,
    rgba(10, 14, 20, 0.85) 60%,
    rgba(10, 14, 20, 1) 100%
  );
}
.accent-line-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-bright), transparent);
}
.grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 80px 80px;
}
.grid-lines--fine {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero__content {
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
  padding: 110px var(--page-x) 0;
  position: relative;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(29, 111, 242, 0.12);
  border: 1px solid rgba(29, 111, 242, 0.3);
  border-radius: 40px;
  padding: 6px 14px;
  margin-bottom: 32px;
}
.badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--accent-bright);
  box-shadow: 0 0 8px var(--accent-bright);
}
.badge__text {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-bright);
  font-weight: 600;
}

.hero__title {
  font-size: clamp(46px, 7.5vw, 108px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 0 0 24px;
  max-width: 960px;
}
.hero__title-muted {
  color: rgba(255, 255, 255, 0.28);
}
.hero__title-stroke {
  -webkit-text-stroke: 1px rgba(29, 111, 242, 0.7);
  color: transparent;
}
.hero__lead {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 500px;
  line-height: 1.75;
  margin: 0 0 44px;
}
.hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.hero__stats {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
.stat {
  margin-bottom: 20px;
}
.stat:not(:last-child) {
  padding-right: 48px;
  margin-right: 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.stat__num {
  font-family: var(--font-mono);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.stat__label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 6px;
}

.scroll-hint {
  position: absolute;
  bottom: 32px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  opacity: 0;
  animation:
    hint-in 1s ease 2.5s forwards,
    hint-bounce 2.2s ease-in-out 2.5s infinite;
}
.scroll-hint span {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
}
@keyframes hint-in {
  to {
    opacity: 1;
  }
}
@keyframes hint-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}

/* ════════════════════════════════════════════════════════════════════════
   MARQUEE
   ════════════════════════════════════════════════════════════════════════ */
.marquee {
  background-color: var(--dark-alt);
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.marquee__track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
}
.marquee__item span:first-child {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}
.marquee__diamond {
  color: var(--accent);
  font-size: 7px;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ════════════════════════════════════════════════════════════════════════
   SERVICES
   ════════════════════════════════════════════════════════════════════════ */
.section-head {
  margin-bottom: 56px;
}
.section-head__title {
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0;
  max-width: 560px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2px;
}
.service {
  padding: 32px 28px;
  border-radius: 6px;
  border: 1px solid transparent;
  background-color: transparent;
  transition: all 0.3s ease;
}
.service:hover {
  background-color: var(--dark-alt);
  border-color: rgba(29, 111, 242, 0.2);
}
.service__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.service__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #e4e7ed;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5568;
  transition: all 0.3s ease;
}
.service:hover .service__icon {
  background: linear-gradient(135deg, rgba(29, 111, 242, 0.13), rgba(59, 130, 246, 0.13));
  border-color: rgba(29, 111, 242, 0.3);
  color: var(--accent-bright);
}
.service__tag {
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--muted);
  font-weight: 500;
  transition: all 0.3s;
}
.service:hover .service__tag {
  background-color: rgba(29, 111, 242, 0.12);
  color: var(--accent-bright);
}
.service__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  color: var(--text);
  transition: color 0.3s;
}
.service:hover .service__title {
  color: #fff;
}
.service__desc {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px;
  color: var(--muted);
  transition: color 0.3s;
}
.service:hover .service__desc {
  color: rgba(255, 255, 255, 0.5);
}
.service__more {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  transition: color 0.3s;
}
.service:hover .service__more {
  color: var(--accent-bright);
}

/* ════════════════════════════════════════════════════════════════════════
   DAMAGE
   ════════════════════════════════════════════════════════════════════════ */
.damage {
  background-color: var(--dark-alt);
  position: relative;
  overflow: hidden;
}
.damage__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.damage__title {
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0;
  color: #fff;
}
.muted-3 {
  color: rgba(255, 255, 255, 0.3);
}
.damage__intro {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 340px;
  line-height: 1.7;
  margin: 0;
}

.damage__tabs {
  /* Temporarily hidden — the gallery items drive the panel instead */
  display: none;
  gap: 4px;
  margin: 0 0 36px;
  flex-wrap: wrap;
}
.damage__tab {
  padding: 9px 18px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}
.damage__tab:hover {
  color: rgba(255, 255, 255, 0.7);
}
.damage__tab.is-active {
  border-color: rgba(29, 111, 242, 0.5);
  background-color: rgba(29, 111, 242, 0.15);
  color: var(--accent-bright);
}

.damage__panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  align-items: center;
}
.damage__panel.is-swapping {
  opacity: 0;
  transform: translateY(16px);
}
.damage__panel {
  transition:
    opacity 0.4s var(--ease-out-expo),
    transform 0.4s var(--ease-out-expo);
}
.damage__media {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  position: relative;
}
.damage__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.damage__media-grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(10, 14, 20, 0.85), transparent);
}
.damage__media-cap {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.08em;
}
.damage__tagpill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  background-color: rgba(29, 111, 242, 0.12);
  border: 1px solid rgba(29, 111, 242, 0.25);
  font-size: 10px;
  color: var(--accent-bright);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
.damage__name {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
}
.damage__desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  margin: 0 0 28px;
}
.damage__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.damage__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.check-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(29, 111, 242, 0.15);
  border: 1px solid rgba(29, 111, 242, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-bright);
}
.damage__cta {
  margin-top: 28px;
}

.gallery {
  margin-top: 56px;
}
.gallery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gallery__label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 600;
}
.gallery__count {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--font-mono);
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}
.gallery__item {
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  aspect-ratio: 4 / 3;
  transition: border-color 0.2s;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  transition: filter 0.3s;
}
.gallery__item.is-active {
  border-color: var(--accent);
}
.gallery__item.is-active img {
  filter: none;
}
.gallery__cap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 12px 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}
.gallery__cap-title {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.gallery__cap-sub {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ════════════════════════════════════════════════════════════════════════
   INDEPENDENCE
   ════════════════════════════════════════════════════════════════════════ */
.indep__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 72px;
  align-items: center;
}
.indep__title {
  font-size: clamp(26px, 3.5vw, 50px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin: 0 0 22px;
}
.indep__title .soft {
  color: #a0aec0;
}
.indep__text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 32px;
  max-width: 460px;
}
.trust-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.trust-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #2d3748;
  font-weight: 500;
}
.trust-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(29, 111, 242, 0.13), rgba(59, 130, 246, 0.13));
  border: 1px solid rgba(29, 111, 242, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-bright);
}

.metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.metric {
  padding: 22px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.metric:nth-child(odd) {
  background-color: var(--dark-alt);
}
.metric:nth-child(even) {
  background-color: var(--dark);
}
.metric__num {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 400;
  color: var(--accent-bright);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.metric__label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.5;
}
.metric-cta {
  margin-top: 12px;
  padding: 20px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(29, 111, 242, 0.1), rgba(29, 111, 242, 0.04));
  border: 1px solid rgba(29, 111, 242, 0.2);
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--accent-bright);
}
.metric-cta__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
.metric-cta__sub {
  font-size: 14px;
  color: var(--muted);
}

/* ════════════════════════════════════════════════════════════════════════
   PROCESS
   ════════════════════════════════════════════════════════════════════════ */
.process {
  background-color: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.process__head {
  text-align: center;
  margin-bottom: 64px;
}
.process__title {
  font-size: clamp(26px, 3.5vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.step {
  padding: 36px 24px 28px;
  position: relative;
}
.step:not(:last-child) {
  border-right: 1px solid var(--border);
}
/* Connector node: a chevron disc centred on the divider, aligned to the number */
.step:not(:last-child) .step__connector {
  position: absolute;
  top: 53px;
  right: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-bright));
  border: 4px solid var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(29, 111, 242, 0.3);
  z-index: 2;
}
.step:not(:last-child) .step__connector::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: translateX(-1px) rotate(45deg);
}
.step__num {
  font-family: var(--font-mono);
  font-size: 56px;
  font-weight: 300;
  color: #dde1e8;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.step__title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  color: var(--text);
}
.step__desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

.speed {
  margin-top: 48px;
  padding: 24px 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--dark), var(--dark-alt));
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.speed__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.speed__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(29, 111, 242, 0.13), rgba(59, 130, 246, 0.13));
  border: 1px solid rgba(29, 111, 242, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-bright);
}
.speed__title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}
.speed__sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

/* ════════════════════════════════════════════════════════════════════════
   TESTIMONIALS
   ════════════════════════════════════════════════════════════════════════ */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 16px;
}
.testi {
  background-color: var(--white);
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
}
.stars {
  display: flex;
  gap: 2px;
  color: var(--accent);
}
.testi__text {
  font-size: 14.5px;
  line-height: 1.75;
  color: #2d3748;
  margin: 16px 0 20px;
}
.testi__foot {
  border-top: 1px solid var(--border);
  padding-top: 14px;
}
.testi__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.testi__role {
  font-size: 14px;
  color: var(--muted);
  margin-top: 2px;
}

.google-badge {
  margin-top: 40px;
}
.google-badge__inner {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background-color: var(--white);
  padding: 14px 20px;
  border-radius: 10px;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
}
.google-badge__score {
  font-family: var(--font-mono);
  font-size: 24px;
  color: var(--text);
}
.google-badge__sub {
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}
.google-badge__divider {
  width: 1px;
  height: 34px;
  background-color: var(--border);
  margin: 0 4px;
}
.google-badge__note {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}

/* ════════════════════════════════════════════════════════════════════════
   FAQ
   ════════════════════════════════════════════════════════════════════════ */
.faq {
  background-color: var(--dark-alt);
  position: relative;
  overflow: hidden;
}
.faq__head {
  margin-bottom: 48px;
  text-align: center;
}
.faq__title {
  font-size: clamp(26px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0;
  color: #fff;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq__item {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background-color: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition:
    border-color 0.2s,
    background-color 0.2s;
}
.faq__item.is-open {
  border-color: rgba(29, 111, 242, 0.3);
  background-color: rgba(29, 111, 242, 0.07);
}
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.faq__q-text {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: -0.015em;
}
.faq__item.is-open .faq__q-text {
  color: #fff;
}
.faq__icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
  transition: background-color 0.2s;
}
.faq__item.is-open .faq__icon {
  background-color: rgba(29, 111, 242, 0.25);
  color: var(--accent-bright);
}
.faq__icon .icon--minus {
  display: none;
}
.faq__item.is-open .faq__icon .icon--plus {
  display: none;
}
.faq__item.is-open .faq__icon .icon--minus {
  display: inline-block;
}
.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s var(--ease-out-expo);
}
.faq__item.is-open .faq__answer {
  grid-template-rows: 1fr;
}
.faq__answer-inner {
  overflow: hidden;
}
.faq__answer p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
}

/* ════════════════════════════════════════════════════════════════════════
   COVERAGE
   ════════════════════════════════════════════════════════════════════════ */
.coverage__head {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}
.coverage__title {
  font-size: clamp(26px, 3.5vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0;
}
.coverage__intro {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.districts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 2px;
}
.district {
  padding: 12px 16px;
  font-size: 14px;
  color: #4a5568;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 4px;
  cursor: default;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.district:hover {
  background-color: var(--accent);
  color: #fff;
  border-bottom-color: var(--accent);
}

/* ════════════════════════════════════════════════════════════════════════
   CONTACT FORM (#kontakt)
   ════════════════════════════════════════════════════════════════════════ */
.contact {
  position: relative;
  background-color: var(--dark);
  color: #fff;
  overflow: hidden;
  padding: clamp(64px, 8vw, 120px) var(--page-x);
}
.contact .accent-line-top {
  background: linear-gradient(90deg, transparent, var(--accent), var(--accent-bright), transparent);
}
.cta__glow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(29, 111, 242, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(29, 111, 242, 0.12);
  border: 1px solid rgba(29, 111, 242, 0.25);
  border-radius: 40px;
  padding: 6px 14px;
  margin-bottom: 24px;
  color: var(--accent-bright);
}
.cta__badge span {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.contact__grid {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 56px;
  align-items: start;
}
.contact__title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0 0 18px;
}
.contact__lead {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 28px;
  max-width: 440px;
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact__info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
}
.contact__info-item .icon {
  color: var(--accent-bright);
  flex-shrink: 0;
}
a.contact__info-item:hover {
  color: #fff;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 28px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field > span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.field em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.35);
}
.field input,
.field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 12px 14px;
  transition:
    border-color 0.2s,
    background-color 0.2s;
}
.field textarea {
  resize: vertical;
  min-height: 120px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background-color: rgba(29, 111, 242, 0.08);
}
.contact__submit {
  justify-content: center;
  margin-top: 4px;
}

/* ════════════════════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════════════════════ */
.footer {
  background-color: #060a10;
  color: rgba(255, 255, 255, 0.5);
  padding: 60px var(--page-x) 28px;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 52px;
}
@media (max-width: 720px) {
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 420px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
}
.footer__logo {
  display: block;
  height: 42px;
  width: auto;
  margin-bottom: 18px;
}
.footer__about {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 16px;
}
.footer__contact {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 7px;
}
.footer__address {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}
.footer__address .icon {
  margin-top: 3px;
}
.footer__col-title {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  margin: 0 0 16px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__links a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.footer__links a:hover {
  color: #fff;
}
.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 14px;
}
.hours-row__day {
  color: rgba(255, 255, 255, 0.28);
}
.hours-row__time {
  color: rgba(255, 255, 255, 0.55);
}
.footer__emergency {
  margin-top: 24px;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(29, 111, 242, 0.1), rgba(29, 111, 242, 0.04));
  border: 1px solid rgba(29, 111, 242, 0.2);
  border-radius: 8px;
}
.footer__emergency-title {
  font-size: 14px;
  color: var(--accent-bright);
  font-weight: 600;
  margin-bottom: 3px;
}
.footer__emergency-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.footer__copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}
.footer__legal {
  display: flex;
  gap: 20px;
}
.footer__legal a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.footer__legal a:hover {
  color: #fff;
}

/* ════════════════════════════════════════════════════════════════════════
   LEGAL / SUB-PAGES (Impressum etc.)
   ════════════════════════════════════════════════════════════════════════ */
/* Sub-pages have no dark hero, so the nav stays in its solid (light) state */
.nav[data-solid-nav] {
  background-color: rgba(240, 242, 245, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(0, 0, 0, 0.07);
}
.nav[data-solid-nav] .nav__link {
  color: #3a3a3a;
}
.nav[data-solid-nav] .nav__link:hover {
  color: var(--accent);
}
.nav[data-solid-nav] .nav__toggle {
  color: var(--text);
}

.legal-page {
  padding: calc(var(--nav-height) + 48px) var(--page-x) 96px;
  background-color: var(--bg);
}
.legal-page .container {
  max-width: 860px;
}
.legal-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 32px;
}
.legal-crumb a {
  color: var(--accent);
  text-decoration: none;
}
.legal-crumb a:hover {
  text-decoration: underline;
}
.legal-crumb .icon {
  width: 12px;
  height: 12px;
}
.legal-content h1 {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 12px;
}
.legal-content__intro {
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 40px;
}
.legal-block {
  padding: 24px 0;
  border-top: 1px solid var(--border);
}
.legal-block:first-of-type {
  border-top: none;
  padding-top: 0;
}
.legal-block h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: var(--text);
}
.legal-block p {
  font-size: 14.5px;
  line-height: 1.8;
  color: #2d3748;
  margin: 0 0 12px;
}
.legal-block p:last-child {
  margin-bottom: 0;
}
.legal-block a {
  color: var(--accent);
  text-decoration: none;
  word-break: break-word;
}
.legal-block a:hover {
  text-decoration: underline;
}

/* ════════════════════════════════════════════════════════════════════════
   404 / ERROR PAGE
   ════════════════════════════════════════════════════════════════════════ */
.error-page {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: var(--dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px var(--page-x);
  overflow: hidden;
}
.error-page__inner {
  position: relative;
  max-width: 520px;
}
.error-page__logo {
  display: block;
  height: 40px;
  width: auto;
  margin: 0 auto 44px;
}
.error-code {
  font-size: clamp(96px, 22vw, 220px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin: 0;
  background: linear-gradient(135deg, var(--accent), var(--accent-bright));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.error-title {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 4px 0 16px;
}
.error-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 auto 36px;
  max-width: 420px;
}
.error-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ════════════════════════════════════════════════════════════════════════
   CUSTOM SCROLLBAR
   ════════════════════════════════════════════════════════════════════════ */
html {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: var(--accent) var(--bg-alt);
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: var(--bg-alt);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--accent), var(--accent-deep));
  border: 3px solid var(--bg-alt);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(var(--accent-bright), var(--accent));
}

/* ════════════════════════════════════════════════════════════════════════
   FLOATING ACTION BUTTONS (mail + back-to-top, bottom-right)
   ════════════════════════════════════════════════════════════════════════ */
.fab-stack {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fab {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  color: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.fab--mail {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  box-shadow: 0 6px 20px rgba(29, 111, 242, 0.4);
}
.fab--mail:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(29, 111, 242, 0.5);
}
.fab--top {
  background-color: var(--dark);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
.fab--top .icon {
  transform: rotate(180deg); /* chevron-down → points up */
}
.fab--top.is-visible {
  opacity: 1;
  visibility: visible;
}
.fab--top:hover {
  transform: translateY(-3px);
  background-color: var(--accent);
  border-color: var(--accent);
}

/* ════════════════════════════════════════════════════════════════════════
   RESPONSIVE  (tablet ≤1024px · mobile ≤767px)
   ════════════════════════════════════════════════════════════════════════ */

/* Desktop nav vs. mobile drawer (md breakpoint = 768px) */
@media (min-width: 768px) {
  .nav__links {
    display: flex;
  }
  .nav__toggle,
  .nav__mobile,
  .nav__scrim {
    display: none;
  }
}

/* ── Tablet & below ────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  :root {
    --page-x: 15px;
  }
  .scroll-hint {
    display: none;
  }
  /* Hero is content-height (not full viewport) on tablet & below */
  .hero {
    min-height: auto;
  }
  .hero__content {
    padding-top: 120px;
  }
  .indep__grid {
    gap: 44px;
  }
  .speed {
    gap: 16px;
  }
  .contact__grid {
    gap: 36px;
  }
}

/* ── Mobile ────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .stat:not(:last-child) {
    padding-right: 24px;
    margin-right: 24px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  /* Steps stack vertically — swap side dividers for bottom dividers */
  .steps {
    grid-template-columns: 1fr;
  }
  .step:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .step:not(:last-child) .step__connector {
    display: none;
  }
  .speed {
    flex-direction: column;
    align-items: flex-start;
  }
  .google-badge__inner {
    flex-wrap: wrap;
    gap: 12px;
  }
  .indep__grid {
    gap: 36px;
  }
  .fab {
    width: 44px;
    height: 44px;
  }
}

/* ── Small phones ──────────────────────────────────────────────────────── */
@media (max-width: 480px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .hero__stats .stat__label {
    letter-spacing: 0.06em;
  }
  .hero__ctas .btn {
    width: 100%;
    justify-content: center;
  }
}


/* theme end */