/* ========================================
   CLEAN HOME PAGE STYLES - SCHADENSABRECHNUNG
   ======================================== */

/* Hero Section - Clean and Simple */
.hero-section-simple {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-content-simple {
    text-align: center;
    padding: 2rem 0;
}

.hero-badge-simple {
    display: inline-flex;
    align-items: center;
    background: var(--primary-color);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(121, 174, 200, 0.3);
}

.hero-title-simple {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
}

.hero-subtitle-simple {
    font-size: 1.25rem;
    color: var(--text-color-light);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-actions-simple {
    margin-bottom: 2rem;
}

.hero-actions-simple .btn {
    padding: 0.875rem 2rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hero-actions-simple .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Info Section - Clean Grid Design */
.info-section-clean {
    padding: 5rem 0;
    background: var(--light-bg);
}


/* Features Section - Clean Grid */
.features-section-clean {
    padding: 5rem 0;
    background: var(--light-bg);
}

.section-header-clean {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title-clean {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
}

.section-subtitle-clean {
    font-size: 1.2rem;
    color: var(--text-color-light);
    max-width: 600px;
    margin: 0 auto;
}

.feature-card-clean {
    background: var(--white-bg);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid var(--light-color-hover);
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.feature-card-clean:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.feature-icon-clean {
    width: 70px;
    height: 70px;
    background: var(--primary-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--primary-color);
    font-size: 1.75rem;
    transition: all 0.3s ease;
}

.feature-card-clean:hover .feature-icon-clean {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

/* Special styling for simple check icons in info section */
.info-section-clean .feature-icon-clean {
    background: var(--primary-bg);
    color: var(--primary-color);
}

.info-section-clean .feature-card-clean:hover .feature-icon-clean {
    background: var(--primary-bg);
    color: var(--primary-color);
    transform: none;
}

.feature-card-clean h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
}

.feature-card-clean p {
    color: var(--text-color-light);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Process Section - Simple Steps */
.process-section-clean {
    padding: 5rem 0;
    background: var(--white-bg);
}

.process-steps-clean {
    margin-top: 3rem;
}

.process-step-clean {
    text-align: center;
    position: relative;
    padding: 2rem 1rem;
    background: var(--light-bg);
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid var(--light-color-hover);
}

.process-step-clean:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: var(--white-bg);
}

.process-number-clean {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    height: 2.5rem;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(121, 174, 200, 0.3);
}

.process-icon-clean {
    margin: 1.5rem 0 1rem;
}

.process-icon-clean i {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.process-step-clean h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
}

.process-step-clean p {
    color: var(--text-color-light);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Legal Notice Section - Simple */
.legal-notice-section-clean {
    padding: 5rem 0;
    background: var(--light-bg);
}

.legal-notice-card-clean {
    background: var(--white-bg);
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--light-color-hover);
    text-align: center;
}

.legal-notice-icon-clean {
    margin-bottom: 2rem;
}

.legal-notice-icon-clean i {
    font-size: 3rem;
    color: var(--primary-color);
}

.legal-notice-content-clean h3 {
    color: var(--text-color);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
}

.legal-notice-text-clean {
    font-size: 1.1rem;
    color: var(--text-color-light);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.highlight-clean {
    color: var(--primary-color);
    font-weight: 600;
}

.legal-features-clean-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.legal-feature-clean {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--text-color-light);
    background: var(--light-bg);
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    border: 1px solid var(--light-color-hover);
}

.legal-feature-clean i {
    color: var(--success-color);
    font-size: 0.9rem;
}

/* Responsive Design for Clean Home Page */
@media (max-width: 768px) {
    .hero-title-simple {
        font-size: 2.5rem;
    }
    
    .hero-subtitle-simple {
        font-size: 1.1rem;
    }
    
    .hero-actions-simple .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .legal-notice-card-clean {
        padding: 2rem;
    }
    
    .feature-card-clean {
        padding: 2rem 1.5rem;
    }
    
    .process-step-clean {
        margin-bottom: 2rem;
    }
    
    .legal-features-clean-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .legal-feature-clean {
        width: 100%;
        justify-content: center;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575px) {
    .hero-title-simple {
        font-size: 2rem;
        line-height: 1.1;
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .hero-subtitle-simple {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .hero-badge-simple {
        font-size: 0.8rem;
        padding: 0.6rem 1.2rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-content-simple {
        padding: 1rem 0;
    }
    
    .legal-notice-card-clean {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .section-title-clean {
        font-size: 2rem;
    }
    
    .section-subtitle-clean {
        font-size: 1rem;
    }
    
    .feature-card-clean {
        padding: 1.5rem 1rem;
    }
    
    .process-step-clean {
        padding: 1.5rem 0.5rem;
    }
}

/* Very small devices (phones, less than 400px) */
@media (max-width: 399px) {
    .hero-title-simple {
        font-size: 1.75rem;
        line-height: 1.1;
        max-width: 100%;
        padding: 0 0.5rem;
    }
    
    .hero-subtitle-simple {
        font-size: 0.95rem;
    }
    
    .hero-badge-simple {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    
    .legal-notice-card-clean {
        padding: 1rem;
        margin: 0 0.25rem;
    }
    
    .section-title-clean {
        font-size: 1.75rem;
    }
    
    .feature-card-clean {
        padding: 1.25rem 0.75rem;
    }
    
    .process-step-clean {
        padding: 1.25rem 0.25rem;
    }
}
