/**
 * PROFIWEBDESIGN.DE - MODERN SAAS UI
 * Glassmorphism · Große Texte · Schnell · Professionell
 * Version: 4.0.0
 */

:root {
    --primary: #2563eb;
    --primary-dark: #1e40af;
    --primary-light: #60a5fa;
    --secondary: #8b5cf6;
    --accent: #06b6d4;
    
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #94a3b8;
    --text-white: #ffffff;
    
    --bg-primary: #ffffff;
    --bg-secondary: #f8fafc;
    --bg-dark: #0f172a;
    
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.18);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-blue: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    --gradient-purple: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    --gradient-cyan: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 4rem;
    --space-3xl: 6rem;
    --space-4xl: 8rem;
    
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-2xl: 32px;
    --radius-full: 9999px;
    
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

    --color-primary: var(--primary);
    --color-primary-dark: var(--primary-dark);
    --color-secondary: var(--secondary);
    --color-success: #16a34a;
    --color-warning: #ca8a04;
    --color-danger: #dc2626;
    --color-info: #2563eb;

    --color-text: var(--text-primary);
    --color-text-light: var(--text-secondary);
    --color-text-muted: var(--text-muted);

    --color-bg: var(--bg-primary);
    --color-bg-light: var(--bg-secondary);
    --color-bg-dark: var(--bg-dark);

    --color-border: rgba(15, 23, 42, 0.12);

    --spacing-xs: var(--space-xs);
    --spacing-sm: var(--space-sm);
    --spacing-md: var(--space-md);
    --spacing-lg: var(--space-lg);
    --spacing-xl: var(--space-xl);
    --spacing-2xl: var(--space-2xl);
    --spacing-3xl: var(--space-3xl);

    --border-radius: var(--radius-sm);
    --border-radius-lg: var(--radius-lg);
    --border-radius-full: var(--radius-full);

    --shadow: var(--shadow-md);
    --shadow-sm: var(--shadow-sm);
    --shadow-lg: var(--shadow-lg);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text-primary);
    background: var(--bg-primary);
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover {
    color: var(--primary-dark);
}

h1, h2, h3, h4 {
    font-weight: 800;
    line-height: 1.1;
    color: var(--text-primary);
    letter-spacing: -0.03em;
    margin-bottom: var(--space-lg);
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

h4 {
    font-size: clamp(1.25rem, 2.5vw, 2rem);
}

p {
    margin-bottom: var(--space-md);
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--text-secondary);
}

.text-large {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 600;
    line-height: 1.5;
}

.text-xl {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.3;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--space-xl);
}

.container-narrow {
    max-width: 1000px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #0a1929;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-md) 0;
}

.logo-text {
    font-size: 1.75rem;
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-tagline {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.tagline {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    font-weight: 500;
}

.hero-section {
    padding: var(--space-4xl) 0;
    background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    padding: var(--space-xs) var(--space-md);
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-full);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: var(--space-lg);
    box-shadow: var(--shadow-md);
}

.hero-title {
    margin-bottom: var(--space-lg);
}

.hero-subtitle {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    color: var(--text-secondary);
    margin-bottom: var(--space-2xl);
    font-weight: 500;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.btn:hover::before {
    opacity: 1;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-2xl);
}

.btn-primary {
    background: var(--gradient-blue);
    color: var(--text-white);
    box-shadow: var(--shadow-lg);
}

.btn-primary:hover {
    color: var(--text-white);
}

.btn-lg {
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
}

.btn-secondary {
    background: var(--secondary);
    color: var(--text-white);
    box-shadow: var(--shadow-lg);
}

.btn-secondary:hover {
    color: var(--text-white);
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid rgba(37, 99, 235, 0.35);
    box-shadow: none;
}

.btn-outline:hover {
    background: rgba(37, 99, 235, 0.08);
    color: var(--primary-dark);
    box-shadow: none;
}

.btn-sm {
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
}

.btn-block {
    display: flex;
    width: 100%;
}

.section {
    padding: var(--space-4xl) 0;
    position: relative;
}

.section-dark {
    background: var(--bg-dark);
    color: var(--text-white);
}

.section-dark h2,
.section-dark h3 {
    color: var(--text-white);
}

.section-dark p {
    color: rgba(255, 255, 255, 0.8);
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto var(--space-3xl);
}

.section-badge {
    display: inline-block;
    padding: var(--space-xs) var(--space-md);
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: white;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--radius-full);
    margin-bottom: var(--space-md);
}

.glass-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: var(--space-2xl);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.glass-card:hover {
    border-color: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15);
    transform: translateY(-2px);
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3xl);
    align-items: center;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
}

.feature-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    text-align: center;
}

.feature-card:hover {
    border-color: #2563eb;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.12);
    transform: translateY(-4px);
}

.feature-card .feature-icon {
    font-size: 2.5rem;
    margin-bottom: var(--space-md);
}

.feature-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--space-sm);
}

.feature-card p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.feature-image {
    width: 100%;
    height: auto;
}

.feature-image img {
    width: 100%;
    height: auto;
}

.feature-content {
    padding: var(--space-xl);
}

.feature-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: var(--space-md);
    color: var(--text-primary);
}

.feature-text {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

.faq-item {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    box-shadow: var(--shadow-md);
    transition: all 0.3s;
}

.faq-item:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-4px);
}

.faq-question {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: var(--space-md);
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
}

.faq-question::before {
    content: '?';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    color: white;
    border-radius: var(--radius-full);
    font-size: 1.5rem;
    font-weight: 900;
    flex-shrink: 0;
}

.faq-answer {
    font-size: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.8;
    padding-left: 56px;
}

.cta-section {
    padding: var(--space-4xl) 0;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: var(--space-3xl);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-2xl);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.cta-content h2 {
    font-size: clamp(2rem, 5vw, 2.75rem);
    color: white;
    margin-bottom: var(--space-md);
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cta-content p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: var(--space-lg);
    line-height: 1.6;
}

.btn-white {
    background: var(--bg-primary);
    color: var(--primary);
    box-shadow: var(--shadow-xl);
}

.btn-white:hover {
    color: var(--primary-dark);
}

.form-group {
    margin-bottom: var(--space-lg);
}

.form-label {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--space-sm);
}

.form-control {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    font-family: var(--font-sans);
    color: var(--text-primary);
    background: var(--bg-primary);
    border: 2px solid #e2e8f0;
    border-radius: var(--radius-md);
    transition: all 0.3s;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
    font-size: 1rem;
    cursor: pointer;
}

.checkbox-label input {
    margin-top: 4px;
}

.alert {
    padding: var(--space-lg) var(--space-xl);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-lg);
    font-size: 1.125rem;
    border: 2px solid;
}

.alert-success {
    background: #dcfce7;
    border-color: #86efac;
    color: #166534;
}

.alert-error {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #991b1b;
}

.alert-warning {
    background: #fef3c7;
    border-color: #fcd34d;
    color: #92400e;
}

.alert-info {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1e40af;
}

.site-footer {
    background: var(--bg-dark);
    color: rgba(255, 255, 255, 0.7);
    padding: var(--space-3xl) 0 var(--space-xl);
    margin-top: var(--space-4xl);
}

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

.footer-text {
    font-size: 0.9375rem;
    margin-bottom: var(--space-sm);
}

.copyright {
    font-size: 0.875rem;
    margin-bottom: var(--space-sm);
    opacity: 0.8;
}

.footer-links {
    font-size: 0.875rem;
    margin-bottom: var(--space-md);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s;
}

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

.footer-notice {
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-bottom: var(--space-md);
    opacity: 0.7;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-prices {
    font-size: 0.8125rem;
    margin-bottom: 0;
    opacity: 0.7;
}

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

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

.mb-0 { margin-bottom: 0; }
.mb-sm { margin-bottom: var(--space-sm); }
.mb-md { margin-bottom: var(--space-md); }
.mb-lg { margin-bottom: var(--space-lg); }
.mb-xl { margin-bottom: var(--space-xl); }
.mb-2xl { margin-bottom: var(--space-2xl); }

.mt-0 { margin-top: 0; }
.mt-sm { margin-top: var(--space-sm); }
.mt-md { margin-top: var(--space-md); }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }
.mt-2xl { margin-top: var(--space-2xl); }

@media (max-width: 1200px) {
    .container {
        padding: 0 var(--space-lg);
    }
}

@media (max-width: 900px) {
    .section {
        padding: var(--space-3xl) 0;
    }
    
    .hero-section {
        padding: var(--space-3xl) 0;
    }
    
    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }
}

@media (max-width: 640px) {
    .container {
        padding: 0 var(--space-md);
    }
    
    .section {
        padding: var(--space-2xl) 0;
    }
    
    .hero-section {
        padding: var(--space-2xl) 0;
    }
    
    .btn {
        padding: 1rem 2rem;
        font-size: 1.125rem;
    }
    
    .btn-lg {
        padding: 1.25rem 2.5rem;
        font-size: 1.25rem;
    }
    
    .glass-card {
        padding: var(--space-lg);
    }
    
    .feature-content {
        padding: var(--space-lg);
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
}

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

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* ========================================
   CHECK PAGE - Glassmorphism Form
======================================== */
.check-page {
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 50%, #f5f7ff 100%);
    min-height: 100vh;
}

.check-section {
    padding: var(--space-3xl) 0;
}

.check-wrapper {
    max-width: 640px;
    margin: 0 auto;
}

.check-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
}

.check-header h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: var(--space-sm);
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.check-header p {
    font-size: 1.25rem;
    color: var(--text-secondary);
}

.check-form {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-2xl);
    padding: var(--space-2xl);
    box-shadow: 0 25px 50px rgba(37, 99, 235, 0.1);
}

.check-form .form-group {
    margin-bottom: var(--space-lg);
}

.check-form label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--space-xs);
}

.check-form .optional {
    font-weight: 400;
    color: var(--text-muted);
    font-size: 0.875rem;
}

.check-form input[type="text"],
.check-form input[type="email"],
.check-form input[type="tel"],
.check-form input[type="url"] {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    font-family: var(--font-sans);
    color: var(--text-primary);
    background: white;
    border: 2px solid rgba(37, 99, 235, 0.15);
    border-radius: var(--radius-md);
    transition: all 0.3s;
}

.check-form input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.check-form input::placeholder {
    color: var(--text-muted);
}

.checkbox-group {
    margin-top: var(--space-lg);
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
    font-size: 0.9375rem;
    color: var(--text-secondary);
    cursor: pointer;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--primary);
    cursor: pointer;
}

.checkbox-label a {
    color: var(--primary);
    text-decoration: underline;
}

.form-note {
    text-align: center;
    margin-top: var(--space-lg);
    font-size: 0.9375rem;
    color: var(--text-muted);
}

/* Success Message */
.success-message {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--radius-2xl);
    padding: var(--space-3xl) var(--space-2xl);
    box-shadow: 0 25px 50px rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-xl);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.success-message h1 {
    font-size: 2rem;
    color: #059669;
    margin-bottom: var(--space-md);
}

.success-message p {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: var(--space-sm);
}

.success-message .btn {
    margin-top: var(--space-xl);
}

/* ========================================
   STAGE 2 PAGE - PRO Analyse
======================================== */

/* Hero PRO */
.hero-pro {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    padding: var(--space-3xl) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-pro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(124, 58, 237, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-pro .hero-content {
    position: relative;
    z-index: 1;
}

.hero-pro .hero-note {
    color: rgba(255, 255, 255, 0.7);
}

.hero-pro .hero-website {
    color: rgba(255, 255, 255, 0.6);
}

.hero-pro h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: white;
    margin-bottom: var(--space-md);
}

.hero-pro .hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
}

.badge-pro {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: var(--space-lg);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Status Section */
.status-section {
    padding: var(--space-3xl) 0;
    background: var(--bg-light);
}

.status-section h2 {
    text-align: center;
    margin-bottom: var(--space-2xl);
    font-size: 2rem;
}

.ampel-display {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-md);
    max-width: 900px;
    margin: 0 auto;
}

.ampel-item {
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    display: flex;
    align-items: center;
    gap: var(--space-md);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.ampel-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ampel-dot.gruen, .ampel-dot.green { 
    background: #10b981; 
    box-shadow: 0 0 12px rgba(16, 185, 129, 0.5);
}
.ampel-dot.gelb, .ampel-dot.yellow { 
    background: #f59e0b; 
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.5);
}
.ampel-dot.rot, .ampel-dot.red { 
    background: #ef4444; 
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.5);
}

.ampel-label {
    font-weight: 600;
    color: var(--text-primary);
}

.ampel-note {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin-top: 0.25rem;
}

/* Benefits Section */
.benefits-section {
    padding: var(--space-3xl) 0;
    background: white;
}

.benefits-section h2 {
    text-align: center;
    margin-bottom: var(--space-2xl);
    font-size: 2rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-xl);
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: var(--radius-xl);
    padding: var(--space-xl);
    text-align: center;
    transition: all 0.3s ease;
}

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

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: var(--space-md);
}

.benefit-card h3 {
    font-size: 1.25rem;
    margin-bottom: var(--space-sm);
    color: var(--text-primary);
}

.benefit-card p {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* Pricing Section */
.pricing-section {
    padding: var(--space-3xl) 0;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
}

.pricing-box {
    max-width: 480px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-2xl);
    padding: var(--space-2xl);
    text-align: center;
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.pricing-box h2 {
    font-size: 1.75rem;
    margin-bottom: var(--space-lg);
    color: var(--text-primary);
}

.price {
    margin-bottom: var(--space-xl);
}

.price-amount {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.price-note {
    display: block;
    font-size: 0.9375rem;
    color: var(--text-secondary);
    margin-top: var(--space-xs);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--space-xl) 0;
    text-align: left;
}

.pricing-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.08);
    color: var(--text-primary);
    font-size: 0.9375rem;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-note {
    margin-top: var(--space-md);
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* Reference Section */
.reference-section {
    padding: var(--space-xl) 0;
    background: white;
    text-align: center;
}

.reference-text {
    color: var(--text-secondary);
    font-size: 0.9375rem;
}

.reference-text a {
    color: var(--primary);
    font-weight: 600;
}

/* Error Section */
.error-section {
    padding: var(--space-3xl) 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.error-box {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background: white;
    padding: var(--space-2xl);
    border-radius: var(--radius-2xl);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.error-box h1 {
    color: #ef4444;
    margin-bottom: var(--space-md);
}

.error-box p {
    color: var(--text-secondary);
    margin-bottom: var(--space-md);
}

/* Button Large */
.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

/* ========================================
   AMPEL DISPLAY - Funnel Pages
======================================== */
.ampel-container,
.ampel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    max-width: 1000px;
    margin: 0 auto;
}

.ampel-item {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(37, 99, 235, 0.08);
    transition: all 0.3s ease;
}

.ampel-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.1);
}

.ampel-indicator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.ampel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 8px currentColor;
}

.ampel-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ampel-label {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-primary);
    line-height: 1.3;
}

.ampel-status {
    font-size: 0.875rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.ampel-note {
    font-size: 0.8125rem;
    color: var(--text-muted);
    margin-top: 0.5rem;
    line-height: 1.5;
}

/* ========================================
   FUNNEL PAGE EXTRAS
======================================== */
.hero-price,
.cta-price {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary) 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-md);
}

.cta-section .cta-price {
    font-size: 3.5rem;
    color: white;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    margin: var(--space-lg) 0;
}

.hero-price span,
.cta-price span {
    font-size: 1.25rem;
    font-weight: 500;
}

.cta-section .cta-price span {
    font-size: 1.5rem;
    opacity: 0.9;
}

.hero-note {
    font-size: 1rem;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
}

.hero-website {
    font-size: 1rem;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.hero-website strong {
    color: #60a5fa;
}

.cta-note {
    margin-top: 1rem;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.6);
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.excluded-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.excluded-item {
    font-size: 1rem;
    color: var(--text-secondary);
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.excluded-item:last-child {
    border-bottom: none;
}

.score-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.score-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(37, 99, 235, 0.04);
    border-radius: 10px;
}

.score-item strong {
    font-weight: 700;
    color: var(--text-primary);
}

.score-item span {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.feature-list-simple {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-list-simple div {
    font-size: 1rem;
    color: var(--text-primary);
    padding: 1rem;
    background: rgba(37, 99, 235, 0.04);
    border-radius: 10px;
}

/* Hero PRO variant */
.hero-pro {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
}

.hero-pro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(124, 58, 237, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 80% 50%, rgba(37, 99, 235, 0.15) 0%, transparent 40%);
    pointer-events: none;
}
