/* Ketelafspraak v2 — Porto skin-override naar warme tonen (fire/heat) */
:root {
	--primary: #e8541f;
	--primary-100: #cf4a1c;
	--primary-200: #c14418;
	--primary-300: #b03f16;
	--primary--100: #ec6638;
	--primary--200: #ef7549;
	--primary--300: #f38664;
	--primary-rgba-10: rgba(232, 84, 31, 0.10);
	--primary-rgba-20: rgba(232, 84, 31, 0.20);
	--primary-rgba-30: rgba(232, 84, 31, 0.30);
	--primary-rgba-40: rgba(232, 84, 31, 0.40);
	--primary-rgba-50: rgba(232, 84, 31, 0.50);
	--primary-rgba-60: rgba(232, 84, 31, 0.60);
	--primary-rgba-70: rgba(232, 84, 31, 0.70);
	--primary-rgba-80: rgba(232, 84, 31, 0.80);
	--primary-rgba-90: rgba(232, 84, 31, 0.90);

	--secondary: #1d3557;
	--secondary-100: #182d4b;
	--secondary-200: #142840;
	--secondary-300: #102236;

	--tertiary: #f1a208;
	--tertiary-100: #d68f06;
	--tertiary-200: #c48206;
}

body { font-family: "Open Sans", Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, .heading, .text-color-dark { color: var(--secondary); }

/* Header CTA */
.header-top { background-color: var(--secondary); color: #fff; }
.header-top, .header-top a { color: #fff; }
.header-top-pro {
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.25);
	padding: 0.15rem 0.65rem;
	border-radius: 12px;
	font-size: 0.8rem;
	text-decoration: none;
	transition: background 0.15s;
}
.header-top-pro:hover {
	background: rgba(255,255,255,0.22);
	color: #fff;
	text-decoration: none;
}
.boek-nu-cta {
	background: var(--primary);
	color: #fff !important;
	padding: .6rem 1.4rem;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition: background .15s ease;
}
.boek-nu-cta:hover, .boek-nu-cta:focus { background: var(--primary-200); color:#fff !important; }

/* Hero */
.hero-banner {
	position: relative;
	min-height: 520px;
	background: linear-gradient(135deg, rgba(29,53,87,.85) 0%, rgba(29,53,87,.65) 60%, rgba(232,84,31,.55) 100%),
	            url('/theme/images/hero-default.jpg') center/cover no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 4rem 0;
}
.hero-banner h1 { color: #fff; font-weight: 800; font-size: clamp(1.9rem, 4.2vw, 3.2rem); margin-bottom: 1rem; }
.hero-banner p.lead { color: rgba(255,255,255,.92); font-size: 1.25rem; max-width: 38rem; }
.hero-banner .hero-cta { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-banner .btn-primary {
	background: var(--primary); border-color: var(--primary); padding: .9rem 1.7rem;
	font-weight: 700; border-radius: 999px;
}
.hero-banner .btn-primary:hover { background: var(--primary-200); border-color: var(--primary-200); }
.hero-banner .btn-outline-light { padding: .9rem 1.7rem; font-weight: 700; border-radius: 999px; border-width: 2px; }

/* Service cards */
.service-card {
	background: #fff; border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,.06);
	border-top: 4px solid var(--primary);
	height: 100%;
	overflow: hidden;
	transition: transform .15s ease, box-shadow .15s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,.10); }
.service-card .card-img {
	display: block;
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.service-card .card-img::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(29,53,87,.28) 100%);
}
.service-card .card-body { padding: 1.6rem 1.6rem 2rem; position: relative; }
.service-card .icon-wrap {
	width: 60px; height: 60px; border-radius: 50%;
	background: #fff; color: var(--primary);
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 1.6rem; margin: -42px 0 .6rem;
	box-shadow: 0 6px 18px rgba(0,0,0,.10);
	border: 1px solid var(--primary-rgba-10);
}
.service-card h3 { font-size: 1.25rem; margin-bottom: .6rem; }
.service-card p { color: #555; margin-bottom: 1rem; }
.service-card .card-cta {
	font-weight: 700; color: var(--primary); text-decoration: none;
	display: inline-flex; align-items: center; gap: .35rem;
}
.service-card .card-cta:hover { color: var(--primary-200); }

/* USP-row */
.usp-row { background: var(--secondary); color: #fff; padding: 2.4rem 0; }
.usp-row .usp-item { display: flex; gap: 1rem; align-items: flex-start; }
.usp-row .usp-item i { color: var(--primary); font-size: 1.6rem; flex-shrink: 0; margin-top: .15rem; }
.usp-row .usp-item h4 { color: #fff; margin: 0 0 .25rem; font-size: 1.05rem; }
.usp-row .usp-item p { color: rgba(255,255,255,.85); margin: 0; font-size: .92rem; }

/* CTA-banner */
.cta-banner {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-200) 100%);
	color: #fff; padding: 3rem 0; text-align: center;
}
.cta-banner h2 { color: #fff; }
.cta-banner .btn-light { color: var(--primary); font-weight: 700; padding: .9rem 1.8rem; border-radius: 999px; }

/* Page-header (interior pages) */
.page-header-v2 {
	background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-200) 100%);
	color: #fff; padding: 3rem 0 2rem;
}
.page-boek-nu .page-header-v2 {
	background: linear-gradient(135deg, rgba(29,53,87,.88) 0%, rgba(29,53,87,.72) 55%, rgba(232,84,31,.55) 100%),
	            url('/theme/images/hero-boek-nu.jpg') center/cover no-repeat;
	padding: 4rem 0 3rem;
}
.page-header-v2 h1 { color: #fff; margin: 0 0 .4rem; }
.page-header-v2 .breadcrumb { background: transparent; padding: 0; margin: .6rem 0 0; }
.page-header-v2 .breadcrumb a, .page-header-v2 .breadcrumb-item { color: rgba(255,255,255,.82); }
.page-header-v2 .breadcrumb-item.active { color: #fff; }
.page-header-v2 .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.6); }

/* Section spacing */
.section-padded { padding: 4rem 0; }
.section-padded-sm { padding: 2.5rem 0; }
.section-grey { background: #f7f8fa; }

/* Footer */
.site-footer { background: var(--secondary-200); color: rgba(255,255,255,.82); padding: 3rem 0 1rem; }
.site-footer h5 { color: #fff; margin-bottom: 1rem; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .04em; }
.site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer a:hover { color: var(--primary--100); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { padding: .25rem 0; }
.site-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 1rem; margin-top: 2rem; font-size: .85rem; }

/* Form (boek-nu) */
.boek-form { background: #fff; border-radius: 12px; padding: 2rem; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.boek-form .form-label { font-weight: 600; color: var(--secondary); }
.boek-form .form-control, .boek-form .form-select { padding: .65rem .85rem; border-radius: 8px; }
.boek-form .form-control:focus, .boek-form .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 .2rem var(--primary-rgba-20); }
.boek-form .btn-primary-cta {
	background: var(--primary); border-color: var(--primary); color: #fff;
	padding: .9rem 2rem; font-weight: 700; border-radius: 999px; font-size: 1.1rem;
}
.boek-form .btn-primary-cta:hover { background: var(--primary-200); border-color: var(--primary-200); }
.boek-form .honey { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.dienst-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 1.5rem; }
@media (max-width: 600px) { .dienst-cards { grid-template-columns: 1fr; } }
.dienst-cards label {
	cursor: pointer; padding: 1rem; border: 2px solid #e2e6ee; border-radius: 10px;
	display: flex; gap: .75rem; align-items: flex-start; transition: all .15s ease;
}
.dienst-cards label:hover { border-color: var(--primary); background: var(--primary-rgba-10); }
.dienst-cards input[type=radio] { margin-top: .3rem; }
.dienst-cards input[type=radio]:checked + .dienst-body { color: var(--primary); }
.dienst-cards input[type=radio]:checked ~ * { /* no-op fallback */ }
.dienst-cards label:has(input:checked) { border-color: var(--primary); background: var(--primary-rgba-10); }
.dienst-cards .dienst-title { font-weight: 700; font-size: 1.05rem; color: var(--secondary); }
.dienst-cards .dienst-desc { font-size: .88rem; color: #555; margin-top: .2rem; }

/* Compact content */
.lead-tight { font-size: 1.1rem; color: #555; }
.text-primary-ka { color: var(--primary) !important; }
