/* wordpressalmelo.nl
   Aesthetic: WordPress-pro/clean. Wit/lichtblauw + WordPress-blauw + cyan.
   Epilogue (display) + Inter (body).
   AFWIJKENDE LAYOUT: WordPress-admin dashboard als hero (sidebar + statuskaarten),
   care-plan kaarten, checklist-blok. Geen em-dash. */

:root {
  --bg: #F4F8FC;
  --bg-soft: #E8F0F8;
  --bg-deep: #0E2233;
  --surface: #FFFFFF;
  --ink: #11242F;
  --ink-soft: #51616C;
  --ink-faint: #8А98A2; /* fallback */
  --ink-faint: #8893A0;
  --line: #DEE8F0;
  --line-strong: #C6D5E2;
  --primary: #2271B1;
  --primary-dark: #18568A;
  --primary-soft: #E0EDF7;
  --accent: #00A0D2;
  --accent-dark: #0883AD;
  --green: #22A861;
  --radius-sm: 6px; --radius: 12px; --radius-lg: 18px;
  --shadow-sm: 0 1px 2px rgba(17,36,47,0.06);
  --shadow: 0 10px 30px -12px rgba(17,36,47,0.16);
  --shadow-lg: 0 28px 55px -22px rgba(34,113,177,0.34), 0 8px 18px -10px rgba(17,36,47,0.12);
  --maxw: 1180px; --maxw-narrow: 760px;
  --font-display: "Epilogue", system-ui, sans-serif;
  --font-body: "Inter", 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: 700; line-height: 1.12; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.2rem; }
h4 { font-size: 1rem; }
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); }
.lead { font-size: 1.2rem; line-height: 1.6; color: var(--ink-soft); }

.topbar { background: var(--bg-deep); color: #93AABC; 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: #CDDBE6; }
.topbar-dot { color: var(--accent); }

.nav { position: sticky; top: 0; z-index: 50; background: rgba(244,248,252,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: 800; font-size: 1.15rem; letter-spacing: -0.02em; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand em { font-style: normal; color: var(--primary); }
.brand-mono { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--primary); color: #fff; font-family: var(--font-display); font-weight: 800; 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(--primary); color: #fff !important; padding: 0.6rem 1.1rem; border-radius: 8px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--primary-dark); }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.4rem; cursor: pointer; color: var(--ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.8rem 1.5rem; border-radius: 8px; 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: #04323b; box-shadow: var(--shadow); }
.btn-gold:hover { background: var(--accent-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; }

/* ===== HERO met WP-dashboard ===== */
.hero { padding: clamp(3rem,7vw,5rem) 0 clamp(3rem,6vw,4.5rem); border-bottom: 1px solid var(--line); background: radial-gradient(800px 400px at 85% 0%, var(--primary-soft), transparent 70%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--primary); background: var(--primary-soft); padding: 0.4rem 0.85rem; border-radius: 999px; margin-bottom: 1.25rem; }
.hero h1 .accent { color: var(--primary); }
.hero .lead { max-width: 520px; margin-top: 1.25rem; }
.hero-cta-group { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 2rem; font-size: 0.88rem; color: var(--ink-soft); }
.hero-meta strong { color: var(--ink); }

/* WP-dashboard mock */
.wpdash { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid var(--line); display: grid; grid-template-columns: 92px 1fr; background: var(--surface); }
.wpdash-side { background: var(--bg-deep); padding: 0.9rem 0; }
.wpdash-side ul { list-style: none; margin: 0; padding: 0; }
.wpdash-side li { color: #93AABC; font-size: 0.68rem; padding: 0.55rem 0.7rem; display: flex; align-items: center; gap: 0.4rem; }
.wpdash-side li.on { background: var(--primary); color: #fff; }
.wpdash-side li::before { content: ""; width: 12px; height: 12px; border-radius: 3px; background: currentColor; opacity: 0.65; display: inline-block; }
.wpdash-main { padding: 1.1rem; }
.wpdash-bar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 0.8rem; border-bottom: 1px solid var(--line); }
.wpdash-bar b { font-family: var(--font-display); font-size: 0.95rem; }
.wpdash-bar span { font-size: 0.72rem; color: var(--green); font-weight: 600; }
.wpdash-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin-top: 0.9rem; }
.wpcard { border: 1px solid var(--line); border-radius: 10px; padding: 0.8rem; }
.wpcard .l { font-size: 0.68rem; color: var(--ink-soft); }
.wpcard .v { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; margin-top: 0.15rem; }
.wpcard .ok { color: var(--green); }
.wpbar { height: 6px; border-radius: 999px; background: var(--bg-soft); margin-top: 0.45rem; overflow: hidden; }
.wpbar i { display: block; height: 100%; background: linear-gradient(90deg, var(--primary), var(--accent)); }

/* ===== 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: 700; letter-spacing: 0.1em; 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-display); 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; }

/* ===== Checklist-blok ===== */
.checklist-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.checklist { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.75rem; box-shadow: var(--shadow); }
.checklist h3 { margin-bottom: 1rem; }
.checklist ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.checklist li { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.97rem; }
.checklist li::before { content: "✓"; flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: var(--green); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 0.78rem; margin-top: 0.05rem; }

/* ===== Pricing / care-plans ===== */
.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: #E6EEF5; border-color: var(--bg-deep); box-shadow: var(--shadow-lg); position: relative; }
.pricing-card.featured::after { content: "Care-plan"; position: absolute; top: 1.25rem; right: 1.25rem; background: var(--accent); color: #04323b; font-size: 0.7rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: 999px; }
.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: #93AABC; }
.pricing-amount { font-family: var(--font-display); font-weight: 800; font-size: 2rem; 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: #93AABC; }
.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(--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; }
.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; }
.faq-question::after { content: "+"; font-size: 1.4rem; color: var(--primary); 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: 600px; }
.faq-answer p { padding: 0 1.4rem 1.25rem; margin: 0; color: var(--ink-soft); }

/* ===== 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), var(--accent)); display: flex; align-items: center; justify-content: center; }
.blog-card-cover.deep { background: linear-gradient(135deg, var(--bg-deep), #1c4a6e); }
.blog-card-cover.cyan { background: linear-gradient(135deg, var(--accent), #5ad1ee); }
.blog-card-cover::after { content: attr(data-letter); font-family: var(--font-display); font-weight: 800; font-size: 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-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.1rem; 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 { background: radial-gradient(700px 360px at 50% 120%, rgba(0,160,210,0.18), transparent 60%), var(--bg-deep); color: #E6EEF5; text-align: center; padding: clamp(3.5rem,8vw,5.5rem) 0; }
.cta-section h2 { color: #fff; max-width: 680px; margin: 0 auto 1rem; }
.cta-section h2 .accent { color: var(--accent); }
.cta-section p { color: #93AABC; max-width: 560px; margin: 0 auto 2rem; }

/* ===== Footer ===== */
.footer { background: #0A1A28; color: #8893A0; 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: #CDDBE6; }
.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: #8893A0; font-size: 0.92rem; }
.footer-col a:hover { color: var(--accent); }
.footer-col li { font-size: 0.92rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #16304a; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; }
.footer-bottom a { color: #8893A0; }

/* ===== Breadcrumbs / page-header ===== */
.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 { padding: clamp(2.5rem,6vw,4rem) 0 clamp(2rem,4vw,3rem); border-bottom: 1px solid var(--line); background: radial-gradient(700px 320px at 88% 0%, var(--primary-soft), transparent 70%); }
.page-header h1 { max-width: 880px; }
.page-header .lead { color: var(--ink-soft); }

/* ===== 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 { 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; border-bottom: 1px solid var(--line); 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(--primary); }
.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(--primary); background: var(--surface); border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; }
.article-body hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0 1.5rem; }

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

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .checklist-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card[style*="grid-column"] { grid-column: auto !important; }
  .pricing-grid, .blog-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@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; }
  .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) { .footer-grid { grid-template-columns: 1fr; } .wpdash-cards { 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 WP-thema-patroon op hero & page-header (toegevoegd 2026-05-31) ===
   Subtiel, herhaald motief: Gutenberg-blokjes (gestapeld raster), een tandwiel
   (onderhoud), een schild (beveiliging) en een fijn dot-grid, in WP-blauw/cyan.
   Inline SVG data-URI, geen externe afbeeldingen. Achter de content (z-index 0),
   pointer-events uit, lage opacity en fade-mask zodat tekst leesbaar blijft. */
.hero, .page-header { position: relative; overflow: hidden; }
.hero > .container, .page-header > .container { position: relative; z-index: 1; }
.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='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%232271B1' stroke-width='2'%3E%3Crect x='24' y='26' width='30' height='30' rx='4'/%3E%3Crect x='58' y='26' width='30' height='30' rx='4'/%3E%3Crect x='24' y='60' width='30' height='30' rx='4'/%3E%3Crect x='58' y='60' width='30' height='30' rx='4' fill='%2300A0D2' fill-opacity='0.25'/%3E%3C/g%3E%3Cg stroke='%2300A0D2' stroke-width='2' fill='none'%3E%3Ccircle cx='162' cy='52' r='16'/%3E%3Ccircle cx='162' cy='52' r='6'/%3E%3Cg stroke-linecap='round'%3E%3Cline x1='162' y1='28' x2='162' y2='36'/%3E%3Cline x1='162' y1='68' x2='162' y2='76'/%3E%3Cline x1='138' y1='52' x2='146' y2='52'/%3E%3Cline x1='178' y1='52' x2='186' y2='52'/%3E%3Cline x1='145' y1='35' x2='151' y2='41'/%3E%3Cline x1='173' y1='63' x2='179' y2='69'/%3E%3Cline x1='179' y1='35' x2='173' y2='41'/%3E%3Cline x1='151' y1='63' x2='145' y2='69'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M58 150 l24 -8 l24 8 v22 c0 16 -12 26 -24 32 c-12 -6 -24 -16 -24 -32 z' fill='none' stroke='%232271B1' stroke-width='2'/%3E%3Cpath d='M70 174 l9 9 l17 -18' fill='none' stroke='%2300A0D2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg fill='%232271B1'%3E%3Ccircle cx='160' cy='150' r='2.4'/%3E%3Ccircle cx='184' cy='150' r='2.4'/%3E%3Ccircle cx='160' cy='174' r='2.4'/%3E%3Ccircle cx='184' cy='174' r='2.4'/%3E%3Ccircle cx='160' cy='198' r='2.4'/%3E%3Ccircle cx='184' cy='198' r='2.4'/%3E%3Ccircle cx='136' cy='150' r='2.4'/%3E%3Ccircle cx='136' cy='174' r='2.4'/%3E%3Ccircle cx='136' cy='198' r='2.4'/%3E%3C/g%3E%3Cg fill='%2300A0D2'%3E%3Ccircle cx='30' cy='128' r='2'/%3E%3Ccircle cx='14' cy='112' r='2'/%3E%3Ccircle cx='198' cy='112' r='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 300px 300px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.55) 60%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.55) 60%, transparent 100%);
}
@media (max-width: 760px) {
  .hero::before, .page-header::before { background-size: 220px 220px; opacity: 0.07; }
}
@media (prefers-reduced-motion: no-preference) {
  /* statisch patroon, geen animatie; placeholder voor toekomstige subtiele beweging */
}
