/* LUXIVDRIVERS - Luxury NCC Chauffeur Service */

:root {
  --bg: #0b0b0d;
  --bg-2: #111116;
  --bg-3: #1a1a20;
  --surface: #ffffff;
  --surface-2: #f7f5f0;
  --ink: #0b0b0d;
  --ink-2: #2a2a30;
  --ink-3: #5a5a62;
  --muted: #8a8a92;
  --gold: #c8a96a;
  --gold-2: #b8986a;
  --gold-3: #e6cf9a;
  --line: rgba(255,255,255,.08);
  --line-2: #ece8e0;
  --radius: 14px;
  --shadow: 0 24px 60px rgba(0,0,0,.25);
  --ease: cubic-bezier(.22,.61,.36,1);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.accent { color: var(--gold); }
.italic { font-style: italic; }

/* Top bar */
.topbar { background: #050506; color: #9a9aa0; font-size: 12.5px; letter-spacing: .3px; border-bottom: 1px solid var(--line); }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 42px; }
.topbar-left { display: flex; gap: 22px; }
.topbar-link { color: #c9c9cf; transition: color .2s; }
.topbar-link:hover { color: var(--gold); }
.topbar-link .ic { color: var(--gold); margin-right: 6px; }

.lang-switch { display: flex; align-items: center; gap: 8px; }
.lang-btn { background: none; border: 0; color: #8a8a92; cursor: pointer; font: inherit; padding: 4px 6px; letter-spacing: 1px; font-weight: 600; transition: color .2s; }
.lang-btn.active { color: var(--gold); }
.lang-btn:hover { color: var(--gold-3); }
.lang-sep { color: #3a3a40; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,11,13,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff; border-bottom: 1px solid var(--line);
  transition: background .3s var(--ease);
}
.site-header.scrolled { background: rgba(11,11,13,.98); box-shadow: 0 10px 30px rgba(0,0,0,.4); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 24px; }

.brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.brand-logo { display: block; height: 44px; width: auto; border-radius: 4px; }
.brand-footer .brand-logo { height: 40px; }
.brand-mark {
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #0b0b0d; font-family: var(--font-serif);
  font-size: 22px; font-weight: 600; font-style: italic;
  box-shadow: 0 6px 18px rgba(200,169,106,.3);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-serif); font-size: 22px; font-weight: 600; letter-spacing: 3px; }
.brand-sub { font-size: 10.5px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-top: 3px; }

.nav { display: flex; gap: 30px; }
.nav a { position: relative; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; color: #d4d4d8; padding: 4px 0; transition: color .2s; }
.nav a::after { content: ''; position: absolute; bottom: -6px; left: 0; height: 2px; width: 0; background: var(--gold); transition: width .35s var(--ease); }
.nav a:hover { color: #fff; }
.nav a:hover::after { width: 100%; }

.burger { display: none; background: none; border: 0; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; }
.burger span { display: block; width: 26px; height: 2px; background: #fff; transition: transform .3s, opacity .2s; }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border: 1px solid transparent; font-family: var(--font-sans); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; cursor: pointer; transition: all .3s var(--ease); border-radius: 2px; position: relative; overflow: hidden; }
.btn-sm { padding: 10px 20px; font-size: 11.5px; }
.btn-primary { background: var(--gold); color: #0b0b0d; box-shadow: 0 8px 22px rgba(200,169,106,.28); }
.btn-primary:hover { background: var(--gold-3); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(200,169,106,.38); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.btn-ghost:hover { background: rgba(255,255,255,.08); border-color: var(--gold); color: var(--gold); }
.btn[disabled] { opacity: .6; cursor: wait; }

/* Hero */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; color: #fff; overflow: hidden; background: #0b0b0d; padding: 80px 0 40px; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(200,169,106,.18), transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(200,169,106,.1), transparent 50%),
    linear-gradient(135deg, #050506 0%, #0b0b0d 40%, #14141a 100%);
}
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'><g fill='none' stroke='%23c8a96a' stroke-width='.3' opacity='.15'><circle cx='200' cy='300' r='260'/><circle cx='1000' cy='300' r='260'/><line x1='0' y1='500' x2='1200' y2='480'/></g></svg>");
  background-size: cover; background-position: center;
  animation: heroFloat 22s ease-in-out infinite alternate;
}
@keyframes heroFloat { 0% { transform: scale(1) translate(0,0); } 100% { transform: scale(1.05) translate(-10px,-8px); } }
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .42;
  mix-blend-mode: luminosity;
  z-index: 1;
  pointer-events: none;
}
.hero-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(11,11,13,.45) 0%, rgba(11,11,13,.2) 45%, rgba(11,11,13,.85) 100%); }
.hero-inner { position: relative; z-index: 3; width: 100%; }
.hero-logo { display: block; width: clamp(140px, 16vw, 210px); margin: 0 0 28px; border-radius: 6px; filter: drop-shadow(0 6px 24px rgba(0,0,0,.55)); }
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; } }

.hero-eyebrow { display: flex; align-items: center; gap: 16px; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 24px; }
.eyebrow-line { display: inline-block; height: 1px; width: 50px; background: var(--gold); }
.hero-title { font-family: var(--font-serif); font-size: clamp(44px, 7vw, 92px); line-height: 1.02; font-weight: 400; margin: 0 0 28px; letter-spacing: -.5px; }
.hero-title span { display: block; }
.hero-title .italic { font-style: italic; }
.hero-sub { max-width: 640px; font-size: 18px; color: #c9c9cf; margin-bottom: 40px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 72px; }

.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.08); }
.stat-n { font-family: var(--font-serif); font-size: 48px; color: var(--gold); font-weight: 500; line-height: 1; }
.stat-l { margin-top: 8px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #9a9aa0; }

.hero-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); width: 24px; height: 40px; border: 1.5px solid var(--gold); border-radius: 20px; z-index: 3; }
.hero-scroll span { display: block; width: 3px; height: 8px; background: var(--gold); border-radius: 2px; margin: 6px auto; animation: scroll 1.6s infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 1; } 80%, 100% { transform: translateY(18px); opacity: 0; } }

.fade-up { opacity: 0; transform: translateY(30px); animation: fadeUp .9s var(--ease) forwards; }
.fade-up.delay-1 { animation-delay: .15s; }
.fade-up.delay-2 { animation-delay: .30s; }
.fade-up.delay-3 { animation-delay: .45s; }
.fade-up.delay-4 { animation-delay: .60s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

.reveal { opacity: 0; transform: translateY(36px); transition: all .9s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Sections */
.section { padding: 120px 0; }
.section-dark { background: var(--bg); color: #f1f1f3; }
.section-about { background: var(--surface-2); }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 70px; }
.section-head h2 { font-family: var(--font-serif); font-size: clamp(34px, 4.6vw, 56px); font-weight: 400; line-height: 1.1; margin: 14px 0 18px; letter-spacing: -.5px; }
.section-head .section-lead { color: var(--ink-3); font-size: 17px; }
.section-dark .section-head .section-lead { color: #b9b9c0; }

.eyebrow { display: inline-flex; align-items: center; gap: 14px; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.eyebrow .eyebrow-line { width: 34px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* Service cards */
.svc-card { background: #fff; border: 1px solid var(--line-2); padding: 40px 32px; border-radius: var(--radius); transition: all .5s var(--ease); position: relative; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(11,11,13,.12); border-color: var(--gold); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon { font-size: 38px; color: var(--gold); margin-bottom: 18px; display: inline-block; line-height: 1; }
.svc-card h3 { font-family: var(--font-serif); font-size: 26px; font-weight: 500; margin: 0 0 12px; }
.svc-card p { color: var(--ink-3); margin-bottom: 18px; font-size: 15px; }
.svc-card ul { list-style: none; padding: 0; margin: 0; font-size: 14px; }
.svc-card ul li { position: relative; padding-left: 22px; padding-block: 4px; color: var(--ink-2); }
.svc-card ul li::before { content: ''; position: absolute; left: 0; top: 13px; width: 12px; height: 1px; background: var(--gold); }

/* Fleet */
.fleet-card { background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: all .5s var(--ease); }
.fleet-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 30px 60px rgba(0,0,0,.4); }
.fleet-img { height: 220px; background: linear-gradient(135deg,#1a1a1f,#2a2a30); display: grid; place-items: center; position: relative; overflow: hidden; }
.fleet-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.55), transparent 55%); pointer-events: none; }
.fleet-img svg { width: 72%; height: auto; }
.fleet-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s var(--ease); }
.fleet-card:hover .fleet-img img { transform: scale(1.06); }
/* Behaelter, damit mehrere Kennzeichnungen nebeneinander stehen statt
   uebereinander — sie waren einzeln absolut positioniert. */
.fleet-badges { position: absolute; top: 14px; left: 14px; z-index: 2; display: flex; flex-wrap: wrap; gap: 6px; max-width: calc(100% - 28px); }
.fleet-badge { font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; background: rgba(7,46,28,.82); color: #9adcb0; border: 1px solid rgba(154,220,176,.35); backdrop-filter: blur(6px); }
.fleet-badge-green::before { content: '\2022'; color: #4ade80; margin-right: 6px; font-size: 18px; line-height: 0; vertical-align: middle; }
.fleet-badge-best { background: rgba(60, 40, 0, .88); color: #ffd84a; border-color: rgba(255, 216, 74, .45); }
.fleet-badge-best::before { content: '\2605'; color: #ffd84a; margin-right: 6px; font-size: 14px; line-height: 0; vertical-align: middle; }
.fleet-badge-accessible, .veh-badge-accessible { background: rgba(12, 38, 62, .9); color: #8ec7f5; border-color: rgba(142, 199, 245, .45); }
.fleet-badge-accessible::before, .veh-badge-accessible::before { content: '\267F'; margin-right: 6px; font-size: 13px; line-height: 0; vertical-align: middle; }

.fleet-body { padding: 28px; }
.fleet-cat { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.fleet-body h3 { font-family: var(--font-serif); font-size: 24px; font-weight: 500; margin: 0 0 14px; }
.fleet-meta { display: flex; gap: 18px; font-size: 13px; color: #9a9aa0; padding: 12px 0; border-block: 1px solid var(--line); margin-bottom: 14px; }
.fleet-meta b { color: var(--gold); margin-right: 4px; }
.fleet-body p { color: #b9b9c0; font-size: 14px; margin: 0; }

/* Booking */
.book-wrap { background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius); box-shadow: var(--shadow); padding: 44px; max-width: 960px; margin: 0 auto; }
.steps { display: flex; gap: 0; margin-bottom: 40px; border-bottom: 1px solid var(--line-2); padding-bottom: 24px; justify-content: space-between; }
.step { flex: 1; display: flex; align-items: center; gap: 12px; position: relative; color: var(--muted); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; transition: color .3s; }
.step span { width: 32px; height: 32px; border-radius: 50%; background: #ece8e0; color: var(--muted); display: grid; place-items: center; font-family: var(--font-serif); font-size: 16px; font-weight: 600; transition: all .4s var(--ease); }
.step.active { color: var(--ink); }
.step.active span { background: var(--gold); color: #0b0b0d; box-shadow: 0 6px 16px rgba(200,169,106,.3); }
.step.done span { background: var(--gold-2); color: #fff; }

.step-panel { display: none; animation: panelIn .5s var(--ease); }
.step-panel.active { display: block; }
@keyframes panelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.row { margin-bottom: 20px; }
.row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.row.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.book-form label, .contact-form label { display: block; position: relative; }
.book-form label > span, .contact-form label > span { display: block; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; font-weight: 500; }
.book-form input, .book-form select, .book-form textarea,
.contact-form input, .contact-form textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--line-2); border-radius: 6px;
  background: #fff; color: var(--ink);
  font-family: inherit; font-size: 15px;
  transition: border-color .2s, box-shadow .2s;
}
.book-form input:focus, .book-form select:focus, .book-form textarea:focus,
.contact-form input:focus, .contact-form textarea:focus {
  outline: 0; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,169,106,.15);
}
.book-form textarea, .contact-form textarea { resize: vertical; min-height: 92px; }

.suggest { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: #fff; border: 1px solid var(--line-2); border-radius: 6px; box-shadow: 0 10px 28px rgba(0,0,0,.08); max-height: 260px; overflow-y: auto; z-index: 10; display: none; }
.suggest.open { display: block; }
.suggest .sg { padding: 10px 14px; cursor: pointer; font-size: 14px; border-bottom: 1px solid var(--line-2); transition: background .15s; }
.suggest .sg:hover { background: var(--surface-2); }
.suggest .sg:last-child { border-bottom: 0; }

.map-wrap { margin-top: 24px; display: grid; grid-template-columns: 2fr 1fr; gap: 18px; }
.map { height: 320px; border-radius: 10px; border: 1px solid var(--line-2); background: #f1f0ea; }
/* Platzhalter, solange die Flotte geladen wird. Gleiche Hoehe wie eine
   Fahrzeugkarte, damit beim Nachladen nichts springt. */
.fleet-skeleton { height: 380px; border-radius: 12px; background: rgba(255,255,255,.04); }
#fleetGrid:not([data-loading]) .fleet-skeleton { display: none; }

/* Gutscheinfeld in Schritt 3 */
.coupon-box { margin: 22px 0 6px; padding: 18px 20px; border: 1px dashed var(--line-2); border-radius: 10px; background: var(--surface-2); }
.coupon-field > span { display: block; font-size: 11.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.coupon-input { display: flex; gap: 10px; align-items: stretch; }
.coupon-input input { flex: 1; text-transform: uppercase; letter-spacing: 2px; }
/* btn-ghost ist für dunklen Grund gedacht (weisse Schrift, helle Kante) und
   wirkt auf dem hellen Buchungsformular wie ausgegraut. Hier deshalb dunkle
   Schrift auf heller Fläche. */
.coupon-input .btn { white-space: nowrap; color: var(--ink); border-color: var(--line-2); background: #fff; }
.coupon-input .btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.coupon-msg { font-size: 13px; margin-top: 10px; min-height: 18px; }
.coupon-msg.ok { color: #2f8f52; }
.coupon-msg.err { color: #b5453b; }
.coupon-hint { font-size: 12.5px; color: var(--muted); margin-top: 8px; }
.coupon-hint a { color: var(--gold); text-decoration: underline; }
.srow.sdiscount strong { color: #2f8f52; }

/* Honeypot: nicht display:none — manche Bots ueberspringen ausgeblendete
   Felder. Stattdessen aus dem sichtbaren Bereich geschoben. */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.map-holder { position: relative; }
.map-consent { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px dashed var(--line-2); border-radius: 10px; background: #f1f0ea; color: #55555c; font-family: var(--font-sans); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: background .25s var(--ease), color .25s var(--ease); }
.map-consent:hover { background: #e9e7df; color: #0b0b0d; }
.map-consent .map-consent-ic { font-size: 26px; color: var(--gold); }
.map-consent small { font-size: 11px; letter-spacing: .3px; text-transform: none; color: #8a8a92; max-width: 260px; text-align: center; }
.map-holder.loaded .map-consent { display: none; }
.route-info { display: flex; flex-direction: column; gap: 10px; padding: 20px; background: var(--surface-2); border-radius: 10px; border: 1px solid var(--line-2); }
.ri { padding: 10px 0; border-bottom: 1px dashed var(--line-2); }
.ri:last-child { border-bottom: 0; }
.ri-l { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.ri-v { font-family: var(--font-serif); font-size: 22px; color: var(--ink); }
.ri-price .ri-v { color: var(--gold); font-size: 28px; font-weight: 600; }

.vehicle-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
.veh { cursor: pointer; }
.veh input { display: none; }
.veh-inner { position: relative; padding: 0 0 20px; border: 1.5px solid var(--line-2); border-radius: 12px; transition: all .3s var(--ease); background: #fff; height: 100%; overflow: hidden; display: flex; flex-direction: column; }
.veh:hover .veh-inner { border-color: var(--gold-3); transform: translateY(-2px); }
.veh input:checked + .veh-inner { border-color: var(--gold); background: var(--surface-2); box-shadow: 0 10px 24px rgba(200,169,106,.15); }
.veh-thumb { width: 100%; height: 130px; overflow: hidden; background: #ece8e0; position: relative; }
.veh-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s var(--ease); }
.veh:hover .veh-thumb img { transform: scale(1.05); }
.veh-title { font-family: var(--font-serif); font-size: 19px; font-weight: 500; margin: 14px 18px 4px; }
.veh-sub { font-size: 12px; color: var(--muted); letter-spacing: 1px; margin: 0 18px 10px; }
.veh-mult { display: inline-block; padding: 4px 10px; margin: 0 18px; background: #0b0b0d; color: var(--gold); font-size: 11px; letter-spacing: 2px; border-radius: 2px; align-self: flex-start; }
.veh-badges { position: absolute; top: 10px; left: 10px; z-index: 2; display: flex; flex-wrap: wrap; gap: 5px; max-width: calc(100% - 20px); }
.veh-badge { font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: rgba(7,46,28,.88); color: #9adcb0; border: 1px solid rgba(154,220,176,.4); backdrop-filter: blur(6px); }
.veh-badge-best { background: rgba(60, 40, 0, .92); color: #ffd84a; border-color: rgba(255, 216, 74, .5); }
@media (max-width: 900px) { .vehicle-options { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .vehicle-options { grid-template-columns: 1fr; } }

.check { display: flex; align-items: center; gap: 10px; margin: 18px 0; font-size: 13.5px; color: var(--ink-3); }
.check input { width: auto; }

.summary { background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 10px; padding: 18px; font-size: 14px; margin: 18px 0; }
.summary .srow { display: flex; justify-content: space-between; padding: 4px 0; }
.summary .srow strong { color: var(--ink); }
.summary .stot { border-top: 1px solid var(--line-2); margin-top: 8px; padding-top: 10px; font-size: 16px; }
.summary .stot strong { color: var(--gold); font-family: var(--font-serif); font-size: 22px; }

.actions { display: flex; gap: 12px; margin-top: 28px; }
.actions.right { justify-content: flex-end; }
.actions.split { justify-content: space-between; }

.pay-block { margin-top: 22px; padding: 20px; border: 1px solid #eadfcc; border-radius: 6px; background: linear-gradient(180deg, #fbf7f0 0%, #fff 100%); }
.pay-hint { font-size: 13px; color: #5a5140; margin-bottom: 14px; line-height: 1.55; }
#paypalContainer { min-height: 45px; }

.form-msg { margin-top: 16px; padding: 12px 16px; border-radius: 6px; font-size: 14px; display: none; }
.form-msg.ok { display: block; background: #eafaf0; color: #1b7a3f; border: 1px solid #b6e6c9; }
.form-msg.err { display: block; background: #faeaea; color: #8a2222; border: 1px solid #e6bcbc; }

/* About */
.check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.check-list li { position: relative; padding: 8px 0 8px 30px; font-size: 15px; color: var(--ink-2); }
.check-list li::before { content: '\2713'; position: absolute; left: 0; top: 8px; color: var(--gold); font-weight: 700; }
.about-visual { display: grid; place-items: center; }
.about-card { background: #fff; padding: 48px 44px; border-radius: var(--radius); border: 1px solid var(--line-2); box-shadow: 0 40px 80px rgba(0,0,0,.08); position: relative; max-width: 440px; }
.about-quote { font-family: var(--font-serif); font-size: 120px; line-height: 1; color: var(--gold); position: absolute; top: -20px; left: 24px; opacity: .3; }
.about-card p { font-family: var(--font-serif); font-size: 24px; font-style: italic; color: var(--ink); margin: 0; line-height: 1.4; }
.about-sign { margin-top: 22px; font-size: 13px; letter-spacing: 3px; color: var(--gold); }

/* Reviews */
.review { background: #fff; border: 1px solid var(--line-2); padding: 32px; border-radius: var(--radius); margin: 0; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.review:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,.08); }
.review .stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.review p { font-family: var(--font-serif); font-size: 19px; font-style: italic; color: var(--ink-2); margin: 0 0 16px; line-height: 1.5; }
.review cite { font-style: normal; font-size: 13px; letter-spacing: 1.5px; color: var(--muted); }

/* Contact */
.contact-info { margin-top: 32px; display: flex; flex-direction: column; gap: 18px; }
.ci { display: flex; gap: 16px; align-items: flex-start; color: #dcdce1; }
.ci-ic { width: 44px; height: 44px; border-radius: 50%; background: rgba(200,169,106,.15); color: var(--gold); display: grid; place-items: center; font-size: 18px; flex-shrink: 0; }
.ci b { color: var(--gold-3); }

.contact-form { background: rgba(255,255,255,.03); border: 1px solid var(--line); padding: 40px; border-radius: var(--radius); }
.contact-form h3 { font-family: var(--font-serif); font-size: 28px; font-weight: 500; margin: 0 0 28px; color: #fff; }
.contact-form label > span { color: #9a9aa0; }
.contact-form input, .contact-form textarea { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); color: #fff; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #6a6a72; }
.contact-form label { margin-bottom: 18px; }
.contact-form .check { color: #9a9aa0; }

/* Footer */
.footer { background: #050506; color: #8a8a92; padding: 80px 0 30px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 50px; border-bottom: 1px solid var(--line); }
.foot-desc { font-size: 14px; margin-top: 16px; max-width: 320px; line-height: 1.6; }
.footer h4 { color: #fff; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 20px; font-weight: 600; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { padding: 6px 0; font-size: 14px; }
.footer ul a:hover { color: var(--gold); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; font-size: 12.5px; color: #6a6a72; }

/* WhatsApp FAB */
.fab-wa { position: fixed; bottom: 26px; right: 26px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 14px 30px rgba(37,211,102,.4); transition: transform .3s; animation: pulseWa 2.4s infinite; }
.fab-wa:hover { transform: scale(1.08); }
@keyframes pulseWa {
  0% { box-shadow: 0 14px 30px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,.45); }
  70% { box-shadow: 0 14px 30px rgba(37,211,102,.4), 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 14px 30px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,0); }
}

/* Toast */
.toast { position: fixed; left: 50%; bottom: 40px; transform: translate(-50%, 20px); background: #0b0b0d; color: #fff; padding: 14px 22px; border-radius: 6px; box-shadow: 0 14px 40px rgba(0,0,0,.3); font-size: 14px; letter-spacing: .3px; border-left: 3px solid var(--gold); opacity: 0; pointer-events: none; transition: all .35s var(--ease); z-index: 100; max-width: 90vw; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast.err { border-left-color: #ff6b6b; }

/* Footer legal strip */
.foot-legal { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 0 6px; font-size: 12px; color: #b0b0b6; border-top: 1px solid rgba(255,255,255,.06); flex-wrap: wrap; }
.foot-legal strong { color: #e6e6ea; letter-spacing: .3px; }
.foot-legal a { color: var(--gold); }
.foot-legal a:hover { color: #fff; }

/* Impressum */
.section-legal { background: #0b0b0d; color: #c8c8cf; padding: 80px 0; border-top: 1px solid rgba(255,255,255,.06); }
.section-legal h2 { color: #fff; }
.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; }
.legal-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 28px; transition: border-color .3s var(--ease); }
.legal-card:hover { border-color: var(--gold); }
.legal-card h3 { font-family: var(--font-serif); font-size: 18px; font-weight: 500; margin: 0 0 14px; color: var(--gold); letter-spacing: .5px; }
.legal-card p { margin: 6px 0; font-size: 14px; line-height: 1.6; }
.legal-card strong { color: #fff; }
.legal-card a { color: #e6e6ea; }
.legal-card a:hover { color: var(--gold); }
.veh-similar { font-weight: 400; font-size: .72em; letter-spacing: .5px; color: var(--muted); font-style: italic; margin-left: 4px; }

/* Datenschutz / Privacy */
.privacy-body { max-width: 820px; margin: 28px auto 0; }
.privacy-body h3 { font-family: var(--font-serif); font-size: 20px; font-weight: 500; color: var(--gold); letter-spacing: .5px; margin: 32px 0 10px; }
.privacy-body h3:first-child { margin-top: 0; }
.privacy-body p, .privacy-body li { font-size: 14px; line-height: 1.75; color: #c8c8cf; }
.privacy-body ul { margin: 8px 0 8px 20px; }
.privacy-body li { margin: 4px 0; }
.privacy-body a { color: var(--gold); }
.privacy-body strong { color: #fff; }
.privacy-note { font-size: 12.5px; color: var(--muted); border-left: 2px solid var(--gold); padding: 8px 14px; margin-top: 28px; background: rgba(255,255,255,.02); }

/* Responsive
   ACHTUNG: Dieser Block muss der letzte im File bleiben. Stand er vorher weiter
   oben, haben spaeter definierte Basisregeln (z. B. .legal-grid mit 3 Spalten)
   die mobilen Overrides ueberschrieben — die Impressum-Kacheln haben die Seite
   dadurch auf Handys um 220px seitlich gesprengt. */
@media (max-width: 960px) {
  /* inset-top 78px + eigene Hoehe: -120% reicht nicht, um das geschlossene
     Menue aus dem Bild zu schieben — es ragte ~55px ueber die Topbar.
     visibility/opacity schliessen das unabhaengig von der Menuehoehe. */
  .nav { position: fixed; inset: 78px 0 auto 0; background: rgba(11,11,13,.98); flex-direction: column; gap: 0; padding: 20px 24px; transform: translateY(-100%); transition: transform .4s var(--ease), opacity .3s var(--ease), visibility .3s; border-bottom: 1px solid var(--line); visibility: hidden; opacity: 0; }
  .nav.open { transform: translateY(0); visibility: visible; opacity: 1; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .burger { display: flex; }
  .hide-md { display: none; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .vehicle-options { grid-template-columns: 1fr; }
  .map-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media (max-width: 640px) {
  .section { padding: 80px 0; }
  .hero-title { font-size: 44px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .stat-n { font-size: 36px; }
  .book-wrap { padding: 24px; }
  .row.two, .row.three { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .foot-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .foot-legal { flex-direction: column; gap: 8px; text-align: center; }
  .legal-grid { grid-template-columns: 1fr; }
  .topbar-left { gap: 10px; font-size: 11px; }
  .nav a { font-size: 12px; }
  .step label { display: none; }
  .foot-legal { gap: 8px; }
}

/* Touren */
.tour-card { background: var(--surface); border: 1px solid var(--line-2); border-radius: 14px;
  overflow: hidden; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.tour-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.10); }
.tour-img { aspect-ratio: 3 / 2; overflow: hidden; background: var(--surface-2); }
.tour-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.tour-card:hover .tour-img img { transform: scale(1.05); }
.tour-body { padding: 24px 26px 22px; display: flex; flex-direction: column; flex: 1; }
.tour-duration { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.tour-body h3 { font-family: var(--font-serif); font-size: 21px; font-weight: 500; margin: 0 0 10px; }
.tour-body p { font-size: 14.5px; line-height: 1.65; color: var(--ink-3); margin: 0; }
.tour-highlights { list-style: none; padding: 0; margin: 14px 0 0; }
.tour-highlights li { font-size: 13.5px; color: var(--ink-3); padding: 3px 0 3px 18px; position: relative; }
.tour-highlights li::before { content: '·'; position: absolute; left: 6px; color: var(--gold); font-weight: 700; }
.tour-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-2); }
.tour-price { font-size: 13px; color: var(--muted); white-space: nowrap; }
.tour-price b { font-family: var(--font-serif); font-size: 19px; color: var(--ink); margin-left: 4px; }

/* Apple Pay: Die Schaltflaeche muss Apples Vorgaben entsprechen, deshalb der
   vom System gelieferte Knopf statt eines nachgebauten. Ausserhalb von Safari
   greift die Regel nicht — dort wird der Knopf ohnehin nie eingehaengt. */
.wallet-container { margin-top: 10px; }
.apple-pay-button {
  display: block; width: 100%; height: 48px; border: 0; border-radius: 6px; cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: buy;
  -apple-pay-button-style: black;
}
#googlePayContainer > div, #googlePayContainer button { width: 100%; }

/* ---------------------------------------------------- Unterseite je Tour

   Alles hier unter #tourDetail. Ohne diese Klammer kollidieren die Namen mit
   der Tour-Kachel auf der Startseite: .tour-body gibt es dort auch, und die
   Rasterregel von hier hat die Kachel zerlegt — Dauer, Titel, Text und Preis
   standen nebeneinander statt untereinander. */

.section-tour { padding-top: 56px; }
#tourDetail .tour-head { margin-bottom: 28px; }

/* Erstes Bild gross, die uebrigen als Reihe darunter. Bei einem einzigen Bild
   faellt die Reihe weg und es bleibt bei der grossen Ansicht. */
#tourDetail .tour-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 36px; }
#tourDetail .tour-shot { margin: 0; border-radius: 10px; overflow: hidden; background: var(--surface-2); }
#tourDetail .tour-shot img { width: 100%; height: 190px; object-fit: cover; display: block;
                             transition: transform .5s var(--ease); }
#tourDetail .tour-shot:hover img { transform: scale(1.04); }
#tourDetail .tour-shot-lead { grid-column: 1 / -1; }
#tourDetail .tour-shot-lead img { height: clamp(260px, 42vw, 460px); }

#tourDetail .tour-body { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; padding: 0; }
#tourDetail .tour-text h3 { font-family: var(--font-serif); font-size: 22px; font-weight: 500; margin: 28px 0 12px; }
#tourDetail .tour-lead { font-size: 17px; color: var(--ink-3); }
#tourDetail .tour-stops { list-style: none; padding: 0; margin: 0; }
#tourDetail .tour-stops li { padding: 9px 0 9px 22px; border-bottom: 1px solid var(--line-2); position: relative; }
#tourDetail .tour-stops li::before { content: '\2022'; color: var(--gold); position: absolute; left: 4px; }
#tourDetail .tour-start { font-size: 16px; }

#tourDetail .tour-aside { background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 12px; padding: 24px; position: sticky; top: 100px; }
#tourDetail .tour-aside h3 { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; }
#tourDetail .tour-from { display: flex; align-items: baseline; gap: 8px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--line-2); }
#tourDetail .tour-from span { font-size: 13px; color: var(--muted); }
#tourDetail .tour-from strong { font-family: var(--font-serif); font-size: 30px; color: var(--gold); font-weight: 500; }
#tourDetail .tour-prices-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
#tourDetail .tour-prices-table th { text-align: left; font-weight: 500; font-size: 14px; padding: 7px 0; }
#tourDetail .tour-prices-table td { text-align: right; font-size: 14px; padding: 7px 0; color: var(--ink-3); }
#tourDetail .tour-book { width: 100%; }

/* Kachel auf der Startseite: Verweis auf die Unterseite. Die Bildflaeche ist
   jetzt ein Verweis statt eines Behaelters — Seitenverhaeltnis und Zuschnitt
   kommen weiterhin aus der Regel weiter oben. */
.tour-card .tour-img { display: block; position: relative; }
.tour-card h3 a { transition: color .2s; }
.tour-card h3 a:hover { color: var(--gold); }
.tour-count { position: absolute; right: 12px; bottom: 12px; background: rgba(11,11,13,.75);
              color: #fff; font-size: 11.5px; letter-spacing: 1px; padding: 4px 10px; border-radius: 999px; }
/* "Details" bewusst als Textverweis, nicht als Schaltflaeche: Zwei Knoepfe
   nebeneinander sprengten die Fussleiste der Kachel, der Preis brach um. Und
   .btn-ghost ist fuer dunkle Flaechen gedacht — auf der hellen Kachel war er
   weiss auf weiss und damit unsichtbar. */
.tour-actions { display: flex; gap: 14px; align-items: center; }
.tour-more { font-size: 12.5px; letter-spacing: 1.4px; text-transform: uppercase;
             color: var(--ink-3); border-bottom: 1px solid transparent; padding-bottom: 1px;
             white-space: nowrap; transition: color .2s, border-color .2s; }
.tour-more:hover { color: var(--gold); border-bottom-color: var(--gold); }

/* Fester Treffpunkt im Buchungsformular */
.tour-start-hint { background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 8px;
                   padding: 12px 14px; font-size: 14px; margin-bottom: 4px; }
.tour-start-label { font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase;
                    color: var(--muted); display: block; margin-bottom: 2px; }

@media (max-width: 980px) {
  #tourDetail .tour-body { grid-template-columns: 1fr; }
  #tourDetail .tour-aside { position: static; }
  #tourDetail .tour-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  #tourDetail .tour-gallery { grid-template-columns: 1fr; }
  #tourDetail .tour-shot img { height: 200px; }
  .tour-actions { flex-direction: column; align-items: stretch; }
}
