/* === MOTOR OPLEIDING SPECIFIEKE STYLING === */

/* --- Hero --- */
/* === MOTOR OPLEIDING HERO (SYNCHRONISATIE) === */
.motor-hero {
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

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

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

/* Hero Badge Styling */
.motor-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: 2.5rem;
    box-shadow: 0 10px 25px rgba(0, 147, 200, 0.25);
}

/* De Titel (Blauw + Wit) */
.motor-hero-content h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    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);
}

.motor-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); /* Licht maken voor op de foto */
    font-weight: 600;
    margin-bottom: 2rem;
    opacity: 1;
}

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

/* === MOBIEL: FIXES === */
@media (max-width: 768px) {
    .motor-hero { min-height: 450px; }
    .motor-hero-content .hero-badge { display: none; }
    
    .motor-hero-content h1 { 
        font-size: 2.25rem; 
        text-align: center;
    }
    
    .hero-subtitle { 
        font-size: 1.05rem; 
        text-align: center;
    }

    /* Zorg dat de intro box goed aansluit op de nieuwe hero */
    .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);
}

.motor-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.1rem;
    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); }

/* --- 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;
}

/* --- Exam Structure --- */
.section-exam-structure { padding: 6rem 0; }

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

.exam-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 24px;
    text-align: center;
    border: 2px solid #e0f2fe;
}

.exam-card h3 {
    font-size: 1.5rem;
    color: #0284c7;
    margin-bottom: 1rem;
}

.exam-description {
    text-align: center;
    max-width: 800px;
    margin: 2rem auto 0;
    font-size: 1.05rem;
    color: var(--gray-700);
}

/* --- AVB Section --- */
.section-avb { padding: 6rem 0; background: #f8fafc; }

.avb-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.avb-wrapper h2 {
    font-size: 2.25rem;
    color: #0c4a6e;
    margin-bottom: 1.5rem;
}

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

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

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

.avb-info-box li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
}

.avb-info-box li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0284c7;
    font-weight: 800;
}

.skills-title {
    font-size: 1.75rem;
    color: #0c4a6e;
    margin: 3rem 0 2rem;
}

.skills-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin: 2rem 0;
}

.skills-column h4 {
    font-size: 1.25rem;
    color: #0284c7;
    margin-bottom: 1rem;
}

.skills-column ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.skills-column li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.skills-column li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0284c7;
    font-weight: 800;
}

.note {
    background: #fef3c7;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-top: 2rem;
    font-style: italic;
    color: #92400e;
}

/* --- Preparation Section --- */
.section-preparation { padding: 6rem 0; }

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

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

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

.prep-card h3 {
    font-size: 1.1rem;
    color: #0284c7;
}

/* --- AVD Section --- */
.section-avd { padding: 6rem 0; }

.avd-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.avd-wrapper h2 {
    font-size: 2.25rem;
    color: #0c4a6e;
    margin-bottom: 1.5rem;
}

.avd-wrapper h3 {
    font-size: 1.75rem;
    color: #0c4a6e;
    margin: 3rem 0 1.5rem;
}

.avd-start-box {
    background: #f0f9ff;
    padding: 3rem;
    border-radius: 24px;
    margin: 3rem 0;
}

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

.avd-start-box ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.avd-start-box li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
}

.avd-start-box li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0284c7;
    font-weight: 800;
}

.independent-driving {
    background: #f8fafc;
    padding: 2.5rem;
    border-radius: 20px;
    margin: 2rem 0;
}

.independent-driving h4 {
    font-size: 1.25rem;
    color: #0284c7;
    margin-bottom: 1rem;
}

.independent-driving ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.independent-driving li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
}

.independent-driving li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0284c7;
    font-weight: 800;
}

.examiner-focus ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.examiner-focus li {
    padding: 0.75rem 1rem 0.75rem 2rem;
    background: #f0f9ff;
    border-radius: 12px;
    position: relative;
}

.examiner-focus li::before {
    content: "👁️";
    position: absolute;
    left: 0.5rem;
}

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

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

/* --- Cooperation Section --- */
.section-cooperation { padding: 6rem 0; }

/* --- Expectations Section --- */
.section-expectations { padding: 6rem 0; background: #f8fafc; }

.expectations-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

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

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

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

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

.expectation-card h3 {
    font-size: 1.1rem;
    color: #0284c7;
    margin: 0;
}

.equipment-note {
    background: #fef3c7;
    padding: 2rem;
    border-radius: 20px;
    margin-top: 3rem;
    text-align: center;
}

.equipment-note p {
    font-size: 1.1rem;
    margin: 0;
    color: #92400e;
}

/* --- Licenses Section --- */
.section-licenses { padding: 6rem 0; }

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

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

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

.license-card.highlight {
    border-color: #0284c7;
    background: #f0f9ff;
}

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

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

.license-card li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
}

.license-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0284c7;
    font-weight: 800;
}

/* --- Practical Info Section --- */
.section-practical-info { padding: 6rem 0; background: #f8fafc; }

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

.info-item {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 24px;
    border: 2px solid #e0f2fe;
}

.info-item h3 {
    font-size: 1.25rem;
    color: #0284c7;
    margin-bottom: 1rem;
}

.info-item p {
    color: var(--gray-700);
    line-height: 1.6;
    margin: 0;
}

/* --- FAQ Section --- */
.section-faq { padding: 6rem 0; }

.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 3rem auto;
}

.faq-item {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 24px;
    border-left: 6px solid #0284c7;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.faq-item h3 {
    font-size: 1.25rem;
    color: #0c4a6e;
    margin-bottom: 1rem;
}

.faq-item p {
    color: var(--gray-700);
    line-height: 1.7;
    margin: 0;
}

/* --- Focus Section --- */
.section-focus { padding: 6rem 0; background: #f8fafc; }

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

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

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

.focus-item {
    background: var(--white);
    padding: 2rem;
    border-radius: 20px;
    border: 2px solid #e0f2fe;
    text-align: center;
}

.focus-item h3 {
    font-size: 1.1rem;
    color: #0284c7;
    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: 1rem;
}

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

.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: 968px) {
    .exam-grid,
    .preparation-grid,
    .licenses-grid,
    .info-grid,
    .focus-grid,
    .skills-grid,
    .examiner-focus ul {
        grid-template-columns: 1fr;
    }
    
    .expectations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-features {
        flex-direction: column;
        gap: 1rem;
    }
    
    .intro-premium-box {
        padding: 2rem;
        margin-top: -2rem;
    }
    
    .expectations-grid {
        grid-template-columns: 1fr;
    }
    
    .section-final-cta h2 {
        font-size: 1.75rem;
    }
    
    .cta-actions {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-whatsapp {
        width: 100%;
        text-align: center;
    }
    
    .avb-info-box,
    .avd-start-box,
    .duration-box {
        padding: 2rem;
    }
}