/* gbyte Fulfilment — publieke website
   Bron: docs/design/Gbyte Fulfilment.dc.html + docs/design/README.md (designtokens).
   Waarden letterlijk overgenomen uit het prototype. Geen iconenset, geen animaties
   behalve smooth scroll. */

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; background: #ffffff; color: #101418; font-family: 'IBM Plex Sans', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #17405e; text-decoration: none; }
a:hover { color: #0d2942; }
button { font: inherit; }
h1, h2, h3, h4, p, ul, ol { margin: 0; }
ul { padding: 0; list-style: none; }
table { border-collapse: collapse; width: 100%; }
html { scroll-behavior: smooth; }

.mono { font-family: 'IBM Plex Mono', monospace; }
.container { max-width: 1180px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93); backdrop-filter: blur(8px); border-bottom: 1px solid #e4e7ea; }
.site-header-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 26px; height: 26px; border-radius: 7px; background: #17405e; display: grid; place-items: center; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: -.02em; }
.brand-name { font-size: 15.5px; letter-spacing: -.01em; color: #101418; }
.brand-name .brand-pre { color: #5b6672; }
.brand-name .brand-post { font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; color: #3c4650; }
.site-nav a { color: inherit; }
.site-nav a:hover { color: #17405e; }
.nav-sep { width: 1px; height: 22px; background: #e4e7ea; }
.site-nav a.btn-header { background: #17405e; color: #fff; padding: 9px 16px; border-radius: 8px; font-weight: 500; font-size: 13.5px; }
.site-nav a.btn-header:hover { background: #0d2942; color: #fff; }

/* ---------- Knoppen ---------- */
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-row--spaced { margin-top: 28px; }
.btn-primary { display: inline-block; background: #17405e; color: #fff; padding: 14px 22px; border-radius: 9px; font-weight: 500; font-size: 15px; border: 0; cursor: pointer; }
.btn-primary:hover { background: #0d2942; color: #fff; }
.btn-secondary { display: inline-block; background: #fff; border: 1px solid #d7dce1; color: #101418; padding: 14px 22px; border-radius: 9px; font-weight: 500; font-size: 15px; }
.btn-secondary:hover { border-color: #17405e; color: #17405e; }

/* ---------- Hero ---------- */
.hero { padding-top: 80px; padding-bottom: 64px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #dbe3ea; background: #f4f8fb; color: #17405e; padding: 6px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 500; }
.pill-dot { width: 6px; height: 6px; border-radius: 99px; background: #0f7a4f; }
.hero h1 { margin-top: 26px; font-size: 58px; line-height: 1.03; letter-spacing: -.035em; font-weight: 600; }
.hero-lead { margin-top: 24px; font-size: 19px; line-height: 1.55; color: #4b5560; max-width: 560px; text-wrap: pretty; }
.hero .cta-row { margin-top: 32px; }
.hero-note { margin-top: 18px; font-size: 13.5px; color: #6a7481; }
.hero-media { position: relative; }

/* Foto-placeholders (nog geen echt beeld) */
.photo-ph { border-radius: 14px; border: 1px solid #e4e7ea; background: repeating-linear-gradient(135deg, #f3f6f8 0 12px, #eaeff3 12px 24px); }
.photo-ph--hero { aspect-ratio: 4/3; display: grid; align-items: start; justify-items: start; padding: 18px; }
.photo-ph--contact { aspect-ratio: 16/10; display: grid; place-items: center; }
.photo-ph-note { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #5b6672; background: #fff; border: 1px solid #e4e7ea; border-radius: 6px; padding: 7px 12px; }
.photo-ph--contact .photo-ph-note { text-align: center; }

/* Zwevende "Vandaag"-kaart */
.today-card { position: absolute; right: -16px; bottom: -24px; width: 290px; background: #fff; border: 1px solid #e4e7ea; border-radius: 12px; box-shadow: 0 1px 2px rgba(16,20,24,.04), 0 16px 36px -16px rgba(16,20,24,.22); overflow: hidden; }
.today-head { padding: 11px 14px; border-bottom: 1px solid #eef1f3; background: #fbfcfd; display: flex; align-items: center; justify-content: space-between; }
.today-title { font-size: 12.5px; font-weight: 600; }
.today-cutoff { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #6a7481; }
.today-body { padding: 12px 14px; display: grid; gap: 9px; }
.today-row { display: flex; align-items: baseline; justify-content: space-between; }
.today-label { font-size: 13px; color: #3c4650; }
.today-value { font-family: 'IBM Plex Mono', monospace; font-size: 14px; }
.is-good { color: #0f7a4f; }
.is-warn { color: #92400e; }
.is-brand { color: #17405e; }
.hairline { height: 1px; background: #eef1f3; }
.today-ok { display: flex; align-items: center; gap: 8px; }
.today-check { width: 16px; height: 16px; border-radius: 99px; background: #0f7a4f; color: #fff; font-size: 10px; display: grid; place-items: center; }
.today-ok-text { font-size: 12.5px; color: #3c4650; }

/* ---------- Werkt-met-strip ---------- */
.strip { border-top: 1px solid #e4e7ea; border-bottom: 1px solid #e4e7ea; background: #fbfcfd; }
.strip-inner { padding-top: 22px; padding-bottom: 22px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.strip-label { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #8a939d; font-weight: 600; }
.strip-item { font-size: 14px; color: #3c4650; }
.strip-sep { width: 1px; height: 18px; background: #e4e7ea; }

/* ---------- Eerlijkheidsbanner ---------- */
.banner { background: #17405e; color: #e8edf2; }
.banner-inner { padding-top: 18px; padding-bottom: 18px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.banner-label { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .09em; text-transform: uppercase; color: #9db3c6; }
.banner-text { font-size: 14.5px; color: #dbe5ed; text-wrap: pretty; }

/* ---------- Secties algemeen ---------- */
.kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #8a939d; font-weight: 600; }
.sec-title { margin-top: 14px; font-size: 34px; line-height: 1.12; letter-spacing: -.028em; font-weight: 600; }
.sec-intro { margin-top: 18px; font-size: 16.5px; line-height: 1.6; color: #4b5560; text-wrap: pretty; }
.mt-0 { margin-top: 0; }
.mw-680 { max-width: 680px; }
.mw-700 { max-width: 700px; }
.mw-720 { max-width: 720px; }
.band { border-top: 1px solid #e4e7ea; background: #fbfcfd; }

.sec-problem { padding-top: 88px; padding-bottom: 24px; }
.sec-hoe { padding-top: 72px; padding-bottom: 24px; scroll-margin-top: 80px; }
.sec-voorraad { padding-top: 72px; padding-bottom: 24px; }
.sec-portaal { margin-top: 72px; scroll-margin-top: 60px; }
.sec-portaal-inner { padding-top: 80px; padding-bottom: 80px; }
.sec-koppelingen { padding-top: 80px; padding-bottom: 24px; scroll-margin-top: 80px; }
.sec-prijzen { margin-top: 80px; scroll-margin-top: 60px; }
.sec-prijzen-inner { padding-top: 80px; padding-bottom: 80px; }
.sec-voorwie { padding-top: 80px; padding-bottom: 24px; scroll-margin-top: 80px; }
.sec-faq { padding-top: 64px; padding-bottom: 24px; }
.sec-contact { border-top: 1px solid #e4e7ea; margin-top: 64px; scroll-margin-top: 60px; }
.sec-contact-inner { padding-top: 80px; padding-bottom: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

/* ---------- Probleemkaarten ---------- */
.grid-4 { margin-top: 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { border: 1px solid #e4e7ea; border-radius: 12px; padding: 20px; background: #fff; }
.card-title { font-size: 15.5px; font-weight: 600; }
.card-text { margin-top: 8px; font-size: 14px; line-height: 1.5; color: #4b5560; }

/* ---------- Hoe het werkt: 5 stappen ---------- */
.steps { margin-top: 36px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border: 1px solid #e4e7ea; border-radius: 14px; overflow: hidden; }
.step { padding: 24px 22px; border-right: 1px solid #eef1f3; background: #fff; }
.step:last-child { border-right: 0; }
.step-num { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #17405e; background: #f4f8fb; border: 1px solid #dbe3ea; border-radius: 6px; padding: 3px 8px; }
.step-title { margin-top: 14px; font-size: 15.5px; font-weight: 600; }
.step-text { margin-top: 8px; font-size: 13.5px; line-height: 1.5; color: #4b5560; }

/* ---------- Tweekoloms-secties ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.split--center { align-items: center; }
.split--portal { grid-template-columns: .85fr 1.15fr; }

.bullets { margin-top: 26px; display: grid; gap: 14px; }
.bullet { display: flex; gap: 12px; align-items: flex-start; }
.bullet-dot { width: 7px; height: 7px; border-radius: 99px; background: #17405e; margin-top: 8px; flex: none; }
.bullet-text { font-size: 15px; line-height: 1.5; color: #3c4650; }
.bullet-lead { font-weight: 600; color: #101418; }

.feature-list { margin-top: 26px; display: grid; gap: 10px; }
.feature-list p { font-size: 15px; color: #3c4650; }
.aside-note { margin-top: 24px; font-size: 14px; color: #6a7481; text-wrap: pretty; }

/* ---------- Panelen (SKU-logboek, portaalmock) ---------- */
.panel { border: 1px solid #e4e7ea; border-radius: 14px; overflow: hidden; background: #fff; }
.panel--float { box-shadow: 0 1px 2px rgba(16,20,24,.04), 0 12px 32px -16px rgba(16,20,24,.14); }
.panel--portal { box-shadow: 0 1px 2px rgba(16,20,24,.04), 0 20px 44px -20px rgba(16,20,24,.2); }
.panel-head { padding: 14px 18px; border-bottom: 1px solid #eef1f3; background: #fbfcfd; display: flex; align-items: center; justify-content: space-between; }
.panel-title { font-size: 13px; font-weight: 600; }
.panel-meta { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #6a7481; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid #eef1f3; }
.stat { padding: 14px 16px; border-right: 1px solid #f3f5f7; }
.stat:last-child { border-right: 0; }
.stat-label { font-size: 11.5px; color: #6a7481; }
.stat-value { margin-top: 5px; font-family: 'IBM Plex Mono', monospace; font-size: 19px; }

.log { padding: 6px 0; }
.log-row { padding: 11px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.log-row:nth-child(even) { background: #fbfcfd; }
.log-left { display: flex; align-items: center; gap: 10px; min-width: 0; }
.tag { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; border-radius: 5px; padding: 2px 7px; }
.tag--pick { color: #0f7a4f; background: #eaf5ef; }
.tag--receipt { color: #17405e; background: #f0f5f9; }
.tag--adjust { color: #92400e; background: #fdf4e7; }
.tag--return { color: #5b6672; background: #f2f4f6; }
.log-desc { font-size: 13.5px; color: #3c4650; }
.log-delta { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; color: #6a7481; }

/* ---------- Portaalmock ---------- */
.browser-bar { height: 38px; border-bottom: 1px solid #eef1f3; display: flex; align-items: center; gap: 10px; padding: 0 14px; background: #fbfcfd; }
.browser-dot { width: 9px; height: 9px; border-radius: 99px; background: #e4e7ea; }
.browser-url { margin-left: 8px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #8a939d; }
.mock { display: grid; grid-template-columns: 172px minmax(0, 1fr); min-height: 404px; }
.mock-side { border-right: 1px solid #eef1f3; padding: 14px 10px; display: grid; gap: 2px; align-content: start; background: #fff; }
.mock-brand { display: flex; align-items: center; gap: 8px; padding: 6px 10px 12px; }
.mock-brand-mark { width: 20px; height: 20px; border-radius: 5px; background: #17405e; display: grid; place-items: center; color: #fff; font-size: 10.5px; font-weight: 700; }
.mock-brand-name { font-size: 12.5px; }
.mock-brand-name .brand-pre { color: #6b7280; }
.mock-item { padding: 7px 10px; border-radius: 7px; color: #374151; font-size: 13px; }
.mock-item.is-active { background: #eef4f8; color: #17405e; font-weight: 600; }
.mock-main { padding: 18px; display: grid; gap: 14px; align-content: start; background: #fff; }
.mock-title-row { display: flex; align-items: baseline; justify-content: space-between; }
.mock-title { font-size: 16px; font-weight: 600; }
.mock-date { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #6a7481; }
.mock-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.tile { border: 1px solid #e4e7ea; border-radius: 10px; padding: 12px; }
.tile-label { font-size: 11.5px; color: #6a7481; }
.tile-value { margin-top: 6px; font-family: 'IBM Plex Mono', monospace; font-size: 22px; }
.mock-signal { border: 1px solid #dbe3ea; background: #f4f8fb; border-radius: 10px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mock-signal-text { font-size: 13px; color: #17405e; }
.mock-signal-link { font-size: 12.5px; color: #17405e; font-weight: 600; white-space: nowrap; }
.mock-table { border: 1px solid #e4e7ea; border-radius: 10px; overflow: hidden; }
.mock-thead { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; padding: 9px 13px; background: #fbfcfd; border-bottom: 1px solid #eef1f3; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #8a939d; font-weight: 600; }
.mock-tr { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; padding: 10px 13px; border-bottom: 1px solid #f3f5f7; align-items: center; }
.mock-tr:last-child { border-bottom: 0; }
.mock-td { font-size: 13px; }
.badge { font-size: 11.5px; border-radius: 5px; padding: 2px 8px; }
.badge--sent { color: #0f7a4f; background: #eaf5ef; }
.badge--pick { color: #17405e; background: #f0f5f9; }
.badge--wait { color: #92400e; background: #fdf4e7; }
.mock-track { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #17405e; }
.mock-track.is-muted { color: #c3cad1; }

/* ---------- Koppelingen ---------- */
.int-list { display: grid; gap: 1px; background: #e4e7ea; border: 1px solid #e4e7ea; border-radius: 12px; overflow: hidden; }
.int-row { background: #fff; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.int-name { font-size: 15px; font-weight: 600; }
.int-desc { margin-top: 3px; font-size: 13.5px; color: #6a7481; }
.chip { font-size: 12px; border-radius: 6px; padding: 3px 9px; white-space: nowrap; }
.chip--ok { color: #0f7a4f; background: #eaf5ef; }
.chip--soon { color: #17405e; background: #f0f5f9; }
.int-foot { background: #fbfcfd; padding: 14px 18px; }
.int-foot p { font-size: 13.5px; color: #6a7481; }

/* ---------- Prijsmodel ---------- */
.price-grid { margin-top: 36px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; align-items: start; }
.price-head { padding: 16px 20px; border-bottom: 1px solid #eef1f3; background: #fbfcfd; }
.price-head p { font-size: 15px; font-weight: 600; }
.price-rows { display: grid; }
.price-row { padding: 15px 20px; border-bottom: 1px solid #f3f5f7; display: grid; grid-template-columns: 200px 1fr; gap: 20px; align-items: baseline; }
.price-row:last-child { border-bottom: 0; }
.price-term { font-size: 14.5px; font-weight: 600; }
.price-desc { font-size: 14px; color: #4b5560; }

.aside-cards { display: grid; gap: 16px; }
.aside-card { border: 1px solid #e4e7ea; border-radius: 14px; background: #fff; padding: 20px; }
.aside-card--tint { border-color: #dbe3ea; background: #f4f8fb; }
.aside-title { font-size: 15px; font-weight: 600; }
.aside-card--tint .aside-title { color: #17405e; }
.aside-text { margin-top: 8px; font-size: 14px; line-height: 1.55; color: #4b5560; }
.aside-card--tint .aside-text { color: #3c4650; }
.storage-kinds { margin-top: 12px; display: grid; gap: 10px; }
.storage-name { font-size: 14px; font-weight: 600; color: #101418; }
.storage-name .muted { font-weight: 400; color: #6a7481; }
.storage-desc { margin-top: 3px; font-size: 13.5px; line-height: 1.5; color: #4b5560; }

.tiers { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tier { border: 1px solid #e4e7ea; border-radius: 14px; background: #fff; padding: 24px; display: flex; flex-direction: column; }
.tier--featured { border-color: #17405e; box-shadow: 0 12px 30px -18px rgba(23,64,94,.5); }
.tier-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.tier-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .07em; color: #8a939d; font-weight: 600; }
.tier--featured .tier-kicker { color: #17405e; }
.tier-flag { font-size: 11.5px; color: #fff; background: #17405e; border-radius: 99px; padding: 2px 9px; }
.tier-name { margin-top: 10px; font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.tier-text { margin-top: 10px; font-size: 14.5px; line-height: 1.55; color: #4b5560; }
.tier-list { margin-top: 16px; display: grid; gap: 7px; }
.tier-list p { font-size: 13.5px; color: #3c4650; }
.tier-note { margin-top: 14px; font-size: 13px; color: #6a7481; text-wrap: pretty; }

/* ---------- Voor wie ---------- */
.fit-grid { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fit-card { border: 1px solid #e4e7ea; border-radius: 14px; background: #fff; padding: 26px; }
.fit-card--tint { border-color: #dbe3ea; background: #f4f8fb; }
.fit-title { font-size: 16px; font-weight: 600; }
.fit-card--tint .fit-title { color: #17405e; }
.fit-list { margin-top: 16px; display: grid; gap: 11px; }
.fit-list p { font-size: 15px; line-height: 1.5; color: #4b5560; }
.fit-card--tint .fit-list p { color: #3c4650; }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 56px; }
.faq-q { font-size: 15.5px; font-weight: 600; }
.faq-a { margin-top: 7px; font-size: 14.5px; line-height: 1.55; color: #4b5560; }

/* ---------- Contact ---------- */
.contact-org { margin-top: 20px; font-size: 14px; color: #6a7481; }
.sec-contact-inner .sec-intro { margin-top: 16px; }
.sec-contact-inner .cta-row { margin-top: 28px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid #e4e7ea; background: #fbfcfd; }
.site-footer-inner { padding-top: 36px; padding-bottom: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand-mark { width: 22px; height: 22px; border-radius: 6px; background: #17405e; display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 700; }
.footer-brand-name { font-size: 14px; color: #5b6672; }
.footer-nav { display: flex; gap: 22px; font-size: 13.5px; color: #6a7481; flex-wrap: wrap; }
.footer-nav a { color: inherit; }
.footer-nav a:hover { color: #17405e; }

/* ---------- Formulier (aanmelden) ---------- */
.form-section { padding-top: 64px; padding-bottom: 88px; }
.form-intro { max-width: 560px; }
.signup-form { margin-top: 32px; max-width: 560px; }
.field { margin-top: 18px; display: grid; gap: 6px; }
.field label { font-size: 13.5px; font-weight: 600; color: #101418; }
.field input, .field select, .field textarea { font: inherit; font-size: 14.5px; color: #101418; background: #fff; border: 1px solid #e4e7ea; border-radius: 8px; padding: 10px 12px; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: #17405e; box-shadow: 0 0 0 3px #f4f8fb; }
.field .error { font-size: 13px; color: #b42318; }
.signup-form .btn-primary { margin-top: 26px; }
.form-note { margin-top: 14px; font-size: 13px; color: #6a7481; }

/* ---------- Responsive (ontworpen op 1180px, schaalt naar beneden) ---------- */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 56px; padding-top: 56px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: 0; border-bottom: 1px solid #eef1f3; }
  .step:last-child { border-bottom: 0; }
  .split, .split--portal, .price-grid, .tiers, .fit-grid, .faq-grid, .sec-contact-inner { grid-template-columns: 1fr; }
  .sec-contact-inner, .split--center { align-items: start; }
  .site-nav { gap: 18px; }
  .site-nav .nav-anchor, .nav-sep { display: none; }
}

@media (max-width: 640px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: 40px; }
  .sec-title { font-size: 28px; }
  .grid-4 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid #f3f5f7; }
  .price-row { grid-template-columns: 1fr; gap: 4px; }
  .today-card { position: static; width: 100%; margin-top: 16px; }
  .mock { grid-template-columns: 1fr; }
  .mock-side { border-right: 0; border-bottom: 1px solid #eef1f3; }
}
