/* =================================================================
   bbkine78.fr — Burglind Burchhardt, Masseur-Kinésithérapeute à domicile
   Stylesheet (statische Neufassung). Marke aus dem früheren Elementor-Kit:
   Navy #1C244B · Grün #86A43F · Text #324A6D · Poppins (selbst gehostet).
   ================================================================= */

/* ---------- Selbst gehostete Poppins (DSGVO: keine Google-Fonts-Anfrage) ---------- */
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 300; font-display: swap;
  src: url("../assets/fonts/poppins-300-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 300; font-display: swap;
  src: url("../assets/fonts/poppins-300-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/poppins-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/poppins-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../assets/fonts/poppins-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../assets/fonts/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ---------- Design-Tokens ---------- */
:root {
  --navy: #1C244B;
  --navy-700: #2A3566;
  --green: #86A43F;
  --green-600: #748F36;
  --green-700: #647d2f;
  --text: #324A6D;
  --text-soft: #5b6f8c;
  --bg: #FFFFFF;
  --bg-soft: #F3F5F8;
  --bg-softer: #F9FAFD;
  --line: #C8D5DC;
  --line-soft: #e4ebf1;
  --white: #FFFFFF;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(28,36,75,.06);
  --shadow: 0 12px 32px rgba(28,36,75,.10);
  --shadow-lg: 0 24px 60px rgba(28,36,75,.16);
  --container: 1140px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

/* ---------- Reset / Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *{ animation:none!important; transition:none!important; } }
body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-700); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--green); }
h1, h2, h3, h4 { color: var(--navy); font-weight: 600; line-height: 1.18; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 1.3rem + 3vw, 3.4rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.55rem, 1.1rem + 1.7vw, 2.3rem); }
h3 { font-size: clamp(1.2rem, 1rem + .8vw, 1.5rem); }
h4 { font-size: 1.15rem; }
p { margin: 0 0 1rem; }
ul { margin: 0 0 1rem; padding-left: 1.2rem; }
strong, b { font-weight: 600; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout-Helfer ---------- */
.container { width: min(100% - 2.4rem, var(--container)); margin-inline: auto; }
.section { padding: clamp(3rem, 2rem + 4vw, 5.5rem) 0; }
.section--soft { background: var(--bg-soft); }
.section--softer { background: var(--bg-softer); }
.section--navy { background: var(--navy); color: #d9e0ee; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-head { margin: 0 0 clamp(2rem,1.5rem+1vw,3rem); text-align: center; }
.section-head > h2 { text-align: center; }
.section-head.left { text-align: left; }
.section-head.left > h2 { text-align: left; }
.section-head p { color: var(--text-soft); font-size: 1.05rem; max-width: 760px; margin-inline: auto; }
.eyebrow {
  display: inline-block; font-weight: 600; font-size: .8rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--green-700); margin-bottom: .6rem;
}
.lead { font-size: 1.15rem; color: var(--text); }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--navy); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color:#fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem; justify-content: center;
  font-family: inherit; font-weight: 600; font-size: 1rem; line-height: 1;
  padding: .9rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease), color .2s var(--ease);
}
.btn--primary { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(134,164,63,.32); }
.btn--primary:hover { background: var(--green-600); color:#fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn--ghost:hover { background: rgba(255,255,255,.12); color:#fff; transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--outline:hover { border-color: var(--green); color: var(--green-700); transform: translateY(-2px); }
.btn--lg { padding: 1.05rem 1.9rem; font-size: 1.05rem; }

/* ---------- Header / Navigation ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line-soft);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem 0; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand img { width: 38px; height: auto; }
.brand-name { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name b { color: var(--navy); font-weight: 600; font-size: 1.06rem; }
.brand-name span { color: var(--text-soft); font-size: .72rem; letter-spacing: .02em; }
.nav-links { display: flex; align-items: center; gap: .3rem; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: inline-block; padding: .55rem .85rem; border-radius: 8px; color: var(--navy);
  font-weight: 400; font-size: .98rem;
}
.nav-links a:hover { background: var(--bg-soft); color: var(--navy); }
.nav-links a[aria-current="page"] { color: var(--green-700); font-weight: 600; }
.nav-cta { margin-left: .4rem; }
.nav-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff;
  border-radius: 10px; cursor: pointer; padding: 0; align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 22px; height: 2px; background: var(--navy); position: relative;
  transition: transform .25s var(--ease), opacity .2s var(--ease);
}
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after  { position: absolute; top:  7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch;
    gap: 0; background: #fff; border-bottom: 1px solid var(--line-soft); padding: .6rem 1.2rem 1.2rem;
    box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity .2s var(--ease), transform .2s var(--ease);
  }
  .nav[data-open="true"] .nav-links { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: .85rem .6rem; border-radius: 8px; font-size: 1.05rem; }
  .nav-cta { margin: .5rem 0 0; }
  .nav-cta .btn { width: 100%; }
}

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(160deg, #1C244B 0%, #232c57 55%, #2c376b 100%); color: #e9edf6; overflow: hidden; }
.hero::after {
  content: ""; position: absolute; right: -120px; top: -120px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(134,164,63,.28), transparent 70%); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem,1rem+3vw,4rem); align-items: center; padding: clamp(3rem,2rem+4vw,5.5rem) 0 clamp(2.5rem,2rem+2vw,4rem); }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero .hero-sub { font-size: 1.15rem; font-weight: 400; color: #cdd5e8; margin-bottom: .2em; }
.hero .hero-name { font-size: 1rem; color: var(--green); font-weight: 600; letter-spacing: .02em; margin-bottom: 1.6rem; }
.hero .tagline { display:inline-flex; align-items:center; gap:.5rem; font-size:.85rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:#aeb9d6; margin-bottom:1.1rem; }
.hero .tagline::before { content:""; width:26px; height:2px; background:var(--green); display:inline-block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.6rem; }
.hero-quick { display: flex; flex-wrap: wrap; gap: .5rem; }
.hero-quick a {
  font-size: .9rem; color: #dfe5f1; border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
  padding: .4rem .9rem; transition: background .2s var(--ease), border-color .2s var(--ease);
}
.hero-quick a:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); color:#fff; }
.hero-photo { justify-self: center; position: relative; }
.hero-photo .frame {
  width: clamp(220px, 18vw + 120px, 340px); aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  border: 6px solid rgba(255,255,255,.12); box-shadow: var(--shadow-lg); background: #d9dfe9;
}
.hero-photo .frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; transform: scale(1.18); }
.hero-photo .ring { position: absolute; inset: -14px; border: 2px dashed rgba(134,164,63,.5); border-radius: 50%; }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-actions, .hero-quick { justify-content: center; }
  .hero .tagline { }
  .hero-photo { order: -1; }
}

/* ---------- Karten / Grids ---------- */
.grid { display: grid; gap: 1.4rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.cards-soins { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .cards-soins { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cards-soins { grid-template-columns: 1fr; } }
.card {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 1.6rem; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d7e0e8; }
.soin-card { display: flex; flex-direction: column; }
.soin-card .icon {
  width: 64px; height: 64px; border-radius: 14px; background: var(--bg-soft);
  display: grid; place-items: center; margin-bottom: 1rem;
}
.soin-card .icon img { width: 40px; height: 40px; object-fit: contain; }
.soin-card h3 { margin-bottom: .5rem; }
.soin-card .tags { font-size: .92rem; color: var(--text-soft); line-height: 1.7; margin: 0; }

/* ---------- Welcome / Split ---------- */
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,1rem+3vw,4rem); align-items: start; }
.split.reverse { grid-template-columns: 1.1fr .9fr; }
.split .media img { border-radius: var(--radius); box-shadow: var(--shadow); }
/* Einspaltiger, zentrierter Textblock (zentrierte Überschrift, linksbündiger Fließtext) */
.text-block { max-width: 760px; margin-inline: auto; }
.text-block > h2 { text-align: center; }
.media-round { max-width: 360px; margin-inline: auto; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow); background:#d9dfe9; }
.media-round img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transform: scale(1.16); }
@media (max-width: 820px) { .split, .split.reverse { grid-template-columns: 1fr; } .split .media { order: -1; } }

/* ---------- Horaires ---------- */
.hours { max-width: 520px; margin-inline: auto; background:#fff; border:1px solid var(--line-soft); border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); }
.hours .row { display: flex; justify-content: space-between; align-items:center; padding: .85rem 1.4rem; border-bottom: 1px solid var(--line-soft); }
.hours .row:last-child { border-bottom: 0; }
.hours .row.closed { color: var(--text-soft); }
.hours .day { font-weight: 600; color: var(--navy); }
.hours .time { font-variant-numeric: tabular-nums; }
.hours .badge { font-size:.8rem; color:#fff; background:var(--green); border-radius:999px; padding:.15rem .6rem; }

/* ---------- Tarifs (3 gleich hohe Karten, einheitlich) ---------- */
.tarifs { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 760px) { .tarifs { grid-template-columns: 1fr; } }
.tarif {
  background:#fff; border:1px solid var(--line-soft); border-radius: var(--radius); padding: 1.6rem;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.tarif h3 { margin-bottom:.3rem; min-height: calc(2 * 1.18em); display:flex; align-items:flex-end; }
.tarif .price { font-size: 1.6rem; font-weight: 600; color: var(--green-700); margin:.5rem 0 .8rem; min-height: 1.6em; display:flex; align-items:center; }
.tarif .price small { font-size: .9rem; color: var(--text-soft); font-weight: 400; }
.tarif p { font-size: .95rem; color: var(--text-soft); margin-bottom: 0; }
.note { font-size: .9rem; color: var(--text-soft); max-width: 760px; margin: 1.6rem auto 0; text-align:center; }

/* ---------- Steps (déroulement) ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
.step { background:#fff; border:1px solid var(--line-soft); border-radius: var(--radius); padding: 1.6rem 1.4rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.step::before {
  counter-increment: step; content: counter(step);
  width: 42px; height: 42px; border-radius: 50%; background: var(--green); color:#fff;
  font-weight: 600; display: grid; place-items: center; margin-bottom: 1rem;
  box-shadow: 0 6px 14px rgba(134,164,63,.35);
}
.step p { margin: 0; font-size: .98rem; }

/* ---------- Timeline (À propos) ---------- */
.timeline { position: relative; max-width: 820px; margin-inline: auto; padding-left: 2rem; }
.timeline::before { content:""; position:absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.tl-item { position: relative; padding: 0 0 1.8rem .4rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content:""; position:absolute; left: -2rem; top: 6px; width: 16px; height: 16px; border-radius: 50%; background:#fff; border: 3px solid var(--green); transform: translateX(-1px); }
.tl-item .when { font-weight: 600; color: var(--green-700); font-size: .92rem; letter-spacing:.02em; }
.tl-item h3 { font-size: 1.12rem; margin: .15rem 0 .35rem; }
.tl-item p { margin: 0; color: var(--text-soft); font-size: .98rem; }
.formations { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1rem; }
.formation { background:#fff; border:1px solid var(--line-soft); border-radius: var(--radius-sm); padding: 1.1rem 1.2rem; box-shadow: var(--shadow-sm); }
.formation .when { color: var(--green-700); font-weight: 600; font-size:.9rem; }
.formation strong { display:block; color: var(--navy); font-weight:600; margin-top:.2rem; }

/* ---------- Listen mit Häkchen ---------- */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.checklist li { position: relative; padding-left: 1.9rem; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .35em; width: 18px; height: 18px; border-radius: 50%;
  background: var(--green); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
  box-shadow: 0 2px 6px rgba(134,164,63,.4);
}

/* ---------- CTA-Band ---------- */
.cta-band { background: linear-gradient(120deg, var(--green) 0%, var(--green-600) 100%); color:#fff; border-radius: var(--radius); padding: clamp(2rem,1.5rem+2vw,3rem); text-align:center; box-shadow: var(--shadow); }
.cta-band h2 { color:#fff; }
.cta-band p { color: rgba(255,255,255,.92); max-width: 620px; margin: 0 auto 1.4rem; }
.cta-band .btn--primary { background:#fff; color: var(--green-700); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.cta-band .btn--primary:hover { background: var(--navy); color:#fff; }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 1.5rem + 2vw, 3.5rem); align-items: start; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; gap: 1.6rem; } }
/* Symmetrische Card-Hülle: linke Spalte (.info-card) entspricht der rechten (.form-card) */
.info-card, .form-card {
  background:#fff; border:1px solid var(--line-soft); border-radius: var(--radius);
  padding: clamp(1.6rem, 1rem + 1.5vw, 2.2rem); box-shadow: var(--shadow);
}
.info-card > h2, .form-card > h2 { margin-top: 0; }
.contact-methods { display: grid; gap: .5rem; margin-bottom: 1.4rem; }
.contact-method { display:flex; align-items:center; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line-soft); color: var(--navy); }
.contact-method:last-child { border-bottom: 0; }
.contact-method:hover { color: var(--green-700); }
.contact-method .ic { width:42px; height:42px; border-radius:12px; background: var(--bg-soft); display:grid; place-items:center; color: var(--green-700); flex: none; }
.contact-method .ic svg { width: 22px; height: 22px; }
.contact-method .lbl { font-size:.82rem; color: var(--text-soft); }
.contact-method .val { font-weight: 600; color: var(--navy); }
.coords { padding: 0; font-size: .98rem; margin: 0; }
.coords dt { font-weight: 600; color: var(--navy); }
.coords dd { margin: 0 0 .7rem; color: var(--text-soft); }
.coords .meta { display:flex; gap:1.5rem; flex-wrap:wrap; margin-top:.6rem; padding-top:.8rem; border-top:1px solid var(--line-soft); }

/* ---------- Formular ---------- */
.form-card > h2 { margin-bottom: 1.2rem; }
.form-card form > * + * { margin-top: 0; }
.field { margin-bottom: 1.4rem; }
.field label { display:block; font-weight: 600; color: var(--navy); font-size: .95rem; margin-bottom: .5rem; }
.field .req { color: var(--green-700); }
.field input, .field textarea {
  width:100%; font-family: inherit; font-size: 1rem; color: var(--text); background: var(--bg-softer);
  border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .85rem 1rem; transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input:focus, .field textarea:focus { outline:none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(134,164,63,.18); background:#fff; }
.field textarea { min-height: 140px; resize: vertical; }
.consent { display:flex; gap:.7rem; align-items:flex-start; font-size:.9rem; color: var(--text-soft); margin: 1.6rem 0; padding-top: 1.2rem; border-top: 1px solid var(--line-soft); }
.consent input { margin-top:.25rem; width:18px; height:18px; accent-color: var(--green); flex:none; }
.form-card button[type="submit"] { margin-top: .4rem; }
@media (max-width: 820px) {
  .form-card button[type="submit"] { width: 100%; }
}
.hp { position:absolute; left:-5000px; width:1px; height:1px; overflow:hidden; }
.form-status { display:none; padding:.9rem 1.1rem; border-radius: var(--radius-sm); margin-bottom:1rem; font-size:.95rem; }
.form-status.ok { display:block; background:#eef6e3; color:#4d6321; border:1px solid #c5d99a; }
.form-status.err { display:block; background:#fdecec; color:#a23030; border:1px solid #f3c2c2; }

/* ---------- Rechtstext (Mentions légales) ---------- */
.legal { max-width: 820px; margin-inline: auto; }
.legal h2 { margin-top: 2.2rem; font-size: 1.4rem; }
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal li { color: var(--text); }
.legal .updated { color: var(--text-soft); font-size:.9rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #aeb9d6; padding: 3rem 0 1.4rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-grid h4 { color:#fff; font-size:.95rem; letter-spacing:.05em; text-transform:uppercase; margin-bottom:1rem; }
.footer-brand { display:flex; gap:.8rem; align-items:center; margin-bottom:1rem; }
.footer-brand img { width:42px; }
.footer-brand b { color:#fff; font-weight:600; display:block; }
.footer-brand span { font-size:.8rem; }
.footer-tag { color:#cdd5e8; font-style: italic; }
.footer-grid ul { list-style:none; padding:0; margin:0; display:grid; gap:.5rem; }
.footer-grid a { color:#cdd5e8; }
.footer-grid a:hover { color: var(--green); }
.footer-contact a { color:#fff; font-weight:400; }
.footer-bottom { display:flex; flex-wrap:wrap; gap:.6rem 1.4rem; justify-content:space-between; padding-top:1.2rem; font-size:.85rem; color:#8b96b8; }
.footer-bottom a { color:#8b96b8; }
.footer-bottom a:hover { color:#cdd5e8; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap:1.6rem; } }

/* ---------- Page-Header (Unterseiten) ---------- */
.page-hero { background: linear-gradient(160deg, #1C244B 0%, #2a3565 100%); color:#e9edf6; padding: clamp(2.6rem,2rem+3vw,4rem) 0; position:relative; overflow:hidden; }
.page-hero::after { content:""; position:absolute; right:-100px; bottom:-140px; width:380px; height:380px; background: radial-gradient(circle, rgba(134,164,63,.22), transparent 70%); }
.page-hero h1 { color:#fff; margin-bottom:.3rem; }
.page-hero p { color:#cdd5e8; max-width: 680px; margin:0; font-size:1.1rem; }
.breadcrumb { font-size:.85rem; color:#9aa6c6; margin-bottom:1rem; }
.breadcrumb a { color:#cdd5e8; }
.breadcrumb a:hover { color: var(--green); }

/* ---------- Utilities ---------- */
.mt-0{margin-top:0}.mb-0{margin-bottom:0}.text-center{text-align:center}
.stack > * + * { margin-top: 1rem; }
