/* =============================================
   Steven van Gool — main.css
   Kleuren aanpassen: pas de :root variabelen aan
   ============================================= */

:root {
  /* --- HOOFDKLEUREN --- */
  --blue:        #3D7EB5;   /* Hoofdkleur */
  --blue-dark:   #2D6090;   /* Donkerdere blue voor hover */
  --blue-light:  #EAF2FA;   /* Lichte blue voor achtergronden */
  --blush:       #F5A8C0;   /* Accentkleur (CTA, highlights) */
  --blush-mid:   #F0C0D0;   /* Hover state blush */
  --navy:        #152035;   /* Donkere basis */
  --navy-mid:    #1E3050;
  --bg:          #F5F9FD;   /* Pagina achtergrond */
  --white:       #FFFFFF;
  --text:        #152035;
  --text-muted:  #5A6A7E;
  --border:      rgba(61,126,181,0.12);
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 300;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* === TOPBAR === */
.svg-topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 8px 1rem;
}
.svg-topbar a { color: var(--blush); font-weight: 600; }
.svg-topbar a:hover { text-decoration: underline; }

/* === NAV === */
.svg-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245,249,253,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 2rem;
  transition: transform 0.3s ease;
}
.svg-nav.nav-hidden { transform: translateY(-100%); }
body.admin-bar .svg-nav { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .svg-nav { top: 46px; }
}
.svg-nav-active { color: var(--navy) !important; font-weight: 600 !important; }
.svg-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr auto 1fr;
  align-items: center;
  height: 64px;
}
.svg-nav-logo {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.svg-nav-logo span { color: var(--blue); }
.svg-nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.svg-nav-links a {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  transition: color 0.2s;
}
.svg-nav-links a:hover { color: var(--navy); }
.svg-nav-right {
  display: flex;
  justify-content: flex-end;
}
.svg-nav-cta {
  background: var(--blush) !important;
  color: var(--navy) !important;
  font-weight: 800 !important;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px !important;
  transition: background 0.2s, transform 0.15s !important;
}
.svg-nav-cta:hover { background: var(--blush-mid) !important; transform: translateY(-1px); }

/* === BUTTONS === */
.btn-primary {
  background: var(--blush);
  color: var(--navy);
  font-family: inherit;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 50px;
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--blush-mid); transform: translateY(-2px); }
.btn-secondary {
  background: var(--blue);
  color: var(--white);
  font-family: inherit;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 50px;
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
}
.btn-secondary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.btn-ghost {
  color: rgba(255,255,255,0.55);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--white); }
.btn-ghost::after { content: '↓'; }

/* === SECTION BASE === */
section { padding: 6rem 2rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 1rem;
  display: block;
}
h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
  color: var(--navy);
  margin-bottom: 1.25rem;
}
h2 em { font-style: normal; color: var(--blue); }
.section-lead {
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--text-muted);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 3.5rem;
}

/* === HERO === */
#hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: 6rem 2rem 4rem;
}
#hero::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: var(--blue);
  opacity: 0.12;
  border-radius: 50%;
}
#hero::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 400px; height: 400px;
  background: var(--blush);
  opacity: 0.06;
  border-radius: 50%;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(61,126,181,0.15);
  border: 1px solid rgba(61,126,181,0.35);
  color: #7FB3D9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.hero-label::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--blue);
  border-radius: 50%;
  flex-shrink: 0;
}
#hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.5rem;
}
#hero h1 em { font-style: normal; color: var(--blue); }
.hero-sub {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  margin-bottom: 2.5rem;
  line-height: 1.7;
  max-width: 480px;
}
.hero-sub strong { color: rgba(255,255,255,0.9); font-weight: 500; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

/* Hero card (rechterkolom) */
.hero-card {
  background: rgba(61,126,181,0.1);
  border: 1px solid rgba(61,126,181,0.25);
  border-radius: 24px;
  padding: 2.5rem;
}
.hero-card-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7FB3D9;
  margin-bottom: 1.5rem;
}
.hero-card-items { display: flex; flex-direction: column; gap: 1rem; }
.hero-card-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.hero-card-item::before {
  content: '✓';
  width: 22px; height: 22px;
  background: rgba(61,126,181,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #7FB3D9;
  flex-shrink: 0;
  margin-top: 1px;
}
.hero-logos { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.07); }
.hero-logos-label { font-size: 11px; color: rgba(255,255,255,0.3); margin-bottom: 0.75rem; }
.hero-logos-list { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-logos-list span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.05);
  padding: 4px 10px;
  border-radius: 6px;
}

/* === PIJN === */
#pijn { background: var(--blue-light); }
.pijn-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.pijn-item {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--border);
}
.pijn-icon {
  width: 44px; height: 44px;
  background: var(--blue-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 1rem;
}
.pijn-item h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.5rem;
  letter-spacing: -0.3px;
}
.pijn-item p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* === DIENSTEN === */
#diensten { background: var(--white); }
.diensten-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.dienst-card {
  background: var(--bg);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid var(--border);
  transition: border-color 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.dienst-card:hover { border-color: var(--blue); transform: translateY(-3px); }
.dienst-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--blue);
  opacity: 0;
  transition: opacity 0.2s;
}
.dienst-card:hover::before { opacity: 1; }
.dienst-card.featured { background: var(--navy); border-color: var(--navy); grid-column: 1 / -1; }
.dienst-number { font-size: 12px; font-weight: 800; letter-spacing: 1px; color: var(--blue); margin-bottom: 1rem; display: block; }
.dienst-card.featured .dienst-number { color: #7FB3D9; }
.dienst-card h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 0.75rem; color: var(--navy); }
.dienst-card.featured h3 { color: var(--white); }
.dienst-card p { font-size: 14px; font-weight: 300; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.5rem; }
.dienst-card.featured p { color: rgba(255,255,255,0.6); }
.dienst-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.dienst-tag { font-size: 12px; font-weight: 500; padding: 4px 10px; border-radius: 6px; background: var(--blue-light); color: var(--blue-dark); }
.dienst-card.featured .dienst-tag { background: rgba(61,126,181,0.2); color: #7FB3D9; }

/* === WERKWIJZE === */
#werkwijze { background: var(--bg); }
.stappen { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.stap { padding: 2rem; border-radius: 20px; background: var(--white); border: 1px solid var(--border); }
.stap-nr {
  width: 40px; height: 40px;
  background: var(--blue);
  color: var(--white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 1.25rem;
}
.stap h3 { font-size: 16px; font-weight: 800; letter-spacing: -0.3px; color: var(--navy); margin-bottom: 0.5rem; }
.stap p { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.6; }

/* === OVER MIJ === */
#over { background: var(--white); }
.over-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.over-visual {
  background: var(--navy);
  border-radius: 28px;
  aspect-ratio: 4/5;
  display: flex;
  align-items: flex-end;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
.over-visual::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 300px; height: 300px;
  background: var(--blue);
  opacity: 0.15;
  border-radius: 50%;
}
.over-visual-inner { position: relative; z-index: 2; }
.over-visual-name { font-size: 24px; font-weight: 800; color: var(--white); letter-spacing: -0.5px; margin-bottom: 0.25rem; }
.over-visual-title { font-size: 14px; font-weight: 300; color: #7FB3D9; margin-bottom: 1.5rem; }
.over-visual-stats { display: flex; gap: 2rem; }
.stat-num { font-size: 28px; font-weight: 800; color: var(--white); letter-spacing: -1px; line-height: 1; }
.stat-label { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.45); margin-top: 3px; }
.over-content p { font-size: 15px; font-weight: 300; color: var(--text-muted); margin-bottom: 1rem; line-height: 1.8; }
.over-content p strong { color: var(--navy); font-weight: 500; }
.waarden { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.waarde { font-size: 13px; font-weight: 500; padding: 6px 14px; background: var(--blue-light); color: var(--blue-dark); border-radius: 50px; }

/* === PAKKETTEN === */
#pakketten { background: var(--navy); }
#pakketten .section-label { color: #7FB3D9; }
#pakketten h2 { color: var(--white); }
#pakketten h2 em { color: var(--blush); }
#pakketten .section-lead { color: rgba(255,255,255,0.5); }
.pakketten-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.pakket {
  background: rgba(255,255,255,0.06);
  border-radius: 24px;
  padding: 2.5rem;
  border: 2px solid rgba(255,255,255,0.08);
  transition: border-color 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
}
.pakket:hover { border-color: var(--blue); transform: translateY(-4px); }
.pakket.popular { border-color: var(--blue); background: var(--blue); transform: scale(1.02); }
.pakket.popular:hover { border-color: var(--blush); transform: scale(1.02) translateY(-4px); }
.pakket-badge {
  display: inline-block;
  background: var(--blush);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.pakket h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; color: var(--white); margin-bottom: 0.5rem; }
.pakket-price { font-size: 2.4rem; font-weight: 800; letter-spacing: -2px; color: var(--white); line-height: 1; margin: 1rem 0 0.25rem; }
.pakket.popular .pakket-price { color: var(--blush); }
.pakket-period { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.4); margin-bottom: 1.5rem; }
.pakket-features { list-style: none; flex: 1; margin-bottom: 2rem; }
.pakket-features li {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  padding: 0.5rem 0 0.5rem 22px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  position: relative;
}
.pakket-features li::before { content: '—'; position: absolute; left: 0; color: var(--blush); font-weight: 500; }
.pakket-features li:last-child { border-bottom: none; }
.pakket-cta {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 14px;
  transition: background 0.2s, transform 0.15s;
  border: 2px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.7);
  background: transparent;
}
.pakket-cta:hover { background: rgba(255,255,255,0.1); color: var(--white); }
.pakket.popular .pakket-cta { background: var(--blush); border-color: var(--blush); color: var(--navy); }
.pakket.popular .pakket-cta:hover { background: var(--blush-mid); }
/* === TARIEVEN (2 blokken) === */
.tarief-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  align-items: stretch;
}
@media (max-width: 768px) { .tarief-grid { grid-template-columns: 1fr; } }

.tarief-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}
.tarief-featured {
  background: linear-gradient(135deg, var(--blue) 0%, #2a5f9e 60%, #5b3a6e 100%);
  border-color: transparent;
  box-shadow: 0 12px 40px rgba(61,126,181,0.25);
}
.tarief-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.5rem;
}
.tarief-featured .tarief-label { color: var(--blush); }
.tarief-naam {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.5px;
  margin: 0 0 1rem;
}
.tarief-prijs {
  font-size: 3rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.tarief-prijs span { font-size: 1.2rem; font-weight: 400; letter-spacing: 0; margin-left: 2px; color: rgba(255,255,255,0.65); }
.tarief-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.75rem;
  font-weight: 300;
}
.tarief-features {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.tarief-features li {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.45;
}
.tarief-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.4);
  font-weight: 700;
}
.tarief-featured .tarief-features li::before { color: var(--blush); }
.tarief-features li strong { color: var(--white); font-weight: 700; }

.tarief-cta-ghost {
  display: block;
  text-align: center;
  padding: 13px 24px;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.tarief-cta-ghost:hover { border-color: rgba(255,255,255,0.6); color: var(--white); }

.tarief-cta-primary {
  display: block;
  text-align: center;
  padding: 14px 24px;
  background: var(--blush);
  border-radius: 50px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.tarief-cta-primary:hover { background: var(--blush-mid); transform: translateY(-1px); }

.pakket-opzeg { text-align: center; font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.35); margin-top: 1.5rem; }

.pakket-project-note {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 1.5rem;
  margin-top: 2rem;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.6;
}
.pakket-project-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.pakket-project-note strong { color: var(--white); display: block; margin-bottom: 4px; font-size: 15px; }
.pakket-project-note a { color: var(--blush); margin-left: 4px; font-weight: 600; text-decoration: none; }
.pakket-project-note a:hover { text-decoration: underline; }

/* === FAQ === */
#faq { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: start; }
.faq-intro p { font-size: 15px; font-weight: 300; color: var(--text-muted); margin-bottom: 2rem; line-height: 1.7; }
details { border-bottom: 1px solid var(--border); }
details:first-of-type { border-top: 1px solid var(--border); }
summary {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.3px;
  padding: 1.25rem 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-weight: 300; font-size: 22px; color: var(--blue); line-height: 1; transition: transform 0.2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { font-size: 14px; font-weight: 300; color: var(--text-muted); padding-bottom: 1.25rem; line-height: 1.8; }

/* === CONTACT === */
#contact { background: var(--blue); text-align: center; }
#contact .section-inner { max-width: 640px; }
.contact-label { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 1rem; }
#contact h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.8rem); }
#contact h2 em { color: var(--blush); font-style: normal; }
#contact .section-lead { color: rgba(255,255,255,0.7); max-width: none; margin-bottom: 2.5rem; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.contact-phone { margin-top: 1.5rem; font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.55); }
.contact-phone a { color: rgba(255,255,255,0.7); font-weight: 400; text-decoration: none; }
.contact-phone a:hover { color: var(--blush); }

/* === FOOTER === */
footer { background: var(--navy-mid); color: rgba(255,255,255,0.45); font-size: 13px; font-weight: 300; padding: 2rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-size: 16px; font-weight: 800; color: var(--white); letter-spacing: -0.5px; }
.footer-logo span { color: var(--blue); }
.footer-links { display: flex; gap: 1.5rem; list-style: none; }
.footer-links a { color: rgba(255,255,255,0.4); font-size: 13px; transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.8); }

/* === HAMBURGER BUTTON === */
.svg-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 8px;
  transition: background 0.2s;
}
.svg-hamburger:hover { background: var(--blue-light); }
.svg-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}
.svg-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.svg-hamburger.open span:nth-child(2) { opacity: 0; }
.svg-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu overlay */
.svg-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  top: 64px;
  background: rgba(245,249,253,0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 2rem 0;
}
body.admin-bar .svg-mobile-menu { top: 96px; }
.svg-mobile-menu.open { display: flex; }
.svg-mobile-menu a {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy);
  text-decoration: none;
  padding: 1rem 2rem;
  letter-spacing: -0.5px;
  transition: color 0.2s;
}
.svg-mobile-menu a:hover { color: var(--blue); }
.svg-mobile-menu .svg-mobile-cta {
  margin-top: 1.5rem;
  background: var(--blush);
  color: var(--navy) !important;
  border-radius: 50px;
  padding: 14px 36px !important;
  font-size: 1rem !important;
}

/* === SCROLL TO TOP === */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  background: var(--blue);
  color: var(--white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(61,126,181,0.3);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s, transform 0.3s, background 0.2s;
  z-index: 200;
}
.scroll-top.visible { opacity: 1; transform: translateY(0); }
.scroll-top:hover { background: var(--blue-dark); }
.scroll-top svg { width: 18px; height: 18px; }

/* === RESPONSIVE — TABLET (≤1024px) === */
@media (max-width: 1024px) {
  .svg-nav-inner { grid-template-columns: auto 1fr auto; }
  .svg-nav-links { gap: 1.25rem; }
  .svg-nav-links a { font-size: 13px; }
  .hero-text h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
  .pakketten-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .pakket.popular { transform: none; }
}

/* === RESPONSIVE — SMALL TABLET (≤900px) === */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-card { display: none; }
  .pijn-grid { grid-template-columns: repeat(2,1fr); }
  .diensten-grid { grid-template-columns: 1fr; }
  .dienst-card.featured { grid-column: auto; }
  .stappen { grid-template-columns: repeat(2,1fr); }
  .over-grid { grid-template-columns: 1fr; gap: 3rem; }
  .over-visual { aspect-ratio: 3/2; }
  .faq-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* === RESPONSIVE — MOBILE (≤768px) === */
@media (max-width: 768px) {
  /* Nav — show hamburger, hide desktop links */
  .svg-nav { padding: 0 1.25rem; }
  .svg-nav-inner { grid-template-columns: auto 1fr auto; }
  .svg-nav-links { display: none !important; }
  .svg-nav-right { display: none; }
  .svg-hamburger { display: flex; }

  section { padding: 3.5rem 1.25rem; }
  #hero { padding: 3.5rem 1.25rem 3rem; }
  .hero-text h1 { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-actions { flex-direction: column; gap: 0.75rem; }
  .hero-actions a { text-align: center; }

  .pijn-grid { grid-template-columns: 1fr; }
  .stappen { grid-template-columns: 1fr; }
  .over-grid { grid-template-columns: 1fr; }
  .pakketten-grid { grid-template-columns: 1fr; }
  .pakket.popular { transform: none; }

  .faq-grid { grid-template-columns: 1fr; }
  .contact-h2 { font-size: 2rem; }

  .footer-inner { flex-direction: column; text-align: center; gap: 1.25rem; }
  .footer-links { justify-content: center; flex-wrap: wrap; }

  .scroll-top { bottom: 1.25rem; right: 1.25rem; }
}

/* =============================================
   GRAVITY FORMS — STIJL PASSEND BIJ DE SITE
   ============================================= */

.gf-wrapper {
  max-width: 620px;
  margin: 2.5rem auto 0;
  text-align: left;
}

/* Reset GF defaults */
.gf-wrapper .gform_wrapper,
.gf-wrapper .gform_wrapper * { box-sizing: border-box; }

/* Labels */
.gf-wrapper .gform_wrapper .gfield_label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
  display: block;
}

/* Inputs & textareas */
.gf-wrapper .gform_wrapper input[type="text"],
.gf-wrapper .gform_wrapper input[type="email"],
.gf-wrapper .gform_wrapper input[type="tel"],
.gf-wrapper .gform_wrapper input[type="date"],
.gf-wrapper .gform_wrapper textarea,
.gf-wrapper .gform_wrapper select {
  width: 100%;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 13px 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  color: var(--white);
  transition: border-color 0.2s, background 0.2s;
  outline: none;
}
.gf-wrapper .gform_wrapper input:focus,
.gf-wrapper .gform_wrapper textarea:focus {
  border-color: var(--blush);
  background: rgba(255,255,255,0.12);
}
.gf-wrapper .gform_wrapper input::placeholder,
.gf-wrapper .gform_wrapper textarea::placeholder {
  color: rgba(255,255,255,0.3);
}
.gf-wrapper .gform_wrapper textarea { min-height: 120px; resize: vertical; }

/* Name field: first + last naast elkaar */
.gf-wrapper .gform_wrapper .name_first,
.gf-wrapper .gform_wrapper .name_last { width: 48%; display: inline-block; }
.gf-wrapper .gform_wrapper .name_last { margin-left: 4%; }

/* Field spacing */
.gf-wrapper .gform_wrapper .gfield { margin-bottom: 1.25rem; }

/* Validation errors */
.gf-wrapper .gform_wrapper .gfield_error input,
.gf-wrapper .gform_wrapper .gfield_error textarea {
  border-color: #f87171;
}
.gf-wrapper .gform_wrapper .validation_message {
  color: #fca5a5;
  font-size: 12px;
  margin-top: 4px;
}
.gf-wrapper .gform_wrapper .gform_submission_error {
  color: #fca5a5;
  font-size: 14px;
  margin-bottom: 1rem;
}

/* Submit button */
.gf-wrapper .gform_wrapper .gform_submit_button,
.gf-wrapper .gform_wrapper input[type="submit"] {
  background: var(--blush) !important;
  color: var(--navy) !important;
  border: none;
  border-radius: 50px;
  padding: 14px 36px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  width: 100%;
  margin-top: 0.5rem;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: -0.3px;
}
.gf-wrapper .gform_wrapper .gform_submit_button:hover,
.gf-wrapper .gform_wrapper input[type="submit"]:hover {
  background: var(--blush-mid) !important;
  transform: translateY(-1px);
}

/* Success message */
.gf-wrapper .gform_confirmation_message {
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 600;
}

/* =============================================
   PORTFOLIO PAGINA
   ============================================= */

.pf-hero {
  background: var(--navy);
  color: var(--white);
  padding: 5rem 2rem 4rem;
  text-align: center;
}
.pf-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--white);
  margin: 0.5rem 0 1rem;
  letter-spacing: -1.5px;
}
.pf-hero .section-label { color: var(--blush); }
.pf-hero-sub {
  color: rgba(255,255,255,0.7);
  max-width: 560px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.pf-filter {
  background: var(--white);
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 64px;
  z-index: 90;
}
body.admin-bar .pf-filter { top: 96px; }
.pf-filter .section-inner {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.pf-btn {
  padding: 8px 20px;
  border-radius: 50px;
  border: 1.5px solid var(--blue);
  background: transparent;
  color: var(--blue);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: background 0.15s, color 0.15s;
}
.pf-btn:hover, .pf-btn.active {
  background: var(--blue);
  color: var(--white);
}

.pf-main { padding: 4rem 2rem 5rem; background: var(--bg); }

.pf-category { margin-bottom: 4rem; }
.pf-category:last-child { margin-bottom: 0; }

.pf-cat-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.pf-cat-header h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.pf-cat-line { flex: 1; height: 1px; background: var(--border); }
.pf-cat-count {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue);
  background: var(--blue-light);
  border: 1.5px solid var(--blue);
  border-radius: 20px;
  padding: 3px 12px;
  white-space: nowrap;
}

.pf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.pf-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.pf-card:hover { box-shadow: 0 8px 30px rgba(61,126,181,0.12); transform: translateY(-3px); }

.pf-thumb {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: var(--navy);
  cursor: pointer;
  overflow: hidden;
}
.pf-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s, opacity 0.3s;
}
.pf-card:hover .pf-thumb img { transform: scale(1.04); opacity: 0.8; }

.pf-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.pf-play svg {
  width: 60px;
  height: 60px;
  background: var(--blush);
  border-radius: 50%;
  padding: 18px 16px 18px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
  transition: transform 0.2s, background 0.2s;
}
.pf-card:hover .pf-play svg { transform: scale(1.1); background: var(--blush-mid); }

.pf-info { padding: 1rem 1.1rem 1.25rem; }
.pf-cat-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 4px;
}
.pf-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.35;
}

/* Overlay */
#pf-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10,16,32,0.9);
  z-index: 999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
#pf-overlay.open { display: flex; }
.pf-overlay-inner { position: relative; width: 100%; max-width: 900px; }
.pf-overlay-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
}
.pf-overlay-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.pf-overlay-title {
  margin-top: 12px;
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.pf-overlay-close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: rgba(255,255,255,0.75);
  font-size: 2rem;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: color 0.15s;
}
.pf-overlay-close:hover { color: var(--white); }

/* CTA */
.pf-cta {
  background: var(--blue);
  padding: 5rem 2rem;
}
.pf-cta h2 { color: var(--white); }
.pf-cta em { color: var(--blush); font-style: normal; }
.pf-cta .section-label { color: rgba(255,255,255,0.6); }

@media (max-width: 600px) {
  .pf-grid { grid-template-columns: 1fr; }
  .pf-filter { top: 0; }
}
