﻿/* =========================================================
   CleanVA â€“ Landing Page (Vite)
   ========================================================= */

:root {
  --c-navy: #0e4b6a;
  --c-blue: #29abd5;
  --c-blue-light: #4cc0e8;
  --c-blue-dark: #1685b6;
  --c-ink: #0c2230;
  --c-ink-soft: #4a6172;
  --c-white: #ffffff;
  --bg-1: #ffffff;
  --bg-2: #eef6fb;
  --bg-3: #dceefa;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 12px rgba(14, 75, 106, 0.08);
  --shadow-md: 0 18px 40px -18px rgba(22, 133, 182, 0.5);
  --shadow-lg: 0 40px 90px -34px rgba(14, 75, 106, 0.55);
  --maxw: 1240px;
  --header-h: 76px;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--c-ink);
  background: var(--bg-1);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

/* =========================================================
   PARALLAX: Ladezeit & Aktiv-Zustand
   ========================================================= */
.parallax-loading .site-header,
.parallax-loading #main-content,
.parallax-loading .site-footer { display: none; }

body.parallax-active .site-header { display: none; }

body.parallax-active #main-content,
body.parallax-active .site-footer {
  display: none;
}

/* =========================================================
   PARALLAX BÃœHNE
   ========================================================= */
#parallax-hero { position: relative; }

#stage {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: #06121c;
  z-index: 100;
}
.layer {
  position: absolute;
  inset: 0;
  will-change: transform, opacity, clip-path;
}
.layer img, .layer video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
#l1 { background: linear-gradient(160deg, #5d615f, #3b403f); }
#l3 { background: linear-gradient(160deg, #cfe9f5, #8fc4dd); }
#l5 { background: linear-gradient(160deg, #dfe9ee, #aebfc9); }
#l3, #l5 { opacity: 0; }
#roomlogo { position: absolute; object-fit: contain; pointer-events: none; }

.parallax-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 140;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 3rem;
  background: linear-gradient(rgba(6,18,28,.45), transparent);
}
.parallax-nav .nav-logo img { height: 44px; display: block; }
.nav-cta {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  padding: .6rem 1.4rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: all .3s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.nav-cta:hover { background: var(--c-blue); border-color: var(--c-blue); }

#wiper {
  position: fixed; left: 0; top: 0;
  z-index: 125; pointer-events: none;
  height: 0; width: auto; opacity: 0;
  filter: drop-shadow(0 10px 24px rgba(4,13,22,.45));
  will-change: transform, opacity;
}
#wet {
  position: fixed; left: 0; top: 0;
  z-index: 124; pointer-events: none; opacity: 0;
  backdrop-filter: blur(3.5px) saturate(130%);
  -webkit-backdrop-filter: blur(3.5px) saturate(130%);
  will-change: transform, opacity;
}
#edgeline {
  position: fixed; left: 0; top: 0;
  z-index: 124; width: 4px; pointer-events: none; opacity: 0;
  background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.95) 25%,rgba(255,255,255,.95) 75%,rgba(255,255,255,0));
  box-shadow: 0 0 22px rgba(185,228,250,.95), 0 0 6px rgba(255,255,255,1);
  will-change: transform, opacity;
}
#pushline {
  position: fixed; left: 0; top: 0;
  z-index: 123; width: 15px; pointer-events: none; opacity: 0;
  background: linear-gradient(to right, rgba(80,98,104,.42), rgba(120,135,140,.18));
  backdrop-filter: blur(1.5px); -webkit-backdrop-filter: blur(1.5px);
  will-change: transform, opacity;
}
.drip {
  position: fixed; left: 0; top: 0;
  z-index: 124; width: 4px; border-radius: 3px; pointer-events: none;
  background: linear-gradient(rgba(255,255,255,0),rgba(225,243,255,.7),rgba(255,255,255,.22));
  box-shadow: 0 0 8px rgba(200,235,255,.55);
  will-change: transform, opacity;
}
#glow {
  position: fixed; z-index: 118; pointer-events: none; opacity: 0;
  background: radial-gradient(ellipse 60% 48% at 50% 50%, rgba(200,238,255,.5), rgba(41,171,213,.14) 45%, transparent 72%);
  mix-blend-mode: screen; will-change: opacity;
}
#travel {
  position: fixed; inset: 0; z-index: 119; pointer-events: none; opacity: 0;
  background: radial-gradient(ellipse at 50% 62%, transparent 36%, rgba(4,13,22,.6) 100%);
  will-change: opacity;
}
#shine {
  position: fixed; inset: 0; z-index: 120; pointer-events: none; opacity: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.4) 50%, transparent 70%);
  background-size: 300% 100%; background-position: 120% 0;
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: fixed; inset: 0 0 auto 0;
  height: var(--header-h); z-index: 60;
  display: flex; align-items: center;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: var(--shadow-sm);
}
.site-header__inner { display: flex; align-items: center; gap: 24px; width: 100%; }
.brand__logo { height: 38px; width: auto; }
.site-nav { display: flex; gap: 28px; margin-left: auto; font-weight: 500; font-size: 0.97rem; color: var(--c-ink-soft); }
.site-nav a { position: relative; padding: 4px 0; transition: color 0.2s ease; }
.site-nav a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; border-radius: 2px; background: var(--c-blue); transition: width 0.25s ease; }
.site-nav a:hover { color: var(--c-ink); }
.site-nav a:hover::after { width: 100%; }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  --pad-y: 15px; --pad-x: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; padding: var(--pad-y) var(--pad-x);
  border-radius: 999px; font-family: inherit; font-weight: 600;
  font-size: 1rem; line-height: 1; cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.25s ease,
    background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}
.btn--sm { --pad-y: 10px; --pad-x: 18px; font-size: 0.92rem; }
.btn--lg { --pad-y: 18px; --pad-x: 32px; font-size: 1.06rem; }
.btn svg { transition: transform 0.2s ease; }
.btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--c-blue-light), var(--c-blue-dark));
  box-shadow: var(--shadow-md);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 24px 50px -16px rgba(22,133,182,.62); }
.btn--primary:hover svg { transform: translateX(4px); }
.btn--ghost {
  color: var(--c-navy);
  background: rgba(255,255,255,.65);
  border-color: rgba(41,171,213,.4);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { transform: translateY(-2px); background: #fff; border-color: var(--c-blue); box-shadow: var(--shadow-sm); }
.btn:focus-visible { outline: 3px solid var(--c-blue-light); outline-offset: 3px; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden; isolation: isolate;
}
.hero__bg {
  position: absolute; inset: 0; z-index: -2;
  background: #eaf4fb url('../images/hero-bg.jpg') center right / cover no-repeat;
  transform-origin: 60% 40%;
  will-change: transform, opacity;
}
.hero__tint {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.7) 26%, rgba(255,255,255,.15) 50%, rgba(255,255,255,0) 68%);
  pointer-events: none;
}
.hero__inner { width: 100%; padding-top: var(--header-h); }
.hero__content { max-width: 560px; will-change: transform, opacity; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 15px; border-radius: 999px;
  background: rgba(255,255,255,.78); border: 1px solid rgba(41,171,213,.25);
  box-shadow: var(--shadow-sm); color: var(--c-blue-dark);
  font-weight: 600; font-size: 0.88rem; backdrop-filter: blur(6px);
}
.hero__eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--c-blue); box-shadow: 0 0 0 4px rgba(41,171,213,.25);
  animation: pulse 2.4s ease-in-out infinite;
}
.hero__title {
  margin-top: 22px;
  font-size: clamp(2.5rem, 5.4vw, 4.1rem);
  line-height: 1.04; letter-spacing: -0.03em;
  font-weight: 800; color: var(--c-navy);
}
.hero__title-accent {
  background: linear-gradient(120deg, var(--c-blue) 0%, var(--c-blue-light) 50%, var(--c-blue-dark) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__lead {
  margin-top: 22px; max-width: 50ch;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.6; color: var(--c-ink-soft);
}
.hero__actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__trust {
  margin-top: 30px; display: flex; flex-wrap: wrap;
  gap: 10px 22px; color: var(--c-ink-soft);
  font-size: 0.92rem; font-weight: 500;
}
.hero__trust li { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust span {
  display: grid; place-items: center;
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(41,171,213,.14); color: var(--c-blue-dark);
  font-size: 0.72rem; font-weight: 700;
}
.hero__scroll {
  position: absolute; left: 50%; bottom: 26px;
  transform: translateX(-50%); z-index: 5;
  display: inline-flex; flex-direction: column; align-items: center; gap: 4px;
  color: var(--c-blue-dark); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase; opacity: 0.85;
}
.hero__scroll svg { animation: bob 1.8s ease-in-out infinite; }

/* =========================================================
   SCROLL REVEALS
   ========================================================= */
.js [data-reveal] { opacity: 0; }

/* =========================================================
   LEISTUNGEN
   ========================================================= */
.services {
  position: relative;
  padding: clamp(80px, 11vw, 140px) 0;
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%);
}
.section-head { max-width: 680px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; }
.section-eyebrow { color: var(--c-blue); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase; }
.section-title { margin-top: 10px; font-size: clamp(1.9rem, 3.6vw, 2.8rem); letter-spacing: -0.02em; color: var(--c-navy); font-weight: 800; }
.section-sub { margin-top: 14px; color: var(--c-ink-soft); font-size: 1.08rem; line-height: 1.6; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 28px); }
.card {
  position: relative; padding: 34px 30px 32px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.85); border: 1px solid rgba(41,171,213,.16);
  box-shadow: var(--shadow-sm); backdrop-filter: blur(6px);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.card::before {
  content: ''; position: absolute; top: 0; left: -120%;
  width: 80%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.7), transparent);
  transform: skewX(-18deg); transition: left 0.7s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(41,171,213,.4); }
.card:hover::before { left: 130%; }
.card__icon {
  display: grid; place-items: center; width: 58px; height: 58px;
  border-radius: 16px; color: #fff;
  background: linear-gradient(150deg, var(--c-blue-light), var(--c-blue-dark));
  box-shadow: var(--shadow-md);
}
.card h3 { margin-top: 22px; font-size: 1.35rem; color: var(--c-navy); letter-spacing: -0.01em; }
.card p { margin-top: 10px; color: var(--c-ink-soft); line-height: 1.6; }

/* =========================================================
   CTA
   ========================================================= */
.cta { padding: clamp(70px, 9vw, 120px) 0; background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%); }
.cta__inner {
  position: relative; max-width: 900px; margin-inline: auto;
  padding: clamp(40px, 6vw, 70px); border-radius: var(--radius-lg);
  text-align: center; color: #fff;
  background: linear-gradient(135deg, var(--c-navy) 0%, var(--c-blue-dark) 70%, var(--c-blue) 130%);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.cta__shine {
  position: absolute; top: 0; left: -60%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.28), transparent);
  transform: skewX(-18deg); pointer-events: none;
}
.cta__inner h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); letter-spacing: -0.02em; line-height: 1.15; }
.cta__inner p { margin-top: 16px; font-size: 1.1rem; color: rgba(255,255,255,.86); max-width: 52ch; margin-inline: auto; }
.cta__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cta .btn--ghost { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); }
.cta .btn--ghost:hover { background: rgba(255,255,255,.2); border-color: #fff; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { padding: clamp(54px,6vw,78px) 0 34px; background: linear-gradient(180deg,#f7fbfe 0%, #eef6fb 100%); border-top: 1px solid rgba(41,171,213,.16); }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: var(--c-ink-soft); font-size: 0.92rem; }
.site-footer img { height: 34px; width: auto; }

/* =========================================================
   KEYFRAMES
   ========================================================= */
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(41,171,213,.25); }
  50%       { box-shadow: 0 0 0 7px rgba(41,171,213,0); }
}
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(5px); }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 860px) {
  .hero__bg { background-position: 72% center; }
  .hero__tint { background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.84) 52%, rgba(255,255,255,.58) 100%); }
  .cards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .site-nav { display: none; }
  .parallax-nav { padding: 1rem 1.3rem; }
}
@media (max-width: 560px) {
  .hero__bg { background-position: 64% center; }
  .hero__scroll { display: none; }
  .btn { width: 100%; max-width: 360px; }
  .hero__actions, .cta__actions { flex-direction: column; align-items: stretch; }
}

/* =========================================================
   BARRIEREFREIHEIT
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero__scroll svg, .hero__eyebrow .dot { animation: none; }
}

/* =========================================================
   ERWEITERTE INHALTSSEKTIONEN (CleanVA Vollausbau)
   â€“ nutzt das bestehende Design-System (Farben/Radien/Schatten)
   ========================================================= */

/* Generische Sektion + HintergrÃ¼nde */
.section { position: relative; padding: clamp(64px, 9vw, 120px) 0; }
.section--plain { background: var(--bg-1); }
.section--tint  { background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%); }

/* Textbreiten / Ausrichtung */
.narrow { max-width: 820px; margin-inline: auto; }
.center { text-align: center; }
.section-text { margin-top: 16px; color: var(--c-ink-soft); font-size: 1.06rem; line-height: 1.7; }
.prose p { margin-top: 16px; color: var(--c-ink-soft); font-size: 1.06rem; line-height: 1.7; }
.prose p:first-child { margin-top: 0; }
.seo-text { font-size: 1rem; }

/* Button-Gruppen mittig */
.center-actions {
  margin-top: clamp(34px, 5vw, 52px);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}

/* Hero: zweiter Lead-Absatz etwas dezenter */
.hero__lead--sub { margin-top: 14px; font-size: clamp(.98rem, 1.3vw, 1.08rem); opacity: .92; }

/* ---- Leistungskarten: Liste + Button unten bÃ¼ndig ---- */
.card { display: flex; flex-direction: column; }
.card > p { flex: none; }
.card__list {
  margin-top: 16px; display: grid; gap: 8px;
  color: var(--c-ink-soft); font-size: 0.95rem;
}
.card__list li { position: relative; padding-left: 24px; line-height: 1.45; }
.card__list li::before {
  content: ''; position: absolute; left: 4px; top: .5em;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--c-blue); opacity: .7;
}
.card__cta { margin-top: auto; align-self: flex-start; }
.card__cta { margin-top: 22px; }
.card:hover .card__cta { border-color: var(--c-blue); }

/* ---- Info-Karten (Listenboxen) ---- */
.info-card {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(41,171,213,.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: clamp(26px, 3.5vw, 38px);
  margin-top: 30px;
}
.info-card > h3 { font-size: 1.25rem; color: var(--c-navy); margin-bottom: 16px; }
.info-card.narrow { margin-inline: auto; }

/* Zwei nebeneinander */
.duo {
  margin-top: 8px;
  display: grid; gap: clamp(18px, 2.4vw, 26px);
  grid-template-columns: repeat(2, 1fr);
}
.duo .info-card { margin-top: 0; height: 100%; }

/* ---- Check-Listen ---- */
.check-list { display: grid; gap: 11px; }
.check-list li {
  position: relative; padding-left: 30px;
  color: var(--c-ink-soft); line-height: 1.5;
}
.check-list li::before {
  content: 'âœ“'; position: absolute; left: 0; top: 0;
  display: grid; place-items: center;
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(41,171,213,.14); color: var(--c-blue-dark);
  font-size: .72rem; font-weight: 700;
}
.check-list--center {
  margin: 30px auto 0; max-width: 640px;
  grid-template-columns: 1fr;
}

/* ---- Feature-Grid (Zielgruppen / Vorteile) ---- */
.feature-grid {
  display: grid; gap: clamp(18px, 2.4vw, 26px);
  grid-template-columns: repeat(3, 1fr);
  counter-reset: feat;
}
.feature-card {
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(41,171,213,.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 30px 28px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(41,171,213,.4); }
.feature-card h3 { font-size: 1.2rem; color: var(--c-navy); }
.feature-card p { margin-top: 10px; color: var(--c-ink-soft); line-height: 1.6; }
.feature-card--num { counter-increment: feat; position: relative; }
.feature-card--num h3 { display: flex; align-items: baseline; gap: 12px; }
.feature-card--num h3::before {
  content: counter(feat);
  font-size: .85rem; font-weight: 800; color: #fff;
  background: linear-gradient(150deg, var(--c-blue-light), var(--c-blue-dark));
  width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center; flex: none;
  box-shadow: var(--shadow-sm);
}

/* ---- Ablauf-Schritte ---- */
.steps {
  display: grid; gap: clamp(18px, 2.4vw, 26px);
  grid-template-columns: repeat(4, 1fr);
}
.step {
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(41,171,213,.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 30px 26px;
  position: relative;
}
.step__num {
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 14px;
  font-size: 1.2rem; font-weight: 800; color: #fff;
  background: linear-gradient(150deg, var(--c-blue-light), var(--c-blue-dark));
  box-shadow: var(--shadow-md);
  margin-bottom: 18px;
}
.step h3 { font-size: 1.15rem; color: var(--c-navy); }
.step p { margin-top: 10px; color: var(--c-ink-soft); line-height: 1.6; font-size: .98rem; }

/* ---- Orte-Chips ---- */
.places {
  margin: 32px auto 0; max-width: 820px;
  display: flex; flex-wrap: wrap; gap: 10px 12px; justify-content: center;
}
.places li {
  padding: 9px 18px; border-radius: 999px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(41,171,213,.28);
  color: var(--c-navy); font-weight: 600; font-size: .92rem;
  box-shadow: var(--shadow-sm);
}

/* ---- Bewertungen-Hinweis ---- */
.reviews-note { color: var(--c-ink-soft); font-size: 1.05rem; line-height: 1.7; }
.reviews-note + .center-actions { margin-top: 26px; }

/* ---- FAQ (Accordion) ---- */
.faq { display: grid; gap: 12px; }
.faq-item {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(41,171,213,.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 20px 54px 20px 24px; position: relative;
  font-weight: 600; color: var(--c-navy); font-size: 1.04rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; position: absolute; right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400; color: var(--c-blue);
  transition: transform .25s ease;
}
.faq-item[open] summary::after { content: 'âˆ’'; }
.faq-item__body { padding: 0 24px 22px; }
.faq-item__body p { color: var(--c-ink-soft); line-height: 1.7; }

/* ---- Kontakt ---- */
.contact-grid {
  display: grid; gap: clamp(22px, 3vw, 40px);
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
}
.contact-info {
  background: linear-gradient(135deg, var(--c-navy) 0%, var(--c-blue-dark) 100%);
  color: #fff; border-radius: var(--radius-lg);
  padding: clamp(28px, 3.5vw, 40px);
  box-shadow: var(--shadow-lg);
}
.contact-info h3 { font-size: 1.3rem; }
.contact-list { margin-top: 22px; display: grid; gap: 14px; }
.contact-list li { display: flex; flex-direction: column; gap: 2px; }
.contact-list__label {
  font-size: .76rem; text-transform: uppercase; letter-spacing: .06em;
  color: rgba(255,255,255,.6); font-weight: 700;
}
.contact-list a, .contact-list span:not(.contact-list__label) { color: #fff; font-weight: 500; }
.contact-list a:hover { color: var(--c-blue-light); }
.contact-buttons { margin-top: 26px; display: flex; flex-direction: column; gap: 10px; }
.contact-buttons .btn { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); }
.contact-buttons .btn:hover { background: rgba(255,255,255,.22); border-color: #fff; }

/* Formular */
.contact-form {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(41,171,213,.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(26px, 3.5vw, 40px);
}
.form-grid { display: grid; gap: 16px 18px; grid-template-columns: repeat(2, 1fr); }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field > span { font-size: .9rem; font-weight: 600; color: var(--c-navy); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: .98rem; color: var(--c-ink);
  padding: 12px 14px; border-radius: 12px;
  border: 1.5px solid rgba(14,75,106,.18);
  background: #fff; width: 100%;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--c-blue);
  box-shadow: 0 0 0 3px rgba(41,171,213,.18);
}
.field--check { flex-direction: row; align-items: flex-start; gap: 10px; }
.field--check input { width: auto; margin-top: 3px; flex: none; }
.field--check span { font-weight: 500; color: var(--c-ink-soft); font-size: .95rem; }
.consent { margin-top: 18px; }
.ferien-extra {
  margin-top: 18px; border: 1px dashed rgba(41,171,213,.4);
  border-radius: 14px; padding: 16px 18px; background: rgba(238,246,251,.5);
}
.ferien-extra summary {
  cursor: pointer; font-weight: 600; color: var(--c-navy); font-size: .98rem;
}
.ferien-extra .form-grid { margin-top: 18px; }
.form-submit { margin-top: 22px; width: 100%; }
.form-micro { margin-top: 12px; text-align: center; font-size: .85rem; color: var(--c-ink-soft); }

/* =========================================================
   FOOTER (mehrspaltig)
   ========================================================= */
.footer-grid {
  display: grid; gap: clamp(26px, 3vw, 40px);
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
}
.footer-col--brand p { margin-top: 16px; color: var(--c-ink-soft); line-height: 1.6; font-size: .92rem; max-width: 36ch; }
.footer-col--brand img { height: 40px; width: auto; }
.footer-col h4 { font-size: .95rem; color: var(--c-navy); margin-bottom: 14px; font-weight: 700; }
.footer-contact-head { margin-top: 22px; }
.footer-col ul { display: grid; gap: 9px; }
.footer-col ul li { color: var(--c-ink-soft); font-size: .92rem; }
.footer-col ul a { color: var(--c-ink-soft); transition: color .2s ease; }
.footer-col ul a:hover { color: var(--c-blue-dark); }
.footer-bottom {
  margin-top: clamp(34px, 4vw, 52px); padding-top: 24px;
  border-top: 1px solid rgba(14,75,106,.12);
  text-align: center; color: var(--c-ink-soft); font-size: .9rem;
}

/* =========================================================
   MOBILE-NAVIGATION (Hamburger)
   ========================================================= */
.nav-toggle {
  display: none;
  width: 44px; height: 44px; margin-left: 6px;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  background: transparent; border: 0; cursor: pointer; flex: none;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px; border-radius: 2px;
  background: var(--c-navy); transition: transform .3s ease, opacity .3s ease;
}
.site-header--nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header--nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header--nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   RESPONSIVE (Vollausbau)
   ========================================================= */
@media (max-width: 960px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-col--brand { grid-column: 1 / -1; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .site-header__inner { position: relative; }
  .site-nav {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; top: calc(100% + 1px); left: 0; right: 0;
    margin: 0; padding: 12px clamp(20px, 4vw, 48px) 18px;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    box-shadow: var(--shadow-md);
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  }
  .site-header--nav-open .site-nav {
    opacity: 1; visibility: visible; transform: none;
    transition: opacity .25s ease, transform .25s ease;
  }
  .site-nav a { padding: 11px 4px; font-size: 1rem; }
  .site-header__cta { margin-left: auto; }
}

@media (max-width: 680px) {
  .duo { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .places { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .site-header__cta { display: none; }
}

