
        /* === 1. GLOBALE PREMIUM SETTINGS === */
        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; scroll-behavior: smooth; }
        body { background: #020613; color: #f0f4f8; min-height: 100vh; overflow-x: hidden; line-height: 1.6; }

        /* --- Lebendige Hintergrund-Animationen --- */
        .bg-glow-1 { position: fixed; width: 700px; height: 700px; background: radial-gradient(circle, rgba(0, 210, 211, 0.15) 0%, rgba(0,0,0,0) 70%); top: -20%; left: -10%; z-index: -1; animation: floatBlob1 25s infinite alternate ease-in-out; }
        .bg-glow-2 { position: fixed; width: 800px; height: 800px; background: radial-gradient(circle, rgba(197, 160, 89, 0.12) 0%, rgba(0,0,0,0) 70%); bottom: -20%; right: -15%; z-index: -1; animation: floatBlob2 30s infinite alternate ease-in-out; }
        @keyframes floatBlob1 { 0% { transform: translate(0px, 0px) scale(1); } 50% { transform: translate(120px, 80px) scale(1.2); } 100% { transform: translate(-60px, 150px) scale(0.9); } }
        @keyframes floatBlob2 { 0% { transform: translate(0px, 0px) scale(1); } 50% { transform: translate(-150px, -100px) scale(1.1); } 100% { transform: translate(50px, 60px) scale(0.8); } }

        /* === 2. NAVIGATION (GLAS-OPTIK) === */
        nav { background: linear-gradient(135deg, rgba(129, 236, 236, 0.95), rgba(0, 210, 211, 0.9)); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 3px solid #c5a059; position: fixed; width: 100%; top: 0; z-index: 1000; padding: 0.5rem 5%; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 10px 40px rgba(0, 210, 211, 0.3); animation: fadeInDown 1s cubic-bezier(0.16, 1, 0.3, 1); }
        .logo-img { height: 130px; width: auto; object-fit: contain; filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.4)); transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); margin-top: 5px; margin-bottom: 5px; cursor: pointer; }
        .logo-img:hover { transform: scale(1.08) rotate(-2deg); }
        .nav-links a { color: #020613; text-decoration: none; margin-left: 2.5rem; font-weight: 800; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; position: relative; padding: 5px 0; cursor: pointer; }
        .nav-links a::after { content: ''; position: absolute; width: 0; height: 3px; bottom: -2px; left: 0; background: #020613; transition: width 0.3s ease; }
        .nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
        .nav-links a:hover { color: #000; transform: translateY(-2px); }

        /* === 3. LAYOUT, CONTAINERS & ENGINE === */
        .container { max-width: 1250px; margin: 0 auto; padding: 17rem 2rem 5rem 2rem; }
        .page-section { display: block; animation: fadeIn 0.5s ease-in-out; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

        /* --- TEXT & HEADINGS --- */
        h1 { font-size: 4rem; font-weight: 900; margin-bottom: 2rem; line-height: 1.1; letter-spacing: -1.5px; text-align: center; }
        h1 span { background: linear-gradient(45deg, #c5a059, #f3e5ab, #00d2d3, #c5a059); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shineText 5s linear infinite; }
        @keyframes shineText { to { background-position: 200% center; } }
        h2 { color: #00d2d3; font-size: 2.8rem; margin-bottom: 1.5rem; font-weight: 900; letter-spacing: -0.5px; }
        h3 { color: #c5a059; font-size: 1.5rem; margin-top: 2rem; margin-bottom: 1rem; border-bottom: 1px solid rgba(197, 160, 89, 0.3); padding-bottom: 0.5rem; }
        p { color: #abc4ff; font-size: 1.2rem; margin-bottom: 1rem; }

        /* --- GLASKARTEN & FEATURES --- */
        .glass-card { backdrop-filter: blur(25px) saturate(160%); -webkit-backdrop-filter: blur(25px) saturate(160%); background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 28px; padding: 4rem; box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5); margin-bottom: 5rem; transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); position: relative; overflow: hidden; display: flex; align-items: center; gap: 4rem; }
        .glass-card-vertical { flex-direction: column; align-items: center; }
        .glass-card.reverse { flex-direction: row-reverse; }
        .glass-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0) 100%); transform: skewX(-25deg); transition: 0.8s; }
        .glass-card:hover::before { left: 125%; }
        .glass-card:hover { transform: translateY(-5px); border-color: rgba(0, 210, 211, 0.5); background: rgba(255, 255, 255, 0.06); box-shadow: 0 35px 70px rgba(0, 210, 211, 0.2); }
        .card-content { flex: 1; }
        .card-body-row { display: flex; align-items: center; gap: 4rem; width: 100%; }
        .feat-img { width: 450px; border-radius: 15px; border: 2px solid #00d2d3; box-shadow: 0 10px 30px rgba(0,0,0,0.5); object-fit: cover; }
        .image-placeholder { border-radius: 20px; border: 2px solid rgba(0, 210, 211, 0.4); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6); overflow: hidden; position: relative; background: rgba(2, 6, 19, 0.6); }
        .image-placeholder img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .glass-card:hover .image-placeholder img { transform: scale(1.05); }

        /* --- BUTTONS & BADGES --- */
        .btn-scroll { background: linear-gradient(45deg, #00d2d3, #c5a059); color: #020613; border: none; padding: 1.4rem 3.5rem; font-size: 1.2rem; font-weight: 900; border-radius: 50px; cursor: pointer; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); text-transform: uppercase; letter-spacing: 1.5px; box-shadow: 0 10px 30px rgba(0, 210, 211, 0.4); text-decoration: none; display: inline-block; }
        .btn-scroll:hover { transform: scale(1.06) translateY(-4px); box-shadow: 0 15px 40px rgba(197, 160, 89, 0.6); color: #000; }
        .badge { background: rgba(0, 210, 211, 0.15); border: 1px solid rgba(0, 210, 211, 0.6); color: #00d2d3; padding: 0.6rem 2rem; border-radius: 50px; font-size: 1rem; font-weight: 800; display: inline-block; margin-bottom: 2.5rem; letter-spacing: 1px; box-shadow: 0 0 25px rgba(0, 210, 211, 0.3); animation: pulseAlarm 2.5s infinite; }
        @keyframes pulseAlarm { 0% { transform: scale(1); box-shadow: 0 0 20px rgba(0, 210, 211, 0.3); } 50% { transform: scale(1.05); box-shadow: 0 0 35px rgba(0, 210, 211, 0.7); } 100% { transform: scale(1); box-shadow: 0 0 20px rgba(0, 210, 211, 0.3); } }

        /* --- STATS, GRIDS & EXPERTEN BOXEN --- */
        .stats-bar { display: flex; justify-content: space-around; flex-wrap: wrap; margin: 6rem 0; text-align: center; border-top: 4px solid #c5a059; }
        .stat-item h3 { font-size: 3.8rem; color: #00d2d3; font-weight: 900; text-shadow: 0 0 20px rgba(0, 210, 211, 0.4); margin-top: 2rem; border-bottom: none; }
        .stat-item p { color: #abc4ff; font-size: 1.15rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 0.5rem; }
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 3rem; margin-top: 3rem; }
        .expert-trio { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 3rem; }
        .trio-box { background: rgba(0, 210, 211, 0.05); border: 1px solid rgba(0, 210, 211, 0.3); border-radius: 20px; padding: 2rem; text-align: center; transition: 0.3s; }
        .trio-box:hover { background: rgba(0, 210, 211, 0.1); transform: translateY(-5px); border-color: #c5a059; }
        .trio-box h3 { color: #f3e5ab; font-size: 1.5rem; margin-bottom: 1rem; border-bottom: none; margin-top: 0; }

        /* --- DER ANALYZER SWITCH-LOGIK --- */
        .analyzer-section { background: rgba(0, 210, 211, 0.02); border: 1px solid rgba(0, 210, 211, 0.25); text-align: center; }
        .analyzer-container { width: 100%; max-width: 1000px; margin: 3rem auto 0 auto; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.7); border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(2, 6, 19, 0.8); }
        .analyzer-desktop { display: block; width: 100%; height: 700px; border: none; }
        .analyzer-mobile { display: none; text-align: center; padding: 2rem; }
        .analyzer-mobile img { width: 100%; max-width: 600px; height: auto; border-radius: 15px; border: 2px solid #00d2d3; margin-bottom: 2rem; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

        /* --- FORMULAR STYLING --- */
        form { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
        input, textarea { background: rgba(2, 6, 19, 0.6); border: 1px solid rgba(0, 210, 211, 0.4); padding: 1.2rem; border-radius: 15px; color: white; width: 100%; text-align: center; font-size: 1.1rem; outline: none; transition: 0.3s; }
        input::placeholder, textarea::placeholder { color: rgba(255, 255, 255, 0.4); }
        input:focus, textarea:focus { border-color: #00d2d3; background: rgba(2, 6, 19, 0.8); box-shadow: 0 0 15px rgba(0, 210, 211, 0.3); }
        form button { background: linear-gradient(45deg, #00d2d3, #c5a059); border: none; padding: 1.4rem; border-radius: 50px; font-size: 1.2rem; font-weight: 900; color: #020613; cursor: pointer; text-transform: uppercase; letter-spacing: 1.5px; transition: 0.3s; box-shadow: 0 10px 30px rgba(0, 210, 211, 0.4); margin-top: 1rem; }
        form button:hover { transform: scale(1.05) translateY(-2px); box-shadow: 0 15px 40px rgba(197, 160, 89, 0.6); color: #000; }
        form button:disabled { opacity: 0.7; cursor: not-allowed; transform: none; box-shadow: none; background: #555; color: #999; }
        #formFeedback { display: none; padding: 2rem 0; animation: fadeInUp 0.8s ease; }

        /* --- SCROLL ANIMATION --- */
        .scroll-reveal { opacity: 0; transform: translateY(50px); transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
        .scroll-reveal.active { opacity: 1; transform: translateY(0); }
        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } }
        @keyframes fadeInUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } }

        /* === 6. DAS RESPONSIVE MEISTERSTÜCK (MOBILE FIRST FIX) === */
        @media (max-width: 992px) {
            nav { padding: 0.5rem 2%; }
            .logo-img { height: 100px; }
            .container { padding-top: 13rem; }
            .glass-card { padding: 2.5rem; gap: 2rem; }
            .feat-img { width: 350px; }
        }

        @media (max-width: 768px) {
            /* Navigation auf dem Handy: Untereinander und kompakt */
            nav { flex-direction: column; padding: 10px; }
            .logo-img { height: 75px; margin-bottom: 10px; }
            .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; width: 100%; }
            .nav-links a { margin: 0; font-size: 0.85rem; }
            
            /* Der feste Mobile-Header ist je nach Displaybreite unterschiedlich hoch.
               Sein gemessener Wert wird per JavaScript in --mobile-nav-height gesetzt. */
            .container {
                padding-top: calc(var(--mobile-nav-height, 205px) + 2.75rem);
                padding-left: 1rem;
                padding-right: 1rem;
            }
            html { scroll-padding-top: calc(var(--mobile-nav-height, 205px) + 1.5rem); }
            h1 { font-size: 2.2rem !important; }
            h2 { font-size: 1.8rem; text-align: center; }
            .glass-card { padding: 1.5rem; }

            /* Text-Fix für lange Links (Rechtliches) */
            p, a { overflow-wrap: break-word; word-wrap: break-word; hyphens: auto; }

            /* Feature-Karten stapeln sich untereinander */
            .glass-card, .card-body-row { flex-direction: column !important; padding: 1.5rem; text-align: center; gap: 1.5rem; margin-bottom: 2.5rem; }
            .feat-img, .image-placeholder { width: 100%; max-width: 100%; height: auto; } 
            .btn-scroll { padding: 1rem 1.5rem; font-size: 1.1rem; width: 100%; text-align: center; }
            
            .stats-bar { flex-direction: column; gap: 2rem; }

            /* ANALYZER SWITCH: iFrame aus, Bild + Button an! */
            .analyzer-desktop { display: none !important; }
            .analyzer-container { background: transparent; border: none; box-shadow: none; }
            .analyzer-mobile { display: block !important; padding: 0; }
        }
    

/* === SEO-/ACCESSIBILITY-/PRODUCTION-ERGÄNZUNGEN === */
:root { --nav-offset: 175px; }
html { scroll-padding-top: var(--nav-offset); }
body { text-rendering: optimizeLegibility; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
    outline: 3px solid #f3e5ab;
    outline-offset: 4px;
}
.skip-link {
    position: fixed; left: 1rem; top: -5rem; z-index: 2000;
    background: #fff; color: #020613; padding: .8rem 1rem;
    border-radius: .6rem; font-weight: 800;
}
.skip-link:focus { top: 1rem; }
.nav-links a[aria-current="page"]::after { width: 100%; }
.nav-links a { display: inline-block; }
.logo-link { line-height: 0; }
.site-footer {
    border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.22);
    padding: 2.5rem 1rem;
    text-align: center;
}
.site-footer p { font-size: 1rem; margin: .35rem 0; }
.site-footer a { color: #00d2d3; }
.form-status { min-height: 1.5rem; margin-top: .75rem; font-weight: 700; }
.form-status.error { color: #ff9b9b; }
.form-status.success { color: #7fffd4; }
.hp-field { position: absolute !important; left: -10000px !important; }
img { max-width: 100%; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}


/* === SEO POWERPACK: SICHTBARE CONTENT- UND LINKSTRUKTUR === */
.breadcrumbs {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding: calc(var(--nav-offset) + 1rem) 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    z-index: 1;
}
.breadcrumbs + .container { padding-top: 3rem; }
.breadcrumbs a, .breadcrumbs span { color: #abc4ff; font-size: .95rem; }
.breadcrumbs a:hover { color: #00d2d3; }
.kicker {
    display: inline-block;
    color: #c5a059;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
    font-size: .9rem;
    margin-bottom: .7rem;
}
.hero-kicker { color: #f3e5ab; font-weight: 800; font-size: 1.1rem; margin-bottom: 1rem; }
.seo-section { margin: 6rem 0; }
.section-heading { max-width: 850px; margin: 0 auto 2.5rem; text-align: center; }
.section-heading p { font-size: 1.15rem; }
.service-grid, .article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}
.service-card, .article-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 2rem;
    border-radius: 22px;
    border: 1px solid rgba(0,210,211,.24);
    background: rgba(255,255,255,.045);
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
    transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.service-card:hover, .article-card:hover {
    transform: translateY(-5px);
    border-color: #c5a059;
    background: rgba(255,255,255,.07);
}
.service-card h3, .article-card h3 {
    border: 0;
    margin: 0 0 .8rem;
    padding: 0;
    color: #f3e5ab;
}
.service-card p, .article-card p { font-size: 1.05rem; }
.text-link {
    margin-top: auto;
    color: #00d2d3;
    font-weight: 900;
    text-decoration: none;
}
.text-link:hover { color: #f3e5ab; }
.icon-bubble {
    width: 3.2rem; height: 3.2rem;
    display: grid; place-items: center;
    border-radius: 50%;
    margin-bottom: 1.2rem;
    background: rgba(0,210,211,.13);
    border: 1px solid rgba(0,210,211,.35);
    font-size: 1.4rem;
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    counter-reset: process;
}
.process-step {
    counter-increment: process;
    padding: 2rem;
    border-radius: 22px;
    background: rgba(2,6,19,.48);
    border: 1px solid rgba(197,160,89,.28);
}
.process-step::before {
    content: counter(process);
    display: grid; place-items: center;
    width: 3rem; height: 3rem;
    border-radius: 50%;
    background: linear-gradient(45deg,#00d2d3,#c5a059);
    color: #020613;
    font-weight: 900;
    margin-bottom: 1rem;
}
.process-step h3 { border: 0; margin: 0 0 .7rem; padding: 0; }
.content-prose { max-width: 930px; margin-left: auto; margin-right: auto; }
.content-prose p, .content-prose li { font-size: 1.12rem; color: #abc4ff; }
.content-prose ul, .content-prose ol { padding-left: 1.4rem; margin: 1rem 0 2rem; }
.content-prose li { margin-bottom: .75rem; }
.content-prose strong { color: #f3e5ab; }
.content-prose a { color: #00d2d3; }
.check-list { list-style: none; padding: 0 !important; }
.check-list li {
    position: relative;
    padding-left: 2rem;
}
.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00d2d3;
    font-weight: 900;
}
.faq-list { max-width: 950px; margin: 0 auto; display: grid; gap: 1rem; }
.faq-item {
    border: 1px solid rgba(0,210,211,.25);
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    overflow: hidden;
}
.faq-item summary {
    cursor: pointer;
    padding: 1.3rem 1.5rem;
    color: #f3e5ab;
    font-size: 1.12rem;
    font-weight: 850;
}
.faq-answer { padding: 0 1.5rem 1.4rem; }
.faq-answer p { margin: 0; font-size: 1.04rem; }
.cta-panel {
    max-width: 980px;
    margin: 5rem auto;
    padding: 3rem;
    text-align: center;
    border-radius: 28px;
    border: 1px solid rgba(197,160,89,.45);
    background: linear-gradient(135deg,rgba(0,210,211,.09),rgba(197,160,89,.09));
    box-shadow: 0 25px 60px rgba(0,0,0,.38);
}
.cta-panel h2 { color: #fff; }
.location-panel {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 2rem;
    align-items: center;
}
.location-facts {
    padding: 2rem;
    border-radius: 22px;
    background: rgba(0,210,211,.06);
    border: 1px solid rgba(0,210,211,.24);
}
.article-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    color: #8ba7d8;
    margin: -1rem 0 2.5rem;
}
.related-links {
    padding: 2rem;
    border-radius: 22px;
    border: 1px solid rgba(197,160,89,.25);
    background: rgba(255,255,255,.035);
}
.related-links h2 { font-size: 1.8rem; }
.related-links a { color: #00d2d3; font-weight: 800; }
.site-footer {
    padding: 4rem max(1rem,5vw) 1.5rem;
    text-align: left;
}
.footer-grid {
    max-width: 1250px;
    margin: 0 auto 2.5rem;
    display: grid;
    grid-template-columns: 1.35fr repeat(3,1fr);
    gap: 2rem;
}
.footer-grid h2 { font-size: 1.15rem; color: #f3e5ab; margin-bottom: 1rem; }
.footer-grid p, .footer-grid a { font-size: .98rem; }
.footer-grid a { display: block; margin: .55rem 0; text-decoration: none; }
.footer-grid a:hover { color: #f3e5ab; }
.footer-bottom {
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 1.4rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.08);
}
.footer-bottom p { margin: 0; font-size: .92rem; }
@media (max-width: 900px) {
    .process-grid, .location-panel, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .breadcrumbs { padding: calc(var(--mobile-nav-height,205px) + 1.5rem) 1rem 0; }
    .breadcrumbs + .container { padding-top: 2rem; }
    .seo-section { margin: 4rem 0; }
    .cta-panel { padding: 2rem 1.3rem; }
    .service-card, .article-card, .process-step { text-align: left; }
}
