/* ========================================
   GEMEINSCHAFTSPRAXIS BRAUN
   Modern Medical Practice Website
   ======================================== */

:root {
    --primary: #0F766E;
    --primary-light: #14B8A6;
    --primary-dark: #0D5C56;
    --primary-50: #F0FDFA;
    --primary-100: #CCFBF1;
    --accent: #6366F1;
    --accent-light: #818CF8;
    --gold: #FBBF24;
    --surface: #FFFFFF;
    --surface-2: #F8FAFC;
    --surface-3: #F1F5F9;
    --text: #0F172A;
    --text-secondary: #475569;
    --text-muted: #94A3B8;
    --border: #E2E8F0;
    --radius: 16px;
    --radius-sm: 10px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04);
    --shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    --shadow-lg: 0 12px 40px rgba(15, 23, 42, 0.08);
    --shadow-xl: 0 20px 60px rgba(15, 23, 42, 0.1);
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-display: 'Playfair Display', Georgia, serif;
}

[data-theme="dark"] {
    --surface: #0F172A;
    --surface-2: #1E293B;
    --surface-3: #334155;
    --text: #F1F5F9;
    --text-secondary: #CBD5E1;
    --text-muted: #64748B;
    --border: #334155;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.35);
    --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .nav--scrolled {
    background: rgba(15, 23, 42, 0.95);
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .hero {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
}

[data-theme="dark"] .hero__gradient {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.3) 0%, rgba(99, 102, 241, 0.2) 100%);
}

[data-theme="dark"] .neupatienten {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border-color: rgba(251, 191, 36, 0.2);
}

[data-theme="dark"] .marquee {
    background: var(--surface-2);
    border-color: var(--border);
}

[data-theme="dark"] .leistung-card,
[data-theme="dark"] .bewertung-card,
[data-theme="dark"] .gutzuwissen__card,
[data-theme="dark"] .faq__item {
    background: var(--surface-2);
    border-color: var(--border);
}

[data-theme="dark"] .team-card--featured {
    background: linear-gradient(135deg, var(--surface-2), var(--surface-3));
    border-color: var(--border);
}

[data-theme="dark"] .team-member {
    background: var(--surface-2);
    border-color: var(--border);
}

[data-theme="dark"] .team__mfa {
    background: var(--surface-2);
    border-color: var(--border);
}

[data-theme="dark"] .sprechzeiten__table-wrap {
    background: var(--surface-2);
    border-color: var(--border);
}

[data-theme="dark"] .sprechzeiten__table td {
    border-color: var(--border);
}

[data-theme="dark"] .footer {
    background: #020617;
}

[data-theme="dark"] .notfall-bar {
    background: #020617;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

[data-theme="dark"] .ekg-divider {
    color: var(--text-muted);
}

[data-theme="dark"] .kontakt__map iframe {
    filter: invert(0.9) hue-rotate(180deg);
    border-radius: 20px;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body {
    font-family: var(--font);
    color: var(--text);
    background: var(--surface);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

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

/* ========================================
   NOTFALL INFO BAR
   ======================================== */

.notfall-bar {
    background: var(--text);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    will-change: transform;
}

.notfall-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notfall-bar__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.notfall-bar__left a {
    color: white;
    font-weight: 600;
}

.notfall-bar__left a:hover {
    color: var(--primary-light);
}

.notfall-bar__center {
    color: rgba(255, 255, 255, 0.5);
}

.notfall-bar__right {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
}

.notfall-bar__emergency {
    color: #FCA5A5;
}

.notfall-bar__divider {
    color: rgba(255, 255, 255, 0.2);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.section {
    padding: 120px 0;
    position: relative;
}

.section__label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--primary-50);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
}

.section__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.section__desc {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.text--accent {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font);
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    border-radius: 100px;
    white-space: nowrap;
}

.btn--primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    box-shadow: 0 4px 20px rgba(15, 118, 110, 0.3);
}

.btn--primary:hover {
    box-shadow: 0 8px 30px rgba(15, 118, 110, 0.4);
    transform: translateY(-2px);
}

.btn--white {
    background: white;
    color: var(--primary-dark);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.btn--white:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.btn--outline {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn--outline:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.btn--lg {
    padding: 16px 32px;
    font-size: 1rem;
}

.btn--glow {
    animation: glow 3s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% { box-shadow: 0 4px 20px rgba(15, 118, 110, 0.3); }
    50% { box-shadow: 0 4px 40px rgba(15, 118, 110, 0.5), 0 0 60px rgba(15, 118, 110, 0.15); }
}

/* ========================================
   NAVIGATION
   ======================================== */

.nav {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 16px 0;
    transition: var(--transition);
}

.nav--scrolled {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid var(--border);
    padding: 8px 0;
    box-shadow: var(--shadow);
}

.nav__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.2rem;
}

.nav__logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    border-radius: 10px;
    font-size: 1.4rem;
    font-weight: 900;
}

.nav__logo-text {
    color: white;
    transition: var(--transition);
}

.nav--scrolled .nav__logo-text {
    color: var(--text);
}

.nav__links {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav__link {
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    transition: var(--transition);
}

.nav__link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.nav--scrolled .nav__link {
    color: var(--text-secondary);
}

.nav--scrolled .nav__link:hover {
    color: var(--text);
    background: var(--surface-3);
}

.nav__link--cta {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white !important;
    padding: 8px 20px;
    margin-left: 16px;
    margin-right: 8px;
}

.nav__link--cta:hover {
    box-shadow: 0 4px 16px rgba(15, 118, 110, 0.3);
    transform: translateY(-1px);
    background: linear-gradient(135deg, var(--primary), var(--primary-light)) !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: white;
    border-radius: 2px;
    transition: var(--transition);
}

.nav--scrolled .nav__toggle span {
    background: var(--text);
}

/* Dark Mode Toggle */
.darkmode-toggle {
    width: 36px;
    height: 36px;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--surface);
    color: var(--text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    margin-right: 8px;
}

.darkmode-toggle:hover {
    background: var(--primary-50);
    color: var(--primary);
    border-color: var(--primary-light);
}

.darkmode-toggle__moon { display: none; }
.darkmode-toggle__sun { display: block; }

[data-theme="dark"] .darkmode-toggle__moon { display: block; }
[data-theme="dark"] .darkmode-toggle__sun { display: none; }
[data-theme="dark"] .darkmode-toggle {
    border-color: rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    color: white;
}

/* ========================================
   HERO
   ======================================== */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 120px 24px 80px;
    overflow: hidden;
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero__gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 50% 40%, rgba(15, 118, 110, 0.9), transparent),
        radial-gradient(ellipse 60% 50% at 80% 20%, rgba(99, 102, 241, 0.4), transparent),
        radial-gradient(ellipse 50% 60% at 20% 80%, rgba(20, 184, 166, 0.3), transparent),
        linear-gradient(160deg, #0a1628 0%, #0f2027 30%, #0d1b2a 100%);
}

.hero__pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
}

/* Floating animated orbs */
.hero__orbs {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: float 20s ease-in-out infinite;
}

.hero__orb--1 {
    width: 400px;
    height: 400px;
    background: rgba(20, 184, 166, 0.3);
    top: 10%;
    left: -5%;
    animation-delay: 0s;
}

.hero__orb--2 {
    width: 300px;
    height: 300px;
    background: rgba(99, 102, 241, 0.25);
    top: 50%;
    right: -5%;
    animation-delay: -7s;
}

.hero__orb--3 {
    width: 250px;
    height: 250px;
    background: rgba(251, 191, 36, 0.15);
    bottom: 10%;
    left: 30%;
    animation-delay: -14s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -40px) scale(1.05); }
    50% { transform: translate(-20px, 20px) scale(0.95); }
    75% { transform: translate(40px, 30px) scale(1.02); }
}

.hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
}

.hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    color: rgba(255, 255, 255, 0.9);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
    animation: fadeInUp 0.8s ease-out;
}

.hero__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34D399;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.5); }
}

.hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    color: white;
    line-height: 1.1;
    margin-bottom: 24px;
    animation: fadeInUp 0.8s ease-out 0.1s both;
}

.hero__title--accent {
    background: linear-gradient(135deg, var(--primary-light), #67e8f9, var(--accent-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
    animation: fadeInUp 0.8s ease-out 0.1s both, shimmer 4s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

/* Floating medical icons */
.hero__med-icons {
    position: absolute;
    inset: 0;
    overflow: hidden;
    color: white;
}

.hero__med-icon {
    position: absolute;
    animation: med-float linear infinite;
}

.hero__med-icon--1 {
    top: 15%;
    left: 8%;
    animation-duration: 18s;
}

.hero__med-icon--2 {
    top: 65%;
    left: 15%;
    animation-duration: 22s;
    animation-delay: -4s;
}

.hero__med-icon--3 {
    top: 25%;
    right: 10%;
    animation-duration: 20s;
    animation-delay: -8s;
}

.hero__med-icon--4 {
    top: 70%;
    right: 18%;
    animation-duration: 16s;
    animation-delay: -2s;
}

.hero__med-icon--5 {
    top: 45%;
    left: 5%;
    animation-duration: 24s;
    animation-delay: -12s;
}

.hero__med-icon--6 {
    top: 80%;
    right: 8%;
    animation-duration: 19s;
    animation-delay: -6s;
}

@keyframes med-float {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% {
        transform: translateY(-120px) rotate(360deg);
        opacity: 0;
    }
}

.hero__subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.7;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 64px;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.hero__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero__stat {
    text-align: center;
}

.hero__stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: white;
    line-height: 1.2;
}

.hero__stat-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 2rem;
}

.hero__stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.hero__stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
}

.hero__scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    font-weight: 500;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   EKG DIVIDER
   ======================================== */

.ekg-divider {
    padding: 0;
    overflow: hidden;
    color: var(--primary-light);
    background: var(--surface);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ekg-divider--alt {
    background: var(--surface);
}

.ekg-divider__svg {
    width: 100%;
    max-width: 800px;
    height: 60px;
}

.ekg-divider__line {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: ekg-draw 3s ease-in-out forwards;
    opacity: 0.35;
}

@keyframes ekg-draw {
    to {
        stroke-dashoffset: 0;
    }
}

/* Re-trigger on scroll */
.ekg-divider.ekg--visible .ekg-divider__line {
    animation: ekg-draw 2.5s ease-in-out forwards, ekg-pulse 4s ease-in-out 2.5s infinite;
}

@keyframes ekg-pulse {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.6; }
}

/* ========================================
   MARQUEE BANNER
   ======================================== */

.marquee {
    background: var(--text);
    padding: 16px 0;
    overflow: hidden;
}

.marquee__track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
}

.marquee__content {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-right: 24px;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.marquee__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-light);
    flex-shrink: 0;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ========================================
   NEUPATIENTEN BANNER
   ======================================== */

.neupatienten {
    background: #FFF7ED;
    border-bottom: 1px solid #FED7AA;
    padding: 20px 0;
}

.neupatienten__inner {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.neupatienten__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFEDD5;
    color: #C2410C;
    border-radius: 12px;
}

.neupatienten__text {
    font-size: 0.9rem;
    color: #9A3412;
    line-height: 1.6;
}

.neupatienten__text strong {
    color: #7C2D12;
}

@media (max-width: 768px) {
    .neupatienten__inner {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}

/* ========================================
   ABOUT
   ======================================== */

.about {
    background: var(--surface);
}

.about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about__text {
    font-size: 1.05rem;
    color: var(--text-secondary);
    margin-bottom: 16px;
    line-height: 1.8;
}

.about__features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.about__feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.about__feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-50);
    color: var(--primary);
    border-radius: 12px;
}

.about__feature strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.about__feature p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

.about__visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about__card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    text-align: center;
    transition: var(--transition);
}

.about__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.about__card--3 {
    grid-column: span 2;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    border: none;
}

.about__card--3 .about__card-icon {
    color: rgba(255, 255, 255, 0.9);
}

.about__card--3 p {
    color: rgba(255, 255, 255, 0.8);
}

.about__card-icon {
    margin-bottom: 16px;
    color: var(--primary);
}

.about__card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.about__card p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* ========================================
   LEISTUNGEN
   ======================================== */

.leistungen {
    background: var(--surface-2);
}

.leistungen__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.leistung-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.leistung-card__number {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--border);
    letter-spacing: 0.05em;
}

.leistung-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    opacity: 0;
    transition: var(--transition);
}

.leistung-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: transparent;
}

.leistung-card:hover::before {
    opacity: 1;
}

.leistung-card:hover .leistung-card__number {
    color: var(--primary-light);
}

.leistung-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-50);
    color: var(--primary);
    border-radius: 14px;
    margin-bottom: 20px;
    transition: var(--transition);
}

.leistung-card:hover .leistung-card__icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    transform: scale(1.05);
}

.leistung-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.leistung-card__desc {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 16px;
}

.leistung-card__tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--primary);
    background: var(--primary-50);
    padding: 4px 12px;
    border-radius: 100px;
    letter-spacing: 0.03em;
}

/* ========================================
   TEAM
   ======================================== */

.team {
    background: var(--surface);
}

.team__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto 48px;
}

.team-card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.team-card__avatar {
    margin-bottom: 24px;
}

.team-card__avatar-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(15, 118, 110, 0.25);
    transition: var(--transition);
}

.team-card:hover .team-card__avatar-placeholder {
    transform: scale(1.08);
    box-shadow: 0 12px 32px rgba(15, 118, 110, 0.35);
}

.team-card__name {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.team-card__role {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary);
    background: var(--primary-50);
    padding: 4px 14px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.team-card__bio {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Team section titles */
.team__section-title {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin: 48px 0 24px;
    color: var(--text-secondary);
}

/* Staff grid */
.team__staff-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto 16px;
}

.team-member {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 8px 24px 8px 8px;
    transition: var(--transition);
}

.team-member:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
    border-color: var(--primary-100);
}

.team-member__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 800;
    flex-shrink: 0;
}

.team-member__info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.team-member__info strong {
    font-size: 0.9rem;
    white-space: nowrap;
}

.team-member__role {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.team-member__role--naepa {
    background: #DBEAFE;
    color: #1D4ED8;
}

.team-member__role--extra {
    background: #FEF3C7;
    color: #B45309;
}

.team-member__role--mfa {
    background: var(--primary-50);
    color: var(--primary);
}

.team-member__role--team {
    background: var(--surface-3);
    color: var(--text-secondary);
}

/* Qualifications badges */
.team__qualifications {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 48px;
}

.team__qual {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: var(--transition);
}

.team__qual:hover {
    border-color: var(--primary-100);
    background: var(--primary-50);
}

.team__qual-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    border-radius: 12px;
}

.team__qual strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 2px;
}

.team__qual p {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

.team__mfa {
    background: linear-gradient(135deg, var(--primary-50), rgba(99, 102, 241, 0.05));
    border: 1px solid var(--primary-100);
    border-radius: var(--radius-xl);
    padding: 40px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.team__mfa h3 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.team__mfa p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ========================================
   BEWERTUNGEN
   ======================================== */

.bewertungen {
    background: var(--surface-2);
}

.bewertungen__rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.bewertungen__stars {
    display: flex;
    gap: 4px;
}

.bewertungen__score {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.bewertungen__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bewertung-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 32px;
    transition: var(--transition);
    position: relative;
}

.bewertung-card::before {
    content: '\201C';
    position: absolute;
    top: 20px;
    right: 28px;
    font-size: 4rem;
    font-family: var(--font-display);
    color: var(--primary-100);
    line-height: 1;
}

.bewertung-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.bewertung-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
}

.bewertung-card__text {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 24px;
    font-style: italic;
}

.bewertung-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bewertung-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
}

.bewertung-card__author strong {
    display: block;
    font-size: 0.85rem;
}

.bewertung-card__author span {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* ========================================
   GUT ZU WISSEN
   ======================================== */

.gutzuwissen {
    background: var(--surface);
}

.hinweis-banner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 32px;
    background: #FFF7ED;
    border: 1px solid #FED7AA;
    border-radius: var(--radius-lg);
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

.hinweis-banner__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFEDD5;
    color: #C2410C;
    border-radius: 12px;
}

.hinweis-banner strong {
    display: block;
    font-size: 1rem;
    color: #9A3412;
    margin-bottom: 4px;
}

.hinweis-banner p {
    font-size: 0.9rem;
    color: #9A3412;
    line-height: 1.7;
    opacity: 0.85;
}

.gutzuwissen__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gutzuwissen__card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    transition: var(--transition);
}

.gutzuwissen__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.gutzuwissen__card--highlight {
    background: linear-gradient(135deg, var(--primary-50), rgba(99, 102, 241, 0.04));
    border-color: var(--primary-100);
    grid-column: span 2;
}

.gutzuwissen__card--highlight:hover {
    border-color: var(--primary-light);
}

.gutzuwissen__card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-50);
    color: var(--primary);
    border-radius: 14px;
    margin-bottom: 20px;
}

.gutzuwissen__card--highlight .gutzuwissen__card-icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
}

.gutzuwissen__card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.gutzuwissen__card p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ========================================
   FAQ
   ======================================== */

.faq {
    background: var(--surface-2);
}

.faq__grid {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq__item {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
}

.faq__item:hover {
    border-color: var(--primary-light);
}

.faq__item--open {
    border-color: var(--primary);
    box-shadow: var(--shadow);
}

.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    text-align: left;
    gap: 16px;
    transition: var(--transition);
}

.faq__question:hover {
    color: var(--primary);
}

.faq__chevron {
    flex-shrink: 0;
    color: var(--text-muted);
    transition: transform 0.3s ease;
}

.faq__item--open .faq__chevron {
    transform: rotate(180deg);
    color: var(--primary);
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    padding: 0 24px;
}

.faq__item--open .faq__answer {
    max-height: 500px;
    padding: 0 24px 24px;
}

.faq__answer p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.8;
}

/* ========================================
   SPRECHZEITEN
   ======================================== */

.sprechzeiten {
    background: var(--surface);
}

.sprechzeiten__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.sprechzeiten__note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding: 16px 20px;
    background: var(--primary-50);
    border: 1px solid var(--primary-100);
    border-radius: var(--radius);
    font-size: 0.9rem;
    color: var(--primary-dark);
}

.sprechzeiten__note--warm {
    background: #FFF7ED;
    border-color: #FED7AA;
    color: #9A3412;
    margin-top: 12px;
}

.sprechzeiten__table-wrap {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 8px;
    box-shadow: var(--shadow);
}

.sprechzeiten__table {
    width: 100%;
    border-collapse: collapse;
}

.sprechzeiten__table tr {
    border-bottom: 1px solid var(--border);
    transition: var(--transition);
}

.sprechzeiten__table tr:hover {
    background: var(--primary-50);
}

.sprechzeiten__table tr:last-child {
    border-bottom: none;
}

.sprechzeiten__table td {
    padding: 18px 20px;
    font-size: 0.95rem;
}

.sprechzeiten__day {
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
}

.sprechzeiten__time {
    color: var(--text-secondary);
    text-align: center;
    white-space: nowrap;
}

.sprechzeiten__time--closed {
    color: var(--text-muted);
    font-style: italic;
    font-size: 0.85rem;
}

/* ========================================
   TERMIN CTA
   ======================================== */

.termin {
    background: linear-gradient(135deg, #0a1628 0%, var(--primary-dark) 50%, #0a1628 100%);
    overflow: hidden;
    padding: 100px 0;
}

.termin__bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 60% 50% at 30% 50%, rgba(20, 184, 166, 0.2), transparent),
        radial-gradient(ellipse 50% 60% at 70% 50%, rgba(99, 102, 241, 0.15), transparent);
}

.termin__content {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.termin__header {
    position: relative;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.termin__widget {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.termin__widget iframe {
    display: block;
}

.termin__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 20px;
}

.termin__desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 40px;
}

.termin__hint {
    margin-top: 24px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
}

.termin__hint a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.termin__hint a:hover {
    color: white;
    border-color: white;
}

/* ========================================
   KONTAKT
   ======================================== */

.kontakt {
    background: var(--surface-2);
}

.kontakt__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: center;
}

.kontakt__details {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.kontakt__detail {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.kontakt__detail-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-50);
    color: var(--primary);
    border-radius: 12px;
}

.kontakt__detail strong {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.kontakt__detail p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.kontakt__detail a {
    color: var(--primary);
    font-weight: 600;
}

.kontakt__detail a:hover {
    color: var(--primary-dark);
}

.kontakt__map {
    height: 400px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
}

.kontakt__map iframe {
    width: 100%;
    height: 100%;
}

/* Kontakt Landmarks */
.kontakt__landmarks {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.kontakt__landmarks-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.kontakt__landmarks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.kontakt__landmark {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: var(--text-secondary);
    padding: 10px 14px;
    background: var(--surface-2);
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.kontakt__landmark svg {
    color: var(--primary);
    flex-shrink: 0;
}

.kontakt__landmark:hover {
    background: var(--primary-50);
    color: var(--primary-dark);
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
    background: var(--text);
    color: rgba(255, 255, 255, 0.7);
    padding: 64px 0 32px;
}

.footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer__brand p {
    margin-top: 16px;
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer__brand .nav__logo-text {
    color: white;
}

.footer__links h4 {
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.footer__links a {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    padding: 4px 0;
}

.footer__links a:hover {
    color: white;
    padding-left: 4px;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.3);
}

/* ========================================
   SCROLL REVEAL ANIMATIONS
   ======================================== */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal--left {
    transform: translateX(-40px);
}

.reveal--right {
    transform: translateX(40px);
}

.reveal--visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* ========================================
   SCROLL TO TOP
   ======================================== */

.scroll-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: var(--transition);
    z-index: 900;
}

.scroll-top--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

/* ========================================
   COOKIE BANNER
   ======================================== */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--text);
    color: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.2);
}

.cookie-banner--visible {
    transform: translateY(0);
}

.cookie-banner__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cookie-banner__content p {
    font-size: 0.88rem;
    line-height: 1.6;
    flex: 1;
}

.cookie-banner__content a {
    color: var(--primary-light);
    text-decoration: underline;
}

.cookie-banner__actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.btn--sm {
    padding: 10px 20px;
    font-size: 0.85rem;
}

.btn--outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
}

[data-theme="dark"] .cookie-banner {
    background: #020617;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* ========================================
   MODAL
   ======================================== */

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay--visible {
    opacity: 1;
    visibility: visible;
}

.modal {
    background: var(--surface);
    border-radius: var(--radius-xl);
    padding: 48px;
    max-width: 560px;
    width: 100%;
    position: relative;
    transform: translateY(24px) scale(0.96);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: 85vh;
    overflow-y: auto;
}

.modal-overlay--visible .modal {
    transform: translateY(0) scale(1);
}

.modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: none;
    background: var(--surface-2);
    color: var(--text-muted);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.modal__close:hover {
    background: var(--surface-3);
    color: var(--text);
}

.modal__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    border-radius: 18px;
    margin-bottom: 24px;
}

.modal__title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.modal__body {
    color: var(--text-secondary);
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.modal__body p {
    margin-bottom: 12px;
}

.modal__body ul {
    margin: 12px 0;
    padding-left: 20px;
}

.modal__body ul li {
    margin-bottom: 8px;
}

.modal__cta {
    display: inline-flex;
}

.leistung-card {
    cursor: pointer;
}

.leistung-card__more {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary);
    margin-top: 12px;
    opacity: 0;
    transform: translateX(-8px);
    transition: var(--transition);
}

.leistung-card:hover .leistung-card__more {
    opacity: 1;
    transform: translateX(0);
}

.leistung-card--highlight {
    border-color: var(--accent);
    background: linear-gradient(135deg, var(--surface), rgba(99, 102, 241, 0.03));
}

.leistung-card--highlight::before {
    opacity: 1;
    background: linear-gradient(90deg, var(--accent), var(--accent-light));
}

.leistung-card__badge-igel {
    position: absolute;
    top: 16px;
    right: 44px;
    font-size: 0.65rem;
    font-weight: 800;
    color: white;
    background: var(--accent);
    padding: 2px 8px;
    border-radius: 100px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ========================================
   AKTUELLES
   ======================================== */

.aktuelles {
    background: var(--surface);
    padding-bottom: 80px;
}

.aktuelles__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}

.aktuelles-card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.aktuelles-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.aktuelles-card--urlaub {
    border-left: 4px solid var(--gold);
}

.aktuelles-card--info {
    border-left: 4px solid var(--primary);
}

.aktuelles-card--wichtig {
    border-left: 4px solid #EF4444;
    background: #FEF2F2;
}

.aktuelles-card--wichtig .aktuelles-card__badge {
    background: #FEE2E2;
    color: #DC2626;
}

.aktuelles-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 14px;
}

.aktuelles-card--urlaub .aktuelles-card__badge {
    background: #FEF3C7;
    color: #B45309;
}

.aktuelles-card--info .aktuelles-card__badge {
    background: var(--primary-50);
    color: var(--primary);
}

.aktuelles-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.aktuelles-card__date {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    font-weight: 500;
}

.aktuelles-card__text {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.aktuelles__empty {
    text-align: center;
    padding: 48px;
    color: var(--text-muted);
    font-size: 1rem;
}

/* ========================================
   ADMIN PAGE
   ======================================== */

.admin-page {
    padding: 120px 0 60px;
    min-height: 100vh;
    background: var(--surface-2);
}

.admin__header {
    margin-bottom: 40px;
}

.admin__header p {
    color: var(--text-secondary);
    margin-top: 8px;
}

.admin__actions {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.admin__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 12px;
    font-family: var(--font);
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

.admin__btn--primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
}

.admin__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15, 118, 110, 0.3);
}

.admin__btn--danger {
    background: #FEE2E2;
    color: #DC2626;
}

.admin__btn--danger:hover {
    background: #FECACA;
}

.admin__btn--secondary {
    background: var(--surface);
    color: var(--text);
    border: 1px solid var(--border);
}

.admin__btn--secondary:hover {
    background: var(--surface-3);
}

/* Form / Modal */
.admin__form {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    margin-bottom: 32px;
    display: none;
}

.admin__form--open {
    display: block;
    animation: fadeInUp 0.3s ease-out;
}

.admin__form-group {
    margin-bottom: 20px;
}

.admin__form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--text);
}

.admin__form-group input,
.admin__form-group textarea,
.admin__form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 0.95rem;
    color: var(--text);
    background: var(--surface);
    transition: var(--transition);
}

.admin__form-group input:focus,
.admin__form-group textarea:focus,
.admin__form-group select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
}

.admin__form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.admin__form-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

/* Entries list */
.admin__entries {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.admin__entry {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    transition: var(--transition);
}

.admin__entry:hover {
    box-shadow: var(--shadow);
}

.admin__entry-content {
    flex: 1;
}

.admin__entry-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

.admin__entry-meta {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 8px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.admin__entry-type {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 8px;
    border-radius: 4px;
    background: var(--primary-50);
    color: var(--primary);
}

.admin__entry-text {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.admin__entry-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.admin__entry-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--surface);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    transition: var(--transition);
}

.admin__entry-btn:hover {
    color: var(--text);
    background: var(--surface-3);
}

.admin__entry-btn--delete:hover {
    color: #DC2626;
    background: #FEE2E2;
    border-color: #FECACA;
}

/* Templates */
.admin__templates {
    margin-bottom: 32px;
}

.admin__templates-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 14px;
}

.admin__templates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

.admin__template {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    cursor: pointer;
    font-family: var(--font);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text);
    text-align: center;
    transition: var(--transition);
    line-height: 1.3;
}

.admin__template:hover {
    border-color: var(--primary-100);
    background: var(--primary-50);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.admin__template-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
}

.admin__empty {
    text-align: center;
    padding: 60px 24px;
    background: var(--surface);
    border: 2px dashed var(--border);
    border-radius: var(--radius-lg);
    color: var(--text-muted);
}

.admin__empty p {
    margin-top: 8px;
    font-size: 0.9rem;
}

/* ========================================
   LEGAL PAGES
   ======================================== */

.legal-page {
    padding: 140px 0 80px;
}

.legal-page .section__title {
    margin-bottom: 48px;
}

.legal-content {
    max-width: 780px;
}

.legal-content h2 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 12px;
    color: var(--text);
}

.legal-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 8px;
    color: var(--text);
}

.legal-content p {
    color: var(--text-secondary);
    margin-bottom: 12px;
    line-height: 1.8;
}

.legal-content ul {
    margin: 8px 0 16px 24px;
    color: var(--text-secondary);
}

.legal-content li {
    margin-bottom: 4px;
    line-height: 1.7;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
    .about__grid {
        gap: 48px;
    }

    .leistungen__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bewertungen__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bewertungen__grid .bewertung-card:last-child {
        grid-column: span 2;
        max-width: 50%;
        margin: 0 auto;
    }

    .team__qualifications {
        grid-template-columns: 1fr;
    }

    .footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 80px 0;
    }

    .nav__links {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(15, 23, 42, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        z-index: 999;
    }

    .nav__links--open {
        display: flex;
    }

    .nav__links--open .nav__link {
        color: white;
        font-size: 1.3rem;
        padding: 12px 24px;
    }

    .nav__links--open .nav__link--cta {
        margin-left: 0;
        margin-top: 16px;
        padding: 14px 32px;
    }

    .nav__toggle {
        display: flex;
        z-index: 1001;
    }

    .about__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about__visual {
        order: -1;
    }

    .leistungen__grid {
        grid-template-columns: 1fr;
    }

    .team__grid {
        grid-template-columns: 1fr;
    }

    .team__qualifications {
        grid-template-columns: 1fr;
    }

    .bewertungen__grid {
        grid-template-columns: 1fr;
    }

    .bewertungen__grid .bewertung-card:last-child {
        grid-column: span 1;
        max-width: 100%;
    }

    .gutzuwissen__grid {
        grid-template-columns: 1fr;
    }

    .gutzuwissen__card--highlight {
        grid-column: span 1;
    }

    .hinweis-banner {
        flex-direction: column;
        gap: 12px;
    }

    .sprechzeiten__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .kontakt__grid {
        grid-template-columns: 1fr;
    }

    .kontakt__map {
        height: 300px;
    }

    .hero__stats {
        gap: 24px;
    }

    .hero__stat-number {
        font-size: 1.5rem;
    }

    .hero__actions {
        flex-direction: column;
    }

    .btn--lg {
        width: 100%;
        justify-content: center;
    }

    .footer__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .marquee__content {
        font-size: 0.8rem;
    }

    .notfall-bar__center {
        display: none;
    }

    .notfall-bar__inner {
        justify-content: space-between;
    }

    .faq__question {
        padding: 16px 20px;
        font-size: 0.92rem;
    }

    .cookie-banner__content {
        flex-direction: column;
        text-align: center;
    }

    .kontakt__landmarks-grid {
        grid-template-columns: 1fr 1fr;
    }

    .modal {
        padding: 32px 24px;
        border-radius: var(--radius-lg);
    }

    .darkmode-toggle {
        margin-right: 12px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 100px 16px 60px;
    }

    .hero__title {
        font-size: 2rem;
    }

    .hero__subtitle {
        font-size: 1rem;
    }

    .hero__stats {
        flex-direction: column;
        gap: 16px;
    }

    .hero__stat-divider {
        width: 40px;
        height: 1px;
    }

    .sprechzeiten__table td {
        padding: 12px 10px;
        font-size: 0.85rem;
    }

    .hero__badge {
        font-size: 0.75rem;
    }

    .notfall-bar__right {
        display: none;
    }

    .notfall-bar__inner {
        justify-content: center;
    }

    .kontakt__landmarks-grid {
        grid-template-columns: 1fr;
    }
}
