/*
Theme Name: Fix mijn Boete
Theme URI: https://www.fixdevesten.be
Description: Lichtgewicht thema voor "Fix mijn Boete", een burgerinitiatief van Fix de Vesten. Zus van het fixdevesten-child thema: zelfde palet (blauw/navy/amber) en typografie (Newsreader + Mulish), met een eigen accent rond het boete-thema. Werkt samen met de plugin "Fix mijn Boete".
Author: Fix de Vesten / Heart & Brain Group
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: fixmijnboete
*/

:root {
	--blue: #047CAC;
	--blue-dark: #0369a0;
	--navy: #0E3A57;
	--amber: #F2A93B;
	--ink: #1F2A30;
	--soft: #EEF4F7;
	--line: #d8e3ea;
	--muted: #5b6b73;
	--shell: 1140px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: 'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--ink);
	background: #fff;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	scroll-padding-top: 90px;
}

h1, h2, h3, h4 {
	font-family: 'Newsreader', Georgia, 'Times New Roman', serif;
	line-height: 1.12;
	color: var(--navy);
	margin: 0 0 .4em;
}

a { color: var(--blue); }

img { max-width: 100%; height: auto; }

.fmb-shell {
	max-width: var(--shell);
	margin: 0 auto;
	padding: 0 22px;
}

.fmb-skip {
	position: absolute;
	left: -9999px;
}
.fmb-skip:focus {
	left: 12px; top: 12px;
	background: #fff;
	padding: 10px 16px;
	border-radius: 8px;
	z-index: 100;
}

/* ---- Kicker (amber road-sign down-arrow accent) --------------------- */
.fmb-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	font-weight: 800;
	font-size: .82rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--blue);
}
.fmb-kicker::before {
	content: "";
	width: 0; height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 11px solid var(--amber);
}
.fmb-kicker-light { color: #9fd4ea; }

.fmb-section-title {
	font-size: clamp(1.7rem, 1.2rem + 2vw, 2.6rem);
	max-width: 18ch;
}
.fmb-title-light { color: #fff; max-width: 22ch; }

/* ---- Header --------------------------------------------------------- */
.fmb-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: saturate(160%) blur(8px);
	border-bottom: 1px solid var(--line);
}
.fmb-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
	gap: 18px;
}
.fmb-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}
.fmb-logo { height: 46px; width: auto; display: block; }
.fmb-footer-brand .fmb-logo { height: 40px; }
.fmb-brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.fmb-brand-name {
	font-family: 'Newsreader', Georgia, 'Times New Roman', serif;
	font-weight: 700;
	font-size: 1.32rem;
	color: var(--navy);
}
.fmb-brand-tag {
	font-size: .72rem;
	color: var(--muted);
	font-weight: 600;
}

.fmb-nav {
	display: flex;
	align-items: center;
	gap: 26px;
}
.fmb-nav a {
	text-decoration: none;
	color: var(--navy);
	font-weight: 600;
	font-size: .98rem;
}
.fmb-nav a:hover { color: var(--blue); }
.fmb-nav-cta {
	background: var(--blue);
	color: #fff !important;
	padding: 10px 18px;
	border-radius: 10px;
	box-shadow: 0 10px 20px -12px rgba(4, 124, 172, .8);
}
.fmb-nav-cta:hover { background: var(--blue-dark); }

.fmb-burger {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 8px;
}
.fmb-burger span {
	width: 26px; height: 3px;
	background: var(--navy);
	border-radius: 2px;
}

@media (max-width: 880px) {
	.fmb-burger { display: flex; }
	.fmb-nav {
		position: absolute;
		top: 100%; left: 0; right: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		background: #fff;
		border-bottom: 1px solid var(--line);
		padding: 8px 22px 16px;
		display: none;
	}
	.fmb-nav.is-open { display: flex; }
	.fmb-nav a { padding: 12px 0; border-bottom: 1px solid var(--soft); }
	.fmb-nav-cta { text-align: center; margin-top: 10px; border-bottom: 0 !important; }
}

/* ---- Hero ----------------------------------------------------------- */
.fmb-hero {
	background:
		radial-gradient(900px 500px at 85% -10%, rgba(4, 124, 172, .10), transparent 60%),
		linear-gradient(180deg, var(--soft), #fff 75%);
	padding: clamp(40px, 6vw, 76px) 0 clamp(48px, 6vw, 80px);
}
.fmb-hero-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
}
.fmb-hero-title {
	font-size: clamp(2.1rem, 1.4rem + 3.4vw, 3.5rem);
	letter-spacing: -.01em;
}
.fmb-hero-lead {
	font-size: 1.14rem;
	color: #33424a;
	margin: 0 0 16px;
	max-width: 40ch;
}
.fmb-hero-points {
	list-style: none;
	padding: 0;
	margin: 22px 0 0;
	display: grid;
	gap: 10px;
}
.fmb-hero-points li {
	position: relative;
	padding-left: 30px;
	font-weight: 600;
	color: var(--navy);
}
.fmb-hero-points li::before {
	content: "";
	position: absolute;
	left: 0; top: 4px;
	width: 18px; height: 18px;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px rgba(4,124,172,.25);
}
.fmb-hero-points li::after {
	content: "";
	position: absolute;
	left: 6px; top: 7px;
	width: 5px; height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
@media (max-width: 900px) {
	.fmb-hero-grid { grid-template-columns: 1fr; }
	.fmb-hero-form { order: -1; }
}

/* ---- Facts ---------------------------------------------------------- */
.fmb-facts { padding: clamp(48px, 6vw, 84px) 0; }
.fmb-fact-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 28px;
}
.fmb-fact-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 26px 24px;
	border-top: 4px solid var(--amber);
}
.fmb-fact-num {
	font-family: 'Newsreader', Georgia, 'Times New Roman', serif;
	font-weight: 700;
	font-size: 1.9rem;
	color: var(--blue);
	margin-bottom: 8px;
}
.fmb-fact-card p { margin: 0; color: #3a4850; }
.fmb-sources {
	margin: 22px 0 0;
	font-size: .92rem;
	color: var(--muted);
}
.fmb-sources a { color: var(--blue); text-decoration: none; font-weight: 600; }
.fmb-sources a:hover { text-decoration: underline; }
@media (max-width: 800px) {
	.fmb-fact-grid { grid-template-columns: 1fr; }
}

/* ---- Why (navy band) ------------------------------------------------ */
.fmb-why {
	background:
		radial-gradient(700px 400px at 10% 110%, rgba(242, 169, 59, .14), transparent 60%),
		var(--navy);
	color: #dbe7ee;
	padding: clamp(48px, 6vw, 88px) 0;
}
.fmb-why-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: clamp(28px, 4vw, 60px);
	align-items: center;
}
.fmb-quote {
	margin: 22px 0 14px;
	padding-left: 20px;
	border-left: 4px solid var(--amber);
	font-family: 'Newsreader', Georgia, 'Times New Roman', serif;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #fff;
	font-style: italic;
}
.fmb-why-link a { color: var(--amber); font-weight: 700; text-decoration: none; }
.fmb-why-link a:hover { text-decoration: underline; }
.fmb-why-list {
	list-style: none;
	margin: 0; padding: 0;
	display: grid;
	gap: 12px;
}
.fmb-why-list li {
	position: relative;
	padding: 14px 18px 14px 46px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 12px;
	font-weight: 600;
	color: #eaf2f7;
}
.fmb-why-list li::before {
	content: "";
	position: absolute;
	left: 18px; top: 50%;
	width: 0; height: 0;
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid var(--amber);
}
@media (max-width: 860px) {
	.fmb-why-grid { grid-template-columns: 1fr; }
}

/* ---- How ------------------------------------------------------------ */
.fmb-how { background: var(--soft); padding: clamp(48px, 6vw, 84px) 0; }
.fmb-how-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	margin-top: 28px;
}
.fmb-how-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 30px 28px;
}
.fmb-how-card-accent {
	border: 2px solid var(--amber);
	box-shadow: 0 20px 50px -30px rgba(242, 169, 59, .8);
}
.fmb-how-step {
	width: 44px; height: 44px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 12px;
	background: var(--blue);
	color: #fff;
	font-family: 'Newsreader', Georgia, 'Times New Roman', serif;
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 14px;
}
.fmb-how-card-accent .fmb-how-step { background: var(--amber); color: var(--navy); }
.fmb-how-card h3 { font-size: 1.4rem; }
.fmb-how-card p { color: #3a4850; margin: 0 0 14px; }
.fmb-how-cta {
	font-weight: 700;
	text-decoration: none;
	color: var(--blue);
}
.fmb-how-cta:hover { text-decoration: underline; }
@media (max-width: 800px) {
	.fmb-how-grid { grid-template-columns: 1fr; }
}

/* ---- FAQ ------------------------------------------------------------ */
.fmb-faq { padding: clamp(48px, 6vw, 84px) 0; }
.fmb-faq-inner { max-width: 800px; }
.fmb-faq-list { margin-top: 24px; display: grid; gap: 12px; }
.fmb-faq-list details {
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 4px 20px;
	background: #fff;
}
.fmb-faq-list summary {
	cursor: pointer;
	font-weight: 700;
	color: var(--navy);
	padding: 16px 0;
	list-style: none;
	position: relative;
	padding-right: 28px;
}
.fmb-faq-list summary::-webkit-details-marker { display: none; }
.fmb-faq-list summary::after {
	content: "+";
	position: absolute;
	right: 2px; top: 14px;
	font-size: 1.5rem;
	color: var(--blue);
	font-weight: 400;
}
.fmb-faq-list details[open] summary::after { content: "\2212"; }
.fmb-faq-list details p { margin: 0 0 16px; color: #3a4850; }
.fmb-faq-cta { margin-top: 28px; }
.fmb-btn {
	display: inline-block;
	padding: 14px 26px;
	background: var(--blue);
	color: #fff !important;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 800;
	box-shadow: 0 12px 24px -12px rgba(4, 124, 172, .8);
}
.fmb-btn:hover { background: var(--blue-dark); }

/* ---- Pagina's / prose ----------------------------------------------- */
.fmb-page { padding: clamp(40px, 5vw, 72px) 0; }
.fmb-page-inner { max-width: 760px; }
.fmb-page-title { font-size: clamp(1.9rem, 1.4rem + 2vw, 2.6rem); margin-bottom: .5em; }
.fmb-prose { font-size: 1.06rem; color: #2c3a42; }
.fmb-prose h2 { margin-top: 1.6em; font-size: 1.5rem; }
.fmb-prose h3 { margin-top: 1.3em; font-size: 1.2rem; }
.fmb-prose ul { padding-left: 1.2em; }
.fmb-prose li { margin: .3em 0; }
.fmb-prose a { color: var(--blue); }

/* ---- Footer --------------------------------------------------------- */
.fmb-site-footer {
	background: var(--navy);
	color: #c6d6df;
	padding: 44px 0 26px;
	margin-top: 0;
}
.fmb-footer-inner {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.fmb-footer-brand { display: flex; align-items: center; gap: 14px; }
.fmb-footer-brand strong { color: #fff; font-family: 'Newsreader', Georgia, 'Times New Roman', serif; font-size: 1.2rem; }
.fmb-footer-brand a { color: var(--amber); text-decoration: none; }
.fmb-footer-links { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.fmb-footer-links a { color: #c6d6df; text-decoration: none; font-weight: 600; }
.fmb-footer-links a:hover { color: #fff; }
.fmb-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 18px;
	font-size: .86rem;
	color: #8fa6b4;
}
