/* Conversion-Booster Styles */

/* Erfolgs-Metriken */
.metriken-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
}

.metriken-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.metriken-header {
    text-align: center;
    margin-bottom: 3rem;
}

.metriken-header h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.metriken-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.metriken-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.metrik-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.metrik-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.15);
}

.metrik-number {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    display: block;
}

.metrik-label {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.metrik-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.metrik-card p {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
}

/* Vergleichstabelle */
.vergleich-section {
    padding: 80px 0;
    background: var(--bg-white);
}

.vergleich-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.vergleich-header {
    text-align: center;
    margin-bottom: 3rem;
}

.vergleich-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.vergleich-table thead {
    background: var(--primary-color);
    color: white;
}

.vergleich-table th {
    padding: 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
}

.vergleich-table th:first-child {
    width: 40%;
}

.vergleich-table th:nth-child(2),
.vergleich-table th:nth-child(3) {
    width: 30%;
    text-align: center;
}

.vergleich-table tbody tr {
    border-bottom: 1px solid var(--border-color);
}

.vergleich-table tbody tr:last-child {
    border-bottom: none;
}

.vergleich-table td {
    padding: 1.5rem;
    color: var(--text-dark);
}

.vergleich-table td:first-child {
    font-weight: 500;
}

.vergleich-table td:nth-child(2),
.vergleich-table td:nth-child(3) {
    text-align: center;
}

.check-icon {
    color: var(--success-color);
    font-size: 1.5rem;
    font-weight: bold;
}

.cross-icon {
    color: var(--error-color);
    font-size: 1.5rem;
    font-weight: bold;
}

.vergleich-highlight {
    background: rgba(26, 54, 93, 0.05);
    font-weight: 600;
}

/* Datenformat & Lieferung Details */
.datenformat-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.datenformat-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.datenformat-header {
    text-align: center;
    margin-bottom: 3rem;
}

.datenformat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.datenformat-card {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.datenformat-card h3 {
    color: var(--text-dark);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.datenformat-card h3::before {
    content: '📋';
    font-size: 1.5rem;
}

.datenformat-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.datenformat-card li {
    padding: 0.75rem 0;
    color: var(--text-light);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.datenformat-card li:last-child {
    border-bottom: none;
}

.datenformat-card li::before {
    content: '✓';
    color: var(--success-color);
    font-weight: bold;
}

.download-sample {
    text-align: center;
    padding: 2rem;
    background: var(--bg-white);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.download-sample h3 {
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.download-sample p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

/* Final CTA Section */
.final-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}

.final-cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.final-cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
}

.final-cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.final-cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.final-cta-buttons .btn {
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.final-cta-buttons .btn-primary {
    background: var(--secondary-color);
    color: white;
}

.final-cta-buttons .btn-primary:hover {
    background: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
}

.final-cta-buttons .btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.final-cta-buttons .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .metriken-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .metrik-number {
        font-size: 2.5rem;
    }
    
    .vergleich-table {
        font-size: 0.9rem;
    }
    
    .vergleich-table th,
    .vergleich-table td {
        padding: 1rem;
    }
    
    .datenformat-grid {
        grid-template-columns: 1fr;
    }
    
    .final-cta-section h2 {
        font-size: 2rem;
    }
    
    .final-cta-buttons {
        flex-direction: column;
    }
    
    .final-cta-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .metriken-grid {
        grid-template-columns: 1fr;
    }
    
    .vergleich-table {
        display: block;
        overflow-x: auto;
    }
}

