@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/inter-400-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/inter-400-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/inter-500-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/inter-500-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/inter-600-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/inter-600-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/inter-700-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/inter-700-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
/* === VARIANTE 4: PRO – Inspiriert von Wettbewerb, aber eigener Stil === */
/* Fullscreen Hero, animierte Zahlen, Bild-Karten, professionell & nahbar */

:root {
    --blue: #2B5797;
    --blue-dark: #1B3A66;
    --blue-light: #EAF0F9;
    --green: #34A853;
    --green-light: #E8F5E9;
    --dark: #0F172A;
    --gray: #64748B;
    --gray-light: #F8FAFC;
    --white: #FFFFFF;
    --radius: 16px;
    --shadow: 0 4px 24px rgba(43,87,151,0.12);
    --shadow-lg: 0 12px 48px rgba(0,0,0,0.12);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* === Header === */
.header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: transparent;
    transition: all 0.4s;
}
.header.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 14px rgba(0,0,0,0.1);
}
.header.scrolled .nav a { color: var(--dark); }
.header.scrolled .nav a:hover { color: var(--blue); }
.header.scrolled .logo img { background: none; padding: 0; }
.header.scrolled .nav-toggle span { background: var(--dark); }

.nav-container { display: flex; align-items: center; justify-content: space-between; height: 130px; }
.logo img { height: 108px; width: auto; background: rgba(255,255,255,0.95); border-radius: 10px; padding: 6px 10px; transition: all 0.4s; }
.header.scrolled .logo img { height: 100px; }
.nav { display: flex; align-items: center; gap: 36px; }
.nav a { font-size: 0.95rem; font-weight: 500; color: rgba(255,255,255,0.85); transition: color 0.2s; }
.nav a:hover { color: var(--white); }
.nav-phone {
    background: var(--blue) !important; color: var(--white) !important;
    padding: 10px 24px; border-radius: 50px; font-weight: 600 !important;
}
.header.scrolled .nav-phone { background: var(--blue) !important; color: var(--white) !important; }
.nav-phone:hover { background: var(--blue-dark) !important; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: 0.3s; }
.nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* === Hero – Fullscreen mit Bild === */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--dark) 0%, var(--blue-dark) 100%);
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        linear-gradient(to right, rgba(15,23,42,0.88) 0%, rgba(15,23,42,0.6) 50%, rgba(15,23,42,0.3) 100%),
        url('assets/hero-reinigung.jpeg') center/cover no-repeat;
}
.hero::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 120px;
    background: linear-gradient(to top, var(--white) 0%, transparent 100%);
}

.hero-content { position: relative; max-width: 700px; padding: 40px 0; }
.badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(52,168,83,0.15); color: var(--green);
    border: 1px solid rgba(52,168,83,0.3);
    padding: 10px 22px; border-radius: 50px;
    font-size: 0.9rem; font-weight: 600;
    margin-bottom: 28px;
    backdrop-filter: blur(8px);
}
.hero h1 {
    font-size: 3.4rem; font-weight: 700; line-height: 1.15;
    color: var(--white); margin-bottom: 24px;
    letter-spacing: -0.5px;
}
.hero p { font-size: 1.2rem; color: rgba(255,255,255,0.65); margin-bottom: 44px; line-height: 1.8; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.btn {
    display: inline-block; padding: 16px 36px; border-radius: 50px;
    font-size: 1rem; font-weight: 600; cursor: pointer; border: none;
    transition: all 0.25s;
}
.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(43,87,151,0.35); }
.btn-secondary { background: rgba(255,255,255,0.1); color: var(--white); border: 1.5px solid rgba(255,255,255,0.25); backdrop-filter: blur(4px); }
.btn-secondary:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.5); }

/* === Zahlen-Sektion (NEU) === */
.zahlen {
    padding: 80px 0;
    background: var(--white);
    position: relative;
    z-index: 1;
}
.zahlen-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}
.zahl-item h3 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 8px;
    line-height: 1;
}
.zahl-item p {
    font-size: 0.95rem;
    color: var(--gray);
    font-weight: 500;
}
.zahl-item h3 .suffix {
    font-size: 1.6rem;
    font-weight: 600;
}

/* === Leistungen – Bild-Karten === */
/* === Scroll-Einblendung (fade-in-up) === */
/* Verdeckung NUR wenn JavaScript aktiv ist – sonst sind die Inhalte normal sichtbar */
.js .reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js .reveal.from-left { transform: translateX(-48px); }
.js .reveal.from-right { transform: translateX(48px); }
.js .reveal.in-view { opacity: 1; transform: none; }
.js .reveal.from-left.in-view, .js .reveal.from-right.in-view { transform: none; }
.cards .reveal:nth-child(2) { transition-delay: 0.08s; }
.cards .reveal:nth-child(3) { transition-delay: 0.16s; }
.cards .reveal:nth-child(4) { transition-delay: 0.24s; }
.konzept-cols .reveal:nth-child(2) { transition-delay: 0.12s; }
.vorteile .reveal:nth-child(2) { transition-delay: 0.08s; }
.vorteile .reveal:nth-child(3) { transition-delay: 0.16s; }
.vorteile .reveal:nth-child(4) { transition-delay: 0.24s; }
.ablauf-steps .reveal:nth-child(2) { transition-delay: 0.1s; }
.ablauf-steps .reveal:nth-child(3) { transition-delay: 0.2s; }
.ablauf-steps .reveal:nth-child(4) { transition-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
}

.leistungen { padding: 100px 0; background: var(--gray-light); }

/* Leistungen – abwechselnde Reihen (Bild/Text) */
.leistung-rows { display: flex; flex-direction: column; gap: 96px; max-width: 1120px; margin: 0 auto; }
.leistung-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.leistung-row--reverse .leistung-media { order: 2; }
.leistung-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; }
.leistung-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.leistung-row:hover .leistung-media img { transform: scale(1.05); }
.leistung-badge { width: 56px; height: 56px; background: var(--blue); border-radius: 14px; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(43,87,151,0.3); margin-bottom: 18px; }
.leistung-badge svg { width: 26px; height: 26px; color: var(--white); }
.leistung-kicker { display: block; font-size: 0.8rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.leistung-info h3 { font-size: 2rem; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.3px; }
.leistung-info .card-intro { color: var(--dark); font-weight: 500; font-size: 1.08rem; margin-bottom: 22px; }
.leistung-info .leistung-liste { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; }

/* Service-Reiter (Akkordeon je Leistung) */
.svc-akkordeon { margin-top: 4px; }
.svc-item { border-bottom: 1px solid #E2E8F0; }
.svc-item:first-child { border-top: 1px solid #E2E8F0; }
.svc-q { width: 100%; background: none; border: none; padding: 15px 0; font-size: 1rem; font-weight: 600; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: inherit; color: var(--dark); transition: color 0.2s; }
.svc-q:hover { color: var(--blue); }
.svc-q::after { content: '+'; font-size: 1.4rem; line-height: 1; color: var(--blue); font-weight: 400; transition: transform 0.3s ease; flex-shrink: 0; }
.svc-item.open .svc-q::after { transform: rotate(45deg); }
.js .svc-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.svc-a p { padding: 0 0 16px; color: var(--gray); font-size: 0.95rem; line-height: 1.7; }
.svc-item.open .svc-a { max-height: 240px; }

.leistung-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: var(--blue); font-weight: 600; font-size: 1rem; }
.leistung-link span { transition: transform 0.25s ease; }
.leistung-link:hover span { transform: translateX(5px); }

h2 { font-size: 2.4rem; font-weight: 700; text-align: center; margin-bottom: 12px; letter-spacing: -0.3px; }
.section-sub { text-align: center; color: var(--gray); font-size: 1.05rem; margin-bottom: 56px; }

.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.card {
    background: var(--white); border: none; border-radius: var(--radius);
    overflow: hidden; transition: all 0.35s; box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-8px); }

.card-img {
    height: 240px;
    background: var(--blue-light);
    position: relative; overflow: hidden;
}
.card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.card:hover .card-img img { transform: scale(1.05); }

.card-icon {
    width: 56px; height: 56px;
    background: var(--blue); border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin: -28px 24px 0; position: relative; z-index: 2;
    box-shadow: 0 4px 12px rgba(43,87,151,0.3);
}
.card-icon svg { width: 26px; height: 26px; color: var(--white); }

.card-body { padding: 22px 28px 32px; }
.card h3 { font-size: 1.4rem; margin-bottom: 8px; font-weight: 700; }
.card p { color: var(--gray); font-size: 0.96rem; line-height: 1.7; }
.card p.card-intro { color: var(--dark); font-weight: 500; margin-bottom: 18px; }
.leistung-liste { list-style: none; margin: 0; padding: 0; }
.leistung-liste li { position: relative; padding-left: 28px; margin-bottom: 11px; color: var(--gray); font-size: 0.93rem; line-height: 1.5; }
.leistung-liste li::before {
    content: ''; position: absolute; left: 0; top: 1px;
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--blue-light);
}
.leistung-liste li::after {
    content: ''; position: absolute; left: 6px; top: 6px;
    width: 6px; height: 3px;
    border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
    transform: rotate(-45deg);
}

/* === Warum JaWi === */
.warum {
    padding: 100px 0;
    background: var(--white);
}
.vorteile { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 940px; margin: 0 auto; }
.vorteil {
    display: flex; gap: 20px; align-items: flex-start;
    padding: 28px; border-radius: var(--radius);
    border: 1px solid #E2E8F0;
    transition: all 0.3s; background: var(--white);
}
.vorteil:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.vorteil-icon {
    flex-shrink: 0; width: 52px; height: 52px;
    background: var(--blue-light); border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.3s;
}
.vorteil:hover .vorteil-icon { background: var(--blue); }
.vorteil-icon svg { width: 24px; height: 24px; color: var(--blue); transition: color 0.3s; }
.vorteil:hover .vorteil-icon svg { color: var(--white); }
.vorteil h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; }
.vorteil p { color: var(--gray); font-size: 0.93rem; line-height: 1.6; }

/* === Ablauf === */
.ablauf { padding: 100px 0; background: var(--gray-light); }
.ablauf-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; max-width: 1080px; margin: 0 auto; position: relative; }
.ablauf-step { position: relative; text-align: center; padding: 0 8px; }
.ablauf-num {
    width: 64px; height: 64px; margin: 0 auto 20px;
    background: var(--blue); color: var(--white);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; font-weight: 700; position: relative; z-index: 2;
    box-shadow: 0 6px 18px rgba(43,87,151,0.3);
}
/* Verbindungslinie zwischen den Schritten */
.ablauf-step:not(:last-child) .ablauf-num::after {
    content: ''; position: absolute; top: 50%; left: calc(50% + 42px);
    width: calc(100% + 28px - 42px); height: 2px;
    background: #D6E0EE; z-index: -1;
}
.ablauf-step h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.ablauf-step p { color: var(--gray); font-size: 0.93rem; line-height: 1.65; }

/* === Einsatzgebiet === */
.einsatzgebiet {
    padding: 100px 0; text-align: center;
    background: var(--dark);
    color: var(--white);
    position: relative; overflow: hidden;
}
.einsatzgebiet::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(43,87,151,0.2) 0%, transparent 70%);
}
.einsatzgebiet h2 { color: var(--white); position: relative; }
.einsatzgebiet .section-sub { color: rgba(255,255,255,0.5); position: relative; }
.orte { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; position: relative; }
.orte span {
    background: rgba(255,255,255,0.08); color: var(--white);
    padding: 14px 32px; border-radius: 50px;
    font-weight: 600; font-size: 1rem;
    border: 1px solid rgba(255,255,255,0.12);
    transition: all 0.3s;
}
.orte span:hover { background: var(--blue); border-color: var(--blue); }

/* === Kontakt === */
.kontakt { padding: 100px 0; background: var(--gray-light); }
.kontakt-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; }

.kontakt-form {
    display: flex; flex-direction: column; gap: 16px;
    background: var(--white); padding: 44px; border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.kontakt-form select {
    padding: 15px 18px; border: 1.5px solid #E2E8F0; border-radius: 10px;
    font-size: 0.95rem; font-family: inherit; background: var(--gray-light);
    color: var(--gray); -webkit-appearance: none; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748B' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 16px center;
    cursor: pointer; transition: all 0.2s;
}
.kontakt-form select:focus { outline: none; border-color: var(--blue); background-color: var(--white); box-shadow: 0 0 0 3px rgba(43,87,151,0.08); }
.kontakt-form input, .kontakt-form textarea {
    padding: 15px 18px; border: 1.5px solid #E2E8F0; border-radius: 10px;
    font-size: 0.95rem; font-family: inherit; transition: all 0.2s; background: var(--gray-light);
}
.kontakt-form input:focus, .kontakt-form textarea:focus {
    outline: none; border-color: var(--blue); background: var(--white);
    box-shadow: 0 0 0 3px rgba(43,87,151,0.08);
}
.kontakt-form textarea { resize: vertical; }

.kontakt-info { padding-top: 8px; }
.kontakt-info h3 { font-size: 1.4rem; margin-bottom: 28px; font-weight: 700; }
.kontakt-info p { margin-bottom: 18px; font-size: 0.95rem; color: var(--gray); line-height: 1.7; }
.kontakt-info a { color: var(--blue); font-weight: 600; }
.kontakt-info a:hover { text-decoration: underline; }

.kontakt-hinweis {
    margin-top: 28px; padding: 24px;
    background: var(--blue); border-radius: var(--radius);
    color: var(--white) !important; font-weight: 600;
    font-size: 0.95rem;
}

/* === Saison-Slogan === */
.saison { background: var(--blue); color: var(--white); padding: 80px 0; text-align: center; }
.saison h2 { color: var(--white); max-width: 820px; margin: 0 auto 16px; }
.saison > .container > p { color: rgba(255,255,255,0.82); max-width: 620px; margin: 0 auto 44px; font-size: 1.05rem; line-height: 1.7; }
.saison-icons { display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; }
.saison-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.saison-item svg { width: 40px; height: 40px; color: var(--white); }
.saison-item span { font-weight: 600; font-size: 0.95rem; letter-spacing: 0.5px; }
.saison-icons .reveal:nth-child(2) { transition-delay: 0.1s; }
.saison-icons .reveal:nth-child(3) { transition-delay: 0.2s; }
.saison-icons .reveal:nth-child(4) { transition-delay: 0.3s; }

/* === Konzept === */
.konzept { padding: 100px 0; background: var(--white); }
.konzept-head { max-width: 760px; margin: 0 auto 48px; }
.konzept-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 980px; margin: 0 auto 56px; }
.konzept-block { background: var(--gray-light); border: 1px solid #E2E8F0; border-radius: var(--radius); padding: 36px; }
.konzept-block h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 14px; color: var(--blue); }
.konzept-block p { color: var(--gray); font-size: 0.97rem; line-height: 1.8; }
.umfang { max-width: 880px; margin: 0 auto; text-align: center; }
.umfang-label { display: block; font-weight: 600; color: var(--dark); margin-bottom: 20px; font-size: 1.05rem; }
.umfang-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.umfang-chips span { background: var(--blue-light); color: var(--blue); padding: 11px 22px; border-radius: 50px; font-size: 0.92rem; font-weight: 600; transition: all 0.2s; }
.umfang-chips span:hover { background: var(--blue); color: var(--white); }

/* === Form-Status === */
.form-status { font-size: 0.9rem; margin-top: 4px; line-height: 1.5; }
.form-status.success { color: var(--green); }
.form-status.error { color: #EF4444; }

/* === Terminbuchung === */
.termin { padding: 100px 0; background: var(--white); }
.termin-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: stretch; max-width: 1040px; margin: 0 auto; }
.termin-text { display: flex; flex-direction: column; justify-content: center; }
.termin-text h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 18px; }
.termin-list { list-style: none; margin: 0 0 28px; padding: 0; }
.termin-list li { position: relative; padding-left: 32px; margin-bottom: 14px; color: var(--gray); font-size: 1rem; }
.termin-list li::before { content: ''; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--blue); }
.termin-list li::after { content: ''; position: absolute; left: 6px; top: 8px; width: 7px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
.termin-call { font-weight: 600; color: var(--dark); margin-bottom: 14px; }
.termin-text .btn { align-self: flex-start; }
.termin-placeholder { height: 100%; min-height: 380px; border: 2px dashed #CBD5E1; border-radius: var(--radius); background: var(--gray-light); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; }
.termin-placeholder svg { width: 60px; height: 60px; color: var(--blue); margin-bottom: 18px; }
.termin-placeholder h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.termin-placeholder p { color: var(--gray); font-size: 0.95rem; max-width: 360px; line-height: 1.7; }

/* === FAQ === */
.faq { padding: 100px 0; background: var(--gray-light); }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.08); }
.faq-question { width: 100%; background: none; border: none; padding: 22px 0; font-size: 1.05rem; font-weight: 600; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: inherit; color: var(--dark); }
.faq-question::after { content: '+'; font-size: 1.4rem; color: var(--blue); font-weight: 400; transition: transform 0.3s; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.js .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s; }
.faq-answer p { padding: 0 0 20px; color: var(--gray); font-size: 0.95rem; line-height: 1.7; }
.faq-item.open .faq-answer { max-height: 200px; }

/* === Footer === */
.footer { background: var(--dark); color: rgba(255,255,255,0.55); padding: 72px 0 0; }
.footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px; padding-bottom: 56px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-logo { height: 64px; width: auto; margin-bottom: 16px; background: rgba(255,255,255,0.9); border-radius: 8px; padding: 4px 8px; }
.footer h4 { color: var(--white); font-size: 0.9rem; font-weight: 600; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 0.8px; }
.footer a { display: block; margin-bottom: 10px; font-size: 0.9rem; transition: color 0.2s; }
.footer a:hover { color: var(--white); }
.footer p { font-size: 0.9rem; margin-bottom: 4px; }
.footer-bottom { padding: 28px 0; text-align: center; font-size: 0.85rem; }

/* === Responsive === */
@media (max-width: 900px) {
    .nav-toggle { display: flex; }
    .nav { display: none; position: absolute; top: 80px; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 24px; gap: 20px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
    .nav a { color: var(--dark) !important; }
    .nav.open { display: flex; }
    .cards { grid-template-columns: repeat(2, 1fr); }
    .vorteile { grid-template-columns: 1fr; }
    .kontakt-grid { grid-template-columns: 1fr; }
    .termin-grid { grid-template-columns: 1fr; }
    .konzept-cols { grid-template-columns: 1fr; }
    .ablauf-steps { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
    .ablauf-step .ablauf-num::after { display: none; }
    .leistung-rows { gap: 64px; }
    .leistung-row { grid-template-columns: 1fr; gap: 32px; }
    .leistung-row--reverse .leistung-media { order: 0; }
    .leistung-media { aspect-ratio: 16 / 10; }
    .js .reveal.from-left, .js .reveal.from-right { transform: translateY(32px); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .zahlen-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

@media (max-width: 640px) {
    .nav-toggle { display: flex; }
    .nav {
        display: none; position: absolute; top: 80px; left: 0; right: 0;
        background: var(--white); flex-direction: column; padding: 24px; gap: 20px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    }
    .nav a { color: var(--dark) !important; }
    .nav.open { display: flex; }

    .hero { min-height: auto; padding: 140px 0 100px; }
    .hero h1 { font-size: 2.2rem; }
    .hero p { font-size: 1rem; }
    .hero::after { height: 60px; }

    .cards { grid-template-columns: 1fr; }
    .ablauf-steps { grid-template-columns: 1fr; }
    .leistung-info .leistung-liste { grid-template-columns: 1fr; }
    .leistung-info h3 { font-size: 1.6rem; }
    .saison-icons { gap: 28px 40px; }
    .card-img { height: 140px; }

    .zahlen-grid { grid-template-columns: 1fr 1fr; }
    .zahl-item h3 { font-size: 2rem; }

    .leistungen, .warum, .kontakt { padding: 64px 0; }
    .kontakt-form { padding: 24px; }

    .footer-grid { grid-template-columns: 1fr; }
    h2 { font-size: 1.8rem; }
}
