/* ============================================
   Andrea Mahl — Energie gewinnt immer
   Farbwelt: Navy #1B3A6B / Gold #C9A84C
   ============================================ */

:root {
  --navy: #1B3A6B;
  --navy-dark: #12294e;
  --navy-deep: #0d1f3c;
  --gold: #C9A84C;
  --gold-light: #dfc98a;
  --gold-pale: #f4ecd8;
  --cream: #faf7f0;
  --white: #ffffff;
  --text: #2a2f3a;
  --text-soft: #5a6274;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  font-size: 17px;
}

h1, h2, h3, .logo { font-family: var(--serif); color: var(--navy); }

img { max-width: 100%; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 247, 240, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(27, 58, 107, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.logo {
  font-size: 1.45rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.logo span { color: var(--gold); }

nav ul {
  display: flex;
  gap: 28px;
  list-style: none;
  align-items: center;
}

nav a {
  text-decoration: none;
  color: var(--navy);
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}

nav a:hover { color: var(--gold); }

.nav-cta {
  background: var(--navy);
  color: var(--white) !important;
  padding: 9px 20px;
  border-radius: 999px;
  transition: background 0.2s;
}

.nav-cta:hover { background: var(--gold); color: var(--navy) !important; }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: var(--navy);
  cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 55%, var(--navy-deep) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: -180px;
  top: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.28) 0%, transparent 70%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 110px 24px 120px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

.hero .kicker {
  color: var(--gold-light);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  line-height: 1.15;
  margin-bottom: 22px;
}

.hero h1 em { color: var(--gold); font-style: normal; }

.hero p.lead {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 540px;
  margin-bottom: 36px;
}

.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.4px;
  transition: transform 0.15s, box-shadow 0.15s, background 0.2s;
}

.btn:hover { transform: translateY(-2px); }

.btn-gold {
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: bold;
  box-shadow: 0 6px 24px rgba(201, 168, 76, 0.35);
}

.btn-gold:hover { background: var(--gold-light); }

.btn-outline {
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.hero-visual { display: flex; justify-content: center; }

.hero-foto {
  position: relative;
  width: 100%;
  max-width: 340px;
}

.hero-foto::before {
  content: "";
  position: absolute;
  inset: -16px -16px 16px 16px;
  border: 2px solid var(--gold);
  border-radius: 24px;
  opacity: 0.55;
}

.hero-foto img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* ---------- Sections ---------- */
section { padding: 90px 0; }

.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }

.section-head .kicker {
  color: var(--gold);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.section-head h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }

.section-head p { color: var(--text-soft); }

/* Intro band */
.intro { background: var(--white); }

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

.intro h2 { font-size: clamp(1.7rem, 3.5vw, 2.3rem); margin-bottom: 20px; }

.intro p { color: var(--text-soft); margin-bottom: 16px; }

.intro strong { color: var(--navy); }

.gold-rule {
  width: 64px;
  height: 4px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 24px;
}

.intro-quote {
  background: var(--navy);
  color: var(--white);
  border-radius: 16px;
  padding: 42px 38px;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.5;
  position: relative;
}

.intro-quote::before {
  content: "„";
  position: absolute;
  top: -58px;
  left: 20px;
  font-size: 5rem;
  line-height: 1;
  color: var(--gold);
  font-family: var(--serif);
}

.quote-schluss {
  color: var(--gold);
  font-size: 1.6em;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -0.35em;
}

.intro-quote footer {
  margin-top: 18px;
  font-family: var(--sans);
  font-size: 0.9rem;
  color: var(--gold-light);
  letter-spacing: 1px;
}

/* Warum Energie — cards */
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.card {
  background: var(--white);
  border-radius: 16px;
  padding: 34px 26px;
  box-shadow: 0 4px 24px rgba(27, 58, 107, 0.07);
  border-top: 4px solid var(--gold);
  transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(27, 58, 107, 0.13); }

.card .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.card .icon svg { width: 26px; height: 26px; stroke: var(--navy); }

.card h3 { font-size: 1.15rem; margin-bottom: 10px; }

.card p { font-size: 0.95rem; color: var(--text-soft); }

/* Energie-Selbsttest */
.selbsttest { background: var(--white); }

.quiz-box {
  max-width: 640px;
  margin: 0 auto;
  background: var(--cream);
  border: 1px solid rgba(27, 58, 107, 0.1);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(27, 58, 107, 0.08);
}

.tank-visual svg { width: 90px; height: auto; margin-bottom: 24px; }

.quiz-progress {
  height: 6px;
  background: rgba(27, 58, 107, 0.1);
  border-radius: 3px;
  margin-bottom: 18px;
  overflow: hidden;
}

.quiz-progress-bar {
  height: 100%;
  width: 0;
  background: var(--gold);
  border-radius: 3px;
  transition: width 0.3s;
}

.quiz-zaehler {
  font-size: 0.85rem;
  color: var(--text-soft);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#quizFrageText {
  font-size: 1.35rem;
  margin-bottom: 30px;
  min-height: 2.6em;
}

.quiz-antworten { display: flex; flex-direction: column; gap: 12px; max-width: 380px; margin: 0 auto; }

.quiz-antwort {
  padding: 14px 20px;
  border: 1.5px solid rgba(27, 58, 107, 0.25);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.15s;
}

.quiz-antwort:hover {
  border-color: var(--gold);
  background: var(--gold-pale);
  transform: translateY(-1px);
}

.quiz-score {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--white);
  background: var(--navy);
}

.score-gruen { background: #4e7d4e; }
.score-gelb { background: var(--gold); color: var(--navy-deep); }
.score-rot { background: #a5544a; }

#quizErgebnisTitel { font-size: 1.4rem; margin-bottom: 12px; }

#quizErgebnisText { color: var(--text-soft); max-width: 460px; margin: 0 auto 28px; }

.btn-outline-navy {
  border: 1.5px solid var(--navy);
  color: var(--navy);
  background: transparent;
  cursor: pointer;
  font-family: var(--sans);
}

.btn-outline-navy:hover { border-color: var(--gold); color: var(--gold); }

/* Über mich */
.ueber-mich { background: var(--gold-pale); }

.ueber-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: center;
}

.ueber-mich .kicker {
  color: var(--gold);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.ueber-mich h2 { font-size: clamp(1.7rem, 3.5vw, 2.3rem); margin-bottom: 20px; }

.ueber-mich p { color: var(--text-soft); margin-bottom: 16px; }

.ueber-mich strong { color: var(--navy); }

.signatur {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--navy) !important;
  margin-top: 8px;
}

.portrait-frame {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: -14px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  opacity: 0.6;
}

.portrait-frame svg, .portrait-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
  box-shadow: 0 12px 40px rgba(27, 58, 107, 0.18);
}

/* Kontakt-Foto */
.kontakt-foto {
  max-width: 280px;
  margin-bottom: 28px;
}

.kontakt-foto img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 15%;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(27, 58, 107, 0.15);
}

/* Angebot */
.angebot { background: var(--navy); }

.angebot .section-head h2, .angebot .section-head .kicker { color: var(--white); }
.angebot .section-head .kicker { color: var(--gold-light); }
.angebot .section-head p { color: rgba(255, 255, 255, 0.75); }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 16px;
  padding: 36px 30px;
}

.step .num {
  font-family: var(--serif);
  font-size: 2.4rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 14px;
}

.step h3 { color: var(--white); font-size: 1.2rem; margin-bottom: 10px; }

.step p { color: rgba(255, 255, 255, 0.78); font-size: 0.97rem; }

.angebot .btn-row { justify-content: center; margin-top: 48px; }

/* Ablauf */
.ablauf { background: var(--white); }

.ablauf-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: start;
}

.ablauf-step { text-align: center; padding: 0 8px; }

.ablauf-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.ablauf-icon svg { width: 32px; height: 32px; stroke: var(--gold); }

.ablauf-step h3 { font-size: 1.15rem; margin-bottom: 10px; }

.ablauf-step p { font-size: 0.95rem; color: var(--text-soft); }

.ablauf-pfeil {
  font-size: 2rem;
  color: var(--gold);
  align-self: center;
  padding-top: 0;
}

/* Atemübung */
.atem { background: var(--navy); }

.atem .section-head h2 { color: var(--white); }
.atem .section-head .kicker { color: var(--gold-light); }
.atem .section-head p { color: rgba(255, 255, 255, 0.75); }

.atem-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.atem-kreis {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.35) 0%, rgba(201, 168, 76, 0.12) 70%);
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.25rem;
  transition: transform 0.5s ease;
  transform: scale(1);
}

.atme-ein { transform: scale(1.35); transition: transform 4s ease-in-out; }
.atme-halt { transform: scale(1.35); transition: transform 0.1s; }
.atme-aus { transform: scale(1); transition: transform 6s ease-in-out; }

/* Unternehmen */
.unternehmen { background: var(--cream); }

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

.unternehmen-foto img {
  display: block;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(27, 58, 107, 0.18);
}

.unternehmen .kicker {
  color: var(--gold);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.unternehmen h2 { font-size: clamp(1.7rem, 3.5vw, 2.3rem); margin-bottom: 18px; }

.unternehmen p { color: var(--text-soft); margin-bottom: 16px; }

.unternehmen strong { color: var(--navy); }

.unternehmen-liste { list-style: none; margin: 0 0 28px; }

.unternehmen-liste li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  color: var(--text);
}

.unternehmen-liste li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: bold;
}

.partner-hinweis {
  margin-top: 26px;
  padding: 16px 20px;
  background: var(--gold-pale);
  border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  font-size: 0.95rem;
}

.partner-hinweis a {
  color: var(--navy);
  font-weight: bold;
}

.partner-hinweis a:hover { color: var(--gold); }

.btn-navy { background: var(--navy); color: var(--white); }

.btn-navy:hover { background: var(--gold); color: var(--navy-deep); }

/* Zitat-Band */
.zitat-band {
  background: linear-gradient(rgba(13, 31, 60, 0.62), rgba(13, 31, 60, 0.62)), url("bilder/andrea-blau.jpg") 70% 30% / cover no-repeat;
  padding: 110px 0;
}

.zitat-band-inner { max-width: 820px; margin: 0 auto; padding: 0 24px; text-align: center; }

.zitat-band blockquote {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.5;
  color: var(--white);
}

.zitat-band footer {
  margin-top: 22px;
  font-family: var(--sans);
  font-size: 0.95rem;
  color: var(--gold-light);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Newsletter / Freebie */
.newsletter { background: var(--gold-pale); }

.newsletter-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 56px;
  align-items: center;
}

.newsletter .kicker {
  color: var(--gold);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.newsletter h2 { font-size: clamp(1.7rem, 3.5vw, 2.3rem); margin-bottom: 18px; }

.newsletter p { color: var(--text-soft); margin-bottom: 22px; }

.newsletter-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}

.newsletter-form input {
  flex: 1;
  min-width: 220px;
  margin-bottom: 0;
}

.newsletter-form .btn { width: auto; }

.newsletter-note {
  font-size: 0.8rem;
  color: var(--text-soft);
  margin-top: 12px;
}

.newsletter-danke {
  margin-top: 22px;
  background: var(--white);
  border: 1px solid rgba(27, 58, 107, 0.12);
  border-radius: 14px;
  padding: 22px 24px;
}

.newsletter-danke strong { color: var(--navy); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.newsletter-visual { display: flex; justify-content: center; }

.freebie-card {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  border: 2px solid var(--gold);
  border-radius: 18px;
  padding: 44px 38px;
  text-align: center;
  transform: rotate(3deg);
  box-shadow: 0 18px 48px rgba(13, 31, 60, 0.3);
  max-width: 260px;
  position: relative;
}

.freebie-badge {
  position: absolute;
  top: -14px;
  right: -14px;
  background: var(--gold);
  color: var(--navy-deep);
  font-size: 0.78rem;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.5px;
  transform: rotate(6deg);
}

.freebie-card svg { width: 54px; height: 54px; margin-bottom: 14px; }

.freebie-card .freebie-titel {
  font-family: var(--serif);
  font-size: 1.3rem;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 12px;
}

.freebie-autor { font-size: 0.85rem; color: var(--gold-light); letter-spacing: 1px; }

/* Kontakt: Termin-Buchung */
.kontakt-termin {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(27, 58, 107, 0.12);
}

.kontakt-termin p { margin-bottom: 14px; }

.kontakt-termin strong { color: var(--navy); }

/* WhatsApp-Button */
.whatsapp-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s, box-shadow 0.15s;
}

.whatsapp-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.whatsapp-btn svg { width: 30px; height: 30px; }

/* FAQ */
.faq { background: var(--cream); }

.faq-liste { max-width: 760px; margin: 0 auto; }

.faq details {
  background: var(--white);
  border-radius: 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(27, 58, 107, 0.08);
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  padding: 20px 52px 20px 24px;
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--navy);
  font-weight: bold;
  list-style: none;
  position: relative;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: var(--gold);
  transition: transform 0.2s;
}

.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }

.faq details p { padding: 0 24px 22px; color: var(--text-soft); }

/* Kundenstimmen */
.stimmen { background: var(--white); }

.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.quote {
  background: var(--white);
  border-radius: 16px;
  padding: 34px 30px;
  box-shadow: 0 4px 24px rgba(27, 58, 107, 0.07);
  display: flex;
  flex-direction: column;
}

.quote .stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 3px; margin-bottom: 16px; }

.quote p {
  font-family: var(--serif);
  font-style: italic;
  color: var(--text);
  flex: 1;
  margin-bottom: 20px;
}

.quote footer {
  font-size: 0.9rem;
  color: var(--navy);
  font-weight: bold;
  letter-spacing: 0.5px;
}

.quote footer::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 10px;
}

/* Kontakt */
.kontakt { background: var(--white); }

.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}

.kontakt-info h2 { font-size: clamp(1.7rem, 3.5vw, 2.3rem); margin-bottom: 18px; }

.kontakt-info p { color: var(--text-soft); margin-bottom: 28px; }

.kontakt-details { list-style: none; }

.kontakt-details li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  color: var(--text);
}

.kontakt-details .icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: var(--gold-pale);
  display: flex;
  align-items: center;
  justify-content: center;
}

.kontakt-details .icon svg { width: 20px; height: 20px; stroke: var(--navy); }

.kontakt-details a { color: var(--navy); text-decoration: none; }
.kontakt-details a:hover { color: var(--gold); }

form {
  background: var(--cream);
  border-radius: 16px;
  padding: 38px 34px;
  border: 1px solid rgba(27, 58, 107, 0.08);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

label {
  display: block;
  font-size: 0.88rem;
  color: var(--navy);
  font-weight: bold;
  margin: 0 0 6px 2px;
  letter-spacing: 0.3px;
}

input, textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid rgba(27, 58, 107, 0.18);
  border-radius: 10px;
  font-family: var(--sans);
  font-size: 1rem;
  background: var(--white);
  color: var(--text);
  margin-bottom: 18px;
}

input:focus, textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.2);
}

textarea { resize: vertical; min-height: 130px; }

form .btn { border: none; cursor: pointer; font-family: var(--sans); width: 100%; }

.form-note { font-size: 0.8rem; color: var(--text-soft); margin-top: 14px; text-align: center; }

.form-note a { color: var(--navy); }

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.7);
  padding: 48px 0 32px;
  font-size: 0.92rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.site-footer .logo { color: var(--white); font-size: 1.2rem; }

.site-footer nav ul { gap: 22px; }

.site-footer a { color: rgba(255, 255, 255, 0.7); text-decoration: none; }

.site-footer a:hover { color: var(--gold); }

.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- Unterseiten (Impressum / Datenschutz) ---------- */
.page-content { padding: 70px 0; max-width: 800px; margin: 0 auto; }

.page-content h1 { font-size: 2.2rem; margin-bottom: 28px; }

.page-content h2 { font-size: 1.3rem; margin: 32px 0 12px; }

.page-content p { margin-bottom: 14px; color: var(--text-soft); }

.page-content strong { color: var(--navy); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding: 70px 24px 80px; }
  .hero-visual { display: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps, .quotes { grid-template-columns: 1fr; }
  .intro-grid, .kontakt-grid { grid-template-columns: 1fr; gap: 40px; }
  .ueber-grid { grid-template-columns: 1fr; gap: 40px; }
  .portrait-frame { max-width: 240px; }
  .unternehmen-grid { grid-template-columns: 1fr; gap: 40px; }
  .newsletter-grid { grid-template-columns: 1fr; gap: 44px; }
  .newsletter-visual { order: -1; }
  .freebie-card { max-width: 220px; }
  .ablauf-steps { grid-template-columns: 1fr; gap: 32px; }
  .ablauf-pfeil { transform: rotate(90deg); justify-self: center; }
  .hero-visual { display: flex; margin-top: 40px; }
  .hero-foto { max-width: 260px; }
}

@media (max-width: 640px) {
  nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    padding: 20px 24px;
    gap: 16px;
    border-bottom: 1px solid rgba(27, 58, 107, 0.1);
    align-items: flex-start;
  }
  nav ul.open { display: flex; }
  .menu-toggle { display: block; }
  .cards { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  section { padding: 64px 0; }
}
