/* ==========================================================================
   TrackPro Förderungs-Funnel – Perspective-Style CSS
   Theme: Clean, Premium, Modern Funnel B2B
   ========================================================================== */

/* --- Variables & Reset --- */
:root {
    /* Colors */
    --bg-primary: #FFFFFF;
    --bg-secondary: #F7F8FC;
    --bg-dark: #0F172A;
    --bg-card: #FFFFFF;
    
    --brand-primary: #2563EB;
    --brand-primary-light: #3B82F6;
    --brand-primary-glow: rgba(37, 99, 235, 0.12);
    --brand-primary-dark: #1D4ED8;
    --brand-cta: #F97316;
    --brand-cta-dark: #EA580C;
    --brand-cta-glow: rgba(249, 115, 22, 0.3);
    --brand-success: #10B981;
    --brand-gradient: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    
    --text-primary: #1E293B;
    --text-secondary: #64748B;
    --text-light: #94A3B8;
    --text-white: #FFFFFF;
    
    --border: #E2E8F0;
    --border-light: #F1F5F9;
    
    /* Typography */
    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    
    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
    --shadow-xl: 0 25px 60px rgba(0,0,0,0.15);
    --shadow-glow: 0 4px 20px rgba(249, 115, 22, 0.35);
    
    /* Layout */
    --max-width: 1200px;
    --radius: 12px;
    --radius-lg: 20px;
    --radius-xl: 24px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* --- Typography --- */
h1, h2, h3, h4 {
    font-family: var(--font);
    line-height: 1.2;
    font-weight: 700;
}
h1 { font-size: clamp(2.2rem, 4.5vw, 3.2rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); letter-spacing: -0.02em; margin-bottom: 1rem; }
h3 { font-size: 1.25rem; }
p { color: var(--text-secondary); font-size: 1.05rem; line-height: 1.7; }

.gradient-text {
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-center { text-align: center; }

/* --- Layout --- */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section-header {
    max-width: 720px;
    margin: 0 auto 3.5rem;
}

.section-header p {
    margin-top: 0.75rem;
}

.section-tag {
    display: inline-block;
    padding: 0.3rem 1rem;
    background: var(--brand-primary-glow);
    color: var(--brand-primary);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    padding: 3rem 0 5rem;
    background: linear-gradient(135deg, #EEF2FF 0%, #E0F2FE 40%, #F0F4FF 70%, #FFFFFF 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37,99,235,0.08) 0%, transparent 70%);
    pointer-events: none;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
.main-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: var(--text-white);
    border-bottom: 1px solid var(--border-light);
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    z-index: 1000;
    transition: var(--transition);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo img {
    height: 36px;
    width: auto;
    display: block;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.main-nav a {
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
}

.main-nav a:hover {
    color: var(--brand-cta);
}

.btn-cta-header {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: var(--brand-cta);
    color: var(--text-white);
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: var(--transition);
    border: none;
}

.btn-cta-header:hover {
    background: var(--brand-cta-dark);
    box-shadow: var(--shadow-glow);
    transform: translateY(-2px);
}

/* ============================================
   HERO SECTION REDESIGN
   ============================================ */
.hero-section {
    padding: 3rem 0 5rem;
    background: var(--bg-primary);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: flex-start;
}

.hero-header-top {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 3.5rem;
}

.vsl-title {
    font-size: clamp(2rem, 5vw, 3.8rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--bg-dark);
}

.highlight-orange {
    color: var(--brand-cta);
    position: relative;
    display: inline-block;
}

.highlight-orange::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--brand-cta-glow);
    z-index: -1;
}

.hero-left-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-extra {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-tag {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: var(--brand-primary-glow);
    color: var(--brand-primary);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1.25rem;
}

.hero-content h1 {
    margin-bottom: 1.25rem;
}

.hero-sub {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 540px;
}

/* Hero Testimonial */
.hero-testimonial {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 2rem;
    box-shadow: var(--shadow-sm);
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-quote {
    font-size: 0.9rem;
    font-style: italic;
    color: var(--text-primary);
    margin-bottom: 0.15rem !important;
    line-height: 1.4;
}

.testimonial-author {
    font-size: 0.75rem;
    color: var(--text-light);
    font-weight: 500;
}

/* Fördertopf Banner */
.foerdertopf-banner {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #FFF7ED 0%, #FFFBEB 50%, #FEF3C7 100%);
    border: 2px solid #F59E0B;
    border-radius: var(--radius);
    animation: bannerPulse 3s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.foerdertopf-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.1), transparent);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes bannerPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.3); }
    50% { box-shadow: 0 0 20px 4px rgba(245, 158, 11, 0.15); }
}

.foerdertopf-top {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.foerdertopf-img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex-shrink: 0;
    animation: wobble 4s ease-in-out infinite;
}

@keyframes wobble {
    0%, 100% { transform: rotate(-3deg); }
    50% { transform: rotate(3deg); }
}

.foerdertopf-text {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: #92400E;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.foerdertopf-text strong {
    color: #B45309;
}

.foerdertopf-pulse {
    width: 10px;
    height: 10px;
    background: #F59E0B;
    border-radius: 50%;
    flex-shrink: 0;
    animation: pulseDot 1.5s ease-in-out infinite;
}

@keyframes pulseDot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
}

/* Fördertopf Progress Bar */
.foerdertopf-progress {
    position: relative;
    z-index: 1;
}

.foerdertopf-bar-track {
    height: 10px;
    background: rgba(180, 83, 9, 0.15);
    border-radius: 100px;
    overflow: hidden;
}

.foerdertopf-bar-fill {
    height: 100%;
    width: 92%;
    background: linear-gradient(90deg, #F59E0B, #D97706);
    border-radius: 100px;
    transition: width 1.5s ease;
    position: relative;
}

.foerdertopf-bar-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: barShimmer 2s ease-in-out infinite;
}

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

.foerdertopf-bar-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.35rem;
    font-size: 0.72rem;
    color: #92400E;
    font-weight: 600;
}

.foerdertopf-bar-label i {
    color: #059669;
    margin-right: 0.25rem;
}

.foerdertopf-percent {
    font-weight: 800;
    font-size: 0.8rem;
    color: #B45309;
}

/* Video Section VSL */
.video-section-vsl {
    padding: 2rem 0 6rem;
    background: var(--bg-primary);
}

.video-glow-wrapper {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.video-preview-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: var(--bg-dark);
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
    animation: glow-pulse 2s infinite;
    aspect-ratio: 16/9;
}

.video-dialog-wrapper:hover .video-thumbnail-container {
    transform: scale(1.02);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.video-thumbnail {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    transition: filter 0.3s ease;
}

.video-dialog-wrapper:hover .video-thumbnail {
    filter: brightness(0.85);
}

.video-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    items-center: center;
    justify-content: center;
    background: rgba(0,0,0,0.1);
    transition: background 0.3s ease;
}

.play-button-outer {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.play-button-inner {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}

.play-button-inner i {
    color: white;
    font-size: 1.5rem;
    margin-left: 5px;
}

.video-dialog-wrapper:hover .play-button-outer {
    transform: scale(1.15);
}

/* Video Modal */
.video-modal {
    fixed: inset 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-modal.active {
    display: flex;
    opacity: 1;
}

.video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    aspect-ratio: 16/9;
    background: black;
    border-radius: var(--radius-xl);
    overflow: visible;
    z-index: 1001;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid rgba(255,255,255,0.2);
}

.video-modal.active .video-modal-content {
    transform: scale(1);
}

.video-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.2s ease;
}

.video-modal-close:hover {
    background: rgba(15, 23, 42, 0.8);
    transform: scale(1.1);
}

.video-iframe-container {
    width: 100%;
    height: 100%;
}

.video-iframe-container iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-xl);
}
.hero-funnel-wrapper {
    position: sticky;
    top: 1.5rem;
}

.funnel-widget {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.funnel-progress {
    height: 4px;
    background: var(--border-light);
    border-radius: 100px;
    margin-bottom: 1.75rem;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 25%;
    background: var(--brand-gradient);
    border-radius: 100px;
    transition: width 0.5s ease;
}

/* Funnel Steps */
.funnel-step {
    display: none;
}

.funnel-step.active {
    display: block;
    animation: fadeInUp 0.4s ease;
}

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

.step-label {
    font-size: 0.75rem;
    color: var(--text-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

.step-question {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.step-hint {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 1.25rem;
}

/* Option Buttons */
.step-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.option-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: var(--bg-secondary);
    border: 2px solid transparent;
    border-radius: var(--radius);
    cursor: pointer;
    transition: var(--transition);
    font-family: var(--font);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-primary);
    text-align: left;
}

.option-btn i {
    font-size: 1.1rem;
    color: var(--brand-primary);
    flex-shrink: 0;
}

.option-btn:hover {
    border-color: var(--brand-primary-light);
    background: rgba(37, 99, 235, 0.04);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.option-btn.selected {
    border-color: var(--brand-primary);
    background: var(--brand-primary-glow);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Multi-select */
.multi-select .option-btn.selected::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.7rem;
    color: var(--text-white);
    background: var(--brand-primary);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex-shrink: 0;
}

/* Funnel Next Button */
.funnel-next-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    margin-top: 1.25rem;
    background: var(--brand-cta);
    color: var(--text-white);
    border: none;
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.funnel-next-btn:hover:not(:disabled) {
    background: var(--brand-cta-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
}

.funnel-next-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Funnel Form */
.funnel-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-field label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.35rem;
}

.form-field input {
    width: 100%;
    padding: 0.85rem 1rem;
    background: var(--bg-secondary);
    border: 2px solid transparent;
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 0.95rem;
    color: var(--text-primary);
    transition: var(--transition);
}

.form-field input:focus {
    outline: none;
    border-color: var(--brand-primary);
    background: var(--bg-card);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-field input::placeholder {
    color: var(--text-light);
}

.funnel-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    margin-top: 0.5rem;
    background: var(--brand-cta);
    color: var(--text-white);
    border: none;
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
}

.funnel-submit-btn:hover {
    background: var(--brand-cta-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
}

.form-privacy {
    text-align: center;
    font-size: 0.72rem;
    color: var(--text-light);
    margin-top: 0.25rem;
}

.form-privacy i {
    color: var(--brand-success);
    margin-right: 0.25rem;
}

/* Success Step */
.success-icon {
    text-align: center;
    margin-bottom: 1rem;
}

.success-icon i {
    font-size: 3.5rem;
    color: var(--brand-success);
}

.success-text {
    text-align: center;
    margin-bottom: 1.5rem;
}

.success-next {
    text-align: center;
}

/* ============================================
   TRUST SECTION
   ============================================ */
.trust-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, rgba(15,23,42,0.82) 0%, rgba(15,23,42,0.88) 100%),
                url('logistics-bg.png') center/cover no-repeat;
    border-top: none;
    border-bottom: none;
    position: relative;
}

.trust-section .section-header h2 {
    color: #FFFFFF;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.trust-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius-lg);
    transition: var(--transition);
}

.trust-card:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.15);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.trust-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    background: rgba(255,255,255,0.15);
    color: #93C5FD;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.trust-number {
    font-size: 1.75rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 0.25rem;
}

.trust-label {
    font-size: 0.85rem;
    color: #CBD5E1;
}

/* ============================================
   BENEFITS SECTION
   ============================================ */
.benefits-section {
    padding: 6rem 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.benefit-card {
    padding: 2rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(37, 99, 235, 0.2);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: var(--brand-primary-glow);
    color: var(--brand-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
}

.benefit-card h3 {
    margin-bottom: 0.5rem;
}

.benefit-card p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Highlighted benefit cards */
.benefit-card--highlight {
    border-color: rgba(37, 99, 235, 0.15);
    background: linear-gradient(135deg, #FAFBFF 0%, #F0F4FF 100%);
}

.benefit-card--highlight:hover {
    border-color: rgba(37, 99, 235, 0.35);
}

.benefit-icon--gold {
    background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
    color: #B45309;
}

.benefit-icon--green {
    background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%);
    color: #047857;
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.process-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 50%, #1E293B 100%);
    border-top: none;
    border-bottom: none;
    position: relative;
    overflow: hidden;
}

.process-section::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37,99,235,0.2) 0%, transparent 70%);
    pointer-events: none;
}

.process-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(124,58,237,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.process-section .section-tag {
    background: rgba(255,255,255,0.1);
    color: #93C5FD;
}

.process-section .section-header h2 {
    color: #FFFFFF;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.process-card {
    text-align: center;
    padding: 2rem 1.25rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    position: relative;
    transition: var(--transition);
    backdrop-filter: blur(8px);
}

.process-card:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.process-number {
    width: 48px;
    height: 48px;
    margin: 0 auto 1.25rem;
    background: var(--brand-gradient);
    color: var(--text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 800;
}

.process-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #FFFFFF;
}

.process-card p {
    font-size: 0.85rem;
    margin-bottom: 0;
    color: #94A3B8;
}

/* ============================================
   COMMUNITY / GALLERY SECTION
   ============================================ */
.community-section {
    padding: 6rem 0;
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.community-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
}

.community-image:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg);
}

.community-image:hover .community-overlay {
    opacity: 1;
}

.community-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.community-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1rem 1rem;
    background: linear-gradient(0deg, rgba(15,23,42,0.85) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.community-overlay span {
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* ============================================
   TESTIMONIAL SECTION
   ============================================ */
.testimonial-section {
    padding: 5rem 0;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.testimonial-card {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

.quote-icon {
    font-size: 2rem;
    color: var(--brand-primary);
    opacity: 0.4;
    margin-bottom: 1.5rem;
}

blockquote p {
    font-size: 1.15rem;
    font-style: italic;
    color: var(--text-primary);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-weight: 500;
}

.author-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: left;
}

.author-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-weight: 700;
    font-size: 0.95rem;
}

.author-role {
    font-size: 0.8rem;
    color: var(--text-secondary);
}

/* ============================================
   WHY US SECTION - Split Layout
   ============================================ */
.why-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #F0F4FF 0%, #FAFBFF 50%, #FFFFFF 100%);
}

.why-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.why-image {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.why-content .section-tag {
    margin-bottom: 0.75rem;
}

.why-content h2 {
    margin-bottom: 2rem;
}

.why-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-list-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.why-list-item h3 {
    margin-bottom: 0.25rem;
}

.why-list-item p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.why-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: var(--brand-primary-glow);
    color: var(--brand-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-section {
    padding: 6rem 0;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.faq-container {
    max-width: 800px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    box-shadow: var(--shadow-sm);
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 1.25rem 1.5rem;
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-family: var(--font);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.faq-question:hover { background: var(--bg-secondary); }
.faq-question i { transition: transform 0.3s; color: var(--brand-primary); font-size: 0.85rem; }
.faq-item.active .faq-question i { transform: rotate(180deg); }

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 1.5rem 1.5rem;
    max-height: 500px;
}

.faq-answer p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* ============================================
   BOTTOM CTA SECTION
   ============================================ */
.bottom-cta-section {
    padding: 6rem 0;
}

.bottom-cta-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 4rem;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    position: relative;
}

.bottom-cta-card::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.bottom-cta-content h2 {
    color: var(--text-white);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.bottom-cta-content p {
    color: var(--text-light);
    margin-bottom: 0;
}

/* Mini Funnel */
.mini-funnel {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--radius-lg);
    padding: 2rem;
}

.mini-funnel-title {
    color: var(--text-white);
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
    text-align: center;
}

.mini-funnel-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.mini-option {
    padding: 0.85rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius);
    color: var(--text-white);
    font-family: var(--font);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
}

.mini-option:hover {
    background: rgba(37, 99, 235, 0.3);
    border-color: var(--brand-primary-light);
    transform: translateY(-2px);
}

/* ============================================
   FLOATING CONTACT
   ============================================ */
.floating-contact {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
}

.floating-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.floating-btn:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow-lg);
}

.whatsapp-btn { background: #25D366; }
.whatsapp-btn:hover { background: #1DA851; }
.calendly-btn { background: var(--brand-primary); }
.calendly-btn:hover { background: var(--brand-primary-dark); }

/* ============================================
   FOOTER
   ============================================ */
.footer {
    border-top: 1px solid var(--border);
    padding: 3rem 0 2rem;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.footer-brand p {
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-top: 0.4rem;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.3s;
}

.footer-links a:hover { color: var(--text-primary); }

.footer-disclaimer p {
    font-size: 0.7rem;
    border-top: 1px solid var(--border);
    padding-top: 1.5rem;
    margin-bottom: 0;
    color: var(--text-light);
}

/* ============================================
   ANIMATIONS
   ============================================ */
.delay-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.delay-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.05s; }
.delay-2 { transition-delay: 0.15s; }
.delay-3 { transition-delay: 0.25s; }
.delay-4 { transition-delay: 0.35s; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .hero-content {
        text-align: center;
        order: 1;
    }
    
    .hero-funnel-wrapper {
        order: 2;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }
    
    .hero-extra {
        order: 3;
        text-align: center;
    }
    
    .foerdertopf-banner {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .why-split {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .why-image {
        max-height: 350px;
    }
    
    .bottom-cta-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 3rem 2rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 2rem 0 3rem;
    }
    
    .trust-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
    }
    
    .community-grid {
        grid-template-columns: 1fr;
    }
    
    .why-split {
        grid-template-columns: 1fr;
    }
    
    .step-options {
        grid-template-columns: 1fr;
    }
    
    .mini-funnel-options {
        grid-template-columns: 1fr;
    }
    
    .footer-container {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    .floating-contact {
        bottom: 16px;
        right: 12px;
    }
    
    .floating-btn {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
    }
    
    .calendly-btn {
        display: none;
    }
    
    .funnel-widget {
        padding: 1.5rem;
    }
    
    .bottom-cta-card {
        padding: 2rem 1.5rem;
    }
    
    .testimonial-card {
        padding: 2rem 1.5rem;
    }
    
    blockquote p {
        font-size: 1rem;
    }
}

/* ============================================
   VIDEO SECTION VSL (ADDED)
   ============================================ */
.video-section-vsl {
    padding: 2rem 0 6rem;
    background: var(--bg-primary);
}

.video-glow-wrapper {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.video-preview-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: var(--bg-dark);
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
    animation: glow-pulse 2s infinite;
    aspect-ratio: 16/9;
}

@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.6);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(249, 115, 22, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
    }
}

.video-autoplay-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.video-glass-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, transparent 20%, rgba(15, 23, 42, 0.4) 100%);
    cursor: pointer;
    transition: var(--transition);
}

.video-glass-overlay:hover {
    background: radial-gradient(circle, transparent 20%, rgba(15, 23, 42, 0.2) 100%);
}

.glow-play-btn {
    width: 90px;
    height: 90px;
    background: var(--brand-cta);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.5rem;
    box-shadow: 0 0 30px var(--brand-cta-glow);
    transition: var(--transition);
}

.video-glass-overlay:hover .glow-play-btn {
    transform: scale(1.1);
    background: var(--brand-cta-dark);
}

.glow-play-btn i {
    margin-left: 6px;
}

.click-to-watch {
    margin-top: 1.5rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    letter-spacing: 0.02em;
}

/* ============================================
   FOOTER REDESIGN (ADDED)
   ============================================ */
.footer {
    background: #fcfcfc;
    border-top: 1px solid var(--border);
    padding: 5rem 0 0 !important;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.footer-col h4 {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: var(--bg-dark);
}

.footer-col a {
    display: block;
    color: var(--text-secondary);
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: var(--transition);
    font-size: 0.95rem;
}

.footer-col a:hover {
    color: var(--brand-cta);
}

.footer-logo {
    height: 32px;
    margin-bottom: 1.5rem;
}

.footer-bottom {
    border-top: 1px solid var(--border-light);
    padding: 2.5rem 0;
}

.footer-disclaimer p {
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.copyright {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-light);
}

/* ============================================
   RESPONSIVE FIXES (ADDED)
   ============================================ */
@media (max-width: 1024px) {
    .main-header {
        position: static;
        height: auto;
    }

    .header-content {
        flex-direction: column;
        height: auto !important;
        padding: 1.5rem 0;
        gap: 1.5rem;
    }

    .main-nav ul {
        gap: 1.5rem;
    }

    .hero-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem !important;
    }
    
    .hero-header-top {
        order: 1 !important;
    }

    .hero-content {
        text-align: center;
        order: 2 !important;
    }
    
    .hero-funnel-wrapper {
        order: 3 !important;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        position: static !important;
    }
    
    .hero-extra {
        order: 4 !important;
        text-align: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }
}

/* ============================================
   MOBILE CTA & LAYOUT TWEAKS
   ============================================ */
.mobile-cta-wrapper {
    display: none;
}

.hero-header-top .hero-tag {
    margin-top: 1rem;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .mobile-cta-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .btn-cta-mobile {
        display: block;
        width: 100%;
        max-width: 400px;
        padding: 1.1rem 2rem;
        background: var(--brand-cta);
        color: #fff;
        text-decoration: none;
        border-radius: 12px;
        font-weight: 800;
        font-size: 1.1rem;
        text-align: center;
        box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
        transition: var(--transition);
        border: none;
    }

    .btn-cta-mobile:hover {
        background: var(--brand-cta-dark);
        transform: translateY(-2px);
    }
}

/* Fix grid reordering on mobile */
@media (max-width: 1024px) {
    .hero-grid {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .hero-header-top {
        order: 1 !important;
    }
    
    .hero-left-col {
        order: 2 !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .hero-content {
        order: 1 !important;
    }

    .mobile-cta-wrapper {
        order: 2 !important;
        display: flex !important;
    }

    .hero-extra {
        order: 3 !important;
    }
    
    .hero-funnel-wrapper {
        order: 4 !important;
    }
}
