:root {
  --navy:       #0B1D3A;
  --navy-mid:   #132847;
  --navy-light: #1C3761;
  --white:      #FFFFFF;
  --off-white:  #F7F8FA;
  --gold:       #C8A84B;
  --gold-light: #E2C87A;
  --text:       #4A5568;
  --text-light: #718096;
  --border:     #E2E8F0;
  --border-dark:#CBD5E0;
  --heading:    #0B1D3A;
  --nav-h:      72px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); color: var(--text); line-height: 1.65; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--heading); line-height: 1.15; }
a { text-decoration: none; color: inherit; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  height: var(--nav-h); background: var(--white); border-bottom: 1px solid var(--border);
  display: flex; align-items: center; padding: 0 6%; gap: 2rem;
}
.logo { display: flex; align-items: center; gap: .55rem; font-weight: 800; font-size: 1.3rem; color: var(--navy); white-space: nowrap; }
.logo-icon { width: 34px; height: 34px; background: var(--navy); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.logo-icon svg { width: 20px; height: 20px; }
.logo-dot { color: var(--gold); }
.nav-links { display: flex; gap: 2rem; list-style: none; margin-left: auto; font-size: .88rem; font-weight: 500; }
.nav-links a { color: var(--text); transition: color .2s; }
.nav-links a:hover { color: var(--navy); }
.nav-cta { background: var(--navy); color: var(--white); padding: .55rem 1.3rem; border-radius: 6px; font-weight: 600; font-size: .85rem; transition: background .2s; white-space: nowrap; }
.nav-cta:hover { background: var(--navy-light); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; margin-left: auto; }
.hamburger span { width: 24px; height: 2px; background: var(--navy); display: block; }

.hero { min-height: 100vh; background: var(--navy); display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: calc(var(--nav-h) + 5rem) 6% 5rem; gap: 5rem; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(200,168,75,.07) 0%, transparent 70%); pointer-events: none; }
.hero-badge { display: inline-flex; align-items: center; gap: .4rem; border: 1px solid rgba(200,168,75,.45); color: var(--gold-light); padding: .3rem .9rem; border-radius: 100px; font-size: .75rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 1.5rem; background: rgba(200,168,75,.07); }
.hero h1 { font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 800; color: var(--white); margin-bottom: 1.5rem; }
.hero h1 .accent { color: var(--gold-light); }
.hero p { font-size: 1.05rem; max-width: 46ch; margin-bottom: 2rem; color: rgba(255,255,255,.62); line-height: 1.7; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--gold); color: var(--navy); padding: .85rem 1.8rem; border-radius: 7px; font-weight: 700; font-size: .95rem; transition: background .2s, transform .15s; display: inline-flex; align-items: center; gap: .4rem; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline-white { border: 1.5px solid rgba(255,255,255,.25); color: rgba(255,255,255,.82); padding: .85rem 1.7rem; border-radius: 7px; font-weight: 500; transition: border-color .2s, color .2s; display: inline-flex; align-items: center; gap: .4rem; }
.btn-outline-white:hover { border-color: rgba(255,255,255,.6); color: var(--white); }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 3.5rem; flex-wrap: wrap; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.1); }
.stat-num { font-size: 1.9rem; font-weight: 800; color: var(--white); display: block; }
.stat-num span { color: var(--gold-light); }
.stat-label { font-size: .78rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .05em; }
.hero-card { background: var(--white); border-radius: 16px; padding: 2.2rem; width: 100%; }
.hero-card-title { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--text-light); font-weight: 600; margin-bottom: 1.2rem; }
.feature-row { display: flex; align-items: center; gap: .85rem; padding: .75rem 0; border-bottom: 1px solid var(--border); }
.feature-row:last-of-type { border-bottom: none; }
.check-circle { width: 22px; height: 22px; border-radius: 50%; background: #EBF5F0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.check-circle svg { width: 11px; height: 11px; }
.feature-row span { font-size: .9rem; font-weight: 500; color: var(--heading); }
.hero-card-footer { display: flex; align-items: center; gap: .5rem; background: #F0F7FF; border: 1px solid #BFDBFE; padding: .65rem 1rem; border-radius: 8px; margin-top: 1.2rem; font-size: .85rem; }
.hero-card-footer strong { color: #1D4ED8; }
.hero-card-footer span { color: #3B82F6; }

.trust-bar { background: var(--off-white); border-bottom: 1px solid var(--border); padding: 1rem 6%; display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: .45rem; font-size: .82rem; font-weight: 500; color: var(--text); }
.trust-item strong { color: var(--navy); }
.trust-dot { color: var(--border-dark); }

section { padding: 6rem 6%; }
.section-tag { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); font-weight: 700; margin-bottom: .6rem; }
.section-title { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; margin-bottom: .9rem; }
.section-sub { font-size: 1rem; max-width: 52ch; color: var(--text); }
.section-head { margin-bottom: 3.5rem; }

#diensten { background: var(--off-white); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.8rem; transition: border-color .2s, box-shadow .2s; }
.service-card:hover { border-color: var(--gold); box-shadow: 0 8px 30px rgba(11,29,58,.07); }
.service-icon { width: 44px; height: 44px; background: #EEF2FF; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.service-icon svg { width: 22px; height: 22px; }
.service-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: .4rem; }
.service-card p { font-size: .87rem; line-height: 1.65; color: var(--text); }
.service-link { display: inline-flex; align-items: center; gap: .25rem; color: var(--navy); font-size: .82rem; font-weight: 600; margin-top: .8rem; }

#rdw { background: var(--white); }
.rdw-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.rdw-steps { display: flex; flex-direction: column; gap: 1.3rem; margin-top: 2rem; }
.rdw-step { display: flex; gap: 1rem; align-items: flex-start; }
.step-num { width: 32px; height: 32px; flex-shrink: 0; background: var(--navy); color: var(--white); font-weight: 700; font-size: .8rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.step-content h4 { font-size: .95rem; font-weight: 700; margin-bottom: .2rem; }
.step-content p { font-size: .86rem; color: var(--text); }
.rdw-highlight { background: var(--navy); border-radius: 16px; padding: 2.5rem; color: var(--white); text-align: center; }
.rdw-time { font-size: 5rem; font-weight: 800; color: var(--gold-light); line-height: 1; }
.rdw-time-label { font-size: .9rem; color: rgba(255,255,255,.55); margin-top: .3rem; margin-bottom: 2rem; }
.rdw-feat-list { display: flex; flex-direction: column; gap: .55rem; text-align: left; }
.rdw-feat { display: flex; align-items: center; gap: .7rem; font-size: .88rem; color: rgba(255,255,255,.78); }
.rdw-feat-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.rdw-cta { margin-top: 2rem; background: var(--gold); color: var(--navy); padding: .85rem; border-radius: 8px; font-weight: 700; font-size: .95rem; display: flex; align-items: center; justify-content: center; gap: .4rem; transition: background .2s; }
.rdw-cta:hover { background: var(--gold-light); }

#pakketten { background: var(--off-white); padding-left: 1rem; padding-right: 1rem; }
#pakketten > .section-head { margin-bottom: 2rem; padding-left: 1rem; }
/* Desktop: altijd 5 naast elkaar — GEFORCEERD */
.pkg-swiper-desktop {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: .75rem;
  align-items: stretch;
  width: 100%;
}
/* Mobiele swiper container — verborgen op desktop */
.pkg-swiper-mobile { display: none !important; }
.pkg { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.2rem; display: flex; flex-direction: column; height: 100%; transition: box-shadow .2s; }
.pkg:hover { box-shadow: 0 12px 40px rgba(11,29,58,.09); }
.pkg.featured { background: var(--navy); border-color: var(--navy); }
.pkg.featured:hover { box-shadow: 0 20px 50px rgba(11,29,58,.28); }
/* Elke kaart heeft een vaste badge-ruimte bovenaan zodat alles gelijk start */
.pkg-badge-placeholder { display: block; height: 28px; margin-bottom: .9rem; }
.pkg-badge { background: var(--gold); color: var(--navy); font-size: .7rem; font-weight: 700; text-transform: uppercase; padding: .2rem .7rem; border-radius: 100px; display: inline-block; margin-bottom: .9rem; letter-spacing: .04em; height: 28px; line-height: 24px; }
.pkg-badge { background: var(--gold); color: var(--navy); font-size: .7rem; font-weight: 700; text-transform: uppercase; padding: .2rem .7rem; border-radius: 100px; align-self: flex-start; margin-bottom: .9rem; letter-spacing: .04em; }
.pkg-name { font-size: 1rem; font-weight: 700; margin-bottom: .35rem; }
.pkg.featured .pkg-name { color: var(--white); }
.pkg-price { font-size: 2rem; font-weight: 800; color: var(--navy); margin-bottom: .25rem; }
.pkg.featured .pkg-price { color: var(--white); }
.pkg-price span { font-size: .9rem; font-weight: 400; color: var(--text-light); }
.pkg.featured .pkg-price span { color: rgba(255,255,255,.45); }
.pkg-desc { font-size: .83rem; margin-bottom: 1.3rem; border-bottom: 1px solid var(--border); padding-bottom: 1.3rem; color: var(--text); }
.pkg.featured .pkg-desc { color: rgba(255,255,255,.58); border-bottom-color: rgba(255,255,255,.1); }
.pkg-features { list-style: none; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.pkg-features li { font-size: .86rem; display: flex; align-items: flex-start; gap: .55rem; }
.pkg-features li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.pkg.featured .pkg-features li { color: rgba(255,255,255,.8); }
.pkg-features li.dim::before { content: '—'; color: var(--border-dark); }
.pkg-features li.dim { color: var(--border-dark); }
.pkg-btn { margin-top: 1.6rem; width: 100%; padding: .75rem; border-radius: 7px; font-weight: 700; font-size: .88rem; font-family: 'Plus Jakarta Sans', sans-serif; text-align: center; cursor: pointer; display: block; transition: .2s; }
.pkg-btn-outline { border: 1.5px solid var(--border-dark); color: var(--navy); background: transparent; }
.pkg-btn-outline:hover { border-color: var(--navy); }
.pkg-btn-gold { background: var(--gold); color: var(--navy); border: none; }
.pkg-btn-gold:hover { background: var(--gold-light); }

#werkwijze { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 3rem; position: relative; }
.process-grid::before { content: ''; position: absolute; top: 28px; left: 10%; right: 10%; height: 1px; background: var(--border-dark); z-index: 0; }
.p-step { text-align: center; padding: 0 .8rem; position: relative; z-index: 1; }
.p-step-num { width: 56px; height: 56px; margin: 0 auto 1rem; background: var(--white); border: 2px solid var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; color: var(--navy); }
.p-step h4 { font-size: .9rem; margin-bottom: .35rem; }
.p-step p { font-size: .82rem; color: var(--text); }

#bpm { background: var(--off-white); }
.bpm-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.bpm-form { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 2.2rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: .35rem; color: var(--heading); }
.form-group input, .form-group select { width: 100%; background: var(--white); border: 1px solid var(--border-dark); border-radius: 7px; padding: .7rem .95rem; color: var(--heading); font-size: .92rem; font-family: 'Plus Jakarta Sans', sans-serif; outline: none; transition: border-color .2s; }
.form-group input:focus, .form-group select:focus { border-color: var(--navy); }
.bpm-calc-btn { width: 100%; background: var(--navy); color: var(--white); border: none; padding: .85rem; border-radius: 7px; font-weight: 700; font-size: .95rem; font-family: 'Plus Jakarta Sans', sans-serif; cursor: pointer; transition: background .2s; }
.bpm-calc-btn:hover { background: var(--navy-light); }
.bpm-result { background: #F0FDF4; border: 1px solid #86EFAC; border-radius: 10px; padding: 1.3rem; margin-top: 1.3rem; display: none; }
.bpm-result.show { display: block; }
.bpm-result-amount { font-size: 2.2rem; font-weight: 800; color: #166534; }
.bpm-disclaimer { font-size: .73rem; color: #64748B; margin-top: .4rem; }
.bpm-cta-side h2 { font-size: 2rem; margin-bottom: 1rem; }
.bpm-bullets { display: flex; flex-direction: column; gap: .8rem; margin: 1.5rem 0 2rem; }
.bpm-bullet { display: flex; gap: .75rem; font-size: .9rem; align-items: flex-start; }
.bpm-bullet-dot { width: 20px; height: 20px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: .1rem; }
.bpm-bullet-dot::after { content: '✓'; color: white; font-size: .6rem; font-weight: 700; }

#reviews { background: var(--white); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.25rem; }
.review-card { background: var(--off-white); border: 1px solid var(--border); border-radius: 12px; padding: 1.7rem; }
.stars { color: #D97706; font-size: .95rem; margin-bottom: .75rem; }
.review-text { font-size: .87rem; line-height: 1.7; margin-bottom: 1.1rem; color: var(--text); }
.reviewer { display: flex; align-items: center; gap: .65rem; }
.reviewer-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .8rem; }
.reviewer-name { font-weight: 700; font-size: .88rem; color: var(--heading); }
.reviewer-detail { font-size: .75rem; color: var(--text-light); }

#faq { background: var(--off-white); }
.faq-list { display: flex; flex-direction: column; gap: .75rem; max-width: 780px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 1.3rem 1.5rem; cursor: pointer; transition: border-color .2s; }
.faq-item:hover { border-color: var(--navy); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q strong { font-size: .93rem; color: var(--heading); }
.faq-toggle { width: 22px; height: 22px; flex-shrink: 0; border: 1px solid var(--border-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; color: var(--navy); transition: transform .2s, background .2s; }
.faq-a { font-size: .87rem; padding-top: .9rem; color: var(--text); display: none; line-height: 1.7; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--navy); color: white; border-color: var(--navy); }

#contact { background: var(--white); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.contact-info-side h2 { font-size: 2rem; margin-bottom: 1rem; }
.contact-info-side p { color: var(--text); margin-bottom: 2rem; }
.contact-methods { display: flex; flex-direction: column; gap: .85rem; }
.contact-method { display: flex; align-items: center; gap: .9rem; border: 1px solid var(--border); border-radius: 10px; padding: .95rem 1.1rem; transition: border-color .2s; }
.contact-method:hover { border-color: var(--navy); }
.contact-method-icon { width: 38px; height: 38px; background: var(--off-white); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-method-icon svg { width: 18px; height: 18px; }
.contact-method-label { font-size: .73rem; color: var(--text-light); margin-bottom: .1rem; }
.contact-method-value { font-weight: 600; font-size: .9rem; color: var(--heading); }
.contact-form-box { background: var(--off-white); border: 1px solid var(--border); border-radius: 14px; padding: 2.2rem; }
.contact-form-box h3 { font-size: 1.2rem; margin-bottom: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
textarea { width: 100%; background: var(--white); border: 1px solid var(--border-dark); border-radius: 7px; padding: .7rem .95rem; color: var(--heading); font-family: 'Plus Jakarta Sans', sans-serif; font-size: .92rem; resize: vertical; min-height: 110px; outline: none; transition: border-color .2s; }
textarea:focus { border-color: var(--navy); }
.submit-btn { width: 100%; margin-top: .9rem; background: var(--navy); color: var(--white); border: none; padding: .95rem; border-radius: 7px; font-weight: 700; font-size: .95rem; font-family: 'Plus Jakarta Sans', sans-serif; cursor: pointer; transition: background .2s; }
.submit-btn:hover { background: var(--navy-light); }

footer { background: var(--navy); padding: 4rem 6% 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .logo { color: var(--white); }
.footer-brand .logo-icon { background: rgba(255,255,255,.1); }
.footer-brand p { font-size: .87rem; margin-top: .9rem; color: rgba(255,255,255,.45); max-width: 28ch; }
.footer-col h4 { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.35); margin-bottom: .9rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.footer-col li a { font-size: .86rem; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-col li a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.8rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .78rem; color: rgba(255,255,255,.28); }
.footer-bottom a { color: rgba(255,255,255,.28); transition: color .2s; }
.footer-bottom a:hover { color: var(--gold-light); }

.whatsapp-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 998; background: #25D366; color: white; width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,.4); transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 26px; height: 26px; }

.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

.mobile-menu { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); padding: 1.3rem 6%; flex-direction: column; gap: 1rem; z-index: 998; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 1rem; font-weight: 500; color: var(--heading); padding: .4rem 0; border-bottom: 1px solid var(--border); }
.mobile-menu .nav-cta { margin-top: .5rem; text-align: center; justify-content: center; border-radius: 7px; padding: .85rem; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: calc(var(--nav-h) + 2.5rem); }
  .hero-card { display: none; }
  .rdw-inner, .bpm-inner, .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .process-grid::before { display: none; }
  .pkg-swiper-desktop { grid-template-columns: repeat(5, 1fr); gap: .75rem; }
  #pakketten { padding-left: 1%; padding-right: 1%; }
  .pkg.featured { transform: none; }
}

@media (max-width: 600px) {
  :root { --nav-h: 62px; }
  nav { padding: 0 4.5%; }
  .logo { font-size: 1.15rem; }
  .logo-icon { width: 30px; height: 30px; }
  .logo-icon svg { width: 17px; height: 17px; }
  section { padding: 3rem 4.5%; }
  .hero { padding: calc(var(--nav-h) + 2rem) 4.5% 3rem; gap: 0; }
  .hero-badge { font-size: .68rem; padding: .25rem .75rem; margin-bottom: 1rem; }
  .hero h1 { font-size: 2.1rem; margin-bottom: 1rem; }
  .hero p { font-size: .95rem; margin-bottom: 1.5rem; max-width: 100%; }
  .hero-actions { flex-direction: column; gap: .7rem; }
  .hero-actions a { width: 100%; justify-content: center; padding: .9rem 1rem; font-size: .95rem; }
  .hero-stats { gap: 1.2rem; margin-top: 2rem; padding-top: 1.8rem; flex-wrap: wrap; }
  .hero-stats > div { flex: 1 1 calc(50% - .6rem); min-width: 100px; }
  .stat-num { font-size: 1.6rem; }
  .stat-label { font-size: .68rem; }
  .trust-bar { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; gap: 1rem; padding: .8rem 4.5%; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .trust-bar::-webkit-scrollbar { display: none; }
  .trust-dot { display: none; }
  .trust-item { white-space: nowrap; flex-shrink: 0; font-size: .78rem; }
  .section-title { font-size: 1.5rem; }
  .section-sub { font-size: .92rem; }
  .section-head { margin-bottom: 2rem; }
  .services-grid { grid-template-columns: 1fr; gap: .9rem; }
  .service-card { padding: 1.3rem; }
  .service-icon { width: 38px; height: 38px; margin-bottom: .75rem; }
  .service-card h3 { font-size: .95rem; }
  .service-card p { font-size: .84rem; }
  .rdw-inner { gap: 2rem; }
  .rdw-highlight { padding: 1.8rem; }
  .rdw-time { font-size: 4rem; }
  .rdw-steps { gap: 1rem; }
  .rdw-step { gap: .8rem; }
  .step-num { width: 28px; height: 28px; font-size: .72rem; flex-shrink: 0; }
  .step-content h4 { font-size: .88rem; }
  .step-content p { font-size: .82rem; }
  /* Pakketten: desktop grid verbergen, mobiele swiper tonen */
  .pkg-swiper-desktop { display: none !important; }
  .pkg-swiper-mobile { display: block !important; overflow: hidden; padding: 0 4.5% 1rem; }
  #pakketten { padding-left: 0; padding-right: 0; }
  #pakketten .section-head { padding: 0 4.5%; margin-bottom: 1.5rem; }
  .pkg-swiper-mobile .swiper-wrapper { display: flex; align-items: stretch; }
  .pkg-swiper-mobile .swiper-slide { width: 75vw !important; max-width: 260px; height: auto; }
  .pkg-swiper-mobile .pkg { height: 100%; }
  .pkg.featured { transform: none; border-top: 3px solid var(--gold); }
  .pkg-price { font-size: 1.8rem; }
  .pkg-features li { font-size: .84rem; }
  .swiper-pagination { display: flex; justify-content: center; gap: .4rem; margin-top: 1rem; padding-bottom: .5rem; }
  .swiper-pagination-bullet { width: 7px; height: 7px; border-radius: 50%; background: var(--border-dark); opacity: 1; transition: background .2s, transform .2s; cursor: pointer; }
  .swiper-pagination-bullet-active { background: var(--navy); transform: scale(1.3); }
  .pkg-btn { padding: .85rem; font-size: .9rem; }
  .process-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .p-step-num { width: 46px; height: 46px; font-size: .85rem; }
  .p-step h4 { font-size: .88rem; }
  .p-step p { font-size: .8rem; }
  .bpm-inner { gap: 1.8rem; }
  .bpm-form { padding: 1.5rem; }
  .form-group input, .form-group select, textarea { font-size: 16px !important; padding: .75rem .9rem; }
  .bpm-calc-btn { font-size: 16px; padding: .85rem; }
  .bpm-result-amount { font-size: 1.9rem; }
  .bpm-bullets { gap: .6rem; }
  .bpm-bullet { font-size: .87rem; }
  .bpm-bullet-dot { width: 18px; height: 18px; flex-shrink: 0; }
  .reviews-grid { grid-template-columns: 1fr; gap: .9rem; }
  .review-card { padding: 1.3rem; }
  .review-text { font-size: .84rem; }
  .faq-list { gap: .6rem; }
  .faq-item { padding: 1rem 1.1rem; }
  .faq-q strong { font-size: .88rem; }
  .faq-a { font-size: .84rem; }
  .contact-inner { gap: 2rem; }
  .contact-info-side h2 { font-size: 1.6rem; }
  .contact-form-box { padding: 1.5rem; }
  .form-row { grid-template-columns: 1fr; gap: .7rem; }
  .contact-method { padding: .8rem .9rem; gap: .75rem; }
  .contact-method-value { font-size: .85rem; }
  .submit-btn { font-size: 16px; padding: 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .footer-brand p { max-width: 100%; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: .6rem; font-size: .72rem; }
  .footer-bottom div { display: flex; flex-wrap: wrap; gap: .7rem; }
  .whatsapp-float { width: 50px; height: 50px; bottom: 1.4rem; right: 1.4rem; }
  .whatsapp-float svg { width: 22px; height: 22px; }
  .mobile-menu { padding: 1rem 4.5%; gap: .7rem; }
  .mobile-menu a { font-size: .95rem; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 1.85rem; }
  .hero-stats > div { flex: 1 1 100%; }
  .section-title { font-size: 1.35rem; }
}

/* ── MULTI-PAGE TOEVOEGINGEN ──────────────────────────────────────────────── */

/* Page Hero */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #0f2448 100%);
  padding: 6rem 2rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(212,175,55,.12) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.page-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin: .8rem 0 1.2rem;
}
.page-hero p {
  color: rgba(255,255,255,.8);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 1.5rem;
}
.page-hero-breadcrumb {
  font-size: .85rem;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
}
.page-hero-breadcrumb a {
  color: rgba(255,255,255,.6);
  text-decoration: none;
}
.page-hero-breadcrumb a:hover { color: var(--gold); }
.page-hero-breadcrumb span { color: rgba(255,255,255,.3); }

/* Active nav link */
nav .nav-links a.active {
  color: var(--gold);
}
