/*
Theme Name: Community Connections
Theme URI: https://communityconnections.be
Author: YellowMedia
Description: Community directory theme — light theme with NL/EN translation.
Version: 31.0
License: GNU General Public License v2 or later
Text Domain: communityconnections
*/

/* ============================================================
   BASE VARIABLES (Dark — default)
   ============================================================ */
:root {
  --brand:       #00ADEB;
  --bg:          #06080F;
  --bg-panel:    #0C0F17;
  --bg-elevated: #111420;
  --text:        #D8DFE8;
  --text-muted:  #5E6B7D;
  --text-dim:    #3A4559;
  --border:      #1A2030;
  --border-light:#252C3E;
  --white:       #FFFFFF;
  --success:     #22C55E;
  --error:       #EF4444;
  --yellow:      #F0B81F;
  --blue:        #3B82F6;
  --shadow-hard: 4px 4px 0px rgba(0,0,0,0.5);
  --shadow-btn:  3px 3px 0px rgba(0,0,0,0.4);
  --radius:      0px;
  --font-body:   'Inter', system-ui, sans-serif;
  --font-label:  'Courier New', monospace;
  --font-display:'Inter', system-ui, sans-serif;
  --font-size-base: 16px;
  --font-size-lg:   1.1rem;
  --font-size-xl:   1.3rem;
}

/* ============================================================
   LIGHT THEME — Poppins, rounded, bright, no gradients
   ============================================================ */
[data-theme="light"] {
  --brand:       #0088BB;
  --bg:          #F5F7FA;
  --bg-panel:    #FFFFFF;
  --bg-elevated: #EEF1F5;
  --text:        #1A2332;
  --text-muted:  #5E6B7D;
  --text-dim:    #9BA5B5;
  --border:      #D8DEE6;
  --border-light:#E2E8F0;
  --white:       #1A2332;
  --shadow-hard: 4px 4px 0px rgba(0,173,235,0.15);
  --shadow-btn:  4px 4px 0px rgba(0,173,235,0.2);
  --radius:      12px;
  --font-body:   'Poppins', system-ui, sans-serif;
  --font-label:  'Poppins', system-ui, sans-serif;
  --font-display:'Poppins', system-ui, sans-serif;
  --font-size-base: 17px;
  --font-size-lg:   1.2rem;
  --font-size-xl:   1.5rem;
}

/* ============================================================
   HIROSHI NAGAI THEME
   ============================================================ */
[data-theme="nagai"] {
  --brand:       #FF6B9D;
  --bg:          #FFF8F0;
  --bg-panel:    #FFFFFF;
  --bg-elevated: #FFF0E0;
  --text:        #2D2A4A;
  --text-muted:  #7A7080;
  --text-dim:    #B8A8B8;
  --border:      #F0D8D0;
  --border-light:#F8E0D8;
  --white:       #2D2A4A;
  --success:     #4ECDC4;
  --error:       #FF6B6B;
  --yellow:      #FFE66D;
  --blue:        #4ECDC4;
  --shadow-hard: 8px 8px 0px rgba(255,107,157,0.25);
  --shadow-btn:  6px 6px 0px rgba(255,107,157,0.2);
  --radius:      16px;
  --font-body:   'Josefin Sans', sans-serif;
  --font-label:  'Josefin Sans', sans-serif;
  --font-display:'Josefin Sans', sans-serif;
  --font-accent: 'Shrikhand', cursive;
  --font-size-base: 17px;
  --font-size-lg:   1.25rem;
  --font-size-xl:   1.6rem;
}

/* ============================================================
   LIGHT THEME SPECIFIC OVERRIDES
   ============================================================ */
[data-theme="light"] .hero__label {
  font-family: 'Poppins', sans-serif;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.02em;
}
[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
[data-theme="light"] .form-step__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 700;
}
[data-theme="light"] .field-group label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.02em;
}
[data-theme="light"] .field-group input,
[data-theme="light"] .field-group select,
[data-theme="light"] .field-group textarea {
  font-size: 1.05rem;
  padding: 16px 18px;
  border-radius: 10px;
}
[data-theme="light"] .radio-option,
[data-theme="light"] .checkbox-option {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid #E8EDF3;
  border-radius: 0;
  background: transparent;
}
[data-theme="light"] .radio-option:last-child,
[data-theme="light"] .checkbox-option:last-child {
  border-bottom: none;
}
[data-theme="light"] .radio-option:hover,
[data-theme="light"] .checkbox-option:hover {
  background: #F8FAFC;
}
[data-theme="light"] .option-label {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
}
[data-theme="light"] .option-desc {
  font-size: 0.85rem;
}
[data-theme="light"] .btn {
  font-family: 'Poppins', sans-serif;
  border-radius: 10px;
  font-weight: 600;
}
[data-theme="light"] .btn--lg {
  border-radius: 14px;
}
[data-theme="light"] .btn--primary {
  box-shadow: 4px 4px 0px rgba(0,173,235,0.25);
}
[data-theme="light"] .btn--primary:hover {
  box-shadow: 6px 6px 0px rgba(0,173,235,0.35);
}
[data-theme="light"] .step-card {
  border-radius: 14px;
}
[data-theme="light"] .form-header {
  border-radius: 0;
}
[data-theme="light"] .progress-step__dot {
  border-radius: 50%;
}
[data-theme="light"] .step-card__num {
  font-family: 'Poppins', sans-serif;
  border-radius: 50px;
  text-transform: none;
  font-size: 0.8rem;
}
[data-theme="light"] .conditional-block > div {
  border-radius: 12px;
}
[data-theme="light"] .upload-area {
  border-radius: 12px;
}
[data-theme="light"] .upload-area__text {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
[data-theme="light"] .site-header {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #E2E8F0;
}
[data-theme="light"] .site-header--scrolled {
  background: #FFFFFF;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}
[data-theme="light"] .site-nav a {
  color: #64748B;
}
[data-theme="light"] .site-nav a:hover {
  color: #00ADEB;
  background: rgba(0,173,235,0.06);
}
[data-theme="light"] .site-footer__heading {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
[data-theme="light"] .site-footer__links a {
  font-size: 0.75rem;
  font-weight: 500;
}
[data-theme="light"] .site-footer__links a::before {
  font-family: 'Poppins', sans-serif;
}
[data-theme="light"] .site-footer__copy,
[data-theme="light"] .site-footer__made,
[data-theme="light"] .site-footer__sep,
[data-theme="light"] .site-footer__kolel {
  font-size: 0.7rem;
  font-family: 'Poppins', sans-serif;
}
[data-theme="light"] .contact-card {
  border-radius: 16px;
}
[data-theme="light"] .contact-card__icon {
  border-radius: 12px;
}
[data-theme="light"] .contact-form-panel {
  border-radius: 20px;
}
[data-theme="light"] .contact-form-panel__header h2 {
  font-family: 'Poppins', sans-serif;
}
[data-theme="light"] .contact-form-panel__label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border-radius: 50px;
  text-transform: none;
  letter-spacing: 0.02em;
}
[data-theme="light"] .lang-dot {
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.6s ease, color 0.6s ease;
}
img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }

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

/* ============================================================
   GRID LINES (dark only)
   ============================================================ */
.grid-lines {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.4;
  transition: opacity 0.6s ease;
}
[data-theme="light"] .grid-lines,
[data-theme="nagai"] .grid-lines { opacity: 0; }

/* ============================================================
   SCANLINES (dark only)
   ============================================================ */
.scanlines {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 4px);
  transition: opacity 0.6s ease;
}
[data-theme="light"] .scanlines,
[data-theme="nagai"] .scanlines { opacity: 0; }

/* ============================================================
   NAGAI DECORATIVE ELEMENTS
   ============================================================ */
.nagai-deco {
  display: none;
  position: fixed;
  pointer-events: none;
  z-index: 1;
}
[data-theme="nagai"] .nagai-deco { display: block; }

.nagai-sun {
  top: 80px;
  right: 60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFE66D 0%, #FF8B94 40%, #FF6B9D 70%, transparent 70%);
  opacity: 0.6;
  animation: nagaiFloat 8s ease-in-out infinite, nagaiFlash 4s ease-in-out infinite;
  position: relative;
}
.nagai-sun::before {
  content: '';
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,230,109,0.15) 0%, transparent 60%);
  animation: nagaiPulse 3s ease-in-out infinite;
}
.nagai-sun::after {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 30px;
  background: linear-gradient(180deg, rgba(255,230,109,0.4), transparent);
  border-radius: 2px;
  animation: nagaiRay 5s ease-in-out infinite;
}
@keyframes nagaiFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-15px) scale(1.05); }
}
@keyframes nagaiFlash {
  0%, 100% { opacity: 0.5; filter: brightness(1); }
  25% { opacity: 0.7; filter: brightness(1.15); }
  50% { opacity: 0.6; filter: brightness(1); }
  75% { opacity: 0.8; filter: brightness(1.25); }
}
@keyframes nagaiPulse {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.2); opacity: 0.6; }
}
@keyframes nagaiRay {
  0%, 100% { opacity: 0.3; height: 25px; }
  50% { opacity: 0.8; height: 45px; }
}

.nagai-palm-1, .nagai-palm-2 {
  width: 60px;
  height: 60px;
  opacity: 0.3;
}
.nagai-palm-1 { bottom: 100px; left: 40px; }
.nagai-palm-2 { bottom: 150px; right: 80px; transform: scaleX(-1); }

/* ============================================================
   LIGHT THEME ABSTRACT GEOMETRIC MESH (canvas-based)
   ============================================================ */
.geo-mesh {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero .geo-mesh.visible {
  display: block;
}

/* ============================================================
   NAGAI EXTRA DECORATIONS
   ============================================================ */
.nagai-bird-1, .nagai-bird-2 {
  display: none;
  position: fixed;
  pointer-events: none;
  z-index: 1;
}
[data-theme="nagai"] .nagai-bird-1,
[data-theme="nagai"] .nagai-bird-2 { display: block; }
.nagai-bird-1 {
  top: 140px;
  right: 200px;
  animation: birdFly1 20s ease-in-out infinite;
}
.nagai-bird-2 {
  top: 200px;
  right: 120px;
  animation: birdFly2 25s ease-in-out infinite;
  animation-delay: 5s;
}
@keyframes birdFly1 {
  0%, 100% { transform: translate(0, 0); opacity: 0.3; }
  25% { transform: translate(-40px, -20px); opacity: 0.6; }
  50% { transform: translate(-20px, -40px); opacity: 0.4; }
  75% { transform: translate(-60px, -10px); opacity: 0.5; }
}
@keyframes birdFly2 {
  0%, 100% { transform: translate(0, 0) scaleX(1); opacity: 0.25; }
  30% { transform: translate(-30px, -30px) scaleX(1); opacity: 0.5; }
  50% { transform: translate(-50px, -15px) scaleX(-1); opacity: 0.3; }
  80% { transform: translate(-20px, -35px) scaleX(-1); opacity: 0.45; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.btn--primary {
  background: var(--brand);
  color: var(--bg);
  box-shadow: var(--shadow-btn);
  position: relative;
  overflow: hidden;
}
.btn--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.4s ease;
}
.btn--primary:hover::before {
  left: 100%;
}
[data-theme="light"] .btn--primary::before { background: none; content: none; }
[data-theme="light"] .btn--primary:hover { background: var(--text); color: var(--bg-panel); }
.btn--primary:hover {
  background: var(--white);
  color: var(--bg);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
  transform: translate(-1px, -1px);
  text-decoration: none;
}
.btn--primary:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
[data-theme="nagai"] .btn--primary {
  border-radius: 50px;
  box-shadow: 6px 6px 0px rgba(255,107,157,0.3);
}
[data-theme="nagai"] .btn--primary:hover {
  background: #FF8B94;
  box-shadow: 8px 8px 0px rgba(255,107,157,0.4);
}

.btn--outline {
  background: transparent;
  color: var(--brand);
  border: 2px solid var(--brand);
  box-shadow: var(--shadow-btn);
}
.btn--outline:hover {
  background: var(--brand);
  color: var(--bg);
  text-decoration: none;
}
[data-theme="nagai"] .btn--outline {
  border-radius: 50px;
}
.btn--lg { padding: 18px 36px; font-size: 0.95rem; }
.btn--xl {
  padding: 20px 40px;
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.btn--soft {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-light);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1rem;
  padding: 20px 32px;
}
.btn--soft:hover {
  background: var(--bg-panel);
  border-color: var(--brand);
  color: var(--brand);
  text-decoration: none;
}
[data-theme="light"] .btn--soft {
  border-color: #D8DEE6;
}
.btn--glass {
  background: transparent;
  color: var(--text);
  border: 2px solid var(--border-light);
  box-shadow: var(--shadow-btn);
}
.btn--glass:hover {
  background: var(--bg-panel);
  border-color: var(--brand);
  color: var(--brand);
  text-decoration: none;
}

/* ============================================================
   THEME TOGGLE
   ============================================================ */
.theme-toggle {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 2000;
}
.theme-toggle__btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
/* Dark mode icon */
[data-theme="dark"] .theme-toggle__btn {
  background: var(--bg-panel);
  border: 2px solid var(--border);
  box-shadow: var(--shadow-btn);
  animation: togglePulse 3s ease infinite;
}
/* Light mode icon */
[data-theme="light"] .theme-toggle__btn {
  background: #FFFFFF;
  border: 2px solid #D8DEE6;
  box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
  animation: togglePulse 3s ease infinite;
}
/* Nagai mode icon */
[data-theme="nagai"] .theme-toggle__btn {
  background: linear-gradient(135deg, #FF6B9D, #FFE66D);
  border: 2px solid #FF6B9D;
  box-shadow: 4px 4px 0px rgba(255,107,157,0.3);
  animation: togglePulse 3s ease infinite;
}
@keyframes togglePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
.theme-toggle__btn:hover {
  transform: scale(1.15) !important;
  animation: none;
}

.theme-toggle__menu {
  display: none;
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 220px;
  background: var(--bg-panel);
  border: 2px solid var(--border);
  box-shadow: var(--shadow-hard);
  padding: 8px;
  gap: 4px;
}
[data-theme="nagai"] .theme-toggle__menu {
  border-radius: 16px;
  box-shadow: 8px 8px 0px rgba(255,107,157,0.2);
}
.theme-toggle__menu.open {
  display: flex;
  flex-direction: column;
  animation: menuPop 0.2s ease;
}
@keyframes menuPop {
  from { opacity: 0; transform: translateY(8px) scale(0.96); }
  to { opacity: 1; transform: none; }
}

.theme-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 2px solid transparent;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.15s;
}
[data-theme="nagai"] .theme-option {
  border-radius: 12px;
}
.theme-option:hover {
  background: rgba(0,173,235,0.05);
  border-color: var(--border);
}
.theme-option.active {
  background: var(--brand);
  color: var(--bg);
  border-color: var(--brand);
}
[data-theme="nagai"] .theme-option.active {
  background: linear-gradient(135deg, #FF6B9D, #FF8B94);
  border-color: #FF6B9D;
  color: #fff;
}

.theme-option__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.theme-option__icon--dark { background: #06080F; border: 2px solid #1A2030; }
.theme-option__icon--light { background: #FFFFFF; border: 2px solid #D8DEE6; }
.theme-option__icon--nagai { background: linear-gradient(135deg, #FF6B9D, #FFE66D); border: 2px solid #FF6B9D; }

/* ============================================================
   HEADER
   ============================================================ */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 8px 16px;
  background: var(--brand);
  color: #fff;
  font-size: 0.8rem;}

/* ============================================================
   בס"ד
   ============================================================ */
.bsh-badge {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 99;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-muted);
  opacity: 0.55;
  letter-spacing: 0.06em;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.3s ease;
}
.bsh-badge:hover {
  opacity: 0.85;
}
[data-theme="light"] .bsh-badge {
  color: #94A3B8;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: all 0.2s ease;
}
.site-header--scrolled {
  background: var(--bg);
  border-bottom: 2px solid var(--border);
}
.site-header__inner,
.header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 24px;
  max-width: 1140px;
  margin: 0 auto;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}
.site-logo__text {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  text-decoration: none;
  transition: color 0.6s ease;
}
[data-theme="light"] .site-logo__text { color: var(--text); }
.site-logo__text span { color: var(--brand); }
.site-logo__img {
  height: 36px;
  width: auto;
  display: block;
  transition: filter 0.6s ease;
}
/* Dark theme: invert dark logo to white */
[data-theme="dark"] .site-logo__img {
  filter: brightness(0) invert(1);
}
/* Light & Nagai: keep logo normal (dark) */
[data-theme="light"] .site-logo__img,
[data-theme="nagai"] .site-logo__img {
  filter: none;
}
.site-nav {
  justify-self: center;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-muted);
  padding: 8px 14px;
  border-radius: var(--radius);
  text-decoration: none;
  transition: all 0.15s;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.site-nav a:hover { color: var(--brand); background: rgba(0,173,235,0.05); }
.site-nav a[aria-current="page"] { color: var(--brand); background: var(--brand-dim); }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  width: 40px;
  height: 36px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: #0F172A;
  margin: 3.5px 4px;
  border-radius: 2px;
  transition: all 0.2s;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--border);
  transition: all 0.6s ease;
}
.hero--has-bg {
  min-height: 90vh;
  background-size: cover;
  background-position: center;
}
.hero__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,8,15,0.88) 0%, rgba(6,8,15,0.65) 100%);
  z-index: 1;
}
.hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 100px 24px 60px;
}
.hero__label {
  display: inline-block;
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--brand);
  margin-bottom: 20px;
  padding: 6px 14px;
  border: 1px solid var(--brand);
  background: rgba(0,173,235,0.05);
  animation: fadeInUp 0.5s ease 0.2s both;
  transition: all 0.6s ease;
}
[data-theme="nagai"] .hero__label {
  font-family: var(--font-body);
  border-radius: 50px;
  border: 2px solid #FF6B9D;
  background: rgba(255,107,157,0.1);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease 0.4s both;
  transition: font-family 0.6s ease;
}
[data-theme="nagai"] .hero h1 {
  font-family: var(--font-accent);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.hero__sub {
  font-size: 1.2rem;
  max-width: 520px;
  margin: 0 auto 40px;
  color: var(--text-muted);
  line-height: 1.6;
  animation: fadeInUp 0.6s ease 0.6s both;
}
.hero__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.6s ease 0.8s both;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   DIRECTORY SECTION
   ============================================================ */
/* ============================================================
   HOMEPAGE V2 — Mollie-style: big type, whitespace, no borders
   ============================================================ */

/* Section label (small caps above title) */
.home-section__label {
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand);
  margin-bottom: 12px;
}
[data-theme="light"] .home-section__label,
[data-theme="nagai"] .home-section__label {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}
.home-section__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 48px;
  color: var(--white);
  transition: color 0.6s ease;
  letter-spacing: -0.02em;
}
[data-theme="light"] .home-section__title,
[data-theme="nagai"] .home-section__title { color: var(--text); }

/* Gidsen section */
.home-gidsen {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
[data-theme="light"] .home-gidsen,
[data-theme="nagai"] .home-gidsen { background: var(--bg); }

/* Cards — clean, no borders */
.home-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.home-card {
  display: block;
  padding: 40px 32px;
  background: var(--bg-panel);
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.4s ease;
}
[data-theme="nagai"] .home-card {
  border-radius: 24px;
}
.home-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  text-decoration: none;
}
[data-theme="light"] .home-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.home-card__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 24px;
}
[data-theme="nagai"] .home-card__icon {
  border-radius: 20px;
}
.home-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  transition: color 0.6s ease;
}
[data-theme="light"] .home-card h3,
[data-theme="nagai"] .home-card h3 { color: var(--text); }
.home-card p {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.55;
}
.home-card__link {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Steps section */
.home-steps {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  background: var(--bg-panel);
}
[data-theme="nagai"] .home-steps {
  background: linear-gradient(135deg, rgba(78,205,196,0.06), rgba(255,230,109,0.06));
}
.home-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.home-step {
  text-align: center;
}
.home-step__num {
  display: block;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  color: var(--brand);
  opacity: 0.25;
  line-height: 1;
  margin-bottom: 16px;
}
.home-step h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  transition: color 0.6s ease;
}
[data-theme="light"] .home-step h4,
[data-theme="nagai"] .home-step h4 { color: var(--text); }
.home-step p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* Announcement — subtle, no border */
.home-announcement {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  text-align: center;
}
.home-announcement p {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}
.home-announcement strong {
  color: var(--white);
  font-weight: 700;
  transition: color 0.6s ease;
}
[data-theme="light"] .home-announcement strong,
[data-theme="nagai"] .home-announcement strong { color: var(--text); }

/* Responsive */
@media (max-width: 960px) {
  .home-cards { grid-template-columns: 1fr; }
  .home-steps__grid { grid-template-columns: 1fr; gap: 40px; }
  .home-gidsen { padding: 60px 0; }
  .home-steps { padding: 60px 0; }
  .home-announcement { padding: 48px 0; }
}

/* ============================================================
   PAGE HERO — unique per form page
   ============================================================ */
.page-hero {
  padding: 140px 0 64px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border);
  transition: all 0.6s ease;
}
.page-hero--wit {
  background: var(--bg-panel);
  border-bottom-color: var(--border);
}
[data-theme="light"] .page-hero--wit {
  background: #FFFFFF;
}
.page-hero--geel {
  background: #2D2400;
  border-bottom-color: #FFD600;
}
[data-theme="light"] .page-hero--geel {
  background: #FFD600;
  border-bottom-color: #E6C000;
}
[data-theme="nagai"] .page-hero--geel {
  background: #FFE66D;
  border-bottom-color: #E6CF00;
}
/* Blauwe pagina — per thema verschillend */
.page-hero--marine {
  background: #0B1D3A;
  border-bottom-color: #1A3A6B;
}
[data-theme="light"] .page-hero--marine {
  background: #0B1D3A;
  border-bottom-color: #1A3A6B;
}
[data-theme="nagai"] .page-hero--marine {
  background: #E0F7FA;
  border-bottom-color: #4ECDC4;
}
/* Marine: wit logo + witte menu items + marine header (dark + light only) */
.page-is-marine .site-logo__img {
  filter: brightness(0) invert(1);
}
.page-is-marine .site-logo__text {
  color: #FFFFFF;
}
.page-is-marine .site-logo__text span {
  color: #FFFFFF;
}
.page-is-marine .site-nav a {
  color: rgba(255,255,255,0.7);
}
.page-is-marine .site-nav a:hover {
  color: #FFFFFF;
}
.page-is-marine .site-nav a[aria-current="page"] {
  color: #FFFFFF;
}
.page-is-marine .nav-toggle {
  color: #FFFFFF;
}
.page-is-marine .site-header--scrolled {
  background: #0B1D3A;
  border-bottom-color: #1A3A6B;
}
/* Nagai: terug naar donkere kleuren */
[data-theme="nagai"] .page-is-marine .site-logo__img {
  filter: none;
}
[data-theme="nagai"] .page-is-marine .site-logo__text {
  color: #2D2A4A;
}
[data-theme="nagai"] .page-is-marine .site-logo__text span {
  color: #FF6B9D;
}
[data-theme="nagai"] .page-is-marine .site-nav a {
  color: rgba(45,42,74,0.6);
}
[data-theme="nagai"] .page-is-marine .site-nav a:hover {
  color: #2D2A4A;
}
[data-theme="nagai"] .page-is-marine .site-nav a[aria-current="page"] {
  color: #2D2A4A;
}
[data-theme="nagai"] .page-is-marine .nav-toggle {
  color: #2D2A4A;
}
[data-theme="nagai"] .page-is-marine .site-header--scrolled {
  background: #E0F7FA;
  border-bottom-color: #4ECDC4;
}
/* Mobile menu: dark bg for marine (dark + light themes) */
@media (max-width: 900px) {
  .page-is-marine .site-nav {
    background: #0B1D3A;
    border-bottom-color: #1A3A6B;
  }
  .page-is-marine .site-nav a {
    color: rgba(255,255,255,0.8);
  }
  .page-is-marine .site-nav a:hover {
    color: #FFFFFF;
    background: rgba(255,255,255,0.1);
  }
  /* Nagai: light bg with dark text */
  [data-theme="nagai"] .page-is-marine .site-nav {
    background: #E0F7FA;
    border-bottom-color: #4ECDC4;
  }
  [data-theme="nagai"] .page-is-marine .site-nav a {
    color: rgba(45,42,74,0.8);
  }
  [data-theme="nagai"] .page-is-marine .site-nav a:hover {
    color: #2D2A4A;
    background: rgba(78,205,196,0.15);
  }
}
/* Marine highlight */
.marine-highlight { color: #FFD600; }
/* Marine badge */
.page-hero--marine .page-hero__badge--blauw {
  border-color: rgba(255,255,255,0.4);
  color: #FFFFFF;
  background: rgba(255,255,255,0.1);
}
[data-theme="nagai"] .page-hero--marine .page-hero__badge--blauw {
  border-color: #FF6B9D;
  color: #2D2A4A;
  background: rgba(255,107,157,0.15);
}
.page-hero--marine .page-hero__badge--blauw svg {
  color: #FFFFFF;
}
[data-theme="nagai"] .page-hero--marine .page-hero__badge--blauw svg {
  color: #FF6B9D;
}
/* Marine meta tags */
.page-hero--marine .meta-tag--blauw {
  border: none;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.12);
  border-radius: 50px;
}

.page-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 8px 16px;
  border: 2px solid var(--border);
  margin-bottom: 20px;
  transition: all 0.6s ease;
}
[data-theme="light"] .page-hero__badge,
[data-theme="nagai"] .page-hero__badge {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.65rem;
  font-weight: 700;
}
.page-hero__badge svg { color: var(--brand); }
.page-hero__badge--geel { border-color: #FFD600; color: #FFD600; }
[data-theme="light"] .page-hero__badge--geel { border-color: #332900; color: #332900; background: #FFE033; }
[data-theme="nagai"] .page-hero__badge--geel { border-color: #332900; color: #332900; background: #FFF0A0; }
.page-hero__badge--geel svg { color: #FFD600; }
[data-theme="light"] .page-hero__badge--geel svg,
[data-theme="nagai"] .page-hero__badge--geel svg { color: #332900; }
.page-hero__badge--blauw { border-color: #00ADEB; color: #00ADEB; }
[data-theme="light"] .page-hero__badge--blauw { border-color: #00334D; color: #00334D; background: #33C9FF; }
[data-theme="nagai"] .page-hero__badge--blauw { border-color: #00334D; color: #00334D; background: #7FE0D8; }
.page-hero__badge--blauw svg { color: #00ADEB; }
[data-theme="light"] .page-hero__badge--blauw svg,
[data-theme="nagai"] .page-hero__badge--blauw svg { color: #00334D; }

.page-hero h1 {
  font-family: var(--font-display);
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 6vw, 4rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.page-hero--geel h1 { color: #FFD600; }
[data-theme="light"] .page-hero--geel h1 { color: #332900; }
[data-theme="nagai"] .page-hero--geel h1 { color: #332900; }
.page-hero--marine h1 { color: #FFFFFF; }
[data-theme="nagai"] .page-hero--marine h1 { color: #2D2A4A; }
.page-hero--blauw h1 { color: #00ADEB; }
.page-hero--wit h1 { color: var(--white); }
[data-theme="light"] .page-hero--wit h1 { color: var(--text); }

.page-hero__desc {
  font-size: 1.2rem;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.page-hero--geel .page-hero__desc { color: #B8A058; }
[data-theme="light"] .page-hero--geel .page-hero__desc { color: #5C4A00; }
[data-theme="nagai"] .page-hero--geel .page-hero__desc { color: #5C4A00; }
.page-hero--marine .page-hero__desc,
.page-hero.page-hero--marine .page-hero__desc {
  color: #FFFFFF;
}
[data-theme="nagai"] .page-hero--marine .page-hero__desc,
[data-theme="nagai"] .page-hero.page-hero--marine .page-hero__desc {
  color: #1A1A2E;
}
.page-hero--marine .page-hero__desc strong,
.page-hero--marine .page-hero__desc .marine-highlight {
  color: #FFD600;
}
[data-theme="nagai"] .page-hero--marine .page-hero__desc strong,
[data-theme="nagai"] .page-hero--marine .page-hero__desc .marine-highlight {
  color: #C44569;
}
.page-hero--blauw .page-hero__desc { color: #5AA8CC; }
[data-theme="light"] .page-hero--blauw .page-hero__desc { color: #001122; }
[data-theme="nagai"] .page-hero--blauw .page-hero__desc { color: #001122; }
/* Marine overrides must come AFTER blauw since elements have both classes */
[data-theme="light"] .page-hero--marine .page-hero__desc,
[data-theme="light"] .page-hero--blauw.page-hero--marine .page-hero__desc {
  color: #FFFFFF;
}
.page-hero__desc strong { color: var(--brand); display: block; margin-top: 4px; }
[data-theme="light"] .page-hero__desc strong { color: var(--brand); display: block; margin-top: 4px; }
[data-theme="light"] .page-hero--marine .page-hero__desc strong,
[data-theme="light"] .page-hero--marine .page-hero__desc .marine-highlight {
  color: #FFD600;
}

.page-hero__meta {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.meta-tag {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  padding: 6px 14px;
  border: none;
  border-radius: 50px;
  background: rgba(255,255,255,0.08);
  color: var(--text-muted);
  transition: all 0.6s ease;
}
[data-theme="light"] .meta-tag,
[data-theme="nagai"] .meta-tag {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  background: rgba(0,173,235,0.08);
  color: #64748B;
}
.meta-tag--geel { background: rgba(255,214,0,0.12); color: #FFD600; }
[data-theme="light"] .meta-tag--geel { background: #FFF8E0; color: #997A00; }
[data-theme="nagai"] .meta-tag--geel { background: #FFF8E0; color: #997A00; }
.meta-tag--blauw { background: rgba(0,173,235,0.12); color: #00ADEB; }
[data-theme="light"] .meta-tag--blauw { background: #E8F6FC; color: #0077A3; }
[data-theme="nagai"] .meta-tag--blauw { background: #E8F6FC; color: #0077A3; }

/* ============================================================
   PROGRESS BAR — Mollie stijl, clean
   ============================================================ */
.progress-wrap {
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 900;
  padding: 24px 0 16px;
}
.progress-steps {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
.progress-steps::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 60px;
  right: 60px;
  height: 2px;
  background: #E2E8F0;
  z-index: 0;
}
.progress-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.progress-step__dot {
  width: 36px;
  height: 36px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #E2E8F0;
  color: #94A3B8;
  transition: all 0.3s ease;
}
.progress-step.active .progress-step__dot {
  background: #0F172A;
  border-color: #0F172A;
  color: #FFFFFF;
}
.progress-step.done .progress-step__dot {
  background: #00ADEB;
  border-color: #00ADEB;
  color: #FFFFFF;
}
.progress-step__label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  color: #94A3B8;
  transition: all 0.3s ease;
}
.progress-step.active .progress-step__label { color: #0F172A; font-weight: 600; }
.progress-step.done .progress-step__label { color: #64748B; }

/* ============================================================
   FORMS — Mollie stijl, clean & modern
   ============================================================ */
.form-wrap { max-width: 640px; margin: 0 auto; padding: 48px 24px 80px; }
.form-step { display: none; }
.form-step.active { display: block; animation: fadeUp 0.4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.form-step__title {
  font-family: var(--font-body);
  font-size: 1.75rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
}

/* ===== FIELD GROUPS ===== */
.field-group { margin-bottom: 24px; }
.field-group label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: #64748B;
  margin-bottom: 8px;
}
.field-group label .required { color: #EF4444; margin-left: 2px; }

/* ===== INPUTS — groot, rond, met schaduw ===== */
.field-group input,
.field-group select,
.field-group textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  background: #FFFFFF;
  font-family: var(--font-body);
  font-size: 1rem;
  color: #0F172A;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
  appearance: none;
}
.field-group input::placeholder,
.field-group textarea::placeholder { color: #CBD5E1; }
.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus {
  outline: none;
  border-color: #00ADEB;
  box-shadow: 0 0 0 3px rgba(0,173,235,0.1), 0 1px 2px rgba(0,0,0,0.04);
}
.field-group input.error { border-color: #EF4444; }
.field-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394A3B8' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.field-group textarea { min-height: 120px; resize: vertical; }
/* ===== GRID ROWS — 2-column layout ===== */
.fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 0;
}
.fields-row .field-group {
  margin-bottom: 0;
}
/* After a .fields-row, add spacing to the next element */
.fields-row + .field-group,
.fields-row + .fields-row {
  margin-top: 24px;
}

/* ===== FORM SECTION LABELS (e.g. "Formaat") ===== */
.form-section-label {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0F172A;
  margin-bottom: 12px;
  display: block;
}

/* ===== LOCKED VERMELDING (geel pages) ===== */
/* Use EXACT same styling as .checkbox-option input[type="checkbox"]:checked */
.radio-option .locked-check {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #00ADEB;
  border-radius: 4px;
  background: #00ADEB;
  cursor: default;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.radio-option .locked-check::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ===== RADIO & CHECKBOX OPTIONS ===== */
.radio-group, .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Radio/checkbox option — clean row with subtle bottom border */
.radio-option, .checkbox-option {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid #E8EDF3;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.15s ease;
  background: transparent;
}
.radio-option:last-child, .checkbox-option:last-child {
  border-bottom: none;
}
.radio-option:hover, .checkbox-option:hover {
  background: #F8FAFC;
}
.radio-option > input,
.checkbox-option > input {
  flex-shrink: 0;
  margin: 0;
}
/* The span wrapper must be flex to center the label vertically */
.radio-option > span,
.checkbox-option > span {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

/* Custom radio buttons — 18px */
.radio-option input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #CBD5E1;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: border-color 0.15s ease;
}
.radio-option input[type="radio"]:checked {
  border-color: #00ADEB;
  border-width: 5px;
  background: #FFFFFF;
}

/* Custom checkboxes — 18px */
.checkbox-option input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #CBD5E1;
  border-radius: 4px;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.15s ease;
}
.checkbox-option input[type="checkbox"]:checked {
  border-color: #00ADEB;
  background: #00ADEB;
}
.checkbox-option input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Label text — exact 18px line-height to match radio/checkbox height */
.option-label { font-weight: 500; font-size: 0.9rem; color: #0F172A; line-height: 1.5; }
.option-desc { font-size: 0.85rem; color: #64748B; margin-top: 2px; display: block; }

/* ===== CONDITIONAL BLOCKS ===== */
.conditional-block { display: none; }
.conditional-block.visible { display: block; }
.conditional-block > div { background: #F8FAFC; border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.conditional-block > div p { font-size: 0.85rem; font-weight: 600; color: #64748B; margin-bottom: 14px; }

/* ===== SPECIAL PLACEMENTS ===== */
.special-placements { display: block; margin-top: 16px; }
.special-placements__title { font-weight: 700; font-size: 1.1rem; color: #0F172A; margin-bottom: 4px; }
.special-placements__note { font-size: 0.85rem; color: #64748B; margin-bottom: 14px; }
.special-placements .checkbox-group { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
.special-placements .checkbox-option { display: flex; align-items: center; gap: 24px; padding: 10px 12px; font-size: 0.85rem; border-bottom: 1px solid #E8EDF3; }
.special-placements .checkbox-option:last-child { border-bottom: none; }
.special-placements .checkbox-option input[type="checkbox"] { margin: 0; flex-shrink: 0; }
.special-placements .checkbox-option .option-label { font-size: 0.85rem; line-height: 18px; }

/* ===== ARTWORK OPTIONS (stap 3) — naast elkaar ===== */
.form-step[data-step="3"] > .field-group > .radio-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form-step[data-step="3"] > .field-group > .radio-group > .radio-option {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 16px;
  background: #FFFFFF;
}
.form-step[data-step="3"] > .field-group > .radio-group > .radio-option:hover {
  border-color: #00ADEB;
  background: rgba(0,173,235,0.03);
}

/* ===== UPLOAD AREA ===== */
.upload-area {
  border: 2px dashed #E2E8F0;
  border-radius: 12px;
  padding: 40px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  background: #F8FAFC;
}
.upload-area:hover { border-color: #00ADEB; background: rgba(0,173,235,0.02); }
.upload-area input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.upload-area__icon { margin-bottom: 8px; }
.upload-area__icon svg { width: 32px; height: 32px; color: #00ADEB; }
.upload-area__text { font-weight: 600; font-size: 0.95rem; color: #00ADEB; }
.upload-area__sub { font-size: 0.8rem; color: #94A3B8; margin-top: 6px; }

/* ===== AD OPTIONS & INFO ===== */
.ad-options { display: none; }
.ad-options.visible { display: block; }
.info-block { background: #F0F9FF; border-radius: 10px; padding: 14px 18px; margin-bottom: 18px; font-size: 0.9rem; color: #0F172A; }

/* ===== FORM NAV BUTTONS ===== */
.form-nav { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; margin-top: 32px; gap: 14px; }
.form-nav--end { justify-content: flex-end; }
.btn-back {
  background: none;
  border: none;
  color: #64748B;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.15s;
}
.btn-back:hover { color: #0F172A; }

/* ===== ARTWORK OPTIONS (stap 3) ===== */
.form-step[data-step="3"] .field-group {
  margin-top: 16px;
}
.form-step[data-step="3"] .radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 4px;
}
.form-step[data-step="3"] .radio-option {
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  padding: 16px 20px;
  background: #FFFFFF;
  transition: all 0.15s ease;
  margin: 0;
}
.form-step[data-step="3"] .radio-option:hover {
  border-color: #00ADEB;
  background: rgba(0,173,235,0.02);
}
.form-step[data-step="3"] .radio-option .option-desc {
  display: block;
  margin-top: 4px;
}

/* ===== FORM SUMMARY ===== */
.form-summary {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 24px;
  overflow: hidden;
}
.form-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 20px;
  border-bottom: 1px solid #F1F5F9;
  font-size: 0.95rem;
  gap: 16px;
}
.form-summary__row:last-child { border-bottom: none; }
.form-summary__row:nth-child(odd) { background: #F8FAFC; }
.form-summary__label {
  font-family: var(--font-body);
  color: #94A3B8;
  font-weight: 500;
  font-size: 0.85rem;
  flex-shrink: 0;
  width: 40%;
}
.form-summary__value {
  color: #0F172A;
  font-weight: 600;
  text-align: right;
  word-break: break-word;
}

/* ===== FORM SUCCESS ===== */
.form-success { display: none; text-align: center; padding: 60px 24px; }
.form-success.active { display: block; animation: fadeUp 0.4s ease; }
.form-success__icon { width: 64px; height: 64px; background: #22C55E; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.form-success h2 { font-size: 1.5rem; font-weight: 800; color: #0F172A; margin-bottom: 10px; }
.form-success p { color: #64748B; margin-bottom: 20px; }
/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; }
.contact-info { background: var(--bg-panel); border: 2px solid var(--border); border-radius: var(--radius); padding: 32px; height: fit-content; transition: all 0.6s ease; }
[data-theme="nagai"] .contact-info { border-radius: 24px; box-shadow: 8px 8px 0px rgba(255,107,157,0.15); }
.contact-info h3 { margin-bottom: 20px; color: var(--white); transition: color 0.6s ease; }
[data-theme="light"] .contact-info h3,
[data-theme="nagai"] .contact-info h3 { color: var(--text); }
.contact-info__item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.contact-info__item svg { flex-shrink: 0; color: var(--brand); margin-top: 2px; }
.contact-info__item p { margin: 0; font-size: 0.85rem; }
.contact-success-msg { display: none; background: rgba(34,197,94,0.06); border: 2px solid rgba(34,197,94,0.15); border-radius: var(--radius); padding: 14px 18px; margin-bottom: 20px; align-items: center; gap: 10px; transition: border-radius 0.6s ease; }
[data-theme="nagai"] .contact-success-msg { border-radius: 12px; }
.contact-success-msg.active { display: flex; }
.contact-success-msg p { margin: 0; font-size: 0.85rem; color: var(--white); transition: color 0.6s ease; }
[data-theme="light"] .contact-success-msg p,
[data-theme="nagai"] .contact-success-msg p { color: var(--text); }

/* ============================================================
   FUTURISTIC CONTACT PAGE
   ============================================================ */
.page-hero--contact {
  background: var(--bg-panel);
  border-bottom-color: var(--border);
}
[data-theme="light"] .page-hero--contact {
  background: #F0FDFA;
  border-bottom-color: #99F6E4;
}
[data-theme="nagai"] .page-hero--contact {
  background: #FFF0F5;
  border-bottom-color: #FFB6C1;
}
.page-hero--contact h1 { color: var(--brand); }
[data-theme="nagai"] .page-hero--contact h1 { color: #FF6B9D; }

/* ============================================================
   CONTACT V3 — Massive typo hero + data strips + split form
   ============================================================ */

/* Massive background typography */
.contact-typo-hero {
  position: relative;
  padding: 120px 0 56px;
  overflow: hidden;
}
.contact-typo-hero__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: clamp(6rem, 18vw, 16rem);
  font-weight: 800;
  color: var(--white);
  opacity: 0.03;
  letter-spacing: -0.04em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  transition: color 0.6s ease;
}
[data-theme="light"] .contact-typo-hero__bg,
[data-theme="nagai"] .contact-typo-hero__bg { color: var(--text); }
.contact-typo-hero__content {
  position: relative;
  z-index: 1;
}
.contact-typo-hero__label {
  display: inline-block;
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand);
  padding: 6px 14px;
  border: 1px solid var(--brand);
  margin-bottom: 20px;
}
[data-theme="nagai"] .contact-typo-hero__label {
  font-family: var(--font-display);
  text-transform: none;
  border-radius: 50px;
  font-size: 0.8rem;
}
.contact-typo-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.1;
  transition: color 0.6s ease;
}
[data-theme="light"] .contact-typo-hero h1,
[data-theme="nagai"] .contact-typo-hero h1 { color: var(--text); }
.contact-typo-hero__desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 540px;
  margin: 0;
  line-height: 1.6;
}

/* Data strips */
.contact-data-strips { padding: 32px 0 48px; }
.data-strip {
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
.data-strip__glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
}
.data-strip:hover .data-strip__glow {
  opacity: 1;
  width: 100%;
}
.data-strip__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: all 0.3s ease;
}
[data-theme="nagai"] .data-strip__inner {
  border-radius: 16px;
}
.data-strip:hover .data-strip__inner {
  border-color: var(--border-light);
  transform: translateX(4px);
}
.data-strip__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.data-strip__num {
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--brand);
  opacity: 0.5;
  min-width: 24px;
}
.data-strip__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--border);
  border-radius: 12px;
  color: var(--brand);
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.data-strip:hover .data-strip__icon {
  border-color: var(--brand);
  transform: scale(1.1);
}
.data-strip__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.data-strip__label {
  font-family: var(--font-label);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-dim);
}
.data-strip__value {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.01em;
  transition: color 0.6s ease;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}
[data-theme="light"] .data-strip__value,
[data-theme="nagai"] .data-strip__value { color: var(--text); }
.data-strip__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.data-strip__status {
  font-family: var(--font-label);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-dim);
}
.data-strip__btn {
  display: inline-block;
  padding: 8px 20px;
  background: var(--brand);
  color: var(--bg);
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.15s;
}
.data-strip__btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn);
  text-decoration: none;
}

/* Split section */
.contact-split { padding: 0 0 80px; }
.contact-split__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
}

/* Left decorative panel — hidden */
.contact-split__panel {
  display: none;
}
.contact-deco {
  position: relative;
  width: 200px;
  height: 200px;
}
.contact-deco__line {
  position: absolute;
  background: var(--brand);
  opacity: 0.3;
}
.contact-deco__line--h {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.contact-deco__line--v {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}
.contact-deco__corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--brand);
  opacity: 0.4;
}
.contact-deco__corner--tl { top: 0; left: 0; border-right: none; border-bottom: none; }
.contact-deco__corner--tr { top: 0; right: 0; border-left: none; border-bottom: none; }
.contact-deco__corner--bl { bottom: 0; left: 0; border-right: none; border-top: none; }
.contact-deco__corner--br { bottom: 0; right: 0; border-left: none; border-top: none; }
.contact-deco__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.contact-deco__big {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
  letter-spacing: -0.04em;
}
.contact-deco__small {
  font-family: var(--font-label);
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-dim);
}
.contact-deco__dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}
.contact-deco__dots span {
  width: 4px;
  height: 4px;
  background: var(--brand);
  border-radius: 50%;
  opacity: 0.3;
  animation: dotPulse 2s ease-in-out infinite;
}
.contact-deco__dots span:nth-child(2) { animation-delay: 0.2s; }
.contact-deco__dots span:nth-child(3) { animation-delay: 0.4s; }
.contact-deco__dots span:nth-child(4) { animation-delay: 0.6s; }
.contact-deco__dots span:nth-child(5) { animation-delay: 0.8s; }
.contact-deco__dots span:nth-child(6) { animation-delay: 1.0s; }
.contact-deco__dots span:nth-child(7) { animation-delay: 1.2s; }
.contact-deco__dots span:nth-child(8) { animation-delay: 1.4s; }
.contact-deco__dots span:nth-child(9) { animation-delay: 1.6s; }
@keyframes dotPulse {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.5); }
}

/* Right form — now full width */
.contact-split__form {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  padding: 48px 56px;
  position: relative;
  border-radius: 16px;
}
[data-theme="nagai"] .contact-split__form {
  border-radius: 24px;
}

/* Responsive */
@media (max-width: 960px) {
  .contact-split__grid { grid-template-columns: 1fr; min-height: auto; }
  .contact-split__panel { display: none; }
  .contact-typo-hero__bg { font-size: 5rem; }
  .data-strip__inner { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px; }
  .data-strip__left { gap: 12px; width: 100%; }
  .data-strip__right { width: 100%; justify-content: space-between; }
  .data-strip__value { font-size: 1.05rem; }
  .data-strip__icon { width: 44px; height: 44px; }
}
@media (max-width: 640px) {
  .contact-split__form { padding: 28px 20px; }
  .contact-typo-hero { padding: 80px 0 32px; }
  .data-strip__value { font-size: 0.95rem; }
  .data-strip__inner { padding: 20px; }
}

/* ============================================================
   PRIVACY
   ============================================================ */
/* Privacy page hero */
.page-hero--privacy {
  background: var(--bg);
  border-bottom: 2px solid var(--border);
  padding: 100px 0 48px;
  text-align: center;
}
[data-theme="light"] .page-hero--privacy {
  background: #FFFFFF;
  border-bottom: 1px solid #E2E8F0;
  padding: 110px 0 56px;
}
.page-hero--privacy h1 {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  color: var(--white);
}
[data-theme="light"] .page-hero--privacy h1 {
  color: #0F172A;
}
.page-hero--privacy .page-hero__desc {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0;
}

.privacy-content { padding: 48px 0; }
.privacy-content .container { max-width: 680px; margin: 0 auto; padding: 0 24px; }
.privacy-updated {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--text-dim);
  font-style: italic;
}
[data-theme="light"] .privacy-updated {
  border-top-color: #E2E8F0;
  color: #94A3B8;
}
.privacy-content h2 { font-size: 1rem; margin: 32px 0 10px; color: var(--white); transition: color 0.6s ease; }
[data-theme="light"] .privacy-content h2,
[data-theme="nagai"] .privacy-content h2 { color: var(--text); }
.privacy-content h2:first-child { margin-top: 0; }
.privacy-content p { color: var(--text-muted); line-height: 1.7; margin: 0 0 1rem; }
.privacy-content p strong { color: var(--text); }
.privacy-content a { color: var(--brand); text-decoration: underline; }
.privacy-content ul { margin: 0 0 1rem 1.4rem; color: var(--text-muted); line-height: 1.7; }
.privacy-content ul li::marker { color: var(--brand); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  position: relative;
  z-index: 2;
  background: var(--bg-panel);
  border-top: 2px solid var(--border);
  padding: 56px 0 24px;
  transition: all 0.6s ease;
}
[data-theme="nagai"] .site-footer {
  background: linear-gradient(180deg, rgba(255,107,157,0.05), var(--bg-panel));
  border-top-color: #F0D8D0;
}

/* Accent lijn bovenaan */
.site-footer__accent-line {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--brand) 20%, var(--brand) 80%, transparent 100%);
  opacity: 0.6;
}
[data-theme="light"] .site-footer__accent-line {
  background: var(--brand);
  opacity: 0.4;
}
[data-theme="nagai"] .site-footer__accent-line {
  background: linear-gradient(90deg, transparent 0%, #FF6B9D 20%, #FF8B94 80%, transparent 100%);
}

/* Grid: 4 symmetrische kolommen */
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.site-footer__col--brand { padding-right: 16px; }
.site-footer__desc {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
}

.site-footer__heading {
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  transition: all 0.6s ease;
}
[data-theme="nagai"] .site-footer__heading {
  font-family: var(--font-display);
  text-transform: none;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  border-bottom-color: #F0D8D0;
}

.site-footer__links { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; }
.site-footer__links a {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: all 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.site-footer__links a:hover { color: var(--brand); }
.site-footer__links a::before {
  content: '>';
  font-family: var(--font-label);
  font-size: 0.75rem;
  color: var(--text-dim);
  transition: color 0.15s;
}
.site-footer__links a:hover::before { color: var(--brand); }

/* Contact links met iconen */
.site-footer__links--contact { gap: 12px; }
.site-footer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.15s;
}
.site-footer__contact-link:hover { color: var(--brand); }
.site-footer__contact-link svg {
  color: var(--brand);
  flex-shrink: 0;
  opacity: 0.7;
}

/* Bottom bar: symmetrisch met talen inline */
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
  gap: 12px;
}
.site-footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.site-footer__copy {
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-dim);
  transition: all 0.6s ease;
}
[data-theme="nagai"] .site-footer__copy {
  font-family: var(--font-display);
  text-transform: none;
  font-size: 0.7rem;
}
.site-footer__sep {
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand);
  opacity: 0.5;
}
.site-footer__made {
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-dim);
  transition: all 0.6s ease;
}
[data-theme="nagai"] .site-footer__made {
  font-family: var(--font-display);
  text-transform: none;
  font-size: 0.7rem;
}
.site-footer__kolel {
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}
.site-footer__made a { color: var(--text-dim); transition: color 0.15s; }
.site-footer__made a:hover { color: var(--brand); text-decoration: none; }

/* Compacte taal-dots (inline, geen aparte rij) */
.site-footer__langs {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lang-dot {
  font-family: var(--font-label);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: all 0.15s, border-radius 0.6s ease;
}
[data-theme="nagai"] .lang-dot {
  border-radius: 50px;
  font-family: var(--font-display);
  font-size: 0.7rem;
}
.lang-dot--active {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--bg);
}
[data-theme="nagai"] .lang-dot--active {
  background: #FF6B9D;
  border-color: #FF6B9D;
  color: #fff;
}
.lang-dot:not(.lang-dot--active) {
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
}
.lang-dot:not(.lang-dot--active):hover {
  border-color: var(--border-light);
  color: var(--text);
}

/* ============================================================
   WHATSAPP
   ============================================================ */
.wa-bubble { position: fixed; bottom: 24px; right: 24px; z-index: 2500; }
.wa-btn { width: 52px; height: 52px; background: #25D366; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow-btn); transition: all 0.15s; }
.wa-btn:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0px rgba(0,0,0,0.5); }
.wa-btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0px rgba(0,0,0,0.5); }
.wa-popup { display: none; position: absolute; bottom: 64px; right: 0; width: 280px; background: var(--bg-panel); border: 2px solid var(--border); box-shadow: var(--shadow-hard); }
@media (max-width: 640px) {
  .wa-bubble { bottom: 24px; right: 16px; z-index: 2500; }
  .theme-toggle { bottom: 24px; left: 16px; z-index: 2500; }
}
[data-theme="nagai"] .wa-popup { border-radius: 20px; box-shadow: 8px 8px 0px rgba(255,107,157,0.2); overflow: hidden; }
.wa-popup.open { display: block; animation: waPop 0.2s ease; }
@keyframes waPop { from { opacity: 0; transform: translateY(8px) scale(0.97); } to { opacity: 1; transform: none; } }
.wa-popup__header { background: #075E54; padding: 12px 14px; display: flex; align-items: center; gap: 10px; }
.wa-popup__avatar { width: 36px; height: 36px; background: #25D366; display: flex; align-items: center; justify-content: center; font-size: 0.8125rem; color: #fff; font-weight: 700; flex-shrink: 0; }
.wa-popup__name { font-weight: 700; font-size: 0.875rem; color: #fff; margin: 0; }
.wa-popup__status { font-size: 0.6875rem; color: rgba(255,255,255,0.6); margin: 0; display: flex; align-items: center; gap: 4px; }
.wa-popup__status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #7FEFB4; }
.wa-popup__close { background: none; border: none; color: rgba(255,255,255,0.6); font-size: 1.3rem; cursor: pointer; padding: 0; line-height: 1; }
.wa-popup__close:hover { color: #fff; }
.wa-popup__body { padding: 14px 12px 6px; }
.wa-bubble-msg { background: var(--bg-elevated); border: 1px solid var(--border); padding: 10px 12px; font-size: 0.8125rem; color: var(--text); line-height: 1.5; max-width: 92%; }
[data-theme="nagai"] .wa-bubble-msg { border-radius: 12px; }
.wa-bubble-time { font-family: var(--font-label); font-size: 0.6rem; color: var(--text-dim); text-align: right; margin-top: 3px; }
[data-theme="nagai"] .wa-bubble-time { font-family: var(--font-body); }
.wa-popup__footer { padding: 6px 12px 14px; }
.wa-start-btn { display: block; width: 100%; background: #25D366; color: #fff; border: none; padding: 10px; font-weight: 700; font-size: 0.8125rem; cursor: pointer; text-align: center; text-decoration: none; transition: background 0.15s; }
.wa-start-btn:hover { background: #1ebe5d; color: #fff; text-decoration: none; }

/* ============================================================
   GRID CANVAS
   ============================================================ */
#grid-canvas {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
[data-theme="light"] #grid-canvas,
[data-theme="nagai"] #grid-canvas { opacity: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .dir-grid { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .site-footer__col--brand { grid-column: 1 / -1; padding-right: 0; margin-bottom: 8px; }
  .site-footer__desc { max-width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2rem, 8vw, 3.5rem); }
}
@media (max-width: 900px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    border-bottom: 2px solid var(--border);
    padding: 16px 24px;
    z-index: 999;
  }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; gap: 4px; }
  .site-nav a { display: block; padding: 10px 14px; }
  .nav-toggle {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F1F5F9;
    border-radius: 8px;
    width: 40px;
    height: 36px;
    padding: 6px;
    flex-shrink: 0;
  }
  .nav-toggle span {
    display: block !important;
    width: 22px;
    height: 2.5px;
    background: #0F172A !important;
    margin: 3px 0;
    border-radius: 2px;
  }
  .header__right {
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .special-placements .checkbox-group { grid-template-columns: 1fr; }
  .form-step[data-step="3"] > .field-group > .radio-group { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: clamp(2rem, 9vw, 3rem); }
  .fields-row { grid-template-columns: 1fr; }
  .form-header { padding: 90px 0 36px; }
  .form-wrap { padding: 28px 20px 60px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
[data-theme="light"] .site-footer__kolel { color: #94A3B8; }
.site-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   LANGUAGE SWITCHER
   ============================================================ */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang-flag {
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  opacity: 0.4;
  transition: opacity 0.15s;
  cursor: pointer;
}
.lang-flag:hover {
  opacity: 0.7;
}
.lang-flag.active {
  opacity: 1;
}

/* Header lang switcher */
.header__right .lang-switcher {
  margin-right: 6px;
}

/* Oude lang-dot styling verbergen als lang-switcher aanwezig is */
.lang-switcher + .lang-dot,
.lang-switcher + .lang-dot--active {
  display: none;
}
