/**
 * Ramen Plaatsen service page — TopRenovatie theme styling
 * Scoped to .tr-service-ramen--theme
 */

body.tr-service-ramen-plaatsen header .header-banner,
body.tr-service-kozijnen-plaatsen header .header-banner,
body.tr-service-deuren-plaatsen header .header-banner {
	display: none !important;
}

body.tr-service-ramen-plaatsen #content.content--service-ramen,
body.tr-service-kozijnen-plaatsen #content.content--service-kozijnen,
body.tr-service-deuren-plaatsen #content.content--service-deuren {
	padding: 0;
	max-width: none;
	width: 100%;
}

.tr-service-ramen--theme, .tr-service-kozijnen--theme, .tr-service-deuren--theme {
	--clr-bg: #F5F2EB;
	--clr-surface: #ffffff;
	--clr-dark: #1D1D1D;
	--clr-mid: #4A4A4A;
	--clr-muted: #767676;
	--clr-border: rgba(39, 39, 39, 0.12);
	--clr-accent: #CCB05C;
	--clr-accent-lt: #EDE6CF;
	--clr-gold: #CCB05C;
	--clr-table-hd: #F3F1EC;
	--ff-display: Oswald, sans-serif;
	--ff-body: 'Didact Gothic', sans-serif;
	--radius: 4px;
	--max-w: 1180px;
	--transition: 0.22s ease;
	max-width: none;
	margin: 0;
	padding: 0;
	font-family: var(--ff-body);
	color: #272727;
	line-height: 1.65;
}

.tr-service-ramen--theme *,
.tr-service-ramen--theme *::before,
.tr-service-ramen--theme *::after, .tr-service-kozijnen--theme *,
.tr-service-kozijnen--theme *::before,
.tr-service-kozijnen--theme *::after, .tr-service-deuren--theme *,
.tr-service-deuren--theme *::before,
.tr-service-deuren--theme *::after {
	box-sizing: border-box;
}

/* Hero */
.tr-service-ramen--theme .hero, .tr-service-kozijnen--theme .hero, .tr-service-deuren--theme .hero {
	background-color: var(--clr-dark);
	color: #fff;
	padding: clamp(72px, 10vw, 96px) 24px clamp(60px, 8vw, 80px);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.tr-service-ramen--theme .hero::before, .tr-service-kozijnen--theme .hero::before, .tr-service-deuren--theme .hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
}

.tr-service-ramen--theme .hero > *, .tr-service-kozijnen--theme .hero > *, .tr-service-deuren--theme .hero > * {
	position: relative;
	z-index: 1;
}

.tr-service-ramen--theme .hero-eyebrow, .tr-service-kozijnen--theme .hero-eyebrow, .tr-service-deuren--theme .hero-eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--clr-accent);
	margin-bottom: 18px;
}

.tr-service-ramen--theme .hero h1, .tr-service-kozijnen--theme .hero h1, .tr-service-deuren--theme .hero h1 {
	color: #fff;
	font-family: Oswald, var(--ff-display), sans-serif;
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 4px;
	text-transform: uppercase;
	max-width: 800px;
	margin: 0 auto 20px;
}

.tr-service-ramen--theme .hero h1 em, .tr-service-kozijnen--theme .hero h1 em, .tr-service-deuren--theme .hero h1 em {
	color: var(--clr-accent);
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
}

.tr-service-ramen--theme .hero-sub, .tr-service-kozijnen--theme .hero-sub, .tr-service-deuren--theme .hero-sub {
	font-size: clamp(16px, 1.6vw, 18px);
	color: rgba(255, 255, 255, 0.88);
	max-width: 600px;
	margin: 0 auto 36px;
}

.tr-service-ramen--theme .hero-actions, .tr-service-kozijnen--theme .hero-actions, .tr-service-deuren--theme .hero-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

.tr-service-ramen--theme .btn-primary, .tr-service-kozijnen--theme .btn-primary, .tr-service-deuren--theme .btn-primary {
	background: var(--clr-accent);
	color: var(--clr-dark);
	padding: 14px 32px;
	border-radius: var(--radius);
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	transition: transform var(--transition), background var(--transition);
	display: inline-block;
}

.tr-service-ramen--theme .btn-primary:hover, .tr-service-kozijnen--theme .btn-primary:hover, .tr-service-deuren--theme .btn-primary:hover {
	transform: translateY(-2px);
	background: #B59840;
}

.tr-service-ramen--theme .btn-outline, .tr-service-kozijnen--theme .btn-outline, .tr-service-deuren--theme .btn-outline {
	border: 2px solid rgba(255, 255, 255, 0.55);
	color: #fff;
	padding: 12px 28px;
	border-radius: var(--radius);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	transition: border-color var(--transition), background var(--transition);
	display: inline-block;
}

.tr-service-ramen--theme .btn-outline:hover, .tr-service-kozijnen--theme .btn-outline:hover, .tr-service-deuren--theme .btn-outline:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.tr-service-ramen--theme .btn-green, .tr-service-kozijnen--theme .btn-green, .tr-service-deuren--theme .btn-green {
	background: var(--clr-accent);
	color: var(--clr-dark);
	padding: 15px 36px;
	border-radius: var(--radius);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	transition: background var(--transition), transform var(--transition);
	display: inline-block;
}

.tr-service-ramen--theme .btn-green:hover, .tr-service-kozijnen--theme .btn-green:hover, .tr-service-deuren--theme .btn-green:hover {
	background: #B59840;
	transform: translateY(-2px);
}

/* Trust bar */
.tr-service-ramen--theme .trust-bar, .tr-service-kozijnen--theme .trust-bar, .tr-service-deuren--theme .trust-bar {
	background: var(--clr-cream, var(--clr-bg));
	border-bottom: 1px solid var(--clr-border);
	padding: 20px 24px;
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.tr-service-ramen--theme .trust-item, .tr-service-kozijnen--theme .trust-item, .tr-service-deuren--theme .trust-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--clr-dark);
	font-size: 0.82rem;
	font-weight: 500;
}

.tr-service-ramen--theme .trust-item svg, .tr-service-kozijnen--theme .trust-item svg, .tr-service-deuren--theme .trust-item svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	color: var(--clr-accent);
}

/* Layout */
.tr-service-ramen--theme .container, .tr-service-kozijnen--theme .container, .tr-service-deuren--theme .container {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 24px;
}

.tr-service-ramen--theme .section, .tr-service-kozijnen--theme .section, .tr-service-deuren--theme .section {
	padding: 80px 0;
}

.tr-service-ramen--theme .section--alt, .tr-service-kozijnen--theme .section--alt, .tr-service-deuren--theme .section--alt {
	background: var(--clr-surface);
}

.tr-service-ramen--theme .section-eyebrow, .tr-service-kozijnen--theme .section-eyebrow, .tr-service-deuren--theme .section-eyebrow {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--clr-accent);
	display: block;
	margin-bottom: 10px;
}

.tr-service-ramen--theme .section-title, .tr-service-kozijnen--theme .section-title, .tr-service-deuren--theme .section-title {
	font-family: var(--ff-display);
	font-size: clamp(1.75rem, 3.5vw, 2.4rem);
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.tr-service-ramen--theme .section-lead, .tr-service-kozijnen--theme .section-lead, .tr-service-deuren--theme .section-lead {
	font-size: 1.05rem;
	color: var(--clr-mid);
	max-width: 640px;
	line-height: 1.7;
}

/* Intro */
.tr-service-ramen--theme .intro-grid, .tr-service-kozijnen--theme .intro-grid, .tr-service-deuren--theme .intro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.tr-service-ramen--theme .intro-img, .tr-service-kozijnen--theme .intro-img, .tr-service-deuren--theme .intro-img {
	border-radius: 8px;
	background: linear-gradient(145deg, var(--clr-accent-lt), #F5F2EB);
	aspect-ratio: 4/3;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.tr-service-ramen--theme .intro-img-label, .tr-service-kozijnen--theme .intro-img-label, .tr-service-deuren--theme .intro-img-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(29, 29, 29, 0.82);
	padding: 14px 20px;
	color: #fff;
	font-size: 0.82rem;
}

/* Material cards */
.tr-service-ramen--theme .materials-grid, .tr-service-kozijnen--theme .materials-grid, .tr-service-deuren--theme .materials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
	margin-top: 48px;
}

.tr-service-ramen--theme .material-card, .tr-service-kozijnen--theme .material-card, .tr-service-deuren--theme .material-card {
	background: var(--clr-surface);
	border: 1px solid var(--clr-border);
	border-radius: 8px;
	padding: 32px 28px;
	transition: box-shadow var(--transition), transform var(--transition);
	position: relative;
}

.tr-service-ramen--theme .material-card:hover, .tr-service-kozijnen--theme .material-card:hover, .tr-service-deuren--theme .material-card:hover {
	box-shadow: 0 10px 32px rgba(204, 176, 92, 0.18);
	transform: translateY(-3px);
}

.tr-service-ramen--theme .material-card.popular::before, .tr-service-kozijnen--theme .material-card.popular::before, .tr-service-deuren--theme .material-card.popular::before {
	content: 'Meest gekozen';
	position: absolute;
	top: -1px;
	right: 20px;
	background: var(--clr-accent);
	color: var(--clr-dark);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 0 0 6px 6px;
}

.tr-service-ramen--theme .material-icon, .tr-service-kozijnen--theme .material-icon, .tr-service-deuren--theme .material-icon {
	width: 48px;
	height: 48px;
	background: var(--clr-accent-lt);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.tr-service-ramen--theme .material-icon svg, .tr-service-kozijnen--theme .material-icon svg, .tr-service-deuren--theme .material-icon svg {
	width: 24px;
	height: 24px;
	color: var(--clr-accent);
}

.tr-service-ramen--theme .material-card h3, .tr-service-kozijnen--theme .material-card h3, .tr-service-deuren--theme .material-card h3 {
	font-family: var(--ff-display);
	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.tr-service-ramen--theme .material-card p, .tr-service-kozijnen--theme .material-card p, .tr-service-deuren--theme .material-card p {
	font-size: 0.9rem;
	color: var(--clr-mid);
	line-height: 1.6;
	margin-bottom: 18px;
}

.tr-service-ramen--theme .rating-row, .tr-service-kozijnen--theme .rating-row, .tr-service-deuren--theme .rating-row {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.tr-service-ramen--theme .rating-item, .tr-service-kozijnen--theme .rating-item, .tr-service-deuren--theme .rating-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.8rem;
}

.tr-service-ramen--theme .rating-label, .tr-service-kozijnen--theme .rating-label, .tr-service-deuren--theme .rating-label {
	width: 110px;
	color: var(--clr-mid);
	flex-shrink: 0;
}

.tr-service-ramen--theme .rating-dots, .tr-service-kozijnen--theme .rating-dots, .tr-service-deuren--theme .rating-dots {
	display: flex;
	gap: 3px;
}

.tr-service-ramen--theme .dot, .tr-service-kozijnen--theme .dot, .tr-service-deuren--theme .dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--clr-border);
}

.tr-service-ramen--theme .dot.filled, .tr-service-kozijnen--theme .dot.filled, .tr-service-deuren--theme .dot.filled {
	background: var(--clr-accent);
}

.tr-service-ramen--theme .material-price, .tr-service-kozijnen--theme .material-price, .tr-service-deuren--theme .material-price {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--clr-border);
	font-size: 0.82rem;
	color: var(--clr-muted);
}

.tr-service-ramen--theme .material-price strong, .tr-service-kozijnen--theme .material-price strong, .tr-service-deuren--theme .material-price strong {
	color: var(--clr-dark);
	font-size: 1.05rem;
}

/* Tables */
.tr-service-ramen--theme .price-intro, .tr-service-kozijnen--theme .price-intro, .tr-service-deuren--theme .price-intro {
	max-width: 640px;
	margin-bottom: 36px;
}

.tr-service-ramen--theme .price-table-wrap,
.tr-service-ramen--theme .comp-wrap, .tr-service-kozijnen--theme .price-table-wrap,
.tr-service-kozijnen--theme .comp-wrap, .tr-service-deuren--theme .price-table-wrap,
.tr-service-deuren--theme .comp-wrap {
	overflow-x: auto;
	border-radius: 8px;
	border: 1px solid var(--clr-border);
}

.tr-service-ramen--theme .comp-wrap, .tr-service-kozijnen--theme .comp-wrap, .tr-service-deuren--theme .comp-wrap {
	margin-top: 48px;
}

.tr-service-ramen--theme .price-table,
.tr-service-ramen--theme .comp-table, .tr-service-kozijnen--theme .price-table,
.tr-service-kozijnen--theme .comp-table, .tr-service-deuren--theme .price-table,
.tr-service-deuren--theme .comp-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.tr-service-ramen--theme .price-table thead,
.tr-service-ramen--theme .comp-table th, .tr-service-kozijnen--theme .price-table thead,
.tr-service-kozijnen--theme .comp-table th, .tr-service-deuren--theme .price-table thead,
.tr-service-deuren--theme .comp-table th {
	background: var(--clr-dark);
	color: #fff;
}

.tr-service-ramen--theme .price-table thead th, .tr-service-kozijnen--theme .price-table thead th, .tr-service-deuren--theme .price-table thead th {
	padding: 14px 20px;
	text-align: left;
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.03em;
	color: #fff;
	font-family: Oswald, var(--ff-display), sans-serif;
	text-transform: uppercase;
}

.tr-service-ramen--theme .price-table thead th:last-child, .tr-service-kozijnen--theme .price-table thead th:last-child, .tr-service-deuren--theme .price-table thead th:last-child {
	text-align: right;
}

.tr-service-ramen--theme .price-table tbody tr, .tr-service-kozijnen--theme .price-table tbody tr, .tr-service-deuren--theme .price-table tbody tr {
	border-bottom: 1px solid var(--clr-border);
	transition: background var(--transition);
}

.tr-service-ramen--theme .price-table tbody tr:last-child, .tr-service-kozijnen--theme .price-table tbody tr:last-child, .tr-service-deuren--theme .price-table tbody tr:last-child {
	border-bottom: none;
}

.tr-service-ramen--theme .price-table tbody tr:hover, .tr-service-kozijnen--theme .price-table tbody tr:hover, .tr-service-deuren--theme .price-table tbody tr:hover {
	background: var(--clr-accent-lt);
}

.tr-service-ramen--theme .price-table tbody td, .tr-service-kozijnen--theme .price-table tbody td, .tr-service-deuren--theme .price-table tbody td {
	padding: 13px 20px;
	vertical-align: middle;
}

.tr-service-ramen--theme .price-table tbody td:last-child, .tr-service-kozijnen--theme .price-table tbody td:last-child, .tr-service-deuren--theme .price-table tbody td:last-child {
	font-weight: 600;
	white-space: nowrap;
	text-align: right;
	color: var(--clr-accent);
}

.tr-service-ramen--theme .price-table tbody tr.section-row td, .tr-service-kozijnen--theme .price-table tbody tr.section-row td, .tr-service-deuren--theme .price-table tbody tr.section-row td {
	background: var(--clr-table-hd);
	font-weight: 700;
	color: var(--clr-dark);
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: left;
	white-space: normal;
}

.tr-service-ramen--theme .price-note, .tr-service-kozijnen--theme .price-note, .tr-service-deuren--theme .price-note {
	margin-top: 14px;
	margin-bottom: 0;
	font-size: 0.82rem;
	color: var(--clr-muted);
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.tr-service-ramen--theme .price-note + div, .tr-service-kozijnen--theme .price-note + div, .tr-service-deuren--theme .price-note + div {
	margin-top: 28px;
}

.tr-service-ramen--theme .price-note svg, .tr-service-kozijnen--theme .price-note svg, .tr-service-deuren--theme .price-note svg {
	flex-shrink: 0;
	margin-top: 1px;
}

.tr-service-ramen--theme .comp-table th, .tr-service-kozijnen--theme .comp-table th, .tr-service-deuren--theme .comp-table th {
	padding: 14px 18px;
	font-weight: 600;
	text-align: left;
}

.tr-service-ramen--theme .comp-table th:not(:first-child), .tr-service-kozijnen--theme .comp-table th:not(:first-child), .tr-service-deuren--theme .comp-table th:not(:first-child) {
	text-align: center;
}

.tr-service-ramen--theme .comp-table td, .tr-service-kozijnen--theme .comp-table td, .tr-service-deuren--theme .comp-table td {
	padding: 13px 18px;
	border-bottom: 1px solid var(--clr-border);
	vertical-align: middle;
}

.tr-service-ramen--theme .comp-table td:not(:first-child), .tr-service-kozijnen--theme .comp-table td:not(:first-child), .tr-service-deuren--theme .comp-table td:not(:first-child) {
	text-align: center;
}

.tr-service-ramen--theme .comp-table tr:last-child td, .tr-service-kozijnen--theme .comp-table tr:last-child td, .tr-service-deuren--theme .comp-table tr:last-child td {
	border-bottom: none;
}

.tr-service-ramen--theme .comp-table tr:hover td, .tr-service-kozijnen--theme .comp-table tr:hover td, .tr-service-deuren--theme .comp-table tr:hover td {
	background: var(--clr-accent-lt);
}

.tr-service-ramen--theme .comp-table .label-col, .tr-service-kozijnen--theme .comp-table .label-col, .tr-service-deuren--theme .comp-table .label-col {
	font-weight: 500;
}

.tr-service-ramen--theme .check, .tr-service-kozijnen--theme .check, .tr-service-deuren--theme .check {
	color: var(--clr-accent);
	font-size: 1.1rem;
}

.tr-service-ramen--theme .partial, .tr-service-kozijnen--theme .partial, .tr-service-deuren--theme .partial {
	color: var(--clr-gold);
	font-size: 1rem;
}

.tr-service-ramen--theme .cross, .tr-service-kozijnen--theme .cross, .tr-service-deuren--theme .cross {
	color: #C0392B;
	font-size: 1rem;
}

.tr-service-ramen--theme .col-highlight, .tr-service-kozijnen--theme .col-highlight, .tr-service-deuren--theme .col-highlight {
	background: var(--clr-accent-lt);
}

/* Process steps */
.tr-service-ramen--theme .steps-grid, .tr-service-kozijnen--theme .steps-grid, .tr-service-deuren--theme .steps-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0;
	margin-top: 48px;
	position: relative;
}

.tr-service-ramen--theme .step, .tr-service-kozijnen--theme .step, .tr-service-deuren--theme .step {
	padding: 32px 28px;
	position: relative;
	text-align: center;
}

.tr-service-ramen--theme .step-num, .tr-service-kozijnen--theme .step-num, .tr-service-deuren--theme .step-num {
	font-family: var(--ff-display);
	font-size: 3.5rem;
	font-weight: 400;
	color: var(--clr-accent-lt);
	line-height: 1;
	margin-bottom: 12px;
}

.tr-service-ramen--theme .step h3, .tr-service-kozijnen--theme .step h3, .tr-service-deuren--theme .step h3 {
	font-family: var(--ff-display);
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.tr-service-ramen--theme .step p, .tr-service-kozijnen--theme .step p, .tr-service-deuren--theme .step p {
	font-size: 0.875rem;
	color: var(--clr-mid);
	line-height: 1.6;
}

.tr-service-ramen--theme .step-connector, .tr-service-kozijnen--theme .step-connector, .tr-service-deuren--theme .step-connector {
	position: absolute;
	top: 48px;
	right: -1px;
	width: 2px;
	height: 60px;
	background: linear-gradient(to bottom, var(--clr-accent), transparent);
}

/* Subsidy */
.tr-service-ramen--theme .subsidy-card, .tr-service-kozijnen--theme .subsidy-card, .tr-service-deuren--theme .subsidy-card {
	background: var(--clr-dark);
	border-radius: 14px;
	border-top: 4px solid var(--clr-accent);
	padding: 56px;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.tr-service-ramen--theme .subsidy-card h2, .tr-service-kozijnen--theme .subsidy-card h2, .tr-service-deuren--theme .subsidy-card h2 {
	font-family: var(--ff-display);
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #fff;
}

.tr-service-ramen--theme .subsidy-card > div > span,
.tr-service-kozijnen--theme .subsidy-card > div > span,
.tr-service-deuren--theme .subsidy-card > div > span {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--clr-accent);
	margin-bottom: 10px;
}

.tr-service-ramen--theme .subsidy-card p, .tr-service-kozijnen--theme .subsidy-card p, .tr-service-deuren--theme .subsidy-card p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
	margin-bottom: 24px;
}

.tr-service-ramen--theme .subsidy-table, .tr-service-kozijnen--theme .subsidy-table, .tr-service-deuren--theme .subsidy-table {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	overflow: hidden;
}

.tr-service-ramen--theme .subsidy-table table, .tr-service-kozijnen--theme .subsidy-table table, .tr-service-deuren--theme .subsidy-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
}

.tr-service-ramen--theme .subsidy-table th, .tr-service-kozijnen--theme .subsidy-table th, .tr-service-deuren--theme .subsidy-table th {
	background: rgba(255, 255, 255, 0.12);
	padding: 11px 16px;
	text-align: left;
	font-weight: 600;
	font-size: 0.8rem;
	color: #fff;
	font-family: var(--ff-display);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.tr-service-ramen--theme .subsidy-table > p,
.tr-service-kozijnen--theme .subsidy-table > p,
.tr-service-deuren--theme .subsidy-table > p {
	margin: 0;
	padding: 12px 16px;
	font-size: 0.75rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.65);
}

.tr-service-ramen--theme .subsidy-table td, .tr-service-kozijnen--theme .subsidy-table td, .tr-service-deuren--theme .subsidy-table td {
	padding: 10px 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.85);
}

.tr-service-ramen--theme .subsidy-table td:last-child, .tr-service-kozijnen--theme .subsidy-table td:last-child, .tr-service-deuren--theme .subsidy-table td:last-child {
	font-weight: 700;
	color: var(--clr-accent);
	text-align: right;
}

/* USPs */
.tr-service-ramen--theme .usp-grid, .tr-service-kozijnen--theme .usp-grid, .tr-service-deuren--theme .usp-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
}

.tr-service-ramen--theme .usp-card, .tr-service-kozijnen--theme .usp-card, .tr-service-deuren--theme .usp-card {
	background: var(--clr-bg);
	border: 1px solid var(--clr-border);
	border-radius: 8px;
	padding: 28px 24px;
}

.tr-service-ramen--theme .usp-icon, .tr-service-kozijnen--theme .usp-icon, .tr-service-deuren--theme .usp-icon {
	width: 42px;
	height: 42px;
	background: var(--clr-accent);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.tr-service-ramen--theme .usp-icon svg, .tr-service-kozijnen--theme .usp-icon svg, .tr-service-deuren--theme .usp-icon svg {
	width: 22px;
	height: 22px;
	color: var(--clr-dark);
}

.tr-service-ramen--theme .usp-card h3, .tr-service-kozijnen--theme .usp-card h3, .tr-service-deuren--theme .usp-card h3 {
	font-family: var(--ff-display);
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.tr-service-ramen--theme .usp-card p, .tr-service-kozijnen--theme .usp-card p, .tr-service-deuren--theme .usp-card p {
	font-size: 0.875rem;
	color: var(--clr-mid);
	line-height: 1.6;
}

/* Cancel theme default bullets (ul:not([class]) li:before → item.svg) inside service landings */
.tr-service-ramen--theme ul:not([class]) li::before,
.tr-service-kozijnen--theme ul:not([class]) li::before,
.tr-service-deuren--theme ul:not([class]) li::before {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	background: none !important;
}

.tr-service-ramen--theme ul:not([class]) li,
.tr-service-kozijnen--theme ul:not([class]) li,
.tr-service-deuren--theme ul:not([class]) li {
	position: static;
	padding-left: 0;
}

.tr-service-ramen--theme ul:not([class]) li:not(:last-child),
.tr-service-kozijnen--theme ul:not([class]) li:not(:last-child),
.tr-service-deuren--theme ul:not([class]) li:not(:last-child) {
	margin-bottom: 0;
}

/* Advice */
.tr-service-ramen--theme .two-col-advice, .tr-service-kozijnen--theme .two-col-advice, .tr-service-deuren--theme .two-col-advice {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-top: 40px;
}

.tr-service-ramen--theme .two-col-advice h3, .tr-service-kozijnen--theme .two-col-advice h3, .tr-service-deuren--theme .two-col-advice h3 {
	font-family: var(--ff-display);
	font-size: 1.05rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.tr-service-ramen--theme .two-col-advice ul, .tr-service-kozijnen--theme .two-col-advice ul, .tr-service-deuren--theme .two-col-advice ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.tr-service-ramen--theme .two-col-advice li, .tr-service-kozijnen--theme .two-col-advice li, .tr-service-deuren--theme .two-col-advice li {
	display: flex;
	gap: 10px;
	font-size: 0.9rem;
	color: var(--clr-mid);
	line-height: 1.55;
}

.tr-service-ramen--theme .two-col-advice li span, .tr-service-kozijnen--theme .two-col-advice li span, .tr-service-deuren--theme .two-col-advice li span {
	color: var(--clr-accent);
	font-weight: 700;
	flex-shrink: 0;
}

/* FAQ */
.tr-service-ramen--theme .faq-list, .tr-service-kozijnen--theme .faq-list, .tr-service-deuren--theme .faq-list {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.tr-service-ramen--theme .faq-item, .tr-service-kozijnen--theme .faq-item, .tr-service-deuren--theme .faq-item {
	background: var(--clr-surface);
	border: 1px solid var(--clr-border);
	border-radius: var(--radius);
	overflow: hidden;
}

.tr-service-ramen--theme .faq-q, .tr-service-kozijnen--theme .faq-q, .tr-service-deuren--theme .faq-q {
	width: 100%;
	padding: 20px 24px;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--clr-dark);
	text-align: left;
	font-family: var(--ff-body);
	transition: background var(--transition);
}

.tr-service-ramen--theme .faq-q:hover, .tr-service-kozijnen--theme .faq-q:hover, .tr-service-deuren--theme .faq-q:hover {
	background: var(--clr-accent-lt);
}

.tr-service-ramen--theme .faq-q .chevron, .tr-service-kozijnen--theme .faq-q .chevron, .tr-service-deuren--theme .faq-q .chevron {
	transition: transform var(--transition);
	font-size: 1.1rem;
	color: var(--clr-accent);
}

.tr-service-ramen--theme .faq-a, .tr-service-kozijnen--theme .faq-a, .tr-service-deuren--theme .faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	padding: 0 24px;
	font-size: 0.9rem;
	color: var(--clr-mid);
	line-height: 1.7;
}

.tr-service-ramen--theme .faq-item.open .faq-a, .tr-service-kozijnen--theme .faq-item.open .faq-a, .tr-service-deuren--theme .faq-item.open .faq-a {
	max-height: 300px;
	padding: 0 24px 20px;
}

.tr-service-ramen--theme .faq-item.open .chevron, .tr-service-kozijnen--theme .faq-item.open .chevron, .tr-service-deuren--theme .faq-item.open .chevron {
	transform: rotate(180deg);
}

/* CTA */
.tr-service-ramen--theme .cta-section, .tr-service-kozijnen--theme .cta-section, .tr-service-deuren--theme .cta-section {
	background: var(--clr-dark);
	padding: 80px 24px;
	text-align: center;
	color: #fff;
}

.tr-service-ramen--theme .cta-section h2, .tr-service-kozijnen--theme .cta-section h2, .tr-service-deuren--theme .cta-section h2 {
	font-family: var(--ff-display);
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #fff;
}

.tr-service-ramen--theme .cta-section p, .tr-service-kozijnen--theme .cta-section p, .tr-service-deuren--theme .cta-section p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
	max-width: 540px;
	margin: 0 auto 36px;
}

.tr-service-ramen--theme .cta-actions, .tr-service-kozijnen--theme .cta-actions, .tr-service-deuren--theme .cta-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

.tr-service-ramen--theme .cta-tel, .tr-service-kozijnen--theme .cta-tel, .tr-service-deuren--theme .cta-tel {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.95rem;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	justify-content: center;
	text-decoration: none;
}

.tr-service-ramen--theme .cta-tel:hover, .tr-service-kozijnen--theme .cta-tel:hover, .tr-service-deuren--theme .cta-tel:hover {
	color: var(--clr-accent);
}

/* Reviews block */
body.tr-service-ramen-plaatsen .tr-service-ramen--theme .section-service-reviews, body.tr-service-kozijnen-plaatsen .tr-service-kozijnen--theme .section-service-reviews, body.tr-service-deuren-plaatsen .tr-service-deuren--theme .section-service-reviews {
	padding: 0 0 64px;
	background: var(--clr-bg);
}

body.tr-service-ramen-plaatsen .tr-service-ramen--theme .section-service-reviews .container, body.tr-service-kozijnen-plaatsen .tr-service-kozijnen--theme .section-service-reviews .container, body.tr-service-deuren-plaatsen .tr-service-deuren--theme .section-service-reviews .container {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 24px;
}

/* Responsive */
@media (max-width: 900px) {
	.tr-service-ramen--theme .intro-grid, .tr-service-kozijnen--theme .intro-grid, .tr-service-deuren--theme .intro-grid {
		grid-template-columns: 1fr;
	}

	.tr-service-ramen--theme .intro-img, .tr-service-kozijnen--theme .intro-img, .tr-service-deuren--theme .intro-img {
		display: none;
	}

	.tr-service-ramen--theme .subsidy-card, .tr-service-kozijnen--theme .subsidy-card, .tr-service-deuren--theme .subsidy-card {
		grid-template-columns: 1fr;
		padding: 36px 24px;
	}

	.tr-service-ramen--theme .two-col-advice, .tr-service-kozijnen--theme .two-col-advice, .tr-service-deuren--theme .two-col-advice {
		grid-template-columns: 1fr;
	}

	.tr-service-ramen--theme .usp-grid, .tr-service-kozijnen--theme .usp-grid, .tr-service-deuren--theme .usp-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 680px) {
	.tr-service-ramen--theme .hero, .tr-service-kozijnen--theme .hero, .tr-service-deuren--theme .hero {
		padding: 72px 20px 60px;
	}

	.tr-service-ramen--theme .trust-bar, .tr-service-kozijnen--theme .trust-bar, .tr-service-deuren--theme .trust-bar {
		gap: 20px;
	}

	.tr-service-ramen--theme .section, .tr-service-kozijnen--theme .section, .tr-service-deuren--theme .section {
		padding: 60px 0;
	}

	.tr-service-ramen--theme .materials-grid, .tr-service-kozijnen--theme .materials-grid, .tr-service-deuren--theme .materials-grid {
		grid-template-columns: 1fr;
	}

	.tr-service-ramen--theme .steps-grid, .tr-service-kozijnen--theme .steps-grid, .tr-service-deuren--theme .steps-grid {
		grid-template-columns: 1fr;
	}

	.tr-service-ramen--theme .usp-grid, .tr-service-kozijnen--theme .usp-grid, .tr-service-deuren--theme .usp-grid {
		grid-template-columns: 1fr;
	}
}

/* Kozijnen-specific blocks */
.tr-service-ramen--theme .material-card-media,
.tr-service-kozijnen--theme .material-card-media,
.tr-service-deuren--theme .material-card-media {
	margin: -32px -28px 20px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	height: 180px;
}

.tr-service-ramen--theme .material-card-media img,
.tr-service-kozijnen--theme .material-card-media img,
.tr-service-deuren--theme .material-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tr-service-ramen--theme .projects-grid,
.tr-service-kozijnen--theme .projects-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 40px;
}

.tr-service-ramen--theme .project-placeholder,
.tr-service-kozijnen--theme .project-placeholder {
	background: var(--clr-bg);
	border: 1px dashed var(--clr-border);
	border-radius: 8px;
	padding: 32px 20px;
	text-align: center;
	color: var(--clr-mid);
	font-size: 0.85rem;
	line-height: 1.5;
}

.tr-service-ramen--theme .project-placeholder svg,
.tr-service-kozijnen--theme .project-placeholder svg {
	margin: 0 auto 12px;
	color: var(--clr-accent);
	opacity: 0.6;
}

.tr-service-ramen--theme .project-placeholder strong,
.tr-service-kozijnen--theme .project-placeholder strong {
	display: block;
	color: var(--clr-dark);
	margin-bottom: 6px;
}

.tr-service-ramen--theme .brand-block ul,
.tr-service-kozijnen--theme .brand-block ul,
.tr-service-deuren--theme .brand-block ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tr-service-ramen--theme .brand-block li,
.tr-service-kozijnen--theme .brand-block li,
.tr-service-deuren--theme .brand-block li {
	display: flex;
	gap: 10px;
	font-size: 0.9rem;
	color: var(--clr-mid);
	line-height: 1.55;
}

.tr-service-ramen--theme .brand-block li span,
.tr-service-kozijnen--theme .brand-block li span,
.tr-service-deuren--theme .brand-block li span {
	color: var(--clr-accent);
	font-weight: 700;
	flex-shrink: 0;
}

.tr-service-ramen--theme .brand-stats,
.tr-service-kozijnen--theme .brand-stats,
.tr-service-deuren--theme .brand-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.tr-service-ramen--theme .brand-stat,
.tr-service-kozijnen--theme .brand-stat,
.tr-service-deuren--theme .brand-stat {
	border-radius: 10px;
	padding: 24px 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 108px;
}

.tr-service-ramen--theme .brand-stat-num,
.tr-service-kozijnen--theme .brand-stat-num,
.tr-service-deuren--theme .brand-stat-num {
	font-family: Oswald, var(--ff-display), sans-serif;
	font-size: 2rem;
	font-weight: 400;
	color: var(--clr-accent);
	line-height: 1.15;
	margin: 0 0 6px;
}

.tr-service-ramen--theme .brand-stat-label,
.tr-service-kozijnen--theme .brand-stat-label,
.tr-service-deuren--theme .brand-stat-label {
	font-size: 0.82rem;
	color: var(--clr-mid);
}

.tr-service-ramen--theme .subsidy-card ul,
.tr-service-kozijnen--theme .subsidy-card ul,
.tr-service-deuren--theme .subsidy-card ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tr-service-ramen--theme .subsidy-card li,
.tr-service-kozijnen--theme .subsidy-card li,
.tr-service-deuren--theme .subsidy-card li {
	display: flex;
	gap: 10px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.9rem;
	line-height: 1.55;
}

.tr-service-ramen--theme .subsidy-card li strong,
.tr-service-kozijnen--theme .subsidy-card li strong,
.tr-service-deuren--theme .subsidy-card li strong {
	color: var(--clr-accent);
	font-weight: 600;
}

.tr-service-ramen--theme .subsidy-card li span,
.tr-service-kozijnen--theme .subsidy-card li span,
.tr-service-deuren--theme .subsidy-card li span {
	color: var(--clr-accent);
	font-weight: 700;
}

.tr-service-ramen--theme .subsidy-card a,
.tr-service-kozijnen--theme .subsidy-card a,
.tr-service-deuren--theme .subsidy-card a {
	color: var(--clr-accent);
	font-weight: 600;
	text-decoration: none;
}

.tr-service-ramen--theme .intro-img img,
.tr-service-kozijnen--theme .intro-img img,
.tr-service-deuren--theme .intro-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tr-service-ramen--theme .steps-grid--bordered,
.tr-service-kozijnen--theme .steps-grid--bordered,
.tr-service-deuren--theme .steps-grid--bordered {
	border: 1px solid var(--clr-border);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 48px;
}

.tr-service-ramen--theme .steps-grid--bordered .step + .step,
.tr-service-kozijnen--theme .steps-grid--bordered .step + .step,
.tr-service-deuren--theme .steps-grid--bordered .step + .step {
	border-left: 1px solid var(--clr-border);
}

.tr-service-ramen--theme .advice-card,
.tr-service-kozijnen--theme .advice-card,
.tr-service-deuren--theme .advice-card {
	background: var(--clr-bg);
	border: 1px solid var(--clr-border);
	border-radius: 8px;
	padding: 28px 24px;
}

.tr-service-ramen--theme .advice-card--accent,
.tr-service-kozijnen--theme .advice-card--accent,
.tr-service-deuren--theme .advice-card--accent {
	border-left: 4px solid var(--clr-accent);
}

.tr-service-ramen--theme .advice-card--gold,
.tr-service-kozijnen--theme .advice-card--gold,
.tr-service-deuren--theme .advice-card--gold {
	border-left: 4px solid var(--clr-gold);
}

.tr-service-ramen--theme .advice-card h3,
.tr-service-kozijnen--theme .advice-card h3,
.tr-service-deuren--theme .advice-card h3 {
	font-family: var(--ff-display);
	font-size: 1.05rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.tr-service-ramen--theme .advice-card ul,
.tr-service-kozijnen--theme .advice-card ul,
.tr-service-deuren--theme .advice-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tr-service-ramen--theme .advice-card li,
.tr-service-kozijnen--theme .advice-card li,
.tr-service-deuren--theme .advice-card li {
	display: flex;
	gap: 10px;
	font-size: 0.9rem;
	color: var(--clr-mid);
	line-height: 1.55;
}

.tr-service-ramen--theme .advice-card--accent li span,
.tr-service-kozijnen--theme .advice-card--accent li span,
.tr-service-deuren--theme .advice-card--accent li span {
	color: var(--clr-accent);
	font-weight: 700;
	flex-shrink: 0;
}

.tr-service-ramen--theme .advice-card--gold li span,
.tr-service-kozijnen--theme .advice-card--gold li span,
.tr-service-deuren--theme .advice-card--gold li span {
	color: var(--clr-gold);
	font-weight: 700;
	flex-shrink: 0;
}

.tr-service-ramen--theme .brand-stat--dark,
.tr-service-kozijnen--theme .brand-stat--dark,
.tr-service-deuren--theme .brand-stat--dark {
	background: var(--clr-dark);
	color: #fff;
}

.tr-service-ramen--theme .brand-stat--dark .brand-stat-num,
.tr-service-kozijnen--theme .brand-stat--dark .brand-stat-num,
.tr-service-deuren--theme .brand-stat--dark .brand-stat-num {
	color: var(--clr-accent);
}

.tr-service-ramen--theme .brand-stat--dark .brand-stat-label,
.tr-service-kozijnen--theme .brand-stat--dark .brand-stat-label,
.tr-service-deuren--theme .brand-stat--dark .brand-stat-label {
	color: rgba(255, 255, 255, 0.55);
}

.tr-service-ramen--theme .brand-stat--light,
.tr-service-kozijnen--theme .brand-stat--light,
.tr-service-deuren--theme .brand-stat--light {
	background: var(--clr-accent-lt);
	border: 1px solid var(--clr-border);
}

.tr-service-ramen--theme .brand-stat--accent,
.tr-service-kozijnen--theme .brand-stat--accent,
.tr-service-deuren--theme .brand-stat--accent {
	background: var(--clr-accent);
	color: var(--clr-dark);
}

.tr-service-ramen--theme .brand-stat--accent .brand-stat-label,
.tr-service-kozijnen--theme .brand-stat--accent .brand-stat-label,
.tr-service-deuren--theme .brand-stat--accent .brand-stat-label {
	color: rgba(29, 29, 29, 0.75);
}

/* Fallback fills when stat modifiers are missing (legacy post content). */
.tr-service-ramen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(1),
.tr-service-ramen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(2),
.tr-service-kozijnen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(1),
.tr-service-kozijnen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(2),
.tr-service-deuren--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(1),
.tr-service-deuren--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(2) {
	background: var(--clr-dark);
	color: #fff;
}

.tr-service-ramen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(1) .brand-stat-label,
.tr-service-ramen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(2) .brand-stat-label,
.tr-service-kozijnen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(1) .brand-stat-label,
.tr-service-kozijnen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(2) .brand-stat-label,
.tr-service-deuren--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(1) .brand-stat-label,
.tr-service-deuren--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(2) .brand-stat-label {
	color: rgba(255, 255, 255, 0.55);
}

.tr-service-ramen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(3),
.tr-service-kozijnen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(3),
.tr-service-deuren--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(3) {
	background: var(--clr-accent-lt);
	border: 1px solid var(--clr-border);
}

.tr-service-ramen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(4),
.tr-service-kozijnen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(4),
.tr-service-deuren--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(4) {
	background: var(--clr-accent);
	color: var(--clr-dark);
}

.tr-service-ramen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(4) .brand-stat-label,
.tr-service-kozijnen--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(4) .brand-stat-label,
.tr-service-deuren--theme .brand-stats > .brand-stat:not(.brand-stat--dark):not(.brand-stat--light):not(.brand-stat--accent):nth-child(4) .brand-stat-label {
	color: rgba(29, 29, 29, 0.75);
}

.tr-service-ramen--theme .related-grid,
.tr-service-kozijnen--theme .related-grid,
.tr-service-deuren--theme .related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 40px;
}

.tr-service-ramen--theme .related-card,
.tr-service-kozijnen--theme .related-card,
.tr-service-deuren--theme .related-card {
	background: var(--clr-surface);
	border: 1px solid var(--clr-border);
	border-radius: 10px;
	padding: 24px;
	text-decoration: none;
	color: var(--clr-dark);
	transition: box-shadow var(--transition), border-color var(--transition);
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tr-service-ramen--theme .related-card:hover,
.tr-service-kozijnen--theme .related-card:hover,
.tr-service-deuren--theme .related-card:hover {
	box-shadow: 0 6px 24px rgba(204, 176, 92, 0.15);
	border-color: var(--clr-accent);
}

.tr-service-ramen--theme .related-card-label,
.tr-service-kozijnen--theme .related-card-label,
.tr-service-deuren--theme .related-card-label {
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--clr-accent);
}

.tr-service-ramen--theme .related-card-title,
.tr-service-kozijnen--theme .related-card-title,
.tr-service-deuren--theme .related-card-title {
	font-family: var(--ff-display);
	font-size: 1.1rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tr-service-ramen--theme .related-card-desc,
.tr-service-kozijnen--theme .related-card-desc,
.tr-service-deuren--theme .related-card-desc {
	font-size: 0.85rem;
	color: var(--clr-mid);
	line-height: 1.5;
}

.tr-service-ramen--theme .related-card-arrow,
.tr-service-kozijnen--theme .related-card-arrow,
.tr-service-deuren--theme .related-card-arrow {
	font-size: 1.1rem;
	color: var(--clr-accent);
	margin-top: auto;
}

body.tr-service-ramen-plaatsen .tr-service-ramen--theme .section-service-reviews,
body.tr-service-kozijnen-plaatsen .tr-service-kozijnen--theme .section-service-reviews,
body.tr-service-deuren-plaatsen .tr-service-deuren--theme .section-service-reviews {
	padding: 0 0 64px;
	background: var(--clr-bg);
}

@media (max-width: 900px) {
	.tr-service-ramen--theme .projects-grid,
	.tr-service-kozijnen--theme .projects-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.tr-service-ramen--theme .steps-grid--bordered .step + .step,
	.tr-service-kozijnen--theme .steps-grid--bordered .step + .step,
	.tr-service-deuren--theme .steps-grid--bordered .step + .step {
		border-left: none;
		border-top: 1px solid var(--clr-border);
	}
}
