/* v1 — RAD ELSTER Verleihseite (Landing-spezifische Styles, ergänzt style.css) */

body.has-landing { background: var(--paper); }

/* ─── Landing Hero (DNA-Match radelster.de: dunkel, minimalistisch, Typo-getrieben) ─── */
.landing-hero {
  background: #0e1416;
  padding: 96px 24px 80px;
  position: relative;
  overflow: hidden;
}
.landing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 30%, rgba(26, 132, 137, 0.18) 0%, transparent 55%),
    radial-gradient(circle at 15% 75%, rgba(26, 132, 137, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.landing-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .landing-hero { padding: 64px 20px 56px; }
}
.landing-hero-text .eyebrow {
  margin-bottom: 22px;
  color: var(--teal-300);
}
.landing-hero-text .eyebrow::before,
.landing-hero-text .eyebrow::after {
  background: var(--teal-300);
  opacity: 0.5;
}
.landing-hero-text h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(38px, 6.5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.022em;
  margin-bottom: 22px;
  color: #ffffff;
  max-width: 880px;
}
.landing-hero-text h1 em {
  font-style: normal;
  color: var(--teal-300);
}
.landing-hero-text p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  max-width: 560px;
  margin-bottom: 36px;
}
@media (max-width: 800px) {
  .landing-hero-text p { font-size: 16px; }
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.hero-actions .btn-primary {
  padding: 17px 28px;
  font-size: 15px;
  background: var(--teal);
  color: #fff;
}
.hero-actions .btn-primary:hover { background: var(--teal-dark); }
.hero-trust {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

/* Header dunkel über dem dunklen Hero — Override für Landing */
.has-landing .site-header {
  background: rgba(14, 20, 22, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.has-landing .logo { color: var(--teal-300); }
.has-landing .logo span { color: #fff; }
.has-landing .lang-switch button { color: rgba(255, 255, 255, 0.6); }
.has-landing .lang-switch button.active { color: var(--teal-300); background: rgba(26, 132, 137, 0.15); }
.has-landing .lang-switch button:hover:not(.active) { color: #fff; }

/* ─── Trust Strip ───────────────────────────── */
.trust-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 24px;
}
.trust-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 800px) {
  .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trust-item svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: var(--teal);
}
.trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}
.trust-item span {
  display: block;
  font-size: 12px;
  color: var(--ink-3);
  line-height: 1.4;
}

/* ─── Sections ──────────────────────────────── */
.section-pad { padding: 72px 24px; }
@media (max-width: 800px) { .section-pad { padding: 48px 20px; } }
.section-tint { background: var(--teal-50); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-narrow { max-width: 760px; }

.section-head { text-align: center; margin-bottom: 48px; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.section-head p { color: var(--ink-3); font-size: 16px; max-width: 560px; margin: 0 auto; }

.eyebrow-line {
  text-align: center;
  justify-content: center;
}

/* ─── Bike Showcase ─────────────────────────── */
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 800px) {
  .showcase-grid { grid-template-columns: 1fr; gap: 18px; }
}
.showcase-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 220ms var(--ease);
}
.showcase-card:hover { border-color: var(--teal-300); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.showcase-photo {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--teal-50) 0%, var(--teal-100) 100%);
  display: grid;
  place-items: center;
  color: var(--teal-300);
  position: relative;
}
.showcase-photo svg { width: 30%; opacity: 0.6; }
.showcase-photo::after {
  content: 'Bike-Foto';
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  opacity: 0.55;
}
.showcase-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.showcase-type {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.showcase-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.showcase-tagline {
  font-size: 15px;
  color: var(--ink-3);
  margin-bottom: 18px;
}
.showcase-desc {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 20px;
}
.showcase-specs {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  padding: 18px;
  background: var(--teal-50);
  border-radius: var(--r-md);
}
.showcase-specs li {
  font-size: 13px;
  color: var(--ink-2);
  padding-left: 20px;
  position: relative;
}
.showcase-specs li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 10px; height: 1.5px;
  background: var(--teal);
}
.showcase-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.showcase-price {
  text-align: center;
  padding: 6px 4px;
}
.showcase-price .label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-4);
  font-weight: 500;
  margin-bottom: 4px;
}
.showcase-price .amount {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
}
.showcase-price .amount small {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 11px;
  color: var(--ink-3);
}
.showcase-sizes {
  display: flex;
  gap: 6px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.showcase-sizes .pill {
  font-size: 11px;
  font-weight: 600;
  background: var(--teal-50);
  color: var(--teal-dark);
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}

/* ─── Includes Grid ─────────────────────────── */
.includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 800px) { .includes-grid { grid-template-columns: 1fr; } }
.include-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  text-align: center;
}
.include-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--teal-50);
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--teal);
}
.include-icon svg { width: 28px; height: 28px; }
.include-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
.include-card p {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.55;
}

/* ─── Info-Grid (Öffnungszeiten + Adresse) ─── */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 800px) { .info-grid { grid-template-columns: 1fr; } }
.info-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px;
}
.info-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.info-card-head svg { width: 24px; height: 24px; color: var(--teal); }
.info-card-head h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
}
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table tr { border-bottom: 1px solid var(--line); }
.hours-table tr:last-child { border-bottom: none; }
.hours-table td {
  padding: 12px 0;
  font-size: 14px;
  color: var(--ink-2);
}
.hours-table td:last-child {
  text-align: right;
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--ink);
}
.hours-table tr.closed td { color: var(--ink-4); }
.info-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
  font-size: 13px;
  color: var(--ink-3);
  font-style: italic;
}
.addr {
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-2);
  margin-bottom: 22px;
}
.addr a { color: var(--teal); text-decoration: none; }
.addr a:hover { text-decoration: underline; }
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--teal);
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.link-arrow svg { width: 14px; height: 14px; }
.link-arrow:hover { text-decoration: underline; }

/* ─── FAQ ───────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color 160ms var(--ease);
}
.faq-item[open] { border-color: var(--teal-300); }
.faq-item summary {
  padding: 20px 24px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--teal);
  font-weight: 400;
  line-height: 1;
  transition: transform 200ms var(--ease);
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p {
  padding: 0 24px 22px;
  color: var(--ink-3);
  font-size: 14px;
  line-height: 1.65;
}

/* ─── Form Section (Embedded) ───────────────── */
.form-section { background: var(--teal-50); }
.form-frame {
  background: var(--paper);
  border-radius: var(--r-xl);
  padding: 40px 32px;
  border: 1px solid var(--teal-border);
  box-shadow: var(--shadow-md);
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .form-frame { padding: 24px 18px; border-radius: 16px; }
}
.wizard-embedded {
  max-width: 100%;
  padding: 0 !important;
  margin: 0;
}
.form-frame .progress { margin: 0 auto 32px; padding: 0; }
.form-frame .demo-note { display: none; }

/* ─── Footer ─────────────────────────────────── */
.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 36px 24px;
  margin-bottom: 84px; /* Platz für Sticky-Bar */
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--teal-300);
}
.footer-logo span { color: var(--paper); }
.footer-nav { display: flex; gap: 24px; }
.footer-nav a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 160ms var(--ease);
}
.footer-nav a:hover { color: var(--paper); }
.footer-meta { font-size: 12px; color: rgba(255,255,255,0.5); }

/* ─── Sticky-Bar nur sichtbar bei Form-Section im Viewport ──
   (Sichtbar wenn User die Form scrollt; sonst versteckt)
   Wir machen es zunächst per JS, hier nur Default-Hidden. */
body.has-landing .sticky-bar { transform: translateY(100%); }
body.has-landing .sticky-bar.visible { transform: translateY(0); }

/* ===========================================================
   v2 — Anpassungen an echte radelster.de/radverleih DNA
   =========================================================== */

/* ─── Header Light (für Verleihseite) ─── */
.site-header.site-header-light {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header-light .logo { color: var(--teal); }
.site-header-light .logo span { color: var(--ink); }
.header-nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
}
.header-nav a {
  color: var(--ink-2);
  text-decoration: none;
  font-weight: 500;
  transition: color 160ms var(--ease);
}
.header-nav a:hover, .header-nav a.active { color: var(--teal); }
.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.btn-sm {
  padding: 10px 16px;
  font-size: 13px;
  text-decoration: none;
}
.has-landing .site-header.site-header-light { background: rgba(255, 255, 255, 0.95); border-bottom-color: var(--line); }
.has-landing .site-header-light .lang-switch button { color: var(--ink-3); }
.has-landing .site-header-light .lang-switch button.active { color: var(--teal); background: var(--teal-50); }
@media (max-width: 960px) {
  .header-nav { display: none; }
  .site-header.site-header-light { padding: 12px 18px; gap: 12px; }
}

/* ─── Foto-Hero ─── */
.landing-hero.photo-hero {
  background: #0e1416;
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.landing-hero.photo-hero::before { display: none; }
.photo-placeholder {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 20, 22, 0.85) 0%, rgba(14, 20, 22, 0.55) 50%, rgba(14, 20, 22, 0.35) 100%),
    linear-gradient(135deg, #2d4a3e 0%, #4a6b4f 35%, #1f3a32 70%, #0e1416 100%);
  background-size: cover;
  background-position: center;
}
.photo-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.02) 0,
      rgba(255,255,255,0.02) 2px,
      transparent 2px,
      transparent 12px
    );
}
.photo-hint {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  z-index: 2;
}
.landing-hero.photo-hero .landing-hero-inner {
  padding: 80px 32px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.landing-hero.photo-hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: 0.01em;
  margin-bottom: 22px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
}
.landing-hero.photo-hero p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
  max-width: 480px;
  margin-bottom: 32px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.landing-hero.photo-hero .btn-primary {
  padding: 14px 26px;
  font-size: 14px;
  background: var(--teal);
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
.landing-hero.photo-hero .btn-primary:hover { background: var(--teal-dark); }
@media (max-width: 800px) {
  .landing-hero.photo-hero { min-height: 420px; }
  .landing-hero.photo-hero .landing-hero-inner { padding: 56px 20px; }
}

/* ─── Inklusive Strip ─── */
.inclusive-strip {
  background: var(--teal);
  padding: 16px 24px;
  color: #fff;
}
.inclusive-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  font-size: 14px;
  font-weight: 500;
}
.inclusive-inner span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.inclusive-inner svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .inclusive-inner { gap: 14px; font-size: 13px; }
}

/* ─── Section-Head links statt zentriert ─── */
.section-head.section-head-left {
  text-align: left;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.section-head.section-head-left h2 {
  font-size: clamp(26px, 3.4vw, 32px);
  font-weight: 600;
}

/* ─── Tarif-Cards ─── */
.tariff-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 900px) { .tariff-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .tariff-cards { grid-template-columns: 1fr; } }
.tariff-card {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  padding: 26px 22px;
  text-align: center;
  position: relative;
  transition: all 200ms var(--ease);
}
.tariff-card:hover { border-color: var(--teal-300); }
.tariff-card-featured {
  border-color: var(--teal);
  background: var(--paper);
  box-shadow: 0 0 0 3px var(--teal-tint);
}
.tariff-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
}
.tariff-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
  margin-bottom: 14px;
}
.tariff-price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 42px;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 8px;
  transition: opacity 0.22s ease;
}
/* v16: FOUC-Cloak — Preise und Wizard-Tarif-Sub-Texte starten unsichtbar.
   landing.js setzt `body.prices-ready` SOBALD die DB-Preise gepatched sind
   (oder nach Safety-Timeout falls API down). Damit sieht der Kunde nie den
   Wert-Wechsel von 35 € (hardcoded) auf den Live-Preis. */
body:not(.prices-ready) .tariff-card[data-cat][data-tariff] .tariff-price,
body:not(.prices-ready) .tariff-option .t-price {
  opacity: 0;
}
.tariff-price-dash { color: var(--ink-4); }
.tariff-note {
  font-size: 12px;
  color: var(--ink-3);
}
.tariff-footnote {
  margin-top: 24px;
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.6;
}
.tariff-footnote strong { color: var(--ink); }

/* ─── Section Tint Soft (sehr dezenter Hintergrund) ─── */
.section-tint-soft { background: #fafafa; }

/* ─── Zickzack-Grid für Bike-Showcase ─── */
.zigzag-grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.zigzag-item {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
.zigzag-item.reverse { grid-template-columns: 1fr 1.1fr; }
.zigzag-item.reverse .zigzag-photo { order: 2; }
.zigzag-item.reverse .zigzag-text { order: 1; }
@media (max-width: 800px) {
  .zigzag-item, .zigzag-item.reverse { grid-template-columns: 1fr; gap: 24px; }
  .zigzag-item.reverse .zigzag-photo { order: 0; }
  .zigzag-item.reverse .zigzag-text { order: 1; }
}
.zigzag-photo {
  aspect-ratio: 4 / 3;
  background: var(--paper);
  border-radius: var(--r-lg);
  display: grid;
  place-items: center;
  color: var(--teal-300);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}
.zigzag-photo svg { width: 50%; opacity: 0.55; }
.zigzag-photo::after {
  content: 'Produkt-Foto';
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  opacity: 0.55;
}
.zigzag-type-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 4px;
}
.zigzag-text h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.15;
  margin-bottom: 6px;
}
.zigzag-model {
  font-family: var(--font-display);
  color: var(--teal);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
}
.zigzag-desc {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.65;
  margin-bottom: 22px;
}
.zigzag-sizes {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}
.zigzag-sizes .pill {
  font-size: 12px;
  font-weight: 600;
  background: var(--teal-50);
  color: var(--teal-dark);
  padding: 6px 12px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
.zigzag-price-tag {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  padding: 10px 18px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.zigzag-price-tag:hover,
.zigzag-price-tag:focus-visible {
  background: #146368;
  transform: translateY(-1px);
  color: #fff;
}
.zigzag-price-tag:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.zigzag-note {
  margin-top: 32px;
  text-align: center;
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.6;
}
.zigzag-note strong { color: var(--ink); }

/* ─── Adresse-Form-Grid (2-spaltig wie Original) ─── */
.form-section { background: var(--paper); }
.address-form-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 900px) { .address-form-grid { grid-template-columns: 1fr; gap: 36px; } }
.address-block { padding-top: 12px; }
.address-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--teal);
  margin-bottom: 22px;
}
.address-logo span { color: var(--ink); }
.address-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.address-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--ink-2);
}
.address-list svg {
  width: 18px;
  height: 18px;
  color: var(--teal);
  flex-shrink: 0;
}
.address-list a { color: var(--ink-2); text-decoration: none; }
.address-list a:hover { color: var(--teal); }
.address-hours {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-bottom: 20px;
}
.address-hours-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--ink);
}
.address-hours-head svg { width: 18px; height: 18px; color: var(--teal); }
.address-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.7;
}
.address-note {
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.6;
  padding: 14px 16px;
  background: var(--teal-50);
  border-radius: var(--r-md);
  border-left: 3px solid var(--teal);
}
.address-note strong { color: var(--ink); }

.form-block-head { margin-bottom: 20px; }
.form-block-head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 2.8vw, 28px);
  margin-bottom: 6px;
}
.form-block-head p {
  font-size: 14px;
  color: var(--ink-3);
}

/* ─── Footer Komplett-Redesign ─── */
.site-footer {
  background: #0e1416;
  color: rgba(255, 255, 255, 0.75);
  padding: 56px 24px 32px;
  margin-bottom: 84px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  align-items: start;
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 700px) { .footer-inner { grid-template-columns: 1fr; gap: 24px; } }
.footer-col strong.footer-strong {
  display: block;
  font-family: var(--font-display);
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer-col a { color: var(--teal-300); text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-nav { display: flex; flex-direction: column; gap: 6px; }
.footer-meta-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  margin-top: 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

/* Form-Frame in der 2-Spalten-Sektion */
.form-block .form-frame {
  padding: 28px 24px;
  margin: 0;
}
@media (max-width: 800px) {
  .form-block .form-frame { padding: 20px 16px; }
}
