/* =========================================================================
   ZERR TRANSPORTE — Sennder-Hero × Forto-Clean × Bento-Body
   ========================================================================= */

:root {
  /* Brand orange — directly from logo (#F29100) */
  --primary: #F29100;          /* logo orange */
  --primary-dark: #C97700;
  --primary-light: #FFA729;
  --primary-soft: #FCD89A;
  --champagne: #E0A258;        /* warm champagne tuned to brand orange */
  --champagne-soft: #F4D9B2;
  --primary-glow: rgba(242, 145, 0, 0.20);

  /* Deep navy/charcoal instead of pure black — sophisticated */
  --ink: #0B0E13;              /* deep blue-charcoal */
  --ink-2: #141821;            /* warm dark surface */
  --ink-3: #1F2330;
  --ink-4: #2D3140;

  /* Premium paper — slightly warmer */
  --paper: #FEFEFD;
  --paper-2: #F5F4F1;          /* warm off-white */
  --paper-3: #ECEAE5;
  --pearl:   #E6E5E0;          /* premium pearl-grey for hero */
  --pearl-2: #DEDDD7;          /* deeper pearl edge */
  --rule: rgba(11, 14, 19, 0.08);
  --rule-strong: rgba(11, 14, 19, 0.16);

  --text-strong: #0A0A0B;
  --text: #2D2E33;
  --text-muted: #6B7280;
  --text-on-dark: rgba(255, 255, 255, 0.92);
  --text-on-dark-muted: rgba(255, 255, 255, 0.62);

  --t-mono: clamp(0.78rem, 0.74rem + 0.2vw, 0.86rem);
  --t-eyebrow: clamp(0.72rem, 0.68rem + 0.2vw, 0.82rem);
  --t-body-s: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
  --t-body: clamp(1.1rem, 1rem + 0.45vw, 1.3rem);
  --t-body-l: clamp(1.25rem, 1.15rem + 0.55vw, 1.6rem);
  --t-h6: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  --t-h5: clamp(1.2rem, 1.1rem + 0.55vw, 1.55rem);
  --t-h4: clamp(1.5rem, 1.3rem + 0.9vw, 2.05rem);
  --t-h3: clamp(1.85rem, 1.55rem + 1.4vw, 2.7rem);
  --t-h2: clamp(2.4rem, 1.85rem + 2.3vw, 4rem);
  --t-h1: clamp(3rem, 2.2rem + 3.8vw, 6rem);

  /* Premium spacing — significantly more breath */
  --s-1: clamp(0.4rem, 0.35rem + 0.25vw, 0.6rem);
  --s-2: clamp(0.65rem, 0.55rem + 0.4vw, 0.95rem);
  --s-3: clamp(0.9rem, 0.75rem + 0.6vw, 1.3rem);
  --s-4: clamp(1.2rem, 1rem + 0.9vw, 1.75rem);
  --s-5: clamp(1.7rem, 1.35rem + 1.4vw, 2.55rem);
  --s-6: clamp(2.4rem, 1.85rem + 2vw, 3.7rem);
  --s-7: clamp(3.5rem, 2.7rem + 3vw, 5.2rem);
  --s-8: clamp(5.2rem, 3.9rem + 5vw, 7.5rem);
  --s-9: clamp(7.5rem, 5.7rem + 7vw, 11rem);
  --s-10: clamp(11rem, 8rem + 10vw, 16rem);

  --r-sm: 0.5rem;
  --r-md: 0.875rem;
  --r-lg: 1.4rem;
  --r-xl: 2rem;
  --r-pill: 999rem;

  --frame: clamp(1rem, 2.5vw, 1.75rem);
  --site: 1366px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
  --ease-cinema: cubic-bezier(0.22, 1, 0.36, 1);

  --header-h: clamp(76px, 7.5vh, 96px);

  --font-sans: 'Poppins', system-ui, -apple-system, sans-serif;
  --font-display: 'Poppins', system-ui, -apple-system, sans-serif; /* same as sans — italic for accents */
  --font-mono: 'Poppins', system-ui, -apple-system, sans-serif;

  /* Premium shadows — layered depth */
  --shadow-sm: 0 1px 2px rgba(11,14,19,0.04), 0 2px 8px rgba(11,14,19,0.04);
  --shadow-md: 0 2px 4px rgba(11,14,19,0.06), 0 8px 24px rgba(11,14,19,0.08);
  --shadow-lg: 0 8px 16px rgba(11,14,19,0.06), 0 24px 48px -16px rgba(11,14,19,0.18);
  --shadow-xl: 0 16px 32px rgba(11,14,19,0.08), 0 48px 96px -24px rgba(11,14,19,0.25);
  --shadow-glow: 0 0 60px -16px rgba(242, 145, 0, 0.45);
}

/* =========================================================================
   RESET
   ========================================================================= */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: var(--t-body);
  line-height: 1.55;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }

/* CCM19 Cookie-Banner: Floating-Settings-Icon ausblenden — wird über Footer-Link geöffnet */
.ccm-settings-summoner { display: none !important; }

/* Inline-Links in Body-Content: orange + unterstrichen.
   Bewusst NICHT global, sondern nur in den Content-Containern. */
.lp-prose a,
.legal-prose a,
.faq__item p a,
.section-lead a,
.lp-compare-card a {
  color: var(--primary-dark);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  transition: color 0.2s;
}
.lp-prose a:hover,
.legal-prose a:hover,
.faq__item p a:hover,
.section-lead a:hover {
  color: var(--primary);
}
ul, ol { list-style: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---- Skip link ---- */
.skip-link {
  position: absolute;
  top: -100px;
  left: var(--s-3);
  z-index: 200;
  padding: 0.85em 1.4em;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: var(--r-pill);
  text-decoration: none;
  transition: top 0.2s var(--ease-out);
}
.skip-link:focus { top: var(--s-3); outline: 2px solid var(--primary); outline-offset: 3px; }

/* ---- Global focus-visible outline (keyboard nav) ---- */
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
  border-radius: 3px;
}
.btn:focus-visible,
.topbar__btn:focus-visible,
.topbar__burger:focus-visible,
.mobile-nav__close:focus-visible,
.hero-slider__arrow:focus-visible,
.hero-slider__dot:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

/* ---- Reduced motion (global) ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .topbar.is-hidden { transform: none; }
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-sans);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--text-strong);
}
.mono { font-family: var(--font-mono); font-feature-settings: 'tnum'; letter-spacing: -0.02em; }
p { color: var(--text); }
::selection { background: var(--primary); color: var(--ink); }

/* =========================================================================
   LAYOUT
   ========================================================================= */

.frame { width: 100%; max-width: var(--site); margin-inline: auto; }
.section { padding-block: var(--s-7); padding-inline: var(--frame); position: relative; }
.section--xl { padding-block: var(--s-8); }
.section--tight { padding-block: var(--s-6); }
.section--alt { background: var(--paper-2); }
.section--dark { background: var(--ink); color: var(--text-on-dark); }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--paper); }
.section--dark p { color: var(--text-on-dark); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: var(--s-3);
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }

.section-title {
  font-size: var(--t-h2);
  letter-spacing: -0.035em;
  line-height: 1.05;
  max-width: 32ch;
  margin-bottom: var(--s-3);
  color: var(--text-strong);
  font-weight: 800;
}
.section-title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-feature-settings: 'ss01';
  color: var(--primary);
  letter-spacing: -0.025em;
}
.section-title--wide { max-width: none; }
.section--dark .section-title { color: var(--paper); }
.section--dark .section-title em { color: var(--champagne); }

.section-lead {
  font-size: var(--t-body-l);
  color: var(--text-muted);
  max-width: 60ch;
  margin-bottom: var(--s-4);
  line-height: 1.55;
}
.section--dark .section-lead { color: var(--text-on-dark-muted); }

.section-header { display: flex; flex-direction: column; align-items: flex-start; }
.section-header--center { align-items: center; text-align: center; }
.section-header--center .section-title, .section-header--center .section-lead { margin-inline: auto; }
.section-header--center .eyebrow::before { display: none; }
.section-header--center .eyebrow { padding-left: 0; }

/* =========================================================================
   BUTTONS
   ========================================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 1.05rem 1.7rem;
  font-size: var(--t-body-s);
  font-weight: 700;
  border-radius: var(--r-pill);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.4s var(--ease-spring), background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.4s;
  white-space: nowrap;
  text-decoration: none;
  font-family: inherit;
}
.btn svg { width: 1.05em; height: 1.05em; transition: transform 0.4s var(--ease-out); flex-shrink: 0; }

.btn--primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--champagne) 100%);
  color: var(--ink);
  border-color: var(--primary);
  box-shadow: 0 4px 12px -2px rgba(242,145,0,0.28), inset 0 1px 0 rgba(255,255,255,0.4);
}
.btn--primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--champagne-soft) 100%);
  border-color: var(--primary-light);
  box-shadow: 0 16px 40px -12px rgba(242, 145, 0, 0.55), 0 0 60px -16px rgba(242, 145, 0, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
}
.btn--primary:hover svg { transform: translateX(4px); }

.btn--dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--dark:hover { transform: translateY(-2px); background: var(--ink-3); border-color: var(--ink-3); }

.btn--ghost-light { background: transparent; color: var(--paper); border-color: rgba(255, 255, 255, 0.3); }
.btn--ghost-light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); transform: translateY(-2px); }

.btn--ghost-dark { background: transparent; color: var(--ink); border-color: var(--rule-strong); }
.btn--ghost-dark:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); transform: translateY(-2px); }

.btn--lg { padding: 1.15rem 1.95rem; font-size: var(--t-body); }
@media (max-width: 720px) {
  .btn--lg { padding: 0.95rem 1.55rem; font-size: var(--t-body-s); }
}

/* =========================================================================
   HEADER
   ========================================================================= */

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: transform 0.35s var(--ease-out), border-color 0.3s, background 0.3s, box-shadow 0.3s;
  will-change: transform;
  padding-inline: var(--frame);
}
.topbar.is-scrolled {
  border-bottom-color: var(--rule);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 32px -16px rgba(10, 10, 11, 0.08);
}
.topbar.is-hidden { transform: translateY(-100%); }

.topbar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-5);
  height: var(--header-h);
  max-width: var(--site);
  margin-inline: auto;
}

.topbar__logo img { height: 50px; width: auto; }

.topbar__nav {
  display: flex;
  gap: var(--s-5);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.topbar__nav a { position: relative; color: var(--text); padding-block: 0.4em; transition: color 0.2s; }
.topbar__nav a::after {
  content: '';
  position: absolute;
  inset: auto 0 -2px 0;
  height: 1.5px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease-out);
}
.topbar__nav a:hover { color: var(--ink); }
.topbar__nav a:hover::after { transform: scaleX(1); }

.topbar__cta { display: flex; align-items: center; gap: var(--s-3); }
.topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.5rem 0.95rem;
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  font-weight: 500;
  color: var(--ink);
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}
.topbar__phone:hover { color: var(--primary-dark); background: rgba(242, 145, 0, 0.10); }
.topbar__phone svg { color: var(--primary); }
.topbar__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.7rem 1.3rem;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--r-pill);
  font-size: var(--t-body-s);
  font-weight: 700;
  transition: transform 0.3s var(--ease-spring), background 0.2s, color 0.2s;
}
.topbar__btn:hover { transform: translateY(-1px); background: var(--primary); color: var(--ink); }
.topbar__btn svg { transition: transform 0.3s var(--ease-out); }
.topbar__btn:hover svg { transform: translateX(2px); }

/* ---- Hamburger Toggle ---- */
.topbar__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  align-items: center;
  color: var(--ink);
  transition: color 0.2s var(--ease-out), transform 0.3s var(--ease-spring);
}
.topbar__burger:hover { color: var(--primary-dark); }
.topbar__burger:active { transform: scale(0.92); }
.topbar__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.35s var(--ease-cinema), opacity 0.2s var(--ease-out), width 0.3s var(--ease-out);
}
body.is-mobile-nav-open .topbar__burger { color: var(--ink); }
body.is-mobile-nav-open .topbar__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.is-mobile-nav-open .topbar__burger span:nth-child(2) { opacity: 0; }
body.is-mobile-nav-open .topbar__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 968px) {
  .topbar__nav, .topbar__phone, .topbar__btn { display: none; }
  .topbar__burger { display: inline-flex; }
}

/* ---- Mobile Nav Drawer (Premium) ---- */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 110;
  visibility: hidden;
  pointer-events: none;
}
.mobile-nav.is-open { visibility: visible; pointer-events: auto; }
.mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11,14,19,0.6);
  opacity: 0;
  transition: opacity 0.4s var(--ease-out);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.mobile-nav.is-open .mobile-nav__backdrop { opacity: 1; }
.mobile-nav__panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(92vw, 420px);
  background:
    radial-gradient(700px 400px at 100% 0%, rgba(242,145,0,0.05), transparent 60%),
    radial-gradient(500px 400px at 0% 100%, rgba(217,177,115,0.04), transparent 60%),
    var(--paper);
  display: flex;
  flex-direction: column;
  padding: var(--s-5) var(--s-5) var(--s-5);
  transform: translateX(100%);
  transition: transform 0.45s var(--ease-cinema);
  box-shadow: -24px 0 64px rgba(11,14,19,0.2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav.is-open .mobile-nav__panel { transform: translateX(0); }

.mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: var(--s-4);
  margin-bottom: var(--s-3);
  border-bottom: 1px solid var(--rule);
}
.mobile-nav__logo img { height: 46px; width: auto; }
.mobile-nav__close {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border: 0;
  background: var(--paper-2);
  color: var(--ink);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s var(--ease-out), color 0.2s, transform 0.3s var(--ease-spring);
}
.mobile-nav__close:hover { background: var(--ink); color: var(--paper); }
.mobile-nav__close:active { transform: scale(0.92); }

.mobile-nav__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin-bottom: var(--s-4);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.mobile-nav__eyebrow-bar {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--primary);
}

/* Staggered entrance animation */
.mobile-nav__links a,
.mobile-nav__contact-item {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-cinema);
}
.mobile-nav.is-open .mobile-nav__links a,
.mobile-nav.is-open .mobile-nav__contact-item {
  opacity: 1;
  transform: translateX(0);
}
.mobile-nav.is-open .mobile-nav__links a:nth-child(1) { transition-delay: 0.10s; }
.mobile-nav.is-open .mobile-nav__links a:nth-child(2) { transition-delay: 0.16s; }
.mobile-nav.is-open .mobile-nav__links a:nth-child(3) { transition-delay: 0.22s; }
.mobile-nav.is-open .mobile-nav__links a:nth-child(4) { transition-delay: 0.28s; }
.mobile-nav.is-open .mobile-nav__links a:nth-child(5) { transition-delay: 0.34s; }
.mobile-nav.is-open .mobile-nav__contact-item:nth-child(2) { transition-delay: 0.42s; }
.mobile-nav.is-open .mobile-nav__contact-item:nth-child(3) { transition-delay: 0.48s; }
.mobile-nav.is-open .mobile-nav__contact-item:nth-child(4) { transition-delay: 0.54s; }
.mobile-nav.is-open .mobile-nav__contact-item:nth-child(5) { transition-delay: 0.60s; }

.mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mobile-nav__links a {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: var(--s-3);
  padding: 0.85em 0.5em;
  border-radius: var(--r-md);
  text-decoration: none;
  color: var(--text-strong);
  position: relative;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav__links a:last-child { border-bottom: 0; }
.mobile-nav__links a:hover { background: var(--paper-2); }
.mobile-nav__links a:hover .mobile-nav__link-icon { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: var(--paper); border-color: transparent; box-shadow: 0 4px 12px rgba(242,145,0,0.32); }
.mobile-nav__links a:hover .mobile-nav__link-arrow { transform: translateX(4px); color: var(--primary); }
.mobile-nav__link-icon {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border: 1px solid var(--rule);
  border-radius: var(--r-sm);
  color: var(--primary);
  background: linear-gradient(135deg, rgba(242,145,0,0.14) 0%, rgba(242,145,0,0.06) 100%);
  transition: background 0.25s var(--ease-out), color 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.mobile-nav__link-icon svg { width: 20px; height: 20px; stroke-width: 1.8; }
.mobile-nav__link-text {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  min-width: 0;
}
.mobile-nav__link-label {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--text-strong);
  line-height: 1.2;
}
.mobile-nav__link-sub {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.3;
}
.mobile-nav__link-arrow {
  width: 18px; height: 18px;
  color: var(--text-muted);
  transition: transform 0.3s var(--ease-out), color 0.25s;
  flex-shrink: 0;
}

.mobile-nav__ratgeber {
  margin-top: var(--s-4);
  padding-top: var(--s-4);
  border-top: 1px solid var(--rule);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.mobile-nav__ratgeber a {
  display: inline-block;
  padding: 0.5em 0.95em;
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-strong);
  text-decoration: none;
  transition: background .2s var(--ease-out), border-color .2s, color .2s;
}
.mobile-nav__ratgeber a:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }

.mobile-nav__contact {
  margin-top: var(--s-4);
  padding-top: var(--s-4);
  border-top: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mobile-nav__contact-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--s-2);
}
.mobile-nav__contact-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: var(--s-3);
  padding: 0.6em 0.5em;
  border-radius: var(--r-md);
  text-decoration: none;
  color: var(--text);
  transition: background 0.2s, color 0.2s;
}
a.mobile-nav__contact-item:hover { background: var(--paper-2); }
a.mobile-nav__contact-item:hover .mobile-nav__contact-icon { background: var(--primary); color: var(--ink); border-color: var(--primary); }
a.mobile-nav__contact-item:hover .mobile-nav__contact-value { color: var(--primary); }
.mobile-nav__contact-icon {
  display: grid;
  place-items: center;
  width: 32px; height: 32px;
  border: 1px solid var(--rule);
  border-radius: 50%;
  color: var(--ink);
  background: var(--paper);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.mobile-nav__contact-icon svg { width: 14px; height: 14px; }
.mobile-nav__contact-text {
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  min-width: 0;
}
.mobile-nav__contact-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.mobile-nav__contact-value {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-strong);
  word-break: break-word;
  transition: color 0.2s;
}

body.is-mobile-nav-open { overflow: hidden; }

/* =========================================================================
   404 ERROR PAGE
   ========================================================================= */
.error-page {
  min-height: calc(100vh - var(--header-h));
  display: grid;
  place-items: center;
  padding: var(--s-7) var(--frame);
  background:
    radial-gradient(900px 500px at 80% 20%, rgba(242,145,0,0.07), transparent 60%),
    radial-gradient(700px 400px at 15% 80%, rgba(217,177,115,0.05), transparent 60%),
    var(--paper);
}
.error-page__inner {
  max-width: 56ch;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-4);
}
.error-page__num {
  font-family: var(--font-mono);
  font-size: clamp(5rem, 4rem + 8vw, 11rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: var(--ink);
  background: linear-gradient(135deg, var(--primary) 0%, var(--champagne) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-page__title {
  font-size: clamp(1.8rem, 1.4rem + 2vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--text-strong);
}
.error-page__title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.025em;
}
.error-page__lead {
  font-size: var(--t-body-l);
  color: var(--text-muted);
  line-height: 1.55;
}
.error-page__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s-3);
  margin-top: var(--s-3);
}

/* =========================================================================
   HERO — Static brand intro
   ========================================================================= */
.hero {
  position: relative;
  width: 100%;
  min-height: clamp(640px, 88vh, 880px);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
  padding-inline: var(--frame);
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: contrast(1.05) saturate(0.9);
  transform: scale(1.04);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(11,14,19,0.92) 0%, rgba(11,14,19,0.75) 38%, rgba(11,14,19,0.4) 70%, rgba(11,14,19,0.2) 100%),
    linear-gradient(0deg, rgba(11,14,19,0.7) 0%, rgba(11,14,19,0.15) 60%);
  z-index: 1;
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--site);
  margin-inline: auto;
  height: 100%;
  min-height: inherit;
  padding: var(--s-7) 0 var(--s-8);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: var(--s-6);
}
@media (min-width: 980px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1.4fr) auto;
    gap: var(--s-7);
    align-items: end;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  max-width: 60ch;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: var(--s-4);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}
.hero__eyebrow-bar {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--champagne);
}
.hero__title {
  font-size: clamp(2.2rem, 1.5rem + 3vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
  color: var(--paper);
  margin-bottom: var(--s-4);
}
.hero__title .hl {
  display: inline;
  background: linear-gradient(135deg, var(--primary) 0%, var(--champagne) 100%);
  color: var(--ink);
  padding: 0.04em 0.28em 0.12em;
  border-radius: 0.5em;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 0.58em;
  letter-spacing: -0.01em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.6;
}
.hero__lead {
  font-size: var(--t-body-l);
  color: rgba(255,255,255,0.88);
  max-width: 52ch;
  line-height: 1.55;
  margin-bottom: var(--s-5);
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  align-items: center;
}
.hero__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
  padding: var(--s-4) 0;
  border-top: 1px solid rgba(255,255,255,0.14);
}
@media (min-width: 980px) {
  .hero__trust {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 1px solid rgba(255,255,255,0.14);
    padding: var(--s-3) 0 var(--s-3) var(--s-5);
    gap: var(--s-3);
    align-self: stretch;
    align-items: end;
    justify-items: start;
  }
}
.hero__trust-item {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  min-width: 0;
}
.hero__trust-num {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1rem + 0.8vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--paper);
  white-space: nowrap;
  line-height: 1;
}
.hero__trust-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
@media (max-width: 720px) {
  .hero { min-height: clamp(640px, 88vh, 780px); }
  .hero__inner { padding: var(--s-6) 0 calc(var(--s-7) + 2rem); }
  .hero__title { max-width: 100%; }
  .hero__lead { max-width: 100%; font-size: var(--t-body); }
  .hero__ctas { width: 100%; }
  .hero__ctas .btn { flex: 1 1 auto; justify-content: center; min-width: 0; }
  .hero__eyebrow { font-size: 0.7rem; }
  .hero__trust-num { font-size: 1.1rem; }
  .hero__trust-label { font-size: 0.62rem; }
}

/* =========================================================================
   HERO SLIDER — Slider-Revolution-Style with industry slides
   ========================================================================= */

.hero-slider {
  position: relative;
  width: 100%;
  min-height: clamp(640px, 92vh, 920px);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.hero-slider__viewport { position: absolute; inset: 0; }

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1100ms var(--ease-cinema), visibility 0s linear 1100ms;
  z-index: 1;
  padding-inline: var(--frame);
}
.slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: opacity 1100ms var(--ease-cinema), visibility 0s linear 0s;
}

.slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.06);
  transition: transform 8s linear;
  filter: contrast(1.05) saturate(0.95);
}
.slide.is-active .slide__bg {
  /* Ken-Burns subtle zoom-in while active */
  animation: kenBurns 9s ease-in-out forwards;
}
@keyframes kenBurns {
  0%   { transform: scale(1.06) translate(0, 0); }
  100% { transform: scale(1.18) translate(-1.2%, -1%); }
}

.slide__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(11,14,19,0.92) 0%, rgba(11,14,19,0.75) 38%, rgba(11,14,19,0.4) 70%, rgba(11,14,19,0.2) 100%),
    linear-gradient(0deg, rgba(11,14,19,0.7) 0%, rgba(11,14,19,0.15) 60%);
  z-index: 1;
}
/* Film grain layer over slide */
.slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='ng'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.2' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23ng)'/%3E%3C/svg%3E");
  opacity: 0.18;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 2;
}

.slide__inner {
  position: relative;
  z-index: 3;
  height: 100%;
  max-width: var(--site);
  margin-inline: auto;
  padding: var(--s-8) 0 calc(var(--s-9) + 4rem);
  display: flex;
  align-items: center;
}

.slide__content {
  max-width: 56ch;
  color: var(--paper);
  /* Initial state for entrance animation */
  transform: translateY(28px);
  opacity: 0;
  transition: transform 800ms var(--ease-cinema) 250ms, opacity 800ms var(--ease-cinema) 250ms;
}
.slide.is-active .slide__content {
  transform: translateY(0);
  opacity: 1;
}

.slide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85em;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: var(--s-4);
  max-width: 100%;
}
.slide__eyebrow-num { color: var(--paper); opacity: 0.85; }
.slide__eyebrow-sep { width: 28px; height: 1px; background: var(--primary); display: inline-block; }

.slide__title {
  font-size: clamp(2rem, 1.4rem + 3vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
  color: var(--paper);
  margin-bottom: var(--s-5);
  max-width: none;
  hyphens: manual;
  -webkit-hyphens: manual;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: normal;
}
.slide__title:has(+ .slide__sub) { margin-bottom: var(--s-3); }
.slide__sub {
  font-size: clamp(1.3rem, 1rem + 1.4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: rgba(255,255,255,0.92);
  margin-bottom: var(--s-5);
  max-width: 32ch;
}
.slide__title em,
.slide__sub em,
.lp-hero__title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1em;
  color: var(--champagne);
  letter-spacing: -0.025em;
}

.slide__trust {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: var(--s-4) var(--s-6);
  margin-top: var(--s-5);
  padding-top: var(--s-4);
  border-top: 1px solid rgba(255,255,255,0.14);
  justify-content: start;
}
.slide__trust-item {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  min-width: 0;
}
.slide__trust-num {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 0.95rem + 0.7vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--paper);
  white-space: nowrap;
  line-height: 1;
}
.slide__trust-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
@media (max-width: 720px) {
  .slide__trust { grid-template-columns: repeat(3, 1fr); gap: var(--s-3); }
  .slide__trust-num { font-size: 1.05rem; }
  .slide__trust-label { font-size: 0.62rem; }
}

.slide__heritage {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: var(--s-4);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}
.slide__heritage-bar {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--champagne);
}
.slide__heritage-text em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 1.15em;
  letter-spacing: 0;
  color: var(--champagne);
  text-transform: none;
  margin-left: 0.3em;
}

.slide__lead {
  font-size: var(--t-body-l);
  color: rgba(255,255,255,0.88);
  max-width: 50ch;
  line-height: 1.55;
  margin-bottom: var(--s-6);
}

.slide__ctas { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; }

/* ---- Arrows — paired at bottom-right ---- */
.hero-slider__arrow {
  position: absolute;
  z-index: 10;
  bottom: clamp(2rem, 5vh, 3.5rem);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(11,14,19,0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--paper);
  cursor: pointer;
  display: grid; place-items: center;
  transition: background .35s var(--ease-out), border-color .35s var(--ease-out), transform .35s var(--ease-out);
}
.hero-slider__arrow:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--ink);
  transform: scale(1.06);
}
.hero-slider__arrow svg { width: 20px; height: 20px; display: block; }
.hero-slider__arrow--prev { right: calc(var(--frame) + 72px); }
.hero-slider__arrow--next { right: var(--frame); }

@media (max-width: 720px) {
  .hero-slider__arrow { width: 48px; height: 48px; bottom: 5.5rem; }
  .hero-slider__arrow--prev { right: calc(0.8rem + 60px); }
  .hero-slider__arrow--next { right: 0.8rem; }
}

/* ---- Pagination Dots ---- */
.hero-slider__pagination {
  position: absolute;
  z-index: 10;
  bottom: calc(clamp(2rem, 5vh, 3.5rem) + 18px);
  left: var(--frame);
  display: flex;
  gap: 0.6rem;
  padding: 0;
}
.hero-slider__dot {
  width: 36px;
  height: 5px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: grid; place-items: center;
}
.hero-slider__dot span {
  display: block;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.28);
  border-radius: var(--r-pill);
  transition: background .35s var(--ease-out);
}
.hero-slider__dot:hover span { background: rgba(255,255,255,0.55); }
.hero-slider__dot.is-active span { background: var(--primary); }

/* ---- Side Marker ---- */
.hero-slider__sidemarker {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: clamp(1rem, 4vw, 3rem);
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  pointer-events: none;
}
.hero-slider__sidemarker-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: 0;
}
.hero-slider__sidemarker-bar {
  width: 1.5px;
  height: 64px;
  background: linear-gradient(180deg, var(--primary), transparent);
}
.hero-slider__sidemarker-label { letter-spacing: 0.28em; }

@media (max-width: 1024px) { .hero-slider__sidemarker { display: none; } }

/* ---- Auto-play Progress Bar ---- */
.hero-slider__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255,255,255,0.08);
  z-index: 10;
}
.hero-slider__progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--primary), var(--champagne));
  transition: width 60ms linear;
}

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .slide.is-active .slide__bg { animation: none; }
  .slide__content { transition: none; }
  .slide { transition: opacity .25s ease; }
}

/* ---- Mobile slide layout ---- */
@media (max-width: 720px) {
  .hero-slider { min-height: clamp(640px, 88vh, 780px); }
  .slide__inner { padding-bottom: calc(var(--s-7) + 3rem); padding-top: var(--s-6); }
  .slide__title { max-width: 100%; }
  .slide__lead { max-width: 100%; font-size: var(--t-body); }
  .slide__eyebrow { font-size: 0.7rem; }
  .slide__ctas { width: 100%; }
  .slide__ctas .btn { flex: 1 1 auto; justify-content: center; min-width: 0; }
  .hero-slider__pagination { left: var(--frame); right: auto; bottom: calc(var(--s-6) + 2rem); }
}

/* =========================================================================
   HERO TAB-SPLIT — Variante B (Industry-Tab Split layout)
   ========================================================================= */

.hero-tab {
  position: relative;
  background: var(--paper-2);
  overflow: hidden;
  isolation: isolate;
  padding-inline: var(--frame);
}
.hero-tab__inner {
  max-width: var(--site);
  margin-inline: auto;
  padding: var(--s-7) 0 var(--s-8);
  display: grid;
  gap: var(--s-7);
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 980px) {
  .hero-tab__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: var(--s-6);
    padding-block: var(--s-8) var(--s-9);
  }
}

/* ---- Left ---- */
.hero-tab__left {
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
  min-width: 0;
}
.hero-tab__brand-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: var(--s-3);
}
.hero-tab__brand-title {
  font-size: clamp(1.8rem, 1.3rem + 1.6vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--text-strong);
  max-width: 22ch;
}

/* ---- Industry tabs ---- */
.hero-tab__nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--rule);
}
.hero-tab__opt {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: var(--s-3);
  row-gap: 0;
  align-items: center;
  text-align: left;
  padding: 0.95rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
  cursor: pointer;
  font-family: inherit;
  color: var(--text-muted);
  transition: color .35s var(--ease-out), padding .4s var(--ease-out);
}
.hero-tab__opt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  width: 0;
  height: 1.5px;
  background: var(--primary);
  transition: width .4s var(--ease-out), transform .4s var(--ease-out);
}
.hero-tab__opt:hover { color: var(--text); }
.hero-tab__opt.is-active {
  color: var(--text-strong);
  padding-left: var(--s-3);
}
.hero-tab__opt.is-active::before { width: var(--s-3); transform: translateY(-50%) scaleX(1); }

.hero-tab__opt-num {
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  font-weight: 600;
  color: var(--text-muted);
}
.hero-tab__opt.is-active .hero-tab__opt-num { color: var(--primary); }
.hero-tab__opt-name {
  font-size: clamp(1.05rem, 0.9rem + 0.4vw, 1.3rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  display: block;
}
.hero-tab__opt-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  display: block;
  text-align: right;
}
@media (max-width: 600px) {
  .hero-tab__opt { grid-template-columns: auto 1fr; }
  .hero-tab__opt-tag { display: none; }
}

/* ---- Panels ---- */
.hero-tab__panels { position: relative; min-height: 11rem; margin-top: var(--s-2); }
.hero-tab__panel {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s var(--ease-out), transform .35s var(--ease-out);
}
.hero-tab__panel.is-active {
  opacity: 1;
  transform: translateY(0);
}
.hero-tab__lead {
  font-size: var(--t-body-l);
  color: var(--text);
  max-width: 50ch;
  line-height: 1.55;
  margin-bottom: var(--s-5);
}
.hero-tab__ctas { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; }

/* ---- Right Image Card ---- */
.hero-tab__right {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink);
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-xl);
  isolation: isolate;
}
@media (min-width: 980px) {
  .hero-tab__right { aspect-ratio: auto; min-height: 100%; }
}
.hero-tab__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity .8s var(--ease-cinema), transform 1.4s var(--ease-cinema);
  filter: contrast(1.04) saturate(0.96);
}
.hero-tab__image.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero-tab__right::after {
  /* gradient veil */
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11,14,19,0.55) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-tab__chip {
  position: absolute;
  z-index: 2;
  bottom: var(--s-4);
  left: var(--s-4);
  padding: 0.55em 1.1em;
  background: var(--primary);
  color: var(--ink);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: var(--shadow-md);
}

@media (max-width: 980px) {
  .hero-tab__right { order: -1; }
}

/* ---- Variant Switcher button (shared) ---- */
.hero-slider__variant-switch {
  position: absolute;
  z-index: 12;
  top: clamp(0.8rem, 2vh, 1.4rem);
  right: clamp(1rem, 3vw, 2rem);
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.55em 1.05em;
  border-radius: var(--r-pill);
  background: rgba(11,14,19,0.55);
  color: var(--paper);
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background .3s var(--ease-out), color .3s var(--ease-out), transform .3s var(--ease-out);
}
.hero-slider__variant-switch:hover {
  background: var(--primary);
  color: var(--ink);
  border-color: var(--primary);
  transform: translateY(-1px);
}
.hero-slider__variant-letter {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  border-radius: 50%;
  background: var(--primary);
  color: var(--ink);
  letter-spacing: 0;
  font-size: 0.85em;
}
.hero-slider__variant-switch--dark {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink-3);
}
@media (max-width: 720px) {
  .hero-slider__variant-switch {
    font-size: 0.65rem;
    padding: 0.4em 0.8em;
  }
  .hero-slider__variant-letter {
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    font-size: 0.8em;
  }
}

/* =========================================================================
   STATS BANNER — clean grid
   ========================================================================= */

.stats-banner {
  background: var(--ink);
  color: var(--paper);
  padding: var(--s-6) var(--frame);
  position: relative;
  overflow: hidden;
}
.stats-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 400px at 80% 50%, rgba(242,145,0,0.08), transparent 60%),
    radial-gradient(600px 300px at 20% 50%, rgba(217,177,115,0.05), transparent 60%);
  pointer-events: none;
}
.stats-banner__inner {
  position: relative;
  max-width: var(--site);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-6);
}
.stats-banner__item {
  display: flex; flex-direction: column;
  gap: var(--s-3);
  position: relative;
  padding-left: var(--s-4);
}
.stats-banner__item::before {
  content: '';
  position: absolute;
  left: 0; top: 0.2em; bottom: 0.2em;
  width: 1.5px;
  background: linear-gradient(180deg, var(--primary), var(--champagne) 50%, transparent);
}
.stats-banner__num {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 2rem + 3vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
  color: var(--paper);
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'ss01';
  display: flex; align-items: baseline; gap: 0.06em;
}
.stats-banner__num em {
  font-style: italic;
  color: var(--champagne);
  font-size: 0.55em;
  font-weight: 400;
  font-family: var(--font-display);
}
.stats-banner__label {
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
  font-weight: 500;
}
@media (max-width: 720px) { .stats-banner__inner { grid-template-columns: repeat(2, 1fr); gap: var(--s-5); } }
@media (max-width: 480px) { .stats-banner__inner { grid-template-columns: 1fr; gap: var(--s-4); } }

/* =========================================================================
   USP — Bento (mixed sizes, varied content)
   ========================================================================= */

.usp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
  margin-top: var(--s-4);
}
@media (min-width: 760px) {
  .usp-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(11rem, auto);
  }
  .usp-tile--feature {
    grid-column: span 7;
    grid-row: span 2;
  }
  .usp-tile--small {
    grid-column: span 5;
  }
}

.usp-tile {
  position: relative;
  padding: var(--s-5);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  transition: transform 0.5s var(--ease-cinema), border-color 0.4s, box-shadow 0.5s;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  min-height: 11rem;
}
.usp-tile--feature {
  min-height: 24rem;
  padding: var(--s-6);
  justify-content: space-between;
}
.usp-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, transparent 30%);
  border-radius: var(--r-lg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.usp-tile:hover {
  transform: translateY(-4px);
  border-color: var(--rule-strong);
  box-shadow: var(--shadow-lg);
}
.usp-tile:hover::before { opacity: 1; }

.usp-tile--feature {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  background-image:
    linear-gradient(180deg, rgba(7,7,10,0.55) 0%, rgba(7,7,10,0.92) 100%),
    url('images/lagerhalle-logistikzentrum-luftaufnahme.jpg');
  background-image:
    linear-gradient(180deg, rgba(7,7,10,0.55) 0%, rgba(7,7,10,0.92) 100%),
    image-set(
      url('images/lagerhalle-logistikzentrum-luftaufnahme.webp') type('image/webp'),
      url('images/lagerhalle-logistikzentrum-luftaufnahme.jpg') type('image/jpeg')
    );
  background-size: cover;
  background-position: center;
  justify-content: space-between;
}
.usp-tile--feature h3 { color: var(--paper); font-size: var(--t-h3); letter-spacing: -0.03em; line-height: 1.05; max-width: 24ch; margin-bottom: var(--s-3); }
.usp-tile--feature p { color: var(--text-on-dark); font-size: var(--t-body); max-width: 52ch; }

.usp-tile__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  background: var(--paper-2);
  color: var(--ink);
}
.usp-tile--feature .usp-tile__icon { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: var(--primary); }
.usp-tile__icon svg { width: 22px; height: 22px; }
.usp-tile h3 { font-size: var(--t-h5); letter-spacing: -0.02em; color: var(--text-strong); margin-bottom: var(--s-2); }
.usp-tile p { font-size: var(--t-body-s); color: var(--text-muted); line-height: 1.55; }

/* Feature-tile overrides — must come AFTER .usp-tile h3/p to win specificity battle */
.usp-tile--feature h3 { color: var(--paper); font-size: var(--t-h3); letter-spacing: -0.03em; line-height: 1.05; max-width: 24ch; margin-bottom: var(--s-3); }
.usp-tile--feature p { color: var(--text-on-dark); font-size: var(--t-body); max-width: 52ch; }

.usp-tile__big-num {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 2rem + 2.4vw, 4rem);
  font-weight: 800;
  font-style: italic;
  font-feature-settings: 'ss01';
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: var(--primary);
  font-variant-numeric: tabular-nums;
  margin-bottom: var(--s-2);
}
.usp-tile__big-num small {
  font-family: var(--font-mono);
  font-size: 0.22em;
  display: block;
  margin-top: 0.6em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

@media (max-width: 968px) {
  .usp-tile--feature, .usp-tile--small, .usp-tile--num {
    grid-column: span 12;
    grid-row: auto;
  }
}

/* =========================================================================
   LEISTUNGEN
   ========================================================================= */

.svc-list { display: flex; flex-direction: column; }
.svc-row {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: var(--s-5);
  padding: var(--s-5) 0;
  border-top: 1px solid var(--rule);
  text-decoration: none;
  color: inherit;
  transition: padding 0.4s var(--ease-out);
}
.svc-row:last-child { border-bottom: 1px solid var(--rule); }
.svc-row__num {
  font-family: var(--font-mono);
  font-size: clamp(1.3rem, 1rem + 1.2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
  transition: color 0.3s, transform 0.4s var(--ease-out);
}
.svc-row__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: var(--s-5);
  align-items: baseline;
}
.svc-row__title {
  font-size: var(--t-h3);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text-strong);
  line-height: 1.05;
  transition: color 0.3s, transform 0.4s var(--ease-out);
}
.svc-row__desc { font-size: var(--t-body); color: var(--text-muted); line-height: 1.55; }
.svc-row__arrow {
  display: grid; place-items: center;
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--rule);
  color: var(--ink);
  transition: transform 0.4s var(--ease-spring), background 0.3s, border-color 0.3s, color 0.3s;
}
.svc-row__arrow svg { width: 1.2em; height: 1.2em; }
.svc-row:hover .svc-row__num { color: var(--primary); transform: translateX(8px); }
.svc-row:hover .svc-row__title { color: var(--ink); transform: translateX(8px); }
.svc-row:hover .svc-row__arrow {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
  transform: rotate(-45deg) scale(1.05);
}

@media (max-width: 780px) {
  .svc-row { grid-template-columns: auto 1fr; gap: var(--s-3); padding: var(--s-4) 0; }
  .svc-row__main { grid-template-columns: 1fr; gap: var(--s-2); }
  .svc-row__title { font-size: var(--t-h4); }
  .svc-row__arrow { width: 44px; height: 44px; grid-column: -2 / -1; }
}

/* =========================================================================
   FUHRPARK
   ========================================================================= */

.fleet-bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
  margin-top: var(--s-4);
}
@media (min-width: 760px) {
  .fleet-bento {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(15rem, auto);
  }
  .fleet-card--feature {
    grid-column: span 3;
    grid-row: span 1;
  }
}
@media (min-width: 1100px) {
  .fleet-bento {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(15rem, auto);
  }
  .fleet-card { grid-column: span 4; }
  .fleet-card--feature { grid-column: 1 / -1; min-height: 32rem; }
}

.fleet-card {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
  min-height: 17rem;
  transition: transform .4s var(--ease-cinema), box-shadow .4s;
  box-shadow: var(--shadow-md);
}
@media (min-width: 760px) {
  .fleet-card.fleet-card--feature { min-height: 32rem; }
}
.fleet-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); }
.fleet-card:hover .fleet-card__img { transform: scale(1.06); }

.fleet-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: contrast(1.05) saturate(0.9);
  transition: transform 1.4s var(--ease-cinema);
}
.fleet-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,14,19,0.45) 0%, rgba(11,14,19,0.7) 50%, rgba(11,14,19,0.96) 100%);
}

.fleet-card__num {
  position: absolute;
  top: var(--s-4);
  left: var(--s-4);
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--primary);
  padding: 0.4em 0.85em;
  background: rgba(11,14,19,0.7);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-pill);
}

.fleet-card__chip {
  position: absolute;
  top: var(--s-4);
  right: var(--s-4);
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0.4em 0.85em;
  background: var(--primary);
  border-radius: var(--r-pill);
}

.fleet-card__body {
  position: absolute;
  z-index: 2;
  inset: auto var(--s-4) var(--s-4) var(--s-4);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}

.fleet-card__name {
  font-size: clamp(1.3rem, 1.05rem + 0.7vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--paper);
  margin: 0;
}
.fleet-card--feature .fleet-card__name {
  font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.4rem);
}

.fleet-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--s-4);
  padding-top: var(--s-3);
  border-top: 1px solid rgba(255,255,255,0.18);
  margin: 0;
  list-style: none;
}
.fleet-card__specs li {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  padding-block: 0.4em;
}
.fleet-card__specs li strong {
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 0.85rem + 0.3vw, 1.1rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--paper);
}
.fleet-card--feature .fleet-card__specs li strong {
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
}

/* =========================================================================
   BRANCHEN — Bento Quadrant
   ========================================================================= */

.industries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-2);
  margin-top: var(--s-4);
}
.industry {
  position: relative;
  background: var(--ink-2);
  padding: var(--s-5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--s-4);
  min-height: 360px;
  border-radius: var(--r-lg);
  transition: transform 0.5s var(--ease-spring);
  cursor: pointer;
  overflow: hidden;
  color: var(--text-on-dark);
}
.industry:hover { transform: translateY(-4px); }
.industry__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.45;
  transition: opacity 0.6s var(--ease-out), transform 1.2s var(--ease-out);
  z-index: 0;
}
.industry::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,7,10,0.5) 0%, rgba(7,7,10,0.92) 80%);
  z-index: 1;
  transition: background 0.5s;
}
.industry > *:not(.industry__bg) { position: relative; z-index: 2; }
.industry:hover .industry__bg { opacity: 0.75; transform: scale(1.06); }
.industry:hover::before { background: linear-gradient(180deg, rgba(7,7,10,0.25) 0%, rgba(7,7,10,0.85) 80%); }

.industry__num { font-family: var(--font-mono); font-size: var(--t-mono); font-weight: 600; letter-spacing: 0.15em; color: var(--text-on-dark-muted); transition: color 0.3s; }
.industry:hover .industry__num { color: var(--primary); }

.industry__icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--primary);
  margin-bottom: var(--s-3);
  transition: transform 0.4s var(--ease-spring), background 0.3s;
}
.industry__icon svg { width: 22px; height: 22px; }
.industry:hover .industry__icon { transform: translateY(-3px); background: rgba(242,145,0,0.14); border-color: rgba(242,145,0,0.42); }

.industry h3 { font-size: var(--t-h4); letter-spacing: -0.025em; margin-bottom: var(--s-2); color: var(--paper); }
.industry__desc { font-size: var(--t-body-s); color: rgba(255, 255, 255, 0.78); line-height: 1.5; }

@media (max-width: 968px) { .industries { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .industries { grid-template-columns: 1fr; } }

/* =========================================================================
   REICHWEITE
   ========================================================================= */

.reach-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
  margin-top: var(--s-3);
}
@media (min-width: 768px) { .reach-cards { grid-template-columns: repeat(3, 1fr); } }

.reach-card {
  position: relative;
  padding: var(--s-5);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  transition: transform .4s var(--ease-cinema), border-color .3s, box-shadow .3s;
  box-shadow: var(--shadow-sm);
  min-height: 16rem;
}
.reach-card:hover {
  transform: translateY(-4px);
  border-color: var(--rule-strong);
  box-shadow: var(--shadow-lg);
}
.reach-card--accent {
  background: linear-gradient(160deg, var(--ink) 0%, var(--ink-2) 100%);
  color: var(--paper);
  border-color: var(--ink);
}
.reach-card--accent::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--r-lg);
  background: radial-gradient(800px 400px at 100% 0%, rgba(242,145,0,0.16), transparent 60%);
  pointer-events: none;
}

.reach-card__head {
  display: flex;
  align-items: baseline;
  gap: var(--s-3);
}
.reach-card__num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(2rem, 1.5rem + 1.6vw, 2.8rem);
  letter-spacing: -0.03em;
  color: var(--primary);
  line-height: 0.9;
}
.reach-card__title {
  font-size: clamp(1.4rem, 1.1rem + 0.7vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--text-strong);
}
.reach-card--accent .reach-card__title { color: var(--paper); }
.reach-card__desc {
  font-size: var(--t-body);
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 36ch;
  margin: 0;
}
.reach-card--accent .reach-card__desc { color: rgba(255,255,255,0.7); }

.reach-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  font-size: var(--t-body-s);
  color: var(--text);
  margin-top: auto;
  border-top: 1px solid var(--rule);
  padding-top: var(--s-3);
}
.reach-card--accent .reach-card__list { border-top-color: var(--ink-4); color: rgba(255,255,255,0.85); }

.reach-card__list--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4em 0.7em;
}
.reach-card__list--inline li {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3em 0.7em;
  background: var(--paper-2);
  border-radius: var(--r-pill);
  color: var(--text-strong);
}

.reach-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 0.5em;
  margin-top: auto;
  padding-top: var(--s-3);
  border-top: 1px solid var(--ink-4);
}
.reach-card__chips span {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.32em 0.75em;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-pill);
  color: var(--paper);
  transition: background .25s var(--ease-out);
}
.reach-card__chips span:hover { background: rgba(242,145,0,0.18); border-color: rgba(242,145,0,0.4); }

/* =========================================================================
   LAGER
   ========================================================================= */

.lager-banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
  align-items: center;
  margin-top: var(--s-4);
}
@media (min-width: 980px) {
  .lager-banner { grid-template-columns: 1fr 1.1fr; gap: var(--s-7); }
}

.lager-banner__visual {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink-2);
  box-shadow: var(--shadow-lg);
}
.lager-banner__visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s var(--ease-cinema);
  filter: contrast(1.04) saturate(0.96);
}
.lager-banner__visual:hover img { transform: scale(1.05); }
.lager-banner__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7,7,10,0.55) 100%);
  pointer-events: none;
}
.lager-banner__chip {
  position: absolute;
  bottom: var(--s-4);
  left: var(--s-4);
  z-index: 2;
  padding: 0.55em 1.1em;
  background: var(--primary);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  box-shadow: var(--shadow-md);
}

.lager-banner__content {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  min-width: 0;
}
.lager-banner__content .section-title { margin-bottom: var(--s-2); }
.lager-banner__content .section-lead { margin-bottom: 0; }

.lager-banner__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
  margin-top: var(--s-4);
  padding-top: var(--s-4);
  border-top: 1px solid var(--rule);
}
@media (max-width: 600px) {
  .lager-banner__features { grid-template-columns: 1fr; gap: var(--s-2); }
}
.lager-banner__feature {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.lager-banner__feature-num {
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--text-strong);
  line-height: 1;
}
.lager-banner__feature-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* =========================================================================
   ABOUT — clean centered
   ========================================================================= */

.about-block { max-width: 60ch; margin-inline: auto; text-align: center; display: flex; flex-direction: column; gap: var(--s-3); align-items: center; }
.about-block .section-title { margin-inline: auto; }
.about-block .eyebrow::before { display: none; }
.about-quote-text {
  font-size: var(--t-h3); font-weight: 600; line-height: 1.3; letter-spacing: -0.025em;
  color: var(--text-strong); max-width: 50ch; margin: var(--s-3) auto var(--s-5); position: relative;
}
.about-quote-text::before { content: '"'; color: var(--primary); font-size: 1.4em; line-height: 0; vertical-align: -0.3em; padding-right: 0.05em; }
.about-quote-text::after { content: '"'; color: var(--primary); font-size: 1.4em; line-height: 0; vertical-align: -0.3em; padding-left: 0.05em; }
.about-meta { display: inline-flex; align-items: center; gap: var(--s-3); font-family: var(--font-mono); font-size: var(--t-mono); letter-spacing: 0.08em; color: var(--text-muted); font-weight: 500; }
.about-meta__sep { width: 4px; height: 4px; border-radius: 50%; background: var(--primary); }

/* =========================================================================
   CTA BANNER — Sennder-inspired bold statement
   ========================================================================= */

/* =========================================================================
   ANFRAGE-FORMULAR (Dark-Theme, eigene Seite + ggf. Inline)
   ========================================================================= */
.anfrage {
  background: var(--ink);
  color: var(--paper);
  padding: calc(var(--header-h) + var(--s-7)) var(--frame) var(--s-8);
  position: relative;
  overflow: hidden;
}
.anfrage::before {
  content: '';
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(900px 600px at 85% 10%, rgba(242,145,0,0.16), transparent 60%),
    radial-gradient(700px 500px at 10% 90%, rgba(217,177,115,0.10), transparent 60%);
  pointer-events: none;
}
.anfrage > .frame { position: relative; }
.anfrage__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-6);
  align-items: start;
}
@media (min-width: 880px) {
  .anfrage__grid { grid-template-columns: 1fr 1.3fr; gap: var(--s-7); }
}
.anfrage__intro { display: flex; flex-direction: column; gap: var(--s-3); }
.anfrage__intro .eyebrow { color: var(--primary); }
.anfrage__title {
  color: var(--paper);
  font-size: clamp(2rem, 1.5rem + 2vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  max-width: 18ch;
}
.anfrage__title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  color: var(--champagne);
  letter-spacing: -0.025em;
}
.anfrage__lead {
  color: var(--text-on-dark);
  font-size: var(--t-body-l);
  line-height: 1.55;
  max-width: 38ch;
}
.anfrage__alt {
  margin-top: var(--s-3);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  padding-top: var(--s-4);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.anfrage__alt-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
}
.anfrage__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--font-mono);
  font-size: var(--t-h5);
  font-weight: 600;
  color: var(--paper);
  text-decoration: none;
  transition: color .2s;
}
.anfrage__phone svg { color: var(--primary); width: 18px; height: 18px; }
.anfrage__phone:hover { color: var(--primary); }
.anfrage__perks {
  margin-top: var(--s-3);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  list-style: none;
  padding: 0;
}
.anfrage__perks li {
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-size: var(--t-body-s);
  color: var(--text-on-dark);
  line-height: 1.4;
}
.anfrage__perks svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--primary);
}

/* =========================================================================
   LANDING PAGES (Sub-Pages)
   ========================================================================= */
.lp-hero {
  position: relative;
  width: 100%;
  min-height: clamp(440px, 65vh, 620px);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
  padding-inline: var(--frame);
}
.lp-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(0.9);
}
.lp-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(11,14,19,0.92) 0%, rgba(11,14,19,0.75) 38%, rgba(11,14,19,0.4) 70%, rgba(11,14,19,0.2) 100%),
    linear-gradient(0deg, rgba(11,14,19,0.7) 0%, rgba(11,14,19,0.15) 60%);
  z-index: 1;
}
.lp-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--site);
  margin-inline: auto;
  padding: calc(var(--header-h) + var(--s-7)) 0 var(--s-7);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}
@media (max-width: 720px) {
  .lp-hero__inner {
    padding: calc(var(--header-h) + var(--s-3)) 0 var(--s-5);
  }
}
.lp-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: var(--s-3);
}
.lp-hero__breadcrumb a { color: rgba(255,255,255,0.7); transition: color .2s; }
.lp-hero__breadcrumb a:hover { color: var(--primary); }
.lp-hero__breadcrumb span[aria-current] { color: var(--paper); }
.lp-hero__breadcrumb span[aria-hidden] { color: var(--primary); }
.lp-hero__title {
  font-size: clamp(2rem, 1.4rem + 2.5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--paper);
  max-width: 24ch;
}
.lp-hero__lead {
  font-size: var(--t-body-l);
  color: rgba(255,255,255,0.88);
  max-width: 56ch;
  line-height: 1.55;
}
.lp-hero__ctas {
  margin-top: var(--s-3);
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
}

/* ---- Specs ---- */
.lp-specs {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--s-4);
  margin-top: var(--s-4);
}
@media (min-width: 600px)  { .lp-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px)  { .lp-specs { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.lp-spec {
  padding: var(--s-4);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  box-shadow: 0 1px 2px rgba(11,14,19,0.04), 0 4px 14px rgba(11,14,19,0.05);
}
.section--alt .lp-spec { background: var(--paper); }
.lp-spec__label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.lp-spec__value {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1rem + 0.8vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  line-height: 1.1;
}
.lp-spec__value em {
  font-style: italic;
  color: var(--primary);
  font-weight: 700;
}

/* ---- Comparison Cards ---- */
.lp-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
  margin-top: var(--s-4);
}
@media (min-width: 760px) { .lp-compare { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--s-5); } }
@media (min-width: 760px) { .lp-compare.lp-compare--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s-4); } }
.lp-compare-card {
  padding: var(--s-5);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  box-shadow: var(--shadow-sm);
}
.section--alt .lp-compare-card { background: var(--paper); }
.lp-compare-card__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--paper);
  margin-bottom: var(--s-2);
  box-shadow: 0 4px 12px rgba(242,145,0,0.28), 0 1px 2px rgba(11,14,19,0.08);
}
.lp-compare-card__icon svg { width: 28px; height: 28px; stroke-width: 1.8; }
.lp-compare-card h3 {
  font-size: var(--t-h5);
  letter-spacing: -0.01em;
  color: var(--text-strong);
}
.lp-compare-card ul {
  display: flex;
  flex-direction: column;
  gap: 0.65em;
}
.lp-compare-card li {
  position: relative;
  padding-left: calc(18px + 0.6em);
  font-size: var(--t-body-s);
  color: var(--text-muted);
  line-height: 1.5;
  min-width: 0;
}
.lp-compare-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F29100' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ---- Use Case List ---- */
.lp-uses {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
  margin-top: var(--s-4);
  list-style: none;
  padding: 0;
}
@media (min-width: 760px) { .lp-uses { grid-template-columns: 1fr 1fr; } }
.lp-uses li {
  padding: var(--s-4);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  display: flex;
  align-items: flex-start;
  gap: var(--s-3);
  font-size: var(--t-body);
  line-height: 1.5;
  color: var(--text);
  box-shadow: 0 1px 2px rgba(11,14,19,0.04), 0 4px 14px rgba(11,14,19,0.05);
}
.lp-uses li svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--primary);
  margin-top: 0.05em;
  padding: 8px;
  box-sizing: content-box;
  background: linear-gradient(135deg, rgba(242,145,0,0.16) 0%, rgba(242,145,0,0.08) 100%);
  border-radius: var(--r-sm);
  stroke-width: 1.8;
}
.lp-uses li strong { display: block; color: var(--text-strong); margin-bottom: 0.3em; }

/* ---- City Stats Tiles ---- */
.city-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
  margin-top: var(--s-4);
}
@media (min-width: 760px) { .city-stats { grid-template-columns: repeat(3, 1fr); gap: var(--s-4); } }
.city-stat {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  padding: var(--s-5);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  text-align: left;
  transition: border-color .3s, box-shadow .3s;
  box-shadow: 0 1px 2px rgba(11,14,19,0.04), 0 4px 14px rgba(11,14,19,0.05);
}
.city-stat:hover { border-color: var(--rule-strong); box-shadow: 0 2px 4px rgba(11,14,19,0.06), 0 8px 24px rgba(11,14,19,0.08); }
.city-stat__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--paper);
  margin-bottom: var(--s-1);
  box-shadow: 0 4px 12px rgba(242,145,0,0.28), 0 1px 2px rgba(11,14,19,0.08);
}
.city-stat__icon svg { width: 26px; height: 26px; stroke-width: 1.8; }
.city-stat__value {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 1.1rem + 0.7vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  line-height: 1.1;
}
.city-stat__label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ---- Contact Hub (3 Kacheln) ---- */
.contact-hub {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
  margin-top: var(--s-4);
}
@media (min-width: 760px) { .contact-hub { grid-template-columns: repeat(3, 1fr); gap: var(--s-5); } }
.contact-card {
  display: flex;
  flex-direction: column;
  padding: var(--s-5);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s var(--ease-out), transform 0.25s var(--ease-out), box-shadow 0.25s;
  box-shadow: 0 1px 2px rgba(11,14,19,0.04), 0 4px 14px rgba(11,14,19,0.05);
}
.contact-card:hover {
  border-color: var(--rule-strong);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(11,14,19,0.08), 0 16px 40px rgba(11,14,19,0.10);
}
.contact-card__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--paper);
  margin-bottom: var(--s-3);
  box-shadow: 0 4px 12px rgba(242,145,0,0.28), 0 1px 2px rgba(11,14,19,0.08);
}
.contact-card__icon svg { width: 28px; height: 28px; stroke-width: 1.8; }
.contact-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1rem + 0.6vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  margin-bottom: var(--s-2);
  line-height: 1.2;
}
.contact-card__lead {
  font-size: var(--t-body-s);
  line-height: 1.55;
  color: var(--text-muted);
  margin-bottom: var(--s-4);
  flex-grow: 1;
}
.contact-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}
.contact-card__cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.25s var(--ease-out);
}
.contact-card:hover .contact-card__cta svg { transform: translateX(4px); }

/* ---- Contact Direct (Phone/Email/Address Grid) ---- */
.contact-direct {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
  margin-top: var(--s-4);
}
@media (min-width: 760px) { .contact-direct { grid-template-columns: repeat(3, 1fr); } }
.contact-direct__item {
  display: flex;
  align-items: flex-start;
  gap: var(--s-3);
  padding: var(--s-4);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s, box-shadow 0.25s;
  box-shadow: 0 1px 2px rgba(11,14,19,0.04), 0 4px 14px rgba(11,14,19,0.05);
}
a.contact-direct__item:hover { border-color: var(--rule-strong); box-shadow: 0 2px 4px rgba(11,14,19,0.06), 0 8px 24px rgba(11,14,19,0.08); }
.contact-direct__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, rgba(242,145,0,0.16) 0%, rgba(242,145,0,0.08) 100%);
  color: var(--primary);
  flex-shrink: 0;
}
.contact-direct__icon svg { width: 20px; height: 20px; stroke-width: 1.8; }
.contact-direct__text { display: flex; flex-direction: column; gap: 0.2em; min-width: 0; }
.contact-direct__label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.contact-direct__value {
  font-size: var(--t-body);
  font-weight: 600;
  color: var(--text-strong);
  line-height: 1.3;
  word-break: break-word;
}

.section-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s-3);
  margin-top: var(--s-4);
}

/* ---- FAQ "Mehr Antworten" Link ---- */
.faq__more {
  margin-top: var(--s-4);
  padding-top: var(--s-4);
  border-top: 1px solid var(--rule);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--text-muted);
}
.faq__more a {
  color: var(--primary-dark);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s var(--ease-out);
}
.faq__more a:hover { color: var(--primary); text-decoration: underline; text-underline-offset: 0.2em; }

/* ---- FAQ Categories ---- */
.faq-cat {
  margin-top: var(--s-6);
}
.faq-cat:first-of-type { margin-top: var(--s-4); }
.faq-cat__title {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary-dark);
  padding-bottom: var(--s-2);
  margin-bottom: var(--s-2);
  border-bottom: 1px solid var(--rule);
}

/* ---- Glossar ---- */
.glossar-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: var(--s-4) 0 var(--s-6);
  padding-bottom: var(--s-4);
  border-bottom: 1px solid var(--rule);
}
.glossar-toc a {
  display: inline-block;
  padding: 0.4em 0.9em;
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-decoration: none;
  transition: background .2s var(--ease-out), border-color .2s, color .2s;
}
.glossar-toc a:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.glossar-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
}
@media (min-width: 760px) { .glossar-list { grid-template-columns: 1fr 1fr; gap: var(--s-4) var(--s-5); } }
.glossar-item {
  padding: var(--s-4);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  scroll-margin-top: calc(var(--header-h) + 1rem);
}
.glossar-item__term {
  font-size: var(--t-h4);
  letter-spacing: -0.02em;
  color: var(--text-strong);
  margin-bottom: 0.2em;
}
.glossar-item__full {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--primary-dark);
  margin-bottom: var(--s-2);
}
.glossar-item__desc {
  font-size: var(--t-body-s);
  line-height: 1.55;
  color: var(--text);
  margin: 0;
}

/* ---- Auto-Alternation: zwei gleichfarbige Sections in Folge brechen ---- */
section.section--alt + section.section--alt { background: var(--paper); }
section.section:not(.section--alt) + section.section:not(.section--alt) { background: var(--paper-2); }
section.section--alt + .trust { background: var(--paper); }

/* ---- Stadt-LP Routen-Liste ---- */
.lp-routes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--s-3);
  margin-top: var(--s-4);
  list-style: none;
  padding: 0;
}
@media (min-width: 760px) { .lp-routes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.lp-routes li {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 0.6em 0.9em;
  padding: 0.9em 1.1em;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  box-shadow: 0 1px 2px rgba(11,14,19,0.03);
}
.section--alt .lp-routes li { background: var(--paper); }
.lp-route__from { font-weight: 600; color: var(--text-strong); font-size: 0.95rem; }
.lp-route__arrow { color: var(--primary); font-weight: 700; font-size: 1.05rem; line-height: 1; }
.lp-route__to { font-weight: 600; color: var(--text-strong); font-size: 0.95rem; }
.lp-route__meta {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  white-space: nowrap;
}
.lp-routes__note {
  margin-top: var(--s-5);
  padding: var(--s-4) var(--s-4);
  background: var(--paper-2);
  border-left: 3px solid var(--primary);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.6;
}
.section--alt .lp-routes__note { background: var(--paper); }

/* ---- Nearby Cities Cross-Link-Strip ---- */
.lp-related-cities {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text);
}
.lp-related-cities__label {
  display: block;
  margin-bottom: var(--s-2);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
}
.lp-related-cities__links a {
  color: var(--primary-dark);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
}
.lp-related-cities__links a:hover { color: var(--primary); text-decoration: underline; text-underline-offset: 0.2em; }
.lp-related-cities__sep { color: var(--rule-strong); margin: 0 0.3em; }

/* ---- Trust / Google Reviews (white section, mit Trennlinien) ---- */
.trust {
  padding: var(--s-7) 0;
  background: var(--paper);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  isolation: isolate;
  padding-inline: var(--frame);
}
.trust > .frame { max-width: var(--site); margin-inline: auto; }
.trust__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
  padding-bottom: var(--s-5);
  margin-bottom: var(--s-5);
  border-bottom: 1px solid var(--rule);
}
.trust__rating {
  display: flex;
  align-items: center;
  gap: 0.7em;
  flex-wrap: wrap;
}
.trust__rating-value {
  font-family: var(--font-sans);
  font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.2rem);
  font-weight: 700;
  color: var(--text-strong);
  letter-spacing: -0.02em;
  line-height: 1;
}
.trust__rating-meta {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}
.trust__profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-dark);
  text-decoration: none;
  transition: color .2s, transform .2s;
}
.trust__profile-link svg { width: 14px; height: 14px; transition: transform .2s; }
.trust__profile-link:hover { color: var(--primary); }
.trust__profile-link:hover svg { transform: translateX(3px); }
.trust__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--s-4);
}
@media (min-width: 760px)  { .trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1080px) { .trust__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* Cards 4+ standardmäßig versteckt — Toggle-Button blendet sie ein */
.trust__grid > .trust-card:nth-child(n+4) { display: none; }
.trust--expanded .trust__grid > .trust-card:nth-child(n+4) { display: flex; }

.trust-card {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  padding: var(--s-5);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  box-shadow: 0 1px 2px rgba(11,14,19,0.04), 0 6px 18px rgba(11,14,19,0.06);
  min-width: 0;
}
.trust-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3);
}
.trust-google {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.trust-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: #16A34A;
}
.trust-card__text {
  margin: 0;
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.6;
  color: var(--text-strong);
}
.trust-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em 0.8em;
  margin-top: auto;
  padding-top: var(--s-3);
  border-top: 1px solid var(--rule);
}
.trust-card__author {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-strong);
}
.trust-verified__icon {
  width: 12px;
  height: 12px;
  color: #16A34A;
  flex-shrink: 0;
}

.trust-stars { display: inline-flex; gap: 0.1em; color: var(--rule-strong); }
.trust-stars--lg svg { width: 22px; height: 22px; }
.trust-stars__star { width: 16px; height: 16px; }
.trust-stars__star--filled { color: var(--primary); }

/* Toggle-Button — orange-Gradient wie .btn--primary */
.trust__more {
  display: flex;
  justify-content: center;
  margin-top: var(--s-5);
}
.trust__toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 1.05rem 1.7rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--champagne) 100%);
  color: var(--ink);
  border: 1.5px solid var(--primary);
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-size: var(--t-body-s);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px -2px rgba(242,145,0,0.28), inset 0 1px 0 rgba(255,255,255,0.4);
  transition: transform 0.4s var(--ease-spring), background 0.3s, border-color 0.3s, box-shadow 0.4s;
}
.trust__toggle-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--champagne-soft) 100%);
  border-color: var(--primary-light);
  box-shadow: 0 16px 40px -12px rgba(242,145,0,0.55), 0 0 60px -16px rgba(242,145,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
}
.trust__toggle-icon {
  width: 1.05em;
  height: 1.05em;
  transition: transform .25s;
}
.trust--expanded .trust__toggle-icon { transform: rotate(180deg); }
.trust__toggle-label-hide { display: none; }
.trust--expanded .trust__toggle-label-show { display: none; }
.trust--expanded .trust__toggle-label-hide { display: inline; }

/* ---- Diagramm Container ---- */
.diagramm {
  width: 100%;
  max-width: 1100px;
  margin: var(--s-4) auto var(--s-5);
  display: block;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: var(--s-4) var(--s-5);
  box-shadow: 0 1px 2px rgba(11,14,19,0.04), 0 4px 14px rgba(11,14,19,0.05);
}
.diagramm img,
.diagramm svg {
  display: block;
  width: 100%;
  height: auto;
}
/* Auf schmalen Screens: SVG bleibt min. 560px breit, Container scrollt horizontal,
   damit die feinen Texte in den Diagrammen lesbar bleiben. */
@media (max-width: 720px) {
  .diagramm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .diagramm svg { min-width: 560px; }
}
.diagramm__caption {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
  margin-top: var(--s-3);
}

/* ---- LP Intro Split (Prose + Aside) ---- */
.lp-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
  align-items: start;
  margin-top: var(--s-4);
}
@media (min-width: 920px) {
  .lp-intro {
    grid-template-columns: minmax(0, 1fr) clamp(280px, 32vw, 400px);
    gap: var(--s-6);
    align-items: stretch;
  }
}
.lp-intro__main { min-width: 0; }
.lp-intro__aside {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: 0 2px 6px rgba(11,14,19,0.06), 0 12px 32px rgba(11,14,19,0.08);
  aspect-ratio: 4 / 5;
}
@media (min-width: 920px) {
  .lp-intro__aside { aspect-ratio: auto; min-height: 100%; }
}
.lp-intro__aside img,
.lp-intro__aside picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-intro__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: var(--s-3) var(--s-4);
  background: linear-gradient(to top, rgba(11,14,19,0.78) 0%, rgba(11,14,19,0.5) 60%, rgba(11,14,19,0) 100%);
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ---- LP Prose Sections ---- */
.lp-prose {
  max-width: 70ch;
  font-size: var(--t-body);
  line-height: 1.7;
  color: var(--text);
}
.lp-intro__main .lp-prose { max-width: none; }
.lp-prose p { margin-bottom: var(--s-3); }
.lp-prose p:last-child { margin-bottom: 0; }
.lp-prose strong { color: var(--text-strong); }
.lp-prose a { color: var(--primary-dark); text-decoration: underline; text-underline-offset: 0.2em; }
.lp-prose a:hover { color: var(--primary); }
.lp-prose ul,
.lp-prose ol {
  margin: 0 0 var(--s-3) 0;
  padding-left: 0;
  list-style: none;
}
.lp-prose ul li,
.lp-prose ol li {
  position: relative;
  padding-left: 1.6em;
  margin-top: 0.5em;
  line-height: 1.6;
}
.lp-prose ul li::before {
  content: '';
  position: absolute;
  left: 0.35em;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
}
.lp-prose ol { counter-reset: lp-list; }
.lp-prose ol li { counter-increment: lp-list; }
.lp-prose ol li::before {
  content: counter(lp-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-mono);
  font-size: 0.92em;
  font-weight: 700;
  color: var(--primary);
  min-width: 1.4em;
}

/* ---- Legal Prose (Impressum, Datenschutz) ---- */
.legal-prose {
  max-width: 78ch;
  font-size: var(--t-body);
  line-height: 1.7;
  color: var(--text);
}
.legal-prose > * + * { margin-top: var(--s-3); }
.legal-prose h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-strong);
  margin-top: var(--s-6);
  padding-top: var(--s-5);
  border-top: 1px solid var(--rule);
  letter-spacing: -0.01em;
}
.legal-prose h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.legal-prose h3 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-strong);
  margin-top: var(--s-5);
  letter-spacing: -0.005em;
}
.legal-prose h4 {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-strong);
  margin-top: var(--s-4);
}
.legal-prose p { margin: 0; }
.legal-prose strong { color: var(--text-strong); font-weight: 600; }
.legal-prose a {
  color: var(--primary-dark);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  word-break: break-word;
}
.legal-prose a:hover { color: var(--primary); }
.legal-prose ul,
.legal-prose ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.legal-prose ul li,
.legal-prose ol li {
  position: relative;
  padding-left: 1.6em;
  margin-top: 0.5em;
  line-height: 1.6;
}
.legal-prose ul li::before {
  content: '';
  position: absolute;
  left: 0.35em;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}
.legal-prose ol {
  counter-reset: legal-list;
}
.legal-prose ol li {
  counter-increment: legal-list;
}
.legal-prose ol li::before {
  content: counter(legal-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-mono);
  font-size: 0.92em;
  font-weight: 700;
  color: var(--primary);
  min-width: 1.4em;
}
/* Nested lists indentation */
.legal-prose ul ul,
.legal-prose ol ol,
.legal-prose ul ol,
.legal-prose ol ul {
  margin-top: 0.4em;
  margin-left: 0.5em;
}
.legal-prose ul ul li::before {
  background: transparent;
  border: 1.5px solid var(--primary);
  width: 6px;
  height: 6px;
}
.legal-prose hr {
  border: none;
  border-top: 1px solid var(--rule);
  margin: var(--s-5) 0;
}
.legal-prose .legal-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: var(--s-4) var(--s-5);
  box-shadow: 0 1px 2px rgba(11,14,19,0.04), 0 4px 14px rgba(11,14,19,0.05);
}
.legal-prose .legal-card p { margin: 0; }
.legal-prose .legal-card p + p { margin-top: 0.4em; }

/* ---- Form (shared) ---- */
.anfrage-form {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  padding: var(--s-5);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-lg);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
@media (min-width: 600px) { .anfrage-form { padding: var(--s-6); } }
.anfrage-form__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.anfrage-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
}
@media (min-width: 600px) { .anfrage-form__row { grid-template-columns: 1fr 1fr; } }
.anfrage-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  min-width: 0;
}
fieldset.anfrage-form__field {
  border: 0;
  margin: 0;
  padding: 0;
  min-inline-size: 0;
}
.anfrage-form__label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
}
legend.anfrage-form__label {
  padding: 0;
  margin-bottom: 0.4em;
  float: none;
  display: block;
}
.anfrage-form__req { color: var(--primary); margin-left: 0.15em; }
.anfrage-form input[type="text"],
.anfrage-form input[type="email"],
.anfrage-form input[type="tel"],
.anfrage-form input[type="date"],
.anfrage-form select,
.anfrage-form textarea {
  width: 100%;
  padding: 0.85em 1em;
  background: var(--paper);
  border: 1px solid transparent;
  border-radius: var(--r-md);
  color: var(--ink);
  font-family: inherit;
  font-size: var(--t-body);
  line-height: 1.4;
  transition: border-color .2s, box-shadow .2s;
}
.anfrage-form input:hover,
.anfrage-form select:hover,
.anfrage-form textarea:hover { border-color: var(--rule-strong); }
.anfrage-form input:focus,
.anfrage-form select:focus,
.anfrage-form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(242,145,0,0.18);
}
.anfrage-form input:invalid:not(:placeholder-shown),
.anfrage-form select:invalid:not(:focus) { border-color: rgba(255,90,90,0.7); }
.anfrage-form textarea { resize: vertical; min-height: 6rem; }
.anfrage-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%230B0E13' stroke-width='1.6' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 2.6em;
}
/* Radio-Group (Ja / Nein / Auf Anfrage) */
.anfrage-form__radios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5em;
}
.anfrage-form__radio {
  position: relative;
  cursor: pointer;
  min-width: 0;
}
.anfrage-form__radio input[type="radio"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.anfrage-form__radio span {
  display: block;
  text-align: center;
  padding: 0.85em 0.6em;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: var(--r-md);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  transition: border-color .2s, background .2s, color .2s;
}
.anfrage-form__radio:hover span { border-color: var(--rule-strong); }
.anfrage-form__radio input[type="radio"]:checked + span {
  background: var(--primary);
  color: var(--paper);
  border-color: var(--primary);
  box-shadow: 0 2px 8px rgba(242,145,0,0.28);
}
.anfrage-form__radio input[type="radio"]:focus-visible + span {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.anfrage-form__consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 0.75em;
  margin-top: var(--s-2);
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-on-dark);
}
.anfrage-form__consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px; height: 18px;
  margin-top: 0.18em;
  border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: 4px;
  background: rgba(255,255,255,0.06);
  cursor: pointer;
  transition: background .2s, border-color .2s;
  position: relative;
}
.anfrage-form__consent input[type="checkbox"]:hover { border-color: rgba(255,255,255,0.7); }
.anfrage-form__consent input[type="checkbox"]:checked {
  background: var(--primary);
  border-color: var(--primary);
}
.anfrage-form__consent input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  inset: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%230B0E13' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 6.5l3 3 5-6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.anfrage-form__consent a { color: var(--champagne); text-decoration: underline; text-underline-offset: 0.2em; }
.anfrage-form__consent a:hover { color: var(--primary); }
.anfrage-form__submit { margin-top: var(--s-3); align-self: stretch; justify-content: center; }
@media (min-width: 600px) { .anfrage-form__submit { align-self: flex-start; } }
.anfrage-form__note {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
  margin-top: 0;
}

/* Form-Status (Erfolg/Fehler via URL-Param) */
.anfrage-form__alert {
  padding: 0.85em 1em;
  border-radius: var(--r-md);
  font-size: 0.9rem;
  line-height: 1.45;
  margin-bottom: var(--s-3);
}
.anfrage-form__alert--success { background: rgba(80,200,120,0.12); border: 1px solid rgba(80,200,120,0.4); color: rgb(180,235,200); }
.anfrage-form__alert--error { background: rgba(255,90,90,0.10); border: 1px solid rgba(255,90,90,0.4); color: rgb(255,180,180); }

.cta {
  background: var(--ink);
  color: var(--paper);
  padding: var(--s-8) var(--frame);
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: '';
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(700px 500px at 80% 20%, rgba(242,145,0,0.18), transparent 60%),
    radial-gradient(500px 400px at 20% 80%, rgba(242,145,0,0.08), transparent 60%);
  pointer-events: none;
}

/* Light CTA variant — for last section before dark footer */
.cta--light {
  background: var(--paper-2);
  color: var(--text);
}
.cta--light::before {
  background:
    radial-gradient(700px 500px at 80% 20%, rgba(242,145,0,0.10), transparent 60%),
    radial-gradient(500px 400px at 20% 80%, rgba(242,145,0,0.04), transparent 60%);
}
.cta--light .cta__title { color: var(--text-strong); }
.cta--light .cta__sub { color: var(--text-muted); }
.cta--light .cta__phone {
  background: var(--paper);
  border-color: var(--rule);
}
.cta--light .cta__phone:hover { background: var(--paper); border-color: var(--rule-strong); }
.cta--light .cta__phone-num { color: var(--text-strong); }
.cta--light .btn--ghost-light,
.cta--light .btn--ghost-dark {
  color: var(--text-strong);
  border-color: var(--rule-strong);
  background: var(--paper);
}
.cta--light .btn--ghost-light:hover,
.cta--light .btn--ghost-dark:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

/* Inline CTA — for placement mid-article in long content */
.cta-inline {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  margin: var(--s-5) 0;
  padding: var(--s-4) var(--s-5);
  background: linear-gradient(135deg, rgba(242,145,0,0.08) 0%, rgba(242,145,0,0.03) 100%);
  border: 1px solid rgba(242,145,0,0.22);
  border-left: 4px solid var(--primary);
  border-radius: var(--r-md);
  box-shadow: 0 1px 2px rgba(11,14,19,0.04), 0 4px 14px rgba(11,14,19,0.04);
}
@media (min-width: 760px) {
  .cta-inline {
    flex-direction: row;
    align-items: center;
    gap: var(--s-5);
    padding: var(--s-4) var(--s-5);
  }
}
.cta-inline__text {
  flex: 1;
  min-width: 0;
}
.cta-inline__title {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
  font-weight: 700;
  color: var(--text-strong);
  line-height: 1.3;
  margin: 0 0 0.3em 0;
  letter-spacing: -0.01em;
}
.cta-inline__sub {
  font-size: var(--t-body-s);
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}
.cta-inline__actions {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 480px) {
  .cta-inline__actions {
    flex-direction: row;
    width: auto;
  }
}
@media (min-width: 760px) {
  .cta-inline__actions { flex-direction: column; align-items: stretch; min-width: 200px; }
}
@media (min-width: 1024px) {
  .cta-inline__actions { flex-direction: row; align-items: center; min-width: 0; }
}
.cta-inline__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-strong);
  text-decoration: none;
  white-space: nowrap;
  padding: 0.5em 0.2em;
}
.cta-inline__phone svg { width: 16px; height: 16px; color: var(--primary); }
.cta-inline__phone:hover { color: var(--primary); }
.cta__inner {
  position: relative;
  max-width: var(--site);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
  align-items: center;
}
@media (min-width: 980px) {
  .cta__inner {
    grid-template-columns: 1fr auto;
    gap: var(--s-7);
  }
}

.cta__head { min-width: 0; }
.cta__title {
  color: var(--paper);
  font-size: clamp(2rem, 1.5rem + 2vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-top: var(--s-2);
  margin-bottom: var(--s-3);
  max-width: 22ch;
}
.cta__sub {
  color: var(--text-on-dark);
  font-size: var(--t-body);
  line-height: 1.55;
  max-width: 56ch;
  margin: 0;
}
.cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--s-3);
}
@media (min-width: 980px) {
  .cta__actions { align-items: flex-end; }
}
.cta__phone {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15em;
  padding: 0.7em 1.2em;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-md);
  text-decoration: none;
  transition: background .3s var(--ease-out), border-color .3s var(--ease-out);
}
.cta__phone:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }
.cta__phone-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
}
.cta__phone-num {
  font-size: clamp(1.4rem, 1.1rem + 1vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--paper);
  font-variant-numeric: tabular-nums;
}

/* =========================================================================
   FAQ
   ========================================================================= */

.faq { max-width: 760px; margin: var(--s-4) auto 0; }
.faq__item { border-top: 1px solid var(--rule); transition: border-color 0.3s; }
.faq__item:last-child { border-bottom: 1px solid var(--rule); }
.faq__item[open] { border-color: var(--ink); }
.faq__item summary { padding: var(--s-4) 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__q { font-size: var(--t-h5); font-weight: 700; letter-spacing: -0.02em; color: var(--text-strong); flex: 1; transition: color 0.2s; }
.faq__item summary:hover .faq__q { color: var(--primary-dark); }
.faq__item[open] .faq__q { color: var(--ink); }
.faq__icon {
  position: relative; display: inline-grid; place-items: center;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid var(--rule); flex-shrink: 0; transition: background 0.3s, border-color 0.3s;
}
.faq__icon::before, .faq__icon::after { content: ''; position: absolute; background: var(--ink); border-radius: 1px; transition: transform 0.3s var(--ease-out), background 0.3s; }
.faq__icon::before { width: 12px; height: 1.5px; }
.faq__icon::after { width: 1.5px; height: 12px; }
.faq__item[open] .faq__icon { background: var(--ink); border-color: var(--ink); }
.faq__item[open] .faq__icon::before, .faq__item[open] .faq__icon::after { background: var(--paper); }
.faq__item[open] .faq__icon::after { transform: scaleY(0); }
.faq__item summary:hover .faq__icon { border-color: var(--ink); }
.faq__item p { padding: 0 0 var(--s-4); color: var(--text-muted); font-size: var(--t-body); line-height: 1.7; max-width: 60ch; }

/* =========================================================================
   FOOTER
   ========================================================================= */

.footer {
  background: var(--ink);
  color: var(--text-on-dark);
  padding: var(--s-8) var(--frame) var(--s-5);
  font-size: var(--t-body-s);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 500px at 100% 0%, rgba(242,145,0,0.08), transparent 60%),
    radial-gradient(600px 400px at 0% 100%, rgba(242,145,0,0.05), transparent 60%);
  pointer-events: none;
}
.footer__inner { position: relative; max-width: var(--site); margin-inline: auto; }

.footer__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
  padding-bottom: var(--s-7);
  margin-bottom: var(--s-7);
  border-bottom: 1px solid var(--ink-4);
  align-items: end;
}
@media (min-width: 980px) {
  .footer__hero { grid-template-columns: 1.4fr 1fr; gap: var(--s-7); }
}
.footer__hero-text { display: flex; flex-direction: column; gap: var(--s-3); min-width: 0; }
.footer__hero .eyebrow { color: var(--primary); }
.footer__hero-claim {
  color: var(--paper);
  font-size: clamp(1.8rem, 1.3rem + 1.8vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 var(--s-3) 0;
  max-width: 22ch;
}
.footer__hero-claim em {
  font-style: italic;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary) 0%, var(--champagne) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer__hero-actions { display: flex; flex-wrap: wrap; gap: var(--s-3); }

.footer__hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
  padding-left: 0;
}
@media (min-width: 980px) {
  .footer__hero-trust { padding-left: var(--s-5); border-left: 1px solid var(--ink-4); }
}
.footer__trust-item { display: flex; flex-direction: column; gap: 0.3em; }
.footer__trust-num {
  font-size: clamp(1.05rem, 0.85rem + 0.6vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--paper);
  line-height: 1;
  white-space: nowrap;
}
.footer__trust-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
}

.footer__cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 1.4fr;
  gap: var(--s-4);
  padding-bottom: var(--s-7);
  border-bottom: 1px solid var(--ink-4);
  margin-bottom: var(--s-4);
}
.footer__col { min-width: 0; }

.footer h4 {
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: var(--s-4);
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.footer h4::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--primary);
}
.footer ul { display: flex; flex-direction: column; gap: 0.85em; font-size: 0.95rem; }
.footer ul a, .footer__legal a {
  color: var(--text-on-dark);
  transition: color .3s, transform .3s var(--ease-out);
  display: inline-block;
  text-decoration: none;
}
.footer ul a:hover, .footer__legal a:hover { color: var(--primary); transform: translateX(2px); }

.footer__col--contact {
  display: flex;
  flex-direction: column;
}
.footer__col--contact h4 { margin-bottom: var(--s-3); }
a.footer__contact-link,
.footer__contact-link {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  width: 100%;
  padding: 0.95em 0;
  border-top: 1px solid var(--ink-4);
  text-decoration: none;
  color: var(--text-on-dark);
  transition: padding-left .3s var(--ease-out);
}
.footer__col--contact > .footer__contact-link:last-child { border-bottom: 0; }
a.footer__contact-link:hover { padding-left: 0.5em; transform: none; }
a.footer__contact-link:hover .footer__contact-value { color: var(--primary); }
a.footer__contact-link:hover .footer__contact-icon { background: var(--primary); color: var(--ink); border-color: var(--primary); }
.footer__contact-link--static { cursor: default; }

.footer__contact-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--ink-4);
  color: var(--primary);
  transition: background .3s var(--ease-out), color .3s var(--ease-out), border-color .3s var(--ease-out);
}
.footer__contact-icon svg { width: 16px; height: 16px; display: block; }
.footer__contact-text { display: flex; flex-direction: column; gap: 0.15em; min-width: 0; }
.footer__contact-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
  margin-bottom: 0.2em;
}
.footer__contact-value {
  display: block;
  color: var(--paper);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  transition: color .3s var(--ease-out);
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--s-3);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
}
.footer__legal { display: flex; gap: var(--s-4); flex-wrap: wrap; }
@media (max-width: 720px) {
  .footer__bottom { justify-content: center; text-align: center; gap: var(--s-3); }
  .footer__legal { justify-content: center; gap: var(--s-3) var(--s-4); }
}

@media (max-width: 1100px) {
  .footer__cols { grid-template-columns: 1fr 1fr 1fr; gap: var(--s-5); }
  .footer__col--contact { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .footer__cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footer__cols { grid-template-columns: 1fr; }
}

/* =========================================================================
   STICKY MOBILE CTA
   ========================================================================= */

.sticky-mobile-cta { display: none; position: fixed; inset: auto var(--s-3) var(--s-3) var(--s-3); z-index: 90; padding: var(--s-3); background: var(--ink); color: var(--paper); border-radius: var(--r-pill); align-items: center; justify-content: space-between; gap: var(--s-3); box-shadow: 0 12px 32px rgba(10,10,11,0.35); }
.sticky-mobile-cta__phone { display: inline-flex; align-items: center; gap: 0.4em; font-family: var(--font-mono); font-weight: 600; font-size: var(--t-mono); padding-left: var(--s-3); }
.sticky-mobile-cta .btn--primary { padding: 0.7rem 1.2rem; }
@media (max-width: 720px) {
  .sticky-mobile-cta { display: flex; }
  body { padding-bottom: 0; }
  .footer { padding-bottom: calc(var(--s-5) + 108px); }
}
