.mvd-section {
    padding: clamp(75px, 9vw, 120px) 0;
    scroll-margin-top: 110px;
}

.mvd-section--light {
    background: var(--mvd-grey-light);
}

.mvd-section--contact {
    background: var(--mvd-blue);
    color: var(--mvd-white);
}

.mvd-section__label {
    margin: 0 0 15px;
    color: var(--mvd-blue);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mvd-section--contact .mvd-section__label {
    color: rgba(255, 255, 255, 0.72);
}

.mvd-section h2 {
    max-width: 900px;
    margin: 0 0 24px;
    color: var(--mvd-dark);
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.1;
}

.mvd-section--contact h2 {
    color: var(--mvd-white);
}

.mvd-section p {
    max-width: 780px;
    font-size: 1.05rem;
    line-height: 1.75;
}

.mvd-section--contact a {
    color: var(--mvd-white);
    font-weight: 700;
}

/* =========================================================
   MODERNE TRANSPORTSECTIE
   ========================================================= */

.mvd-transport-modern,
.mvd-transport-modern * {
    box-sizing: border-box;
}

.mvd-transport-modern {
    padding: 88px 0;
    background:
        linear-gradient(
            180deg,
            #f4f6f8 0%,
            #eef1f4 100%
        );
}

.mvd-transport-modern__intro {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, 370px);
    gap: 70px;
    align-items: start;
    margin-bottom: 44px;
}

.mvd-transport-modern__heading {
    max-width: 760px;
}

.mvd-transport-modern__heading h2 {
    margin: 0 0 24px;
    color: var(--mvd-dark, #172033);
    font-size: clamp(2.3rem, 4.8vw, 4rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.mvd-transport-modern__lead {
    max-width: 740px;
    margin: 0 0 18px;
    color: var(--mvd-dark, #172033);
    font-size: 1.08rem;
    font-weight: 550;
    line-height: 1.75;
}

.mvd-transport-modern__text {
    max-width: 720px;
    margin: 0;
    color: var(--mvd-text, #374151);
    font-size: 0.96rem;
    line-height: 1.75;
}


/* Overzichtskaart */

.mvd-transport-modern__summary {
    padding: 8px 26px;
    background: var(--mvd-white, #ffffff);
    border: 1px solid rgba(24, 56, 113, 0.1);
    border-top: 4px solid var(--mvd-blue, #183871);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(23, 32, 51, 0.07);
}

.mvd-transport-modern__summary-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 0;
}

.mvd-transport-modern__summary-item
+ .mvd-transport-modern__summary-item {
    border-top: 1px solid rgba(24, 56, 113, 0.1);
}

.mvd-transport-modern__summary-item span {
    color: var(--mvd-grey, #8b8d8d);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mvd-transport-modern__summary-item strong {
    color: var(--mvd-dark, #172033);
    font-size: 0.94rem;
    line-height: 1.45;
}


/* Dienstenkaarten */

.mvd-transport-modern__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 30px;
}

.mvd-transport-modern__card {
    position: relative;
    min-width: 0;
    padding: 30px;
    background: var(--mvd-white, #ffffff);
    border: 1px solid rgba(24, 56, 113, 0.1);
    border-radius: 14px;
    box-shadow: 0 12px 34px rgba(23, 32, 51, 0.055);
    overflow: hidden;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.mvd-transport-modern__card::after {
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 100px;
    height: 100px;
    background: rgba(24, 56, 113, 0.035);
    border-radius: 50%;
    content: "";
}

.mvd-transport-modern__card:hover {
    border-color: rgba(24, 56, 113, 0.22);
    box-shadow: 0 20px 46px rgba(23, 32, 51, 0.09);
    transform: translateY(-3px);
}

.mvd-transport-modern__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
    color: var(--mvd-blue, #183871);
    background: rgba(24, 56, 113, 0.08);
    border-radius: 50%;
}

.mvd-transport-modern__card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 13px;
    color: var(--mvd-dark, #172033);
    font-size: 1.2rem;
    font-weight: 780;
    line-height: 1.3;
}

.mvd-transport-modern__card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--mvd-text, #374151);
    font-size: 0.87rem;
    line-height: 1.7;
}


/* Actiebalk */

.mvd-transport-modern__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 25px 28px;
    color: var(--mvd-white, #ffffff);
    background: var(--mvd-blue, #183871);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(24, 56, 113, 0.18);
}

.mvd-transport-modern__action > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mvd-transport-modern__action strong {
    color: var(--mvd-white, #ffffff);
    font-size: 1rem;
    line-height: 1.4;
}

.mvd-transport-modern__action span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.5;
}

.mvd-transport-modern__action .mvd-button {
    flex: 0 0 auto;
    color: var(--mvd-blue-dark, #102752);
    background: var(--mvd-white, #ffffff);
    border-color: var(--mvd-white, #ffffff);
}

.mvd-transport-modern__action .mvd-button:hover,
.mvd-transport-modern__action .mvd-button:focus-visible {
    color: var(--mvd-blue-dark, #102752);
    background: #eef1f5;
    border-color: #eef1f5;
}


/* Responsive */

@media (max-width: 950px) {

    .mvd-transport-modern__intro {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .mvd-transport-modern__summary {
        max-width: 600px;
    }

    .mvd-transport-modern__cards {
        grid-template-columns: 1fr 1fr;
    }

    .mvd-transport-modern__card:last-child {
        grid-column: 1 / -1;
    }

}

@media (max-width: 650px) {

    .mvd-transport-modern {
        padding: 58px 0;
    }

    .mvd-transport-modern__heading h2 {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .mvd-transport-modern__lead {
        font-size: 0.98rem;
    }

    .mvd-transport-modern__cards {
        grid-template-columns: 1fr;
    }

    .mvd-transport-modern__card:last-child {
        grid-column: auto;
    }

    .mvd-transport-modern__action {
        flex-direction: column;
        align-items: flex-start;
    }

    .mvd-transport-modern__action .mvd-button {
        width: 100%;
    }

}