/* === FAALANGST RIJLESSEN SPECIFIEKE STYLING === */

/* --- Hero --- */
/* === FAALANGST HERO (SYNCHRONISATIE) === */
.faalangst-hero {
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 600px; /* Iets hoger voor de features */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Achtergrond foto over volle breedte */
.faalangst-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/FAALANGST.png') no-repeat center 20%;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

/* Donkere overlay voor leesbaarheid */
.faalangst-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    z-index: 2;
}

.faalangst-hero-content {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 6rem 1.5rem;
}

/* Hero Badge Styling */
.faalangst-hero-content .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.75rem;
    background: var(--primary-blue);
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 800;
    color: white;
    margin-bottom: 2rem;
    box-shadow: 0 10px 25px rgba(0, 147, 200, 0.25);
}

/* De Titel (Blauw + Wit) */
.faalangst-hero-content h1 {
    font-size: clamp(2.25rem, 6vw, 3.5rem);
    font-weight: 800;
    color: var(--primary-blue-dark);
    margin-bottom: 0.5rem;
    line-height: 1.1;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.faalangst-hero-content h1 span {
    color: #ffffff;
    font-size: inherit;
    font-weight: inherit;
}

.hero-brand {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    margin-bottom: 2rem;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.hero-features span { 
    color: #ffffff;
    background: rgba(2, 132, 199, 0.2);
    padding: 0.4rem 1rem;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* === RESPONSIVE FIXES === */
@media (max-width: 768px) {
    .faalangst-hero { min-height: 500px; }
    .faalangst-hero-content .hero-badge { display: none; }
    
    .faalangst-hero-content h1 { 
        font-size: 2rem; 
    }
    
    .hero-features {
        flex-direction: column;
        gap: 0.75rem;
        align-items: center;
    }
    
    .hero-features span {
        width: fit-content;
    }

    /* Intro box aansluiting */
    .intro-premium-box {
        margin-top: -3rem;
        padding: 2.5rem 1.5rem;
    }
}

.hero-tag {
    display: inline-block;
    background: #0284c7;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    color: var(--white);
}

.faalangst-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.hero-brand {
    font-size: 1.5rem;
    opacity: 0.8;
    margin-bottom: 2rem;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.hero-features span { color: #0284c7; }

.hero-location {
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
}

/* --- Intro --- */
.intro-premium-box {
    max-width: 900px;
    margin: -4rem auto 4rem;
    background: var(--white);
    padding: 4rem;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-top: 6px solid #0284c7;
}

.intro-premium-box h2 { 
    color: #0c4a6e; 
    margin-bottom: 1.5rem; 
}

.intro-premium-box p { 
    font-size: 1.15rem; 
    line-height: 1.8; 
    color: var(--gray-700);
    margin-bottom: 1rem;
}

/* --- Section Titles & Text --- */
.section-title { 
    text-align: center; 
    margin-bottom: 2rem; 
    font-size: 2.25rem; 
    color: #0c4a6e;
}

.intro-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--gray-700);
}

.conclusion {
    text-align: center;
    max-width: 800px;
    margin: 2rem auto 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0c4a6e;
}

/* --- What Is Section --- */
.section-what-is { padding: 6rem 0; }

.what-is-content {
    max-width: 900px;
    margin: 0 auto;
}

.symptoms-box {
    background: #f0f9ff;
    padding: 3rem;
    border-radius: 24px;
    margin: 3rem 0;
    border-left: 6px solid #0284c7;
}

.symptoms-box h3 {
    font-size: 1.5rem;
    color: #0c4a6e;
    margin-bottom: 1.5rem;
}

.symptoms-box ul {
    list-style: none;
    padding: 0;
}

.symptoms-box li {
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    line-height: 1.6;
}

.symptoms-box li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0284c7;
    font-weight: 800;
    font-size: 1.5rem;
}

.message-box {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    margin-top: 3rem;
}

.message-box p {
    font-size: 1.15rem;
    margin: 0.5rem 0;
    color: #0c4a6e;
}

/* --- For Who Section --- */
.section-for-who { padding: 6rem 0; background: #f8fafc; }

.for-who-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 3rem auto;
}

.for-who-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 20px;
    border: 2px solid #e0f2fe;
    transition: all 0.3s ease;
}

.for-who-card:hover {
    border-color: #0284c7;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.15);
}

.for-who-card.wide {
    grid-column: 1 / -1;
}

.for-who-card h3 {
    font-size: 1.1rem;
    color: #0284c7;
    margin-bottom: 0.5rem;
}

.for-who-card p {
    font-size: 0.95rem;
    color: var(--gray-700);
    margin: 0.5rem 0 0;
    line-height: 1.6;
}

.recognition-box {
    background: #fef3c7;
    padding: 2.5rem;
    border-radius: 20px;
    max-width: 900px;
    margin: 3rem auto 0;
    text-align: center;
}

.recognition-box p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #92400e;
    margin: 0;
}

/* --- How We Work Section --- */
.section-how-we-work { padding: 6rem 0; }

.how-we-work-content {
    max-width: 1000px;
    margin: 0 auto;
}

.principle-box {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 3rem;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 3rem;
}

.highlight-text {
    font-size: 1.35rem;
    font-weight: 600;
    color: #0c4a6e;
    margin: 0;
    line-height: 1.6;
}

.approach-box {
    background: #f0f9ff;
    padding: 3rem;
    border-radius: 24px;
    margin: 3rem 0;
    border-left: 6px solid #0284c7;
}

.approach-box h3 {
    font-size: 1.5rem;
    color: #0c4a6e;
    margin-bottom: 1.5rem;
}

.approach-box p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: 1rem;
}

.commitment-box {
    background: #fef3c7;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
}

.commitment-box p {
    font-size: 1.15rem;
    color: #92400e;
    margin: 0;
}

/* --- Exam Difference Section --- */
.section-exam-difference { padding: 6rem 0; background: #f8fafc; }

.exam-comparison {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 1000px;
    margin: 3rem auto;
}

.exam-card {
    background: var(--white);
    padding: 3rem;
    border-radius: 24px;
    border: 2px solid #e0f2fe;
    transition: all 0.3s ease;
}

.exam-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.15);
}

.exam-card.regular {
    border-color: #cbd5e1;
}

.exam-card.faalangst-exam {
    border-color: #0284c7;
    background: #f0f9ff;
}

.exam-card h3 {
    font-size: 1.5rem;
    color: #0c4a6e;
    margin-bottom: 2rem;
    text-align: center;
}

.exam-detail {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #e0f2fe;
}

.exam-detail:last-child {
    border-bottom: none;
}

.exam-detail .label {
    font-weight: 600;
    color: #0c4a6e;
}

.exam-detail .value {
    color: var(--gray-700);
}

.exam-explanation {
    max-width: 900px;
    margin: 4rem auto 0;
}

.exam-explanation p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: 1.5rem;
}

/* --- Why Different Section --- */
.section-why-different { padding: 6rem 0; }

.why-different-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.why-different-wrapper h2 {
    font-size: 2.25rem;
    color: #0c4a6e;
    text-align: center;
    margin-bottom: 2rem;
}

.understanding-box {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 3rem;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 3rem;
}

.understanding-box .highlight-text {
    margin-bottom: 1rem;
}

.understanding-box .highlight-text:last-child {
    margin-bottom: 0;
}

.approach-description {
    background: #f8fafc;
    padding: 3rem;
    border-radius: 24px;
    margin-bottom: 2rem;
}

.approach-description p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: 1rem;
}

.approach-description p:last-child {
    margin-bottom: 0;
}

.method-box {
    background: #f0f9ff;
    padding: 2.5rem;
    border-radius: 20px;
    border-left: 6px solid #0284c7;
    margin-bottom: 2rem;
}

.method-box p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin: 0;
}

.result-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fef08a 100%);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
}

.result-box p {
    font-size: 1.15rem;
    color: #92400e;
    margin: 0;
}

/* --- Final CTA --- */
.section-final-cta { 
    padding: 8rem 0; 
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
}

.section-final-cta h2 {
    font-size: 2.5rem;
    color: #0c4a6e;
    margin-bottom: 1.5rem;
}

.cta-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 700px;
    margin: 0 auto 1rem;
}

.cta-actions { 
    display: flex; 
    justify-content: center; 
    align-items: center;
    gap: 2rem; 
    margin: 3rem 0; 
}

.btn-primary {
    display: inline-block;
    padding: 1.25rem 3rem;
    background: #0284c7;
    color: white;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.3);
}

.btn-primary:hover {
    background: #0369a1;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(2, 132, 199, 0.4);
}

.btn-whatsapp {
    display: inline-block;
    padding: 1.25rem 3rem;
    background: white;
    color: #0284c7;
    border: 2px solid #0284c7;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background: #0284c7;
    color: white;
    transform: translateY(-3px);
}

.cta-footer { 
    color: #475569;
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* --- Background utilities --- */
.bg-light { background: #f8fafc; }

/* --- Responsive --- */
@media (max-width: 768px) {
    .hero-features {
        flex-direction: column;
        gap: 1rem;
    }
    
    .intro-premium-box {
        padding: 2rem;
        margin-top: -2rem;
    }
    
    .for-who-grid,
    .exam-comparison {
        grid-template-columns: 1fr;
    }
    
    .for-who-card.wide {
        grid-column: 1;
    }
    
    .section-final-cta h2 {
        font-size: 1.75rem;
    }
    
    .cta-actions {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-whatsapp {
        width: 100%;
        text-align: center;
    }
    
    .symptoms-box,
    .approach-box,
    .principle-box,
    .understanding-box,
    .approach-description,
    .method-box,
    .result-box,
    .message-box,
    .recognition-box,
    .commitment-box {
        padding: 2rem;
    }
    
    .highlight-text {
        font-size: 1.15rem;
    }
}