/**
 * Hero and trust bar
 *
 * Bestand:
 * assets/css/03-hero.css
 *
 * Geschikt voor de huidige front-page.php.
 */


/* =========================================================
   HERO BASIS
   ========================================================= */

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

.mvd-hero {
    position: relative;
    width: 100%;
    padding: 88px 0;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #102752 0%,
            #183871 58%,
            #214887 100%
        );
    overflow: hidden;
}

.mvd-hero::before {
    position: absolute;
    top: -170px;
    right: -120px;
    width: 530px;
    height: 530px;
    border: 68px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.mvd-hero::after {
    position: absolute;
    right: 12%;
    bottom: -225px;
    width: 420px;
    height: 420px;
    border: 54px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.mvd-hero .mvd-container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   HERO GRID
   ========================================================= */

.mvd-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(300px, 365px);
    gap: 78px;
    align-items: center;
}

.mvd-hero-content {
    max-width: 760px;
}


/* =========================================================
   HERO TEXT
   ========================================================= */

.mvd-hero-label {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mvd-hero-title {
    max-width: 760px;
    margin: 0 0 24px;
    color: #ffffff !important;
    font-size: clamp(2.8rem, 5.4vw, 5rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.048em;
}

.mvd-hero-intro {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.98rem, 1.6vw, 1.12rem);
    line-height: 1.75;
}


/* =========================================================
   HERO BUTTONS
   ========================================================= */

.mvd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.mvd-hero .mvd-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 21px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.4;
    text-decoration: none;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.mvd-hero .mvd-button--primary {
    color: #183871;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 10px 24px rgba(5, 18, 42, 0.18);
}

.mvd-hero .mvd-button--primary:hover,
.mvd-hero .mvd-button--primary:focus-visible {
    color: #102752;
    background: #eef1f5;
    border-color: #eef1f5;
    transform: translateY(-1px);
    outline: none;
}

.mvd-hero .mvd-button--secondary,
.mvd-hero .mvd-button--outline {
    color: #ffffff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.52);
}

.mvd-hero .mvd-button--secondary:hover,
.mvd-hero .mvd-button--secondary:focus-visible,
.mvd-hero .mvd-button--outline:hover,
.mvd-hero .mvd-button--outline:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-1px);
    outline: none;
}


/* =========================================================
   COMPANY PROFILE CARD
   ========================================================= */

.mvd-hero-profile {
    width: 100%;
    max-width: 365px;
    justify-self: end;
    color: #172033;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 15px;
    box-shadow: 0 28px 65px rgba(5, 18, 42, 0.24);
    overflow: hidden;
}

.mvd-hero-profile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 25px 30px 22px;
    background: #ffffff;
    border-bottom: 1px solid rgba(24, 56, 113, 0.13);
}

.mvd-hero-profile-logo img,
.mvd-hero-profile-logo-image {
    display: block;
    width: auto !important;
    max-width: 235px !important;
    height: auto !important;
    max-height: 82px !important;
    margin: 0 auto;
    object-fit: contain;
}

.mvd-hero-profile-logo-fallback {
    color: #183871;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}

.mvd-hero-profile-content {
    padding: 23px 27px 25px;
}

.mvd-hero-profile-title {
    margin: 0 0 17px;
    color: #172033 !important;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.4;
}

.mvd-hero-profile-list {
    margin: 0;
}

.mvd-hero-profile-row {
    display: grid;
    grid-template-columns:
        minmax(100px, 0.8fr)
        minmax(0, 1.2fr);
    gap: 17px;
    align-items: start;
    padding: 12px 0;
    border-top: 1px solid rgba(24, 56, 113, 0.1);
}

.mvd-hero-profile-row dt,
.mvd-hero-profile-row dd {
    margin: 0;
}

.mvd-hero-profile-row dt {
    color: #7b8490;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.5;
}

.mvd-hero-profile-row dd {
    color: #172033;
    font-size: 0.75rem;
    font-weight: 750;
    line-height: 1.5;
}


/* =========================================================
   TRUST BAR
   ========================================================= */

.mvd-trust-bar,
.mvd-trust-bar * {
    box-sizing: border-box;
}

.mvd-trust-bar {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(24, 56, 113, 0.1);
}

.mvd-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mvd-trust-item {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 102px;
    padding: 24px 31px;
}

.mvd-trust-item:first-child {
    padding-left: 0;
}

.mvd-trust-item:last-child {
    padding-right: 0;
}

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

.mvd-trust-item-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 5px;
}

.mvd-trust-item strong {
    color: #172033;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.4;
}

.mvd-trust-item span {
    color: #6b7280;
    font-size: 0.75rem;
    line-height: 1.5;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .mvd-hero {
        padding: 72px 0;
    }

    .mvd-hero-grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(280px, 330px);
        gap: 46px;
    }

    .mvd-hero-profile {
        max-width: 330px;
    }

    .mvd-hero-profile-logo img,
    .mvd-hero-profile-logo-image {
        max-width: 210px !important;
    }

    .mvd-trust-item {
        padding-right: 22px;
        padding-left: 22px;
    }

}


/* =========================================================
   TABLET PORTRAIT
   ========================================================= */

@media (max-width: 820px) {

    .mvd-hero {
        padding: 64px 0;
    }

    .mvd-hero-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .mvd-hero-content {
        max-width: 720px;
    }

    .mvd-hero-profile {
        width: 100%;
        max-width: 520px;
        justify-self: start;
    }

    .mvd-hero-profile-logo {
        min-height: 105px;
    }

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

    .mvd-trust-item,
    .mvd-trust-item:first-child,
    .mvd-trust-item:last-child {
        min-height: auto;
        padding: 20px 0;
    }

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

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

    .mvd-hero {
        padding: 52px 0;
    }

    .mvd-hero::before {
        top: -190px;
        right: -240px;
    }

    .mvd-hero::after {
        display: none;
    }

    .mvd-hero-title {
        font-size: clamp(2.4rem, 13vw, 3.35rem);
    }

    .mvd-hero-intro {
        font-size: 0.94rem;
    }

    .mvd-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mvd-hero .mvd-button {
        width: 100%;
    }

    .mvd-hero-profile {
        max-width: none;
        border-radius: 12px;
    }

    .mvd-hero-profile-logo {
        min-height: 95px;
        padding: 21px 22px;
    }

    .mvd-hero-profile-logo img,
    .mvd-hero-profile-logo-image {
        max-width: 200px !important;
        max-height: 68px !important;
    }

    .mvd-hero-profile-content {
        padding: 21px 20px;
    }

    .mvd-hero-profile-row {
        grid-template-columns: 95px minmax(0, 1fr);
        gap: 12px;
    }

}