.elementor-kit-6{--e-global-color-primary:#0F4C75;--e-global-color-secondary:#0A3454;--e-global-color-text:#1B6FA8;--e-global-color-accent:#F7931E;--e-global-color-e361b63:#E5850F;--e-global-color-4be3b27:#F8FAFC;--e-global-color-2d889b2:#EEF5FC;--e-global-color-c90beaa:#1A1A2E;--e-global-color-7852201:#475569;--e-global-color-fff5612:#94A3B8;--e-global-color-1d3ed68:#10B981;--e-global-color-f839117:#E2E8F0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-960e172-font-family:"Inter";--e-global-typography-6b1bd68-font-family:"Plus Jakarta Sans";--e-global-typography-a72def0-font-size:16px;--e-global-typography-a72def0-font-weight:400;--e-global-typography-a72def0-line-height:1.7px;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 h1{font-family:"Plus Jakarta Sans", Sans-serif;font-size:48px;font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:8px;--container-default-padding-right:12px;--container-default-padding-bottom:20px;--container-default-padding-left:28px;}.elementor-widget:not(:last-child){--kit-widget-spacing:100px;}.elementor-element{--widgets-spacing:100px 0px;--widgets-spacing-row:100px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== RESET & BASE ===== */
        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; font-size: 16px; }
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            color: #1a1a2e;
            background: #ffffff;
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
            padding-top: 70px;
        }
        img { max-width: 100%; display: block; }
        a { text-decoration: none; color: inherit; }

        /* ===== HEADING FONT ===== */
        h1, h2, h3, h4, .section-title, .hero h1, .calc-header h3, .stat-number, .result-amount-big, .nav-cta-btn {
            font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
        }

        /* ===== CSS VARIABLES ===== */
        :root {
            --primary: #0f4c75;
            --primary-dark: #0a3454;
            --primary-light: #1b6fa8;
            --accent: #f7931e;
            --accent-hover: #e5850f;
            --accent-light: #fff3e0;
            --green: #10b981;
            --green-light: #d1fae5;
            --red: #ef4444;
            --yellow: #f59e0b;
            --bg-light: #f8fafc;
            --bg-blue: #eef5fc;
            --text-dark: #1a1a2e;
            --text-body: #475569;
            --text-muted: #94a3b8;
            --border: #e2e8f0;
            --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
            --shadow-md: 0 4px 16px rgba(0,0,0,0.1);
            --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
            --shadow-xl: 0 20px 60px rgba(0,0,0,0.15);
            --radius-sm: 8px;
            --radius-md: 12px;
            --radius-lg: 20px;
            --radius-xl: 28px;
            --max-width: 1200px;
        }

        /* ===== UTILITIES ===== */
        .container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
        .section { padding: 100px 0; }
        .section-alt { background: var(--bg-light); }
        .section-dark { background: var(--primary); color: #fff; }
        .text-center { text-align: center; }
        .text-accent { color: var(--accent); }
        .text-primary { color: var(--primary); }
        .text-green { color: var(--green); }
        .text-muted { color: var(--text-muted); }

        .section-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--primary-light);
            margin-bottom: 16px;
        }
        .section-label .dot {
            width: 8px; height: 8px;
            background: var(--accent);
            border-radius: 50%;
            display: inline-block;
        }
        .section-title {
            font-size: clamp(2rem, 4vw, 2.8rem);
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
            color: var(--text-dark);
        }
        .section-subtitle {
            font-size: 1.15rem;
            color: var(--text-body);
            max-width: 650px;
            margin: 0 auto 48px;
            line-height: 1.8;
        }

        /* ===== BUTTONS ===== */
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 36px;
            font-size: 1rem;
            font-weight: 700;
            border-radius: 60px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: inherit;
            text-align: center;
            justify-content: center;
        }
        .btn-primary {
            background: var(--accent);
            color: #fff;
            box-shadow: 0 4px 20px rgba(247,147,30,0.35);
        }
        .btn-primary:hover {
            background: var(--accent-hover);
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(247,147,30,0.45);
        }
        .btn-outline {
            background: transparent;
            color: var(--primary);
            border: 2px solid var(--primary);
        }
        .btn-outline:hover {
            background: var(--primary);
            color: #fff;
            transform: translateY(-2px);
        }
        .btn-white {
            background: #fff;
            color: var(--primary);
            box-shadow: var(--shadow-md);
        }
        .btn-white:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
        }
        .btn svg { width: 20px; height: 20px; flex-shrink: 0; }

        /* ===== UNIFIED NAV ===== */
        .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(15,76,117,0.08); transition: all 0.3s ease; }
        .nav.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
        .nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
        .nav-logo { display: flex; align-items: center; }
        .nav-logo img { display: block; height: 36px; width: auto; }
        .nav-links { display: flex; align-items: center; gap: 8px; }
        .nav-links > a, .nav-dropdown-trigger { font-size: 0.9rem; font-weight: 500; color: #374151; padding: 8px 14px; border-radius: 8px; transition: all 0.2s ease; text-decoration: none; cursor: pointer; background: none; border: none; display: flex; align-items: center; gap: 4px; }
        .nav-links > a:hover, .nav-dropdown-trigger:hover { color: #0f4c75; background: rgba(15,76,117,0.06); }
        .nav-dropdown { position: relative; }
        .nav-dropdown-menu { display: none; position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: white; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.12); padding: 8px; min-width: 220px; z-index: 100; }
        .nav-dropdown:hover .nav-dropdown-menu { display: block; }
        .nav-dropdown-menu a { display: block; padding: 10px 16px; font-size: 0.88rem; color: #374151; border-radius: 8px; transition: all 0.2s; text-decoration: none; }
        .nav-dropdown-menu a:hover { background: rgba(15,76,117,0.06); color: #0f4c75; }
        .nav-cta-btn { background: linear-gradient(135deg, #f7931e, #f5a623); color: white; padding: 10px 22px; border-radius: 50px; font-weight: 700; font-size: 0.88rem; text-decoration: none; transition: all 0.3s ease; white-space: nowrap; }
        .nav-cta-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(247,147,30,0.35); }
        .nav-mobile-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
        .nav-mobile-toggle span { display: block; width: 24px; height: 2px; background: #374151; border-radius: 2px; transition: all 0.3s ease; }

        @media (max-width: 768px) {
            .nav-links { display: none; position: fixed; top: 70px; left: 0; right: 0; background: white; flex-direction: column; padding: 16px; box-shadow: 0 12px 40px rgba(0,0,0,0.1); gap: 0; }
            .nav-links.active { display: flex; }
            .nav-links > a, .nav-dropdown-trigger { padding: 14px 16px; font-size: 1rem; width: 100%; }
            .nav-dropdown-menu { position: static; transform: none; box-shadow: none; padding: 0 0 0 16px; display: none; }
            .nav-dropdown.active .nav-dropdown-menu { display: block; }
            .nav-mobile-toggle { display: flex; }
            .nav-cta-btn { padding: 8px 18px; font-size: 0.82rem; }
        }

        /* ===== HERO ===== */
        .hero {
            padding-top: 140px;
            padding-bottom: 100px;
            background: linear-gradient(170deg, #ffffff 0%, #eef5fc 40%, #e4f0f9 70%, #dbe9f4 100%);
            position: relative;
            overflow: hidden;
        }
        .hero::before {
            content: '';
            position: absolute;
            top: -200px;
            right: -150px;
            width: 700px;
            height: 700px;
            background: radial-gradient(circle, rgba(15,76,117,0.07) 0%, transparent 60%);
            border-radius: 50%;
            animation: floatBlob 20s ease-in-out infinite;
        }
        .hero::after {
            content: '';
            position: absolute;
            bottom: -150px;
            left: -100px;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(247,147,30,0.08) 0%, transparent 60%);
            border-radius: 50%;
            animation: floatBlob 25s ease-in-out infinite reverse;
        }
        @keyframes floatBlob {
            0%, 100% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(30px, -20px) scale(1.05); }
            66% { transform: translate(-20px, 15px) scale(0.95); }
        }
        /* Floating particles */
        .hero-particles {
            position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;
        }
        .particle {
            position: absolute;
            border-radius: 50%;
            opacity: 0.15;
            animation: particleFloat linear infinite;
        }
        @keyframes particleFloat {
            0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
            10% { opacity: 0.15; }
            90% { opacity: 0.15; }
            100% { transform: translateY(-10vh) rotate(360deg); opacity: 0; }
        }
        .hero-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }
        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--accent-light);
            color: var(--accent);
            font-size: 0.85rem;
            font-weight: 700;
            padding: 8px 20px;
            border-radius: 60px;
            margin-bottom: 24px;
            border: 1px solid rgba(247,147,30,0.2);
        }
        .hero-badge .pulse {
            width: 8px; height: 8px;
            background: var(--accent);
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }
        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.5); }
        }
        .hero h1 {
            font-size: clamp(2.4rem, 5vw, 3.5rem);
            font-weight: 900;
            line-height: 1.12;
            color: var(--text-dark);
            margin-bottom: 24px;
        }
        .hero h1 .highlight {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero-description {
            font-size: 1.18rem;
            color: var(--text-body);
            margin-bottom: 36px;
            line-height: 1.8;
        }
        .hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
        .hero-trust {
            display: flex;
            gap: 32px;
            align-items: center;
            flex-wrap: wrap;
        }
        .hero-trust-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.88rem;
            color: var(--text-muted);
            font-weight: 500;
        }
        .hero-trust-item svg { width: 18px; height: 18px; color: var(--green); flex-shrink: 0; }

        .hero-countdown {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 20px;
            padding: 8px 18px;
            background: rgba(239,68,68,0.08);
            border: 1px solid rgba(239,68,68,0.2);
            border-radius: 60px;
            font-size: 0.82rem;
            color: #b91c1c;
            font-weight: 500;
        }
        .hero-countdown svg { width: 16px; height: 16px; color: #ef4444; flex-shrink: 0; }
        .hero-countdown strong { font-weight: 800; }

        /* ===== CALCULATOR CARD (Hero) ===== */
        .calc-card {
            background: rgba(255,255,255,0.85);
            backdrop-filter: blur(20px);
            border-radius: var(--radius-xl);
            box-shadow: 0 20px 60px rgba(15,76,117,0.12), 0 1px 3px rgba(0,0,0,0.06);
            padding: 40px;
            border: 1px solid rgba(255,255,255,0.6);
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        .calc-card:hover {
            box-shadow: 0 24px 70px rgba(15,76,117,0.16), 0 2px 6px rgba(0,0,0,0.08);
            transform: translateY(-4px);
        }
        .calc-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
            background-size: 200% 100%;
            animation: shimmer 3s linear infinite;
        }
        .calc-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 28px;
        }
        .calc-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
            border-radius: var(--radius-sm);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .calc-icon svg { width: 24px; height: 24px; color: #fff; }
        .calc-header h3 {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--text-dark);
        }
        .calc-header p {
            font-size: 0.85rem;
            color: var(--text-muted);
            margin-top: 2px;
        }
        .calc-input-group {
            margin-bottom: 24px;
        }
        .calc-input-group label {
            display: block;
            font-size: 0.88rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }
        .calc-input-wrap {
            position: relative;
        }
        .calc-input-wrap input {
            width: 100%;
            padding: 16px 70px 16px 20px;
            font-size: 1.3rem;
            font-weight: 700;
            border: 2px solid var(--border);
            border-radius: var(--radius-sm);
            color: var(--text-dark);
            font-family: inherit;
            transition: border-color 0.2s;
            background: var(--bg-light);
        }
        .calc-input-wrap input:focus {
            outline: none;
            border-color: var(--primary);
            background: #fff;
        }
        .calc-input-wrap .unit {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--text-muted);
        }
        .calc-result {
            background: linear-gradient(135deg, var(--bg-blue) 0%, #e8f4f8 100%);
            border-radius: var(--radius-md);
            padding: 28px;
            text-align: center;
            margin-bottom: 20px;
            border: 1px solid rgba(15,76,117,0.1);
        }
        .calc-result-label {
            font-size: 0.82rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--primary-light);
            margin-bottom: 8px;
        }
        .calc-result-amount {
            font-size: 3rem;
            font-weight: 900;
            color: var(--primary);
            line-height: 1;
        }
        .calc-result-amount .currency { font-size: 1.8rem; margin-right: 4px; }
        .calc-result-period {
            font-size: 0.88rem;
            color: var(--text-muted);
            margin-top: 6px;
        }
        .calc-breakdown {
            padding: 0;
            list-style: none;
            margin-bottom: 24px;
        }
        .calc-breakdown li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            font-size: 0.9rem;
            color: var(--text-body);
            border-bottom: 1px solid var(--border);
        }
        .calc-breakdown li:last-child {
            border-bottom: none;
            font-weight: 700;
            color: var(--primary);
        }
        .calc-breakdown .amount { font-weight: 600; }
        .calc-min-note {
            font-size: 0.78rem;
            color: var(--text-muted);
            text-align: center;
            margin-top: 8px;
        }

        /* ===== STATS BAR ===== */
        .stats-bar {
            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
            padding: 56px 0;
            position: relative;
            overflow: hidden;
        }
        .stats-bar::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23ffffff' fill-opacity='0.03'/%3E%3C/svg%3E");
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            position: relative;
            z-index: 1;
        }
        .stat-item {
            text-align: center;
            background: rgba(255,255,255,0.08);
            border-radius: var(--radius-md);
            padding: 28px 16px;
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255,255,255,0.1);
            transition: all 0.3s ease;
        }
        .stat-item:hover {
            background: rgba(255,255,255,0.12);
            transform: translateY(-3px);
        }
        .stat-number {
            font-size: 2.2rem;
            font-weight: 900;
            color: #fff;
            line-height: 1;
            margin-bottom: 8px;
        }
        .stat-label {
            font-size: 0.85rem;
            color: rgba(255,255,255,0.7);
            font-weight: 500;
        }

        /* ===== PROBLEM SECTION ===== */
        .problem-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            margin-top: 48px;
        }
        .problem-card {
            background: #fff;
            border-radius: var(--radius-md);
            padding: 32px;
            border: 1px solid var(--border);
            display: flex;
            gap: 20px;
            align-items: flex-start;
            transition: all 0.3s ease;
        }
        .problem-card:hover {
            box-shadow: var(--shadow-md);
            transform: translateY(-2px);
        }
        .problem-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
            background: #fef2f2;
            border-radius: var(--radius-sm);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .problem-icon svg { width: 24px; height: 24px; color: var(--red); }
        .problem-card h4 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 6px;
        }
        .problem-card p {
            font-size: 0.9rem;
            color: var(--text-body);
            line-height: 1.6;
        }

        /* ===== ABLAUF / PROCESS ===== */
        /* ===== ABLAUF CARDS (horizontal) ===== */
        .ablauf-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
            margin-top: 56px;
            position: relative;
        }
        .ablauf-grid::before {
            content: '';
            position: absolute;
            top: 72px;
            left: 16%;
            right: 16%;
            height: 3px;
            background: linear-gradient(90deg, var(--primary), var(--accent), var(--green));
            z-index: 0;
            border-radius: 2px;
        }
        .ablauf-card {
            text-align: center;
            padding: 0 20px;
            position: relative;
            z-index: 1;
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .ablauf-card.visible { opacity: 1; transform: translateY(0); }
        .ablauf-card:nth-child(1) { transition-delay: 0s; }
        .ablauf-card:nth-child(2) { transition-delay: 0.2s; }
        .ablauf-card:nth-child(3) { transition-delay: 0.4s; }
        .ablauf-icon-wrap {
            width: 144px;
            height: 144px;
            margin: 0 auto 24px;
            border-radius: 50%;
            background: #fff;
            border: 3px solid var(--border);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.4s ease;
            box-shadow: var(--shadow-sm);
        }
        .ablauf-card:hover .ablauf-icon-wrap {
            transform: scale(1.08);
            box-shadow: var(--shadow-lg);
        }
        .ablauf-card:nth-child(1) .ablauf-icon-wrap { border-color: var(--primary); }
        .ablauf-card:nth-child(2) .ablauf-icon-wrap { border-color: var(--accent); }
        .ablauf-card:nth-child(3) .ablauf-icon-wrap { border-color: var(--green); }
        .ablauf-icon-wrap .ablauf-emoji {
            font-size: 3.2rem;
            line-height: 1;
        }
        .ablauf-step-num {
            position: absolute;
            top: -8px;
            right: -8px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            font-weight: 800;
            color: #fff;
            box-shadow: 0 3px 10px rgba(0,0,0,0.15);
        }
        .ablauf-card:nth-child(1) .ablauf-step-num { background: var(--primary); }
        .ablauf-card:nth-child(2) .ablauf-step-num { background: var(--accent); }
        .ablauf-card:nth-child(3) .ablauf-step-num { background: var(--green); }
        .ablauf-card h4 {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: var(--text-dark);
        }
        .ablauf-card p {
            font-size: 0.88rem;
            color: var(--text-body);
            line-height: 1.7;
            max-width: 300px;
            margin: 0 auto;
        }
        .ablauf-card .ablauf-tag {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            margin-top: 14px;
            padding: 6px 14px;
            border-radius: 60px;
            font-size: 0.75rem;
            font-weight: 600;
        }
        .ablauf-card:nth-child(1) .ablauf-tag { background: var(--bg-blue); color: var(--primary); }
        .ablauf-card:nth-child(2) .ablauf-tag { background: var(--accent-light); color: var(--accent-hover); }
        .ablauf-card:nth-child(3) .ablauf-tag { background: var(--green-light); color: #059669; }
        @media (max-width: 768px) {
            .ablauf-grid { grid-template-columns: 1fr; gap: 40px; }
            .ablauf-grid::before { display: none; }
        }

        /* ===== SOCIAL PROOF ===== */
        .social-proof-bar {
            background: #fff;
            padding: 56px 0;
            border-bottom: 1px solid var(--border);
        }
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        .testimonial-card {
            background: var(--bg-light);
            border-radius: var(--radius-md);
            padding: 32px;
            border: 1px solid var(--border);
            transition: all 0.3s ease;
            position: relative;
        }
        .testimonial-card:hover {
            box-shadow: var(--shadow-md);
            transform: translateY(-3px);
        }
        .testimonial-stars {
            color: #f59e0b;
            font-size: 1rem;
            letter-spacing: 2px;
            margin-bottom: 14px;
        }
        .testimonial-card blockquote {
            font-size: 0.92rem;
            color: var(--text-body);
            line-height: 1.7;
            font-style: italic;
            margin-bottom: 20px;
        }
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .testimonial-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 700;
            font-size: 0.95rem;
        }
        .testimonial-name {
            font-weight: 700;
            font-size: 0.88rem;
            color: var(--text-dark);
        }
        .testimonial-role {
            font-size: 0.78rem;
            color: var(--text-muted);
        }
        @media (max-width: 900px) {
            .testimonials-grid { grid-template-columns: 1fr; }
        }

        /* ===== BRANCHEN / TARGET ===== */
        .branchen-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 32px;
            margin-top: 48px;
        }
        .branchen-card {
            background: #fff;
            position: relative;
            border-radius: var(--radius-lg);
            padding: 40px;
            border: 1px solid var(--border);
            transition: all 0.3s ease;
            overflow: hidden;
        }
        .branchen-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--primary-light));
        }
        .branchen-card:hover {
            box-shadow: var(--shadow-lg);
            transform: translateY(-4px);
        }
        .branchen-card h4 {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .branchen-card h4 svg { width: 28px; height: 28px; color: var(--primary); flex-shrink: 0; }
        .branchen-card ul {
            list-style: none;
            padding: 0;
        }
        .branchen-card ul li {
            padding: 8px 0;
            font-size: 0.92rem;
            color: var(--text-body);
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .branchen-card ul li svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }

        /* ===== ANSPRUCHS-CHECK WIZARD ===== */
        .check-section {
            background: linear-gradient(170deg, #f0f5ff 0%, #e8f0fe 50%, var(--bg-blue) 100%);
            color: var(--text-dark);
            position: relative;
            overflow: hidden;
        }
        .check-section::before {
            content: '';
            position: absolute;
            top: -200px; right: -200px;
            width: 600px; height: 600px;
            background: radial-gradient(circle, rgba(15,76,117,0.06) 0%, transparent 70%);
            border-radius: 50%;
        }
        .check-section::after {
            content: '';
            position: absolute;
            bottom: -150px; left: -100px;
            width: 400px; height: 400px;
            background: radial-gradient(circle, rgba(247,147,30,0.06) 0%, transparent 70%);
            border-radius: 50%;
        }

        /* Progress bar */
        .wizard-progress {
            max-width: 580px;
            margin: 0 auto 40px;
            position: relative;
            z-index: 2;
        }
        .wizard-progress-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }
        .wizard-progress-bar::before {
            content: '';
            position: absolute;
            top: 20px;
            left: 32px;
            right: 32px;
            height: 4px;
            background: #dce3ed;
            border-radius: 2px;
            z-index: 0;
        }
        .wizard-progress-fill {
            position: absolute;
            top: 20px;
            left: 32px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            border-radius: 2px;
            z-index: 1;
            transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            width: 0%;
        }
        .wiz-step-dot {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #fff;
            border: 3px solid #dce3ed;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            font-weight: 800;
            color: #94a3b8;
            z-index: 2;
            position: relative;
            transition: all 0.4s ease;
        }
        .wiz-step-dot.active {
            border-color: var(--primary);
            color: var(--primary);
            background: #fff;
            box-shadow: 0 0 0 6px rgba(15,76,117,0.12);
            transform: scale(1.1);
        }
        .wiz-step-dot.done {
            border-color: var(--green);
            background: var(--green);
            color: #fff;
        }
        .wiz-step-dot .checkmark { display: none; }
        .wiz-step-dot.done .step-num { display: none; }
        .wiz-step-dot.done .checkmark { display: block; font-size: 1.1rem; }
        .wiz-step-label {
            position: absolute;
            bottom: -24px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 0.7rem;
            font-weight: 600;
            color: var(--text-muted);
            white-space: nowrap;
            transition: color 0.3s;
        }
        .wiz-step-dot.active .wiz-step-label,
        .wiz-step-dot.done .wiz-step-label { color: var(--primary); }

        /* Wizard container */
        .wizard-container {
            max-width: 680px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            min-height: 400px;
        }

        /* Wizard cards */
        .wiz-card {
            background: #fff;
            border-radius: var(--radius-xl);
            padding: 48px 44px;
            box-shadow: var(--shadow-xl);
            border: 1px solid rgba(226,232,240,0.6);
            display: none;
            animation: cardSlideIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative;
            overflow: hidden;
        }
        .wiz-card.active { display: block; }
        .wiz-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 5px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
        }

        @keyframes cardSlideIn {
            from { opacity: 0; transform: translateY(20px) scale(0.98); }
            to { opacity: 1; transform: translateY(0) scale(1); }
        }
        @keyframes confettiBurst {
            0% { transform: scale(0) rotate(0); opacity: 0; }
            50% { transform: scale(1.2) rotate(180deg); opacity: 1; }
            100% { transform: scale(1) rotate(360deg); opacity: 1; }
        }
        @keyframes countUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes shimmer {
            0% { background-position: -200% center; }
            100% { background-position: 200% center; }
        }

        .wiz-card-icon {
            width: 64px;
            height: 64px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            font-size: 2rem;
        }
        .wiz-card-icon.blue { background: linear-gradient(135deg, #e8f0fe, #d0e2ff); }
        .wiz-card-icon.orange { background: linear-gradient(135deg, #fff3e0, #ffe0b2); }
        .wiz-card-icon.green { background: linear-gradient(135deg, #d1fae5, #a7f3d0); }
        .wiz-card-icon.purple { background: linear-gradient(135deg, #ede9fe, #ddd6fe); }

        .wiz-card h3 {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 8px;
            color: var(--text-dark);
        }
        .wiz-card .wiz-subtitle {
            font-size: 0.95rem;
            color: var(--text-muted);
            margin-bottom: 28px;
        }

        /* Selectable option cards */
        .option-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
            margin-bottom: 28px;
        }
        .option-grid.single-col {
            grid-template-columns: 1fr;
        }
        .option-card {
            background: var(--bg-light);
            border: 2px solid var(--border);
            border-radius: var(--radius-md);
            padding: 18px 20px;
            cursor: pointer;
            transition: all 0.25s ease;
            display: flex;
            align-items: center;
            gap: 14px;
            position: relative;
            user-select: none;
        }
        .option-card:hover {
            border-color: var(--primary-light);
            background: #f0f5ff;
            transform: translateY(-1px);
        }
        .option-card.selected {
            border-color: var(--primary);
            background: #e8f0fe;
            box-shadow: 0 0 0 3px rgba(15,76,117,0.12);
        }
        .option-card.selected .option-radio {
            background: var(--primary);
            border-color: var(--primary);
        }
        .option-card.selected .option-radio::after {
            content: '';
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50%;
        }
        .option-card.selected .option-check {
            background: var(--primary);
            border-color: var(--primary);
        }
        .option-card.selected .option-check::after {
            content: '\2713';
            color: #fff;
            font-size: 0.75rem;
            font-weight: 700;
        }
        .option-radio, .option-check {
            width: 22px;
            height: 22px;
            min-width: 22px;
            border-radius: 50%;
            border: 2px solid #cbd5e1;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
        }
        .option-check { border-radius: 6px; }
        .option-emoji {
            font-size: 1.5rem;
            min-width: 32px;
            text-align: center;
        }
        .option-text {
            flex: 1;
        }
        .option-text .title {
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--text-dark);
        }
        .option-text .desc {
            font-size: 0.8rem;
            color: var(--text-muted);
            margin-top: 2px;
        }

        /* kWh slider */
        .kwh-input-fancy {
            text-align: center;
            margin-bottom: 28px;
        }
        .kwh-display {
            font-size: clamp(1.8rem, 5vw, 3rem);
            font-weight: 900;
            color: var(--primary);
            margin-bottom: 4px;
            transition: all 0.2s;
        }
        .kwh-display .unit {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-muted);
            margin-left: 4px;
        }
        .kwh-slider {
            width: 100%;
            height: 8px;
            -webkit-appearance: none;
            appearance: none;
            border-radius: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            outline: none;
            margin: 20px 0 8px;
            cursor: pointer;
        }
        .kwh-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #fff;
            border: 3px solid var(--primary);
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            cursor: grab;
            transition: transform 0.2s;
        }
        .kwh-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
        .kwh-slider::-moz-range-thumb {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #fff;
            border: 3px solid var(--primary);
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            cursor: grab;
        }
        .kwh-range-labels {
            display: flex;
            justify-content: space-between;
            font-size: 0.75rem;
            color: var(--text-muted);
        }
        .kwh-manual-input {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--bg-light);
            border: 2px solid var(--border);
            border-radius: var(--radius-sm);
            padding: 10px 16px;
            margin-top: 16px;
            transition: border-color 0.2s;
        }
        .kwh-manual-input:focus-within { border-color: var(--primary); }
        .kwh-manual-input input {
            border: none;
            background: none;
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--text-dark);
            width: 140px;
            text-align: center;
            font-family: inherit;
            outline: none;
        }
        .kwh-manual-input .unit {
            font-size: 0.9rem;
            color: var(--text-muted);
            font-weight: 600;
        }

        /* Live preview bar */
        .live-preview {
            background: linear-gradient(135deg, var(--bg-blue), #e8f4f8);
            border-radius: var(--radius-md);
            padding: 20px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 24px;
            border: 1px solid rgba(15,76,117,0.1);
        }
        .live-preview .label {
            font-size: 0.85rem;
            color: var(--text-muted);
            font-weight: 500;
        }
        .live-preview .amount {
            font-size: 1.6rem;
            font-weight: 900;
            color: var(--primary);
        }

        /* Nav buttons */
        .wiz-nav {
            display: flex;
            gap: 12px;
            margin-top: 8px;
        }
        .wiz-nav .btn { flex: 1; }
        .btn-back {
            background: var(--bg-light);
            color: var(--text-body);
            border: 2px solid var(--border);
            box-shadow: none;
        }
        .btn-back:hover {
            background: #e2e8f0;
            transform: translateY(-1px);
        }

        /* Result card */
        .result-card {
            text-align: center;
            padding: 20px 0 0;
        }
        .result-celebration {
            font-size: 4rem;
            margin-bottom: 16px;
            animation: confettiBurst 0.8s ease-out;
        }
        .result-amount-big {
            font-size: clamp(2.5rem, 6vw, 4rem);
            font-weight: 900;
            color: var(--primary);
            margin: 12px 0 4px;
            animation: countUp 0.8s ease-out 0.3s both;
        }
        .result-amount-big .currency { font-size: 0.6em; }
        .result-per-year {
            font-size: 1rem;
            color: var(--text-muted);
            font-weight: 500;
            margin-bottom: 24px;
        }
        .result-breakdown {
            background: var(--bg-light);
            border-radius: var(--radius-md);
            padding: 20px 24px;
            margin: 0 auto 24px;
            max-width: 400px;
            text-align: left;
        }
        .result-breakdown .row {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            font-size: 0.9rem;
            color: var(--text-body);
        }
        .result-breakdown .row:last-child {
            border-top: 2px solid var(--border);
            padding-top: 12px;
            margin-top: 4px;
            font-weight: 700;
            color: var(--primary);
            font-size: 1rem;
        }
        .result-breakdown .val { font-weight: 600; }

        .result-badges {
            display: flex;
            gap: 12px;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 28px;
        }
        .result-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: var(--green-light);
            color: #065f46;
            font-size: 0.82rem;
            font-weight: 600;
            padding: 8px 16px;
            border-radius: 60px;
        }
        .result-badge svg { width: 16px; height: 16px; }

        .result-negative {
            text-align: center;
            padding: 20px 0;
        }
        .result-negative .emoji { font-size: 3rem; margin-bottom: 16px; }
        .result-negative h3 { color: var(--red); margin-bottom: 12px; }
        .result-negative p { color: var(--text-body); max-width: 450px; margin: 0 auto; }

        .result-review {
            text-align: center;
            padding: 20px 0;
        }
        .result-review .emoji { font-size: 3rem; margin-bottom: 16px; }
        .result-review h3 { color: var(--yellow); margin-bottom: 12px; }

        /* Contact form within wizard */
        .wiz-contact-form {
            margin-top: 24px;
            padding-top: 24px;
            border-top: 2px solid var(--border);
            display: none;
        }
        .wiz-contact-form.visible { display: block; }
        .wiz-contact-form h4 {
            font-size: 1.05rem;
            font-weight: 700;
            margin-bottom: 16px;
            color: var(--text-dark);
        }
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }
        .wiz-contact-form label {
            display: block;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 6px;
        }
        .wiz-contact-form input,
        .wiz-contact-form textarea {
            width: 100%;
            padding: 13px 16px;
            font-size: 0.95rem;
            border: 2px solid var(--border);
            border-radius: var(--radius-sm);
            background: var(--bg-light);
            color: var(--text-dark);
            font-family: inherit;
            margin-bottom: 14px;
            transition: border-color 0.2s;
        }
        .wiz-contact-form input::placeholder,
        .wiz-contact-form textarea::placeholder { color: var(--text-muted); }
        .wiz-contact-form input:focus,
        .wiz-contact-form textarea:focus {
            outline: none;
            border-color: var(--primary);
            background: #fff;
        }
        .wiz-contact-form textarea { min-height: 80px; resize: vertical; }
        .consent-label {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 0.8rem;
            color: var(--text-muted);
            margin-bottom: 16px;
            cursor: pointer;
        }
        .consent-label input { margin-top: 2px; accent-color: var(--primary); }

        /* ===== USP / WHY US ===== */
        .usp-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            margin-top: 48px;
        }
        .usp-card {
            text-align: center;
            padding: 36px 24px;
            background: #fff;
            border-radius: var(--radius-md);
            border: 1px solid var(--border);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
        .usp-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            transform: scaleX(0);
            transition: transform 0.4s ease;
            transform-origin: left;
        }
        .usp-card:hover::before { transform: scaleX(1); }
        .usp-card:hover {
            box-shadow: var(--shadow-lg);
            transform: translateY(-6px);
        }
        .usp-card:nth-child(1) { transition-delay: 0s; }
        .usp-card:nth-child(2) { transition-delay: 0.1s; }
        .usp-card:nth-child(3) { transition-delay: 0.2s; }
        .usp-card:nth-child(4) { transition-delay: 0.3s; }
        .usp-icon {
            width: 72px;
            height: 72px;
            margin: 0 auto 20px;
            background: var(--accent-light);
            border-radius: var(--radius-md);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }
        .usp-card:hover .usp-icon {
            background: var(--accent);
            transform: scale(1.1) rotate(-5deg);
        }
        .usp-card:hover .usp-icon svg { color: #fff; }
        .usp-icon svg { width: 30px; height: 30px; color: var(--accent); transition: color 0.3s ease; }
        .usp-card h4 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 8px;
        }
        .usp-card p {
            font-size: 0.88rem;
            color: var(--text-body);
            line-height: 1.6;
        }

        /* ===== RECHTSGRUNDLAGE ===== */
        .legal-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
            margin-top: 48px;
        }
        .legal-text h3 {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 16px;
        }
        .legal-text p {
            font-size: 0.95rem;
            color: var(--text-body);
            line-height: 1.8;
            margin-bottom: 16px;
        }
        .legal-highlights {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }
        .legal-highlight {
            background: #fff;
            border-radius: var(--radius-md);
            padding: 24px;
            border: 1px solid var(--border);
            text-align: center;
            transition: all 0.4s ease;
            opacity: 0;
            transform: scale(0.9);
        }
        .legal-highlight.visible { opacity: 1; transform: scale(1); }
        .legal-highlight:nth-child(1) { transition-delay: 0s; }
        .legal-highlight:nth-child(2) { transition-delay: 0.15s; }
        .legal-highlight:nth-child(3) { transition-delay: 0.3s; }
        .legal-highlight:nth-child(4) { transition-delay: 0.45s; }
        .legal-highlight:hover {
            transform: scale(1.05);
            box-shadow: var(--shadow-md);
            border-color: var(--primary-light);
        }
        .legal-highlight .number {
            font-size: 2rem;
            font-weight: 900;
            color: var(--primary);
            line-height: 1;
            transition: color 0.3s ease;
        }
        .legal-highlight:hover .number { color: var(--accent); }
        .legal-highlight .label {
            font-size: 0.82rem;
            color: var(--text-muted);
            margin-top: 6px;
            font-weight: 500;
        }

        /* ===== FAQ ===== */
        .faq-list {
            max-width: 800px;
            margin: 48px auto 0;
        }
        .faq-item {
            border: 1px solid var(--border);
            border-radius: var(--radius-md);
            margin-bottom: 12px;
            overflow: hidden;
            background: #fff;
            transition: all 0.3s ease;
        }
        .faq-item:hover { box-shadow: var(--shadow-sm); }
        .faq-question {
            width: 100%;
            padding: 22px 28px;
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-dark);
            background: none;
            border: none;
            cursor: pointer;
            text-align: left;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            font-family: inherit;
            line-height: 1.5;
        }
        .faq-question svg {
            width: 22px;
            height: 22px;
            color: var(--primary);
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }
        .faq-item.open .faq-question svg { transform: rotate(180deg); }
        .faq-answer {
            padding: 0 28px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .faq-item.open .faq-answer {
            padding: 0 28px 22px;
            max-height: 500px;
        }
        .faq-answer p {
            font-size: 0.92rem;
            color: var(--text-body);
            line-height: 1.8;
        }

        /* ===== FRIST / URGENCY ===== */
        .urgency-banner {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%);
            color: #fff;
            padding: 88px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .urgency-banner::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(ellipse 600px 400px at 20% 50%, rgba(247,147,30,0.15), transparent),
                radial-gradient(ellipse 500px 300px at 80% 50%, rgba(239,68,68,0.1), transparent);
        }
        .urgency-banner::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: conic-gradient(from 0deg, transparent 0%, rgba(247,147,30,0.04) 25%, transparent 50%, rgba(239,68,68,0.04) 75%, transparent 100%);
            animation: urgencyRotate 20s linear infinite;
        }
        @keyframes urgencyRotate {
            100% { transform: rotate(360deg); }
        }
        .urgency-inner {
            position: relative;
            z-index: 2;
        }
        .urgency-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(239,68,68,0.2);
            border: 1px solid rgba(239,68,68,0.4);
            border-radius: 60px;
            padding: 8px 20px;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #fca5a5;
            margin-bottom: 24px;
        }
        .urgency-badge .pulse-dot {
            width: 8px; height: 8px;
            background: #ef4444;
            border-radius: 50%;
            animation: urgencyPulse 1.5s ease-in-out infinite;
        }
        @keyframes urgencyPulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.4; transform: scale(0.7); }
        }
        .urgency-banner h3 {
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            font-weight: 800;
            margin-bottom: 8px;
            line-height: 1.2;
        }
        .urgency-banner h3 .date-highlight {
            color: var(--accent);
            position: relative;
        }
        .urgency-banner .urgency-sub {
            font-size: 1.1rem;
            color: rgba(255,255,255,0.7);
            margin-bottom: 40px;
            max-width: 550px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.7;
        }
        .countdown-row {
            display: flex;
            justify-content: center;
            gap: 16px;
            margin-bottom: 40px;
        }
        .countdown-separator {
            font-size: 2.5rem;
            font-weight: 300;
            color: rgba(255,255,255,0.3);
            display: flex;
            align-items: center;
            padding-bottom: 24px;
        }
        .countdown-item {
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: var(--radius-lg);
            padding: 24px 20px 18px;
            min-width: 100px;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        .countdown-item::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--accent), var(--red));
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .countdown-item:hover::before { opacity: 1; }
        .countdown-item:hover {
            background: rgba(255,255,255,0.1);
            transform: translateY(-4px);
            box-shadow: 0 8px 32px rgba(0,0,0,0.3);
        }
        .countdown-item .number {
            font-size: 2.8rem;
            font-weight: 900;
            line-height: 1;
            background: linear-gradient(135deg, #fff 30%, var(--accent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .countdown-item .label {
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: rgba(255,255,255,0.5);
            margin-top: 8px;
            font-weight: 600;
        }
        .countdown-item.seconds .number {
            background: linear-gradient(135deg, var(--accent) 30%, var(--red));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .urgency-warning {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 24px;
            font-size: 0.82rem;
            color: rgba(255,255,255,0.5);
        }
        .urgency-warning svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }
        @media (max-width: 768px) {
            .countdown-row { flex-wrap: wrap; gap: 10px; }
            .countdown-item { min-width: 75px; padding: 18px 14px 14px; }
            .countdown-item .number { font-size: 2rem; }
            .countdown-separator { display: none; }
        }

        /* ===== CTA FINAL ===== */
        .final-cta {
            padding: 100px 0;
            text-align: center;
            background: linear-gradient(170deg, var(--bg-light) 0%, #fff 100%);
        }
        .final-cta .section-title { margin-bottom: 16px; }
        .final-cta .section-subtitle { margin-bottom: 40px; }
        .final-cta .trust-row {
            display: flex;
            justify-content: center;
            gap: 32px;
            margin-top: 32px;
            flex-wrap: wrap;
        }
        .final-cta .trust-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.88rem;
            color: var(--text-muted);
        }
        .final-cta .trust-item svg { width: 18px; height: 18px; color: var(--green); }

        /* ===== UNIFIED FOOTER ===== */
        .footer { background: linear-gradient(135deg, #0a2540 0%, #0f4c75 100%); color: white; padding: 60px 0 30px; margin-top: 80px; }
        .footer-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
        .footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
        .footer-brand p { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin-top: 8px; }
        .footer-links h5 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; color: rgba(255,255,255,0.5); }
        .footer-links a, .footer-links span { display: block; font-size: 0.9rem; color: rgba(255,255,255,0.75); margin-bottom: 10px; text-decoration: none; transition: color 0.2s; }
        .footer-links a:hover { color: #f7931e; }
        .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; text-align: center; font-size: 0.82rem; color: rgba(255,255,255,0.45); }
        .footer-disclaimer { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 20px; text-align: center; line-height: 1.6; }
        @media (max-width: 1024px) { .footer-inner { grid-template-columns: 1fr 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
        @media (max-width: 768px) { .footer-inner { grid-template-columns: 1fr; gap: 30px; } }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .hero-inner { grid-template-columns: 1fr; }
            .calc-card { max-width: 500px; }
            .usp-grid { grid-template-columns: repeat(2, 1fr); }
            .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
            .branchen-grid { grid-template-columns: 1fr; }
            .legal-content { grid-template-columns: 1fr; }
            .footer-inner { grid-template-columns: 1fr 1fr 1fr; }
        }
        @media (max-width: 768px) {
            .section { padding: 72px 0; }
            .nav-cta-btn { padding: 8px 18px; font-size: 0.82rem; }
            .hero { padding-top: 110px; padding-bottom: 60px; }
            .hero h1 { font-size: 2rem; }
            .hero-trust { gap: 16px; }
            .problem-grid { grid-template-columns: 1fr; }
            .usp-grid { grid-template-columns: 1fr; }
            .form-row { grid-template-columns: 1fr; }
            .wiz-card { padding: 32px 24px; }
            .option-grid { grid-template-columns: 1fr; }
            .option-grid[style*="repeat(3"] { grid-template-columns: repeat(3, 1fr) !important; }
            .footer-inner { grid-template-columns: 1fr; gap: 32px; }
            .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
            .countdown-row { flex-wrap: wrap; }
        }
        @media (max-width: 480px) {
            .hero-buttons { flex-direction: column; }
            .btn { width: 100%; }
            .stats-grid { grid-template-columns: repeat(2, 1fr); }
            .legal-highlights { grid-template-columns: 1fr; }
        }

        /* ===== STEUERBERATERIN / TEAM ===== */
        .team-section {
            position: relative;
            overflow: hidden;
        }
        .team-section::before {
            content: '';
            position: absolute;
            top: -100px; right: -100px;
            width: 400px; height: 400px;
            background: radial-gradient(circle, rgba(15,76,117,0.04) 0%, transparent 70%);
            border-radius: 50%;
        }
        .team-inner {
            display: grid;
            grid-template-columns: 480px 1fr;
            gap: 64px;
            align-items: center;
            position: relative;
            z-index: 2;
        }
        .team-image-wrap {
            position: relative;
        }
        .team-image-wrap::before {
            content: '';
            position: absolute;
            top: -12px; left: -12px;
            right: 12px; bottom: 12px;
            border: 3px solid var(--primary);
            border-radius: var(--radius-xl);
            opacity: 0.15;
        }
        .team-image-wrap img {
            width: 100%;
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow-xl);
            object-fit: cover;
            aspect-ratio: 3/3.5;
        }
        .team-image-placeholder {
            width: 100%;
            aspect-ratio: 3/4;
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow-xl);
            background: linear-gradient(135deg, #e8f0fe 0%, #d0e2ff 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 5rem;
        }
        .team-badge {
            position: absolute;
            bottom: -16px;
            right: -16px;
            background: var(--accent);
            color: #fff;
            padding: 12px 24px;
            border-radius: var(--radius-md);
            font-size: 0.85rem;
            font-weight: 700;
            box-shadow: var(--shadow-md);
            z-index: 3;
        }
        .team-content h3 {
            font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 4px;
        }
        .team-role {
            font-size: 1.05rem;
            color: var(--primary-light);
            font-weight: 600;
            margin-bottom: 20px;
        }
        .team-bio {
            font-size: 0.95rem;
            color: var(--text-body);
            line-height: 1.8;
            margin-bottom: 24px;
        }
        .team-credentials {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
            margin-bottom: 28px;
        }
        .credential {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: var(--radius-sm);
            padding: 14px 16px;
            transition: all 0.3s ease;
        }
        .credential:hover {
            box-shadow: var(--shadow-sm);
            transform: translateY(-2px);
        }
        .credential svg {
            width: 20px;
            height: 20px;
            color: var(--primary);
            flex-shrink: 0;
            margin-top: 2px;
        }
        .credential .cred-text {
            font-size: 0.85rem;
            color: var(--text-dark);
            font-weight: 600;
            line-height: 1.4;
        }
        .credential .cred-sub {
            font-size: 0.78rem;
            color: var(--text-muted);
            font-weight: 400;
        }
        .team-quote {
            background: linear-gradient(135deg, var(--bg-blue), #e8f4f8);
            border-radius: var(--radius-md);
            padding: 24px 28px;
            border-left: 4px solid var(--primary);
            margin-bottom: 24px;
        }
        .team-quote p {
            font-size: 0.95rem;
            color: var(--text-body);
            font-style: italic;
            line-height: 1.7;
        }
        @media (max-width: 1024px) {
            .team-inner { grid-template-columns: 380px 1fr; gap: 40px; }
        }
        @media (max-width: 768px) {
            .team-inner { grid-template-columns: 1fr; text-align: center; }
            .team-image-wrap { max-width: 300px; margin: 0 auto; }
            .team-credentials { grid-template-columns: 1fr; }
            .team-quote { text-align: left; }
        }

        /* ===== SIDE CONTACT HOOKS ===== */
        .side-hooks {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 999;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .side-hook {
            display: flex;
            align-items: center;
            gap: 0;
            background: var(--primary);
            color: #fff;
            border-radius: 12px 0 0 12px;
            overflow: hidden;
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            text-decoration: none;
            box-shadow: -2px 2px 12px rgba(0,0,0,0.15);
        }
        .side-hook:nth-child(2) { background: var(--accent); }
        .side-hook:nth-child(3) { background: #25d366; }
        .side-hook .hook-icon {
            width: 52px;
            height: 52px;
            min-width: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .side-hook .hook-icon svg { width: 22px; height: 22px; }
        .side-hook .hook-label {
            white-space: nowrap;
            font-size: 0.85rem;
            font-weight: 600;
            padding-right: 18px;
            max-width: 0;
            overflow: hidden;
            opacity: 0;
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .side-hook:hover .hook-label {
            max-width: 200px;
            opacity: 1;
        }
        .side-hook:hover {
            transform: translateX(0);
            box-shadow: -4px 4px 20px rgba(0,0,0,0.2);
        }
        @media (max-width: 768px) {
            .side-hooks { display: none; }
        }

        /* ===== STAT HOVER COLORS ===== */
        .stat-item:nth-child(1):hover { background: rgba(247,147,30,0.2); }
        .stat-item:nth-child(2):hover { background: rgba(16,185,129,0.2); }
        .stat-item:nth-child(3):hover { background: rgba(99,102,241,0.2); }
        .stat-item:nth-child(4):hover { background: rgba(239,68,68,0.2); }
        .stat-item:nth-child(1):hover .stat-number { color: #f7931e; }
        .stat-item:nth-child(2):hover .stat-number { color: #10b981; }
        .stat-item:nth-child(3):hover .stat-number { color: #818cf8; }
        .stat-item:nth-child(4):hover .stat-number { color: #f87171; }
        .stat-number {
            transition: color 0.3s ease;
        }

        /* ===== MOBILE BOTTOM BAR ===== */
        .mobile-bottom-bar {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            border-top: 1px solid var(--border);
            z-index: 9998;
            padding: 8px 12px;
            box-shadow: 0 -2px 16px rgba(0,0,0,0.1);
        }
        .mobile-bottom-bar .bar-inner {
            display: flex;
            justify-content: space-around;
            align-items: center;
            max-width: 400px;
            margin: 0 auto;
        }
        .mobile-bottom-bar a {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
            font-size: 0.68rem;
            font-weight: 600;
            color: var(--text-body);
            padding: 6px 10px;
            border-radius: 10px;
            transition: all 0.2s ease;
        }
        .mobile-bottom-bar a svg { width: 22px; height: 22px; }
        .mobile-bottom-bar a.bar-cta {
            background: var(--accent);
            color: #fff;
            padding: 10px 18px;
            border-radius: 60px;
            font-size: 0.78rem;
        }
        @media (max-width: 768px) {
            .mobile-bottom-bar { display: block; }
            body { padding-bottom: 72px; }
        }

        /* ===== BACK TO TOP ===== */
        .back-to-top {
            position: fixed;
            bottom: 90px;
            right: 20px;
            width: 48px;
            height: 48px;
            background: var(--primary);
            color: #fff;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 999;
            box-shadow: var(--shadow-md);
        }
        .back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
        .back-to-top:hover { background: var(--primary-light); transform: translateY(-2px); }
        .back-to-top svg { width: 22px; height: 22px; }
        @media (max-width: 768px) {
            .back-to-top { bottom: 85px; right: 16px; }
        }

        /* ===== POPUP ===== */
        .popup-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.5);
            backdrop-filter: blur(4px);
            z-index: 10001;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
            padding: 20px;
        }
        .popup-overlay.visible { opacity: 1; visibility: visible; }
        .popup-box {
            background: #fff;
            border-radius: var(--radius-xl);
            max-width: 460px;
            width: 100%;
            padding: 48px 40px 40px;
            text-align: center;
            position: relative;
            box-shadow: 0 24px 80px rgba(0,0,0,0.25);
            transform: scale(0.9) translateY(20px);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .popup-overlay.visible .popup-box {
            transform: scale(1) translateY(0);
        }
        .popup-close {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 36px;
            height: 36px;
            background: var(--bg-light);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }
        .popup-close:hover { background: var(--border); }
        .popup-close svg { width: 18px; height: 18px; color: var(--text-muted); }
        .popup-emoji { font-size: 3rem; margin-bottom: 16px; }
        .popup-box h3 {
            font-size: 1.4rem;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 10px;
            line-height: 1.3;
        }
        .popup-box p {
            font-size: 0.92rem;
            color: var(--text-body);
            line-height: 1.7;
            margin-bottom: 24px;
        }
        .popup-box .popup-highlight {
            display: inline-block;
            background: var(--green-light);
            color: #059669;
            padding: 6px 16px;
            border-radius: 60px;
            font-size: 0.82rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .popup-box .btn { width: 100%; }
        .popup-box .popup-skip {
            display: block;
            margin-top: 14px;
            font-size: 0.82rem;
            color: var(--text-muted);
            cursor: pointer;
            background: none;
            border: none;
            transition: color 0.2s;
        }
        .popup-box .popup-skip:hover { color: var(--text-body); }

        /* ===== CTA PULSE ===== */
        @keyframes ctaPulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(247, 147, 30, 0.5); }
            50% { box-shadow: 0 0 0 12px rgba(247, 147, 30, 0); }
        }
        .hero-buttons .btn-primary {
            animation: ctaPulse 2.5s ease-in-out infinite;
        }
        .hero-buttons .btn-primary:hover {
            animation: none;
        }

        /* ===== FAQ ACCORDION ANIMATION ===== */
        .faq-item .faq-question svg {
            transition: transform 0.3s ease;
        }
        .faq-item.open .faq-question svg {
            transform: rotate(180deg);
        }
        .faq-item.open {
            border-color: var(--primary-light);
            box-shadow: var(--shadow-md);
        }
        .faq-item.open .faq-question {
            color: var(--primary);
        }

        /* ===== ANIMATIONS ===== */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.7s ease;
        }
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }/* End custom CSS */