/* ============================================================
   PERFORMHEALTH.NL — Standalone Landing Page Styles
   Fonts  : Oswald (koppen) · Montserrat (bodytekst)
   Kleuren: #000000 · #75b9da · #1d1d1d · #ffffff
   ============================================================ */

/* --- Reset bodyfont --- */
body, p, li, blockquote {
    font-family: 'Montserrat', sans-serif;
}

/* ============================================================
   NAVBAR
   ============================================================ */

.ph-navbar {
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(30, 69, 96, 0.10);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 14px 0;
}

.ph-navbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ph-navbar__logo {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.ph-navbar__logo-img {
    height: 40px;
    width: auto;
    display: block;
}

.ph-footer__logo-img {
    height: 36px;
    width: auto;
    display: block;
}

.ph-navbar__cta {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    background: #75b9da;
    border: 2px solid #75b9da;
    padding: 10px 28px;
    text-decoration: none;
    transition: background 0.22s ease, color 0.22s ease;
}

.ph-navbar__cta:hover,
.ph-navbar__cta:focus {
    background: #1e4560;
    border-color: #1e4560;
    color: #ffffff;
    text-decoration: none;
}

/* ============================================================
   GEDEELDE HULPKLASSEN
   ============================================================ */

.mv-section-label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #75b9da;
    margin-bottom: 14px;
}

.mv-section-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.0;
    text-transform: uppercase;
    color: #76b9da;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .mv-section-title { font-size: 60px; }
}
@media (min-width: 1200px) {
    .mv-section-title { font-size: 72px; }
}

.mv-divider {
    width: 56px;
    height: 3px;
    background: #75b9da;
    margin: 22px 0 28px;
    display: block;
}

.mv-btn {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    background: #75b9da;
    border: 3px solid #75b9da;
    padding: 16px 44px;
    text-decoration: none !important;
    transition: background 0.22s ease, color 0.22s ease;
    box-shadow: 0 16px 36px -8px rgb(113 177 209 / 18%);
    cursor: pointer;
}
.mv-btn:hover,
.mv-btn:focus {
    background: transparent;
    color: #75b9da;
    text-decoration: none;
}
.mv-btn--large {
    font-size: 18px;
    padding: 20px 60px;
}

/* ============================================================
   SECTIE 1 — HERO
   ============================================================ */

.mv-hero {
    position: relative;
    background-color: #000000;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 80px;
}

.mv-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(99 148 172 / 33%) 0%, rgb(154 183 198 / 21%) 50%, rgb(255 255 255 / 31%) 100%);
    pointer-events: none;
    z-index: 0;
}

.mv-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 4px;
    background: #75b9da;
}

.mv-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 60px 0 80px;
}

.mv-hero__tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(118, 185, 218, 0.2);
    border: 1px solid rgb(118 185 218 / 70%);
    padding: 8px 18px;
    margin-bottom: 28px;
}

.mv-hero h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 24px;
    text-align: left;
}
@media (min-width: 576px) {
    .mv-hero h1 { font-size: 46px; }
}
@media (min-width: 992px) {
    .mv-hero h1 { font-size: 56px; }
}
@media (min-width: 1200px) {
    .mv-hero h1 { font-size: 64px; }
}

.mv-hero h1 .mv-accent {
    color: #75b9da;
}

.mv-hero__sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255,255,255,0.92);
    max-width: 500px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .mv-hero__sub { font-size: 17px; }
}

.mv-hero__video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 2px solid rgb(182 218 237 / 25%);
    margin-top: 40px;
}
@media (min-width: 992px) {
    .mv-hero__video { margin-top: 0; }
}
.mv-hero__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ============================================================
   SECTIE 2 — ERVARINGEN
   ============================================================ */

.mv-ervaringen {
    background: #ffffff;
    padding: 80px 0;
}
@media (min-width: 768px) {
    .mv-ervaringen { padding: 110px 0; }
}

.mv-flow .mv-section-title { color: #1e4560; }
.mv-flow .mv-section-label { color: #2d7a9a; }

.mv-ervaringen .mv-section-title { color: #1e4560; }
.mv-ervaringen .mv-section-label { color: #2d7a9a; }
.mv-ervaringen .mv-divider { background: #75b9da; }

.mv-hoe-werkt__content .mv-section-title { color: #ffffff; }

/* Nobel Prize badge */
.mv-nobel {
    display: inline-block;
    background: #75b9da;
    padding: 22px 28px;
    position: relative;
    overflow: hidden;
    max-width: 340px;
    width: 100%;
}
.mv-nobel::after {
    content: '★';
    position: absolute;
    right: -8px;
    bottom: -20px;
    font-size: 100px;
    color: rgba(255,255,255,0.08);
    line-height: 1;
    pointer-events: none;
}
.mv-nobel__year {
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}
.mv-nobel__label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.92);
    margin: 0 0 6px;
}
.mv-nobel__names {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    color: rgba(255,255,255,0.68);
    margin: 0;
}

/* Testimonial kaarten */
.mv-review {
    background: rgb(118 185 218 / 20%);
    border: 1px solid rgba(118,185,218,0.35);
    padding: 36px;
    height: 100%;
    transition: border-color 0.22s ease;
    display: flex;
    flex-direction: column;
}
.mv-review:hover {
    border-color: rgb(118 185 218);
}
.mv-review__quote {
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    color: #75b9da;
    line-height: 0.75;
    margin-bottom: 20px;
    display: block;
    opacity: 0.85;
}
.mv-review__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    color: #1e4560;
    font-style: italic;
    margin-bottom: 24px;
    flex-grow: 1;
}
.mv-review__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.07);
    padding-top: 16px;
    margin-top: auto;
}
.mv-review__name {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1e4560;
    margin: 0;
}
.mv-review__stars {
    color: #75b9da;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1;
}

/* ============================================================
   SECTIE 3 — VOORDELEN
   ============================================================ */

.mv-voordelen {
    background: #e4f1f8;
    padding: 80px 0;
}
@media (min-width: 768px) {
    .mv-voordelen { padding: 110px 0; }
}
.mv-voordelen .mv-section-label { color: #2d7a9a; }
.mv-voordelen .mv-section-title { color: #1e4560; }
.mv-voordelen .mv-divider { background: #75b9da; }

.mv-voordelen__intro {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #1e4560;
    max-width: 680px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .mv-voordelen__intro { font-size: 16px; }
}

/* Voordeel-kaarten */
.mv-benefit {
    border-left: 3px solid #75b9da;
    padding: 28px 28px 28px 26px;
    background: #ffffff;
    height: 100%;
    transition: background 0.22s ease;
}
.mv-benefit:hover {
    background: #f0f8fc;
}
.mv-benefit__icon {
    font-size: 32px;
    color: #75b9da;
    display: block;
    margin-bottom: 18px;
}
.mv-benefit h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1e4560;
    margin-bottom: 12px;
    line-height: 1.2;
}
.mv-benefit p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #2d5c7a;
    margin-bottom: 0;
}

/* Diensten raster */
.mv-services {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid rgba(118,185,218,0.25);
}
.mv-services__title {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1e4560;
    margin-bottom: 28px;
}
.mv-service-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(118,185,218,0.20);
}
.mv-service-item__dot {
    width: 6px;
    height: 6px;
    background: #75b9da;
    border-radius: 50%;
    margin-right: 16px;
    flex-shrink: 0;
}
.mv-service-item span:last-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2d5c7a;
}

/* ============================================================
   SECTIE 4 — FAQ
   ============================================================ */

.mv-faq {
    background: #ffffff;
    padding: 80px 0;
}
@media (min-width: 768px) {
    .mv-faq { padding: 110px 0; }
}

.mv-faq .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(118 185 218 / 25%);
}
.mv-faq .accordion-button {
    background: transparent !important;
    color: #76b9da;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 24px 8px;
    box-shadow: none !important;
    border: none;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .mv-faq .accordion-button { font-size: 22px; }
}
.mv-faq .accordion-button::after {
    filter: invert(71%) sepia(34%) saturate(553%) hue-rotate(167deg) brightness(92%) contrast(89%);
    flex-shrink: 0;
    margin-left: 16px;
}
.mv-faq .accordion-button:not(.collapsed) {
    color: #75b9da;
}
.mv-faq .accordion-collapse {
    border: none;
}
.mv-faq .accordion-body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    color: #76b9dac9;
    padding: 0 8px 28px;
}
@media (min-width: 768px) {
    .mv-faq .accordion-body { font-size: 15px; }
}

/* ============================================================
   SECTIE 5 — CTA / CONTACT
   ============================================================ */

.mv-cta {
    background: #4f829b;
    border-top: 4px solid #75b9da;
    padding: 90px 0 100px;
    text-align: center;
}
.mv-cta h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.05;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .mv-cta h2 { font-size: 64px; }
}
.mv-cta__sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: rgba(255,255,255,0.68);
    max-width: 560px;
    margin: 0 auto 44px;
    line-height: 1.7;
}

/* ============================================================
   CONTACTFORMULIER SECTIE
   ============================================================ */

.mv-contact {
    background: #ffffff;
    padding: 80px 0;
}
.mv-contact h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #76b9da;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    text-align: center;
}

/* Intake form container */
.intake-container {
    max-width: 640px;
    margin: 0 auto;
    background: #f5fafd;
    border: 1px solid rgba(118,185,218,0.25);
    border-top: 3px solid #75b9da;
    padding: 40px 36px 44px;
}

.intake-field {
    margin-bottom: 22px;
}

.intake-field label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1e4560;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

.intake-input {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e4560;
    background: #ffffff;
    border: 1px solid #d0dce8;
    border-radius: 3px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.intake-input:focus {
    border-color: #75b9da;
    box-shadow: 0 0 0 3px rgba(117,185,218,0.15);
}
.intake-input::placeholder {
    color: rgba(30,69,96,0.40);
}

.intake-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}
.intake-radio label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1e4560;
    cursor: pointer;
    padding: 10px 16px;
    border: 1px solid #d0dce8;
    border-radius: 4px;
    transition: border-color 0.2s, background 0.2s;
    margin-left: 0 !important;
    margin-bottom: 0;
}
.intake-radio label:hover {
    border-color: #76b9da;
    background: #f0f7fc;
}
.intake-radio input[type="radio"] {
    accent-color: #76b9da;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.intake-radio label:has(input[type="radio"]:checked) {
    border-color: #76b9da;
    background: #e0f0f9;
    color: #1e4560;
    font-weight: 700;
}

.intake-action {
    margin-top: 28px;
}

.intake-submit {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    background: #75b9da;
    border: 3px solid #75b9da;
    padding: 16px 48px;
    cursor: pointer;
    transition: background 0.22s ease, color 0.22s ease;
    width: 100%;
}
.intake-submit:hover,
.intake-submit:focus {
    background: #1e4560;
    border-color: #1e4560;
    color: #ffffff;
}
.intake-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.intake-trust {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: rgba(30,69,96,0.60);
    font-style: italic;
}
.intake-trust svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #75b9da;
}

/* Form feedback */
#form-feedback {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
#form-feedback.feedback--success {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    color: #2e7d32;
}
#form-feedback.feedback--error {
    background: #fdecea;
    border: 1px solid #ef9a9a;
    color: #c62828;
}

/* ============================================================
   SECTIE — HOE WERKT HYPOXISCHE TRAINING
   ============================================================ */

.mv-hoe-werkt {
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
    isolation: isolate;
}

.mv-hoe-werkt__mountain {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
    z-index: 0;
    display: block;
}

.mv-hoe-werkt__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
    z-index: 1;
}

.mv-hoe-werkt__clouds {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    z-index: 2;
    mix-blend-mode: screen;
    opacity: 0.55;
    pointer-events: none;
}

.mv-hoe-werkt__content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 100px 0 110px;
}
@media (min-width: 768px) {
    .mv-hoe-werkt__content { padding: 120px 0 130px; }
}

/* Statistieken */
.mv-stat {
    text-align: center;
    padding: 20px 10px;
}
.mv-stat__number {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    letter-spacing: -0.01em;
}
@media (min-width: 768px) {
    .mv-stat__number { font-size: 80px; }
}
.mv-stat__unit {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #75b9da;
    margin-top: 4px;
    margin-bottom: 10px;
}
.mv-stat__label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-top: 6px;
}

.mv-stats-row .col-md-4:not(:last-child) {
    border-right: none;
}
@media (min-width: 768px) {
    .mv-stats-row .col-md-4:not(:last-child) {
        border-right: 1px solid rgba(255,255,255,0.12);
    }
}

.mv-stats-divider {
    width: 100%;
    max-width: 560px;
    height: 1px;
    background: rgb(117 184 218 / 31%);
    margin: 40px auto 50px;
}

.mv-hoe-werkt__card {
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 40px 44px;
    border-left: 4px solid #75b9da;
}
.mv-hoe-werkt__card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #75b9da;
    margin-bottom: 20px;
}
.mv-hoe-werkt__card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255,255,255,0.82);
    margin-bottom: 16px;
}
.mv-hoe-werkt__card p:last-child {
    margin-bottom: 0;
}

/* ============================================================
   HERO — BULLETS, PROPOSITION, DUAL CTA, MICROCOPY
   ============================================================ */

.mv-hero__proposition {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
}
@media (min-width: 768px) {
    .mv-hero__proposition { font-size: 16px; }
}

.mv-hero__bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}
.mv-hero__bullets li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.85);
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mv-hero__bullets li:first-child { border-top: 1px solid rgba(255,255,255,0.10); }
.mv-hero__bullets li::before {
    content: '\2714';
    color: #75b9da;
    font-size: 12px;
    flex-shrink: 0;
}

.mv-hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 18px;
}

.mv-btn--outline {
    background: transparent;
    color: #ffffff;
    border: 3px solid rgba(255,255,255,0.35);
    box-shadow: none;
}
.mv-btn--outline:hover,
.mv-btn--outline:focus {
    border-color: #75b9da;
    color: #75b9da;
}

.mv-hero__microcopy {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,0.80);
    margin: 0;
    font-style: italic;
}

/* ============================================================
   TOP IMAGE STRIP (onder hero)
   ============================================================ */

.mv-top-strip {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.mv-top-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}
.mv-top-strip__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, rgba(30,69,96,0.45) 100%);
}

/* ============================================================
   STAPPENSTRIP — schuine slash panels
   ============================================================ */

.mv-steps-visual {
    display: flex;
    height: 280px;
    margin: 48px 0 0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .mv-steps-visual { height: 340px; }
}

.mv-steps-visual__item {
    flex: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    margin-left: -4%;
    transition: flex 0.35s ease;
}
.mv-steps-visual__item:first-child {
    clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
    margin-left: 0;
}
.mv-steps-visual__item:last-child {
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.mv-steps-visual__item:hover { flex: 1.5; }

.mv-steps-visual__item--solid {
    background-color: #1e4560;
}
.mv-steps-visual__item--accent {
    background-color: #143750;
}
.mv-steps-visual__item--solid .mv-steps-visual__overlay,
.mv-steps-visual__item--accent .mv-steps-visual__overlay {
    background: linear-gradient(to top, rgba(10,30,50,0.6) 0%, transparent 100%);
}

.mv-steps-visual__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20,55,80,0.88) 0%, rgba(20,55,80,0.30) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px 28px;
}
.mv-steps-visual__num {
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: #75b9da;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.mv-steps-visual__label {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.06em;
    line-height: 1.2;
    display: block;
}
@media (min-width: 768px) {
    .mv-steps-visual__label { font-size: 14px; }
}

@media (max-width: 767px) {
    .mv-steps-visual {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: auto;
    }
    .mv-steps-visual__item,
    .mv-steps-visual__item:first-child,
    .mv-steps-visual__item:last-child {
        height: 110px;
        clip-path: none;
        margin-left: 0;
        transition: none;
        flex: none;
    }
    .mv-steps-visual__item:hover { flex: none; }
    .mv-steps-visual__overlay {
        padding: 12px 14px;
        background: linear-gradient(to top, rgba(20,55,80,0.92) 0%, rgba(20,55,80,0.40) 60%, transparent 100%);
        justify-content: flex-end;
    }
    .mv-steps-visual__num { font-size: 10px; letter-spacing: 0.2em; }
    .mv-steps-visual__label { font-size: 13px; }
}

/* ============================================================
   HERO — RIGHT COLUMN IMAGE
   ============================================================ */

.mv-hero__img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    border: 2px solid rgb(182 218 237 / 25%);
}
@media (min-width: 992px) {
    .mv-hero__img { height: 500px; }
}

/* ============================================================
   FULL-WIDTH IMAGE STRIP
   ============================================================ */

.mv-imgstrip {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.mv-imgstrip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    display: block;
}
.mv-imgstrip__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(79,130,155,0.45) 0%, rgba(0,0,0,0.10) 100%);
}

/* ============================================================
   HOE WERKT — IMAGE INSIDE SECTION
   ============================================================ */

.mv-hoe-werkt__photo {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center 20%;
    border-left: 4px solid #75b9da;
    display: block;
}

.mv-hoe-werkt__video-sm {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 2px solid rgba(118,185,218,0.30);
    margin-top: 24px;
}
.mv-hoe-werkt__video-sm iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ============================================================
   SECTIE — CTA FLOW (intake → proefles → traject)
   ============================================================ */

.mv-flow {
    background: #e4f1f8;
    padding: 80px 0;
}
@media (min-width: 768px) {
    .mv-flow { padding: 110px 0; }
}

.mv-flow__track {
    display: flex;
    flex-direction: column;
    gap: 0;
}
@media (min-width: 992px) {
    .mv-flow__track {
        flex-direction: row;
        align-items: stretch;
    }
}

.mv-flow__item {
    flex: 1 1 0;
    min-width: 0;
}

.mv-flow__connector {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(118,185,218,0.65);
    font-size: 22px;
    padding: 12px 0;
}
@media (min-width: 992px) {
    .mv-flow__connector {
        padding: 0 10px;
    }
}

.mv-flow__step {
    background: #ffffff;
    border: 1px solid rgba(118,185,218,0.25);
    border-top: 3px solid #75b9da;
    padding: 36px 28px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.mv-flow__step-num {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #75b9da;
    margin-bottom: 14px;
    display: block;
}
.mv-flow__step h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1e4560;
    margin-bottom: 14px;
    line-height: 1.2;
}
.mv-flow__step p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #2d5a7a;
    margin-bottom: 20px;
}
.mv-flow__list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex-grow: 1;
}
.mv-flow__list li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #1e4560;
    padding: 7px 0;
    border-bottom: 1px solid rgba(118,185,218,0.18);
    display: flex;
    align-items: center;
    gap: 10px;
}
.mv-flow__list li:first-child { border-top: 1px solid rgba(118,185,218,0.18); }
.mv-flow__list li::before {
    content: '\2714';
    color: #75b9da;
    font-size: 11px;
    flex-shrink: 0;
}
.mv-flow__benefits {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    column-count: 2;
    column-gap: 40px;
}
.mv-flow__benefits li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e4560;
    padding: 7px 0;
    border-bottom: 1px solid rgba(118,185,218,0.18);
    display: flex;
    align-items: center;
    gap: 10px;
    break-inside: avoid;
}
.mv-flow__benefits li:first-child { border-top: 1px solid rgba(118,185,218,0.18); }
.mv-flow__benefits li::before {
    content: '\2714';
    color: #75b9da;
    font-size: 11px;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .mv-flow__benefits { column-count: 1; }
}

/* ============================================================
   SECTIE — PAKKETTEN / PRIJZEN
   ============================================================ */

.mv-pakketten {
    background: #06111a;
    padding: 90px 0 100px;
    border-top: 4px solid #75b9da;
}

.mv-pakket {
    background: #0d1e2b;
    border: 1px solid rgba(118,185,218,0.20);
    border-top: 3px solid #75b9da;
    padding: 40px 32px 44px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.mv-pakket:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px -8px rgba(117,185,218,0.18);
}
.mv-pakket--featured {
    border-color: rgba(118,185,218,0.45);
    background: #112233;
    box-shadow: 0 12px 40px -8px rgba(117,185,218,0.22);
}
.mv-pakket__label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #75b9da;
    margin-bottom: 10px;
    display: block;
}
.mv-pakket__badge {
    display: inline-block;
    background: #75b9da;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 4px 12px;
    margin-bottom: 12px;
}
.mv-pakket__title {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.1;
}
.mv-pakket__sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(118,185,218,0.70);
    margin-bottom: 20px;
    margin-top: 6px;
}
.mv-pakket__divider {
    width: 40px;
    height: 2px;
    background: #75b9da;
    margin: 0 0 22px;
    display: block;
}
.mv-pakket__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex-grow: 1;
}
.mv-pakket__list li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.80);
    padding: 9px 0;
    border-bottom: 1px solid rgba(118,185,218,0.12);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.mv-pakket__list li:first-child { border-top: 1px solid rgba(118,185,218,0.12); }
.mv-pakket__list li::before {
    content: '\2714';
    color: #75b9da;
    font-size: 11px;
    flex-shrink: 0;
    margin-top: 2px;
}
.mv-pakket__pricing { margin: 8px 0 24px; }
.mv-pakket__price-old {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.35);
    text-decoration: line-through;
    margin-bottom: 4px;
}
.mv-pakket__price {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #75b9da;
    line-height: 1;
    letter-spacing: 0.02em;
}
.mv-pakket__price-range {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #75b9da;
    line-height: 1;
    letter-spacing: 0.02em;
}
.mv-pakket__tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: rgba(118,185,218,0.80);
    line-height: 1.65;
    margin-bottom: 28px;
    border-left: 2px solid #75b9da;
    padding-left: 14px;
}

/* ============================================================
   FOOTER
   ============================================================ */

.ph-footer {
    background: #06111a;
    border-top: 3px solid #75b9da;
    padding: 40px 0;
    text-align: center;
}

.ph-footer__inner {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.50);
}

.ph-footer__logo {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
}
.ph-footer__logo span { color: #75b9da; }

.ph-footer__links {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.ph-footer__links a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.40);
    text-decoration: none;
    transition: color 0.2s;
}

.ph-footer__links a:hover {
    color: #75b9da;
}

/* "Nieuw" badge in de navbar */
.mv-nav-badge {
    display: inline-block;
    background: #75b9da;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 3px;
    margin-left: 7px;
    vertical-align: middle;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
}
