/* =====================================================================
   TravelRoadCleaning — Design System
   Aesthetik: "Frisch & Professionell" — Petrol / Aqua, viel Luft,
   feines Korn, dezente Straßen-Motive (Chevrons, Fahrbahnmarkierung).
   Schriften: Bricolage Grotesque (Display) · Hanken Grotesk (Text)
              · DM Mono (technische Labels)
   Vanilla CSS · keine Frameworks
   ===================================================================== */

/* -------------------------------------------------- 1. Reset -------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg, video, canvas { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul[class], ol[class] { list-style: none; padding: 0; }
:where(h1, h2, h3, h4) { text-wrap: balance; }
:where(p, li) { text-wrap: pretty; }

/* -------------------------------------------------- 2. Tokens ------- */
:root {
  /* — Farben — */
  --paper:        #eef3f1;   /* Seitenhintergrund, kühles Off-White */
  --paper-2:      #e6ede9;
  --surface:      #ffffff;
  --surface-soft: #f6faf8;

  --ink:          #0a2220;   /* Haupttext */
  --ink-soft:     #3c534e;
  --muted:        #6a7d78;
  --line:         #d7e3de;
  --line-strong:  #c3d3cd;

  --petrol:       #0b4a4c;   /* Primär, tiefe Marke */
  --petrol-deep:  #072f31;
  --teal:         #0f8f88;   /* Marken-Mitte */
  --aqua:         #24cdba;   /* frischer Akzent */
  --aqua-bright:  #38e6cf;
  --aqua-soft:    #d3f5ee;
  --aqua-tint:    #eafaf6;

  --signal:       #ffc23d;   /* Autobahn / Straße — Warn-Akzent */
  --signal-deep:  #f0a500;
  --signal-ink:   #5c4200;
  --signal-soft:  #fff2d2;

  --success:      #17a06b;
  --danger:       #d8503b;

  /* — Gradients — */
  --grad-brand:  linear-gradient(135deg, var(--teal) 0%, var(--aqua) 100%);
  --grad-deep:   linear-gradient(160deg, var(--petrol) 0%, var(--petrol-deep) 100%);
  --grad-signal: linear-gradient(135deg, var(--signal) 0%, var(--signal-deep) 100%);

  /* — Typografie — */
  --font-display: "Bricolage Grotesque", "Hanken Grotesk", system-ui, sans-serif;
  --font-body:    "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --font-mono:    "DM Mono", ui-monospace, "SFMono-Regular", monospace;

  --step--2: clamp(0.72rem, 0.69rem + 0.14vw, 0.79rem);
  --step--1: clamp(0.84rem, 0.80rem + 0.18vw, 0.94rem);
  --step-0:  clamp(1rem, 0.96rem + 0.22vw, 1.13rem);
  --step-1:  clamp(1.20rem, 1.12rem + 0.40vw, 1.45rem);
  --step-2:  clamp(1.44rem, 1.30rem + 0.70vw, 1.90rem);
  --step-3:  clamp(1.73rem, 1.50rem + 1.15vw, 2.55rem);
  --step-4:  clamp(2.07rem, 1.71rem + 1.80vw, 3.40rem);
  --step-5:  clamp(2.49rem, 1.94rem + 2.75vw, 4.55rem);
  --step-6:  clamp(2.99rem, 2.15rem + 4.20vw, 6.00rem);

  /* — Raum — */
  --space-2xs: .375rem;
  --space-xs:  .625rem;
  --space-sm:  1rem;
  --space-md:  1.5rem;
  --space-lg:  2.5rem;
  --space-xl:  4rem;
  --space-2xl: 6rem;
  --space-3xl: 9rem;

  --container: 1240px;
  --container-narrow: 820px;
  --gutter: clamp(1.15rem, 4vw, 3rem);

  /* — Form — */
  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 26px;
  --radius-xl: 36px;
  --radius-pill: 999px;

  /* — Schatten — */
  --shadow-xs: 0 1px 2px rgba(9, 47, 49, .06);
  --shadow-sm: 0 4px 14px -6px rgba(9, 47, 49, .14);
  --shadow-md: 0 18px 40px -22px rgba(9, 47, 49, .28);
  --shadow-lg: 0 40px 80px -40px rgba(9, 47, 49, .40);
  --shadow-glow: 0 24px 60px -28px rgba(20, 143, 136, .55);

  /* — Motion — */
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur: .5s;

  --header-h: 76px;
}

/* -------------------------------------------------- 3. Base --------- */
body {
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  overflow-x: clip;
  position: relative;
}

/* feines Korn über der ganzen Seite — killt den flachen "AI"-Look */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .04;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.02em;
  color: var(--ink);
}
h1 { font-size: var(--step-6); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); letter-spacing: -.015em; }
h4 { font-size: var(--step-1); letter-spacing: -.01em; line-height: 1.2; }

p { color: var(--ink-soft); }
strong { color: var(--ink); font-weight: 700; }

::selection { background: var(--aqua); color: var(--petrol-deep); }

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: 12px; top: -60px;
  background: var(--petrol); color: #fff;
  padding: .7rem 1.1rem; border-radius: var(--radius-sm);
  z-index: 10000; transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

/* -------------------------------------------------- 4. Layout ------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: clamp(3.5rem, 8vw, var(--space-3xl)); position: relative; }
.section--tight { padding-block: clamp(2.5rem, 5vw, var(--space-2xl)); }
.section--flush-top { padding-top: 0; }

.stack > * + * { margin-top: var(--flow, 1.15rem); }
.grid { display: grid; gap: var(--gap, var(--space-md)); }
@media (min-width: 640px)  { .g-sm-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px)  { .g-md-2 { grid-template-columns: repeat(2, 1fr); }
                             .g-md-3 { grid-template-columns: repeat(3, 1fr); }
                             .g-md-4 { grid-template-columns: repeat(4, 1fr); } }

/* -------------------------------------------------- 5. Typo-Utils --- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-mono);
  font-size: var(--step--2);
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--teal);
}
.eyebrow::before {
  content: ""; width: 22px; height: 2px; border-radius: 2px;
  background: var(--grad-brand);
}
.eyebrow--plain::before { display: none; }
.eyebrow--ondark { color: var(--aqua-bright); }
.eyebrow--signal { color: var(--signal-deep); }
.eyebrow--signal::before { background: var(--grad-signal); }

.lead { font-size: var(--step-1); line-height: 1.55; color: var(--ink-soft); }
.measure { max-width: 62ch; }
.measure-sm { max-width: 46ch; }

.section-head { max-width: 720px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 1.1rem; }
.section-head h2 + p { margin-top: 1.1rem; }

.text-grad {
  background: var(--grad-brand);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.text-teal { color: var(--teal); }
.text-muted { color: var(--muted); }
.underline-mark {
  background-image: linear-gradient(var(--aqua), var(--aqua));
  background-repeat: no-repeat;
  background-position: 0 88%;
  background-size: 100% .28em;
  padding-inline: .04em;
}

/* -------------------------------------------------- 6. Buttons ------ */
.btn {
  --btn-bg: var(--petrol);
  --btn-fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--font-body);
  font-weight: 600; font-size: var(--step-0);
  line-height: 1;
  padding: .95em 1.6em;
  border-radius: var(--radius-pill);
  background: var(--btn-bg); color: var(--btn-fg);
  position: relative; isolation: isolate; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background-color .3s var(--ease), color .3s var(--ease);
  box-shadow: var(--shadow-sm);
  white-space: nowrap;
}
.btn svg { width: 1.15em; height: 1.15em; transition: transform .3s var(--ease); }
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(-1px); }
.btn:hover svg.arrow { transform: translateX(4px); }

.btn--primary {
  --btn-bg: transparent; --btn-fg: #04211f;
  background: var(--grad-brand);
  box-shadow: var(--shadow-glow);
}
.btn--primary:hover { box-shadow: 0 30px 70px -26px rgba(20,143,136,.7); }

.btn--signal { --btn-bg: transparent; --btn-fg: var(--signal-ink); background: var(--grad-signal); box-shadow: 0 18px 44px -22px rgba(240,165,0,.65); }

.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--line-strong);
}
.btn--ghost:hover { --btn-fg: var(--petrol); box-shadow: inset 0 0 0 1.5px var(--teal); background: var(--aqua-tint); }

.btn--ondark { --btn-bg: rgba(255,255,255,.08); --btn-fg: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.28); }
.btn--ondark:hover { --btn-bg: rgba(255,255,255,.16); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.5); }

.btn--sm { padding: .7em 1.15em; font-size: var(--step--1); }
.btn--lg { padding: 1.1em 2em; font-size: var(--step-1); }
.btn--block { display: flex; width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 600; color: var(--petrol);
  transition: gap .3s var(--ease), color .3s var(--ease);
}
.link-arrow svg { width: 1.1em; height: 1.1em; transition: transform .3s var(--ease); }
.link-arrow:hover { color: var(--teal); gap: .8rem; }

/* -------------------------------------------------- 7. Chips/Badges - */
.chip {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5em 1em; border-radius: var(--radius-pill);
  font-size: var(--step--1); font-weight: 600;
  background: var(--surface); color: var(--ink-soft);
  box-shadow: var(--shadow-xs); border: 1px solid var(--line);
}
.chip svg { width: 1.05em; height: 1.05em; color: var(--teal); }
.chip--solid { background: var(--aqua-tint); border-color: transparent; color: var(--petrol); }
.chip--ondark { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: #eafaf6; }
.chip--ondark svg { color: var(--aqua-bright); }

.badge {
  font-family: var(--font-mono); font-size: var(--step--2);
  letter-spacing: .14em; text-transform: uppercase;
  padding: .4em .7em; border-radius: var(--radius-sm);
  background: var(--signal-soft); color: var(--signal-ink); font-weight: 500;
}

/* -------------------------------------------------- 8. Header ------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  transition: background-color .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.is-stuck {
  background: rgba(238, 243, 241, .82);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.nav {
  display: flex; align-items: center; gap: 1rem;
  height: var(--header-h);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand__mark { width: 40px; height: 40px; flex-shrink: 0; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; letter-spacing: -.02em; color: var(--ink); }
.brand__name span { color: var(--teal); }
.brand__tag { font-family: var(--font-mono); font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.nav__links { display: none; align-items: center; gap: .1rem; margin-left: auto; }
.nav__link {
  position: relative; padding: .5rem .68rem; border-radius: var(--radius-sm);
  font-weight: 500; font-size: var(--step--1); color: var(--ink-soft);
  white-space: nowrap;
  transition: color .25s var(--ease), background-color .25s var(--ease);
}
.nav__link:hover { color: var(--petrol); background: rgba(15,143,136,.08); }
.nav__link[aria-current="page"] { color: var(--petrol); font-weight: 600; }
.nav__link[aria-current="page"]::after {
  content: ""; position: absolute; left: .68rem; right: .68rem; bottom: .28rem; height: 2px;
  background: var(--grad-brand); border-radius: 2px;
}
.nav__actions { display: none; align-items: center; gap: .7rem; }
.nav__phone { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: var(--step--1); color: var(--petrol); white-space: nowrap; }
.nav__phone svg { width: 1.05em; height: 1.05em; }

/* Burger */
.nav__toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; margin-left: auto; border-radius: 12px;
  background: var(--surface); box-shadow: var(--shadow-xs); border: 1px solid var(--line);
}
.nav__toggle span { position: relative; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: background .2s; }
.nav__toggle span::before, .nav__toggle span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform .3s var(--ease), top .3s var(--ease);
}
.nav__toggle span::before { top: -6px; } .nav__toggle span::after { top: 6px; }
body.menu-open .nav__toggle span { background: transparent; }
body.menu-open .nav__toggle span::before { top: 0; transform: rotate(45deg); }
body.menu-open .nav__toggle span::after  { top: 0; transform: rotate(-45deg); }

/* Mobile-Panel */
.mobile-menu {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 850;
  background: var(--paper);
  padding: var(--gutter);
  display: flex; flex-direction: column; gap: .3rem;
  transform: translateY(-8px); opacity: 0; visibility: hidden;
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
  overflow-y: auto;
}
body.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: none; }
.mobile-menu a.m-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem .5rem; font-family: var(--font-display); font-size: var(--step-2); font-weight: 600;
  border-bottom: 1px solid var(--line);
}
.mobile-menu a.m-link svg { width: 1.1em; height: 1.1em; color: var(--teal); }
.mobile-menu .m-actions { margin-top: auto; padding-top: 1.5rem; display: grid; gap: .8rem; }

@media (min-width: 1160px) {
  .nav__toggle, .mobile-menu { display: none; }
  .nav__links, .nav__actions { display: flex; }
}

/* -------------------------------------------------- 9. Hero --------- */
.hero { position: relative; padding-top: clamp(2.5rem, 6vw, 4.5rem); padding-bottom: clamp(3rem, 7vw, 6rem); overflow: clip; }
.hero__bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero__mesh {
  position: absolute; inset: -20% -10% auto -10%; height: 130%;
  background:
    radial-gradient(40% 55% at 82% 18%, rgba(36,205,186,.30), transparent 60%),
    radial-gradient(45% 50% at 12% 12%, rgba(15,143,136,.20), transparent 62%),
    radial-gradient(50% 60% at 65% 92%, rgba(255,194,61,.14), transparent 60%);
  filter: blur(4px);
}
.hero__grid-lines { position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000 30%, transparent 78%);
          mask-image: radial-gradient(70% 60% at 50% 40%, #000 30%, transparent 78%);
}
.hero__inner { display: grid; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
@media (min-width: 980px) { .hero__inner { grid-template-columns: 1.05fr .95fr; } }

.hero__eyebrow { margin-bottom: 1.4rem; }
.hero h1 { margin-bottom: 1.5rem; }
.hero__lead { max-width: 34ch; margin-bottom: 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero__trust { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 1.2rem 2rem; align-items: center; }
.hero__rating { display: flex; align-items: center; gap: .7rem; }
.hero__stars { display: inline-flex; gap: 2px; color: var(--signal-deep); }
.hero__stars svg { width: 18px; height: 18px; }
.hero__rating-txt { font-size: var(--step--1); color: var(--ink-soft); }
.hero__rating-txt strong { color: var(--ink); }

/* Hero-Visual (Karten-Collage) */
.hero__visual { position: relative; }
.hero__card {
  background: var(--surface); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.6);
  overflow: hidden;
}
.hero__scene { position: relative; aspect-ratio: 4 / 3.4; }
.hero__scene svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__float {
  position: absolute; background: var(--surface); border-radius: var(--radius);
  box-shadow: var(--shadow-md); padding: .85rem 1.1rem; display: flex; align-items: center; gap: .7rem;
  border: 1px solid var(--line);
}
.hero__float .ico { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; }
.hero__float .ico svg { width: 22px; height: 22px; }
.hero__float b { display: block; font-size: var(--step-0); line-height: 1.15; }
.hero__float small { color: var(--muted); font-size: var(--step--2); }
.hero__float--tl { top: 8%; left: -6%; animation: float 6s var(--ease-in-out) infinite; }
.hero__float--br { bottom: 9%; right: -5%; animation: float 6s var(--ease-in-out) infinite .8s reverse; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* -------------------------------------------------- 10. Marquee ----- */
.marquee {
  --gap: 3.5rem;
  overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track { display: flex; gap: var(--gap); width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--font-display); font-weight: 600; font-size: var(--step-1); color: var(--ink-soft); opacity: .8; }
.marquee__item svg { width: 1.3em; height: 1.3em; color: var(--teal); }
@keyframes marquee { to { transform: translateX(calc(-50% - var(--gap) / 2)); } }

/* -------------------------------------------------- 11. Cards ------- */
.card {
  background: var(--surface); border-radius: var(--radius-lg);
  border: 1px solid var(--line); padding: clamp(1.4rem, 3vw, 2.1rem);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  position: relative; overflow: hidden; height: 100%;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }

.svc-card { display: flex; flex-direction: column; }
.svc-card__ico {
  width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center;
  background: var(--aqua-tint); color: var(--teal); margin-bottom: 1.3rem;
  transition: transform .4s var(--ease), background .4s var(--ease);
}
.svc-card__ico svg { width: 28px; height: 28px; }
.svc-card:hover .svc-card__ico { transform: rotate(-6deg) scale(1.06); background: var(--grad-brand); color: #062b28; }
.svc-card h3 { font-size: var(--step-1); margin-bottom: .6rem; }
.svc-card p { font-size: var(--step--1); margin-bottom: 1.3rem; }
.svc-card__foot { margin-top: auto; }
.svc-card__num {
  position: absolute; top: 1.2rem; right: 1.4rem;
  font-family: var(--font-mono); font-size: var(--step--1); color: var(--line-strong); font-weight: 500;
}
.svc-card--wide { grid-column: span 1; }
@media (min-width: 900px) { .svc-card--wide { grid-column: span 2; } }

/* Feature-Liste in Karte */
.ticklist { display: grid; gap: .7rem; }
.ticklist li { display: flex; align-items: flex-start; gap: .65rem; font-size: var(--step--1); color: var(--ink-soft); }
.ticklist svg { width: 1.2em; height: 1.2em; color: var(--teal); flex-shrink: 0; margin-top: .18em; }
.ticklist--signal svg { color: var(--signal-deep); }

/* -------------------------------------------------- 12. Stats ------- */
.stats { display: grid; gap: var(--space-md); }
@media (min-width: 640px) { .stats { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 940px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: left; padding: 1.6rem 0; border-top: 2px solid var(--line); }
.stat__num { font-family: var(--font-display); font-weight: 800; font-size: var(--step-5); line-height: 1; letter-spacing: -.03em; color: var(--petrol); }
.stat__num .suffix { color: var(--teal); }
.stat__label { margin-top: .6rem; font-size: var(--step--1); color: var(--ink-soft); }
.stats--ondark .stat { border-top-color: rgba(255,255,255,.18); }
.stats--ondark .stat__num { color: #fff; }
.stats--ondark .stat__num .suffix { color: var(--aqua-bright); }
.stats--ondark .stat__label { color: rgba(234,250,246,.75); }

/* -------------------------------------------------- 13. Process ----- */
.steps { display: grid; gap: var(--space-md); counter-reset: step; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; padding-top: 2.6rem; }
.step__n {
  position: absolute; top: 0; left: 0;
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.35rem;
  background: var(--surface); color: var(--petrol); box-shadow: var(--shadow-sm); border: 1px solid var(--line);
}
.step:not(:last-child) .step__n::after {
  content: ""; position: absolute; left: 60px; top: 26px; width: calc(100% + var(--space-md) - 60px); height: 2px;
  background-image: linear-gradient(90deg, var(--line-strong) 0 8px, transparent 8px 16px);
  background-size: 16px 2px; display: none;
}
@media (min-width: 800px) { .step:not(:last-child) .step__n::after { display: block; } }
.step h3 { font-size: var(--step-1); margin-bottom: .5rem; }
.step p { font-size: var(--step--1); }

/* -------------------------------------------------- 14. Split ------- */
.split { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--flip .split__media { order: 2; } }
.split__media { position: relative; }
.media-frame {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md);
  border: 1px solid var(--line); background: var(--surface-soft); position: relative;
  aspect-ratio: 5 / 4;
}
.media-frame svg { width: 100%; height: 100%; }
.media-badge {
  position: absolute; bottom: 1.2rem; left: 1.2rem;
  background: var(--surface); border-radius: var(--radius); padding: .9rem 1.1rem;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: .8rem; border: 1px solid var(--line);
}
.media-badge .ico { width: 42px; height: 42px; border-radius: 12px; background: var(--grad-brand); color: #05302c; display: grid; place-items: center; }
.media-badge .ico svg { width: 22px; height: 22px; }
.media-badge b { font-size: var(--step-0); } .media-badge small { display: block; color: var(--muted); font-size: var(--step--2); }

/* -------------------------------------------------- 15. Testimonials  */
.tcarousel { position: relative; }
.tcarousel__track {
  display: flex; gap: var(--space-md); overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 1.2rem; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.tcarousel__track::-webkit-scrollbar { display: none; }
.tcard {
  scroll-snap-align: start; flex: 0 0 min(88%, 420px);
  background: var(--surface); border-radius: var(--radius-lg); padding: 2rem;
  border: 1px solid var(--line); display: flex; flex-direction: column; gap: 1.2rem;
}
.tcard__stars { display: inline-flex; gap: 2px; color: var(--signal-deep); }
.tcard__stars svg { width: 18px; height: 18px; }
.tcard__quote { font-size: var(--step-1); line-height: 1.5; color: var(--ink); font-weight: 500; }
.tcard__who { display: flex; align-items: center; gap: .9rem; margin-top: auto; }
.tcard__avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: #fff; flex-shrink: 0; }
.tcard__who b { display: block; font-size: var(--step-0); }
.tcard__who small { color: var(--muted); font-size: var(--step--1); }
.tcarousel__nav { display: flex; gap: .6rem; margin-top: 1.4rem; }
.tcarousel__btn { width: 48px; height: 48px; border-radius: 50%; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; color: var(--petrol); box-shadow: var(--shadow-xs); transition: background .25s, transform .25s, color .25s; }
.tcarousel__btn:hover { background: var(--petrol); color: #fff; transform: translateY(-2px); }
.tcarousel__btn svg { width: 20px; height: 20px; }

/* -------------------------------------------------- 16. Dark band --- */
.band-dark { background: var(--grad-deep); color: #eafaf6; position: relative; overflow: hidden; }
.band-dark h2, .band-dark h3 { color: #fff; }
.band-dark p { color: rgba(234,250,246,.8); }
.band-dark::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background:
    radial-gradient(40% 60% at 85% 10%, rgba(36,205,186,.25), transparent 60%),
    radial-gradient(35% 50% at 8% 90%, rgba(255,194,61,.12), transparent 60%);
}
.band-dark .container { position: relative; z-index: 1; }

/* -------------------------------------------------- 17. CTA band ---- */
.cta-band { position: relative; }
.cta-card {
  background: var(--grad-deep); color: #fff; border-radius: var(--radius-xl);
  padding: clamp(2.5rem, 6vw, 5rem); position: relative; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta-card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .8;
  background: radial-gradient(50% 80% at 100% 0%, rgba(36,205,186,.35), transparent 55%),
              radial-gradient(45% 70% at 0% 100%, rgba(255,194,61,.16), transparent 55%);
}
.cta-card__inner { position: relative; z-index: 1; max-width: 640px; }
.cta-card h2 { color: #fff; margin-bottom: 1rem; }
.cta-card p { color: rgba(234,250,246,.82); margin-bottom: 2rem; font-size: var(--step-1); }
.cta-card .hero__cta { align-items: center; }
.cta-chevrons { position: absolute; right: -4%; top: 50%; transform: translateY(-50%); opacity: .18; width: 46%; z-index: 0; }

/* -------------------------------------------------- 18. Forms ------- */
.form { display: grid; gap: 1.15rem; }
.field { display: grid; gap: .5rem; }
.field label { font-size: var(--step--1); font-weight: 600; color: var(--ink); }
.field label .req { color: var(--danger); }
.field .hint { font-size: var(--step--2); color: var(--muted); }
.input, .textarea, .select {
  width: 100%; padding: .9rem 1.05rem; border-radius: var(--radius-sm);
  background: var(--surface); border: 1.5px solid var(--line-strong); color: var(--ink);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
  font-size: var(--step-0);
}
.input::placeholder, .textarea::placeholder { color: var(--muted); }
.input:focus, .textarea:focus, .select:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(36,205,186,.18); }
.textarea { min-height: 140px; resize: vertical; }
.field--row { display: grid; gap: 1.15rem; }
@media (min-width: 600px) { .field--row { grid-template-columns: 1fr 1fr; } }
.checkline { display: flex; align-items: flex-start; gap: .7rem; font-size: var(--step--1); color: var(--ink-soft); }
.checkline input { margin-top: .25em; width: 1.15em; height: 1.15em; accent-color: var(--teal); flex-shrink: 0; }
.checkline a { color: var(--petrol); text-decoration: underline; }
.form__note { font-size: var(--step--2); color: var(--muted); }
.form-status { display: none; padding: 1rem 1.2rem; border-radius: var(--radius-sm); font-size: var(--step--1); font-weight: 500; }
.form-status.is-ok { display: flex; align-items: center; gap: .6rem; background: rgba(23,160,107,.12); color: #0f6b46; }
.form-status svg { width: 1.2em; height: 1.2em; }

/* -------------------------------------------------- 19. FAQ --------- */
.faq { display: grid; gap: .8rem; }
.faq__item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .3s var(--ease), border-color .3s; }
.faq__item[open] { box-shadow: var(--shadow-sm); border-color: var(--line-strong); }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.4rem; font-family: var(--font-display); font-weight: 600; font-size: var(--step-1); cursor: pointer; list-style: none; }
.faq__q::-webkit-details-marker { display: none; }
.faq__icon { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--aqua-tint); color: var(--teal); display: grid; place-items: center; transition: transform .35s var(--ease), background .35s; }
.faq__icon svg { width: 18px; height: 18px; }
.faq__item[open] .faq__icon { transform: rotate(45deg); background: var(--grad-brand); color: #05302c; }
.faq__a { padding: 0 1.4rem 1.4rem; }
.faq__a p { font-size: var(--step-0); }

/* -------------------------------------------------- 20. Autobahn ---- */
/* Signal-Thema für den Autobahn-/Maut-Bereich (Österreich) */
.signal-band { background: linear-gradient(160deg, #10514f 0%, #0a3a3c 100%); color: #fff; position: relative; overflow: hidden; }
.signal-band::before {
  content: ""; position: absolute; inset: 0; opacity: .9; pointer-events: none;
  background: radial-gradient(40% 60% at 90% 12%, rgba(255,194,61,.22), transparent 55%);
}
.roadstripe {
  height: 12px; width: 100%;
  background: repeating-linear-gradient(90deg, var(--signal) 0 44px, transparent 44px 78px);
  opacity: .9;
}
.roadstripe--muted { opacity: .28; background: repeating-linear-gradient(90deg, var(--line-strong) 0 44px, transparent 44px 78px); }
.chevron-row { display: flex; gap: .4rem; color: var(--signal); }
.chevron-row svg { width: 26px; height: 26px; }
.chevron-row svg:nth-child(2) { opacity: .6; } .chevron-row svg:nth-child(3) { opacity: .3; }

.austria-flag { display: inline-flex; flex-direction: column; width: 30px; height: 20px; border-radius: 3px; overflow: hidden; box-shadow: var(--shadow-xs); }
.austria-flag i { flex: 1; } .austria-flag i:nth-child(1), .austria-flag i:nth-child(3) { background: #c8102e; } .austria-flag i:nth-child(2) { background: #fff; }

/* -------------------------------------------------- 21. Article ----- */
.article { max-width: 760px; margin-inline: auto; }
.article__hero { max-width: 820px; margin-inline: auto; text-align: center; }
.article__meta { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; align-items: center; margin-top: 1.5rem; color: var(--muted); font-size: var(--step--1); }
.article__meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--line-strong); }
.prose { font-size: var(--step-0); }
.prose > * + * { margin-top: 1.25rem; }
.prose h2 { font-size: var(--step-3); margin-top: 2.6rem; margin-bottom: .3rem; }
.prose h3 { font-size: var(--step-2); margin-top: 2rem; }
.prose p { color: var(--ink-soft); }
.prose ul { display: grid; gap: .7rem; padding-left: 0; }
.prose ul li { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink-soft); }
.prose ul li::before { content: ""; width: 8px; height: 8px; margin-top: .6em; border-radius: 2px; background: var(--grad-brand); flex-shrink: 0; transform: rotate(45deg); }
.prose a { color: var(--petrol); text-decoration: underline; text-underline-offset: 3px; }
.prose figure { margin-block: 2rem; }
.pullquote {
  margin-block: 2.5rem; padding: 1.6rem 2rem; border-left: 4px solid var(--aqua);
  background: var(--aqua-tint); border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-display); font-size: var(--step-2); font-weight: 600; line-height: 1.3; color: var(--petrol);
}
.callout {
  margin-block: 2rem; padding: 1.5rem 1.7rem; border-radius: var(--radius);
  background: var(--signal-soft); border: 1px solid #f4d98a; display: flex; gap: 1rem;
}
.callout__ico { flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px; background: var(--grad-signal); color: var(--signal-ink); display: grid; place-items: center; }
.callout__ico svg { width: 22px; height: 22px; }
.callout h4 { color: var(--signal-ink); margin-bottom: .3rem; }
.callout p { color: #6d5410; font-size: var(--step--1); margin: 0; }

/* -------------------------------------------------- 22. Pricing ----- */
.price-grid { display: grid; gap: var(--space-md); align-items: stretch; }
@media (min-width: 900px) { .price-grid { grid-template-columns: repeat(3, 1fr); } }
.price-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem; position: relative; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.price-card--featured { border: 2px solid var(--teal); box-shadow: var(--shadow-md); }
.price-card--featured::before { content: "Beliebteste Wahl"; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad-brand); color: #05302c; font-size: var(--step--2); font-weight: 700; letter-spacing: .03em; padding: .35em 1em; border-radius: var(--radius-pill); white-space: nowrap; }
.price-card__name { font-family: var(--font-display); font-weight: 700; font-size: var(--step-2); }
.price-card__desc { font-size: var(--step--1); color: var(--muted); margin-top: .3rem; min-height: 2.8em; }
.price-card__price { margin: 1.3rem 0; display: flex; align-items: baseline; gap: .3rem; }
.price-card__price .amt { font-family: var(--font-display); font-weight: 800; font-size: var(--step-4); letter-spacing: -.03em; color: var(--petrol); }
.price-card__price .per { color: var(--muted); font-size: var(--step--1); }
.price-card__price .from { font-size: var(--step--1); color: var(--muted); align-self: center; }
.price-card .ticklist { margin: 1.5rem 0; }
.price-card .btn { margin-top: auto; }

/* -------------------------------------------------- 23. Coverage ---- */
.coverage { display: grid; gap: var(--space-md); }
@media (min-width: 760px) { .coverage { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .coverage { grid-template-columns: 1.1fr .9fr; } }
.country-list { columns: 2; column-gap: 2rem; }
.country-list li { break-inside: avoid; padding: .5rem 0; display: flex; align-items: center; gap: .6rem; font-size: var(--step--1); color: var(--ink-soft); border-bottom: 1px solid var(--line); }
.country-list li svg { width: 1.05em; height: 1.05em; color: var(--teal); flex-shrink: 0; }

/* -------------------------------------------------- 24. Info-rows ---- */
.info-row { display: flex; align-items: flex-start; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.info-row__ico { flex-shrink: 0; width: 46px; height: 46px; border-radius: 14px; background: var(--aqua-tint); color: var(--teal); display: grid; place-items: center; }
.info-row__ico svg { width: 22px; height: 22px; }
.info-row b { display: block; font-size: var(--step-0); }
.info-row span, .info-row a { color: var(--ink-soft); font-size: var(--step--1); }
.info-row a:hover { color: var(--petrol); }

/* -------------------------------------------------- 25. Footer ------ */
.site-footer { background: var(--petrol-deep); color: rgba(234,250,246,.72); padding-top: clamp(3rem, 6vw, 5rem); position: relative; overflow: hidden; margin-top: var(--space-2xl); }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 8px; background: repeating-linear-gradient(90deg, var(--signal) 0 40px, transparent 40px 72px); opacity: .5; }
.footer__grid { display: grid; gap: 2.5rem; padding-bottom: 3rem; }
@media (min-width: 720px) { .footer__grid { grid-template-columns: 1.6fr 1fr 1fr; } }
@media (min-width: 1000px) { .footer__grid { grid-template-columns: 2fr 1fr 1fr 1.4fr; } }
.footer__brand .brand__name { color: #fff; }
.footer__brand .brand__name span { color: var(--aqua-bright); }
.footer__brand .brand__tag { color: rgba(234,250,246,.5); }
.footer__about { margin-top: 1.2rem; max-width: 32ch; font-size: var(--step--1); color: rgba(234,250,246,.66); }
.footer__social { display: flex; gap: .6rem; margin-top: 1.4rem; }
.footer__social a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: #eafaf6; transition: background .25s, transform .25s; }
.footer__social a:hover { background: var(--grad-brand); color: #05302c; transform: translateY(-2px); }
.footer__social svg { width: 20px; height: 20px; }
.footer h4 { color: #fff; font-size: var(--step-0); font-family: var(--font-body); font-weight: 700; letter-spacing: 0; margin-bottom: 1.1rem; }
.footer__col ul { display: grid; gap: .7rem; }
.footer__col a { color: rgba(234,250,246,.7); font-size: var(--step--1); transition: color .2s, padding-left .2s; }
.footer__col a:hover { color: var(--aqua-bright); padding-left: 4px; }
.footer__contact li { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .9rem; font-size: var(--step--1); }
.footer__contact svg { width: 1.15em; height: 1.15em; color: var(--aqua-bright); flex-shrink: 0; margin-top: .2em; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 1.6rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; font-size: var(--step--2); color: rgba(234,250,246,.55); }
.footer__bottom nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer__bottom a:hover { color: var(--aqua-bright); }

/* -------------------------------------------------- 26. Page hero --- */
.page-hero { position: relative; padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(2.5rem, 5vw, 4rem); overflow: clip; }
.page-hero__bg { position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(50% 70% at 80% 0%, rgba(36,205,186,.14), transparent 60%), radial-gradient(40% 60% at 0% 20%, rgba(15,143,136,.10), transparent 60%); }
.page-hero__inner { max-width: 760px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; font-size: var(--step--1); color: var(--muted); margin-bottom: 1.4rem; }
.breadcrumbs a { color: var(--muted); } .breadcrumbs a:hover { color: var(--petrol); }
.breadcrumbs svg { width: 1em; height: 1em; opacity: .6; }
.breadcrumbs [aria-current] { color: var(--petrol); font-weight: 600; }
.page-hero h1 { font-size: var(--step-5); margin-bottom: 1.2rem; }
.page-hero .lead { max-width: 56ch; }

/* -------------------------------------------------- 27. Misc -------- */
.divider { height: 1px; background: var(--line); border: 0; }
.tag-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.surface-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 4vw, 2.5rem); box-shadow: var(--shadow-sm); }
.bg-soft { background: var(--surface-soft); }
.bg-tint { background: var(--aqua-tint); }
.rounded-top { border-radius: var(--radius-xl) var(--radius-xl) 0 0; }

.logo-cloud { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; align-items: center; }
@media (min-width: 700px) { .logo-cloud { grid-template-columns: repeat(4, 1fr); } }
.logo-cloud__item { display: flex; align-items: center; justify-content: center; gap: .6rem; font-family: var(--font-display); font-weight: 700; font-size: var(--step-1); color: var(--muted); opacity: .75; transition: opacity .3s, color .3s; }
.logo-cloud__item svg { width: 1.6em; height: 1.6em; }
.logo-cloud__item:hover { opacity: 1; color: var(--petrol); }

/* Back to top */
.to-top { position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 800;
  width: 50px; height: 50px; border-radius: 50%; background: var(--petrol); color: #fff; display: grid; place-items: center;
  box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(14px) scale(.9); transition: all .4s var(--ease); }
.to-top.is-shown { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--teal); transform: translateY(-3px); }
.to-top svg { width: 22px; height: 22px; }

/* Cookie */
.cookie { position: fixed; left: clamp(1rem,3vw,2rem); right: clamp(1rem,3vw,2rem); bottom: clamp(1rem,3vw,2rem); z-index: 950;
  max-width: 560px; margin-inline: auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 1.4rem 1.6rem; display: none; }
.cookie.is-shown { display: block; animation: slideUp .5s var(--ease); }
.cookie p { font-size: var(--step--1); margin-bottom: 1rem; }
.cookie__row { display: flex; flex-wrap: wrap; gap: .7rem; }
@keyframes slideUp { from { transform: translateY(20px); opacity: 0; } }

/* -------------------------------------------------- 28. Reveal ------ */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); will-change: opacity, transform; }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal="fade"] { transform: none; }
[data-reveal="left"] { transform: translateX(-30px); }
[data-reveal="right"] { transform: translateX(30px); }
[data-reveal="scale"] { transform: scale(.94); }

/* -------------------------------------------------- 29. Motion pref -- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}
