/* /css/internationale-plaatsing.css */

.mwp-programme {
    --mwp-navy: #062f51;
    --mwp-blue: #0a3d68;
    --mwp-mid: #2f789f;
    --mwp-sky: #dff3fb;
    --mwp-ice: #f3f9fc;
    --mwp-red: #d64045;
    --mwp-text: #173247;
    --mwp-muted: #5b7282;
    overflow: hidden;
    background: #fff;
}

.mwp-programme * { box-sizing: border-box; }
.mwp-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.mwp-kicker { display: inline-flex; align-items: center; gap: 11px; color: var(--mwp-mid); font-size: 11px; line-height: 1.2; font-weight: 900; letter-spacing: 2.1px; text-transform: uppercase; }
.mwp-kicker::before { content: ""; width: 30px; height: 3px; background: var(--mwp-red); flex: 0 0 auto; }
.mwp-section-title { max-width: 850px; }
.mwp-section-title h2 { margin: 16px 0 0; color: var(--mwp-blue); font-size: clamp(30px, 3.3vw, 44px); line-height: 1.06; letter-spacing: -1.8px; }
.mwp-section-title--light .mwp-kicker { color: #99d9f3; }
.mwp-section-title--light h2 { color: #fff; }

/* Hero continuation: no replacement image, only a stronger programme edge. */
.page-hero { position: relative; }
.page-hero h1 { font-size: clamp(34px, 4vw, 50px); line-height: 1.06; letter-spacing: -1.2px; }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: var(--mwp-red, #d64045); }
.page-hero__inner { position: relative; z-index: 2; }
.page-hero p { max-width: 860px; font-size: clamp(17px, 1.6vw, 20px); }

/* Four-part signal strip */
.mwp-signal { background: var(--mwp-navy); color: #fff; }
.mwp-signal__grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 92px; }
.mwp-signal__grid > div { display: flex; align-items: center; gap: 14px; padding: 24px 28px; border-left: 1px solid rgba(255,255,255,.14); }
.mwp-signal__grid > div:first-child { border-left: 0; }
.mwp-signal__grid > div:nth-child(2) { background: #0d466f; }
.mwp-signal__grid > div:nth-child(3) { background: #185c82; }
.mwp-signal__grid > div:nth-child(4) { background: var(--mwp-red); }
.mwp-signal b { font-size: 12px; opacity: .7; }
.mwp-signal span { font-size: 11px; line-height: 1.35; font-weight: 900; letter-spacing: 1.25px; }

/* Opening: editorial split, no cards */
.mwp-opening { position: relative; padding: 108px 0 118px; background: #fff; }
.mwp-opening::after { content: ""; position: absolute; right: -130px; bottom: -160px; width: 430px; height: 430px; border: 72px solid var(--mwp-sky); border-radius: 50%; opacity: .7; pointer-events: none; }
.mwp-opening__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 88px; align-items: end; }
.mwp-opening__headline h2 { margin: 17px 0 0; color: var(--mwp-blue); font-size: clamp(34px, 4vw, 48px); line-height: .99; letter-spacing: -2.7px; }
.mwp-opening__headline h2 em { color: var(--mwp-mid); font-style: normal; font-weight: 500; }
.mwp-opening__copy { padding-bottom: 6px; }
.mwp-opening__copy p { margin: 0 0 20px; color: var(--mwp-muted); font-size: 17px; }
.mwp-opening__copy .mwp-bigcopy { color: var(--mwp-text); font-size: clamp(19px, 1.8vw, 24px); line-height: 1.35; font-weight: 750; }
.mwp-opening__rule { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; margin-top: 34px; padding-top: 24px; border-top: 1px solid #cfe0e8; }
.mwp-opening__rule strong { color: var(--mwp-red); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.mwp-opening__rule span { color: var(--mwp-blue); font-weight: 800; }

/* Trinity: one visual system instead of stacked text cards */
.mwp-trinity-section { position: relative; padding: 110px 0 120px; background: var(--mwp-blue); color: #fff; }
.mwp-trinity-section::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 12%; background: #073656; }
.mwp-trinity-section::after { content: ""; position: absolute; top: 0; right: 0; width: 18%; height: 160px; background: var(--mwp-red); clip-path: polygon(52% 0,100% 0,100% 100%,0 100%); }
.mwp-trinity-section .mwp-shell { position: relative; z-index: 1; }
.mwp-trinity { position: relative; min-height: 700px; margin-top: 45px; }
.mwp-trinity__lines { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.mwp-trinity__lines path { fill: none; stroke: rgba(188,229,247,.52); stroke-width: 2; stroke-dasharray: 8 8; }
.mwp-client-core { position: absolute; z-index: 4; left: 50%; top: 50%; width: 270px; aspect-ratio: 1; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50%; background: #fff; color: var(--mwp-blue); box-shadow: 0 26px 70px rgba(0,0,0,.22); animation: mwpPulse 5s ease-in-out infinite; }
.mwp-client-core::before { content: ""; position: absolute; inset: -18px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.mwp-client-core small { color: var(--mwp-red); font-size: 10px; font-weight: 900; letter-spacing: 1.7px; }
.mwp-client-core strong { margin: 9px 0 10px; font-size: 25px; line-height: 1.08; letter-spacing: -1px; }
.mwp-client-core span { max-width: 190px; color: var(--mwp-muted); font-size: 11px; line-height: 1.5; }
.mwp-organisation { position: absolute; z-index: 3; width: 35%; min-height: 225px; padding: 29px 31px 30px 87px; transition: transform .25s ease, box-shadow .25s ease; }
.mwp-organisation:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.18); }
.mwp-organisation--sequoia { left: 0; top: 12px; background: var(--mwp-sky); color: var(--mwp-text); }
.mwp-organisation--chiversity { right: 0; top: 12px; background: #fff; color: var(--mwp-text); }
.mwp-organisation--exchange { left: 50%; bottom: 0; transform: translateX(-50%); background: var(--mwp-red); color: #fff; }
.mwp-organisation--exchange:hover { transform: translateX(-50%) translateY(-6px); }
.mwp-org-mark { position: absolute; left: 0; top: 0; width: 62px; height: 100%; display: grid; place-items: center; background: rgba(6,47,81,.08); font-size: 12px; font-weight: 900; writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: 2px; }
.mwp-organisation--exchange .mwp-org-mark { background: rgba(6,47,81,.16); }
.mwp-organisation > span { display: block; color: var(--mwp-mid); font-size: 10px; line-height: 1.4; font-weight: 900; letter-spacing: 1.45px; }
.mwp-organisation--exchange > span { color: #ffd7d9; }
.mwp-organisation h3 { margin: 12px 0 11px; font-size: 23px; line-height: 1.12; letter-spacing: -.7px; color: var(--mwp-blue); }
.mwp-organisation--exchange h3 { color: #fff; }
.mwp-organisation p { margin: 0; font-size: 15px; line-height: 1.55; color: #526f81; }
.mwp-organisation--exchange p { color: #fff; }
.mwp-trinity__outcome { position: absolute; z-index: 5; left: 50%; bottom: -70px; transform: translateX(-50%); width: min(760px, 86%); padding: 25px 34px; text-align: center; background: var(--mwp-navy); border-top: 4px solid #84cee9; box-shadow: 0 22px 45px rgba(0,0,0,.2); }
.mwp-trinity__outcome small { display: block; color: #8fd3f1; font-size: 10px; font-weight: 900; letter-spacing: 1.8px; }
.mwp-trinity__outcome strong { display: block; margin-top: 4px; color: #fff; font-size: 19px; }

/* Specification: large statement + six editorial rows */
.mwp-specification { padding: 155px 0 120px; background: var(--mwp-ice); }
.mwp-specification__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.mwp-specification__statement { position: sticky; top: 95px; padding-top: 12px; }
.mwp-specification__statement h2 { margin: 17px 0 14px; color: var(--mwp-blue); font-size: clamp(31px, 3.5vw, 46px); line-height: 1.02; letter-spacing: -2.1px; }
.mwp-specification__statement p { margin: 0; color: var(--mwp-muted); font-size: 18px; }
.mwp-specification__statement p strong { color: var(--mwp-red); }
.mwp-spec-list { border-top: 1px solid #bfd5df; }
.mwp-spec-list > div { display: grid; grid-template-columns: 46px 125px 1fr; gap: 18px; align-items: center; min-height: 92px; border-bottom: 1px solid #bfd5df; transition: background .2s ease, padding .2s ease; }
.mwp-spec-list > div:hover { background: #fff; padding-inline: 16px; }
.mwp-spec-list b { color: var(--mwp-red); font-size: 11px; letter-spacing: 1px; }
.mwp-spec-list span { color: var(--mwp-mid); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.mwp-spec-list strong { color: var(--mwp-text); font-size: 18px; line-height: 1.35; }

/* Route: horizontal programme rail */
.mwp-route { position: relative; padding: 110px 0 120px; background: #123f59; color: #fff; }
.mwp-route::before { content: ""; position: absolute; inset: 0 0 auto; height: 16px; background: var(--mwp-red); }
.mwp-route__rail { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 70px; padding-top: 44px; }
.mwp-route__rail::before { content: ""; position: absolute; top: 19px; left: 7%; right: 7%; height: 2px; background: #7dbbd7; }
.mwp-route__rail article { position: relative; min-width: 0; padding: 21px 18px 0; border-left: 1px solid rgba(255,255,255,.14); }
.mwp-route__rail article:first-child { border-left: 0; }
.mwp-route__rail i { position: absolute; top: -44px; left: 50%; width: 40px; height: 40px; transform: translateX(-50%); display: grid; place-items: center; border-radius: 50%; background: var(--mwp-sky); color: var(--mwp-blue); font-style: normal; font-size: 11px; font-weight: 900; box-shadow: 0 0 0 7px #123f59; }
.mwp-route__rail article:nth-child(6) i { background: var(--mwp-red); color: #fff; }
.mwp-route__rail span { display: block; color: #8fd3f1; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.mwp-route__rail h3 { margin: 6px 0 9px; color: #fff; font-size: 18px; }
.mwp-route__rail p { margin: 0; color: #c8e0ec; font-size: 13px; line-height: 1.55; }
.mwp-route__promise { display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: center; margin-top: 68px; padding: 27px 32px; border: 1px solid rgba(255,255,255,.18); border-left: 5px solid var(--mwp-red); }
.mwp-route__promise span { color: #8fd3f1; font-size: 10px; font-weight: 900; letter-spacing: 1.6px; }
.mwp-route__promise strong { color: #fff; font-size: clamp(18px, 2vw, 24px); line-height: 1.4; }

/* Agreement: asymmetric color split */
.mwp-agreement { position: relative; background: #fff; }
.mwp-agreement::before { content: ""; position: absolute; inset: 0 50% 0 0; background: var(--mwp-sky); }
.mwp-agreement__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.mwp-agreement__lead { padding: 110px 80px 110px 0; align-self: center; }
.mwp-agreement__lead h2 { margin: 17px 0 25px; color: var(--mwp-blue); font-size: clamp(31px, 3.5vw, 46px); line-height: 1.03; letter-spacing: -2px; }
.mwp-agreement__lead h2 em { color: var(--mwp-red); font-style: normal; font-weight: 600; }
.mwp-agreement__lead p { max-width: 520px; color: #4f6b7c; font-size: 17px; }
.mwp-agreement__steps { display: flex; flex-direction: column; justify-content: center; padding: 90px 0 90px 78px; }
.mwp-agreement__steps > div { position: relative; padding: 21px 20px 21px 40px; border-bottom: 1px solid #d3e2e9; }
.mwp-agreement__steps > div::before { content: ""; position: absolute; left: 0; top: 28px; width: 18px; height: 3px; background: var(--mwp-red); }
.mwp-agreement__steps span { display: block; margin-bottom: 4px; color: var(--mwp-mid); font-size: 10px; font-weight: 900; letter-spacing: 1.7px; }
.mwp-agreement__steps strong { color: var(--mwp-blue); font-size: 20px; line-height: 1.25; }

/* Continuity: visual loop */
.mwp-continuity { padding: 110px 0; background: #eef8fc; }
.mwp-continuity__inner { display: grid; grid-template-columns: 1.08fr .92fr; gap: 95px; align-items: center; }
.mwp-continuity__copy h2 { margin: 17px 0 23px; color: var(--mwp-blue); font-size: clamp(31px, 3.5vw, 46px); line-height: 1.03; letter-spacing: -2px; }
.mwp-continuity__copy p { max-width: 650px; color: #516f80; font-size: 17px; }
.mwp-loop { position: relative; width: min(430px, 100%); aspect-ratio: 1; margin-inline: auto; border: 2px solid #94bfd2; border-radius: 50%; animation: mwpFloat 7s ease-in-out infinite; }
.mwp-loop::before { content: ""; position: absolute; inset: 48px; border: 1px dashed #b5d3df; border-radius: 50%; }
.mwp-loop__core { position: absolute; left: 50%; top: 50%; width: 168px; aspect-ratio: 1; transform: translate(-50%,-50%); display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--mwp-blue); color: #fff; box-shadow: 0 20px 45px rgba(6,47,81,.22); }
.mwp-loop__core small { color: #8fd3f1; font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }
.mwp-loop__core strong { margin-top: 5px; font-size: 18px; line-height: 1.15; }
.mwp-loop__item { position: absolute; min-width: 94px; padding: 10px 14px; text-align: center; background: #fff; border: 1px solid #c6dde7; color: var(--mwp-blue); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; box-shadow: 0 9px 20px rgba(7,51,86,.08); }
.mwp-loop__item--1 { left: 50%; top: -18px; transform: translateX(-50%); }
.mwp-loop__item--2 { right: -34px; top: 50%; transform: translateY(-50%); }
.mwp-loop__item--3 { left: 50%; bottom: -18px; transform: translateX(-50%); background: var(--mwp-red); border-color: var(--mwp-red); color: #fff; }
.mwp-loop__item--4 { left: -34px; top: 50%; transform: translateY(-50%); }

/* Final invitation */
.mwp-final { position: relative; padding: 100px 0; background: var(--mwp-navy); color: #fff; }
.mwp-final::after { content: ""; position: absolute; right: 0; top: 0; width: 26%; height: 100%; background: var(--mwp-red); clip-path: polygon(42% 0,100% 0,100% 100%,0 100%); }
.mwp-final__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.mwp-final .mwp-kicker { color: #8fd3f1; }
.mwp-final h2 { margin: 17px 0 0; color: #fff; font-size: clamp(31px, 3.5vw, 46px); line-height: 1.03; letter-spacing: -2px; }
.mwp-final__action { position: relative; padding: 39px; background: #fff; color: var(--mwp-text); box-shadow: 0 24px 55px rgba(0,0,0,.22); }
.mwp-final__action p { margin: 0 0 26px; color: #4d6879; font-size: 17px; }
.mwp-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 54px; padding: 0 22px; background: var(--mwp-blue); color: #fff; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.mwp-cta:hover { background: var(--mwp-navy); transform: translateY(-2px); }
.mwp-cta span { font-size: 22px; }

@keyframes mwpPulse { 0%,100% { box-shadow: 0 26px 70px rgba(0,0,0,.22), 0 0 0 0 rgba(143,211,241,0); } 50% { box-shadow: 0 26px 70px rgba(0,0,0,.22), 0 0 0 14px rgba(143,211,241,.08); } }
@keyframes mwpFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 980px) {
    .mwp-opening__grid,
    .mwp-specification__grid,
    .mwp-agreement__grid,
    .mwp-continuity__inner,
    .mwp-final__grid { grid-template-columns: 1fr; gap: 48px; }
    .mwp-specification__statement { position: static; }
    .mwp-agreement::before { inset: 0 0 50%; }
    .mwp-agreement__grid { min-height: 0; }
    .mwp-agreement__lead { padding: 80px 0 68px; }
    .mwp-agreement__steps { padding: 68px 0 80px; }
    .mwp-final::after { width: 18%; opacity: .35; }

    .mwp-trinity { min-height: 890px; }
    .mwp-client-core { top: 49%; }
    .mwp-organisation { width: 43%; }
    .mwp-organisation--sequoia { left: 1%; }
    .mwp-organisation--chiversity { right: 1%; }
    .mwp-organisation--exchange { width: 52%; }

    .mwp-route__rail { grid-template-columns: repeat(3, 1fr); row-gap: 65px; }
    .mwp-route__rail::before { display: none; }
    .mwp-route__rail article { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); padding-top: 24px; }
    .mwp-route__rail i { left: 18px; top: -21px; transform: none; }
}

@media (max-width: 700px) {
    .mwp-shell { width: min(100% - 28px, 1180px); }
    .mwp-signal__grid { grid-template-columns: 1fr 1fr; }
    .mwp-signal__grid > div { min-height: 76px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
    .mwp-opening { padding: 72px 0 80px; }
    .mwp-opening__grid { gap: 28px; }
    .mwp-opening__headline h2 { font-size: 34px; }
    .mwp-opening__rule { grid-template-columns: 1fr; gap: 5px; }

    .mwp-trinity-section { padding: 78px 0 118px; }
    .mwp-trinity { min-height: 0; display: grid; gap: 14px; margin-top: 40px; }
    .mwp-trinity__lines { display: none; }
    .mwp-client-core,
    .mwp-organisation,
    .mwp-trinity__outcome { position: relative; inset: auto; left: auto; right: auto; top: auto; bottom: auto; width: 100%; transform: none; }
    .mwp-client-core { width: 230px; margin: 0 auto 18px; }
    .mwp-organisation { min-height: 0; padding: 25px 23px 25px 74px; }
    .mwp-organisation--exchange,
    .mwp-organisation--exchange:hover { transform: none; }
    .mwp-trinity__outcome { margin-top: 12px; }

    .mwp-specification { padding: 105px 0 76px; }
    .mwp-specification__grid { gap: 36px; }
    .mwp-spec-list > div { grid-template-columns: 34px 92px 1fr; gap: 10px; padding: 15px 0; }
    .mwp-spec-list strong { font-size: 15px; }

    .mwp-route { padding: 82px 0 78px; }
    .mwp-route__rail { grid-template-columns: 1fr 1fr; gap: 48px 6px; }
    .mwp-route__promise { grid-template-columns: 1fr; gap: 9px; }

    .mwp-agreement__lead { padding: 72px 0 55px; }
    .mwp-agreement__steps { padding: 50px 0 72px; }
    .mwp-agreement__steps strong { font-size: 19px; }

    .mwp-continuity { padding: 76px 0 95px; }
    .mwp-loop { width: 300px; }
    .mwp-loop__core { width: 132px; }
    .mwp-loop__item { min-width: 78px; padding: 8px 9px; font-size: 9px; }
    .mwp-loop__item--2 { right: -18px; }
    .mwp-loop__item--4 { left: -18px; }

    .mwp-final { padding: 74px 0; }
    .mwp-final__grid { gap: 36px; }
    .mwp-final__action { padding: 28px 24px; }
}

@media (max-width: 460px) {
    .mwp-signal__grid { grid-template-columns: 1fr; }
    .mwp-opening__headline h2,
    .mwp-specification__statement h2,
    .mwp-agreement__lead h2,
    .mwp-continuity__copy h2,
    .mwp-final h2 { font-size: 30px; }
    .mwp-section-title h2 { font-size: 30px; }
    .page-hero h1 { font-size: 32px; }
    .mwp-route__rail { grid-template-columns: 1fr; }
    .mwp-spec-list > div { grid-template-columns: 30px 1fr; }
    .mwp-spec-list strong { grid-column: 2; }
    .mwp-loop { width: 252px; }
}

@media (prefers-reduced-motion: reduce) {
    .mwp-client-core,
    .mwp-loop { animation: none; }
    .mwp-organisation,
    .mwp-cta,
    .mwp-spec-list > div { transition: none; }
}
