/* ==========================================================================
   De Molen Thuiszorg — sitelaag bovenop het Porto-thema.
   Alle eigen componenten staan hier; het thema zelf blijft ongewijzigd.
   ========================================================================== */

:root {
	--dmz-primary: #35b8e3;
	--dmz-primary-dark: #1c9ec9;
	--dmz-primary-soft: #eaf7fd;
	--dmz-accent: #f88d31;
	--dmz-accent-dark: #ee7208;
	--dmz-ink: #23384a;
	--dmz-body: #5a6b7a;
	--dmz-soft: #f5f8fb;
	--dmz-line: #e6edf3;
	--dmz-radius: 16px;
	--dmz-radius-sm: 10px;
	--dmz-shadow: 0 18px 40px -22px rgba(23, 56, 74, .35);
	--dmz-shadow-lg: 0 30px 60px -30px rgba(23, 56, 74, .45);
	--dmz-ease: cubic-bezier(.2, .7, .3, 1);
}

html { overflow-x: hidden; }
body {
	font-family: Poppins, 'Segoe UI', Helvetica, Arial, sans-serif;
	color: var(--dmz-body);
	font-size: 16px;              /* de doelgroep leest liever wat groter */
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/* Bootstrap-rijen met grote tussenruimte krijgen negatieve marges die breder
   zijn dan de padding van .container. Op smalle schermen levert dat 12px
   horizontale overflow op; hier brengen we ze weer in balans. */
@media (max-width: 991px) {
	.row.g-5, .row.g-4 { --bs-gutter-x: 1.5rem; }
	.row.g-5 { --bs-gutter-y: 2.5rem; }
}

h1, h2, h3, h4, h5 { color: var(--dmz-ink); font-family: inherit; letter-spacing: -.01em; }
a { transition: color .2s var(--dmz-ease); }
::selection { background: var(--dmz-primary); color: #fff; }

:focus-visible {
	outline: 3px solid var(--dmz-accent);
	outline-offset: 3px;
	border-radius: 4px;
}

/* --- Knoppen ------------------------------------------------------------ */
.btn-cta {
	border-radius: 999px;
	padding: .85rem 1.9rem;
	font-weight: 600;
	font-size: .9rem;
	letter-spacing: .01em;
	border: 0;
	transition: transform .25s var(--dmz-ease), box-shadow .25s var(--dmz-ease), background-color .2s;
}
.btn-cta:hover { transform: translateY(-2px); }
.btn-secondary.btn-cta { background: var(--dmz-accent); box-shadow: 0 12px 26px -12px rgba(248, 141, 49, .9); }
.btn-secondary.btn-cta:hover, .btn-secondary.btn-cta:focus { background: var(--dmz-accent-dark); }
.btn-outline-secondary.btn-cta { border: 2px solid var(--dmz-accent); color: var(--dmz-accent); background: transparent; }
.btn-outline-secondary.btn-cta:hover { background: var(--dmz-accent); color: #fff; }
.btn-outline-light.btn-cta { border: 2px solid rgba(255, 255, 255, .8); color: #fff; background: rgba(255, 255, 255, .08); backdrop-filter: blur(4px); }
.btn-outline-light.btn-cta:hover { background: #fff; color: var(--dmz-ink); }
.btn-link.btn-cta { color: var(--dmz-primary-dark); text-decoration: none; font-weight: 600; }
.btn-link.btn-cta:hover { color: var(--dmz-accent); }
.btn-whatsapp, .btn-whatsapp:focus { background: #25d366; color: #fff !important; border: 0; }
.btn-whatsapp:hover { background: #1ebe5b; color: #fff !important; }
.btn-header-cta { border-radius: 999px; padding: .65rem 1.5rem; font-weight: 600; font-size: .82rem; background: var(--dmz-accent); border: 0; }
.btn-header-cta:hover { background: var(--dmz-accent-dark); }

/* --- Topbar & header ---------------------------------------------------- */
.topbar {
	background: var(--dmz-ink);
	color: rgba(255, 255, 255, .82);
	font-size: .8rem;
	padding: .55rem 0;
}
.topbar-item { color: rgba(255, 255, 255, .82); text-decoration: none; display: inline-flex; align-items: center; gap: .45rem; }
.topbar-item i { color: var(--dmz-accent); font-size: .95rem; position: relative; top: 1px; }
a.topbar-item:hover { color: #fff; }
.topbar-phone { font-weight: 600; color: #fff; }

.site-header .header-body { background: #fff; border: 0; }
/* De link zelf is standaard inline: dan is zijn klikvlak zo hoog als de
   regelhoogte, niet als het logo. Blokweergave laat hem het logo omsluiten. */
.site-header .header-logo a { display: inline-block; line-height: 0; padding: .35rem 0; }
.site-header .header-logo img.site-logo { display: block; height: 78px; max-height: 78px; width: auto; transition: height .25s var(--dmz-ease); }
.site-header.header-floating-icons .site-logo,
.site-header .header-body.sticky-header-active .site-logo { height: 58px; max-height: 58px; }
#mainNav > li > a.nav-link {
	font-size: .88rem; font-weight: 600; letter-spacing: .01em; color: var(--dmz-ink);
	padding: 1rem .95rem; text-transform: none; border-radius: 0; position: relative;
}
#mainNav > li > a.nav-link::after {
	content: ''; position: absolute; left: .95rem; right: .95rem; bottom: .55rem; height: 2px;
	background: var(--dmz-accent); transform: scaleX(0); transform-origin: left; transition: transform .28s var(--dmz-ease);
}
#mainNav > li > a.nav-link:hover, #mainNav > li > a.nav-link.active { color: var(--dmz-primary-dark); background: transparent; }
#mainNav > li > a.nav-link:hover::after, #mainNav > li > a.nav-link.active::after { transform: scaleX(1); }
#mainNav .dropdown-menu { border: 0; border-radius: var(--dmz-radius-sm); box-shadow: var(--dmz-shadow); padding: .5rem 0; min-width: 260px; }
#mainNav .dropdown-menu .dropdown-item { padding: .55rem 1.2rem; font-size: .85rem; color: var(--dmz-body); }
#mainNav .dropdown-menu .dropdown-item:hover { background: var(--dmz-primary-soft); color: var(--dmz-primary-dark); }

/* --- Secties ------------------------------------------------------------ */
.section-pad { padding: 92px 0; position: relative; }
.bg-white { background: #fff; }
.bg-soft { background: var(--dmz-soft); }
.bg-primary-soft { background: linear-gradient(140deg, var(--dmz-primary-soft), #fff 65%); }

.section-head { max-width: 720px; margin: 0 auto 56px; }
.section-eyebrow {
	display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .16em;
	text-transform: uppercase; color: var(--dmz-primary-dark); margin-bottom: .75rem;
}
.section-eyebrow::before {
	content: ''; display: inline-block; width: 26px; height: 2px; background: var(--dmz-accent);
	vertical-align: middle; margin-right: .6rem; position: relative; top: -2px;
}
.section-title { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 700; line-height: 1.25; margin-bottom: 1rem; }
.section-lead { font-size: 1.02rem; line-height: 1.8; max-width: 640px; }
.text-center .section-eyebrow::before { display: none; }

/* --- Hero --------------------------------------------------------------- */
.hero { position: relative; }
.hero-slide { position: relative; min-height: min(78vh, 720px); display: flex; align-items: center; overflow: hidden; }
.hero-slide picture { display: contents; }
.hero-bg {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 34% 40%;
	transform: scale(1.06); animation: heroZoom 16s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
/* Scrim in plaats van een dekkend gordijn: donker waar de tekst staat, bijna
   transparant aan de kant waar het onderwerp van de foto zit. */
.hero-overlay {
	position: absolute; inset: 0;
	background:
		linear-gradient(95deg, rgba(17, 42, 58, .88) 0%, rgba(17, 42, 58, .72) 28%, rgba(17, 42, 58, .30) 55%, rgba(17, 42, 58, .05) 78%, rgba(17, 42, 58, 0) 100%),
		linear-gradient(to top, rgba(17, 42, 58, .35) 0%, rgba(17, 42, 58, 0) 45%);
}
.hero-content { position: relative; z-index: 2; padding: 80px 15px; }
.hero-eyebrow {
	display: inline-flex; align-items: center; gap: .5rem; background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .28); color: #fff; border-radius: 999px;
	padding: .4rem 1rem; font-size: .78rem; font-weight: 600; letter-spacing: .03em; margin-bottom: 1.4rem;
}
.hero-eyebrow i { color: var(--dmz-accent); }
.hero-title {
	color: #fff; font-size: clamp(1.9rem, 4.4vw, 3.35rem); font-weight: 700;
	line-height: 1.18; margin-bottom: 1.1rem; text-wrap: balance;
}
.hero-subtitle { color: rgba(255, 255, 255, .9); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.7; max-width: 34em; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
/* Vóór initialisatie van de carousel maar één slide tonen (geen flits). */
.hero-carousel:not(.owl-loaded) .hero-slide:not(:first-child) { display: none; }
.hero-carousel .owl-dots { position: absolute; left: 0; right: 0; bottom: 26px; text-align: center; }
.hero-carousel .owl-dots .owl-dot span { width: 28px; height: 3px; border-radius: 2px; background: rgba(255, 255, 255, .45); }
.hero-carousel .owl-dots .owl-dot.active span { background: var(--dmz-accent); }

.hero-badges { background: var(--dmz-primary); }
.hero-badge {
	display: flex; align-items: center; gap: 1rem; color: #fff; padding: 1.35rem 1.5rem;
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.hero-badge:last-child { border-right: 0; }
.hero-badge i { font-size: 1.5rem; color: #fff; opacity: .85; flex: none; }
.hero-badge strong { display: block; font-size: .95rem; font-weight: 600; line-height: 1.3; }
.hero-badge span { display: block; font-size: .8rem; opacity: .85; line-height: 1.4; }

/* --- Pagina-hero (subpagina's) ------------------------------------------ */
.page-hero {
	background: linear-gradient(135deg, var(--dmz-ink) 0%, #2f5871 55%, var(--dmz-primary-dark) 100%);
	color: #fff; padding: 78px 0 66px; position: relative; overflow: hidden;
}
.page-hero::after {
	content: ''; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px;
	border-radius: 50%; background: rgba(255, 255, 255, .06);
}
.page-hero h1 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.8rem); font-weight: 700; margin: .5rem 0 .8rem; }
.page-hero p { color: rgba(255, 255, 255, .86); max-width: 46em; margin: 0; font-size: 1.02rem; }
.page-hero-media { background-size: cover; background-position: center; }
.page-hero-media::before {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(23, 56, 74, .93), rgba(28, 158, 201, .72));
}
.page-hero-media > .container { position: relative; z-index: 2; }
.breadcrumb-nav { font-size: .8rem; color: rgba(255, 255, 255, .75); display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; }
.breadcrumb-nav a { color: rgba(255, 255, 255, .75); text-decoration: none; }
.breadcrumb-nav a:hover { color: #fff; }
.breadcrumb-nav i { font-size: .6rem; opacity: .6; }

/* --- USP-kaarten -------------------------------------------------------- */
.usp-card {
	background: #fff; border: 1px solid var(--dmz-line); border-radius: var(--dmz-radius);
	padding: 2.4rem 1.9rem; height: 100%; transition: transform .3s var(--dmz-ease), box-shadow .3s var(--dmz-ease), border-color .3s;
}
.usp-card:hover { transform: translateY(-6px); box-shadow: var(--dmz-shadow); border-color: transparent; }
.usp-card-icon {
	display: grid; place-items: center; width: 74px; height: 74px; border-radius: 20px;
	background: var(--dmz-primary-soft); margin-bottom: 1.4rem;
}
.usp-card-icon i { font-size: 1.7rem; color: var(--dmz-primary-dark); }
.usp-card-icon img { max-width: 42px; height: auto; }
.usp-card h4 { font-size: 1.12rem; font-weight: 650; margin-bottom: .7rem; }
.usp-card p { margin: 0; font-size: .93rem; }

/* --- Over ons ----------------------------------------------------------- */
.about-figure { position: relative; border-radius: 24px; overflow: hidden; box-shadow: var(--dmz-shadow-lg); }
.about-figure picture { display: block; }
.about-figure img { width: 100%; object-fit: cover; aspect-ratio: 4 / 3.2; display: block; background: var(--dmz-soft); }
.about-figure-badge {
	position: absolute; left: 22px; bottom: 22px; background: rgba(255, 255, 255, .95);
	border-radius: 14px; padding: .9rem 1.3rem; box-shadow: var(--dmz-shadow);
}
.about-figure-badge strong { display: block; color: var(--dmz-primary-dark); font-size: 1.1rem; font-weight: 700; line-height: 1.2; }
.about-figure-badge span { font-size: .78rem; color: var(--dmz-body); }
.stat-tile { background: var(--dmz-soft); border-radius: var(--dmz-radius-sm); padding: 1.1rem 1.3rem; border-left: 3px solid var(--dmz-accent); }
.stat-tile strong { display: block; font-size: 1.7rem; font-weight: 700; color: var(--dmz-ink); line-height: 1.1; }
.stat-tile span { font-size: .82rem; }

/* --- Dienstkaarten ------------------------------------------------------ */
.service-card {
	display: block; background: #fff; border: 1px solid var(--dmz-line); border-radius: var(--dmz-radius);
	overflow: hidden; height: 100%; text-decoration: none; color: inherit;
	transition: transform .35s var(--dmz-ease), box-shadow .35s var(--dmz-ease), border-color .3s;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--dmz-shadow-lg); border-color: transparent; color: inherit; }
.service-card-media { display: block; height: 200px; overflow: hidden; position: relative; background: var(--dmz-soft); }
.service-card-media picture { display: block; height: 100%; }
.service-card-img {
	width: 100%; height: 200px; object-fit: cover; object-position: center 42%; display: block;
	transition: transform .6s var(--dmz-ease);
}
.service-card:hover .service-card-img { transform: scale(1.06); }
.service-card-body { display: block; padding: 1.6rem 1.5rem 1.7rem; position: relative; background: #fff; }
.service-card-icon {
	position: absolute; top: -26px; right: 22px; width: 52px; height: 52px; border-radius: 14px;
	background: var(--dmz-accent); color: #fff; display: grid; place-items: center; font-size: 1.15rem;
	box-shadow: 0 10px 22px -12px rgba(248, 141, 49, .95);
}
.service-card h4 { font-size: 1.08rem; font-weight: 650; margin-bottom: .55rem; }
.service-card p { font-size: .9rem; margin-bottom: 1rem; }
.service-card-link { font-size: .82rem; font-weight: 600; color: var(--dmz-primary-dark); display: inline-flex; align-items: center; gap: .5rem; }
.service-card-link i { transition: transform .25s var(--dmz-ease); font-size: .75rem; }
.service-card:hover .service-card-link { color: var(--dmz-accent); }
.service-card:hover .service-card-link i { transform: translateX(4px); }

/* --- Checklist ---------------------------------------------------------- */
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; gap: .9rem; align-items: flex-start; padding: .8rem 0; border-bottom: 1px dashed var(--dmz-line); font-size: .96rem; }
.check-list li:last-child { border-bottom: 0; }
.check-list i {
	flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--dmz-accent);
	color: #fff; display: grid; place-items: center; font-size: .68rem; margin-top: .18rem;
}
.check-list-light li { border-color: rgba(255, 255, 255, .22); color: rgba(255, 255, 255, .92); font-size: .9rem; }
.check-list-light i { background: rgba(255, 255, 255, .22); }

/* --- Losse beeldblokken ------------------------------------------------- */
.usp-figure, .contact-figure { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--dmz-shadow); }
.usp-figure picture, .contact-figure picture { display: block; }
.usp-figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.contact-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.contact-figure-caption {
	position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem 1.3rem 1.1rem; color: #fff;
	background: linear-gradient(to top, rgba(23, 56, 74, .92), rgba(23, 56, 74, 0));
}
.contact-figure-caption strong { display: block; font-size: 1rem; font-weight: 650; }
.contact-figure-caption span { font-size: .84rem; opacity: .88; line-height: 1.5; display: block; }

/* --- Stappen ------------------------------------------------------------ */
.step-list { list-style: none; counter-reset: step; margin: 0; padding: 0; }
.step-list li { display: flex; gap: 1.4rem; padding: 1.5rem 0; border-bottom: 1px solid var(--dmz-line); }
.step-list li:last-child { border-bottom: 0; }
.step-num {
	flex: none; width: 48px; height: 48px; border-radius: 50%; background: var(--dmz-primary-soft);
	color: var(--dmz-primary-dark); display: grid; place-items: center; font-weight: 700; font-size: 1.1rem;
}
.step-list h4 { font-size: 1.05rem; font-weight: 650; margin-bottom: .35rem; }
.step-list p { margin: 0; font-size: .93rem; }

/* --- Ervaringen --------------------------------------------------------- */
.quote-card {
	background: #fff; border: 1px solid var(--dmz-line); border-radius: var(--dmz-radius);
	padding: 2rem 1.8rem; height: 100%; margin: 0; position: relative;
	transition: box-shadow .3s var(--dmz-ease), transform .3s var(--dmz-ease);
}
.quote-card:hover { box-shadow: var(--dmz-shadow); transform: translateY(-4px); }
.quote-stars { color: var(--dmz-accent); font-size: .82rem; letter-spacing: .12em; margin-bottom: 1rem; }
.quote-card blockquote { font-size: .97rem; line-height: 1.8; color: var(--dmz-ink); margin: 0 0 1.4rem; border: 0; padding: 0; }
.quote-card figcaption { display: flex; align-items: center; gap: .9rem; }
.quote-avatar {
	width: 44px; height: 44px; border-radius: 50%; background: var(--dmz-primary); color: #fff;
	display: grid; place-items: center; font-weight: 700; font-size: .85rem; flex: none;
}
.quote-card figcaption strong { display: block; font-size: .9rem; color: var(--dmz-ink); }
.quote-card figcaption small { font-size: .78rem; color: var(--dmz-body); }

/* --- FAQ ---------------------------------------------------------------- */
.faq-list { display: flex; flex-direction: column; gap: .8rem; }
.faq-item { background: #fff; border: 1px solid var(--dmz-line); border-radius: var(--dmz-radius-sm); overflow: hidden; transition: box-shadow .25s var(--dmz-ease); }
.faq-item[open] { box-shadow: var(--dmz-shadow); border-color: transparent; }
.faq-item summary {
	cursor: pointer; list-style: none; padding: 1.15rem 1.5rem; font-weight: 600; color: var(--dmz-ink);
	display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: .98rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { color: var(--dmz-accent); font-size: .8rem; transition: transform .25s var(--dmz-ease); flex: none; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-answer { padding: 0 1.5rem 1.4rem; font-size: .94rem; }

/* --- Contact ------------------------------------------------------------ */
.contact-tile {
	display: block; background: #fff; border: 1px solid var(--dmz-line); border-radius: var(--dmz-radius);
	padding: 1.8rem 1.6rem; height: 100%; text-decoration: none; color: inherit; text-align: left;
	transition: transform .3s var(--dmz-ease), box-shadow .3s var(--dmz-ease), border-color .3s;
}
.contact-tile:hover { transform: translateY(-5px); box-shadow: var(--dmz-shadow); border-color: transparent; color: inherit; }
.contact-tile > i { font-size: 1.4rem; color: var(--dmz-primary); display: block; margin-bottom: 1rem; }
.contact-tile-whatsapp > i { color: #25d366; }
.contact-tile strong { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--dmz-body); font-weight: 700; }
.contact-tile span { display: block; font-size: clamp(.95rem, 2.2vw, 1.1rem); font-weight: 650; color: var(--dmz-ink); margin: .25rem 0; overflow-wrap: anywhere; }
.contact-tile small { font-size: .8rem; color: var(--dmz-body); }

.form-card { background: #fff; border: 1px solid var(--dmz-line); border-radius: var(--dmz-radius); padding: 2.4rem; box-shadow: var(--dmz-shadow); }
.form-label { font-size: .84rem; font-weight: 600; color: var(--dmz-ink); margin-bottom: .4rem; }
.req { color: var(--dmz-accent); }
.form-control, .form-select {
	border: 1px solid var(--dmz-line); border-radius: var(--dmz-radius-sm); padding: .8rem 1rem;
	font-size: .93rem; background: #fbfcfe; box-shadow: none; transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-control:focus, .form-select:focus { border-color: var(--dmz-primary); background: #fff; box-shadow: 0 0 0 4px rgba(53, 184, 227, .14); }
.form-check-input:checked { background-color: var(--dmz-primary); border-color: var(--dmz-primary); }
.form-note { font-size: .8rem; color: var(--dmz-body); }
.hp-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.sidebar-card { background: #fff; border: 1px solid var(--dmz-line); border-radius: var(--dmz-radius); padding: 1.8rem 1.6rem; }
.sidebar-card h5 { font-size: 1rem; font-weight: 650; margin-bottom: 1.1rem; }
.sidebar-card-accent { background: linear-gradient(150deg, var(--dmz-primary), var(--dmz-primary-dark)); border: 0; color: #fff; }
.sidebar-card-accent h5, .sidebar-card-accent p { color: #fff; }
.sidebar-card-accent p { font-size: .9rem; opacity: .9; }
.sidebar-links, .sidebar-contact { list-style: none; padding: 0; margin: 0; }
.sidebar-links li + li { border-top: 1px solid var(--dmz-line); }
.sidebar-links a { display: flex; align-items: center; gap: .75rem; padding: .7rem 0; font-size: .9rem; color: var(--dmz-body); text-decoration: none; }
.sidebar-links a:hover { color: var(--dmz-primary-dark); }
.sidebar-links i { color: var(--dmz-accent); width: 18px; text-align: center; font-size: .85rem; }
.sidebar-contact li { display: flex; gap: .9rem; padding: .75rem 0; border-bottom: 1px dashed var(--dmz-line); }
.sidebar-contact li:last-child { border-bottom: 0; }
.sidebar-contact i { color: var(--dmz-primary); font-size: 1rem; width: 22px; text-align: center; margin-top: .2rem; }
.sidebar-contact strong { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--dmz-body); font-weight: 700; }
.sidebar-contact a, .sidebar-contact span { font-size: .92rem; color: var(--dmz-ink); text-decoration: none; }
.sidebar-contact a:hover { color: var(--dmz-primary-dark); }

/* --- Dienst-detail ------------------------------------------------------ */
.rich-text { font-size: 1rem; line-height: 1.85; }
.rich-text p { margin-bottom: 1.2rem; }
.rich-text h3, .rich-text h4 { margin: 2rem 0 .9rem; font-weight: 650; }
.rich-text ul { padding-left: 1.2rem; }
.service-detail-icon {
	display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px;
	background: var(--dmz-primary-soft); color: var(--dmz-primary-dark); font-size: 1.5rem; margin-bottom: 1.6rem;
}
.inline-cta {
	margin-top: 2.5rem; background: var(--dmz-soft); border-radius: var(--dmz-radius); padding: 1.8rem;
	display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; justify-content: space-between;
	border-left: 4px solid var(--dmz-accent);
}
.inline-cta h4 { font-size: 1.08rem; font-weight: 650; margin-bottom: .3rem; }
.inline-cta p { font-size: .92rem; }

/* --- CTA-strook & footer ------------------------------------------------ */
.cta-strip { background: linear-gradient(120deg, var(--dmz-primary), var(--dmz-primary-dark)); padding: 46px 0; }
.cta-strip-title { color: #fff; font-size: 1.5rem; font-weight: 650; margin-bottom: .3rem; }
.cta-strip-text { color: rgba(255, 255, 255, .9); font-size: .97rem; }
.cta-strip .btn-light { border-radius: 999px; padding: .8rem 1.7rem; font-weight: 650; color: var(--dmz-primary-dark); }

.site-footer { background: var(--dmz-ink); color: rgba(255, 255, 255, .72); padding-top: 20px; }
.site-footer .footer-logo { max-width: 190px; }
.footer-text { font-size: .9rem; line-height: 1.8; color: rgba(255, 255, 255, .68); }
.footer-heading { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; margin-bottom: 1.3rem; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a { color: rgba(255, 255, 255, .7); font-size: .9rem; text-decoration: none; }
.footer-links a:hover { color: var(--dmz-accent); padding-left: 4px; }
.footer-contact li { display: flex; gap: .8rem; margin-bottom: .8rem; font-size: .9rem; align-items: flex-start; }
.footer-contact i { color: var(--dmz-accent); width: 18px; text-align: center; margin-top: .25rem; }
.footer-contact a, .footer-contact span { color: rgba(255, 255, 255, .75); text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding: 1.4rem 0; font-size: .82rem; color: rgba(255, 255, 255, .55); }
.footer-bottom a { color: rgba(255, 255, 255, .75); text-decoration: none; }
.footer-bottom a:hover { color: var(--dmz-accent); }
.site-footer .social-icons a { background: rgba(255, 255, 255, .1); border: 0; color: #fff !important; }
.site-footer .social-icons a:hover { background: var(--dmz-accent); }

/* --- Zwevende WhatsApp -------------------------------------------------- */
.wa-float {
	position: fixed; right: 20px; bottom: 20px; width: 56px; height: 56px; border-radius: 50%;
	background: #25d366; color: #fff; display: grid; place-items: center; font-size: 1.75rem;
	box-shadow: 0 12px 28px -10px rgba(37, 211, 102, .9); z-index: 1030;
	transition: transform .25s var(--dmz-ease);
}
.wa-float:hover { transform: scale(1.08); color: #fff; }

/* --- Cookiebalk & voorkeuren -------------------------------------------- */
.cookie-bar {
	position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1040;
	background: #fff; border-radius: var(--dmz-radius); box-shadow: var(--dmz-shadow-lg);
	border: 1px solid var(--dmz-line); animation: cookieIn .4s var(--dmz-ease);
	max-height: calc(100vh - 32px); overflow-y: auto;
}
@keyframes cookieIn { from { opacity: 0; transform: translateY(20px); } }
.cookie-bar-inner { padding: 1.2rem 1.5rem; max-width: 1180px; margin: 0 auto; }
.cookie-bar-head { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; justify-content: space-between; }
.cookie-bar-text { flex: 1 1 260px; min-width: 0; }
.cookie-bar-text strong { display: block; color: var(--dmz-ink); font-size: 1rem; margin-bottom: .25rem; }
.cookie-bar p { font-size: .85rem; margin: 0; line-height: 1.65; }
.cookie-bar a { color: var(--dmz-primary-dark); text-decoration: underline; }
.cookie-bar-actions { display: flex; gap: .55rem; flex-wrap: wrap; }
.cookie-bar .btn { border-radius: 999px; padding: .62rem 1.5rem; font-weight: 600; font-size: .86rem; border: 0; }
.btn-cookie-accept { background: var(--dmz-primary); color: #fff; }
.btn-cookie-accept:hover { background: var(--dmz-primary-dark); color: #fff; }
.btn-cookie-decline, .btn-cookie-settings {
	background: transparent; color: var(--dmz-body); border: 1px solid var(--dmz-line) !important;
}
.btn-cookie-decline:hover, .btn-cookie-settings:hover { background: var(--dmz-soft); color: var(--dmz-ink); }
.btn-cookie-settings { text-decoration: underline; border-color: transparent !important; }

.cookie-panel { border-top: 1px solid var(--dmz-line); margin-top: 1.1rem; padding-top: 1.1rem; }
.cookie-panel-actions { margin-top: 1rem; display: flex; justify-content: flex-end; }
.cookie-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1rem; }
.cookie-item { display: flex; gap: 1rem; align-items: flex-start; }
.cookie-item-body strong { display: block; font-size: .92rem; color: var(--dmz-ink); }
.cookie-item-body p { font-size: .84rem; margin: .3rem 0 0; line-height: 1.65; }
.cookie-tag {
	display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
	background: var(--dmz-primary-soft); color: var(--dmz-primary-dark); border-radius: 999px; padding: .12rem .55rem;
	vertical-align: middle; margin-left: .35rem;
}
.cookie-list-compact { gap: .65rem; }
.cookie-list-compact .cookie-item-body strong { font-size: .87rem; }

.cookie-switch { flex: none; cursor: pointer; margin: 0; }
.cookie-switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.cookie-track {
	display: block; width: 46px; height: 26px; border-radius: 999px; background: var(--dmz-line);
	position: relative; transition: background .2s var(--dmz-ease);
}
.cookie-knob {
	position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%;
	background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .3); transition: transform .2s var(--dmz-ease);
}
.cookie-switch input:checked + .cookie-track { background: var(--dmz-primary); }
.cookie-switch input:checked + .cookie-track .cookie-knob { transform: translateX(20px); }
.cookie-switch input:disabled + .cookie-track { background: var(--dmz-primary-dark); opacity: .55; cursor: not-allowed; }
.cookie-switch input:focus-visible + .cookie-track { box-shadow: 0 0 0 3px rgba(53, 184, 227, .3); }

.cookie-details { margin-top: .6rem; }
.cookie-details summary { cursor: pointer; font-size: .82rem; color: var(--dmz-primary-dark); font-weight: 600; }
.cookie-details, .policy-item { max-width: 100%; }
.cookie-table { width: 100%; border-collapse: collapse; font-size: .85rem; margin-top: .6rem; display: block; overflow-x: auto; }
.cookie-table thead, .cookie-table tbody { display: table; width: 100%; }
.cookie-table th {
	text-align: left; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em;
	color: var(--dmz-body); font-weight: 700; padding: .45rem .6rem; border-bottom: 1px solid var(--dmz-line);
}
.cookie-table td { padding: .5rem .6rem; border-bottom: 1px solid var(--dmz-line); vertical-align: top; }
.cookie-table code { background: var(--dmz-soft); border-radius: 5px; padding: .1rem .35rem; font-size: .78rem; }

/* --- Cookiebeleidpagina ------------------------------------------------- */
.policy-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.policy-item { background: #fff; border: 1px solid var(--dmz-line); border-radius: var(--dmz-radius); padding: 1.5rem 1.6rem; }
.policy-item header { display: flex; flex-wrap: wrap; gap: .7rem; align-items: baseline; justify-content: space-between; margin-bottom: .6rem; }
.policy-item h3 { font-size: 1.05rem; font-weight: 650; margin: 0; }
.policy-item p { font-size: .93rem; margin: 0; line-height: 1.75; }
.policy-tag {
	font-size: .76rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
	border-radius: 999px; padding: .2rem .7rem; background: var(--dmz-soft); color: var(--dmz-body); white-space: nowrap;
}
.policy-tag-required { background: var(--dmz-primary-soft); color: var(--dmz-primary-dark); }
.policy-tag-optional { background: rgba(248, 141, 49, .14); color: var(--dmz-accent-dark); }
.policy-list-muted .policy-item { background: var(--dmz-soft); opacity: .92; }
.cookie-prefs { position: sticky; top: 110px; }
.muted-note { font-size: .85rem; color: var(--dmz-body); margin-bottom: 1rem; }
.cookie-prefs .cookie-list { margin-bottom: 1.2rem; }

/* --- Responsief --------------------------------------------------------- */
@media (max-width: 991px) {
	.section-pad { padding: 64px 0; }
	/* Smal scherm: tekst onderaan op een scrim, foto blijft bovenin goed
	   zichtbaar. Boven de tekst maar licht verdonkerd. */
	.hero-slide { min-height: 620px; align-items: flex-end; }
	.hero-overlay {
		background: linear-gradient(to top,
			rgba(17, 42, 58, .93) 0%,
			rgba(17, 42, 58, .86) 34%,
			rgba(17, 42, 58, .58) 52%,
			rgba(17, 42, 58, .24) 70%,
			rgba(17, 42, 58, .10) 100%);
	}
	.hero-bg { object-position: 45% center; }
	.hero-content { padding: 32px 15px 52px; }
	.hero-eyebrow { margin-bottom: 1rem; }
	.hero-title { font-size: clamp(1.75rem, 7vw, 2.3rem); margin-bottom: .8rem; }
	.hero-subtitle { margin-bottom: 1.4rem; }
	.hero-badge { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
	.hero-badges .col-md-4:last-child .hero-badge { border-bottom: 0; }
	.form-card { padding: 1.6rem; }
	.site-header .header-logo img.site-logo { height: 56px; max-height: 56px; width: auto; }
	#mainNav > li > a.nav-link { padding: .8rem 0; }
	#mainNav > li > a.nav-link::after { display: none; }
}
@media (max-width: 767px) {
	.cookie-bar { left: 8px; right: 8px; bottom: 8px; max-height: 72vh; }
	.cookie-bar-inner { padding: 1rem 1.1rem; }
	.cookie-bar-text strong { font-size: .95rem; }
	.cookie-bar p { font-size: .8rem; line-height: 1.55; }
	.cookie-bar-head { gap: .9rem; }
	.cookie-bar-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
	.cookie-bar .btn { padding: .7rem .8rem; font-size: .82rem; width: 100%; }
	.btn-cookie-settings { grid-column: 1 / -1; order: 3; padding: .35rem !important; }
}

@media (max-width: 575px) {
	.hero-content { padding: 56px 15px; }
	.hero-actions .btn { width: 100%; }
	.inline-cta { flex-direction: column; align-items: flex-start; }
	.wa-float { width: 50px; height: 50px; font-size: 1.5rem; bottom: 14px; right: 14px; }
}

/* --- Bedienbaarheid op aanraakschermen ---------------------------------- */
@media (pointer: coarse), (max-width: 991px) {
	/* Alles wat je aantikt minstens ~44px, ook als het er kleiner uitziet.
	   Owl forceert padding:0 met !important, dus we vergroten het raakvlak
	   met min-height/min-width in plaats van met padding. */
	.hero-carousel .owl-dots button.owl-dot {
		min-width: 44px; min-height: 44px;
		display: inline-flex; align-items: center; justify-content: center;
	}
	.hero-carousel .owl-dots { bottom: 6px; }

	.footer-links a, .sidebar-links a { padding-top: .55rem; padding-bottom: .55rem; }
	.footer-contact a { display: inline-block; padding: .3rem 0; }
	.breadcrumb-nav a { padding: .4rem .5rem; margin: 0 -.5rem; display: inline-block; min-width: 44px; }
	.breadcrumb-nav span { padding: .4rem 0; display: inline-block; }

	.form-check-input { width: 1.5rem; height: 1.5rem; margin-top: .1rem; }
	.form-check { padding-left: 2.2rem; min-height: 2.9rem; display: flex; align-items: flex-start; gap: .2rem; }
	.form-check-label { padding-top: .18rem; display: inline-block; }

	.cookie-switch { padding: .55rem 0; }
	.faq-item summary { padding-top: 1.3rem; padding-bottom: 1.3rem; }
	.cookie-details summary { padding: .5rem 0; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
	.hero-bg { transform: none; }
	.appear-animation { opacity: 1 !important; }
}

@media print {
	.topbar, .site-header, .cta-strip, .wa-float, .cookie-bar, .hero-actions { display: none !important; }
}
