/* websiteoffertealmelo.nl
   Aesthetic: Offer-desk. Warm zand-papier (#FBF7F0), diep teal/emerald (#0F766E) + terracotta accent (#E0653A).
   Fraunces (serif display) + Inter (body). Offerte-ticket hero, perforatie-randen, kalm en eerlijk.
   Geen em-dash tekens. Mobiel-first. */

:root {
  --bg: #FBF7F0;
  --bg-soft: #F2ECE0;
  --bg-deep: #102A28;
  --surface: #FFFFFF;
  --ink: #16201E;
  --ink-soft: #56615E;
  --ink-faint: #8A938F;
  --line: #E7DECF;
  --line-strong: #D6C9B2;
  --primary: #0F766E;
  --primary-dark: #0B5650;
  --primary-soft: #DBEFEC;
  --accent: #E0653A;
  --accent-dark: #C24E27;
  --accent-soft: #FBE4D8;
  --gold: #C99A2E;
  --radius-sm: 8px; --radius: 14px; --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(16,42,40,0.06);
  --shadow: 0 10px 30px -12px rgba(15,118,110,0.28);
  --shadow-lg: 0 30px 60px -28px rgba(15,118,110,0.42), 0 10px 22px -14px rgba(16,42,40,0.14);
  --maxw: 1160px; --maxw-narrow: 740px;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.68; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -0.01em; color: var(--ink); margin: 0; }
h1 { font-size: clamp(2.25rem, 5.2vw, 3.7rem); font-weight: 600; }
h2 { font-size: clamp(1.65rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.28rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; letter-spacing: 0; font-family: var(--font-body); }
p { margin: 0 0 1rem; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: var(--maxw-narrow); }
.accent { color: var(--primary); font-style: italic; }
.lead { font-size: 1.2rem; line-height: 1.6; color: var(--ink-soft); }

/* Topbar */
.topbar { background: var(--bg-deep); color: #C9D6D2; font-size: 0.82rem; }
.topbar-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.5rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar-meta { display: flex; gap: 1.25rem; align-items: center; }
.topbar-meta a { color: #EAF1EE; }
.topbar-dot { color: var(--accent); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(251,247,240,0.88); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.8rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; letter-spacing: -0.01em; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand em { font-style: italic; color: var(--primary); }
.brand-mono { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 30px; border-radius: 6px; background: var(--primary); color: #fff; font-family: var(--font-body); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.02em; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 1.6rem; margin: 0; padding: 0; }
.nav-menu a { color: var(--ink-soft); font-weight: 500; font-size: 0.95rem; }
.nav-menu a:hover, .nav-menu a.active { color: var(--ink); }
.nav-cta { background: var(--accent); color: #fff !important; padding: 0.55rem 1.15rem; border-radius: 8px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--accent-dark); }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.4rem; cursor: pointer; color: var(--ink); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.85rem 1.6rem; border-radius: 9px; font-weight: 600; font-size: 0.97rem; font-family: var(--font-body); cursor: pointer; border: 1px solid transparent; transition: transform 0.12s ease, background 0.18s ease, border-color 0.18s ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--accent-dark); color: #fff; }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-secondary:hover { border-color: var(--primary); color: var(--primary); }
.btn-teal { background: var(--primary); color: #fff; box-shadow: var(--shadow); }
.btn-teal:hover { background: var(--primary-dark); color: #fff; }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; font-size: 0.92rem; color: var(--primary); }
.btn-ghost:hover { gap: 0.65rem; color: var(--primary-dark); }

/* Hero */
.hero { position: relative; padding: clamp(3rem,7vw,5.5rem) 0 clamp(3rem,6vw,4.5rem); background: radial-gradient(1000px 460px at 88% -12%, var(--primary-soft), transparent 68%), linear-gradient(180deg, #fff 0%, var(--bg) 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 3rem; align-items: center; }
.tag-row { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--primary-dark); background: var(--primary-soft); padding: 0.4rem 0.95rem; border-radius: 999px; }
.tag-row::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.hero h1 { margin-top: 1.3rem; }
.hero-cta-group { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-note { margin-top: 1.1rem; font-size: 0.9rem; color: var(--ink-soft); }
.hero-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2.75rem; padding-top: 1.75rem; border-top: 1px dashed var(--line-strong); }
.hero-meta-item { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.4; }
.hero-meta-item strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.65rem; color: var(--ink); }

/* Offerte-ticket motief */
.ticket { background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.ticket::before, .ticket::after { content: ""; position: absolute; width: 22px; height: 22px; background: var(--bg); border-radius: 50%; z-index: 2; }
.ticket::before { left: -11px; }
.ticket::after { right: -11px; }
.ticket-perf { position: absolute; left: 0; right: 0; border-top: 2px dashed var(--line-strong); z-index: 1; }
.ticket-head { background: var(--bg-deep); color: #fff; padding: 1.3rem 1.6rem; display: flex; justify-content: space-between; align-items: center; }
.ticket-head .ticket-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: #8FB7B0; }
.ticket-head .ticket-title { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; }
.ticket-head .ticket-stamp { font-family: var(--font-body); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--bg-deep); background: var(--gold); padding: 0.3rem 0.6rem; border-radius: 5px; transform: rotate(4deg); }
.ticket-body { padding: 1.5rem 1.6rem 1.7rem; position: relative; }
.ticket-line { display: flex; justify-content: space-between; align-items: baseline; padding: 0.7rem 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.ticket-line:last-of-type { border-bottom: 0; }
.ticket-line .lbl { color: var(--ink-soft); }
.ticket-line .val { font-weight: 600; color: var(--ink); }
.ticket-total { margin-top: 1rem; padding-top: 1rem; border-top: 2px dashed var(--line-strong); display: flex; justify-content: space-between; align-items: center; }
.ticket-total .lbl { font-weight: 600; }
.ticket-total .val { font-family: var(--font-display); font-weight: 600; font-size: 1.7rem; color: var(--primary); }
.ticket-foot { margin-top: 1rem; font-size: 0.8rem; color: var(--ink-faint); }

/* Trust strip */
.trust-strip { background: var(--bg-deep); color: #EAF1EE; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; padding: 2.25rem 0; }
.trust-item { text-align: center; }
.trust-item-num { font-family: var(--font-display); font-weight: 600; font-size: 1.85rem; color: #fff; }
.trust-item-num em { font-style: italic; color: var(--accent); font-size: 1.1rem; }
.trust-item-label { font-size: 0.84rem; color: #93A8A3; margin-top: 0.35rem; }

/* Sections */
.section { padding: clamp(3.25rem,7vw,5.5rem) 0; }
.section-header { max-width: 720px; margin-bottom: 2.75rem; }
.section-header.centered { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { display: inline-block; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 0.85rem; }

/* Steps (offerte-proces) */
.step-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; counter-reset: step; }
.step-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; position: relative; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.step-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.step-card::before { counter-increment: step; content: counter(step,decimal-leading-zero); font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; color: var(--accent); display: block; margin-bottom: 0.7rem; }
.step-card h3 { font-size: 1.12rem; margin-bottom: 0.4rem; }
.step-card p { color: var(--ink-soft); font-size: 0.93rem; margin: 0; }

/* Service cards */
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
.service-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; transition: transform 0.18s ease, box-shadow 0.18s ease; display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card .price-flag { font-family: var(--font-body); font-size: 0.8rem; font-weight: 700; color: var(--primary-dark); background: var(--primary-soft); padding: 0.25rem 0.65rem; border-radius: 6px; align-self: flex-start; margin-bottom: 0.9rem; }
.service-card h3 { margin-bottom: 0.5rem; }
.service-card p { color: var(--ink-soft); font-size: 0.96rem; margin-bottom: 1.1rem; flex: 1; }

/* USP */
.usp-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.usp-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; }
.usp-item .usp-mark { width: 40px; height: 40px; border-radius: 9px; background: var(--primary-soft); color: var(--primary-dark); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; margin-bottom: 0.85rem; }
.usp-item h3 { margin: 0.2rem 0 0.4rem; font-size: 1.15rem; }
.usp-item p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

/* Editorial split + quote */
.editorial-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; }
.quote-card { background: var(--bg-deep); color: #fff; border-radius: var(--radius-lg); padding: 2.25rem; box-shadow: var(--shadow-lg); position: relative; }
.quote-card::before { content: "\201C"; font-family: var(--font-display); font-weight: 600; font-size: 4.5rem; line-height: 0.55; color: var(--accent); display: block; margin-bottom: 0.5rem; }
.quote-card-text { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; line-height: 1.35; }
.quote-card-author { margin-top: 1.5rem; }
.quote-card-author strong { display: block; }
.quote-card-author span { font-size: 0.85rem; color: #93A8A3; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: start; }
.pricing-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.75rem; display: flex; flex-direction: column; }
.pricing-card.featured { background: var(--bg-deep); color: #fff; border-color: var(--bg-deep); box-shadow: var(--shadow-lg); position: relative; }
.pricing-card.featured::after { content: "Meest gevraagd"; position: absolute; top: 1.25rem; right: 1.25rem; background: var(--accent); color: #fff; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.03em; padding: 0.3rem 0.65rem; border-radius: 6px; }
.pricing-card-tier { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-dark); }
.pricing-card.featured .pricing-card-tier { color: var(--accent); }
.pricing-card h3 { margin: 0.6rem 0; }
.pricing-card.featured h3 { color: #fff; }
.pricing-description { font-size: 0.92rem; color: var(--ink-soft); min-height: 2.6rem; }
.pricing-card.featured .pricing-description { color: #B9C9C5; }
.pricing-amount { font-family: var(--font-display); font-weight: 600; font-size: 1.95rem; margin: 0.5rem 0 1.25rem; }
.pricing-amount .unit { font-family: var(--font-body); font-size: 0.84rem; font-weight: 500; color: var(--ink-soft); }
.pricing-card.featured .pricing-amount .unit { color: #B9C9C5; }
.pricing-features { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: 0.6rem; flex: 1; }
.pricing-features li { font-size: 0.92rem; padding-left: 1.6rem; position: relative; }
.pricing-features li::before { content: ""; position: absolute; left: 0; top: 0.42rem; width: 13px; height: 7px; border-left: 2px solid var(--primary); border-bottom: 2px solid var(--primary); transform: rotate(-45deg); }
.pricing-card.featured .pricing-features li::before { border-color: var(--accent); }

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 0.75rem; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.section[style*="bg-deep"] .faq-item { background: #173B38; border-color: #235049; }
.faq-question { width: 100%; text-align: left; background: none; border: 0; padding: 1.15rem 1.4rem; font-family: var(--font-body); font-weight: 600; font-size: 1.02rem; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.section[style*="bg-deep"] .faq-question { color: #fff; }
.faq-question::after { content: "+"; font-size: 1.4rem; color: var(--accent); transition: transform 0.2s ease; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.28s ease; }
.faq-item.open .faq-answer { max-height: 640px; }
.faq-answer p { padding: 0 1.4rem 1.25rem; margin: 0; color: var(--ink-soft); }
.section[style*="bg-deep"] .faq-answer p { color: #B9C9C5; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.blog-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.18s ease, box-shadow 0.18s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.blog-card-cover { height: 142px; background: linear-gradient(135deg, var(--primary), #1F9E92); display: flex; align-items: center; justify-content: center; }
.blog-card-cover.gold { background: linear-gradient(135deg, var(--accent), #f08a5d); }
.blog-card-cover.deep { background: linear-gradient(135deg, var(--bg-deep), #1c4641); }
.blog-card-cover::after { content: attr(data-letter); font-family: var(--font-display); font-weight: 600; font-size: 2.3rem; color: rgba(255,255,255,0.96); }
.blog-card-content { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.blog-card-tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 0.6rem; }
.blog-card h3 { font-size: 1.14rem; margin-bottom: 0.75rem; }
.blog-card h3 a { color: var(--ink); }
.blog-card h3 a:hover { color: var(--primary); }
.blog-card-meta { font-size: 0.82rem; color: var(--ink-faint); margin-top: auto; }

/* CTA */
.cta-section { position: relative; background: radial-gradient(820px 400px at 12% 120%, rgba(224,101,58,0.28), transparent 60%), var(--bg-deep); color: #fff; text-align: center; padding: clamp(3.5rem,8vw,5.5rem) 0; overflow: hidden; }
.cta-section h2 { color: #fff; max-width: 680px; margin: 0 auto 1rem; }
.cta-section p { color: #B9C9C5; max-width: 560px; margin: 0 auto 2rem; }
.cta-decor { position: absolute; right: -1rem; bottom: -3.5rem; font-family: var(--font-display); font-weight: 600; font-size: 15rem; line-height: 1; color: rgba(255,255,255,0.05); pointer-events: none; }

/* Footer */
.footer { background: #0B201E; color: #93A8A3; padding: 3.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-brand .brand { color: #fff; margin-bottom: 1rem; }
.footer-brand .brand em { color: var(--accent); }
.footer-brand p { font-size: 0.9rem; max-width: 320px; }
.footer-contact { font-size: 0.9rem; margin-top: 1rem; line-height: 1.7; }
.footer-contact a { color: #EAF1EE; }
.footer-col h4 { color: #fff; margin-bottom: 1rem; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; font-family: var(--font-body); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.footer-col a { color: #93A8A3; font-size: 0.92rem; }
.footer-col a:hover { color: #fff; }
.footer-col li { font-size: 0.92rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #1C3B37; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; }
.footer-bottom a { color: #93A8A3; }

/* Breadcrumbs */
.breadcrumbs { border-bottom: 1px solid var(--line); background: var(--bg); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0; padding: 0.85rem 0; font-size: 0.85rem; }
.breadcrumbs li { color: var(--ink-soft); }
.breadcrumbs li + li::before { content: "/"; margin-right: 0.5rem; color: var(--ink-faint); }
.breadcrumbs a { color: var(--ink-soft); }
.breadcrumbs a:hover { color: var(--primary); }

/* Page header */
.page-header { padding: clamp(2.5rem,6vw,4rem) 0 clamp(2rem,4vw,3rem); background: radial-gradient(880px 400px at 86% -20%, var(--primary-soft), transparent 70%), var(--bg); border-bottom: 1px solid var(--line); }
.page-header h1 { max-width: 880px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3rem; align-items: start; }
.contact-info-block { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.75rem; box-shadow: var(--shadow-sm); }
.contact-info-item { padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.contact-info-item:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-info-item:first-child { padding-top: 0; }
.contact-info-label { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 0.3rem; }
.contact-info-value { font-size: 1.1rem; font-weight: 600; }
.contact-info-value a { color: var(--primary); }

/* Form */
.form { display: grid; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; }
.form input, .form select, .form textarea { width: 100%; padding: 0.75rem 0.9rem; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 0.97rem; background: var(--surface); color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-soft); }
.form textarea { resize: vertical; }

/* Article */
.article-header { padding: clamp(2.5rem,6vw,4rem) 0 1.5rem; background: var(--bg); }
.article-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 0.85rem; }
.article-header h1 { max-width: 760px; }
.article-meta { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.25rem; font-size: 0.88rem; color: var(--ink-soft); }
.article-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--line-strong); }
.article-body { max-width: var(--maxw-narrow); margin: 0 auto; padding: 2rem 1.5rem 1rem; font-size: 1.08rem; }
.article-body h2 { margin: 2.5rem 0 1rem; }
.article-body h3 { margin: 1.75rem 0 0.6rem; }
.article-body ul { padding-left: 1.25rem; margin: 0 0 1.25rem; }
.article-body li { margin-bottom: 0.5rem; }
.article-body blockquote { margin: 1.75rem 0; padding: 1.25rem 1.5rem; border-left: 4px solid var(--accent); background: var(--accent-soft); border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--font-display); font-weight: 500; font-size: 1.25rem; line-height: 1.4; }
.article-body hr { border: 0; border-top: 1px dashed var(--line-strong); margin: 2.5rem 0 1.5rem; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 980px) {
  .step-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .editorial-split { grid-template-columns: 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .pricing-grid, .blog-grid, .usp-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2,1fr); gap: 1.75rem; }
}
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--surface); border-bottom: 1px solid var(--line); padding: 0.5rem 1.5rem 1rem; box-shadow: var(--shadow); display: none; }
  .nav-menu.open { display: flex; }
  .nav-menu li { padding: 0.4rem 0; }
  .nav-cta { text-align: center; margin-top: 0.5rem; }
  .services-grid, .step-grid { grid-template-columns: 1fr; }
  .hero-meta { grid-template-columns: 1fr; gap: 1rem; }
  .form-row { grid-template-columns: 1fr; }
  .topbar-meta:first-child { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 480px) { .trust-grid { grid-template-columns: 1fr 1fr; } .footer-grid { grid-template-columns: 1fr; } }

/* Ruimte boven kopjes in lopende tekst */
.container-narrow h2, .article-body h2, .prose h2 { margin-top: 3rem; }
.container-narrow h3, .article-body h3, .prose h3 { margin-top: 2rem; }
.container-narrow > h2:first-child, .article-body > h2:first-child,
.container-narrow > h3:first-child, .article-body > h3:first-child { margin-top: 0; }
.container-narrow h2 + h3, .article-body h2 + h3,
.container-narrow h3 + h3, .article-body h3 + h3 { margin-top: 0.75rem; }
