/* Netherlands Visa Alerts — Canal Civic launch design system.
   Destination character: Amsterdam canal navy, Dutch brick and warm paper.
   Product character: squared geometry, borders-first hierarchy and Public Sans. */

@font-face {
    font-family: "Public Sans";
    src: url("/assets/fonts/PublicSans-Variable.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

.mvp-site-netherlands {
    --nva-red: #ae1c28;
    --nva-red-dark: #7e1520;
    --nva-gold: #e4771b;
    --nva-gold-soft: #f3d1ad;
    --nva-ink: #20262c;
    --nva-ink-soft: #5e6870;
    --nva-forest: #1e5b70;
    --nva-page: #f7f4ed;
    --nva-paper: #fffdf8;
    --nva-stone: #cbd3d8;
    --nva-stone-soft: #e5eaed;
    --nva-header-h: 84px;
    margin: 0;
    color: var(--nva-ink);
    background: var(--nva-page);
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.mvp-site-netherlands *,
.mvp-site-netherlands *::before,
.mvp-site-netherlands *::after { box-sizing: border-box; }

.mvp-site-netherlands h1,
.mvp-site-netherlands h2,
.mvp-site-netherlands h3,
.mvp-site-netherlands h4,
.mvp-site-netherlands h5,
.mvp-site-netherlands h6,
.mvp-site-netherlands strong,
.mvp-site-netherlands .btn {
    font-family: "Public Sans", Arial, sans-serif;
}

.mvp-site-netherlands h1,
.mvp-site-netherlands h2,
.mvp-site-netherlands h3,
.mvp-site-netherlands h4,
.mvp-site-netherlands h5,
.mvp-site-netherlands h6 {
    color: var(--nva-ink);
    font-weight: 800;
    letter-spacing: -.035em;
}

.mvp-site-netherlands h1 { font-size: clamp(3rem, 5.6vw, 5.15rem); line-height: .96; }
.mvp-site-netherlands h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1.06; }
.mvp-site-netherlands h3 { line-height: 1.2; }
.mvp-site-netherlands p { color: var(--nva-ink-soft); }
.mvp-site-netherlands a { text-underline-offset: 3px; }
.mvp-site-netherlands .container { width: min(calc(100% - 48px), 1180px); max-width: none; }

.mvp-site-netherlands .btn {
    min-height: 48px;
    padding: 12px 20px;
    border-width: 1px;
    border-radius: 2px;
    box-shadow: none !important;
    font-size: .9rem;
    font-weight: 800;
}
.mvp-site-netherlands .btn-primary { border-color: var(--nva-red); color: #fff; background: var(--nva-red); }
.mvp-site-netherlands .btn-primary:hover,
.mvp-site-netherlands .btn-primary:focus { border-color: var(--nva-red-dark); color: #fff; background: var(--nva-red-dark); }
.mvp-site-netherlands .btn-outline-primary { border-color: var(--nva-ink); color: var(--nva-ink); background: transparent; }
.mvp-site-netherlands .btn-outline-primary:hover,
.mvp-site-netherlands .btn-outline-primary:focus { border-color: var(--nva-ink); color: #fff; background: var(--nva-ink); }
.mvp-site-netherlands .btn-light { border-color: #fff; color: var(--nva-red-dark); background: #fff; }

.mvp-site-netherlands .form-control,
.mvp-site-netherlands .form-select {
    min-height: 50px;
    border: 1px solid #bcae9d;
    border-radius: 2px;
    color: var(--nva-ink);
    background-color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    box-shadow: none;
}
.mvp-site-netherlands .form-control:focus,
.mvp-site-netherlands .form-select:focus { border-color: var(--nva-red); box-shadow: 0 0 0 3px rgba(174,28,40,.14); }
.mvp-site-netherlands .mvp-field-label,
.mvp-site-netherlands .form-label,
.mvp-site-netherlands legend { color: var(--nva-ink); font-size: .78rem; font-weight: 700; }
.mvp-site-netherlands :focus-visible { outline: 3px solid var(--nva-gold); outline-offset: 3px; }

/* Final typography authority: legacy route/account bundles previously leaked
   Manrope and Archivo onto non-home surfaces. The launch family is Public Sans
   everywhere, including controls and generated guide content. */
body.mvp-site.mvp-site-netherlands,
body.mvp-site.mvp-site-netherlands button,
body.mvp-site.mvp-site-netherlands input,
body.mvp-site.mvp-site-netherlands select,
body.mvp-site.mvp-site-netherlands textarea,
body.mvp-site.mvp-site-netherlands h1,
body.mvp-site.mvp-site-netherlands h2,
body.mvp-site.mvp-site-netherlands h3,
body.mvp-site.mvp-site-netherlands h4,
body.mvp-site.mvp-site-netherlands h5,
body.mvp-site.mvp-site-netherlands h6,
body.mvp-site.mvp-site-netherlands strong,
body.mvp-site.mvp-site-netherlands .btn {
    font-family: "Public Sans", Arial, sans-serif !important;
}

/* Header */
.mvp-site-netherlands .nva-skip-link {
    position: fixed;
    z-index: 9999;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    color: #fff;
    background: var(--nva-ink);
    transform: translateY(-160%);
}
.mvp-site-netherlands .nva-skip-link:focus { transform: none; }
.mvp-site-netherlands .nva-site-header {
    position: sticky;
    z-index: 1040;
    top: 0;
    min-height: var(--nva-header-h);
    padding: 0;
    border-bottom: 1px solid var(--nva-stone);
    background: rgba(255,253,248,.98);
    backdrop-filter: blur(10px);
}
.mvp-site-netherlands .nva-header-inner { display: flex; min-height: var(--nva-header-h); align-items: center; }
.mvp-site-netherlands .nva-brand { display: flex; align-items: center; margin-right: 48px; padding: 0; }
.mvp-site-netherlands .nva-brand img { display: block; width: 250px; max-width: 100%; height: 54px; object-fit: contain; object-position: left center; }
.mvp-site-netherlands .nva-nav-collapse { align-items: center; }
.mvp-site-netherlands .nva-primary-nav { margin-right: auto; }
.mvp-site-netherlands .nva-nav-list { gap: 3px; align-items: center; }
.mvp-site-netherlands .nva-nav-list .nav-link { padding: 14px 11px; color: #413b35; font-size: .82rem; font-weight: 700; }
.mvp-site-netherlands .nva-nav-list .nav-link:hover,
.mvp-site-netherlands .nva-nav-list .nav-link:focus { color: var(--nva-red); }
.mvp-site-netherlands .nva-nav-actions { display: flex; gap: 18px; align-items: center; margin-left: 24px; }
.mvp-site-netherlands .nva-login-link { color: var(--nva-ink); font-size: .82rem; font-weight: 700; text-decoration: none; }
.mvp-site-netherlands .nva-menu-button { display: flex; gap: 9px; align-items: center; min-height: 46px; border: 1px solid var(--nva-ink); border-radius: 2px; color: var(--nva-ink); font-size: .82rem; font-weight: 700; }
.mvp-site-netherlands .nva-menu-lines { display: grid; gap: 5px; width: 18px; }
.mvp-site-netherlands .nva-menu-lines span { display: block; height: 2px; background: currentColor; }
.mvp-site-netherlands .nva-mobile-nav-note { display: none; }

/* Homepage hero */
.mvp-site-netherlands .mvp-home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 710px;
    border: 0;
    background: #eee2d1;
}
.mvp-site-netherlands .mvp-home-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0 auto 0 0;
    display: block !important;
    width: 62% !important;
    content: "" !important;
    background: rgba(255,250,241,.84);
}
.mvp-site-netherlands .mvp-home-hero::after { display: none !important; content: none !important; }
.mvp-site-netherlands .mvp-home-hero-background { position: absolute; z-index: -2; inset: 0; display: block; }
.mvp-site-netherlands .mvp-home-hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.mvp-site-netherlands .mvp-home-hero-inner { display: flex; min-height: 710px; align-items: center; padding-top: 48px; padding-bottom: 46px; }
.mvp-site-netherlands .mvp-home-hero .mvp-hero-copy {
    display: block !important;
    width: min(100%, 1110px);
    grid-template-columns: none !important;
}
.mvp-site-netherlands .mvp-home-hero .mvp-hero-copy > * { grid-column: auto !important; grid-row: auto !important; }
.mvp-site-netherlands .mvp-hero-signals { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; width: min(100%, 900px); margin: 0 0 26px; }
.mvp-site-netherlands .mvp-hero-signal { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 10px; min-height: 54px; align-items: center; padding: 9px 12px; border: 1px solid rgba(69,53,40,.22); border-radius: 2px; background: rgba(255,253,248,.9); }
.mvp-site-netherlands .mvp-hero-signal-icon { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--nva-red); }
.mvp-site-netherlands .mvp-hero-signal strong { color: var(--nva-ink); font-size: .76rem; line-height: 1.25; }
.mvp-site-netherlands .mvp-home-hero h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(3.35rem, 5.7vw, 5.15rem); line-height: .95; letter-spacing: -.055em; text-wrap: balance; }
.mvp-site-netherlands .mvp-home-hero .mvp-hero-lead { max-width: 760px; margin: 0 0 21px; padding: 16px 20px; border-left: 4px solid var(--nva-red); color: #413a34; background: rgba(255,253,248,.82); font-size: 1.04rem; font-weight: 500; line-height: 1.62; }
.mvp-site-netherlands .mvp-home-hero .mvp-hero-copy > .mvp-hero-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    gap: 8px;
    width: min(100%,930px) !important;
    max-width: 930px;
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--nva-ink);
    background: transparent !important;
    box-shadow: none !important;
}
.mvp-site-netherlands .mvp-home-hero .mvp-hero-copy > .mvp-hero-points::before { display: none !important; content: none !important; }
.mvp-site-netherlands .mvp-home-hero .mvp-hero-copy > .mvp-hero-points > span { display: grid; grid-template-columns: 20px minmax(0,1fr); gap: 8px; align-items: start; padding: 9px 11px; border: 1px solid rgba(69,53,40,.16); border-radius: 0; color: #39332e; background: rgba(255,253,248,.86); font-size: .78rem; font-weight: 700; line-height: 1.35; }
.mvp-site-netherlands .mvp-home-hero .mvp-hero-points i { display: grid; place-items: center; width: 20px; height: 20px; color: var(--nva-forest); line-height: 1; }
.mvp-site-netherlands .mvp-home-hero .mvp-hero-copy > .mvp-route-finder {
    display: block;
    width: min(100%, 1030px) !important;
    max-width: 1030px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #bcae9d;
    border-top: 4px solid var(--nva-red);
    border-radius: 0;
    color: var(--nva-ink);
    background: rgba(255,253,248,.96);
    box-shadow: 0 16px 36px rgba(61,43,27,.12);
}
.mvp-site-netherlands .mvp-home-hero .mvp-route-finder-grid {
    display: grid !important;
    grid-template-columns: minmax(190px,1fr) minmax(190px,1fr) minmax(170px,.78fr) 176px !important;
    gap: 14px !important;
    align-items: end !important;
    padding: 20px 22px 14px !important;
}
.mvp-site-netherlands .mvp-home-hero .mvp-route-finder-grid > * { min-width: 0; }
.mvp-site-netherlands .mvp-home-hero .mvp-route-finder .mvp-field-label {
    display: block;
    margin: 0 0 7px;
    color: var(--nva-ink);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
}
.mvp-site-netherlands .mvp-home-hero .mvp-route-finder .form-select {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 12px 42px 12px 14px;
    color: var(--nva-ink);
    background-color: #fff;
    opacity: 1;
}
.mvp-site-netherlands .mvp-home-hero .mvp-fixed-destination-value {
    display: flex;
    width: 100%;
    min-height: 52px;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #bcae9d;
    border-radius: 2px;
    color: var(--nva-ink);
    background: #f8f0e4;
}
.mvp-site-netherlands .mvp-fixed-destination-value .fi { position: relative; width: 22px; height: 15px; border: 1px solid rgba(32,38,44,.16); background: linear-gradient(to bottom,#ae1c28 0 33.333%,#fff 33.333% 66.666%,#21468b 66.666% 100%); overflow: hidden; }
.mvp-site-netherlands .mvp-fixed-destination-value .fi::before,
.mvp-site-netherlands .mvp-fixed-destination-value .fi::after { display:none; content:none; }
.mvp-site-netherlands .mvp-fixed-destination-value strong { font-size: .92rem; }
.mvp-site-netherlands .mvp-fixed-destination-value i { margin-left: auto; color: #756a60; font-size: .72rem; }
.mvp-site-netherlands .nva2-filter-fields .mvp-fixed-destination-value {
    display: flex;
    width: 100%;
    min-height: 50px;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #bcae9d;
    border-radius: 2px;
    color: var(--nva-ink);
    background: #f8f0e4;
}
.mvp-site-netherlands .mvp-home-hero .mvp-route-finder-submit {
    grid-column: auto !important;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    border-color: var(--nva-red);
    color: #fff;
    background: var(--nva-red);
}
.mvp-site-netherlands .mvp-route-finder-submit.is-waiting { opacity: .55; }
.mvp-site-netherlands .mvp-route-finder-step.is-waiting { opacity: .56; }
.mvp-site-netherlands .mvp-home-hero .mvp-route-finder .mvp-geo-context { display: flex; gap: 8px; align-items: center; margin: 0; padding: 0 22px 17px; color: #74695f; font-size: .76rem; }
.mvp-site-netherlands .mvp-geo-context i { color: var(--nva-red); }
.mvp-site-netherlands .mvp-hero-note { max-width: 920px; margin: 13px 0 0; color: #5e554d; font-size: .68rem; line-height: 1.5; }

/* Trust band and directories */
.mvp-site-netherlands .mvp-trust-band { border-top: 1px solid var(--nva-stone); border-bottom: 1px solid var(--nva-stone); background: var(--nva-paper); }
.mvp-site-netherlands .mvp-trust-row { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.mvp-site-netherlands .mvp-trust-item { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 12px; min-height: 114px; align-items: center; padding: 20px; border-right: 1px solid var(--nva-stone-soft); }
.mvp-site-netherlands .mvp-trust-item:first-child { border-left: 1px solid var(--nva-stone-soft); }
.mvp-site-netherlands .mvp-trust-icon { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; border: 1px solid #ab9c8b; border-radius: 2px; color: var(--nva-red); background: #fbf4e8; line-height: 1; }
.mvp-site-netherlands .mvp-trust-icon > i { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; line-height: 1; }
.mvp-site-netherlands .mvp-trust-icon > i::before { display: block; line-height: 1; }
.mvp-site-netherlands .mvp-trust-item strong { display: block; color: var(--nva-ink); font-size: .88rem; line-height: 1.25; }
.mvp-site-netherlands .mvp-trust-item span span { display: block; margin-top: 4px; color: #786d63; font-size: .72rem; line-height: 1.35; }

.mvp-site-netherlands .mvp-section { padding: 72px 0; background: var(--nva-paper); }
.mvp-site-netherlands .mvp-section-soft { background: var(--nva-page); }
.mvp-site-netherlands .mvp-section-head { display: flex; gap: 32px; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.mvp-site-netherlands .mvp-section-head > div { max-width: 790px; }
.mvp-site-netherlands .mvp-section-head h2 { margin: 0 0 11px; }
.mvp-site-netherlands .mvp-section-head p { margin: 0; }
.mvp-site-netherlands .mvp-section-head a:not(.btn) { color: var(--nva-red); font-weight: 700; }
.mvp-site-netherlands .mvp-eyebrow,
.mvp-site-netherlands .nva2-kicker { margin-bottom: 11px; color: var(--nva-red); font-size: .74rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.mvp-site-netherlands .mvp-route-market-filter { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 24px; padding-bottom: 4px; scrollbar-width: thin; }
.mvp-site-netherlands .mvp-route-market-button { flex: 0 0 auto; min-height: 42px; padding: 9px 13px; border: 1px solid #b9aa98; border-radius: 2px; color: #534b44; background: transparent; font-size: .76rem; font-weight: 700; }
.mvp-site-netherlands .mvp-route-market-button span { margin-left: 5px; color: #85786c; }
.mvp-site-netherlands .mvp-route-market-button.is-active { border-color: var(--nva-ink); color: #fff; background: var(--nva-ink); }
.mvp-site-netherlands .mvp-route-market-button.is-active span { color: #eadfce; }
.mvp-site-netherlands .mvp-route-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.mvp-site-netherlands .mvp-route-card { display: flex; min-height: 282px; flex-direction: column; padding: 22px; border: 1px solid var(--nva-stone); border-top: 3px solid var(--nva-red); border-radius: 4px; color: inherit; background: var(--nva-paper); text-decoration: none; box-shadow: none; transform: none; }
.mvp-site-netherlands .mvp-route-card:hover { border-color: #aa9781; box-shadow: 0 9px 24px rgba(66,47,30,.08); transform: none; }
.mvp-site-netherlands .mvp-route-card-top { display: grid; grid-template-columns: 42px minmax(0,1fr) 22px; gap: 12px; align-items: start; }
.mvp-site-netherlands .mvp-route-card-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #dfcfc0; border-radius: 2px; color: var(--nva-red); background: #f8e9e6; }
.mvp-site-netherlands .mvp-route-card-heading > span { color: #7b6e63; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mvp-site-netherlands .mvp-route-card-heading h3 { margin: 2px 0 0; font-size: 1.35rem; }
.mvp-site-netherlands .mvp-route-arrow { color: var(--nva-red); transition: transform .18s ease; }
.mvp-site-netherlands .mvp-route-card:hover .mvp-route-arrow { transform: translate(2px,-2px); }
.mvp-site-netherlands .mvp-route-card-purpose { margin: 22px 0 12px; color: #4f4740; font-size: .85rem; font-weight: 700; }
.mvp-site-netherlands .mvp-route-card-details { display: grid; gap: 8px; margin-bottom: 18px; color: #756a60; font-size: .76rem; }
.mvp-site-netherlands .mvp-route-card-details span { display: flex; gap: 8px; align-items: center; }
.mvp-site-netherlands .mvp-route-card-details i { width: 18px; color: var(--nva-red); }
.mvp-site-netherlands .mvp-route-card-footer { display: flex; align-items: end; justify-content: space-between; margin: auto -22px -22px; padding: 16px 22px; border-top: 1px solid var(--nva-stone-soft); background: #fffaf2; }
.mvp-site-netherlands .mvp-route-card-footer small { display: block; color: #7c7065; font-size: .67rem; }
.mvp-site-netherlands .mvp-route-card-footer strong { color: var(--nva-red); font-size: 1.05rem; }
.mvp-site-netherlands .mvp-route-card-cta { color: var(--nva-ink); font-size: .75rem; font-weight: 800; }

.mvp-site-netherlands .mvp-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.mvp-site-netherlands .mvp-service-grid-single { grid-template-columns: minmax(0,780px); }
.mvp-site-netherlands .mvp-service-panel { padding: 30px; border: 1px solid var(--nva-stone); border-radius: 4px; background: var(--nva-paper); }
.mvp-site-netherlands .mvp-service-panel.is-featured { border-top: 4px solid var(--nva-red); }
.mvp-site-netherlands .mvp-service-label { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 18px; color: var(--nva-red); font-size: .75rem; font-weight: 800; }
.mvp-site-netherlands .mvp-check-list { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.mvp-site-netherlands .mvp-check-list li { display: grid; grid-template-columns: 20px minmax(0,1fr); gap: 9px; color: #504840; font-size: .86rem; }
.mvp-site-netherlands .mvp-check-list i { color: var(--nva-forest); }
.mvp-site-netherlands .mvp-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; border: 1px solid var(--nva-stone); background: var(--nva-stone); }
.mvp-site-netherlands .mvp-step { min-height: 250px; padding: 28px; background: var(--nva-paper); }
.mvp-site-netherlands .mvp-step-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 42px; border: 1px solid var(--nva-red); border-radius: 2px; color: var(--nva-red); font-weight: 800; }
.mvp-site-netherlands #how-it-works .mvp-steps { gap: 14px; border: 0; background: transparent; }
.mvp-site-netherlands #how-it-works .mvp-step,
.mvp-site-netherlands #how-it-works .mvp-step:nth-child(2),
.mvp-site-netherlands #how-it-works .mvp-step:nth-child(3) { min-height: 258px; padding: 30px; border: 1px solid #d8d1c6; border-radius: 4px; color: var(--nva-ink); background: #fffdf8; box-shadow: 0 12px 28px rgba(7,24,40,.16); opacity: 1; }
.mvp-site-netherlands #how-it-works .mvp-step-number { width: 44px; height: 44px; margin-bottom: 42px; justify-content: center; border: 1px solid var(--nva-red); color: #fff; background: var(--nva-red); font-family: "Public Sans", Arial, sans-serif; font-size: 1rem; }
.mvp-site-netherlands #how-it-works .mvp-step h3 { color: var(--nva-ink); }
.mvp-site-netherlands #how-it-works .mvp-step p { color: #495765 !important; }
.mvp-site-netherlands .mvp-faq-list { width: min(100%,840px); margin: 0 auto; border-top: 2px solid var(--nva-red); }
.mvp-site-netherlands .mvp-faq-item { border: 0; border-bottom: 1px solid var(--nva-stone); border-radius: 0; background: transparent; }
.mvp-site-netherlands .mvp-faq-item summary { padding: 20px 42px 20px 0; color: var(--nva-ink); font-weight: 800; }
.mvp-site-netherlands .mvp-faq-answer { padding: 0 30px 20px 0; color: var(--nva-ink-soft); }
.mvp-site-netherlands .mvp-final-cta { padding: 54px 0; background: var(--nva-red-dark); }
.mvp-site-netherlands .mvp-final-cta-inner { display: flex; gap: 34px; align-items: center; justify-content: space-between; }
.mvp-site-netherlands .mvp-final-cta h2 { max-width: 820px; color: #fff; }

/* Existing inner-page templates: palette, geometry and icon alignment */
.mvp-site-netherlands .nva2-directory,
.mvp-site-netherlands .nva2-route-opening,
.mvp-site-netherlands .nva2-route-guide,
.mvp-site-netherlands .nva2-related-routes,
.mvp-site-netherlands .blog-hero,
.mvp-site-netherlands .post-hero,
.mvp-site-netherlands .mvp-destination-hero,
.mvp-site-netherlands .mvp-local-hero,
.mvp-site-netherlands .mvp-location-index-hero { background: var(--nva-page) !important; }
.mvp-site-netherlands .nva2-directory,
.mvp-site-netherlands .nva2-route-opening { padding-top: 58px; }
.mvp-site-netherlands .nva2-directory-opening h1,
.mvp-site-netherlands .nva2-route-title h1,
.mvp-site-netherlands .blog-hero h1,
.mvp-site-netherlands .post-hero h1 { color: var(--nva-ink); font-family: "Public Sans",Arial,sans-serif; }
.mvp-site-netherlands .nva2-filter-desk,
.mvp-site-netherlands .nva2-route-dossier { border: 1px solid var(--nva-stone); border-top: 4px solid var(--nva-red); border-radius: 2px; background: var(--nva-paper); box-shadow: none; }
.mvp-site-netherlands .nva2-route-dossier { color: var(--nva-ink); }
.mvp-site-netherlands .nva2-route-dossier > p { color: var(--nva-red); }
.mvp-site-netherlands .nva2-route-dossier dl > div { border-top-color: var(--nva-stone); }
.mvp-site-netherlands .nva2-route-dossier dt { color: #74695f; }
.mvp-site-netherlands .nva2-route-dossier dd { color: var(--nva-ink); }
.mvp-site-netherlands .nva2-route-dossier > a { color: var(--nva-red); }
.mvp-site-netherlands .nva2-results-label,
.mvp-site-netherlands .nva2-route-promise,
.mvp-site-netherlands .nva2-related-list,
.mvp-site-netherlands .nva2-faq-list { border-top-color: var(--nva-red); }
.mvp-site-netherlands .nva2-directory-route-main,
.mvp-site-netherlands .nva2-product-row,
.mvp-site-netherlands .nva2-responsibility-grid article,
.mvp-site-netherlands .mvp-destination-route,
.mvp-site-netherlands .mvp-local-route-card,
.mvp-site-netherlands .mvp-location-market,
.mvp-site-netherlands .mvp-local-guide,
.mvp-site-netherlands .blog-card,
.mvp-site-netherlands .post-content-card,
.mvp-site-netherlands .card,
.mvp-site-netherlands .alert,
.mvp-site-netherlands .mvp-order-card {
    border-color: var(--nva-stone) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}
.mvp-site-netherlands .nva2-directory-route-main:hover,
.mvp-site-netherlands .blog-card:hover { border-color: #aa9781 !important; background: #fffaf2; transform: none; }
.mvp-site-netherlands .nva2-directory-prices strong,
.mvp-site-netherlands .nva2-directory-arrow,
.mvp-site-netherlands .mvp-product-price-value,
.mvp-site-netherlands .post-content a { color: var(--nva-red); }
.mvp-site-netherlands .nva2-route-promise { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.mvp-site-netherlands .nva2-route-promise > span { display: grid; grid-template-columns: 40px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 12px; align-items: center; padding: 18px; }
.mvp-site-netherlands .nva2-route-promise i { display: grid; grid-row: 1 / span 2; place-items: center; width: 40px; height: 40px; margin: 0; border: 1px solid var(--nva-stone); border-radius: 2px; color: var(--nva-red); background: #fff7ed; line-height: 1; }
.mvp-site-netherlands .nva2-route-promise i::before { display: block; line-height: 1; }
.mvp-site-netherlands .nva2-route-promise strong { color: var(--nva-ink); }
.mvp-site-netherlands .nva2-route-services,
.mvp-site-netherlands .nva2-faq,
.mvp-site-netherlands .nva2-checkout,
.mvp-site-netherlands .nva2-login,
.mvp-site-netherlands .mvp-account-setup,
.mvp-site-netherlands .mvp-dashboard-page,
.mvp-site-netherlands .mvp-access-page,
.mvp-site-netherlands .mvp-success-page,
.mvp-site-netherlands .mvp-edit-shell { background: var(--nva-page); }
.mvp-site-netherlands .nva2-handoff,
.mvp-site-netherlands .nva2-preparation,
.mvp-site-netherlands .nva2-login-intro,
.mvp-site-netherlands .nva2-checkout-receipt { background: var(--nva-ink); }
.mvp-site-netherlands .nva2-handoff h2,
.mvp-site-netherlands .nva2-handoff h3,
.mvp-site-netherlands .nva2-preparation h2,
.mvp-site-netherlands .nva2-login-intro h1,
.mvp-site-netherlands .nva2-checkout-receipt h2 { color: #fff; }
.mvp-site-netherlands .mvp-product-badge { color: #fff; background: var(--nva-red); }
.mvp-site-netherlands .nva2-product-heading .mvp-product-icon { color: var(--nva-red); background: #f7e7e3; }
.mvp-site-netherlands .mvp-service-switch-option.is-selected,
.mvp-site-netherlands .mvp-segmented-control input:checked + span,
.mvp-site-netherlands .mvp-weekday-grid input:checked + span { border-color: var(--nva-red); background: #faece8; }
.mvp-site-netherlands .nva2-checkout-progress .is-active b,
.mvp-site-netherlands .nva2-checkout-form .mvp-form-section-head > span { border-color: var(--nva-red); color: var(--nva-red); background: transparent; }
.mvp-site-netherlands .nva2-checkout-progress .is-active b { color: #fff; background: var(--nva-red); }
.mvp-site-netherlands.mvp-surface-legal main > .container { width: min(calc(100% - 48px),920px); padding-top: 58px !important; padding-bottom: 72px !important; }
.mvp-site-netherlands.mvp-surface-legal main { background: var(--nva-page); }
.mvp-site-netherlands.mvp-surface-legal main h1 { font-size: clamp(2.7rem,5vw,4.2rem); }

/* Footer */
.mvp-site-netherlands .nl-footer-punch { padding: 48px 0; background: var(--nva-red); }
.mvp-site-netherlands .nl-footer-punch h2 { color: #fff; }
.mvp-site-netherlands .nl-footer-punch p,
.mvp-site-netherlands .nl-footer-punch small { color: #f8e8df; }
.mvp-site-netherlands .nl-footer-main { padding: 58px 0 26px; background: var(--nva-ink); }
.mvp-site-netherlands .nl-footer-logo img { width: 300px; max-width: 100%; height: auto; object-fit: contain; object-position: left center; }

/* v4 wordmark: the open insignia stays secondary to the service name. */
.mvp-site-netherlands .nva-brand .nl-brand-logo {
    display: block;
    width: 288px;
    max-width: 42vw;
    height: auto;
}

@media (max-width: 1199.98px) {
    .mvp-site-netherlands .nva-brand .nl-brand-logo {
        width: 258px;
        max-width: calc(100vw - 126px);
    }
}

@media (max-width: 480px) {
    .mvp-site-netherlands .nva-brand .nl-brand-logo { width: 218px; }
}
.mvp-site-netherlands .nl-footer-grid h3 { color: #fff; font-size: .79rem; letter-spacing: .08em; text-transform: uppercase; }
.mvp-site-netherlands .nl-footer-grid p,
.mvp-site-netherlands .nl-footer-grid a,
.mvp-site-netherlands .mvp-footer-disclaimer,
.mvp-site-netherlands .mvp-footer-bottom { color: #d8cec3; }
.mvp-site-netherlands .nl-footer-grid a:hover { color: #fff; }

@media (max-width: 1199px) {
    .mvp-site-netherlands { --nva-header-h: 74px; }
    .mvp-site-netherlands .nva-brand img { width: 225px; height: 50px; }
    .mvp-site-netherlands .nva-nav-collapse { position: absolute; top: 100%; right: 18px; left: 18px; padding: 18px; border: 1px solid var(--nva-stone); background: var(--nva-paper); box-shadow: 0 18px 38px rgba(44,32,22,.14); }
    .mvp-site-netherlands .nva-nav-list { display: grid; gap: 0; }
    .mvp-site-netherlands .nva-nav-list .nav-link { padding: 13px 4px; border-bottom: 1px solid var(--nva-stone-soft); }
    .mvp-site-netherlands .nva-nav-actions { margin: 16px 0 0; }
    .mvp-site-netherlands .nva-mobile-nav-note { display: block; margin: 14px 0 0; color: #746b62; font-size: .73rem; }
    .mvp-site-netherlands .mvp-home-hero::before { width: 76% !important; background: rgba(255,250,241,.82); }
}

@media (min-width: 1200px) {
    .mvp-site-netherlands .nva-menu-button { display: none !important; }
    .mvp-site-netherlands .nva-nav-collapse { display: flex !important; }
}

@media (max-width: 991px) {
    .mvp-site-netherlands .container { width: min(calc(100% - 36px),1180px); }
    .mvp-site-netherlands .mvp-home-hero,
    .mvp-site-netherlands .mvp-home-hero-inner { min-height: 690px; }
    .mvp-site-netherlands .mvp-home-hero-background img { object-position: 62% center; }
    .mvp-site-netherlands .mvp-hero-signals { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .mvp-site-netherlands .mvp-home-hero .mvp-hero-copy > .mvp-hero-points { grid-template-columns: 1fr !important; width: min(100%,650px) !important; }
    .mvp-site-netherlands .mvp-home-hero .mvp-route-finder-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
    .mvp-site-netherlands .mvp-home-hero .mvp-route-finder-submit { grid-column: 1 / -1 !important; }
    .mvp-site-netherlands .mvp-trust-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mvp-site-netherlands .mvp-trust-item:nth-child(2) { border-right: 0; }
    .mvp-site-netherlands .mvp-route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mvp-site-netherlands .nva2-route-promise { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .mvp-site-netherlands { font-size: 15px; }
    .mvp-site-netherlands .container { width: min(calc(100% - 28px),1180px); }
    .mvp-site-netherlands .nva-brand img { width: 205px; height: 46px; }
    .mvp-site-netherlands .nva-nav-actions { align-items: stretch; flex-direction: column; gap: 10px; }
    .mvp-site-netherlands .mvp-home-hero { min-height: auto; }
    .mvp-site-netherlands .mvp-home-hero::before { width: 100% !important; background: rgba(255,250,241,.78); }
    .mvp-site-netherlands .mvp-home-hero-background img { object-position: 65% center; }
    .mvp-site-netherlands .mvp-home-hero-inner { min-height: 0; padding-top: 36px; padding-bottom: 34px; }
    .mvp-site-netherlands .mvp-home-hero h1 { margin-bottom: 17px; font-size: clamp(2.65rem,12vw,3.45rem); }
    .mvp-site-netherlands .mvp-hero-signals { grid-template-columns: 1fr; gap: 6px; margin-bottom: 22px; }
    .mvp-site-netherlands .mvp-hero-signal { min-height: 46px; grid-template-columns: 28px minmax(0,1fr); }
    .mvp-site-netherlands .mvp-hero-signal-icon { width: 28px; height: 28px; }
    .mvp-site-netherlands .mvp-home-hero .mvp-hero-lead { padding: 14px 15px; font-size: .94rem; }
    .mvp-site-netherlands .mvp-home-hero .mvp-route-finder-grid { grid-template-columns: 1fr !important; padding: 17px !important; }
    .mvp-site-netherlands .mvp-home-hero .mvp-route-finder-submit { grid-column: 1 !important; }
    .mvp-site-netherlands .mvp-geo-context { padding: 0 17px 15px; }
    .mvp-site-netherlands .mvp-trust-row,
    .mvp-site-netherlands .mvp-route-grid,
    .mvp-site-netherlands .mvp-service-grid,
    .mvp-site-netherlands .mvp-steps { grid-template-columns: 1fr; }
    .mvp-site-netherlands .mvp-trust-item { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--nva-stone-soft); border-left: 0 !important; }
    .mvp-site-netherlands .mvp-section { padding: 52px 0; }
    .mvp-site-netherlands .mvp-section-head { align-items: stretch; flex-direction: column; margin-bottom: 26px; }
    .mvp-site-netherlands .mvp-section-head .btn { align-self: flex-start; }
    .mvp-site-netherlands .mvp-step { min-height: 0; }
    .mvp-site-netherlands .mvp-step-number { margin-bottom: 25px; }
    .mvp-site-netherlands .mvp-final-cta-inner,
    .mvp-site-netherlands .nl-footer-punch-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
    .mvp-site-netherlands .nva-brand img { width: 185px; }
    .mvp-site-netherlands .nva-menu-button { padding-inline: 10px; }
    .mvp-site-netherlands .mvp-home-hero h1 { font-size: 2.55rem; }
}

@media (prefers-reduced-motion: reduce) {
    .mvp-site-netherlands *,
    .mvp-site-netherlands *::before,
    .mvp-site-netherlands *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Homepage route and service cards: isolated from legacy shared card rules. */
.mvp-site-netherlands .mvp-route-directory-preview .mvp-home-route-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    border: 0 !important;
}
.mvp-site-netherlands .mvp-route-directory-preview .mvp-home-route-card {
    display: flex !important;
    min-width: 0;
    min-height: 244px !important;
    flex-direction: column !important;
    overflow: hidden;
    padding: 22px !important;
    border: 1px solid var(--nva-stone) !important;
    border-top: 3px solid var(--nva-red) !important;
    border-radius: 5px !important;
    background: var(--nva-paper) !important;
    box-shadow: 0 4px 14px rgba(66, 47, 30, .045) !important;
}
.mvp-site-netherlands .mvp-route-directory-preview .mvp-home-route-card:nth-child(3n+2) { border-top-color: #d29a21 !important; }
.mvp-site-netherlands .mvp-route-directory-preview .mvp-home-route-card:nth-child(3n+3) { border-top-color: var(--nva-forest) !important; }
.mvp-site-netherlands .mvp-route-directory-preview .mvp-home-route-card:hover {
    border-color: #aa9781 !important;
    box-shadow: 0 14px 30px rgba(66, 47, 30, .10) !important;
    transform: translateY(-2px) !important;
}
.mvp-site-netherlands .mvp-route-directory-preview .mvp-home-route-card .mvp-route-card-purpose { margin-top: 18px; }
.mvp-site-netherlands .mvp-route-directory-preview .mvp-home-route-card .mvp-route-card-footer { margin-top: auto; }
.mvp-site-netherlands .mvp-service-grid-single { grid-template-columns: 1fr; }
.mvp-site-netherlands .mvp-service-grid-single .mvp-service-panel {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 64px;
    padding: 38px 42px;
    border-top: 3px solid var(--nva-red);
    background: var(--nva-paper);
    box-shadow: 0 12px 28px rgba(66, 47, 30, .06);
}
.mvp-site-netherlands .mvp-service-grid-single .mvp-service-panel .mvp-service-label,
.mvp-site-netherlands .mvp-service-grid-single .mvp-service-panel h3,
.mvp-site-netherlands .mvp-service-grid-single .mvp-service-panel > p { grid-column: 1; }
.mvp-site-netherlands .mvp-service-grid-single .mvp-service-panel .mvp-check-list {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    margin: 0;
    padding: 26px 28px;
    border: 1px solid var(--nva-stone-soft);
    background: #fffaf2;
}

@media (max-width: 991px) {
    .mvp-site-netherlands .mvp-route-directory-preview .mvp-home-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .mvp-site-netherlands .mvp-service-grid-single .mvp-service-panel { grid-template-columns: 1fr; }
    .mvp-site-netherlands .mvp-service-grid-single .mvp-service-panel .mvp-check-list { grid-column: 1; grid-row: auto; margin-top: 24px; }
}

@media (max-width: 767px) {
    .mvp-site-netherlands .mvp-route-directory-preview .mvp-home-route-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
    .mvp-site-netherlands .mvp-route-directory-preview .mvp-home-route-card { min-height: 226px !important; }
    .mvp-site-netherlands .mvp-service-grid-single .mvp-service-panel { padding: 26px 22px; }
    .mvp-site-netherlands .mvp-service-grid-single .mvp-service-panel .mvp-check-list { padding: 20px; }
}
