/* ─── Gedeelde onderdelen voor de inhoudspagina's ─── */
.pg { padding: clamp(60px, 9vh, 110px) var(--gutter) 0; }
.pg__in { max-width: 1240px; margin: 0 auto; }
.pg__label { font-size: 11.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); }
.pg h2 { margin-top: 16px; font-family: var(--font-display); font-weight: 300; font-size: clamp(28px, 3.4vw, 46px); line-height: 1.08; letter-spacing: -.03em; color: var(--navy); max-width: 22ch; }
.pg h2 em { font-style: normal; color: var(--gold-deep); }
.pg__lede { margin-top: 20px; max-width: 62ch; font-size: clamp(16px, 1.2vw, 18.5px); line-height: 1.65; color: #2A2F3E; }

/* breed beeld */
.shot { padding: clamp(44px, 7vh, 88px) var(--gutter) 0; }
.shot__in { max-width: 1240px; margin: 0 auto; border-radius: 26px; overflow: hidden; position: relative; background: #E6DED0; aspect-ratio: 3 / 1.35; }
.shot__in img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shot__cap { max-width: 1240px; margin: 14px auto 0; font-size: 12.5px; color: var(--grey); }
@media (max-width: 700px) { .shot__in { aspect-ratio: 4 / 3; } }

/* genummerde rijen */
.rows { margin-top: 40px; border-top: 1px solid rgba(16,26,48,.14); }
.row2 { display: grid; grid-template-columns: 88px minmax(0, .9fr) minmax(0, 1.4fr); gap: clamp(20px, 3vw, 48px); padding: clamp(26px, 3.4vh, 40px) 0; border-bottom: 1px solid rgba(16,26,48,.12); align-items: baseline; }
.row2__n { font-family: "Newsreader", Georgia, serif; font-style: italic; font-weight: 300; font-size: 22px; color: var(--gold-deep); }
.row2 h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(19px, 1.8vw, 25px); line-height: 1.2; letter-spacing: -.022em; color: var(--navy); }
.row2 p { font-size: clamp(15.5px, 1.1vw, 17px); line-height: 1.7; color: #2A2F3E; }
.row2 p + p { margin-top: 12px; }
.row2 p b { font-weight: 500; color: var(--navy); }
@media (max-width: 860px) { .row2 { grid-template-columns: 44px minmax(0, 1fr); } .row2 p { grid-column: 2; } }

/* statement op navy */
.stmt { margin-top: clamp(50px, 8vh, 96px); padding: clamp(40px, 6vw, 76px); border-radius: 26px; background: var(--navy); }
.stmt p.k { font-size: 11.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.stmt h2 { margin-top: 18px; color: var(--ivory); max-width: 24ch; }
.stmt h2 em { color: var(--gold); }
.stmt p.t { margin-top: 20px; max-width: 60ch; font-size: clamp(16px, 1.15vw, 18px); line-height: 1.65; color: rgba(244,239,231,.72); }

/* lagenstapel (van toepassing naar Digital Business Twin) */
.stack { display: flex; flex-direction: column-reverse; gap: 8px; margin-top: 36px; }
.stack li { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 26px; border-radius: 14px; background: #fff; border: 1px solid rgba(16,26,48,.08); font-size: clamp(15px, 1.1vw, 17px); color: var(--navy); }
.stack li span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--grey); }
.stack li.is-top { background: var(--navy); border-color: var(--navy); color: var(--ivory); }
.stack li.is-top span { color: var(--gold); }

/* korte lijst met gouden streepje */
.plist { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 0; }
.plist li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(16,26,48,.1); font-size: clamp(15.5px, 1.1vw, 17px); line-height: 1.6; color: #2A2F3E; }
.plist li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-deep); margin-top: .55em; }
.stmt .plist li { color: rgba(244,239,231,.82); border-color: rgba(244,239,231,.16); }
.stmt .plist li::before { background: var(--gold); }

/* vragen in het groot */
.qlist { list-style: none; margin: 34px 0 0; padding: 0; }
.qlist li { padding: 22px 0; border-bottom: 1px solid rgba(244,239,231,.16); font-family: var(--font-display); font-weight: 300; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.35; letter-spacing: -.02em; color: var(--ivory); }
.qlist li:first-child { border-top: 1px solid rgba(244,239,231,.16); }

/* meetkaarten */
.mets { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 36px; }
.met { padding: 26px 28px; border-radius: 18px; background: #fff; border: 1px solid rgba(16,26,48,.08); }
.met span { font-size: 10.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); }
.met h3 { margin-top: 12px; font-family: var(--font-display); font-weight: 400; font-size: 20px; letter-spacing: -.02em; color: var(--navy); }
.met p { margin-top: 10px; font-size: 15px; line-height: 1.6; color: var(--grey); }
@media (max-width: 860px) { .mets { grid-template-columns: 1fr; } }

/* contact */
.ct { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(40px, 6vw, 90px); align-items: start; }
.ct__form { background: #fff; border: 1px solid rgba(16,26,48,.08); border-radius: 22px; padding: clamp(28px, 3vw, 44px); box-shadow: 0 40px 80px -50px rgba(16,26,48,.35); }
.ct__form h2 { margin-top: 10px; font-size: clamp(22px, 2vw, 29px); max-width: none; }
.ct__ok { display: none; }
.ct__form.is-sent .scan__form { display: none; }
.ct__form.is-sent .ct__ok { display: block; }
.ct__ok p { font-size: 16px; line-height: 1.6; color: #2A2F3E; }
.ct__direct { margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(16,26,48,.12); }
.ct__direct dl { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 12px 20px; margin-top: 18px; }
.ct__direct dt { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--grey); padding-top: 3px; }
.ct__direct dd { margin: 0; font-size: 16.5px; color: var(--navy); }
.ct__direct dd a { border-bottom: 1px solid rgba(16,26,48,.25); }
.ct__direct dd a:hover { border-color: var(--gold-deep); }
.ct__form form { margin-top: 26px; }
.ct textarea { min-height: 120px; resize: vertical; font: 16px var(--font-sans); color: var(--navy); padding: 13px 14px; border: 1px solid rgba(16,26,48,.16); border-radius: 10px; background: #fff; outline: 0; }
.ct textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(201,169,106,.25); }
.ct__form .rp__go { margin-top: 8px; align-self: flex-start; }
@media (max-width: 900px) { .ct { grid-template-columns: 1fr; } }
