﻿        :root{--primary-color:#c00000;--primary-color-darker:#a00000;--secondary-color:#222;--background-color:#fff;--light-gray-bg:#f7f7f7;--text-color:#333;--light-text-color:#fff;--transition-speed:0.4s;--cta-height:56px}

        /* Accessibility: globales Reduce-Motion override (a11y/WCAG 2.3.3) */
        @media (prefers-reduced-motion: reduce){
            *,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}
            html{scroll-behavior:auto!important}
            .scroll-orb,.cursor-glow,.particle,.particles{display:none!important}
        }

        html{scroll-behavior:smooth}
        body{margin:0;padding:0;font-family:'Roboto',sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.7;overflow-x:hidden;max-width:100vw}
        /* Font-display fallback for slow connections */
        @font-face{font-family:'Poppins';font-display:swap;src:local('Poppins')}
        @font-face{font-family:'Roboto';font-display:swap;src:local('Roboto')}
        @font-face{font-family:'Oswald';font-display:swap;src:local('Oswald')}
        body.modal-open{overflow:hidden;touch-action:none;height:100vh}
        .container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}
        /* === NEUER GLAS-STYLE - ROT & PRÄGNANT === */
        .glass-btn-red {
            background: linear-gradient(135deg, #c00000 0%, #a00000 100%) !important;
            backdrop-filter: blur(12px) saturate(120%);
            -webkit-backdrop-filter: blur(12px) saturate(120%);
            border: 2px solid rgba(255, 255, 255, 0.3) !important;
            color: #fff !important;
            font-family: 'Oswald', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 14px 32px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.4s ease;
            box-shadow: 0 8px 30px rgba(192, 0, 0, 0.5), inset 0 1px 0 rgba(255,255,255,0.3);
            text-decoration: none;
            display: inline-block;
            line-height: 1.5;
        }
        .glass-btn-red:hover {
            background: linear-gradient(135deg, #e00000 0%, #c00000 100%) !important;
            border-color: rgba(255, 255, 255, 0.5) !important;
            box-shadow: 0 12px 40px rgba(192, 0, 0, 0.7), inset 0 1px 0 rgba(255,255,255,0.4);
            transform: translateY(-3px) scale(1.05);
        }
        /* Premium: freundlicher, eleganter Blau-CTA */
        .glass-btn-blue {
            background: linear-gradient(135deg, #2b7bff 0%, #1f4fd6 100%) !important;
            border: 2px solid rgba(255, 255, 255, 0.35) !important;
            box-shadow: 0 10px 30px rgba(31, 79, 214, 0.35), inset 0 1px 0 rgba(255,255,255,0.35);
        }
        .glass-btn-blue:hover {
            background: linear-gradient(135deg, #3a8bff 0%, #2b66f0 100%) !important;
            border-color: rgba(255, 255, 255, 0.55) !important;
            box-shadow: 0 14px 40px rgba(31, 79, 214, 0.45), inset 0 1px 0 rgba(255,255,255,0.4);
            transform: translateY(-2px) scale(1.03);
        }
        /* Header: Fallstatus dezenter & kleiner */
        .top-status-btn {
            padding: 8px 18px !important;
            font-size: 0.82rem;
            letter-spacing: 1px;
            border-width: 1px !important;
            box-shadow: 0 6px 18px rgba(192, 0, 0, 0.25) !important;
        }
        .top-status-btn:hover {
            transform: translateY(-1px) scale(1.02) !important;
        }
        /* HEADER SCROLL LOGIC */
        header{background:rgba(22,22,23,.68);backdrop-filter:blur(20px) saturate(180%);padding:2px 0;position:fixed;width:calc(100% - 16px);left:8px;right:8px;top:8px;z-index:1200;box-shadow:0 8px 32px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1), background-color .4s ease; transform: translateY(0);}
        header.scrolled{background:rgba(22,22,23,.82);backdrop-filter:blur(15px) saturate(180%)}
        header.header-hidden { transform: translateY(-150%); }
        nav{display:flex;justify-content:space-between;align-items:center}
        .nav-left{display:flex;align-items:center;gap:25px}
        .logo{display:inline-flex;flex-direction:column;text-decoration:none;transition:transform .3s}
        .logo:hover{transform:scale(1.03)}
        .logo img{height:28px}
        .logo-subtitle{font-size:.85rem;margin-top:-12px;font-family:'Oswald',sans-serif;font-weight:600;letter-spacing:.5px;color:#f5f5f7;text-shadow:0 1px 5px rgba(0,0,0,.2)}
        .report-damage-btn{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-color-darker) 100%);color:var(--light-text-color);border:none;padding:9px 18px;border-radius:8px;font-family:'Oswald',sans-serif;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(192,0,0,.2)}
        .report-damage-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 25px rgba(192,0,0,.4)}
        .nav-links,header .report-damage-btn{display:none}
        .mobile-nav-toggle{display:block;z-index:1200;position:relative;background:0 0;border:none;cursor:pointer}
        .hamburger-icon{width:30px;height:21px;display:flex;flex-direction:column;justify-content:space-between}
        .hamburger-icon span{display:block;height:3px;width:100%;background:#f5f5f7;border-radius:3px;transition:all .3s}
        body.nav-active .hamburger-icon span{background:#f5f5f7}
        body.nav-active .hamburger-icon span:first-child{transform:translateY(9px) rotate(45deg)}
        body.nav-active .hamburger-icon span:nth-child(2){opacity:0}
        body.nav-active .hamburger-icon span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
        /* === OPTIMIZED & ANIMATED MOBILE MENU === */
        .mobile-menu {
            display: block;
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100vh;
            height: 100dvh;
            /* Modernes Glas-Design */
            background: rgba(10, 10, 10, 0.96);
            backdrop-filter: blur(25px) saturate(180%);
            list-style: none;
            margin: 0;
            padding: 90px 20px 30px 20px; /* Oben Platz für Header lassen */
            box-sizing: border-box;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: scale(1.05); /* Leichter Zoom beim Öffnen */
            transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s;
            z-index: 1100;
            overflow-y: scroll; /* Immer scrollbar */
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch; /* Smooth scrolling auf iOS */
            overscroll-behavior: contain;
        }
        body.nav-active .mobile-menu {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: scale(1);
        }
        .mobile-menu li {
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
            text-align: center;
            opacity: 0;
            transform: translateY(20px);
            /* Stagger Animation */
            transition: opacity 0.4s ease, transform 0.4s ease;
        }
        /* Wenn Menü offen ist, animieren die Items rein */
        body.nav-active .mobile-menu li {
            opacity: 1;
            transform: translateY(0);
        }
        /* Delays für den Wasserfall-Effekt */
        body.nav-active .mobile-menu li:nth-child(1) { transition-delay: 0.1s; }
        body.nav-active .mobile-menu li:nth-child(2) { transition-delay: 0.15s; }
        body.nav-active .mobile-menu li:nth-child(3) { transition-delay: 0.2s; }
        body.nav-active .mobile-menu li:nth-child(4) { transition-delay: 0.25s; }
        body.nav-active .mobile-menu li:nth-child(5) { transition-delay: 0.3s; }
        body.nav-active .mobile-menu li:nth-child(6) { transition-delay: 0.35s; }
        body.nav-active .mobile-menu li:nth-child(7) { transition-delay: 0.4s; }
        body.nav-active .mobile-menu li:nth-child(8) { transition-delay: 0.45s; }
        body.nav-active .mobile-menu li:nth-child(9) { transition-delay: 0.5s; }
        body.nav-active .mobile-menu li:nth-child(10) { transition-delay: 0.55s; }
        body.nav-active .mobile-menu li:nth-child(11) { transition-delay: 0.6s; }
        .mobile-menu a, .mobile-menu button {
            display: block;
            padding: 3px 0; /* Sehr kompakt */
            text-decoration: none;
            color: #e0e0e0;
            font-family: 'Oswald',sans-serif;
            /* Dynamische Schriftgröße: Passt sich der Höhe an */
            font-size: clamp(20px, 4vh, 26px);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            position: relative;
            background: 0 0;
            border: none;
            text-align: center;
            width: 100%;
            cursor: pointer;
            transition: all 0.3s;
        }
        /* Cooler Hover Effekt im Menü */
        .mobile-menu a:hover {
            color: var(--primary-color);
            transform: scale(1.05);
            text-shadow: 0 0 20px rgba(192, 0, 0, 0.6);
        }
        .mobile-menu .nav-category {
            color: #666;
            font-size: 0.7rem; 
            font-family: 'Roboto',sans-serif;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 2px;
            padding: 0;
            text-align: center;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            display: inline-block;
            padding-bottom: 2px;
            margin-top: 10px;
        }
        .mobile-menu .nav-divider {
            height: 1px;
            width: 30px; /* Sehr dezenter Trenner */
            background: rgba(255,255,255,0.1);
            margin: 5px auto;
        }
        .mobile-menu .nav-actions {
            display: flex;
            gap: 10px;
            margin-top: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }
        .mobile-menu .mobile-action-btn {
            font-size: 0.85rem;
            padding: 10px 24px;
            border: 1px solid var(--primary-color);
            border-radius: 50px;
            color: var(--primary-color);
            width: auto;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s;
        }
        .mobile-menu .mobile-action-btn:hover {
            background-color: var(--primary-color);
            color: #fff;
            box-shadow: 0 0 20px rgba(192,0,0,0.4);
        }
        .mobile-menu .mobile-login-btn {
            color: #fff;
            border-color: rgba(255,255,255,0.2);
        }
        .mobile-menu .mobile-login-btn:hover {
            background-color: #fff;
            color: #111;
        }
        #install-container { margin-top: 15px; text-align: center; }
        #install-app-btn { font-size: 0.8rem; color: #666; font-weight: 300; }
        body.nav-active{overflow:hidden;height:100vh;position:fixed;width:100%}
        /* === OPTIMIERTER HERO BEREICH (CINEMA STYLE) === */
        .hero {
            position:relative;
            display:flex;
            flex-direction:column;
            justify-content:center;
            align-items:center;
            height: 100dvh; 
            min-height: 550px; 
            max-height: 1000px;
            color:#fff;
            text-align:center;
            overflow:hidden;
            box-sizing:border-box;
            padding-top: 60px;
            padding-bottom: 20px;
        }
        .hero-content{
            position:relative;
            z-index:2;
            max-width:1000px;
            width:100%;
            margin:0 auto;
            padding:0 20px;
            box-sizing:border-box;
            display:flex;
            flex-direction:column;
            gap:1rem;
            /* Zentrierung für absolut positionierte Intro-Texte */
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        @keyframes slowZoom{0%{transform:scale(1)}100%{transform:scale(1.1)}}
        .hero::before,.hero::after{content:"";position:absolute;inset:0;background-size:cover;background-position:center;animation:slowZoom 20s infinite alternate ease-in-out;z-index:0;transition:opacity 1.5s ease-in-out}
        .hero::before{background-image:url(HeaderBild.webp);opacity:1}
        .hero::after{background-image:url(hero169.webp);opacity:0}
        .hero.bg-changed::before{opacity:0}
        .hero.bg-changed::after{opacity:1}
        .hero.bg-changed .hero__final{
            color:#111;
            text-shadow:0 2px 10px rgba(0,0,0,0.2);
        }
        .hero.bg-changed .hero__sub{
            color:#222;
            text-shadow:0 1px 6px rgba(0,0,0,0.2);
        }
        /* CINEMATIC ANIMATIONS */
        /* Text startet unsichtbar, leicht vergrößert und unscharf */
        .cinematic-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            filter: blur(15px);
            transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
            width: 100%;
            pointer-events: none;
            font-family: 'Poppins', sans-serif;
        }
        #intro-1,
        #intro-2 {
            color: #2f2f2f;
            text-shadow: 0 3px 18px rgba(255,255,255,0.55);
        }
        /* Zustand: Sichtbar (Scharf, Normalgröße) */
        .cinematic-text.show {
            opacity: 1;
            filter: blur(0px);
            transform: translate(-50%, -50%);
        }
        /* Zustand: Wegblenden (Leicht verkleinert, wieder unscharf) */
        .cinematic-text.hide {
            opacity: 0;
            filter: blur(20px);
            transform: translate(-50%, -50%);
        }
        /* Finaler Content (Nicht absolut, damit Layout passt) */
        .hero-final-content {
            /* WICHTIG: Weiter nach unten verschoben */
            margin-top: 15vh; 
            display: none; 
            flex-direction: column;
            align-items: center;
            width: 100%;
        }
        .hero-final-content.show-final-wrapper {
            display: flex;
        }
        /* Einzelne Elemente für die Sequenz-Animation */
        .hero-anim-item {
            opacity: 0;
            transform: translateY(30px);
            filter: blur(5px);
            transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
        }
        .hero-anim-item.visible {
            opacity: 1;
            transform: translateY(0);
            filter: blur(0);
        }
        .hero__unfall,.hero__frage1,.hero__wirschon{font-family:'Oswald',sans-serif;font-weight:600;letter-spacing:.5px; line-height: 1.25; margin: 0;}
        .hero__unfall{font-size:clamp(2.1rem, 6vw, 4.8rem);text-transform:uppercase;text-shadow:0 3px 20px rgba(0,0,0,0.8); }
        .hero__frage1{font-size:clamp(1.35rem, 3.5vw, 2.6rem);text-shadow:0 2px 15px rgba(0,0,0,0.8)}
        .hero__wirschon{font-size:clamp(1.7rem, 4.4vw, 3rem);text-shadow:0 2px 15px rgba(0,0,0,0.8); color: var(--primary-color);}
        .hero__final{font-family:'Poppins',sans-serif;font-size:clamp(1.7rem, 5vw, 3.4rem);font-weight:600;letter-spacing:.4px;margin-top:0;text-shadow:0 3px 20px rgba(0,0,0,0.8); line-height: 1.25; margin-bottom: 5px;}
        .hero__sub{
            font-family: 'Poppins', sans-serif;
            font-size:clamp(0.95rem, 1.6vw, 1.25rem);
            color:#f0f0f0;
            max-width:800px;
            margin: 10px auto;
            font-weight:300;
            text-shadow:0 2px 10px rgba(0,0,0,.6);
            line-height: 1.5;
        }
        #hero-cta{margin-top:20px}
        .cta-button{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-color-darker) 100%);color:#fff;border:2px solid transparent;padding:16px 40px;border-radius:50px;font-family:'Oswald',sans-serif;font-size:1.15rem;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:all .4s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(192,0,0,.3)}
        .cta-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}
        .cta-button:hover::before{left:100%}
        .cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 40px rgba(192,0,0,.5)}
        /* Adjusted Stamp Position - DEUTLICH HÖHER */
        .hero-stamp{
            position:absolute;
            top: 5%; 
            left: 50%;
            width:100%;
            max-width:125px; 
            opacity:0;
            transform:translate(-50%, 0) scale(3) rotate(45deg); 
            transition:all .8s cubic-bezier(.175,.885,.32,1.275);
            z-index: 0;
            pointer-events:none;
            filter:drop-shadow(0 5px 15px rgba(0,0,0,.3));
        }
        .hero-stamp.show{
            opacity:0.9; 
            transform:translate(-50%, 0) scale(1) rotate(0deg);
        }
        @media (max-width: 768px) {
            .hero::before{
                background-image:url(HeaderBild.webp) !important;
                animation: none !important;
                transition: opacity 1.2s ease-in-out;
                transform: none !important;
                background-size: cover !important;
                background-position: center !important;
            }
            .cinematic-text {
                top: 28%;
            }
            .hero::after{
                content:"";
                position:absolute;
                inset:0;
                background-image:url(heromobil.webp);
                background-size: cover;
                background-position: center;
                opacity:0;
                transition: opacity 1.2s ease-in-out;
                z-index:0;
            }
            .hero.bg-changed::before{opacity:0;}
            .hero.bg-changed::after{opacity:1;}
        }
        @media (min-width: 769px) {
            .cinematic-text {
                top: 30%;
            }
            #intro-1,
            #intro-2 {
                font-size: clamp(1.7rem, 5vw, 3.4rem);
                font-weight: 600;
                letter-spacing: 0.4px;
            }
            .hero-stamp {
                max-width: 195px;
            }
            .section-map {
                position: relative !important;
                top: auto !important;
            }
        }
        /* === SUBTLE AI NOTE (Hero) === */
        .ai-note {
            font-size: 0.65rem; 
            color: rgba(255, 255, 255, 0.5); 
            margin-top: 15px;
            max-width: 420px;
            margin-left: auto;
            margin-right: auto;
            padding: 5px 10px;
            border-radius: 999px;
            background: rgba(0,0,0,0.3);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            line-height: 1.3;
            text-shadow: none;
            transition: opacity 0.3s;
        }
        .ai-note:hover { opacity: 1; color: #fff; }
        .ai-note a{color:rgba(255,255,255,0.8); text-decoration:underline}
        .ai-note a:hover{text-decoration:none; color: #fff;}
        .ai-note::before{content:"⚙️";flex-shrink:0; font-size: 0.7rem; opacity: 0.7;}
        .mobile-usp-bar {
            background: rgba(22, 22, 23, 0.85); 
            backdrop-filter: blur(15px); 
            border-bottom: 1px solid rgba(255,255,255,0.1); 
            padding: 15px 0; 
            margin-top: -20px; 
            position: relative; 
            z-index: 10;
        }
        .usp-row { display: flex; justify-content: space-around; max-width: 1200px; margin: 0 auto; }
        .usp-icon-item { text-align: center; color: #fff; font-size: 0.8rem; display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .usp-icon-item span { font-size: 1.2rem; }
        .usp-icon-item strong { font-family: 'Oswald'; color: var(--primary-color); display: block; }
        @media(min-width:769px) { .mobile-usp-bar { display: none; } }
        /* === IMPROVED PARALLAX === */
        .parallax-bg{
            position:absolute;
            inset:0;
            z-index: 0; /* Ensure it's behind content but visible */
            background-size:cover;
            background-position:center;
            background-attachment:fixed; /* The key to the moving effect */
            background-repeat:no-repeat;
            min-height:100%;
            min-width:100%;
            opacity: 0.4; /* Allow image to be seen */
            transition: opacity 0.3s;
        }
        /* Overlay to ensure text readability on open */
        .parallax-bg::before{
            content:'';
            position:absolute;
            inset:0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.8));
            z-index: 1;
        }
        /* Mobile fix for parallax (iOS disables fixed bg) */
        /* --- KENNZEICHEN CSS (KOMPAKT) --- */
        :root {
          --plate-bg: #ffffff;
          --plate-border: #1a1a1a;
          --eu-blue: #003399;
          --font-color: #1a1a1a;
          --sticker-green: #57b947;
          --sticker-seal: #dcdcdc;
          --gap-size: 15px; /* Kleinerer Abstand */
        }
        .plate-wrapper {
          width: 100%;
          overflow: hidden;
          padding: 0;
          margin-bottom: 0;
          display: flex;
          align-items: center;
        }
        .plate {
          position: relative;
          background: var(--plate-bg);
          border: 1px solid var(--plate-border); /* Dünnerer Rahmen */
          border-radius: 5px;
          /* WICHTIG: Maße angepasst an Standard-Inputs */
          width: 290px; 
          height: 54px; 
          display: flex;
          align-items: center;
          box-shadow: inset 0 0 0 1px #f0f0f0;
          overflow: visible;
          cursor: text;
          max-width: 100%;
        }
        .eu-strip {
          width: 22px; /* Schmaler */
          height: 100%;
          background: var(--eu-blue);
          border-right: 1px solid white;
          flex-shrink: 0;
        }
        .content-area {
          flex-grow: 1;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          padding-left: 3px;
          padding-right: 2px;
        }
        .stickers {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 2px;
          margin: 0 4px 0 2px;
          width: 14px;
          flex-shrink: 0;
        }
        .badge-top {
          width: 13px;
          height: 13px;
          background: var(--sticker-green);
          border-radius: 50%;
          border: 1px solid rgba(0,0,0,0.1);
          transform: rotate(-10deg);
          position: relative;
        }
        .badge-top::after {
          content: "";
          position: absolute;
          inset: 3px;
          border: 1px dashed rgba(255,255,255,0.6);
          border-radius: 50%;
        }
        .badge-seal {
          width: 11px;
          height: 11px;
          background: var(--sticker-seal);
          border-radius: 50%;
          border: 1px solid #aaa;
          position: relative;
        }
        .badge-seal::before {
          content: "";
          position: absolute;
          top: 50%; left: 50%;
          transform: translate(-50%, -50%);
          width: 7px; height: 8px;
          background: #888;
          opacity: 0.3;
          border-radius: 2px;
        }
        /* Inputs angepasst auf Input-Feld-Größe */
        input.plate-input {
          font-family: 'Oswald', sans-serif !important;
          font-weight: 600 !important;
          /* Schriftgröße deutlich reduziert für 54px Höhe */
          font-size: 28px !important; 
          line-height: 54px !important;
          text-transform: uppercase !important;
          color: var(--font-color) !important;
          border: none !important;
          background: transparent !important;
          box-shadow: none !important;
          outline: none !important;
          padding: 0 1px !important;
          border-radius: 0 !important;
          text-align: center;
          min-width: 1ch;
          width: 2.5ch;
          transition: width 0.05s ease-out;
          height: 100% !important;
        }
        /* Spezifische Breiten für die verschiedenen Teile */
        input.plate-input.part-city {
          width: 3.5ch !important; /* Mehr Platz für 3 Buchstaben wie HHH */
        }
        input.plate-input.part-middle {
          width: 2.8ch !important; /* Mehr Platz für 2 Buchstaben wie HH */
        }
        input.plate-input.part-end {
          width: 5.5ch !important; /* Platz für bis zu 6 Zeichen */
          margin-left: 8px !important; /* Kleinerer Abstand */
        }
        input.plate-input.part-end {
          width: 5.5ch !important; /* Platz für bis zu 6 Zeichen */
          margin-left: 8px !important; /* Kleinerer Abstand */
        }
        input.plate-input::placeholder {
          color: #e0e0e0 !important;
          opacity: 1 !important;
        }
        /* Mobile Anpassung für den Abstand */
        @media (max-width: 600px) {
          input.plate-input.part-end {
            margin-left: 18px !important;
          }
        }
        /* Mobile: Passt sich der Breite an */
        @media (max-width: 600px) {
          .plate {
            width: 100%;
            height: 50px;
          }
          input.plate-input {
            font-size: 30px !important;
            line-height: 50px !important;
          }
          .eu-strip { width: 24px; }
        }
        @media (max-width: 768px) {
            .parallax-bg { background-attachment: scroll; }
            /* Kompakterer Header für Mobile */
            .logo img { height: 32px; }
            .logo-subtitle { font-size: 0.6rem; margin-top: -8px; }
            .hero-stamp { max-width: 120px; }
        }
        /* SECTION WITH MARGIN GAP */
        .section {
            padding:100px 0;
            position:relative;
            overflow:hidden; /* Keep content inside */
            min-height:fit-content;
            width:100%;
            margin-bottom: 25px; /* GRÖSSERER ABSTAND ZWISCHEN SEKTIONEN */
        }
        /* === NEUE GRUPPIERUNG & TRENNER STYLES === */
        .section-group-label {
            text-align: center;
            font-family: 'Oswald', sans-serif;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #999;
            margin: 60px auto 20px;
            position: relative;
            max-width: 200px;
        }
        .section-group-label::before, .section-group-label::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 40px;
            height: 1px;
            background: #ccc;
        }
        .section-group-label::before { left: -50px; }
        .section-group-label::after { right: -50px; }
        /* === HIGH END ACCORDION (Strip-Layout) - REFINED === */
        .section-accordion {
            transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
            position: relative;
            overflow: hidden;
            border-radius: 12px; /* Runde Ecken für "Floating Card" Look */
            box-shadow: 0 5px 20px rgba(0,0,0,0.05); /* Leichter Schatten */
            margin: 0 auto 20px auto; /* Zentriert und Abstand */
            max-width: 1400px; /* Breite begrenzen für bessere Optik */
        }
        /* Collapsed State: Desktop Strip (175px) */
        .section-accordion.collapsed {
            height: 175px; 
            padding: 0 !important;
            min-height: 0 !important;
        }
        .accordion-header-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 175px; /* Match strip height */
            width: 100%;
            position: relative;
            z-index: 10;
            padding: 0 40px; /* Padding im Header */
        }
        .accordion-title-group {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left;
        }
        .section-accordion.collapsed .section-subtitle {
             display: none; 
        }
        .section-accordion.collapsed .section-title {
             margin-bottom: 0;
             margin-top: 0;
             line-height: 1.3;
        }
        /* Hide content initially */
        .section-accordion.collapsed .reveal, 
        .section-accordion.collapsed .benefits-grid,
        .section-accordion.collapsed .info-grid,
        .section-accordion.collapsed .process-grid,
        .section-accordion.collapsed .compare-grid,
        .section-accordion.collapsed .slider-container,
        .section-accordion.collapsed .trust-grid,
        .section-accordion.collapsed .premium-video-wrapper,
        .section-accordion.collapsed .accordion-content-wrapper,
        .section-accordion.collapsed .close-accordion-btn
        {
            opacity: 0;
            pointer-events: none;
            transform: translateY(50px);
        }
        .accordion-content-wrapper {
             transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
        }
        .section-accordion:not(.collapsed) .accordion-content-wrapper {
             opacity: 1;
             transform: translateY(0);
        }
        .section-accordion.collapsed::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 100%);
            z-index: 5;
            pointer-events: none;
        }
        .section-accordion.light-bg.collapsed::after {
            background: linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.5) 100%);
        }
        .read-more-btn {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            padding: 12px 28px;
            border-radius: 30px;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.85rem;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            white-space: nowrap;
            z-index: 20;
        }
        .light-bg .read-more-btn {
            background: rgba(255, 255, 255, 0.9);
            color: #333;
            border-color: #ccc;
        }
        .read-more-btn:hover {
            background: var(--primary-color);
            border-color: var(--primary-color);
            color: #fff;
            transform: translateY(-2px);
        }
        .btn-arrow {
            width: 10px;
            height: 10px;
            border-right: 2px solid currentColor;
            border-bottom: 2px solid currentColor;
            transform: rotate(45deg);
            transition: transform 0.3s;
        }
        .section-accordion:not(.collapsed) .btn-arrow {
            transform: rotate(-135deg);
            margin-top: 5px;
        }
        .close-accordion-btn {
            display: block;
            margin: 40px auto 0;
            background: transparent;
            border: 1px solid currentColor;
            color: inherit;
            padding: 8px 20px;
            border-radius: 20px;
            cursor: pointer;
            opacity: 0.7;
            transition: all 0.3s;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .close-accordion-btn:hover {
            opacity: 1;
            background: rgba(255,255,255,0.1);
        }
        .light-bg .close-accordion-btn:hover {
            background: rgba(0,0,0,0.05);
        }
        @media (max-width: 768px) {
            .section-accordion.collapsed { 
                height: 100px !important; 
                padding: 0 !important;
            }
            .accordion-header-row {
                flex-direction: row; 
                justify-content: space-between;
                height: 100px !important; 
                align-items: center;
                gap: 10px;
                padding: 0 20px;
            }
            .accordion-title-group h2 { font-size: 1.2rem; }
            .read-more-btn { padding: 8px 15px; font-size: 0.7rem; }
            .section-group-label { margin: 40px auto 15px; font-size: 0.8rem; }
        }
        .section-title {
            font-family: 'Oswald', sans-serif;
            font-size: clamp(2rem, 3vw, 2.6rem);
            font-weight: 600;
            text-transform: none;
            letter-spacing: .02em;
            text-align: left;
            margin-bottom: 10px;
            padding-bottom: 5px;
            position: relative;
            z-index: 10;
            line-height: 1.3;
        }
        .section-title::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 60px;
            height: 3px;
            border-radius: 999px;
            background: linear-gradient(90deg, var(--primary-color), var(--primary-color-darker));
        }
        .section-subtitle {
            text-align: left;
            font-size: 1rem;
            color: #666;
            max-width: 640px;
            margin: 0 0 40px 0;
        }
        #rights .section-title, .promise-section .section-title, #expertise .section-title, #contact .section-title, #ampel-section .section-title { color: #fff; }
        #rights .section-subtitle, .promise-section .section-subtitle, #expertise .section-subtitle, #contact .section-subtitle, #ampel-section .section-subtitle { color: rgba(255,255,255,0.8); }
        @media (max-width: 768px) {
            .section-title, .section-subtitle { text-align: left; margin-left: 0; margin-right: auto; }
            .section-title::after { left: 0; transform: none; }
        }
        #process .parallax-bg{--bg-gradient:linear-gradient(rgba(255,255,255,.92),rgba(255,255,255,.92));background-image:url("Bilder Index/So einfach funktioniert's.webp")}
        #rights .parallax-bg{--bg-gradient:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55));background-image:url("Bilder Index/Wissen, was Ihnen zusteht.webp")}
        #customer-slider-section .parallax-bg{--bg-gradient:linear-gradient(rgba(255,255,255,.94),rgba(255,255,255,.94));background-image:url("Bilder Index/Service für jeden Bedarf.webp")}
        #faq .parallax-bg{--bg-gradient:linear-gradient(rgba(240,240,240,.96),rgba(240,240,240,.96));background-image:url("Bilder Index/FAQ.webp")}
        .promise-section .parallax-bg{--bg-gradient:linear-gradient(rgba(10,10,10,.75),rgba(10,10,10,.75));background-image:url("Bilder Index/Abschnit1-3 hintergrund.webp")}
        #expertise .parallax-bg{--bg-gradient:linear-gradient(rgba(20,20,20,.65),rgba(20,20,20,.65));background-image:url(https://images.unsplash.com/photo-1553531889-a4240c43a942?q=80&w=2070&auto=format&fit=crop)}
        #process,#customer-slider-section{color:var(--secondary-color)}
        #rights,.promise-section,#expertise,#contact{color:#fff}
        #rights .section-subtitle,#rights h3,#expertise .section-subtitle,#expertise h3,.promise-section h3,#contact .section-subtitle{color:#fff}
        .promise-section{padding:80px 0}
        .promise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;text-align:center}
        .promise-item, .benefit-card {
            border-radius: 18px;
            transform: translateY(0) scale(1);
            transition: transform 0.35s cubic-bezier(.16,1,.3,1), box-shadow 0.35s cubic-bezier(.16,1,.3,1), border-color 0.35s ease;
            padding: 30px;
        }
        .promise-item {
            border: 1px solid rgba(255,255,255,0.06);
            background: radial-gradient(circle at top left, rgba(255,255,255,0.08), rgba(0,0,0,0.85));
            box-shadow: 0 18px 45px rgba(0,0,0,0.40);
            backdrop-filter: blur(10px);
        }
        .promise-item .promise-icon{max-height:100px;margin-bottom:20px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2))}
        .promise-item h3 {font-family:'Oswald',sans-serif;font-size:1.5rem;margin-bottom:10px;letter-spacing:.02em}
        .promise-item p{color:#eee}
        .benefit-card {
            background: linear-gradient(145deg, #ffffff, #f7f7f7);
            border: 1px solid rgba(0,0,0,0.04);
            box-shadow: 0 14px 40px rgba(15,15,20,0.10);
            text-align: left;
        }
        .benefit-card:hover, .promise-item:hover {
            transform: translateY(-6px) scale(1.02);
            box-shadow: 0 24px 60px rgba(0,0,0,0.45);
            border-color: rgba(192,0,0,0.45);
        }
        .benefit-card .icon { font-size: 2.5rem; margin-bottom: 20px; display: block; }
        .benefit-card h3 { font-family:'Oswald'; color: var(--secondary-color); font-size: 1.4rem; letter-spacing:.02em; margin-bottom: 10px; }
        .benefit-card p { color: #555; font-size: 1rem; line-height: 1.6; margin: 0; }
        .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; margin-top: 40px; }
        .process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;text-align:center}
        .process-step{transition:transform .3s ease,box-shadow .3s ease;padding:15px;border-radius:10px}
        .process-step:hover{transform:translateY(-8px)}
        .process-step .icon{background:linear-gradient(135deg,var(--primary-color),#ff1744);color:#fff;width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 20px;box-shadow:0 8px 25px rgba(192,0,0,.25);overflow:hidden;transition:transform .5s}
        .process-step:hover .icon{transform:rotate(15deg) scale(1.1)}
        .process-step .icon img{width:100%;height:100%;object-fit:cover}
        .process-step h3{font-family:'Oswald';font-size:1.3rem}
        .slider-container,.info-grid,.about-content{transition-delay:.2s}
        .slider-container{position:relative;max-width:1200px;margin:0 auto}
        .slider-viewport{overflow:hidden;cursor:grab}
        .slider-wrapper{display:flex}
        .slide{flex:0 0 100%;min-width:0;box-sizing:border-box;padding:0 10px}
        .customer-content {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            gap: 60px;
            align-items: center;
            padding: 50px;
            border-radius: 30px;
            background: rgba(255,255,255,0.75);
            backdrop-filter: blur(25px) saturate(180%);
            border: 1px solid rgba(255,255,255,0.8);
            box-shadow: 0 30px 60px rgba(0,0,0,0.08);
            box-sizing: border-box;
            width: 100%;
            transform: translateY(0);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
        .customer-content:hover {
            transform: translateY(-5px);
            box-shadow: 0 40px 70px rgba(0,0,0,0.12);
        }
        .slider-tabs {
            text-align: center;
            margin-bottom: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            background: #f0f0f0;
            padding: 5px;
            border-radius: 50px;
            display: inline-flex;
        }
        .customer-content img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        .customer-text { text-align: right; }
        .customer-text h3 { font-family:'Oswald'; font-size: 2.5rem; margin-top: 0; line-height: 1.3; }
        .customer-text p, .customer-text .benefits-list { text-align: left; }
        .benefits-list { list-style: none; padding: 0; margin-top: 20px; display: inline-block; }
        .benefit-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 20px; }
        .benefit-item .icon { color: var(--primary-color); flex-shrink: 0; margin-top: 5px; }
        .slider-tab {
            background: transparent;
            border: none;
            color: #666;
            padding: 10px 25px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s;
            font-family: 'Oswald', sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }
        .slider-tab:hover { color: #000; }
        .slider-tab.active {
            background: #222;
            color: #fff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .partner-subtabs {
            display: none;
            margin: -20px 0 28px;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
        }
        .partner-subtabs.active { display: flex; }
        .partner-subtab {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px 14px;
            border-radius: 999px;
            border: 1px solid rgba(0,0,0,0.14);
            background: #fff;
            color: #333;
            text-decoration: none;
            font-family: 'Oswald', sans-serif;
            font-size: 0.8rem;
            letter-spacing: 0.4px;
            text-transform: uppercase;
            transition: all 0.25s ease;
        }
        .partner-subtab:hover {
            background: var(--primary-color, #c00000);
            border-color: var(--primary-color, #c00000);
            color: #fff;
        }
        .customer-text h3 span { display: block; font-size: 1rem; font-weight: 500; color: var(--primary-color); margin-bottom: 8px; font-family: 'Roboto', sans-serif; text-transform: uppercase; letter-spacing: 1px; }
        /* ============ Privatkunden Showcase Carousel v2 ============ */
        .pk-carousel-wrap {
            position: relative;
            width: 100%;
            margin: 24px 0 0;
            overflow: hidden;
        }
        .pk-carousel-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(.22,1,.36,1);
            will-change: transform;
            cursor: grab;
        }
        .pk-carousel-track.is-dragging { cursor: grabbing; transition: none; }
        .pk-card {
            flex: 0 0 100%;
            min-width: 0;
            padding: 0 4px;
            box-sizing: border-box;
        }
        .pk-card-inner {
            display: grid;
            grid-template-columns: 1fr;
            background: #fff;
            border: 1px solid rgba(0,0,0,0.06);
            border-radius: 24px;
            overflow: hidden;
            text-decoration: none;
            color: var(--text-strong, #111);
            transition: transform 0.45s cubic-bezier(.22,1,.36,1), box-shadow 0.45s;
            position: relative;
            box-shadow: 0 4px 24px rgba(0,0,0,0.04);
        }
        .pk-card-inner:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 50px rgba(192,0,0,0.08), 0 8px 24px rgba(0,0,0,0.05);
        }
        /* Visual panel – stacked banner on top */
        .pk-card-visual {
            position: relative;
            width: 100%;
            min-height: 140px;
            overflow: hidden;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 20px;
            padding: 24px 28px;
            box-sizing: border-box;
        }
        @media (min-width: 768px) {
            .pk-card-visual { min-height: 150px; padding: 28px 36px; }
        }
        .pk-card-visual .pk-vis-pattern {
            position: absolute; inset: 0; opacity: 0.05; z-index: 0;
            background-image: radial-gradient(circle, #fff 1px, transparent 1px);
            background-size: 20px 20px;
        }
        .pk-card-visual .pk-vis-glow {
            position: absolute; width: 180px; height: 180px; border-radius: 50%;
            background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
            z-index: 1; filter: blur(30px);
            animation: pkPulse 4s ease-in-out infinite alternate;
        }
        @keyframes pkPulse {
            0% { transform: scale(1); opacity: 0.6; }
            100% { transform: scale(1.3); opacity: 0.3; }
        }
        .pk-vis-icon {
            font-size: 3.5rem; z-index: 2; position: relative;
            filter: drop-shadow(0 6px 20px rgba(0,0,0,0.25));
            animation: pkFloat 3.5s ease-in-out infinite;
        }
        @keyframes pkFloat {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-10px) rotate(2deg); }
        }
        /* Mini mockup in visual */
        .pk-vis-mockup {
            margin-top: 0; z-index: 2; position: relative;
            background: rgba(255,255,255,0.12); backdrop-filter: blur(8px);
            border: 1px solid rgba(255,255,255,0.18); border-radius: 12px;
            padding: 10px 16px; max-width: 240px;
            font-size: 0.72rem; color: rgba(255,255,255,0.9);
            line-height: 1.5;
        }
        .pk-vis-mockup .mock-row {
            display: flex; align-items: center; gap: 8px;
            padding: 3px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
        }
        .pk-vis-mockup .mock-row:last-child { border-bottom: none; }
        .pk-vis-mockup .mock-dot {
            width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
        }
        .pk-vis-mockup .mock-bar {
            height: 5px; border-radius: 3px; flex: 1;
        }
        /* Step counter in visual */
        .pk-step-counter {
            position: absolute; top: 16px; right: 16px; z-index: 3;
            font-family: 'Oswald', sans-serif; font-size: 0.8rem; font-weight: 500;
            color: rgba(255,255,255,0.5); letter-spacing: 1px;
        }
        .pk-step-counter strong {
            color: #fff; font-size: 1.4rem; font-weight: 700;
        }

        /* Body panel */
        .pk-card-body {
            padding: 24px 24px 22px;
            display: flex; flex-direction: column;
            min-width: 0;
            overflow-wrap: break-word;
            word-wrap: break-word;
        }
        @media (min-width: 768px) {
            .pk-card-body { padding: 28px 36px 28px; }
        }
        .pk-card-badge {
            display: inline-flex; align-items: center; gap: 6px;
            font-family: 'Roboto', sans-serif; font-size: 0.68rem; font-weight: 700;
            text-transform: uppercase; letter-spacing: 1.5px;
            color: var(--primary-color, #c00000); margin-bottom: 10px;
        }
        .pk-card-badge::before {
            content: ''; display: inline-block; width: 18px; height: 2px;
            background: var(--primary-color, #c00000); border-radius: 1px;
        }
        .pk-card-title {
            font-family: 'Oswald', sans-serif; font-size: 1.45rem;
            font-weight: 600; line-height: 1.2; margin: 0 0 12px;
        }
        @media (min-width: 768px) { .pk-card-title { font-size: 1.65rem; } }
        .pk-card-desc {
            font-size: 0.88rem; color: #555; line-height: 1.6; margin-bottom: 14px;
        }
        /* Highlight list */
        .pk-highlights {
            list-style: none; padding: 0; margin: 0 0 16px; display: flex;
            flex-direction: column; gap: 8px;
        }
        .pk-highlights li {
            display: flex; align-items: flex-start; gap: 10px;
            font-size: 0.85rem; color: #444; line-height: 1.5;
        }
        .pk-highlights li .pk-hi-icon {
            flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px;
            display: flex; align-items: center; justify-content: center;
            font-size: 0.8rem;
        }
        /* Feature tags */
        .pk-card-features {
            display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 12px;
        }
        .pk-card-features span {
            background: rgba(192,0,0,0.05); color: #8b0000;
            font-size: 0.72rem; font-weight: 600;
            padding: 5px 12px; border-radius: 30px; white-space: nowrap;
        }
        .pk-card-cta {
            display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
            font-family: 'Oswald', sans-serif; font-size: 0.95rem; font-weight: 500;
            color: #fff; background: var(--primary-color, #c00000);
            padding: 10px 22px; border-radius: 10px;
            text-decoration: none; transition: all 0.3s; width: fit-content;
        }
        .pk-card-inner:hover .pk-card-cta {
            background: #a00000; gap: 14px;
        }
        .pk-card-cta svg { width: 16px; height: 16px; transition: transform 0.3s; }
        .pk-card-inner:hover .pk-card-cta svg { transform: translateX(4px); }

        /* Nav */
        .pk-carousel-nav {
            display: flex; align-items: center; justify-content: center;
            gap: 16px; margin-top: 24px;
        }
        .pk-arrow {
            width: 44px; height: 44px; border-radius: 50%;
            border: 2px solid rgba(0,0,0,0.08); background: #fff;
            display: flex; align-items: center; justify-content: center;
            cursor: pointer; transition: all 0.3s; flex-shrink: 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        .pk-arrow:hover {
            border-color: var(--primary-color,#c00000);
            background: var(--primary-color,#c00000);
            box-shadow: 0 4px 16px rgba(192,0,0,0.2);
        }
        .pk-arrow svg { width: 18px; height: 18px; color: #333; transition: color 0.3s; }
        .pk-arrow:hover svg { color: #fff; }
        .pk-dots { display: flex; gap: 8px; }
        .pk-dot {
            width: 10px; height: 10px; border-radius: 50%;
            background: rgba(0,0,0,0.10); border: none;
            cursor: pointer; transition: all 0.4s; padding: 0;
        }
        .pk-dot.active {
            background: var(--primary-color,#c00000);
            width: 32px; border-radius: 5px;
            box-shadow: 0 2px 8px rgba(192,0,0,0.3);
        }
        .pk-progress {
            height: 3px; background: rgba(0,0,0,0.05);
            border-radius: 3px; margin-top: 16px; overflow: hidden;
        }
        .pk-progress-bar {
            height: 100%; background: linear-gradient(90deg, var(--primary-color,#c00000), #ff4444);
            border-radius: 3px; transition: width 0.6s cubic-bezier(.22,1,.36,1);
        }
        @media (max-width: 767px) {
            .pk-card-visual { min-height: 100px; padding: 16px 14px; gap: 12px; }
            .pk-vis-mockup { max-width: 160px; font-size: 0.65rem; padding: 8px 10px; }
            .pk-vis-icon { font-size: 2rem; }
            .pk-vis-glow { width: 100px; height: 100px; }
            .pk-step-counter { top: 10px; right: 10px; font-size: 0.7rem; }
            .pk-step-counter strong { font-size: 1.1rem; }
            .pk-card-body { padding: 18px 16px 16px; }
            .pk-card-badge { font-size: 0.62rem; letter-spacing: 1px; margin-bottom: 6px; }
            .pk-card-title { font-size: 1.15rem !important; margin-bottom: 8px; }
            .pk-card-desc { font-size: 0.82rem; line-height: 1.5; margin-bottom: 10px; }
            .pk-highlights { gap: 6px; margin-bottom: 10px; }
            .pk-highlights li { font-size: 0.78rem; gap: 8px; line-height: 1.4; }
            .pk-highlights li .pk-hi-icon { width: 24px; height: 24px; font-size: 0.7rem; border-radius: 6px; }
            .pk-card-features { gap: 5px; padding-top: 8px; }
            .pk-card-features span { font-size: 0.65rem; padding: 4px 9px; }
            .pk-card-cta { font-size: 0.85rem; padding: 8px 16px; margin-top: 12px; border-radius: 8px; }
            .pk-card-inner { border-radius: 16px; }
            .pk-carousel-nav { gap: 10px; margin-top: 16px; }
            .pk-arrow { width: 36px; height: 36px; }
            .pk-arrow svg { width: 14px; height: 14px; }
            .pk-dots { gap: 6px; }
            .pk-dot { width: 8px; height: 8px; }
            .pk-dot.active { width: 24px; }
            .pk-progress { margin-top: 10px; }
            .pk-carousel-wrap { margin: 16px 0 0; }
        }
        @media (max-width: 420px) {
            .pk-card-visual { flex-direction: column; gap: 10px; min-height: 90px; padding: 14px 12px; }
            .pk-vis-mockup { max-width: 90%; font-size: 0.63rem; }
            .pk-card-title { font-size: 1.05rem !important; }
            .pk-card-desc { font-size: 0.78rem; }
            .pk-highlights li { font-size: 0.74rem; }
            .pk-card-features span { font-size: 0.6rem; padding: 3px 7px; }
        }

        /* === Privatkunden Slide – Container-Fix (volle Breite für Carousel) === */
        #privatkunden-slide .customer-content,
        #netzwerk-slide .customer-content {
            display: flex;
            flex-direction: column;
            padding: 32px 28px 36px;
            gap: 0;
        }
        @media (max-width: 767px) {
            #privatkunden-slide .customer-content,
            #netzwerk-slide .customer-content {
                padding: 20px 12px 24px !important;
            }
            #privatkunden-slide .customer-text h3,
            #netzwerk-slide .customer-text h3 {
                font-size: 1.6rem;
            }
            #privatkunden-slide .customer-text p,
            #netzwerk-slide .customer-text p {
                font-size: 0.9rem;
            }
        }
        #privatkunden-slide .customer-content:hover,
        #netzwerk-slide .customer-content:hover {
            transform: none;
        }
        @media (min-width: 768px) {
            #privatkunden-slide .customer-content,
            #netzwerk-slide .customer-content {
                padding: 40px 40px 44px;
            }
        }
        #privatkunden-slide .customer-text,
        #netzwerk-slide .customer-text {
            max-width: 100%;
            width: 100%;
            text-align: left;
        }
        .pk-card .pk-card-title {
            overflow-wrap: break-word;
            word-break: break-word;
        }
        .pk-highlights li span {
            min-width: 0;
            overflow-wrap: break-word;
        }

        .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 25px 0; justify-items: end; }
        .stat-item {
            background-color: #fff;
            border-radius: 12px;
            padding: 15px;
            text-align: center;
            border: 1px solid #eee;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 5px;
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
            cursor: pointer;
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
            width: 100%; box-sizing: border-box;
        }
        .stat-item:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); border-color: rgba(192,0,0,0.1); }
        .stat-icon { font-size: 1.5rem; color: var(--primary-color); line-height: 1; }
        .stat-item strong { font-family: 'Oswald', sans-serif; font-size: 1.2rem; color: var(--secondary-color); display: block; line-height: 1.3; }
        .stat-item span { font-size: 0.75rem; color: #777; line-height: 1.2; }
        .animate-in { opacity: 0; transform: translateY(20px); transition: opacity .6s cubic-bezier(.165,.84,.44,1), transform .6s cubic-bezier(.165,.84,.44,1); }
        .slide.active-slide .animate-in { opacity: 1; transform: translateY(0); }
        .slide.active-slide .animate-in:first-child { transition-delay: .1s; }
        .slide.active-slide .animate-in:nth-child(2) { transition-delay: .25s; }
        .slide.active-slide .animate-in:nth-child(3) { transition-delay: .4s; }
        .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}
        .info-column h3{font-family:'Oswald';font-size:1.8rem;margin-bottom:25px;border-bottom:2px solid var(--primary-color);padding-bottom:10px}
        #rights .info-column h3,#expertise .info-column h3{border-color:#fff}
        .rights-list{list-style:none;padding:0}
        .right-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px;font-size:1.1rem}
        .right-item .icon{color:var(--primary-color);flex-shrink:0;margin-top:4px}
        #rights .right-item .icon,#expertise .right-item .icon{color:#fff}
        #about{background-color:var(--light-gray-bg);overflow:visible}
        #about .container{max-width:960px;text-align:center}
        #about .about-content{display:flex;flex-direction:column;align-items:center;gap:40px}
        #about .about-image{width:100%}
        #about .about-image img{width:100%;max-width:800px;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.15)}
        #about .about-text p{font-size:1.1rem;color:#444;max-width:800px;margin-left:auto;margin-right:auto}
        #about .about-text p:last-of-type strong{font-family:'Oswald',sans-serif;font-size:1.2em;color:var(--secondary-color);letter-spacing:.5px;display:inline-block;margin-top:10px}

        /* === About Kicker Title === */
        .about-kicker {
            font-family: 'Oswald', sans-serif;
            font-size: 2rem;
            font-weight: 600;
            color: var(--secondary-color, #1a1a2e);
            text-align: center;
            margin: 10px auto 36px;
            max-width: 700px;
            line-height: 1.35;
            position: relative;
            display: inline-block;
            padding-bottom: 18px;
            opacity: 0;
            transform: translateY(30px);
            filter: blur(4px);
            transition:
                opacity 1s cubic-bezier(0.25, 1, 0.5, 1),
                transform 1s cubic-bezier(0.25, 1, 0.5, 1),
                filter 1s cubic-bezier(0.25, 1, 0.5, 1);
        }
        .about-kicker.in-view {
            opacity: 1;
            transform: translateY(0);
            filter: blur(0);
        }
        .about-kicker::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%) scaleX(0);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--primary-color, #c00000), transparent);
            border-radius: 2px;
            transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
        }
        .about-kicker.in-view::after {
            transform: translateX(-50%) scaleX(1);
        }
        @media (max-width: 600px) {
            .about-kicker { font-size: 1.5rem; margin-bottom: 24px; }
        }
        /* === End About Kicker === */

        /* === About Section: Cinematic Scroll Reveal === */

        /* Animated accent line under headline */
        #about .section-title {
            position: relative;
            display: inline-block;
            padding-bottom: 16px;
        }
        #about .section-title::after {
            content: '';
            position: absolute;
            bottom: 0; left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--primary-color, #c00000), transparent);
            border-radius: 2px;
            transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1);
        }
        #about .section-title.in-view::after {
            width: 100px;
        }

        /* Instant Cascade Reveal – fast & modern */
        #about .about-reveal {
            opacity: 0;
            transform: translateY(28px);
            filter: blur(3px);
            transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
                        transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
                        filter 0.55s cubic-bezier(0.16, 1, 0.3, 1);
        }
        #about .about-reveal.in-view {
            opacity: 1;
            transform: translateY(0);
            filter: blur(0);
        }

        /* Inline images: fast scale reveal */
        #about .about-inline-img {
            opacity: 0;
            transform: scale(0.92) translateY(14px);
            filter: blur(2px);
            transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                        transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                        filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        }
        #about .about-inline-img.in-view {
            opacity: 1;
            transform: scale(1) translateY(0);
            filter: blur(0);
        }

        /* Emphasis words in flow text - clean, no boxes */
        #about .about-text .about-em {
            font-family: 'Oswald', sans-serif;
            font-weight: 600;
            font-size: 1.05em;
            letter-spacing: 0.3px;
            color: var(--secondary-color, #1a1a2e);
        }

        /* Closing statement - large, cinematic */
        .about-statement {
            font-size: 1.35rem !important;
            font-family: 'Oswald', sans-serif !important;
            font-weight: 400;
            letter-spacing: 0.3px;
            line-height: 1.6 !important;
            color: var(--secondary-color, #1a1a2e) !important;
            max-width: 700px;
            margin: 40px auto 0 !important;
            text-align: center;
        }
        .about-statement strong {
            font-weight: 600;
            color: var(--primary-color, #c00000) !important;
            font-size: 1em !important;
        }

        /* === End About Cinematic === */

        /* === About: Inline Flow Images === */
        .about-inline-img {
            display: block;
            width: 260px;
            max-width: 45%;
            height: 160px;
            border-radius: 12px;
            overflow: hidden;
            border: 2px dashed #cbd5e1;
            background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
            position: relative;
            margin: 6px 0 12px;
        }
        .about-inline-img.float-right {
            float: right;
            margin-left: 24px;
        }
        .about-inline-img.float-left {
            float: left;
            margin-right: 24px;
        }
        .about-inline-img img {
            width: 100%; height: 100%; object-fit: cover; border-radius: 10px;
        }
        .about-inline-img .ph-label {
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            font-size: 0.72rem;
            color: #94a3b8;
            font-family: 'Oswald', sans-serif;
            letter-spacing: .5px;
            text-transform: uppercase;
            text-align: center;
            white-space: nowrap;
        }
        .about-flow-clear { clear: both; }
        @media (max-width: 600px) {
            .about-inline-img {
                float: none !important;
                margin: 16px auto !important;
                max-width: 90%;
                width: 100%;
            }
        }
        /* === End About Inline Images === */

        /* === About: Feature Rows (modern side-by-side) === */
        .about-feature-row {
            display: flex;
            align-items: center;
            gap: 48px;
            margin: 64px auto;
            text-align: left;
            max-width: 900px;
        }
        .about-feature-row.reverse {
            flex-direction: row-reverse;
        }
        .about-feature-row .about-feature-text {
            flex: 1;
            min-width: 0;
        }
        .about-feature-row .about-feature-text h3 {
            font-family: 'Oswald', sans-serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--secondary-color, #1a1a2e);
            margin: 0 0 16px 0;
            letter-spacing: 0.3px;
            position: relative;
            padding-bottom: 16px;
        }
        .about-feature-row .about-feature-text h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 45px;
            height: 3px;
            background: var(--primary-color, #c00000);
            border-radius: 2px;
        }
        .about-feature-row .about-feature-text p {
            font-size: 1.05rem;
            color: #555;
            line-height: 1.75;
            margin: 0;
        }
        .about-feature-row .about-feature-text p + p {
            margin-top: 14px;
        }
        .about-feature-row .about-feature-img {
            flex: 0 0 44%;
            max-width: 44%;
            border: none;
            background: none;
            border-radius: 18px;
            overflow: hidden;
            margin: 0;
            position: relative;
            height: 340px;
        }
        .about-feature-row .about-feature-img img {
            position: absolute;
            top: -15%;
            left: 0;
            width: 100%;
            height: 140%;
            object-fit: cover;
            border-radius: 0;
            will-change: transform;
            transition: none;
        }
        .about-feature-row .about-feature-img::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 18px;
            box-shadow: inset 0 0 0 0 transparent;
            pointer-events: none;
            z-index: 1;
        }
        @media (max-width: 768px) {
            .about-feature-row,
            .about-feature-row.reverse {
                flex-direction: column;
                text-align: center;
                gap: 24px;
                margin: 40px auto;
            }
            .about-feature-row .about-feature-img {
                flex: none;
                max-width: 100%;
                width: 100%;
                order: -1;
                height: auto;
            }
            .about-feature-row .about-feature-img img {
                position: relative;
                top: auto;
                height: auto;
                aspect-ratio: 4 / 3;
                border-radius: 18px;
            }
            .about-feature-row .about-feature-text h3::after {
                left: 50%;
                transform: translateX(-50%);
            }
        }
        /* === End About Feature Rows === */

        /* === About: Standalone Image Block === */
        .about-standalone-img {
            display: block;
            max-width: 680px;
            width: 100%;
            margin: 40px auto;
            border-radius: 18px;
            overflow: hidden;
            position: relative;
            height: 360px;
        }
        .about-standalone-img img {
            position: absolute;
            top: -15%;
            left: 0;
            width: 100%;
            height: 140%;
            object-fit: cover;
            border-radius: 0;
            will-change: transform;
            transition: none;
        }
        @media (max-width: 768px) {
            .about-standalone-img {
                height: auto;
            }
            .about-standalone-img img {
                position: relative;
                top: auto;
                height: auto;
                aspect-ratio: 16 / 10;
                border-radius: 18px;
            }
        }

        /* === About: Partner Showcase === */
        .about-partner-section-title {
            font-family: 'Oswald', sans-serif;
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--secondary-color, #1a1a2e);
            text-align: center;
            margin: 48px auto 8px;
            letter-spacing: 0.3px;
        }
        .about-partner-subtitle {
            text-align: center;
            font-size: 0.95rem;
            color: #888;
            margin: 0 auto 28px;
        }
        .about-partner-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 0 auto;
            max-width: 900px;
            text-align: center;
        }
        .about-partner-card {
            background: #fff;
            border-radius: 14px;
            padding: 28px 20px 22px;
            box-shadow: 0 6px 24px rgba(0,0,0,0.07);
            transition: transform 0.35s ease, box-shadow 0.35s ease;
            position: relative;
            overflow: hidden;
        }
        .about-partner-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color, #c00000), #ff6b35);
            border-radius: 14px 14px 0 0;
        }
        .about-partner-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 36px rgba(0,0,0,0.12);
        }
        .about-partner-card .partner-icon {
            font-size: 2rem;
            display: block;
            margin-bottom: 12px;
            line-height: 1;
        }
        .about-partner-card h4 {
            font-family: 'Oswald', sans-serif;
            font-size: 1rem;
            font-weight: 600;
            color: var(--secondary-color, #1a1a2e);
            margin: 0 0 8px 0;
            letter-spacing: 0.2px;
        }
        .about-partner-card p {
            font-size: 0.88rem;
            color: #666;
            line-height: 1.55;
            margin: 0;
        }
        @media (max-width: 900px) {
            .about-partner-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 500px) {
            .about-partner-grid {
                grid-template-columns: 1fr;
                gap: 14px;
                max-width: 360px;
            }
            .about-partner-card {
                padding: 22px 16px 18px;
            }
        }
        /* === End About Partner Showcase === */

        #faq .faq-item{max-width:900px;margin:0 auto 14px;border:1px solid #e9e9e9;border-radius:10px;background:#fff;overflow:hidden}
        #faq details{padding:14px 18px}
        #faq summary{cursor:pointer;font-weight:700;font-family:'Oswald'}
        #faq p{margin:10px 0 0}
        .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); backdrop-filter: blur(15px); display: flex; justify-content: center; align-items: center; z-index: 2000; opacity: 0; visibility: hidden; transition: opacity .4s ease; pointer-events: none; }
        .modal-overlay.active { opacity: 1; visibility: visible; pointer-events: auto; }
        .modal-content {
            background: #fff;
            padding: 40px;
            border-radius: 24px;
            width: 90%;
            max-width: 650px;
            transform: scale(0.95) translateY(10px);
            transition: transform .4s cubic-bezier(.16,1,.3,1);
            max-height: 90vh;
            overflow-y: auto;
            overflow-x: hidden;
            position: relative;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            -webkit-overflow-scrolling: touch;
            overscroll-behavior: contain;
            pointer-events: auto;
            will-change: transform;
        }
        .modal-overlay.active .modal-content { transform: scale(1) translateY(0); }
        .close-modal { position: absolute; top: 20px; right: 20px; background: #f0f0f0; width: 36px; height: 36px; border-radius: 50%; border: none; font-size: 1.5rem; color: #333; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
        .close-modal:hover { background: #e0e0e0; }
        #statusTitle, #loginTitle { font-family: 'Oswald'; font-size: 1.8rem; margin-bottom: 10px; color: var(--secondary-color); }
        #damage-modal .modal-content h2 { font-family: 'Oswald'; font-size: 1.8rem; margin-bottom: 10px; }
        /* === DAMAGE MODAL HINTERGRUNDBILD === */
        #damage-modal .modal-content {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('Bilder Index/Schadenmelden.webp') !important;
            background-size: cover !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
        }
        /* === MODERN GLASS MODAL FOR STATUS & DAMAGE === */
        .modal-content.glass-style {
            background: rgba(22, 22, 23, 0.75) !important;
            backdrop-filter: blur(25px) saturate(180%);
            border: 1px solid rgba(255, 255, 255, 0.15);
            box-shadow: 0 40px 80px rgba(0,0,0,0.4);
            color: #fff;
        }
        .modal-content.glass-style h2 { color: #fff !important; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
        .modal-content.glass-style p { color: #ddd; }
        .modal-content.glass-style .close-modal { background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.1); }
        .modal-content.glass-style .close-modal:hover { background: rgba(255,255,255,0.3); }
        .modal-content.glass-style label { color: #ccc; }
        /* --- ZUSATZ FÜR DARK MODE FORMULARE (GLASS STYLE) --- */
        .modal-content.glass-style .damage-form {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }
        /* Anpassung der Inputs und Selects für dunklen Hintergrund */
        .modal-content.glass-style input, 
        .modal-content.glass-style select {
            background: #ffffff !important;
            border: 1px solid #ccc !important;
            color: #333 !important;
            border-radius: 12px;
            padding: 12px;
            font-size: 0.95rem;
            width: 100%;
            box-sizing: border-box;
            transition: all 0.3s ease;
            font-family: 'Roboto', sans-serif;
        }
        .modal-content.glass-style input:focus, 
        .modal-content.glass-style select:focus {
            background: #ffffff !important;
            border-color: var(--primary-color) !important;
            box-shadow: 0 0 15px rgba(192, 0, 0, 0.2);
            outline: none;
        }
        /* Placeholder Farbe anpassen */
        .modal-content.glass-style input::placeholder {
            color: #999;
        }
        /* Select Options (Da diese vom OS gerendert werden, hellen Hintergrund setzen) */
        .modal-content.glass-style select option {
            background-color: #ffffff;
            color: #333;
        }
        /* Labels im Glass Mode */
        .modal-content.glass-style label {
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.85rem;
            margin-bottom: 5px;
            font-weight: 400;
            display: block;
        }
        /* Checkbox Container Styling */
        .modal-content.glass-style .checkbox-wrapper {
            background: rgba(255, 255, 255, 0.05);
            padding: 12px;
            border-radius: 10px;
            margin-bottom: 10px;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }
        .modal-content.glass-style .checkbox-wrapper label {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            cursor: pointer;
            font-size: 0.8rem;
            line-height: 1.4;
            color: rgba(255, 255, 255, 0.8);
            margin: 0;
        }
        .modal-content.glass-style .checkbox-wrapper input[type="checkbox"] {
            width: 18px;
            height: 18px;
            margin-top: 2px;
            flex-shrink: 0;
            accent-color: var(--primary-color);
            background: rgba(255,255,255,0.1);
            border-color: rgba(255,255,255,0.3);
        }
        .modal-content.glass-style a {
            color: #fff;
            text-decoration: underline;
            text-decoration-color: var(--primary-color);
            text-underline-offset: 3px;
        }
        .modal-content.glass-style a:hover {
            color: var(--primary-color);
        }
        /* Mobile Anpassung für das Formular */
        @media (max-width: 600px) {
            .modal-content.glass-style .damage-form {
                grid-template-columns: 1fr; /* Untereinander auf Mobile */
                gap: 10px;
            }
        }
        .form-group label { font-weight: 500; font-size: 0.9rem; color: #555; margin-bottom: 6px; display: block; }
        .form-group input, .form-group select {
            padding: 14px 16px;
            border: 2px solid #eee;
            background: #f9f9f9;
            border-radius: 12px;
            font-size: 1rem;
            width: 100%;
            box-sizing: border-box;
            transition: all 0.3s;
            font-family: 'Roboto', sans-serif;
        }
        .form-group input:focus, .form-group select:focus {
            border-color: var(--primary-color);
            background: #fff;
            outline: none;
            box-shadow: 0 0 0 4px rgba(192,0,0,0.1);
        }
        .submit-btn {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-darker) 100%);
            color: #fff;
            border: none;
            padding: 16px;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            grid-column: 1/-1;
            transition: transform .2s, box-shadow .2s;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            width: 100%;
            margin-top: 10px;
        }
        .submit-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(192,0,0,0.25); }
        .kundentyp-info { 
            margin-top: 20px; 
            padding: 20px; 
            background: #f5f5f7; 
            border-radius: 12px; 
            font-size: 0.9rem; 
            border: 1px solid #eee;
            display: none;
        }
        .kundentyp-info.active { display: block; animation: fadeIn 0.4s ease; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
        .damage-form{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
        .form-group{display:flex;flex-direction:column}
        .damage-form .form-group input,
        .damage-form .form-group select {
            background-color: #ffffff !important;
            color: #333 !important;
            border: 1px solid #ccc !important;
        }
        .form-group select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}
        .damage-form .form-group select option {
            background-color: #ffffff;
            color: #333;
        }
        .damage-form .form-group select option:checked {
            background: linear-gradient(#2563eb, #2563eb);
            background-color: #2563eb !important;
            color: #fff !important;
        }
        .form-group.full-width{grid-column:1/-1}
        .form-group.full-width>label{display:flex;align-items:flex-start;gap:10px;font-weight:400; font-size: 0.85rem;}
        .form-group.full-width>label input[type=checkbox]{width:auto;flex-shrink:0;margin-top:.2em;appearance:auto;-webkit-appearance:auto}
        .login-form{margin-top:20px;display:flex;flex-direction:column;gap:20px}
        .login-helpers{text-align:center;font-size:.9rem;margin-top:10px}
        .login-helpers a{color:var(--primary-color);text-decoration:none}
        .login-helpers a:hover{text-decoration:underline}
        .login-helpers span{margin:0 8px;color:#ccc}
        #login-modal .modal-content{max-width:450px}
        .toast{position:fixed;left:50%;transform:translateX(-50%);bottom:calc(24px + env(safe-area-inset-bottom));background:#111;color:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.2);z-index:2200;opacity:0;transition:opacity .25s ease;pointer-events:none}
        .toast.show{opacity:1}
        #success-modal .modal-content{max-width:560px;text-align:center}
        #success-modal p{margin-bottom:0}
        .reviews-section{margin-top:60px;padding:40px 0;background:linear-gradient(135deg,rgba(247,247,247,.5),rgba(255,255,255,.8));border-radius:20px;backdrop-filter:blur(10px)}
        .partner-cta-section { background: #111; color: #fff; text-align: center; padding: 80px 0; overflow: hidden; }
        .partner-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
        .partner-card { background: rgba(255,255,255,0.05); padding: 30px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); transition: transform 0.3s; }
        .partner-card:hover { transform: translateY(-5px); background: rgba(255,255,255,0.1); }
        .partner-card h3 { font-family: 'Oswald'; font-size: 1.5rem; margin-bottom: 10px; color: #fff; }
        .partner-card p { color: #aaa; margin-bottom: 20px; }
        .partner-link { display: inline-block; padding: 10px 25px; border: 1px solid var(--primary-color); color: #fff; border-radius: 30px; text-decoration: none; font-family: 'Oswald'; text-transform: uppercase; transition: all 0.3s; }
        .partner-link:hover { background: var(--primary-color); }
        /* === PARTNER SECTION HORIZONTAL SCROLL ON MOBILE === */
        @media (max-width: 768px) {
            .partner-cta-section .container {
                padding-left: 0;
                padding-right: 0;
            }
            .partner-grid {
                display: flex;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                gap: 15px;
                padding: 0 10vw 40px 10vw;
                margin: 0;
                width: 100%;
                box-sizing: border-box;
                -webkit-overflow-scrolling: touch;
                justify-content: flex-start;
            }
            .partner-card {
                min-width: 80vw;
                width: 80vw;
                scroll-snap-align: center;
                flex: 0 0 auto;
                margin: 0 auto;
                transform: none !important;
                opacity: 1 !important;
                filter: none !important;
            }
            /* Scrollbar ausblenden */
            .partner-grid::-webkit-scrollbar {
                display: none;
            }
        }
        /* UPDATED STICKY CTA */
        .sticky-cta{
            background:rgba(22,22,23,.68);
            backdrop-filter:blur(20px) saturate(180%);
            border:1px solid rgba(255,255,255,.1);
            box-shadow:0 8px 32px rgba(0,0,0,.25);
            position:fixed;
            left:50%;
            transform:translateX(-50%) translateY(150%); /* Hidden by default */
            bottom:calc(12px + env(safe-area-inset-bottom));
            display:flex;
            gap:10px;
            align-items:center;
            height:var(--cta-height);
            padding:8px 10px;
            border-radius:999px;
            z-index:2000;
            transition:opacity .4s ease, transform .4s cubic-bezier(0.4, 0, 0.2, 1);
            width: auto;
            max-width: 90vw;
            box-sizing: border-box;
            opacity: 0;
            pointer-events: none;
        }
        .sticky-cta.visible { transform: translateX(-50%) translateY(0); opacity: 1; pointer-events: auto; }
        .sticky-cta .cta-call,.sticky-cta .cta-report{border:none;background:var(--primary-color);color:#fff;padding:10px 14px;border-radius:999px;font-weight:800;letter-spacing:.2px;cursor:pointer;line-height:1;text-decoration:none;display:inline-flex;align-items:center;justify-content:center; white-space: nowrap;}
        /* WhatsApp Floating Button */
        .whatsapp-float {
            position: fixed;
            bottom: calc(80px + env(safe-area-inset-bottom));
            right: 20px;
            z-index: 1999;
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            pointer-events: none;
        }
        .whatsapp-float.visible {
            opacity: 1;
            transform: scale(1);
            pointer-events: auto;
        }
        .whatsapp-float a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            border-radius: 50%;
            box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
        }
        .whatsapp-float a:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
        }
        .whatsapp-float a::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #25D366;
            animation: whatsapp-pulse 2s ease-out infinite;
        }
        .whatsapp-float svg {
            width: 32px;
            height: 32px;
            fill: #fff;
            position: relative;
            z-index: 1;
        }
        .whatsapp-tooltip {
            position: absolute;
            right: 70px;
            top: 50%;
            transform: translateY(-50%);
            background: #fff;
            color: #333;
            padding: 10px 16px;
            border-radius: 8px;
            white-space: nowrap;
            font-size: 14px;
            font-weight: 500;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }
        .whatsapp-tooltip::after {
            content: '';
            position: absolute;
            right: -6px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 6px solid #fff;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
        }
        .whatsapp-float:hover .whatsapp-tooltip {
            opacity: 1;
            transform: translateY(-50%) translateX(-5px);
        }
        @keyframes whatsapp-pulse {
            0% {
                transform: scale(1);
                opacity: 0.7;
            }
            50% {
                transform: scale(1.1);
                opacity: 0;
            }
            100% {
                transform: scale(1.2);
                opacity: 0;
            }
        }
        @media (max-width: 768px) {
            .sticky-cta {
                left: 15px;
                right: 75px;
                transform: translateX(0) translateY(150%);
                max-width: none;
                width: auto;
                gap: 6px;
                padding: 6px 8px;
                height: 48px;
            }
            .sticky-cta.visible { 
                transform: translateX(0) translateY(0); 
            }
            .sticky-cta .cta-call,
            .sticky-cta .cta-report {
                padding: 8px 10px;
                font-size: 0.85rem;
                font-weight: 700;
            }
            .whatsapp-float {
                bottom: calc(12px + env(safe-area-inset-bottom));
                right: 10px;
            }
            .whatsapp-float a {
                width: 48px;
                height: 48px;
            }
            .whatsapp-float svg {
                width: 24px;
                height: 24px;
            }
            .whatsapp-tooltip {
                display: none;
            }
        }
        [data-animate]{opacity:0;transform:translateY(25px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}
        [data-animate].is-visible{opacity:1;transform:translateY(0)}
        .compare-grid { border-radius: 18px; overflow: hidden; box-shadow: 0 18px 55px rgba(0,0,0,0.18); border: 1px solid rgba(0,0,0,0.06); margin: 40px auto; max-width: 1000px; display: grid; grid-template-columns: 1fr 1fr; position: relative; }
        .compare-column { padding: 40px; }
        .compare-column:first-child { background: #fafafa; color: #333; }
        .compare-column:last-child { background: radial-gradient(circle at top left, rgba(192,0,0,0.16), #111); color: #fff; }
        .compare-column h3 { font-family: 'Oswald'; font-size: 1.6rem; letter-spacing: .01em; margin-bottom: 25px; text-align: center; }
        .compare-list { list-style: none; padding: 0; }
        .compare-list li { margin-bottom: 20px; position: relative; padding-left: 30px; font-size: .98rem; line-height: 1.6; opacity: 0.92; }
        .compare-list li::before { content: ''; position: absolute; left: 0; top: 6px; width: 20px; height: 20px; background-size: contain; background-repeat: no-repeat; }
        .compare-column:first-child .compare-list li::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }
        .compare-column:last-child .compare-list li::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2334c759' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.5.5 0 0 0-.708.708l2.5 2.5a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0-.708-.708z'/%3E%3C/svg%3E"); }
        .vs-badge { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--primary-color); color: #fff; width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Oswald'; font-weight: bold; border: 4px solid #fff; z-index: 2; box-shadow: 0 5px 15px rgba(0,0,0,0.2); font-size:.9rem; }
        @media (max-width: 768px) { 
            .compare-grid { grid-template-columns: 1fr 1fr !important; gap: 5px; }
            .compare-column { padding: 10px 5px !important; }
            .compare-list li { font-size: 0.75rem !important; padding-left: 18px; line-height: 1.3; }
            .compare-column h3 { font-size: 1rem !important; margin-bottom: 10px; }
            .vs-badge { width: 30px; height: 30px; font-size: 0.7rem; top: 50%; left: 50%; transform: translate(-50%, -50%); }
            .compare-list li::before { width: 14px; height: 14px; top: 2px; }
        }
        #contact { 
            background: radial-gradient(circle at center, #1a1a1a 0%, #000 100%);
            padding: 80px 0; 
        }
        #contact .container { max-width: 720px; }
        /* Modern Glass Card for Contact */
        #contact .contact-card { 
            background: rgba(255,255,255,0.03); 
            backdrop-filter: blur(15px);
            border-radius: 30px; 
            padding: 40px; 
            border: 1px solid rgba(255,255,255,0.1); 
            display: inline-block; 
            text-align: left; 
            min-width: min(100%, 520px); 
            box-sizing: border-box; 
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0,0,0,0.5);
        }
        #contact .contact-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(192,0,0,0.15), transparent 60%);
            z-index: 0;
            pointer-events: none;
        }
        #contact .contact-card strong { 
            font-family: 'Oswald', sans-serif; 
            font-size: 1.3rem; 
            letter-spacing: .03em; 
            color: #fff;
            position: relative; z-index: 1;
        }
        #contact .contact-card p { 
            margin: 10px 0; 
            font-size: 1.1rem; 
            position: relative; z-index: 1;
            color: #ddd;
        }
        #contact .contact-card a { 
            color: #fff; 
            text-decoration: none; 
            border-bottom: 1px dashed rgba(255,255,255,0.5); 
            transition: all 0.3s;
        }
        #contact .contact-card a:hover { 
            color: var(--primary-color);
            border-bottom-color: var(--primary-color);
        }
        @media (max-width: 768px) { #contact .contact-card { text-align: left; min-width: 100%; width: 100%; padding: 25px; } }
        .hero.hero-split { text-align: left; }
        .hero-inner { position: relative; z-index: 2; max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 50px; align-items: center; box-sizing: border-box; }
        .hero-left { color: #fff; position: relative; }
        .hero-timeline { display: flex; align-items: center; gap: 12px; margin: 20px 0 26px; font-size: 0.9rem; }
        .t-item { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.6); }
        .t-item span { height: 22px; width: 22px; border-radius: 50%; background: var(--primary-color); display: inline-flex; align-items: center; justify-content: center; font-size: 0.75rem; }
        .t-item.active { color: #fff; font-weight: 600; }
        .t-line { flex-grow: 1; height: 2px; border-radius: 999px; background: rgba(255,255,255,0.25); }
        .hero-right { position: relative; }
        .hero-car-card { position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.5); background: #000; }
        .hero-car { display: block; width: 100%; height: 100%; object-fit: cover; }
        .card-badge { position: absolute; left: 16px; bottom: 16px; padding: 8px 16px; border-radius: 999px; background: var(--primary-color); color: #fff; font-family: 'Oswald', sans-serif; font-size: 0.85rem; letter-spacing: .06em; text-transform: uppercase; }
        .card-meta { position: absolute; top: 14px; right: 14px; display: flex; flex-direction: column; gap: 4px; font-size: 0.75rem; padding: 6px 10px; border-radius: 12px; background: rgba(0,0,0,0.65); color: #f3f3f3; }
        .hero.hero-split .hero-stamp { left: 0; transform: translateX(0) scale(1.2) rotate(-10deg); }
        @media (max-width: 900px) {
            .hero-inner { grid-template-columns: 1fr; gap: 30px; }
            .hero.hero-split { text-align: center; }
            .hero-left { text-align: center; }
            .hero-timeline { justify-content: center; }
            .hero.hero-split .hero-stamp { left: 50%; transform: translateX(-50%) scale(1.3) rotate(-10deg); }
        }
        @media (max-width: 600px) {
            .hero-car-card { max-width: 360px; margin: 0 auto; }
            .card-meta { font-size: 0.7rem; }
        }
        .trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; margin-top: 40px; margin-bottom: 60px; }
        .trust-card { background: #f9f9f9; border: 1px solid #eee; border-radius: 16px; padding: 25px; text-align: center; transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; gap: 10px; }
        .trust-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-color: rgba(192,0,0,0.15); }
        .trust-icon { width: 50px; height: 50px; margin-bottom: 10px; color: var(--primary-color); }
        .trust-card h3 { font-family: 'Oswald', sans-serif; font-size: 1.2rem; margin: 0; color: #222; }
        .trust-card span { font-size: 0.9rem; color: #666; }
        .premium-video-wrapper { position: relative; max-width: 800px; margin: 0 auto; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.25); aspect-ratio: 16 / 9; background: #000; cursor: pointer; group: "video"; }
        .video-bg { position: absolute; inset: 0; background-image: url('Bilder Index/Abschnit1-3 hintergrund.webp'); background-size: cover; background-position: center; filter: brightness(0.7); transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1), filter 0.4s; }
        .premium-video-wrapper:hover .video-bg { transform: scale(1.05); filter: brightness(0.5); }
        .play-btn-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: rgba(255,255,255,0.15); backdrop-filter: blur(10px); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.3); transition: all 0.4s ease; }
        .play-icon { width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 22px; border-color: transparent transparent transparent #fff; margin-left: 4px; }
        .premium-video-wrapper:hover .play-btn-container { transform: translate(-50%, -50%) scale(1.2); background: var(--primary-color); border-color: var(--primary-color); }
        .play-btn-container::before { content: ''; position: absolute; inset: -10px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); animation: pulseRing 2s infinite; }
        @keyframes pulseRing { 0% { transform: scale(0.8); opacity: 0; } 50% { opacity: 0.5; } 100% { transform: scale(1.5); opacity: 0; } }
        /* === NEW: HIGH IMPACT PROMO SECTIONS (Ampel & Vision) === */
        .promo-section {
            background: radial-gradient(circle at bottom right, #2a0000 0%, #111 70%);
            color: #fff;
            padding: 80px 0;
            overflow: hidden;
            margin-bottom: 25px; /* Abstand zur nächsten Sektion */
            position: relative;
            transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .promo-section.alt-bg {
            background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
        }
        .promo-section.alt-bg-2 {
            background: radial-gradient(circle at top left, #1a1a1a 0%, #000 80%);
        }
        .promo-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }
        .promo-text h2 {
            font-family: 'Oswald', sans-serif;
            font-size: clamp(2.2rem, 4vw, 3.5rem);
            margin-bottom: 20px;
            line-height: 1.25;
        }
        .promo-text p {
            font-size: 1.1rem;
            color: #ddd;
            margin-bottom: 30px;
            transition: opacity 0.5s ease;
        }
        .promo-features {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 30px;
            transition: opacity 0.5s ease;
        }
        .promo-feat {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 1.1rem;
        }
        .promo-feat .icon {
            color: #34c759;
            background: rgba(52, 199, 89, 0.1);
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        /* Stylized Phone for Promo */
        .promo-phone-wrapper {
            position: relative;
            perspective: 1000px;
            display: flex;
            justify-content: center;
            transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .promo-phone {
            width: 260px;
            height: 520px;
            background: #000;
            border-radius: 40px;
            border: 10px solid #222;
            position: relative;
            box-shadow: 0 30px 90px rgba(0,0,0,0.6);
            transform: rotateY(-10deg) rotateX(5deg);
            transition: transform 0.5s ease;
            overflow: hidden;
        }
        .promo-phone:hover { transform: rotateY(0) rotateX(0); }
        .phone-screen-content {
            padding: 40px 20px;
            display: flex;
            flex-direction: column;
            height: 100%;
            background: linear-gradient(145deg, #1a1a1a, #050505);
            color: #fff;
        }
        .screen-status-dot {
            width: 80px;
            height: 80px;
            background: #34c759;
            border-radius: 50%;
            margin: 40px auto;
            box-shadow: 0 0 40px rgba(52, 199, 89, 0.6);
            animation: pulseGreen 2s infinite;
        }
        @keyframes pulseGreen { 0% { box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.7); } 70% { box-shadow: 0 0 0 20px rgba(52, 199, 89, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 199, 89, 0); } }
        /* === NEW: TO-DO INTERFACE VISUAL === */
        .todo-interface-card {
            background: rgba(255,255,255,0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 20px;
            padding: 30px;
            max-width: 400px;
            margin: 0 auto;
            box-shadow: 0 20px 50px rgba(0,0,0,0.5);
            transform: perspective(1000px) rotateY(10deg) rotateX(5deg);
            transition: transform 0.4s ease;
        }
        .todo-interface-card:hover { transform: perspective(1000px) rotateY(0) rotateX(0); }
        .todo-header { font-family: 'Oswald'; font-size: 1.2rem; color: #fff; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }
        .todo-item { background: rgba(0,0,0,0.3); border-radius: 10px; padding: 15px; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; font-size: 0.9rem; color: #ddd; }
        .todo-item.done { border-left: 3px solid #34c759; }
        .todo-item.active { border-left: 3px solid var(--primary-color); background: rgba(192,0,0,0.1); }
        .todo-item span { margin-right: 10px; }
        .upload-btn { background: var(--primary-color); color: #fff; font-size: 0.7rem; padding: 5px 10px; border-radius: 5px; cursor: pointer; }
        .efficiency-badge { margin-top: 20px; background: rgba(52, 199, 89, 0.15); color: #34c759; text-align: center; padding: 10px; border-radius: 10px; font-weight: bold; border: 1px solid rgba(52, 199, 89, 0.3); }
        .feature-list-styled { list-style: none; padding: 0; }
        .feature-list-styled li { margin-bottom: 15px; padding-left: 20px; border-left: 2px solid var(--primary-color); line-height: 1.5; color: #ccc; }
        .feature-list-styled li strong { color: #fff; display: block; margin-bottom: 3px; }
        /* === NEW: DASHBOARD VISUAL === */
        .b2b-dashboard-mockup {
            background: #1a1a1a;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 40px 100px rgba(0,0,0,0.7);
            border: 1px solid rgba(255,255,255,0.1);
            transform: perspective(1500px) rotateY(-15deg);
            transition: transform 0.5s;
            position: relative;
        }
        .b2b-dashboard-mockup:hover { transform: perspective(1500px) rotateY(0); }
        .db-header { background: #222; padding: 10px 15px; display: flex; gap: 10px; align-items: center; border-bottom: 1px solid #333; }
        .db-dot { width: 10px; height: 10px; border-radius: 50%; background: #444; }
        .db-content { display: grid; grid-template-columns: 60px 1fr; height: 250px; }
        .db-sidebar { background: #222; border-right: 1px solid #333; display: flex; flex-direction: column; align-items: center; padding-top: 15px; gap: 15px; }
        .db-icon { width: 20px; height: 20px; background: #444; border-radius: 4px; }
        .db-icon.active { background: var(--primary-color); }
        .db-main { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
        .db-row { height: 30px; background: #252525; border-radius: 6px; width: 100%; position: relative; overflow: hidden; }
        .db-row::after { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 40%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent); animation: shine 3s infinite; }
        .db-stat-float { position: absolute; bottom: 20px; right: -20px; background: var(--primary-color); padding: 10px 20px; border-radius: 10px; color: #fff; font-family: 'Oswald'; box-shadow: 0 10px 30px rgba(0,0,0,0.5); transform: translateZ(20px); }
        @keyframes shine { 0% { left: -100%; } 100% { left: 100%; } }
        @media (max-width: 900px) {
            .promo-grid { grid-template-columns: 1fr; text-align: center; }
            .promo-features { align-items: center; }
            .promo-phone { width: 220px; height: 440px; margin: 0 auto; }
            .todo-interface-card, .b2b-dashboard-mockup { transform: none; margin: 30px auto; }
            .feature-list-styled li { text-align: left; }
        }
        .phone-mockup-wrapper { perspective: 1000px; display: flex; justify-content: center; margin-bottom: 20px; }
        .phone-frame { width: 200px; height: 380px; background: #111; border-radius: 30px; border: 8px solid #222; position: relative; box-shadow: 0 20px 50px rgba(0,0,0,0.5); transform: rotateY(-15deg) rotateX(5deg) rotateZ(-5deg); transition: transform 0.5s ease; overflow: hidden; }
        .phone-frame:hover { transform: rotateY(0) rotateX(0) rotateZ(0); }
        .phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 20px; background: #222; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; z-index: 2; }
        .phone-screen { width: 100%; height: 100%; background: linear-gradient(145deg, #1a1a1a, #000); display: flex; flex-direction: column; padding: 40px 15px 20px; box-sizing: border-box; color: #fff; }
        .ph-header { font-size: 0.7rem; text-transform: uppercase; color: #666; margin-bottom: 15px; text-align: center; letter-spacing: 1px; }
        .ph-status-item { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; font-size: 0.8rem; }
        .ph-dot { width: 10px; height: 10px; border-radius: 50%; background: #333; }
        .ph-dot.active { box-shadow: 0 0 8px currentColor; }
        .ph-text { flex-grow: 1; }
        .ph-text small { display: block; color: #777; font-size: 0.65rem; }
        .ph-big-ampel { display: flex; justify-content: center; gap: 10px; margin-top: auto; margin-bottom: 20px; }
        .ph-light { width: 35px; height: 35px; border-radius: 50%; background: #222; border: 1px solid #444; opacity: 0.3; }
        .ph-light.active { opacity: 1; box-shadow: 0 0 15px currentColor; }
        @media (max-width: 768px) {
            body, html { overflow-x: hidden; width: 100%; }
            .container { padding: 0 15px; width: 100%; }
            .compare-grid { grid-template-columns: 1fr 1fr !important; gap: 5px; }
            .info-grid { display: flex; flex-direction: column; gap: 30px; }
            .info-column { width: 100% !important; padding: 0; text-align: left; }
            .slider-tabs { flex-wrap: wrap; gap: 8px; }
            .slider-tab { font-size: 0.8rem !important; padding: 8px 12px !important; flex: 1 1 auto; }
            .partner-subtabs { margin: -14px 0 20px; gap: 6px; }
            .partner-subtab { font-size: 0.72rem; padding: 7px 10px; }
            .customer-content { grid-template-columns: 1fr !important; display: flex !important; flex-direction: column; width: 100%; box-sizing: border-box; padding: 20px 15px !important; gap: 20px; }
            .customer-content img { width: 100%; height: auto; max-height: 200px; object-fit: cover; margin-bottom: 10px; }
            .customer-text { text-align: left; width: 100%; }
            .customer-content .stats-grid { grid-template-columns: 1fr 1fr 1fr !important; gap: 5px !important; }
            .customer-content .stat-item { padding: 8px 4px !important; }
            .customer-content .stat-item strong { font-size: 0.9rem !important; }
            .customer-content .stat-item span { font-size: 0.65rem !important; line-height: 1.3; }
            img { max-width: 100%; height: auto; }
        }
        /* Text collapse for About section specifically */
        .text-collapse-wrapper {
            max-height: 150px;
            overflow: hidden;
            position: relative;
            transition: max-height 0.8s ease-in-out;
        }
        .text-collapse-wrapper.expanded {
            max-height: none;
            overflow: visible;
        }
        .text-collapse-wrapper::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; width: 100%; height: 100px;
            background: linear-gradient(to bottom, transparent, var(--light-gray-bg));
            pointer-events: none;
            transition: opacity 0.5s;
        }
        .text-collapse-wrapper.expanded::after { opacity: 0; display: none; }
        .about-read-more {
            margin-top: 20px;
            background: transparent;
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
            padding: 10px 25px;
            border-radius: 30px;
            font-family: 'Oswald';
            cursor: pointer;
            transition: all 0.3s;
        }
        .about-read-more:hover { background: var(--primary-color); color: #fff; }
        .about-read-more.hidden { display: none; }
        /* === NEW: AMPEL GATEKEEPER LOGIC (FIXED) === */
        #highlight-ampel.ampel-collapsed {
            height: 320px; 
            padding: 0;
            overflow: hidden; /* Important */
        }
        /* 1. Align Items to Top */
        #highlight-ampel.ampel-collapsed .promo-grid {
            align-items: flex-start; /* Stop vertical centering */
            padding-top: 30px;       /* Space from top edge */
        }
        /* 2. Text Position - Adjusted for visual balance */
        #highlight-ampel.ampel-collapsed .promo-text {
            margin-top: 0;
            position: relative;
            top: -50px; /* <--- Hier geändert (vorher -70px). Zieht den Text sehr stark hoch. */
        }
        /* 3. Phone Position (Fixed) */
        #highlight-ampel.ampel-collapsed .promo-phone-wrapper {
            transform: scale(0.45);
            transform-origin: top center; /* Shrink from top down */
            margin-top: 0;
            opacity: 0.5;
        }
        #highlight-ampel.ampel-collapsed::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: linear-gradient(to bottom, transparent, #000); /* Fade out effect */
            pointer-events: none;
        }
        /* Hide details when collapsed */
        #highlight-ampel.ampel-collapsed .promo-features,
        #highlight-ampel.ampel-collapsed .promo-text p:not(.teaser-text),
        #highlight-ampel.ampel-collapsed .full-content-btn {
            opacity: 0;
            pointer-events: none;
            display: none; /* remove from flow so it shrinks */
        }
        /* === KORRIGIERTE BUTTON LOGIK (Spezifisch pro ID) === */
        /* 1. Basis-Stil: Button hüpft & Pfeil zeigt nach UNTEN (Standard) */
        .ampel-toggle-btn, 
        .gatekeeper-toggle-btn {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 20;
            background: transparent;
            border: none;
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
            opacity: 0.9;
            transition: all 0.3s;
            /* WICHTIG: Animation ist im Standard AN */
            animation: bounceBtn 2s infinite;
        }
        .ampel-toggle-btn .btn-icon,
        .gatekeeper-toggle-btn .btn-icon {
            font-size: 1.2rem;
            transition: transform 0.4s ease;
            /* WICHTIG: Pfeil zeigt im Standard nach UNTEN */
            transform: rotate(0deg);
        }
        .ampel-toggle-btn:hover, 
        .gatekeeper-toggle-btn:hover {
            opacity: 1;
            transform: translateX(-50%) translateY(-3px);
        }
        /* === 2. ZUSTAND: OFFEN (Nur wenn NICHT collapsed) === */
        /* Fall 1: Ampel-Sektion ist OFFEN */
        #highlight-ampel:not(.ampel-collapsed) .ampel-toggle-btn {
            animation: none; /* Stop Hüpfen */
        }
        #highlight-ampel:not(.ampel-collapsed) .ampel-toggle-btn .btn-icon {
            transform: rotate(180deg); /* Pfeil nach OBEN */
        }
        /* Fall 2: Vision-Sektion ist OFFEN */
        #vision-workflow:not(.vision-collapsed) .gatekeeper-toggle-btn {
            animation: none; /* Stop Hüpfen */
        }
        #vision-workflow:not(.vision-collapsed) .gatekeeper-toggle-btn .btn-icon {
            transform: rotate(180deg); /* Pfeil nach OBEN */
        }
        /* Fall 3: Ecosystem-Sektion ist OFFEN */
        #ecosystem-dashboard:not(.eco-collapsed) .gatekeeper-toggle-btn {
            animation: none; /* Stop Hüpfen */
        }
        #ecosystem-dashboard:not(.eco-collapsed) .gatekeeper-toggle-btn .btn-icon {
            transform: rotate(180deg); /* Pfeil nach OBEN */
        }
        /* Animation Definition */
        @keyframes bounceBtn {
            0%, 20%, 50%, 80%, 100% {transform: translateX(-50%) translateY(0);}
            40% {transform: translateX(-50%) translateY(-10px);}
            60% {transform: translateX(-50%) translateY(-5px);}
        }
        /* Hidden Sequence */
        #post-ampel-sequence { display: none; opacity: 0; transition: opacity 0.8s ease; }
        #post-ampel-sequence.visible { display: block; animation: fadeInSeq 0.8s forwards; }
        @keyframes fadeInSeq { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
        /* === NEW: VISION & ECOSYSTEM GATEKEEPER LOGIC === */
        /* VISION SECTION COLLAPSED */
        #vision-workflow.vision-collapsed {
            height: 300px;
            padding: 0;
            overflow: hidden;
        }
        #vision-workflow.vision-collapsed .promo-grid {
            align-items: flex-start;
            padding-top: 30px;
        }
        #vision-workflow.vision-collapsed .promo-text {
            position: relative;
            top: -30px; /* Pull text up */
        }
        #vision-workflow.vision-collapsed .feature-list-styled, 
        #vision-workflow.vision-collapsed p:not(.teaser-text) {
            display: none;
        }
        #vision-workflow.vision-collapsed .todo-interface-card {
            transform: scale(0.5) translateY(-50px);
            opacity: 0.6;
            transform-origin: top center;
        }
        #vision-workflow.vision-collapsed::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: linear-gradient(to bottom, transparent, #1a1a1a); /* Matches alt-bg */
            pointer-events: none;
        }
        /* ECOSYSTEM SECTION COLLAPSED */
        #ecosystem-dashboard.eco-collapsed {
            height: 300px;
            padding: 0;
            overflow: hidden;
        }
        #ecosystem-dashboard.eco-collapsed .promo-grid {
            align-items: flex-start;
            padding-top: 30px;
        }
        #ecosystem-dashboard.eco-collapsed .promo-text {
            position: relative;
            top: -30px;
        }
        #ecosystem-dashboard.eco-collapsed .feature-list-styled, 
        #ecosystem-dashboard.eco-collapsed p:not(.teaser-text) {
            display: none;
        }
        #ecosystem-dashboard.eco-collapsed .b2b-dashboard-mockup {
            transform: scale(0.5) translateY(-50px);
            opacity: 0.6;
            transform-origin: top center;
        }
        #ecosystem-dashboard.eco-collapsed::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: linear-gradient(to bottom, transparent, #000); /* Matches alt-bg-2 */
            pointer-events: none;
        }
        /* Hidden Sequences Wrappers */
        #post-vision-sequence, #post-ecosystem-sequence {
            display: none;
            opacity: 0;
            transition: opacity 0.8s ease;
        }
        #post-vision-sequence.visible, #post-ecosystem-sequence.visible {
            display: block;
            animation: fadeInSeq 0.8s forwards;
        }
        /* === FIX: Scrollen PC + Bild sichtbarer === */
        #damage-modal .modal-content.glass-style {
            /* Hintergrund: Transparenz auf 0.7 reduziert -> Bild ist besser zu sehen */
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.85)), 
                        url("Bilder Index/Schadenmelden.webp") !important;
            background-size: cover !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
            /* Blur bleibt, damit Text lesbar ist */
            backdrop-filter: blur(15px) saturate(120%) !important;
            -webkit-backdrop-filter: blur(15px) saturate(120%) !important;
            /* Farben & Rahmen */
            color: #000 !important;
            border: 1px solid rgba(255, 255, 255, 0.5) !important;
            box-shadow: 0 40px 100px rgba(0,0,0,0.3) !important;
            /* === SCROLL-FIX === */
            /* Zwingt das Modal, maximal 80% der Höhe zu nutzen. Der Rest wird gescrollt. */
            max-height: 80vh !important; 
            height: auto !important;
            overflow-y: auto !important; 
            display: block !important;
            /* Scrollbalken Styling */
            scrollbar-width: thin;
            scrollbar-color: var(--primary-color) rgba(0,0,0,0.1);
        }
        /* Damit man den Scrollbalken am PC auch gut sieht */
        #damage-modal .modal-content.glass-style::-webkit-scrollbar {
            width: 10px;
        }
        #damage-modal .modal-content.glass-style::-webkit-scrollbar-track {
            background: rgba(255,255,255,0.4);
            border-radius: 5px;
        }
        #damage-modal .modal-content.glass-style::-webkit-scrollbar-thumb {
            background-color: var(--primary-color); /* Rot, passend zum Design */
            border-radius: 5px;
            border: 2px solid rgba(255,255,255,0.4);
        }
        #damage-modal h2 {
            color: #000 !important;
            text-shadow: none !important;
            font-weight: 700 !important;
            margin-top: 0 !important;
        }
        #damage-modal label, #damage-modal p, #damage-modal a {
            color: #111 !important;
            text-shadow: none !important;
        }
        #damage-modal input, #damage-modal select {
            background: #ffffff !important;
            border: 1px solid #ccc !important;
            color: #333 !important;
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.05) !important;
        }
        #damage-modal input:focus, #damage-modal select:focus {
            border-color: var(--primary-color) !important;
            background: #fff !important;
            box-shadow: 0 0 0 3px rgba(192, 0, 0, 0.15) !important;
        }
        #damage-modal input::placeholder { color: #999 !important; }
        #damage-modal .checkbox-wrapper {
            background: rgba(0, 0, 0, 0.04) !important;
            border: 1px solid rgba(0,0,0,0.05) !important;
        }
        #damage-modal .checkbox-wrapper label { 
            color: #000 !important; 
            font-weight: 500 !important;
        }
        /* Schließen Button fixieren, damit er beim Scrollen sichtbar bleibt (Optional, aber gut für UX) */
        #damage-modal .close-modal {
            position: sticky !important; /* Bleibt beim Scrollen oben haften */
            top: 0 !important;
            float: right;
            margin-top: -10px; /* Leichte Korrektur */
            margin-right: -10px;
            z-index: 100;
            background: #fff !important;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            color: #333 !important;
        }
        #damage-modal #kundentyp-info-container .kundentyp-info {
            background: rgba(255, 255, 255, 0.6) !important;
            border: 1px solid #ddd !important;
            color: #333 !important;
        }
        /* === GLOBAL POLISH: Elegant & Consistent === */
        :root {
            --surface: #ffffff;
            --surface-muted: #f7f8fb;
            --surface-border: #e5e7eb;
            --text-strong: #111827;
            --text-muted: #6b7280;
            --radius-lg: 22px;
            --radius-md: 16px;
            --shadow-soft: 0 20px 60px rgba(15, 23, 42, 0.08);
            --shadow-hover: 0 26px 70px rgba(15, 23, 42, 0.12);
        }
        body {
            color: var(--text-strong);
            background: #f8fafc;
        }
        .section {
            padding: 72px 0;
            scroll-margin-top: 90px;
        }
        .promo-section {
            padding: 64px 0;
            margin-bottom: 16px;
            scroll-margin-top: 90px;
        }
        .promo-grid { gap: 32px; }
        .trust-grid {
            margin-top: 24px;
            margin-bottom: 40px;
            gap: 18px;
        }
        /* Kompakte, klare Seitenübersicht */
        .section-map {
            position: sticky;
            top: 68px;
            z-index: 1150;
            backdrop-filter: blur(14px) saturate(150%);
            background: rgba(255,255,255,0.75);
            border-bottom: 1px solid var(--surface-border);
            box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
        }
        .section-map__inner {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 0;
            flex-wrap: wrap;
        }
        .section-map__label {
            font-family: 'Oswald', sans-serif;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            font-size: 0.8rem;
            color: #64748b;
        }
        .section-map__links {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            overflow-x: auto;
            white-space: nowrap;
            padding-bottom: 4px;
            -webkit-overflow-scrolling: touch;
            scroll-behavior: smooth;
        }
        .section-map__links a {
            text-decoration: none;
            color: #0f172a;
            background: #ffffff;
            border: 1px solid var(--surface-border);
            padding: 6px 12px;
            border-radius: 999px;
            font-size: 0.85rem;
            transition: all 0.2s ease;
            box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .section-map__links a:hover {
            transform: translateY(-1px);
            border-color: rgba(37, 99, 235, 0.4);
            color: #1d4ed8;
            box-shadow: 0 10px 18px rgba(37, 99, 235, 0.12);
        }
        .section-map__links a.is-active {
            background: #eaf2ff;
            border-color: rgba(37, 99, 235, 0.55);
            color: #1d4ed8;
            box-shadow: 0 12px 20px rgba(37, 99, 235, 0.18);
        }
        .section-map__links a.is-active .map-num {
            background: #1d4ed8;
            color: #fff;
        }
        .map-num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: rgba(15, 23, 42, 0.08);
            font-size: 0.65rem;
            font-weight: 600;
            font-family: 'Oswald', sans-serif;
            transition: all 0.2s ease;
        }
        .section-map__links::-webkit-scrollbar { height: 6px; }
        .section-map__links::-webkit-scrollbar-thumb { background: rgba(15, 23, 42, 0.2); border-radius: 999px; }
        .section-map__links::-webkit-scrollbar-track { background: transparent; }
        .section-title {
            font-family: 'Oswald', sans-serif;
            font-size: clamp(1.8rem, 2.6vw, 2.6rem);
            letter-spacing: 0.4px;
            color: var(--text-strong);
        }
        .section-subtitle {
            font-size: clamp(1rem, 1.4vw, 1.15rem);
            color: var(--text-muted);
        }
        /* Dark-background sections: keep white text */
        #rights .section-title,
        #rights .section-subtitle,
        .promise-section .section-title,
        .promise-section .section-subtitle {
            color: #fff;
        }
        #rights .read-more-btn,
        .promise-section .read-more-btn {
            color: #fff;
            border-color: rgba(255,255,255,0.4);
        }
        .section-group-label {
            color: #8b93a1;
        }
        .section-accordion {
            border-radius: var(--radius-lg);
            border: 1px solid var(--surface-border);
            background: var(--surface);
            box-shadow: var(--shadow-soft);
        }
        .section-accordion.light-bg {
            background: var(--surface);
        }
        /* Dark sections: transparent background to show parallax */
        #rights.section-accordion,
        .promise-section.section-accordion {
            background: transparent;
            border-color: rgba(255,255,255,0.1);
        }
        /* Dark sections: inner elements must also be transparent */
        #rights .info-grid,
        #rights .accordion-content-wrapper,
        .promise-section .promise-grid,
        .promise-section .accordion-content-wrapper {
            background: transparent;
            border: none;
            box-shadow: none;
        }
        .accordion-header-row {
            padding-left: 48px;
            padding-right: 48px;
        }
        .promise-item,
        .benefit-card,
        .trust-card,
        .customer-content,
        .slider-container,
        .info-grid,
        .about-content,
        .accordion-content-wrapper {
            border-radius: var(--radius-md);
            box-shadow: var(--shadow-soft);
        }
        .promise-item,
        .benefit-card,
        .trust-card,
        .customer-content,
        .info-grid,
        .about-content {
            background: var(--surface);
            border: 1px solid var(--surface-border);
        }
        .promise-item:hover,
        .benefit-card:hover,
        .trust-card:hover,
        .customer-content:hover {
            box-shadow: var(--shadow-hover);
            transform: translateY(-4px);
        }
        .promise-item h3,
        .benefit-card h3,
        .trust-card h3 {
            color: var(--text-strong);
        }
        .promise-item p,
        .benefit-card p,
        .trust-card span {
            color: var(--text-muted);
        }
        .cta-button {
            border-radius: 999px;
            box-shadow: 0 10px 26px rgba(192,0,0,0.25);
        }
        .cta-button:hover {
            box-shadow: 0 14px 34px rgba(192,0,0,0.35);
        }
        @media (max-width: 900px) {
            .section { padding: 60px 0; }
            .promo-section { padding: 56px 0; }
            .accordion-header-row { padding-left: 24px; padding-right: 24px; }
        }
        @media (max-width: 600px) {
            .section { padding: 48px 0; }
            .promo-section { padding: 48px 0; }
            .section-title { font-size: clamp(1.5rem, 5vw, 2.1rem); }
            .section-subtitle { font-size: 0.98rem; }
            .section-map { position: relative; top: 0; }
            .section-map__label { display: none; }
        }
        /* ============================================================
           KAPITEL-NUMMERN & VISUELLE FÜHRUNG
           ============================================================ */
        /* Chapter badge on sections with data-chapter */
        [data-chapter] {
            position: relative;
        }
        [data-chapter]::before {
            content: attr(data-chapter);
            position: absolute;
            top: 20px;
            left: 20px;
            font-family: 'Oswald', sans-serif;
            font-size: 3.5rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.06);
            line-height: 1;
            z-index: 1;
            pointer-events: none;
            letter-spacing: 2px;
        }
        /* Light backgrounds: dark chapter numbers */
        .light-bg[data-chapter]::before,
        [data-chapter][style*="background:#fff"]::before {
            color: rgba(0, 0, 0, 0.05);
        }
        /* Chapter label underneath number */
        [data-chapter]::after {
            content: attr(data-chapter-label);
            position: absolute;
            top: 72px;
            left: 22px;
            font-family: 'Oswald', sans-serif;
            font-size: 0.65rem;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.15);
            text-transform: uppercase;
            letter-spacing: 2px;
            z-index: 1;
            pointer-events: none;
        }
        .light-bg[data-chapter]::after,
        [data-chapter][style*="background:#fff"]::after {
            color: rgba(0, 0, 0, 0.12);
        }
        /* Promo sections: adjust chapter position */
        .promo-section[data-chapter]::before {
            top: 30px;
            left: 30px;
            font-size: 4rem;
            color: rgba(255, 255, 255, 0.05);
        }
        /* Promo sections: DON'T override ::after (used by conic glow) */
        .promo-section[data-chapter]::after {
            /* Keep inheriting from .promo-section::after (conic glow) */
            content: '';
        }
        /* Fix: Don't show chapter pseudo-elements on collapsed sections that already have ::after gradient */
        .section-accordion.collapsed[data-chapter]::before {
            z-index: 8;
        }
        .section-accordion.collapsed[data-chapter]::after {
            content: '';
            /* Let the gradient overlay take precedence */
        }
        .section-accordion:not(.collapsed)[data-chapter]::after {
            content: attr(data-chapter-label);
        }
        /* Mobile: smaller chapter numbers */
        @media (max-width: 768px) {
            [data-chapter]::before {
                font-size: 2.5rem;
                top: 12px;
                left: 12px;
            }
            [data-chapter]::after {
                top: 52px;
                left: 14px;
                font-size: 0.55rem;
            }
            .promo-section[data-chapter]::before {
                top: 15px;
                left: 15px;
                font-size: 3rem;
            }
            /* promo ::after stays as conic glow, no chapter label override */
        }
        /* Statement bars: improved transition feel */
        .statement-bar {
            position: relative;
        }
        .statement-bar .statement-sub {
            opacity: 0.6;
            font-size: 0.85rem;
        }
        /* ============================================================
           2026 IMMERSIVE SCROLL EXPERIENCE
           ============================================================ */
        /* --- SCROLL PROGRESS BAR (Top of page) --- */
        .scroll-progress {
            position: fixed;
            top: 0;
            left: 0;
            width: 0%;
            height: 3px;
            background: linear-gradient(90deg, #c00000, #ff4444, #c00000);
            z-index: 9999;
            transition: none;
            box-shadow: 0 0 12px rgba(192, 0, 0, 0.6), 0 0 30px rgba(192, 0, 0, 0.3);
            border-radius: 0 2px 2px 0;
        }
        /* --- CURSOR GLOW (Desktop only) --- */
        .cursor-glow {
            position: fixed;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(192, 0, 0, 0.06) 0%, transparent 70%);
            pointer-events: none;
            z-index: 0;
            transform: translate(-50%, -50%);
            transition: opacity 0.3s;
            opacity: 0;
            mix-blend-mode: screen;
        }
        .cursor-glow.active { opacity: 1; }
        @media (max-width: 768px) { .cursor-glow { display: none; } }
        /* --- ENHANCED REVEAL SYSTEM (Replaces basic data-animate) --- */
        [data-reveal] {
            opacity: 0;
            transform: translateY(40px);
            filter: blur(4px);
            transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                        filter 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: opacity, transform, filter;
        }
        [data-reveal].revealed {
            opacity: 1;
            transform: translateY(0);
            filter: blur(0);
        }
        /* Stagger delays for grid children */
        [data-stagger] > * { 
            opacity: 0; 
            transform: translateY(30px) scale(0.96);
            filter: blur(3px);
            transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                        transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                        filter 0.7s cubic-bezier(0.16, 1, 0.3, 1);
        }
        [data-stagger].stagger-active > *:nth-child(1) { transition-delay: 0.05s; }
        [data-stagger].stagger-active > *:nth-child(2) { transition-delay: 0.12s; }
        [data-stagger].stagger-active > *:nth-child(3) { transition-delay: 0.19s; }
        [data-stagger].stagger-active > *:nth-child(4) { transition-delay: 0.26s; }
        [data-stagger].stagger-active > *:nth-child(5) { transition-delay: 0.33s; }
        [data-stagger].stagger-active > *:nth-child(6) { transition-delay: 0.40s; }
        [data-stagger].stagger-active > *:nth-child(7) { transition-delay: 0.47s; }
        [data-stagger].stagger-active > * {
            will-change: opacity, transform, filter;
        }
        [data-stagger].stagger-active > * {
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: blur(0);
        }
        /* --- CARD GLOW BORDER (Interactive shimmer on hover) --- */
        .benefit-card,
        .promise-item,
        .trust-card,
        .partner-card,
        .faq-item {
            position: relative;
            overflow: hidden;
        }
        .benefit-card::before,
        .promise-item::before,
        .trust-card::before {
            content: '';
            position: absolute;
            top: 0; left: -100%;
            width: 100%; height: 100%;
            background: linear-gradient(90deg, transparent, rgba(192, 0, 0, 0.08), transparent);
            transition: left 0.6s ease;
            z-index: 0;
            pointer-events: none;
        }
        .benefit-card:hover::before,
        .promise-item:hover::before,
        .trust-card:hover::before {
            left: 100%;
        }
        .benefit-card > *,
        .promise-item > *,
        .trust-card > * {
            position: relative;
            z-index: 1;
        }
        /* --- GRADIENT GLOW ACCENT on dark sections --- */
        .promo-section::before {
            content: '';
            position: absolute;
            top: -200px;
            right: -200px;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(192, 0, 0, 0.15) 0%, transparent 70%);
            pointer-events: none;
            z-index: 0;
            animation: ambientFloat 12s ease-in-out infinite alternate;
        }
        @keyframes ambientFloat {
            0% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(-80px, 60px) scale(1.2); }
            100% { transform: translate(40px, -40px) scale(0.9); }
        }
        /* --- ANIMATED COUNTER --- */
        .counter-value {
            display: inline-block;
            font-variant-numeric: tabular-nums;
            transition: all 0.3s;
        }
        /* --- FLOATING ICON BREATH --- */
        .benefit-card .icon,
        .process-step .icon {
            animation: iconBreath 4s ease-in-out infinite;
        }
        @keyframes iconBreath {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-4px); }
        }
        .benefit-card:hover .icon {
            animation: iconPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
        }
        @keyframes iconPop {
            0% { transform: scale(1); }
            50% { transform: scale(1.3) rotate(5deg); }
            100% { transform: scale(1.15) rotate(0deg); }
        }
        /* --- STATEMENT DIVIDERS (Full-width dramatic separators) --- */
        .statement-bar {
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
            padding: 50px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
            margin: 0;
        }
        .statement-bar::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse at center, rgba(192, 0, 0, 0.12), transparent 70%);
            pointer-events: none;
        }
        .statement-bar h3 {
            font-family: 'Oswald', sans-serif;
            font-size: clamp(1.4rem, 3vw, 2.4rem);
            font-weight: 600;
            color: #fff;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin: 0;
            position: relative;
            z-index: 1;
            opacity: 0;
            transform: scale(0.9);
            transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .statement-bar.revealed h3 {
            opacity: 1;
            transform: scale(1);
        }
        .statement-bar .statement-sub {
            font-family: 'Roboto', sans-serif;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.5);
            margin-top: 8px;
            letter-spacing: 3px;
            text-transform: uppercase;
            position: relative;
            z-index: 1;
        }
        /* --- GRADIENT TEXT (Animated shimmer on headings) --- */
        .gradient-text {
            background: linear-gradient(90deg, #c00000, #ff4444, #c00000, #ff4444);
            background-size: 300% 100%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: gradientShift 6s ease infinite;
        }
        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        /* --- SECTION ENTRANCE (Perspective tilt on scroll) --- */
        .section-accordion {
            transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                        transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                        opacity 0.6s ease,
                        box-shadow 0.6s ease;
        }
        /* --- ENHANCED PARTNER CARDS (Glow on hover) --- */
        .partner-card {
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                        background 0.4s, 
                        box-shadow 0.4s;
        }
        .partner-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(192, 0, 0, 0.15), 
                        0 0 0 1px rgba(192, 0, 0, 0.2);
        }
        /* --- FAQ ITEMS: Smooth expand with glow --- */
        .faq-item {
            transition: all 0.3s ease;
        }
        .faq-item:has(details[open]) {
            border-color: rgba(192, 0, 0, 0.3);
            box-shadow: 0 8px 30px rgba(192, 0, 0, 0.08);
        }
        /* --- NOISE TEXTURE OVERLAY (Subtle grain for premium feel) --- */
        body::after {
            content: '';
            position: fixed;
            inset: 0;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
            pointer-events: none;
            z-index: 9998;
            opacity: 0.4;
            mix-blend-mode: overlay;
        }
        /* --- SCROLL-LINKED PARALLAX for promo visuals --- */
        .promo-phone-wrapper,
        .todo-interface-card,
        .b2b-dashboard-mockup {
            transition: transform 0.1s linear;
        }
        /* --- GATEKEEPER ENHANCED: Bigger collapsed state --- */
        @media (min-width: 769px) {
            #highlight-ampel.ampel-collapsed { height: 220px; }
            #vision-workflow.vision-collapsed { height: 220px; }
            #ecosystem-dashboard.eco-collapsed { height: 220px; }
        }
        /* --- SMOOTH SECTION TRANSITIONS (Dark/Light rhythm) --- */
        .section:nth-child(even) {
            background: linear-gradient(180deg, #fafbfe 0%, #f0f2f7 100%);
        }
        /* --- REVIEWS / SOCIAL PROOF GLOW --- */
        .reviews-section {
            position: relative;
        }
        /* --- CONTACT CARD AMBIENT --- */
        #contact .contact-card {
            animation: cardPulse 6s ease-in-out infinite;
        }
        @keyframes cardPulse {
            0%, 100% { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
            50% { box-shadow: 0 25px 60px rgba(192, 0, 0, 0.25), 0 20px 50px rgba(0, 0, 0, 0.5); }
        }
        /* --- SMOOTH VIEW TRANSITIONS --- */
        @view-transition { navigation: auto; }
        ::view-transition-old(root) { animation: fadeOut 0.3s ease; }
        ::view-transition-new(root) { animation: fadeIn 0.3s ease; }
        /* --- SCROLL-SNAP (Optional sections) --- */
        @media (min-width: 900px) {
            .promo-section {
                scroll-snap-align: start;
                scroll-snap-stop: normal;
            }
        }
        /* --- USP BAR ANIMATION --- */
        .mobile-usp-bar .usp-icon-item {
            opacity: 0;
            transform: translateY(15px);
            animation: uspReveal 0.6s ease forwards;
        }
        .mobile-usp-bar .usp-icon-item:nth-child(1) { animation-delay: 0.1s; }
        .mobile-usp-bar .usp-icon-item:nth-child(2) { animation-delay: 0.2s; }
        .mobile-usp-bar .usp-icon-item:nth-child(3) { animation-delay: 0.3s; }
        .mobile-usp-bar .usp-icon-item:nth-child(4) { animation-delay: 0.4s; }
        @keyframes uspReveal {
            to { opacity: 1; transform: translateY(0); }
        }
        /* --- ENHANCED SECTION MAP ACTIVE STATE --- */
        .section-map__links a.is-active {
            background: linear-gradient(135deg, #c00000, #a00000);
            color: #fff !important;
            border-color: #c00000;
            box-shadow: 0 6px 20px rgba(192, 0, 0, 0.3);
        }
        .section-map__links a.is-active:hover {
            color: #fff !important;
        }
        /* ====================================================================
           2026 ROUND 2: NATIVE CSS SCROLL-DRIVEN ANIMATIONS
           animation-timeline: view() — off-main-thread, 60fps
           Chrome 115+, Edge 115+, Safari 26+
           Fallback: Existing IntersectionObserver system (Firefox)
           ==================================================================== */
        /* --- CSS @property: Smooth Gradient Rotation --- */
        @property --glow-angle {
            syntax: '<angle>';
            initial-value: 135deg;
            inherits: false;
        }
        /* --- Conic Glow Sweep on Promo Sections --- */
        .promo-section::after {
            content: '';
            position: absolute;
            inset: 0;
            background: conic-gradient(from var(--glow-angle), transparent 0%, rgba(192,0,0,0.08) 10%, transparent 20%);
            animation: spinConicGlow 10s linear infinite;
            pointer-events: none;
            z-index: 0;
        }
        @keyframes spinConicGlow {
            to { --glow-angle: 495deg; }
        }
        /* --- Floating Scroll Orbs (Decorative) --- */
        .scroll-orb {
            position: fixed;
            border-radius: 50%;
            pointer-events: none;
            z-index: -1;
            mix-blend-mode: screen;
            opacity: 0.6;
            will-change: transform;
        }
        .scroll-orb--1 {
            width: 350px; height: 350px;
            background: radial-gradient(circle, rgba(192,0,0,0.06) 0%, transparent 70%);
            top: 15%; right: -120px;
        }
        .scroll-orb--2 {
            width: 250px; height: 250px;
            background: radial-gradient(circle, rgba(255,68,68,0.05) 0%, transparent 70%);
            top: 45%; left: -80px;
        }
        .scroll-orb--3 {
            width: 280px; height: 280px;
            background: radial-gradient(circle, rgba(192,0,0,0.04) 0%, transparent 70%);
            top: 72%; right: 5%;
        }
        /* --- Scroll Mouse Indicator in Hero --- */
        .scroll-indicator {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            opacity: 0;
            animation: fadeInIndicator 1s ease 5.5s forwards;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
        }
        .scroll-mouse {
            width: 24px; height: 40px;
            border: 2px solid rgba(255,255,255,0.4);
            border-radius: 12px;
            display: flex;
            justify-content: center;
        }
        .scroll-mouse::after {
            content: '';
            width: 3px; height: 8px;
            background: var(--primary-color);
            border-radius: 2px;
            margin-top: 8px;
            animation: scrollWheelBounce 2s ease-in-out infinite;
        }
        @keyframes scrollWheelBounce {
            0%, 100% { transform: translateY(0); opacity: 1; }
            50% { transform: translateY(12px); opacity: 0; }
        }
        @keyframes fadeInIndicator {
            to { opacity: 1; }
        }
        .scroll-label {
            font-size: 0.65rem;
            color: rgba(255,255,255,0.35);
            letter-spacing: 3px;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
        }
        /* --- Button Ripple Hover Effect --- */
        .cta-button, .glass-btn-blue {
            position: relative;
            overflow: hidden;
        }
        .cta-button::after, .glass-btn-blue::after {
            content: '';
            position: absolute;
            top: 50%; left: 50%;
            width: 0; height: 0;
            background: radial-gradient(circle, rgba(255,255,255,0.2), transparent 70%);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.5s ease, height 0.5s ease;
            pointer-events: none;
        }
        .cta-button:hover::after, .glass-btn-blue:hover::after {
            width: 400px; height: 400px;
        }
        /* --- Enhanced 3D Card Base --- */
        .benefit-card, .promise-item, .partner-card, .trust-card, .process-step {
            transform-style: preserve-3d;
        }
        /* --- Scroll Progress: Animated Gradient --- */
        .scroll-progress {
            background: linear-gradient(90deg, #c00000, #ff4444, #c00000) !important;
            background-size: 200% 100% !important;
            animation: progressGradientShift 3s linear infinite !important;
        }
        @keyframes progressGradientShift {
            0% { background-position: 0% 50%; }
            100% { background-position: 200% 50%; }
        }
        /* ============================================================================
           NATIVE SCROLL-DRIVEN ANIMATIONS (CSS Only)
           Sections animate as they scroll into view — continuously linked to scroll
           ============================================================================ */
        @supports (animation-timeline: view()) {
            /* --- KEYFRAMES: Section Entrances --- */
            @keyframes scrollFadeScale {
                from { opacity: 0; transform: translateY(80px) scale(0.88); filter: blur(6px); }
                to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0px); }
            }
            /* Mobile-safe version: No blur (causes permanent fog on bottom sections) */
            @keyframes scrollFadeSimple {
                from { opacity: 0; transform: translateY(40px) scale(0.95); }
                to { opacity: 1; transform: translateY(0) scale(1); }
            }
            @keyframes scrollPromo3D {
                from { opacity: 0; transform: perspective(1200px) rotateX(10deg) translateY(100px) scale(0.88); }
                to { opacity: 1; transform: perspective(1200px) rotateX(0deg) translateY(0) scale(1); }
            }
            @keyframes scrollSlideLeft {
                from { opacity: 0; transform: perspective(800px) translateX(-120px) rotateY(25deg) scale(0.9); }
                to { opacity: 1; transform: perspective(800px) translateX(0) rotateY(0) scale(1); }
            }
            @keyframes scrollSlideRight {
                from { opacity: 0; transform: perspective(800px) translateX(120px) rotateY(-25deg) scale(0.9); }
                to { opacity: 1; transform: perspective(800px) translateX(0) rotateY(0) scale(1); }
            }
            @keyframes scrollClipReveal {
                from { clip-path: inset(0 100% 0 0); }
                to { clip-path: inset(0 0 0 0); }
            }
            @keyframes scrollWipeIn {
                from { clip-path: inset(0 100% 0 0); opacity: 0; }
                to { clip-path: inset(0 0 0 0); opacity: 1; }
            }
            @keyframes scrollParallaxFloat {
                from { transform: translateY(60px); }
                to { transform: translateY(-60px); }
            }
            @keyframes scrollCardPop {
                from { opacity: 0; transform: scale(0.5) rotate(-8deg); }
                60% { transform: scale(1.05) rotate(1deg); }
                to { opacity: 1; transform: scale(1) rotate(0); }
            }
            @keyframes scrollRiseDepth {
                from { opacity: 0; transform: perspective(600px) translateZ(-200px) rotateX(12deg); }
                to { opacity: 1; transform: perspective(600px) translateZ(0) rotateX(0); }
            }
            @keyframes scrollStepCascade {
                from { opacity: 0; transform: translateY(50px) scale(0.85) rotateZ(-3deg); }
                to { opacity: 1; transform: translateY(0) scale(1) rotateZ(0); }
            }
            @keyframes scrollFaqSlide {
                from { opacity: 0; transform: translateX(-40px) scale(0.96); }
                to { opacity: 1; transform: translateX(0) scale(1); }
            }
            /* --- SECTIONS: Scale + Fade + Blur In --- */
            .section-accordion,
            #customer-slider-section,
            #about {
                animation: scrollFadeScale linear both;
                animation-timeline: view();
                animation-range: entry 0% cover 30%;
            }
            /* --- PROMO SECTIONS: 3D Perspective Entrance --- */
            .promo-section {
                animation: scrollPromo3D linear both, spinConicGlow 10s linear infinite;
                animation-timeline: view(), auto;
                animation-range: entry 0% cover 35%, normal;
                transform-origin: center bottom;
            }
            /* --- PARTNER SECTION --- */
            .partner-cta-section {
                animation: scrollFadeScale linear both;
                animation-timeline: view();
                animation-range: entry 0% cover 30%;
            }
            /* --- CONTACT: Rise from Depth --- */
            #contact {
                animation: scrollRiseDepth linear both;
                animation-timeline: view();
                animation-range: entry 5% cover 35%;
            }
            /* --- CARDS: Alternate Left/Right 3D Slide --- */
            .benefit-card:nth-child(odd),
            .promise-item:nth-child(odd),
            .partner-card:nth-child(odd) {
                animation: scrollSlideLeft linear both;
                animation-timeline: view();
                animation-range: entry 0% cover 40%;
            }
            .benefit-card:nth-child(even),
            .promise-item:nth-child(even),
            .partner-card:nth-child(even) {
                animation: scrollSlideRight linear both;
                animation-timeline: view();
                animation-range: entry 0% cover 40%;
            }
            /* --- PROCESS STEPS: Staggered Cascade with Rotation --- */
            .process-step:nth-child(1) { animation: scrollStepCascade linear both; animation-timeline: view(); animation-range: entry 0% cover 30%; }
            .process-step:nth-child(2) { animation: scrollStepCascade linear both; animation-timeline: view(); animation-range: entry 5% cover 35%; }
            .process-step:nth-child(3) { animation: scrollStepCascade linear both; animation-timeline: view(); animation-range: entry 10% cover 40%; }
            .process-step:nth-child(4) { animation: scrollStepCascade linear both; animation-timeline: view(); animation-range: entry 15% cover 45%; }
            /* --- TRUST CARDS: Pop + Rotate In --- */
            .trust-card {
                animation: scrollCardPop linear both;
                animation-timeline: view();
                animation-range: entry 0% cover 35%;
            }
            /* --- HEADLINES: Clip-Path Reveal from Left --- */
            main .section-title {
                animation: scrollClipReveal linear both;
                animation-timeline: view();
                animation-range: entry 10% cover 25%;
            }
            /* --- STATEMENT BARS: Dramatic Wipe In --- */
            .statement-bar {
                animation: scrollWipeIn linear both;
                animation-timeline: view();
                animation-range: entry 0% cover 30%;
            }
            /* --- PROMO VISUALS: Continuous Scroll Parallax --- */
            .promo-phone-wrapper,
            .todo-interface-card,
            .b2b-dashboard-mockup {
                animation: scrollParallaxFloat linear both;
                animation-timeline: view();
                animation-range: cover 0% cover 100%;
                transition: none !important;
            }
            /* --- FAQ ITEMS: Cascade Slide --- */
            .faq-item {
                animation: scrollFaqSlide linear both;
                animation-timeline: view();
                animation-range: entry 0% cover 25%;
            }
            /* --- CONTACT CARD: Combined Scroll + Ambient --- */
            #contact .contact-card {
                animation: scrollRiseDepth linear both, cardPulse 6s ease-in-out infinite;
                animation-timeline: view(), auto;
                animation-range: entry 10% cover 40%, normal;
            }
            /* --- Disable conflicting JS tilt on section-accordions --- */
            .section-accordion {
                transform-origin: center bottom;
            }
            /* --- Mobile: Simplify 3D to fade (NO BLUR) --- */
            @media (max-width: 768px) {
                /* Cards: Remove 3D left/right, use simple fade without blur */
                .benefit-card:nth-child(odd),
                .benefit-card:nth-child(even),
                .promise-item:nth-child(odd),
                .promise-item:nth-child(even) {
                    animation-name: scrollFadeSimple;
                    animation-range: entry 0% cover 30%;
                }
                /* Partner cards: DISABLE scroll animation (horizontal scroller conflict) */
                .partner-card:nth-child(odd),
                .partner-card:nth-child(even) {
                    animation: none !important;
                    opacity: 1 !important;
                    transform: none !important;
                    filter: none !important;
                }
                .process-step:nth-child(1),
                .process-step:nth-child(2),
                .process-step:nth-child(3),
                .process-step:nth-child(4) {
                    animation-name: scrollFadeSimple;
                    animation-range: entry 0% cover 30%;
                }
                /* Promo sections: Simple fade without blur */
                .promo-section {
                    animation: scrollFadeSimple linear both;
                    animation-timeline: view();
                    animation-range: entry 0% cover 30%;
                }
                /* Partner section: Simple fade, NO blur */
                .partner-cta-section {
                    animation: scrollFadeSimple linear both;
                    animation-timeline: view();
                    animation-range: entry 0% cover 25%;
                }
                /* Sections/accordions: No blur version */
                .section-accordion,
                #customer-slider-section,
                #about {
                    animation: scrollFadeSimple linear both;
                    animation-timeline: view();
                    animation-range: entry 0% cover 25%;
                }
                /* Headlines: Remove clip-path, simple fade */
                main .section-title {
                    animation: scrollFadeSimple linear both;
                    animation-timeline: view();
                    animation-range: entry 0% cover 20%;
                }
                /* Statement bars: Remove clip-path wipe, simple fade */
                .statement-bar {
                    animation: scrollFadeSimple linear both;
                    animation-timeline: view();
                    animation-range: entry 0% cover 25%;
                }
                /* Contact: NO scroll animation at all (bottom of page = incomplete range) */
                #contact {
                    animation: none !important;
                    opacity: 1 !important;
                    transform: none !important;
                    filter: none !important;
                }
                /* Contact card: Pulse only, no scroll-linked animation */
                #contact .contact-card {
                    animation: cardPulse 6s ease-in-out infinite;
                    animation-timeline: auto;
                    opacity: 1 !important;
                    filter: none !important;
                }
                /* Trust cards: Simple fade without blur */
                .trust-card {
                    animation: scrollFadeSimple linear both;
                    animation-timeline: view();
                    animation-range: entry 0% cover 30%;
                }
                /* FAQ: Simple fade without blur */
                .faq-item {
                    animation: scrollFadeSimple linear both;
                    animation-timeline: view();
                    animation-range: entry 0% cover 20%;
                }
                /* Reduce parallax range on mobile */
                .promo-phone-wrapper,
                .todo-interface-card,
                .b2b-dashboard-mockup {
                    animation: scrollParallaxFloat linear both;
                    animation-timeline: view();
                    animation-range: cover 20% cover 80%;
                }
            }
        }
        /* --- Scroll Orbs: Scroll-linked Float --- */
        @supports (animation-timeline: scroll()) {
            @keyframes orbDrift1 { from { transform: translateY(0) rotate(0deg); } to { transform: translateY(-600px) rotate(180deg); } }
            @keyframes orbDrift2 { from { transform: translateY(0) scale(0.8); } to { transform: translateY(-800px) scale(1.4); } }
            @keyframes orbDrift3 { from { transform: translateY(100px); } to { transform: translateY(-500px); } }
            .scroll-orb--1 { animation: orbDrift1 linear both; animation-timeline: scroll(); }
            .scroll-orb--2 { animation: orbDrift2 linear both; animation-timeline: scroll(); }
            .scroll-orb--3 { animation: orbDrift3 linear both; animation-timeline: scroll(); }
        }
        /* --- Orbs: Hide on mobile --- */
        @media (max-width: 768px) {
            .scroll-orb { display: none; }
            .scroll-indicator { bottom: 20px; }
            /* Disable preserve-3d on mobile (causes Safari rendering glitches) */
            .benefit-card, .promise-item, .partner-card, .trust-card, .process-step {
                transform-style: flat;
            }
            /* Disable conic glow overlay on mobile (covers content) */
            .promo-section::after {
                display: none;
            }
            /* Button ripple: contain overflow on mobile */
            .cta-button, .glass-btn-blue {
                overflow: hidden;
            }
            /* Remove button ::after on mobile (no hover available) */
            .cta-button::after, .glass-btn-blue::after {
                display: none;
            }
            /* Ensure body doesn't overflow horizontally */
            html, body {
                overflow-x: hidden;
            }
            /* Noise texture: reduce on mobile for performance */
            body::after {
                opacity: 0.15;
            }
            /* Statement bars: reduce padding on mobile */
            .statement-bar {
                padding: 30px 15px;
            }
            /* Cursor glow: already hidden via earlier rule */
        }
