/* ============================================================
   Hagerchello v3.2.0
   Clean · Wit · Fris · Modern — terugkeer naar v2.0.0 basis
   Font: Plus Jakarta Sans + Inter
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --wit:      #FFFFFF;
  --achter:   #F4F1EB;
  --kaart:    #FFFFFF;
  --tekst:    #1A1A1A;
  --sub:      #6B7280;
  --rand:     #E5E7EB;
  --accent:   #FCD12A;
  --accent-d: #E8BC00;
  --groen:    #22C55E;
  --schaduw:  0 2px 12px rgba(0,0,0,0.07);
  --schaduw-h:0 8px 28px rgba(0,0,0,0.12);
  --r:        16px;
  --font:     'Plus Jakarta Sans', system-ui, sans-serif;
  --font-t:   'Inter', system-ui, sans-serif;
}

body {
  font-family: var(--font-t);
  background: var(--achter);
  color: var(--tekst);
  font-size: 15px;
  line-height: 1.6;
}

a { color: var(--tekst); text-decoration: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }

/* ── HEADER ─────────────────────────────────────────────── */
.site-header {
  background: var(--wit);
  border-bottom: 1px solid var(--rand);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo-img {
  height: 42px;
  width: auto;
  display: block;
}
.logo-emoji { display: none; }
.logo span  { display: none; }

.header-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-nav a {
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--sub);
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
.header-nav a:hover { background: var(--achter); color: var(--tekst); text-decoration: none; }

/* Thema schakelaar */
.thema-schakelaar {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--achter);
  border-radius: 50px;
  padding: 5px 8px;
  border: 1px solid var(--rand);
}
.thema-knop {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: transform 0.15s, border-color 0.15s;
}
.thema-knop:hover { transform: scale(1.25); }
.thema-knop.actief { border-color: var(--tekst); transform: scale(1.2); }
.thema-knop--wit     { background: #1A1A1A; }
.thema-knop--citroen { background: #FCD12A; border: 2px solid #DDB800; }
.thema-knop--azuur   { background: #007FFF; }
.thema-knop--zand    { background: #D4A96A; }
.thema-knop--koraal  { background: #FF7F50; }
.thema-knop--munt    { background: #16A34A; }

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  background: var(--wit);
  padding: 5rem 1.5rem 4rem;
  text-align: center;
  border-bottom: 1px solid var(--rand);
  position: relative;
  overflow: hidden;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--accent);
  color: var(--tekst);
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.hero h1 {
  font-family: var(--font);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 800;
  color: var(--tekst);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.hero h1 span { color: var(--accent-d); }
.hero-sub {
  font-size: 1.05rem;
  color: var(--sub);
  max-width: 520px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.hero-acties {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 520px;
  margin: 0 auto;
  background: var(--achter);
  border-radius: var(--r);
  border: 1px solid var(--rand);
  overflow: hidden;
}
.hero-stat {
  flex: 1;
  padding: 1.1rem 1rem;
  border-right: 1px solid var(--rand);
  text-align: center;
}
.hero-stat:last-child { border-right: none; }
.hero-stat-getal {
  display: block;
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--tekst);
  line-height: 1;
}
.hero-stat-label { font-size: 0.72rem; color: var(--sub); margin-top: 0.2rem; }

/* Citroen beeld in hero */
.hero-watermark {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(160px, 20vw, 280px);
  height: auto;
  opacity: 0.12;
  pointer-events: none;
  user-select: none;
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--accent);
  color: var(--tekst);
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.75rem 1.75rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.15s, transform 0.12s, box-shadow 0.15s;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(252,209,42,0.35);
}
.btn-primary:hover {
  background: var(--accent-d);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(252,209,42,0.45);
  color: var(--tekst);
  text-decoration: none;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: var(--tekst);
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.75rem 1.75rem;
  border-radius: 10px;
  border: 1.5px solid var(--rand);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  text-decoration: none;
}
.btn-ghost:hover { border-color: #9CA3AF; background: var(--achter); text-decoration: none; color: var(--tekst); }

/* ── FLASH ───────────────────────────────────────────────── */
.flash {
  position: fixed;
  top: 80px;
  right: 1.5rem;
  z-index: 9999;
  max-width: 380px;
  width: calc(100vw - 3rem);
  padding: 1rem 1.25rem 1rem 1rem;
  border-radius: 12px;
  font-size: 0.88rem;
  font-family: var(--font);
  font-weight: 600;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  animation: toast-in 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes toast-in {
  from { opacity: 0; transform: translateX(20px) scale(0.95); }
  to   { opacity: 1; transform: none; }
}
.flash--fout   { background: #FEF2F2; color: #991B1B; border: 1px solid #FECACA; }
.flash--succes { background: #F0FDF4; color: #166534; border: 1px solid #BBF7D0; }
.flash-icoon   { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }
.flash-tekst   { flex: 1; line-height: 1.7; }
.flash-sluit   {
  background: none; border: none; cursor: pointer;
  color: currentColor; opacity: 0.5; font-size: 1.1rem;
  padding: 0; line-height: 1; flex-shrink: 0;
  transition: opacity 0.15s;
}
.flash-sluit:hover { opacity: 1; }

/* ── PRODUCTEN ───────────────────────────────────────────── */
.producten-sectie { padding: 4rem 0 3rem; }

.sectie-kop { text-align: center; margin-bottom: 2.5rem; }
.sectie-kop h2 {
  font-family: var(--font);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--tekst);
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.sectie-kop h2 span { color: var(--accent-d); }
.sectie-sub { color: var(--sub); font-size: 0.95rem; }

.producten-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.product-card {
  background: var(--kaart);
  border-radius: var(--r);
  padding: 1.5rem;
  border: 1.5px solid var(--rand);
  box-shadow: var(--schaduw);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-card:hover:not(.uitverkocht) {
  box-shadow: var(--schaduw-h);
  transform: translateY(-3px);
  border-color: var(--accent);
}
.product-card.uitverkocht { opacity: 0.5; cursor: default; }
.product-card.geselecteerd { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(252,209,42,0.25); }

.product-tags { display: flex; gap: 0.4rem; margin-bottom: 1rem; flex-wrap: wrap; }
.product-tag {
  display: inline-block;
  font-family: var(--font);
  font-size: 0.68rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
  background: var(--achter);
  color: var(--sub);
}
.product-tag--stock { background: #DCFCE7; color: #15803D; }
.product-tag--leeg  { background: #FEE2E2; color: #991B1B; }

.product-emoji { font-size: 2.5rem; margin-bottom: 0.75rem; display: block; }
.product-card h3 {
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tekst);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.product-beschrijving {
  font-size: 0.83rem;
  color: var(--sub);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex: 1;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.product-prijs {
  font-family: var(--font);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--tekst);
}
.product-aantal { display: flex; align-items: center; gap: 0; }
.btn-aantal {
  width: 32px; height: 32px;
  background: var(--achter);
  border: 1.5px solid var(--rand);
  border-radius: 8px;
  color: var(--tekst);
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.12s, border-color 0.12s;
}
.btn-aantal:hover { background: var(--accent); border-color: var(--accent); }
.aantal-input {
  width: 36px; height: 32px;
  background: transparent;
  border: none;
  text-align: center;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--tekst);
}

/* ── MANDJE ──────────────────────────────────────────────── */
.mandje {
  background: var(--tekst);
  color: var(--wit);
  border-radius: var(--r);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  animation: pop 0.2s ease;
}
@keyframes pop { from { opacity: 0; transform: scale(0.98) translateY(6px); } to { opacity: 1; transform: none; } }
.mandje h3 {
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.5rem;
}
.mandje-inhoud { flex: 1; min-width: 200px; }
.mandje-regel { display: flex; justify-content: space-between; font-size: 0.88rem; color: rgba(255,255,255,0.75); padding: 0.2rem 0; }
.mandje-totaal { display: flex; align-items: baseline; gap: 0.5rem; margin-top: 0.6rem; }
.mandje-totaal-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); }
.mandje-totaal-bedrag { font-family: var(--font); font-size: 1.8rem; font-weight: 800; color: var(--accent); }

/* ── BESTELFORMULIER ─────────────────────────────────────── */
.bestel-sectie { padding: 4rem 0; text-align: center; }
.bestel-sectie .bestel-kaart,
.bestel-sectie .terugkerend-banner,
.bestel-sectie form { text-align: left; }
.bestel-kaart {
  background: var(--kaart);
  border-radius: var(--r);
  border: 1.5px solid var(--rand);
  box-shadow: var(--schaduw);
  padding: 2.5rem;
  max-width: 680px;
  margin: 0 auto;
}
.form-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (max-width: 560px) { .form-rij { grid-template-columns: 1fr; } }
.form-veld { display: flex; flex-direction: column; gap: 0.35rem; }
.form-veld--vol { margin-bottom: 1rem; }
.form-veld label {
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sub);
  letter-spacing: 0.02em;
}
.form-veld input, .form-veld textarea {
  background: var(--achter);
  border: 1.5px solid var(--rand);
  border-radius: 10px;
  padding: 0.65rem 0.9rem;
  font-family: var(--font-t);
  font-size: 0.92rem;
  color: var(--tekst);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  width: 100%;
}
.form-veld input:focus, .form-veld textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(252,209,42,0.2);
  background: var(--wit);
}
.form-veld input::placeholder, .form-veld textarea::placeholder { color: #C4C9D4; }
.form-veld textarea { resize: vertical; min-height: 90px; }
.form-actie { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.75rem; flex-wrap: wrap; }
.form-samenvatting { font-size: 0.82rem; color: var(--sub); flex: 1; min-width: 180px; }

/* ── KENMERKEN ───────────────────────────────────────────── */
.kenmerken-sectie { padding: 4rem 0; background: var(--wit); border-top: 1px solid var(--rand); border-bottom: 1px solid var(--rand); }
.kenmerken-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.kenmerk-kaart { background: var(--achter); border-radius: var(--r); padding: 1.5rem; border: 1.5px solid var(--rand); }
.kenmerk-icoon { font-size: 1.8rem; margin-bottom: 0.75rem; display: block; }
.kenmerk-kaart h3 { font-family: var(--font); font-size: 0.95rem; font-weight: 700; color: var(--tekst); margin-bottom: 0.4rem; }
.kenmerk-kaart p { font-size: 0.83rem; color: var(--sub); line-height: 1.6; }

/* ── OVER ────────────────────────────────────────────────── */
.over-sectie { padding: 4rem 0; }
.over-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
@media (max-width: 720px) { .over-grid { grid-template-columns: 1fr; } }
.over-kaart { background: var(--kaart); border-radius: var(--r); border: 1.5px solid var(--rand); box-shadow: var(--schaduw); padding: 2.5rem; }
.over-kaart h2 { font-family: var(--font); font-size: 1.8rem; font-weight: 800; color: var(--tekst); letter-spacing: -0.02em; margin-bottom: 1rem; line-height: 1.2; }
.over-kaart h2 span { color: var(--accent-d); }
.over-kaart p { color: var(--sub); font-size: 0.92rem; line-height: 1.75; margin-bottom: 0.85rem; }
.over-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.over-stat { background: var(--achter); border-radius: 12px; padding: 1.25rem; border: 1.5px solid var(--rand); text-align: center; }
.over-stat-getal { font-family: var(--font); font-size: 2rem; font-weight: 800; color: var(--tekst); display: block; line-height: 1; margin-bottom: 0.25rem; }
.over-stat-label { font-size: 0.75rem; color: var(--sub); }

/* ── FOOTER ──────────────────────────────────────────────── */
.site-footer { background: var(--tekst); color: rgba(255,255,255,0.6); padding: 2.5rem 1.5rem; margin-top: 2rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: var(--font); font-weight: 800; font-size: 1.2rem; color: var(--wit); }
.footer-logo span { color: var(--accent); }
.footer-rechts { font-size: 0.8rem; text-align: right; }
.footer-rechts a { color: var(--accent); }
.footer-warning { font-size: 0.7rem; opacity: 0.4; margin-top: 0.2rem; }

/* ── BEVESTIGING ─────────────────────────────────────────── */
.bevestiging-pagina { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--achter); }
.bevestiging-kaart { background: var(--kaart); border-radius: var(--r); border: 1.5px solid var(--rand); box-shadow: var(--schaduw-h); padding: 3rem 2.5rem; max-width: 500px; width: 100%; text-align: center; margin: 2rem; }
.bevestiging-kaart h1 { font-family: var(--font); font-size: 2rem; font-weight: 800; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.bevestiging-kaart p { color: var(--sub); font-size: 0.9rem; margin-bottom: 2rem; }
.bevestiging-nr { background: var(--achter); border-radius: 10px; padding: 1rem 1.25rem; display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; font-size: 0.85rem; }
.bevestiging-nr span { color: var(--sub); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font); font-weight: 600; }
.bevestiging-nr strong { font-family: var(--font); font-weight: 800; font-size: 1rem; }
.bevestiging-totaal { color: var(--sub); font-size: 0.85rem; margin-bottom: 2rem; }
.geen-producten { text-align: center; color: var(--sub); padding: 4rem 0; font-size: 0.95rem; }

/* ── TERUGKERENDE KLANT BANNER ───────────────────────────── */
.terugkerend-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #FFFBEB;
  border: 1px solid #FDE68A;
  border-left: 3px solid var(--accent-d);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin: 0 auto 1.5rem;
  max-width: 680px;
  flex-wrap: wrap;
}
.terugkerend-icoon { font-size: 1.5rem; flex-shrink: 0; }
.terugkerend-banner div { flex: 1; min-width: 200px; }
.terugkerend-banner strong { display: block; font-family: var(--font); font-size: 0.88rem; font-weight: 700; color: var(--tekst); margin-bottom: 0.15rem; }
.terugkerend-banner span { font-size: 0.8rem; color: var(--sub); }
.terugkerend-wis { font-family: var(--font); font-size: 0.72rem; font-weight: 600; color: var(--sub); background: transparent; border: 1px solid var(--rand); border-radius: 8px; padding: 0.3rem 0.75rem; cursor: pointer; white-space: nowrap; transition: border-color 0.15s, color 0.15s; text-decoration: none; display: inline-block; }
.terugkerend-wis:hover { border-color: var(--tekst); color: var(--tekst); text-decoration: none; }

/* ============================================================
   THEMA'S
   ============================================================ */

/* Citroen */
body.thema-citroen { --achter: #FFFBEB; --accent: #FCD12A; --accent-d: #D97706; --rand: #FDE68A; }
body.thema-citroen .site-header { border-bottom-color: #FDE68A; }
body.thema-citroen .hero { background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%); }
body.thema-citroen .hero_SKIP { background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%); }
body.thema-citroen .hero-badge { background: #FCD12A; }
body.thema-citroen .mandje { background: #1C1917; }

/* Azuur */
body.thema-azuur { --achter: #EFF6FF; --accent: #3B82F6; --accent-d: #1D4ED8; --rand: #BFDBFE; }
body.thema-azuur .site-header { border-bottom-color: #BFDBFE; }
body.thema-azuur .hero { background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%); }
body.thema-azuur .hero_SKIP { background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%); }
body.thema-azuur .hero-badge { background: #3B82F6; color: #fff; }
body.thema-azuur .btn-primary { background: #3B82F6; color: #fff; box-shadow: 0 2px 8px rgba(59,130,246,0.35); }
body.thema-azuur .btn-primary:hover { background: #2563EB; box-shadow: 0 4px 14px rgba(59,130,246,0.45); color: #fff; }
body.thema-azuur .form-veld input:focus, body.thema-azuur .form-veld textarea:focus { border-color: #3B82F6; box-shadow: 0 0 0 3px rgba(59,130,246,0.15); }
body.thema-azuur .product-card:hover:not(.uitverkocht) { border-color: #3B82F6; }
body.thema-azuur .mandje-totaal-bedrag { color: #93C5FD; }

/* Zand */
body.thema-zand { --achter: #FDF8F0; --accent: #D97706; --accent-d: #B45309; --rand: #E7D5B8; }
body.thema-zand .site-header { border-bottom-color: #E7D5B8; }
body.thema-zand .hero { background: linear-gradient(135deg, #FDF8F0 0%, #FEF3C7 100%); }
body.thema-zand .hero_SKIP { background: linear-gradient(135deg, #FDF8F0 0%, #FEF3C7 100%); }
body.thema-zand .hero-badge { background: #D97706; color: #fff; }
body.thema-zand .btn-primary { background: #D97706; color: #fff; box-shadow: 0 2px 8px rgba(217,119,6,0.3); }
body.thema-zand .btn-primary:hover { background: #B45309; color: #fff; }
body.thema-zand .mandje { background: #292524; }

/* Koraal */
body.thema-koraal { --achter: #FFF5F2; --accent: #F97316; --accent-d: #EA580C; --rand: #FDBA74; }
body.thema-koraal .site-header { border-bottom-color: #FDBA74; }
body.thema-koraal .hero { background: linear-gradient(135deg, #FFF5F2 0%, #FFEDD5 100%); }
body.thema-koraal .hero_SKIP { background: linear-gradient(135deg, #FFF5F2 0%, #FFEDD5 100%); }
body.thema-koraal .hero-badge { background: #F97316; color: #fff; }
body.thema-koraal .btn-primary { background: #F97316; color: #fff; box-shadow: 0 2px 8px rgba(249,115,22,0.3); }
body.thema-koraal .btn-primary:hover { background: #EA580C; color: #fff; }
body.thema-koraal .mandje { background: #431407; }
body.thema-koraal .mandje-totaal-bedrag { color: #FED7AA; }
body.thema-koraal .product-card:hover:not(.uitverkocht) { border-color: #F97316; }

/* Munt */
body.thema-munt { --achter: #F0FDF4; --accent: #22C55E; --accent-d: #16A34A; --rand: #BBF7D0; }
body.thema-munt .site-header { border-bottom-color: #BBF7D0; }
body.thema-munt .hero { background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%); }
body.thema-munt .hero_SKIP { background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%); }
body.thema-munt .hero-badge { background: #22C55E; color: #fff; }
body.thema-munt .btn-primary { background: #22C55E; color: #fff; box-shadow: 0 2px 8px rgba(34,197,94,0.3); }
body.thema-munt .btn-primary:hover { background: #16A34A; color: #fff; }
body.thema-munt .form-veld input:focus, body.thema-munt .form-veld textarea:focus { border-color: #22C55E; box-shadow: 0 0 0 3px rgba(34,197,94,0.15); }
body.thema-munt .product-card:hover:not(.uitverkocht) { border-color: #22C55E; }
body.thema-munt .mandje { background: #052E16; }
body.thema-munt .mandje-totaal-bedrag { color: #86EFAC; }

/* ============================================================
   ADMIN
   ============================================================ */
.admin-body { background: #F9FAFB; font-family: var(--font-t); color: #111827; }
.admin-header { background: #111827; border-bottom: 1px solid #1F2937; position: sticky; top: 0; z-index: 50; }
.admin-header-inner { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; height: 56px; display: flex; align-items: center; justify-content: space-between; }
.admin-logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }
.admin-logo-naam { font-family: var(--font); font-weight: 800; font-size: 1.2rem; color: #F9FAFB; letter-spacing: -0.01em; }
.admin-logo-naam span { color: #FCD12A; }
.admin-logo-badge { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #6B7280; border-left: 1px solid #374151; padding-left: 0.5rem; margin-left: 0.25rem; }
.admin-nav { display: flex; align-items: center; gap: 0.25rem; }
.admin-nav a { font-family: var(--font); font-size: 0.78rem; font-weight: 600; color: #6B7280; padding: 0.4rem 0.85rem; border-radius: 8px; text-decoration: none; transition: background 0.15s, color 0.15s; }
.admin-nav a:hover { background: #1F2937; color: #F9FAFB; text-decoration: none; }
.admin-nav a.actief { background: #FCD12A; color: #111827; }
.admin-nav .nav-logout { margin-left: 0.5rem; color: #4B5563 !important; }
.admin-nav .nav-logout:hover { background: #FEE2E2 !important; color: #991B1B !important; }

.admin-main { max-width: 1280px; margin: 0 auto; padding: 2rem 1.5rem 4rem; }
.admin-paginakop { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; flex-wrap: wrap; gap: 0.75rem; }
.admin-paginakop h2 { font-family: var(--font); font-size: 1.8rem; font-weight: 800; color: #111827; letter-spacing: -0.02em; }
.admin-breadcrumb { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #9CA3AF; margin-bottom: 0.2rem; }
.admin-versie { font-size: 0.75rem; color: #9CA3AF; }

.stats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.stat-kaart { background: #fff; border-radius: 12px; padding: 1.25rem 1.5rem; border: 1.5px solid #E5E7EB; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.stat-kaart .label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #9CA3AF; margin-bottom: 0.5rem; }
.stat-kaart .waarde { font-family: var(--font); font-size: 2.2rem; font-weight: 800; color: #111827; line-height: 1; }
.stat-kaart--geel  { border-top: 3px solid #FCD12A; }
.stat-kaart--oranje{ border-top: 3px solid #F97316; }
.stat-kaart--blauw { border-top: 3px solid #3B82F6; }
.stat-kaart--groen { border-top: 3px solid #22C55E; }

.admin-sectie-kop { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.85rem; }
.admin-sectie-kop h3 { font-family: var(--font); font-size: 1.1rem; font-weight: 700; color: #111827; }
.admin-leeg { background: #fff; border: 1.5px dashed #E5E7EB; border-radius: 12px; padding: 2.5rem; text-align: center; color: #9CA3AF; font-size: 0.9rem; margin-bottom: 1.5rem; }

.tabel-wrapper { background: #fff; border-radius: 12px; border: 1.5px solid #E5E7EB; overflow: hidden; margin-bottom: 1.5rem; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.admin-tabel { width: 100%; border-collapse: collapse; font-size: 0.86rem; }
.admin-tabel thead tr { background: #F9FAFB; border-bottom: 1.5px solid #E5E7EB; }
.admin-tabel th { text-align: left; padding: 0.75rem 1rem; font-family: var(--font); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #6B7280; }
.admin-tabel td { padding: 0.85rem 1rem; border-bottom: 1px solid #F3F4F6; color: #111827; vertical-align: middle; }
.admin-tabel tr:last-child td { border-bottom: none; }
.admin-tabel tbody tr:hover td { background: #FAFAFA; }
.admin-tabel a { color: #3B82F6; font-weight: 500; }

.badge { display: inline-block; padding: 3px 10px; border-radius: 50px; font-family: var(--font); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.badge-nieuw       { background: #DBEAFE; color: #1E40AF; }
.badge-bevestigd   { background: #FEF3C7; color: #92400E; }
.badge-gereed      { background: #EDE9FE; color: #5B21B6; }
.badge-verzonden   { background: #DCFCE7; color: #166534; }
.badge-afgehaald   { background: #CCFBF1; color: #065F46; }
.badge-geannuleerd { background: #FEE2E2; color: #991B1B; }

.btn-sm { display: inline-block; padding: 0.35rem 0.9rem; font-family: var(--font); font-size: 0.75rem; font-weight: 600; border-radius: 8px; border: 1.5px solid #E5E7EB; color: #374151; background: #fff; cursor: pointer; text-decoration: none; transition: all 0.15s; }
.btn-sm:hover { background: #F9FAFB; border-color: #9CA3AF; color: #111827; text-decoration: none; }
.btn-sm-primary { background: #FCD12A; border-color: #FCD12A; color: #111827; }
.btn-sm-primary:hover { background: #E8BC00; border-color: #E8BC00; }
.btn-sm-danger { border-color: #FCA5A5; color: #DC2626; }
.btn-sm-danger:hover { background: #FEE2E2; border-color: #F87171; color: #991B1B; }
.btn-sm-ghost { border-color: #E5E7EB; color: #6B7280; }
.btn-sm-ghost:hover { background: #F9FAFB; border-color: #9CA3AF; color: #111827; }

.filter-balk { display: flex; align-items: center; gap: 0.35rem; flex-wrap: wrap; margin-bottom: 1rem; }
.filter-balk span { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #9CA3AF; margin-right: 0.25rem; }
.filter-knop { display: inline-block; padding: 0.3rem 0.85rem; font-family: var(--font); font-size: 0.75rem; font-weight: 600; border-radius: 8px; border: 1.5px solid #E5E7EB; color: #6B7280; background: #fff; cursor: pointer; text-decoration: none; transition: all 0.15s; }
.filter-knop:hover { border-color: #9CA3AF; color: #111827; text-decoration: none; }
.filter-knop.actief { background: #111827; border-color: #111827; color: #fff; }

.voorraad-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.voorraad-kaart { background: #fff; border-radius: 12px; padding: 1.25rem; border: 1.5px solid #E5E7EB; }
.vk-naam { font-family: var(--font); font-size: 0.95rem; font-weight: 700; color: #111827; margin-bottom: 0.75rem; }
.vk-balk-wrap { height: 6px; background: #F3F4F6; border-radius: 50px; margin-bottom: 0.6rem; overflow: hidden; }
.vk-balk { height: 100%; border-radius: 50px; transition: width 0.4s ease; }
.vk-balk--groen { background: #22C55E; } .vk-balk--oranje { background: #F97316; } .vk-balk--rood { background: #EF4444; }
.vk-meta { display: flex; align-items: center; justify-content: space-between; }
.vk-aantal { font-family: var(--font); font-size: 0.82rem; font-weight: 600; }
.vk-aantal--groen { color: #16A34A; } .vk-aantal--oranje { color: #EA580C; } .vk-aantal--rood { color: #DC2626; }

.detail-grid { display: grid; grid-template-columns: 1fr 300px; gap: 1.5rem; align-items: start; }
@media (max-width: 900px) { .detail-grid { grid-template-columns: 1fr; } }
.detail-kaart { background: #fff; border-radius: 12px; border: 1.5px solid #E5E7EB; padding: 1.5rem; margin-bottom: 1rem; }
.detail-kaart-kop { font-family: var(--font); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #9CA3AF; margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid #F3F4F6; }
.detail-tabel { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.detail-tabel td { padding: 0.4rem 0; vertical-align: top; }
.detail-tabel td:first-child { color: #6B7280; width: 130px; font-size: 0.82rem; }
.detail-tabel td:last-child { color: #111827; font-weight: 500; }
.detail-opmerking { background: #FFFBEB; border-left: 3px solid #FCD12A; border-radius: 0 6px 6px 0; padding: 0.6rem 0.85rem; font-size: 0.85rem; color: #78350F; margin-top: 0.75rem; }
.detail-totaalrij td { border-top: 1.5px solid #F3F4F6; padding-top: 0.85rem; font-weight: 800; font-family: var(--font); font-size: 1.05rem; }

.actie-kaart { background: #fff; border-radius: 12px; border: 1.5px solid #E5E7EB; padding: 1.25rem; margin-bottom: 1rem; }
.actie-kaart-kop { font-family: var(--font); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #9CA3AF; margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid #F3F4F6; }
.actie-kaart label { font-family: var(--font); font-size: 0.78rem; font-weight: 600; color: #6B7280; display: block; margin-bottom: 0.35rem; }
.actie-kaart select { border: 1.5px solid #E5E7EB; border-radius: 8px; padding: 0.55rem 0.85rem; font-size: 0.88rem; color: #111827; background: #F9FAFB; width: 100%; margin-bottom: 0.85rem; outline: none; font-family: var(--font-t); }
.huidig-status { margin-bottom: 0.85rem; font-size: 0.85rem; color: #6B7280; }
.betaald-rij { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.85rem; }
.betaald-rij input[type=checkbox] { width: auto; accent-color: #FCD12A; }
.betaald-rij span { font-size: 0.88rem; color: #111827; font-weight: 500; }
.terug-link { font-family: var(--font); font-size: 0.8rem; font-weight: 600; color: #6B7280; text-decoration: none; display: inline-flex; align-items: center; gap: 0.3rem; margin-bottom: 1.5rem; }
.terug-link:hover { color: #111827; text-decoration: none; }

.admin-form { background: #fff; border-radius: 12px; border: 1.5px solid #E5E7EB; padding: 2rem; max-width: 640px; }
.admin-form .form-groep { margin-bottom: 1.1rem; display: flex; flex-direction: column; }
.admin-form label { font-family: var(--font); font-size: 0.75rem; font-weight: 600; color: #6B7280; margin-bottom: 0.35rem; letter-spacing: 0.02em; }
.admin-form input, .admin-form select, .admin-form textarea { border: 1.5px solid #E5E7EB; border-radius: 8px; padding: 0.6rem 0.85rem; font-size: 0.9rem; color: #111827; background: #F9FAFB; font-family: var(--font-t); outline: none; transition: border-color 0.15s; width: 100%; }
.admin-form input:focus, .admin-form select:focus, .admin-form textarea:focus { border-color: #FCD12A; box-shadow: 0 0 0 3px rgba(252,209,42,0.15); background: #fff; }
.admin-form textarea { resize: vertical; min-height: 90px; }
.admin-form-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.admin-form-actie { margin-top: 1.5rem; display: flex; gap: 0.75rem; align-items: center; }
.actief-rij { display: flex; align-items: center; gap: 0.6rem; }
.actief-rij input[type=checkbox] { width: auto; accent-color: #FCD12A; }
.actief-rij span { font-size: 0.88rem; color: #111827; font-weight: 500; }

.admin-flash { padding: 0.85rem 1.25rem; border-radius: 10px; font-family: var(--font); font-size: 0.88rem; font-weight: 600; margin-bottom: 1.5rem; }
.admin-flash--succes { background: #DCFCE7; color: #166534; }
.admin-flash--fout   { background: #FEE2E2; color: #991B1B; }

.login-wrapper { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #111827; }
.login-card { background: #1F2937; border: 1.5px solid #374151; border-radius: 16px; padding: 2.5rem 2rem; width: 100%; max-width: 380px; text-align: center; }
.login-card h1 { font-family: var(--font); font-size: 1.8rem; font-weight: 800; color: #F9FAFB; margin-bottom: 0.25rem; }
.login-card > p { color: #6B7280; font-size: 0.85rem; margin-bottom: 2rem; }
.login-card .form-groep { text-align: left; margin-bottom: 1rem; }
.login-card label { font-family: var(--font); font-size: 0.75rem; font-weight: 600; color: #9CA3AF; display: block; margin-bottom: 0.35rem; }
.login-card input { border: 1.5px solid #374151; border-radius: 8px; padding: 0.65rem 0.85rem; font-size: 0.9rem; color: #F9FAFB; background: #111827; width: 100%; outline: none; font-family: var(--font-t); transition: border-color 0.15s; }
.login-card input:focus { border-color: #FCD12A; }
.login-card input::placeholder { color: #4B5563; }
.login-fout { background: #7F1D1D; border: 1px solid #991B1B; color: #FCA5A5; border-radius: 8px; padding: 0.65rem 1rem; font-size: 0.85rem; margin-bottom: 1.5rem; text-align: left; font-family: var(--font); font-weight: 500; }

/* ── Account pagina ──────────────────────────────────────── */
.account-tabs { display: flex; background: #F3F4F6; border-radius: 10px; padding: 4px; margin-bottom: 1.25rem; gap: 4px; }
.account-tab { flex: 1; font-family: var(--font); font-size: 0.82rem; font-weight: 600; color: var(--sub); background: transparent; border: none; border-radius: 8px; padding: 0.6rem; cursor: pointer; transition: background 0.15s, color 0.15s; }
.account-tab.actief { background: var(--wit); color: var(--tekst); box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.account-kaart { background: var(--kaart); border-radius: var(--r); border: 1.5px solid var(--rand); box-shadow: var(--schaduw); padding: 2rem; }
.akkoord-veld { display: flex; gap: 0.75rem; align-items: flex-start; background: #FFFBEB; border: 1px solid #FDE68A; border-radius: 10px; padding: 1rem; }
.akkoord-veld input[type=checkbox] { width: auto; flex-shrink: 0; margin-top: 2px; accent-color: var(--accent-d); }
.akkoord-veld label { font-size: 0.78rem; color: var(--sub); line-height: 1.6; letter-spacing: 0; text-transform: none; font-weight: 400; cursor: pointer; }

/* ── Captcha ─────────────────────────────────────────────── */
.captcha-wrapper {
  margin-bottom: 1.5rem;
}
.captcha-vraag {
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(249,250,251,0.7);
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}
.captcha-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.captcha-optie {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.15s;
  display: block;
}
.captcha-optie input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}
.captcha-optie img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  transition: opacity 0.15s;
}
.captcha-optie:hover img { opacity: 0.85; }
.captcha-vinkje {
  position: absolute;
  top: 4px; right: 4px;
  background: var(--accent, #FCD12A);
  color: #111;
  width: 20px; height: 20px;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
}
.captcha-optie input[type=radio]:checked ~ img {
  outline: 2px solid var(--accent, #FCD12A);
  outline-offset: -2px;
}
.captcha-optie input[type=radio]:checked ~ .captcha-vinkje {
  display: flex;
}

/* Admin captcha (donkere achtergrond) */
.login-card .captcha-vraag { color: rgba(249,250,251,0.65); }

/* ── Captcha ─────────────────────────────────────────────── */
.captcha-sectie {
  margin-bottom: 1.5rem;
}
.captcha-vraag {
  font-family: var(--font);
  font-size: 0.85rem;
  color: var(--sub);
  margin-bottom: 0.85rem;
}
.captcha-vraag strong {
  color: var(--tekst);
  font-weight: 700;
}
.captcha-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}
.captcha-knop {
  background: var(--achter);
  border: 2px solid var(--rand);
  border-radius: 10px;
  padding: 0.6rem 0.4rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  transition: border-color 0.15s, background 0.15s, transform 0.12s;
}
.captcha-knop img {
  width: 52px;
  height: 52px;
  display: block;
}
.captcha-knop span {
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--sub);
}
.captcha-knop:hover {
  border-color: var(--accent-d);
  background: #FFFBEB;
  transform: translateY(-2px);
}
.captcha-knop.gekozen {
  border-color: var(--accent-d);
  background: #FFFBEB;
  box-shadow: 0 0 0 3px rgba(232,188,0,0.2);
}
.captcha-knop.gekozen span { color: var(--tekst); }

/* Admin login captcha (donker thema) */
.login-card .captcha-vraag { color: rgba(245,241,230,0.6); }
.login-card .captcha-vraag strong { color: #F9FAFB; }
.login-card .captcha-knop {
  background: rgba(255,255,255,0.05);
  border-color: #374151;
}
.login-card .captcha-knop span { color: #9CA3AF; }
.login-card .captcha-knop:hover {
  border-color: #FCD12A;
  background: rgba(252,209,42,0.08);
  transform: translateY(-2px);
}
.login-card .captcha-knop.gekozen {
  border-color: #FCD12A;
  background: rgba(252,209,42,0.1);
  box-shadow: 0 0 0 3px rgba(252,209,42,0.15);
}
.login-card .captcha-knop.gekozen span { color: #FCD12A; }

/* ── Leveringswijze keuze ────────────────────────────────── */
.leveringswijze-keuze { margin-bottom: 1rem; }
.leveringswijze-keuze > label {
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sub);
  display: block;
  margin-bottom: 0.6rem;
}
.leveringswijze-opties {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.leveringswijze-optie {
  cursor: pointer;
  display: block;
}
.leveringswijze-optie input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.optie-kaart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  background: var(--achter);
  border: 2px solid var(--rand);
  border-radius: 10px;
  padding: 1rem 0.75rem;
  text-align: center;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.leveringswijze-optie:hover .optie-kaart {
  border-color: var(--accent-d);
  background: #FFFBEB;
}
.leveringswijze-optie input[type=radio]:checked + .optie-kaart {
  border-color: var(--accent-d);
  background: #FFFBEB;
  box-shadow: 0 0 0 3px rgba(232,188,0,0.2);
}
.optie-icoon { font-size: 1.6rem; line-height: 1; }
.optie-naam  { font-family: var(--font); font-size: 0.88rem; font-weight: 700; color: var(--tekst); }
.optie-sub   { font-size: 0.72rem; color: var(--sub); line-height: 1.4; }

/* ── Communicatie voorkeur ───────────────────────────────── */
.communicatie-keuze { margin-bottom: 1rem; }
.communicatie-keuze > label {
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sub);
  display: block;
  margin-bottom: 0.6rem;
}
.communicatie-opties {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.communicatie-optie { cursor: pointer; display: block; }
.communicatie-optie input[type=radio] { position:absolute; opacity:0; width:0; height:0; }
.communicatie-optie .optie-kaart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  background: var(--achter);
  border: 2px solid var(--rand);
  border-radius: 10px;
  padding: 0.85rem 0.75rem;
  text-align: center;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.communicatie-optie:hover .optie-kaart { border-color: var(--accent-d); background: #FFFBEB; }
.communicatie-optie input[type=radio]:checked + .optie-kaart {
  border-color: var(--accent-d);
  background: #FFFBEB;
  box-shadow: 0 0 0 3px rgba(232,188,0,0.2);
}
.whatsapp-veld { display: none; margin-bottom: 1rem; }
.whatsapp-veld.zichtbaar { display: block; }


/* ============================================================
   RESPONSIVE FIXES v3.7.1
   ============================================================ */

/* ── Hero logo ───────────────────────────────────────────── */
.hero-logo {
  height: 120px;
  width: auto;
  max-width: 85%;
  display: block;
  margin: 0 auto 1.5rem;
}

/* ── Mobiel algemeen ─────────────────────────────────────── */
@media (max-width: 600px) {

  /* Header */
  .header-inner { height: auto; padding: 0.75rem 1rem; flex-wrap: wrap; gap: 0.5rem; }
  .logo-img { height: 28px; }
  .header-nav { gap: 0.25rem; flex-wrap: wrap; }
  .header-nav a { font-size: 0.75rem; padding: 0.3rem 0.5rem; }
  .thema-schakelaar { padding: 4px 6px; }
  .thema-knop { width: 16px; height: 16px; }

  /* Hero */
  .hero { padding: 2.5rem 1rem 2rem; text-align: center; }
  .hero h1 { font-size: 2.2rem; }
  .hero-sub { font-size: 0.92rem; }
  .hero-acties { justify-content: center; }
  .hero-watermark { display: none; }

  /* Stats balk — verticaal op mobiel */
  .hero-stats {
    flex-direction: column;
    max-width: 100%;
    border-radius: 12px;
  }
  .hero-stat {
    border-right: none;
    border-bottom: 1px solid var(--rand);
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .hero-stat:last-child { border-bottom: none; }
  .hero-stat-getal { font-size: 1.2rem; }

  /* Producten */
  .producten-grid { grid-template-columns: 1fr; }

  /* Bestelformulier */
  .bestel-kaart { padding: 1.25rem; }
  .form-rij { grid-template-columns: 1fr; gap: 0.75rem; }
  .leveringswijze-opties { grid-template-columns: 1fr 1fr; }
  .communicatie-opties { grid-template-columns: 1fr 1fr; }

  /* Kenmerken */
  .kenmerken-grid { grid-template-columns: 1fr; }

  /* Over */
  .over-grid { grid-template-columns: 1fr; }
  .over-stats { grid-template-columns: 1fr 1fr; }

  /* Mandje */
  .mandje { padding: 1.25rem; flex-direction: column; align-items: stretch; }
  .mandje .btn-primary { width: 100%; justify-content: center; }

  /* Flash/toast */
  .flash { right: 1rem; left: 1rem; width: auto; max-width: 100%; }
}

/* ── Tablet (600–860px) ──────────────────────────────────── */
@media (max-width: 860px) and (min-width: 601px) {
  .hero-stats { max-width: 100%; }
  .producten-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Admin mobiel ────────────────────────────────────────── */
@media (max-width: 768px) {

  /* Header */
  .admin-header-inner {
    height: auto;
    padding: 0.75rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .admin-nav {
    flex-wrap: wrap;
    gap: 0.25rem;
    width: 100%;
  }
  .admin-nav a { font-size: 0.72rem; padding: 0.35rem 0.65rem; }

  /* Main */
  .admin-main { padding: 1.25rem 1rem 3rem; }
  .admin-paginakop { flex-direction: column; align-items: flex-start; }
  .admin-paginakop h2 { font-size: 1.4rem; }

  /* Stats */
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .stat-kaart .waarde { font-size: 1.6rem; }

  /* Tabellen — horizontaal scrollen */
  .tabel-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .admin-tabel { min-width: 600px; }

  /* Voorraad */
  .voorraad-grid { grid-template-columns: 1fr; }

  /* Detail */
  .detail-grid { grid-template-columns: 1fr; }

  /* Formulieren */
  .admin-form { padding: 1.25rem; }
  .admin-form-rij { grid-template-columns: 1fr; }

  /* Filter balk */
  .filter-balk { gap: 0.25rem; }
  .filter-knop { font-size: 0.68rem; padding: 0.25rem 0.6rem; }
}

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr; }
}

/* ── FAB terug naar boven ────────────────────────────────── */
.fab-top {
  position: fixed;
  bottom: 5.5rem;     /* boven de toast (rechtsonder) */
  right: 1.75rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--tekst);
  color: var(--accent);
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s, transform 0.25s, background 0.15s;
  pointer-events: none;
  z-index: 998;
}
.fab-top.zichtbaar {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.fab-top:hover {
  background: var(--accent);
  color: var(--tekst);
  transform: translateY(-2px);
}

/* ── Klant login op hoofdscherm ──────────────────────────── */
.klant-login-sectie {
  padding: 2rem 1rem;
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.klant-login-kaart {
  background: var(--kaart);
  border-radius: var(--r);
  border: 1.5px solid var(--rand);
  box-shadow: var(--schaduw-h);
  padding: 2rem;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}
.klant-login-form .form-veld label {
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sub);
}
@media (max-width: 600px) {
  .klant-login-sectie {
    padding: 1rem;
    min-height: calc(100vh - 56px);
    align-items: flex-start;
    padding-top: 2rem;
  }
  .klant-login-kaart {
    padding: 1.5rem 1.25rem;
    border-radius: 12px;
    width: 100%;
  }
  .captcha-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.4rem;
  }
  .captcha-knop img { width: 42px; height: 42px; }
  .captcha-knop span { font-size: 0.62rem; }
}
