/*
Theme Name: Hochzeits DJ Vogtland
Theme URI: https://hochzeits-dj-vogtland.de
Author: Hochzeits DJ Vogtland
Author URI: https://hochzeits-dj-vogtland.de
Description: Elegantes Premium-Hochzeits-DJ Theme für das Vogtland – romantisch, hochwertig und unvergesslich. Mit Slider, Paketen, Galerie, FAQ, Bewertungen, WhatsApp-Button und DSGVO Cookie-Banner.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hochzeits-dj-vogtland
Tags: wedding, dj, music, elegant, gold, responsive, one-page, vogtland
*/

/* ========================================================
   CSS CUSTOM PROPERTIES
======================================================== */
:root {
  --color-white:       #FDFCF9;
  --color-cream:       #F5F0E8;
  --color-cream-dark:  #EDE5D0;
  --color-gold:        #C9A84C;
  --color-gold-light:  #E2C97E;
  --color-gold-dark:   #9A7835;
  --color-charcoal:    #2A2620;
  --color-text:        #3D3830;
  --color-text-light:  #6B6255;
  --color-overlay:     rgba(30, 25, 15, 0.55);

  --font-serif:        'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-sans:         'Jost', 'Gill Sans', sans-serif;
  --font-script:       'Dancing Script', cursive;

  --shadow-soft:       0 4px 40px rgba(42,38,32,0.10);
  --shadow-card:       0 8px 60px rgba(42,38,32,0.13);
  --shadow-gold:       0 4px 24px rgba(201,168,76,0.22);

  --border-gold:       1px solid rgba(201,168,76,0.35);
  --radius:            3px;
  --max-width:         1200px;
  --section-padding:   160px 24px;
  --transition:        0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========================================================
   RESET & BASE
======================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  /* Scroll-Anker berücksichtigt fixierten Header + Ticker (~120px) */
  scroll-padding-top: 180px;
}

/* Jede Sektion mit Anker bekommt extra Abstand nach oben */
section[id] {
  scroll-margin-top: 180px;
}

body {
  font-family: var(--font-sans);
  background: var(--color-white);
  color: var(--color-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  /* padding-top wird per JS dynamisch gesetzt (header-Höhe) */
}

img { max-width: 100%; height: auto; display: block; }
a  { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ========================================================
   TYPOGRAPHY
======================================================== */
h1, h2, h3, h4, h5 {
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--color-charcoal);
  line-height: 1.2;
}

h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); }
h4 { font-size: 1.25rem; }

.section-eyebrow {
  font-family: var(--font-script);
  font-size: 1.35rem;
  color: var(--color-gold);
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  color: var(--color-charcoal);
  margin-bottom: 18px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--color-text-light);
  max-width: 600px;
  margin: 0 auto 56px;
  text-align: center;
}

.text-center { text-align: center; }
.text-gold   { color: var(--color-gold); }

/* ========================================================
   BUTTONS
======================================================== */
.btn {
  display: inline-block;
  padding: 15px 38px;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--color-gold);
  color: var(--color-charcoal);
  box-shadow: var(--shadow-gold);
}
.btn-primary:hover {
  background: var(--color-gold-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(201,168,76,0.35);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.7);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-dark {
  background: var(--color-charcoal);
  color: #fff;
}
.btn-dark:hover {
  background: #1a1610;
  transform: translateY(-2px);
}

/* ========================================================
   DIVIDER – goldene Linie mit Raute
======================================================== */
.gold-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 16px auto 44px;
}
.gold-divider::before,
.gold-divider::after {
  content: '';
  height: 1px;
  width: 80px;
  background: linear-gradient(90deg, transparent, var(--color-gold));
}
.gold-divider::after {
  background: linear-gradient(90deg, var(--color-gold), transparent);
}
.gold-divider span {
  width: 7px;
  height: 7px;
  background: var(--color-gold);
  transform: rotate(45deg);
  display: block;
  flex-shrink: 0;
}

/* ========================================================
   TOP BAR
======================================================== */
#top-bar {
  background: var(--color-charcoal);
  color: rgba(255,255,255,0.75);
  font-size: 0.8rem;
  padding: 9px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
#top-bar a { color: var(--color-gold-light); transition: var(--transition); }
#top-bar a:hover { color: #fff; }
.top-bar-contact { display: flex; gap: 24px; align-items: center; }
.top-bar-social  { display: flex; gap: 14px; align-items: center; }
.top-bar-social a { display: flex; align-items: center; gap: 5px; }

/* ========================================================
   NAVIGATION
======================================================== */
#site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* backdrop-filter NICHT direkt hier – erzeugt Stacking Context
     der das Dropdown gefangen hält. Stattdessen auf ::before */
  border-bottom: var(--border-gold);
  box-shadow: 0 2px 20px rgba(42,38,32,0.06);
  transition: box-shadow var(--transition);
  overflow: visible;
}
/* Blur-Hintergrund via Pseudo-Element – kein Stacking Context auf dem Header */
#site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(253,252,249,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  pointer-events: none;
}
#site-header.scrolled {
  box-shadow: 0 4px 30px rgba(42,38,32,0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}

.site-logo {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-charcoal);
  line-height: 1.2;
}
.site-logo span { color: var(--color-gold); display: block; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; font-family: var(--font-sans); }

.nav-menu {
  display: flex;
  gap: 0;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* Basis Nav-Link */
.nav-link {
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-text);
  padding: 8px 13px;
  position: relative;
  transition: var(--transition);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 13px; right: 13px;
  height: 1.5px;
  background: var(--color-gold);
  transform: scaleX(0);
  transition: var(--transition);
  transform-origin: center;
}
.nav-link:hover,
.nav-link.active { color: var(--color-gold-dark); }
.nav-link:hover::after,
.nav-link.active::after { transform: scaleX(1); }

/* Chevron */
.nav-chevron {
  transition: transform 0.25s ease;
  flex-shrink: 0;
  opacity: 0.55;
}

/* CTA-Button */
.nav-cta {
  margin-left: 12px;
  padding: 10px 22px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

/* ── Dropdown-Container ── */
.nav-dropdown {
  position: relative;
  /* Hover-Bereich nach unten verlängern damit kein Spalt entsteht */
  padding-bottom: 8px;
  margin-bottom: -8px;
}

/* Chevron dreht sich bei Hover */
.nav-dropdown:hover > .nav-link .nav-chevron {
  transform: rotate(180deg);
  opacity: 1;
}


/* ── Dropdown sichtbar machen ── */
.nav-menu { overflow: visible; }
.nav-dropdown { overflow: visible; }

/* ── Dropdown-Panel ── */
.nav-dropdown-menu {
  position: absolute;
  top: 100%;           /* direkt unter dem Link – kein Spalt */
  left: 0;
  padding-top: 12px;   /* unsichtbare Brücke: Maus bleibt im Element */
  transform: translateY(-6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  z-index: 9000;
  min-width: 220px;
}
.nav-dropdown:hover > .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
}

/* Kleines Dreieck – sitzt im padding-top Bereich */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: 5px;            /* innerhalb des padding-top */
  left: 20px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  border-top: none;
}

/* Äußerer Rahmen */
.nav-dropdown-inner {
  background: #fff;
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(42,38,32,0.18), 0 4px 12px rgba(42,38,32,0.08);
  overflow: hidden;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* ── Dropdown Button-Item ── */
.nav-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  text-decoration: none;
  border-radius: 7px;
  border: 1px solid transparent;
  transition:
    background  0.2s ease,
    border-color 0.2s ease,
    transform   0.15s ease,
    box-shadow  0.2s ease;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.02) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.nav-dropdown-item:hover,
.nav-dropdown-item.active {
  background: rgba(201,168,76,0.08);
  border-color: rgba(201,168,76,0.3);
  transform: translateX(3px);
  box-shadow: inset 3px 0 0 var(--color-gold);
}
.nav-dropdown-item:hover::before,
.nav-dropdown-item.active::before { opacity: 1; }
.nav-dropdown-item:active { transform: translateX(3px) scale(0.98); }

/* Icon */
.ndi-icon {
  font-size: 1.15rem;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 8px;
  transition: background 0.2s, border-color 0.2s;
}
.nav-dropdown-item:hover .ndi-icon {
  background: rgba(201,168,76,0.2);
  border-color: rgba(201,168,76,0.5);
}

/* Text */
.ndi-text { display: flex; flex-direction: column; gap: 2px; }
.ndi-text strong {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-charcoal);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.ndi-text small {
  font-size: 0.68rem;
  color: var(--color-text-light);
  font-weight: 400;
  transition: color 0.2s;
}
.nav-dropdown-item:hover .ndi-text strong { color: var(--color-gold-dark); }
.nav-dropdown-item:hover .ndi-text small  { color: var(--color-text-light); }

/* Pfeil rechts */
.nav-dropdown-item::after {
  content: '→';
  position: absolute;
  right: 14px;
  font-size: 0.75rem;
  color: rgba(201,168,76,0);
  transition: color 0.2s, right 0.2s;
}
.nav-dropdown-item:hover::after {
  color: var(--color-gold);
  right: 10px;
}


/* ── Mobile Nav ── */
.mobile-nav {
  display: none;
  background: var(--color-white);
  border-top: 2px solid var(--color-gold);
  box-shadow: 0 8px 30px rgba(42,38,32,0.12);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1);
}
.mobile-nav.open {
  max-height: 90vh;
  overflow-y: auto;
}
.mobile-nav-inner {
  padding: 16px 20px 24px;
}
.mobile-nav-group {
  margin-bottom: 16px;
}
.mobile-nav-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
  padding: 0 4px;
  margin-bottom: 6px;
}
.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 0.88rem;
  color: var(--color-charcoal);
  text-decoration: none;
  border-radius: var(--radius);
  transition: var(--transition);
  font-weight: 500;
}
.mobile-nav-link:hover,
.mobile-nav-link.active {
  background: rgba(201,168,76,0.1);
  color: var(--color-gold-dark);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
  z-index: 10;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-charcoal);
  transition: var(--transition);
  transform-origin: center;
}
/* Hamburger → X */
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ========================================================
   HERO SLIDER
======================================================== */
#hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
}

.slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.9s cubic-bezier(0.77,0,0.175,1);
}

.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}

/* Placeholder-Gradients als Fallback bis echte Bilder eingepflegt sind */
.slide:nth-child(1) { background-image: linear-gradient(135deg, #2a1f0e 0%, #4a3520 40%, #2a1f0e 100%); }
.slide:nth-child(2) { background-image: linear-gradient(135deg, #1a1a2e 0%, #2d2040 40%, #1a1220 100%); }
.slide:nth-child(3) { background-image: linear-gradient(135deg, #0e1a14 0%, #1a3024 40%, #0e1a14 100%); }

.slide-overlay {
  position: absolute;
  inset: 0;
  background: var(--color-overlay);
}

.slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Padding-top = Header-Höhe (~78px) + Ticker (~36px) + etwas Luft */
  padding: 140px 24px 60px;
  z-index: 2;
}

.hero-eyebrow {
  font-family: var(--font-script);
  font-size: clamp(2rem, 4.5vw, 4rem);
  color: var(--color-gold-light);
  margin-bottom: 8px;
  line-height: 1.1;
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s 0.3s forwards;
}

.hero-title {
  font-family: var(--font-sans);
  font-size: clamp(0.8rem, 1.5vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  max-width: 900px;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s 0.5s forwards;
}

.hero-subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  color: rgba(255,255,255,0.85);
  max-width: 620px;
  margin-bottom: 42px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s 0.7s forwards;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s 0.9s forwards;
}

/* Slider Controls */
.slider-prev, .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.35);
  color: #fff;
  width: 50px; height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: var(--transition);
  backdrop-filter: blur(6px);
}
.slider-prev { left: 30px; }
.slider-next { right: 30px; }
.slider-prev:hover, .slider-next:hover {
  background: var(--color-gold);
  border-color: var(--color-gold);
}

.slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  cursor: pointer;
  transition: var(--transition);
  border: none;
}
.dot.active { background: var(--color-gold); transform: scale(1.3); }

/* Scroll-Chevron */
.scroll-hint {
  position: absolute;
  bottom: 36px;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.55);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: bounce 2s infinite;
}
.scroll-hint svg { width: 20px; height: 20px; }

/* ========================================================
   SECTION: ÜBER MICH
======================================================== */
#ueber-mich {
  padding: var(--section-padding);
  padding-top: 220px;
  background: var(--color-white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-image-wrap {
  position: relative;
}
.about-image-wrap img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}
.about-image-wrap::before {
  content: '';
  position: absolute;
  top: -20px; left: -20px;
  right: 20px; bottom: 20px;
  border: 1.5px solid var(--color-gold);
  border-radius: var(--radius);
  z-index: -1;
  opacity: 0.5;
}
.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--color-gold);
  color: var(--color-charcoal);
  padding: 18px 22px;
  border-radius: var(--radius);
  font-family: var(--font-serif);
  text-align: center;
  box-shadow: var(--shadow-gold);
}
.about-badge strong { font-size: 2.2rem; display: block; line-height: 1; }
.about-badge span   { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; }

.about-text p {
  color: var(--color-text-light);
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 20px;
}
.about-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--color-charcoal);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
}

/* Zitat / Highlight-Zeile unter dem Heading */
.about-claim {
  font-family: var(--font-script);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--color-gold-dark);
  margin: 12px 0 28px;
  display: block;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 32px 0 36px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--color-text);
  background: var(--color-cream);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 10px 14px;
  transition: var(--transition);
}
.feature-item:hover {
  background: rgba(201,168,76,0.1);
  border-color: var(--color-gold);
  transform: translateX(3px);
}
.feature-icon {
  width: 34px;
  height: 34px;
  background: var(--color-white);
  border: var(--border-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-gold);
}

/* ========================================================
   SECTION: LEISTUNGEN
======================================================== */
#leistungen {
  padding: var(--section-padding);
  background: var(--color-cream);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.service-card {
  background: var(--color-white);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 44px 32px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--leistung-farbe, var(--color-gold));
  transform: scaleX(0);
  transition: var(--transition);
}
.service-card:hover { box-shadow: var(--shadow-card); transform: translateY(-6px); }
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  font-size: 2.2rem;
  margin-bottom: 20px;
  display: block;
}
/* Emoji-Icon (CPT-Version) */
.service-emoji {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 4px;
}
.service-card h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  margin-bottom: 14px;
  color: var(--leistung-farbe, var(--color-charcoal));
  transition: color .2s;
}
.service-card p { color: var(--color-text-light); font-size: 0.95rem; }

/* ========================================================
   SECTION: PAKETE
======================================================== */
#pakete {
  padding: var(--section-padding);
  background: var(--color-white);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
  margin-top: 20px;
}

.package-card {
  border: var(--border-gold);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  position: relative;
  /* Farbakzent-Streifen oben */
  border-top: 4px solid var(--paket-farbe, var(--color-gold));
}
.package-card:hover { box-shadow: var(--shadow-card); transform: translateY(-6px); }

.package-card.featured {
  border-color: var(--paket-farbe, var(--color-gold));
  border-width: 2px;
  border-top-width: 4px;
  transform: scale(1.03);
  box-shadow: var(--shadow-card);
}
.package-card.featured:hover { transform: scale(1.03) translateY(-6px); }

.package-badge {
  position: absolute;
  top: 18px; right: 18px;
  background: var(--paket-farbe, var(--color-gold));
  color: var(--color-charcoal);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}

.package-header {
  background: var(--color-charcoal);
  color: #fff;
  padding: 36px 30px;
  text-align: center;
  position: relative;
}
/* Subtiler Farbverlauf im Header je nach Paketfarbe */
.package-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--paket-farbe, var(--color-gold)) 0%, transparent 60%);
  opacity: 0.12;
  pointer-events: none;
}
.package-card.featured .package-header {
  background: linear-gradient(135deg, #2a2620, #4a3520);
}
.package-name {
  font-family: var(--font-script);
  font-size: 1.6rem;
  color: var(--paket-farbe, var(--color-gold-light));
  display: block;
  margin-bottom: 8px;
  position: relative;
}
.package-price {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: relative;
}
.package-price span { font-size: 1.1rem; vertical-align: top; margin-top: 8px; display: inline-block; }
.package-duration { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-top: 6px; position: relative; }

.package-body {
  background: var(--color-white);
  padding: 32px 30px;
}
.package-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.package-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--color-text-light);
}
.package-feature .check {
  color: var(--color-gold);
  font-size: 0.75rem;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Rich-Text Leistungen (aus wp_editor) */
.package-features-wrap {
  margin-bottom: 24px;
  font-size: 0.9rem;
  color: var(--color-text-light);
  line-height: 1.75;
}
.package-features-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.package-features-wrap ul li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.88rem;
  color: var(--color-text-light);
}
/* Listen-Icon in Paketfarbe */
.package-features-wrap ul li::before {
  content: '✦';
  color: var(--paket-farbe, var(--color-gold));
  font-size: 0.65rem;
  flex-shrink: 0;
  margin-top: 4px;
}
.package-features-wrap ol {
  padding-left: 18px;
  margin: 0 0 12px;
}
.package-features-wrap ol li {
  font-size: 0.88rem;
  color: var(--color-text-light);
  margin-bottom: 6px;
}
/* Abschnitts-Überschriften in Paketfarbe */
.package-features-wrap h3 {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: var(--paket-farbe, var(--color-gold-dark));
  font-weight: 700;
  margin: 18px 0 8px;
  letter-spacing: 0.03em;
  padding-bottom: 5px;
  border-bottom: 1.5px solid var(--paket-farbe, var(--color-gold));
  opacity: 1;
}
.package-features-wrap h3:first-child { margin-top: 4px; }

.package-features-wrap h4 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--paket-farbe, var(--color-text-light));
  margin: 14px 0 6px;
  opacity: 0.85;
}
.package-features-wrap p {
  font-size: 0.88rem;
  margin-bottom: 10px;
}
/* Fettschrift / Hervorhebungen in Paketfarbe */
.package-features-wrap strong,
.package-features-wrap b {
  font-weight: 700;
  color: var(--paket-farbe, var(--color-charcoal));
}
.package-features-wrap em,
.package-features-wrap i {
  font-style: italic;
  color: var(--color-text-light);
}
.package-body .btn { width: 100%; text-align: center; display: block; }
.package-body .btn-dark {
  background: var(--paket-farbe, var(--color-charcoal));
  border-color: var(--paket-farbe, var(--color-charcoal));
  color: #fff;
}
.package-body .btn-dark:hover {
  filter: brightness(1.15);
}

/* ========================================================
   SECTION: ABLAUF
======================================================== */
#ablauf {
  padding: var(--section-padding);
  background: var(--color-cream);
}

.timeline {
  position: relative;
  max-width: 780px;
  margin: 20px auto 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 1.5px;
  background: linear-gradient(180deg, transparent, var(--color-gold) 15%, var(--color-gold) 85%, transparent);
  transform: translateX(-50%);
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  margin-bottom: 48px;
  align-items: center;
}
.timeline-item:nth-child(even) .timeline-content { grid-column: 3; text-align: left; }
.timeline-item:nth-child(even) .timeline-empty   { grid-column: 1; order: -2; }
.timeline-item:nth-child(even) .timeline-dot     { grid-column: 2; order: -1; }

.timeline-content {
  background: var(--color-white);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 24px 28px;
  box-shadow: var(--shadow-soft);
}
.timeline-content h4 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.timeline-content p { font-size: 0.9rem; color: var(--color-text-light); }

.timeline-dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-dot-inner {
  width: 40px; height: 40px;
  background: var(--color-gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-charcoal);
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: var(--shadow-gold);
  flex-shrink: 0;
}
.timeline-empty { /* placeholder */ }

/* ========================================================
   SECTION: BEWERTUNGEN
======================================================== */
#bewertungen {
  padding: var(--section-padding);
  background: var(--color-charcoal);
}

#bewertungen .section-eyebrow { color: var(--color-gold-light); }
#bewertungen .section-title   { color: #fff; }
#bewertungen .section-subtitle { color: rgba(255,255,255,0.6); }
.gold-divider.dark::before { background: linear-gradient(90deg, transparent, rgba(201,168,76,0.5)); }
.gold-divider.dark::after  { background: linear-gradient(90deg, rgba(201,168,76,0.5), transparent); }
.gold-divider.dark span    { background: rgba(201,168,76,0.7); }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
}

.review-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--radius);
  padding: 36px 30px;
  transition: var(--transition);
}
.review-card:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-4px);
}

.review-stars { color: var(--color-gold); margin-bottom: 18px; font-size: 1rem; letter-spacing: 2px; }
.review-text {
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}
.review-text::before { content: '"'; font-family: var(--font-serif); font-size: 3rem; color: var(--color-gold); line-height: 0; vertical-align: -1.2rem; margin-right: 4px; opacity: 0.6; }

.review-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.review-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-gold-dark), var(--color-gold));
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
}
.review-name  { font-weight: 600; color: #fff; font-size: 0.92rem; }
.review-date  { font-size: 0.78rem; color: rgba(255,255,255,0.45); }

.google-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 52px;
  background: rgba(255,255,255,0.06);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 18px 32px;
  width: fit-content;
  margin-inline: auto;
}
.google-badge span { color: rgba(255,255,255,0.75); font-size: 0.9rem; }
.google-rating { font-family: var(--font-serif); font-size: 1.5rem; color: var(--color-gold); font-weight: 700; }

/* ========================================================
   SECTION: GALERIE
======================================================== */
#galerie {
  padding: var(--section-padding);
  background: var(--color-white);
}

.gallery-grid {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

/* 6 Bilder: 4 Spalten, 2 Reihen */
.gallery-grid--6 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 220px);
}
.gallery-grid--6 .gallery-item:nth-child(1) { grid-column: span 2; }
.gallery-grid--6 .gallery-item:nth-child(4) { grid-column: span 2; }

/* 9 Bilder: 3 Spalten, 3 Reihen – erstes Bild groß */
.gallery-grid--9 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 200px);
}
.gallery-grid--9 .gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }

/* 12 Bilder: 4 Spalten, 3 Reihen */
.gallery-grid--12 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 190px);
}
.gallery-grid--12 .gallery-item:nth-child(1) { grid-column: span 2; }
.gallery-grid--12 .gallery-item:nth-child(7) { grid-column: span 2; }

/* Galerie Responsive */
@media(max-width:900px) {
  .gallery-grid--9  { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .gallery-grid--12 { grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; }
  .gallery-grid--9  .gallery-item:nth-child(1),
  .gallery-grid--12 .gallery-item:nth-child(1),
  .gallery-grid--12 .gallery-item:nth-child(7) { grid-column: span 1; grid-row: span 1; }
  .gallery-item { height: 180px; }
}
@media(max-width:600px) {
  .gallery-grid--6,
  .gallery-grid--9,
  .gallery-grid--12 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .gallery-grid--6  .gallery-item:nth-child(1),
  .gallery-grid--6  .gallery-item:nth-child(4),
  .gallery-grid--9  .gallery-item:nth-child(1),
  .gallery-grid--12 .gallery-item:nth-child(1),
  .gallery-grid--12 .gallery-item:nth-child(7) { grid-column: span 1; grid-row: span 1; }
  .gallery-item { height: 140px; }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery-item:hover img { transform: scale(1.06); }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(42,38,32,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { color: #fff; font-size: 1.5rem; }

/* Placeholder backgrounds */
.gallery-item:nth-child(1) { background: linear-gradient(135deg,#3d2b1a,#5a3e25); }
.gallery-item:nth-child(2) { background: linear-gradient(135deg,#1a1a2e,#2d1f3d); }
.gallery-item:nth-child(3) { background: linear-gradient(135deg,#1a2820,#253c2e); }
.gallery-item:nth-child(4) { background: linear-gradient(135deg,#2a1f0e,#3d2b1a); }
.gallery-item:nth-child(5) { background: linear-gradient(135deg,#0e1a14,#1a3024); }
.gallery-item:nth-child(6) { background: linear-gradient(135deg,#2a1a28,#3d2b3a); }

/* ========================================================
   SECTION: FAQ
======================================================== */
#faq {
  padding: var(--section-padding);
  background: var(--color-cream);
}

.faq-list {
  max-width: 820px;
  margin: 44px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ── FAQ Item ── */
.faq-item {
  background: var(--color-white);
  border: 1.5px solid rgba(201,168,76,0.2);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item:hover {
  border-color: rgba(201,168,76,0.45);
  box-shadow: 0 4px 20px rgba(201,168,76,0.1);
}
.faq-item.open {
  border-color: var(--color-gold);
  box-shadow: 0 6px 28px rgba(201,168,76,0.14);
}

/* ── Frage-Button ── */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 20px;
  text-align: left;
  transition: background 0.2s ease;
}
.faq-question:hover {
  background: rgba(201,168,76,0.04);
}
.faq-item.open .faq-question {
  background: rgba(201,168,76,0.06);
}

.faq-q-text {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-charcoal);
  line-height: 1.35;
  flex: 1;
  transition: color 0.2s;
}
.faq-item.open .faq-q-text {
  color: var(--color-gold-dark);
}

/* ── Icon: + wird zu × ── */
.faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(201,168,76,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  background: rgba(201,168,76,0.07);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.faq-icon svg {
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.faq-item.open .faq-icon {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-charcoal);
}
/* + → × beim Öffnen: vertikale Linie dreht sich 45° */
.faq-item.open .faq-icon svg {
  transform: rotate(45deg);
}

/* ── Antwort ── */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s cubic-bezier(0.4,0,0.2,1);
}

.faq-answer-inner {
  padding: 0 26px 24px;
  border-top: 1px solid rgba(201,168,76,0.12);
  padding-top: 18px;
}
.faq-answer-inner p {
  color: var(--color-text-light);
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 10px;
}
.faq-answer-inner p:last-child { margin-bottom: 0; }
.faq-answer-inner ul,
.faq-answer-inner ol {
  padding-left: 18px;
  color: var(--color-text-light);
  font-size: 0.93rem;
  line-height: 1.8;
}
.faq-answer-inner li { margin-bottom: 5px; }
.faq-answer-inner strong { color: var(--color-charcoal); font-weight: 600; }
.faq-answer-inner a { color: var(--color-gold-dark); text-decoration: underline; }


/* ========================================================
   SECTION: KONTAKT
======================================================== */
#kontakt {
  padding: var(--section-padding);
  background: var(--color-white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
  align-items: start;
}

.contact-info h3 {
  font-size: 1.35rem;
  margin-bottom: 18px;
}
.contact-info p { color: var(--color-text-light); margin-bottom: 32px; }

.contact-items { display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-item-icon {
  width: 44px; height: 44px;
  background: var(--color-cream);
  border: var(--border-gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-gold);
  font-size: 0.95rem;
  flex-shrink: 0;
}
.contact-item-text strong { display: block; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-text-light); margin-bottom: 3px; }
.contact-item-text a { color: var(--color-charcoal); font-weight: 500; transition: var(--transition); }
.contact-item-text a:hover { color: var(--color-gold); }

.contact-social {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.social-link {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: var(--border-gold);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-gold);
  font-size: 0.95rem;
  transition: var(--transition);
}
.social-link:hover { background: var(--color-gold); color: var(--color-charcoal); }

.contact-form {
  background: var(--color-cream);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 48px 44px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--color-text-light);
  margin-bottom: 7px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  background: var(--color-white);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--color-text);
  transition: var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.78rem; color: var(--color-text-light); margin-top: 12px; }
.form-note a { color: var(--color-gold); }

/* ========================================================
   CTA BAND
======================================================== */
.cta-band {
  padding: 90px 24px;
  background: linear-gradient(135deg, #2a2620 0%, #3d3020 50%, #2a2620 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(201,168,76,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(201,168,76,0.08) 0%, transparent 60%);
}
.cta-band .section-eyebrow { color: var(--color-gold-light); }
.cta-band h2 { color: #fff; position: relative; }
.cta-band p  { color: rgba(255,255,255,0.7); font-size: 1.05rem; max-width: 560px; margin: 18px auto 36px; position: relative; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ========================================================
   FOOTER
======================================================== */
#site-footer {
  background: #1a1612;
  color: rgba(255,255,255,0.65);
  padding: 70px 24px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}

.footer-brand .site-logo { color: #fff; margin-bottom: 16px; }
.footer-brand p { font-size: 0.88rem; line-height: 1.75; margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-gold);
  font-size: 0.85rem;
  transition: var(--transition);
}
.footer-social a:hover { background: var(--color-gold); color: var(--color-charcoal); border-color: var(--color-gold); }

.footer-col h5 {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  margin-bottom: 20px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  transition: var(--transition);
}
.footer-links a:hover { color: var(--color-gold); padding-left: 4px; }

.footer-bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
}
.footer-bottom a { color: rgba(255,255,255,0.5); transition: var(--transition); }
.footer-bottom a:hover { color: var(--color-gold); }
.footer-legal { display: flex; gap: 20px; }

/* ========================================================
   WHATSAPP BUTTON
======================================================== */
.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  transition: var(--transition);
  text-decoration: none;
}
.whatsapp-btn:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,0.5); }
.whatsapp-btn svg { width: 30px; height: 30px; fill: #fff; }
.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-charcoal);
  color: #fff;
  font-size: 0.78rem;
  padding: 7px 14px;
  border-radius: 30px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}
.whatsapp-btn:hover .whatsapp-tooltip { opacity: 1; }

/* ========================================================
   COOKIE BANNER (DSGVO)
======================================================== */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 10000;
  background: var(--color-charcoal);
  border-top: 2px solid var(--color-gold);
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 -8px 40px rgba(0,0,0,0.3);
}
#cookie-banner.visible { transform: translateY(0); }
.cookie-text {
  flex: 1;
  min-width: 260px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.8);
}
.cookie-text strong { color: #fff; }
.cookie-text a { color: var(--color-gold); }
.cookie-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-accept,
.cookie-decline {
  padding: 10px 24px;
  border-radius: var(--radius);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  min-width: 160px;
  text-align: center;
}
.cookie-accept {
  background: var(--color-gold);
  color: var(--color-charcoal);
  border: 2px solid var(--color-gold);
}
.cookie-accept:hover { background: var(--color-gold-light); border-color: var(--color-gold-light); }
.cookie-decline {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 2px solid rgba(255,255,255,0.4);
}
.cookie-decline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.08); }

/* ========================================================
   SCROLL-REVEAL ANIMATIONS
======================================================== */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
/* Nur animieren wenn JS geladen ist */
.js-loaded .reveal {
  opacity: 0;
  transform: translateY(30px);
}
.js-loaded .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================================
   KEYFRAMES
======================================================== */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes bounce {
  0%, 100% { transform: translateX(50%) translateY(0); }
  50%       { transform: translateX(50%) translateY(8px); }
}

/* ========================================================
   SEO KEYWORD CLOUD (visually hidden for humans, visible to crawlers)
======================================================== */
.seo-keywords {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

/* ========================================================
   RESPONSIVE
======================================================== */
@media (max-width: 1024px) {
  .services-grid,
  .packages-grid,
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid  { grid-template-columns: 1fr 1fr; }
  .about-grid   { grid-template-columns: 1fr; gap: 48px; }
  .about-image-wrap img { height: 380px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(4) { grid-column: span 1; }
  .timeline::before { display: none; }
  .timeline-item { grid-template-columns: 1fr; }
  .timeline-item:nth-child(even) .timeline-content { grid-column: 1; }
  .timeline-item:nth-child(even) .timeline-empty   { display: none; }
  .timeline-dot { justify-content: flex-start; padding-left: 10px; margin-bottom: 10px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* Desktop: Dropdown-Nav sichtbar, Hamburger versteckt */
.nav-menu { display: flex; }
.mobile-nav { display: none; }
.menu-toggle { display: none; }

/* Tablet & Mobil: Hamburger-Nav */
@media (max-width: 768px) {
  .nav-menu { display: none !important; }
  .mobile-nav { display: block; }
  .menu-toggle { display: flex; }
}

@media (max-width: 768px) {
  :root { --section-padding: 130px 20px; }
  .services-grid,
  .packages-grid,
  .reviews-grid { grid-template-columns: 1fr; }
  .package-card.featured { transform: none; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item { height: 200px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 30px 22px; }
  #cookie-banner { flex-direction: column; align-items: flex-start; padding: 18px 20px; }
  .about-features { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-buttons { flex-direction: column; align-items: center; }
  .hero-buttons .btn { width: 100%; max-width: 280px; text-align: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
}


/* ========================================================
   SLIDER FORTSCHRITTSBALKEN
======================================================== */
.slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255,255,255,0.18);
  z-index: 20;
  overflow: hidden;
}
.slider-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--color-gold-dark), var(--color-gold-light), #fff);
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(201,168,76,0.7);
}

/* ========================================================
   SOCIAL SIDEBAR – rechte Seite im Slider
======================================================== */
.slider-social-sidebar {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ssb-btn {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  width: 48px;
  height: 52px;
  overflow: hidden;
  background: rgba(20,16,10,0.55);
  backdrop-filter: blur(8px);
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  transition: width 0.35s cubic-bezier(0.4,0,0.2,1), background 0.25s ease;
  position: relative;
  border-left: 3px solid transparent;
  white-space: nowrap;
}
.ssb-btn:first-child { border-radius: 6px 0 0 0; }
.ssb-btn:last-child  { border-radius: 0 0 0 6px; }

.ssb-icon {
  width: 48px;
  min-width: 48px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ssb-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-right: 16px;
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
  font-family: var(--font-sans);
}

.ssb-btn:hover {
  width: 150px;
  background: rgba(20,16,10,0.82);
}
.ssb-btn:hover .ssb-label { opacity: 1; }

/* Brand colours on hover */
.ssb-facebook:hover  { border-left-color: #1877F2; background: rgba(24,119,242,0.85); }
.ssb-instagram:hover { border-left-color: #E1306C; background: linear-gradient(135deg,rgba(131,58,180,0.9),rgba(225,48,108,0.9)); }
.ssb-google:hover    { border-left-color: #EA4335; background: rgba(234,67,53,0.85); }
.ssb-whatsapp:hover  { border-left-color: #25D366; background: rgba(37,211,102,0.85); }

/* Mobile: hide labels always, smaller buttons */
@media (max-width: 768px) {
  .slider-social-sidebar { display: none; }
}

/* ========================================================
   SCROLL TO TOP BUTTON
======================================================== */
#scroll-to-top {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 9997; /* unter WhatsApp (9998) aber über allem anderen */
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-white);
  border: 2px solid var(--color-gold);
  color: var(--color-gold-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
  box-shadow: 0 4px 20px rgba(42,38,32,0.15);
}
#scroll-to-top.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
#scroll-to-top:hover {
  background: var(--color-gold);
  color: var(--color-charcoal);
  box-shadow: 0 6px 28px rgba(201,168,76,0.4);
  transform: translateY(-3px) scale(1.05);
}
#scroll-to-top:active {
  transform: scale(0.95);
}
#scroll-to-top::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px solid var(--color-gold);
  opacity: 0;
  transition: opacity 0.3s;
}
#scroll-to-top.visible:hover::before {
  animation: pulseRing 1.2s ease-out infinite;
}
@keyframes pulseRing {
  0%   { transform: scale(1);   opacity: 0.6; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* ========================================================
   KONTAKT KARTEN-LAYOUT (kein Formular)
======================================================== */

/* Schrift-Bereich */
.contact-headline-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.contact-big-script {
  display: block;
  font-family: var(--font-script);
  font-size: clamp(2.8rem, 7vw, 6rem);
  color: var(--color-gold);
  line-height: 1.1;
  margin-bottom: 14px;
  text-shadow: 0 2px 20px rgba(201,168,76,0.15);
}
.contact-tagline {
  font-size: 1rem;
  color: var(--color-text-light);
  line-height: 1.7;
}

/* Karten-Grid */
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--color-white);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 24px 22px;
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.contact-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--color-gold);
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: bottom;
}
.contact-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
  border-color: var(--color-gold);
}
.contact-card:hover::before { transform: scaleY(1); }

.contact-card-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  background: var(--color-cream);
  border: var(--border-gold);
  color: var(--color-gold);
  transition: var(--transition);
}
.contact-card:hover .contact-card-icon {
  background: var(--color-gold);
  color: #fff;
  border-color: var(--color-gold);
}
.contact-card-icon svg { width: 20px; height: 20px; }

.contact-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.contact-card-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-light);
  font-weight: 600;
}
.contact-card-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-charcoal);
  font-family: var(--font-serif);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-card-hint {
  font-size: 0.78rem;
  color: var(--color-gold);
  font-weight: 500;
}
.contact-card-arrow {
  font-size: 1.1rem;
  color: var(--color-gold);
  opacity: 0;
  transform: translateX(-6px);
  transition: var(--transition);
  flex-shrink: 0;
}
.contact-card:hover .contact-card-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Brand-Farben subtil */
.contact-card--whatsapp:hover { border-color: #25D366; }
.contact-card--whatsapp:hover .contact-card-icon { background: #25D366; border-color: #25D366; }
.contact-card--whatsapp:hover::before { background: #25D366; }
.contact-card--whatsapp:hover .contact-card-hint { color: #25D366; }
.contact-card--whatsapp:hover .contact-card-arrow { color: #25D366; }

.contact-card--fb:hover { border-color: #1877F2; }
.contact-card--fb:hover .contact-card-icon { background: #1877F2; border-color: #1877F2; }
.contact-card--fb:hover::before { background: #1877F2; }
.contact-card--fb:hover .contact-card-hint { color: #1877F2; }
.contact-card--fb:hover .contact-card-arrow { color: #1877F2; }

.contact-card--ig:hover { border-color: #E1306C; }
.contact-card--ig:hover .contact-card-icon { background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); border-color: #E1306C; }
.contact-card--ig:hover::before { background: linear-gradient(180deg,#833ab4,#E1306C); }
.contact-card--ig:hover .contact-card-hint { color: #E1306C; }
.contact-card--ig:hover .contact-card-arrow { color: #E1306C; }

.contact-card--google:hover { border-color: #EA4335; }
.contact-card--google:hover .contact-card-icon { background: #EA4335; border-color: #EA4335; }
.contact-card--google:hover::before { background: #EA4335; }
.contact-card--google:hover .contact-card-hint { color: #EA4335; }
.contact-card--google:hover .contact-card-arrow { color: #EA4335; }

/* Region Info Bar */
.contact-region {
  margin-top: 16px;
}
.contact-region-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--color-cream);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 18px 28px;
  justify-content: center;
}
.contact-region-icon { font-size: 1.4rem; }
.contact-region-inner strong {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-light);
  margin-bottom: 3px;
}
.contact-region-inner span {
  font-size: 0.95rem;
  color: var(--color-charcoal);
  font-weight: 500;
}

/* Responsive Contact Cards */
@media (max-width: 1024px) {
  .contact-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .contact-cards-grid { grid-template-columns: 1fr; }
  .contact-big-script { font-size: 2.5rem; }
}

/* ========================================================
   BUCHUNGSFORMULAR
======================================================== */
#buchung {
  padding: var(--section-padding);
  background: var(--color-cream);
}

.booking-section-header { margin-bottom: 52px; }

/* ── Step-Indicator ── */
.booking-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 52px;
  flex-wrap: wrap;
  row-gap: 16px;
}

.bstep {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.bstep-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--color-cream-dark);
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-text-light);
  transition: var(--transition);
}
.bstep-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--color-text-light);
  transition: var(--transition);
  white-space: nowrap;
}

.bstep.active .bstep-circle {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-charcoal);
  box-shadow: 0 4px 18px rgba(201,168,76,0.35);
}
.bstep.active .bstep-label { color: var(--color-gold-dark); }

.bstep.done .bstep-circle {
  background: var(--color-charcoal);
  border-color: var(--color-charcoal);
  color: #fff;
}
.bstep.done .bstep-label { color: var(--color-charcoal); }

.bstep-line {
  flex: 1;
  height: 2px;
  background: var(--color-cream-dark);
  min-width: 40px;
  max-width: 100px;
  margin-bottom: 24px;
  transition: background 0.4s ease;
  position: relative;
}
.bstep-line::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--color-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.bstep-line.filled::after { transform: scaleX(1); }

/* ── Form Wrap ── */
.booking-form-wrap {
  background: var(--color-white);
  border: var(--border-gold);
  border-radius: 6px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

/* ── Step Panels ── */
.booking-step-panel {
  display: none;
  padding: 52px 52px 44px;
  animation: bpanelIn 0.4s ease;
}
.booking-step-panel.active { display: block; }

@keyframes bpanelIn {
  from { opacity: 0; transform: translateX(24px); }
  to   { opacity: 1; transform: translateX(0); }
}
.bpanel-exit {
  animation: bpanelOut 0.25s ease forwards !important;
}
@keyframes bpanelOut {
  to { opacity: 0; transform: translateX(-24px); }
}

.bpanel-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: var(--border-gold);
}
.bpanel-icon {
  font-size: 2.2rem;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  background: var(--color-cream);
  border: var(--border-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bpanel-title h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}
.bpanel-title p {
  font-size: 0.9rem;
  color: var(--color-text-light);
  margin: 0;
}

/* ── Form Fields ── */
.bform-grid { display: grid; gap: 20px; margin-bottom: 22px; }
.bform-grid--2 { grid-template-columns: 1fr 1fr; }
.bform-grid--3 { grid-template-columns: 1fr 1fr 1fr; }

.bform-group { margin-bottom: 22px; }
.bform-group label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--color-text-light);
  margin-bottom: 8px;
}
.bform-group input,
.bform-group select,
.bform-group textarea {
  width: 100%;
  padding: 13px 16px;
  background: var(--color-cream);
  border: 1.5px solid var(--color-cream-dark);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 0.97rem;
  color: var(--color-text);
  transition: var(--transition);
  outline: none;
  -webkit-appearance: none;
}
.bform-group input:focus,
.bform-group select:focus,
.bform-group textarea:focus {
  border-color: var(--color-gold);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}
.bform-group input.error,
.bform-group select.error,
.bform-group textarea.error {
  border-color: #e53935;
  background: #fff8f8;
}
.bform-group textarea { resize: vertical; min-height: 100px; }
.bform-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B6255' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 40px;
  cursor: pointer;
}

.bform-error {
  display: block;
  font-size: 0.78rem;
  color: #e53935;
  margin-top: 5px;
  min-height: 18px;
}

/* ── Checkboxes ── */
.bform-checkboxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 8px;
}
.bcheckbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--color-text);
  padding: 10px 14px;
  border: 1.5px solid var(--color-cream-dark);
  border-radius: var(--radius);
  background: var(--color-cream);
  transition: var(--transition);
  user-select: none;
}
.bcheckbox:hover { border-color: var(--color-gold); background: var(--color-white); }
.bcheckbox input[type="checkbox"] { display: none; }
.bcheckbox-box {
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-cream-dark);
  border-radius: 3px;
  flex-shrink: 0;
  position: relative;
  transition: var(--transition);
  background: var(--color-white);
}
.bcheckbox input:checked ~ .bcheckbox-box {
  background: var(--color-gold);
  border-color: var(--color-gold);
}
.bcheckbox input:checked ~ .bcheckbox-box::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: 2px solid var(--color-charcoal);
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.bcheckbox input:checked ~ * { color: var(--color-charcoal); }
.bcheckbox:has(input:checked) {
  border-color: var(--color-gold);
  background: rgba(201,168,76,0.06);
}
/* ── DSGVO Zustimmungsfeld ── */
.bform-group--consent {
  margin-top: 8px;
  margin-bottom: 4px;
}

.bconsent-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(201,168,76,0.06);
  border: 1.5px solid rgba(201,168,76,0.25);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  user-select: none;
}
.bconsent-label:hover {
  border-color: rgba(201,168,76,0.5);
  background: rgba(201,168,76,0.09);
}

/* Checkbox-Bereich */
.bconsent-checkbox-wrap {
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}
.bconsent-checkbox-wrap input[type="checkbox"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
}

/* Custom Checkbox-Box – kompakte Größe */
.bconsent-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background: var(--color-white);
  transition: all 0.18s ease;
  flex-shrink: 0;
}
.bconsent-check {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.18s ease, transform 0.18s ease;
  stroke: var(--color-charcoal);
}

/* Checked-State */
.bconsent-checkbox-wrap input:checked ~ .bconsent-box {
  background: var(--color-gold);
  border-color: var(--color-gold);
}
.bconsent-checkbox-wrap input:checked ~ .bconsent-box .bconsent-check {
  opacity: 1;
  transform: scale(1);
}

/* Focus-State */
.bconsent-checkbox-wrap input:focus-visible ~ .bconsent-box {
  outline: 3px solid rgba(201,168,76,0.5);
  outline-offset: 2px;
}

/* Text */
.bconsent-text {
  font-size: 0.85rem;
  color: var(--color-text-light);
  line-height: 1.65;
}
.bconsent-text a {
  color: var(--color-gold-dark);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(201,168,76,0.4);
  transition: color 0.2s;
}
.bconsent-text a:hover { color: var(--color-gold); }
.bconsent-required {
  display: inline;
  margin-left: 4px;
  font-size: 0.75rem;
  color: var(--color-text-light);
  opacity: 0.55;
  font-style: italic;
}

/* Fehlerzustand */
.bform-group--consent.has-error .bconsent-label {
  border-color: #e53935;
  background: rgba(229,57,53,0.04);
}
.bform-group--consent .bform-error {
  display: block;
  margin-top: 6px;
  padding: 7px 12px;
  background: rgba(229,57,53,0.08);
  border-left: 3px solid #e53935;
  border-radius: 0 3px 3px 0;
  font-size: 0.82rem;
  color: #c62828;
  font-weight: 500;
}
.bform-group--consent .bform-error:empty { display: none; }

/* ── Paket-Selector ── */
.bpackage-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
  margin-top: 8px;
}
.bpkg-card {
  cursor: pointer;
  display: block;
  position: relative;
}
.bpkg-card input[type="radio"] { display: none; }
.bpkg-inner {
  border: 2px solid var(--color-cream-dark);
  border-radius: var(--radius);
  padding: 20px 16px;
  text-align: center;
  background: var(--color-cream);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.bpkg-card:hover .bpkg-inner {
  border-color: var(--color-gold);
  background: var(--color-white);
}
.bpkg-card input:checked ~ .bpkg-inner {
  border-color: var(--color-gold);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.bpkg-card input:checked ~ .bpkg-inner::after {
  content: '✓';
  position: absolute;
  top: 6px;
  right: 9px;
  font-size: 0.8rem;
  color: var(--color-gold);
  font-weight: 700;
}
.bpkg-featured .bpkg-inner {
  border-color: rgba(201,168,76,0.5);
}
.bpkg-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: var(--color-gold);
  color: var(--color-charcoal);
  padding: 3px 8px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.bpkg-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-charcoal);
  margin-bottom: 4px;
}
.bpkg-price {
  display: block;
  font-size: 0.82rem;
  color: var(--color-text-light);
  font-weight: 500;
}

/* ── Zusammenfassung ── */
.booking-summary {
  background: var(--color-cream);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 28px 30px;
  margin-bottom: 28px;
}
.booking-summary h4 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  margin-bottom: 18px;
  color: var(--color-charcoal);
}
.bsummary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.bsummary-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bsummary-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-light);
}
.bsummary-value {
  font-size: 0.92rem;
  color: var(--color-charcoal);
  font-weight: 500;
}
.bsummary-value:empty::before { content: '–'; color: var(--color-cream-dark); }

/* ── Navigation Buttons ── */
.bstep-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding-top: 28px;
  border-top: var(--border-gold);
}
.btn-outline-dark {
  background: transparent;
  color: var(--color-text-light);
  border: 1.5px solid var(--color-cream-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
}
.btn-outline-dark:hover {
  border-color: var(--color-charcoal);
  color: var(--color-charcoal);
}
.bnext, .btn-submit-booking {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-submit-booking:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.spin { animation: spin 0.8s linear infinite; }

/* ── Erfolg-Panel ── */
.booking-success {
  padding: 80px 52px;
  text-align: center;
}
.booking-success-inner {
  max-width: 560px;
  margin: 0 auto;
}
.success-icon {
  font-size: 4rem;
  margin-bottom: 24px;
  animation: successPop 0.6s cubic-bezier(0.34,1.56,0.64,1) forwards;
}
@keyframes successPop {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.booking-success h3 {
  font-size: 2rem;
  margin-bottom: 16px;
  color: var(--color-charcoal);
}
.booking-success p {
  color: var(--color-text-light);
  font-size: 1rem;
  line-height: 1.75;
}
.success-details {
  background: var(--color-cream);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-top: 24px;
  text-align: left;
  font-size: 0.88rem;
  color: var(--color-text-light);
  line-height: 1.9;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .booking-step-panel { padding: 32px 22px 28px; }
  .bform-grid--2,
  .bform-grid--3 { grid-template-columns: 1fr; }
  .bstep-line { min-width: 24px; }
  .bstep-label { font-size: 0.65rem; }
  .bsummary-grid { grid-template-columns: 1fr; }
  .bpackage-selector { grid-template-columns: 1fr 1fr; }
  .booking-success { padding: 48px 22px; }
}
@media (max-width: 480px) {
  .bpackage-selector { grid-template-columns: 1fr; }
  .bform-checkboxes { grid-template-columns: 1fr; }
  .booking-steps { gap: 6px; }
  .bstep-line { display: none; }
}

/* ========================================================
   BUCHUNGSSEITE – page-buchung.php
======================================================== */

/* Hero */
.page-buchung-hero {
  background: linear-gradient(135deg, var(--color-charcoal) 0%, #3d2e1a 55%, var(--color-charcoal) 100%);
  padding: 100px 24px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-buchung-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 60%, rgba(201,168,76,0.1) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 40%, rgba(201,168,76,0.08) 0%, transparent 55%);
}
.page-buchung-hero .container { position: relative; }
.page-buchung-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem,5vw,4rem);
  color: #fff;
  margin-bottom: 16px;
}
.page-buchung-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  max-width: 580px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.buchung-trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.trust-badge {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 30px;
  padding: 7px 16px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.8);
  backdrop-filter: blur(4px);
}

/* Main Layout */
.page-buchung-main {
  padding: 64px 0 100px;
  background: var(--color-cream);
}
.buchung-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}

/* Paket-Karte selected state */
.bpkg-card.selected .bpkg-inner {
  border-color: var(--color-gold);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}

/* Paket-Features in Formular */
.bpkg-features {
  list-style: none;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bpkg-features li {
  font-size: 0.72rem;
  color: var(--color-text-light);
  text-align: left;
}

/* Required Asterisk */
.req { color: var(--color-gold); }
.bform-hint { font-size: 0.75rem; color: var(--color-text-light); text-transform: none; letter-spacing: 0; font-weight: 400; }

/* Global error */
.bform-global-error {
  background: #fdecea;
  border: 1px solid #ef9a9a;
  color: #c62828;
  border-radius: var(--radius);
  padding: 14px 18px;
  font-size: 0.88rem;
  margin-bottom: 20px;
}

/* Summary header */
.bsummary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.bsummary-edit {
  background: none;
  border: 1.5px solid var(--color-gold);
  color: var(--color-gold-dark);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  cursor: pointer;
  transition: var(--transition);
}
.bsummary-edit:hover { background: var(--color-gold); color: var(--color-charcoal); }

/* ── Buchungs-Sidebar ── */
.buchung-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}
.bsidebar-card {
  background: var(--color-white);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-soft);
}
.bsidebar-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--color-charcoal);
  margin-bottom: 10px;
}
.bsidebar-card p {
  font-size: 0.88rem;
  color: var(--color-text-light);
  line-height: 1.7;
  margin-bottom: 16px;
}
.bsidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-charcoal);
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--color-cream);
  margin-bottom: 8px;
  transition: var(--transition);
  text-decoration: none;
  border: var(--border-gold);
}
.bsidebar-link:hover { background: var(--color-gold); color: var(--color-charcoal); }
.bsidebar-link--wa:hover { background: #25D366; color: #fff; border-color: #25D366; }
.bsidebar-link-icon { font-size: 1.1rem; }

.bsidebar-reasons {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bsidebar-reasons li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--color-text-light);
  line-height: 1.5;
}
.bsidebar-reasons span { font-size: 1rem; flex-shrink: 0; margin-top: 1px; }

.bsidebar-stars { color: var(--color-gold); font-size: 1.1rem; margin-bottom: 12px; }
.bsidebar-quote {
  font-style: italic;
  font-size: 0.88rem;
  color: var(--color-text-light);
  line-height: 1.7;
  margin-bottom: 10px;
  border-left: 2px solid var(--color-gold);
  padding-left: 12px;
}
.bsidebar-cite { font-size: 0.78rem; color: var(--color-text-light); }
.bsidebar-google-link {
  display: block;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--color-gold);
  font-weight: 600;
  transition: var(--transition);
}
.bsidebar-google-link:hover { color: var(--color-gold-dark); }

.bsidebar-steps {
  padding-left: 0;
  list-style: none;
  counter-reset: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bsidebar-steps li {
  font-size: 0.88rem;
  color: var(--color-text-light);
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}
.bsidebar-steps li::before {
  content: counter(list-item) '.';
  counter-increment: list-item;
  position: absolute;
  left: 0;
  color: var(--color-gold);
  font-weight: 700;
  font-family: var(--font-serif);
}
.bsidebar-steps { counter-reset: list-item; }

/* ========================================================
   DANKE-SEITE – page-danke.php
======================================================== */
.danke-hero {
  background: linear-gradient(135deg, #1a1410 0%, var(--color-charcoal) 40%, #2d2010 100%);
  min-height: 75vh;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 80px 24px;
}

/* Floating particles */
.danke-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.danke-particle {
  position: absolute;
  top: -20px;
  animation: floatUp linear infinite;
  user-select: none;
}
@keyframes floatUp {
  0%   { transform: translateY(0) rotate(0deg);   opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 0.8; }
  100% { transform: translateY(110vh) rotate(720deg); opacity: 0; }
}

.danke-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

/* Animated rings */
.danke-icon-wrap {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.danke-ring-outer,
.danke-ring-inner {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(201,168,76,0.35);
  animation: pulseDanke 3s ease-in-out infinite;
}
.danke-ring-outer { inset: 0; }
.danke-ring-inner { inset: 12px; animation-delay: 0.5s; }
@keyframes pulseDanke {
  0%,100% { transform: scale(1); opacity: 0.4; }
  50%     { transform: scale(1.08); opacity: 0.8; }
}
.danke-icon {
  font-size: 3rem;
  position: relative;
  z-index: 1;
  animation: dankeIconIn 0.8s cubic-bezier(0.34,1.56,0.64,1) 0.3s both;
}
@keyframes dankeIconIn {
  from { transform: scale(0) rotate(-20deg); opacity: 0; }
  to   { transform: scale(1) rotate(0deg);   opacity: 1; }
}

.danke-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  animation: fadeUp 0.7s 0.5s both;
}
.danke-title em {
  font-style: italic;
  color: var(--color-gold-light);
}
.danke-subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
  margin-bottom: 32px;
  animation: fadeUp 0.7s 0.7s both;
}
.danke-subtitle strong { color: var(--color-gold-light); }

.danke-summary-pill {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  animation: fadeUp 0.7s 0.9s both;
}
.danke-summary-pill span {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
  backdrop-filter: blur(4px);
}

/* Nächste Schritte */
.danke-next {
  padding: var(--section-padding);
  background: var(--color-white);
}
.danke-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}
.danke-steps-grid::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(12.5%);
  right: calc(12.5%);
  height: 2px;
  background: linear-gradient(90deg, var(--color-gold), var(--color-gold-light), var(--color-gold));
  z-index: 0;
  opacity: 0.4;
}
.danke-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.danke-step-num {
  width: 44px;
  height: 44px;
  background: var(--color-gold);
  border-radius: 50%;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-charcoal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: var(--shadow-gold);
}
.danke-step-icon { font-size: 1.8rem; margin-bottom: 12px; }
.danke-step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.danke-step p  { font-size: 0.88rem; color: var(--color-text-light); line-height: 1.65; }

/* Social Section */
.danke-social-section {
  padding: var(--section-padding);
  background: var(--color-cream);
}
.danke-social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.danke-social-card {
  background: var(--color-white);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 36px 30px;
  box-shadow: var(--shadow-soft);
}
.danke-social-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.danke-social-card p  { font-size: 0.9rem; color: var(--color-text-light); line-height: 1.7; margin-bottom: 20px; }
.danke-social-links { display: flex; flex-direction: column; gap: 10px; }
.danke-social-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  border: 2px solid transparent;
}
.danke-fb  { background: #e8f0fd; color: #1877F2; border-color: rgba(24,119,242,0.2); }
.danke-ig  { background: #fde8f0; color: #E1306C; border-color: rgba(225,48,108,0.2); }
.danke-fb:hover { background: #1877F2; color: #fff; }
.danke-ig:hover { background: #E1306C; color: #fff; }
.danke-google-card { border-color: rgba(234,67,53,0.3); }
.danke-google-stars { font-size: 1.5rem; margin-bottom: 12px; color: var(--color-gold); }

/* WhatsApp CTA Band */
.danke-wa-cta {
  background: var(--color-charcoal);
  padding: 28px 24px;
  border-top: 2px solid rgba(201,168,76,0.2);
}
.danke-wa-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.danke-wa-inner strong { display: block; color: #fff; margin-bottom: 4px; }
.danke-wa-inner span  { color: rgba(255,255,255,0.65); font-size: 0.9rem; }

/* ── Responsive Buchungsseite & Dankeseite ── */
@media (max-width: 1100px) {
  .buchung-layout { grid-template-columns: 1fr; }
  .buchung-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .danke-steps-grid { grid-template-columns: repeat(2,1fr); }
  .danke-steps-grid::before { display: none; }
  .danke-social-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .buchung-sidebar { grid-template-columns: 1fr; }
  .danke-steps-grid { grid-template-columns: 1fr 1fr; }
  .danke-social-grid { grid-template-columns: 1fr; }
  .danke-wa-inner { flex-direction: column; align-items: flex-start; }
  .page-buchung-hero { padding: 80px 20px 52px; }
}
@media (max-width: 480px) {
  .danke-steps-grid { grid-template-columns: 1fr; }
}

/* ========================================================
   SERVICE CARDS – Drehende SVG-Icons
======================================================== */

/* Wrapper zentriert das Icon und hält die Größe */
.service-icon-wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: color-mix(in srgb, var(--leistung-farbe, var(--color-gold)) 10%, transparent);
  border-radius: 50%;
  border: 1.5px solid color-mix(in srgb, var(--leistung-farbe, var(--color-gold)) 25%, transparent);
  transition: background .3s, border-color .3s;
}
.service-card:hover .service-icon-wrap {
  background: color-mix(in srgb, var(--leistung-farbe, var(--color-gold)) 18%, transparent);
}

/* Das SVG selbst */
.service-svg-icon {
  width: 80px;
  height: 80px;
  color: var(--leistung-farbe, var(--color-gold));
  transition: color 0.3s ease;
  animation: iconSpin 18s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

/* Auf Hover: schneller drehen + Glow in Leistungsfarbe */
.service-card:hover .service-svg-icon {
  animation-duration: 4s;
  color: var(--leistung-farbe, var(--color-gold-dark));
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--leistung-farbe, var(--color-gold)) 60%, transparent));
}

/* Jede Karte bekommt eine leicht andere Startphase,
   damit nicht alle synchron laufen */
.service-card:nth-child(1) .service-svg-icon { animation-delay:    0s; }
.service-card:nth-child(2) .service-svg-icon { animation-delay:  -3s; }
.service-card:nth-child(3) .service-svg-icon { animation-delay:  -6s; }
.service-card:nth-child(4) .service-svg-icon { animation-delay:  -9s; }
.service-card:nth-child(5) .service-svg-icon { animation-delay: -12s; }
.service-card:nth-child(6) .service-svg-icon { animation-delay: -15s; }

@keyframes iconSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Alte .service-icon Emoji-Klasse überschreiben (Fallback) */
.service-icon {
  font-size: 2.2rem;
  margin-bottom: 20px;
  display: block;
  animation: none;
}

/* ========================================================
   FOOTER LEGAL NAV – Impressum · Datenschutz · Kontakt
======================================================== */
.footer-legal-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 4px;
  padding: 22px 0;
  border-top: 1px solid rgba(201,168,76,0.15);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  margin-bottom: 24px;
}

.footer-legal-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid rgba(201,168,76,0.18);
  transition: var(--transition);
  text-decoration: none;
}

.footer-legal-nav a:hover {
  color: var(--color-gold-light);
  border-color: rgba(201,168,76,0.5);
  background: rgba(201,168,76,0.07);
}

.flnav-icon { font-size: 0.95rem; }

.flnav-sep {
  color: rgba(201,168,76,0.3);
  font-size: 1.1rem;
  padding: 0 4px;
  user-select: none;
}

@media (max-width: 480px) {
  .flnav-sep { display: none; }
  .footer-legal-nav { gap: 8px; }
}

/* ========================================================
   LEGAL PAGES – Impressum & Datenschutz (shared)
======================================================== */
.legal-page-hero {
  background: linear-gradient(135deg, var(--color-charcoal) 0%, #3d2e1a 60%, var(--color-charcoal) 100%);
  padding: 90px 24px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.legal-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 80%, rgba(201,168,76,0.08) 0%, transparent 65%);
}
.legal-page-hero .container { position: relative; }
.legal-page-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: #fff;
  margin-top: 10px;
}

.legal-page-main {
  padding: 64px 0 100px;
  background: var(--color-white);
}

.legal-content-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.legal-section {
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--color-cream-dark);
}
.legal-section:last-of-type { border-bottom: none; }

.legal-section h2 {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  color: var(--color-charcoal);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-gold);
  display: inline-block;
}
.legal-section h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--color-charcoal);
  margin: 22px 0 10px;
}
.legal-section p {
  color: var(--color-text-light);
  line-height: 1.85;
  margin-bottom: 14px;
  font-size: 0.97rem;
}
.legal-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 14px 0;
}
.legal-section ul li {
  padding-left: 22px;
  position: relative;
  color: var(--color-text-light);
  font-size: 0.97rem;
  line-height: 1.7;
}
.legal-section ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--color-gold);
  font-size: 0.65rem;
  top: 5px;
}
.legal-section a {
  color: var(--color-gold-dark);
  text-decoration: underline;
  text-decoration-color: rgba(154,120,53,0.35);
  transition: var(--transition);
}
.legal-section a:hover { color: var(--color-gold); }

.legal-notice {
  background: #fff8e8;
  border: 1.5px solid var(--color-gold);
  border-radius: var(--radius);
  padding: 20px 24px;
  font-size: 0.88rem;
  color: var(--color-text);
  line-height: 1.7;
  margin-top: 36px;
}

/* ========================================================
   KONTAKT-SEITE – page-kontakt.php
======================================================== */
.kontakt-hero { padding-bottom: 50px; }
.kontakt-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  margin-top: 14px;
  line-height: 1.7;
}

.kontakt-page-main {
  padding: 64px 0 100px;
  background: var(--color-cream);
}

.kontakt-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: start;
}

/* ── Info-Spalte ── */
.kontakt-info-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}

.kontakt-info-card {
  background: var(--color-white);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow-soft);
}
.kontakt-info-card h2 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.kontakt-info-card > p {
  font-size: 0.88rem;
  color: var(--color-text-light);
  line-height: 1.7;
  margin-bottom: 22px;
}
.kontakt-info-card a { color: var(--color-gold); }

.kontakt-channels {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kontakt-channel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1.5px solid var(--color-cream-dark);
  border-radius: var(--radius);
  background: var(--color-cream);
  color: var(--color-charcoal);
  text-decoration: none;
  transition: var(--transition);
}
.kontakt-channel:hover {
  border-color: var(--color-gold);
  background: var(--color-white);
  transform: translateX(3px);
}
.kontakt-channel--wa:hover { border-color: #25D366; background: #f0fff5; }
.kontakt-channel--fb:hover { border-color: #1877F2; background: #f0f5ff; }
.kontakt-channel--ig:hover { border-color: #E1306C; background: #fff0f5; }

.kontakt-channel-icon {
  width: 40px; height: 40px;
  background: var(--color-cream);
  border: var(--border-gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-gold);
  flex-shrink: 0;
  transition: var(--transition);
}
.kontakt-channel:hover .kontakt-channel-icon {
  background: var(--color-gold);
  color: var(--color-charcoal);
  border-color: var(--color-gold);
}
.kontakt-channel--wa:hover .kontakt-channel-icon { background: #25D366; border-color: #25D366; color: #fff; }
.kontakt-channel--fb:hover .kontakt-channel-icon { background: #1877F2; border-color: #1877F2; color: #fff; }
.kontakt-channel--ig:hover .kontakt-channel-icon { background: #E1306C; border-color: #E1306C; color: #fff; }

.kontakt-channel strong {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-light);
  margin-bottom: 2px;
}
.kontakt-channel span {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-charcoal);
}

.kontakt-response-card {
  background: var(--color-white);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: var(--shadow-soft);
}
.kontakt-response-icon { font-size: 1.6rem; flex-shrink: 0; }
.kontakt-response-card strong { display: block; font-size: 0.88rem; margin-bottom: 4px; }
.kontakt-response-card p { font-size: 0.85rem; color: var(--color-text-light); margin: 0; line-height: 1.6; }

.kontakt-booking-cta {
  background: linear-gradient(135deg, var(--color-charcoal), #3d2e1a);
  border-radius: var(--radius);
  padding: 26px 24px;
  text-align: center;
  border: 1.5px solid rgba(201,168,76,0.3);
}
.kontakt-booking-icon { font-size: 2rem; display: block; margin-bottom: 10px; }
.kontakt-booking-cta h3 { color: #fff; font-size: 1.05rem; margin-bottom: 8px; }
.kontakt-booking-cta p  { color: rgba(255,255,255,0.65); font-size: 0.85rem; line-height: 1.6; margin: 0; }

/* ── Formular-Spalte ── */
.kontakt-form-wrap {
  background: var(--color-white);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 48px 44px;
  box-shadow: var(--shadow-card);
}
.kontakt-form-header { margin-bottom: 36px; padding-bottom: 24px; border-bottom: var(--border-gold); }
.kontakt-form-header h2 { font-size: 1.5rem; margin-bottom: 8px; }
.kontakt-form-header p  { font-size: 0.9rem; color: var(--color-text-light); }

.kform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.kform-group { margin-bottom: 22px; }
.kform-group label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--color-text-light);
  margin-bottom: 8px;
}
.kform-hint { font-size: 0.72rem; text-transform: none; letter-spacing: 0; font-weight: 400; }
.kform-group input,
.kform-group select,
.kform-group textarea {
  width: 100%;
  padding: 13px 16px;
  background: var(--color-cream);
  border: 1.5px solid var(--color-cream-dark);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 0.97rem;
  color: var(--color-text);
  outline: none;
  transition: var(--transition);
  -webkit-appearance: none;
}
.kform-group input:focus,
.kform-group select:focus,
.kform-group textarea:focus {
  border-color: var(--color-gold);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}
.kform-input-error {
  border-color: #e53935 !important;
  background: #fff8f8 !important;
}
.kform-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B6255' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 40px;
  cursor: pointer;
}
.kform-group textarea { resize: vertical; min-height: 150px; }
.kform-error {
  display: block;
  font-size: 0.78rem;
  color: #e53935;
  margin-top: 5px;
  min-height: 18px;
}
.kform-group--checkbox { margin-bottom: 28px; }
.kform-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--color-text-light);
  line-height: 1.6;
}
.kform-checkbox input[type="checkbox"] { display: none; }
.kform-checkbox-box {
  width: 18px; height: 18px;
  border: 2px solid var(--color-cream-dark);
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  transition: var(--transition);
  background: var(--color-white);
}
.kform-checkbox input:checked ~ .kform-checkbox-box {
  background: var(--color-gold);
  border-color: var(--color-gold);
}
.kform-checkbox input:checked ~ .kform-checkbox-box::after {
  content: '';
  position: absolute;
  left: 4px; top: 1px;
  width: 5px; height: 9px;
  border: 2px solid var(--color-charcoal);
  border-top: none; border-left: none;
  transform: rotate(45deg);
}
.kform-checkbox a { color: var(--color-gold); }

.kf-submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
  padding: 16px 32px;
}
.kf-btn-text,
.kf-btn-loading { display: flex; align-items: center; gap: 10px; }

.kf-message {
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: 0.92rem;
  line-height: 1.6;
}
.kf-message--success {
  background: #e8f5e9;
  border: 1.5px solid #a5d6a7;
  color: #2e7d32;
}
.kf-message--error {
  background: #fdecea;
  border: 1.5px solid #ef9a9a;
  color: #c62828;
}

.kform-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--color-text-light);
  margin-top: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
  .kontakt-layout { grid-template-columns: 1fr; }
  .kontakt-info-col { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .kontakt-booking-cta { grid-column: span 2; }
}
@media (max-width: 768px) {
  .kontakt-info-col { grid-template-columns: 1fr; }
  .kontakt-booking-cta { grid-column: span 1; }
  .kontakt-form-wrap { padding: 30px 22px; }
  .kform-row { grid-template-columns: 1fr; }
}

/* ========================================================
   PROVENEXPERT WIDGET WRAPPER
======================================================== */
.provenexpert-wrap {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#proSealWidget {
  display: flex;
  justify-content: center;
}

/* ========================================================
   PAKET-KARTEN – Bilder
======================================================== */
.package-images {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--color-charcoal);
  aspect-ratio: 4 / 3;
}

.package-img-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.package-img-slide.active { opacity: 1; }

.package-img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Punkte-Navigation */
.package-img-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}
.pkg-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  cursor: pointer;
  transition: var(--transition);
  display: block;
}
.pkg-dot.active {
  background: var(--color-gold);
  transform: scale(1.3);
}

/* Gold-Gradient-Overlay am unteren Rand für Übergang zum Header */
.package-images::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, rgba(42,38,32,0.6));
  pointer-events: none;
}

/* ========================================================
   ONLINE-BUCHUNG BUTTON (Kontakt-Sektion)
======================================================== */
.contact-online-buchung {
  margin-bottom: 16px;
}
.contact-online-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, var(--color-charcoal), #3d2e1a);
  border: 2px solid var(--color-gold);
  border-radius: var(--radius);
  padding: 22px 30px;
  text-decoration: none;
  color: #fff;
  transition: var(--transition);
  box-shadow: var(--shadow-gold);
}
.contact-online-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(201,168,76,0.3);
  border-color: var(--color-gold-light);
}
.contact-online-icon {
  font-size: 2rem;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-online-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.contact-online-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-gold-light);
  font-weight: 600;
}
.contact-online-value {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
.contact-online-hint {
  font-size: 0.82rem;
  color: var(--color-gold);
  font-weight: 500;
}

/* ========================================================
   KONTAKT – Online-Buchung Button unter Überschrift
======================================================== */
.kontakt-online-wrap {
  max-width: 620px;
  margin: 28px auto 0;
}

.kontakt-online-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  background: linear-gradient(135deg, var(--color-charcoal) 0%, #3d2e1a 100%);
  border: 2px solid var(--color-gold);
  border-radius: var(--radius);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 6px 28px rgba(201,168,76,0.18);
  position: relative;
  overflow: hidden;
}

/* Goldener Shimmer-Effekt */
.kontakt-online-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.12) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.kontakt-online-btn:hover::before { opacity: 1; }

.kontakt-online-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(201,168,76,0.28);
  border-color: var(--color-gold-light);
}

/* Icon-Kreis */
.kontakt-online-icon {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(201,168,76,0.15);
  border: 1.5px solid rgba(201,168,76,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold-light);
  transition: background 0.25s ease;
}
.kontakt-online-btn:hover .kontakt-online-icon {
  background: rgba(201,168,76,0.25);
}

/* Text-Bereich */
.kontakt-online-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
}
.kontakt-online-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gold);
}
.kontakt-online-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.kontakt-online-sub {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}

/* Pfeil */
.kontakt-online-arrow {
  flex-shrink: 0;
  font-size: 1.4rem;
  color: var(--color-gold);
  font-weight: 300;
  transition: transform 0.25s ease;
}
.kontakt-online-btn:hover .kontakt-online-arrow {
  transform: translateX(5px);
}

/* Puls-Animation für Aufmerksamkeit */
@keyframes kontaktOnlinePulse {
  0%   { box-shadow: 0 6px 28px rgba(201,168,76,0.18); }
  50%  { box-shadow: 0 6px 40px rgba(201,168,76,0.38); }
  100% { box-shadow: 0 6px 28px rgba(201,168,76,0.18); }
}
.kontakt-online-btn {
  animation: kontaktOnlinePulse 3s ease-in-out infinite;
}
.kontakt-online-btn:hover {
  animation: none;
}

/* Divider zwischen Online-Buchung und den anderen Karten */
.contact-headline-wrap {
  margin-top: 44px;
}

@media(max-width:640px) {
  .kontakt-online-btn { flex-wrap: wrap; gap: 14px; padding: 18px 20px; }
  .kontakt-online-arrow { display: none; }
  .kontakt-online-title { font-size: 1.1rem; }
}

/* ── Hero Hinweis-Text (unter Herzlich Willkommen) ── */
.hero-hinweis-wrap {
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.8s 0.45s forwards;
}
.hero-hinweis {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 30px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
a.hero-hinweis:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.hero-hinweis-arrow {
  transition: transform 0.2s ease;
}
a.hero-hinweis:hover .hero-hinweis-arrow {
  transform: translateX(4px);
}
@media(max-width:600px) {
  .hero-hinweis { font-size: 0.78rem; padding: 7px 16px; }
}

/* ── Hero Countdown (in Hinweis-Leiste) ── */
.hero-hinweis-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.8s 0.45s forwards;
}

.hero-countdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 30px;
  background: rgba(0,0,0,0.45);
  border: 1.5px solid currentColor;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 700;
  backdrop-filter: blur(4px);
}
.hero-countdown-text {
  font-weight: 500;
  opacity: 0.85;
  font-size: 0.8rem;
}
.hero-countdown-val {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
}
@media(max-width:600px) {
  .hero-countdown { font-size: 0.76rem; padding: 7px 14px; }
  .hero-countdown-text { display: none; }
}
