/* CP Cleaning — statische site. Mobiel eerst. Huisstijl uit cpcleaning.nl (Brizy globale kleuren). */

/* ---- Fonts (lokaal, variabel; latin + latin-ext) ---- */
@font-face { font-family: 'Josefin Sans'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(../fonts/josefin-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Josefin Sans'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(../fonts/josefin-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(../fonts/open-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(../fonts/open-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --purple: #6564AA;      /* brz color1 */
  --purple-dark: #4B4A8F; /* hover, 7.8:1 op wit */
  --ink: #39374D;         /* brz color2 */
  --ink-deep: #2A2940;
  --cyan: #53C9EC;        /* brz color3 / logo */
  --cyan-soft: #D9F3FB;
  --blue: #1E68D5;        /* brz color4 */
  --sky: #F3FBFE;         /* brz color5 */
  --line: #DCE7EE;
  --muted: #5B6878;       /* donkerder dan brz color7 voor AA-contrast */
  --white: #fff;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 1px 2px rgba(42,41,64,.06), 0 8px 24px rgba(42,41,64,.08);
  --shadow-lg: 0 20px 50px rgba(42,41,64,.16);
  --header-h: 68px;
  --font-head: 'Josefin Sans', system-ui, sans-serif;
  --font-body: 'Open Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; font-family: var(--font-body); font-size: 1rem; line-height: 1.65; color: var(--ink); background: var(--white); }
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--purple-dark); text-underline-offset: .18em; }
a:hover { color: var(--ink); }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; color: var(--ink); font-weight: 700; letter-spacing: -.005em; }
h1 { font-size: clamp(2.1rem, 6.2vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 4.2vw, 2.5rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }

/* Focus */
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
.on-dark :focus-visible, .site-footer :focus-visible, .hero :focus-visible { outline-color: var(--cyan); }

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 1000; background: var(--ink); color: #fff; padding: .7em 1.1em; border-radius: 8px; font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 12px; color: #fff; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .container { padding: 0 32px; } }

/* ---- Buttons ---- */
.btn { white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 48px; padding: .75em 1.35em; border-radius: 999px;
  font-family: var(--font-head); font-weight: 700; font-size: 1.02rem; line-height: 1; text-decoration: none; border: 2px solid transparent; cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s; padding-top: .9em; }
.btn svg { width: 1.1em; height: 1.1em; flex: none; margin-top: -.15em; }
.btn-primary { background: var(--purple); color: #fff; box-shadow: 0 6px 16px rgba(101,100,170,.3); }
.btn-primary:hover { background: var(--purple-dark); color: #fff; transform: translateY(-1px); }
.btn-cyan { background: var(--cyan); color: var(--ink-deep); }
.btn-cyan:hover { background: #7ad6f1; color: var(--ink-deep); transform: translateY(-1px); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.7); }
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-outline { background: transparent; color: var(--purple-dark); border-color: var(--purple); }
.btn-outline:hover { background: var(--purple); color: #fff; }
.btn-lg { min-height: 54px; padding: 1em 1.6em .85em; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* ---- Header ---- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid transparent; transition: box-shadow .2s, border-color .2s; }
.site-header.is-scrolled { box-shadow: 0 6px 20px rgba(42,41,64,.08); border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 16px; height: var(--header-h); }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: none; }
.logo img { height: 52px; width: auto; }
.logo-text { font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: 1.05rem; line-height: 1.1; display: none; }
.logo-text small { display: block; font-weight: 400; font-size: .78rem; color: var(--muted); letter-spacing: .02em; }
@media (min-width: 480px) { .logo-text { display: block; } }
.nav { display: none; margin-left: auto; gap: 4px; }
.nav a { font-family: var(--font-head); font-weight: 600; color: var(--ink); text-decoration: none; padding: .55em .6em .4em; border-radius: 8px; font-size: 1rem; white-space: nowrap; }
.nav a:hover { background: var(--sky); color: var(--purple-dark); }
.nav a[aria-current="page"] { color: var(--purple-dark); box-shadow: inset 0 -2px 0 var(--cyan); border-radius: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.header-tel { white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--ink); text-decoration: none; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; min-width: 44px; min-height: 44px; border-radius: 999px; }
.header-tel svg { width: 20px; height: 20px; color: var(--purple); }
.header-tel-text { display: none; padding-top: .15em; }
.header-tel:hover { color: var(--purple-dark); }
.header-cta { display: none; }
.nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: #fff; border-radius: 12px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile { display: none; position: fixed; inset: var(--header-h) 0 0 0; z-index: 99; background: #fff; padding: 16px 20px 120px; overflow-y: auto; border-top: 1px solid var(--line); }
.nav-mobile.is-open { display: block; }
.nav-mobile a:not(.btn) { display: block; padding: 14px 4px; font-family: var(--font-head); font-weight: 600; font-size: 1.25rem; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); }
.nav-mobile .btn { margin-top: 20px; width: 100%; }
.nav-mobile .nav-mobile-contact { margin-top: 24px; color: var(--muted); font-size: .95rem; }
body.has-mobile-nav { overflow: hidden; }
@media (min-width: 640px) { .header-cta { display: inline-flex; min-height: 44px; padding: .7em 1.1em .55em; font-size: .98rem; } .header-tel-text { display: inline; } }
@media (min-width: 1080px) and (max-width: 1379px) { .logo-text { display: none; } }
@media (min-width: 1080px) and (max-width: 1239px) { .header-tel-text { display: none; } }
@media (min-width: 1080px) {
  :root { --header-h: 84px; }
  .logo img { height: 62px; }
  .nav { display: flex; }
  .header-actions { margin-left: 8px; }
  .nav-toggle { display: none; }
  .nav-mobile, .nav-mobile.is-open { display: none; }
}

/* ---- Hero ---- */
.hero { position: relative; isolation: isolate; color: #fff; overflow: hidden; background: var(--ink-deep); }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg picture, .hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg img { object-fit: cover; object-position: 62% 40%; }
.hero-overlay { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(42,41,64,.55) 0%, rgba(42,41,64,.82) 70%, rgba(42,41,64,.92) 100%); }
@media (min-width: 900px) { .hero-overlay { background: linear-gradient(90deg, rgba(42,41,64,.94) 0%, rgba(42,41,64,.82) 42%, rgba(42,41,64,.25) 78%, rgba(42,41,64,.1) 100%); } }
.hero-content { max-width: 640px; padding: 64px 0 56px; }
@media (min-width: 900px) { .hero-content { padding: 112px 0 104px; } }
.eyebrow { display: inline-block; font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; color: var(--purple-dark); margin: 0 0 .9em; }
.hero .eyebrow { color: var(--cyan); }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero h1 .accent { color: var(--cyan); display: block; }
.hero .lead { font-size: 1.1rem; color: rgba(255,255,255,.92); max-width: 36em; }
@media (min-width: 768px) { .hero .lead { font-size: 1.2rem; } }
.hero .lead a { color: #fff; font-weight: 700; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 26px; }
.hero-ctas .btn { flex: 1 1 220px; }
@media (min-width: 560px) { .hero-ctas .btn { flex: 0 0 auto; } }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: .45em .9em .35em; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); font-size: .92rem; font-weight: 600; }
.chip svg { width: 16px; height: 16px; color: var(--cyan); margin-top: -2px; }

/* Hero slideshow (dia 2..n door main.js na window.load) */
.hero-slide { opacity: 0; transition: opacity 1.2s ease; }
.hero-slide.is-active { opacity: 1; z-index: 1; }
.hero-slide.is-prev { opacity: 1; z-index: 0; }
.hero-slide.is-active img { animation: kenburns 7.5s ease-out both; }
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero-bg .hero-overlay { z-index: 2; }
.hero-dots { position: absolute; right: 20px; bottom: 18px; display: flex; gap: 8px; align-items: center; z-index: 3; }
.hero-dot, .hero-pause { width: 28px; height: 28px; border: 0; background: transparent; padding: 0; cursor: pointer; display: grid; place-items: center; color: #fff; }
.hero-dot::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.45); transition: background .2s, transform .2s; }
.hero-dot[aria-current="true"]::before { background: var(--cyan); transform: scale(1.2); }
.hero-pause svg { width: 12px; height: 12px; }

/* ---- Strip ---- */
.strip { background: var(--sky); border-bottom: 1px solid var(--line); }
.strip ul { list-style: none; margin: 0; padding: 16px 0; display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: center; }
.strip li { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; color: var(--ink); padding-top: .15em; }
.strip svg { width: 18px; height: 18px; color: var(--purple); margin-top: -3px; }

/* ---- Sections ---- */
.section { padding: 72px 0; }
@media (min-width: 900px) { .section { padding: 104px 0; } }
.section-alt { background: var(--sky); }
.section-dark { background: var(--ink); color: rgba(255,255,255,.9); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .eyebrow { color: var(--cyan); }
.section-header { max-width: 720px; margin: 0 0 40px; }
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-header p { color: var(--muted); font-size: 1.08rem; }
.section-dark .section-header p { color: rgba(255,255,255,.82); }
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }

/* Cards (diensten) */
.cards { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 680px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card-media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--cyan-soft); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 22px 24px 26px; position: relative; flex: 1; }
.card-icon { width: 52px; height: 52px; border-radius: 16px; background: var(--cyan); color: var(--ink-deep); display: grid; place-items: center; margin: -48px 0 14px; position: relative; box-shadow: 0 8px 18px rgba(83,201,236,.4); }
.card-icon svg { width: 26px; height: 26px; }
.card p { color: var(--muted); margin: 0; }
.allround { margin-top: 28px; display: grid; gap: 18px; align-items: center; background: linear-gradient(120deg, var(--purple) 0%, #57569b 100%); color: #fff; border-radius: var(--radius-lg); padding: 28px; }
.allround h3 { color: #fff; margin-bottom: .3em; }
.allround p { margin: 0; color: rgba(255,255,255,.92); }
@media (min-width: 820px) { .allround { grid-template-columns: 1fr auto; padding: 32px 40px; } }

/* Steps (werkwijze) */
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; counter-reset: step; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 24px 24px 24px; box-shadow: var(--shadow); }
.step-num { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--purple); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.35rem; margin-bottom: 14px; padding-top: .15em; }
.step h3 { margin-bottom: .35em; }
.step p { color: var(--muted); margin: 0; }
@media (min-width: 860px) { .step:not(:last-child)::after { content: ""; position: absolute; top: 49px; right: -25px; width: 26px; height: 2px; background: var(--cyan); } }
.steps-cta { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center; text-align: center; }
.steps-cta p { flex-basis: 100%; font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; margin: 0 0 6px; }

/* USP / waarom */
.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: 5fr 6fr; gap: 64px; } .split-reverse > :first-child { order: 2; } }
.media-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 5; max-width: 460px; margin: 0 auto; background: var(--cyan-soft); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.media-frame::after { content: ""; position: absolute; inset: auto -40px -60px auto; width: 180px; height: 180px; border-radius: 48% 52% 60% 40%; background: var(--cyan); opacity: .9; z-index: -1; }
.usp-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 18px; }
.usp { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.usp-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--cyan-soft); color: var(--purple-dark); display: grid; place-items: center; }
.usp-icon svg { width: 24px; height: 24px; }
.usp h3 { font-size: 1.15rem; margin: 4px 0 .25em; }
.usp p { margin: 0; color: var(--muted); }
.quote { font-family: var(--font-head); font-size: 1.35rem; font-weight: 700; color: var(--purple-dark); border-left: 4px solid var(--cyan); padding: .2em 0 .1em 18px; margin: 24px 0 0; }

/* Productlijn */
.product-band { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .product-band { grid-template-columns: 1fr 1.3fr; gap: 56px; } }
.product-img { background: #fff; border-radius: var(--radius-lg); padding: 20px; aspect-ratio: 1 / 1; max-width: 380px; width: 100%; margin: 0 auto; }
.product-img img { width: 100%; height: 100%; object-fit: contain; }
.badge { display: inline-block; background: var(--cyan); color: var(--ink-deep); font-family: var(--font-head); font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; padding: .45em .8em .3em; border-radius: 999px; margin-bottom: 14px; }
.facts { display: grid; gap: 16px; margin-top: 20px; }
@media (min-width: 620px) { .facts { grid-template-columns: 1fr 1fr; } }
.fact { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 18px 20px; }
.fact h3 { font-size: 1.05rem; margin-bottom: .3em; color: var(--cyan) !important; }
.fact p { margin: 0; font-size: .97rem; }

/* Werkgebied */
.area { display: grid; gap: 28px; align-items: stretch; }
@media (min-width: 900px) { .area { grid-template-columns: 1.1fr 1fr; gap: 48px; } }
.area-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.area-card .big { font-family: var(--font-head); font-size: 1.8rem; font-weight: 700; color: var(--purple-dark); line-height: 1.1; }
.area-visual { position: relative; border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 50%, #fff 0 18%, var(--cyan-soft) 18.5% 38%, #eaf8fd 38.5% 60%, var(--sky) 60.5%); min-height: 260px; display: grid; place-items: center; border: 1px solid var(--line); overflow: hidden; }
.area-pin { display: grid; justify-items: center; gap: 6px; text-align: center; padding: 24px 20px; }
.area-pin svg { width: 44px; height: 44px; color: var(--purple); }
.area-pin strong { font-family: var(--font-head); font-size: 1.25rem; }
.area-pin span { color: var(--muted); font-size: .95rem; }

/* Vacature teaser */
.jobs { display: grid; gap: 20px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); }
@media (min-width: 820px) { .jobs { grid-template-columns: 1fr auto; padding: 36px 40px; } }
.jobs h2 { font-size: clamp(1.5rem, 3.2vw, 2rem); }
.jobs p { margin: 0; color: var(--muted); }

/* ---- Contact ---- */
.contact-block { display: grid; gap: 36px; }
@media (min-width: 960px) { .contact-block { grid-template-columns: 1fr 1.25fr; gap: 56px; align-items: start; } }
.contact-details { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.contact-details li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.contact-details .ci { width: 44px; height: 44px; border-radius: 12px; background: var(--cyan-soft); color: var(--purple-dark); display: grid; place-items: center; }
.contact-details .ci svg { width: 22px; height: 22px; }
.contact-details strong { display: block; font-family: var(--font-head); font-size: .95rem; letter-spacing: .02em; }
.contact-details a { font-weight: 600; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 22px; box-shadow: var(--shadow-lg); }
@media (min-width: 600px) { .form-card { padding: 34px 36px; } }
.form-card h3 { font-size: 1.5rem; margin-bottom: .2em; }
.form-promise { color: var(--muted); margin-bottom: 20px; }
.form-grid-2 { display: grid; gap: 0 16px; }
@media (min-width: 600px) { .form-grid-2 { grid-template-columns: 1fr 1fr; } }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-weight: 600; font-size: .95rem; margin-bottom: 6px; }
.form-row .req { color: #B3261E; }
input[type=text], input[type=email], input[type=tel], select, textarea { width: 100%; font: inherit; color: var(--ink); background: #fff; border: 1.5px solid #B9C6D1; border-radius: 10px; padding: .72em .85em; min-height: 48px; transition: border-color .2s, box-shadow .2s; }
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 4px rgba(101,100,170,.2); }
.hp-field { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .88rem; color: var(--muted); margin: 12px 0 0; }
.form-msg { border-radius: 10px; padding: 14px 16px; margin-bottom: 18px; font-weight: 600; }
.form-msg.success { background: #E7F6EC; color: #185C2E; border: 1px solid #A8D8B7; }
.form-msg.error { background: #FDECEA; color: #8C1D18; border: 1px solid #F1B5AF; }

/* ---- Page hero (subpagina's) ---- */
.page-hero { background: linear-gradient(120deg, var(--ink) 0%, #4a4870 100%); color: #fff; padding: 56px 0 48px; }
@media (min-width: 900px) { .page-hero { padding: 84px 0 72px; } }
.page-hero h1 { color: #fff; }
.page-hero .eyebrow { color: var(--cyan); }
.page-hero p { color: rgba(255,255,255,.88); max-width: 42em; font-size: 1.1rem; margin: 0; }
.breadcrumbs { font-size: .9rem; margin-bottom: 14px; }
.breadcrumbs a { color: rgba(255,255,255,.85); }
.prose { max-width: 760px; }
.prose h2 { font-size: 1.6rem; margin-top: 1.4em; }
.prose h3 { margin-top: 1.4em; }
.prose li { margin-bottom: .35em; }
.job-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.job-card .job-media { aspect-ratio: 16 / 10; }
.job-card .job-media img { width: 100%; height: 100%; object-fit: cover; }
.job-card .job-body { padding: 26px 24px 28px; }
@media (min-width: 600px) { .job-card .job-body { padding: 34px 36px; } }
.job-grid { display: grid; gap: 22px; }
@media (min-width: 760px) { .job-grid { grid-template-columns: repeat(3, 1fr); } }
.job-grid h3 { font-size: 1.1rem; color: var(--purple-dark); }
.job-grid ul { margin: 0; padding-left: 1.1em; color: var(--muted); }

/* ---- Footer ---- */
.site-footer { background: var(--ink-deep); color: rgba(255,255,255,.82); padding: 64px 0 0; font-size: .97rem; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--cyan); }
.footer-grid { display: grid; gap: 36px; }
@media (min-width: 380px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand, .footer-contact { grid-column: 1 / -1; } }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } .footer-brand { grid-column: auto; } .footer-contact { grid-column: 1 / -1; } }
@media (min-width: 900px) { .footer-bottom { padding-bottom: 24px; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; } .footer-contact { grid-column: auto; } }
.site-footer ul a { text-decoration: none; }
.site-footer ul a:hover, .site-footer ul a:focus-visible { text-decoration: underline; }
.footer-brand img { height: 72px; width: auto; margin-bottom: 16px; }
.footer-brand .tagline { font-family: var(--font-head); font-weight: 700; color: var(--cyan); font-size: 1.1rem; margin-bottom: .4em; }
.footer-heading { font-family: var(--font-head); font-size: 1.05rem; color: #fff; margin: 0 0 14px; letter-spacing: .03em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.social { display: inline-flex; align-items: center; gap: 8px; }
.social svg { width: 20px; height: 20px; }
.footer-bottom { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0 calc(24px + 72px + env(safe-area-inset-bottom)); /* ruimte voor mobiele belbalk */ display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: .88rem; color: rgba(255,255,255,.7); }

/* ---- Mobiele belbalk ---- */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(42,41,64,.1); }
.mobile-bar .btn { min-height: 50px; font-size: 1rem; padding-left: .8em; padding-right: .8em; }
@media (min-width: 900px) { .mobile-bar { display: none; } }

/* ---- Reveal ---- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---- 404 ---- */
.notfound { min-height: 55vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }
