/* Smooth Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #07090E;
}
::-webkit-scrollbar-thumb {
    background: #1F2937;
    border-radius: 5px;
    border: 2px solid #07090E;
}
::-webkit-scrollbar-thumb:hover {
    background: #C5A47E;
}

/* Glassmorphism Classes */
.glass-premium {
    background: rgba(15, 19, 28, 0.7);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.glass-light {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

/* Ambient Orbs */
.ambient-orb {
    filter: blur(140px);
    pointer-events: none;
    position: absolute;
    border-radius: 50%;
}

/* Custom Reveal Animation Styles */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-on-scroll.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Custom Hover Zoom */
.hover-lift {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px -15px rgba(7, 9, 14, 0.15);
}

/* Executive Input Styling */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.1);
    height: 6px;
    border-radius: 3px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #C5A47E;
    cursor: pointer;
    border: 2px solid #07090E;
    transition: transform 0.2s;
}
input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.3);
    background: #D4AF37;
}

/* Container-Stil für den Header */
.header-glass-container {
    background: rgba(15, 19, 28, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
}

/* Interaktive Nav-Links */
.nav-link {
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: #C5A47E; /* amberbronze */
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: #FBFBFD; /* alabaster */
}

.nav-link:hover::after {
    width: 100%;
}

/* Premium Button Styling */
.cta-button-premium {
    background: linear-gradient(135deg, #C5A47E 0%, #D4AF37 100%);
    color: #07090E;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.8rem 1.75rem;
    border-radius: 9999px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(197, 164, 126, 0.2);
}

.cta-button-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    filter: brightness(1.1);
}

/* Ambient Orbs Positionierung & Design */
.orb-top-right {
    width: 600px;
    height: 600px;
    background: rgba(197, 164, 126, 0.1); /* amberbronze */
    top: -200px;
    right: -100px;
}

.orb-bottom-left {
    width: 500px;
    height: 500px;
    background: rgba(217, 119, 6, 0.05); /* warmcopper */
    bottom: -100px;
    left: -150px;
}

/* Hero CTAs */
.hero-cta-primary {
    background: #C5A47E;
    color: #07090E;
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 1.25rem 2rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgba(197, 164, 126, 0.2);
}

.hero-cta-primary:hover {
    background: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 0 20px 45px rgba(212, 175, 55, 0.3);
}

.hero-cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 1.25rem 2rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-cta-secondary:hover {
    border-color: #C5A47E;
    color: #C5A47E;
}

/* Proof Cards im rechten Panel */
.proof-card {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
}

.proof-card-label {
    font-size: 0.75rem;
    color: #9CA3AF; /* gray-400 */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.25rem;
}

.proof-card-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.875rem; /* text-3xl */
    color: #C5A47E;
}

.proof-card-sub {
    font-size: 10px;
    color: #6B7280; /* gray-500 */
    margin-top: 0.25rem;
}

/* Saubere Verzögerung der Panel-Animation */
.hero-panel-delay {
    animation-delay: 0.3s;
}

/* Trust Bar Grid */
.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1rem;
}

/* Ab mittleren Bildschirmen (md) auf 4 Spalten wechseln */
@media (min-width: 768px) {
    .trust-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem;
    }
}

/* Flexbox für die einzelnen Boxen */
.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Smarte Trennlinien-Logik per CSS */
@media (min-width: 768px) {
    .trust-item:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.05);
    }
}
@media (max-width: 767px) {
    /* Auf Mobile teilen wir links und rechts optisch durch die ungeraden Elemente */
    .trust-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.05);
    }
}

/* Typografie der Trust Bar */
.trust-number {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.875rem; /* Standard Mobile */
    color: #C5A47E; /* amberbronze */
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .trust-number {
        font-size: 2.25rem; /* md:text-4xl */
    }
}

.trust-label {
    display: block;
    font-size: 9px;
    letter-spacing: 0.2em;
    color: #6B7280; /* gray-500 */
    text-transform: uppercase;
    margin-top: 0.25rem;
}

/* Spezifisches Styling für Slider im hellen Rechnerbereich */
input[type="range"].calculator-slider {
    -webkit-appearance: none;
    appearance: none;
    background: rgba(7, 9, 14, 0.08); /* Dunklere Schiene auf hellem Grund */
    height: 6px;
    border-radius: 3px;
}

input[type="range"].calculator-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #C5A47E;
    border: 2px solid #FFFFFF; /* Weißer Rand für Premium-Look */
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(7, 9, 14, 0.15);
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s;
}

input[type="range"].calculator-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    background: #D4AF37;
}

/* Status-Buttons im Rechner */
.calc-status-btn {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    border: 2px solid #E5E7EB; /* border-gray-200 */
    color: #6B7280; /* text-gray-500 */
    background: #FFFFFF;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.calc-status-btn:hover {
    border-color: #C5A47E;
    color: #07090E;
}

.calc-status-btn.active {
    border-color: #C5A47E;
    background: rgba(197, 164, 126, 0.05);
    color: #07090E;
}

/* Hauptklasse für die Boutique-Leistungskarten */
.boutique-card {
    background-color: #FBFBFD; /* alabaster */
    border-radius: 2rem; /* premium */
    padding: 2.5rem;
    border: 1px solid #F3F4F6; /* softplatinum / feiner Kontrast */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px; /* Besser als feste Höhen: Erlaubt Wachstum bei viel Text */
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s;
}

.boutique-card:hover {
    transform: translateY(-8px);
    border-color: rgba(197, 164, 126, 0.3); /* Sanfter Goldhauch beim Hover */
    box-shadow: 0 30px 60px -15px rgba(7, 9, 14, 0.08);
}

/* Obere Inhaltseinheit */
.boutique-card-content {
    margin-bottom: 2rem;
}

/* Stilvoller Icon-Hintergrund */
.boutique-card-icon-wrapper {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(197, 164, 126, 0.1); /* amberbronze/10 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

/* Die Aktion-Links am Fuß der Karte */
.boutique-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem; /* text-xs */
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #07090E; /* obsidian */
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.boutique-card-link:hover {
    color: #C5A47E; /* amberbronze */
}

/* Positionierung des leuchtenden Hintergrund-Orbs */
.orb-strategy-position {
    width: 500px;
    height: 500px;
    background-color: rgba(197, 164, 126, 0.05); /* amberbronze/5 */
    top: 10%;
    left: 5%;
}

/* Der visuelle Zeitstrahl-Container */
.strategy-timeline {
    position: relative;
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 2.5rem; /* Gleichmäßiger Abstand zwischen den Events */
}

/* Ein einzelnes Ereignis auf der Timeline */
.timeline-event {
    position: relative;
}

/* Gemeinsame Basis für die runden Timeline-Markierungen */
.timeline-badge {
    position: absolute;
    /* Zentriert den Kreis mathematisch exakt auf der linken Linie */
    left: calc(-2rem - 11px); 
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

/* Farbvarianten der Badges */
.timeline-badge.badge-gold {
    background-color: #C5A47E; /* amberbronze */
    color: #07090E; /* obsidian */
}

.timeline-badge.badge-alert {
    background-color: #D97706; /* warmcopper */
    color: #FFFFFF;
    box-shadow: 0 0 15px rgba(219, 119, 6, 0.4);
}

/* Haupt-Container der Case-Cards */
.case-card {
    background-color: #FFFFFF;
    border-radius: 2rem; /* rounded-premium */
    padding: 2.5rem;
    border: 1px solid #F3F4F6; /* softplatinum */
    box-shadow: 0 4px 6px -1px rgba(7, 9, 14, 0.02), 0 2px 4px -1px rgba(7, 9, 14, 0.01);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -15px rgba(7, 9, 14, 0.05);
}

/* Oberer Inhaltsbereich */
.case-card-body {
    margin-bottom: 2rem;
}

/* Zielgruppen-Badge innerhalb der Karte */
.case-card-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #C5A47E; /* amberbronze */
    text-transform: uppercase;
    background-color: rgba(197, 164, 126, 0.1); /* amberbronze/10 */
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
}

/* Fußzeile mit Trennlinie */
.case-card-footer {
    border-top: 1px solid #F3F4F6;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

/* Kleingedrucktes Label über dem Geldbetrag */
.case-card-footer-label {
    display: block;
    font-size: 10px;
    color: #9CA3AF; /* text-gray-400 */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.25rem;
}

/* Große Preisanzeige (Abfindungssumme) */
.case-card-price {
    display: block;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.875rem; /* text-3xl */
    color: #C5A47E; /* amberbronze */
    font-weight: 700;
    line-height: 1;
}

/* Platzierung des Hintergrund-Lichteffekts */
.orb-funnel-position {
    width: 600px;
    height: 600px;
    background-color: rgba(197, 164, 126, 0.05); /* amberbronze/5 */
    bottom: -10%;
    right: -10%;
}

/* Auswahl-Kacheln im Formular */
.funnel-choice-box {
    padding: 1.25rem;
    border-radius: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    background-color: rgba(255, 255, 255, 0.02);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.funnel-choice-box:hover {
    border-color: #C5A47E; /* amberbronze */
    background-color: rgba(255, 255, 255, 0.05);
}

/* Aktiver/Ausgewählter Button-Zustand */
.funnel-btn-active {
    border-color: #C5A47E !important;
    background-color: rgba(197, 164, 126, 0.1) !important;
    box-shadow: 0 0 15px rgba(197, 164, 126, 0.1);
}

/* Darkmode-Invertierung für das Kalender-Icon nativer HTML-Inputs */
.custom-date-input::-webkit-calendar-picker-indicator {
    filter: invert(1) sepia(50%) saturate(30%) hue-rotate(5deg);
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.custom-date-input::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

/* Premium Footer Link-Interaktionen */
.footer-link {
    color: #9CA3AF; /* text-gray-400 */
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1), padding-left 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-block;
}

.footer-link:hover {
    color: #C5A47E; /* amberbronze */
    padding-left: 2px; /* Minimaler, edler Einrück-Effekt beim Hovern */
}

/* Fokus-Zustand für Tastatur-Navigation (Barrierefreiheit) */
.footer-link:focus-visible {
    outline: 1px dashed #C5A47E;
    outline-offset: 4px;
    color: #C5A47E;
}

::-webkit-scrollbar { width: 10px; }
        ::-webkit-scrollbar-track { background: #07090E; }
        ::-webkit-scrollbar-thumb { background: #1F2937; border-radius: 5px; border: 2px solid #07090E; }
        ::-webkit-scrollbar-thumb:hover { background: #C5A47E; }

        .glass-premium {
            background: rgba(15, 19, 28, 0.7);
            backdrop-filter: blur(25px);
            -webkit-backdrop-filter: blur(25px);
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        .header-glass-container {
            background: rgba(15, 19, 28, 0.75);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
        }

        #intro-overlay {
            position: fixed;
            top: 0; left: 0;
            width: 100vw; height: 100vh;
            background-color: #07090E;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 1.2s ease-in-out, visibility 1.2s ease-in-out;
        }
        #intro-overlay.hidden { opacity: 0; visibility: hidden; }

        .skyline-svg {
            width: 400px;
            max-width: 80%;
            height: auto;
            margin-bottom: 3rem;
        }

        .skyline-path {
            fill: transparent;
            stroke: #C5A47E; 
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 2000;
            stroke-dashoffset: 2000;
            animation: draw 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

        @keyframes draw { to { stroke-dashoffset: 0; } }
        #enter-btn {
            opacity: 1; /* Von 0 auf 1 geändert */
            transform: translateY(0); /* Von 20px auf 0 geändert, damit er nicht verschoben ist */
            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            background: transparent;
            border: 1px solid #C5A47E;
            color: #C5A47E;
            padding: 0.8rem 2.5rem;
            border-radius: 9999px;
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            cursor: pointer;
        }

        #enter-btn.visible { opacity: 1; transform: translateY(0); }
        #enter-btn:hover { background: #C5A47E; color: #07090E; }

        #main-wrapper { opacity: 0; transition: opacity 1s ease-in-out; }
        body.loaded #main-wrapper { opacity: 1; }
        .kanzlei-title {
    color: #C5A47E;
    font-size: 2.25rem; /* Schön groß und elegant */
    font-weight: 300; /* Leicht und edel */
    text-transform: uppercase;
    letter-spacing: 0.25em; /* Viel Abstand zwischen den Buchstaben wirkt luxuriös */
    margin-bottom: 1.5rem;
    text-align: center;
    
    /* Animation: Blendet sich sanft ein (Dauer: 2 Sekunden) */
    opacity: 0;
    animation: fadeInText 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 0.5s; /* Wartet kurz, bis die Skyline anfängt sich zu zeichnen */
}

/* Keyframe für das Einblenden des Namens */
@keyframes fadeInText {
    to {
        opacity: 1;
    }
}

/* Optimierung für kleinere Bildschirme (Mobile) */
@media (max-width: 640px) {
    .kanzlei-title {
        font-size: 1.5rem;
        letter-spacing: 0.15em;
        margin-bottom: 1rem;
    }
}

/* Cookie Banner States & Animations */
#cookie-banner.cookie-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

/* Custom Checkbox Styling, passend zur Kanzlei-Ästhethetik */
.accent-amberbronze {
    accent-color: #C5A47E;
}

#cookie-settings::-webkit-scrollbar {
    width: 4px;
}

/* --- COOKIE BANNER PREMIUM STYLING --- */

.cookie-banner-luxury {
    position: fixed;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 100000; /* Höher als das Intro-Overlay (9999) */
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 768px) {
    .cookie-banner-luxury {
        left: auto;
        max-width: 400px;
        width: 400px;
    }
}

/* Sichtbarer Zustand */
.cookie-banner-luxury.cookie-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

/* Abrundung passend zu deiner Website */
.rounded-super-banner {
    border-radius: 2rem;
}

/* Innerer Lichteffekt */
.cookie-ambient-glow {
    position: absolute;
    top: -96px;
    right: -96px;
    width: 192px;
    height: 192px;
    background: rgba(197, 164, 126, 0.1);
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
}

/* Flex-Layouts */
.cookie-header-flex {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.cookie-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #C5A47E;
}

.cookie-mini-label {
    font-size: 10px;
    font-weight: 700;
    color: #C5A47E;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

/* Akkordeon */
.cookie-settings-collapsed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 16px;
}

.cookie-settings-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.cookie-choice-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.cookie-checkbox {
    accent-color: #C5A47E;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    cursor: pointer;
}

/* Buttons */
.cookie-btn-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

.cookie-btn-pri {
    background: #C5A47E;
    color: #07090E;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 10px 20px rgba(197, 164, 126, 0.1);
}

.cookie-btn-pri:hover {
    background: #D4AF37;
}

.cookie-btn-sec {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-btn-sec:hover {
    border-color: #C5A47E;
    color: #C5A47E;
}

.cookie-btn-text {
    background: transparent;
    border: none;
    color: #6B7280;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    padding: 4px;
    transition: color 0.3s;
}

.cookie-btn-text:hover {
    color: #FFFFFF;
}

.article-teaser-zone {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.article-teaser-zone.is-open {
    /* 5000px deckt fast alle Anwendungsfälle ab; 
       der Browser animiert nur bis zur tatsächlichen Höhe */
    max-height: 8000px; 
}

/* Styling für den ausgewählten Zustand im Funnel */
.funnel-btn-active {
    border-color: #bba15c !important; /* Premium Gold/Bronze */
    background-color: rgba(187, 161, 92, 0.1) !important; /* Leichter Gold-Schimmer */
    box-shadow: 0 0 15px rgba(187, 161, 92, 0.2);
}

/* --- FIX FÜR STRATEGIE SEKTION --- */

/* Verhindert das horizontale Ausbrechen auf Mobile */
#strategie {
    overflow-x: hidden;
}

/* Luxury Card Responsive Fix */
.bg-luxurygray {
    background-color: #0d1016; /* Definiertes Luxury-Gray */
    width: 100%;
    height: auto; /* Dynamische Höhe statt starr */
}

/* Timeline-Fix für bessere Responsivität */
.strategy-timeline {
    position: relative;
    padding-left: 1.5rem; /* Etwas weniger als 2rem für mobile */
    border-left: 1px solid rgba(197, 164, 126, 0.3);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.timeline-badge {
    position: absolute;
    left: -11px; /* Zentriert exakt auf der Linie */
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    background-color: #C5A47E;
    color: #05070c;
}

.badge-alert {
    background-color: #D97706 !important;
    color: white !important;
    animation: pulse 2s infinite;
}

/* Orb Korrektur: Orb darf kein Layout-Raum einnehmen */
.ambient-orb.orb-strategy-position {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0;
    right: 0;
    background: radial-gradient(circle, rgba(197, 164, 126, 0.08) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}