/* echte5sterne.de · Zahnarzt-Hauptseite · Stand 18.09.2026
   Farbregeln: Blau = Marke/Produkt · Schwarz = Typo · Weiß = Fläche · Gold = Sterne + Logo-5 · Rot = nur CTA-Fläche und Warn-Schrift in Report-Abbildungen */

@font-face { font-family: "Schibsted Grotesk"; font-style: normal; font-weight: 400 900; font-display: swap; src: url("../fonts/SchibstedGrotesk.woff2") format("woff2"); }
@font-face { font-family: "Instrument Sans"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("../fonts/InstrumentSans.woff2") format("woff2"); }
@font-face { font-family: "Caveat"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/Caveat.woff2") format("woff2"); }

:root {
  /* Google-Farbkanon: Blau #4285F4 · Rot #EA4335 · Gelb #FBBC04 (Grün nur für Status) */
  --bg: #FFFFFF; --alt: #F3F7FE; --ink: #202124; --text: #3C4043; --muted: #5F6368;
  --line: #E3E6EA; --line-soft: #EEF0F3; --border-input: #C8CCD2;
  --blue: #4285F4; --blue-dark: #1A73E8; --blue-soft: #E8F0FE; --blue-text: #1967D2;
  --red: #EA4335; --red-dark: #D93025;
  --cta: #D93025; --cta-hover: #C5221F; --warn: #D93025;
  --gold: #FBBC04; --green: #188038; --amber: #9A5A00; --amber-bar: #FBBC04;
  --font-display: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --container: 1120px; --gutter: clamp(20px, 4vw, 32px); --radius: 16px; --radius-sm: 10px;
  --shadow: 0 24px 60px rgba(32, 33, 36, 0.10);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html:focus-within { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.025em; line-height: 1.05; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; letter-spacing: -0.035em; }
h2 { font-size: clamp(2rem, 4.4vw, 3.25rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; line-height: 1.2; }
p { margin: 0; }
a { color: inherit; }
strong { font-weight: 600; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--bg); color: var(--ink); padding: 0.6rem 1rem; border-radius: 8px; font-weight: 600; text-decoration: none; }
.skip-link:focus { left: 8px; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(80px, 11vw, 136px); }
.section--alt { background: var(--alt); }
.section--tight { padding-block: clamp(56px, 8vw, 96px); }
.section--dark { background: var(--ink); color: #fff; }
.section-head { max-width: 720px; }
.section-head--center { margin-inline: auto; text-align: center; }
.lead { font-size: 1.25rem; line-height: 1.55; color: var(--text); margin-top: 1.25rem; max-width: 600px; }
.eyebrow { font-size: 0.8125rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--blue-text); }
.eyebrow--muted { color: var(--muted); }
.blue { color: var(--blue); }

/* Buttons: Rot ausschließlich hier */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 1rem 1.75rem; border-radius: 999px; border: 1.5px solid transparent; font: inherit; font-weight: 600; font-size: 1.0625rem; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease; }
.btn--primary { background: var(--cta); color: #fff; }
.btn--primary:hover { background: var(--cta-hover); color: #fff; }
.btn--ghost, .btn--secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover, .btn--secondary:hover { background: var(--ink); color: #fff; }
.btn--block { display: flex; width: 100%; }
.btn-note { margin-top: 0.75rem; font-size: 0.9375rem; color: var(--muted); }
.text-link { font-weight: 600; color: var(--blue-text); text-decoration: underline; text-underline-offset: 0.2em; text-decoration-thickness: 1.5px; }
.text-link:hover { color: var(--blue-dark); }
.mechanik { font-family: var(--font-display); font-weight: 700; font-size: 1.1875rem; letter-spacing: -0.01em; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; padding-block: 1rem; background: rgba(255, 255, 255, 0.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(32, 33, 36, 0.06); }
section[id], main [id] { scroll-margin-top: 88px; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.logo { display: inline-block; color: var(--ink); font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; letter-spacing: -0.02em; text-decoration: none; line-height: 1; padding: 0.25rem 0; }
.logo em { font-style: normal; color: var(--gold); }
.nav-toggle { display: none; align-items: center; background: none; border: 1.5px solid var(--border-input); border-radius: 999px; padding: 0.5rem 1rem; font: inherit; font-weight: 600; font-size: 0.9375rem; color: var(--ink); cursor: pointer; }
.nav-list { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.nav-list a { text-decoration: none; font-weight: 500; font-size: 0.9375rem; color: var(--ink); }
.nav-list a:hover { color: var(--blue-text); }
.nav-list a.nav-cta { background: var(--cta); color: #fff; padding: 0.6rem 1.15rem; border-radius: 999px; font-weight: 600; }
.nav-list a.nav-cta:hover { background: var(--cta-hover); color: #fff; }
@media (max-width: 859px) {
  .nav-toggle { display: inline-flex; }
  .no-js .nav-list { width: 100%; flex-wrap: wrap; gap: 0.75rem 1.25rem; }
  .js .nav-list { display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 20; flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem 0; background: var(--bg); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(17,17,20,0.06); }
  .js .nav-list.is-open { display: flex; }
  .js .nav-list a { display: block; padding: 0.85rem var(--gutter); }
  .js .nav-list a.nav-cta { display: inline-block; margin: 0.5rem var(--gutter) 0.75rem; }
}

/* Hero */
.hero { padding-block: clamp(40px, 6vw, 88px) clamp(72px, 10vw, 128px); }
.hero .container { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(32px, 4vw, 56px); align-items: center; }
.hero__text { max-width: 640px; }
@media (max-width: 899px) { .hero .container { grid-template-columns: 1fr; } }
.hero h1 { margin-top: 1.25rem; }
.hero h1 .h1-second { display: block; color: var(--red); font-size: 0.5em; letter-spacing: -0.03em; margin-top: 0.35em; line-height: 1.1; }
.anchors { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 0.6rem; font-size: 1.1875rem; font-weight: 600; }
.anchors li { display: flex; gap: 0.75rem; align-items: baseline; }
.anchors li::before { content: "✓"; color: var(--blue); font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.875rem 1rem; margin-top: 2.25rem; }


.hero-img { width: 100%; }

/* Report-Karte */
.card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; width: 100%; max-width: 420px; justify-self: center; box-shadow: var(--shadow); }
.card__head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; font-size: 0.75rem; color: var(--muted); }
.card__brand { font-family: var(--font-display); font-weight: 800; font-size: 0.8125rem; color: var(--ink); }
.card__brand em { font-style: normal; color: var(--gold); }
.card__title { margin-top: 1.25rem; font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; line-height: 1.3; }
.card__sub { font-size: 0.8125rem; color: var(--muted); margin-top: 0.2rem; }
.card__row { margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--line-soft); }
.card__caption { margin-top: 1rem; font-size: 0.8125rem; color: var(--muted); text-align: center; }
.redact { display: inline-block; height: 0.85em; vertical-align: -0.06em; background: var(--ink); border-radius: 2px; }
.redact--s { width: 3.2em; } .redact--m { width: 4.6em; } .redact--l { width: 7em; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 0.9375rem; }
.metric { display: flex; align-items: baseline; gap: 0.5rem; margin-top: 0.25rem; flex-wrap: wrap; }
.metric__value { font-family: var(--font-display); font-size: 2.25rem; font-weight: 800; line-height: 1; }
.metric__value--blue { color: var(--blue); }
.metric__note { font-size: 0.8125rem; color: var(--muted); }
.metric__label { margin-top: 0.4rem; font-size: 0.6875rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.metric__explain { margin-top: 0.35rem; font-size: 0.8125rem; color: var(--text); line-height: 1.45; }
.tag { font-weight: 700; font-size: 0.75rem; }
.tag--amber { color: var(--amber); } .tag--warn { color: var(--warn); } .tag--green { color: var(--green); }

/* Probleme: Bild in der Mitte, Karten drumherum */
.problems { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr); grid-template-rows: auto auto auto; gap: 1.25rem 1.5rem; margin-top: clamp(40px, 6vw, 64px); align-items: center; }
.problems__img { grid-column: 2; grid-row: 1 / 4; width: 100%; -webkit-mask-image: radial-gradient(ellipse 70% 74% at 50% 50%, #000 55%, transparent 100%); mask-image: radial-gradient(ellipse 70% 74% at 50% 50%, #000 55%, transparent 100%); }
.problem { background: var(--bg); border-radius: 20px; padding: 1.5rem 1.625rem; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(32,33,36,0.05); }
.problem--l1 { grid-column: 1; grid-row: 1; transform: translateX(1.5rem); }
.problem--l2 { grid-column: 1; grid-row: 2; }
.problem--l3 { grid-column: 1; grid-row: 3; transform: translateX(1.5rem); }
.problem--r1 { grid-column: 3; grid-row: 1; transform: translateX(-1.5rem); }
.problem--r2 { grid-column: 3; grid-row: 2; }
.problem--r3 { grid-column: 3; grid-row: 3; transform: translateX(-1.5rem); }
.problem h3 { font-size: 1.125rem; }
.problem p { margin-top: 0.5rem; color: var(--text); font-size: 0.9375rem; }
.problems-next { margin-top: clamp(32px, 5vw, 48px); max-width: 720px; font-size: 1.25rem; line-height: 1.55; color: var(--text); }
.problems-next--center { margin-inline: auto; text-align: center; }
.problems-next strong { color: var(--ink); }
@media (max-width: 1023px) {
  .problems { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .problems__img { grid-column: 1 / 3; grid-row: 1; max-width: 560px; justify-self: center; }
  .problem { transform: none !important; grid-column: auto !important; grid-row: auto !important; }
}
@media (max-width: 599px) { .problems { grid-template-columns: 1fr; } .problems__img { grid-column: 1; } }

/* Problem (alt) */
.problem-lines { display: grid; gap: 0.35em; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.75rem, 4.6vw, 3.5rem); line-height: 1.1; letter-spacing: -0.03em; max-width: 960px; text-wrap: balance; }
.problem-lines p:last-child { color: #A9A9FF; }
.problem-next { margin-top: clamp(40px, 6vw, 72px); max-width: 640px; font-size: 1.25rem; line-height: 1.55; color: #D6D6DE; }
.problem-next strong { color: #fff; }

/* Google Report */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.split--top { align-items: start; }
@media (max-width: 899px) { .split { grid-template-columns: 1fr; } }
.check-list { list-style: none; margin: 1.75rem 0 0; padding: 0; display: grid; gap: 0.6rem; }
.check-list li { display: flex; gap: 0.75rem; align-items: baseline; }
.check-list li::before { content: "✓"; color: var(--blue); font-weight: 800; flex-shrink: 0; }
.question { margin-top: 2rem; padding-left: 1.25rem; border-left: 3px solid var(--blue); font-family: var(--font-display); font-weight: 700; font-size: 1.375rem; line-height: 1.3; letter-spacing: -0.015em; }
.price-line { display: flex; align-items: baseline; gap: 0.75rem; margin-top: 2rem; flex-wrap: wrap; }
.price-line strong { font-family: var(--font-display); font-size: 3rem; font-weight: 800; line-height: 1; }
.price-line span { font-size: 1rem; color: var(--text); }
.pages { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pages figure { margin: 0; }
.pages img { width: 100%; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 30px rgba(17,17,20,0.08); }
.pages figcaption { margin-top: 0.5rem; font-size: 0.8125rem; color: var(--muted); }
.sample-link { margin-top: 1.25rem; font-size: 0.9375rem; }

/* Vertrauen */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 1.75rem; }
.trust ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem 2.5rem; font-weight: 600; }
.trust li { display: flex; gap: 0.75rem; align-items: baseline; }
.trust li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); flex-shrink: 0; transform: translateY(-1px); }
@media (max-width: 799px) { .trust ul { grid-template-columns: 1fr; } }

/* Leistung */
.we-list { list-style: none; margin: clamp(32px, 5vw, 56px) 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; }
.we-list li { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.375rem; background: var(--bg); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 24px rgba(32,33,36,0.05); font-family: var(--font-display); font-weight: 700; font-size: clamp(1.125rem, 1.8vw, 1.375rem); line-height: 1.25; letter-spacing: -0.015em; }
.we-list li::before { content: "\2713"; flex-shrink: 0; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: #34A853; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-body); font-weight: 700; font-size: 1.125rem; box-shadow: 0 4px 12px rgba(52,168,83,0.35); }
@media (max-width: 759px) { .we-list { grid-template-columns: 1fr; } }

.calm-note { margin-top: 2rem; max-width: 760px; font-size: 1.0625rem; color: var(--text); padding-left: 1.25rem; border-left: 3px solid var(--blue); }
.plans-head { margin-top: clamp(64px, 9vw, 104px); }

/* Bild breit, Headline darunter */
.stack { display: grid; gap: clamp(24px, 4vw, 48px); justify-items: center; }
.illu--wide { width: 100%; max-width: 1120px; -webkit-mask-image: radial-gradient(ellipse 62% 80% at 50% 50%, #000 62%, transparent 100%); mask-image: radial-gradient(ellipse 62% 80% at 50% 50%, #000 62%, transparent 100%); }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; width: 100%; }
.duo img { width: 100%; -webkit-mask-image: radial-gradient(ellipse 66% 78% at 50% 50%, #000 60%, transparent 100%); mask-image: radial-gradient(ellipse 66% 78% at 50% 50%, #000 60%, transparent 100%); }
@media (max-width: 699px) { .duo { grid-template-columns: 1fr; gap: 0; } }
.duo__card { background: var(--bg); border: 1px solid var(--line); border-radius: 20px; padding: 1.25rem; box-shadow: 0 10px 30px rgba(32,33,36,0.05); }
.duo--framed img { -webkit-mask-image: none; mask-image: none; border-radius: 12px; }
.section-head--wide { max-width: none; }
.section-head--wide h2 { text-wrap: initial; font-size: clamp(1.75rem, 3.7vw, 2.875rem); }

/* Team */
#team .split { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: center; }
#team .section-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.75rem); }
.illu { width: 100%; max-width: none; -webkit-mask-image: radial-gradient(ellipse 70% 76% at 50% 50%, #000 48%, transparent 100%); mask-image: radial-gradient(ellipse 70% 76% at 50% 50%, #000 48%, transparent 100%); }
@media (max-width: 899px) { #team .split { grid-template-columns: 1fr; } }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: clamp(40px, 6vw, 64px); }
.member { background: var(--bg); border-radius: 20px; padding: 1.5rem; border: 1px solid var(--line); }
.member img { width: 120px; height: 120px; border-radius: 16px; object-fit: cover; object-position: top; margin-bottom: 1rem; }
.member h3 { font-size: 1.25rem; }
.member .role { margin-top: 0.15rem; }
.member p:not(.role) { margin-top: 0.6rem; font-size: 0.9375rem; color: var(--text); }
.team-note { margin-top: 1.5rem; font-size: 0.8125rem; color: var(--muted); }
@media (max-width: 899px) { .team-grid { grid-template-columns: 1fr; } }
.faq-actions { margin-top: clamp(32px, 5vw, 48px); }

/* Vier Problemkarten */
.problems--4 { grid-template-rows: auto auto; }
.problems--4 .problems__img { grid-row: 1 / 3; }
.problems--4 .problem--l1 { transform: translateX(1.25rem); }
.problems--4 .problem--l2 { transform: translateX(1.25rem); }
.problems--4 .problem--r1 { transform: translateX(-1.25rem); }
.problems--4 .problem--r2 { transform: translateX(-1.25rem); }

/* So geht es weiter */
.steps { list-style: none; margin: clamp(40px, 6vw, 64px) auto 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(36px, 5vw, 64px); max-width: 1040px; }
.step { text-align: center; }
.step { display: flex; flex-direction: column; align-items: center; }
.step__img { width: 100%; max-width: 272px; margin: 1.75rem auto 0; border-radius: 16px; aspect-ratio: 4 / 3; object-fit: cover; }
.step__num { display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--blue-soft); color: var(--blue-text); font-family: var(--font-display); font-weight: 700; font-size: 0.9375rem; }
.step h3 { margin-top: 0.9rem; font-size: 1.5rem; letter-spacing: -0.02em; }
.step p { margin-top: 0.5rem; color: var(--text); max-width: 300px; margin-inline: auto; flex: 1; }
.steps-actions { justify-content: center; margin-top: clamp(32px, 5vw, 48px); }
@media (max-width: 759px) { .steps { grid-template-columns: 1fr; } }

/* Anfrage */
.anfrage { max-width: 720px; margin-inline: auto; }
.anfrage .section-head { max-width: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 599px) { .form-row { grid-template-columns: 1fr; } }
.field em, .choice legend em { font-style: normal; font-weight: 400; color: var(--muted); }
.field textarea { width: 100%; border: 1.5px solid var(--border-input); border-radius: var(--radius-sm); padding: 0.9rem 1rem; font: inherit; font-size: 1.0625rem; font-weight: 400; background: var(--bg); color: var(--ink); resize: vertical; min-height: 120px; }
.field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.18); }
.choice--row { grid-template-columns: repeat(3, 1fr); }
.choice--row legend { grid-column: 1 / -1; }
.choice--multi { grid-template-columns: 1fr 1fr; }
.choice--multi legend { grid-column: 1 / -1; }
.choice--multi label { font-weight: 500; }
@media (max-width: 599px) { .choice--row, .choice--multi { grid-template-columns: 1fr; } }
#anfrage .field input, #anfrage .field textarea, #anfrage .choice label { background: var(--bg); }

/* Betreuung */
.photo { width: 100%; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: clamp(40px, 6vw, 64px); align-items: stretch; }
@media (max-width: 959px) { .plans { grid-template-columns: 1fr; max-width: 540px; } }
.plan { display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--line); border-radius: 20px; padding: 2rem 1.875rem; }
.plan--featured { position: relative; }
.plan__img { width: calc(100% + 3.75rem); max-width: none; margin: -2rem -1.875rem 1.25rem; border-radius: 19px 19px 0 0; aspect-ratio: 4 / 3; object-fit: cover; }
.plan--featured .plan__img { border-radius: 19px 19px 0 0; }
.plan__badge--chip { display: inline-block; position: absolute; top: -0.7rem; left: 1.5rem; background: var(--blue); color: #fff; font-size: 0.6875rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; padding: 0.25rem 0.65rem; border-radius: 999px; white-space: nowrap; }
.plan__name { margin-top: 0; font-size: 0.8125rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.plan__price { font-family: var(--font-display); font-size: 1.625rem; font-weight: 700; line-height: 1; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.plan__period { font-size: 0.875rem; color: var(--muted); margin-top: 0.25rem; }
.plan h3 { margin-top: 0.5rem; font-size: 1.1875rem; }
.plan__body { margin-top: 0.875rem; display: grid; gap: 0.75rem; flex: 1; align-content: start; font-size: 1rem; color: var(--text); }
.plan__body strong { color: var(--ink); }
.plan .btn { margin-top: 1.25rem; }
.plans-note { margin-top: 1.75rem; font-weight: 600; text-align: center; }
.plans-sub { text-align: center; }

/* Zwei Pakete: zentriert und größer */
.plans--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1000px; margin-inline: auto; gap: 2rem; justify-content: center; }
.plans--2 .plan { padding: 2.25rem 2.25rem 2.5rem; }
.plans--2 .plan__img { width: calc(100% + 4.5rem); margin: -2.25rem -2.25rem 1.5rem; }
.plans--2 .plan h3 { font-size: 1.375rem; }
.plan__list { list-style: none; margin: 1.25rem 0 0; padding: 0; display: grid; gap: 0.75rem; flex: 1; align-content: start; color: var(--text); font-size: 1.0625rem; }
.plan__list li { display: flex; gap: 0.6rem; align-items: baseline; }
.plan__list li::before { content: "\2713"; color: #34A853; font-weight: 700; flex-shrink: 0; }
.plans--2 .plan__price { font-size: 1.875rem; }
.plans--2 .plan:nth-child(2) .plan__img { object-fit: contain; background: #F5F8FE; padding: 0.75rem 1.25rem; }
@media (max-width: 959px) { .plans--2 { grid-template-columns: 1fr; max-width: 560px; } }
.plans-sub { margin-top: 0.4rem; font-size: 0.9375rem; color: var(--muted); }

/* Rechtssicherheit */
.calm { max-width: 860px; }
.calm p.big { margin-top: 1.5rem; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 2.8vw, 2rem); line-height: 1.3; letter-spacing: -0.02em; }
.calm p.big + p.big { color: var(--text); font-weight: 600; }

/* Revierwert */
.def-list { display: grid; gap: 1.25rem; margin-top: 2.25rem; }
.def-list h3 { font-size: 1.1875rem; }
.def-list p { color: var(--text); margin-top: 0.2rem; font-size: 1rem; }
.score { display: flex; align-items: baseline; gap: 0.75rem; margin-top: 0.6rem; }
.score strong { font-family: var(--font-display); font-size: 3rem; font-weight: 800; line-height: 1; color: var(--blue); }
.score__hint { font-size: 0.8125rem; color: var(--muted); margin-top: 0.4rem; }
.bars { display: grid; gap: 1.1rem; margin-top: 1.5rem; }
.bar__head { display: flex; justify-content: space-between; align-items: baseline; gap: 0.75rem; font-size: 0.875rem; font-weight: 600; }
.bar__value { font-family: var(--font-display); font-size: 1.125rem; font-weight: 800; white-space: nowrap; }
.bar__value .tag { margin-left: 0.3rem; font-size: 0.6875rem; }
.bar__track { position: relative; height: 6px; background: var(--line-soft); border-radius: 3px; margin-top: 0.5rem; }
.bar__fill { height: 100%; border-radius: 3px; background: var(--blue); }
.w-28 { width: 28%; } .w-54 { width: 54%; } .w-78 { width: 78%; }
.legend { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; margin-top: 1.4rem; padding-top: 1rem; border-top: 1px solid var(--line-soft); font-size: 0.75rem; color: var(--muted); }
.open-calc { margin-top: 2rem; font-weight: 600; }

/* Über uns */
.about { display: grid; grid-template-columns: minmax(0, 420px) 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.about img { border-radius: 20px; width: 100%; }
.about__text { margin-top: 1.5rem; display: grid; gap: 0.75rem; font-size: 1.1875rem; color: var(--text); line-height: 1.55; max-width: 560px; }
.signature { margin-top: 1.75rem; font-family: "Caveat", "Segoe Script", cursive; font-weight: 600; font-size: 2.75rem; line-height: 1; color: var(--blue); transform: rotate(-3deg); transform-origin: left; display: inline-block; }
.role { margin-top: 0.6rem; font-size: 0.9375rem; font-weight: 600; color: var(--muted); }
.about__note { margin-top: 1.25rem; font-size: 0.8125rem; color: var(--muted); }
@media (max-width: 799px) { .about { grid-template-columns: 1fr; } }

/* FAQ */
.faq { max-width: 800px; margin-top: clamp(32px, 5vw, 56px); border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.35rem 0; font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; line-height: 1.3; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--blue-text); font-weight: 400; font-size: 1.5rem; line-height: 1; flex-shrink: 0; }
.faq__item[open] summary::after { content: "\2212"; }
.faq__item p { padding: 0 2.5rem 1.5rem 0; color: var(--text); }

/* Abschluss-CTA */
.final { text-align: center; }
.final h2 { max-width: 900px; margin-inline: auto; }
.final .hero-actions { justify-content: center; }
.final .btn-note { color: #C9C9D4; }
.section--dark .btn--ghost { color: #fff; border-color: #fff; }
.section--dark .btn--ghost:hover { background: #fff; color: var(--ink); }

/* Start-Formular */
.start { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(40px, 6vw, 80px); align-items: start; padding-block: clamp(32px, 5vw, 64px) clamp(72px, 10vw, 120px); }
@media (max-width: 899px) { .start { grid-template-columns: 1fr; } }
.start h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); }
.form { display: grid; gap: 1.25rem; margin-top: 2.5rem; position: relative; }
.field { display: grid; gap: 0.5rem; font-size: 0.9375rem; font-weight: 600; }
.field input { width: 100%; border: 1.5px solid var(--border-input); border-radius: var(--radius-sm); padding: 0.9rem 1rem; font: inherit; font-size: 1.0625rem; font-weight: 400; background: var(--bg); color: var(--ink); }
.field input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(58, 58, 240, 0.18); }
.field input::placeholder { color: #8A8A96; }
.choice { border: 0; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.choice legend { padding: 0; margin-bottom: 0.75rem; font-size: 0.9375rem; font-weight: 600; }
.choice label { display: flex; align-items: center; gap: 0.85rem; border: 1.5px solid var(--border-input); border-radius: var(--radius-sm); padding: 0.85rem 1rem; cursor: pointer; font-weight: 600; }
.choice label span { margin-left: auto; font-weight: 400; color: var(--muted); font-size: 0.9375rem; white-space: nowrap; }
.choice input { width: 18px; height: 18px; accent-color: var(--blue); flex-shrink: 0; margin: 0; }
.choice label:has(input:checked) { border-color: var(--blue); background: var(--blue-soft); }
.hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { padding: 1rem 1.25rem; border-radius: var(--radius-sm); font-weight: 600; background: #FDEDEA; color: var(--cta-hover); }
.form-legal { font-size: 0.875rem; color: var(--muted); }
.aside { background: var(--alt); border-radius: 20px; padding: 2rem 1.875rem; display: grid; gap: 1.5rem; }
.aside h2 { font-size: 1.25rem; letter-spacing: -0.01em; }
.aside p { color: var(--text); margin-top: 0.4rem; }
.aside a { font-weight: 600; text-decoration: none; color: var(--ink); }
.aside a:hover { color: var(--blue-text); }

/* Footer */
.site-footer { background: #E4EBF7; border-top: 1px solid #C9D5EC; padding-block: 3.5rem; margin-top: 0; }
.site-footer .container { display: flex; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }
.footer-address { margin-top: 1rem; font-size: 0.875rem; line-height: 1.8; color: var(--text); font-style: normal; }
.footer-address a { text-decoration: none; }
.footer-address a:hover { color: var(--blue-text); }
.footer-nav { display: flex; gap: 1.5rem; align-items: flex-end; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.footer-nav a { font-size: 0.875rem; color: var(--text); text-decoration: none; }
.footer-nav a:hover { color: var(--ink); text-decoration: underline; }
.footer-nav a.quiet { color: var(--muted); }
.footer-note { width: 100%; margin-top: 0.5rem; font-size: 0.8125rem; color: var(--muted); line-height: 1.6; }
.footer-note a { color: var(--muted); }

/* Unterseiten */
.prose { max-width: 760px; padding-block: clamp(40px, 6vw, 72px) clamp(72px, 10vw, 120px); }
.prose h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); }
.prose h2 { font-size: 1.5rem; margin-top: 2.75rem; letter-spacing: -0.015em; }
.prose h3 { font-size: 1.0625rem; margin-top: 1.5rem; }
.prose p, .prose ul { margin-top: 0.75rem; color: var(--text); }
.prose ul { padding-left: 1.25rem; }
.prose li + li { margin-top: 0.35rem; }
.prose a { color: var(--blue-text); }
.prose a.btn { color: inherit; } .prose a.btn--primary { color: #fff; }
.prose .lead { margin-top: 1rem; }
.notice { margin-top: 1.5rem; padding: 1rem 1.25rem; border-left: 3px solid var(--blue); background: var(--alt); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; color: var(--text); font-size: 0.9375rem; }
.address { font-style: normal; }
.scale { list-style: none; padding: 0 !important; display: grid; gap: 0.5rem; }
.scale li { display: flex; gap: 1rem; padding: 0.85rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); margin: 0 !important; }
.scale strong { min-width: 7.5rem; color: var(--ink); }

@media print { .site-header, .site-footer, .nav-toggle, .hero-actions, .form, .btn { display: none !important; } body { background: #fff; color: #000; } .section { padding-block: 24px; } }
