/* ─────────────────────────────────────────────────────────
   Veracis Solutions — Light Multi-Page Design
   ───────────────────────────────────────────────────────── */

:root {
  --bg: #F5F4F0;
  --surface: #FFFFFF;
  --dark: #111111;
  --text: #1A1A1A;
  --text-mid: #505050;
  --gold: #C8A46E;
  --navy: #1A3A5C;
  --border: #E0DDD6;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--text);
}
h1 { font-size: clamp(48px, 7.5vw, 90px); }
h2 { font-size: clamp(34px, 5vw, 60px); }
h3 { font-size: clamp(22px, 2.4vw, 30px); }

p { color: var(--text-mid); }
a { color: inherit; text-decoration: none; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 80px);
}

section { padding: clamp(64px, 9vw, 120px) 0; }

/* Kicker label */
.kicker {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 1.4rem;
}

.lead {
  font-size: clamp(17px, 1.7vw, 20px);
  color: var(--text-mid);
  max-width: 620px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn-primary { background: var(--dark); color: #fff; }
.btn-primary:hover { background: var(--navy); }
.btn-outline { background: transparent; color: var(--text); border-color: var(--border); }
.btn-outline:hover { border-color: var(--text); }
.btn-gold { background: var(--gold); color: #111; }
.btn-gold:hover { background: #b8945c; }

.text-link {
  font-weight: 500;
  font-size: 15px;
  color: var(--text);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  transition: color 0.25s ease;
}
.text-link:hover { color: var(--gold); }

/* ── Navigation (dunkel) ── */
#nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 80px);
  height: 70px;
}
.nav-logo {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.nav-links {
  display: flex;
  gap: 2.4rem;
  list-style: none;
  margin-left: auto;
  margin-right: 2.4rem;
}
.nav-links a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s ease;
}
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: var(--gold); }
.nav-cta {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  background: var(--gold);
  padding: 10px 20px;
  border-radius: 2px;
  transition: background 0.25s ease;
}
.nav-cta:hover { background: #d8b884; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger span { width: 22px; height: 1.5px; background: #fff; transition: 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0;
  background: var(--dark);
  padding: 0 clamp(20px, 5vw, 80px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  position: sticky;
  top: 70px;
  z-index: 49;
}
.mobile-menu.open { max-height: 360px; }
.mobile-menu a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu a.mobile-cta { color: var(--gold); font-weight: 500; }

/* ── Hero ── */
.hero {
  background: var(--bg);
  padding: clamp(80px, 12vw, 160px) 0 clamp(60px, 9vw, 120px);
}
.hero h1 { max-width: 14ch; margin-bottom: 1.6rem; }
.hero .lead { margin-bottom: 2.4rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── Section header ── */
.section-head { max-width: 640px; margin-bottom: clamp(40px, 6vw, 72px); }
.section-head h2 { margin-bottom: 1.2rem; }

/* ── Service Übersicht (zwei Blöcke, Linien statt Cards) ── */
.services { background: var(--surface); }
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
}
.service-block { border-top: 1px solid var(--border); padding-top: 2rem; }
.service-block h3 { margin-bottom: 1rem; }
.service-block p { margin-bottom: 1.6rem; max-width: 42ch; }

/* ── Warum Veracis (nummerierte Punkte, klare Linien) ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.why-item {
  border-top: 1px solid var(--border);
  padding: 2rem 2rem 0 0;
}
.why-num {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
}
.why-item h3 { font-size: 24px; margin-bottom: 0.7rem; }
.why-item p { font-size: 15px; }

/* ── Kontakt-Teaser ── */
.contact-teaser { background: var(--surface); text-align: center; }
.contact-teaser .inner { max-width: 640px; margin: 0 auto; }
.contact-teaser h2 { margin-bottom: 1.2rem; }
.contact-teaser p { margin-bottom: 2.2rem; }
.contact-teaser .hero-actions { justify-content: center; }

/* ── Preise (leistungen.html) ── */
.pricing-cat { margin-bottom: clamp(56px, 8vw, 96px); }
.pricing-cat-head { max-width: 640px; margin-bottom: 2.6rem; }
.pricing-cat-head h2 { margin-bottom: 0.8rem; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.price-col {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  padding: 2.4rem clamp(1.4rem, 2vw, 2rem);
  display: flex;
  flex-direction: column;
}
.price-col.is-feature { background: #fbfaf7; }
.price-name {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-mid);
  margin-bottom: 1.2rem;
}
.price-amount {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 4.5vw, 56px);
  font-weight: 500;
  line-height: 1;
  color: var(--text);
}
.price-amount .cur { font-size: 0.42em; color: var(--text-mid); vertical-align: middle; margin-left: 4px; }
.price-note { font-size: 13px; color: var(--text-mid); margin-top: 0.4rem; margin-bottom: 1.6rem; }
.price-feats { list-style: none; margin-top: auto; }
.price-feats li {
  font-size: 14.5px;
  color: var(--text);
  padding: 0.6rem 0;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 0.6rem;
}
.price-feats li::before { content: ""; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; margin-top: 0.6rem; flex: none; }
.pricing-note { font-size: 14px; color: var(--text-mid); margin-top: 1.4rem; }
.pricing-cta { margin-top: clamp(40px, 6vw, 64px); }

/* ── Kontakt-Seite ── */
.contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 36px); margin-top: 1rem; }
.contact-card {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 2.4rem;
}
.contact-card h3 { margin-bottom: 0.6rem; }
.contact-card p { font-size: 15px; margin-bottom: 1.6rem; }
.contact-form { margin-top: clamp(48px, 7vw, 80px); max-width: 680px; }
.form-row { margin-bottom: 1.6rem; }
.form-row label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-mid);
  margin-bottom: 0.5rem;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 12px 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--text);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus { outline: none; border-color: var(--gold); }
.form-row textarea { min-height: 140px; resize: vertical; }

/* ── Über uns ── */
.about-lead { max-width: 760px; }
.about-lead p { font-size: clamp(18px, 2vw, 22px); color: var(--text); line-height: 1.8; margin-bottom: 1.6rem; }
.about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(48px, 7vw, 80px);
}
.about-fact { border-top: 1px solid var(--border); padding-top: 1.6rem; padding-right: 1.6rem; }
.about-fact .k { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 0.6rem; }
.about-fact p { font-size: 15px; }

/* ── Page header (interne Seiten) ── */
.page-head { background: var(--bg); padding: clamp(72px, 10vw, 130px) 0 clamp(32px, 5vw, 56px); }
.page-head h1 { font-size: clamp(40px, 6vw, 72px); margin-bottom: 1.2rem; }

/* ── Footer (dunkel) ── */
footer { background: var(--dark); color: rgba(255, 255, 255, 0.7); padding: clamp(56px, 7vw, 84px) 0 2.4rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: clamp(32px, 5vw, 64px); }
.footer-logo { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: 22px; color: #fff; display: block; margin-bottom: 1rem; }
.footer-brand p { color: rgba(255, 255, 255, 0.5); font-size: 14px; max-width: 36ch; }
.footer-col h4,
.footer-section-title { font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255, 255, 255, 0.5); margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a, .footer-col span { color: rgba(255, 255, 255, 0.72); font-size: 14px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: clamp(40px, 5vw, 64px); padding-top: 1.6rem; font-size: 13px; color: rgba(255, 255, 255, 0.4); }

/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ── Responsive ── */
@media (max-width: 880px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .mobile-menu { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-col { border-right: 1px solid var(--border); }
  .contact-methods { grid-template-columns: 1fr; }
  .about-facts { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .why-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ===================== JOURNAL / ARTIKEL (hell) ===================== */
.page-header { background: var(--bg); padding: clamp(72px, 10vw, 130px) 0 clamp(32px, 5vw, 56px); }
.page-header h1 { font-size: clamp(40px, 6vw, 72px); margin: 0.2rem 0 1.2rem; }
.page-header p { max-width: 600px; color: var(--text-mid); }
.section-label { display: inline-block; font-family: "DM Sans", sans-serif; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold); margin-bottom: 1.2rem; }

/* Buttons standalone (Journal nutzt .btn-primary / .btn-ghost ohne .btn-Basis) */
.btn-primary, .btn-ghost {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: "DM Sans", sans-serif; font-weight: 500; font-size: 15px;
  padding: 14px 28px; border-radius: 2px; border: 1px solid transparent; cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--text); }

/* Journal-Index */
.featured-article { background: var(--surface); }
.featured-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(24px, 4vw, 56px); border-top: 1px solid var(--border); padding-top: 2.4rem; align-items: start; }
.featured-headline { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.1; }
.article-meta { font-family: "DM Sans", sans-serif; font-size: 13px; color: var(--text-mid); margin-bottom: 1rem; }
.article-preview { color: var(--text-mid); margin-bottom: 1.4rem; }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.article-card { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); padding: 2rem; min-height: 150px; }
.article-card-link { color: inherit; display: block; }
.article-card-link:hover .article-card { background: #fbfaf7; }
.article-card-title { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: 22px; line-height: 1.12; margin-bottom: 0.8rem; }
.article-card-date { font-family: "DM Sans", sans-serif; font-size: 12px; letter-spacing: 0.06em; color: var(--gold); text-transform: uppercase; }

/* CTA-Sektion (Journal) */
.cta-section { background: var(--bg); text-align: center; }
.cta-section .headline { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(34px, 5vw, 56px); margin-bottom: 1rem; }
.cta-section p { max-width: 520px; margin: 0 auto 2rem; color: var(--text-mid); }
.cta-glow { display: none; }

/* Artikel-Seite */
.article-page { background: var(--surface); padding: clamp(56px, 8vw, 110px) 0; }
.article-wrap { max-width: 720px; margin: 0 auto; }
.article-back { font-family: "DM Sans", sans-serif; font-size: 14px; color: var(--text-mid); display: inline-block; margin-bottom: 2rem; }
.article-back:hover { color: var(--gold); }
.article-meta-top { font-family: "DM Sans", sans-serif; font-size: 13px; color: var(--text-mid); display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.article-meta-top .dot { color: var(--border); }
.article-title { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(34px, 5vw, 56px); line-height: 1.06; letter-spacing: -0.02em; margin-bottom: 1.4rem; }
.article-lead { font-size: clamp(18px, 2vw, 21px); line-height: 1.6; color: var(--text); margin-bottom: 2.4rem; }
.article-body { font-size: 17px; line-height: 1.8; color: var(--text); }
.article-body p { margin-bottom: 1.5rem; color: var(--text); }
.article-body h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(26px, 3vw, 36px); line-height: 1.1; margin: 2.6rem 0 1rem; }
.article-body ul { margin: 0 0 1.5rem 1.2rem; }
.article-body li { margin-bottom: 0.5rem; color: var(--text); }
.article-body strong { color: var(--text); font-weight: 600; }
.article-body em { font-style: italic; }
.article-body a { color: var(--navy); border-bottom: 1px solid var(--gold); }
.article-body blockquote { border-left: 2px solid var(--gold); padding: 0.4rem 0 0.4rem 1.4rem; margin: 2rem 0; font-family: "Cormorant Garamond", serif; font-style: italic; font-size: clamp(20px, 2.4vw, 26px); color: var(--text); line-height: 1.3; }
.article-cta-box { background: var(--bg); border: 1px solid var(--border); padding: 2.4rem; margin-top: 3rem; border-radius: 2px; }
.article-cta-box h3 { margin-bottom: 0.6rem; }
.article-cta-box p { color: var(--text-mid); margin-bottom: 1.6rem; }
.f-muted { color: rgba(255, 255, 255, 0.5); }

@media (max-width: 880px) {
  .featured-grid { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card { border-right: 1px solid var(--border); }
}

/* ============================ V2 OVERRIDES (Split-Hero, Logo, Personen) ============================ */
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: #14304d; }

.btn-outline-light {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: "DM Sans", sans-serif; font-weight: 500; font-size: 15px;
  padding: 14px 28px; border-radius: 2px; background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,0.28); cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,0.06); }

/* Nav logo image + frosted on scroll */
.nav-logo { display: inline-flex; align-items: center; }
.nav-logo img { display: block; }
#nav.scrolled {
  background: rgba(17,17,17,0.72);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* HERO — dunkles Split-Layout 55/45 */
.hero { background: var(--dark); color: #fff; padding: clamp(72px,11vw,150px) 0 clamp(64px,9vw,120px); }
.hero .kicker { color: var(--gold); }
.hero-split { display: grid; grid-template-columns: 55fr 45fr; gap: clamp(40px,6vw,90px); align-items: center; }
.hero-left h1 { color: #fff; font-size: clamp(52px,6vw,88px); margin: 1.2rem 0 1.6rem; }
.hero-left .lead { color: rgba(255,255,255,0.6); font-weight: 300; margin-bottom: 2.2rem; max-width: 32rem; }
.hero-facts { display: flex; flex-direction: column; }
.fact { border-top: 1px solid rgba(255,255,255,0.12); padding: 1.5rem 0; }
.fact-num { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(40px,4.5vw,60px); line-height: 1; color: var(--gold); }
.fact-num span { font-size: 0.42em; color: rgba(255,255,255,0.5); margin-left: 4px; }
.fact-label { font-family: "DM Sans", sans-serif; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 0.5rem; }

/* Why hover gold */
.why-item { transition: border-color 0.25s ease; }
.why-item:hover { border-top-color: var(--gold); }
.why-item h3 { transition: color 0.25s ease; }
.why-item:hover h3 { color: var(--gold); }

/* Kontakt-Teaser DUNKEL */
.contact-teaser { background: var(--dark); color: #fff; }
.contact-teaser .kicker { color: var(--gold); }
.contact-teaser h2 { color: #fff; }
.contact-teaser p { color: rgba(255,255,255,0.6); }
.contact-email { font-family: "DM Sans", sans-serif; font-size: 15px; color: rgba(255,255,255,0.7); margin-top: 1.6rem; }

/* Kontakt-Seite: zwei Spalten */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,72px); align-items: start; }
.kontakt-left .contact-email { color: var(--text-mid); }
.kontakt-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.4rem; }
.form-success { background: var(--surface); border: 1px solid var(--border); padding: 2rem; font-family: "DM Sans", sans-serif; color: var(--text); }

/* Personen-Karten (Über uns) */
.person-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,3vw,40px); margin-bottom: clamp(40px,6vw,64px); }
.person-card { border: 1px solid var(--border); background: var(--surface); padding: 2.4rem; }
.person-card .role { font-family: "DM Sans", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 0.6rem; }
.person-card h3 { margin-bottom: 0.8rem; }
.person-card p { font-size: 15px; }
.about-text { max-width: 680px; font-size: clamp(16px,1.7vw,18px); color: var(--text-mid); line-height: 1.8; }

/* Footer: vier Spalten + Logo */
.footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; }
.footer-logo img { height: 28px; width: auto; display: block; margin-bottom: 1rem; }

/* Highlighted Preis-Spalte */
.price-col.is-feature { background: #fbfaf7; }
.price-badge { display: inline-block; align-self: flex-start; font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: #111; background: var(--gold); padding: 3px 9px; border-radius: 2px; margin-bottom: 1rem; }

@media (max-width: 880px) {
  .hero-split { grid-template-columns: 1fr; text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-left .lead { margin-left: auto; margin-right: auto; }
  .hero-facts { max-width: 360px; margin: 0.5rem auto 0; }
  .kontakt-grid { grid-template-columns: 1fr; }
  .person-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   V3: FOOTER LEGAL LINKS · PERSON PHOTO PLACEHOLDER · LEGAL PAGES
   ============================================================ */

/* Footer legal bar (Impressum · Datenschutz · AGB) */
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-legal a {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-legal a:hover { color: #fff; }
.footer-legal a + a::before {
  content: "·";
  margin: 0 0.7rem;
  color: rgba(255,255,255,0.25);
}

/* Person photo placeholder (initials circle) */
.person-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.02em;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Legal pages (Impressum, Datenschutz, AGB) */
.legal-content { max-width: 760px; }
.legal-content h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  margin: 2.6rem 0 0.9rem;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { margin-bottom: 1rem; color: var(--text-mid); }
.legal-content p strong { color: var(--text); font-weight: 500; }
.legal-content ul { margin: 0 0 1rem 1.2rem; color: var(--text-mid); }
.legal-content ul li { margin-bottom: 0.4rem; }
.legal-content a { color: var(--navy); }

/* ============================================================
   V4: ACCORDION (Paket-Details auf leistungen.html)
   ============================================================ */
.page-intro {
  max-width: 720px;
  margin-top: 1.2rem;
  color: var(--text-mid);
  font-size: 16px;
  line-height: 1.7;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.accordion-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 14px 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--gold);
  border-top: 1px solid var(--border);
  margin-top: 20px;
  transition: color 0.2s ease;
}
.accordion-toggle:hover { color: #b8945c; }
.accordion-toggle::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
}
.accordion-toggle.active::after { transform: rotate(45deg); }
.accordion-content h3 {
  font-size: 18px;
  margin: 4px 0 14px;
}
.accordion-content p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 16px;
}
.accordion-content strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ============================================================
   V5: HERO-LESBARKEIT — heller Text auf dunklem Hero
   Der Hero (.hero) ist dunkel (--dark). Bisher war nur
   ".hero-left h1" weiss (Split-Hero, Startseite). Vollbreite
   Heros ohne .hero-left (z.B. ablauf.html) erbten dadurch den
   globalen dunklen Headline-Farbwert -> dunkel auf dunkel.
   Diese Regeln machen jede Überschrift/jeden Text im Hero hell.
   ============================================================ */
.hero h1,
.hero h2,
.hero h3 { color: #fff; }
.hero .lead,
.hero .page-intro { color: rgba(255, 255, 255, 0.72); }

/* Vollbreiter Hero (direkte Kinder von .container, also NICHT das
   Split-Layout der Startseite): angenehme Grösse/Breite für lange Titel. */
.hero > .container > h1 {
  max-width: 22ch;
  font-size: clamp(40px, 5.5vw, 76px);
  margin-bottom: 1.4rem;
}
.hero > .container > .lead { max-width: 54ch; }
.hero > .container > .page-intro { max-width: 60ch; }

/* ============================================================
   V6: FAQ-Accordion (aufklappbare Fragen, nutzt die bestehende
   .accordion-toggle/.accordion-content-Logik aus app.js)
   ============================================================ */
.faq { max-width: 800px; }
.faq-item { border-top: 1px solid var(--border); }
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq .accordion-toggle {
  border-top: none;
  margin-top: 0;
  padding: 22px 4px;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 500;
  color: var(--text);
  gap: 1.5rem;
}
.faq .accordion-toggle:hover { color: var(--gold); }
.faq .accordion-toggle::after { color: var(--gold); flex: none; }
.faq .accordion-content p {
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.75;
  padding: 0 4px 22px;
  margin-bottom: 0;
  max-width: 66ch;
}

/* Zwei Ablauf-Tracks nebeneinander (Website / Google-Profil) */
.track-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); }
.track h3.track-title {
  font-family: "Cormorant Garamond", serif; font-weight: 500;
  font-size: clamp(26px, 3vw, 34px); margin-bottom: 1.6rem;
  padding-bottom: 1rem; border-bottom: 1px solid var(--border);
}
.track-step { display: flex; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid var(--border); }
.track-step:first-of-type { border-top: none; }
.track-step .n {
  font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 500;
  color: var(--gold); letter-spacing: 0.1em; flex: none; padding-top: 0.25rem; min-width: 1.4rem;
}
.track-step h4 { font-size: 17px; font-weight: 500; margin-bottom: 0.35rem; color: var(--text); }
.track-step p { font-size: 14.5px; color: var(--text-mid); line-height: 1.65; }
@media (max-width: 760px) { .track-grid { grid-template-columns: 1fr; } }
