/*
Theme Name: Techhulp Amsterdam
Theme URI: https://techhulp020.nl/
Author: Techhulp Amsterdam
Author URI: https://techhulp020.nl/
Description: Snel, toegankelijk en SEO-geoptimaliseerd WordPress-theme voor computerhulp, ICT-support en telefoonondersteuning aan particulieren. Met WhatsApp-knop, tarievenblok, dienst- en wijkpagina's, LocalBusiness-schema en volledige vertaalondersteuning. Gebouwd voor lokale vindbaarheid in Amsterdam en omstreken.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techhulp
Tags: business, one-column, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks, accessibility-ready, blog, portfolio
*/

/* ==========================================================================
   1. Design tokens
   ========================================================================== */

:root {
	--th-primary: #0d3b66;
	--th-primary-dark: #082747;
	--th-primary-mid: #14568f;
	--th-primary-tint: #e9f1f8;
	--th-primary-tint-2: #d3e3f1;

	--th-accent: #f4711f;
	--th-accent-dark: #d85c0c;
	--th-accent-tint: #fdeee2;

	--th-whatsapp: #25d366;
	--th-whatsapp-dark: #1da851;

	--th-ink: #16212e;
	--th-ink-soft: #3c4c5e;
	--th-muted: #5f7284;
	--th-bg: #ffffff;
	--th-surface: #f5f9fc;
	--th-surface-2: #eef4f9;
	--th-border: #dbe5ee;
	--th-star: #f5a623;

	--th-radius-sm: 8px;
	--th-radius: 14px;
	--th-radius-lg: 22px;
	--th-radius-pill: 999px;

	--th-shadow-sm: 0 1px 2px rgba(13, 59, 102, .06), 0 2px 6px rgba(13, 59, 102, .06);
	--th-shadow: 0 2px 6px rgba(13, 59, 102, .07), 0 12px 28px rgba(13, 59, 102, .09);
	--th-shadow-lg: 0 8px 20px rgba(13, 59, 102, .1), 0 28px 60px rgba(13, 59, 102, .14);

	--th-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	--th-font-head: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

	--th-wrap: 1180px;
	--th-wrap-narrow: 760px;
	--th-gutter: 22px;

	--th-header-h: 78px;
}

/* ==========================================================================
   2. Reset & base
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--th-header-h) + 20px);
}

body {
	margin: 0;
	font-family: var(--th-font);
	/* 18px basis: bewust groter dan standaard voor leesbaarheid bij senioren */
	font-size: 18px;
	line-height: 1.65;
	color: var(--th-ink);
	background: var(--th-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img, svg, video, iframe { max-width: 100%; height: auto; display: block; }
img { border-radius: var(--th-radius-sm); }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--th-font-head);
	color: var(--th-primary-dark);
	line-height: 1.2;
	margin: 0 0 .6em;
	font-weight: 750;
	letter-spacing: -.02em;
	text-wrap: balance;
}

h1 { font-size: clamp(2rem, 1.35rem + 2.7vw, 3.15rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.35rem); }
h3 { font-size: clamp(1.25rem, 1.1rem + .7vw, 1.55rem); }
h4 { font-size: 1.15rem; }

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

a { color: var(--th-primary-mid); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
a:hover { color: var(--th-accent-dark); }

ul, ol { padding-left: 1.3em; margin: 0 0 1.15em; }
li { margin-bottom: .4em; }

strong, b { font-weight: 700; color: var(--th-primary-dark); }

blockquote {
	margin: 1.6em 0;
	padding: 1.1em 1.4em;
	border-left: 5px solid var(--th-accent);
	background: var(--th-surface);
	border-radius: 0 var(--th-radius) var(--th-radius) 0;
	font-size: 1.05em;
}
blockquote p:last-child { margin-bottom: 0; }

code, kbd, pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: .9em;
}
code { background: var(--th-surface-2); padding: .15em .4em; border-radius: 5px; }
pre { background: var(--th-primary-dark); color: #e8f1fa; padding: 1.2em; border-radius: var(--th-radius); overflow-x: auto; }
pre code { background: none; color: inherit; padding: 0; }

hr { border: 0; border-top: 1px solid var(--th-border); margin: 2.5em 0; }

table { width: 100%; border-collapse: collapse; margin-bottom: 1.5em; }
th, td { padding: .75em 1em; border-bottom: 1px solid var(--th-border); text-align: left; }
th { background: var(--th-surface); font-weight: 700; color: var(--th-primary-dark); }

/* Toegankelijkheid: zichtbare focus, nooit weghalen */
:focus-visible {
	outline: 3px solid var(--th-accent);
	outline-offset: 3px;
	border-radius: 4px;
}

.th-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 9999;
	background: var(--th-primary-dark);
	color: #fff;
	padding: 14px 22px;
	border-radius: 0 0 var(--th-radius-sm) 0;
	font-weight: 700;
	text-decoration: none;
}
.th-skip-link:focus { left: 0; color: #fff; }

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px; width: 1px;
	margin: -1px; overflow: hidden; padding: 0;
	position: absolute !important;
	white-space: nowrap;
}
.screen-reader-text:focus {
	clip-path: none;
	height: auto; width: auto;
	position: static !important;
	padding: 14px 22px;
	background: var(--th-primary-dark);
	color: #fff;
}

/* ==========================================================================
   3. Layout helpers
   ========================================================================== */

.th-wrap {
	width: 100%;
	max-width: var(--th-wrap);
	margin-inline: auto;
	padding-inline: var(--th-gutter);
}
.th-wrap--narrow { max-width: var(--th-wrap-narrow); }

.th-section { padding: clamp(48px, 6vw, 88px) 0; }
.th-section--tight { padding: clamp(34px, 4vw, 56px) 0; }
.th-section--surface { background: var(--th-surface); }
.th-section--tint { background: var(--th-primary-tint); }
.th-section--dark { background: var(--th-primary-dark); color: #dce8f3; }
.th-section--dark h2, .th-section--dark h3 { color: #fff; }

.th-section-head { max-width: 720px; margin: 0 auto clamp(30px, 4vw, 52px); text-align: center; }
.th-section-head p { color: var(--th-muted); font-size: 1.08em; margin-bottom: 0; }
.th-section-head--left { margin-inline: 0; text-align: left; }

.th-eyebrow {
	display: inline-block;
	font-size: .82rem;
	font-weight: 750;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--th-accent-dark);
	background: var(--th-accent-tint);
	padding: .35em .85em;
	border-radius: var(--th-radius-pill);
	margin-bottom: 1em;
}
.th-section--dark .th-eyebrow { background: rgba(244, 113, 31, .18); color: #ffb787; }

.th-grid { display: grid; gap: clamp(18px, 2.2vw, 30px); }
.th-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.th-grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.th-grid--4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

/* ==========================================================================
   4. Buttons
   ========================================================================== */

.th-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .6em;
	padding: .85em 1.6em;
	border-radius: var(--th-radius-pill);
	font-weight: 700;
	font-size: 1.02rem;
	line-height: 1.25;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease;
	text-align: center;
}
.th-btn:hover { transform: translateY(-2px); }
.th-btn:active { transform: translateY(0); }
.th-btn svg { width: 1.15em; height: 1.15em; flex: none; }

.th-btn--primary { background: var(--th-accent); color: #fff; box-shadow: var(--th-shadow-sm); }
.th-btn--primary:hover { background: var(--th-accent-dark); color: #fff; box-shadow: var(--th-shadow); }

.th-btn--whatsapp { background: var(--th-whatsapp); color: #08301a; box-shadow: var(--th-shadow-sm); }
.th-btn--whatsapp:hover { background: var(--th-whatsapp-dark); color: #fff; box-shadow: var(--th-shadow); }

.th-btn--dark { background: var(--th-primary); color: #fff; }
.th-btn--dark:hover { background: var(--th-primary-dark); color: #fff; }

.th-btn--ghost { background: transparent; color: var(--th-primary); border-color: var(--th-primary-tint-2); }
.th-btn--ghost:hover { background: var(--th-primary-tint); color: var(--th-primary-dark); }

.th-btn--light { background: #fff; color: var(--th-primary-dark); }
.th-btn--light:hover { background: var(--th-primary-tint); color: var(--th-primary-dark); }

.th-btn--lg { padding: 1.05em 2em; font-size: 1.1rem; }
.th-btn--block { display: flex; width: 100%; }

.th-btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.th-btn-row--center { justify-content: center; }

/* ==========================================================================
   5. Header
   ========================================================================== */

.th-topbar {
	background: var(--th-primary-dark);
	color: #b9d1e6;
	font-size: .88rem;
	padding: 7px 0;
}
.th-topbar__inner { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; justify-content: space-between; }
.th-topbar__list { display: flex; flex-wrap: wrap; gap: 6px 20px; list-style: none; margin: 0; padding: 0; }
.th-topbar__list li { margin: 0; display: inline-flex; align-items: center; gap: .45em; }
.th-topbar a { color: #d8e8f5; text-decoration: none; }
.th-topbar a:hover { color: #fff; text-decoration: underline; }
.th-topbar svg { width: 15px; height: 15px; opacity: .8; flex: none; }

.th-header {
	position: sticky;
	top: 0;
	z-index: 500;
	background: rgba(255, 255, 255, .96);
	backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--th-border);
	transition: box-shadow .2s ease;
}
.th-header.is-stuck { box-shadow: var(--th-shadow-sm); }
/* De header mag breder zijn dan de tekstkolom: dat scheelt ruimte in het menu. */
.th-header > .th-wrap,
.th-topbar > .th-wrap { max-width: 1440px; }
.th-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: var(--th-header-h);
}

.th-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: none; }
.th-brand img { max-height: 52px; width: auto; border-radius: 0; }
.th-brand__mark {
	width: 44px; height: 44px; flex: none;
	border-radius: 12px;
	background: linear-gradient(140deg, var(--th-primary-mid), var(--th-primary-dark));
	color: #fff;
	display: grid; place-items: center;
	font-weight: 800; font-size: 1.05rem; letter-spacing: -.03em;
}
.th-brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.th-brand__name { font-weight: 800; font-size: 1.22rem; color: var(--th-primary-dark); letter-spacing: -.025em; }
.th-brand__tag { font-size: .78rem; color: var(--th-muted); font-weight: 500; letter-spacing: .01em; }

.th-nav { margin-left: auto; min-width: 0; }
.th-nav ul { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 0; list-style: none; margin: 0; padding: 0; min-width: 0; }
.th-nav li { margin: 0; position: relative; }
.th-nav a {
	display: block;
	padding: .6em .7em;
	color: var(--th-ink-soft);
	font-weight: 600;
	font-size: .96rem;
	text-decoration: none;
	border-radius: var(--th-radius-sm);
	white-space: nowrap;
}
.th-nav a:hover { background: var(--th-primary-tint); color: var(--th-primary-dark); }
.th-nav .current-menu-item > a,
.th-nav .current_page_item > a,
.th-nav .current-menu-ancestor > a { color: var(--th-primary); background: var(--th-primary-tint); }

/* Submenu */
.th-nav .sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	min-width: 250px;
	background: #fff;
	border: 1px solid var(--th-border);
	border-radius: var(--th-radius);
	box-shadow: var(--th-shadow);
	padding: 8px;
	display: block;
	flex-direction: column;
	align-items: stretch;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.th-nav li:hover > .sub-menu,
.th-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.th-nav .sub-menu li { width: 100%; }
.th-nav .sub-menu a { padding: .55em .8em; font-weight: 500; }
.th-nav .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: .42em; height: .42em;
	margin-left: .45em;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	opacity: .6;
}

.th-header__cta { display: flex; align-items: center; gap: 10px; flex: none; }
.th-header__phone {
	display: inline-flex; align-items: center; gap: .5em;
	font-weight: 750; color: var(--th-primary-dark); text-decoration: none;
	font-size: 1.02rem; white-space: nowrap;
}
.th-header__phone:hover { color: var(--th-accent-dark); }
.th-header__phone svg { width: 18px; height: 18px; }

.th-burger {
	display: none;
	width: 48px; height: 48px;
	border: 1px solid var(--th-border);
	background: #fff;
	border-radius: var(--th-radius-sm);
	cursor: pointer;
	padding: 0;
	place-items: center;
	flex: none;
}
.th-burger span {
	display: block;
	width: 22px; height: 2px;
	background: var(--th-primary-dark);
	border-radius: 2px;
	position: relative;
	transition: background .2s;
}
.th-burger span::before, .th-burger span::after {
	content: ""; position: absolute; left: 0;
	width: 22px; height: 2px; background: var(--th-primary-dark); border-radius: 2px;
	transition: transform .22s ease, top .22s ease;
}
.th-burger span::before { top: -7px; }
.th-burger span::after { top: 7px; }
.th-burger[aria-expanded="true"] span { background: transparent; }
.th-burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.th-burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* ==========================================================================
   6. Hero
   ========================================================================== */

.th-hero {
	position: relative;
	background:
		radial-gradient(1100px 520px at 88% -10%, rgba(20, 86, 143, .22), transparent 62%),
		radial-gradient(760px 420px at 4% 108%, rgba(244, 113, 31, .13), transparent 60%),
		linear-gradient(168deg, #0b3159 0%, var(--th-primary-dark) 100%);
	color: #dce9f5;
	padding: clamp(52px, 7vw, 96px) 0 clamp(56px, 7vw, 100px);
	overflow: hidden;
}
.th-hero::after {
	content: "";
	position: absolute; inset: auto 0 -1px 0; height: 60px;
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .06));
	pointer-events: none;
}
.th-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	gap: clamp(30px, 4.5vw, 62px);
	align-items: center;
}
.th-hero h1 { color: #fff; margin-bottom: .45em; }
.th-hero h1 em { font-style: normal; color: #ffb787; }
.th-hero__lead { font-size: clamp(1.06rem, 1rem + .3vw, 1.25rem); color: #c2d8ea; max-width: 56ch; margin-bottom: 1.5em; }

.th-hero__usps { list-style: none; padding: 0; margin: 0 0 1.9em; display: grid; gap: .55em; }
.th-hero__usps li { display: flex; align-items: flex-start; gap: .65em; color: #d6e6f3; margin: 0; font-weight: 500; }
.th-hero__usps svg { width: 22px; height: 22px; flex: none; color: #4ade80; margin-top: .12em; }

.th-hero__trust {
	display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px;
	margin-top: 1.9em; padding-top: 1.5em;
	border-top: 1px solid rgba(255, 255, 255, .14);
	font-size: .93rem; color: #a9c6de;
}
.th-hero__stars { display: inline-flex; gap: 2px; color: var(--th-star); }
.th-hero__stars svg { width: 17px; height: 17px; }

/* Hero-kaart */
.th-hero__card {
	background: #fff;
	border-radius: var(--th-radius-lg);
	padding: clamp(24px, 2.6vw, 34px);
	box-shadow: var(--th-shadow-lg);
	color: var(--th-ink);
}
.th-hero__card h2 { font-size: 1.35rem; margin-bottom: .3em; }
.th-hero__card > p { color: var(--th-muted); font-size: .98rem; }
.th-price-badge {
	display: flex; align-items: baseline; gap: .4em; flex-wrap: wrap;
	background: var(--th-primary-tint);
	border-radius: var(--th-radius);
	padding: 16px 20px;
	margin: 18px 0;
}
.th-price-badge__amount { font-size: 2.15rem; font-weight: 800; color: var(--th-primary-dark); letter-spacing: -.03em; line-height: 1; }
.th-price-badge__unit { font-size: .98rem; color: var(--th-muted); font-weight: 600; }
.th-price-badge__note { flex-basis: 100%; font-size: .86rem; color: var(--th-muted); margin-top: 4px; }

.th-hero__card-list { list-style: none; padding: 0; margin: 0 0 20px; font-size: .96rem; }
.th-hero__card-list li {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: .6em 0; margin: 0;
	border-bottom: 1px dashed var(--th-border);
}
.th-hero__card-list li:last-child { border-bottom: 0; }
.th-hero__card-list span:last-child { font-weight: 700; color: var(--th-primary-dark); white-space: nowrap; }
.th-hero__card-foot { font-size: .84rem; color: var(--th-muted); text-align: center; margin-top: 12px; }

/* ==========================================================================
   7. Kaarten & componenten
   ========================================================================== */

.th-card {
	background: #fff;
	border: 1px solid var(--th-border);
	border-radius: var(--th-radius-lg);
	padding: clamp(22px, 2.4vw, 30px);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
	display: flex; flex-direction: column;
	height: 100%;
}
.th-card:hover { transform: translateY(-4px); box-shadow: var(--th-shadow); border-color: var(--th-primary-tint-2); }
.th-card h3 { margin-bottom: .45em; font-size: 1.28rem; }
.th-card p { color: var(--th-ink-soft); font-size: .99rem; }
.th-card__icon {
	width: 56px; height: 56px;
	border-radius: 16px;
	background: var(--th-primary-tint);
	color: var(--th-primary);
	display: grid; place-items: center;
	margin-bottom: 18px;
}
.th-card__icon svg { width: 28px; height: 28px; }
.th-card--accent .th-card__icon { background: var(--th-accent-tint); color: var(--th-accent-dark); }
.th-card__list { list-style: none; padding: 0; margin: .8em 0 0; font-size: .95rem; }
.th-card__list li { display: flex; gap: .55em; align-items: flex-start; color: var(--th-ink-soft); margin-bottom: .35em; }
.th-card__list li::before { content: "✓"; color: var(--th-whatsapp-dark); font-weight: 800; flex: none; }
.th-card__link {
	margin-top: auto; padding-top: 18px;
	font-weight: 700; text-decoration: none; color: var(--th-primary-mid);
	display: inline-flex; align-items: center; gap: .35em;
	align-self: flex-start;
}
.th-card__link::after { content: "→"; transition: transform .16s ease; }
.th-card__link:hover::after { transform: translateX(4px); }
.th-card__price {
	font-size: .9rem; font-weight: 700; color: var(--th-accent-dark);
	background: var(--th-accent-tint); border-radius: var(--th-radius-pill);
	padding: .25em .8em; align-self: flex-start; margin-bottom: 14px;
}

/* Stappen */
.th-steps { counter-reset: th-step; display: grid; gap: clamp(18px, 2.4vw, 28px); grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.th-step { position: relative; padding-top: 12px; }
.th-step::before {
	counter-increment: th-step;
	content: counter(th-step);
	display: grid; place-items: center;
	width: 54px; height: 54px;
	border-radius: 50%;
	background: var(--th-accent);
	color: #fff;
	font-weight: 800; font-size: 1.35rem;
	margin-bottom: 16px;
	box-shadow: 0 0 0 6px var(--th-accent-tint);
}
.th-step h3 { font-size: 1.2rem; margin-bottom: .35em; }
.th-step p { color: var(--th-ink-soft); font-size: .99rem; margin: 0; }

/* Tarieventabel */
.th-rates { display: grid; gap: clamp(18px, 2.2vw, 26px); grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); align-items: start; }
.th-rate {
	background: #fff; border: 1px solid var(--th-border);
	border-radius: var(--th-radius-lg);
	padding: clamp(24px, 2.6vw, 32px);
	display: flex; flex-direction: column; height: 100%;
	position: relative;
}
.th-rate--featured { border-color: var(--th-accent); box-shadow: var(--th-shadow); }
.th-rate__flag {
	position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
	background: var(--th-accent); color: #fff;
	font-size: .78rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase;
	padding: .35em 1em; border-radius: var(--th-radius-pill); white-space: nowrap;
}
.th-rate h3 { font-size: 1.3rem; margin-bottom: .2em; }
.th-rate__sub { color: var(--th-muted); font-size: .95rem; margin-bottom: 1.1em; }
.th-rate__amount { display: flex; align-items: baseline; gap: .3em; margin-bottom: 1em; }
.th-rate__amount b { font-size: 2.5rem; font-weight: 800; color: var(--th-primary-dark); letter-spacing: -.035em; line-height: 1; }
.th-rate__amount span { color: var(--th-muted); font-size: .95rem; font-weight: 600; }
.th-rate ul { list-style: none; padding: 0; margin: 0 0 1.5em; font-size: .97rem; }
.th-rate ul li { display: flex; gap: .6em; align-items: flex-start; color: var(--th-ink-soft); margin-bottom: .5em; }
.th-rate ul li::before { content: "✓"; color: var(--th-whatsapp-dark); font-weight: 800; flex: none; }
.th-rate .th-btn { margin-top: auto; }

/* Reviews */
.th-review {
	background: #fff; border: 1px solid var(--th-border);
	border-radius: var(--th-radius-lg); padding: clamp(22px, 2.4vw, 30px);
	display: flex; flex-direction: column; height: 100%;
}
.th-review__stars { display: flex; gap: 2px; color: var(--th-star); margin-bottom: 14px; }
.th-review__stars svg { width: 19px; height: 19px; }
.th-review p { font-size: 1.02rem; color: var(--th-ink-soft); }
.th-review__who { margin-top: auto; padding-top: 16px; display: flex; align-items: center; gap: 12px; }
.th-review__avatar {
	width: 44px; height: 44px; border-radius: 50%;
	background: var(--th-primary-tint); color: var(--th-primary);
	display: grid; place-items: center; font-weight: 800; flex: none;
}
.th-review__name { font-weight: 750; color: var(--th-primary-dark); font-size: .97rem; line-height: 1.3; }
.th-review__place { font-size: .87rem; color: var(--th-muted); }

/* FAQ */
.th-faq { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.th-faq details {
	background: #fff; border: 1px solid var(--th-border);
	border-radius: var(--th-radius); overflow: hidden;
	transition: border-color .18s ease, box-shadow .18s ease;
}
.th-faq details[open] { border-color: var(--th-primary-tint-2); box-shadow: var(--th-shadow-sm); }
.th-faq summary {
	cursor: pointer; list-style: none;
	padding: 1.05em 3em 1.05em 1.25em;
	font-weight: 700; color: var(--th-primary-dark); font-size: 1.05rem;
	position: relative;
}
.th-faq summary::-webkit-details-marker { display: none; }
.th-faq summary::after {
	content: ""; position: absolute; right: 1.25em; top: 1.5em;
	width: .5em; height: .5em;
	border-right: 2.5px solid var(--th-accent); border-bottom: 2.5px solid var(--th-accent);
	transform: rotate(45deg); transition: transform .2s ease;
}
.th-faq details[open] summary::after { transform: rotate(-135deg); top: 1.65em; }
.th-faq summary:hover { background: var(--th-surface); }
.th-faq__answer { padding: 0 1.25em 1.25em; color: var(--th-ink-soft); }
.th-faq__answer p:last-child { margin-bottom: 0; }

/* Werkgebied */
.th-areas { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.th-area-chip {
	display: inline-flex; align-items: center; gap: .4em;
	background: #fff; border: 1px solid var(--th-border);
	border-radius: var(--th-radius-pill);
	padding: .5em 1.1em;
	font-size: .96rem; font-weight: 600;
	color: var(--th-ink-soft); text-decoration: none;
	transition: all .16s ease;
}
.th-area-chip:hover { background: var(--th-primary); border-color: var(--th-primary); color: #fff; transform: translateY(-2px); }
.th-area-chip svg { width: 15px; height: 15px; opacity: .55; }
.th-area-chip:hover svg { opacity: 1; }

/* CTA-band */
.th-cta-band {
	background: linear-gradient(135deg, var(--th-primary) 0%, var(--th-primary-dark) 100%);
	border-radius: var(--th-radius-lg);
	padding: clamp(30px, 4vw, 52px);
	color: #dce9f5;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 26px;
	align-items: center;
}
.th-cta-band h2 { color: #fff; margin-bottom: .3em; }
.th-cta-band p { margin-bottom: 0; color: #bcd4e8; }

/* Zwevende WhatsApp-knop */
.th-float {
	position: fixed;
	right: 18px; bottom: 18px;
	z-index: 900;
	display: inline-flex; align-items: center; gap: .6em;
	background: var(--th-whatsapp);
	color: #08301a;
	font-weight: 750;
	padding: .85em 1.35em;
	border-radius: var(--th-radius-pill);
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(37, 211, 102, .38), var(--th-shadow);
	transition: transform .18s ease, background-color .18s ease;
}
.th-float:hover { transform: translateY(-3px) scale(1.02); background: var(--th-whatsapp-dark); color: #fff; }
.th-float svg { width: 24px; height: 24px; flex: none; }
.th-float__label { white-space: nowrap; }

/* Mobiele actiebalk */
.th-mobilebar {
	display: none;
	position: fixed; left: 0; right: 0; bottom: 0;
	z-index: 950;
	background: #fff;
	border-top: 1px solid var(--th-border);
	box-shadow: 0 -4px 18px rgba(13, 59, 102, .1);
	padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
	gap: 8px;
}
.th-mobilebar a {
	flex: 1;
	display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
	padding: .5em .3em;
	border-radius: var(--th-radius-sm);
	text-decoration: none;
	font-size: .78rem; font-weight: 700;
}
.th-mobilebar svg { width: 21px; height: 21px; }
.th-mobilebar .is-wa { background: var(--th-whatsapp); color: #08301a; }
.th-mobilebar .is-call { background: var(--th-primary); color: #fff; }
.th-mobilebar .is-mail { background: var(--th-surface-2); color: var(--th-primary-dark); }

/* ==========================================================================
   8. Content-pagina's
   ========================================================================== */

.th-pagehead {
	background: linear-gradient(160deg, var(--th-primary) 0%, var(--th-primary-dark) 100%);
	color: #d3e5f3;
	padding: clamp(36px, 4.5vw, 64px) 0;
}
.th-pagehead h1 { color: #fff; margin-bottom: .25em; }
.th-pagehead p { color: #b6d0e5; max-width: 62ch; margin-bottom: 0; font-size: 1.08em; }

.th-breadcrumbs { font-size: .88rem; margin-bottom: 1em; color: #9dbdd7; }
.th-breadcrumbs a { color: #cfe3f2; text-decoration: none; }
.th-breadcrumbs a:hover { color: #fff; text-decoration: underline; }
.th-breadcrumbs span[aria-hidden] { padding: 0 .45em; opacity: .55; }

.th-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(28px, 4vw, 56px); align-items: start; }
.th-layout--full { grid-template-columns: minmax(0, 1fr); }

.th-content > *:first-child { margin-top: 0; }
.th-content h2 { margin-top: 1.6em; }
.th-content h3 { margin-top: 1.4em; }
.th-content ul li::marker { color: var(--th-accent); }
.th-content .alignwide { width: min(100vw - 2 * var(--th-gutter), 1180px); margin-inline: auto; }
.th-content .alignfull { width: 100vw; margin-left: calc(50% - 50vw); max-width: 100vw; }
.th-content .alignleft { float: left; margin: .4em 1.6em 1.2em 0; }
.th-content .alignright { float: right; margin: .4em 0 1.2em 1.6em; }
.th-content .aligncenter { margin-inline: auto; }
.th-content figure { margin: 1.8em 0; }
.th-content figcaption { font-size: .88rem; color: var(--th-muted); text-align: center; margin-top: .6em; }

/* Zijbalk */
.th-sidebar { position: sticky; top: calc(var(--th-header-h) + 22px); display: grid; gap: 20px; }
.th-widget {
	background: var(--th-surface);
	border: 1px solid var(--th-border);
	border-radius: var(--th-radius-lg);
	padding: 22px;
	font-size: .97rem;
}
.th-widget h2, .th-widget .widget-title { font-size: 1.1rem; margin-bottom: .7em; }
.th-widget ul { list-style: none; padding: 0; margin: 0; }
.th-widget li { margin-bottom: .5em; }
.th-widget a { text-decoration: none; color: var(--th-ink-soft); font-weight: 600; }
.th-widget a:hover { color: var(--th-accent-dark); }

.th-sidecta { background: var(--th-primary-dark); border-color: var(--th-primary-dark); color: #cfe1f0; text-align: center; }
.th-sidecta h2 { color: #fff; }
.th-sidecta p { color: #b3cde2; font-size: .95rem; }

/* Berichtenlijst */
.th-postcard { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--th-border); border-radius: var(--th-radius-lg); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.th-postcard:hover { transform: translateY(-4px); box-shadow: var(--th-shadow); }
.th-postcard__thumb { aspect-ratio: 16 / 10; overflow: hidden; background: var(--th-surface-2); }
.th-postcard__thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.th-postcard__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.th-postcard__meta { font-size: .85rem; color: var(--th-muted); margin-bottom: .5em; }
.th-postcard h2, .th-postcard h3 { font-size: 1.2rem; margin-bottom: .4em; }
.th-postcard h2 a, .th-postcard h3 a { color: inherit; text-decoration: none; }
.th-postcard h2 a:hover, .th-postcard h3 a:hover { color: var(--th-accent-dark); }
.th-postcard p { font-size: .96rem; color: var(--th-ink-soft); }

.th-pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 44px; }
.th-pagination .page-numbers {
	display: grid; place-items: center;
	min-width: 46px; height: 46px; padding: 0 .7em;
	border: 1px solid var(--th-border); border-radius: var(--th-radius-sm);
	text-decoration: none; font-weight: 700; color: var(--th-ink-soft); background: #fff;
}
.th-pagination .page-numbers:hover { border-color: var(--th-primary); color: var(--th-primary); }
.th-pagination .current { background: var(--th-primary); border-color: var(--th-primary); color: #fff; }

/* Formulier */
.th-form { display: grid; gap: 16px; }
.th-field { display: grid; gap: 6px; }
.th-field label { font-weight: 700; font-size: .96rem; color: var(--th-primary-dark); }
.th-field .th-req { color: var(--th-accent-dark); }
.th-field input, .th-field select, .th-field textarea {
	width: 100%;
	font: inherit; font-size: 1rem;
	padding: .8em 1em;
	border: 2px solid var(--th-border);
	border-radius: var(--th-radius-sm);
	background: #fff;
	color: var(--th-ink);
	transition: border-color .16s ease, box-shadow .16s ease;
}
.th-field input:focus, .th-field select:focus, .th-field textarea:focus {
	border-color: var(--th-primary-mid);
	box-shadow: 0 0 0 4px var(--th-primary-tint);
	outline: none;
}
.th-field textarea { min-height: 140px; resize: vertical; }
.th-field__hint { font-size: .86rem; color: var(--th-muted); }
.th-hp { position: absolute !important; left: -9999px; }
.th-notice { padding: 1em 1.2em; border-radius: var(--th-radius); font-weight: 600; }
.th-notice--ok { background: #e6f7ee; border: 1px solid #a5e0c0; color: #145c39; }
.th-notice--err { background: #fdeceb; border: 1px solid #f5b8b3; color: #8c2c25; }

.th-contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); gap: clamp(28px, 4vw, 52px); align-items: start; }
.th-contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.th-contact-list li { display: flex; gap: 14px; align-items: flex-start; margin: 0; }
.th-contact-list__icon {
	width: 44px; height: 44px; flex: none;
	border-radius: 12px; background: var(--th-primary-tint); color: var(--th-primary);
	display: grid; place-items: center;
}
.th-contact-list__icon svg { width: 21px; height: 21px; }
.th-contact-list b { display: block; font-size: .97rem; }
.th-contact-list a { text-decoration: none; font-weight: 600; }

/* ==========================================================================
   9. Footer
   ========================================================================== */

.th-footer { background: var(--th-primary-dark); color: #a9c6de; padding: clamp(44px, 5vw, 68px) 0 0; margin-top: clamp(48px, 6vw, 80px); }
.th-footer a { color: #cfe2f1; text-decoration: none; }
.th-footer a:hover { color: #fff; text-decoration: underline; }
.th-footer__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(auto-fit, minmax(170px, 1fr)); gap: clamp(26px, 3.5vw, 46px); }
.th-footer h2, .th-footer .widget-title { color: #fff; font-size: 1.05rem; margin-bottom: .9em; }
.th-footer ul { list-style: none; padding: 0; margin: 0; font-size: .96rem; }
.th-footer li { margin-bottom: .5em; }
.th-footer__about p { font-size: .96rem; max-width: 42ch; }
.th-footer .th-brand__name { color: #fff; }
.th-footer .th-brand__tag { color: #8fb2cd; }
.th-footer__social { display: flex; gap: 10px; margin-top: 18px; }
.th-footer__social a {
	width: 40px; height: 40px; border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	display: grid; place-items: center;
	transition: background .16s ease;
}
.th-footer__social a:hover { background: var(--th-accent); }
.th-footer__social svg { width: 19px; height: 19px; }
.th-footer__bottom {
	margin-top: clamp(32px, 4vw, 50px);
	border-top: 1px solid rgba(255, 255, 255, .12);
	padding: 20px 0;
	display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between;
	font-size: .88rem; color: #85a8c5;
}
.th-footer__bottom ul { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.th-footer__bottom li { margin: 0; }

/* ==========================================================================
   10. Responsive
   ========================================================================== */

@media (max-width: 1040px) {
	.th-hero__inner { grid-template-columns: 1fr; }
	.th-hero__card { max-width: 520px; }
	.th-layout { grid-template-columns: 1fr; }
	.th-sidebar { position: static; }
	.th-contact-grid { grid-template-columns: 1fr; }
}

/* Met een lang menu wordt het krap; eerst het telefoonnummer inkorten. */
@media (max-width: 1400px) {
	.th-nav a { padding: .55em .6em; font-size: .93rem; }
	.th-header__phone .th-header__phone-text { display: none; }
	.th-header__phone { padding: .4em; }
}

@media (max-width: 1180px) {
	.th-burger { display: grid; }
	.th-nav {
		position: fixed;
		inset: var(--th-header-h) 0 auto 0;
		background: #fff;
		border-bottom: 1px solid var(--th-border);
		box-shadow: var(--th-shadow);
		padding: 14px var(--th-gutter) 22px;
		max-height: calc(100dvh - var(--th-header-h));
		overflow-y: auto;
		display: none;
	}
	.th-nav.is-open { display: block; }
	.th-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
	.th-nav a { padding: .85em .9em; font-size: 1.06rem; border-bottom: 1px solid var(--th-surface-2); border-radius: 0; }
	.th-nav .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none;
		box-shadow: none; border: 0; border-radius: 0;
		padding: 0 0 0 16px; min-width: 0;
	}
	.th-nav .menu-item-has-children > a::after { float: right; margin-top: .55em; }
	.th-header__cta .th-btn--desktop { display: none; }
	.th-cta-band { grid-template-columns: 1fr; }
	.th-footer__grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
}

@media (max-width: 700px) {
	body { font-size: 17px; }
	.th-topbar__inner { justify-content: center; text-align: center; }
	.th-topbar__list--secondary { display: none; }
	.th-mobilebar { display: flex; }
	.th-float { display: none; }
	body { padding-bottom: 74px; }
	.th-brand__tag { display: none; }
	.th-btn-row .th-btn { width: 100%; }
	.th-footer__bottom { justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
	.th-header, .th-topbar, .th-float, .th-mobilebar, .th-footer, .th-nav { display: none !important; }
	body { font-size: 12pt; color: #000; }
}

/* ==========================================================================
   11. Blok-editor & WordPress-standaarden
   ========================================================================== */

.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { font-size: .88rem; color: var(--th-muted); text-align: center; }
.sticky .th-postcard { border-color: var(--th-accent); }
.bypostauthor > article { border-left: 3px solid var(--th-accent); }
.wp-block-button__link { border-radius: var(--th-radius-pill); font-weight: 700; padding: .85em 1.7em; }
.has-primary-color { color: var(--th-primary) !important; }
.has-primary-background-color { background-color: var(--th-primary) !important; }
.has-accent-color { color: var(--th-accent) !important; }
.has-accent-background-color { background-color: var(--th-accent) !important; }
.has-ink-color { color: var(--th-ink) !important; }
.has-ink-background-color { background-color: var(--th-ink) !important; }
.has-surface-background-color { background-color: var(--th-surface) !important; }
.has-white-color { color: #fff !important; }
.has-white-background-color { background-color: #fff !important; }
