/* Productpagina "MCP server voor AI" (/mcp-server-voor-ai): opmaak van het
   Claude Design-ontwerp van 11 sep 2026, één-op-één overgezet naar klassen.
   Namespace .mcp2; laadt automatisch via de slug (templates/site/pagina.php).
   Kleuren: navy #152a80, koningsblauw #1d65af / #1062fe, geel #ffd166, oranje
   #f6a21e, groen #3ba862, tekst #17191c, gedimd #5e636e, randen #e9eaec,
   vlakken #f7f8fa / #f4f7fe. Monospace kopjes in Roboto Mono (zelf gehost,
   @font-face in header.css). */

/* Echt variabel Roboto (wght 100-900, Latin) voor deze pagina: het sitebrede
   fonts/roboto-variable.woff2 is een statisch gewicht en toont vet als regular. */
@font-face { font-family: 'Roboto VF'; src: url('fonts/roboto-vf-wght.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
.mcp2 { font-family: 'Roboto VF', 'Roboto', system-ui, sans-serif; color: #17191c; line-height: 1.55; -webkit-font-smoothing: antialiased; }
.mcp2 [hidden] { display: none !important; }
.mcp2 h1, .mcp2 h2, .mcp2 h3, .mcp2 h4, .mcp2 p, .mcp2 ul, .mcp2 ol { margin: 0; }
.mcp2 ul, .mcp2 ol { padding: 0; list-style: none; }
.mcp2 a { color: #1062fe; text-decoration: none; }
.mcp2 a:hover { text-decoration: underline; }
.mcp2 code { font-family: 'Roboto Mono', ui-monospace, monospace; }
.mcp2-c { max-width: 1288px; margin: 0 auto; padding: 96px 24px; }
.mcp2-kolom { display: flex; flex-direction: column; gap: 56px; }
.mcp2-kop { display: flex; flex-direction: column; gap: 14px; max-width: 720px; }
.mcp2-kop-breed { max-width: 760px; }
.mcp2-kop-midden { align-items: center; text-align: center; max-width: none; }
.mcp2-kop-midden h2 { max-width: 760px; }
.mcp2 h2 { font-size: clamp(28px, 3.4vw, 44px); font-weight: 900; letter-spacing: -.025em; line-height: 1.08; color: #152a80; text-wrap: balance; }
.mcp2-sub { font-size: 17px; color: #5e636e; line-height: 1.6; text-wrap: pretty; }
.mcp2-eyebrow { font-family: 'Roboto Mono', ui-monospace, monospace; font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; color: #1062fe; display: inline-flex; align-items: center; gap: 10px; }
.mcp2-eyebrow::before { content: ""; width: 18px; height: 1px; background: currentColor; }
.mcp2-eyebrow-kaal::before { display: none; }
.mcp2-eyebrow-geel { color: #ffd166; }
.mcp2-noot { font-size: 13px; color: #5e636e; line-height: 1.55; }
.mcp2-noot-midden { text-align: center; }

/* Knoppen */
.mcp2-knop { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 16px; padding: 15px 22px; border-radius: 8px; transition: transform .25s, background .25s; text-decoration: none; }
.mcp2-knop:hover { text-decoration: none; transform: translateY(-2px); }
.mcp2-knop-wit { background: #fff; color: #152a80; box-shadow: 0 8px 30px rgba(10, 15, 30, .25); }
.mcp2-knop-glas { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .4); font-weight: 600; padding: 14px 22px; }
.mcp2-knop-glas:hover { background: rgba(255, 255, 255, .1); transform: none; }
.mcp2-knop-blauw { background: #1d65af; color: #fff; }
.mcp2 .mcp2-knop-blauw:hover, .mcp2 .mcp2-knop-wit:hover { color: inherit; }
.mcp2 .mcp2-knop-blauw { color: #fff; }
.mcp2 .mcp2-knop-wit { color: #152a80; }
.mcp2 .mcp2-knop-glas { color: #fff; }

/* 1. Hero */
.mcp2-hero { position: relative; overflow: hidden; background: linear-gradient(90deg, #152a80, #1d65af); color: #fff; }
.mcp2-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(700px 420px at 85% 0%, rgba(16, 98, 254, .55), transparent 65%), radial-gradient(500px 360px at 0% 100%, rgba(255, 209, 102, .10), transparent 60%); }
.mcp2-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(60% 70% at 70% 40%, #000, transparent); mask-image: radial-gradient(60% 70% at 70% 40%, #000, transparent); }
.mcp2-hero-grid { position: relative; z-index: 1; padding: 96px 24px 88px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr)); gap: 56px 64px; align-items: center; }
.mcp2-hero-tekst { display: flex; flex-direction: column; gap: 26px; min-width: 0; }
.mcp2-hero-tag { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); border-radius: 50px; padding: 7px 14px 7px 10px; font-family: 'Roboto Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 700; color: #ffd166; }
.mcp2-puls { width: 8px; height: 8px; border-radius: 50%; background: #3ba862; animation: mcp2Puls 2s infinite; }
.mcp2 h1 { font-size: clamp(38px, 4.6vw, 64px); font-weight: 900; letter-spacing: -.035em; line-height: 1.02; text-wrap: balance; color: #fff; }
.mcp2-hero-p { font-size: 18px; line-height: 1.6; color: rgba(255, 255, 255, .88); max-width: 560px; text-wrap: pretty; }
.mcp2-hero-knoppen { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.mcp2 .mcp2-hero-trust { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .85); font-size: 14px; align-self: flex-start; }
.mcp2-hero-trust strong { color: #fff; }
.mcp2 .mcp2-hero-trust:hover { color: #fff; text-decoration: none; }
.mcp2-sterren { color: #00b67a; font-size: 15px; letter-spacing: 1px; }

/* Hero-visual: browservenster + chat (gevuld door mcp-hero.js) */
.mcp2-hero-visual { position: relative; width: 100%; max-width: 600px; aspect-ratio: 600 / 540; margin-left: auto; min-width: 0; }
.mcp2-browser { position: absolute; left: 5%; right: 5%; top: 0; height: 61%; background: #fff; color: #17191c; border-radius: 18px; overflow: hidden; box-shadow: 0 40px 80px -24px rgba(10, 15, 30, .55); z-index: 2; display: flex; flex-direction: column; }
.mcp2-browser-bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: #f4f7fe; border-bottom: 1px solid #e9eaec; }
.mcp2-dots { display: flex; gap: 5px; }
.mcp2-dots i { width: 8px; height: 8px; border-radius: 50%; background: #dfe2e8; }
.mcp2-urlbar { flex: 1; max-width: 320px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 6px; background: #fff; border: 1px solid #e9eaec; border-radius: 6px; padding: 4px 10px; font-family: 'Roboto Mono', ui-monospace, monospace; font-size: 10.5px; color: #5e636e; white-space: nowrap; overflow: hidden; }
.mcp2-slot { width: 6px; height: 8px; border-radius: 2px; background: #3ba862; flex: none; }
.mcp2-bar-rest { width: 44px; }
.mcp2-browser-body { padding: 22px 26px 24px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 26px; flex: 1; min-height: 0; }
.mcp2-pagina { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.mcp2-nav { display: flex; align-items: center; gap: 12px; }
.mcp2-nav span { height: 5px; border-radius: 3px; background: #e9eaec; }
.mcp2-nav .mcp2-nav-logo { width: 28px; height: 9px; background: #152a80; }
.mcp2-nav .w36 { width: 36px; } .mcp2-nav .w28 { width: 28px; } .mcp2-nav .w44 { width: 44px; }
.mcp2-pagina-titel { font-size: 26px; font-weight: 900; letter-spacing: -.02em; line-height: 1.1; margin-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-radius: 6px; padding: 2px 6px; margin-left: -6px; transition: background .5s; color: #152a80; }
.mcp2-pagina-titel.is-down { color: #d92632; }
.mcp2-pagina-sub { font-size: 13.5px; line-height: 1.45; color: #5e636e; min-height: 20px; border-radius: 6px; padding: 2px 6px; margin-left: -6px; transition: background .5s; }
.mcp2-pagina-titel.flash, .mcp2-pagina-sub.flash { background: #fff5dc; }
.mcp2-regels { display: flex; flex-direction: column; gap: 7px; }
.mcp2-regels span { height: 7px; border-radius: 4px; background: #e9eaec; }
.mcp2-regels .w82 { width: 82%; } .mcp2-regels .w60 { width: 60%; }
.mcp2-rij { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 10px; padding: 11px 14px; border: 1px solid #e9eaec; background: #f7f8fa; transition: background .5s, border-color .5s; }
.mcp2-rij.flash { background: #fff5dc; border-color: #ffd166; }
.mcp2-rij-label { font-size: 10px; text-transform: uppercase; letter-spacing: .6px; font-family: 'Roboto Mono', ui-monospace, monospace; color: #5e636e; white-space: nowrap; }
.mcp2-rij-waarde { font-size: 14px; font-weight: 700; white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; }
.mcp2-rij-dot { width: 8px; height: 8px; border-radius: 50%; background: #979ba4; }
.mcp2-zij { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.mcp2-accent { flex: 1; border-radius: 12px; background: #f4f7fe; transition: background .6s; }
.mcp2-zij-knop { height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; white-space: nowrap; overflow: hidden; background: #e9eaec; transition: background .5s, color .5s; }
.mcp2-chat { position: absolute; left: 5%; top: 66%; right: 5%; z-index: 3; display: flex; flex-direction: column; gap: 10px; }
.mcp2-chat-gebruiker { display: flex; justify-content: flex-end; }
.mcp2-bubbel-gebruiker { width: 68%; background: #1062fe; color: #fff; border-radius: 16px 16px 4px 16px; padding: 11px 15px; font-size: 14px; line-height: 1.45; box-shadow: 0 20px 40px -16px rgba(10, 15, 30, .5); min-height: 62px; }
.mcp2-caret { display: none; width: 2px; height: 14px; background: #fff; margin-left: 2px; vertical-align: -2px; animation: mcp2Caret 1s steps(1) infinite; }
.mcp2-hero-visual.typing .mcp2-caret { display: inline-block; }
.mcp2-denkt { display: flex; align-items: center; gap: 8px; padding-left: 40px; font-size: 12.5px; color: rgba(255, 255, 255, .75); font-family: 'Roboto Mono', ui-monospace, monospace; }
.mcp2-denkt-dots { display: inline-flex; gap: 3px; }
.mcp2-denkt-dots i { width: 4px; height: 4px; border-radius: 50%; background: #ffd166; animation: mcp2Dots 1.2s infinite; }
.mcp2-denkt-dots i:nth-child(2) { animation-delay: .2s; } .mcp2-denkt-dots i:nth-child(3) { animation-delay: .4s; }
.mcp2-chat-ai { display: flex; align-items: flex-start; gap: 10px; }
.mcp2-ai-avatar { flex: none; width: 30px; height: 30px; border-radius: 50%; background: #fff; box-shadow: 0 8px 20px rgba(10, 15, 30, .35); display: inline-flex; align-items: center; justify-content: center; }
.mcp2-ai-avatar span { display: inline-flex; }
.mcp2-bubbel-ai { width: 68%; background: #fff; color: #17191c; border-radius: 4px 16px 16px 16px; padding: 10px 15px; font-size: 13.5px; line-height: 1.45; box-shadow: 0 20px 40px -16px rgba(10, 15, 30, .5); display: flex; align-items: flex-start; gap: 9px; }
.mcp2-bubbel-ai svg { flex: none; margin-top: 3px; }
@keyframes mcp2Puls { 0% { box-shadow: 0 0 0 0 rgba(59, 168, 98, .55); } 70% { box-shadow: 0 0 0 8px rgba(59, 168, 98, 0); } 100% { box-shadow: 0 0 0 0 rgba(59, 168, 98, 0); } }
@keyframes mcp2Dots { 0%, 20% { opacity: .2; } 50% { opacity: 1; } 80%, 100% { opacity: .2; } }
@keyframes mcp2Caret { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes mcp2FadeUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* 2. Trustbar */
.mcp2-trust { background: #fff; border-bottom: 1px solid #e9eaec; }
.mcp2-trust-grid { padding: 26px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.mcp2-trust-item { display: flex; align-items: center; gap: 14px; color: inherit; border-left: 1px solid #e9eaec; padding-left: 20px; }
.mcp2-trust-item:first-child { border-left: 0; padding-left: 0; }
.mcp2-trust-item:hover { text-decoration: none; }
.mcp2-trust-item .mcp2-sterren { font-size: 14px; line-height: 1; }
.mcp2-trust-num { font-size: 26px; font-weight: 900; letter-spacing: -.02em; color: #152a80; white-space: nowrap; }
.mcp2-trust-num-sm { font-size: 22px; }
.mcp2-trust-label { font-size: 13px; color: #5e636e; line-height: 1.4; }

/* 3. In het kort */
.mcp2-kort { background: #f4f7fe; border-bottom: 1px solid #e9eaec; }
.mcp2-kort-grid { padding: 40px 24px; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px 40px; align-items: start; }
.mcp2-kort .mcp2-eyebrow { padding-top: 4px; white-space: nowrap; }
.mcp2-kort p { font-size: 16.5px; line-height: 1.65; max-width: 900px; text-wrap: pretty; }
.mcp2-code { font-size: 14px; background: #fff; border: 1px solid #e9eaec; border-radius: 6px; padding: 2px 7px; }

/* 4. Zo werkt het */
.mcp2-hoe { background: #f7f8fa; }
.mcp2-stappen { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; }
.mcp2-stap { background: #fff; border: 1px solid #e9eaec; border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 1px 3px rgba(23, 25, 28, .04), 0 8px 24px rgba(23, 25, 28, .06); transition: transform .25s; }
.mcp2-stap:hover { transform: translateY(-4px); }
.mcp2-stap-nr { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #152a80, #1d65af); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: 'Roboto Mono', ui-monospace, monospace; font-weight: 700; font-size: 15px; }
.mcp2-stap h3 { font-size: 20px; font-weight: 700; letter-spacing: -.01em; color: #152a80; }
.mcp2-stap p { font-size: 15px; color: #5e636e; line-height: 1.6; }
.mcp2-koppel { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 40px; align-items: center; background: #fff; border: 1px solid #e9eaec; border-radius: 24px; padding: 40px; }
.mcp2-koppel-links { display: flex; flex-direction: column; gap: 22px; }
.mcp2-koppel-links h3 { font-size: 26px; font-weight: 900; letter-spacing: -.02em; color: #152a80; line-height: 1.15; }
.mcp2-koppel-stappen { display: flex; flex-direction: column; gap: 16px; }
.mcp2-koppel-stappen li { display: flex; gap: 14px; align-items: flex-start; }
.mcp2-nr { flex: none; width: 28px; height: 28px; border-radius: 50%; background: #f4f7fe; color: #1062fe; font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; justify-content: center; font-family: 'Roboto Mono', ui-monospace, monospace; }
.mcp2-koppel-stappen strong { display: block; font-size: 16px; }
.mcp2-koppel-stappen span:not(.mcp2-nr) { font-size: 14.5px; color: #5e636e; }
.mcp2-koppel-rechts { display: flex; flex-direction: column; gap: 18px; }
.mcp2-endpoint { background: #152a80; border-radius: 14px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #fff; flex-wrap: wrap; }
.mcp2-endpoint > div { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.mcp2-endpoint-label { font-family: 'Roboto Mono', ui-monospace, monospace; font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; color: #ffd166; font-weight: 700; }
.mcp2-endpoint code { font-size: 15px; word-break: break-all; color: #fff; }
.mcp2-kopieer { background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); color: #fff; font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 8px; cursor: pointer; font-family: inherit; }
.mcp2-kopieer:hover { background: rgba(255, 255, 255, .2); }
.mcp2-werkt { display: flex; flex-direction: column; gap: 10px; }
.mcp2-werkt-kop { font-size: 12px; text-transform: uppercase; letter-spacing: 1.4px; font-family: 'Roboto Mono', ui-monospace, monospace; color: #979ba4; font-weight: 700; }
.mcp2-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.mcp2-chip { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #e9eaec; border-radius: 50px; padding: 8px 14px 8px 10px; font-size: 13.5px; font-weight: 600; background: #fff; }
.mcp2-werkt-noot { font-size: 13px; color: #5e636e; }
.mcp2-gidsen-wrap { grid-column: 1 / -1; border-top: 1px solid #e9eaec; padding-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.mcp2-gidsen-kop { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.mcp2-gidsen-kop h4 { font-size: 16px; font-weight: 700; color: #152a80; }
.mcp2-gidsen-kop span { font-size: 13px; color: #5e636e; }
.mcp2-gidsen { display: flex; flex-direction: column; border: 1px solid #e9eaec; border-radius: 14px; overflow: hidden; }
.mcp2-gids { border-top: 1px solid #e9eaec; background: #fff; }
.mcp2-gids:first-child { border-top: 0; }
.mcp2-gids.open { background: #f7f8fa; }
.mcp2-gids-knop { width: 100%; display: flex; align-items: center; gap: 12px; text-align: left; padding: 14px 18px; background: none; border: none; cursor: pointer; font-family: inherit; font-size: 15px; font-weight: 700; color: #17191c; }
.mcp2-gids-knop svg { flex: none; }
.mcp2-gids-naam { flex: 1; }
.mcp2-gids-waar { font-size: 12px; font-weight: 500; color: #5e636e; font-family: 'Roboto Mono', ui-monospace, monospace; }
.mcp2-chev { flex: none; width: 26px; height: 26px; border-radius: 50%; background: #f4f7fe; color: #1062fe; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 400; line-height: 1; }
.mcp2-gids-stappen { padding: 0 18px 18px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 12px; animation: mcp2FadeUp .25s ease-out; }
.mcp2-gids-stappen li { display: flex; gap: 10px; align-items: flex-start; background: #fff; border: 1px solid #e9eaec; border-radius: 10px; padding: 12px 14px; font-size: 14px; line-height: 1.5; }
.mcp2-gids-nr { flex: none; width: 22px; height: 22px; border-radius: 50%; background: #152a80; color: #ffd166; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; font-family: 'Roboto Mono', ui-monospace, monospace; }
.mcp2-gids-noot { padding: 0 18px 16px; font-size: 13px; color: #5e636e; margin-top: -4px; }
.mcp2-gidsen-let { font-size: 13px; color: #5e636e; line-height: 1.55; }

/* 5. Wat is een MCP server */
.mcp2-wat { background: #f7f8fa; }
.mcp2-wat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 56px 72px; align-items: center; }
.mcp2-wat-tekst { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.mcp2-wat-tekst p { font-size: 16.5px; color: #5e636e; line-height: 1.65; text-wrap: pretty; }
.mcp2-wat-tekst .mcp2-p-donker { color: #17191c; }
.mcp2-link-pijl { font-weight: 700; font-size: 15.5px; display: inline-flex; align-items: center; gap: 8px; }
.mcp2-flow { background: #fff; border: 1px solid #e9eaec; border-radius: 24px; padding: 32px; display: flex; flex-direction: column; max-width: 420px; width: 100%; justify-self: center; }
.mcp2-flow-kaart { background: #f4f7fe; color: #17191c; border-radius: 14px; padding: 14px 18px; display: flex; flex-direction: column; gap: 2px; min-width: 0; border: 1px solid #e9eaec; }
.mcp2-flow-titel { font-size: 14.5px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.mcp2-flow-sub { font-size: 12px; opacity: .75; font-family: 'Roboto Mono', ui-monospace, monospace; }
.mcp2-flow-mcp { background: #152a80; color: #fff; border-color: #152a80; padding: 16px 18px; gap: 8px; }
.mcp2-flow-mcp .mcp2-flow-sub { font-family: inherit; font-size: 12.5px; line-height: 1.5; color: rgba(255, 255, 255, .8); opacity: 1; }
.mcp2-flow-pijl { display: flex; justify-content: center; padding: 4px 0; }

/* 6. WordPress naar statisch */
.mcp2-wp { background: #fff; border-top: 1px solid #e9eaec; }
.mcp2-wp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); gap: 56px 72px; align-items: center; }
.mcp2-wp-tekst { display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.mcp2-punten { display: flex; flex-direction: column; gap: 12px; font-size: 15.5px; line-height: 1.5; }
.mcp2-punten li { display: flex; gap: 12px; }
.mcp2-punten svg { flex: none; margin-top: 3px; }
.mcp2-voorbeeld { background: #f4f7fe; border-radius: 14px; padding: 14px 16px; display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.5; }
.mcp2-voorbeeld svg { flex: none; margin-top: 2px; }
.mcp2-voorbeeld span { color: #5e636e; }
.mcp2-voorna { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; min-width: 0; }
.mcp2-vn-kaart { border-radius: 18px; padding: 22px; display: flex; flex-direction: column; min-width: 0; }
.mcp2-vn-voor { background: #f7f8fa; border: 1px solid #e9eaec; }
.mcp2-vn-na { background: #fff; border: 2px solid #1062fe; box-shadow: 0 8px 30px rgba(16, 98, 254, .15); }
.mcp2-vn-kop { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.mcp2-vn-logo-wp, .mcp2-vn-logo-stat { width: 28px; height: 28px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 13px; color: #fff; }
.mcp2-vn-logo-wp { background: #21759b; }
.mcp2-vn-logo-stat { background: #152a80; color: #ffd166; font-size: 12px; font-family: 'Roboto Mono', ui-monospace, monospace; }
.mcp2-vn-naam { font-size: 14px; font-weight: 700; }
.mcp2-vn-na .mcp2-vn-naam { color: #152a80; }
.mcp2-vn-label { font-size: 11.5px; color: #5e636e; }
.mcp2-vn-rij { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 0; border-top: 1px solid #e9eaec; font-size: 13px; color: #5e636e; }
.mcp2-vn-rij strong { font-size: 14px; color: #17191c; white-space: nowrap; }
.mcp2-vn-rij strong.slecht { color: #9c6a00; }
.mcp2-vn-rij strong.goed { color: #1b7d34; }
.mcp2-vn-via { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.mcp2-vn-via-knop { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #1062fe, #083fbf); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 30px rgba(16, 98, 254, .25); }
.mcp2-vn-via-label { font-family: 'Roboto Mono', ui-monospace, monospace; font-size: 9.5px; letter-spacing: 1.2px; text-transform: uppercase; color: #5e636e; font-weight: 700; text-align: center; }

/* 7. Waarom */
.mcp2-waarom { background: #fff; }
.mcp2-waarom .mcp2-kolom { gap: 48px; }
.mcp2-waarom-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 20px; }
.mcp2-waarom-kaart { border: 1px solid #e9eaec; border-radius: 18px; padding: 26px; display: flex; flex-direction: column; gap: 12px; background: #f7f8fa; }
.mcp2-waarom-ico { display: inline-flex; width: 26px; height: 26px; }
.mcp2-waarom-ico svg { width: 26px; height: 26px; }
.mcp2-vlag { display: inline-flex; width: 26px; height: 18px; border-radius: 3px; overflow: hidden; flex-direction: column; }
.mcp2-vlag i { flex: 1; }
.mcp2-vlag i:nth-child(1) { background: #ae1c28; }
.mcp2-vlag i:nth-child(2) { background: #fff; border-top: 1px solid #e9eaec; border-bottom: 1px solid #e9eaec; }
.mcp2-vlag i:nth-child(3) { background: #21468b; }
.mcp2-waarom-kaart h3 { font-size: 18px; font-weight: 700; letter-spacing: -.01em; }
.mcp2-waarom-kaart p { font-size: 14.5px; color: #5e636e; line-height: 1.6; }

/* 8. Voor wie */
.mcp2-wie { background: #152a80; color: #fff; position: relative; overflow: hidden; }
.mcp2-wie::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(600px 400px at 100% 100%, rgba(16, 98, 254, .45), transparent 65%); }
.mcp2-wie .mcp2-c { position: relative; gap: 48px; }
.mcp2-wie h2 { color: #fff; }
.mcp2-wie .mcp2-sub { color: rgba(255, 255, 255, .8); }
.mcp2-wie-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 20px; }
.mcp2-wie-kaart { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); border-radius: 18px; padding: 24px; display: flex; flex-direction: column; gap: 18px; }
.mcp2-wie-label { font-family: 'Roboto Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: #ffd166; font-weight: 700; }
.mcp2-wie-kaart h3 { font-size: 19px; font-weight: 700; letter-spacing: -.01em; margin-top: 6px; color: #fff; }
.mcp2-wie-bubbel { background: #1062fe; border-radius: 14px 14px 4px 14px; padding: 12px 14px; font-size: 14px; line-height: 1.45; align-self: flex-end; max-width: 95%; }
.mcp2-wie-terminal { background: #0d1b4d; border: 1px solid rgba(255, 255, 255, .14); border-radius: 10px; padding: 12px 14px; font-family: 'Roboto Mono', ui-monospace, monospace; font-size: 12.5px; line-height: 1.55; color: #dfe6ff; }
.mcp2-wie-terminal span { color: #ffd166; }
.mcp2-wie-kaart p { font-size: 14px; color: rgba(255, 255, 255, .75); line-height: 1.55; margin-top: auto; }

/* 9. Specificaties */
.mcp2-specs { background: #fff; border-top: 1px solid #e9eaec; }
.mcp2-specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 40px 64px; align-items: start; }
.mcp2-specs-grid .mcp2-kop .mcp2-sub { font-size: 16px; }
.mcp2-specs-tabel { grid-column: span 2; min-width: 0; border: 1px solid #e9eaec; border-radius: 18px; overflow: hidden; background: #f7f8fa; }
.mcp2-specs-kop { padding: 14px 20px; font-family: 'Roboto Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: #979ba4; font-weight: 700; background: #f4f7fe; }
.mcp2-specs-rij { display: grid; grid-template-columns: minmax(120px, 180px) minmax(0, 1fr); gap: 16px; padding: 14px 20px; border-top: 1px solid #e9eaec; font-size: 14.5px; line-height: 1.55; }
.mcp2-specs-label { font-weight: 700; color: #152a80; }
.mcp2-specs-waarde { min-width: 0; overflow-wrap: anywhere; }
.mcp2-specs-waarde code { font-size: 13.5px; }
@media (max-width: 999px) { .mcp2-specs-tabel { grid-column: auto; } }

/* 10. Pakketten */
.mcp2-pakketten { background: #f7f8fa; }
.mcp2-pakketten .mcp2-kolom { gap: 40px; }
.mcp2-promo { display: inline-flex; align-items: center; gap: 8px; background: #fff5dc; border: 1px solid #ffe7a8; color: #9c6a00; border-radius: 50px; padding: 7px 14px; font-size: 13px; font-weight: 700; }
.mcp2-prijzen { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 20px; align-items: stretch; }
.mcp2-prijs { position: relative; background: #fff; border: 1px solid #e9eaec; border-radius: 18px; padding: 30px 28px; display: flex; flex-direction: column; gap: 18px; box-shadow: 0 1px 3px rgba(23, 25, 28, .04), 0 8px 24px rgba(23, 25, 28, .06); }
.mcp2-prijs-top { border: 2px solid #1062fe; box-shadow: 0 8px 30px rgba(16, 98, 254, .18); }
.mcp2-prijs-badge { position: absolute; top: -13px; left: 24px; background: linear-gradient(135deg, #1062fe, #083fbf); color: #fff; font-size: 12px; font-weight: 700; border-radius: 50px; padding: 5px 12px; }
.mcp2-prijs-naam { font-size: 20px; font-weight: 700; letter-spacing: -.01em; color: #152a80; }
.mcp2-prijs-desc { font-size: 14px; color: #5e636e; margin-top: 4px; }
.mcp2-prijs-regel { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.mcp2-prijs-bedrag { font-size: 40px; font-weight: 900; letter-spacing: -.03em; color: #17191c; }
.mcp2-prijs-periode { font-size: 14px; color: #5e636e; }
.mcp2-prijs-oud { font-size: 15px; color: #979ba4; text-decoration: line-through; }
.mcp2-prijs-feats { display: flex; flex-direction: column; gap: 9px; font-size: 14.5px; }
.mcp2-prijs-feats li { display: flex; gap: 10px; align-items: flex-start; }
.mcp2-prijs-feats svg { flex: none; margin-top: 3px; }
.mcp2-prijs-knop { margin-top: auto; justify-content: center; padding: 13px 20px; }
.mcp2-vergelijk { background: #fff; border: 1px solid #e9eaec; border-radius: 18px; overflow: hidden; }
.mcp2-vergelijk-scroll { overflow-x: auto; }
.mcp2-tabel { width: 100%; min-width: 720px; font-size: 14.5px; border-collapse: collapse; }
.mcp2-tabel thead tr { background: #f4f7fe; }
.mcp2-tabel th { font-weight: 700; }
.mcp2-tabel thead th { text-align: center; padding: 16px 14px; color: #152a80; vertical-align: top; }
.mcp2-tabel thead th.zonder { color: #5e636e; }
.mcp2-tabel thead th.mcp2-tabel-kop { text-align: left; padding: 16px 20px; font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase; font-family: 'Roboto Mono', ui-monospace, monospace; color: #979ba4; }
.mcp2-tabel-prijs { font-size: 12px; font-weight: 400; color: #979ba4; margin-top: 2px; }
.mcp2-tabel tbody tr { border-top: 1px solid #e9eaec; }
.mcp2-tabel tbody th { text-align: left; padding: 13px 20px; font-weight: 600; color: #17191c; }
.mcp2-tabel td { padding: 13px 14px; text-align: center; }
.mcp2-tabel .top { background: rgba(16, 98, 254, .05); }
.mcp2-tabel .ja { color: #3ba862; } .mcp2-tabel .nee { color: #979ba4; }

/* 11. FAQ */
.mcp2-faq { background: #fff; }
.mcp2-faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 48px; }
.mcp2-faq-grid .mcp2-kop { align-self: start; }
.mcp2-faq-grid .mcp2-kop .mcp2-sub { font-size: 16px; }
.mcp2-faq-lijst { display: flex; flex-direction: column; border-top: 1px solid #e9eaec; grid-column: span 2; min-width: 0; }
@media (max-width: 999px) { .mcp2-faq-lijst { grid-column: auto; } }
.mcp2-faq-item { border-bottom: 1px solid #e9eaec; }
.mcp2-faq-vraag { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; padding: 20px 4px; background: none; border: none; cursor: pointer; font-family: inherit; font-size: 17px; font-weight: 700; color: #17191c; letter-spacing: -.01em; }
.mcp2-faq-vraag .mcp2-chev { width: 28px; height: 28px; font-size: 20px; }
.mcp2-faq-antwoord { padding: 0 48px 22px 4px; font-size: 15.5px; color: #5e636e; line-height: 1.65; text-wrap: pretty; animation: mcp2FadeUp .25s ease-out; }

/* 12. Slot-CTA */
.mcp2-slot { background: linear-gradient(90deg, #152a80, #1d65af); color: #fff; position: relative; overflow: hidden; }
.mcp2-slot::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(600px 400px at 90% 10%, rgba(255, 255, 255, .1), transparent 60%); }
.mcp2-slot-wrap { position: relative; display: flex; justify-content: center; }
.mcp2-slot-kaart { background: #fff; color: #17191c; border-radius: 24px; padding: 40px; max-width: 640px; width: 100%; display: flex; flex-direction: column; gap: 18px; box-shadow: 0 30px 60px -24px rgba(10, 15, 30, .5); }
.mcp2-slot-kaart h2 { font-size: clamp(26px, 2.8vw, 36px); line-height: 1.1; }
.mcp2-slot-kaart p { font-size: 16.5px; color: #5e636e; line-height: 1.6; text-wrap: pretty; }
.mcp2-slot-acties { margin-top: auto; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.mcp2-slot-noot { font-size: 13.5px; color: #5e636e; }

/* Mobiel en beweging */
@media (max-width: 720px) {
	.mcp2-c { padding: 64px 20px; }
	.mcp2-hero-grid { padding: 64px 20px 56px; gap: 40px; }
	.mcp2-hero-visual { max-width: 100%; aspect-ratio: 600 / 600; }
	.mcp2-browser-body { padding: 16px 18px 18px; gap: 16px; grid-template-columns: 1.4fr 1fr; }
	.mcp2-pagina-titel { font-size: 20px; }
	.mcp2-koppel { padding: 24px; gap: 28px; }
	.mcp2-kort-grid { grid-template-columns: 1fr; gap: 8px; }
	.mcp2-voorna { grid-template-columns: 1fr; }
	.mcp2-vn-via { flex-direction: row; justify-content: center; }
	.mcp2-slot-kaart { padding: 28px 22px; }
	.mcp2-trust-item { border-left: 0; padding-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.mcp2 *, .mcp2 *::before, .mcp2 *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
