/* ============================================================================
 *  Zeitmessung LFV Oberholz – Stylesheet (OnePager v2)
 * ----------------------------------------------------------------------------
 *  Mobile First, framework-frei. Design-Sprache: moderne Startup-Landingpage
 *  mit LFV-Corporate-Identity:
 *    – Vereinsblau #006abf = Leitfarbe (Links, Icons, Panels, Zahlen);
 *      Abstufungen #004e8c (Text/Hover) und #003a6b (Dunkelflächen)
 *    – Vereinsgrün #47b300 = sparsamer Akzent (Hero-Highlight, Progress,
 *      Status) – nie unter weißem Text; als Text/kleines Element #2e7a00
 *    – Amber #f5a524 = exklusiver Conversion-Akzent für die Hauptaktion
 *      (Spenden/Kontakt), bewusst außerhalb der Markenpalette
 *  Alle Farbkombinationen sind auf WCAG 2.2 AA geprüft (>= 4.5:1 für Text,
 *  >= 3:1 für UI-Komponenten).
 * ==========================================================================*/

/* --- 1. Schriften (selbst gehostet, DSGVO-konform) ------------------------ */
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/jakarta-700.woff2') format('woff2');
    font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/jakarta-800.woff2') format('woff2');
    font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-400.woff2') format('woff2');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-500.woff2') format('woff2');
    font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-600.woff2') format('woff2');
    font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-700.woff2') format('woff2');
    font-weight: 700; font-style: normal; font-display: swap;
}

/* --- 2. Design-Tokens ------------------------------------------------------ */
:root {
    /* Marke: LFV-Blau (Vereinsfarbe) */
    --brand-blue:      #006abf;   /* 5.5:1 mit Weiß */
    --brand-blue-dark: #004e8c;   /* 8.5:1 mit Weiß – Text, Links, Hover */
    --brand-blue-deep: #003a6b;   /* 11.6:1 mit Weiß – Dunkelflächen */
    --brand-blue-tint: #cfe4f5;   /* Icon-Chips; auf Dunkelflächen 8.8:1 */
    --brand-blue-bg:   #e8f2fb;   /* getönte Sektionen */

    /* Marke: LFV-Grün – nur Akzent, nie unter weißem Text (dort nur 2.7:1) */
    --brand-green:      #47b300;
    --brand-green-text: #2e7a00;  /* 5.4:1 auf Weiß – grüne Texte/kleine Elemente */
    --brand-green-tint: #eef7e6;  /* Success-Flächen */

    /* Conversion-Akzent: ausschließlich Hauptaktion (Spenden/Kontakt) */
    --cta:      #f5a524;          /* mit --cta-text 7.0:1 */
    --cta-text: #3d2600;

    /* Neutral */
    --neutral-0: #ffffff;
    --neutral-1: #f6f8fa;
    --neutral-2: #e6eaef;         /* Linien, Tracks */
    --neutral-3: #77828f;         /* Input-Borders, 3.9:1 auf Weiß */
    --text-primary:   #1c2430;    /* 15.6:1 auf Weiß */
    --text-secondary: #5b6470;    /* 6.0:1 auf Weiß */

    /* Signal */
    --error:  #B03A2E;            /* 6.0:1 auf Weiß */

    /* Typografie */
    --font-head: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
    --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;

    /* Geometrie */
    --radius:    18px;
    --radius-lg: 24px;
    --shadow:    0 8px 28px rgba(28, 36, 49, .09);
    --shadow-lg: 0 18px 48px rgba(28, 36, 49, .14);
    --header-h:  72px;
}

/* --- 3. Reset & Basis ------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-h) + 12px);
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-primary);
    background: var(--neutral-0);
    overflow-wrap: break-word;
}

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

h1, h2, h3, h4 {
    font-family: var(--font-head);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0;
    text-wrap: balance;
}

p, ul, ol, dl { margin: 0; }

a { color: var(--brand-blue-dark); text-underline-offset: 3px; }
a:hover { color: var(--brand-blue); }

:focus-visible {
    outline: 3px solid var(--brand-blue);
    outline-offset: 2px;
    border-radius: 4px;
}

::selection { background: var(--brand-blue-tint); color: var(--text-primary); }

/* Unterseiten: Inhalt beginnt unterhalb des fixierten Headers */
.page-sub main { padding-top: var(--header-h); }

/* --- 4. Utilities ----------------------------------------------------------- */
.container {
    width: 100%;
    max-width: 1160px;
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 4vw, 2rem);
}
.container--narrow { max-width: 800px; }

.visually-hidden,
.hp {
    position: absolute !important;
    width: 1px; height: 1px;
    margin: -1px; padding: 0; border: 0;
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

.skip-link {
    position: absolute;
    top: -60px; left: 1rem;
    z-index: 100;
    padding: .7rem 1.2rem;
    background: var(--brand-blue-dark);
    color: #fff;
    border-radius: 0 0 12px 12px;
    font-weight: 600;
    text-decoration: none;
    transition: top .2s ease;
}
.skip-link:focus { top: 0; color: #fff; }

/* Abschnitte */
.section { padding: clamp(4rem, 9vw, 6.5rem) 0; }
.section--tint { background: var(--brand-blue-bg); }
.section--stats { background: var(--brand-blue-bg); padding: clamp(3rem, 7vw, 4.5rem) 0; }
.section--dark { background: linear-gradient(180deg, var(--brand-blue-deep) 0%, var(--brand-blue-dark) 100%); }
.section--prose { padding-top: clamp(2rem, 5vw, 3rem); }

.section-head {
    max-width: 740px;
    margin: 0 auto clamp(2.5rem, 6vw, 3.75rem);
    text-align: center;
}
.eyebrow {
    margin: 0 0 .8rem;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--brand-blue-dark);
}
.eyebrow--light { color: var(--brand-blue-tint); }
.section-title {
    font-size: clamp(1.9rem, 4.2vw, 2.7rem);
    font-weight: 800;
}
.section-lead {
    margin-top: 1.1rem;
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--text-secondary);
}
.section--dark .section-title { color: #fff; }
.section--dark .section-lead { color: rgba(255, 255, 255, .8); }
.section--dark .eyebrow { color: var(--brand-blue-tint); }
.section--dark :focus-visible,
.hero :focus-visible,
.cta-band :focus-visible,
.site-footer :focus-visible { outline-color: var(--brand-blue-tint); }

.section-cta { margin-top: 2.5rem; text-align: center; }

/* Einblend-Animation: nur mit JS aktiv (No-JS bleibt alles sichtbar) */
html.js .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .65s ease, transform .65s ease;
}
html.js .reveal.is-visible { opacity: 1; transform: none; }

/* --- 5. Buttons ------------------------------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .78em 1.55em;
    border: 0;
    border-radius: 999px;
    font-family: var(--font-body);
    font-size: .98rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.btn--lg { padding: .95em 1.9em; font-size: 1.05rem; }
.btn--nav { padding: .6em 1.25em; font-size: .9rem; }

.btn--primary {
    background: var(--cta);
    color: var(--cta-text);
    border: 1.5px solid rgba(61, 38, 0, .28);
}
.btn--primary:hover {
    color: var(--cta-text);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(61, 38, 0, .32);
}

.btn--secondary {
    background: #fff;
    border: 1.5px solid var(--brand-blue-dark);
    color: var(--brand-blue-dark);
}
.btn--secondary:hover {
    background: var(--brand-blue-tint);
    color: var(--brand-blue-dark);
    transform: translateY(-2px);
}

.btn--ghost,
.btn--ghost-light {
    background: transparent;
    border: 1.5px solid var(--brand-blue-dark);
    color: var(--brand-blue-dark);
}
.btn--ghost-light { border-color: rgba(255, 255, 255, .8); color: #fff; }
.btn--ghost:hover { background: var(--brand-blue-tint); }
.btn--ghost-light:hover { background: rgba(255, 255, 255, .14); color: #fff; transform: translateY(-2px); }

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 2.2rem;
}

/* --- 6. Icons ---------------------------------------------------------------- */
.icon { width: 24px; height: 24px; flex: none; }
.icon--xs { width: 15px; height: 15px; }
.icon--sm { width: 18px; height: 18px; }
.icon--xl { width: 34px; height: 34px; }
.icon--btn { width: 18px; height: 18px; }
.icon--card { width: 26px; height: 26px; }
.icon--feature { width: 24px; height: 24px; }
.icon--marker { width: 16px; height: 16px; }

/* --- 7. Header & Navigation --------------------------------------------------- */
.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 1px 0 var(--neutral-2);
    transition: background-color .3s ease, box-shadow .3s ease;
    --nav-fg: var(--text-primary);
}
/* Startseite: transparent über dem Hero-Foto, weiß nach dem Scrollen */
.site-header--overlay:not(.is-scrolled):not(.menu-open) {
    background: transparent;
    box-shadow: none;
    --nav-fg: #fff;
}
.site-header.is-scrolled { box-shadow: 0 2px 18px rgba(28, 36, 49, .1); }

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: var(--header-h);
}

.brand {
    display: flex;
    align-items: center;
    gap: .7rem;
    text-decoration: none;
}
.brand__badge { width: 49px; height: 44px; object-fit: contain; }
.brand__word { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.02rem;
    color: var(--nav-fg);
}
.brand__sub {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nav-fg);
    opacity: .72;
}

.site-nav { display: flex; align-items: center; }

.site-nav__toggle {
    display: none;
    background: none;
    border: 0;
    padding: .625rem; /* 24px Icon + 2×10px = 44px Touch-Ziel */
    color: var(--nav-fg);
    cursor: pointer;
}
.site-nav__icon-close { display: none; }
.site-nav.is-open .site-nav__icon-open { display: none; }
.site-nav.is-open .site-nav__icon-close { display: block; }

.site-nav__panel { display: flex; align-items: center; gap: 1.6rem; }

.site-nav__list {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-nav__link {
    position: relative;
    display: inline-block;
    padding: .4rem 0;
    font-size: .95rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--nav-fg);
}
.site-nav__link::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2.5px;
    border-radius: 2px;
    background: var(--brand-blue-tint);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}
.site-nav__link:hover { color: var(--nav-fg); }
.site-nav__link:hover::after,
.site-nav__link[aria-current="true"]::after { transform: scaleX(1); }
.site-header:not(.site-header--overlay) .site-nav__link::after,
.site-header.is-scrolled .site-nav__link::after,
.site-header.menu-open .site-nav__link::after { background: var(--brand-blue); }

@media (max-width: 979px) {
    .site-nav__toggle { display: grid; place-items: center; }
    .site-nav__panel {
        display: none;
        position: absolute;
        top: 100%; left: 0; right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: .5rem 1.5rem 1.5rem;
        background: #fff;
        box-shadow: 0 20px 40px rgba(28, 36, 49, .15);
        border-top: 1px solid var(--neutral-2);
    }
    .site-nav.is-open .site-nav__panel { display: flex; }
    .site-nav__list { flex-direction: column; gap: 0; }
    .site-nav__link {
        display: block;
        padding: .85rem 0;
        border-bottom: 1px solid var(--neutral-2);
        color: var(--text-primary);
    }
    .site-nav__link::after { content: none; }
    .btn--nav { margin-top: 1.1rem; justify-content: center; }
}

/* --- 8. Hero ------------------------------------------------------------------ */
.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: min(94vh, 820px);
    color: #fff;
}
.hero__media { position: absolute; inset: 0; overflow: hidden; }
.hero__media img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center 30%;
}
.hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 14, 22, .42) 0%, rgba(9, 14, 22, .05) 30%),
        linear-gradient(96deg, rgba(9, 14, 22, .78) 0%, rgba(9, 14, 22, .5) 46%, rgba(9, 14, 22, .18) 100%);
}

.hero__content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: calc(var(--header-h) + 2.5rem);
    padding-bottom: 3.5rem;
}
.hero__eyebrow {
    margin: 0 0 1rem;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--brand-blue-tint);
}
.hero__title {
    max-width: 13ch;
    font-size: clamp(2.5rem, 7vw, 4.4rem);
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}
.hero__highlight { color: var(--brand-green); }
.hero__subtitle {
    max-width: 30rem;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, .95);
    text-shadow: 0 1px 12px rgba(0, 0, 0, .4);
}
.hero__subtitle span { display: block; }

/* Mini-Finanzierungsfortschritt zwischen Headline und Untertitel */
.hero__progress { margin: 1.6rem 0; max-width: 24rem; }
.hero__progress-bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .35);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
    overflow: hidden;
}
.hero__progress-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: var(--brand-green);
    transition: width 1.2s ease;
}
.hero__progress-label {
    margin: .6rem 0 0;
    font-size: .88rem;
    color: rgba(255, 255, 255, .92);
    text-shadow: 0 1px 8px rgba(0, 0, 0, .4);
}
.hero__progress-label strong { color: #fff; }

/* Weiße Feature-Leiste unter dem Titelbild */
.hero__features {
    position: relative;
    background: #fff;
    color: var(--text-primary);
    padding: 1.5rem 0;
    box-shadow: 0 -10px 34px rgba(10, 15, 25, .12);
}
/* Mobile First: einspaltig – zwei Spalten sprengen unter 375px den Viewport */
.hero__feature-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 375px) {
    .hero__feature-list { grid-template-columns: 1fr 1fr; }
}
.hero__feature { display: flex; align-items: center; gap: .8rem; }
.hero__feature-icon {
    display: grid;
    place-items: center;
    width: 46px; height: 46px;
    flex: none;
    border-radius: 13px;
    background: var(--brand-blue-tint);
    color: var(--brand-blue);
}
.hero__feature-label { font-size: .92rem; font-weight: 600; line-height: 1.35; }

@media (min-width: 980px) {
    .hero__feature-list { grid-template-columns: repeat(4, 1fr); }
}

/* --- 9. Kennzahlen -------------------------------------------------------------- */
/* Mobile First: einspaltig – „20.000 €" bricht unter 375px sonst aus der Karte */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 375px) {
    .stats-grid { grid-template-columns: 1fr 1fr; }
}
.stat-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.7rem 1.4rem;
    text-align: center;
}
.stat-card__value {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: clamp(1.85rem, 4.5vw, 2.7rem);
    color: var(--brand-blue-dark);
    font-variant-numeric: tabular-nums;
}
.stat-card__label {
    margin: .45rem 0 0;
    font-size: .92rem;
    font-weight: 500;
    color: var(--text-secondary);
}
@media (min-width: 760px) {
    .stats-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
}

/* --- 10. Warum dieses Projekt? ---------------------------------------------------- */
.warum-grid { display: grid; gap: 2.5rem; align-items: center; }
.warum-grid .section-head { text-align: left; margin-inline: 0; }

.checklist {
    display: grid;
    gap: 1.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.checklist__item { display: flex; gap: 1rem; align-items: flex-start; }
.checklist__icon {
    display: grid;
    place-items: center;
    width: 44px; height: 44px;
    flex: none;
    border-radius: 50%;
    background: var(--brand-blue-tint);
    color: var(--brand-blue);
}
.checklist__text { font-size: 1.02rem; line-height: 1.55; padding-top: .55rem; }

.warum-grid__media { margin: 0; }
.warum-grid__media img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    width: 100%;
    object-fit: cover;
    object-position: center 62%;
    aspect-ratio: 3 / 2;
}

.solution-panel {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    margin-top: clamp(2.5rem, 6vw, 4rem);
    padding: clamp(1.6rem, 4vw, 2.5rem);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 100%);
    color: #fff;
}
.solution-panel__icon {
    display: grid;
    place-items: center;
    width: 64px; height: 64px;
    flex: none;
    border-radius: 18px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
}
.solution-panel__title { font-size: clamp(1.3rem, 2.6vw, 1.6rem); color: #fff; }
.solution-panel__text { margin-top: .7rem; line-height: 1.65; color: rgba(255, 255, 255, .92); }
.solution-panel .eyebrow--light { color: var(--brand-blue-tint); }

@media (min-width: 980px) {
    .warum-grid { grid-template-columns: 1.05fr .95fr; gap: 3.5rem; }
    .solution-panel { flex-direction: row; align-items: flex-start; gap: 2rem; }
}

/* --- 11. Karten (Vorteile / Unterstützen) ------------------------------------------ */
.card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.card {
    flex: 1 1 270px;
    max-width: 356px;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.8rem 1.6rem;
    transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card__icon {
    display: grid;
    place-items: center;
    width: 54px; height: 54px;
    border-radius: 15px;
    background: var(--brand-blue-tint);
    color: var(--brand-blue-dark);
    margin-bottom: 1.1rem;
}
.card__icon--bright { background: rgba(207, 228, 245, .16); color: var(--brand-blue-tint); }
.card__title { font-size: 1.12rem; margin-bottom: .55rem; }
.card__text { font-size: .95rem; line-height: 1.6; color: var(--text-secondary); }

.card--dark {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .13);
    box-shadow: none;
}
.card--dark:hover { box-shadow: 0 18px 40px rgba(0, 0, 0, .35); }
.card--dark .card__title { color: #fff; }
.card--dark .card__text { color: rgba(255, 255, 255, .78); }

/* --- 12. Finanzierung ----------------------------------------------------------------- */
.finance-card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: clamp(1.6rem, 4.5vw, 2.8rem);
}
.finance-card__top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
}
.finance-card__secured {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: clamp(1.9rem, 4.5vw, 2.6rem);
    color: var(--brand-blue-dark);
}
.finance-card__secured-label { margin: .1rem 0 0; color: var(--text-secondary); font-size: .95rem; }
.finance-card__percent {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: clamp(2.1rem, 5vw, 3rem);
    color: var(--brand-blue);
    font-variant-numeric: tabular-nums;
}

.progress {
    display: block;
    height: 18px;
    border-radius: 999px;
    background: var(--neutral-2);
    overflow: hidden;
}
.progress__bar {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-blue) 0%, var(--brand-blue-dark) 100%);
    transition: width 1.2s cubic-bezier(.2, .7, .3, 1);
}
.finance-card__right { text-align: right; }

.finance-sources__head {
    margin-top: 2.2rem;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--text-secondary);
}
.finance-sources {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem 2rem;
    margin-top: 1.2rem;
}
/* Betrag optisch über dem Label (Markup bleibt semantisch dt -> dd) */
.finance-source { display: flex; flex-direction: column-reverse; }
.finance-source__amount {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.45rem;
    color: var(--brand-blue-dark);
    font-variant-numeric: tabular-nums;
}
.finance-source__label {
    margin-top: .15rem;
    font-size: .92rem;
    color: var(--text-secondary);
}

.finance-card__note {
    margin-top: 2rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--neutral-2);
    font-size: .92rem;
    color: var(--text-secondary);
}
@media (min-width: 640px) { .finance-sources { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .finance-sources { grid-template-columns: repeat(4, 1fr); } }

/* --- 13. Projektfahrplan (Timeline) ------------------------------------------------------ */
.timeline {
    position: relative;
    display: grid;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.timeline__step { position: relative; padding-left: 3.4rem; }
.timeline__step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 36px;
    bottom: -2rem;
    width: 3px;
    border-radius: 2px;
    background: var(--neutral-2);
}
.timeline__step.is-done:not(:last-child)::before { background: var(--brand-blue); }

.timeline__marker {
    position: absolute;
    left: 0; top: 2px;
    display: grid;
    place-items: center;
    width: 33px; height: 33px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--neutral-2);
    color: #fff;
}
.is-done .timeline__marker { background: var(--brand-blue); border-color: var(--brand-blue); }
.is-current .timeline__marker {
    border-color: var(--brand-green-text);
    box-shadow: 0 0 0 6px rgba(46, 122, 0, .2);
}
.is-current .timeline__marker::after {
    content: '';
    width: 11px; height: 11px;
    border-radius: 50%;
    background: var(--brand-green-text);
}

.timeline__label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .6rem;
    font-size: 1.02rem;
    font-weight: 700;
}
.timeline__badge {
    padding: .18em .8em;
    border-radius: 999px;
    background: var(--brand-blue);
    color: #fff;
    font-family: var(--font-body);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.timeline__text { margin-top: .4rem; font-size: .9rem; line-height: 1.55; color: var(--text-secondary); }

@media (min-width: 980px) {
    .timeline { grid-template-columns: repeat(7, 1fr); gap: 1.4rem; }
    .timeline__step { padding-left: 0; padding-top: 3.4rem; }
    .timeline__step:not(:last-child)::before {
        top: 15px;
        bottom: auto;
        left: 42px;
        right: calc(-1.4rem - 9px);
        width: auto;
        height: 3px;
    }
    .timeline__marker { top: 0; }
    .timeline__label { font-size: .95rem; }
    .timeline__text { font-size: .84rem; }
}

/* --- 14. CTA-Band -------------------------------------------------------------------------- */
.cta-band { position: relative; color: #fff; overflow: hidden; }
.cta-band__media { position: absolute; inset: 0; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.cta-band__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(10, 16, 26, .85) 0%, rgba(10, 16, 26, .6) 55%, rgba(10, 16, 26, .38) 100%);
}
.cta-band__content { position: relative; padding: clamp(4.5rem, 10vw, 7rem) 0; }
.cta-band__title {
    font-size: clamp(2rem, 4.5vw, 2.9rem);
    font-weight: 800;
    color: #fff;
    max-width: 18ch;
}
.cta-band__text {
    margin-top: 1.1rem;
    max-width: 34rem;
    font-size: 1.06rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .92);
}

/* --- 15. Sponsoren -------------------------------------------------------------------------- */
.sponsor-tier { margin-bottom: 2.4rem; }
.sponsor-tier__label {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1rem;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-secondary);
}
.sponsor-tier__label::before {
    content: '';
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--neutral-2);
}
.sponsor-tier--gold   .sponsor-tier__label::before { background: #D4A937; }
.sponsor-tier--silber .sponsor-tier__label::before { background: #9AA5B1; }
.sponsor-tier--bronze .sponsor-tier__label::before { background: #B07B4F; }
.sponsor-tier--partner .sponsor-tier__label::before { background: var(--brand-blue); }

.sponsor-wall {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sponsor-wall__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 190px;
    min-height: 104px;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--neutral-2);
    border-radius: 14px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sponsor-wall__item a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.sponsor-wall__item img { max-height: 52px; width: auto; }
.sponsor-wall__item.is-placeholder a { border-style: dashed; }
.sponsor-wall__item.is-placeholder img { opacity: .55; }
.sponsor-wall__hint { font-size: .8rem; font-weight: 600; color: var(--brand-blue-dark); }

.package-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: clamp(2.5rem, 6vw, 3.5rem);
}
.package {
    background: #fff;
    border: 1px solid var(--neutral-2);
    border-top: 5px solid var(--neutral-2);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.6rem 1.5rem;
}
.package--gold   { border-top-color: #D4A937; }
.package--silber { border-top-color: #9AA5B1; }
.package--bronze { border-top-color: #B07B4F; }
.package__tier {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.05rem;
}
.package__price {
    margin: .2rem 0 1rem;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--brand-blue-dark);
}
.package__perks {
    display: grid;
    gap: .55rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .92rem;
    color: var(--text-secondary);
}
.package__perks li { display: flex; align-items: baseline; gap: .5rem; }
.package__perks .icon { color: var(--brand-blue); transform: translateY(2px); }
.package { display: flex; flex-direction: column; }
.package__perks { flex: 1; }
.package__cta { margin-top: 1.3rem; justify-content: center; }
@media (min-width: 760px) { .package-grid { grid-template-columns: repeat(3, 1fr); } }

/* --- 16. Bank-Panel (Unterstützen) ------------------------------------------------------------ */
.bank-panel {
    margin-top: clamp(2.5rem, 6vw, 3.5rem);
    padding: clamp(1.6rem, 4vw, 2.4rem);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
}
.bank-panel__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .9rem;
    margin-bottom: 1.4rem;
    color: var(--brand-blue-tint);
}
.bank-panel__title { color: #fff; font-size: 1.3rem; }
.bank-panel__flag {
    padding: .3em .9em;
    border-radius: 999px;
    background: var(--cta);
    color: var(--cta-text);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.bank-panel__data {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: 1fr;
}
.bank-panel__data dt {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .62);
}
.bank-panel__data dd {
    margin: .15rem 0 0;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

/* Kopieren-Button neben IBAN / Verwendungszweck */
.copy-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-left: .6rem;
    padding: .5em 1em;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: .78rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
}
.copy-btn:hover { background: rgba(255, 255, 255, .12); }
.copy-btn.is-copied {
    border-color: var(--brand-green);
    background: rgba(71, 179, 0, .22);
}
.bank-panel__note {
    margin-top: 1.4rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, .14);
    font-size: .92rem;
    color: rgba(255, 255, 255, .78);
}

/* PayPal-Alternative im Spendenkonto-Panel */
.bank-panel__paypal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .9rem 1.5rem;
    margin-top: 1.4rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, .14);
}
.bank-panel__paypal p {
    margin: 0;
    font-size: .95rem;
    color: rgba(255, 255, 255, .88);
}
.card-grid--support { margin-top: clamp(2.5rem, 6vw, 3.5rem); }

/* Spenden-QR (Girocode) neben den Kontodaten */
.bank-panel__body { display: grid; gap: 2rem; align-items: start; }
.bank-panel__qr { max-width: 240px; }
.bank-panel__qr .qr-code {
    display: block;
    width: 100%;
    max-width: 208px;
    border-radius: 12px;
    background: #fff;
}
.bank-panel__qr-note {
    margin-top: .8rem;
    font-size: .85rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .78);
}
@media (min-width: 640px) { .bank-panel__data { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) {
    .bank-panel__body { grid-template-columns: 1fr 240px; gap: 2.5rem; }
    .bank-panel__data { grid-template-columns: 1fr 1fr; }
}

/* --- 17. News ----------------------------------------------------------------------------------- */
.news-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-card {
    flex: 1 1 300px;
    max-width: 365px;
    background: #fff;
    border: 1px solid var(--neutral-2);
    border-radius: var(--radius);
    padding: 1.6rem 1.5rem;
    transition: transform .25s ease, box-shadow .25s ease;
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news-card__meta {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: .8rem;
    font-size: .85rem;
    color: var(--text-secondary);
}
.news-card__tag {
    padding: .2em .8em;
    border-radius: 999px;
    background: var(--brand-blue-tint);
    color: var(--brand-blue-dark);
    font-size: .75rem;
    font-weight: 700;
}
.news-card__title { font-size: 1.12rem; margin-bottom: .5rem; }
.news-card__text { font-size: .95rem; line-height: 1.6; color: var(--text-secondary); }

/* --- 18. FAQ (Accordion) -------------------------------------------------------------------------- */
.faq-list { display: grid; gap: .8rem; }
.faq-item {
    background: #fff;
    border: 1px solid var(--neutral-2);
    border-radius: 14px;
    overflow: hidden;
}
.faq-item[open] { box-shadow: var(--shadow); }
.faq-item__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 1.3rem;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q:hover { color: var(--brand-blue-dark); }
.faq-item__chevron { color: var(--brand-blue); transition: transform .25s ease; }
.faq-item[open] .faq-item__chevron { transform: rotate(180deg); }
.faq-item__a {
    padding: 0 1.3rem 1.25rem;
    line-height: 1.65;
    color: var(--text-secondary);
}

/* --- 19. Kontakt & Formulare ------------------------------------------------------------------------ */
.contact-grid { display: grid; gap: 2.5rem; }

.contact-info {
    background: var(--brand-blue-bg);
    border-radius: var(--radius-lg);
    padding: clamp(1.6rem, 4vw, 2.2rem);
    align-self: start;
}
.contact-info__head { font-size: 1.15rem; margin-bottom: 1.1rem; }
.contact-info__list {
    display: grid;
    gap: .85rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .97rem;
}
.contact-info__list li { display: flex; align-items: flex-start; gap: .6rem; }
.contact-info__list .icon { color: var(--brand-blue-dark); margin-top: .15rem; }
.contact-info__note {
    margin-top: 1.4rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--neutral-2);
    font-size: .9rem;
    color: var(--text-secondary);
}

.contact-form { display: grid; gap: 1.2rem; }
.form-row--2 { display: grid; gap: 1.2rem; }
.form-field { display: flex; flex-direction: column; margin: 0; }
.form-field label { font-weight: 600; font-size: .95rem; margin-bottom: .4rem; }
.form-field input[type="text"],
.form-field input[type="email"],
.form-field textarea {
    width: 100%;
    padding: .85rem 1rem;
    border: 1.5px solid var(--neutral-3);
    border-radius: 12px;
    font: inherit;
    color: var(--text-primary);
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px rgba(0, 106, 191, .25);
}
.form-field [aria-invalid="true"] { border-color: var(--error); }
.form-field textarea { resize: vertical; min-height: 140px; }

.form-field--consent {
    flex-direction: row;
    align-items: flex-start;
    gap: .7rem;
}
.form-field--consent input {
    width: 20px; height: 20px;
    margin-top: .2rem;
    flex: none;
    accent-color: var(--brand-blue);
}
.form-field--consent label { font-weight: 400; font-size: .92rem; margin: 0; line-height: 1.55; }

.form-error { margin: .35rem 0 0; font-size: .88rem; font-weight: 600; color: var(--error); }
.form-privacy { font-size: .85rem; color: var(--text-secondary); }

.alert {
    display: flex;
    gap: .8rem;
    align-items: flex-start;
    padding: 1.05rem 1.2rem;
    border-radius: 14px;
    margin-bottom: 1.4rem;
    line-height: 1.5;
}
.alert--success {
    background: var(--brand-green-tint);
    border: 1px solid rgba(46, 122, 0, .3);
    color: var(--brand-green-text);
}
.alert--success .icon { color: var(--brand-green-text); margin-top: .1rem; }
.alert--error {
    background: #FBEAE8;
    border: 1px solid #E4B7B1;
    color: #7B241C;
}

@media (min-width: 640px) { .form-row--2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .contact-grid { grid-template-columns: .85fr 1.15fr; gap: 3.5rem; } }

/* --- 20. Footer --------------------------------------------------------------------------------------- */
.site-footer {
    background: var(--brand-blue-deep);
    color: rgba(255, 255, 255, .78);
    font-size: .95rem;
}
.site-footer a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.site-footer a:hover { color: var(--brand-blue-tint); }

.site-footer__grid {
    display: grid;
    gap: 2.4rem;
    padding-block: clamp(3rem, 7vw, 4.5rem) 2.5rem;
}
.site-footer__brandrow { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.site-footer__badge { width: 56px; height: 50px; object-fit: contain; }
.site-footer__wordmark { display: flex; flex-direction: column; line-height: 1.15; }
.site-footer__wordmark strong { font-family: var(--font-head); font-size: 1.05rem; color: #fff; }
.site-footer__wordmark span {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}
.site-footer__tagline { max-width: 30ch; line-height: 1.6; }
.site-footer__region {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-top: .8rem;
    color: rgba(255, 255, 255, .6);
}
.site-footer__head {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
    margin-bottom: 1rem;
}
.site-footer__links {
    display: grid;
    gap: .3rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Links im Footer als ausreichend große Touch-Ziele (≥ 24px hoch) */
.site-footer__links a,
.site-footer__legal a {
    display: inline-block;
    padding-block: .3rem;
}
.site-footer__links .icon { vertical-align: -2px; opacity: .7; }

.site-footer__bar { border-top: 1px solid rgba(255, 255, 255, .12); }
.site-footer__bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    padding-block: 1.2rem;
    font-size: .87rem;
    color: rgba(255, 255, 255, .6);
}
.site-footer__legal {
    display: flex;
    gap: 1.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 760px) { .site-footer__grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }

/* --- 21. Unterseiten (Impressum / Datenschutz / 404) --------------------------------------------------- */
.page-head {
    background: var(--brand-blue-bg);
    padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 5vw, 3rem);
    border-bottom: 1px solid var(--neutral-2);
}
.page-head__title { font-size: clamp(1.9rem, 4.5vw, 2.6rem); font-weight: 800; }

.prose h2 { font-size: 1.25rem; margin: 2.2rem 0 .6rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 1rem; line-height: 1.7; }
.prose a { text-decoration: underline; }
.prose-back { margin-top: 2.5rem; }

/* --- 22. Nach-oben-Button ------------------------------------------------------------------------------- */
.to-top {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 40;
    display: grid;
    place-items: center;
    width: 48px; height: 48px;
    border: 1px solid var(--neutral-2);
    border-radius: 50%;
    background: #fff;
    color: var(--brand-blue-dark);
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}
.to-top:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.to-top__icon { transform: rotate(180deg); }
.to-top[hidden] { display: none; }

/* --- 23. Reduzierte Bewegung ------------------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    html.js .reveal { opacity: 1; transform: none; }
}
