/* ============================================================
   HeiratsantragPro – Hauptstylesheet
   Ästhetik: Luxuriös-romantisch, cream & gold, Playfair Display
   ============================================================ */

:root {
  --cream: #faf7f2;
  --cream-dark: #f0ebe1;
  --gold: #c9a84c;
  --gold-light: #e8d5a3;
  --gold-dark: #9a7a2e;
  --charcoal: #1a1a1a;
  --charcoal-soft: #2d2d2d;
  --gray: #6b6b6b;
  --gray-light: #d4d0c8;
  --white: #ffffff;
  --rose: #c9768e;
  --rose-light: #f5e0e7;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Lato', Arial, sans-serif;
  --radius: 4px;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 48px rgba(0,0,0,0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.7;
}

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

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.25; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 700; }
em { font-style: italic; color: var(--gold); }

.label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.75rem;
}

/* ── LAYOUT ── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.section-sub { color: var(--gray); margin-top: 1rem; font-size: 1.05rem; }

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}
.btn-primary:hover { background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,168,76,0.35); }
.btn-outline {
  background: transparent;
  color: var(--charcoal);
  border-color: var(--charcoal);
}
.btn-outline:hover { background: var(--charcoal); color: var(--white); }
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-outline-white:hover { background: var(--white); color: var(--charcoal); }
.btn-large { padding: 13px 32px; font-size: .88rem; min-width: 200px; text-align: center; white-space: nowrap; }

/* ── NAVBAR ── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999998;
  background: rgba(250,247,242,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--cream-dark);
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}
.logo span { color: var(--gold); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  padding: 8px 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--charcoal);
  border-radius: var(--radius);
  transition: all 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--gold) !important;
  color: var(--white) !important;
  padding: 10px 20px !important;
  border-radius: var(--radius) !important;
}
.nav-cta:hover { background: var(--gold-dark) !important; color: var(--white) !important; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--charcoal); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-top: 72px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 80% 50%, rgba(201,168,76,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 20% 80%, rgba(201,118,142,0.10) 0%, transparent 60%),
    var(--cream);
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  text-align: center;
  padding: 40px 24px;
}
.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.hero-content h1 { margin-bottom: 1.5rem; }
.hero-sub {
  font-size: 1.15rem;
  color: var(--gray);
  max-width: 540px;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
}
.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  color: var(--gold);
  animation: bounce 2s infinite;
}
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(10px)} }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--charcoal);
  padding: 48px 0;
}
.trust-items {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: var(--cream);
}
.trust-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gold);
}
.trust-item span:last-child {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-light);
}

/* ── CARDS ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}
.card {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 8px;
  padding: 40px 32px;
  transition: box-shadow 0.3s, transform 0.3s;
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.card-icon { font-size: 2rem; margin-bottom: 16px; }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--gray); font-size: 0.95rem; }
.card-link { display: inline-block; margin-top: 16px; color: var(--gold); font-weight: 700; font-size: 0.875rem; }
.card-link:hover { color: var(--gold-dark); }

/* ── PROCESS ── */
.process-section { background: var(--cream-dark); }
.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.step {
  flex: 1 1 200px;
  max-width: 240px;
  text-align: center;
  padding: 0 20px;
}
.step-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 16px;
}
.step h3 { margin-bottom: 12px; }
.step p { font-size: 0.9rem; color: var(--gray); }
.step-arrow {
  font-size: 1.5rem;
  color: var(--gold);
  align-self: center;
  padding: 0 8px;
  flex-shrink: 0;
}

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--charcoal); }
.testimonials-section .section-header h2,
.testimonials-section .section-header .label { color: var(--white); }
.testimonials-section .section-header .label { color: var(--gold-light); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}
.testimonial {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 8px;
  padding: 40px 32px;
}
.stars { font-size: 1rem; color: var(--gold); margin-bottom: 16px; letter-spacing: 4px; }
.testimonial p { color: rgba(255,255,255,0.8); font-size: 0.95rem; font-style: italic; margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 16px; }
.author-avatar {
  width: 48px; height: 48px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.8rem;
  color: var(--white);
  flex-shrink: 0;
}
.testimonial-author strong { display: block; color: var(--white); }
.testimonial-author div:last-child { font-size: 0.8rem; color: var(--gray-light); }

/* ── CTA BOX ── */
.cta-section { background: var(--cream-dark); }
.cta-box {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-soft) 100%);
  border-radius: 16px;
  padding: 80px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '💍';
  position: absolute;
  font-size: 200px;
  opacity: 0.03;
  top: -20px; right: -20px;
  line-height: 1;
}
.cta-box h2 { color: var(--white); margin-bottom: 16px; }
.cta-box p { color: var(--gray-light); margin-bottom: 40px; font-size: 1.05rem; }

/* ── BLOG PREVIEW ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
  margin-bottom: 48px;
}
.blog-card {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
  display: block;
}
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.blog-card-img {
  height: 200px;
  width: 100%;
}
.blog-card-body { padding: 28px; }
.blog-tag {
  display: inline-block;
  background: var(--rose-light);
  color: var(--rose);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.blog-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.blog-card p { color: var(--gray); font-size: 0.9rem; }
.blog-preview-link { text-align: center; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--charcoal) 0%, #2a2420 100%);
  padding: 160px 24px 96px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 100%, rgba(201,168,76,0.15) 0%, transparent 70%);
}
.page-hero .label { color: var(--gold-light); }
.page-hero h1 { color: var(--white); position: relative; }
.page-hero p { color: rgba(255,255,255,0.7); max-width: 600px; margin: 16px auto 0; font-size: 1.05rem; position: relative; }

/* ── PACKAGES ── */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}
.package-card {
  background: var(--white);
  border: 2px solid var(--cream-dark);
  border-radius: 12px;
  padding: 48px 36px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.package-card.featured {
  border-color: var(--gold);
  transform: scale(1.03);
  box-shadow: var(--shadow-lg);
}
.package-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 20px;
}
.package-card h3 { font-size: 1.5rem; margin-bottom: 8px; }
.package-price {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin: 24px 0 4px;
}
.package-price-note { font-size: 0.8rem; color: var(--gray); margin-bottom: 32px; }
.package-features { text-align: left; margin-bottom: 40px; }
.package-features li {
  padding: 10px 0;
  border-bottom: 1px solid var(--cream-dark);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.package-features li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }

/* ── BLOG PAGE ── */
.blog-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
}
.blog-full-card {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}
.blog-full-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.blog-full-card a { display: block; }
.blog-full-img {
  height: 220px;
  display: block;
}
.blog-full-body { padding: 32px; }
.blog-full-body h2 { font-size: 1.3rem; margin: 12px 0 10px; }
.blog-full-body p { color: var(--gray); font-size: 0.92rem; margin-bottom: 20px; }
.blog-full-body .read-more { color: var(--gold); font-weight: 700; font-size: 0.875rem; }

/* ── ARTICLE ── */
.article-container {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
}
.article-body h2 { margin: 2rem 0 1rem; }
.article-body h3 { margin: 1.5rem 0 0.75rem; }
.article-body p { margin-bottom: 1.2rem; color: var(--gray); line-height: 1.85; }
.article-body ul, .article-body ol { margin: 1rem 0 1.5rem 1.5rem; color: var(--gray); }
.article-body ul { list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body li { margin-bottom: 0.5rem; line-height: 1.7; }

/* Blog post body */
.blog-body ul, .blog-body ol { margin: 1rem 0 1.5rem 1.5rem; color: var(--gray); }
.blog-body ul { list-style: disc; }
.blog-body ol { list-style: decimal; }
.blog-body li { margin-bottom: 0.6rem; line-height: 1.8; }
.blog-body li strong { color: var(--charcoal); }

/* Generic prose content lists (proposal pages, static pages) */
.prose-content ul, .prose-content ol { margin: 1rem 0 1.5rem 1.5rem; }
.prose-content ul { list-style: disc; }
.prose-content ol { list-style: decimal; }
.prose-content li { margin-bottom: 0.5rem; line-height: 1.7; color: var(--gray); }
.article-meta { font-size: 0.85rem; color: var(--gray); margin-bottom: 2rem; }
.article-sidebar { position: sticky; top: 100px; align-self: start; }
.sidebar-widget {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 8px;
  padding: 28px;
  margin-bottom: 24px;
}
.sidebar-widget h4 { font-size: 1rem; margin-bottom: 16px; border-bottom: 2px solid var(--gold); padding-bottom: 8px; }
.sidebar-widget ul li { padding: 8px 0; border-bottom: 1px solid var(--cream-dark); font-size: 0.9rem; }
.sidebar-widget ul li a { color: var(--charcoal); }
.sidebar-widget ul li a:hover { color: var(--gold); }

/* ── CONTACT FORM ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.form-group { margin-bottom: 24px; }
.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  color: var(--charcoal);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid var(--gray-light);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: var(--white);
  color: var(--charcoal);
  transition: border-color 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
}
.contact-info-icon {
  width: 48px; height: 48px;
  background: var(--gold-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.contact-info-item strong { display: block; margin-bottom: 4px; }
.contact-info-item p { color: var(--gray); font-size: 0.9rem; }

/* ── FAQ ── */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--cream-dark);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  text-align: left;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--charcoal);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-question::after { content: '+'; font-size: 1.4rem; color: var(--gold); flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer {
  padding: 0 0 24px;
  color: var(--gray);
  line-height: 1.8;
  display: none;
}
.faq-item.open .faq-answer { display: block; }

/* ── LOCATIONS ── */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
}
.location-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  background: var(--cream-dark);
}
.location-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}
.location-overlay h3 { color: var(--white); margin-bottom: 4px; }
.location-overlay p { color: rgba(255,255,255,0.7); font-size: 0.85rem; }

.location-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
}

/* ── ÜBER UNS ── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 40px;
}
.team-card { text-align: center; }
.team-avatar {
  width: 140px; height: 140px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
  border: 4px solid var(--gold-light);
}
.team-card h3 { margin-bottom: 4px; }
.team-card .team-role { color: var(--gold); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; }
.team-card p { color: var(--gray); font-size: 0.9rem; }

/* ── IDEEN PAGE ── */
.ideas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}
.idea-card {
  background: var(--white);
  border-radius: 12px;
  padding: 40px 32px;
  border: 1px solid var(--cream-dark);
  transition: all 0.3s;
}
.idea-card:hover { box-shadow: var(--shadow-lg); border-color: var(--gold-light); }
.idea-num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--cream-dark);
  line-height: 1;
  margin-bottom: 8px;
}
.idea-card h3 { margin-bottom: 12px; }
.idea-card p { color: var(--gray); font-size: 0.9rem; }

/* ── FOOTER ── */
.footer {
  background: var(--charcoal-soft);
  color: rgba(255,255,255,0.7);
  padding: 80px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}
.footer-brand .logo { color: var(--white); display: block; margin-bottom: 16px; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; }
.footer-links h4 { color: var(--white); font-family: var(--font-display); font-size: 1.05rem; margin-bottom: 20px; }
.footer-links ul li { margin-bottom: 10px; }
.footer-links ul li a { font-size: 0.9rem; transition: color 0.2s; display: inline-block; padding: 2px 0; }
.footer-links ul li a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 24px 0;
  text-align: center;
  font-size: 0.8rem;
}

/* ── BREADCRUMB ── */
.breadcrumb {
  background: var(--cream-dark);
  padding: 14px 0;
  font-size: 0.82rem;
  color: var(--gray);
}
.breadcrumb a { color: var(--gray); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { margin: 0 8px; }

/* ── DIVIDER ── */
.gold-divider {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin: 24px auto;
}

/* ── COOKIE BANNER ── */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  background: var(--white);
  border-top: 2px solid var(--gold-light);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.1);
}
#cookie-banner.cookie-visible { transform: translateY(0); }
.cookie-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cookie-text {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1 1 400px;
}
.cookie-icon { font-size: 1.4rem; flex-shrink: 0; }
.cookie-text p { font-size: 0.83rem; color: var(--gray); line-height: 1.6; }
.cookie-text a { color: var(--gold); text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btns button {
  padding: 10px 20px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid var(--gold);
  transition: all 0.2s;
}
#cookieDecline { background: transparent; color: var(--charcoal); border-color: var(--gray-light); }
#cookieDecline:hover { border-color: var(--charcoal); }
#cookieAccept { background: var(--gold); color: var(--white); }
#cookieAccept:hover { background: var(--gold-dark); }

/* ── RESPONSIVE ── */

@media (max-width: 1200px) and (min-width: 1101px) {
  .nav-links a { padding: 6px 10px; font-size: 0.8rem; }
  .nav-links { gap: 2px; }
  .nav-cta { padding: 8px 14px !important; font-size: 0.8rem !important; }
}
@media (max-width: 1024px) {
  .article-container { grid-template-columns: 1fr; gap: 0; }
  .article-sidebar { position: static; margin-top: 48px; display: block; }
  .article-sidebar .sidebar-widget { max-width: 480px; }
}

@media (max-width: 1100px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #faf7f2;
    border-bottom: 2px solid var(--gold);
    padding: 8px 0 24px;
    gap: 0;
    box-shadow: 0 12px 32px rgba(0,0,0,.12);
    z-index: 999999;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 20px 32px;
    font-size: 1.1rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(0,0,0,.06);
    border-radius: 0;
    letter-spacing: .02em;
    color: var(--charcoal);
    min-height: 64px;
    display: flex;
    align-items: center;
  }
  .nav-links a:last-child { border-bottom: none; }
  .nav-links a:active { background: var(--cream-dark); color: var(--gold); }
  .nav-links .nav-cta {
    margin: 16px 32px 0;
    border-radius: 8px !important;
    justify-content: center;
    min-height: 56px;
    font-size: 1rem;
  }
  .nav-toggle { display: block; font-size: 1.8rem; padding: 8px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
  /* article layout handled at 1024px */
  .contact-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; align-items: center; }
  .step-arrow { transform: rotate(90deg); }
  .package-card.featured { transform: none; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .hero-btns { flex-direction: column; align-items: center; }
  .trust-items { gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .cta-box { padding: 48px 24px; }
}


/* ── Erik CTA Box – responsive ── */
@media(max-width:680px){
  .cta-box > div > div:first-child + div { flex:1 1 100%; }
  .cta-box > div { flex-wrap:wrap !important; justify-content:center; }
  .cta-box > div > div:first-child { flex-shrink:0; }
}

/* ── Active nav link ── */
.nav-links a.nav-active {
  color: var(--charcoal);
  font-weight: 700;
  position: relative;
  background: rgba(184,150,46,.1);
  border-radius: 6px;
}
.nav-links a.nav-active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
}

/* ── Blog tag category colors – luxury earth tones ── */
.blog-tag.blog-tag-ideen       { background:#f5ede6 !important; color:#7a4a2e !important; }
.blog-tag.blog-tag-planung     { background:#ede8e0 !important; color:#4a3c2e !important; }
.blog-tag.blog-tag-dekoration  { background:#f0ebe0 !important; color:#5c4a2a !important; }
.blog-tag.blog-tag-locations   { background:#e8ede5 !important; color:#3a4e36 !important; }
.blog-tag.blog-tag-romantik    { background:#f5e8e4 !important; color:#7a3a30 !important; }
.blog-tag.blog-tag-ring        { background:#f2ede0 !important; color:#6b5230 !important; }
.blog-tag.blog-tag-text        { background:#ece8e0 !important; color:#4a3e2e !important; }
.blog-tag.blog-tag-timing      { background:#e5ebe6 !important; color:#2e4a38 !important; }
.blog-tag.blog-tag-tipps       { background:#e8e8e0 !important; color:#3a3e30 !important; }
.blog-tag.blog-tag-mut         { background:#f2e8e0 !important; color:#6a4030 !important; }
.blog-tag.blog-tag-frau        { background:#f5eae6 !important; color:#7a3e36 !important; }
.blog-tag.blog-tag-wissen      { background:#e5eaed !important; color:#2e3e4a !important; }
.blog-tag.blog-tag-ueberraschung { background:#ede8e5 !important; color:#4a3a36 !important; }

/* ── Beliebteste Städte mobile fix ── */
@media (max-width: 768px) {
  .container { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 640px) {
  .price-grid { grid-template-columns: 1fr !important; }
  .price-grid > div { border-right: none !important; border-bottom: 1px solid #e8e4dc; }
  .price-grid > div:last-child { border-bottom: none; }
}
@media (max-width: 900px) {
  .article-container { padding: 48px 20px; }
}

@media (max-width: 640px) {
  .cta-box > div { flex-direction: column !important; align-items: center !important; text-align: center; gap: 24px !important; }
  .cta-box > div > div:first-child { flex-shrink: unset; }
  .cta-box h2 { text-align: center !important; }
  .cta-box p { text-align: center !important; }
  .cta-box div[style*="flex-wrap:nowrap"] { flex-wrap: wrap !important; }
}

.cta-box .btn-large { min-width: 220px; text-align: center; }

@media (max-width: 600px) {
  .footer-links h4 { font-size: .9rem; margin-bottom: 12px; }
  .footer-links ul li { margin-bottom: 7px; }
  .footer-links ul li a { font-size: .8rem; }
  .footer-brand p { font-size: .82rem; }
  .footer-grid { margin-bottom: 40px; }
  .footer-bottom { font-size: .72rem; padding-bottom: 80px; }
}

/* ── Social Icons ─────────────────────────────────────────── */
.social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.55);
  text-decoration: none;
  transition: border-color .2s, color .2s, background .2s;
  flex-shrink: 0;
}
.social-icon:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,168,76,.08);
}
.social-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
