/* ==========================================================================
   SEDA24 DESIGNSYSTEM · Redesign 2027 (Staging)
   Statisches HTML/CSS/JS · mobile-first · WCAG-AA-Kontraste
   Farbwelt: Navy #1E537C · Gold #F9B233 · Weiß/Off-White
   Schrift: Poppins (Headlines) · Open Sans (Fließtext) – lokal gehostet
   ========================================================================== */

/* --------------------------------------------------------------------------
   1 · DESIGN-TOKENS
   -------------------------------------------------------------------------- */
:root {
    /* Farben – Marke */
    --navy:        #1E537C;   /* Primärfarbe */
    --navy-dark:   #163D5C;   /* Hero-/Footer-Hintergrund, Hover auf Navy */
    --navy-deep:   #0E2A40;   /* dunkelste Stufe, z. B. Footer-Unterzeile */
    --navy-tint:   #E9F1F7;   /* helle Navy-Fläche für Sektionen/Icons */
    --gold:        #F9B233;   /* Akzent / CTA */
    --gold-dark:   #E19C13;   /* Hover-Zustand Gold */
    --gold-tint:   #FEF4DE;   /* helle Gold-Fläche, Badges */
    --gold-deep:   #8A5E00;   /* Gold als TEXT auf hellem Grund (Kontrast 5,7:1) */
    --gold-bright: #FDC55C;   /* Gold als TEXT auf Navy (Kontrast 5,2:1) */

    /* Farben – Neutral */
    --white:       #FFFFFF;
    --off-white:   #F6F9FB;   /* Seiten-/Sektionshintergrund */
    --ink:         #1C2B38;   /* Fließtext auf hell (Kontrast 14:1) */
    --ink-soft:    #48596A;   /* Sekundärtext (Kontrast 7:1) */
    --line:        #D9E2EA;   /* Rahmen, Trennlinien */

    /* Farben – Zustände (Formulare) */
    --success:     #217A4B;
    --success-bg:  #EAF6EF;
    --error:       #C0392B;
    --error-bg:    #FBEDEB;

    /* Typografie */
    --font-head: 'Poppins', 'Segoe UI', Arial, sans-serif;
    --font-body: 'Open Sans', 'Segoe UI', Arial, sans-serif;

    /* Fluide Typo-Skala – deutliche Hierarchie */
    --fs-display: clamp(2.125rem, 1.35rem + 3.4vw, 3.375rem);  /* Hero */
    --fs-h1:      clamp(1.875rem, 1.3rem + 2.6vw, 2.75rem);
    --fs-h2:      clamp(1.5rem, 1.15rem + 1.6vw, 2.125rem);
    --fs-h3:      clamp(1.2rem, 1.05rem + 0.7vw, 1.5rem);
    --fs-h4:      1.125rem;
    --fs-lead:    clamp(1.0625rem, 1rem + 0.4vw, 1.25rem);
    --fs-body:    1rem;
    --fs-small:   0.875rem;
    --fs-tiny:    0.8125rem;

    --lh-tight:   1.15;
    --lh-head:    1.25;
    --lh-body:    1.65;

    /* Abstände – 4-px-Basis, großzügiger Weißraum */
    --sp-1:  0.25rem;
    --sp-2:  0.5rem;
    --sp-3:  0.75rem;
    --sp-4:  1rem;
    --sp-5:  1.5rem;
    --sp-6:  2rem;
    --sp-7:  3rem;
    --sp-8:  4rem;
    --sp-9:  6rem;

    /* Sektions-Rhythmus */
    --section-y: clamp(3.5rem, 2.5rem + 4vw, 6.5rem);

    /* Radius */
    --radius-sm:   8px;
    --radius-md:   14px;
    --radius-lg:   22px;
    --radius-pill: 999px;

    /* Schatten */
    --shadow-sm: 0 1px 3px rgba(14, 42, 64, 0.10);
    --shadow-md: 0 6px 20px rgba(14, 42, 64, 0.12);
    --shadow-lg: 0 16px 44px rgba(14, 42, 64, 0.18);
    --shadow-gold: 0 6px 20px rgba(249, 178, 51, 0.35);

    /* Layout */
    --container:      72rem;    /* 1152 px */
    --container-wide: 80rem;
    --header-h:       4.5rem;

    /* Motion */
    --ease: cubic-bezier(0.33, 1, 0.68, 1);
    --t-fast: 160ms;
    --t-med:  280ms;
}

/* --------------------------------------------------------------------------
   2 · BASIS / RESET
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    color: var(--ink);
    background: var(--white);
}

h1, h2, h3, h4, h5 {
    font-family: var(--font-head);
    color: var(--navy);
    line-height: var(--lh-head);
    margin: 0 0 var(--sp-4);
}
h1 { font-size: var(--fs-h1); font-weight: 700; letter-spacing: -0.015em; line-height: var(--lh-tight); }
h2 { font-size: var(--fs-h2); font-weight: 700; letter-spacing: -0.01em; }
h3 { font-size: var(--fs-h3); font-weight: 600; }
h4 { font-size: var(--fs-h4); font-weight: 600; }

p { margin: 0 0 var(--sp-4); }
.lead { font-size: var(--fs-lead); color: var(--ink-soft); }
.text-small { font-size: var(--fs-small); }
.text-muted { color: var(--ink-soft); }

a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--navy-dark); }

img, svg { max-width: 100%; height: auto; display: block; }

/* Notbremse Inline-Icons: Ein SVG darf NIE ungebremst rendern, selbst wenn
   seine Komponenten-Klasse fehlt oder das CSS teilweise nicht greift.
   Dekorative Sektions-Icons max. 64px, Icons in interaktiven/kompakten
   Kontexten max. 1.5em. Komponenten-Regeln (width/height) gewinnen, weil
   sie exakte Größen unterhalb dieser Deckel setzen. */
svg { max-width: 64px; max-height: 64px; }
a svg, button svg, summary svg, label svg,
.btn svg, .badge svg, .checklist svg, .form-alert svg,
.trust-badge svg, .usp-banner__badge svg {
    /* 1.75em statt 1.5em: größte reguläre Icon-Größe ist 1.75rem
       (Service-Karten-Icon) bzw. 1.72em (Mobile-Leiste) – der Deckel
       liegt knapp darüber, damit er nur im Fehlerfall greift. */
    max-width: 1.75em;
    max-height: 1.75em;
}

ul, ol { margin: 0 0 var(--sp-4); padding-left: 1.25rem; }

hr { border: 0; border-top: 1px solid var(--line); margin: var(--sp-6) 0; }

/* Fokus – sichtbar und markenkonform */
:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 2px;
    border-radius: 2px;
}

::selection { background: var(--gold); color: var(--navy-deep); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    html { scroll-behavior: auto; }
}

/* Nur-Screenreader-Text */
.sr-only {
    position: absolute; width: 1px; height: 1px;
    margin: -1px; padding: 0; border: 0;
    clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap;
}

/* --------------------------------------------------------------------------
   3 · LAYOUT-HELFER
   -------------------------------------------------------------------------- */
.container {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--sp-4);
}
@media (min-width: 48em) {
    .container { padding-inline: var(--sp-6); }
}
.container--wide { max-width: var(--container-wide); }

/* Section-Wrapper */
.section {
    padding-block: var(--section-y);
}
.section--tint  { background: var(--off-white); }
.section--navy  { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 100%); }
.section--navy h1, .section--navy h2, .section--navy h3 { color: var(--white); }
.section--navy p { color: rgba(255, 255, 255, 0.88); }

.section__head {
    max-width: 46rem;
    margin: 0 auto var(--sp-7);
    text-align: center;
}
.section__kicker {
    display: inline-block;
    font-family: var(--font-head);
    font-size: var(--fs-small);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: var(--sp-3);
}
.section--navy .section__kicker { color: var(--gold-bright); }

/* Grids */
.grid { display: grid; gap: var(--sp-5); }
@media (min-width: 40em)  { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62em)  {
    .grid--3 { grid-template-columns: repeat(3, 1fr); }
    .grid--4 { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 40em) and (max-width: 61.99em) {
    .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
}

/* --------------------------------------------------------------------------
   4 · BUTTONS  (Touch-Ziel ≥ 48 px)
   -------------------------------------------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--sp-2);
    min-height: 3rem;
    padding: 0.75rem 1.75rem;
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: transform var(--t-fast) var(--ease),
                box-shadow var(--t-fast) var(--ease),
                background-color var(--t-fast) var(--ease),
                color var(--t-fast) var(--ease),
                border-color var(--t-fast) var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 1.25em; height: 1.25em; flex: none; }

/* Primär: Gold – Navy-Text (Kontrast 6,4:1) */
.btn--primary {
    background: var(--gold);
    color: var(--navy-deep);
    box-shadow: var(--shadow-gold);
}
.btn--primary:hover {
    background: var(--gold-dark);
    color: var(--navy-deep);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(249, 178, 51, 0.45);
}

/* Sekundär auf hellem Grund: Navy-Outline */
.btn--secondary {
    background: transparent;
    color: var(--navy);
    border-color: var(--navy);
}
.btn--secondary:hover {
    background: var(--navy);
    color: var(--white);
}

/* Sekundär auf Navy-Grund: Weiß-Outline */
.btn--ghost {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.7);
}
.btn--ghost:hover {
    background: var(--white);
    color: var(--navy);
    border-color: var(--white);
}

.btn--lg { min-height: 3.5rem; padding: 1rem 2.25rem; font-size: 1.0625rem; }
.btn--block { width: 100%; }

/* --------------------------------------------------------------------------
   5 · FORMULARE inkl. Validierungszustände
   -------------------------------------------------------------------------- */
.form-group { margin-bottom: 1.75rem; }

.form-label {
    display: block;
    font-family: var(--font-head);
    font-size: var(--fs-tiny);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: var(--sp-2);
}
.form-label .req { color: var(--error); }

.form-control {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.85rem 1.1rem;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--ink);
    background: var(--white);
    border: 1.5px solid #E4EBF1;   /* weicher als --line: Ruhe statt Technik */
    border-radius: 10px;
    transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
    appearance: none;
}
textarea.form-control { min-height: 7.5rem; resize: vertical; }

.form-control::placeholder { color: #8296A8; }
.form-control:hover { border-color: #C9D6E1; }
/* Fokus: Navy-Kante (3:1-Indikator) + dezenter Gold-Glow statt hartem Ring */
.form-control:focus,
.form-control:focus-visible {
    outline: none;
    border-color: var(--navy);
    box-shadow: 0 0 0 4px rgba(249, 178, 51, 0.28), 0 2px 12px rgba(249, 178, 51, 0.18);
}

select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%231E537C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.75rem;
}

/* Validierung */
.form-group.is-valid .form-control { border-color: var(--success); }
.form-group.is-valid .form-control:focus { box-shadow: 0 0 0 4px rgba(33, 122, 75, 0.15); }
.form-group.is-invalid .form-control { border-color: var(--error); background: var(--error-bg); }
.form-group.is-invalid .form-control:focus { box-shadow: 0 0 0 4px rgba(192, 57, 43, 0.15); }

.form-feedback {
    display: none;
    align-items: flex-start;
    gap: var(--sp-2);
    margin-top: var(--sp-2);
    font-size: var(--fs-small);
    font-weight: 600;
}
.form-group.is-invalid .form-feedback--error,
.form-group.is-valid .form-feedback--success { display: flex; }
.form-feedback--error { color: var(--error); }
.form-feedback--success { color: var(--success); }

.form-hint { margin-top: var(--sp-2); font-size: var(--fs-tiny); color: var(--ink-soft); }

/* Checkbox (z. B. Datenschutz-Einwilligung) */
.form-check {
    display: flex;
    gap: var(--sp-3);
    align-items: flex-start;
    font-size: var(--fs-small);
    color: var(--ink-soft);
}
.form-check input[type="checkbox"] {
    flex: none;
    width: 1.375rem;
    height: 1.375rem;
    margin-top: 0.1rem;
    accent-color: var(--navy);
    cursor: pointer;
}

/* --------------------------------------------------------------------------
   6 · TRUST-BADGE-LEISTE
   -------------------------------------------------------------------------- */
.trust-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-4);
    padding: var(--sp-5);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}
@media (min-width: 62em) {
    .trust-bar { grid-template-columns: repeat(4, 1fr); padding: var(--sp-5) var(--sp-6); }
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: var(--sp-3);
}
.trust-badge__icon {
    flex: none;
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius-pill);
    background: var(--navy-tint);
    color: var(--navy);
}
.trust-badge__icon svg { width: 1.5rem; height: 1.5rem; }
.trust-badge--gold .trust-badge__icon { background: var(--gold-tint); color: var(--gold-dark); }

.trust-badge__value {
    font-family: var(--font-head);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.2;
}
.trust-badge__label {
    font-size: var(--fs-tiny);
    color: var(--ink-soft);
    line-height: 1.35;
}

/* Variante auf Navy-Grund */
.section--navy .trust-bar { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.14); }
.section--navy .trust-badge__value { color: var(--white); }
.section--navy .trust-badge__label { color: rgba(255, 255, 255, 0.75); }
.section--navy .trust-badge__icon { background: rgba(255, 255, 255, 0.12); color: var(--gold); }

/* --------------------------------------------------------------------------
   7 · LEISTUNGS-KARTE
   -------------------------------------------------------------------------- */
.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease), border-color var(--t-med) var(--ease);
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.service-card:hover .service-card__cta { color: var(--gold-deep); }
.service-card:hover .service-card__cta svg { transform: translateX(4px); }

.service-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: var(--navy-tint);
    overflow: hidden;
}
.service-card__media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform var(--t-med) var(--ease);
}
/* Dezenter Navy-Verlauf am unteren Bildrand – vereinheitlicht alle Leistungskarten
   (Foto blendet nach unten in Navy und damit ins Kartenweiß über, textfreie Motive). */
.service-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(to top,
        rgba(22, 61, 92, 0.58) 0%,
        rgba(22, 61, 92, 0.20) 45%,
        rgba(22, 61, 92, 0) 100%);
    pointer-events: none;
}
.service-card:hover .service-card__media img { transform: scale(1.045); }

/* Abschluss-Band unter dem Leistungsraster (dezent, Designsystem-Stil) */
.service-more {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--sp-4);
    margin-top: var(--sp-5);
    padding: var(--sp-4) var(--sp-5);
    background: var(--navy-tint);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}
.service-more__text { margin: 0; color: var(--ink); font-size: var(--fs-body); }
.service-more__text a { font-weight: 600; }
.service-more .btn { flex: none; }

.service-card__tag {
    position: absolute;
    top: var(--sp-3); left: var(--sp-3);
    padding: 0.3rem 0.8rem;
    font-family: var(--font-head);
    font-size: var(--fs-tiny);
    font-weight: 600;
    color: var(--navy-deep);
    background: var(--gold);
    border-radius: var(--radius-pill);
}

.service-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: var(--sp-2);
    padding: var(--sp-5);
}
.service-card__title { margin: 0; font-size: var(--fs-h4); font-weight: 600; color: var(--navy); }
.service-card__text { margin: 0; font-size: var(--fs-small); color: var(--ink-soft); flex: 1; }

.service-card__cta {
    display: inline-flex;
    align-items: center;
    gap: var(--sp-2);
    margin-top: var(--sp-3);
    font-family: var(--font-head);
    font-size: var(--fs-small);
    font-weight: 600;
    color: var(--navy);
    transition: color var(--t-fast) var(--ease);
}
.service-card__cta svg { width: 1.1em; height: 1.1em; transition: transform var(--t-fast) var(--ease); }

/* Icon-Variante ohne Bild */
.service-card--icon .service-card__body { padding-top: var(--sp-6); }
.service-card__icon {
    display: grid;
    place-items: center;
    width: 3.5rem; height: 3.5rem;
    margin-bottom: var(--sp-3);
    border-radius: var(--radius-md);
    background: var(--navy-tint);
    color: var(--navy);
    transition: background-color var(--t-med) var(--ease), color var(--t-med) var(--ease);
}
.service-card__icon svg { width: 1.75rem; height: 1.75rem; }
.service-card:hover .service-card__icon { background: var(--gold); color: var(--navy-deep); }

/* --------------------------------------------------------------------------
   8 · TESTIMONIAL-KARTE
   -------------------------------------------------------------------------- */
.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: var(--sp-4);
    padding: var(--sp-6);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.testimonial-card__stars {
    display: flex;
    gap: 2px;
    color: var(--gold);
}
.testimonial-card__stars svg { width: 1.125rem; height: 1.125rem; }

.testimonial-card__quote {
    margin: 0;
    font-size: 1.0625rem;
    line-height: var(--lh-body);
    color: var(--ink);
}
.testimonial-card__quote::before { content: "\201E"; } /* „ */
.testimonial-card__quote::after  { content: "\201C"; } /* “ */

.testimonial-card__person {
    display: flex;
    align-items: center;
    gap: var(--sp-3);
    margin-top: auto;
}
.testimonial-card__avatar {
    flex: none;
    display: grid;
    place-items: center;
    width: 3rem; height: 3rem;
    border-radius: var(--radius-pill);
    background: var(--navy);
    color: var(--white);
    font-family: var(--font-head);
    font-weight: 600;
    overflow: hidden;
}
.testimonial-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-card__name { font-family: var(--font-head); font-weight: 600; font-size: var(--fs-small); color: var(--navy); }
.testimonial-card__meta { font-size: var(--fs-tiny); color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   9 · FAQ-ACCORDION (natives <details> – barrierefrei ohne JS)
   -------------------------------------------------------------------------- */
.faq { display: grid; gap: var(--sp-3); max-width: 46rem; margin-inline: auto; }

.faq-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.faq-item[open] { border-color: var(--navy); box-shadow: var(--shadow-sm); }

.faq-item__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--sp-4);
    min-height: 3.5rem;
    padding: var(--sp-4) var(--sp-5);
    font-family: var(--font-head);
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    list-style: none;
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q:hover { background: var(--off-white); }

.faq-item__chevron {
    flex: none;
    width: 1.25rem; height: 1.25rem;
    color: var(--gold-dark);
    transition: transform var(--t-med) var(--ease);
}
.faq-item[open] .faq-item__chevron { transform: rotate(180deg); }

.faq-item__a {
    padding: 0 var(--sp-5) var(--sp-5);
    color: var(--ink-soft);
}
.faq-item__a p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   10 · 4-SCHRITTE-PROZESS
   -------------------------------------------------------------------------- */
.process {
    display: grid;
    gap: var(--sp-6);
    counter-reset: step;
}
@media (min-width: 62em) {
    .process { grid-template-columns: repeat(4, 1fr); gap: var(--sp-5); }
}

.process-step {
    position: relative;
    counter-increment: step;
    padding-left: 4.25rem;
}
@media (min-width: 62em) {
    .process-step { padding-left: 0; padding-top: 4.5rem; }
}

.process-step::before {
    content: counter(step);
    position: absolute;
    left: 0; top: 0;
    display: grid;
    place-items: center;
    width: 3.25rem; height: 3.25rem;
    font-family: var(--font-head);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--navy-deep);
    background: var(--gold);
    border-radius: var(--radius-pill);
    box-shadow: var(--shadow-gold);
}

/* Verbindungslinie */
.process-step::after {
    content: "";
    position: absolute;
    left: 1.55rem; top: 3.5rem;
    bottom: calc(-1 * var(--sp-6));
    width: 2px;
    background: var(--line);
}
.process-step:last-child::after { display: none; }
@media (min-width: 62em) {
    .process-step::after {
        left: 3.75rem; right: calc(-1 * var(--sp-5));
        top: 1.55rem; bottom: auto;
        width: auto; height: 2px;
    }
}

.process-step__title { margin-bottom: var(--sp-2); font-size: var(--fs-h4); }
.process-step__text { margin: 0; font-size: var(--fs-small); color: var(--ink-soft); }

/* Auf Navy-Grund */
.section--navy .process-step::after { background: rgba(255, 255, 255, 0.25); }
.section--navy .process-step__title { color: var(--white); }
.section--navy .process-step__text { color: rgba(255, 255, 255, 0.8); }

/* --------------------------------------------------------------------------
   11 · USP-BANNER  („1 Woche Kündigungsfrist" – Lead-USP)
   -------------------------------------------------------------------------- */
.usp-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-4);
    padding: var(--sp-6);
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}
@media (min-width: 48em) {
    .usp-banner { flex-direction: row; align-items: center; padding: var(--sp-6) var(--sp-7); }
}
.usp-banner__badge {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: var(--sp-2);
    padding: 0.5rem 1.1rem;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: var(--fs-small);
    color: var(--navy-deep);
    background: var(--gold);
    border-radius: var(--radius-pill);
    box-shadow: var(--shadow-gold);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.usp-banner__badge svg { width: 1.2em; height: 1.2em; }
.usp-banner__title { margin: 0 0 var(--sp-1); font-size: var(--fs-h3); color: var(--white); }
.usp-banner__text { margin: 0; color: rgba(255, 255, 255, 0.85); font-size: var(--fs-small); }
.usp-banner__body { flex: 1; }
.usp-banner .btn { flex: none; }

/* --------------------------------------------------------------------------
   12 · BILD-PLATZHALTER  (bis echte Fotos vorliegen)
   -------------------------------------------------------------------------- */
.img-placeholder {
    display: grid;
    place-items: center;
    padding: var(--sp-5);
    min-height: 12rem;
    background:
        repeating-linear-gradient(45deg, transparent 0 12px, rgba(255,255,255,0.03) 12px 24px),
        linear-gradient(150deg, var(--navy) 0%, var(--navy-dark) 100%);
    border: 3px dashed var(--gold);
    border-radius: var(--radius-md);
    color: var(--white);
    font-family: var(--font-head);
    font-size: var(--fs-small);
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}
.img-placeholder small {
    display: block;
    margin-top: var(--sp-2);
    font-family: var(--font-body);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

/* --------------------------------------------------------------------------
   13 · HEADER
   -------------------------------------------------------------------------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--navy);
    transition: box-shadow var(--t-fast) var(--ease);
}
.site-header.is-scrolled { box-shadow: var(--shadow-md); }

.site-header__inner {
    display: flex;
    align-items: center;
    gap: var(--sp-4);
    min-height: var(--header-h);
}

.site-header__logo {
    display: flex;
    align-items: center;
    flex: none;
    margin-right: auto;
}
.site-header__logo img { height: 2.5rem; width: auto; }

/* Navigation */
.site-nav { display: none; }
.site-nav__list {
    display: flex;
    gap: var(--sp-1);
    margin: 0; padding: 0;
    list-style: none;
}
.site-nav__link {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.4rem 0.65rem;
    font-family: var(--font-head);
    font-size: var(--fs-small);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    border-radius: var(--radius-sm);
    white-space: nowrap; /* Nav-Punkte brechen NIE intern um */
    transition: background-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.site-nav__link:hover { background: rgba(255, 255, 255, 0.1); color: var(--white); }
.site-nav__link[aria-current="page"] { color: var(--gold); }

/* Dropdown (Servicegebiete) */
.site-nav__item { position: relative; }
.site-nav__toggle {
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    gap: var(--sp-1);
}
.site-nav__toggle .site-nav__caret {
    width: 0.9em; height: 0.9em;
    transition: transform var(--t-fast) var(--ease);
}
.site-nav__item.is-open > .site-nav__toggle .site-nav__caret { transform: rotate(180deg); }

.site-nav__dropdown {
    display: none;
    position: absolute;
    top: 100%; left: 0;
    z-index: 120;
    min-width: 13.5rem;
    margin: 0;
    padding: var(--sp-2);
    list-style: none;
    background: var(--navy-dark);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
}
.site-nav__item:hover > .site-nav__dropdown,
.site-nav__item:focus-within > .site-nav__dropdown,
.site-nav__item.is-open > .site-nav__dropdown { display: block; }
.site-nav__dropdown .site-nav__link { width: 100%; min-height: 2.5rem; }

/* Dropdown im mobilen Menü: als eingerücktes Untermenü */
.site-nav--mobile .site-nav__dropdown {
    position: static;
    display: none;
    box-shadow: none;
    padding: 0 0 0 var(--sp-4);
    background: transparent;
}
.site-nav--mobile .site-nav__item:hover > .site-nav__dropdown,
.site-nav--mobile .site-nav__item:focus-within > .site-nav__dropdown { display: none; }
.site-nav--mobile .site-nav__item.is-open > .site-nav__dropdown { display: block; }
.site-nav--mobile .site-nav__toggle { width: 100%; justify-content: space-between; }

/* Click-to-Call + CTA (Desktop) */
.site-header__actions { display: none; align-items: center; gap: var(--sp-4); }
.site-header__phone {
    display: inline-flex;
    align-items: center;
    gap: var(--sp-2);
    font-family: var(--font-head);
    font-weight: 600;
    font-size: var(--fs-small);
    color: var(--white);
    text-decoration: none;
    white-space: nowrap;
}
.site-header__phone svg { width: 1.2rem; height: 1.2rem; color: var(--gold); }
.site-header__phone:hover { color: var(--gold); }

/* Burger (mobil) */
.site-header__burger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 3rem; height: 3rem;
    padding: 0.75rem;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.site-header__burger span {
    display: block;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: transform var(--t-med) var(--ease), opacity var(--t-fast) var(--ease);
}
.site-header__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-header__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobiles Menü-Panel */
.site-nav--mobile {
    display: none;
    position: absolute;
    inset: 100% 0 auto 0;
    background: var(--navy-dark);
    box-shadow: var(--shadow-lg);
    padding: var(--sp-4) var(--sp-4) var(--sp-6);
}
.site-nav--mobile.is-open { display: block; }
.site-nav--mobile .site-nav__list { flex-direction: column; gap: var(--sp-1); }
.site-nav--mobile .site-nav__link { min-height: 3rem; font-size: 1rem; width: 100%; }
.site-nav--mobile .btn { margin-top: var(--sp-4); }

/* Breakpoint-Logik: lieber länger Burger-Menü als eine umbrechende Nav.
   ≥48em: CTA-Button neben dem Burger sichtbar (Telefon steckt im Menü/Sticky)
   ≥70em: volle Desktop-Nav einzeilig, Burger weg
   ≥80em: zusätzlich Click-to-Call-Nummer */
@media (min-width: 48em) {
    .site-header__actions { display: flex; }
    .site-header__phone { display: none; }
}
@media (min-width: 70em) {
    .site-nav { display: block; }
    .site-header__burger, .site-nav--mobile { display: none !important; }
}
@media (min-width: 80em) {
    .site-header__phone { display: inline-flex; }
}
/* CTA im Header etwas kompakter, damit die Zeile sicher passt */
.site-header__actions .btn { padding-inline: 1.25rem; }

/* --------------------------------------------------------------------------
   14 · FOOTER
   -------------------------------------------------------------------------- */
.site-footer {
    background: var(--navy-dark);
    color: rgba(255, 255, 255, 0.85);
    padding-top: var(--sp-8);
    font-size: var(--fs-small);
}
.site-footer a { color: rgba(255, 255, 255, 0.85); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }

.site-footer__grid {
    display: grid;
    gap: var(--sp-6);
    padding-bottom: var(--sp-7);
}
@media (min-width: 48em) { .site-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62em) { .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

.site-footer__logo img { height: 2.75rem; width: auto; margin-bottom: var(--sp-4); }

.site-footer__title {
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 var(--sp-4);
}
.site-footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--sp-2); }

.site-footer__nap { font-style: normal; display: grid; gap: var(--sp-2); }
.site-footer__nap a { display: inline-flex; align-items: center; gap: var(--sp-2); }
.site-footer__nap svg { width: 1rem; height: 1rem; color: var(--gold); flex: none; }

.site-footer__social { display: flex; gap: var(--sp-3); margin-top: var(--sp-4); }
.site-footer__social a {
    display: grid;
    place-items: center;
    width: 2.75rem; height: 2.75rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-pill);
    transition: background-color var(--t-fast) var(--ease);
}
.site-footer__social a:hover { background: var(--gold); }
.site-footer__social img, .site-footer__social svg { width: 1.25rem; height: 1.25rem; }

.site-footer__bottom {
    background: var(--navy-deep);
    padding: var(--sp-4) 0;
}
.site-footer__bottom .container {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sp-2) var(--sp-5);
    align-items: center;
    justify-content: space-between;
    font-size: var(--fs-tiny);
    color: rgba(255, 255, 255, 0.6);
}
.site-footer__legal { display: flex; gap: var(--sp-4); list-style: none; margin: 0; padding: 0; }

/* --------------------------------------------------------------------------
   15 · STICKY MOBILE-LEISTE  (Anrufen · Anfrage · WhatsApp)
   -------------------------------------------------------------------------- */
.mobile-bar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 110;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 1px;
    background: var(--line);
    border-top: 1px solid var(--line);
    box-shadow: 0 -6px 24px rgba(14, 42, 64, 0.18);
    transform: translateY(110%);
    transition: transform var(--t-med) var(--ease);
    padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bar.is-visible { transform: translateY(0); }
@media (min-width: 62em) { .mobile-bar { display: none; } }

.mobile-bar__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 3.75rem;
    padding: 0.5rem 0.25rem;
    font-family: var(--font-head);
    font-size: var(--fs-tiny);
    font-weight: 600;
    text-decoration: none;
    background: var(--white);
    color: var(--navy);
}
.mobile-bar__btn svg { width: 1.4rem; height: 1.4rem; }
.mobile-bar__btn--cta { background: var(--gold); color: var(--navy-deep); }
.mobile-bar__btn--whatsapp { color: #0E7A40; }

/* Wenn Leiste sichtbar: Platz am Seitenende freihalten */
body.has-mobile-bar { scroll-padding-bottom: 4.5rem; }
@media (max-width: 61.99em) {
    body.has-mobile-bar { padding-bottom: 4.5rem; }
}

/* --------------------------------------------------------------------------
   16 · KLEINTEILE
   -------------------------------------------------------------------------- */
/* Inline-Badge / Pill */
.badge {
    display: inline-flex;
    align-items: center;
    gap: var(--sp-2);
    padding: 0.35rem 0.9rem;
    font-family: var(--font-head);
    font-size: var(--fs-tiny);
    font-weight: 600;
    border-radius: var(--radius-pill);
    background: var(--navy-tint);
    color: var(--navy);
}
.badge--gold { background: var(--gold-tint); color: var(--gold-deep); }
.badge--success { background: var(--success-bg); color: var(--success); }

/* Checkliste mit Gold-Haken */
.checklist { list-style: none; padding: 0; display: grid; gap: var(--sp-3); }
.checklist li { display: flex; gap: var(--sp-3); align-items: flex-start; }
.checklist svg { flex: none; width: 1.35rem; height: 1.35rem; margin-top: 0.15rem; color: var(--gold-dark); }
.section--navy .checklist svg { color: var(--gold); }

/* --------------------------------------------------------------------------
   17 · HERO (Startseite: Text + Schnellformular)
   -------------------------------------------------------------------------- */
.hero {
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 100%);
    padding-block: clamp(2.5rem, 2rem + 3vw, 5rem);
}
.hero__grid {
    display: grid;
    gap: var(--sp-6);
    align-items: start;
}
@media (min-width: 62em) {
    .hero__grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: var(--sp-7); }
}

.hero__title {
    color: var(--white);
    font-size: var(--fs-h1);
    margin-bottom: var(--sp-4);
}
.hero__subline {
    color: rgba(255, 255, 255, 0.88);
    font-size: var(--fs-lead);
    max-width: 38rem;
}
.hero .usp-banner {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
    padding: var(--sp-5) var(--sp-6);
    gap: var(--sp-5);
    margin-block: var(--sp-5);
}
/* Badge und Text im Hero-Banner klar voneinander absetzen */
@media (min-width: 48em) {
    .hero .usp-banner__body {
        border-left: 1px solid rgba(255, 255, 255, 0.28);
        padding-left: var(--sp-5);
    }
}
.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sp-3);
    margin-bottom: var(--sp-6);
}
.hero__media { margin-top: var(--sp-2); }

/* --------------------------------------------------------------------------
   18 · SCHNELLFORMULAR-KARTE
   -------------------------------------------------------------------------- */
.quick-form {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: 0 28px 70px rgba(14, 42, 64, 0.16), 0 4px 16px rgba(14, 42, 64, 0.07);
    padding: clamp(1.5rem, 1rem + 2vw, 2.75rem) clamp(1.25rem, 0.9rem + 1.6vw, 2.25rem);
    border-top: 6px solid var(--gold);
}
.quick-form__title {
    font-size: var(--fs-h3);
    margin-bottom: var(--sp-5);
}
.quick-form .form-group { margin-bottom: var(--sp-5); }
.quick-form__note {
    margin: var(--sp-3) 0 0;
    text-align: center;
    font-size: var(--fs-tiny);
    color: var(--ink-soft);
}

/* Honeypot: für Menschen unsichtbar, für Bots ein normales Feld */
.qf-website {
    position: absolute !important;
    left: -9999px !important;
    width: 1px; height: 1px;
    overflow: hidden;
}

/* Inline-Meldung nach AJAX-Submit */
.form-alert {
    display: none;
    gap: var(--sp-3);
    align-items: flex-start;
    padding: var(--sp-4);
    border-radius: var(--radius-sm);
    font-size: var(--fs-small);
    font-weight: 600;
    margin-bottom: var(--sp-4);
}
.form-alert.is-visible { display: flex; }
.form-alert--success { background: var(--success-bg); color: var(--success); border: 1px solid var(--success); }
.form-alert--error   { background: var(--error-bg);   color: var(--error);   border: 1px solid var(--error); }
.form-alert svg { flex: none; width: 1.25rem; height: 1.25rem; margin-top: 0.1rem; }
.form-alert__text { flex: 1; }

/* --------------------------------------------------------------------------
   19 · BENEFIT-BLOCK („Warum SEDA24")
   -------------------------------------------------------------------------- */
.benefit {
    display: flex;
    flex-direction: column;
    gap: var(--sp-3);
    padding: var(--sp-5);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.benefit__icon {
    display: grid;
    place-items: center;
    width: 3rem; height: 3rem;
    border-radius: var(--radius-md);
    background: var(--navy-tint);
    color: var(--navy);
}
.benefit__icon svg { width: 1.5rem; height: 1.5rem; }
.benefit__title { margin: 0; font-size: var(--fs-h4); }
.benefit__text { margin: 0; font-size: var(--fs-small); color: var(--ink-soft); }

/* Hervorgehobener Benefit (Lead-USP) – Gold-Akzent */
.benefit--highlight {
    background: linear-gradient(150deg, var(--navy) 0%, var(--navy-dark) 100%);
    border: 2px solid var(--gold);
    box-shadow: var(--shadow-gold);
}
.benefit--highlight .benefit__icon { background: var(--gold); color: var(--navy-deep); }
.benefit--highlight .benefit__title { color: var(--white); }
.benefit--highlight .benefit__text { color: rgba(255, 255, 255, 0.85); }

/* --------------------------------------------------------------------------
   20 · ZIELGRUPPEN-KARTE (Gewerbe / Privat)
   -------------------------------------------------------------------------- */
.audience-card {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.audience-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.audience-card__media { aspect-ratio: 16 / 8; background: var(--navy-tint); overflow: hidden; }
.audience-card__media img { width: 100%; height: 100%; object-fit: cover; }
.audience-card__media .img-placeholder { border-radius: 0; min-height: 100%; height: 100%; }

.audience-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: var(--sp-3);
    padding: var(--sp-6);
}
.audience-card__kicker {
    font-family: var(--font-head);
    font-size: var(--fs-tiny);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-deep);
}
.audience-card__title { margin: 0; font-size: var(--fs-h3); }
.audience-card__text { margin: 0 0 var(--sp-4); color: var(--ink-soft); }
.audience-card__body .btn { align-self: flex-start; margin-top: auto; }

/* --------------------------------------------------------------------------
   21 · ORTS-TEASER (Regionale Kompetenz)
   -------------------------------------------------------------------------- */
.city-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--sp-2);
    padding: var(--sp-5) var(--sp-5) var(--sp-5) calc(var(--sp-5) + 0.5rem);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
}
.city-card::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, var(--gold), var(--gold-dark));
}
.city-card__title {
    display: flex;
    align-items: center;
    gap: var(--sp-2);
    margin: 0;
    font-size: var(--fs-h4);
}
.city-card__title svg { flex: none; width: 1.25rem; height: 1.25rem; color: var(--gold-dark); }
.city-card__text { margin: 0; font-size: var(--fs-small); color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   22 · BREADCRUMB
   -------------------------------------------------------------------------- */
.breadcrumb {
    background: var(--off-white);
    border-bottom: 1px solid var(--line);
    padding-block: var(--sp-4);
    font-size: var(--fs-tiny);
}
.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sp-2);
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb__list li {
    display: flex;
    align-items: center;
    gap: var(--sp-2);
    color: var(--ink-soft);
}
.breadcrumb__list li + li::before { content: "\203A"; /* › */ color: #A5B4C2; font-size: 0.95em; }
.breadcrumb__list a { color: var(--navy); text-decoration: none; font-weight: 600; }
.breadcrumb__list a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   23 · PROSE (Rechtstexte, lange Fließtexte)
   -------------------------------------------------------------------------- */
.prose { max-width: 46rem; }
.prose h2 { margin-top: var(--sp-7); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: var(--sp-5); }
.prose ul { display: grid; gap: var(--sp-2); }

/* --------------------------------------------------------------------------
   24 · PERSONEN-KARTE (Ansprechpartner)
   -------------------------------------------------------------------------- */
.person-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--sp-1);
    padding: var(--sp-6) var(--sp-5);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}
.person-card__photo {
    width: 9.5rem;
    height: 9.5rem;
    border-radius: var(--radius-pill);
    object-fit: cover;
    object-position: top center;
    background: var(--off-white);
    border: 4px solid var(--navy-tint);
    margin-bottom: var(--sp-3);
}
.person-card__name {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: var(--fs-h4);
    color: var(--navy);
}
.person-card__role {
    font-size: var(--fs-small);
    color: var(--ink-soft);
}

/* Markierter Redaktions-Platzhalter in Texten */
.todo-mark {
    display: inline-block;
    padding: 0.1rem 0.5rem;
    background: var(--gold-tint);
    border: 1px dashed var(--gold-dark);
    border-radius: 4px;
    font-weight: 600;
    color: var(--gold-deep);
}

/* --------------------------------------------------------------------------
   Cookie-Consent-Banner  (beide Buttons bewusst gleichwertig – kein Nudging)
   -------------------------------------------------------------------------- */
.cc-banner {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1200;
    transform: translateY(110%);
    transition: transform var(--t-med, .3s) var(--ease, ease);
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 100%);
    color: var(--white);
    box-shadow: 0 -8px 30px rgba(14, 42, 64, 0.28);
    border-top: 3px solid var(--gold);
}
.cc-banner.is-visible { transform: none; }
.cc-banner__inner {
    max-width: 72rem;
    margin: 0 auto;
    padding: var(--sp-5);
    display: flex;
    gap: var(--sp-5);
    align-items: center;
    flex-wrap: wrap;
}
.cc-banner__body { flex: 1 1 24rem; }
.cc-banner__title {
    font-family: var(--font-head);
    font-size: var(--fs-h4);
    font-weight: 600;
    margin: 0 0 var(--sp-2);
    color: var(--white);
}
.cc-banner__text { margin: 0 0 var(--sp-3); font-size: var(--fs-small); color: rgba(255, 255, 255, 0.9); }
.cc-banner__text a { color: var(--gold-bright); text-underline-offset: 2px; }
.cc-banner__cats {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: var(--sp-2) var(--sp-5);
    font-size: var(--fs-tiny); color: rgba(255, 255, 255, 0.78);
}
.cc-banner__cats strong { color: var(--white); font-weight: 600; }
.cc-banner__actions {
    flex: 0 0 auto;
    display: flex;
    gap: var(--sp-3);
    flex-wrap: wrap;
}
/* Beide Buttons identisch: gleiche Größe, gleiche Farbe, gleiches Gewicht */
.cc-btn {
    flex: 1 1 auto;
    min-width: 13rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.5rem;
    font-family: var(--font-head);
    font-size: var(--fs-body);
    font-weight: 600;
    line-height: 1;
    color: var(--navy-deep);
    background: var(--white);
    border: 2px solid var(--white);
    border-radius: var(--radius-md, 8px);
    cursor: pointer;
    transition: background var(--t-fast, .15s) var(--ease, ease), border-color var(--t-fast, .15s) var(--ease, ease);
}
.cc-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }
.cc-btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
@media (max-width: 40em) {
    .cc-banner__inner { padding: var(--sp-4); gap: var(--sp-4); }
    .cc-banner__actions { width: 100%; }
    .cc-btn { flex: 1 1 100%; }
}
