/* goedkopewebsitealmelo.nl
   Aesthetic: Budget-web. Warme zand-achtergrond, diep teal + amber accent.
   Instrument Serif (display) + Figtree (body). Browser-mockup hero met prijslabel.
   Betaalbaar maar niet goedkoop ogend. Geen em-dash tekens. */

:root {
  --bg: #FBF8F2;
  --bg-soft: #F3EEE3;
  --bg-deep: #102420;
  --surface: #FFFFFF;
  --ink: #1A211F;
  --ink-soft: #5C6360;
  --ink-faint: #8C918D;
  --line: #E7E0D2;
  --line-strong: #D6CDBA;
  --primary: #0E8C82;
  --primary-dark: #0A6E66;
  --primary-soft: #DDF0ED;
  --accent: #EA9B0B;
  --accent-dark: #C9820A;
  --accent-soft: #FBEFD3;
  --green: #1F9D63;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(26,33,31,0.06);
  --shadow: 0 6px 20px -6px rgba(26,33,31,0.12);
  --shadow-lg: 0 26px 50px -22px rgba(14,140,130,0.38), 0 8px 18px -10px rgba(26,33,31,0.12);
  --maxw: 1180px;
  --maxw-narrow: 760px;
  --font-display: "Instrument Serif", Georgia, serif;
  --font-body: "Figtree", system-ui, -apple-system, 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.65;
  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: 400; line-height: 1.08; letter-spacing: 0; color: var(--ink); margin: 0; }
h1 { font-size: clamp(2.5rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; }
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: #C7D6D2; font-size: 0.82rem; }
.topbar-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.55rem 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: #E8F0EE; }
.topbar-dot { color: var(--accent); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(251,248,242,0.9); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.85rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); font-weight: 400; font-size: 1.4rem; 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: 32px; height: 32px; border-radius: 9px; background: var(--primary); color: #fff; font-family: var(--font-body); font-weight: 700; font-size: 1rem; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 1.75rem; 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: #2a2100 !important; padding: 0.6rem 1.1rem; border-radius: 999px; font-weight: 700 !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: 999px; 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; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--primary-dark); color: #fff; }
.btn-secondary { background: var(--surface); color: var(--ink); border-color: var(--line-strong); }
.btn-secondary:hover { border-color: var(--primary); color: var(--primary); }
.btn-gold { background: var(--accent); color: #2a2100; box-shadow: var(--shadow); }
.btn-gold:hover { background: var(--accent-dark); color: #2a2100; }
.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; }

/* Hero */
.hero { position: relative; padding: clamp(3rem,7vw,5.5rem) 0 clamp(3rem,6vw,4.5rem); background: radial-gradient(1100px 480px at 82% -10%, var(--primary-soft), transparent 70%), linear-gradient(180deg, #fff 0%, var(--bg) 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; }
.est-stamp { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-body); 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.85rem; border-radius: 999px; }
.hero h1 { margin-top: 1.25rem; }
.hero-cta-group { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2.75rem; padding-top: 1.75rem; border-top: 1px solid var(--line); }
.hero-meta-item { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.4; }
.hero-meta-item strong { display: block; font-family: var(--font-display); font-size: 1.8rem; color: var(--ink); }
.italic-accent { color: var(--accent-dark); font-style: italic; font-size: 1.1rem; }

/* Browser mockup hero */
.mockup { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; position: relative; }
.mockup::after { content: "vanaf €495"; position: absolute; top: 54px; right: -34px; transform: rotate(35deg); background: var(--accent); color: #2a2100; font-weight: 700; font-size: 0.8rem; padding: 0.3rem 2.5rem; box-shadow: var(--shadow-sm); }
.mockup-bar { display: flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1rem; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.mockup-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--line-strong); }
.mockup-url { margin-left: 0.6rem; font-size: 0.78rem; color: var(--ink-faint); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 0.2rem 0.8rem; }
.mockup-body { padding: 1.6rem; }
.mockup-hl { height: 14px; border-radius: 6px; background: var(--primary-soft); margin-bottom: 0.7rem; }
.mockup-hl.w70 { width: 70%; } .mockup-hl.w90 { width: 90%; } .mockup-hl.w50 { width: 50%; background: var(--bg-soft); }
.mockup-btn { display: inline-block; margin-top: 0.7rem; background: var(--primary); color: #fff; font-size: 0.8rem; font-weight: 600; padding: 0.45rem 1rem; border-radius: 999px; }
.mockup-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.6rem; margin-top: 1.2rem; }
.mockup-card { height: 56px; border-radius: 8px; background: var(--bg-soft); border: 1px solid var(--line); }

/* Trust strip */
.trust-strip { background: var(--bg-deep); color: #E8F0EE; }
.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-size: 2.1rem; color: #fff; }
.trust-item-num em { font-style: italic; color: var(--accent); font-size: 1.2rem; }
.trust-item-label { font-size: 0.85rem; color: #9DB0AB; 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-family: var(--font-body); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 0.85rem; }

/* Services */
.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; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card-number { display: inline-flex; align-items: center; justify-content: center; min-width: 2.1rem; height: 2.1rem; padding: 0 0.5rem; border-radius: 8px; background: var(--primary-soft); color: var(--primary-dark); font-family: var(--font-body); font-weight: 700; font-size: 0.95rem; margin-bottom: 1rem; }
.service-card h3 { margin-bottom: 0.5rem; }
.service-card p { color: var(--ink-soft); font-size: 0.97rem; margin-bottom: 1.1rem; }

/* 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-top: 4px solid var(--accent); border-radius: var(--radius); padding: 1.6rem; }
.usp-item-num { font-family: var(--font-display); color: var(--accent-dark); font-size: 1.6rem; }
.usp-item h3 { margin: 0.4rem 0; }
.usp-item p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

/* Editorial + quote */
.editorial-split { display: grid; grid-template-columns: 1.1fr 0.9fr; 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); }
.quote-card::before { content: "\201C"; font-family: var(--font-display); font-size: 4.5rem; line-height: 0.6; color: var(--accent); display: block; }
.quote-card-text { font-family: var(--font-display); font-size: 1.5rem; 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: #9DB0AB; }

/* Process */
.process-list { list-style: none; margin: 0 auto; padding: 0; display: grid; gap: 1.25rem; max-width: 820px; }
.process-step { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: start; }
.process-step-num { width: 46px; height: 46px; border-radius: 12px; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.4rem; flex: 0 0 auto; }
.section[style*="bg-deep"] .process-step h3 { color: #fff; }
.section[style*="bg-deep"] .process-step p { color: #9DB0AB; }
.process-step h3 { margin-bottom: 0.3rem; }
.process-step p { color: var(--ink-soft); margin: 0; }

/* 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: "Beste prijs"; position: absolute; top: 1.25rem; right: 1.25rem; background: var(--accent); color: #2a2100; font-size: 0.7rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: 999px; }
.pricing-card-tier { font-family: var(--font-body); 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: #B6C6C2; }
.pricing-amount { font-family: var(--font-display); font-size: 2.4rem; margin: 0.5rem 0 1.25rem; }
.pricing-amount .unit { font-family: var(--font-body); font-size: 0.85rem; font-weight: 500; color: var(--ink-soft); }
.pricing-card.featured .pricing-amount .unit { color: #B6C6C2; }
.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.45rem; width: 14px; height: 8px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); 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: #173029; border-color: #284a41; }
.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(--primary); transition: transform 0.2s ease; }
.section[style*="bg-deep"] .faq-question::after { color: var(--accent); }
.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: 600px; }
.faq-answer p { padding: 0 1.4rem 1.25rem; margin: 0; color: var(--ink-soft); }
.section[style*="bg-deep"] .faq-answer p { color: #B6C6C2; }

/* 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: 150px; background: linear-gradient(135deg, var(--primary), #2bb3a6); display: flex; align-items: center; justify-content: center; }
.blog-card-cover.amber { background: linear-gradient(135deg, var(--accent), #f6c45a); }
.blog-card-cover.deep { background: linear-gradient(135deg, var(--bg-deep), #244a42); }
.blog-card-cover::after { content: attr(data-letter); font-family: var(--font-display); font-size: 2.2rem; color: rgba(255,255,255,0.95); }
.blog-card-content { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.blog-card-tag { font-family: var(--font-body); 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.25rem; 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(800px 400px at 15% 120%, rgba(234,155,11,0.22), 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: #B6C6C2; max-width: 560px; margin: 0 auto 2rem; }
.cta-decor { position: absolute; right: -1rem; bottom: -3rem; font-family: var(--font-display); font-size: 16rem; line-height: 1; color: rgba(255,255,255,0.05); pointer-events: none; }

/* Footer */
.footer { background: #0B1A17; color: #9DB0AB; 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: #E8F0EE; }
.footer-col h4 { color: #fff; margin-bottom: 1rem; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.footer-col a { color: #9DB0AB; 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 #1D332E; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; }
.footer-bottom a { color: #9DB0AB; }

/* 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(900px 400px at 85% -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-family: var(--font-body); 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-size: 1.35rem; }
.article-body hr { border: 0; border-top: 1px solid var(--line); 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: 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 { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .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 { grid-template-columns: 1fr; }
  .service-card[style*="grid-column"] { grid-column: auto !important; }
  .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; } }

/* === Meer ruimte boven kopjes binnen lopende tekst (toegevoegd 2026-05-25) === */
.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; }

/* === Speels budget-thema-patroon op hero en page-header (toegevoegd 2026-05-31) ===
   Vriendelijke motieven (muntjes, prijskaartje, zachte stippen) in teal + amber.
   Inline SVG data-URI, achter de content, niet klikbaar, subtiel en weggefade. */
.hero > .container, .page-header > .container { position: relative; z-index: 1; }
.page-header { position: relative; overflow: hidden; }
.hero::before, .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Cg fill='none' stroke-width='3.5'%3E%3Ccircle cx='52' cy='58' r='26' stroke='%230E8C82'/%3E%3Ccircle cx='52' cy='58' r='17' stroke='%230E8C82'/%3E%3Cpath d='M58 50c-3-3-9-2-9 4v8c0 6 6 7 9 4M45 56h10M45 61h10' stroke='%230E8C82' stroke-linecap='round'/%3E%3Cg transform='rotate(18 212 64)'%3E%3Crect x='186' y='40' width='62' height='44' rx='9' stroke='%23EA9B0B'/%3E%3Ccircle cx='197' cy='53' r='4.5' stroke='%23EA9B0B'/%3E%3Cpath d='M209 62h26M209 71h18' stroke='%23EA9B0B' stroke-linecap='round'/%3E%3C/g%3E%3Ccircle cx='150' cy='150' r='18' stroke='%23EA9B0B'/%3E%3Cpath d='M154 144c-2-2-7-1-7 3v6c0 4 5 5 7 3M145 149h8M145 153h8' stroke='%23EA9B0B' stroke-linecap='round'/%3E%3Cg transform='rotate(-14 70 208)'%3E%3Crect x='44' y='186' width='58' height='42' rx='9' stroke='%230E8C82'/%3E%3Ccircle cx='55' cy='198' r='4.5' stroke='%230E8C82'/%3E%3Cpath d='M66 206h24M66 215h16' stroke='%230E8C82' stroke-linecap='round'/%3E%3C/g%3E%3Ccircle cx='232' cy='206' r='24' stroke='%230E8C82'/%3E%3Ccircle cx='232' cy='206' r='15' stroke='%230E8C82'/%3E%3C/g%3E%3Cg fill='%23EA9B0B'%3E%3Ccircle cx='128' cy='44' r='3.5'/%3E%3Ccircle cx='250' cy='128' r='3.5'/%3E%3Ccircle cx='104' cy='150' r='3'/%3E%3Ccircle cx='196' cy='176' r='3'/%3E%3C/g%3E%3Cg fill='%230E8C82'%3E%3Ccircle cx='116' cy='220' r='3.5'/%3E%3Ccircle cx='176' cy='112' r='3'/%3E%3Ccircle cx='30' cy='128' r='3'/%3E%3Ccircle cx='258' cy='258' r='3.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 280px 280px;
  background-repeat: repeat;
  -webkit-mask-image: radial-gradient(120% 120% at 88% 0%, #000 0%, rgba(0,0,0,0.5) 45%, transparent 78%);
          mask-image: radial-gradient(120% 120% at 88% 0%, #000 0%, rgba(0,0,0,0.5) 45%, transparent 78%);
}
@media (max-width: 760px) {
  .hero::before, .page-header::before { opacity: 0.07; background-size: 220px 220px; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero::before { background-position: 0 0; }
}
