/* =========================================================
   Autopflege Erkner – Premium Stylesheet (Multi-Page)
   Schwarz / Rot / Weiß · elegantes Verlaufsdesign
   ========================================================= */

:root {
  --red: #1a84e6;
  --red-dark: #0d63c4;
  --red-light: #3aa0ff;
  --black: #08080a;
  --white: #ffffff;
  --danger: #ff5a5f;
  --danger-bg: rgba(255, 90, 95, 0.14);
  --danger-border: rgba(255, 90, 95, 0.5);
  --text: #f4f4f5;
  --text-muted: #b4b4bd;
  --text-dim: #8a8a93;

  --surface: rgba(22, 22, 27, 0.66);
  --surface-2: rgba(32, 32, 39, 0.8);
  --surface-solid: #131317;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);

  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 26px;
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.85);
  --shadow-red: 0 14px 40px -12px rgba(26, 132, 230, 0.5);
  --container: 1180px;
  --nav-h: 74px;

  --font: 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: var(--black);
  min-height: 100vh;
}
/* Elegant black/red gradient backdrop (fixed, hoher Kontrast bleibt erhalten) */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(1100px 760px at 88% -8%, rgba(26, 132, 230, 0.20), transparent 56%),
    radial-gradient(900px 700px at -12% 22%, rgba(26, 132, 230, 0.12), transparent 52%),
    radial-gradient(1000px 900px at 50% 116%, rgba(26, 132, 230, 0.14), transparent 56%),
    linear-gradient(180deg, #0c0c0f 0%, #09090b 45%, #0d0a0c 100%);
}
/* feine Vignette für Tiefe + Lesbarkeit */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(120% 100% at 50% 0%, transparent 60%, rgba(0,0,0,0.5) 100%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: inherit; }
:focus-visible { outline: 2px solid var(--red-light); outline-offset: 3px; border-radius: 4px; }
/* Das HTML-Attribut [hidden] muss immer gewinnen – auch über display:flex/grid/inline-flex. */
[hidden] { display: none !important; }

.text-red { color: var(--red); }
.text-muted { color: var(--text-muted); }

/* ---------- Layout helpers ---------- */
.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; position: relative; }
.section--alt { background: linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0) 70%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.section__head { max-width: 720px; margin: 0 auto clamp(2.5rem, 5vw, 3.5rem); text-align: center; }
.section__head--left { margin-left: 0; text-align: left; }
.section__eyebrow {
  display: inline-block; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--red-light);
  padding: 0.4rem 1rem; border: 1px solid rgba(26, 132, 230, 0.4);
  border-radius: 100px; margin-bottom: 1.1rem; background: rgba(26,132,230,0.06);
}
.section__title {
  font-size: clamp(1.9rem, 4.5vw, 2.9rem); line-height: 1.08; font-weight: 800;
  letter-spacing: -0.02em; margin-bottom: 1rem;
}
.section__sub { color: var(--text-muted); font-size: 1.08rem; }
.section__sub a { color: var(--red-light); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-weight: 700; letter-spacing: 0.01em; border-radius: 100px;
  padding: 0.85rem 1.6rem; font-size: 0.98rem; line-height: 1;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s, border-color .3s;
  text-align: center;
}
.btn--lg { padding: 1.05rem 2rem; font-size: 1.05rem; }
.btn--sm { padding: 0.65rem 1.2rem; font-size: 0.9rem; }
.btn--block { width: 100%; }
.btn--primary { background: linear-gradient(135deg, var(--red-light), var(--red-dark)); color: #fff; box-shadow: var(--shadow-red); }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 22px 50px -12px rgba(26, 132, 230, 0.7); }
.btn--ghost { background: rgba(255, 255, 255, 0.05); color: var(--white); border: 1px solid var(--line-strong); }
.btn--ghost:hover { border-color: var(--red); background: rgba(26, 132, 230, 0.14); transform: translateY(-3px); }
.btn svg { width: 18px; height: 18px; fill: currentColor; }

/* arrow link */
.more-link { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; color: var(--red-light); transition: gap .3s var(--ease); }
.more-link::after { content: "→"; transition: transform .3s var(--ease); }
.more-link:hover { gap: 0.8rem; }

/* =========================================================
   PRELOADER
   ========================================================= */
.preloader {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.4rem;
  background: radial-gradient(circle at 50% 40%, #161619, #09090b 70%);
  transition: opacity .6s ease, visibility .6s ease;
}
.preloader.is-done { opacity: 0; visibility: hidden; }
.preloader__car { width: 190px; }
.preloader__logo { width: 100%; animation: carBob 1.2s ease-in-out infinite; }
.preloader__road { margin-top: 0.7rem; height: 3px; background: rgba(255,255,255,0.1); border-radius: 2px; overflow: hidden; }
.preloader__road-line { display: block; height: 100%; width: 40%; background: var(--red); border-radius: 2px; animation: road 1s linear infinite; }
.preloader__text { font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.82rem; color: var(--text-muted); }
.preloader__text span { color: var(--red); }
@keyframes carBob { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-7px) } }
@keyframes road { 0% { transform: translateX(-100%) } 100% { transform: translateX(350%) } }

/* =========================================================
   NAVIGATION – modern, top-right
   ========================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: transform .4s var(--ease), background .35s ease, box-shadow .35s ease, height .35s ease, border-color .35s ease;
  height: var(--nav-h);
  background: rgba(10, 10, 12, 0.55);
  backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid transparent;
}
.nav.scrolled { height: 64px; background: rgba(9, 9, 11, 0.9); border-bottom-color: var(--line); box-shadow: 0 10px 30px -16px rgba(0,0,0,0.8); }
.nav.hide { transform: translateY(-110%); }
.nav__inner { display: flex; align-items: center; height: 100%; gap: 0.8rem; width: min(100% - 2rem, 1320px); margin-inline: auto; }

.nav__brand { display: flex; align-items: center; gap: 0.65rem; margin-right: auto; flex-shrink: 0; }
.nav__logo { height: 36px; width: auto; filter: drop-shadow(0 2px 8px rgba(26,132,230,0.45)); transition: transform .4s var(--ease); }
.nav__brand:hover .nav__logo { transform: scale(1.06); }
.nav__brand-text { font-weight: 800; letter-spacing: -0.01em; font-size: 1.06rem; line-height: 1; }
.nav__brand-text strong { color: var(--red); display: block; font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; margin-top: 3px; font-weight: 700; }

/* menu top-right */
.nav__menu { display: flex; align-items: center; gap: 0.1rem; }
.nav__link {
  font-size: 0.85rem; font-weight: 600; color: var(--text-muted);
  padding: 0.5rem 0.62rem; border-radius: 100px; position: relative;
  transition: color .25s ease; white-space: nowrap;
}
.nav__link::after {
  content: ""; position: absolute; left: 0.62rem; right: 0.62rem; bottom: 0.28rem; height: 2px;
  background: var(--red); border-radius: 2px; transform: scaleX(0); transform-origin: center;
  transition: transform .3s var(--ease);
}
.nav__link:hover { color: var(--white); }
.nav__link:hover::after { transform: scaleX(1); }
.nav__link.active { color: var(--white); }
.nav__link.active::after { transform: scaleX(1); }
.nav__cta {
  margin-left: 0.7rem; font-size: 0.9rem; font-weight: 700; white-space: nowrap;
  padding: 0.62rem 1.25rem; border-radius: 100px; color: #fff;
  background: linear-gradient(135deg, var(--red-light), var(--red-dark));
  box-shadow: 0 8px 22px -10px rgba(26,132,230,0.8);
  transition: transform .3s var(--ease), box-shadow .3s ease;
}
.nav__cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(26,132,230,0.9); }

.nav__toggle { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 5px; padding: 0 10px; flex-shrink: 0; }
.nav__toggle span { height: 2.5px; width: 100%; background: var(--white); border-radius: 2px; transition: transform .35s var(--ease), opacity .25s ease; }
.nav__toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* =========================================================
   HERO (Startseite)
   ========================================================= */
.hero {
  min-height: 100svh; position: relative; display: flex; align-items: center;
  background-size: cover; background-position: center;
  padding: calc(var(--nav-h) + 2rem) 0 4rem;
}
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(8,8,9,0.95) 0%, rgba(8,8,9,0.78) 44%, rgba(8,8,9,0.4) 78%, rgba(8,8,9,0.6) 100%),
    radial-gradient(700px 500px at 14% 30%, rgba(26,132,230,0.20), transparent 70%);
}
.hero__content { position: relative; width: min(100% - 2.5rem, var(--container)); margin-inline: auto; max-width: 760px; }
.hero__eyebrow {
  display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text); background: rgba(26,132,230,0.16); border: 1px solid rgba(26,132,230,0.4);
  padding: 0.5rem 1.1rem; border-radius: 100px; margin-bottom: 1.6rem;
}
.hero__title { font-size: clamp(2.6rem, 7vw, 4.8rem); line-height: 1.03; font-weight: 900; letter-spacing: -0.03em; margin-bottom: 1.4rem; }
.hero__lead { font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: #d4d4d8; max-width: 560px; margin-bottom: 2.2rem; }
.hero__lead strong { color: var(--white); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.6rem; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 1.8rem; }
.hero__badge { display: flex; flex-direction: column; }
.hero__badge strong { font-size: 1.5rem; font-weight: 800; color: var(--white); line-height: 1; }
.hero__badge span { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.3rem; }
.hero__scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,0.4); border-radius: 100px; }
.hero__scroll span { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--red); border-radius: 4px; animation: scrollDot 1.6s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0) } 50% { opacity: 1 } 100% { opacity: 0; transform: translate(-50%, 14px) } }

/* =========================================================
   PAGE HERO (Unterseiten)
   ========================================================= */
.page-hero { position: relative; padding: calc(var(--nav-h) + 3.5rem) 0 3rem; border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 320px at 80% -20%, rgba(26,132,230,0.20), transparent 60%); }
.breadcrumb { display: flex; gap: 0.5rem; align-items: center; font-size: 0.85rem; color: var(--text-dim); margin-bottom: 1.1rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--text-muted); transition: color .25s ease; }
.breadcrumb a:hover { color: var(--red-light); }
.breadcrumb span { color: var(--text); }
.page-hero h1 { font-size: clamp(2.1rem, 5.5vw, 3.4rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 0.9rem; max-width: 16ch; }
.page-hero p { color: var(--text-muted); font-size: 1.1rem; max-width: 620px; }

/* =========================================================
   TRUST
   ========================================================= */
.trust__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.4rem; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.trust__card { padding: 2rem 1.7rem; transition: transform .4s var(--ease), border-color .4s ease, box-shadow .4s ease; position: relative; overflow: hidden; }
.trust__card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--red), transparent); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.trust__card:hover { transform: translateY(-8px); border-color: rgba(26,132,230,0.4); box-shadow: var(--shadow); }
.trust__card:hover::before { transform: scaleX(1); }
.trust__icon { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.2rem; background: rgba(26,132,230,0.12); border: 1px solid rgba(26,132,230,0.3); }
.trust__icon svg { width: 28px; height: 28px; fill: var(--red); }
.trust__card h3 { font-size: 1.18rem; margin-bottom: 0.5rem; }
.trust__card p { color: var(--text-muted); font-size: 0.96rem; }

/* =========================================================
   SERVICES
   ========================================================= */
.services__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.6rem; }
.service-card { overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s ease, border-color .4s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(26,132,230,0.35); }
.service-card__media { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.service-card:hover .service-card__media img { transform: scale(1.07); }
.service-card__body { padding: 1.5rem 1.6rem 1.8rem; }
.service-card__body h3 { font-size: 1.22rem; margin-bottom: 0.55rem; }
.service-card__body p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 1rem; }
.service-card__benefits { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.service-card__benefits li { font-size: 0.78rem; font-weight: 600; color: var(--text); padding: 0.35rem 0.7rem; border-radius: 100px; background: rgba(26,132,230,0.1); border: 1px solid rgba(26,132,230,0.25); }

/* compact services teaser (icon chips) */
.svc-mini { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0.9rem; }
.svc-mini__item { display: flex; align-items: center; gap: 0.8rem; padding: 1rem 1.1rem; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--line); font-weight: 600; font-size: 0.95rem; transition: border-color .3s ease, transform .3s ease; }
.svc-mini__item:hover { border-color: rgba(26,132,230,0.4); transform: translateY(-3px); }
.svc-mini__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); flex-shrink: 0; box-shadow: 0 0 0 4px rgba(26,132,230,0.18); }

/* =========================================================
   PRICING
   ========================================================= */
.pricing__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.6rem; max-width: 980px; margin-inline: auto; align-items: stretch; }
.price-card { padding: 2.2rem 1.9rem; display: flex; flex-direction: column; position: relative; transition: transform .4s var(--ease), box-shadow .4s ease, border-color .4s ease; border-radius: var(--radius-lg); }
.price-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.price-card--featured { border-color: rgba(26,132,230,0.6); background: linear-gradient(180deg, rgba(26,132,230,0.16), var(--surface) 45%); box-shadow: var(--shadow-red); }
.price-card--featured:hover { transform: translateY(-12px) scale(1.01); }
.price-card__ribbon { position: absolute; top: 1.3rem; right: 1.3rem; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; background: var(--red); color: #fff; padding: 0.35rem 0.8rem; border-radius: 100px; }
.price-card__tag { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red-light); }
.price-card__name { font-size: 1.6rem; font-weight: 800; margin-top: 0.3rem; }
.price-card__price { display: flex; align-items: flex-start; gap: 0.2rem; margin: 1.2rem 0 1.5rem; }
.price-card__amount { font-size: 3.4rem; font-weight: 900; line-height: 1; letter-spacing: -0.03em; }
.price-card__currency { font-size: 1.4rem; font-weight: 700; color: var(--text-muted); margin-top: 0.4rem; }
.price-card__features { display: grid; gap: 0.75rem; margin-bottom: 1.8rem; flex: 1; }
.price-card__features li { position: relative; padding-left: 1.7rem; color: var(--text-muted); font-size: 0.96rem; }
.price-card__features li strong { color: var(--text); }
.price-card__features li::before { content: ""; position: absolute; left: 0; top: 0.35rem; width: 16px; height: 16px; border-radius: 50%; background: rgba(26,132,230,0.2); }
.price-card__features li::after { content: ""; position: absolute; left: 5px; top: 0.6rem; width: 6px; height: 3px; border-left: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(-45deg); }
.pricing__note { text-align: center; color: var(--text-dim); font-size: 0.9rem; margin-top: 2rem; }
.pricing__grid--duo { max-width: 760px; }
.price-card__lead { font-size: 0.95rem; font-weight: 600; color: var(--red-light); margin: -0.4rem 0 1.2rem; }

/* Sonderleistungen (Preise-Seite) */
.addon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.1rem; max-width: 980px; margin: 1.6rem auto 0; }
.addon { padding: 1.3rem 1.4rem; border-radius: var(--radius-lg); transition: transform .3s var(--ease), border-color .3s ease; }
.addon:hover { transform: translateY(-4px); border-color: rgba(26,132,230,0.4); }
.addon__top { display: flex; align-items: baseline; justify-content: space-between; gap: 0.6rem; margin-bottom: 0.5rem; }
.addon__name { font-size: 1.08rem; font-weight: 700; }
.addon__price { font-size: 1.25rem; font-weight: 900; color: var(--red-light); white-space: nowrap; letter-spacing: -0.02em; }
.addon__price small { font-size: 0.7rem; font-weight: 700; color: var(--text-muted); }
.addon__desc { color: var(--text-muted); font-size: 0.9rem; line-height: 1.5; }

/* Sonderleistungen-Auswahl im Buchungsformular */
.addon-check { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 0.4rem 1.2rem; margin-top: 0.2rem; }

/* Hero: Google-Bewertung als Social Proof */
.hero__social { margin: 0 0 2rem; }
.hero__badges .hero__badge strong { white-space: nowrap; }

/* Startseite: „So einfach geht's" – 3 Schritte */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; max-width: 980px; margin-inline: auto; }
.step { padding: 2rem 1.8rem; border-radius: var(--radius-lg); position: relative; transition: transform .3s var(--ease), border-color .3s ease; }
.step:hover { transform: translateY(-6px); border-color: rgba(26,132,230,0.4); }
.step__num { display: inline-flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: linear-gradient(135deg, var(--red-light), var(--red-dark)); color: #fff; font-weight: 800; font-size: 1.15rem; margin-bottom: 1rem; box-shadow: 0 10px 24px -8px rgba(26,132,230,0.7); }
.step__title { font-size: 1.2rem; font-weight: 800; margin-bottom: 0.5rem; }
.step p { color: var(--text-muted); font-size: 0.96rem; line-height: 1.55; }

/* Leistungen: Große Fahrzeuge (Transporter/LKW/Wohnmobile) */
.bigveh { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem 2rem; align-items: center; max-width: 980px; margin-inline: auto; background: linear-gradient(180deg, rgba(26,132,230,0.10), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2.2rem clamp(1.4rem, 3vw, 2.6rem); }
.bigveh__media { width: 84px; height: 84px; border-radius: 20px; display: grid; place-items: center; background: rgba(26,132,230,0.14); color: var(--red-light); flex-shrink: 0; }
.bigveh__media svg { width: 46px; height: 46px; fill: currentColor; }
.bigveh__title { font-size: 1.5rem; font-weight: 800; margin: 0.2rem 0 0.6rem; }
.bigveh__body p { color: var(--text-muted); margin-bottom: 1.3rem; max-width: 62ch; }
.bigveh__cta { display: inline-flex; align-items: center; gap: 0.6rem; }
.bigveh__cta svg { width: 20px; height: 20px; fill: currentColor; }
.bigveh__ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; }
@media (max-width: 640px) { .bigveh__ctas { justify-content: center; } }
.fleet-note { max-width: 980px; margin: 1.5rem auto 0; text-align: center; color: var(--text-muted); font-size: 0.98rem; line-height: 1.6; }
.fleet-note strong { color: var(--red-light); }

/* Treuebonus-Stempelkarte */
.stampcard { display: grid; grid-template-columns: 1.1fr 1fr; gap: 1.6rem 2.4rem; align-items: center; max-width: 980px; margin-inline: auto; background: linear-gradient(180deg, rgba(26,132,230,0.10), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2.2rem clamp(1.4rem, 3vw, 2.6rem); }
.stampcard__title { font-size: 1.5rem; font-weight: 800; margin: 0.2rem 0 0.7rem; }
.stampcard__info p { color: var(--text-muted); max-width: 46ch; line-height: 1.6; }
.stampcard__info strong { color: var(--text); }
.stampcard__card { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; max-width: 320px; margin-inline: auto; }
.stamp { aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; border: 2px dashed var(--line-strong); color: var(--text-muted); font-weight: 800; }
.stamp--done { background: rgba(26,132,230,0.16); border: 2px solid var(--red-light); color: var(--red-light); }
.stamp--done svg { width: 44%; height: 44%; fill: currentColor; }
.stamp--bonus { background: linear-gradient(135deg, #ffcf5a, #ff9d2e); border: none; color: #3a1d00; font-size: 1.05rem; box-shadow: 0 10px 24px -6px rgba(255,160,40,0.55); }
@media (max-width: 720px) { .stampcard { grid-template-columns: 1fr; text-align: center; } .stampcard__info p { margin-inline: auto; } }
@media (max-width: 640px) { .bigveh { grid-template-columns: 1fr; text-align: center; justify-items: center; } .bigveh__body p { margin-inline: auto; } }

/* Startseite: kleines, wegklickbares „Außenaufbereitung bald"-Popup */
.promo { position: fixed; left: 1.2rem; bottom: 1.2rem; z-index: 1400; width: min(340px, calc(100vw - 2.4rem)); background: var(--surface-solid); border: 1px solid var(--line-strong); border-radius: 18px; box-shadow: 0 24px 60px -18px rgba(0,0,0,0.8); padding: 1.4rem 1.4rem 1.3rem; transform: translateY(24px); opacity: 0; pointer-events: none; transition: transform .45s var(--ease), opacity .45s ease; }
.promo.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.promo__x { position: absolute; top: 0.5rem; right: 0.5rem; width: 2.5rem; height: 2.5rem; border: none; background: rgba(255,255,255,0.07); color: var(--text); border-radius: 50%; font-size: 1.6rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s ease, color .2s ease; }
.promo__x:hover, .promo__x:focus-visible { background: rgba(255,90,95,0.9); color: #fff; }
.promo__badge { display: inline-block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; background: var(--red); padding: 0.3rem 0.7rem; border-radius: 100px; }
.promo__title { font-size: 1.15rem; font-weight: 800; margin: 0.7rem 0 0.4rem; }
.promo__text { color: var(--text-muted); font-size: 0.92rem; line-height: 1.5; margin-bottom: 1.1rem; }
@media (max-width: 560px) { .promo { bottom: 5.75rem; left: 1rem; } }

/* =========================================================
   GALLERY – Vorher/Nachher (clip-path Slider)
   ========================================================= */
.gallery__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.8rem; }
.ba { overflow: hidden; }
.ba__viewer { position: relative; aspect-ratio: 3 / 4; overflow: hidden; cursor: ew-resize; user-select: none; touch-action: none; }
.ba__after, .ba__before { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba__before { clip-path: inset(0 50% 0 0); }
.ba__label { position: absolute; top: 0.8rem; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 100px; backdrop-filter: blur(4px); z-index: 2; }
.ba__label--before { left: 0.8rem; background: rgba(0,0,0,0.7); color: #fff; }
.ba__label--after { right: 0.8rem; background: var(--red); color: #fff; }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; z-index: 4; }
.ba__handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; transform: translateX(-50%); pointer-events: none; box-shadow: 0 0 12px rgba(0,0,0,0.6); z-index: 3; }
.ba__handle::after { content: "⟺"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 1rem; box-shadow: 0 4px 14px rgba(0,0,0,0.5); }
.ba figcaption { padding: 1.1rem 1.3rem; font-weight: 600; color: var(--text); border-top: 1px solid var(--line); }

/* =========================================================
   BOOKING + FORMS
   ========================================================= */
.booking__wrap, .contact__form-wrap { max-width: 860px; margin-inline: auto; }
.booking__notice { display: flex; gap: 1rem; align-items: flex-start; background: rgba(26,132,230,0.12); border: 1px solid rgba(26,132,230,0.4); border-left: 4px solid var(--red); border-radius: var(--radius-sm); padding: 1.2rem 1.4rem; margin-bottom: 2rem; }
.booking__notice svg { width: 26px; height: 26px; fill: var(--red); flex-shrink: 0; margin-top: 2px; }
.booking__notice p { font-size: 0.95rem; color: #e7e7ea; }
.booking__notice strong { color: var(--white); }

.form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 2.5rem); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form__group { margin-bottom: 1.1rem; display: flex; flex-direction: column; }
.form label { font-size: 0.86rem; font-weight: 600; margin-bottom: 0.45rem; color: var(--text); }
.form input, .form select, .form textarea { background: var(--surface-solid); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0.85rem 1rem; color: var(--text); font-size: 0.98rem; width: 100%; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.form input::placeholder, .form textarea::placeholder { color: var(--text-dim); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--red); background: #17171b; box-shadow: 0 0 0 3px rgba(26,132,230,0.18); }
.form textarea { resize: vertical; min-height: 110px; }
.form select { 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='%23a1a1aa' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form__hint { font-size: 0.78rem; color: var(--text-dim); margin-top: 0.4rem; }
.form__error { font-size: 0.8rem; color: var(--danger); margin-top: 0.35rem; display: none; }
.form__group.has-error input, .form__group.has-error select, .form__group.has-error textarea { border-color: var(--danger); }
.form__group.has-error .form__error { display: block; }
.form .form__check { display: flex; flex-direction: row; align-items: flex-start; gap: 0.7rem; font-size: 0.88rem; color: var(--text-muted); margin: 0 0 0.9rem; cursor: pointer; font-weight: 400; line-height: 1.45; }
.form .form__check--newsletter { margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.form__check input { width: 20px; height: 20px; flex-shrink: 0; accent-color: var(--red); margin-top: 1px; }
.form__check a { color: var(--red-light); text-decoration: underline; }
.form__check.has-error span { color: var(--danger); }
.form__legal { font-size: 0.78rem; color: var(--text-dim); margin-top: 1rem; text-align: center; }
.form__success { background: var(--surface); border: 1px solid rgba(26,132,230,0.4); border-radius: var(--radius); padding: clamp(2rem, 5vw, 3rem); text-align: center; backdrop-filter: blur(8px); }
.form__success-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--red); color: #fff; font-size: 2rem; display: grid; place-items: center; margin: 0 auto 1.3rem; box-shadow: var(--shadow-red); animation: pop .5s var(--ease); }
.form__success h3 { font-size: 1.5rem; margin-bottom: 0.8rem; }
.form__success p { color: var(--text-muted); max-width: 520px; margin: 0 auto 1.6rem; }
.form__success-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.form__inline-success { margin-top: 1rem; padding: 0.9rem 1.2rem; border-radius: var(--radius-sm); background: rgba(26,132,230,0.12); border: 1px solid rgba(26,132,230,0.4); color: var(--white); font-weight: 600; text-align: center; }
@keyframes pop { 0% { transform: scale(0); } 70% { transform: scale(1.15); } 100% { transform: scale(1); } }

/* =========================================================
   REVIEWS
   ========================================================= */
.reviews__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.6rem; }
.review-card { padding: 2rem 1.8rem; position: relative; transition: transform .4s var(--ease), border-color .4s; }
.review-card::before { content: "\201C"; position: absolute; top: 0.4rem; right: 1.4rem; font-size: 5rem; color: rgba(26,132,230,0.2); font-family: Georgia, serif; line-height: 1; }
.review-card:hover { transform: translateY(-6px); border-color: rgba(26,132,230,0.35); }
.review-card__stars { color: #ffb400; font-size: 1.25rem; letter-spacing: 2px; margin-bottom: 1rem; }
.review-card__text { font-size: 1.08rem; line-height: 1.6; margin-bottom: 1.6rem; color: var(--text); }
.review-card__author { display: flex; align-items: center; gap: 0.8rem; }
.review-card__avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--red-light), var(--red-dark)); display: grid; place-items: center; font-weight: 800; color: #fff; }
.review-card__author strong { display: block; font-size: 0.95rem; }
.review-card__author span { font-size: 0.8rem; color: var(--text-dim); }
.reviews__summary { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.reviews__score { font-size: 3rem; font-weight: 900; line-height: 1; }
.reviews__score-stars { color: #ffb400; font-size: 1.3rem; letter-spacing: 2px; }
.reviews__score-sub { color: var(--text-muted); font-size: 0.9rem; }

/* =========================================================
   FAQ
   ========================================================= */
.faq__list { display: grid; gap: 0.9rem; }
.faq__item { border-radius: var(--radius-sm); overflow: hidden; transition: border-color .3s ease; }
.faq__item[open] { border-color: rgba(26,132,230,0.4); }
.faq__item summary { list-style: none; cursor: pointer; padding: 1.2rem 1.4rem; font-weight: 700; font-size: 1.04rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__icon { position: relative; width: 22px; height: 22px; flex-shrink: 0; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; top: 50%; left: 50%; background: var(--red); border-radius: 2px; transition: transform .3s var(--ease); }
.faq__icon::before { width: 14px; height: 2.5px; transform: translate(-50%, -50%); }
.faq__icon::after { width: 2.5px; height: 14px; transform: translate(-50%, -50%); }
.faq__item[open] .faq__icon::after { transform: translate(-50%, -50%) scaleY(0); }
.faq__answer { padding: 0 1.4rem; max-height: 0; overflow: hidden; transition: max-height .4s var(--ease), padding .4s var(--ease); }
.faq__item[open] .faq__answer { padding: 0 1.4rem 1.3rem; max-height: 460px; }
.faq__answer p { color: var(--text-muted); }
.faq__answer a { color: var(--red-light); font-weight: 600; }
.faq__answer ul { color: var(--text-muted); margin: 0.5rem 0 0; padding-left: 1.2rem; }
.faq__answer li { margin-bottom: 0.35rem; }
.faq__answer li strong { color: var(--text); }

/* =========================================================
   CONTACT
   ========================================================= */
.contact__wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2rem; align-items: start; }
.contact__info { display: flex; flex-direction: column; gap: 1rem; }
.contact__item { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.3rem; transition: border-color .3s ease, transform .3s ease; }
.contact__item:not(.contact__item--static):hover { border-color: rgba(26,132,230,0.4); transform: translateX(4px); }
.contact__item-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(26,132,230,0.12); border: 1px solid rgba(26,132,230,0.3); display: grid; place-items: center; flex-shrink: 0; }
.contact__item-icon svg { width: 22px; height: 22px; fill: var(--red); }
.contact__label { display: block; font-size: 0.78rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.08em; }
.contact__item strong { font-size: 1.02rem; word-break: break-word; }
.contact__hours { padding: 1.3rem 1.4rem; }
.contact__hours h3 { font-size: 1.05rem; margin-bottom: 0.9rem; }
.contact__hours ul { display: grid; gap: 0.6rem; }
.contact__hours li { display: flex; justify-content: space-between; font-size: 0.95rem; color: var(--text-muted); border-bottom: 1px dashed var(--line); padding-bottom: 0.6rem; }
.contact__hours li:last-child { border-bottom: none; padding-bottom: 0; }

/* social row */
.social-row { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.social { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line); transition: transform .3s var(--ease), background .3s ease, border-color .3s ease; }
.social svg { width: 22px; height: 22px; fill: var(--text-muted); transition: fill .3s ease; }
.social:hover { transform: translateY(-4px); border-color: var(--red); }
.social:hover svg { fill: #fff; }
.social--ig:hover { background: linear-gradient(135deg,#feda75,#d62976,#962fbf); }
.social--tt:hover { background: #000; }
.social--fb:hover { background: #1877f2; }
.social--wa:hover { background: #25d366; }

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(2.5rem, 6vw, 4rem); text-align: center; background: linear-gradient(135deg, rgba(26,132,230,0.22), rgba(13,99,196,0.08)); border: 1px solid rgba(26,132,230,0.4); }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px 300px at 50% 0%, rgba(26,132,230,0.25), transparent 70%); }
.cta-band h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.8rem; }
.cta-band p { color: #e7e7ea; max-width: 540px; margin: 0 auto 1.8rem; }
.cta-band__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: rgba(5,5,6,0.7); border-top: 1px solid var(--line); padding-top: 4rem; position: relative; backdrop-filter: blur(8px); }
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--red), transparent); }
.footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer__brand img { height: 44px; margin-bottom: 1rem; }
.footer__tagline { color: var(--text-muted); font-size: 0.92rem; max-width: 320px; margin-bottom: 1.4rem; }
.footer__col h4 { font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 1.1rem; }
.footer__col ul { display: grid; gap: 0.65rem; }
.footer__col a { color: var(--text-muted); font-size: 0.95rem; transition: color .25s ease, padding-left .25s ease; }
.footer__col a:hover { color: var(--red-light); padding-left: 4px; }
.footer__contact li { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 0.65rem; word-break: break-word; }
.footer__col .btn { margin-top: 1rem; }
.footer__bar { border-top: 1px solid var(--line); padding: 1.4rem 0; }
.footer__bar-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem; }
.footer__bar p { color: var(--text-dim); font-size: 0.84rem; }
.footer__bar a { color: var(--text-dim); }
.footer__bar a:hover { color: var(--red-light); }

/* =========================================================
   FLOATING WHATSAPP
   ========================================================= */
.fab-whatsapp { position: fixed; bottom: 1.4rem; right: 1.4rem; z-index: 900; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 10px 30px -6px rgba(37,211,102,0.6); transition: transform .3s var(--ease); animation: fabIn .5s var(--ease) .8s both; }
.fab-whatsapp svg { width: 30px; height: 30px; fill: #fff; }
.fab-whatsapp:hover { transform: scale(1.1) rotate(4deg); }
@keyframes fabIn { from { transform: scale(0); } to { transform: scale(1); } }

/* =========================================================
   LIGHTBOX
   ========================================================= */
.lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,0.92); display: none; align-items: center; justify-content: center; padding: 2rem; cursor: zoom-out; }
.lightbox.open { display: flex; animation: fade .3s ease; }
.lightbox__img { max-width: 92vw; max-height: 88vh; border-radius: var(--radius-sm); box-shadow: var(--shadow); animation: pop .4s var(--ease); }
.lightbox__close { position: absolute; top: 1.4rem; right: 1.8rem; font-size: 2.6rem; line-height: 1; color: #fff; opacity: 0.8; }
.lightbox__close:hover { opacity: 1; }
@keyframes fade { from { opacity: 0 } to { opacity: 1 } }

/* =========================================================
   SCROLL REVEAL (dezent)
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .07s; }
.reveal:nth-child(3) { transition-delay: .14s; }
.reveal:nth-child(4) { transition-delay: .21s; }

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal { padding: calc(var(--nav-h) + 3rem) 0 5rem; min-height: 70vh; }
.legal .container { max-width: 860px; }
.legal h2 { font-size: 1.3rem; font-weight: 700; margin: 2.2rem 0 0.8rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.legal h2:first-of-type { border-top: none; padding-top: 0; }
.legal h3 { font-size: 1.05rem; font-weight: 700; margin: 1.4rem 0 0.5rem; }
.legal p, .legal li { color: var(--text-muted); margin-bottom: 0.7rem; }
.legal a { color: var(--red-light); text-decoration: underline; text-underline-offset: 3px; word-break: break-word; }
.legal ul { padding-left: 1.3rem; list-style: disc; }
.legal ul li { margin-bottom: 0.4rem; }
.legal__placeholder { color: var(--red-light); font-style: italic; }
.legal__box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.8rem; margin: 1.2rem 0; }
.legal__box p { margin-bottom: 0.3rem; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1280px) {
  .nav__toggle { display: flex; }
  .nav__menu {
    position: fixed; top: 0; right: 0; height: 100dvh; width: min(82vw, 360px);
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0.3rem;
    background: rgba(9,9,11,0.98); backdrop-filter: blur(20px);
    padding: calc(var(--nav-h) + 1rem) 1.6rem 2rem; border-left: 1px solid var(--line);
    transform: translateX(110%); transition: transform .45s var(--ease);
    overflow-y: auto; box-shadow: -20px 0 60px rgba(0,0,0,0.6);
  }
  .nav__menu.open { transform: translateX(0); }
  .nav__link { font-size: 1.05rem; padding: 0.9rem 0.6rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav__link::after { display: none; }
  .nav__link.active { color: var(--red-light); }
  .nav__cta { margin: 1rem 0 0; text-align: center; padding: 0.95rem; font-size: 1rem; }
}
@media (max-width: 760px) {
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .contact__wrap { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer__col--brand { grid-column: 1 / -1; }
  .hero__badges { gap: 1.2rem; }
  .hero__badge strong { font-size: 1.25rem; }
}
@media (max-width: 460px) {
  .footer__inner { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
}

body.no-scroll { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   TERMINBUCHUNG – Premium Booking UI
   ========================================================= */
.booking-form { position: relative; }
.booking-form::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius); pointer-events: none;
  background: radial-gradient(600px 200px at 100% 0%, rgba(26,132,230,0.10), transparent 60%);
}
.booking-step {
  display: flex; align-items: center; gap: 0.7rem; font-weight: 800; letter-spacing: -0.01em;
  font-size: 1.05rem; margin: 0.4rem 0 1.2rem; color: var(--text);
}
.booking-step:not(:first-of-type) { margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.booking-step span {
  width: 28px; height: 28px; flex-shrink: 0; border-radius: 50%;
  background: linear-gradient(135deg, var(--red-light), var(--red-dark)); color: #fff;
  display: grid; place-items: center; font-size: 0.9rem; box-shadow: 0 6px 16px -6px rgba(26,132,230,0.7);
}

/* Honeypot – für Menschen unsichtbar */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

/* Live-Validierung: grüner Haken */
.input-wrap { position: relative; }
.input-wrap input { padding-right: 2.7rem; }
.valid-check {
  position: absolute; right: 0.9rem; top: 50%; transform: translateY(-50%) scale(0);
  width: 22px; height: 22px; border-radius: 50%; background: #16a34a;
  display: grid; place-items: center; transition: transform .3s var(--ease); pointer-events: none;
}
.valid-check::after { content: ""; width: 6px; height: 11px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg) translate(-1px,-1px); }
.form__group.is-valid .valid-check { transform: translateY(-50%) scale(1); }
.form__group.is-valid input:not(:focus) { border-color: rgba(22,163,74,0.6); }

/* Picker-Trigger (Datum & Uhrzeit) – sieht aus wie ein Eingabefeld */
.picker { position: relative; }
.picker-trigger {
  display: flex; align-items: center; gap: 0.7rem; width: 100%; text-align: left;
  background: var(--surface-solid); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 0.85rem 1rem; color: var(--text); font-size: 0.98rem;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.picker-trigger:hover:not([disabled]) { border-color: var(--line-strong); }
.picker-trigger[disabled] { opacity: 0.55; cursor: not-allowed; }
.picker-trigger.is-open { border-color: var(--red); box-shadow: 0 0 0 3px rgba(26,132,230,0.18); background: #17171b; }
.picker-trigger__icon { width: 20px; height: 20px; fill: var(--red); flex-shrink: 0; }
.picker-trigger__value { flex: 1; }
.picker-trigger__value.is-placeholder { color: var(--text-dim); }
.picker-trigger__chevron { width: 18px; height: 18px; fill: var(--text-muted); transition: transform .3s var(--ease); flex-shrink: 0; }
.picker-trigger.is-open .picker-trigger__chevron { transform: rotate(180deg); }
.form__group.is-valid .picker-trigger { border-color: rgba(22,163,74,0.6); }
.form__group.has-error .picker-trigger { border-color: var(--danger); }
.form__group.has-error .choice__box { border-color: var(--danger); }

/* Popover (Kalender & Zeit) */
.calendar, .timeselect {
  position: absolute; z-index: 50; top: calc(100% + 8px); left: 0; right: 0;
  background: rgba(18,18,22,0.96); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 1rem;
  box-shadow: var(--shadow); animation: popIn .25s var(--ease);
}
@keyframes popIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* Kalender */
.cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.8rem; }
.cal__title { font-weight: 800; font-size: 1rem; }
.cal__nav { display: flex; gap: 0.4rem; }
.cal__nav button { width: 34px; height: 34px; border-radius: 9px; background: var(--surface-2); border: 1px solid var(--line); display: grid; place-items: center; transition: background .25s ease, border-color .25s ease; }
.cal__nav button:hover:not(:disabled) { border-color: var(--red); background: rgba(26,132,230,0.14); }
.cal__nav button:disabled { opacity: 0.3; cursor: not-allowed; }
.cal__nav svg { width: 16px; height: 16px; fill: var(--text); }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal__dow { text-align: center; font-size: 0.72rem; font-weight: 700; color: var(--text-dim); padding: 0.3rem 0; text-transform: uppercase; letter-spacing: 0.04em; }
.cal__day {
  aspect-ratio: 1; border-radius: 9px; font-size: 0.9rem; font-weight: 600; color: var(--text);
  display: grid; place-items: center; transition: background .2s ease, color .2s ease, transform .15s ease;
  position: relative;
}
.cal__day:hover:not(:disabled) { background: rgba(26,132,230,0.18); transform: translateY(-1px); }
.cal__day:disabled { color: var(--text-dim); opacity: 0.35; cursor: not-allowed; }
.cal__day--booked:disabled { opacity: 0.45; text-decoration: line-through; color: #ef6a64; }
.cal__day--today { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); }
.cal__day--selected { background: linear-gradient(135deg, var(--red-light), var(--red-dark)); color: #fff; box-shadow: var(--shadow-red); }
.cal__day--selected:hover { background: linear-gradient(135deg, var(--red-light), var(--red-dark)); }
.cal__empty { aspect-ratio: 1; }
.cal__legend { display: flex; gap: 1rem; margin-top: 0.9rem; padding-top: 0.8rem; border-top: 1px solid var(--line); font-size: 0.74rem; color: var(--text-dim); flex-wrap: wrap; }
.cal__legend span { display: inline-flex; align-items: center; gap: 0.35rem; }
.cal__legend i { width: 12px; height: 12px; border-radius: 4px; display: inline-block; }
.cal__legend .i-sel { background: var(--red); }
.cal__legend .i-book { background: #ef6a64; opacity: 0.5; }

/* Zeitauswahl */
.timeselect { max-height: 280px; overflow-y: auto; }
.timeselect__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: 6px; }
.timeslot {
  padding: 0.6rem 0.4rem; border-radius: 9px; font-size: 0.9rem; font-weight: 600; text-align: center;
  background: var(--surface-2); border: 1px solid var(--line); color: var(--text);
  transition: background .2s ease, border-color .2s ease, transform .15s ease;
}
.timeslot:hover:not(:disabled) { border-color: var(--red); background: rgba(26,132,230,0.16); transform: translateY(-1px); }
.timeslot:disabled { opacity: 0.4; cursor: not-allowed; text-decoration: line-through; }
.timeslot--selected { background: linear-gradient(135deg, var(--red-light), var(--red-dark)); color: #fff; border-color: transparent; }
.timeselect__empty { padding: 1rem; text-align: center; color: var(--text-muted); font-size: 0.9rem; }

/* Bestätigung */
.booking-success { background: var(--surface); border: 1px solid rgba(22,163,74,0.4); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.6rem); text-align: center; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); animation: popIn .4s var(--ease); }
.booking-success__icon { width: 70px; height: 70px; border-radius: 50%; background: #16a34a; display: grid; place-items: center; margin: 0 auto 1.3rem; box-shadow: 0 14px 40px -12px rgba(22,163,74,0.7); animation: pop .5s var(--ease); }
.booking-success__icon svg { width: 38px; height: 38px; fill: #fff; }
.booking-success h3 { font-size: 1.6rem; margin-bottom: 0.6rem; }
.booking-success__lead { color: var(--text-muted); max-width: 540px; margin: 0 auto 1.8rem; }
.booking-summary { text-align: left; background: var(--surface-solid); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.2rem 1.4rem; margin-bottom: 1.6rem; }
.booking-summary dl { display: grid; grid-template-columns: auto 1fr; gap: 0.55rem 1.2rem; margin: 0; }
.booking-summary dt { color: var(--text-dim); font-size: 0.86rem; white-space: nowrap; }
.booking-summary dd { color: var(--text); font-weight: 600; font-size: 0.94rem; text-align: right; }
.booking-success__notice { text-align: left; background: rgba(26,132,230,0.12); border: 1px solid rgba(26,132,230,0.4); border-left: 4px solid var(--red); border-radius: var(--radius-sm); padding: 1.1rem 1.3rem; margin-bottom: 1.8rem; font-size: 0.92rem; color: #e7e7ea; }
.booking-success__notice strong { color: var(--white); }

@media (max-width: 760px) {
  .calendar, .timeselect { left: 0; right: 0; }
  .booking-summary dl { grid-template-columns: 1fr; gap: 0.2rem 0; }
  .booking-summary dd { text-align: left; margin-bottom: 0.6rem; }
  .booking-summary dt { margin-top: 0.4rem; }
}

/* =========================================================
   ADMINBEREICH
   ========================================================= */
.admin-bar { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.8rem clamp(1rem, 4vw, 2rem); background: rgba(9,9,11,0.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.admin-bar__brand { display: flex; align-items: center; gap: 0.7rem; font-weight: 800; }
.admin-bar__brand img { height: 30px; }
.admin-bar__brand span { font-size: 0.95rem; letter-spacing: 0.04em; }
.admin-main { width: min(100% - 2rem, 1200px); margin-inline: auto; padding: clamp(1.5rem, 4vw, 2.5rem) 0 4rem; }

.admin-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.4rem); backdrop-filter: blur(10px); }
.admin-warn { border-color: rgba(26,132,230,0.45); max-width: 640px; margin: 2rem auto; }
.admin-warn h2 { margin-bottom: 0.6rem; }
.admin-warn p { color: var(--text-muted); }
.admin-warn code { background: rgba(255,255,255,0.08); padding: 0.1rem 0.4rem; border-radius: 5px; font-size: 0.9em; }

.admin-login { display: grid; place-items: center; min-height: 64vh; }
.admin-login .admin-card { width: min(100%, 420px); }
.admin-login h1 { font-size: 1.6rem; margin-bottom: 0.3rem; }
.admin-login__sub { color: var(--text-muted); font-size: 0.92rem; margin-bottom: 1.4rem; }
.admin-login__error { background: var(--danger-bg); border: 1px solid var(--danger-border); color: #ffd7d4; border-radius: var(--radius-sm); padding: 0.7rem 0.9rem; font-size: 0.9rem; margin-bottom: 1rem; }

.admin-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.admin-toolbar h1 { font-size: clamp(1.6rem, 4vw, 2.1rem); }
.admin-toolbar__user { color: var(--text-dim); font-size: 0.85rem; margin-top: 0.2rem; }

/* FullCalendar Dark-Theme */
.admin-calendar { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem clamp(0.6rem, 2vw, 1.2rem); backdrop-filter: blur(8px); }
.admin-calendar.fc{
  --fc-border-color: rgba(255,255,255,0.10);
  --fc-page-bg-color: transparent;
  --fc-neutral-bg-color: rgba(255,255,255,0.03);
  --fc-today-bg-color: rgba(26,132,230,0.12);
  --fc-now-indicator-color: var(--red-light);
  --fc-button-text-color: #fff;
  --fc-button-bg-color: var(--surface-2);
  --fc-button-border-color: var(--line);
  --fc-button-hover-bg-color: rgba(26,132,230,0.25);
  --fc-button-hover-border-color: var(--red);
  --fc-button-active-bg-color: var(--red-dark);
  --fc-button-active-border-color: var(--red-dark);
  color: var(--text);
}
.admin-calendar.fc .fc-toolbar-title { font-size: 1.2rem; font-weight: 800; }
.admin-calendar.fc .fc-col-header-cell-cushion,
.admin-calendar.fc .fc-daygrid-day-number { color: var(--text-muted); text-decoration: none; }
.admin-calendar.fc .fc-button { font-weight: 700; text-transform: capitalize; border-radius: 8px; }
.admin-calendar .fc-event { cursor: pointer; border: none; font-size: 0.8rem; padding: 1px 4px; }
.admin-calendar .fc-toolbar.fc-header-toolbar { flex-wrap: wrap; gap: 0.6rem; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.7); backdrop-filter: blur(3px); }
.modal__dialog { position: relative; width: min(100%, 640px); max-height: 92vh; overflow-y: auto; background: rgba(18,18,22,0.98); border: 1px solid var(--line-strong); border-radius: var(--radius); box-shadow: var(--shadow); animation: popIn .25s var(--ease); }
.modal__head { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--line); }
.modal__head h2 { font-size: 1.2rem; }
.modal__close { font-size: 1.8rem; line-height: 1; color: var(--text-muted); width: 36px; height: 36px; border-radius: 8px; }
.modal__close:hover { color: #fff; background: rgba(255,255,255,0.08); }
.modal__dialog .form { background: none; border: none; padding: 1.4rem; backdrop-filter: none; }
.modal__actions { display: flex; justify-content: space-between; gap: 1rem; margin-top: 0.5rem; }
.modal__actions .btn:last-child { margin-left: auto; }

/* =========================================================
   BUCHUNG: Zusatzhinweise (Anfahrt / Verschmutzung)
   ========================================================= */
.booking-hints { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.1rem 1.3rem; margin-bottom: 2rem; display: grid; gap: 0.7rem; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.booking-hints p { display: flex; gap: 0.7rem; align-items: flex-start; color: var(--text-muted); font-size: 0.92rem; }
.booking-hints strong { color: var(--text); }
.booking-hints svg { width: 20px; height: 20px; fill: var(--red); flex-shrink: 0; margin-top: 2px; }

/* =========================================================
   ÜBER UNS
   ========================================================= */
.about-intro { font-size: 1.08rem; }
.about-intro p { color: var(--text-muted); margin-bottom: 1.1rem; }
.about-intro strong { color: var(--text); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; margin-top: 2.2rem; }
.team-card { display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.4rem; }
.team-card__avatar { width: 54px; height: 54px; border-radius: 50%; background: linear-gradient(135deg, var(--red-light), var(--red-dark)); display: grid; place-items: center; font-weight: 800; font-size: 1.4rem; color: #fff; flex-shrink: 0; box-shadow: var(--shadow-red); }
.team-card strong { display: block; font-size: 1.05rem; }
.team-card span { font-size: 0.85rem; color: var(--text-dim); }

/* =========================================================
   GUTSCHEINE
   ========================================================= */
.voucher-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.6rem; max-width: 1040px; margin-inline: auto; align-items: stretch; }
.voucher { position: relative; overflow: hidden; padding: 2rem 1.8rem; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s ease, border-color .4s ease; }
.voucher:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.voucher--featured { border-color: rgba(26,132,230,0.6); background: linear-gradient(180deg, rgba(26,132,230,0.14), var(--surface) 45%); box-shadow: var(--shadow-red); }
.voucher__ribbon { position: absolute; top: 16px; right: -44px; transform: rotate(45deg); background: var(--red); color: #fff; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.32rem 3rem; box-shadow: 0 4px 12px rgba(0,0,0,0.4); }
.voucher__brand { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1.4rem; }
.voucher__brand img { height: 30px; width: auto; filter: drop-shadow(0 2px 6px rgba(26,132,230,0.4)); }
.voucher__brand span { font-weight: 800; font-size: 0.95rem; line-height: 1; }
.voucher__brand strong { color: var(--red); display: block; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; margin-top: 2px; font-weight: 700; }
.voucher__title { font-size: 0.92rem; font-weight: 700; letter-spacing: 0.08em; color: var(--text-muted); text-transform: uppercase; margin-bottom: 0.9rem; }
.voucher__price { display: flex; align-items: flex-start; gap: 0.15rem; color: var(--red-light); margin-bottom: 0.3rem; }
.voucher__amount { font-size: 3.2rem; font-weight: 900; line-height: 1; letter-spacing: -0.03em; }
.voucher__cur { font-size: 1.3rem; font-weight: 800; margin-top: 0.45rem; }
.voucher__pkg { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text); margin-bottom: 1.3rem; }
.voucher__list { display: grid; gap: 0.6rem; margin-bottom: 1.6rem; flex: 1; }
.voucher__list li { position: relative; padding-left: 1.6rem; color: var(--text-muted); font-size: 0.95rem; }
.voucher__list li::before { content: ""; position: absolute; left: 0; top: 0.3rem; width: 15px; height: 15px; border-radius: 50%; background: rgba(26,132,230,0.2); }
.voucher__list li::after { content: ""; position: absolute; left: 4.5px; top: 0.56rem; width: 6px; height: 3px; border-left: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(-45deg); }

/* =========================================================
   GOOGLE-BEWERTUNGEN-BUTTON
   ========================================================= */
.google-reviews { text-align: center; margin-top: 2.6rem; }
.google-btn { display: inline-flex; align-items: center; gap: 0.9rem; background: #fff; color: #3c4043; border: 1px solid rgba(0,0,0,0.08); border-radius: 100px; padding: 0.75rem 1.5rem 0.75rem 1.2rem; box-shadow: 0 12px 34px -14px rgba(0,0,0,0.65); transition: transform .3s var(--ease), box-shadow .3s ease; }
.google-btn:hover { transform: translateY(-3px); box-shadow: 0 18px 44px -14px rgba(0,0,0,0.75); }
.google-btn svg { width: 26px; height: 26px; flex-shrink: 0; }
.google-btn__text { display: flex; flex-direction: column; line-height: 1.25; text-align: left; }
.google-btn__text strong { font-size: 0.98rem; color: #202124; font-weight: 700; }
.google-btn__text small { font-size: 0.82rem; color: #5f6368; }
.google-btn__stars { color: #fbbc05; letter-spacing: 1px; }

/* =========================================================
   AUSWAHL-KARTEN (z. B. Steckdosen-Abfrage)
   ========================================================= */
.form__q { font-size: 0.86rem; font-weight: 600; margin-bottom: 0.3rem; color: var(--text); display: block; }
.form__help { font-size: 0.84rem; color: var(--text-dim); margin: 0 0 0.8rem; line-height: 1.5; }
.form__opt { color: var(--text-dim); font-weight: 400; }
.choice-group { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0.6rem; }
.choice { position: relative; display: block; cursor: pointer; }
.choice input { position: absolute; inset: 0; opacity: 0; cursor: pointer; margin: 0; }
.choice__box { display: flex; align-items: center; gap: 0.65rem; height: 100%; padding: 0.85rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface-solid); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.choice__box::before { content: ""; width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--text-dim); flex-shrink: 0; transition: border-color .2s ease, background .2s ease; }
.choice:hover .choice__box { border-color: var(--line-strong); }
.choice input:checked + .choice__box { border-color: var(--red); background: rgba(26,132,230,0.12); box-shadow: 0 0 0 3px rgba(26,132,230,0.16); }
.choice input:checked + .choice__box::before { border-color: var(--red); background: radial-gradient(circle, var(--red) 42%, transparent 46%); }
.choice input:focus-visible + .choice__box { outline: 2px solid var(--red-light); outline-offset: 2px; }
.choice__title { font-weight: 600; font-size: 0.92rem; line-height: 1.25; }

/* =========================================================
   ADMIN – App-Shell (Phase 2)
   ========================================================= */
.admin-login__logo { height: 40px; margin-bottom: 1rem; }
.admin-shell { display: grid; grid-template-columns: 250px 1fr; min-height: 100vh; }
.admin-side { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 1.1rem; padding: 1.2rem 1rem; background: rgba(9,9,11,0.92); border-right: 1px solid var(--line); backdrop-filter: blur(12px); }
.admin-side__brand { display: flex; align-items: center; gap: 0.6rem; font-weight: 800; padding: 0.3rem 0.5rem 0.6rem; }
.admin-side__brand img { height: 30px; }
.admin-nav { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; }
.admin-nav__item { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 0.9rem; border-radius: 10px; color: var(--text-muted); font-weight: 600; font-size: 0.95rem; width: 100%; text-align: left; transition: background .2s ease, color .2s ease; }
.admin-nav__item svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.admin-nav__item:hover { background: rgba(255,255,255,0.05); color: var(--text); }
.admin-nav__item.is-active { background: rgba(26,132,230,0.16); color: #fff; }
.admin-side__foot { display: flex; flex-direction: column; gap: 0.7rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.admin-user { display: flex; align-items: center; gap: 0.6rem; }
.admin-user__avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--red-light), var(--red-dark)); display: grid; place-items: center; font-weight: 800; color: #fff; flex-shrink: 0; }
.admin-user strong { display: block; font-size: 0.9rem; line-height: 1.2; }
.admin-role { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--red-light); }
.admin-content { padding: clamp(1rem, 3vw, 2rem); min-width: 0; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.admin-topbar h1 { font-size: clamp(1.5rem, 4vw, 2rem); }
.admin-view { animation: fade .3s ease; }

.kpi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1rem; margin-bottom: 1.6rem; }
.kpi { padding: 1.25rem 1.4rem; }
.kpi__label { font-size: 0.8rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.05em; }
.kpi__value { font-size: 1.85rem; font-weight: 800; letter-spacing: -0.02em; margin-top: 0.35rem; }
.kpi__sub { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.25rem; }
.kpi--accent .kpi__value { color: var(--red-light); }

.chart-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.2rem; }
.chart-card { padding: 1.3rem 1.4rem; }
.chart-card h3 { font-size: 1rem; margin-bottom: 1rem; }
.chart-card canvas { width: 100% !important; max-height: 280px; }
.chart-card--wide { grid-column: 1 / -1; }

@media (max-width: 820px) {
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side { position: sticky; top: 0; height: auto; z-index: 50; flex-direction: row; align-items: center; gap: 0.5rem; padding: 0.6rem 0.8rem; border-right: none; border-bottom: 1px solid var(--line); overflow-x: auto; }
  .admin-side__brand { padding: 0.2rem; }
  .admin-side__brand span { display: none; }
  .admin-nav { flex-direction: row; flex: 0 1 auto; }
  .admin-nav__item span { display: none; }
  .admin-nav__item { padding: 0.6rem 0.7rem; }
  .admin-side__foot { flex-direction: row; align-items: center; border-top: none; padding-top: 0; margin-left: auto; gap: 0.5rem; }
  .admin-user div { display: none; }
  .admin-side__foot .btn { white-space: nowrap; }
}

/* =========================================================
   ADMIN – Auftragssteuerung + Karte (Phase 3)
   ========================================================= */
.appt-detail { padding: 1.2rem 1.4rem 0; display: grid; gap: 1rem; }
.job-control { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; background: var(--surface-solid); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1.2rem; }
.job-control--live { border-color: rgba(245,158,11,0.5); background: rgba(245,158,11,0.08); }
.job-control--done { border-color: rgba(22,163,74,0.45); background: rgba(22,163,74,0.08); }
.job-status { font-weight: 800; font-size: 0.92rem; }
.job-status--live { color: #f59e0b; }
.job-status--done { color: #22c55e; }
.job-hint { font-size: 0.8rem; color: var(--text-dim); margin-top: 0.25rem; }
.job-timer { font-size: 1.8rem; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: 0.02em; margin: 0.25rem 0; }
.job-times { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.job-times div { display: flex; flex-direction: column; }
.job-times span { font-size: 0.7rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.05em; }
.job-times strong { font-size: 0.95rem; }
.appt-map { border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.appt-map__frame { width: 100%; height: 240px; border: 0; display: block; }
.appt-map__bar { display: flex; align-items: center; gap: 0.55rem; padding: 0.75rem 0.9rem; background: var(--surface-solid); font-size: 0.92rem; font-weight: 600; }
.appt-map__bar svg { width: 18px; height: 18px; fill: var(--red); flex-shrink: 0; }
.appt-map__actions { display: flex; gap: 0.6rem; padding: 0.7rem 0.9rem 0.9rem; background: var(--surface-solid); flex-wrap: wrap; }

/* =========================================================
   ADMIN – Fahrzeugzustand + Fotos (Phase 4)
   ========================================================= */
.appt-doc { padding: 0 1.4rem; }
.doc-acc { background: var(--surface-solid); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.doc-acc__sum { cursor: pointer; padding: 0.9rem 1.1rem; font-weight: 700; font-size: 0.95rem; list-style: none; }
.doc-acc__sum::-webkit-details-marker { display: none; }
.doc-acc[open] .doc-acc__sum { border-bottom: 1px solid var(--line); }
.doc-body { padding: 1.1rem; display: grid; gap: 1.6rem; }
.doc-section { display: grid; gap: 0.75rem; }
.doc-section > h4 { font-size: 0.9rem; }
.car-sides, .car-types { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.car-side-btn { padding: 0.45rem 0.8rem; border-radius: 8px; border: 1px solid var(--line); background: var(--surface); font-size: 0.85rem; font-weight: 600; color: var(--text-muted); }
.car-side-btn.is-active { background: rgba(26,132,230,0.16); border-color: var(--red); color: #fff; }
.car-type { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.4rem 0.75rem; border-radius: 100px; border: 1px solid var(--line); background: var(--surface); font-size: 0.82rem; font-weight: 600; color: var(--text-muted); }
.car-type::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--c); }
.car-type.is-active { border-color: var(--c); color: var(--text); background: rgba(255,255,255,0.06); }
.car-canvas { position: relative; background: #0e0e12; border: 1px solid var(--line); border-radius: var(--radius-sm); aspect-ratio: 5 / 3; touch-action: manipulation; cursor: crosshair; overflow: hidden; }
.car-svg { width: 100%; height: 100%; display: block; stroke: rgba(255,255,255,0.5); }
.car-marker { position: absolute; width: 16px; height: 16px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--c); border: 2px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.6); cursor: pointer; padding: 0; }
.car-legend { font-size: 0.78rem; color: var(--text-dim); }
.photo-groups { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.photo-group h4 { font-size: 0.85rem; margin-bottom: 0.5rem; color: var(--text-muted); }
.photo-thumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.5rem; }
.photo-thumb { position: relative; width: 64px; height: 64px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.photo-thumb img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.photo-thumb button { position: absolute; top: 2px; right: 2px; width: 18px; height: 18px; border-radius: 50%; background: rgba(0,0,0,0.75); color: #fff; font-size: 12px; line-height: 1; display: grid; place-items: center; }
.photo-drop { display: inline-flex; align-items: center; padding: 0.5rem 0.9rem; border: 1px dashed var(--line-strong); border-radius: 8px; font-size: 0.85rem; font-weight: 600; color: var(--text-muted); cursor: pointer; }
.photo-drop:hover { border-color: var(--red); color: var(--text); }

/* =========================================================
   ADMIN – Kunden & Statistik (Phase 5)
   ========================================================= */
.admin-empty { color: var(--text-dim); font-size: 0.92rem; padding: 1rem 0; }
.status-pill { display: inline-block; font-size: 0.72rem; font-weight: 700; padding: 0.2rem 0.55rem; border-radius: 100px; white-space: nowrap; }
.status-done { background: rgba(22,163,74,0.16); color: #34d17c; }
.status-in_progress { background: rgba(245,158,11,0.16); color: #f7b955; }
.status-confirmed { background: rgba(26,132,230,0.16); color: var(--red-light); }
.status-pending { background: rgba(255,255,255,0.08); color: var(--text-muted); }
.status-cancelled { background: rgba(107,114,128,0.18); color: #9aa1ab; text-decoration: line-through; }

.cust-search { margin-bottom: 1.2rem; }
.cust-search input { width: 100%; max-width: 460px; background: var(--surface-solid); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0.8rem 1rem; color: var(--text); font-size: 0.98rem; }
.cust-search input:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(26,132,230,0.18); }
.cust-list { display: grid; gap: 0.6rem; }
.cust-row { display: flex; align-items: center; gap: 0.9rem; width: 100%; text-align: left; padding: 0.9rem 1.1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); transition: border-color .2s ease, transform .2s ease; }
.cust-row:hover { border-color: rgba(26,132,230,0.4); transform: translateX(3px); }
.cust-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--red-light), var(--red-dark)); display: grid; place-items: center; font-weight: 800; color: #fff; flex-shrink: 0; }
.cust-avatar--lg { width: 58px; height: 58px; font-size: 1.5rem; }
.cust-row__main { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.cust-row__main strong { font-size: 0.98rem; }
.cust-row__main span { font-size: 0.82rem; color: var(--text-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cust-row__meta { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.cust-row__meta strong { color: var(--red-light); }
.cust-row__meta span { font-size: 0.78rem; color: var(--text-dim); }
.cust-head { display: flex; align-items: center; gap: 1rem; margin: 1rem 0 1.6rem; }
.cust-head h2 { font-size: 1.5rem; }
.cust-head p { color: var(--text-muted); font-size: 0.92rem; }
.cust-addr { color: var(--text-dim) !important; margin-top: 0.2rem; }
.cust-sec { font-size: 1.05rem; margin: 1.8rem 0 0.9rem; }
.cust-appts { display: grid; gap: 0.5rem; }
.cust-appt { display: grid; grid-template-columns: 1fr 1.4fr auto auto; align-items: center; gap: 0.8rem; width: 100%; text-align: left; padding: 0.75rem 1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 0.9rem; transition: border-color .2s ease; }
.cust-appt:hover { border-color: rgba(26,132,230,0.4); }
.cust-appt strong { color: var(--text); text-align: right; }
.cust-photos { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.cust-photo { position: relative; width: 90px; height: 90px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); }
.cust-photo img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.cust-photo span { position: absolute; left: 0; bottom: 0; right: 0; font-size: 0.66rem; font-weight: 700; text-align: center; background: rgba(0,0,0,0.65); padding: 2px; }
.cust-notes { display: grid; gap: 0.5rem; }
.cust-notes li { background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--red); border-radius: 8px; padding: 0.6rem 0.9rem; font-size: 0.9rem; color: var(--text-muted); list-style: none; }
.cust-toolbar { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.cust-toolbar .cust-search { margin-bottom: 0; flex: 1; min-width: 200px; }
.cust-detail__top { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 0.2rem; }

.stat-tables { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.2rem; margin-top: 1.6rem; }
.stat-card { padding: 1.3rem 1.4rem; }
.stat-card h3 { font-size: 1rem; margin-bottom: 0.9rem; }
.stat-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.stat-table th, .stat-table td { text-align: left; padding: 0.5rem 0.4rem; border-bottom: 1px solid var(--line); }
.stat-table th { color: var(--text-dim); font-weight: 600; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; }
.stat-table td.num, .stat-table th.num { text-align: right; font-variant-numeric: tabular-nums; }
.stat-table tr:last-child td { border-bottom: none; }
.stat-table tfoot td { font-weight: 800; border-top: 2px solid var(--line-strong); border-bottom: none; padding-top: 0.7rem; }

/* =========================================================
   ADMIN – Newsletter-Dashboard (Phase 6)
   ========================================================= */
.nl-layout { display: grid; grid-template-columns: 300px 1fr; gap: 1.2rem; align-items: start; }
.nl-side { display: grid; gap: 0.9rem; }
.nl-subs { padding: 1.1rem 1.3rem; display: grid; gap: 0.5rem; justify-items: start; }
.nl-list { display: grid; gap: 0.5rem; }
.nl-row { display: flex; align-items: center; justify-content: space-between; gap: 0.7rem; width: 100%; text-align: left; padding: 0.75rem 0.95rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); transition: border-color .2s ease; }
.nl-row:hover { border-color: rgba(26,132,230,0.4); }
.nl-row__main { display: flex; flex-direction: column; min-width: 0; }
.nl-row__main strong { font-size: 0.92rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nl-row__main span { font-size: 0.76rem; color: var(--text-dim); }
.nl-editor { padding: 1.4rem 1.5rem; }
.nl-legal { font-size: 0.8rem; color: var(--text-dim); margin: -0.4rem 0 1rem; }
.nl-progress { background: rgba(26,132,230,0.12); border: 1px solid rgba(26,132,230,0.4); border-radius: var(--radius-sm); padding: 0.7rem 0.9rem; font-size: 0.9rem; font-weight: 600; margin-bottom: 1rem; }
@media (max-width: 900px) { .nl-layout { grid-template-columns: 1fr; } }

/* =========================================================
   ADMIN – Danger-Button, Kalender-Schnellübersicht & Politur
   ========================================================= */
.btn--danger { color: var(--danger); border-color: var(--danger-border); background: rgba(255,90,95,0.10); }
.btn--danger:hover { color: #fff; background: rgba(255,90,95,0.9); border-color: transparent; transform: translateY(-2px); }

.cal-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; margin-top: 1.6rem; }
.cal-ov-col h3 { font-size: 1.02rem; margin-bottom: 0.8rem; }
.cal-ov-row { display: grid; grid-template-columns: auto auto 1fr auto; gap: 0.75rem; align-items: center; width: 100%; text-align: left; padding: 0.6rem 0.85rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 0.5rem; font-size: 0.87rem; transition: border-color .2s ease, transform .2s ease; }
.cal-ov-row:hover { border-color: rgba(26,132,230,0.45); transform: translateX(2px); }
.cal-ov-date { white-space: nowrap; color: var(--text-muted); }
.cal-ov-date strong { color: var(--red-light); margin-right: 3px; }
.cal-ov-time { color: var(--text-muted); font-variant-numeric: tabular-nums; }
.cal-ov-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
@media (max-width: 820px) { .cal-overview { grid-template-columns: 1fr; } .cal-ov-row { grid-template-columns: auto 1fr auto; } .cal-ov-time { display: none; } }

/* =========================================================
   Kalender – deutlich schöner + gut lesbare Wochentage
   ========================================================= */
.admin-calendar { padding: 1.3rem 1.5rem 1.6rem; background: linear-gradient(180deg, rgba(26,132,230,0.05), transparent 220px), var(--surface); border-radius: var(--radius-lg, 20px); }

/* Titel & Toolbar */
.admin-calendar.fc .fc-toolbar-title { font-size: 1.45rem; font-weight: 800; letter-spacing: -0.01em; }
.admin-calendar.fc .fc-toolbar.fc-header-toolbar { margin-bottom: 1.1rem; }
.admin-calendar.fc .fc-button { padding: 0.45rem 0.8rem; font-weight: 700; text-transform: none; box-shadow: none; }
.admin-calendar.fc .fc-button-primary:not(:disabled).fc-button-active,
.admin-calendar.fc .fc-button-primary:not(:disabled):active { box-shadow: 0 2px 10px rgba(26,132,230,0.4); }

/* Rahmen/Gitter abrunden */
.admin-calendar.fc .fc-scrollgrid { border-radius: 14px; overflow: hidden; border-color: var(--line); }
.admin-calendar.fc .fc-scrollgrid-section > * { border-color: var(--line); }

/* Wochentags-Kopfzeile: dunkel, kräftig, gut lesbar */
.admin-calendar.fc .fc-col-header { background: linear-gradient(180deg, rgba(26,132,230,0.16), rgba(26,132,230,0.06)); }
.admin-calendar.fc .fc-col-header-cell { background: transparent; padding: 4px 0; }
.admin-calendar.fc .fc-col-header-cell-cushion {
  display: block; padding: 12px 6px; color: #eaf3ff; font-weight: 800;
  font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
}

/* Tageszellen */
.admin-calendar.fc .fc-daygrid-day-frame { padding: 2px; transition: background .15s ease; }
.admin-calendar.fc .fc-daygrid-day:hover .fc-daygrid-day-frame { background: rgba(255,255,255,0.035); }
.admin-calendar.fc .fc-daygrid-day-number { padding: 8px 10px; font-weight: 600; color: var(--text); text-decoration: none; }
.admin-calendar.fc .fc-day-other .fc-daygrid-day-number { color: var(--text-muted); opacity: 0.45; }
.admin-calendar.fc .fc-daygrid-day.fc-day-today { background: rgba(26,132,230,0.12); }
.admin-calendar.fc .fc-day-today .fc-daygrid-day-number {
  color: #fff; font-weight: 800; background: var(--red); border-radius: 999px;
  min-width: 1.9em; height: 1.9em; margin: 5px; padding: 0; display: inline-flex; align-items: center; justify-content: center;
}
.admin-calendar.fc .fc-day-sat .fc-daygrid-day-number,
.admin-calendar.fc .fc-day-sun .fc-daygrid-day-number { color: var(--red-light); }

/* Termine */
.admin-calendar .fc-event { cursor: pointer; border: none; border-radius: 7px; padding: 2px 7px; font-weight: 600; font-size: 0.78rem; box-shadow: 0 1px 4px rgba(0,0,0,0.4); }
.admin-calendar .fc-event:hover { filter: brightness(1.12); }
.admin-calendar.fc .fc-daygrid-event { margin: 2px 5px; }
.admin-calendar.fc .fc-daygrid-event-dot { display: none; }
.admin-calendar.fc .fc-daygrid-more-link { font-weight: 700; color: var(--red-light); }

/* Wochen-/Tagesansicht */
.admin-calendar.fc .fc-timegrid-slot { height: 2.6em; }
.admin-calendar.fc .fc-timegrid-now-indicator-line { border-color: var(--red-light); }
.admin-calendar.fc .fc-timegrid-now-indicator-arrow { border-color: var(--red-light); color: var(--red-light); }

@media (max-width: 640px) {
  .admin-calendar { padding: 0.9rem 0.7rem 1.1rem; }
  .admin-calendar.fc .fc-col-header-cell-cushion { font-size: 0.66rem; letter-spacing: 0.02em; padding: 9px 2px; }
  .admin-calendar.fc .fc-toolbar-title { font-size: 1.1rem; }
}
.appt-map--empty { padding: 1rem 1.2rem; color: var(--text-muted); font-size: 0.9rem; background: var(--surface-solid); border-radius: var(--radius-sm); border: 1px dashed var(--line-strong); }

/* =========================================================
   Neues Banner-Logo (Auto + Schriftzug + DE-Balken)
   Breites Querformat – höhenbasiert skaliert, auf dunklen Flächen
   ========================================================= */
.nav__brand--banner { gap: 0; }
.nav__logo--banner { height: 46px; width: auto; max-width: 58vw; object-fit: contain; border-radius: 6px; }
.nav.scrolled .nav__logo--banner { height: 40px; }
.footer__brand--banner img { height: 60px; width: auto; max-width: 100%; object-fit: contain; margin-bottom: 1rem; border-radius: 8px; }
.admin-login__logo--banner { height: 58px; width: auto; max-width: 80%; object-fit: contain; }
.admin-side__brand--banner { padding: 0.4rem 0.4rem 0.8rem; }
.admin-side__brand--banner img { height: 46px; width: auto; max-width: 100%; object-fit: contain; }
@media (max-width: 640px) {
  .nav__logo--banner { height: 38px; }
  .footer__brand--banner img { height: 50px; }
}
