/*
Theme Name: Rijsdijk Onderhoud
Theme URI: https://rijsdijk-onderhoud.nl
Author: DustinLabs
Author URI: https://dustinlabs.com
Description: Maatwerkthema voor Totaal Onderhoudsbedrijf Rijsdijk.
Version: 1.3.4
License: GPL-2.0-or-later
Text Domain: rijsdijk-onderhoud
*/

:root {
	--ink: #082233;
	--text: #17384a;
	--muted: #607583;
	--line: #dce9ef;
	--soft: #f4fafc;
	--white: #ffffff;
	--blue: #0b7fbd;
	--blue-dark: #064b78;
	--water: #44c5dc;
	--green: #5ead76;
	--navy: #062033;
	--shadow: 0 14px 34px rgba(8, 34, 51, 0.10);
	--radius: 8px;
	--shell: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	background: var(--white);
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

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

p,
h1,
h2,
h3 {
	margin-top: 0;
}

p {
	color: var(--muted);
}

svg {
	display: block;
	width: 100%;
	height: 100%;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.site-shell {
	width: min(var(--shell), calc(100% - 40px));
	margin-inline: auto;
}

.skip-link {
	position: absolute;
	top: 10px;
	left: 16px;
	z-index: 100;
	padding: 10px 14px;
	color: var(--white);
	background: var(--ink);
	border-radius: 6px;
	transform: translateY(-160%);
}

.skip-link:focus {
	transform: translateY(0);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(14px);
}

.header-inner {
	display: grid;
	grid-template-columns: 220px 1fr auto;
	align-items: center;
	gap: 24px;
	min-height: 76px;
}

.brand-logo img {
	width: 205px;
}

.main-nav {
	display: flex;
	justify-content: center;
	gap: 24px;
	color: var(--text);
	font-size: 0.94rem;
	font-weight: 800;
	white-space: nowrap;
}

.main-nav a {
	padding: 8px 0;
	border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible {
	border-color: var(--water);
}

.header-actions,
.hero-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.text-link {
	color: var(--blue-dark);
	font-weight: 900;
	white-space: nowrap;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
	color: var(--white);
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	background: var(--blue);
	border: 1px solid var(--blue);
	border-radius: var(--radius);
	box-shadow: 0 12px 24px rgba(11, 127, 189, 0.22);
	transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px);
	background: var(--blue-dark);
	box-shadow: 0 16px 28px rgba(11, 127, 189, 0.24);
}

.button-secondary {
	color: var(--blue-dark);
	background: var(--white);
	border-color: var(--line);
	box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
	color: var(--white);
}

.button-small {
	min-height: 42px;
	padding: 10px 14px;
	font-size: 0.92rem;
}

.hero {
	position: relative;
	padding: 92px 0 78px;
	background:
		linear-gradient(90deg, rgba(244, 250, 252, 0.98) 0%, rgba(244, 250, 252, 0.93) 45%, rgba(244, 250, 252, 0.52) 100%),
		url("assets/images/glashelder-hero.jpg") center right / cover no-repeat;
	border-bottom: 1px solid var(--line);
	overflow: hidden;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(114deg, transparent 0 42%, rgba(255, 255, 255, 0.44) 43%, transparent 45%),
		radial-gradient(circle at 18% 22%, rgba(68, 197, 220, 0.13) 0 2px, transparent 3px);
	background-size: auto, 130px 130px;
	pointer-events: none;
}

.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
	gap: 54px;
	align-items: center;
}

.eyebrow {
	margin-bottom: 12px;
	color: var(--blue-dark);
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0;
}

h1 {
	max-width: 710px;
	margin-bottom: 18px;
	color: var(--ink);
	font-size: 3.85rem;
	line-height: 1.02;
	letter-spacing: 0;
}

h2 {
	margin-bottom: 16px;
	color: var(--ink);
	font-size: 2.25rem;
	line-height: 1.12;
	letter-spacing: 0;
}

h3 {
	margin-bottom: 9px;
	color: var(--ink);
	font-size: 1.08rem;
	line-height: 1.25;
	letter-spacing: 0;
}

.hero-lead {
	max-width: 680px;
	margin-bottom: 26px;
	color: #315465;
	font-size: 1.17rem;
	line-height: 1.58;
}

.hero-actions {
	flex-wrap: wrap;
	margin-bottom: 22px;
}

.hero-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 690px;
	margin-top: 4px;
	padding-top: 18px;
	border-top: 1px solid rgba(11, 127, 189, 0.18);
	counter-reset: trust-step;
}

.why-list div {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 850;
	color: var(--text);
}

.hero-trust span {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 10px;
	row-gap: 2px;
	min-width: 0;
	padding-right: 18px;
	color: var(--text);
}

.hero-trust span + span {
	padding-left: 18px;
	border-left: 1px solid rgba(11, 127, 189, 0.18);
}

.hero-trust strong {
	color: var(--ink);
	font-size: 0.98rem;
	font-weight: 950;
	line-height: 1.2;
}

.hero-trust small {
	color: #587081;
	font-size: 0.78rem;
	font-weight: 760;
	line-height: 1.35;
}

.why-list div::before {
	content: "";
	flex: 0 0 9px;
	width: 9px;
	height: 9px;
	background: var(--green);
	border-radius: 50%;
}

.hero-trust span::before {
	content: "0" counter(trust-step);
	counter-increment: trust-step;
	grid-row: 1 / span 2;
	margin-top: 1px;
	color: var(--blue);
	font-size: 0.74rem;
	font-weight: 950;
	line-height: 1.15;
}

.hero-visual {
	display: grid;
	gap: 14px;
}

.photo-panel {
	min-height: 340px;
	background:
		linear-gradient(180deg, rgba(6, 32, 51, 0.02), rgba(6, 32, 51, 0.26)),
		url("assets/images/glashelder-hero.jpg") center / cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	overflow: hidden;
}

.photo-panel-label {
	display: inline-block;
	margin: 18px;
	padding: 8px 10px;
	color: var(--blue-dark);
	font-size: 0.82rem;
	font-weight: 900;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--line);
	border-radius: 6px;
}

.quick-contact {
	padding: 18px;
	background: var(--white);
	border: 1px solid var(--line);
	border-left: 4px solid var(--water);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.quick-contact strong {
	display: block;
	margin-bottom: 4px;
	color: var(--ink);
}

.quick-contact p {
	margin-bottom: 10px;
}

.quick-contact a {
	color: var(--blue-dark);
	font-weight: 950;
}

.whatsapp-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	color: #075e54;
	font-weight: 950;
	text-decoration: none;
}

.whatsapp-link img {
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
	margin: 0;
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(37, 211, 102, 0.22);
}

.whatsapp-link-card {
	padding: 9px 12px 9px 10px;
	background: #effff5;
	border: 1px solid rgba(37, 211, 102, 0.28);
	border-radius: var(--radius);
}

.whatsapp-link:hover {
	color: #06483f;
}

.intro-strip {
	padding: 20px 0;
	background: var(--white);
	border-bottom: 1px solid var(--line);
}

.intro-strip-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.intro-strip p {
	margin: 0;
	padding-left: 14px;
	color: var(--text);
	font-weight: 850;
	border-left: 3px solid var(--water);
}

.section {
	padding: 82px 0;
}

.section-heading {
	max-width: 790px;
	margin: 0 auto 36px;
	text-align: center;
}

.section-heading.compact {
	max-width: 720px;
}

.section-heading p:last-child {
	margin-bottom: 0;
}

.services-section {
	background: var(--soft);
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.service-card,
.audience-grid article,
.result-card,
.steps-grid article {
	position: relative;
	padding: 22px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 10px 24px rgba(8, 34, 51, 0.06);
}

.service-card {
	min-height: 260px;
}

.service-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 16px;
	padding: 11px;
	color: var(--blue-dark);
	background: #e9f7fb;
	border: 1px solid #cfe7ef;
	border-radius: var(--radius);
}

.service-card p,
.audience-grid p,
.result-card p,
.steps-grid p {
	margin-bottom: 0;
}

.service-card a {
	display: inline-flex;
	margin-top: 14px;
	color: var(--blue-dark);
	font-weight: 950;
}

.audience-section {
	background: var(--white);
}

.audience-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.audience-grid article {
	min-height: 210px;
	border-top: 4px solid var(--water);
}

.audience-grid article:nth-child(2n) {
	border-top-color: var(--green);
}

.before-after-section {
	background:
		linear-gradient(180deg, #f9fdff, #eef8fb);
	border-block: 1px solid var(--line);
}

.result-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.result-card {
	padding: 16px;
}

.result-visual {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 170px;
	margin-bottom: 14px;
	border: 1px solid var(--line);
	border-radius: 6px;
	overflow: hidden;
}

.result-visual span {
	display: flex;
	align-items: flex-end;
	padding: 12px;
	font-size: 0.78rem;
	font-weight: 950;
}

.result-visual span:first-child {
	color: var(--white);
	background:
		linear-gradient(180deg, rgba(52, 69, 57, 0.18), rgba(39, 65, 53, 0.78)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 18px, rgba(0, 0, 0, 0.08) 18px 36px);
}

.result-visual span:last-child {
	color: var(--blue-dark);
	background:
		linear-gradient(180deg, rgba(68, 197, 220, 0.18), rgba(255, 255, 255, 0.9)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0 18px, rgba(68, 197, 220, 0.17) 18px 36px);
}

.why-section {
	color: var(--white);
	background: var(--navy);
}

.why-section h2,
.why-section .eyebrow {
	color: var(--white);
}

.why-section p {
	color: rgba(255, 255, 255, 0.75);
}

.why-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 44px;
	align-items: center;
}

.why-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.why-list div {
	min-height: 58px;
	padding: 14px 16px;
	color: var(--white);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
}

.steps-section {
	background: var(--white);
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.steps-grid span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin-bottom: 14px;
	color: var(--white);
	font-weight: 950;
	background: var(--blue-dark);
	border-radius: var(--radius);
}

.contact-section {
	background: var(--soft);
}

.contact-grid {
	display: grid;
	grid-template-columns: 0.86fr 1.14fr;
	gap: 42px;
	align-items: start;
}

.contact-copy {
	position: sticky;
	top: 102px;
}

.contact-details {
	margin-top: 22px;
	padding: 20px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.contact-details p {
	margin: 0;
}

.contact-details p + p {
	margin-top: 8px;
}

.contact-details a {
	color: var(--blue-dark);
	font-weight: 850;
}

.quote-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	padding: 26px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.quote-form label,
.quote-form .full {
	display: grid;
	gap: 7px;
}

.quote-form .full {
	grid-column: 1 / -1;
}

.quote-form span {
	color: var(--ink);
	font-weight: 850;
}

.quote-form small {
	color: var(--muted);
	font-size: 0.82em;
	font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 13px;
	color: var(--ink);
	font: inherit;
	background: #fbfdfe;
	border: 1px solid #cadde6;
	border-radius: 6px;
	outline: none;
}

.quote-form input[type="file"] {
	padding: 10px;
}

.quote-form textarea {
	resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
	border-color: var(--blue);
	box-shadow: 0 0 0 4px rgba(11, 127, 189, 0.13);
}

.form-help {
	margin: -5px 0 0;
	font-size: 0.92rem;
}

.form-notice {
	grid-column: 1 / -1;
	margin: 0;
	padding: 12px 14px;
	border-radius: 6px;
	font-weight: 850;
}

.form-notice.success {
	color: #0d5130;
	background: #e9f8ee;
	border: 1px solid rgba(94, 173, 118, 0.42);
}

.form-notice.error {
	color: #713300;
	background: #fff4df;
	border: 1px solid rgba(246, 198, 91, 0.55);
}

.legal-hero {
	position: relative;
	padding: 72px 0 64px;
	background:
		linear-gradient(90deg, rgba(244, 250, 252, 0.99), rgba(244, 250, 252, 0.88)),
		url("assets/images/glashelder-hero.jpg") center right / cover no-repeat;
	border-bottom: 1px solid var(--line);
	overflow: hidden;
}

.legal-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(114deg, transparent 0 40%, rgba(255, 255, 255, 0.45) 41%, transparent 43%),
		radial-gradient(circle at 16% 26%, rgba(68, 197, 220, 0.14) 0 2px, transparent 3px);
	background-size: auto, 132px 132px;
	pointer-events: none;
}

.legal-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 44px;
	align-items: end;
}

.back-link {
	display: inline-flex;
	margin-bottom: 18px;
	color: var(--blue-dark);
	font-weight: 900;
}

.legal-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.legal-meta span {
	display: inline-flex;
	padding: 8px 11px;
	color: var(--text);
	font-weight: 850;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.legal-contact-panel {
	padding: 22px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--line);
	border-left: 4px solid var(--water);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	backdrop-filter: blur(10px);
}

.legal-contact-panel h2 {
	margin-bottom: 8px;
	font-size: 1.2rem;
}

.legal-contact-panel p {
	margin-bottom: 14px;
}

.legal-contact-panel a {
	display: block;
	margin-top: 8px;
	color: var(--blue-dark);
	font-weight: 900;
}

.legal-section {
	background: var(--soft);
}

.legal-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.legal-sidebar {
	position: sticky;
	top: 104px;
	padding: 20px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 10px 24px rgba(8, 34, 51, 0.06);
}

.legal-sidebar h2 {
	margin-bottom: 12px;
	font-size: 1rem;
}

.legal-sidebar a {
	display: block;
	padding: 10px 12px;
	color: var(--blue-dark);
	font-weight: 900;
	border: 1px solid transparent;
	border-radius: 6px;
}

.legal-sidebar a + a {
	margin-top: 6px;
}

.legal-sidebar a:hover,
.legal-sidebar a:focus-visible,
.legal-sidebar a[aria-current="page"] {
	background: #eaf8fc;
	border-color: #cfe7ef;
}

.legal-sidebar-note {
	display: grid;
	gap: 2px;
	margin-top: 18px;
	padding-top: 16px;
	color: var(--text);
	border-top: 1px solid var(--line);
}

.legal-sidebar-note span {
	color: var(--muted);
}

.legal-document {
	padding: 34px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.legal-document h2 {
	margin: 34px 0 14px;
	padding-top: 24px;
	font-size: 1.38rem;
	border-top: 1px solid var(--line);
}

.legal-document h2:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.legal-document p {
	margin-bottom: 14px;
	color: var(--text);
}

.legal-document .legal-clause {
	color: #24495a;
}

.legal-document ul {
	margin: 0 0 18px;
	padding-left: 22px;
	color: var(--text);
}

.legal-document li + li {
	margin-top: 6px;
}

.site-footer {
	padding: 38px 0 90px;
	color: rgba(255, 255, 255, 0.78);
	background: #061b2b;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr 0.9fr;
	gap: 32px;
}

.site-footer img {
	width: 230px;
	margin-bottom: 14px;
}

.site-footer h2 {
	margin-bottom: 12px;
	color: var(--white);
	font-size: 1rem;
}

.site-footer p {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.72);
}

.site-footer a {
	display: block;
	margin-bottom: 8px;
	color: var(--water);
	font-weight: 850;
}

.site-footer a.whatsapp-link,
.legal-contact-panel a.whatsapp-link {
	display: inline-flex;
	align-items: center;
	color: #dfffea;
}

.legal-contact-panel a.whatsapp-link {
	color: #075e54;
}

.site-footer .whatsapp-link img,
.legal-contact-panel .whatsapp-link img {
	width: 24px;
	height: 24px;
	margin: 0;
}

.footer-legal-links {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-legal-links a {
	color: rgba(255, 255, 255, 0.84);
}

.mobile-sticky-cta {
	display: none;
}

@media (max-width: 1080px) {
	.header-inner {
		grid-template-columns: 210px 1fr;
		padding: 10px 0;
	}

	.header-actions {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.main-nav {
		grid-column: 1 / -1;
	}

	.hero-grid,
	.legal-hero-grid,
	.legal-layout,
	.why-grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.service-grid,
	.result-grid,
	.steps-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.audience-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.contact-copy {
		position: static;
	}

	.legal-sidebar {
		position: static;
	}
}

@media (max-width: 760px) {
	.site-shell {
		width: min(100% - 28px, var(--shell));
	}

	.site-header {
		position: relative;
	}

	.header-inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		min-height: 0;
		padding: 12px 0 14px;
	}

	.brand-logo,
	.main-nav,
	.header-actions {
		width: 100%;
	}

	.brand-logo img {
		width: 170px;
	}

	.header-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		grid-column: auto;
		grid-row: auto;
		justify-self: stretch;
	}

	.header-actions .text-link,
	.header-actions .button {
		width: 100%;
		flex: none;
	}

	.header-actions .text-link {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 40px;
		padding: 8px 10px;
		background: #f8fcfe;
		border: 1px solid var(--line);
		border-radius: 6px;
	}

	.main-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		overflow: visible;
		font-size: 0.88rem;
		white-space: normal;
	}

	.main-nav a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 38px;
		padding: 7px 8px;
		text-align: center;
		background: #f8fcfe;
		border: 1px solid var(--line);
		border-radius: 6px;
	}

	.main-nav a:hover,
	.main-nav a:focus-visible {
		border-color: var(--water);
	}

	.main-nav a:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.hero {
		padding: 46px 0 52px;
		background:
			linear-gradient(180deg, rgba(244, 250, 252, 0.98), rgba(244, 250, 252, 0.92)),
			url("assets/images/glashelder-hero.jpg") center / cover no-repeat;
	}

	.legal-hero {
		padding: 44px 0 50px;
	}

	h1 {
		font-size: 2.2rem;
		line-height: 1.06;
	}

	h2 {
		font-size: 1.72rem;
	}

	.hero-lead {
		font-size: 1.02rem;
	}

	.hero-actions .button {
		width: 100%;
	}

	.hero-trust {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 14px;
	}

	.hero-trust span {
		padding: 0 0 10px;
		border-bottom: 1px solid rgba(11, 127, 189, 0.14);
	}

	.hero-trust span + span {
		padding-left: 0;
		border-left: 0;
	}

	.photo-panel {
		min-height: 230px;
	}

	.intro-strip-grid,
	.service-grid,
	.audience-grid,
	.result-grid,
	.why-list,
	.steps-grid,
	.quote-form,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 60px 0;
	}

	.section-heading {
		margin-bottom: 28px;
		text-align: left;
	}

	.service-card,
	.audience-grid article {
		min-height: 0;
	}

	.quote-form {
		padding: 20px;
	}

	.legal-document,
	.legal-sidebar,
	.legal-contact-panel {
		padding: 20px;
	}

	.legal-document h2 {
		font-size: 1.18rem;
	}

	.mobile-sticky-cta {
		position: fixed;
		left: 14px;
		right: 14px;
		bottom: 14px;
		z-index: 70;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		padding: 8px;
		background: rgba(255, 255, 255, 0.94);
		border: 1px solid var(--line);
		border-radius: var(--radius);
		box-shadow: 0 16px 30px rgba(8, 34, 51, 0.18);
	}

	.mobile-sticky-cta a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		color: var(--white);
		font-weight: 950;
		background: var(--blue);
		border-radius: 6px;
	}

	.mobile-sticky-cta a:last-child {
		color: var(--blue-dark);
		background: #eaf8fc;
	}
}

@media (max-width: 420px) {
	h1 {
		font-size: 2rem;
	}

	.hero-trust {
		max-width: 100%;
	}
}
