/* PartyPixBooth styles - goud/zwart modern, veel witruimte */
:root {
  --bg: #0a0a0a;
  --text: #eaeaea;
  --muted: #b7b7b7;
  --gold: #d4af37;
  --gold-700: #b8932f;
  --focus: #ffcc00;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; color: var(--text); line-height: 1.5; 
  background:
    radial-gradient(80vmin 80vmin at -10% -10%, rgba(212,175,55,0.35), transparent 60%),
    radial-gradient(70vmin 70vmin at 110% 0%, rgba(212,175,55,0.28), transparent 60%),
    radial-gradient(90vmin 90vmin at 50% 120%, rgba(212,175,55,0.22), transparent 60%),
    var(--bg);
  background-attachment: fixed;
 }
html, body { overflow-x: hidden; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 16px; }
.visually-hidden { position: absolute; left: -9999px; }
.skip-link { position: absolute; left: -999px; top: -999px; background: #fff; color: #000; padding: 8px 12px; z-index: 10000; }

/* Header */
.site-header { position: relative; z-index: 100; background: transparent; backdrop-filter: none; border-bottom: none; }
.site-header::before { content: ""; position: absolute; left:0; right:0; top:0; height: 64px; background: rgba(10,10,10,0.75); border-bottom: 1px solid rgba(212,175,55,0.25); box-shadow: 0 1px 0 rgba(212,175,55,0.08); pointer-events: none; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: auto; padding: 8px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .5px; color: var(--gold); }
.brand img { height: 432px; width: auto; display: block; filter: drop-shadow(0 2px 6px rgba(0,0,0,.45)); }
.nav { list-style: none; display: flex; gap: 16px; padding: 0; margin: 0; }
.nav a { color: var(--text); padding: 8px 10px; border-radius: 6px; }
.nav a:focus, .nav a:hover { background: #1a1a1a; outline: 2px solid transparent; }

/* WhatsApp buttons */
.btn-whatsapp { display: inline-flex; align-items: center; gap:8px; background: #25D366; color: #0b2e17; border: 1px solid #1fb257; padding: 10px 14px; border-radius: 8px; text-decoration: none; font-weight: 600; }
.btn-whatsapp:hover { filter: brightness(0.95); text-decoration: none; }
.whatsapp-fab { position: fixed; right: 16px; bottom: 16px; z-index: 1000; background: #25D366; color: #0b2e17; border: 1px solid #1fb257; width: 56px; height: 56px; border-radius: 999px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(0,0,0,.35); }
.whatsapp-fab:hover { filter: brightness(0.95); }

/* Social media links */
.social-links { display: flex; align-items: center; gap: 12px; margin-top: 8px; }
.social-links a { color: var(--gold); transition: color 0.3s ease, transform 0.3s ease; padding: 8px; border-radius: 50%; background: rgba(212,175,55,0.1); }
.social-links a:hover { color: var(--gold); transform: scale(1.2); background: rgba(212,175,55,0.2); }
.social-links svg { width: 24px; height: 24px; }

/* Hero */
.hero-inner { display: grid; gap: 24px; grid-template-columns: 1fr; }
.hero-copy .lead { color: var(--muted); max-width: 60ch; }
.hero-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; align-items: center; }
.hero-gallery img { width: 100%; height: auto; border-radius: 10px; border: 1px solid #222; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 8px; padding: 10px 14px; cursor: pointer; font-weight: 600; }
.btn { min-height: 44px; }
.btn-primary { background: var(--gold); color: #1a1a1a; }
.btn-primary:hover { background: var(--gold-700); color: #000; }
.btn-secondary { background: #1a1a1a; color: var(--text); border-color: #2a2a2a; }
.btn-secondary:hover { background: #222; }
.btn-ghost { background: transparent; color: var(--text); border-color: #333; }
.icon-btn { background: transparent; color: var(--text); border: none; font-size: 1.5rem; cursor: pointer; }

/* Features */
.features { padding: 48px 0; background: transparent; }
.feature-list { display: grid; gap: 8px; padding-left: 18px; }

/* Pricing */
.pricing { padding: 48px 0; background: transparent; border-top: 1px solid rgba(212,175,55,0.15); border-bottom: 1px solid rgba(212,175,55,0.15); }
.pricing-grid { display: grid; gap: 18px; grid-template-columns: 1fr; align-items: stretch; }
.card { background: rgba(18,18,18,0.9); border: 1px solid rgba(212,175,55,0.18); border-radius: 12px; padding: 16px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 6px 16px rgba(0,0,0,.35); }
.card h3 { margin: 0; color: var(--gold); }
.card-list { margin: 0; padding-left: 18px; display: grid; gap: 6px; flex: 1; }
.card .btn { width: 100%; margin-top: auto; }
.note { color: var(--muted); }

/* Pakket Wizard */
.pakket-wizard { 
  position: fixed; 
  top: 0; 
  right: 0; 
  height: 100%; 
  width: min(500px, 100%); 
  background: #141414; 
  border-left: 1px solid #262626; 
  transform: translateX(100%); 
  transition: transform .35s ease; 
  z-index: 200; 
  box-shadow: -6px 0 20px rgba(0,0,0,.3); 
  overflow-y: auto;
}
.pakket-wizard[aria-hidden="false"] { transform: translateX(0); }

.wizard-inner { display: grid; grid-template-rows: auto 1fr; height: 100%; }
.wizard-header { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  padding: 16px 20px; 
  border-bottom: 1px solid #202020; 
  background: rgba(10,10,10,0.8);
}
.wizard-header h3 { color: var(--gold); margin: 0; font-size: 1.2rem; }

/* Wizard Progress */
.wizard-progress { 
  display: flex; 
  padding: 16px 20px; 
  background: rgba(18,18,18,0.9); 
  border-bottom: 1px solid #262626; 
  gap: 8px;
  overflow-x: auto;
}
.progress-step { 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  min-width: 60px; 
  opacity: 0.5; 
  transition: opacity 0.3s ease; 
}
.progress-step.active { opacity: 1; }
.progress-step.completed { opacity: 0.8; }
.step-number { 
  width: 28px; 
  height: 28px; 
  border-radius: 50%; 
  background: #333; 
  color: var(--muted); 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-weight: 600; 
  font-size: 0.9rem; 
  margin-bottom: 4px; 
  transition: all 0.3s ease;
}
.progress-step.active .step-number { 
  background: var(--gold); 
  color: #000; 
}
.progress-step.completed .step-number { 
  background: #27ae60; 
  color: white; 
}
.step-label { 
  font-size: 0.75rem; 
  color: var(--muted); 
  text-align: center; 
}
.progress-step.active .step-label { 
  color: var(--text); 
  font-weight: 600; 
}

/* Wizard Body */
.wizard-body { padding: 20px; overflow-y: auto; }
.wizard-step { display: none; }
.wizard-step.active { display: block; animation: fadeIn 0.3s ease; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Package Info */
.selected-package-info { 
  background: rgba(18,18,18,0.9); 
  border: 1px solid rgba(212,175,55,0.18); 
  border-radius: 12px; 
  padding: 20px; 
  margin-bottom: 24px; 
}
.selected-package-info h3 { color: var(--gold); margin: 0 0 8px 0; font-size: 1.3rem; }
.selected-package-info p { color: var(--text); font-size: 1.1rem; font-weight: 700; margin: 0 0 16px 0; }
.selected-package-info ul { 
  list-style: none; 
  padding: 0; 
  margin: 0; 
  color: var(--muted); 
}
.selected-package-info li { 
  padding: 6px 0; 
  padding-left: 20px; 
  position: relative; 
}
.selected-package-info li::before { 
  content: "✓"; 
  position: absolute; 
  left: 0; 
  color: var(--gold); 
  font-weight: bold; 
}

/* Wizard Actions */
.wizard-actions { 
  display: flex; 
  gap: 12px; 
  justify-content: space-between; 
  margin-top: 24px; 
  padding-top: 16px; 
  border-top: 1px solid #262626; 
}
.wizard-actions .btn { flex: 1; }

/* Upsell Section */
.upsell-section { 
  margin-top: 24px; 
  padding-top: 20px; 
  border-top: 1px solid #262626; 
}
.upsell-section h5 { 
  color: var(--gold); 
  margin: 0 0 16px 0; 
  font-size: 1.1rem; 
  text-align: center;
}
.upsell-card { 
  background: rgba(18,18,18,0.9); 
  border: 1px solid rgba(212,175,55,0.18); 
  border-radius: 12px; 
  padding: 16px; 
  margin-bottom: 16px; 
  display: flex; 
  gap: 16px; 
  align-items: center; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.upsell-card:hover { 
  transform: translateY(-2px); 
  box-shadow: 0 8px 20px rgba(212,175,55,0.2); 
}
.upsell-content { flex: 1; }
.upsell-content h6 { 
  color: var(--gold); 
  margin: 0 0 8px 0; 
  font-size: 1rem; 
}
.upsell-content p { 
  color: var(--muted); 
  margin: 0 0 8px 0; 
  font-size: 0.9rem; 
  line-height: 1.4; 
}
.upsell-content p strong { 
  color: var(--text); 
}
.upsell-btn { 
  min-width: 100px; 
  white-space: nowrap; 
}

/* Wizard Summary */
.wizard-summary { 
  background: rgba(18,18,18,0.9); 
  border: 1px solid rgba(212,175,55,0.18); 
  border-radius: 12px; 
  padding: 20px; 
  margin-bottom: 24px; 
}
.summary-section h5 { 
  color: var(--gold); 
  margin: 0 0 12px 0; 
  font-size: 1rem; 
}
#wizard-summary-content { 
  color: var(--muted); 
  margin-bottom: 16px; 
}
#wizard-summary-content p { 
  margin: 4px 0; 
  padding: 4px 0; 
}

/* Responsive Wizard */
@media (max-width: 600px) {
  .pakket-wizard { width: 100%; }
  .wizard-progress { gap: 4px; }
  .progress-step { min-width: 50px; }
  .step-label { font-size: 0.7rem; }
  .wizard-header, .wizard-body { padding: 16px; }
  .upsell-card { flex-direction: column; text-align: center; }
  .upsell-btn { width: 100%; }
}

/* Grid thumbs for wizard */
.grid.thumbs { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px; 
}
.thumb { 
  padding: 0; 
  border: 1px solid #2a2a2a; 
  border-radius: 10px; 
  background: #0f0f0f; 
  overflow: hidden; 
  cursor: pointer; 
  transition: all 0.3s ease;
}
.thumb:hover { 
  border-color: var(--gold); 
  transform: translateY(-2px); 
}
.thumb.selected { 
  outline: 2px solid var(--gold); 
  border-color: var(--gold); 
}
.thumb img { 
  display: block; 
  width: 100%; 
  height: auto; 
}

/* Extra row styling for wizard */
.extras-opts { display: grid; gap: 8px; }
.extra-row { 
  display: flex; 
  align-items: center; 
  gap: 8px; 
  color: var(--text); 
  padding: 8px 0;
}
.extra-row input[type="checkbox"] { accent-color: var(--gold); }
.extra-row input[type="number"] {
  width: 72px; 
  background: #151515; 
  border: 1px solid #2a2a2a; 
  color: var(--text); 
  border-radius: 8px; 
  padding: 6px 8px;
}
.extra-row small { color: var(--muted); }

/* Gallery */
.gallery { padding: 48px 0; background: transparent; }
.bg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.bg-grid figure { margin: 0; background: #111; border: 1px solid #222; border-radius: 10px; padding: 8px; }
.bg-grid img { width: 100%; height: auto; border-radius: 8px; }
.bg-grid figcaption { color: var(--muted); font-size: .9rem; margin-top: 6px; text-align: center; }

/* Extras */
.extras { padding: 48px 0; background: transparent; border-top: 1px solid rgba(212,175,55,0.15); border-bottom: 1px solid rgba(212,175,55,0.15); }
.extras-grid { display: grid; gap: 16px; align-items: stretch; }
.extra-card { background: #121212; border: 1px solid #262626; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; height: 100%; }
.extra-media { display: block; }
.extra-media img { width: 100%; height: auto; display: block; }
.extra-body { padding: 12px; }
.extra-list { margin: 0; padding-left: 18px; display: grid; gap: 6px; }

/* Sparkular section */
.sparkular { padding: 48px 0; background: transparent; border-top: 1px solid rgba(212,175,55,0.15); border-bottom: 1px solid rgba(212,175,55,0.15); }
.sparkular-inner { display: grid; gap: 20px; grid-template-columns: 1fr; align-items: center; }
.sparkular-copy h2 { color: var(--gold); margin-top: 0; }
.sparkular-media img { max-width: 480px; height: auto; display: block; border-radius: 12px; border: 1px solid #262626; background: radial-gradient(80% 80% at 50% 50%, rgba(212,175,55,0.08), transparent 60%), #0e0e0e; box-shadow: 0 12px 28px rgba(0,0,0,.35); margin: 0 auto; }

/* Pricing table for RGB spots */
.pricing-table { width: 100%; border-collapse: collapse; margin: 16px 0; background: #121212; border: 1px solid #262626; border-radius: 12px; overflow: hidden; }
.pricing-table th { background: #1a1a1a; color: var(--gold); padding: 12px 16px; text-align: left; font-weight: 600; border-bottom: 1px solid #262626; }
.pricing-table td { padding: 12px 16px; border-bottom: 1px solid #262626; color: var(--text); }
.pricing-table tr:last-child td { border-bottom: none; }
.pricing-table tr:hover { background: rgba(212,175,55,0.05); }

/* PartyPixBooth Calculator */
.ppb-calculator { padding: 48px 0; background: #000000; }
.ppb-calculator .container { max-width: 800px; }
.ppb-calculator h1 { color: var(--gold); text-align: center; margin-bottom: 24px; }
.ppb-intro { text-align: center; color: var(--muted); margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
.ppb-block { background: #121212; border: 1px solid #262626; border-radius: 12px; padding: 24px; margin-bottom: 24px; }
.ppb-block h2 { color: var(--gold); margin-top: 0; margin-bottom: 8px; }
.ppb-block h3 { color: var(--gold); margin-top: 0; }
.ppb-subtitle { color: var(--muted); margin-bottom: 20px; font-size: 14px; }
.ppb-item { display: flex; flex-direction: column; gap: 8px; padding: 16px; border: 1px solid #262626; border-radius: 8px; margin-bottom: 12px; cursor: pointer; transition: all 0.2s ease; background: #0a0a0a; }
.ppb-item:hover { border-color: var(--gold); background: rgba(212,175,55,0.05); }
.ppb-item input { margin-bottom: 8px; }
.ppb-item input[type="radio"]:checked + .ppb-title,
.ppb-item input[type="checkbox"]:checked + .ppb-title { color: var(--gold); }
.ppb-title { font-weight: 600; font-size: 16px; color: var(--text); }
.ppb-price { font-weight: 700; color: var(--gold); font-size: 18px; }
.ppb-desc { color: var(--muted); font-size: 14px; line-height: 1.4; }
.ppb-total { background: linear-gradient(135deg, #1a1a1a, #0f0f0f); border-color: var(--gold); }
.ppb-total-row { display: flex; justify-content: space-between; align-items: center; font-size: 20px; font-weight: 700; }
.ppb-total-price { color: var(--gold); }
.ppb-form { display: grid; gap: 20px; }
.ppb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ppb-form-group { display: flex; flex-direction: column; gap: 8px; }
.ppb-form label { color: var(--text); font-weight: 500; }
.ppb-form input,
.ppb-form textarea { background: #0a0a0a; border: 1px solid #262626; border-radius: 6px; padding: 12px; color: var(--text); font-family: inherit; }
.ppb-form input:focus,
.ppb-form textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }

/* Extra's section */
.extras-grid { gap: 30px; }
.extra-card { transition: transform 0.2s ease, border-color 0.2s ease; }
.extra-card:hover { transform: translateY(-4px); border-color: var(--gold); }

/* Calculator items with images */
.ppb-content { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; }
.ppb-info { display: flex; flex-direction: column; gap: 8px; }
.ppb-image { width: 100px; height: 60px; border-radius: 8px; overflow: hidden; border: 1px solid #262626; }
.ppb-image img { width: 100%; height: 100%; object-fit: cover; }

/* Sparkle hover for primary button */
.btn.sparkle { position: relative; overflow: hidden; }
.btn.sparkle:hover { box-shadow: 0 0 0 rgba(212,175,55,0); }
.btn.sparkle::after { content: ""; position: absolute; inset: -40%; background: conic-gradient(from 0deg, rgba(212,175,55,0.0), rgba(212,175,55,0.5), rgba(255,215,128,0.65), rgba(212,175,55,0.5), rgba(212,175,55,0.0)); filter: blur(14px); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
.btn.sparkle:hover::after { opacity: 0.9; animation: sparkle-rotate 1.2s linear infinite; }
@keyframes sparkle-rotate { to { transform: rotate(360deg); } }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: none; }

/* FAQ */
.faq { padding: 48px 0; background: transparent; }
.faq-grid { display: grid; gap: 8px; }
.faq details { background: #121212; border: 1px solid #262626; border-radius: 10px; padding: 10px 12px; }
.faq summary { cursor: pointer; font-weight: 600; color: var(--gold); }

/* Sparkular FAQ (accordion, donkere achtergrond met goudaccenten) */
.spark-faq { padding: 48px 0; background: #111; border-top: 1px solid rgba(212,175,55,0.15); border-bottom: 1px solid rgba(212,175,55,0.15); }
.spark-faq h2 { color: var(--gold); margin-top: 0; }
.spark-faq .accordion { display: grid; gap: 10px; }
.spark-faq details { background: #121212; border: 1px solid #262626; border-radius: 12px; overflow: hidden; transition: border-color .2s ease, background .2s ease; }
.spark-faq details:hover { border-color: rgba(212,175,55,0.35); }
.spark-faq summary { list-style: none; cursor: pointer; padding: 12px 14px; font-weight: 600; color: var(--text); display: flex; align-items: center; gap: 8px; }
.spark-faq summary .ico { color: var(--gold); filter: drop-shadow(0 0 6px rgba(212,175,55,0.25)); }
.spark-faq summary::-webkit-details-marker { display: none; }
.spark-faq details > .faq-content { padding: 0 14px 12px; color: var(--muted); }

/* Accordion open/close animaties (fade + slide) */
.spark-faq details .faq-content { max-height: 0; opacity: 0; transform: translateY(-4px); transition: max-height .3s ease, opacity .25s ease, transform .25s ease; }
.spark-faq details[open] .faq-content { max-height: 600px; opacity: 1; transform: none; }
.spark-faq details[open] { background: #141414; border-color: rgba(212,175,55,0.35); }
.spark-faq details[open] summary { color: var(--gold); }

/* Contact */
.contact { padding: 48px 0; background: transparent; border-top: 1px solid rgba(212,175,55,0.15); border-bottom: 1px solid rgba(212,175,55,0.15); }
.form-row { display: grid; gap: 6px; }
input, textarea { background: #151515; border: 1px solid #2a2a2a; color: var(--text); border-radius: 8px; padding: 10px; }
input:focus, textarea:focus, .btn:focus, .thumb:focus { outline: 2px solid var(--focus); outline-offset: 2px; }
.email-note { color: var(--muted); }
/* Contact layout */
.contact-grid { display: grid; gap: 20px; }
.contact-main { display: block; }
.contact-info { background: #121212; border: 1px solid #262626; border-radius: 12px; padding: 14px; height: fit-content; }
.contact-info h3 { margin: 0 0 8px; color: var(--gold); }
.contact-info a { color: var(--text); }
.contact-info a:hover { color: var(--gold); }

/* Thank you */
.thankyou { text-align: center; margin-top: 28px; padding: 16px; background: #111; border: 1px solid #262626; border-radius: 12px; }
.thankyou h2 { margin: 0 0 10px; }

/* Even voorstellen - gecentreerde layout en typografie */
#even-voorstellen { text-align: center; }
#even-voorstellen h2 { text-align: center; }
#even-voorstellen .bg-grid { grid-template-columns: 1fr; justify-items: center; align-items: center; }
#even-voorstellen .bg-grid > div { max-width: 70ch; margin-inline: auto; }
#even-voorstellen p { margin: 0 0 0.75rem; }

/* Confetti canvas */
#confetti { position: fixed; left:0; top:0; width: 100vw; height: 100dvh; min-height: 100vh; pointer-events: none; z-index: 9999; }

/* Intro overlay */
#intro-overlay { position: fixed; left:0; top:0; width:100vw; height:100dvh; min-height:100vh; background: rgba(0,0,0,0.75); display: grid; place-items: center; z-index: 2000; }
#intro-overlay[hidden] { display: none; }
.intro-center { text-align: center; padding: 16px; }
.intro-center p { margin: 0.5rem 0; font-size: clamp(1.25rem, 2.6vw, 2rem); color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.intro-flash { position: absolute; inset:0; background: #fff; opacity: 0; pointer-events: none; }

.skip-link:focus { left: 16px; top: 16px; }

/* Header */
.site-footer { border-top: 1px solid rgba(212,175,55,0.25); background: transparent; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; flex-wrap: wrap; }
.footer-inner a { color: var(--muted); }
.footer-inner a:hover { color: var(--text); }
.footer-inner .social-links { order: 3; }
.chatbot { position: fixed; left: 16px; bottom: 16px; z-index: 150; }
.chat-toggle { background: var(--gold); color: #1a1a1a; border: none; padding: 10px 14px; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.35); cursor: pointer; }
.chat-panel { position: fixed; left: 16px; bottom: 72px; width: min(360px, 92vw); max-height: min(70vh, 620px); background: #121212; border: 1px solid #262626; border-radius: 12px; display: grid; grid-template-rows: auto 1fr auto auto; overflow: hidden; box-shadow: 0 12px 28px rgba(0,0,0,.45); }
.chat-header { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; border-bottom: 1px solid #1f1f1f; }
.chat-messages { padding: 10px 12px; display: grid; gap: 8px; overflow: auto; }
.chat-msg { display: inline-block; padding: 8px 10px; border-radius: 10px; max-width: 90%; }
.chat-msg.user { background: #1e1e1e; }
.chat-msg.bot { background: #0f0f0f; border: 1px solid #262626; }
.chat-suggestions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; padding: 10px 12px; border-top: 1px solid #1f1f1f; }
.chat-suggestions button { background: #1a1a1a; color: var(--text); border: 1px solid #2a2a2a; border-radius: 8px; padding: 6px 8px; cursor: pointer; }
.chat-suggestions button:hover { background: #222; }
.chat-form { display: flex; gap: 8px; padding: 10px 12px; border-top: 1px solid #1f1f1f; }
.chat-form input { flex: 1; }

/* Legal */
.legal { padding: 32px 0; }
.legal h1 { color: var(--gold); margin: 0 0 12px; }
.legal .doc { white-space: pre-wrap; font: inherit; line-height: 1.6; font-size: 1.0625rem; background: #111; border: 1px solid #262626; padding: 16px; border-radius: 12px; }

/* About photo (pasfoto-stijl) */
.about-photo { float: right; margin: 4px 0 12px 16px; }
.about-photo img { width: 140px; height: auto; display: block; border-radius: 12px; border: 1px solid #262626; }

/* Responsive */
@media (min-width: 768px) {
  .hero-inner { grid-template-columns: 1.1fr 1fr; align-items: center; }
  .pricing-grid { grid-template-columns: repeat(3, 1fr); }
  .bg-grid { grid-template-columns: repeat(3, 1fr); }
  .extras-grid { grid-template-columns: repeat(2, 1fr); align-items: stretch; }
  .contact-grid { grid-template-columns: 1.2fr .8fr; align-items: start; }
  .sparkular-inner { grid-template-columns: 1.1fr .9fr; }
}

/* Galerij Styles */
.category-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 20px;
  border: 2px solid var(--gold);
  background: transparent;
  color: var(--gold);
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--gold);
  color: var(--dark);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery-overlay h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
}

.gallery-overlay p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

/* Lightbox */
.lightbox-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: var(--dark);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  transition: background 0.3s ease;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lightbox-content img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.lightbox-info {
  padding: 20px;
  text-align: center;
  color: white;
}

.lightbox-info h3 {
  margin: 0 0 8px 0;
  font-size: 24px;
  color: var(--gold);
}

.lightbox-info p {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
}

/* Gastenboek Styles */
.guestbook-form-container {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.guestbook-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-weight: 600;
  color: var(--text);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-group {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.checkbox-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

/* Rating Stars */
.rating-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  font-size: 32px;
}

.rating-container input[type="radio"] {
  display: none;
}

.rating-container .star {
  cursor: pointer;
  color: var(--muted);
  transition: color 0.3s ease, transform 0.2s ease;
}

.rating-container .star:hover {
  transform: scale(1.1);
}

.rating-container .star:hover,
.rating-container .star:hover ~ .star {
  color: var(--gold);
}

.rating-container input[type="radio"]:checked ~ .star {
  color: var(--gold);
}

/* Berichten */
.messages-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.message-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-left: 4px solid var(--gold);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.message-item.show {
  opacity: 1;
  transform: translateY(0);
}

.message-item.new-message {
  border-left-color: var(--focus);
  background: rgba(255, 204, 0, 0.1);
}

.message-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 16px;
}

.message-author h3 {
  margin: 0 0 8px 0;
  color: var(--text);
  font-size: 18px;
}

.message-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.event-type {
  background: var(--gold);
  color: var(--dark);
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
}

.date {
  color: var(--muted);
  font-size: 14px;
}

.message-rating .stars {
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 2px;
}

.message-content p {
  margin: 0;
  line-height: 1.6;
  color: var(--text);
}

.load-more-container {
  text-align: center;
  margin-top: 40px;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: var(--dark);
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header {
  padding: 24px 24px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  margin: 0;
  color: var(--text);
}

.modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--muted);
  padding: 4px;
  border-radius: 4px;
  transition: color 0.3s ease;
}

.modal-close:hover {
  color: var(--text);
}

.modal-body {
  padding: 20px 24px;
}

.modal-body p {
  margin: 0 0 16px 0;
  color: var(--text);
}

.modal-footer {
  padding: 16px 24px 24px 24px;
  text-align: right;
}

/* Tablet responsive */
@media (max-width: 768px) and (min-width: 601px) {
  .brand img { height: 90px; }
  .nav a { padding: 7px 11px; font-size: 15px; }
  .social-links svg { width: 17px; height: 17px; }
  .hero-copy h1 { font-size: 32px; }
  .hero-copy .lead { font-size: 17px; }
  .section { padding: 48px 0; }
  .section h2 { font-size: 26px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .bg-grid { grid-template-columns: repeat(2, 1fr); }
  .extras-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .sparkular-inner { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; }
  .container { padding: 0 20px; }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  
  .guestbook-form-container {
    padding: 32px;
  }
}

/* Mobile touch optimization */
@media (max-width: 600px) {
  /* Stack header content and reduce logo to avoid overflow */
  .header-inner { flex-wrap: wrap; gap: 8px; justify-content: center; }
  .site-header::before { display: none; }
  .brand img { height: 80px; }
  .nav { flex-wrap: wrap; justify-content: center; width: 100%; gap: 8px; }
  .nav a { padding: 6px 10px; font-size: 14px; min-height: 44px; display: flex; align-items: center; justify-content: center; }
  /* Social links mobile */
  .social-links { gap: 8px; margin-top: 4px; }
  .social-links svg { width: 16px; height: 16px; }
  .social-links a { min-height: 44px; min-width: 44px; display: flex; align-items: center; justify-content: center; }
  
  /* Galerij responsive */
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
  }
  
  .category-filters {
    gap: 8px;
  }
  
  .filter-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
  
  .lightbox-content {
    max-width: 95%;
    max-height: 95%;
  }
  
  /* Gastenboek responsive */
  .guestbook-form-container {
    padding: 24px;
    margin: 0 16px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .message-header {
    flex-direction: column;
    gap: 12px;
  }
  
  .message-meta {
    gap: 8px;
  }
  
  .rating-container {
    font-size: 28px;
  }
  
  .modal-content {
    margin: 16px;
    width: calc(100% - 32px);
  }
}
  
  /* Footer mobile */
  .footer-inner { flex-direction: column; text-align: center; gap: 12px; }
  .footer-inner .social-links { order: 3; margin-top: 8px; }
  .footer-inner .social-links a { padding: 8px; }
  .footer-inner .social-links svg { width: 18px; height: 18px; }
  
  /* Hero mobile */
  .hero-copy h1 { font-size: 28px; line-height: 1.2; }
  .hero-copy .lead { font-size: 16px; line-height: 1.5; }
  .hero-gallery { grid-template-columns: 1fr; gap: 8px; }
  
  /* Sections mobile */
  .section { padding: 40px 0; }
  .section h2 { font-size: 24px; line-height: 1.3; }
  
  /* Features mobile */
  .feature-list { font-size: 15px; line-height: 1.5; }
  .feature-list li { padding: 8px 0; }
  
  /* Pricing mobile */
  .pricing-grid { grid-template-columns: 1fr; gap: 16px; }
  .pricing-card { padding: 20px; }
  
  /* Reviews mobile */
  .bg-grid { grid-template-columns: 1fr; gap: 16px; }
  
  /* Extra's mobile */
  .extras-grid { grid-template-columns: 1fr; gap: 20px; }
  .extra-card { padding: 20px; }
  .extra-card img { max-width: 250px; }
  
  /* Sparkular mobile */
  .sparkular-inner { grid-template-columns: 1fr; gap: 24px; }
  .sparkular-copy { text-align: center; }
  .sparkular-media img { max-width: 100%; }
  
  /* FAQ mobile */
  .faq-item summary { font-size: 16px; padding: 12px; min-height: 48px; }
  .faq-item p { font-size: 14px; padding: 0 12px 12px; line-height: 1.5; }
  
  /* Contact mobile */
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-form { padding: 20px; }
  
  /* Calculator responsive */
  .products-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .product-column { padding: 16px !important; }
  .option-item { padding: 8px !important; margin-bottom: 8px !important; }
  .extras-section { padding: 16px !important; }
  .extras-section > div { grid-template-columns: 1fr !important; }
  
  /* Button mobile */
  .btn { padding: 12px 16px; font-size: 14px; min-height: 48px; }
  
  /* WhatsApp button mobile */
  .whatsapp-fab { right: 12px; bottom: 12px; width: 48px; height: 48px; min-width: 48px; min-height: 48px; }
  
  /* Text spacing mobile */
  .container { padding: 0 16px; }
  
  /* Gallery mobile */
  .gallery-grid { grid-template-columns: 1fr; }
  
  /* About mobile */
  .about-photo { float: none; margin: 8px 0 12px 0; text-align: center; }
  .about-photo img { width: 120px; margin-inline: auto; }
  
  /* Prevent horizontal scroll */
  body { overflow-x: hidden; }
  * { max-width: 100%; }
  
  /* Better tap targets */
  input, textarea, button, select { min-height: 44px; font-size: 16px; }
  
  /* Scroll optimization */
  html, body { -webkit-overflow-scrolling: touch; }

/* Wizard Styles */
.wizard-progress {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  background: #121212;
  border-bottom: 1px solid #262626;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.progress-step.active {
  opacity: 1;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #262626;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.progress-step.active .step-number {
  background: var(--gold);
  color: var(--bg);
}

.step-label {
  font-size: 0.75rem;
  color: var(--muted);
  text-align: center;
}

.progress-step.active .step-label {
  color: var(--text);
}

.wizard-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
}

.wizard-step {
  display: none;
}

.wizard-step.active {
  display: block;
}

.step-header {
  text-align: center;
  margin-bottom: 32px;
}

.step-header h2 {
  color: var(--gold);
  margin-bottom: 8px;
}

.step-header p {
  color: var(--muted);
}

.selected-package {
  background: #121212;
  border: 1px solid #262626;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
  text-align: center;
}

.package-card {
  max-width: 400px;
  margin: 0 auto;
}

.package-card h3 {
  color: var(--gold);
  margin-bottom: 8px;
}

.package-card p {
  color: var(--gold);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.package-card ul {
  list-style: none;
  padding: 0;
  color: var(--text);
}

.package-card li {
  margin-bottom: 8px;
}

.grid.thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.thumb {
  background: #121212;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.thumb:hover {
  border-color: #444;
  transform: translateY(-2px);
}

.thumb.selected {
  border-color: var(--gold);
  background: #1a1a1a;
}

.thumb img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 8px;
}

.thumb span {
  color: var(--text);
  font-size: 0.875rem;
}

.props-info {
  text-align: center;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.875rem;
}

.extras-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}

.extra-item {
  display: flex;
  background: #121212;
  border: 1px solid #262626;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.extra-item:hover {
  border-color: #444;
}

.extra-item input[type="checkbox"] {
  margin-right: 16px;
  margin-top: 32px;
}

.extra-content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.extra-content img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
}

.extra-info h4 {
  color: var(--gold);
  margin-bottom: 4px;
}

.extra-info p {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.extra-price {
  color: var(--gold);
  font-weight: 700;
}

.extra-time-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.extra-time-control button {
  width: 32px;
  height: 32px;
  border: 1px solid #444;
  background: #0a0a0a;
  color: var(--text);
  border-radius: 4px;
  cursor: pointer;
}

.extra-time-control input {
  width: 60px;
  text-align: center;
  background: #0a0a0a;
  border: 1px solid #444;
  color: var(--text);
  border-radius: 4px;
  padding: 4px;
}

.other-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

.product-tile {
  background: #121212;
  border: 1px solid #262626;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.product-tile img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 12px;
}

.product-tile h4 {
  color: var(--gold);
  margin-bottom: 8px;
}

.product-tile p {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 16px;
}

.info-text {
  color: var(--muted);
  font-size: 0.75rem;
}

.tip-text {
  color: var(--gold);
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 24px;
}

.summary-section {
  background: #121212;
  border: 1px solid #262626;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.summary-section h3 {
  color: var(--gold);
  margin-bottom: 16px;
}

.summary-grid {
  display: grid;
  gap: 12px;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #262626;
}

.summary-item:last-child {
  border-bottom: none;
}

.summary-label {
  color: var(--muted);
}

.summary-item span:last-child {
  color: var(--text);
}

.price-section {
  background: #121212;
  border: 1px solid var(--gold);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.price-section h3 {
  color: var(--gold);
  margin-bottom: 16px;
}

.total-price-display {
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
}

.price-note {
  color: var(--muted);
  font-size: 0.875rem;
}

.form-section {
  background: #121212;
  border: 1px solid #262626;
  border-radius: 12px;
  padding: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  color: var(--text);
  margin-bottom: 8px;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  background: #0a0a0a;
  border: 1px solid #444;
  border-radius: 8px;
  color: var(--text);
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.step-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}

.step-actions .btn {
  min-width: 120px;
}

/* Mobile Wizard Styles */
@media (max-width: 600px) {
  .wizard-progress { 
    gap: 4px; 
    padding: 16px;
  }
  
  .progress-step { 
    min-width: 50px; 
  }
  
  .step-label { 
    font-size: 0.7rem; 
  }
  
  .wizard-container { 
    padding: 16px; 
  }
  
  .grid.thumbs { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 12px;
  }
  
  .extra-content { 
    flex-direction: column; 
    text-align: center;
    gap: 12px;
  }
  
  .step-actions { 
    flex-direction: column; 
  }
  
  .step-actions .btn { 
    width: 100%; 
  }
}
