@font-face { font-family: Inter; src: url('/assets/fonts/inter-400.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url('/assets/fonts/inter-500.ttf') format('truetype'); font-weight: 500; font-display: swap; }
@font-face { font-family: Inter; src: url('/assets/fonts/inter-600.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: Inter; src: url('/assets/fonts/inter-700.ttf') format('truetype'); font-weight: 700; font-display: swap; }
@font-face { font-family: Inter; src: url('/assets/fonts/inter-800.ttf') format('truetype'); font-weight: 800 900; font-display: swap; }
@font-face { font-family: Heebo; src: url('/assets/fonts/heebo-600.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: Heebo; src: url('/assets/fonts/heebo-700.ttf') format('truetype'); font-weight: 700; font-display: swap; }
@font-face { font-family: Heebo; src: url('/assets/fonts/heebo-800.ttf') format('truetype'); font-weight: 800 900; font-display: swap; }

:root {
  --brand-blue: #07506C;
  --brand-orange: #EC9722;
  --brand-grey: #7a7a7a;
  --amber: var(--brand-orange);
  --amber-dark: #c7770a;
  --red: #df1f27;
  --slate: var(--brand-blue);
  --slate-deep: #07384d;
  --ink: #20242a;
  --muted: var(--brand-grey);
  --line: #e8ebed;
  --soft: #f6f7f7;
  --white: #fff;
  --radius: 8px;
  --shadow: 0 12px 35px rgba(35, 51, 59, .11);
  --container: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: 'Work Sans', Inter, Arial, sans-serif; font-size: 15px; line-height: 1.72; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container > *, .split > *, .steps > *, .cards > *, .service-mini-grid > *, .quote-cta > * { min-width: 0; }
p, h1, h2, h3, h4, a, span { overflow-wrap: anywhere; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; color: #fff; background: #111; }
.skip-link:focus { top: 16px; }
.noscript { padding: 30px; text-align: center; }

.topbar { background: var(--amber); color: #fff; font-size: 12px; font-weight: 600; }
.topbar .container { height: 43px; display: flex; align-items: center; gap: 28px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 14px; fill: currentColor; }
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(0,0,0,.06); box-shadow: 0 2px 9px rgba(0,0,0,.04); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { width: 180px; height: 60px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav a { position: relative; font-size: 12px; line-height: 1; font-weight: 600; text-transform: uppercase; letter-spacing: .035em; }
.nav a:not(.call-btn)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--amber); transition: right .2s ease; }
.nav a:hover::after, .nav a.active::after { right: 0; }
.nav a.active { color: var(--amber-dark); }
.nav-dropdown { position: relative; }
.nav-dropdown__toggle { display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; font-size: 12px; line-height: 1; font-weight: 600; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; }
.nav-dropdown__toggle::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--amber); transition: right .2s ease; }
.nav-dropdown:hover .nav-dropdown__toggle::after, .nav-dropdown:focus-within .nav-dropdown__toggle::after, .nav-dropdown__toggle.active::after { right: 0; }
.nav-dropdown__toggle.active { color: var(--amber-dark); }
.nav-dropdown__toggle span { font-size: 16px; transition: transform .2s ease; }
.nav-dropdown__menu { position: absolute; top: calc(100% + 22px); left: 50%; z-index: 110; display: grid; grid-template-columns: repeat(2,minmax(160px,1fr)); width: 390px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 18px 38px rgba(0,52,76,.16); opacity: 0; visibility: hidden; transform: translate(-50%,-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown:focus-within .nav-dropdown__menu, .nav-dropdown.open .nav-dropdown__menu { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.nav-dropdown:hover .nav-dropdown__toggle span, .nav-dropdown:focus-within .nav-dropdown__toggle span, .nav-dropdown.open .nav-dropdown__toggle span { transform: none; }
.nav-dropdown__menu a { padding: 11px 12px; border-radius: 7px; color: var(--ink); text-transform: none; letter-spacing: 0; }
.nav-dropdown__menu a::after { display: none; }
.nav-dropdown__menu a:hover, .nav-dropdown__menu a:focus-visible { background: rgba(242,165,30,.12); color: var(--amber-dark); }
.call-btn, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 4px; background: var(--red); color: #fff; padding: 14px 22px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nav .call-btn { gap: 7px; padding: 10px 14px; font-size: 10px; line-height: 1.1; }
.nav .call-btn svg { width: 15px; height: 15px; flex: 0 0 15px; fill: currentColor; }
.nav .nav-quote-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 14px 25px; border-radius: 6px; color: #fff; background: var(--brand-blue); box-shadow: 0 3px 8px rgba(8,57,79,.12); font-size: 13px; letter-spacing: .055em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.nav .nav-quote-btn::after { display: none; }
.nav .nav-quote-btn:hover, .nav .nav-quote-btn:focus-visible, .nav .nav-quote-btn.active { color: #fff; background: var(--slate-deep); transform: translateY(-2px); box-shadow: 0 5px 12px rgba(8,57,79,.16); }
.call-btn:hover, .btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(223,31,39,.25); }
.btn.amber { background: var(--amber); }
.btn.amber:hover { box-shadow: 0 8px 18px rgba(242,165,30,.25); }
.btn.ghost { color: var(--ink); background: #fff; border: 1px solid var(--line); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 0; border-radius: 4px; background: var(--amber); cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 4px auto; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.btn svg, .floating-call svg { width: 15px; height: 15px; flex: 0 0 15px; fill: currentColor; }

main { min-height: 60vh; }
h1, h2, h3, h4 { margin: 0 0 .6em; color: var(--ink); font-family: 'Space Grotesk', Heebo, Inter, Arial, sans-serif; font-weight: 600; letter-spacing: -.025em; line-height: 1.1; }
h1 { font-size: clamp(34px, 4.3vw, 58px); }
h2 { font-size: clamp(27px, 3vw, 40px); }
h3 { font-size: 21px; }
p { margin: 0 0 1.25em; }
.eyebrow { display: inline-flex; flex-wrap: wrap; max-width: 100%; align-items: center; gap: 8px; margin-bottom: 13px; color: var(--amber-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.section { padding: 82px 0; }
.section.compact { padding: 58px 0; }
.section.soft { background: var(--soft); }
.section.slate { color: white; background: var(--slate); }
.section-head { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-head p { color: var(--muted); }
.section-head.left { margin-left: 0; text-align: left; }

.home-intro { padding: 35px 0 78px; background: linear-gradient(180deg,#fff 0,#fff 85%,#f8f8f8 100%); }
.emergency-card { width: min(100%, 930px); margin: 0 auto; padding: 27px; border: 1px solid #d9dde0; border-top: 3px solid var(--amber); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
.emergency-card h1 { max-width: 780px; font-size: clamp(27px,3.3vw,43px); }
.emergency-card .lead { max-width: 820px; color: #556069; }
.checks { display: flex; flex-wrap: wrap; gap: 9px; margin: 16px 0 20px; }
.check { padding: 7px 10px; border-radius: 5px; background: #eef8f0; color: #28773a; font-size: 12px; font-weight: 700; }
.check.warn { background: #fff5df; color: #996200; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.emergency-services { padding: 18px; border-radius: 9px; background: #f7f8f8; }
.emergency-services > strong { display: block; margin-bottom: 10px; }
.service-mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.service-mini { padding: 13px 14px; border: 1px solid #edf0f1; border-radius: 7px; background: #fff; }
.service-mini strong { display: block; }
.service-mini span { color: var(--muted); font-size: 12px; }
.urgent-note { margin: 12px 0 0; padding: 9px 13px; border: 1px solid #ffd88c; border-radius: 6px; background: #fff7e7; font-size: 12px; }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step { position: relative; min-height: 230px; padding: 36px 27px 27px; color: white; border-radius: var(--radius); overflow: hidden; background: var(--slate); }
.step:nth-child(2) { background: #3f6575; }
.step:nth-child(3) { background: #304f5e; }
.step-number { position: absolute; right: 20px; top: 8px; color: rgba(255,255,255,.15); font-size: 76px; font-weight: 900; line-height: 1; }
.step h3, .step p { color: white; }

.split { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 54px; }
.split.reverse { grid-template-columns: .92fr 1.08fr; }
.split.reverse .media { order: -1; }
.split .copy p, .article-shell p { color: #4e5961; }
.media img { width: 100%; max-height: 600px; border-radius: 3px; object-fit: cover; }
.media.portrait img { aspect-ratio: 4/5; }
.stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 18px; }
.stat { padding: 18px; border-left: 4px solid var(--amber); background: #f6f7f7; }
.stat strong { display: block; color: var(--slate); font-size: 30px; line-height: 1; }
.quote-cta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 25px; padding: 15px 17px; border-radius: 5px; background: #f5f6f6; font-size: 12px; }

.cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.service-card { padding: 28px 23px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 9px 25px rgba(37,56,65,.06); transition: transform .2s ease, border .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--amber); }
.service-card .icon { display: grid; width: 56px; height: 56px; margin-bottom: 18px; place-items: center; border-radius: 12px; background: #fff4dc; }
.service-card .icon img { width: 43px; height: 43px; margin: 0; object-fit: contain; }
.service-card p { color: var(--muted); font-size: 13px; }
.service-card a { color: var(--amber-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.usp-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.usp { padding: 18px 16px; border-top: 3px solid var(--amber); background: #fff; text-align: center; }
.usp h3 { font-size: 17px; }
.usp p { margin: 0; color: var(--muted); font-size: 12px; }

.faq-list { max-width: 1050px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > h3 { margin: 0; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 4px; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 750; cursor: pointer; }
.faq-question::after { content: '+'; flex: 0 0 auto; color: var(--amber); font-family: Inter, Arial, sans-serif; font-size: 20px; font-weight: 500; transition: transform .2s; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { padding: 0 4px 19px; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

.page-hero { padding: 66px 0; color: white; background: linear-gradient(120deg,rgba(50,75,87,.96),rgba(79,113,128,.86)), url('/assets/images/Klusbedrijf-Gorinchem.webp') center/cover; }
.page-hero h1 { color: white; }
.page-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.86); font-size: 17px; }
.breadcrumbs { margin-bottom: 12px; color: #f8c866; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.article-shell { width: min(calc(100% - 40px), 1030px); margin: 0 auto; padding: 65px 0 82px; }
.article-shell h2 { margin-top: 1.25em; color: var(--slate); font-size: 30px; }
.article-shell h3 { margin-top: 1.25em; color: var(--slate); }
.article-shell ul { padding-left: 24px; }
.article-shell li { margin-bottom: 9px; }
.article-shell figure, .article-shell img { margin: 30px auto; }
.article-shell img { max-height: 560px; object-fit: cover; }
.article-shell .layout-widget-spacer, .article-shell script, .article-shell style, .article-shell form { display: none !important; }
.article-shell .layout, .article-shell .layout-element, .article-shell .layout-widget-container { display: contents; }
.article-shell .screen-reader-text { position: absolute; left: -9999px; }
.article-shell iframe { width: 100%; min-height: 390px; border: 0; }
.review-box { float: right; width: 280px; margin: 0 0 30px 35px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; text-align: center; }
.detail-wrap { padding-top: 64px; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 38px; align-items: start; }
.detail-article { min-width: 0; padding: 39px 42px; border-radius: 7px; background: #fff; box-shadow: 0 8px 28px rgba(37,56,65,.06); }
.detail-article h2 { margin: 1.35em 0 .55em; color: var(--slate); font-size: 30px; }
.detail-article h2:first-child { margin-top: 0; }
.detail-article h3 { margin-top: 1.25em; color: var(--slate); }
.detail-article p { color: #4e5961; }
.detail-article ul, .detail-article ol { padding-left: 23px; }
.detail-article li { margin-bottom: 9px; }
.detail-article figure { margin: 28px 0; }
.detail-article img { max-height: 560px; margin: 28px auto; object-fit: cover; border-radius: 4px; }
.detail-article .layout-widget-spacer, .detail-article script, .detail-article style, .detail-article form { display: none !important; }
.detail-article .layout, .detail-article .layout-element, .detail-article .layout-widget-container { display: contents; }
.detail-article iframe { width: 100%; min-height: 390px; border: 0; }
.detail-aside { position: sticky; top: 108px; display: grid; gap: 16px; }
.detail-aside-card { padding: 27px 24px; border-top: 3px solid var(--amber); border-radius: 7px; background: #fff; box-shadow: 0 8px 28px rgba(37,56,65,.08); }
.detail-aside-card > p { color: var(--muted); font-size: 13px; }
.detail-aside-card .btn { width: 100%; }
.aside-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin: 21px 0; }
.aside-stats > div { padding: 12px 10px; border-radius: 4px; background: var(--soft); }
.aside-stats strong, .aside-stats span { display: block; }
.aside-stats strong { color: var(--slate); font: 800 24px/1 Heebo, Inter, sans-serif; }
.aside-stats span { margin-top: 5px; color: var(--muted); font-size: 9px; }
.detail-phone { display: flex; align-items: center; gap: 12px; margin-top: 19px; padding-top: 17px; border-top: 1px solid var(--line); }
.detail-phone > svg { width: 18px; height: 18px; fill: var(--amber-dark); }
.detail-phone span, .detail-phone small, .detail-phone strong { display: block; }
.detail-phone small { color: var(--muted); font-size: 9px; }
.detail-phone strong { color: var(--slate); }
.detail-area { padding: 17px 19px; border-radius: 6px; color: #fff; background: var(--slate); }
.detail-area strong, .detail-area span { display: block; }
.detail-area span { margin-top: 4px; color: rgba(255,255,255,.76); font-size: 10px; }

.about-lead-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.about-portrait { position: relative; }
.about-portrait > img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 6px; }
.about-trust-card { position: absolute; right: -22px; bottom: 24px; width: 220px; padding: 17px 19px; border-left: 4px solid var(--amber); border-radius: 5px; background: #fff; box-shadow: var(--shadow); }
.about-trust-card strong, .about-trust-card span, .about-trust-card small { display: block; }
.about-trust-card span { margin: 3px 0; color: var(--slate); font: 800 22px/1.2 Heebo, Inter, sans-serif; }
.about-trust-card small { color: var(--muted); font-size: 10px; }
.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value-card { position: relative; padding: 29px 25px; border-radius: 6px; background: #fff; box-shadow: 0 8px 25px rgba(37,56,65,.06); }
.value-card > span { display: block; margin-bottom: 14px; color: var(--amber); font: 800 29px/1 Heebo, Inter, sans-serif; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; }
.about-service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.about-service-item { display: grid; grid-template-columns: 68px 1fr; gap: 19px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 6px; }
.about-service-item > img { width: 58px; height: 58px; margin: 0; object-fit: contain; }
.about-service-item h3 { margin-bottom: 5px; }
.about-service-item p { margin: 0; color: var(--muted); font-size: 12px; }
.about-process h2, .about-process h3, .about-process p, .about-process strong, .about-process span { color: #fff; }
.about-process .eyebrow { color: #ffd57a; }
.about-process .media img { max-height: 610px; }
.about-process-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 27px; }
.process-item { padding: 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; }
.process-item strong, .process-item span { display: block; }
.process-item span { margin-top: 4px; color: rgba(255,255,255,.76); font-size: 11px; }
.coverage-box { display: grid; grid-template-columns: repeat(2,1fr); gap: 55px; }
.coverage-box > div { padding-left: 25px; border-left: 3px solid var(--amber); }
.coverage-box p { margin: 0; color: var(--muted); }
.closing-panel { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 38px 42px; border-radius: 8px; background: #f4f6f6; }
.closing-panel > div:first-child { max-width: 670px; }
.closing-panel p { margin: 0; color: var(--muted); }
.closing-panel .cta-row { flex: 0 0 auto; margin: 0; }

/* Branded legal page */
.legal-page { --landing-navy: var(--brand-blue); --landing-orange: var(--brand-orange); --landing-muted: #607986; color: var(--landing-navy); background: #fbfaf7; }
.legal-hero { position: relative; isolation: isolate; padding: 86px 0 76px; overflow: hidden; color: #fff; background: linear-gradient(105deg,rgba(0,58,80,.97),rgba(0,58,80,.78)),url('/assets/images/Klusbedrijf-Gorinchem.webp') center 43%/cover no-repeat; }
.legal-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 210px; gap: 70px; align-items: end; }
.legal-hero .breadcrumbs { margin-bottom: 23px; color: rgba(255,255,255,.7); }
.legal-hero .breadcrumbs a { color: #ffbd4a; }
.legal-hero .landing-label { color: #ffbd4a; }
.legal-hero h1 { max-width: 760px; margin: 13px 0 20px; color: #fff; font-size: clamp(46px,5.6vw,74px); text-shadow: 0 3px 24px rgba(0,0,0,.16); }
.legal-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.68; }
.legal-hero__facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.legal-hero__facts span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.09); color: #fff; font-size: 11px; font-weight: 600; backdrop-filter: blur(6px); }
.legal-hero__facts span::before { content: '✓'; margin-right: 7px; color: #ffbd4a; }
.legal-hero__mark { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; background: rgba(0,58,80,.68); box-shadow: 16px 16px 0 rgba(216,235,234,.22); backdrop-filter: blur(8px); }
.legal-hero__mark span { font: 600 58px/1 'Space Grotesk',sans-serif; }
.legal-hero__mark small { color: rgba(255,255,255,.78); font-size: 11px; font-weight: 600; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.legal-content { padding: 76px 0 94px; }
.legal-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 42px; align-items: start; }
.legal-document { min-width: 0; padding: 44px 46px; border: 1px solid #e2e8e7; border-radius: 24px; background: #fff; box-shadow: 0 18px 45px rgba(0,61,83,.07); }
.legal-intro { margin-bottom: 38px; padding: 24px 26px; border-left: 4px solid var(--landing-orange); border-radius: 0 16px 16px 0; background: #f7f5ef; }
.legal-intro span { display: block; margin-bottom: 6px; color: var(--landing-orange); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.legal-intro p { margin: 0; color: #365463; font-size: 16px; line-height: 1.72; }
.legal-company-data { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin: 20px 0 0; }
.legal-company-data > div { min-width: 0; padding: 12px 13px; border: 1px solid #e4e6e0; border-radius: 11px; background: #fff; }
.legal-company-data dt { color: var(--landing-orange); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.legal-company-data dd { margin: 3px 0 0; color: var(--landing-navy); font-size: 11px; font-weight: 600; overflow-wrap: anywhere; }
.legal-section { scroll-margin-top: 112px; padding: 31px 0 34px; border-top: 1px solid #e4e9e8; }
.legal-section:first-of-type { padding-top: 0; border-top: 0; }
.legal-section:last-child { padding-bottom: 0; }
.legal-section h2 { margin: 0 0 18px; color: var(--landing-navy); font-size: clamp(25px,2.8vw,34px); }
.legal-section p { margin: 0 0 14px; color: #526b77; font-size: 15px; line-height: 1.82; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-aside { position: sticky; top: 108px; display: grid; gap: 17px; }
.legal-toc, .legal-download, .legal-help { border: 1px solid #dfe7e7; border-radius: 22px; background: #fff; box-shadow: 0 14px 35px rgba(0,61,83,.07); }
.legal-toc { padding: 28px; }
.legal-toc h2 { margin: 8px 0 20px; color: var(--landing-navy); font-size: 27px; }
.legal-toc ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: legal-toc; }
.legal-toc li { counter-increment: legal-toc; border-top: 1px solid #edf0ef; }
.legal-toc li:first-child { border-top: 0; }
.legal-toc a { display: grid; grid-template-columns: 24px 1fr; gap: 8px; padding: 9px 0; color: #526b77; font-size: 12px; line-height: 1.4; transition: color .2s ease, transform .2s ease; }
.legal-toc a::before { content: counter(legal-toc,decimal-leading-zero); color: var(--landing-orange); font-weight: 700; }
.legal-toc a:hover, .legal-toc a:focus-visible { color: var(--landing-navy); transform: translateX(3px); }
.legal-download { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 23px; background: #f7faf9; }
.legal-download__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #fff1dc; color: var(--landing-orange); font-size: 22px; font-weight: 700; }
.legal-download strong { color: var(--landing-navy); }
.legal-download p { margin: 2px 0 14px; color: var(--landing-muted); font-size: 12px; }
.legal-download .landing-button { grid-column: 1 / -1; width: 100%; }
.legal-help { padding: 27px; background: var(--landing-navy); }
.legal-help .landing-label { color: #ffbd4a; }
.legal-help h2 { margin: 8px 0 10px; color: #fff; font-size: 27px; }
.legal-help > p { margin: 0 0 19px; color: rgba(255,255,255,.72); font-size: 13px; }
.legal-help > a { display: flex; min-width: 0; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.13); color: #fff; }
.legal-help > a > svg { width: 18px; height: 18px; flex: 0 0 18px; fill: #ffbd4a; }
.legal-help > a span, .legal-help > a small, .legal-help > a strong { display: block; min-width: 0; }
.legal-help > a small { color: rgba(255,255,255,.62); font-size: 10px; }
.legal-help > a strong { overflow-wrap: anywhere; font-size: 12px; }
.legal-closing { padding: 0 0 82px; }
.legal-closing__card { display: flex; align-items: center; justify-content: space-between; gap: 44px; padding: 42px 46px; border-radius: 24px; background: #f1eee6; }
.legal-closing__card h2 { margin: 8px 0 10px; color: var(--landing-navy); font-size: clamp(31px,3.7vw,48px); }
.legal-closing__card p { margin: 0; color: var(--landing-muted); }
.legal-closing__card .landing-button { flex: 0 0 auto; }
.legal-page .landing-button--primary:hover, .legal-page .landing-button--primary:focus-visible { color: #fff; background: var(--landing-navy); box-shadow: 0 12px 26px rgba(11,79,108,.24); }

@media (max-width: 980px) {
  .legal-layout { grid-template-columns: minmax(0,1fr) 290px; }
  .legal-document { padding: 38px 34px; }
}

@media (max-width: 760px) {
  .legal-hero { padding: 65px 0 58px; }
  .legal-hero__grid, .legal-layout { grid-template-columns: 1fr; }
  .legal-hero__mark { display: none; }
  .legal-hero h1 { font-size: clamp(39px,12vw,55px); }
  .legal-hero p { font-size: 16px; }
  .legal-content { padding: 44px 0 62px; }
  .legal-document { padding: 27px 20px; border-radius: 18px; }
  .legal-intro { padding: 20px; }
  .legal-company-data { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
  .legal-closing { padding-bottom: 62px; }
  .legal-closing__card { align-items: stretch; flex-direction: column; padding: 31px 24px; }
  .legal-closing__card .landing-button { width: 100%; }
}

.reference-about { background: #fff; }
.reference-about-layout { display: grid; grid-template-columns: minmax(0, 755px) 255px; gap: 74px; align-items: start; padding-top: 55px; padding-bottom: 55px; }
.reference-about-copy h1, .reference-about-copy h2 { color: var(--slate); }
.reference-about-copy h1 { margin-bottom: 14px; font-size: 36px; }
.reference-about-copy h2.reference-about-title { margin: 0 0 14px; font-size: 36px; }
.reference-about-copy h2 { margin: 31px 0 14px; font-size: 30px; }
.reference-about-copy p, .reference-about-copy li { color: #252a2d; font-size: 13px; line-height: 1.58; }
.reference-about-copy p { margin-bottom: 15px; }
.reference-about-copy ul { margin: 12px 0 20px; padding-left: 25px; }
.reference-about-copy li { margin-bottom: 18px; padding-left: 4px; }
.google-reviews { padding-top: 40px; font-family: Arial, sans-serif; }
.google-word { display: flex; font-size: 25px; font-weight: 600; letter-spacing: -.06em; line-height: 1; }
.google-word span:nth-child(1), .google-word span:nth-child(4) { color: #4285f4; }
.google-word span:nth-child(2), .google-word span:nth-child(6) { color: #ea4335; }
.google-word span:nth-child(3) { color: #fbbc05; }
.google-word span:nth-child(5) { color: #34a853; }
.google-score { display: flex; align-items: center; gap: 7px; margin-top: 10px; }
.google-score strong { font-size: 22px; }
.google-score small { color: #777; font-size: 9px; }
.review-stars { display: inline-flex; gap: 2px; }
.review-stars i { display: block; width: 18px; height: 18px; background: #fbbc04; clip-path: polygon(50% 0,61% 34%,98% 34%,68% 56%,79% 92%,50% 70%,21% 92%,32% 56%,2% 34%,39% 34%); }
.review-stars.small { gap: 1px; margin: 10px 0 4px 42px; }
.review-stars.small i { width: 13px; height: 13px; }
.google-review-card { margin-top: 28px; }
.review-person { display: flex; align-items: center; gap: 9px; }
.review-person > span:last-child, .review-person strong, .review-person small { display: block; }
.review-person strong { font-size: 13px; line-height: 1.2; }
.review-person small { margin-top: 3px; color: #777; font-size: 9px; }
.review-avatar { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: white; background: #455a64; font-weight: 700; }
.google-review-card p { margin: 0 0 2px 42px; color: #222; font-size: 12px; line-height: 1.35; }
.google-review-card a { margin-left: 42px; color: #1a73e8; font-size: 11px; }
.review-dots { display: flex; gap: 4px; margin: 30px 0 0 82px; }
.review-dots i { width: 4px; height: 4px; border-radius: 50%; background: #333; }
.review-dots i:not(:first-child) { background: #bbb; }

.reference-services { background: #fff; }
.reference-services-intro { padding: 88px 0 0; }
.reference-services-intro h2 { margin-bottom: 59px; color: var(--slate); font-size: 45px; }
.reference-services-intro p { max-width: 1110px; margin: 0; color: #202326; font-size: 14px; line-height: 1.62; }
.diensten-reviews { padding: 113px 0 84px; }
.diensten-review-summary { display: flex; align-items: center; justify-content: center; gap: 10px; }
.diensten-review-summary .google-word { font-size: 26px; }
.diensten-review-summary > strong { font-size: 23px; }
.diensten-review-summary > small { color: #777; font-size: 9px; }
.diensten-review-summary .review-stars i { width: 24px; height: 24px; }
.diensten-review-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 43px; margin-top: 45px; }
.diensten-review-card { min-width: 0; font-family: Arial, sans-serif; }
.diensten-review-person { display: flex; align-items: center; gap: 11px; }
.diensten-review-person img { width: 39px; height: 39px; flex: 0 0 39px; border-radius: 50%; object-fit: cover; }
.diensten-review-person > span, .diensten-review-person strong, .diensten-review-person small { display: block; }
.diensten-review-person strong { font-size: 14px; line-height: 1.2; }
.diensten-review-person small { margin-top: 4px; color: #777; font-size: 10px; }
.diensten-review-card .review-stars.small { margin: 13px 0 7px; }
.diensten-review-card .review-stars.small i { width: 17px; height: 17px; }
.diensten-review-card p { min-height: 64px; margin: 0; color: #202326; font-size: 14px; line-height: 1.34; }
.diensten-review-card a { color: #1a73e8; font-size: 13px; }
.diensten-review-dots { display: flex; justify-content: center; gap: 5px; margin-top: 31px; }
.diensten-review-dots i { width: 4px; height: 4px; border-radius: 50%; background: #bbb; }
.diensten-review-dots i:first-child { width: 6px; height: 6px; background: #222; }
.reference-service-list { padding: 0 0 30px; }
.reference-service-grid { display: grid; grid-template-columns: repeat(3,1fr); column-gap: 38px; row-gap: 84px; }
.reference-service-grid article { min-height: 127px; text-align: center; }
.reference-service-grid h2 { margin-bottom: 17px; color: var(--slate); font-size: 29px; }
.reference-service-grid p { margin: 0 auto; color: #202326; font-size: 14px; line-height: 1.55; }

.service-directory { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.directory-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 5px; background: white; }
.directory-row strong { font-family: Heebo, Inter, sans-serif; font-size: 20px; }
.directory-row span { color: var(--amber); font-size: 24px; }

.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.project-grid figure { margin: 0; overflow: hidden; border-radius: 5px; background: #eee; }
.project-grid img { width: 100%; height: 470px; object-fit: cover; transition: transform .35s ease; }
.project-grid figure:hover img { transform: scale(1.025); }
.project-grid figcaption { padding: 10px 12px; color: var(--muted); font-size: 12px; text-align: center; }

.projects-showcase { --landing-blue: var(--brand-blue); --landing-navy: var(--brand-blue); --landing-orange: var(--brand-orange); --landing-muted: #607986; background: #fbfaf7; }
.projects-showcase__cta .landing-button--primary:hover, .projects-showcase__cta .landing-button--primary:focus-visible { color: #fff; background: var(--landing-navy); box-shadow: 0 12px 26px rgba(11,79,108,.24); }
.projects-showcase__cta .landing-button--primary:active { color: #fff; background: #073b51; transform: translateY(0); }
.projects-showcase__hero { position: relative; isolation: isolate; padding: 92px 0 78px; color: #fff; background: linear-gradient(105deg,rgba(0,58,80,.94) 0%,rgba(0,58,80,.82) 52%,rgba(0,58,80,.62) 100%),url('/assets/images/hero-vakman-renovatie.webp') center 42%/cover no-repeat; }
.projects-showcase__hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 42%; background: linear-gradient(transparent,rgba(0,37,54,.2)); pointer-events: none; }
.projects-showcase__hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 80px; align-items: end; }
.projects-showcase__hero h1 { max-width: 760px; margin: 15px 0 22px; color: #fff; font-size: clamp(42px,5.4vw,72px); text-shadow: 0 3px 24px rgba(0,0,0,.18); }
.projects-showcase__hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.7; }
.projects-showcase__hero .landing-label { color: #ffbd4a; }
.projects-showcase__summary { display: grid; padding: 30px; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: rgba(0,58,80,.72); color: #fff; box-shadow: 18px 18px 0 rgba(216,235,234,.28); backdrop-filter: blur(8px); }
.projects-showcase__summary strong { font: 600 58px/1 'Space Grotesk',sans-serif; }
.projects-showcase__summary span { margin-top: 5px; font-weight: 600; }
.projects-showcase__summary small { margin-top: 20px; color: rgba(255,255,255,.72); line-height: 1.5; }
.projects-showcase__content { padding: 85px 0 100px; }
.projects-filter-bar { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(480px,1.15fr); gap: 55px; align-items: end; }
.projects-filter-bar h2 { max-width: 520px; margin: 12px 0 0; color: var(--landing-blue); font-size: clamp(30px,3.5vw,46px); }
.projects-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.projects-filters button { padding: 12px 18px; border: 1px solid #d8e1e1; border-radius: 999px; background: #fff; color: var(--landing-blue); font: 600 13px/1 'Work Sans',sans-serif; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.projects-filters button:hover { transform: translateY(-2px); border-color: var(--landing-orange); background: #fff7e9; color: var(--landing-blue); }
.projects-filters button:focus-visible { outline: 3px solid rgba(236,151,34,.35); outline-offset: 3px; color: var(--landing-blue); }
.projects-filters button:active { background: #ffe6b8; color: var(--landing-blue); }
.projects-filters button[aria-pressed="true"], .projects-filters button[aria-pressed="true"]:hover, .projects-filters button[aria-pressed="true"]:focus-visible, .projects-filters button[aria-pressed="true"]:active { border-color: #d88408; background: var(--brand-orange); color: #fff; box-shadow: 0 8px 20px rgba(236,151,34,.28); }
.projects-result-count { margin: 30px 0 20px; color: var(--landing-muted); font-size: 13px; }
.projects-showcase__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.projects-showcase__card { overflow: hidden; border: 1px solid #e1e7e7; border-radius: 24px; background: #fff; box-shadow: 0 14px 38px rgba(0,61,83,.08); transition: transform .25s ease, box-shadow .25s ease; }
.projects-showcase__card[hidden] { display: none; }
.projects-showcase__card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(0,61,83,.14); }
.projects-showcase__card > a { display: block; color: inherit; }
.projects-showcase__image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #e6ecec; }
.projects-showcase__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.projects-showcase__card:hover .projects-showcase__image img { transform: scale(1.035); }
.projects-showcase__image span { position: absolute; top: 17px; left: 17px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--landing-blue); font-size: 11px; font-weight: 600; box-shadow: 0 5px 16px rgba(0,0,0,.1); }
.projects-showcase__body { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 22px 23px 24px; }
.projects-showcase__body h3 { margin: 0 0 6px; color: var(--landing-blue); font-size: 20px; }
.projects-showcase__body p { margin: 0; color: var(--landing-muted); font-size: 12px; }
.projects-showcase__body b { display: grid; flex: 0 0 39px; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: #fff3df; color: var(--landing-orange); font-size: 19px; }
.projects-showcase__cta { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-top: 70px; padding: 42px 48px; border-radius: 28px; background: #fff; box-shadow: 0 18px 45px rgba(0,61,83,.09); }
.projects-showcase__cta h2 { margin: 8px 0 8px; color: var(--landing-blue); }
.projects-showcase__cta p { max-width: 650px; margin: 0; color: var(--landing-muted); }
.projects-showcase__cta .landing-button { flex: 0 0 auto; }
.lightbox-open { overflow: hidden; }
.project-lightbox[hidden] { display: none; }
.project-lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; grid-template-columns: 64px minmax(0,920px) 64px; align-items: center; justify-content: center; gap: 20px; padding: 76px 28px 30px; background: rgba(0,30,44,.9); backdrop-filter: blur(9px); }
.project-lightbox figure { width: 100%; max-height: calc(100vh - 106px); margin: 0; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.project-lightbox figure > img { display: block; width: 100%; height: min(72vh,760px); object-fit: contain; background: #102d3a; }
.project-lightbox figcaption { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 17px 21px; color: var(--landing-blue); background: #fff; }
.project-lightbox figcaption > span { padding: 7px 11px; border-radius: 999px; color: var(--landing-orange); background: #fff3df; font-size: 11px; font-weight: 600; }
.project-lightbox figcaption strong, .project-lightbox figcaption small { display: block; }
.project-lightbox figcaption strong { font-size: 17px; }
.project-lightbox figcaption small { margin-top: 3px; color: var(--landing-muted); font-size: 11px; }
.project-lightbox figcaption > b { color: var(--landing-muted); font-size: 12px; }
.project-lightbox__close, .project-lightbox__nav { display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; cursor: pointer; transition: transform .2s ease,background .2s ease; }
.project-lightbox__close { position: absolute; top: 21px; right: 25px; width: 43px; height: 43px; background: rgba(255,255,255,.14); font: 300 29px/1 Arial,sans-serif; }
.project-lightbox__nav { width: 58px; height: 58px; background: var(--landing-orange); font-size: 27px; box-shadow: 0 10px 25px rgba(0,0,0,.22); }
.project-lightbox__nav:hover, .project-lightbox__nav:focus-visible, .project-lightbox__close:hover, .project-lightbox__close:focus-visible { transform: scale(1.07); background: #fff; color: var(--landing-blue); outline: none; }

.form-card { width: min(100%, 760px); margin: 62px auto 80px; padding: 42px 52px; border-top: 3px solid var(--amber); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.form-card .section-head { margin-bottom: 28px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { margin-bottom: 19px; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; text-align: center; }
.field label.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #dfe4e7; border-radius: 7px; outline: none; background: white; }
.field input::placeholder, .field textarea::placeholder { color: rgba(0,0,0,.4); opacity: 1; }
.field select:invalid { color: rgba(0,0,0,.4); }
.field select option { color: var(--ink); }
.conditional-field[hidden] { display: none; }
.form-helper { margin: 7px 2px 0; color: rgba(0,0,0,.4); font-size: 11px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(242,165,30,.13); }
.field textarea { min-height: 150px; resize: vertical; }
.form-card .btn { width: 100%; }
.form-note { margin-top: 15px; padding: 10px 13px; border-radius: 6px; background: #f2f5f6; color: var(--muted); font-size: 11px; }
.success-message { display: none; padding: 16px; border-radius: 7px; background: #eaf7ed; color: #256c34; text-align: center; }
.success-message.show { display: block; }

.quote-showcase { --landing-navy: var(--brand-blue); --landing-orange: var(--brand-orange); --landing-muted: #607986; background: #fbfaf7; }
.quote-showcase__hero { padding: 86px 0 78px; color: #fff; background: linear-gradient(105deg,rgba(0,58,80,.95),rgba(0,58,80,.68)),url('/assets/images/hero-vakman-renovatie.webp') center 42%/cover no-repeat; }
.quote-showcase__hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 285px; gap: 80px; align-items: end; }
.quote-showcase__hero .landing-label { color: #ffbd4a; }
.quote-showcase__hero h1 { max-width: 720px; margin: 13px 0 20px; color: #fff; font-size: clamp(43px,5.2vw,70px); }
.quote-showcase__hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.65; }
.quote-showcase__proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.quote-showcase__proof span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 12px; font-weight: 600; }
.quote-showcase__proof span::before { content: '✓'; margin-right: 7px; color: #ffbd4a; }
.quote-showcase__hero-card { display: grid; padding: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; background: rgba(0,58,80,.76); box-shadow: 18px 18px 0 rgba(216,235,234,.25); backdrop-filter: blur(8px); }
.quote-showcase__hero-card strong { color: #fff; font: 600 29px/1.15 'Space Grotesk',sans-serif; }
.quote-showcase__hero-card span { margin-top: 10px; color: rgba(255,255,255,.75); line-height: 1.5; }
.quote-showcase__content { padding: 82px 0 100px; }
.quote-showcase__layout { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.75fr); gap: 30px; align-items: start; }
.quote-showcase__form, .quote-showcase__contact-card, .quote-showcase__assurance { border: 1px solid #e1e7e7; border-radius: 26px; background: #fff; box-shadow: 0 18px 45px rgba(0,61,83,.08); }
.quote-showcase__form { padding: 46px 48px; }
.form-botcheck { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.quote-showcase__form-head h2 { margin: 8px 0 10px; color: var(--landing-navy); font-size: clamp(30px,3vw,42px); }
.quote-showcase__form-head p { margin: 0; color: var(--landing-muted); }
.quote-showcase__steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 30px 0; }
.quote-showcase__steps span { display: flex; align-items: center; gap: 8px; color: var(--landing-muted); font-size: 11px; font-weight: 600; }
.quote-showcase__steps b { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border-radius: 50%; background: #fff3df; color: var(--landing-orange); }
.quote-showcase .field { margin-bottom: 21px; }
.quote-showcase .field label { margin-bottom: 9px; color: var(--landing-navy); font-size: 13px; font-weight: 600; text-align: left; }
.quote-showcase .field label span { color: var(--landing-orange); }
.quote-showcase .field input, .quote-showcase .field select, .quote-showcase .field textarea { min-height: 52px; padding: 14px 16px; border: 1px solid #d8e1e1; border-radius: 12px; background: #fcfdfd; color: var(--landing-navy); font: 500 14px/1.4 'Work Sans',sans-serif; }
.quote-showcase .field textarea { min-height: 145px; }
.quote-showcase .field input:focus, .quote-showcase .field select:focus, .quote-showcase .field textarea:focus { border-color: var(--landing-orange); background: #fff; box-shadow: 0 0 0 4px rgba(236,151,34,.13); }
.quote-showcase .form-helper { color: var(--landing-muted); }
.quote-showcase__form > .landing-button { width: 100%; border: 0; cursor: pointer; }
.quote-showcase__form > .landing-button:hover, .quote-showcase__form > .landing-button:focus-visible { color: #fff; background: var(--landing-navy); box-shadow: 0 12px 26px rgba(11,79,108,.24); }
.quote-showcase__privacy { margin: 13px 0 0; color: var(--landing-muted); font-size: 11px; text-align: center; }
.quote-showcase .success-message { margin-top: 18px; border-radius: 12px; }
.quote-showcase__aside { position: sticky; top: 110px; display: grid; gap: 20px; }
.quote-showcase__contact-card, .quote-showcase__assurance { padding: 31px 28px; }
.quote-showcase__contact-card h2 { margin: 7px 0 12px; color: var(--landing-navy); font-size: 28px; }
.quote-showcase__contact-card > p { margin: 0 0 22px; color: var(--landing-muted); }
.quote-showcase__contact-card > a { display: flex; align-items: center; gap: 13px; margin-top: 10px; padding: 15px; border-radius: 14px; color: var(--landing-navy); background: #f3f1eb; transition: transform .2s ease, background .2s ease; }
.quote-showcase__contact-card > a:hover { transform: translateY(-2px); background: #fff3df; }
.quote-showcase__contact-card svg { width: 21px; height: 21px; flex: 0 0 21px; fill: var(--landing-orange); }
.quote-showcase__contact-card small, .quote-showcase__contact-card strong { display: block; }
.quote-showcase__contact-card small { margin-bottom: 3px; color: #758b95; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.quote-showcase__assurance h3 { margin-bottom: 18px; color: var(--landing-navy); font-size: 21px; }
.quote-showcase__assurance ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.quote-showcase__assurance li { position: relative; padding-left: 28px; color: var(--landing-muted); }

/* Thank-you page */
.thanks-page { --landing-navy: var(--brand-blue); --landing-petrol: #176b80; --landing-orange: var(--brand-orange); --landing-muted: #607986; background: #f8f8f5; }
.thanks-page__hero { min-height: 690px; padding: 92px 0 110px; background: radial-gradient(circle at 50% 0,rgba(236,151,34,.12),transparent 34%),#f8f8f5; }
.thanks-page__card { width: min(820px,100%); margin: 0 auto; padding: 58px 64px; border: 1px solid #dce5e5; border-radius: 30px; background: #fff; box-shadow: 0 24px 60px rgba(0,61,83,.1); text-align: center; }
.thanks-page__icon { display: grid; width: 74px; height: 74px; margin: 0 auto 23px; place-items: center; border-radius: 50%; background: var(--landing-navy); box-shadow: 0 5px 12px rgba(11,79,108,.12); }
.thanks-page__icon svg { width: 39px; height: 39px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.thanks-page h1 { max-width: 650px; margin: 11px auto 16px; color: var(--landing-navy); font-size: clamp(38px,5vw,58px); line-height: 1.05; }
.thanks-page__card > p { max-width: 640px; margin: 0 auto; color: var(--landing-muted); font-size: 17px; line-height: 1.7; }
.thanks-page__steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 36px 0 32px; text-align: left; }
.thanks-page__steps > div { display: flex; gap: 12px; padding: 19px 16px; border: 1px solid #e0e7e7; border-radius: 16px; background: #fbfcfc; }
.thanks-page__steps b { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; background: #fff1dc; color: var(--landing-orange); font-size: 13px; }
.thanks-page__steps strong,.thanks-page__steps small { display: block; }
.thanks-page__steps strong { margin: 2px 0 6px; color: var(--landing-navy); font-size: 14px; }
.thanks-page__steps small { color: var(--landing-muted); font-size: 12px; line-height: 1.5; }
.thanks-page__actions { display: flex; justify-content: center; gap: 12px; }
.thanks-page__actions .landing-button { min-width: 205px; justify-content: center; }
.thanks-page__actions svg { width: 18px; height: 18px; fill: currentColor; }
.thanks-page__help { margin-top: 24px !important; font-size: 13px !important; }
.thanks-page__help a { color: var(--landing-navy); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 700px) {
  .thanks-page__hero { min-height: 0; padding: 48px 0 72px; }
  .thanks-page__card { padding: 40px 20px; border-radius: 22px; }
  .thanks-page__icon { width: 64px; height: 64px; }
  .thanks-page__steps { grid-template-columns: 1fr; }
  .thanks-page__actions { flex-direction: column; }
  .thanks-page__actions .landing-button { width: 100%; }
}
.quote-showcase__assurance li::before { content: '✓'; position: absolute; top: 0; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: #fff3df; color: var(--landing-orange); font-size: 11px; font-weight: 700; }

.about-showcase { --landing-navy: var(--brand-blue); --landing-petrol: #176b80; --landing-orange: var(--brand-orange); --landing-muted: #607986; color: var(--landing-navy); background: #fbfaf7; }
.about-showcase__hero { padding: 76px 0 82px; overflow: hidden; background: linear-gradient(135deg,#fff 0%,#fbfaf7 60%,#eaf3f2 100%); }
.about-showcase__hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.9fr); gap: 70px; align-items: center; }
.about-showcase__hero h1 { max-width: 700px; margin: 13px 0 22px; color: var(--landing-navy); font-size: clamp(44px,5.3vw,72px); }
.about-showcase__hero-copy > p { max-width: 670px; margin: 0; color: var(--landing-muted); font-size: 18px; line-height: 1.65; }
.about-showcase__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.about-showcase__proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.about-showcase__proof span { padding: 9px 12px; border: 1px solid #d9e3e3; border-radius: 999px; background: #fff; color: var(--landing-navy); font-size: 11px; font-weight: 600; }
.about-showcase__proof span::before { content: '✓'; margin-right: 6px; color: var(--landing-orange); }
.about-showcase__hero-visual { position: relative; padding: 0 22px 24px 0; }
.about-showcase__hero-visual::after { content: ""; position: absolute; z-index: 0; inset: 24px 0 0 24px; border-radius: 28px; background: #dbe8e7; }
.about-showcase__hero-visual > img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/4.25; object-fit: cover; object-position: center 30%; border-radius: 28px; box-shadow: 0 20px 48px rgba(0,52,76,.14); }
.about-showcase__hero-visual > div { position: absolute; z-index: 2; right: 0; bottom: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2px 10px; min-width: 200px; padding: 18px 20px; border-radius: 17px; background: #fff; box-shadow: 0 14px 35px rgba(0,52,76,.18); }
.about-showcase__hero-visual strong { grid-row: 1 / span 2; color: var(--landing-navy); font-size: 30px; }
.about-showcase__hero-visual span { color: var(--landing-orange); letter-spacing: .08em; }
.about-showcase__hero-visual small { color: var(--landing-muted); }
.about-showcase__story { padding: 92px 0; background: #fff; }
.about-showcase__story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.about-showcase__story h2, .about-showcase__section-head h2, .about-showcase__team-head h2, .about-showcase__coverage-card h2 { margin: 10px 0 0; color: var(--landing-navy); font-size: clamp(33px,4vw,52px); }
.about-showcase__story p { margin: 0 0 18px; color: var(--landing-muted); font-size: 16px; line-height: 1.75; }
.about-showcase__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 30px; }
.about-showcase__stats span { padding: 18px 15px; border-radius: 15px; background: #f5f3ed; color: var(--landing-muted); font-size: 11px; }
.about-showcase__stats strong { display: block; margin-bottom: 6px; color: var(--landing-navy); font: 600 28px/1 'Space Grotesk',sans-serif; }
.about-showcase__values { padding: 88px 0; background: #f4f7f6; }
.about-showcase__section-head { max-width: 730px; }
.about-showcase__section-head p { color: var(--landing-muted); font-size: 16px; }
.about-showcase__value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
.about-showcase__value-grid article { padding: 31px 28px; border: 1px solid #e0e7e7; border-radius: 22px; background: #fff; box-shadow: 0 12px 32px rgba(0,61,83,.06); }
.about-showcase__value-grid article > span { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: #fff3df; color: var(--landing-orange); font-weight: 600; }
.about-showcase__value-grid h3 { margin-bottom: 10px; color: var(--landing-navy); font-size: 21px; }
.about-showcase__value-grid p { margin: 0; color: var(--landing-muted); }
.about-showcase__team { padding: 92px 0; background: #fff; }
.about-showcase__team-head { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; }
.about-showcase__team-head > p { margin: 0; color: var(--landing-muted); font-size: 16px; line-height: 1.7; }
.about-showcase__specialists { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 42px; }
.about-showcase__specialists > a { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 25px; border: 1px solid #dfe7e7; border-radius: 20px; color: inherit; background: #fbfcfc; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.about-showcase__specialists > a:hover { transform: translateY(-4px); border-color: var(--landing-orange); box-shadow: 0 14px 30px rgba(0,61,83,.08); }
.about-showcase__specialists > a > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; background: #fff3df; color: var(--landing-orange); font-size: 21px; font-weight: 600; }
.about-showcase__specialists h3 { margin: 1px 0 7px; color: var(--landing-navy); }
.about-showcase__specialists p { margin: 0 0 13px; color: var(--landing-muted); }
.about-showcase__specialists b { color: var(--landing-orange); font-size: 12px; }
.about-showcase__process { padding: 94px 0; background: var(--landing-navy); }
.about-showcase__process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: center; }
.about-showcase__process .landing-label { color: #ffbd4a; }
.about-showcase__process h2 { margin: 10px 0 30px; color: #fff; font-size: clamp(33px,4vw,52px); }
.about-showcase__process-image { position: relative; }
.about-showcase__process-image > img { width: 100%; aspect-ratio: 4/4.5; object-fit: cover; border-radius: 25px; }
.about-showcase__process-image > div { position: absolute; right: -20px; bottom: 28px; display: grid; max-width: 265px; padding: 20px 23px; border-radius: 16px; background: var(--landing-orange); color: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.about-showcase__process-image span { margin-top: 6px; color: rgba(255,255,255,.8); font-size: 12px; }
.about-showcase__steps { display: grid; gap: 4px; }
.about-showcase__steps article { display: grid; grid-template-columns: 43px 1fr; gap: 17px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); }
.about-showcase__steps article > span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #ffbd4a; }
.about-showcase__steps h3 { margin: 0 0 5px; color: #fff; font-size: 18px; }
.about-showcase__steps p { margin: 0; color: rgba(255,255,255,.68); }
.about-showcase__coverage { padding: 86px 0 100px; }
.about-showcase__coverage-card { display: flex; align-items: center; justify-content: space-between; gap: 55px; padding: 43px 48px; border-radius: 28px; background: #fff; box-shadow: 0 18px 45px rgba(0,61,83,.09); }
.about-showcase__coverage-card > div { max-width: 750px; }
.about-showcase__coverage-card h2 { font-size: clamp(30px,3.4vw,44px); }
.about-showcase__coverage-card p { margin: 12px 0 0; color: var(--landing-muted); }
.about-showcase__coverage-card .landing-button { flex: 0 0 auto; }
.about-showcase .landing-button--primary:hover, .about-showcase .landing-button--primary:focus-visible { color: #fff; background: var(--landing-navy); }
.about-showcase__hero--services { background-image: linear-gradient(105deg,rgba(0,58,80,.95) 0%,rgba(0,58,80,.84) 54%,rgba(0,58,80,.6) 100%),url('/assets/images/Klusbedrijf-Gorinchem.webp'); background-position: center 32%; }

/* Diensten showcase */
.services-showcase { --landing-navy: var(--brand-blue); --landing-orange: var(--brand-orange); --landing-muted: #607986; color: var(--landing-navy); background: #fbfaf7; }
.services-showcase__hero { position: relative; isolation: isolate; padding: 94px 0 86px; overflow: hidden; color: #fff; background: linear-gradient(105deg,rgba(0,58,80,.95) 0%,rgba(0,58,80,.84) 54%,rgba(0,58,80,.6) 100%),url('/assets/images/hero-vakman-renovatie.webp') center 42%/cover no-repeat; }
.services-showcase__hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 44%; background: linear-gradient(transparent,rgba(0,32,47,.25)); }
.services-showcase__hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 265px; gap: 80px; align-items: end; }
.services-showcase__hero h1 { max-width: 760px; margin: 14px 0 21px; color: #fff; font-size: clamp(46px,5.6vw,74px); text-shadow: 0 3px 24px rgba(0,0,0,.18); }
.services-showcase__hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.7; }
.services-showcase__hero .landing-label { color: #ffbd4a; }
.services-showcase__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.landing-button--outline-light { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(5px); }
.landing-button--outline-light:hover, .landing-button--outline-light:focus-visible { border-color: #fff; color: var(--landing-navy); background: #fff; }
.services-showcase__summary { display: grid; padding: 31px; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; background: rgba(0,58,80,.72); box-shadow: 18px 18px 0 rgba(216,235,234,.27); backdrop-filter: blur(8px); }
.services-showcase__summary strong { font: 600 58px/1 'Space Grotesk',sans-serif; }
.services-showcase__summary span { margin-top: 5px; font-weight: 600; }
.services-showcase__summary small { margin-top: 19px; color: rgba(255,255,255,.72); line-height: 1.5; }
.services-showcase__directory { padding: 88px 0 100px; background: #fff; }
.services-showcase__head { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; }
.services-showcase__head h2 { max-width: 650px; margin: 11px 0 0; color: var(--landing-navy); font-size: clamp(34px,4.2vw,54px); }
.services-showcase__head > p { margin: 0; color: var(--landing-muted); font-size: 16px; line-height: 1.7; }
.services-showcase__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 44px; }
.services-showcase__card { overflow: hidden; border: 1px solid #e0e7e7; border-radius: 24px; background: #fff; box-shadow: 0 14px 36px rgba(0,61,83,.08); transition: transform .25s ease,box-shadow .25s ease; scroll-margin-top: 120px; }
.services-showcase__card:hover { transform: translateY(-5px); box-shadow: 0 21px 46px rgba(0,61,83,.14); }
.services-showcase__image { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #e9eeee; }
.services-showcase__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.services-showcase__card:hover .services-showcase__image img { transform: scale(1.04); }
.services-showcase__image > span { position: absolute; top: 17px; left: 17px; display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; color: var(--landing-orange); background: rgba(255,255,255,.94); font-size: 11px; font-weight: 600; box-shadow: 0 5px 15px rgba(0,0,0,.1); }
.services-showcase__card > div { padding: 25px 25px 27px; }
.services-showcase__card h3 { margin: 0 0 10px; color: var(--landing-navy); font-size: 22px; }
.services-showcase__card h3 a { color: inherit; }
.services-showcase__card p { min-height: 72px; margin: 0 0 20px; color: var(--landing-muted); font-size: 14px; line-height: 1.65; }
.services-showcase__link { color: var(--landing-navy); font-size: 13px; font-weight: 600; }
.services-showcase__link b { margin-left: 5px; color: var(--landing-orange); font-size: 18px; transition: transform .2s ease; }
.services-showcase__link:hover b { display: inline-block; transform: translateX(4px); }
.services-showcase__benefits { padding: 88px 0 94px; background: #f3f7f6; }
.services-showcase__benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; margin-top: 42px; }
.services-showcase__benefit-grid article { padding: 28px 25px; border: 1px solid #e0e7e7; border-radius: 21px; background: #fff; box-shadow: 0 10px 28px rgba(0,61,83,.05); }
.services-showcase__benefit-grid article > span { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 50%; color: var(--landing-orange); background: #fff3df; font-weight: 600; }
.services-showcase__benefit-grid h3 { margin: 0 0 10px; color: var(--landing-navy); font-size: 19px; }
.services-showcase__benefit-grid p { margin: 0; color: var(--landing-muted); font-size: 14px; line-height: 1.65; }
.services-showcase__process { padding: 92px 0; color: #fff; background: var(--landing-navy); }
.services-showcase__process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.services-showcase__process h2 { margin: 10px 0 18px; color: #fff; font-size: clamp(34px,4vw,52px); }
.services-showcase__process > .container > div:first-child > p { margin: 0 0 28px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.services-showcase__steps article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.services-showcase__steps article:last-child { border-bottom: 0; }
.services-showcase__steps article > span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #ffbd4a; font-weight: 600; }
.services-showcase__steps h3 { margin: 0 0 6px; color: #fff; font-size: 18px; }
.services-showcase__steps p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.6; }
.services-showcase__closing { padding: 82px 0 98px; background: #fbfaf7; }
.services-showcase__closing-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 48px; border: 1px solid #e1e7e7; border-radius: 28px; background: #fff; box-shadow: 0 22px 50px rgba(0,61,83,.1); }
.services-showcase__closing-card > div { max-width: 720px; }
.services-showcase__closing-card h2 { margin: 10px 0 10px; color: var(--landing-navy); font-size: clamp(31px,3.7vw,48px); }
.services-showcase__closing-card p { margin: 0; color: var(--landing-muted); }
.services-showcase__closing-card .landing-button { flex: 0 0 auto; }
.services-showcase .landing-button--primary:hover, .services-showcase .landing-button--primary:focus-visible { color: #fff; background: var(--landing-navy); box-shadow: 0 12px 26px rgba(11,79,108,.24); }

/* Branded service detail pages */
.service-detail-page { --landing-navy: var(--brand-blue); --landing-orange: var(--brand-orange); --landing-petrol: #0f6371; --landing-muted: #607986; --landing-cream: #faf9f6; color: var(--landing-navy); background: #fbfaf7; }
.service-detail-hero { padding: 72px 0 78px; overflow: hidden; background: #fbfaf7; }
.service-detail-hero__grid { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(410px,.98fr); gap: 66px; align-items: center; }
.service-detail-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: #84969e; font-size: 12px; font-weight: 600; }
.service-detail-breadcrumbs a { color: var(--landing-petrol); }
.service-detail-breadcrumbs span:last-child { color: #84969e; }
.service-detail-hero h1 { max-width: 720px; margin: 9px 0 22px; color: var(--landing-navy); font-size: clamp(46px,5.3vw,72px); letter-spacing: -.045em; line-height: .99; }
.service-detail-hero__copy > p { max-width: 660px; margin: 0; color: #506773; font-size: 18px; line-height: 1.72; }
.service-detail-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.service-detail-hero__proof { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 26px; color: #607986; font-size: 13px; font-weight: 600; }
.service-detail-hero__proof span::first-letter { color: var(--landing-orange); }
.service-detail-hero__services { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 9px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(15,99,113,.14); }
.service-detail-hero__services span { display: flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 9px; border: 1px solid rgba(15,99,113,.16); border-radius: 12px; color: var(--landing-navy); background: rgba(255,255,255,.82); font-size: 12px; font-weight: 600; line-height: 1.35; text-align: center; box-shadow: 0 8px 20px rgba(0,61,83,.05); }
.service-detail-hero__visual { position: relative; min-height: 540px; padding: 0 22px 24px 0; }
.service-detail-hero__visual::after { content: ''; position: absolute; z-index: 0; inset: 24px 0 0 24px; border-radius: 30px; background: #d7e7e5; }
.service-detail-hero__visual > img { position: absolute; z-index: 1; inset: 0 22px 24px 0; width: calc(100% - 22px); height: calc(100% - 24px); border-radius: 30px; object-fit: cover; }
.service-detail-hero__visual > div { position: absolute; z-index: 2; right: 0; bottom: 0; display: grid; gap: 3px; max-width: 270px; padding: 19px 22px; border-radius: 17px; color: #fff; background: var(--landing-navy); box-shadow: 0 16px 36px rgba(0,52,76,.25); }
.service-detail-hero__visual strong { font-size: 16px; }
.service-detail-hero__visual span { color: rgba(255,255,255,.72); font-size: 12px; }
.service-detail-intro { padding: 76px 0 48px; background: #fff; }
.service-detail-intro__grid { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: end; }
.service-detail-intro h2 { max-width: 620px; margin: 9px 0 0; color: var(--landing-navy); font-size: clamp(34px,4vw,52px); }
.service-detail-intro p { margin: 0; color: var(--landing-muted); font-size: 16px; line-height: 1.72; }
.service-detail-content { padding: 28px 0 94px; background: #fff; }
.service-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 325px; gap: 38px; align-items: start; }
.service-detail-article { min-width: 0; color: #526b77; font-size: 16px; line-height: 1.78; }
.service-detail-article > p:first-of-type { margin-top: 0; color: #365463; font-size: 18px; }
.service-detail-article h2 { margin: 1.5em 0 .55em; color: var(--landing-navy) !important; font-size: clamp(27px,3vw,36px); letter-spacing: -.025em; line-height: 1.16; }
.service-detail-article h3 { margin: 1.35em 0 .5em; color: var(--landing-navy); font-size: 23px; }
.service-detail-article p { color: #526b77; }
.service-detail-article a { color: var(--landing-petrol); text-decoration: underline; text-decoration-color: rgba(15,99,113,.35); text-underline-offset: 3px; }
.service-detail-article ul, .service-detail-article ol { padding-left: 22px; }
.service-detail-article li { margin-bottom: 9px; }
.service-detail-article figure { margin: 34px 0; }
.service-detail-article img { width: 100%; max-height: 570px; margin: 30px 0; border-radius: 22px; object-fit: cover; box-shadow: 0 16px 38px rgba(0,61,83,.1); }
.service-detail-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 38px 0 44px; }
.service-detail-gallery figure { min-width: 0; margin: 0; }
.service-detail-gallery figure:last-child:nth-child(odd) { grid-column: 1 / -1; }
.service-detail-gallery img { width: 100%; height: 100%; min-height: 310px; max-height: 430px; margin: 0; aspect-ratio: 4 / 3; object-fit: cover; }
.service-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 34px 0 42px; padding: 24px 26px; border-radius: 20px; background: var(--landing-navy); box-shadow: 0 18px 38px rgba(8, 57, 79, .16); }
.service-inline-cta > div { min-width: 0; }
.service-detail-article .service-inline-cta .landing-label { color: #ffbd4a; }
.service-detail-article .service-inline-cta h3 { margin: 5px 0 4px; color: #fff; font-size: 22px; }
.service-detail-article .service-inline-cta p { margin: 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.55; }
.service-inline-cta .landing-button { flex: 0 0 auto; color: #fff !important; text-decoration: none !important; white-space: nowrap; }
.service-inline-cta .landing-button:hover,
.service-inline-cta .landing-button:focus-visible { background: #fff !important; color: var(--landing-navy) !important; text-decoration: none !important; }
.service-detail-article .layout-widget-spacer, .service-detail-article script, .service-detail-article style, .service-detail-article form { display: none !important; }
.service-detail-article .layout, .service-detail-article .layout-element, .service-detail-article .layout-widget-container { display: contents; }
.service-detail-article iframe { width: 100%; min-height: 390px; border: 0; border-radius: 20px; }
.service-detail-article details, .service-detail-article .kt-accordion-pane { margin: 13px 0; border: 1px solid #dfe8e7; border-radius: 16px; background: #fbfcfc; overflow: hidden; }
.service-detail-article summary, .service-detail-article .kt-accordion-header { display: flex; width: 100%; justify-content: space-between; padding: 18px 20px; border: 0; color: var(--landing-navy); background: transparent; font-weight: 700; cursor: pointer; }
.service-detail-article details > div, .service-detail-article .kt-accordion-panel-inner { padding: 0 20px 18px; }
.service-detail-faq-list { display: grid; gap: 12px; margin: 26px 0 38px; }
.service-detail-article .service-detail-faq-list .faq-item { padding: 0 22px; border: 1px solid rgba(22,50,60,.1); border-radius: 16px; background: #fbfaf7; overflow: hidden; }
.service-detail-article .service-detail-faq-list .faq-item > h3 { margin: 0; }
.service-detail-article .service-detail-faq-list .faq-question { padding: 19px 2px; color: var(--landing-navy); font-size: 15px; font-weight: 600; line-height: 1.45; }
.service-detail-article .service-detail-faq-list .faq-question::after { color: var(--landing-orange); }
.service-detail-article .service-detail-faq-list .faq-answer > div { padding: 0; }
.service-detail-article .service-detail-faq-list .faq-answer p { margin: 0; padding: 0 2px 20px; color: #637985; font-size: 14px; line-height: 1.7; }
.service-detail-article .service-detail-faq-list .layout, .service-detail-article .service-detail-faq-list .layout-element, .service-detail-article .service-detail-faq-list .layout-widget-container { display: contents; }
.service-detail-article > .faq-list .faq-item > h3 { margin: 0; font-size: inherit; }
.service-detail-article > .faq-list .faq-question { padding-top: 15px; padding-bottom: 15px; font-size: 15px; font-weight: 600; line-height: 1.45; }
.service-detail-article > .faq-list .faq-answer p { font-size: 14px; line-height: 1.7; }
.service-detail-aside { position: sticky; top: 108px; display: grid; gap: 17px; }
.service-detail-contact, .service-detail-assurance { padding: 29px; border: 1px solid #dfe7e7; border-radius: 24px; background: #f7faf9; box-shadow: 0 14px 35px rgba(0,61,83,.08); }
.service-detail-contact h2 { margin: 8px 0 12px; color: var(--landing-navy); font-size: 29px; }
.service-detail-contact > p { margin: 0 0 22px; color: var(--landing-muted); font-size: 14px; line-height: 1.65; }
.service-detail-contact .landing-button { width: 100%; }
.service-detail-phone { display: flex; align-items: center; gap: 13px; margin-top: 21px; padding-top: 19px; border-top: 1px solid #dce5e4; }
.service-detail-phone > svg { width: 19px; height: 19px; fill: var(--landing-orange); }
.service-detail-phone span, .service-detail-phone small, .service-detail-phone strong { display: block; }
.service-detail-phone small { color: var(--landing-muted); font-size: 11px; }
.service-detail-phone strong { color: var(--landing-navy); font-size: 17px; }
.service-detail-assurance { color: #fff; background: var(--landing-navy); }
.service-detail-assurance > strong { font: 600 23px/1.2 'Space Grotesk',sans-serif; }
.service-detail-assurance ul { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.service-detail-assurance li { position: relative; padding-left: 22px; color: rgba(255,255,255,.76); font-size: 13px; }
.service-detail-assurance li::before { content: '✓'; position: absolute; left: 0; color: #ffbd4a; font-weight: 700; }
.service-detail-process { padding: 88px 0 94px; color: #fff; background: var(--landing-navy); }
.service-detail-process__head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.service-detail-process__head h2 { max-width: 660px; margin: 8px 0 0; color: #fff; font-size: clamp(34px,4.1vw,52px); }
.service-detail-process__steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-detail-process__steps article { padding: 26px 23px; border: 1px solid rgba(255,255,255,.15); border-radius: 21px; background: rgba(255,255,255,.055); }
.service-detail-process__steps article > span { color: #ffbd4a; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.service-detail-process__steps h3 { margin: 15px 0 8px; color: #fff; font-size: 19px; }
.service-detail-process__steps p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }
.service-detail-closing { padding: 80px 0 98px; }
.service-detail-closing__card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 48px; border: 1px solid #e0e7e7; border-radius: 28px; background: #fff; box-shadow: 0 22px 50px rgba(0,61,83,.1); }
.service-detail-closing__card > div { max-width: 720px; }
.service-detail-closing__card h2 { margin: 8px 0 10px; color: var(--landing-navy); font-size: clamp(31px,3.7vw,48px); }
.service-detail-closing__card p { margin: 0; color: var(--landing-muted); }
.service-detail-closing__card .landing-button { flex: 0 0 auto; }
.service-detail-page .landing-button--primary:hover, .service-detail-page .landing-button--primary:focus-visible { color: #fff; background: var(--landing-navy); box-shadow: 0 12px 26px rgba(11,79,108,.24); }

@media (max-width: 980px) {
  .service-detail-hero__grid, .service-detail-intro__grid { grid-template-columns: 1fr; gap: 42px; }
  .service-detail-hero__services { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .service-detail-hero__visual { min-height: 450px; width: min(100%,680px); }
  .service-detail-layout { grid-template-columns: minmax(0,1fr) 290px; }
  .service-detail-process__steps { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .service-detail-hero { padding: 44px 0 58px; }
  .service-detail-breadcrumbs { margin-bottom: 19px; }
  .service-detail-hero h1 { font-size: clamp(40px,12vw,54px); }
  .service-detail-hero__copy > p { font-size: 16px; }
  .service-detail-hero__actions { display: grid; }
  .service-detail-hero__actions .landing-button { width: 100%; }
  .service-detail-hero__services { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 22px; padding-top: 20px; }
  .service-detail-hero__visual { min-height: 360px; padding-right: 12px; }
  .service-detail-hero__visual > img { right: 12px; width: calc(100% - 12px); }
  .service-detail-intro { padding: 58px 0 32px; }
  .service-detail-content { padding: 18px 0 66px; }
  .service-detail-layout, .service-detail-process__steps { grid-template-columns: 1fr; }
  .service-detail-gallery { grid-template-columns: 1fr; gap: 14px; }
  .service-detail-gallery figure:last-child:nth-child(odd) { grid-column: auto; }
  .service-detail-gallery img { min-height: 0; max-height: none; }
  .service-inline-cta { align-items: flex-start; flex-direction: column; gap: 18px; padding: 22px; }
  .service-inline-cta .landing-button { width: 100%; }
  .service-detail-aside { position: static; }
  .service-detail-process { padding: 64px 0 70px; }
  .service-detail-process__head { display: block; }
  .service-detail-closing { padding: 58px 0 72px; }
  .service-detail-closing__card { align-items: stretch; flex-direction: column; padding: 31px 24px; }
  .service-detail-closing__card .landing-button { width: 100%; }
}

@media (max-width: 900px) {
  .services-showcase__hero-grid, .services-showcase__head, .services-showcase__process-grid { grid-template-columns: 1fr; gap: 40px; }
  .services-showcase__summary { max-width: 290px; }
  .services-showcase__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .services-showcase__benefit-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 600px) {
  .services-showcase__hero { padding: 65px 0 70px; }
  .services-showcase__hero p { font-size: 16px; }
  .services-showcase__hero-actions { display: grid; }
  .services-showcase__hero-actions .landing-button { width: 100%; }
  .services-showcase__directory, .services-showcase__benefits, .services-showcase__process { padding: 65px 0; }
  .services-showcase__grid, .services-showcase__benefit-grid { grid-template-columns: 1fr; }
  .services-showcase__card p { min-height: 0; }
  .services-showcase__closing { padding: 60px 0 74px; }
  .services-showcase__closing-card { align-items: stretch; flex-direction: column; padding: 31px 24px; }
  .services-showcase__closing-card .landing-button { width: 100%; }
  .project-lightbox { grid-template-columns: 48px minmax(0,1fr) 48px; gap: 7px; padding: 70px 8px 18px; }
  .project-lightbox figure { border-radius: 17px; }
  .project-lightbox figure > img { height: 65vh; }
  .project-lightbox__nav { width: 44px; height: 44px; font-size: 22px; }
  .project-lightbox__close { top: 15px; right: 15px; }
  .project-lightbox figcaption { grid-template-columns: 1fr auto; padding: 13px 15px; }
  .project-lightbox figcaption > span { display: none; }
}

/* Homepage redesign */
.landing-home {
  --landing-navy: var(--brand-blue);
  --landing-petrol: #176b80;
  --landing-orange: var(--brand-orange);
  --landing-cream: #faf9f6;
  --landing-sand: #f0eee7;
  color: var(--landing-navy);
  background: var(--landing-cream);
}
.landing-hero { padding: 76px 0 72px; overflow: hidden; }
.landing-hero__grid { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(420px,.98fr); gap: 64px; align-items: center; }
.landing-kicker { display: inline-flex; align-items: center; margin-bottom: 22px; color: var(--landing-orange); font-size: 13px; font-weight: 600; letter-spacing: .075em; text-transform: uppercase; }
.landing-hero h1 { max-width: 700px; margin-bottom: 24px; color: var(--landing-navy); font-size: clamp(46px,5.1vw,72px); letter-spacing: -.045em; line-height: .99; }
.landing-hero__lead { max-width: 650px; margin-bottom: 30px; color: #506773; font-size: 18px; line-height: 1.72; }
.landing-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.landing-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.landing-button:hover { transform: translateY(-2px); }
.landing-button--primary { gap: 10px; color: #fff; background: var(--landing-orange); box-shadow: 0 12px 26px rgba(236,151,34,.24); }
.landing-button--primary:hover { color: #fff; background: var(--landing-navy); }
.landing-button--primary::after { content: '→'; font-size: 19px; font-weight: 500; line-height: 1; transition: transform .2s ease; }
.landing-button--primary:hover::after { transform: translateX(4px); }
.service-detail-page .service-inline-cta .landing-button:is(:hover, :focus, :focus-visible, :active) { color: var(--landing-navy) !important; background: #fff !important; text-decoration: none !important; }
.landing-button--secondary { color: var(--landing-navy); background: #fff; border-color: rgba(22,50,60,.15); }
.landing-button--secondary:hover { color: #fff; background: var(--landing-petrol); }
.landing-center .landing-button--secondary { gap: 10px; }
.landing-center .landing-button--secondary::after { content: '→'; font-size: 19px; font-weight: 500; line-height: 1; transition: transform .2s ease; }
.landing-center .landing-button--secondary:hover::after { transform: translateX(4px); }
.landing-hero__note { margin: 14px 0 24px; color: #7b8e97; font-size: 13px; }
.landing-proof { display: flex; flex-wrap: wrap; gap: 9px; }
.landing-proof span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 999px; color: var(--landing-petrol); background: #fff; border: 1px solid rgba(23,97,111,.12); font-size: 12px; font-weight: 500; }
.landing-proof span::before { content: '✓'; display: grid; width: 16px; height: 16px; flex: 0 0 16px; place-items: center; border-radius: 50%; color: #fff; background: var(--landing-orange); font-size: 11px; font-weight: 700; line-height: 1; }
.landing-hero__visual { position: relative; min-height: 590px; }
.landing-hero__visual::before { content: ""; position: absolute; inset: 24px -80px -24px 60px; border-radius: 44px 0 0 44px; background: var(--landing-petrol); opacity: .12; }
.landing-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 34px; object-fit: cover; box-shadow: 0 26px 70px rgba(22,50,60,.19); }
.landing-hero__card { position: absolute; left: -34px; bottom: 28px; display: grid; gap: 2px; max-width: 285px; padding: 20px 22px; border-radius: 18px; color: #fff; background: var(--landing-navy); box-shadow: 0 18px 40px rgba(22,50,60,.28); }
.landing-hero__card strong { font-size: 16px; }
.landing-hero__card span { color: rgba(255,255,255,.72); font-size: 12px; }

@media (max-width: 900px) {
  .landing-hero { padding-top: 50px; }
  .landing-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .landing-hero__visual { min-height: 440px; }
  .landing-hero__card { left: 18px; }
}
@media (max-width: 600px) {
  .landing-hero { padding: 38px 0 50px; }
  .landing-hero h1 { font-size: clamp(38px,12vw,52px); }
  .landing-hero__lead { font-size: 16px; }
  .landing-hero__actions { display: grid; }
  .landing-hero__visual { min-height: 360px; }
  .landing-hero__visual::before { display: none; }
  .landing-hero__card { right: 14px; bottom: 14px; left: 14px; max-width: none; }
}

.landing-reviews { position: relative; z-index: 2; padding: 0 0 62px; background: var(--landing-cream); }
.landing-reviews__head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 22px; }
.landing-reviews__head h2 { margin: 0; color: var(--landing-navy); font-size: clamp(30px,3.4vw,44px); letter-spacing: -.035em; }
.landing-reviews__score { display: grid; grid-template-columns: auto 24px auto; column-gap: 12px; align-items: center; min-width: 265px; padding: 15px 18px; border: 1px solid rgba(22,50,60,.09); border-radius: 18px; color: var(--landing-navy); background: #fff; box-shadow: 0 12px 30px rgba(22,50,60,.07); }
.landing-reviews__score > span { grid-row: 1 / span 2; color: var(--landing-orange); font-size: 17px; letter-spacing: .05em; }
.landing-reviews__score > img, .landing-reviews__score > svg { grid-column: 2; grid-row: 1; width: 24px; height: 24px; object-fit: contain; }
.landing-reviews__score strong { font-family: 'Space Grotesk',Heebo,Inter,sans-serif; font-size: 24px; line-height: 1; }
.landing-reviews__score small { grid-column: 2 / 4; color: #637985; font-size: 11px; }
.landing-reviews__nav { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.landing-reviews__nav button { display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--landing-orange); font-size: 22px; line-height: 1; cursor: pointer; transition: color .2s ease, background .2s ease, opacity .2s ease; }
.landing-reviews__nav button:hover:not(:disabled) { color: var(--landing-navy); background: #fff; box-shadow: inset 0 0 0 1px rgba(11,79,108,.18); }
.landing-reviews__nav button:disabled { opacity: .3; cursor: default; }
.landing-reviews__grid { display: grid; grid-auto-columns: minmax(320px,48%); grid-auto-flow: column; gap: 18px; overflow-x: auto; padding: 2px 2px 16px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.landing-reviews__grid::-webkit-scrollbar { display: none; }
.landing-reviews__grid article { display: flex; min-height: 190px; flex-direction: column; padding: 25px; border: 1px solid rgba(22,50,60,.09); border-radius: 22px; background: #fff; box-shadow: 0 12px 18px -10px rgba(35,35,35,.28), 0 4px 10px -6px rgba(35,35,35,.12); }
.landing-reviews__grid article { scroll-snap-align: start; }
.landing-review__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.landing-review__stars { color: var(--landing-orange); font-size: 16px; letter-spacing: .08em; }
.landing-review__google-logo { width: 23px; height: 23px; flex: 0 0 auto; object-fit: contain; }
.landing-reviews blockquote { margin: 18px 0 24px; color: var(--landing-navy); font-family: 'Space Grotesk',Heebo,Inter,sans-serif; font-size: 17px; font-weight: 500; line-height: 1.5; }
.landing-reviews cite { margin-top: auto; color: #637985; font-size: 12px; font-style: normal; font-weight: 600; }
.landing-section { padding: 96px 0; }
.landing-section--services { background: #fff; }
.landing-section--projects { background: var(--landing-cream); }
.landing-section__head { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.7fr); gap: 56px; align-items: end; margin-bottom: 44px; }
.landing-section__head h2, .landing-process h2, .landing-assurance h2, .landing-faq-intro h2, .landing-contact h2 { margin-bottom: 0; color: var(--landing-navy); font-size: clamp(36px,4vw,54px); letter-spacing: -.035em; }
.landing-section__head p { margin: 0; color: #607783; font-size: 16px; }
.landing-label { display: inline-block; margin-bottom: 10px; color: var(--landing-orange); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.landing-label--light { color: #f0ae6a; }
.landing-services { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.landing-service { overflow: hidden; border: 1px solid rgba(22,50,60,.08); border-radius: 24px; background: #fff; box-shadow: 0 16px 38px rgba(22,50,60,.07); transition: transform .22s ease, box-shadow .22s ease; }
.landing-service:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(22,50,60,.12); }
.landing-service__image { display: block; height: 220px; overflow: hidden; }
.landing-service__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.landing-service--stucwerk .landing-service__image img { object-position: center top; }
.landing-service--complete .landing-service__image img { object-position: center 30%; }
.landing-service:hover .landing-service__image img { transform: scale(1.035); }
.landing-service__body { display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; padding: 24px; }
.landing-service__body > span { grid-row: 1 / span 3; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--landing-orange); background: rgba(236,151,34,.1); font-size: 11px; font-weight: 600; }
.landing-service h3 { margin: 2px 0 8px; color: var(--landing-navy); font-size: 22px; }
.landing-service p { min-height: 78px; margin-bottom: 18px; color: #627985; font-size: 13px; line-height: 1.65; }
.landing-text-link { color: var(--landing-petrol); font-size: 13px; font-weight: 600; }
.landing-text-link b { color: var(--landing-orange); font-size: 17px; }
.landing-section--process { padding: 96px 0; background: var(--landing-navy); }
.landing-process { padding: 0 40px; color: #fff; }
.landing-process__head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.landing-process__head h2 { color: #fff; }
.landing-process__head p { max-width: 660px; margin: 18px auto 0; color: #a8c0c8; font-size: 16px; }
.landing-process__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.landing-process__grid article { min-height: 270px; padding: 28px 25px; border: 1px solid rgba(255,255,255,.06); border-radius: 20px; background: rgba(255,255,255,.075); }
.landing-process__grid article:not(:last-child)::after { display: none; }
.landing-process__grid article > span { display: grid; width: 40px; height: 40px; margin-bottom: 22px; place-items: center; border-radius: 50%; color: #fff; background: var(--landing-orange); font-size: 13px; font-weight: 600; }
.landing-process__grid h3 { margin-bottom: 12px; color: #fff; font-size: 20px; }
.landing-process__grid p { margin: 0; color: #bfd2d9; font-size: 14px; line-height: 1.7; }
.landing-process__action { display: flex; justify-content: center; margin-top: 38px; }
.landing-process__action .landing-button--primary { box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.landing-process__action .landing-button--primary:hover { color: var(--landing-navy); background: #fff; box-shadow: 0 6px 14px rgba(0,0,0,.08); }
.landing-projects { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.landing-project { position: relative; height: 390px; margin: 0; overflow: hidden; border-radius: 24px; background: #dfe8e8; }
.landing-project__link { display: block; height: 100%; color: inherit; }
.landing-project__link:focus-visible { outline: 3px solid var(--landing-orange); outline-offset: -5px; }
.landing-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.landing-project:hover img { transform: scale(1.035); }
.landing-project::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent,rgba(10,28,34,.82)); }
.landing-project figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; align-items: end; justify-content: space-between; gap: 15px; color: #fff; }
.landing-project figcaption strong { font-size: 17px; }
.landing-project figcaption span { color: rgba(255,255,255,.7); font-size: 12px; }
.landing-center { display: flex; justify-content: center; margin-top: 34px; }
.landing-section--assurance { color: var(--landing-navy); background: #fff; }
.landing-assurance { display: grid; grid-template-columns: .82fr 1.18fr; gap: 74px; align-items: center; }
.landing-assurance__intro h2 { color: var(--landing-navy); }
.landing-assurance__intro .landing-label--light { color: var(--landing-orange); }
.landing-assurance__intro p { margin: 22px 0 28px; color: #637985; font-size: 16px; }
.landing-button--light { color: var(--landing-navy); background: #fff; }
.landing-button--light:hover { color: #fff; background: var(--landing-navy); }
.landing-assurance__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.landing-section--assurance .landing-button--light { color: #fff; background: var(--landing-orange); }
.landing-section--assurance .landing-button--light:hover { background: var(--landing-navy); }
.landing-section--assurance .landing-button--light { gap: 10px; }
.landing-section--assurance .landing-button--light::after { content: '→'; font-size: 19px; font-weight: 500; line-height: 1; transition: transform .2s ease; }
.landing-section--assurance .landing-button--light:hover::after { transform: translateX(4px); }
.landing-assurance__grid article { min-height: 150px; padding: 25px; border: 1px solid rgba(11,79,108,.1); border-radius: 20px; background: var(--landing-cream); }
.landing-assurance__title { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.landing-assurance__icon { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border-radius: 12px; color: var(--landing-orange); background: rgba(236,151,34,.12); }
.landing-assurance__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.landing-assurance__icon svg * { fill: none; }
.landing-assurance__grid article:nth-child(4) .landing-assurance__icon svg { width: 32px; height: 32px; stroke-width: 1.9; }
.landing-assurance__grid h3 { margin: 0; color: var(--landing-navy); font-size: 17px; }
.landing-assurance__grid p { margin: 0; color: #637985; font-size: 13px; }
.landing-section--faq { background: var(--landing-navy); }
.landing-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.landing-faq-intro { position: sticky; top: 145px; }
.landing-section--faq .landing-faq-intro h2 { color: #fff; }
.landing-faq-intro p { color: rgba(255,255,255,.74); }
.landing-faq-intro a { color: var(--landing-orange); font-weight: 600; }
.landing-home .faq-list { display: grid; gap: 12px; border-top: 0; }
.landing-home .faq-item { padding: 0 22px; border: 1px solid rgba(22,50,60,.09); border-radius: 16px; background: var(--landing-cream); }
.landing-home .faq-question { color: var(--landing-navy); font-size: 15px; font-weight: 600; }
.landing-home .faq-answer p { color: #637985; font-size: 13px; }
.landing-home .faq-answer a { color: var(--landing-orange); font-weight: 700; text-decoration: none; }
.landing-home .faq-answer a:hover { color: var(--landing-orange); }
.landing-section--contact { padding-bottom: 110px; background: var(--landing-cream); }
.landing-contact { display: grid; grid-template-columns: 1fr .78fr; gap: 64px; align-items: center; padding: 58px 62px; border-radius: 32px; background: #fff; border: 1px solid rgba(22,50,60,.08); box-shadow: 0 24px 65px rgba(22,50,60,.1); }
.landing-contact > div:first-child p { max-width: 680px; margin: 18px 0 0; color: #607783; font-size: 16px; }
.landing-contact__actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.landing-contact__actions .landing-button { grid-column: 1 / -1; }
.landing-contact__actions > a:not(.landing-button) { display: flex; align-items: center; gap: 13px; min-height: 60px; padding: 12px 16px; border-radius: 15px; color: var(--landing-navy); background: var(--landing-sand); }
.landing-contact__actions svg { width: 20px; fill: var(--landing-orange); }
.landing-contact__actions .whatsapp-icon { color: var(--landing-orange); fill: currentColor; stroke: none; }
.landing-contact__actions span { display: grid; }
.landing-contact__actions small { color: #758a94; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.landing-contact__actions strong { font-size: 14px; }
.landing-home a:focus-visible, .landing-home button:focus-visible { outline: 3px solid rgba(236,151,34,.45); outline-offset: 3px; }

@media (max-width: 1000px) {
  .landing-services { grid-template-columns: repeat(2,1fr); }
  .landing-process { padding: 0 20px; }
  .landing-process__grid { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .landing-projects { grid-template-columns: 1fr 1fr; }
  .landing-project { height: 380px; }
  .landing-assurance, .landing-faq-layout, .landing-contact { grid-template-columns: 1fr; }
  .landing-faq-intro { position: static; }
}
@media (max-width: 700px) {
  .landing-reviews { padding-bottom: 48px; }
  .landing-reviews__head { display: grid; align-items: stretch; }
  .landing-reviews__score { min-width: 0; }
  .landing-reviews__grid { grid-auto-columns: 86%; }
  .landing-reviews__grid article { min-height: 0; }
  .landing-section { padding: 68px 0; }
  .landing-section__head { grid-template-columns: 1fr; gap: 18px; }
  .landing-services, .landing-process__grid, .landing-projects, .landing-assurance__grid { grid-template-columns: 1fr; }
  .landing-service__image { height: 210px; }
  .landing-process { width: auto; padding: 0; }
  .landing-process__grid article { min-height: 0; padding: 24px; }
  .landing-project, .landing-project--featured, .landing-project:last-child { grid-column: auto; height: 380px; margin-top: 0; }
  .landing-contact { padding: 38px 24px; border-radius: 24px; }
}
@media (max-width: 430px) {
  .landing-reviews__nav button { width: 44px; height: 44px; }
  .landing-contact__actions { grid-template-columns: 1fr; }
  .landing-contact__actions .landing-button { grid-column: auto; }
}

.blog-showcase { --landing-navy: var(--brand-blue); --landing-orange: var(--brand-orange); --landing-muted: #607986; color: var(--landing-navy); background: #fbfaf7; }
.blog-showcase__hero { padding: 88px 0 78px; color: #fff; background: linear-gradient(105deg,rgba(0,58,80,.96),rgba(0,58,80,.68)),url('/assets/images/hero-vakman-renovatie.webp') center 42%/cover no-repeat; }
.blog-showcase__hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 250px; gap: 80px; align-items: end; }
.blog-showcase__hero .breadcrumbs { margin-bottom: 23px; color: rgba(255,255,255,.7); }
.blog-showcase__hero .breadcrumbs a, .blog-showcase__hero .landing-label { color: #ffbd4a; }
.blog-showcase__hero h1 { max-width: 800px; margin: 13px 0 21px; color: #fff; font-size: clamp(46px,5.6vw,74px); text-shadow: 0 3px 24px rgba(0,0,0,.18); }
.blog-showcase__hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.7; }
.blog-showcase__summary { display: grid; grid-template-columns: 1fr; gap: 9px; padding: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; background: rgba(0,58,80,.72); box-shadow: 18px 18px 0 rgba(216,235,234,.25); backdrop-filter: blur(8px); }
.blog-showcase__summary strong { color: #fff; font: 600 57px/1 'Space Grotesk',sans-serif; }
.blog-showcase__summary span { color: rgba(255,255,255,.78); font-size: 11px; font-weight: 600; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.blog-showcase__summary small { grid-column: 1 / -1; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.14); color: #ffbd4a; font-size: 11px; font-weight: 600; }
.blog-showcase__content { padding: 78px 0 94px; }
.blog-showcase__head { display: grid; grid-template-columns: 1fr .8fr; gap: 65px; align-items: end; margin-bottom: 27px; }
.blog-showcase__head h2 { max-width: 650px; margin: 10px 0 0; color: var(--landing-navy); font-size: clamp(34px,4.2vw,54px); }
.blog-showcase__head > p { margin: 0; color: var(--landing-muted); font-size: 16px; line-height: 1.7; }
.blog-topics { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 36px; padding-bottom: 27px; border-bottom: 1px solid #dfe6e4; }
.blog-topics a { padding: 10px 15px; border: 1px solid #d8e1e1; border-radius: 999px; background: #fff; color: var(--landing-navy); font-size: 12px; font-weight: 600; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.blog-topics a:hover, .blog-topics a:focus-visible { transform: translateY(-2px); border-color: var(--landing-orange); background: #fff7e9; }
.blog-topics a.active { border-color: var(--landing-navy); color: #fff; background: var(--landing-navy); box-shadow: 0 6px 16px rgba(0,61,83,.14); }
.blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.blog-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #dfe7e7; border-radius: 22px; background: #fff; box-shadow: 0 13px 32px rgba(0,61,83,.065); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.blog-card:hover { transform: translateY(-5px); border-color: rgba(236,151,34,.6); box-shadow: 0 18px 40px rgba(0,61,83,.11); }
.blog-card__media { position: relative; display: block; overflow: hidden; }
.blog-card__media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .35s ease; }
.blog-card:hover .blog-card__media img { transform: scale(1.035); }
.blog-card__media > span { position: absolute; top: 15px; left: 15px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--landing-orange); font-size: 10px; font-weight: 700; box-shadow: 0 5px 15px rgba(0,0,0,.1); }
.blog-card__body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 23px; }
.blog-card__meta { display: flex; flex-wrap: wrap; gap: 5px 13px; margin-bottom: 11px; color: #81929a; font-size: 10px; }
.blog-card__meta span::after { content: '•'; margin-left: 13px; color: var(--landing-orange); }
.blog-card h2 { margin: 0 0 13px; color: var(--landing-navy); font-size: 21px; line-height: 1.22; }
.blog-card h2 a { display: block; }
.blog-card p { display: -webkit-box; margin: 0 0 21px; overflow: hidden; color: var(--landing-muted); font-size: 13px; line-height: 1.68; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.blog-card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--landing-navy); font-size: 12px; font-weight: 700; }
.blog-card__link b { color: var(--landing-orange); font-size: 18px; transition: transform .2s ease; }
.blog-card__link:hover b, .blog-card__link:focus-visible b { transform: translateX(4px); }
.blog-card--featured { grid-column: span 2; display: grid; grid-template-columns: 1.08fr .92fr; }
.blog-card--featured .blog-card__media img { height: 100%; aspect-ratio: auto; }
.blog-card--featured .blog-card__body { justify-content: center; padding: 34px; }
.blog-card--featured h2 { font-size: clamp(25px,2.7vw,34px); }
.blog-card--featured p { font-size: 14px; -webkit-line-clamp: 5; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin-top: 52px; }
.pagination > div { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
.pagination a, .pagination span, .pagination i { display: inline-grid; min-width: 38px; height: 38px; place-items: center; padding: 0 10px; border-radius: 50%; color: var(--landing-navy); font-size: 12px; font-style: normal; font-weight: 600; text-decoration: none; }
.pagination a:hover, .pagination a:focus-visible { background: #fff1dc; color: var(--landing-orange); }
.pagination .active { background: var(--landing-navy); color: #fff; }
.pagination .pagination__direction { width: max-content; border-radius: 999px; background: #fff; box-shadow: 0 5px 14px rgba(0,61,83,.07); }
.pagination .pagination__direction:last-child { justify-self: end; }
.blog-showcase__closing { padding: 0 0 82px; }
.blog-showcase__closing-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 42px 46px; border-radius: 24px; background: #f1eee6; }
.blog-showcase__closing-card h2 { margin: 8px 0 10px; color: var(--landing-navy); font-size: clamp(31px,3.7vw,48px); }
.blog-showcase__closing-card p { max-width: 690px; margin: 0; color: var(--landing-muted); }
.blog-showcase__closing-card .landing-button { flex: 0 0 auto; }
.blog-showcase .landing-button--primary:hover, .blog-showcase .landing-button--primary:focus-visible { color: #fff; background: var(--landing-navy); box-shadow: 0 12px 26px rgba(11,79,108,.24); }

.category-showcase__hero { background-image: linear-gradient(105deg,rgba(0,58,80,.96),rgba(0,58,80,.66)),var(--category-hero-image); background-position: center; background-size: cover; background-repeat: no-repeat; }
.category-showcase__hero .breadcrumbs a + a { color: rgba(255,255,255,.82); }
.category-showcase__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.category-showcase__grid .blog-card__media img { aspect-ratio: 16/9; }
.category-showcase__grid .blog-card h2 { font-size: clamp(21px,2.1vw,27px); }
.category-showcase__grid .blog-card p { -webkit-line-clamp: 3; }

@media (max-width: 900px) {
  .blog-showcase__hero-grid { grid-template-columns: minmax(0,1fr) 210px; gap: 42px; }
  .blog-showcase__head { grid-template-columns: 1fr; gap: 18px; }
  .blog-card--featured { grid-template-columns: 1fr; }
  .blog-card--featured .blog-card__media img { height: auto; aspect-ratio: 16/10; }
}

@media (max-width: 760px) {
  .blog-showcase__hero { padding: 65px 0 58px; }
  .blog-showcase__hero-grid { grid-template-columns: 1fr; }
  .blog-showcase__summary { display: none; }
  .blog-showcase__hero h1 { font-size: clamp(39px,12vw,55px); }
  .blog-showcase__hero p { font-size: 16px; }
  .blog-showcase__content { padding: 58px 0 70px; }
  .blog-card--featured { grid-column: auto; }
  .blog-card--featured .blog-card__body { padding: 23px; }
  .blog-card--featured h2 { font-size: 21px; }
  .pagination { grid-template-columns: 1fr 1fr; }
  .pagination > div { grid-column: 1 / -1; grid-row: 1; }
  .pagination .pagination__direction { grid-row: 2; }
  .blog-showcase__closing { padding-bottom: 62px; }
  .blog-showcase__closing-card { align-items: stretch; flex-direction: column; padding: 31px 24px; }
  .blog-showcase__closing-card .landing-button { width: 100%; }
  .category-showcase__grid { grid-template-columns: 1fr; }
}

.post-detail { width: min(calc(100% - 40px), 1120px); margin: 0 auto; padding: 58px 0 78px; }
.post-detail h2 { margin: 1.15em 0 .6em; color: #363b3f; font-size: 27px; }
.post-detail h3 { margin: 1.15em 0 .6em; color: var(--slate); }
.post-detail p, .post-detail li { color: #6e767b; font-size: 14px; line-height: 1.72; }
.post-detail a { color: #18b96d; text-decoration: underline; text-underline-offset: 2px; }
.post-detail ul, .post-detail ol { padding-left: 24px; }
.post-detail figure { margin: 30px auto; }
.post-detail figure img, .post-detail > img { max-width: 100%; margin: 0 auto; object-fit: contain; }
.post-detail .has-text-align-center { text-align: center; }
.post-detail .content-block-spacer { max-height: 45px; }
.post-detail .kt-accordion-wrap { margin: 22px 0; border-top: 1px solid var(--line); }
.post-detail .kt-accordion-header { width: 100%; padding: 16px 2px; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: transparent; text-align: left; font-weight: 750; }
.post-detail .kt-accordion-panel-inner { padding: 14px 2px 18px; }
.post-detail .kt-accordion-panel-inner p { margin: 0; }
.post-detail pre:empty { display: none; }

.post-showcase { --landing-navy: var(--brand-blue); --landing-orange: var(--brand-orange); --landing-muted: #607986; color: var(--landing-navy); background: #fbfaf7; }
.post-showcase__hero { position: relative; padding: 76px 0 72px; color: #fff; background-image: linear-gradient(105deg,rgba(0,58,80,.97),rgba(0,58,80,.72)),var(--post-hero-image); background-position: center; background-size: cover; background-repeat: no-repeat; }
.post-showcase__hero .breadcrumbs { margin-bottom: 24px; color: rgba(255,255,255,.68); }
.post-showcase__hero .breadcrumbs a { color: #ffbd4a; }
.post-showcase__hero .breadcrumbs a + a { color: rgba(255,255,255,.86); }
.post-showcase__hero .landing-label { color: #ffbd4a; }
.post-showcase__hero h1 { max-width: 1050px; margin: 14px 0 21px; color: #fff; font-size: clamp(40px,5.2vw,66px); line-height: 1.04; letter-spacing: -.035em; text-shadow: 0 3px 24px rgba(0,0,0,.18); }
.post-showcase__hero > .container > p { max-width: 780px; margin: 0; color: rgba(255,255,255,.86); font-size: 17px; line-height: 1.7; }
.post-showcase__meta { display: flex; flex-wrap: wrap; gap: 9px 0; margin-top: 27px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 600; }
.post-showcase__meta > * { display: inline-flex; align-items: center; }
.post-showcase__meta > * + *::before { content: ''; width: 4px; height: 4px; margin: 0 12px; border-radius: 50%; background: #ffbd4a; }
.post-showcase__content { padding: 72px 0 76px; }
.post-showcase__layout { display: grid; grid-template-columns: minmax(0,760px) minmax(255px,310px); gap: clamp(42px,6vw,76px); justify-content: center; align-items: start; }
.post-showcase__article.post-detail { width: 100%; margin: 0; padding: 43px 48px 50px; border: 1px solid #e0e7e6; border-radius: 24px; background: #fff; box-shadow: 0 15px 38px rgba(0,61,83,.055); }
.post-showcase__article h2 { margin: 1.65em 0 .55em; color: var(--landing-navy); font-size: clamp(27px,3vw,36px); line-height: 1.2; letter-spacing: -.025em; }
.post-showcase__article h2:first-child { margin-top: 0; }
.post-showcase__article h3 { margin: 1.45em 0 .5em; color: var(--landing-navy); font-size: 22px; }
.post-showcase__article p, .post-showcase__article li { color: #566f7b; font-size: 15px; line-height: 1.82; }
.post-showcase__article p { margin: 0 0 1.25em; }
.post-showcase__article a { color: var(--landing-orange); font-weight: 650; text-decoration-color: rgba(236,151,34,.45); }
.post-showcase__article ul, .post-showcase__article ol { margin: 0 0 1.4em; padding-left: 23px; }
.post-showcase__article li { margin-bottom: .45em; padding-left: 4px; }
.post-showcase__article figure, .post-showcase__article > img { margin: 34px auto; }
.post-showcase__article figure img, .post-showcase__article > img, .post-showcase__article .content-block-image img { width: 100%; max-height: 540px; border-radius: 16px; object-fit: cover; box-shadow: 0 10px 28px rgba(0,61,83,.1); }
.post-showcase__article figcaption { margin-top: 9px; color: #87969c; font-size: 11px; text-align: center; }
.post-showcase__article .layout, .post-showcase__article .layout-element, .post-showcase__article .layout-widget-container { display: contents; }
.post-showcase__article .kt-accordion-wrap, .post-showcase__article > .faq-list { display: grid; gap: 10px; margin: 24px 0 34px; border-top: 0; }
.post-showcase__article .kt-accordion-pane, .post-showcase__article > .faq-list .faq-item { overflow: hidden; border: 1px solid #dfe7e7; border-radius: 14px; background: #fbfaf7; }
.post-showcase__article .kt-accordion-header, .post-showcase__article > .faq-list .faq-question { padding: 17px 18px; border-bottom: 0; color: var(--landing-navy); font-size: 14px; }
.post-showcase__article .kt-accordion-panel-inner, .post-showcase__article > .faq-list .faq-answer p { padding: 0 18px 18px; }
.post-showcase__article .post-faq-list { display: grid; max-width: none; gap: 12px; margin: 25px 0 36px; border-top: 0; counter-reset: post-faq; }
.post-faq-list .faq-item { overflow: hidden; border: 1px solid #dce6e5; border-radius: 16px; background: #fbfaf7; box-shadow: 0 5px 14px rgba(0,61,83,.035); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; counter-increment: post-faq; }
.post-faq-list .faq-item.open { border-color: rgba(236,151,34,.55); background: #fffaf1; box-shadow: 0 10px 24px rgba(0,61,83,.07); }
.post-faq-list .faq-item > h3 { margin: 0; font-size: inherit; }
.post-faq-list .faq-question { display: grid; grid-template-columns: 34px minmax(0,1fr) 30px; width: 100%; gap: 13px; align-items: center; padding: 17px 18px; border: 0; color: var(--landing-navy); background: transparent; font-size: 15px; font-weight: 700; line-height: 1.45; text-align: left; cursor: pointer; }
.post-faq-list .faq-question::before { content: 'Q'; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: #fff; background: var(--landing-navy); font: 700 12px/1 'Inter',sans-serif; }
.post-faq-list .faq-question::after { content: '+'; display: grid; width: 30px; height: 30px; margin: 0; place-items: center; border: 1px solid #d7e1e0; border-radius: 50%; color: var(--landing-orange); background: #fff; font: 500 20px/1 'Inter',sans-serif; transition: transform .22s ease, color .22s ease, background .22s ease; }
.post-faq-list .faq-item.open .faq-question::after { color: #fff; background: var(--landing-orange); transform: rotate(45deg); }
.post-faq-list .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .26s ease; }
.post-faq-list .faq-answer > div { overflow: hidden; }
.post-faq-list .faq-item.open .faq-answer { grid-template-rows: 1fr; }
.post-faq-list .faq-answer p { margin: 0; padding: 0 61px 19px 65px; color: #607783; font-size: 14px; line-height: 1.72; }
.post-showcase__aside { position: sticky; top: 136px; display: grid; gap: 18px; }
.post-showcase__aside-card, .post-showcase__topics { padding: 27px; border: 1px solid #dde6e5; border-radius: 20px; background: #fff; }
.post-showcase__aside-card h2 { margin: 8px 0 11px; color: var(--landing-navy); font-size: 28px; }
.post-showcase__aside-card p { margin: 0 0 17px; color: var(--landing-muted); font-size: 13px; line-height: 1.65; }
.post-showcase__text-link { color: var(--landing-navy); font-size: 12px; font-weight: 700; }
.post-showcase__text-link b { margin-left: 4px; color: var(--landing-orange); font-size: 17px; }
.post-showcase__help { padding: 29px 27px; border-radius: 20px; color: #fff; background: var(--landing-navy); box-shadow: 12px 12px 0 #dfe9e7; }
.post-showcase__help > span { color: #ffbd4a; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.post-showcase__help h2 { margin: 9px 0 11px; color: #fff; font-size: 28px; }
.post-showcase__help p { margin: 0 0 21px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.6; }
.post-showcase__help .landing-button { width: 100%; padding-inline: 15px; }
.post-showcase__phone { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 16px; color: #fff; font-size: 12px; font-weight: 650; }
.post-showcase__phone svg { width: 14px; height: 14px; fill: currentColor; }
.post-showcase__topics { display: grid; gap: 0; }
.post-showcase__topics strong { margin-bottom: 8px; color: var(--landing-navy); font-size: 13px; }
.post-showcase__topics a { padding: 10px 0; border-bottom: 1px solid #edf0ef; color: var(--landing-muted); font-size: 12px; }
.post-showcase__topics a:last-child { border-bottom: 0; }
.post-showcase__topics a:hover { color: var(--landing-orange); }
.post-showcase__closing { padding-top: 0; }

.location { padding: 55px 0; background: #efeeeb; }
.location-card { display: grid; grid-template-columns: 1fr 1.5fr; gap: 35px; align-items: center; }
.map-placeholder { min-height: 300px; display: grid; place-items: center; border: 1px solid #ddd; background: linear-gradient(45deg,#e5e2dc,#f8f7f5); color: var(--slate); text-align: center; }
.footer { padding: 58px 0 22px; color: white; background: var(--slate); }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: 58px; }
.footer h3 { color: var(--amber); font-size: 18px; }
.footer h4 { color: var(--amber); font-size: 14px; }
.footer p, .footer li, .footer a { color: rgba(255,255,255,.9); font-size: 12px; }
.footer ul { margin: 0; padding: 0; list-style: none; }
.footer li { padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.76); font-size: 10px; }
.footer-credits { display: grid; gap: 5px; }
.footer-bottom a { color: inherit; font-size: inherit; text-decoration: underline; text-underline-offset: 2px; }
.floating-call { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: none; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--red); color: #fff; box-shadow: 0 10px 25px rgba(0,0,0,.25); font-size: 22px; }
.whatsapp-button { position: fixed; right: 20px; bottom: 20px; z-index: 9999; display: grid; width: 60px; height: 60px; padding: 0; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 8px 22px rgba(0,0,0,.22); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-button img { width: 100%; height: 100%; padding: 12px; object-fit: contain; }
.whatsapp-button:hover, .whatsapp-button:focus-visible { transform: translateY(-2px) scale(1.04); box-shadow: 0 11px 26px rgba(0,0,0,.27); }
.whatsapp-button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

@media (max-width: 900px) {
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .topbar .container { justify-content: center; }
  .nav-wrap { height: 70px; }
  .brand img { width: 150px; height: 50px; }
  .menu-toggle { display: block; }
  .nav-wrap { position: relative; }
  .menu-toggle { position: absolute; right: 0; top: 14px; z-index: 102; }
  .nav { position: fixed; inset: 113px 0 auto; display: grid; gap: 0; max-height: 0; overflow: hidden; background: white; box-shadow: 0 16px 24px rgba(0,0,0,.12); transition: max-height .28s ease; }
  .header.menu-open .nav { max-height: calc(100vh - 113px); overflow-y: auto; }
  .nav a { padding: 18px 24px; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .nav-dropdown { display: grid; }
  .nav-dropdown__toggle { justify-content: space-between; width: 100%; padding: 18px 24px; border-bottom: 1px solid var(--line); text-align: left; }
  .nav-dropdown__toggle::after { display: none; }
  .nav-dropdown__menu { position: static; display: grid; grid-template-columns: 1fr 1fr; width: auto; max-height: 0; padding: 0 16px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; overflow: hidden; transform: none; transition: max-height .25s ease, padding .25s ease; }
  .nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown:focus-within .nav-dropdown__menu { max-height: 0; padding-block: 0; transform: none; }
  .nav-dropdown.open .nav-dropdown__menu { max-height: 420px; padding-block: 8px; }
  .nav-dropdown__menu a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .nav .nav-quote-btn { margin: 14px 20px 0; padding: 14px 18px; border-bottom: 0; text-align: center; }
  .nav .call-btn { margin: 14px 20px; }
  .steps, .cards { grid-template-columns: repeat(2,1fr); }
  .split, .split.reverse { grid-template-columns: 1fr; gap: 30px; }
  .split.reverse .media { order: 0; }
  .usp-grid { grid-template-columns: repeat(2,1fr); }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .about-lead-grid { grid-template-columns: 1fr; }
  .about-trust-card { right: 18px; }
  .about-values { grid-template-columns: 1fr; }
  .closing-panel { align-items: flex-start; flex-direction: column; }
  .closing-panel .cta-row { width: 100%; }
  .floating-call { bottom: 92px; display: grid; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-aside { position: static; grid-template-columns: 1fr 1fr; }
  .post-showcase__layout { grid-template-columns: minmax(0,1fr); }
  .post-showcase__aside { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .post-showcase__topics { grid-column: 1 / -1; grid-template-columns: repeat(5,1fr); gap: 8px; align-items: center; }
  .post-showcase__topics strong { grid-column: 1 / -1; }
  .post-showcase__topics a { border: 0; }
  .reference-about-layout { grid-template-columns: minmax(0,1fr) 220px; gap: 38px; }
  .diensten-review-grid { grid-template-columns: repeat(2,1fr); row-gap: 36px; }
  .reference-service-grid { grid-template-columns: repeat(2,1fr); row-gap: 55px; }
  .projects-showcase__hero-grid, .projects-filter-bar { grid-template-columns: 1fr; gap: 35px; }
  .projects-showcase__summary { max-width: 280px; }
  .projects-filters { justify-content: flex-start; }
  .projects-showcase__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quote-showcase__hero-grid, .quote-showcase__layout { grid-template-columns: 1fr; gap: 32px; }
  .quote-showcase__hero-card { max-width: 300px; }
  .quote-showcase__aside { position: static; grid-template-columns: 1fr 1fr; }
  .about-showcase__hero-grid, .about-showcase__story-grid, .about-showcase__process-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-showcase__hero-visual { width: min(100%,620px); }
  .about-showcase__team-head { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 600px) {
  body { font-size: 14px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .post-showcase__hero { padding: 58px 0 55px; }
  .post-showcase__hero h1 { font-size: clamp(36px,10.8vw,50px); }
  .post-showcase__hero > .container > p { font-size: 15px; }
  .post-showcase__content { padding: 42px 0 60px; }
  .post-showcase__article.post-detail { width: 100%; padding: 30px 22px 36px; border-radius: 18px; }
  .post-showcase__article h2 { font-size: 27px; }
  .post-showcase__article p, .post-showcase__article li { font-size: 14px; }
  .post-faq-list .faq-question { grid-template-columns: 30px minmax(0,1fr) 28px; gap: 10px; padding: 15px 13px; font-size: 14px; }
  .post-faq-list .faq-question::before { width: 30px; height: 30px; }
  .post-faq-list .faq-question::after { width: 28px; height: 28px; }
  .post-faq-list .faq-answer p { padding: 0 50px 17px 53px; font-size: 13px; }
  .post-showcase__aside { grid-template-columns: 1fr; }
  .post-showcase__topics { grid-column: auto; grid-template-columns: repeat(2,1fr); }
  .topbar .container { height: 38px; gap: 13px; font-size: 10px; }
  .nav { inset-block-start: 108px; }
  .section { padding: 58px 0; }
  .home-intro { padding: 18px 0 50px; }
  .emergency-card { padding: 20px 16px; border-radius: 10px; }
  .emergency-card h1 { font-size: 28px; }
  .cta-row { display: grid; grid-template-columns: 1fr; }
  .cta-row .btn { width: 100%; }
  .quote-cta { align-items: stretch; flex-direction: column; }
  .quote-cta .btn { width: 100%; }
  .eyebrow { font-size: 10px; letter-spacing: .08em; }
  .service-mini-grid, .steps, .cards, .usp-grid, .service-directory, .project-grid, .blog-grid, .location-card, .footer-grid { grid-template-columns: 1fr; }
  .projects-showcase__hero { padding: 65px 0 55px; }
  .projects-showcase__hero p { font-size: 16px; }
  .projects-showcase__content { padding: 60px 0 72px; }
  .projects-showcase__grid { grid-template-columns: 1fr; }
  .projects-filters { display: grid; grid-template-columns: repeat(2,1fr); }
  .projects-filters button { padding-inline: 12px; }
  .projects-showcase__cta { align-items: stretch; flex-direction: column; padding: 32px 25px; }
  .projects-showcase__cta .landing-button { width: 100%; }
  .quote-showcase__hero { padding: 62px 0 56px; }
  .quote-showcase__hero p { font-size: 16px; }
  .quote-showcase__content { padding: 58px 0 72px; }
  .quote-showcase__form { padding: 32px 20px; border-radius: 20px; }
  .quote-showcase__steps { grid-template-columns: 1fr; }
  .quote-showcase__aside { grid-template-columns: 1fr; }
  .about-showcase__hero { padding: 60px 0 65px; }
  .about-showcase__hero-copy > p { font-size: 16px; }
  .about-showcase__hero-actions { display: grid; }
  .about-showcase__hero-actions .landing-button { width: 100%; }
  .about-showcase__hero-visual { padding-right: 12px; }
  .about-showcase__story, .about-showcase__values, .about-showcase__team, .about-showcase__process { padding: 65px 0; }
  .about-showcase__stats, .about-showcase__value-grid, .about-showcase__specialists { grid-template-columns: 1fr; }
  .about-showcase__process-image > div { right: 0; bottom: 18px; }
  .about-showcase__coverage { padding: 60px 0 72px; }
  .about-showcase__coverage-card { align-items: stretch; flex-direction: column; padding: 31px 24px; }
  .about-showcase__coverage-card .landing-button { width: 100%; }
  .step { min-height: auto; }
  .project-grid img { height: auto; max-height: 650px; }
  .page-hero { padding: 47px 0; }
  .article-shell { width: min(calc(100% - 28px), 1030px); padding: 45px 0 60px; }
  .article-shell h2 { font-size: 25px; }
  .review-box { float: none; width: 100%; margin: 0 0 25px; }
  .form-card { margin: 35px auto 55px; padding: 30px 18px; border-radius: 10px; }
  .footer-grid { gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .stats { grid-template-columns: 1fr; }
  .about-trust-card { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 12px; }
  .about-service-grid, .about-process-grid, .coverage-box { grid-template-columns: 1fr; }
  .about-service-item { grid-template-columns: 55px 1fr; padding: 17px; }
  .about-service-item > img { width: 48px; height: 48px; }
  .closing-panel { padding: 27px 20px; }
  .detail-wrap { padding-top: 35px; }
  .detail-article { padding: 27px 19px; }
  .detail-article h2 { font-size: 25px; }
  .detail-aside { grid-template-columns: 1fr; }
  .reference-about-layout { display: block; padding-top: 28px; padding-bottom: 44px; }
  .reference-about-copy h1 { font-size: 31px; }
  .reference-about-copy h2.reference-about-title { font-size: 31px; }
  .reference-about-copy h2 { margin-top: 28px; font-size: 27px; }
  .reference-about-copy p, .reference-about-copy li { font-size: 13px; }
  .google-reviews { width: min(100%, 280px); padding-top: 28px; }
  .reference-services-intro { padding-top: 50px; }
  .reference-services-intro h2 { margin-bottom: 30px; font-size: 32px; }
  .reference-services-intro p { font-size: 13px; }
  .diensten-reviews { padding: 70px 0 65px; }
  .diensten-review-summary { flex-wrap: wrap; gap: 7px; }
  .diensten-review-summary .google-word { flex-basis: 100%; justify-content: center; }
  .diensten-review-grid { grid-template-columns: 1fr; gap: 35px; }
  .diensten-review-card p { min-height: 0; }
  .reference-service-grid { grid-template-columns: 1fr; row-gap: 45px; }
  .reference-service-grid article { min-height: 0; }
  .reference-service-grid h2 { font-size: 27px; }
  .reference-service-list { padding-bottom: 55px; }
  .post-detail { width: min(calc(100% - 28px), 1120px); padding: 42px 0 58px; }
  .post-detail h2 { font-size: 24px; }
  .post-detail p, .post-detail li { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* FAQ showcase — aligned with the current Nour page template */
.faq-showcase { --landing-navy: var(--brand-blue); --landing-orange: var(--brand-orange); --landing-muted: #607986; color: var(--landing-navy); background: #fbfaf7; }
.faq-showcase__hero { position: relative; isolation: isolate; padding: 88px 0 82px; overflow: hidden; color: #fff; background: linear-gradient(105deg,rgba(0,58,80,.96),rgba(0,58,80,.7)),url('/assets/images/Klusbedrijf-Gorinchem.webp') center 46%/cover no-repeat; }
.faq-showcase__hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 42%; background: linear-gradient(transparent,rgba(0,32,47,.28)); }
.faq-showcase__hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 255px; gap: 80px; align-items: end; }
.faq-showcase__hero .breadcrumbs { margin-bottom: 22px; color: rgba(255,255,255,.7); }
.faq-showcase__hero .breadcrumbs a, .faq-showcase__hero .landing-label { color: #ffbd4a; }
.faq-showcase__hero h1 { max-width: 790px; margin: 13px 0 21px; color: #fff; font-size: clamp(46px,5.6vw,74px); text-shadow: 0 3px 24px rgba(0,0,0,.18); }
.faq-showcase__hero p { max-width: 710px; margin: 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.7; }
.faq-showcase__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.faq-showcase__summary { display: grid; gap: 9px; padding: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; background: rgba(0,58,80,.74); box-shadow: 18px 18px 0 rgba(216,235,234,.25); backdrop-filter: blur(8px); }
.faq-showcase__summary strong { color: #fff; font: 600 57px/1 'Space Grotesk',sans-serif; }
.faq-showcase__summary span { color: rgba(255,255,255,.8); font-size: 11px; font-weight: 600; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.faq-showcase__summary small { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.14); color: #ffbd4a; font-size: 11px; font-weight: 600; line-height: 1.5; }
.faq-showcase__content { padding: 82px 0 94px; }
.faq-showcase__head { display: grid; grid-template-columns: 1fr .72fr; gap: 65px; align-items: end; margin-bottom: 39px; }
.faq-showcase__head h2 { max-width: 680px; margin: 10px 0 0; color: var(--landing-navy); font-size: clamp(34px,4.2vw,54px); }
.faq-showcase__head > p { margin: 0; color: var(--landing-muted); font-size: 16px; line-height: 1.7; }
.faq-showcase__layout { display: grid; grid-template-columns: minmax(0,1fr) 315px; gap: 32px; align-items: start; }
.faq-showcase__list.post-faq-list { max-width: none; gap: 10px; margin: 0; }
.faq-showcase__list .faq-question { grid-template-columns: minmax(0,1fr) 30px; }
.faq-showcase__list .faq-question::before { display: none; content: none; }
.faq-showcase__list .faq-answer p { padding-left: 18px; }
.faq-showcase__list .faq-item:first-child { border-color: rgba(236,151,34,.55); }
.faq-showcase__aside { position: sticky; top: 136px; display: grid; gap: 18px; }
.faq-showcase__contact { padding: 30px 27px; border-radius: 22px; color: #fff; background: var(--landing-navy); box-shadow: 12px 12px 0 #dfe9e7; }
.faq-showcase__contact > span { color: #ffbd4a; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.faq-showcase__contact h2 { margin: 9px 0 12px; color: #fff; font-size: 30px; }
.faq-showcase__contact p { margin: 0 0 22px; color: rgba(255,255,255,.73); font-size: 13px; line-height: 1.68; }
.faq-showcase__contact .landing-button { width: 100%; padding-inline: 15px; }
.faq-showcase__phone { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; color: #fff; font-size: 12px; font-weight: 650; }
.faq-showcase__phone svg { width: 14px; height: 14px; fill: currentColor; }
.faq-showcase__promise { padding: 26px 27px; border: 1px solid #dde6e5; border-radius: 20px; background: #fff; }
.faq-showcase__promise strong { color: var(--landing-navy); font-family: 'Space Grotesk',sans-serif; font-size: 19px; }
.faq-showcase__promise ul { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.faq-showcase__promise li { display: flex; align-items: center; gap: 9px; color: var(--landing-muted); font-size: 13px; }
.faq-showcase__promise li::before { content: '✓'; display: grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border-radius: 50%; color: #fff; background: var(--landing-orange); font-size: 11px; font-weight: 700; }
.faq-showcase__closing { padding: 0 0 82px; }
.faq-showcase__closing-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 42px 46px; border-radius: 24px; background: #f1eee6; }
.faq-showcase__closing-card h2 { margin: 8px 0 10px; color: var(--landing-navy); font-size: clamp(31px,3.7vw,48px); }
.faq-showcase__closing-card p { max-width: 700px; margin: 0; color: var(--landing-muted); }
.faq-showcase__closing-card .landing-button { flex: 0 0 auto; }
.faq-showcase .landing-button--primary:hover, .faq-showcase .landing-button--primary:focus-visible { color: #fff; background: var(--landing-navy); box-shadow: 0 12px 26px rgba(11,79,108,.24); }

@media (max-width: 900px) {
  .faq-showcase__hero-grid, .faq-showcase__head { grid-template-columns: 1fr; gap: 34px; }
  .faq-showcase__summary { max-width: 280px; }
  .faq-showcase__layout { grid-template-columns: 1fr; }
  .faq-showcase__aside { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .faq-showcase__hero { padding: 62px 0 60px; }
  .faq-showcase__hero h1 { font-size: clamp(38px,11.5vw,52px); }
  .faq-showcase__hero p { font-size: 16px; }
  .faq-showcase__hero-actions { display: grid; }
  .faq-showcase__hero-actions .landing-button { width: 100%; }
  .faq-showcase__summary { display: none; }
  .faq-showcase__content { padding: 58px 0 70px; }
  .faq-showcase__aside { grid-template-columns: 1fr; }
  .faq-showcase__closing { padding-bottom: 62px; }
  .faq-showcase__closing-card { align-items: stretch; flex-direction: column; padding: 31px 24px; }
  .faq-showcase__closing-card .landing-button { width: 100%; }
}
