/* Design-Tokens V2 (Vorlage y6VOFd3m: Weiß/Navy/Gold, Fraunces + Inter) */
:root {
  /* Spacing-Skala – verbindlich für alle Abstände (s. DESIGN-GUIDELINES §9) */
  --space-1: .5rem;  /* Mikro */
  --space-2: 1rem;   /* klein */
  --space-3: 1.5rem; /* Grid-Gap Standard */
  --space-4: 2rem;   /* Element-Abstand */
  --space-5: 3rem;   /* Block-Abstand in Sektion */
  --space-6: 4.5rem; /* Sektions-Padding mobil */
  --space-7: 6rem;   /* Sektions-Padding Desktop */

  --radius: .75rem;
  --background: oklch(99% .005 80);
  --foreground: oklch(22% .03 255);
  --surface: oklch(97% .01 80);
  --surface-warm: oklch(95.5% .018 78);
  --card: oklch(100% 0 0);
  --primary: oklch(28% .06 255);
  --primary-foreground: oklch(98% .005 80);
  --secondary: oklch(94% .015 78);
  --muted: oklch(95% .01 80);
  --muted-foreground: oklch(48% .02 255);
  --accent: oklch(92% .03 250);
  --gold: oklch(75% .14 75);
  --gold-hover: oklch(70% .14 75);
  --gold-foreground: oklch(22% .03 255);
  --trust: oklch(50% .075 145);
  --border: oklch(90% .015 80);
  --navy-section: oklch(28% .06 255);
  --font-serif: "Fraunces", Georgia, serif;
  --font-sans: "Inter", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--background); color: var(--foreground);
  font-family: var(--font-sans); font-size: 1.0625rem; line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--font-serif); color: var(--primary); line-height: 1.15; font-weight: 600; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin: 0 0 1rem; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.35rem); margin: 0 0 .75rem; }
h3 { font-size: 1.25rem; margin: 0 0 .5rem; }
p { margin: 0 0 1rem; }
a { color: var(--primary); }
img { max-width: 100%; height: auto; }
html, body { overflow-x: clip; }
.container > * { min-width: 0; }
svg { max-width: 100%; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 1.25rem; }
.section { padding: var(--space-7) 0; }
.section-surface { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-navy { background: var(--navy-section); }
.section-navy h2, .section-navy h3 { color: var(--primary-foreground); }
.eyebrow { text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; font-weight: 700; color: oklch(60% .12 75); margin-bottom: .6rem; display: block; }
.lead { font-size: 1.15rem; color: var(--muted-foreground); max-width: 46rem; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: calc(var(--radius) - 2px);
  padding: .85rem 1.6rem; font-weight: 600; font-size: 1rem; text-decoration: none; cursor: pointer; border: none;
  transition: background .15s; font-family: var(--font-sans); min-height: 48px; white-space: nowrap; }
/* Header-CTA: schlank, eine Zeile, Höhe wie Telefon-Button (Guidelines: dezent statt Klotz) */
.site-header .btn { padding: .6rem 1.1rem; min-height: 0; font-size: .95rem; box-shadow: none; }
.btn-gold, .btn-accent { background: linear-gradient(180deg, oklch(78% .14 75), var(--gold)); color: var(--gold-foreground); box-shadow: 0 1px 2px rgb(0 0 0 / .12); }
.btn-gold:hover, .btn-accent:hover { background: var(--gold-hover); }
.btn-outline { background: var(--card); color: var(--primary); border: 1.5px solid var(--primary); }
.btn-outline:hover { background: var(--secondary); }
.btn-lg { padding: 1rem 1.9rem; font-size: 1.08rem; }
.btn[disabled] { background: var(--muted); color: var(--muted-foreground); cursor: not-allowed; }
.nav-phone, .phone-quiet { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; text-decoration: none;
  white-space: nowrap; color: var(--primary); border: 1.5px solid var(--primary); border-radius: calc(var(--radius) - 2px);
  padding: .6rem 1.05rem; transition: background .15s; min-height: 48px; background: var(--card); }
.nav-phone:hover, .phone-quiet:hover { background: var(--secondary); }
.nav-phone svg, .phone-quiet svg { width: 17px; height: 17px; flex: none; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in oklab, var(--background) 94%, white); border-bottom: 1px solid var(--border); backdrop-filter: blur(6px); }
.site-header .container { display: flex; align-items: center; gap: 1.5rem; height: 100px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 68px; width: auto; display: block; }
/* Footer-Logo: präsenter, heller Untergrund-tauglich, mit Weißraum */
.footer-logo { height: 60px; width: auto; display: block; }
.footer-logo-row { margin-bottom: 2.4rem; padding-bottom: 1.8rem; border-bottom: 1px solid color-mix(in oklab, var(--navy-section) 70%, white); }
.main-nav { display: flex; gap: 1.3rem; margin-inline: auto; align-items: center; }
.main-nav a { text-decoration: none; font-weight: 550; font-size: .95rem; color: var(--foreground); padding: .4rem .2rem; }
.main-nav a:hover { color: oklch(55% .12 75); }
.nav-right { display: flex; align-items: center; gap: .75rem; }
.burger { display: none; background: none; border: none; font-size: 1.6rem; color: var(--primary); cursor: pointer; }

/* Hero */
.hero { background: var(--surface); border-bottom: 1px solid var(--border); }
.hero .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; padding-block: 5rem 4rem; align-items: center; }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius); box-shadow: 0 24px 60px rgb(0 0 0 / .14); width: 100%; }
.hero-badge { position: absolute; left: -1.25rem; bottom: 1.5rem; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 10px 30px rgb(0 0 0 / .10); padding: .8rem 1.1rem; font-size: .92rem; font-weight: 550; max-width: 260px; }
.hero-checks { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1.5rem; margin: 1.4rem 0 0; padding: 0; list-style: none; font-weight: 550; font-size: .98rem; }
.hero-checks li::before { content: "✓"; color: oklch(60% .12 75); font-weight: 800; margin-right: .5rem; }
.btn-row { display: flex; gap: .9rem; flex-wrap: wrap; align-items: center; }

/* Leistungsband */
.serviceband { border-bottom: 1px solid var(--border); background: var(--background); }
.serviceband .container { display: flex; flex-wrap: wrap; gap: .6rem 2.2rem; justify-content: center; padding-block: 1.1rem; font-weight: 550; font-size: .95rem; color: var(--muted-foreground); }
.serviceband span::before { content: "✓ "; color: oklch(60% .12 75); font-weight: 800; }

/* Grids & Cards */
.grid { display: grid; gap: var(--space-3); min-width: 0; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
.card, .card-soft { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.6rem; }
.card h3 a { text-decoration: none; }
.more-link { font-weight: 650; text-decoration: none; color: var(--primary); }
.more-link::after { content: " →"; color: oklch(60% .12 75); }
.checks { list-style: none; padding: 0; display: grid; gap: .55rem; font-weight: 550; }
.checks li::before { content: "✓"; color: oklch(60% .12 75); font-weight: 800; margin-right: .55rem; }
.step-num { font-family: var(--font-serif); font-size: 2.4rem; color: oklch(75% .1 75); font-weight: 700; line-height: 1; display: block; margin-bottom: .6rem; }
.hairline { border: none; border-top: 1px solid var(--border); margin: 0; }
.stat b { display: block; font-family: var(--font-serif); font-size: 2rem; color: var(--primary); line-height: 1.2; }
.stat small { color: var(--muted-foreground); font-size: .95rem; }

/* Testimonials */
.quote-card { background: var(--card); border: 1px solid var(--border); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 1.75rem; }
.quote-card p { font-size: 1.05rem; }
.quote-card footer { font-weight: 650; color: var(--primary); }

/* FAQ */
.faq details { background: var(--card); border: 1px solid var(--border); border-radius: calc(var(--radius) - 2px); margin-bottom: .8rem; padding: 0 1.25rem; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.05rem 0; font-weight: 600; font-size: 1.05rem; color: var(--primary); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "⌄"; transition: transform .2s; color: var(--muted-foreground); flex: none; }
.faq details[open] summary::after { transform: rotate(180deg); }
.faq .faq-a { padding: 0 0 1.15rem; color: var(--muted-foreground); }

/* Funnel */
.funnel-section { background: var(--surface-warm); border-block: 1px solid var(--border); }
.funnel-section .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: center; padding-block: 5rem; }
.funnel-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 18px 50px rgb(0 0 0 / .10); overflow: hidden; width: 100%; }
.funnel-head { padding: 1.1rem 1.5rem .9rem; }
.funnel-meta { display: flex; justify-content: space-between; font-size: .8rem; font-weight: 600; color: var(--muted-foreground); margin-bottom: .6rem; }
.funnel-progress { height: 6px; background: var(--muted); border-radius: 99px; overflow: hidden; }
.funnel-progress i { display: block; height: 100%; background: linear-gradient(90deg, oklch(78% .14 75), var(--gold)); border-radius: 99px; transition: width .25s; }
.funnel-body { padding: .6rem 1.5rem 1.4rem; border-top: 1px solid var(--border); transition: opacity .12s ease, transform .12s ease; }
.funnel-body h3 { font-size: 1.4rem; margin: .8rem 0 1.1rem; font-family: var(--font-serif); }
.funnel-body.slide-out-l { opacity: 0; transform: translateX(-14px); }
.funnel-body.slide-out-r { opacity: 0; transform: translateX(14px); }
.funnel-body.slide-in { animation: slideIn .22s ease; }
@keyframes slideIn { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }
.opt { display: flex; align-items: center; gap: .9rem; width: 100%; text-align: left; background: var(--surface); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: .95rem 1.15rem; margin-bottom: .7rem; cursor: pointer; font: inherit; min-height: 56px;
  transition: border-color .15s, background .15s; }
.opt:hover { border-color: var(--primary); background: var(--secondary); }
.opt .opt-icon { width: 42px; height: 42px; flex: none; border-radius: 50%; background: var(--secondary); display: flex; align-items: center; justify-content: center; color: var(--primary); }
.opt .opt-icon svg { width: 21px; height: 21px; }
.opt b { display: block; } .opt small { color: var(--muted-foreground); }
.opt-arrow { margin-left: auto; color: var(--muted-foreground); }
.funnel-nav { display: flex; justify-content: space-between; align-items: center; margin-top: .5rem; }
.funnel-back { background: none; border: none; color: var(--muted-foreground); font: inherit; font-weight: 600; cursor: pointer; padding: .5rem 0; }
.funnel-back[disabled] { visibility: hidden; }
.funnel-foot { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 1.5rem; background: var(--surface); border-top: 1px solid var(--border); font-size: .82rem; color: var(--muted-foreground); }
.funnel-foot a { font-weight: 700; text-decoration: none; }
.funnel-hint { margin-top: -.6rem; color: var(--muted-foreground); }
.funnel-error { color: oklch(55% .2 27); font-size: .9rem; margin-bottom: .5rem; min-height: 1.2em; }
.funnel-done { text-align: center; padding: 1.5rem 0; }
.funnel-done pre { text-align: left; background: var(--surface); padding: 1rem; border-radius: 8px; font-size: .75rem; overflow: auto; }
.done-check { width: 64px; height: 64px; border-radius: 50%; background: var(--trust); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .35rem; }
.field label span { color: oklch(60% .12 75); }
.field input, .field textarea { width: 100%; padding: .85rem .95rem; border: 1.5px solid var(--border); border-radius: calc(var(--radius) - 4px); background: var(--surface); font: inherit; }
.field input:focus, .field textarea:focus { outline: 2px solid var(--primary); }
.consent { display: flex; gap: .6rem; align-items: flex-start; background: var(--secondary); border: 1px solid var(--border); border-radius: calc(var(--radius) - 4px); padding: .8rem; font-size: .85rem; margin-bottom: 1rem; }

/* Inhaltsseiten */
.page-hero { padding: 4.5rem 0 3.5rem; background: var(--surface); border-bottom: 1px solid var(--border); }
.page-hero .lead { margin-bottom: 1.5rem; }
.crumbs { font-size: .85rem; color: var(--muted-foreground); margin-bottom: 1rem; }
.crumbs a { color: var(--muted-foreground); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.prose { max-width: 48rem; }
.prose h2 { margin-top: 3rem; }
.prose h3 { margin-top: 2rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .4rem; }
figure.img { margin: 2.5rem 0; }
figure.img img { border-radius: var(--radius); width: 100%; object-fit: cover; }
figure.img figcaption { font-size: .85rem; color: var(--muted-foreground); margin-top: .5rem; }
.img-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.img-grid img { border-radius: var(--radius); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.cta-box { background: var(--surface); border: 1px solid var(--border); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 1.75rem; margin: 3rem 0; }
.cta-box h3 { margin-top: 0; }
.cta-box .btn-row { margin-top: 1rem; }
table.spec { width: 100%; border-collapse: collapse; margin: 1.5rem 0; background: var(--card); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
table.spec th, table.spec td { text-align: left; padding: .8rem 1rem; border-top: 1px solid var(--border); }
table.spec th { background: var(--surface); font-weight: 700; color: var(--primary); }
table.spec tr:first-child th, table.spec tr:first-child td { border-top: none; }
.linkline { display: flex; flex-wrap: wrap; gap: .5rem 1rem; font-size: .95rem; }
.linkline a { text-decoration: none; font-weight: 550; }

/* CTA final */
.cta-final { text-align: center; border-top: 1px solid var(--border); padding: 6rem 0; background: var(--surface); }
.cta-final .btns { display: flex; gap: 1rem; justify-content: center; align-items: center; margin-top: 1.75rem; flex-wrap: wrap; }

/* Footer */
.site-footer { background: var(--navy-section); color: oklch(85% .01 255); padding: 3.5rem 0 2rem; }
.site-footer a { color: oklch(90% .008 255); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer h4 { color: #fff; font-family: var(--font-serif); margin: 0 0 .8rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; font-size: .95rem; }
.footer-bottom { border-top: 1px solid color-mix(in oklab, var(--navy-section) 70%, white); margin-top: 2.5rem; padding-top: 1.2rem; font-size: .85rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; }

@media (max-width: 900px) {
  .hero .container, .funnel-section .container { grid-template-columns: 1fr; }
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .main-nav.open { display: flex; flex-direction: column; position: absolute; top: 84px; left: 0; right: 0; background: var(--card); border-bottom: 1px solid var(--border); padding: 1rem 1.5rem; margin: 0; }
  .burger { display: inline-flex; align-items: center; justify-content: center; font-size: 1.75rem; line-height: 1; min-width: 44px; min-height: 44px; padding: 0; }
  .nav-right { margin-left: auto; gap: .5rem; align-items: center; }
  .nav-right .btn { display: none; }
  .hero-badge { position: static; margin-top: 1rem; max-width: none; }
  .site-header .container { height: 84px; gap: .75rem; }
  .logo img { height: 50px; }
  /* Telefon-Button mobil: nur Icon, damit das Logo präsent bleibt */
  .nav-phone { padding: .55rem; min-width: 44px; min-height: 44px; justify-content: center; }
  .nav-phone .nav-phone-num { display: none; }
  .nav-phone svg { width: 20px; height: 20px; }
}
@media (max-width: 600px) {
  .grid-3, .grid-4, .grid-2, .grid-5, .footer-grid, .img-grid { grid-template-columns: 1fr; }
  .hero-checks { grid-template-columns: 1fr; }
  .compare-wrap { overflow-x: auto; }
  .section { padding: var(--space-6) 0; }
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

/* === Hero V3 – Cura-Layout: Copy links, Funnel-Card rechts, kein Foto === */
.hero { background: linear-gradient(165deg, var(--surface-warm) 0%, var(--surface) 45%, var(--background) 100%); }
.hero .container { grid-template-columns: 1fr 1.02fr; gap: 3.2rem; padding-block: 3.4rem; align-items: center; }
.hero-copy h1 { font-size: clamp(2.3rem, 3.6vw, 3.3rem); line-height: 1.08; margin: .55rem 0 1rem; }
.hero-copy .lead { max-width: 30rem; }
.funnel-card { border-radius: 20px; box-shadow: 0 24px 60px rgb(0 0 0 / .08); }
.funnel-head { padding: 1.2rem 1.4rem .9rem; }
.funnel-meta { align-items: center; margin-bottom: .8rem; }
.funnel-badge { display: inline-flex; align-items: center; gap: .4rem; background: var(--secondary); color: var(--primary); font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: .34rem .72rem; border-radius: 999px; }
.funnel-badge svg { width: 13px; height: 13px; color: var(--gold); }
.funnel-step { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-foreground); }
.funnel-body { padding: .9rem 1.4rem 1.1rem; }
.funnel-body h3 { font-size: 1.32rem; margin: .35rem 0 .6rem; }
.opt { background: var(--card); border-width: 1.5px; border-radius: 14px; padding: .8rem 1rem; margin-bottom: .6rem; min-height: 0; gap: .85rem; }
.opt:hover { border-color: var(--gold); background: var(--card); box-shadow: 0 6px 18px rgb(0 0 0 / .07); }
.opt .opt-icon { width: 40px; height: 40px; background: var(--secondary); color: var(--gold); }
.opt .opt-icon svg { width: 20px; height: 20px; }
.opt b { font-size: .98rem; }
.opt small { font-size: .85rem; }
.opt > span:not(.opt-icon) { flex: 1 1 auto; min-width: 0; }
.opt::after { content: "→"; margin-left: auto; color: var(--muted-foreground); font-size: 1.05rem; flex: none; }
.funnel-foot { justify-content: center; text-align: center; background: transparent; padding: .7rem 1.4rem 1.1rem; }
@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; padding-block: 2rem; gap: 1.8rem; }
  .hero-copy { order: 0; }
  .funnel-card { order: 1; }
}

/* === Hero V4 – Foto-Vollflächen-Hintergrund + warmes Overlay (Zielbild) === */
.hero.hero-photo { position: relative; overflow: hidden; background: var(--surface); border-bottom: 1px solid var(--border); }
.hero.hero-photo .hero-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.hero.hero-photo .hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(245,239,230,.93) 0%, rgba(245,239,230,.88) 32%, rgba(245,239,230,.6) 56%, rgba(245,239,230,.25) 80%, rgba(245,239,230,.08) 100%); }
.hero.hero-photo .container { position: relative; z-index: 1; }
.eyebrow-badge { display: inline-flex; align-items: center; gap: .5rem; border: 1.5px solid var(--border); background: rgba(255,255,255,.55); color: var(--primary); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: .45rem .9rem; border-radius: 999px; margin-bottom: 1.1rem; }
.eyebrow-badge svg { width: 15px; height: 15px; color: var(--gold); flex: none; }
.hero-checks-circle { margin-top: 1.6rem; gap: .7rem 2rem; }
.hero-checks-circle li { padding-left: 1.95rem; position: relative; font-weight: 550; }
.hero-checks-circle li::before { content: ""; margin: 0; position: absolute; left: 0; top: .04em; width: 1.35rem; height: 1.35rem; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2323324d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="M8.5 12.5l2.4 2.4 4.6-5.2"/></svg>') no-repeat center / contain; }
.funnel-step { text-transform: none; letter-spacing: 0; font-weight: 600; color: var(--muted-foreground); font-size: .8rem; }
.funnel-badge { background: transparent; padding: 0; text-transform: none; letter-spacing: 0; font-weight: 600; color: var(--muted-foreground); font-size: .8rem; display: inline-flex; align-items: center; gap: .35rem; }
.funnel-badge svg { width: 14px; height: 14px; color: var(--gold); flex: none; }
.opt::after { content: none; }
.funnel-foot { justify-content: space-between; text-align: left; padding: .8rem 1.4rem; background: var(--surface); border-top: 1px solid var(--border); }
.funnel-ssl { display: inline-flex; align-items: center; gap: .4rem; }
.funnel-ssl svg { width: 14px; height: 14px; color: var(--gold); flex: none; }
.funnel-foot a { color: var(--primary); font-weight: 700; text-decoration: none; }
@media (max-width: 900px) {
  .hero.hero-photo .hero-bg::after { background: linear-gradient(180deg, rgba(245,239,230,.9) 0%, rgba(245,239,230,.82) 45%, rgba(245,239,230,.9) 100%); }
  .hero.hero-photo .container { grid-template-columns: 1fr; }
}
