@import "fonts/fonts-remote.css";

/* ==========================================================================
   Arztbewertungsschutz — Redesign
   "Der ruhige Spezialist": Privatpraxis trifft Spezialkanzlei.
   Warmes Ivory · tiefes Tann-Grün · Messing-Akzent · Fraunces + Inter.
   Eine Datei, DSGVO-konform (Fonts lokal). Klassen-Präfix: ab-
   ========================================================================== */

/* 1) TOKENS ============================================================== */
:root {
  /* Farben – aus dem Logo abgeleitet: Blau (Marke/Aktion), Grün (Schutz/
     Erfolg), Gold (Sterne). Plus warmes Ivory + neutrales dunkles Ink. */
  --ink:        #16263F;   /* dunkles Blau-Anthrazit – Headlines        */
  --body:       #3B4757;   /* gedämpftes Schiefergrau – Fließtext       */
  --muted:      #6E7787;   /* Captions / Sekundärtext                   */
  --blue:       #1A3590;   /* Logo-Blau – Hauptfarbe (Marke, Aktionen)  */
  --blue-dark:  #14296F;   /* Hover/aktiv                               */
  --blue-tint:  #E9EDF8;   /* sehr helle Blaufläche                     */
  --green:      #1B9E55;   /* Logo-Grün – Schutz/Erfolg, Häkchen        */
  --green-dark: #157A41;   /* Hover/aktiv für Grün                      */
  --green-tint: #E7F4EC;   /* sehr helle Grünfläche                     */
  --paper:      #F5F1E7;   /* warmes Ivory – Seitenhintergrund          */
  --paper-2:    #FBF8F0;   /* hellere Fläche (Wechsel)                  */
  --card:       #FFFFFF;
  --brass:      #A9772A;   /* Gold/Messing – Sterne, Eyebrows           */
  --brass-2:    #D7A441;   /* helleres Gold – Sterne                    */
  --brass-tint: #F1E6CC;
  --line:       #E4DBC8;   /* warme Haarlinie                           */
  --line-soft:  #EDE6D6;

  /* Schrift */
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  /* Abstände */
  --gutter: clamp(1.25rem, 0.6rem + 2.4vw, 2.5rem);
  --section: clamp(3.5rem, 2.4rem + 4vw, 5.5rem);
  --container: 1120px;

  --radius: 16px;
  --radius-sm: 10px;
  --radius-pill: 999px;

  --shadow:    0 1px 2px rgba(21,48,42,.04), 0 8px 24px rgba(21,48,42,.07);
  --shadow-lg: 0 2px 8px rgba(21,48,42,.06), 0 24px 60px rgba(21,48,42,.13);

  --header-h: 92px;
}

/* 2) RESET =============================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body.ab {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; display: block; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* 3) TYPO =============================================================== */
.ab h1, .ab h2, .ab h3, .ab h4 {
  font-family: var(--display);
  font-optical-sizing: auto;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 1rem;
  overflow-wrap: break-word;
  hyphens: auto;
}
.ab h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.1rem); font-weight: 500; }
.ab h2 { font-size: clamp(1.9rem, 1.4rem + 2.2vw, 2.85rem); }
.ab h3 { font-size: clamp(1.2rem, 1.05rem + 0.7vw, 1.45rem); letter-spacing: -0.01em; }
.ab h4 { font-family: var(--sans); font-size: 1rem; letter-spacing: 0; }

.ab p { margin: 0 0 1rem; }
.ab p:last-child { margin-bottom: 0; }

.ab a { color: var(--blue); text-decoration-color: var(--brass); text-underline-offset: 3px; }
.ab a:hover { color: var(--blue-dark); }
.ab strong { font-weight: 600; color: var(--ink); }

/* Eyebrow – kleine Vorzeile mit Messing-Strich */
.ab-eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--sans);
  font-size: .78rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 1.1rem;
}
.ab-eyebrow::before {
  content: ""; width: 1.6rem; height: 1px; background: var(--brass);
}
.ab-section__head { max-width: 56ch; margin: 0 auto 2.6rem; text-align: center; }
.ab-section__head .ab-eyebrow { justify-content: center; }
.ab-lead { font-size: 1.18rem; line-height: 1.6; color: var(--body); }
.ab-section__head .ab-lead { margin-inline: auto; max-width: 52ch; }

/* 4) LAYOUT ============================================================= */
.ab-container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.ab-section { padding-block: var(--section); scroll-margin-top: var(--header-h); position: relative; }
.ab-section--alt { background: var(--paper-2); }
.ab-section--blue { background: var(--blue); color: #d3ddf3; }
.ab-section--blue h2 { color: #fff; }

.ab-grid { display: grid; gap: 1.25rem; }
@media (min-width: 620px) { .ab-grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .ab-grid--3 { grid-template-columns: repeat(3, 1fr); } }

/* Dünne Messing-Trennlinie als Sektionsabschluss-Detail */
.ab-rule {
  border: 0; height: 1px; background: var(--line);
  max-width: var(--container); margin: 0 auto;
}

/* 5) BUTTONS ============================================================ */
.ab-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--sans); font-size: 1rem; font-weight: 600; line-height: 1;
  padding: .95rem 1.6rem; border-radius: var(--radius-pill);
  border: 1.5px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .15s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.ab-btn:hover { transform: translateY(-2px); }
/* Hinweis: mit ".ab " gescopt, damit die Button-Textfarbe die generische
   Link-Regel ".ab a" (Spezifität 0,1,1) sicher schlägt. */
.ab .ab-btn--primary { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(19,80,63,.28); }
.ab .ab-btn--primary:hover { background: var(--blue-dark); color: #fff; }
.ab .ab-btn--brass { background: var(--brass); color: #fff; box-shadow: 0 6px 18px rgba(169,119,42,.30); }
.ab .ab-btn--brass:hover { background: #946625; color: #fff; }
.ab .ab-btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.ab .ab-btn--ghost:hover { border-color: var(--blue); color: var(--blue); }
.ab-btn--lg { padding: 1.05rem 2rem; font-size: 1.0625rem; }

/* 6) A11Y =============================================================== */
.ab :focus-visible { outline: 3px solid var(--brass); outline-offset: 3px; border-radius: 6px; }
.ab-visually-hidden { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.ab-icon { display: inline-block; width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; vertical-align: middle; }

/* 7) HEADER ============================================================= */
.ab-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(245,241,231,.82);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.ab-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; min-height: var(--header-h); }
.ab-brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; }
.ab-brand__logo { height: 66px; width: auto; }
@media (max-width: 920px) { .ab-brand__logo { height: 52px; } }
.ab-brand__mark { width: 34px; height: 34px; flex: none; }
.ab-brand__name {
  font-family: var(--display); font-optical-sizing: auto;
  font-weight: 600; font-size: 1.22rem; letter-spacing: -.01em; color: var(--ink); line-height: 1;
}
.ab-brand__name b { color: var(--blue); font-weight: 600; }

.ab-nav { display: flex; align-items: center; gap: .4rem; }
.ab-nav__list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .15rem; }
.ab-nav__list a {
  display: inline-block; padding: .5rem .8rem; border-radius: var(--radius-pill);
  color: var(--body); text-decoration: none; font-weight: 500; font-size: .95rem;
}
.ab-nav__list a:hover { color: var(--blue); background: var(--blue-tint); }
.ab-nav .ab-btn { margin-left: .5rem; }

.ab-nav-toggle, .ab-nav-toggle-label { display: none; }

@media (max-width: 920px) {
  .ab-nav-toggle-label {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; cursor: pointer; color: var(--blue);
    border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--card);
  }
  .ab-nav {
    position: absolute; left: 0; right: 0; top: var(--header-h);
    flex-direction: column; align-items: stretch; gap: .2rem;
    background: var(--paper-2); border-bottom: 1px solid var(--line);
    padding: 1rem var(--gutter) 1.4rem; box-shadow: var(--shadow); display: none;
  }
  .ab-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .ab-nav__list a { padding: .85rem .6rem; border-bottom: 1px solid var(--line-soft); }
  .ab-nav .ab-btn { margin: .6rem 0 0; width: 100%; }
  .ab-nav-toggle:checked ~ .ab-nav { display: flex; }
}

/* 8) HERO =============================================================== */
.ab-hero { position: relative; overflow: hidden; background:
  radial-gradient(120% 90% at 88% 8%, var(--blue-tint) 0%, rgba(230,238,233,0) 55%),
  linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 70%);
}
.ab-hero__inner {
  display: grid; gap: clamp(2.5rem, 1rem + 5vw, 4.5rem);
  padding-block: clamp(2.8rem, 1.5rem + 5vw, 5.5rem);
  align-items: center;
}
@media (min-width: 940px) { .ab-hero__inner { grid-template-columns: 1.05fr .95fr; } }

.ab-hero__chip {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--blue-tint); color: var(--blue-dark);
  font-weight: 600; font-size: .9rem; padding: .45rem .9rem;
  border-radius: var(--radius-pill); margin-bottom: 1.6rem;
}
.ab-hero__chip .ab-icon { color: var(--blue); width: 1.05em; height: 1.05em; }
.ab-hero h1 { margin-bottom: 1.3rem; }
.ab-hero h1 em { font-style: italic; color: var(--blue); }
.ab-hero__sub { font-size: 1.2rem; line-height: 1.6; max-width: 38ch; margin-bottom: 2rem; color: var(--body); }
.ab-hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1.6rem; }

/* Risikolos-Hinweis (erfolgsbasiert) – bewusst herausgestellt */
.ab-guarantee {
  display: flex; gap: .9rem; align-items: center;
  background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--green);
  border-radius: 14px; padding: 1rem 1.2rem; max-width: 46ch; box-shadow: var(--shadow);
}
.ab-guarantee__icon { width: 42px; height: 42px; flex: none; border-radius: 11px; background: var(--green-tint); color: var(--green-dark); display: grid; place-items: center; }
.ab-guarantee__icon .ab-icon { width: 1.45em; height: 1.45em; }
.ab-guarantee__text { font-size: .95rem; color: var(--body); line-height: 1.45; }
.ab-guarantee__text strong { display: block; color: var(--ink); font-size: 1.02rem; margin-bottom: .12rem; }

/* SIGNATURE: Reputations-Panel ----------------------------------------- */
.ab-repcard {
  background: var(--card); border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow-lg);
  padding: clamp(1.4rem, 1rem + 1.5vw, 2.1rem);
  position: relative; isolation: isolate;
}
.ab-repcard__top { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.4rem; }
.ab-repcard__avatar {
  width: 42px; height: 42px; border-radius: 12px; flex: none;
  background: var(--blue); color: #fff; display: grid; place-items: center;
  font-family: var(--display); font-weight: 600; font-size: 1.1rem;
}
.ab-repcard__who { line-height: 1.25; }
.ab-repcard__who strong { display: block; color: var(--ink); font-size: 1rem; }
.ab-repcard__who span { font-size: .82rem; color: var(--muted); display: inline-flex; align-items: center; gap: .3rem; }
.ab-repcard__who .ab-icon { width: 1em; height: 1em; color: var(--green-dark); }

.ab-gauge { display: flex; align-items: center; gap: 1.4rem; }
.ab-gauge__ring { position: relative; width: 132px; height: 132px; flex: none; }
.ab-gauge__ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ab-gauge__track { stroke: var(--line); }
.ab-gauge__bar { stroke: var(--brass-2); stroke-linecap: round; transition: stroke-dashoffset 1.4s cubic-bezier(.22,1,.36,1); }
.ab-gauge__center { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.ab-gauge__score { font-family: var(--display); font-optical-sizing: auto; font-weight: 600; font-size: 2.5rem; color: var(--ink); line-height: 1; }
.ab-gauge__outof { font-size: .72rem; color: var(--muted); letter-spacing: .04em; }
.ab-gauge__meta { flex: 1; }
.ab-stars { display: inline-flex; gap: 2px; color: var(--brass-2); margin-bottom: .35rem; }
.ab-stars .ab-icon { width: 1.05em; height: 1.05em; fill: currentColor; stroke: none; }
.ab-gauge__count { font-size: .86rem; color: var(--muted); }
.ab-delta {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: .8rem;
  background: var(--green-tint); color: var(--green-dark);
  font-weight: 600; font-size: .85rem; padding: .35rem .75rem; border-radius: var(--radius-pill);
}
.ab-delta .ab-icon { width: 1em; height: 1em; color: var(--green); }
.ab-delta s { color: var(--muted); text-decoration: none; }

.ab-repcard__foot {
  margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line-soft);
  display: flex; align-items: center; gap: .6rem; font-size: .88rem; color: var(--body);
}
.ab-repcard__foot .ab-badge {
  width: 30px; height: 30px; flex: none; border-radius: 8px;
  background: var(--brass-tint); color: var(--brass); display: grid; place-items: center;
}
.ab-repcard__foot .ab-icon { width: 1.05em; height: 1.05em; }

/* 9) SPLIT (Bild + Text) & TRUST ======================================= */
.ab-split { display: grid; gap: clamp(2rem, 1rem + 4vw, 3.8rem); align-items: center; }
@media (min-width: 900px) { .ab-split { grid-template-columns: 0.92fr 1.08fr; } }
.ab-split__img { width: 100%; border-radius: 20px; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 5; object-fit: cover; }
.ab-split__body .ab-eyebrow { justify-content: flex-start; }

.ab-trust__points { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; gap: 1.4rem; }
.ab-trust__point { display: flex; gap: .95rem; align-items: flex-start; }
.ab-trust__point .ab-icon { color: var(--blue); width: 1.7em; height: 1.7em; flex: none; margin-top: .15em; stroke-width: 1.6; }
.ab-trust__point h3 { font-size: 1.12rem; margin-bottom: .3rem; }
.ab-trust__point p { color: var(--body); font-size: .96rem; }

/* RISIKOLOS-BAND (Bild mit Overlay) */
.ab-band { position: relative; overflow: hidden; background: #0F3D2E; scroll-margin-top: var(--header-h); }
.ab-band__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ab-band__overlay { position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(13,58,44,.94) 0%, rgba(13,58,44,.78) 55%, rgba(13,58,44,.48) 100%); }
.ab-band__inner { position: relative; z-index: 1; max-width: 60ch; color: #fff; padding-block: clamp(3rem, 2rem + 4vw, 5rem); }
.ab-band .ab-eyebrow { color: var(--brass-2); justify-content: flex-start; }
.ab-band .ab-eyebrow::before { background: var(--brass-2); }
.ab-band h2 { color: #fff; }
.ab-band p { color: #e3ede8; font-size: 1.15rem; max-width: 54ch; margin-bottom: 1.8rem; }
.ab-band strong { color: #fff; }

/* 10) KARTEN / LEISTUNGEN =============================================== */
.ab-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.7rem; height: 100%;
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ab-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--brass-tint); }
.ab-card__icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--blue-tint); color: var(--blue);
  display: grid; place-items: center; margin-bottom: 1.2rem;
}
.ab-card__icon .ab-icon { width: 26px; height: 26px; stroke-width: 1.7; }
.ab-card h3 { margin-bottom: .5rem; }
.ab-card p { color: var(--body); font-size: .98rem; }
.ab-card__tag {
  align-self: flex-start; margin-top: 1.2rem;
  font-size: .76rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: var(--brass); background: var(--brass-tint);
  padding: .3rem .7rem; border-radius: var(--radius-pill);
}

/* 11) ABLAUF (Diagnose / Therapie / Vorsorge) =========================== */
.ab-steps { display: grid; gap: 1.5rem; counter-reset: ab-step; }
@media (min-width: 900px) { .ab-steps { grid-template-columns: repeat(3,1fr); gap: 2rem; } }
.ab-step { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.6rem 1.6rem; }
.ab-step__num {
  counter-increment: ab-step; position: absolute; top: -18px; left: 1.6rem;
  width: 40px; height: 40px; border-radius: 12px; background: var(--brass); color: #fff;
  display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: 1.1rem;
  box-shadow: 0 6px 14px rgba(169,119,42,.32);
}
.ab-step__num::before { content: counter(ab-step); }
.ab-step__kicker { font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--brass); margin: .6rem 0 .15rem; }
.ab-step h3 { margin-bottom: .5rem; }
.ab-step p { color: var(--body); font-size: .98rem; }

/* 12) PREISE ============================================================ */
.ab-price-grid { align-items: stretch; }
.ab-price {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem 1.7rem; display: flex; flex-direction: column; height: 100%;
}
.ab-price--featured { border: 1.5px solid var(--blue); box-shadow: var(--shadow-lg); position: relative; }
.ab-price__badge {
  position: absolute; top: -.85rem; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff; font-size: .74rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; padding: .35rem .9rem; border-radius: var(--radius-pill);
}
.ab-price h3 { margin-bottom: .2rem; }
.ab-price__desc { color: var(--muted); font-size: .92rem; margin-bottom: 1.2rem; }
.ab-price__amount { font-family: var(--display); font-optical-sizing: auto; font-size: 2.6rem; font-weight: 600; color: var(--blue); line-height: 1.05; margin-bottom: .2rem; }
.ab-price__amount small { font-family: var(--sans); font-size: .95rem; font-weight: 400; color: var(--muted); }
.ab-price__note { font-size: .85rem; color: var(--muted); margin-bottom: 1.3rem; }
.ab-price__list { list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: .65rem; }
.ab-price__list li { display: flex; gap: .6rem; align-items: flex-start; font-size: .95rem; color: var(--body); }
.ab-price__list .ab-icon { color: var(--green); width: 1.2em; height: 1.2em; margin-top: .15em; stroke-width: 2.2; }
.ab-price .ab-btn { margin-top: auto; }

/* 13) REFERENZ ========================================================== */
.ab-quote { max-width: 60rem; margin-inline: auto; text-align: center; }
.ab-quote__mark { font-family: var(--display); font-size: 4rem; line-height: .6; color: var(--brass); height: 2rem; }
.ab-quote blockquote { margin: 0; }
.ab-quote blockquote p {
  font-family: var(--display); font-optical-sizing: auto; font-style: italic;
  font-size: clamp(1.4rem, 1.1rem + 1.3vw, 2rem); line-height: 1.35; color: var(--ink); font-weight: 400;
}
.ab-quote figcaption { margin-top: 1.4rem; color: var(--muted); font-size: .92rem; }
.ab-quote__rating { display: inline-flex; align-items: baseline; gap: .8rem; margin-bottom: 1.4rem; }
.ab-quote__rating s { color: var(--muted); text-decoration: none; font-size: 1.4rem; font-weight: 600; }
.ab-quote__rating .ab-icon { color: var(--brass); width: 1.4em; height: 1.4em; align-self: center; }
.ab-quote__rating b { color: var(--green-dark); font-family: var(--display); font-size: 2.4rem; font-weight: 600; }

/* 14) FAQ =============================================================== */
.ab-faq { max-width: 50rem; margin-inline: auto; display: grid; gap: .8rem; }
.ab-faq__item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.ab-faq__item summary {
  list-style: none; cursor: pointer; padding: 1.1rem 1.4rem;
  font-family: var(--sans); font-weight: 600; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.ab-faq__item summary::-webkit-details-marker { display: none; }
.ab-faq__item summary::after { content: "+"; font-size: 1.5rem; color: var(--brass); line-height: 1; flex: none; transition: transform .2s ease; }
.ab-faq__item[open] summary::after { content: "–"; }
.ab-faq__body { padding: 0 1.4rem 1.3rem; color: var(--body); }

/* 15) KONTAKT =========================================================== */
.ab-contact { display: grid; gap: 2.5rem; }
@media (min-width: 900px) { .ab-contact { grid-template-columns: 1fr 1.15fr; align-items: start; } }
.ab-contact__info .ab-lead { color: #d3ddf3; }
.ab-section--blue .ab-eyebrow { color: var(--brass-2); }
.ab-section--blue .ab-eyebrow::before { background: var(--brass-2); }
.ab-contact__info ul { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: 1rem; }
.ab-contact__info li { display: flex; gap: .7rem; align-items: center; color: #e7ecf9; }
.ab-contact__info .ab-icon { color: var(--brass-2); }

.ab-form { background: var(--card); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-lg); display: grid; gap: 1rem; }
.ab-field { display: grid; gap: .35rem; }
.ab-field label { font-weight: 600; font-size: .92rem; color: var(--ink); }
.ab-field input, .ab-field textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: .8rem .95rem; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--paper-2); width: 100%;
}
.ab-field input:focus, .ab-field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-tint); background: #fff; }
.ab-field textarea { resize: vertical; min-height: 130px; }
.ab-form__consent { display: flex; gap: .6rem; align-items: flex-start; font-size: .88rem; color: var(--muted); }
.ab-form__consent a { color: var(--blue); }
.ab-form__consent input { margin-top: .25rem; }
.ab-form .ab-btn { justify-content: center; }

/* 16) FOOTER ============================================================ */
.ab-footer { background: var(--ink); color: #b9c6c0; padding-block: 3rem 2rem; }
.ab-footer a { color: #e6ede9; text-decoration: none; }
.ab-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.ab-footer__grid { display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 740px) { .ab-footer__grid { grid-template-columns: 2fr 1fr 1fr; } }
.ab-footer .ab-brand__name, .ab-footer h4 { color: #fff; }
.ab-footer h4 { font-family: var(--sans); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: #8fa39b; margin: 0 0 1rem; }
.ab-footer__brand p { max-width: 38ch; font-size: .92rem; margin-top: 1rem; color: #9fb0a9; }
.ab-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; font-size: .95rem; }
.ab-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.4rem; padding-top: 1.4rem; font-size: .85rem; color: #80938b; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; }

/* 17) Scroll-Reveal (dezent, einmalig) ================================== */
.ab-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.ab-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .ab-reveal { opacity: 1; transform: none; } }
