/* ============================================
   DE TANDENBLEKER ANTWERPEN
   Master Stylesheet — by EMDALY SOLUTIONS
   ============================================ */

/* ============== FONTS — Mark Pro ============== */

@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/MarkPro-Regular.woff2') format('woff2'),
       url('../fonts/MarkPro-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/MarkPro-Medium.woff2') format('woff2'),
       url('../fonts/MarkPro-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/MarkPro-Bold.woff2') format('woff2'),
       url('../fonts/MarkPro-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/MarkPro-Heavy.woff2') format('woff2'),
       url('../fonts/MarkPro-Heavy.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/MarkPro-Heavy.woff2') format('woff2'),
       url('../fonts/MarkPro-Heavy.woff') format('woff');
}

/* ============== DESIGN TOKENS ============== */
:root {
  /* Brand colors — exact match met live detandenblekerantwerpen.be (pixel-picked) */
  --primary:      #2B3C50;  /* dominant brand — header, footer, dark sections */
  --secondary:    #2F4156;  /* hover/secondary variant */
  --dark:         #2B3C50;  /* same as primary — origineel gebruikt één tint, geen zwartere variant */
  --overlay:      #1E2A38;  /* alleen voor overlay gradients, ~15% donkerder */
  
  /* Surface */
  --bg:           #F2F5F7;
  --paper:        #FFFFFF;
  --cream:        #FAF6F0;
  
  /* Accents */
  --mint:         #B8DDD4;
  --mint-d:       #7FB8AA;
  --mint-l:       #DDF0EA;
  
  /* Text */
  --ink:          #2B3C50;
  --ink-soft:     #445366;
  --mute:         #6B7684;
  --mute-soft:    #98A2AE;
  --line:         #E0E5EC;
  
  /* Layout */
  --radius:       16px;
  --radius-sm:    10px;
  --radius-lg:    28px;
  --radius-pill:  999px;
  
  /* Shadows */
  --shadow-sm:    0 1px 2px rgba(15,26,39,.04), 0 2px 8px rgba(15,26,39,.04);
  --shadow-md:    0 8px 24px rgba(15,26,39,.06), 0 2px 6px rgba(15,26,39,.04);
  --shadow-lg:    0 20px 60px rgba(15,26,39,.12), 0 4px 12px rgba(15,26,39,.06);
  
  /* Transitions */
  --t-fast:       180ms cubic-bezier(.2,.8,.2,1);
  --t-base:       320ms cubic-bezier(.2,.8,.2,1);
  --t-slow:       600ms cubic-bezier(.2,.8,.2,1);
  
  /* Typography */
  --sans:         'Mark Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --serif:        'Instrument Serif', 'Times New Roman', Georgia, serif;
  
  /* Layout */
  --max-w:        1400px;
  --max-w-prose:  720px;
  --header-h:     80px;
}

/* ============== RESET ============== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-feature-settings: "ss01", "cv11";
}

img, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--t-fast);
}

ul, ol { list-style: none; }

/* Skip link voor accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--dark);
  color: #FFFFFF;
  padding: 8px 16px;
  z-index: 200;
  transition: top var(--t-fast);
}
.skip-link:focus { top: 0; }

/* ============== TYPOGRAPHY ============== */
.h-display {
  font-family: var(--sans);
  font-weight: 900;
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--dark);
}
.h-display em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--mint-d);
  display: block;
  letter-spacing: -0.02em;
  margin-top: 4px;
}

.h-1 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--dark);
}
.h-1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--mint-d);
}

.h-2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--dark);
}

.h-3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--dark);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--mint-d);
}
.eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--mint-d);
}

.lede {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 56ch;
}

/* ============== LAYOUT ============== */
.wrap {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) { .wrap { padding: 0 40px; } }

.section {
  padding: 80px 0;
}
@media (min-width: 768px) { .section { padding: 120px 0; } }

.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--dark { background: var(--dark); color: #FFFFFF; }
.section--dark .h-display,
.section--dark .h-1,
.section--dark .h-2,
.section--dark .h-3 { color: #FFFFFF; }
.section--dark .h-display em,
.section--dark .h-1 em,
.section--dark .eyebrow { color: var(--mint); }
.section--dark .eyebrow::before { background: var(--mint); }
.section--dark .lede { color: rgba(255,255,255,.8); }

/* ============== BUTTONS ============== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  border-radius: var(--radius-pill);
  transition: all var(--t-base);
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
}
.btn svg { transition: transform var(--t-fast); }
.btn:hover svg { transform: translateX(3px); }

.btn--white {
  background: #FFFFFF;
  color: var(--dark);
  border-color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(255,255,255,.15);
}
.btn--white:hover {
  background: var(--mint);
  border-color: var(--mint);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(184,221,212,.4);
}

.btn--dark {
  background: var(--dark);
  color: #FFFFFF;
  border-color: var(--dark);
}
.btn--dark:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.btn--mint {
  background: var(--mint);
  color: var(--dark);
  border-color: var(--mint);
}
.btn--mint:hover {
  background: var(--mint-d);
  border-color: var(--mint-d);
  transform: translateY(-3px);
}

.btn--ghost {
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #FFFFFF;
  border-color: rgba(255,255,255,.3);
}
.btn--ghost:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.6);
}

.btn--outline {
  background: transparent;
  color: var(--dark);
  border-color: var(--line);
}
.btn--outline:hover {
  border-color: var(--dark);
  background: var(--dark);
  color: #FFFFFF;
}

.btn--sm {
  padding: 12px 24px;
  font-size: 14px;
}
.btn--lg {
  padding: 22px 40px;
  font-size: 16px;
}
.btn--full { width: 100%; }

/* ============== SITE HEADER ============== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(43, 60, 80, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background var(--t-base);
}
.site-header.is-scrolled {
  background: rgba(43, 60, 80, 0.95);
  border-bottom-color: rgba(255,255,255,.12);
}

.site-header__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 768px) {
  .site-header__inner { padding: 16px 40px; }
}

.site-header__brand {
  display: block;
  flex-shrink: 0;
}
.site-header__logo {
  height: 48px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.2));
}
@media (min-width: 768px) {
  .site-header__logo { height: 56px; }
}

.site-header__nav {
  display: none;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  margin-right: 24px;
}
@media (min-width: 1024px) {
  .site-header__nav { display: flex; }
}
.site-header__nav a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,.9);
  position: relative;
  padding: 4px 0;
}
.site-header__nav a::after {
  content: '';
  position: absolute;
  bottom: -6px; left: 0;
  width: 0; height: 2px;
  background: var(--mint);
  transition: width var(--t-base);
}
.site-header__nav a:hover::after,
.site-header__nav a.is-active::after { width: 100%; }
.site-header__nav a:hover,
.site-header__nav a.is-active { color: var(--mint); }

.site-header__cta {
  padding: 12px 22px;
  font-size: 14px;
  display: none;
}
@media (min-width: 768px) {
  .site-header__cta { display: inline-flex; }
}

.site-header__burger {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
}
@media (min-width: 1024px) {
  .site-header__burger { display: none; }
}
.site-header__burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #FFFFFF;
  transition: transform var(--t-fast), opacity var(--t-fast);
  border-radius: 2px;
}
.site-header__burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-header__burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header__mobile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 24px 32px;
  border-top: 1px solid rgba(255,255,255,.1);
  background: var(--dark);
}
.site-header__mobile a {
  padding: 16px 0;
  font-size: 17px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header__mobile a.btn {
  margin-top: 16px;
  border-bottom: 0;
  justify-content: center;
}

main { padding-top: 0; }

/* ============== SITE FOOTER ============== */
.site-footer {
  background: var(--dark);
  color: #FFFFFF;
  padding: 80px 0 24px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 40px;
  left: -60px;
  width: 380px;
  height: 380px;
  background-image: url('../img/logo/icon-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .04;
  pointer-events: none;
}

.site-footer__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
@media (min-width: 768px) {
  .site-footer__inner { padding: 0 40px; }
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
@media (min-width: 640px) {
  .site-footer__top { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .site-footer__top { grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; }
}

.site-footer__brand .site-footer__logo {
  height: 56px;
  width: auto;
  margin-bottom: 20px;
}
.site-footer__tagline {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
  max-width: 28ch;
  margin-bottom: 24px;
}

.site-footer__socials {
  display: flex;
  gap: 12px;
}
.site-footer__socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all var(--t-fast);
}
.site-footer__socials a:hover {
  background: var(--mint);
  color: var(--dark);
  transform: translateY(-2px);
}

.site-footer__col h4 {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--mint);
  margin-bottom: 16px;
}
.site-footer__col p {
  font-size: 14px;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
  margin-bottom: 12px;
}
.site-footer__col p:last-child { margin-bottom: 0; }
.site-footer__col a {
  color: rgba(255,255,255,.85);
  transition: color var(--t-fast);
}
.site-footer__col a:hover { color: var(--mint); }

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer__links a {
  font-size: 14px;
  color: rgba(255,255,255,.75);
}
.site-footer__links a:hover { color: var(--mint); }

.site-footer__bar {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.5);
}
.site-footer__bar a {
  color: rgba(255,255,255,.7);
  border-bottom: 1px dotted rgba(255,255,255,.3);
}
.site-footer__bar a:hover {
  color: var(--mint);
  border-bottom-color: var(--mint);
}
@media (min-width: 640px) {
  .site-footer__bar {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ============== STICKY MOBILE CTA ============== */
.mobile-cta {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 90;
  background: var(--dark);
  color: #FFFFFF;
  padding: 16px 24px;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(15,26,39,.3);
  transition: transform var(--t-base), opacity var(--t-base), visibility 0s linear var(--t-base);
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.mobile-cta svg { width: 14px; height: 14px; }
.mobile-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: transform var(--t-base), opacity var(--t-base);
}
@media (min-width: 768px) {
  .mobile-cta { display: none !important; }
}

/* ============== WHATSAPP FAB ============== */
.whatsapp-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 91;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,.4);
  transition: all var(--t-base);
  animation: wa-pulse 2.5s ease-in-out infinite;
}
.whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(37,211,102,.6);
}
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,.5); }
  50% { box-shadow: 0 8px 24px rgba(37,211,102,.4), 0 0 0 12px rgba(37,211,102,0); }
}
@media (max-width: 767px) {
  .whatsapp-fab {
    bottom: 88px;
    right: 16px;
    width: 52px;
    height: 52px;
  }
  .whatsapp-fab svg { width: 24px; height: 24px; }
}

/* ============== MARQUEE ============== */
.marquee {
  background: var(--dark);
  padding: 22px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.marquee__track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: scroll 40s linear infinite;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  font-weight: 600;
}
.marquee__track span:nth-child(even) { color: var(--mint); }
@keyframes scroll {
  to { transform: translateX(-50%); }
}

/* ============== REVEAL ANIMATIONS ============== */
.js-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .9s cubic-bezier(.2,.8,.2,1) var(--d, 0s),
              transform .9s cubic-bezier(.2,.8,.2,1) var(--d, 0s);
}
.js-enabled .reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ============== ACCESSIBILITY ============== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

:focus-visible {
  outline: 2px solid var(--mint-d);
  outline-offset: 3px;
  border-radius: 4px;
}

/* iOS safe area */
@supports (padding: max(0px)) {
  .mobile-cta { bottom: max(16px, env(safe-area-inset-bottom)); }
}

/* ============================================
   HOMEPAGE COMPONENTS
   ============================================ */

/* ============== HERO HOME ============== */
.hero-home {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 140px 24px 100px;
  background: var(--dark);
}
@media (min-width: 768px) {
  .hero-home { padding: 140px 40px 100px; }
}

.hero-home__video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}

.hero-home__bg-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: 
    radial-gradient(ellipse at top right, rgba(184,221,212,.12) 0%, transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(255,255,255,.05) 0%, transparent 50%),
    linear-gradient(135deg, var(--dark) 0%, var(--primary) 50%, var(--secondary) 100%);
}

.hero-home__overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at top right, rgba(184,221,212,.15), transparent 50%),
    linear-gradient(135deg, rgba(43,60,80,.55) 0%, rgba(43,60,80,.35) 60%, rgba(43,60,80,.55) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-home__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(43,60,80,.25) 100%);
  z-index: 3;
  pointer-events: none;
}

.hero-home__tooth-deco {
  position: absolute;
  right: -80px;
  top: -100px;
  width: 280px;
  height: 280px;
  background-image: url('../img/logo/icon-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .04;
  pointer-events: none;
  z-index: 4;
}

.hero-home__inner {
  position: relative;
  z-index: 10;
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
  min-height: calc(100vh - 240px);
}
@media (min-width: 1024px) {
  .hero-home__inner {
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
  }
}

.hero-home__copy { position: relative; }

.hero-home__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  color: #FFFFFF;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 36px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-home__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(184,221,212,.3), 0 0 12px rgba(184,221,212,.5);
  animation: hero-pulse 2s ease-in-out infinite;
}
@keyframes hero-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(184,221,212,.3), 0 0 12px rgba(184,221,212,.5); }
  50% { box-shadow: 0 0 0 10px rgba(184,221,212,.05), 0 0 20px rgba(184,221,212,.2); }
}

.hero-home__title {
  font-family: var(--sans);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-shadow: 0 4px 30px rgba(0,0,0,.3);
}
.hero-home__title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--mint);
  display: block;
  letter-spacing: -0.02em;
  font-size: 1em;
  margin-top: 4px;
}

.hero-home__lede {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,.85);
  max-width: 480px;
  margin: 36px 0 40px;
  font-weight: 400;
}

.hero-home__usps {
  display: flex;
  gap: 28px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.hero-home__usp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: .03em;
}
.hero-home__usp::before {
  content: '';
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231C2448' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M3.5 8l3 3 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  flex-shrink: 0;
}

.hero-home__cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .hero-home__cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-home__cta-row .btn {
    justify-content: center;
  }
}

/* ============== STAT CARD ============== */
.hero-home__visual { position: relative; }

.stat-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
@media (max-width: 600px) {
  .stat-card { padding: 28px 24px; }
}

.stat-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.15), transparent 70%);
  pointer-events: none;
}
.stat-card::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,221,212,.2), transparent 70%);
  pointer-events: none;
}

.stat-card__inner { position: relative; z-index: 2; }

.stat-card__label {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 12px;
  font-weight: 700;
}
.stat-card__title {
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 36px;
  line-height: 1.2;
}

.stat-card__numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 32px;
}
.stat-num {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.stat-num:nth-child(odd) {
  padding-right: 24px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.stat-num:nth-child(even) { padding-left: 24px; }
.stat-num:nth-child(3),
.stat-num:nth-child(4) { border-bottom: 0; }

.stat-num__value {
  font-family: var(--sans);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 10px;
}
.stat-num__value sup {
  font-size: 0.55em;
  color: var(--mint);
  font-weight: 700;
  vertical-align: baseline;
  position: relative;
  top: -0.08em;
}
.stat-num__value .star {
  font-size: 0.55em;
  color: var(--mint);
  margin-right: 4px;
  filter: drop-shadow(0 2px 6px rgba(184,221,212,.5));
}
.stat-num__label {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  font-weight: 600;
}

.stat-card__footer {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stat-card__google {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.85);
  font-weight: 500;
}
.stat-card__stars {
  color: var(--mint);
  letter-spacing: 3px;
  font-size: 16px;
  text-shadow: 0 0 12px rgba(184,221,212,.4);
}

/* Sound toggle */
.sound-toggle {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 20;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--t-fast);
}
.sound-toggle:hover {
  background: rgba(255,255,255,.2);
  transform: scale(1.05);
}
.sound-toggle svg { color: #FFFFFF; }
@media (max-width: 600px) {
  .sound-toggle { display: none; }
}

.scroll-indicator {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  color: rgba(255,255,255,.5);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: scroll-bounce 2s ease-in-out infinite;
}
@keyframes scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}
.scroll-indicator svg { width: 14px; height: 14px; }
@media (max-width: 1023px) {
  .scroll-indicator { display: none; }
}

/* ============== SECTION HEADERS ============== */
.section-head { margin-bottom: 56px; }
@media (min-width: 768px) { .section-head { margin-bottom: 72px; } }

.section-cta {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}

/* ============== WHY GRID (5 redenen) ============== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
@media (min-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
}

.why-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 24px;
  transition: all var(--t-base);
  position: relative;
}
.why-card:hover {
  border-color: var(--mint-d);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.why-card__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 36px;
  font-weight: 400;
  color: var(--mint-d);
  margin-bottom: 16px;
  line-height: 1;
}
.why-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.3;
}
.why-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--mute);
}

/* ============== TREATMENTS GRID ============== */
.treatments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
@media (min-width: 768px) {
  .treatments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .treatments-grid { grid-template-columns: repeat(4, 1fr); }
}

.treatment-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all var(--t-base);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}
.treatment-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 3px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-base);
}
.treatment-card:hover {
  border-color: var(--mint-d);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.treatment-card:hover::before { transform: scaleX(1); }

.treatment-card--dark {
  background: var(--dark);
  color: #FFFFFF;
  border-color: var(--dark);
}
.treatment-card--dark p { color: rgba(255,255,255,.7); }
.treatment-card--dark .treatment-card__price { color: #FFFFFF; }
.treatment-card--dark::before { background: var(--mint); }

.treatment-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.treatment-card__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mint-d);
  padding: 4px 10px;
  background: var(--mint-l);
  border-radius: var(--radius-pill);
}
.treatment-card__tag--featured {
  background: var(--mint);
  color: var(--dark);
}
.treatment-card__tag--vip {
  background: rgba(255,255,255,.1);
  color: var(--mint);
  border: 1px solid rgba(184,221,212,.4);
}
.treatment-card__sessions {
  font-size: 12px;
  color: var(--mute);
  font-weight: 500;
}
.treatment-card--dark .treatment-card__sessions { color: rgba(255,255,255,.5); }

.treatment-card h3 { margin: 0; font-size: 18px; line-height: 1.3; }
.treatment-card--dark h3 { color: #FFFFFF; }

.treatment-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--mute);
  flex: 1;
}

.treatment-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.treatment-card--dark .treatment-card__bottom { border-top-color: rgba(255,255,255,.1); }

.treatment-card__price {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--dark);
}
.treatment-card__more {
  font-size: 13px;
  font-weight: 600;
  color: var(--mint-d);
  letter-spacing: .02em;
  transition: transform var(--t-fast);
}
.treatment-card--dark .treatment-card__more { color: var(--mint); }
.treatment-card:hover .treatment-card__more { transform: translateX(4px); }

/* ============== BEFORE / AFTER ============== */
.ba-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .ba-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.ba-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all var(--t-base);
}
.ba-card:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.2);
}

.ba-card__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.ba-card__img {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
}
.ba-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow);
}
.ba-card:hover .ba-card__img img { transform: scale(1.05); }

.ba-card__label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0,0,0,.7);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ba-card__label--after {
  background: var(--mint);
  color: var(--dark);
}

.ba-card__caption h3 {
  color: #FFFFFF;
  margin-bottom: 6px;
  font-size: 17px;
}
.ba-card__caption p {
  color: rgba(255,255,255,.7);
  font-size: 14px;
}

/* ============== STEPS ============== */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .steps-grid { grid-template-columns: repeat(4, 1fr); }
}

.step-card {
  position: relative;
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .step-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 32px;
    right: -12px;
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, var(--line), transparent);
  }
}

.step-card__num {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.step-card__num span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 48px;
  font-weight: 400;
  color: var(--mint-d);
  line-height: 1;
}
.step-card__num svg {
  width: 28px;
  height: 28px;
  color: var(--mute);
  opacity: .4;
}

.step-card h3 {
  margin-bottom: 8px;
  font-size: 18px;
}
.step-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--mute);
}

/* ============== REVIEWS ============== */
.reviews-summary {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 16px 24px;
  border-radius: var(--radius-pill);
}
.reviews-summary__stars {
  color: #F4B400;
  font-size: 20px;
  letter-spacing: 3px;
}
.reviews-summary__text {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 13px;
  color: var(--mute);
}
.reviews-summary__text strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.01em;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
}

.review-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all var(--t-base);
}
.review-card:hover {
  border-color: var(--mint-d);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.review-card__stars {
  color: #F4B400;
  font-size: 16px;
  letter-spacing: 3px;
}
.review-card__quote {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
  flex: 1;
}
.review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--mint-l);
  color: var(--mint-d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.review-card__author strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}
.review-card__author span {
  font-size: 12px;
  color: var(--mute);
}

/* ============== FINAL CTA SECTION ============== */
.cta-final {
  background: var(--dark);
  color: #FFFFFF;
  padding: 100px 24px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cta-final { padding: 140px 40px; }
}


/* ============================================
   BLOK 3 + 4 — SUBPAGES & UNIQUE FEATURES
   ============================================ */


/* ============== PAGE HERO (subpagina's) ============== */
.page-hero {
  background: var(--dark);
  color: #FFFFFF;
  padding: 160px 24px 100px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-hero { padding: 200px 40px 120px; }
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
  background-image: url('../img/logo/icon-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .06;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 900px) {
  .page-hero::before {
    width: 180px;
    height: 180px;
    right: 2%;
    opacity: .05;
  }
}
@media (max-width: 600px) {
  .page-hero::before {
    width: 130px;
    height: 130px;
    opacity: .04;
  }
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top right, rgba(184,221,212,.12), transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(255,255,255,.04), transparent 50%);
  pointer-events: none;
}
.page-hero__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page-hero__crumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  font-weight: 600;
  margin-bottom: 32px;
}
.page-hero__crumbs a {
  color: var(--mint);
  border-bottom: 1px dotted rgba(184,221,212,.4);
}
.page-hero__crumbs a:hover { color: #FFFFFF; }
.page-hero__crumbs span { opacity: .4; }

.page-hero__title {
  font-family: var(--sans);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-bottom: 8px;
  max-width: 14ch;
}
.page-hero__title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--mint);
  display: block;
  margin-top: 4px;
  letter-spacing: -0.02em;
}
.page-hero__lede {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.6;
  color: rgba(255,255,255,.82);
  max-width: 56ch;
  margin-top: 28px;
}


/* ============== BEHANDELINGEN — DETAIL CARDS ============== */
.treatments-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .treatments-detail { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (min-width: 1100px) {
  .treatments-detail { grid-template-columns: repeat(3, 1fr); }
}

.treatment-detail {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: all var(--t-base);
}
.treatment-detail:hover {
  border-color: var(--mint-d);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.treatment-detail::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 600ms cubic-bezier(.2,.8,.2,1);
}
.treatment-detail:hover::before { transform: scaleX(1); }

.treatment-detail--featured {
  background: linear-gradient(160deg, var(--paper) 0%, var(--mint-l) 100%);
  border-color: var(--mint);
}
.treatment-detail--featured::before { transform: scaleX(1); background: var(--mint-d); }

.treatment-detail--dark {
  background: var(--dark);
  color: #FFFFFF;
  border-color: var(--dark);
}
.treatment-detail--dark .treatment-detail__head h3,
.treatment-detail--dark .treatment-detail__price,
.treatment-detail--dark .treatment-detail__features li { color: #FFFFFF; }
.treatment-detail--dark .treatment-detail__features li::before {
  background: var(--mint);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231C2448' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M3.5 8l3 3 6-6'/></svg>");
}
.treatment-detail--dark .treatment-detail__meta,
.treatment-detail--dark .treatment-detail__desc { color: rgba(255,255,255,.7); }
.treatment-detail--dark .treatment-detail__divider { background: rgba(255,255,255,.12); }
.treatment-detail--dark::before { background: var(--mint); }

.treatment-detail__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.treatment-detail__tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mint-d);
  padding: 5px 12px;
  background: var(--mint-l);
  border-radius: var(--radius-pill);
}
.treatment-detail__tag--vip {
  background: rgba(184,221,212,.15);
  color: var(--mint);
  border: 1px solid rgba(184,221,212,.4);
}
.treatment-detail__tag--top {
  background: var(--mint);
  color: var(--dark);
}
.treatment-detail__head h3 {
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--dark);
}
.treatment-detail__head h3 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--mint-d);
}

.treatment-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: var(--mute);
  font-weight: 500;
}
.treatment-detail__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.treatment-detail__meta svg {
  width: 14px;
  height: 14px;
  opacity: .6;
}

.treatment-detail__desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  flex-grow: 1;
}

.treatment-detail__divider {
  height: 1px;
  background: var(--line);
  margin: 4px 0;
}

.treatment-detail__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  list-style: none;
  padding: 0;
}
.treatment-detail__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.treatment-detail__features li::before {
  content: '';
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  background: var(--mint-l);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%237FB8AA' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M3.5 8l3 3 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}

.treatment-detail__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.treatment-detail--dark .treatment-detail__bottom { border-top-color: rgba(255,255,255,.12); }

.treatment-detail__price {
  font-family: var(--sans);
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--dark);
  line-height: 1;
}
.treatment-detail__price small {
  font-size: 13px;
  font-weight: 500;
  color: var(--mute);
  letter-spacing: 0;
  margin-left: 2px;
}
.treatment-detail--dark .treatment-detail__price small { color: rgba(255,255,255,.6); }

.treatment-detail__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--mint-d);
  letter-spacing: .02em;
  white-space: nowrap;
}
.treatment-detail__cta svg { transition: transform var(--t-fast); width: 14px; height: 14px; }
.treatment-detail:hover .treatment-detail__cta svg { transform: translateX(4px); }
.treatment-detail--dark .treatment-detail__cta { color: var(--mint); }


/* ============== INFO BLOCKS (split editorial layout) ============== */
.info-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 900px) {
  .info-block { grid-template-columns: 1fr 1fr; gap: 80px; }
}
.info-block--reverse > .info-block__media { order: -1; }
@media (min-width: 900px) {
  .info-block--reverse > .info-block__media { order: 2; }
}

.info-block__copy h2 {
  margin-bottom: 20px;
}
.info-block__copy p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.info-block__copy p:last-child { margin-bottom: 0; }

.info-block__media {
  position: relative;
}
.info-block__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg);
}
.info-block__media-tag {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--paper);
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  box-shadow: var(--shadow-md);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.info-block__media-tag::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint-d);
  box-shadow: 0 0 0 4px var(--mint-l);
}


/* ============== SHADE METER (VITA scale) ============== */
.shade-meter {
  background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
  color: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shade-meter { padding: 72px 56px; }
}
.shade-meter::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background-image: url('../img/logo/icon-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .035;
  pointer-events: none;
}
.shade-meter__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .shade-meter__head { grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: end; }
}
.shade-meter__head h2 { color: #FFFFFF; max-width: 18ch; }
.shade-meter__head h2 em { color: var(--mint); }
.shade-meter__head p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.75);
}

.shade-scale {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .shade-scale { grid-template-columns: repeat(8, 1fr); }
}
.shade-tooth {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 12px 12px 18px 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px 4px;
  box-shadow: inset 0 -8px 16px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.2);
  transition: transform var(--t-base);
}
.shade-tooth:hover { transform: translateY(-6px); }
.shade-tooth__label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(0,0,0,.5);
  letter-spacing: .04em;
}
.shade-tooth__active {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  color: var(--mint);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transition: opacity var(--t-base);
}
.shade-tooth.is-target { animation: shade-glow 2.5s ease-in-out infinite; }
.shade-tooth.is-target .shade-tooth__active { opacity: 1; }
@keyframes shade-glow {
  0%, 100% { box-shadow: inset 0 -8px 16px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.2), 0 0 0 0 rgba(184,221,212,.6); }
  50% { box-shadow: inset 0 -8px 16px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.2), 0 0 0 12px rgba(184,221,212,0); }
}

.shade-meter__legend {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  font-weight: 600;
  position: relative;
  z-index: 2;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
}


/* ============== FAQ ============== */
.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
  padding: 6px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  width: fit-content;
}
@media (max-width: 600px) {
  .faq-tabs {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    border-radius: var(--radius);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .faq-tabs::-webkit-scrollbar { display: none; }
}
.faq-tab {
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--mute);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all var(--t-fast);
  border: 0;
  background: transparent;
  white-space: nowrap;
}
.faq-tab:hover { color: var(--dark); }
.faq-tab.is-active {
  background: var(--dark);
  color: #FFFFFF;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 880px;
}
.faq-list[hidden] { display: none; }

.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.faq-item:hover { border-color: var(--mint-d); }
.faq-item.is-open {
  border-color: var(--mint-d);
  box-shadow: var(--shadow-md);
}

.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 24px 28px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.01em;
  line-height: 1.4;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.faq-item__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--mint-l);
  color: var(--mint-d);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--t-base), background var(--t-base);
}
.faq-item__icon svg {
  width: 14px; height: 14px;
  transition: transform var(--t-base);
}
.faq-item.is-open .faq-item__icon {
  background: var(--mint);
  transform: rotate(180deg);
}

.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms cubic-bezier(.2,.8,.2,1);
}
.faq-item.is-open .faq-item__a { max-height: 800px; }
.faq-item__a-inner {
  padding: 0 28px 26px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.faq-item__a-inner p { margin-bottom: 12px; }
.faq-item__a-inner p:last-child { margin-bottom: 0; }


/* ============== CONTACT PAGE ============== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 900px) {
  .contact-grid { grid-template-columns: 1fr 1.2fr; gap: 64px; }
}

.contact-info h2 { margin-bottom: 20px; }
.contact-info > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 32px;
  max-width: 42ch;
}

.contact-info__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: all var(--t-base);
}
.contact-info__item:hover {
  border-color: var(--mint-d);
  transform: translateX(4px);
}
.contact-info__item-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mint-l);
  color: var(--mint-d);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info__item-icon svg { width: 20px; height: 20px; }
.contact-info__item-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact-info__item-text strong {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mint-d);
  margin-bottom: 2px;
}
.contact-info__item-text a,
.contact-info__item-text span {
  font-size: 16px;
  color: var(--dark);
  font-weight: 600;
  line-height: 1.5;
}
.contact-info__item-text a:hover { color: var(--mint-d); }
.contact-info__item-text small {
  font-size: 13px;
  color: var(--mute);
  font-weight: 500;
  margin-top: 2px;
}


/* ============== FORM ============== */
.contact-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow-md);
}
@media (min-width: 768px) {
  .contact-form { padding: 48px 44px; }
}
.contact-form h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--dark);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.contact-form > p {
  font-size: 14px;
  color: var(--mute);
  margin-bottom: 28px;
  line-height: 1.6;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 600px) {
  .form-row--2 { grid-template-columns: 1fr 1fr; }
}

.form-field { margin-bottom: 18px; position: relative; }
.form-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 8px;
}
.form-field label .req { color: #D9534F; margin-left: 2px; }

.form-field input,
.form-field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--dark);
  padding: 14px 16px;
  background: var(--bg);
  border: 1.5px solid transparent;
  border-radius: var(--radius-sm);
  transition: all var(--t-fast);
  outline: none;
}
.form-field input:hover,
.form-field textarea:hover { background: #EBF1F4; }
.form-field input:focus,
.form-field textarea:focus {
  background: var(--paper);
  border-color: var(--mint-d);
  box-shadow: 0 0 0 4px rgba(184,221,212,.2);
}
.form-field textarea { resize: vertical; min-height: 130px; line-height: 1.5; }

.form-field--honey { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.form-actions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-note {
  font-size: 12px;
  color: var(--mute);
  text-align: center;
  line-height: 1.5;
}
.form-note a { color: var(--mint-d); text-decoration: underline; text-underline-offset: 2px; }

.form-error {
  background: #FDF2F2;
  border: 1px solid #F8D7D9;
  color: #842029;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  margin-bottom: 24px;
}


/* ============== MAP ============== */
.contact-map {
  margin-top: 64px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  aspect-ratio: 21 / 9;
  position: relative;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 768px) {
  .contact-map { aspect-ratio: 4 / 5; }
}


/* ============== AFSPRAAK / BOOKING ============== */
.booking-frame {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  min-height: 800px;
  margin-top: 32px;
}
.booking-frame iframe {
  width: 100%;
  border: 0;
  display: block;
  min-height: 800px;
}

.booking-help {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 40px;
}
@media (min-width: 700px) {
  .booking-help { grid-template-columns: 1fr 1fr; }
}
.booking-help__card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: all var(--t-fast);
}
.booking-help__card:hover {
  border-color: var(--mint-d);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.booking-help__icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--mint-l);
  color: var(--mint-d);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.booking-help__icon svg { width: 20px; height: 20px; }
.booking-help__text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 2px;
}
.booking-help__text a {
  font-size: 14px;
  color: var(--mint-d);
  font-weight: 600;
}
.booking-help__text a:hover { color: var(--dark); }


/* ============== OVER ONS ============== */
.about-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}
@media (min-width: 900px) {
  .about-intro { grid-template-columns: 1.1fr 1fr; gap: 80px; }
}

.about-intro__copy h2 { margin-bottom: 24px; }
.about-intro__copy p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.about-intro__copy p.lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-weight: 400;
  color: var(--dark);
  line-height: 1.4;
  margin-bottom: 24px;
}

.about-intro__visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(160deg, var(--mint-l), var(--cream));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
}
.about-intro__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-intro__visual-placeholder {
  width: 60%;
  height: 60%;
  background-image: url('../img/logo/icon-dark.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .15;
}
.about-intro__badge {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 130px;
  height: 130px;
  background: var(--dark);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  font-weight: 800;
  text-align: center;
  box-shadow: var(--shadow-lg);
  transform: rotate(-8deg);
}
.about-intro__badge strong {
  font-size: 32px;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--mint);
}
.about-intro__badge span {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
  font-weight: 600;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 700px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .values-grid { grid-template-columns: repeat(3, 1fr); }
}
.value-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all var(--t-base);
}
.value-card:hover {
  border-color: var(--mint-d);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.value-card__icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--mint-l);
  color: var(--mint-d);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.value-card__icon svg { width: 22px; height: 22px; }
.value-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.value-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--mute);
}


/* ============== NAZORG ============== */
.care-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 880px;
}
@media (min-width: 700px) {
  .care-list { grid-template-columns: repeat(2, 1fr); }
}
.care-tip {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: all var(--t-base);
}
.care-tip:hover {
  border-color: var(--mint-d);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.care-tip__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 36px;
  line-height: 1;
  color: var(--mint-d);
  font-weight: 400;
  flex-shrink: 0;
  min-width: 40px;
}
.care-tip__body strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.care-tip__body p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--mute);
  margin: 0;
}

.care-timeline {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  max-width: 880px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 8px;
}
.care-period {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 20px 24px;
  align-items: center;
  border-radius: var(--radius-sm);
  transition: background var(--t-fast);
}
.care-period:hover { background: var(--bg); }
.care-period + .care-period { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 24px; }
.care-period__when {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  color: var(--mint-d);
}
.care-period__what {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.care-period__what strong { color: var(--dark); font-weight: 700; }
@media (max-width: 600px) {
  .care-period { grid-template-columns: 1fr; gap: 8px; padding: 18px 16px; }
}


/* ============== BLOK 4: BEFORE/AFTER SLIDER ============== */
.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-lg);
  overflow: hidden;
  user-select: none;
  cursor: ew-resize;
  background: var(--dark);
  box-shadow: var(--shadow-lg);
  touch-action: none;
}
.ba-slider__layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.ba-slider__layer--after {
  clip-path: inset(0 0 0 50%);
}
.ba-slider__label {
  position: absolute;
  top: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ba-slider__label--before {
  left: 16px;
  background: rgba(0,0,0,.6);
  color: #FFFFFF;
}
.ba-slider__label--after {
  right: 16px;
  background: var(--mint);
  color: var(--dark);
}
.ba-slider__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #FFFFFF;
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0 0 16px rgba(0,0,0,.4);
}
.ba-slider__knob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(0,0,0,.3);
  cursor: ew-resize;
  pointer-events: none;
  transition: transform var(--t-fast);
}
.ba-slider:hover .ba-slider__knob { transform: translate(-50%, -50%) scale(1.05); }
.ba-slider__knob svg {
  width: 22px;
  height: 22px;
  color: var(--dark);
}
.ba-slider__hint {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  background: rgba(0,0,0,.5);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
  font-weight: 600;
  opacity: 1;
  transition: opacity var(--t-base);
}
.ba-slider.is-touched .ba-slider__hint { opacity: 0; }


/* ============== BLOK 4: COUNTERS ============== */
.counter[data-counter] { font-variant-numeric: tabular-nums; }


/* ============== BLOK 4: MAGNETIC BUTTONS ============== */
.btn--magnetic {
  position: relative;
  will-change: transform;
}
.btn--magnetic span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}


/* ============== BLOK 4: CUSTOM CURSOR (hero only, desktop) ============== */
.cursor-dot {
  position: fixed;
  top: 0; left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mint);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 200ms ease, opacity 200ms ease, width 200ms ease, height 200ms ease;
  opacity: 0;
  mix-blend-mode: difference;
}
.cursor-dot.is-visible { opacity: 1; }
.cursor-dot.is-hover {
  width: 48px;
  height: 48px;
  background: rgba(184,221,212,.4);
  border: 1px solid var(--mint);
}
@media (max-width: 1023px), (pointer: coarse) {
  .cursor-dot { display: none !important; }
}


/* ============== BLOK 4: ANIMATED TOOTH ICONS ============== */
.tooth-anim {
  display: inline-block;
  transform-origin: center;
  animation: tooth-pulse 3s ease-in-out infinite;
}
@keyframes tooth-pulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 transparent); }
  50% { transform: scale(1.06); filter: drop-shadow(0 4px 16px rgba(184,221,212,.5)); }
}


/* ============== ANCHOR OFFSETS (for sticky header) ============== */
[id]:not([data-no-offset]) { scroll-margin-top: 100px; }


/* ============================================
   POST-FEEDBACK PATCH — dropdown menu + cleanup
   ============================================ */

/* Klant: weg met de "—" decoratie voor elke eyebrow */
.eyebrow::before { display: none !important; }
.eyebrow { gap: 0; }
.section-head .eyebrow + h2,
.section-head .eyebrow + h1 { margin-top: 12px !important; }

/* ============== DESKTOP DROPDOWN ============== */
.site-header__dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.site-header__dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,.9);
  position: relative;
  padding: 4px 0;
  transition: color var(--t-fast);
}
.site-header__dropdown-trigger::after {
  content: '';
  position: absolute;
  bottom: -6px; left: 0;
  width: 0; height: 2px;
  background: var(--mint);
  transition: width var(--t-base);
}
.site-header__dropdown:hover .site-header__dropdown-trigger,
.site-header__dropdown.is-open .site-header__dropdown-trigger,
.site-header__dropdown-trigger.is-active {
  color: var(--mint);
}
.site-header__dropdown:hover .site-header__dropdown-trigger::after,
.site-header__dropdown.is-open .site-header__dropdown-trigger::after,
.site-header__dropdown-trigger.is-active::after {
  width: 100%;
}

.site-header__dropdown-chev {
  display: inline-flex;
  width: 14px;
  height: 14px;
  cursor: pointer;
  transition: transform var(--t-base);
}
.site-header__dropdown-chev svg { width: 100%; height: 100%; }
.site-header__dropdown:hover .site-header__dropdown-chev,
.site-header__dropdown.is-open .site-header__dropdown-chev {
  transform: rotate(180deg);
}

.site-header__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 6px);
  margin-top: 18px;
  min-width: 280px;
  background: rgba(43, 60, 80, 0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms cubic-bezier(.2,.8,.2,1), transform 200ms cubic-bezier(.2,.8,.2,1);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.site-header__dropdown:hover .site-header__dropdown-menu,
.site-header__dropdown.is-open .site-header__dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
/* Invisible hover bridge so menu doesn't close mid-move */
.site-header__dropdown-menu::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}

.site-header__dropdown-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,.85);
  border-radius: var(--radius-sm);
  transition: all var(--t-fast);
  white-space: nowrap;
}
.site-header__dropdown-menu a small {
  font-size: 12px;
  font-weight: 600;
  color: var(--mint);
  letter-spacing: -0.01em;
}
.site-header__dropdown-menu a:hover {
  background: rgba(184,221,212,.1);
  color: var(--mint);
  padding-left: 18px;
}
.site-header__dropdown-menu a.dropdown-all {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--mint);
  font-weight: 700;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}
.site-header__dropdown-menu a.dropdown-all:hover {
  background: var(--mint);
  color: var(--dark);
  padding-left: 18px;
}

/* Desktop only — hide dropdown logic on mobile */
@media (max-width: 1023px) {
  .site-header__dropdown { display: none; }
}

/* ============== MOBILE SUB-MENU (in burger panel) ============== */
.site-header__mobile-group {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header__mobile-group-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  font-size: 17px;
  color: #FFFFFF;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.site-header__mobile-group-trigger svg {
  width: 14px;
  height: 14px;
  transition: transform var(--t-base);
  color: var(--mint);
}
.site-header__mobile-group-trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.site-header__mobile-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms cubic-bezier(.2,.8,.2,1);
  display: flex;
  flex-direction: column;
}
.site-header__mobile-sub.is-open {
  max-height: 500px;
}
.site-header__mobile-sub a {
  padding: 12px 0 12px 20px;
  font-size: 15px;
  color: rgba(255,255,255,.75);
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.site-header__mobile-sub a:last-child { border-bottom: 0; padding-bottom: 16px; }
.site-header__mobile-sub a small {
  font-size: 12px;
  color: var(--mint);
  font-weight: 600;
}

/* ============== SALONIZED PRIJSLIJST WIDGET WRAPPER ============== */
.salonized-pricelist {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-md);
  position: relative;
}
.salonized-pricelist__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.salonized-pricelist__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mint-d);
}
.salonized-pricelist__live::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34A853;
  box-shadow: 0 0 0 4px rgba(52,168,83,.2);
  animation: live-pulse 2s ease-in-out infinite;
}
@keyframes live-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(52,168,83,.2); }
  50% { box-shadow: 0 0 0 8px rgba(52,168,83,.05); }
}
.salonized-pricelist__title {
  font-size: 13px;
  color: var(--mute);
  font-weight: 500;
  margin-left: auto;
}
.salonized-pricelist iframe {
  width: 100%;
  max-width: 100%;
  height: 600px;
  border: 0;
  display: block;
  border-radius: var(--radius-sm);
}

/* Two-col layout: cards left, prijslijst right */
.behandelingen-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1100px) {
  .behandelingen-layout {
    grid-template-columns: 2.4fr 1fr;
    gap: 48px;
    align-items: start;
  }
  .salonized-pricelist {
    position: sticky;
    top: 100px;
  }
}


/* ============== SHADE PHOTO (echte tandkleurschaal) ============== */
.shade-photo-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}
.shade-photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 768px) {
  .shade-photo-grid { grid-template-columns: 1.4fr 1fr; gap: 40px; }
}
.shade-photo {
  width: 100%;
  max-width: 460px;
  height: auto;
  border-radius: var(--radius);
  margin: 0 auto;
  display: block;
  box-shadow: 0 12px 40px rgba(0,0,0,.4);
}
.shade-photo-callouts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shade-callout {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.shade-callout__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(184,221,212,.3);
  border: 2px solid rgba(184,221,212,.5);
  flex-shrink: 0;
  margin-top: 4px;
}
.shade-callout__dot--mint {
  background: var(--mint);
  border-color: var(--mint);
  box-shadow: 0 0 0 4px rgba(184,221,212,.2), 0 0 16px rgba(184,221,212,.4);
}
.shade-callout strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.shade-callout small {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  line-height: 1.5;
}


/* ============== WAAROM WIJ + SHADES FOTO LAYOUT ============== */
.why-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 900px) {
  .why-layout {
    grid-template-columns: 420px 1fr;
    gap: 64px;
  }
}
@media (min-width: 1200px) {
  .why-layout { grid-template-columns: 460px 1fr; gap: 80px; }
}

.why-shades {
  position: relative;
}
@media (min-width: 900px) {
  .why-shades {
    position: sticky;
    top: 100px;
  }
}

.why-shades__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15,26,39,.25);
  aspect-ratio: 832 / 1183;
  position: relative;
}
.why-shades__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.why-shades__caption {
  margin-top: 20px;
  padding: 22px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.why-shades__label {
  display: inline-block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--mint-d);
  margin-bottom: 8px;
}
.why-shades__caption p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.why-shades__caption p strong {
  color: var(--dark);
  font-weight: 700;
}

/* Stacked layout for the 5 why cards (vertical list, horizontal inside card) */
.why-grid--stacked {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  margin-top: 40px;
}
.why-grid--stacked .why-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px 28px;
}
.why-grid--stacked .why-card__num {
  margin-bottom: 0;
  min-width: 48px;
  font-size: 32px;
  line-height: 1;
}
.why-grid--stacked .why-card h3 {
  font-size: 17px;
  margin-bottom: 6px;
}
.why-grid--stacked .why-card p {
  font-size: 14px;
  line-height: 1.55;
}


/* ============================================
   FAQ CHATBOT
   ============================================ */

/* Trigger button — bottom-left (WhatsApp is bottom-right) */
.chatbot-trigger {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 95;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(43,60,80,.35);
  transition: all var(--t-base);
}
.chatbot-trigger svg { width: 26px; height: 26px; }
.chatbot-trigger:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(43,60,80,.5);
}
.chatbot-trigger.is-active {
  background: var(--mint-d);
  transform: rotate(90deg) scale(0.9);
}
@media (max-width: 767px) {
  .chatbot-trigger {
    bottom: 88px;
    left: 16px;
    width: 52px;
    height: 52px;
  }
  .chatbot-trigger svg { width: 22px; height: 22px; }
}

/* Chat window */
.chatbot {
  position: fixed;
  bottom: 100px;
  left: 24px;
  z-index: 96;
  width: 400px;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 160px);
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  pointer-events: none;
  transition: opacity 250ms ease, transform 250ms ease;
}
.chatbot.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
@media (max-width: 767px) {
  .chatbot {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
}

/* Header */
.chatbot__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--primary);
  color: #FFFFFF;
  gap: 12px;
  flex-shrink: 0;
}
.chatbot__header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chatbot__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.chatbot__avatar svg { width: 18px; height: 18px; }
.chatbot__header strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.chatbot__status {
  font-size: 11px;
  color: rgba(255,255,255,.7);
  display: flex;
  align-items: center;
  gap: 6px;
}
.chatbot__status::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34A853;
  flex-shrink: 0;
}
.chatbot__close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
  transition: background var(--t-fast);
}
.chatbot__close:hover { background: rgba(255,255,255,.2); }
.chatbot__close svg { width: 16px; height: 16px; }

/* Messages area */
.chatbot__messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 300px;
  max-height: 420px;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  .chatbot__messages { max-height: none; }
}

/* Message bubbles */
.chatbot__msg {
  display: flex;
  max-width: 85%;
  animation: chatFadeIn 300ms ease forwards;
}
@keyframes chatFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.chatbot__msg--bot { align-self: flex-start; }
.chatbot__msg--user { align-self: flex-end; }

.chatbot__bubble {
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.55;
}
.chatbot__msg--bot .chatbot__bubble {
  background: var(--bg);
  color: var(--ink);
  border-bottom-left-radius: 6px;
}
.chatbot__msg--user .chatbot__bubble {
  background: var(--primary);
  color: #FFFFFF;
  border-bottom-right-radius: 6px;
}

/* Suggestion chips */
.chatbot__suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0;
  animation: chatFadeIn 300ms ease forwards;
}
.chatbot__suggestion {
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--sans);
  color: var(--primary);
  background: var(--mint-l);
  border: 1px solid var(--mint);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all var(--t-fast);
  white-space: nowrap;
}
.chatbot__suggestion:hover {
  background: var(--mint);
  color: var(--dark);
  transform: translateY(-1px);
}

/* Action buttons (after answer) */
.chatbot__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0;
  animation: chatFadeIn 300ms ease forwards;
}
.chatbot__action-btn {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--sans);
  border-radius: var(--radius-pill);
  border: 0;
  cursor: pointer;
  transition: all var(--t-fast);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.chatbot__action-btn--primary {
  background: var(--primary);
  color: #FFFFFF;
}
.chatbot__action-btn--primary:hover {
  background: var(--secondary);
  transform: translateY(-1px);
}
.chatbot__action-btn--secondary {
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--line);
}
.chatbot__action-btn--secondary:hover {
  border-color: var(--primary);
  background: var(--paper);
}

/* Input row */
.chatbot__input-row {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  background: var(--paper);
  flex-shrink: 0;
}
.chatbot__input {
  flex: 1;
  font-family: var(--sans);
  font-size: 14px;
  padding: 12px 16px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--bg);
  color: var(--ink);
  outline: none;
  transition: all var(--t-fast);
}
.chatbot__input:focus {
  border-color: var(--mint-d);
  background: var(--paper);
  box-shadow: 0 0 0 3px rgba(184,221,212,.2);
}
.chatbot__input::placeholder { color: var(--mute-soft); }
.chatbot__send {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: all var(--t-fast);
}
.chatbot__send:hover { background: var(--secondary); transform: scale(1.05); }
.chatbot__send svg { width: 18px; height: 18px; }


/* ============== TREATMENT SUB-PAGE LAYOUT ============== */
.treatment-page-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 900px) {
  .treatment-page-layout {
    grid-template-columns: 1.6fr 1fr;
    gap: 64px;
  }
}

.treatment-page__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 600px) {
  .treatment-page__meta { grid-template-columns: 1fr; gap: 12px; }
}
.treatment-page__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--bg);
  border-radius: var(--radius);
}
.treatment-page__meta-item svg {
  width: 20px;
  height: 20px;
  color: var(--mint-d);
  flex-shrink: 0;
  margin-top: 2px;
}
.treatment-page__meta-item strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mint-d);
  margin-bottom: 2px;
}
.treatment-page__meta-item span {
  font-size: 15px;
  color: var(--ink);
  font-weight: 600;
}

.treatment-page__price-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow-md);
  text-align: center;
}
@media (min-width: 900px) {
  .treatment-page__price-card {
    position: sticky;
    top: 100px;
  }
}


/* ============== WERKWIJZE — VERTICAL TIMELINE ============== */
.werkwijze-step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding-bottom: 48px;
  position: relative;
}
@media (min-width: 768px) {
  .werkwijze-step { grid-template-columns: 80px 1fr; gap: 32px; padding-bottom: 64px; }
}
.werkwijze-step--last { padding-bottom: 0; }

.werkwijze-step__num {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.werkwijze-step__circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(43,60,80,.25);
  position: relative;
  z-index: 2;
}
.werkwijze-step__circle--done {
  background: var(--mint);
  color: var(--dark);
}
.werkwijze-step__circle--done svg { width: 22px; height: 22px; }
.werkwijze-step__line {
  width: 2px;
  flex: 1;
  background: linear-gradient(to bottom, var(--primary), var(--line));
  margin-top: 8px;
}
.werkwijze-step--last .werkwijze-step__line { display: none; }

.werkwijze-step__content {
  padding-top: 8px;
}
.werkwijze-step__icon {
  display: none; /* hidden on mobile, structure only */
}
.werkwijze-step__content h3 {
  margin-bottom: 12px;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
}
.werkwijze-step__content > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 56ch;
  margin-bottom: 16px;
}

.werkwijze-step__detail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.werkwijze-step__detail span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mint-d);
  background: var(--mint-l);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
}
.werkwijze-step__detail span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint-d);
  flex-shrink: 0;
}

.werkwijze-step__highlight {
  margin-top: 24px;
  padding: 24px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.werkwijze-step__highlight strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
}
.werkwijze-sessions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.werkwijze-sessions > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: var(--paper);
  border-radius: var(--radius-sm);
  font-size: 14px;
}
.werkwijze-sessions > div span:first-child {
  font-weight: 700;
  color: var(--dark);
}
.werkwijze-sessions > div span:last-child {
  color: var(--mute);
  font-weight: 500;
}


/* ============== WERKWIJZE — SHADES LAYOUT ============== */
.werkwijze-shades-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .werkwijze-shades-layout { grid-template-columns: 1.2fr 1fr; gap: 64px; }
}
.werkwijze-shades-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.werkwijze-shades-img img {
  width: 100%;
  height: auto;
  display: block;
}


/* ============== WERKWIJZE — USP GRID ============== */
.werkwijze-usp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 600px) {
  .werkwijze-usp-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .werkwijze-usp-grid { grid-template-columns: repeat(4, 1fr); }
}
.werkwijze-usp {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: all var(--t-base);
}
.werkwijze-usp:hover {
  border-color: var(--mint-d);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.werkwijze-usp__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--mint-l);
  color: var(--mint-d);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.werkwijze-usp__icon svg { width: 22px; height: 22px; }
.werkwijze-usp h3 { margin-bottom: 8px; }
.werkwijze-usp p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--mute);
}


/* ============================================
   VISUAL ENHANCEMENTS — WOW FACTOR
   ============================================ */

/* ============== HERO STAGGERED ENTRANCE ============== */
/* Only animate when JS is loaded AND user allows motion */
.js-enabled .hero-home__eyebrow { 
  opacity: 0; 
  animation: heroFadeUp 800ms 200ms cubic-bezier(.2,.8,.2,1) forwards; 
}
.js-enabled .hero-home__title { 
  opacity: 0; 
  animation: heroFadeUp 900ms 400ms cubic-bezier(.2,.8,.2,1) forwards; 
}
.js-enabled .hero-home__lede { 
  opacity: 0; 
  animation: heroFadeUp 800ms 700ms cubic-bezier(.2,.8,.2,1) forwards; 
}
.js-enabled .hero-home__usps { 
  opacity: 0; 
  animation: heroFadeUp 700ms 900ms cubic-bezier(.2,.8,.2,1) forwards; 
}
.js-enabled .hero-home__cta-row { 
  opacity: 0; 
  animation: heroFadeUp 700ms 1100ms cubic-bezier(.2,.8,.2,1) forwards; 
}
.js-enabled .stat-card { 
  opacity: 0; 
  animation: heroScaleIn 900ms 600ms cubic-bezier(.2,.8,.2,1) forwards; 
}
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .js-enabled .hero-home__eyebrow,
  .js-enabled .hero-home__title,
  .js-enabled .hero-home__lede,
  .js-enabled .hero-home__usps,
  .js-enabled .hero-home__cta-row,
  .js-enabled .stat-card {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroScaleIn {
  from { opacity: 0; transform: scale(0.92) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}


/* ============== CARD 3D TILT (subtle, desktop only) ============== */
@media (pointer: fine) {
  .treatment-card,
  .why-card,
  .review-card,
  .value-card,
  .werkwijze-usp {
    transition: all var(--t-base), transform 400ms ease;
  }
  .treatment-card:hover,
  .why-card:hover,
  .review-card:hover {
    transform: translateY(-6px) perspective(600px) rotateX(2deg);
  }
}


/* ============== DARK SECTION DEPTH ============== */
.section--dark {
  background: 
    radial-gradient(ellipse at 20% 50%, rgba(184,221,212,.04) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(255,255,255,.02) 0%, transparent 50%),
    var(--dark);
}


/* ============== TREATMENT CARD TIER ACCENTS ============== */
.treatment-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--mint), var(--mint-d));
  opacity: 0;
  transition: opacity var(--t-base);
}
.treatment-card:hover::after { opacity: 1; }
.treatment-card--dark::after {
  background: linear-gradient(90deg, var(--mint), #FFFFFF);
}


/* ============== FLOATING GRADIENT ORBS (background decoration) ============== */
.section--cream { position: relative; }
.section--cream::after {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,221,212,.08) 0%, transparent 70%);
  pointer-events: none;
}


/* ============== SMOOTH LINK UNDERLINE ANIMATION ============== */
.treatment-detail__cta,
.chatbot__action-btn--primary {
  position: relative;
  overflow: hidden;
}
.treatment-detail__cta::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 300ms ease;
}
.treatment-detail:hover .treatment-detail__cta::after { width: 100%; }


/* ============== BUTTON PRESS EFFECT ============== */
.btn:active {
  transform: scale(0.97) !important;
  transition-duration: 100ms;
}


/* ============== IMAGE REVEAL ON SCROLL ============== */
.js-enabled .info-block__media img,
.js-enabled .about-intro__visual img,
.js-enabled .werkwijze-shades-img img {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.2s cubic-bezier(.2,.8,.2,1);
}
.js-enabled .info-block__media.is-in img,
.js-enabled .about-intro__visual.is-in img,
.js-enabled .werkwijze-shades-img.is-in img,
.js-enabled .is-in .info-block__media img,
.js-enabled .is-in .about-intro__visual img,
.js-enabled .is-in .werkwijze-shades-img img {
  clip-path: inset(0 0 0 0);
}


/* ============== STATS NUMBER GLOW ============== */
.stat-num__value {
  text-shadow: 0 0 40px rgba(255,255,255,.15);
}


/* ============== REVIEW STARS SHIMMER ============== */
.review-card__stars {
  background: linear-gradient(90deg, #F4B400 0%, #FFD54F 50%, #F4B400 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: starShimmer 4s ease-in-out infinite;
}
@keyframes starShimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}


/* ============== SECTION DIVIDER LINE (mint accent between sections) ============== */
.section + .section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: var(--mint);
  opacity: .3;
}
.section { position: relative; }
.section--dark + .section::before,
.section + .section--dark::before { display: none; }


/* ============== WHY-CARD HOVER HIGHLIGHT LINE ============== */
.why-grid--stacked .why-card {
  position: relative;
  overflow: hidden;
}
.why-grid--stacked .why-card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--mint);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 400ms ease;
}
.why-grid--stacked .why-card:hover::after {
  transform: scaleY(1);
}


/* ============================================
   V21 — TRUST BAR + VIDEO + CHATBOT + NAV + DEPTH
   ============================================ */


/* ============== TRUST BAR ============== */
.trust-bar {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 0;
}
.trust-bar__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .trust-bar__inner { padding: 20px 40px; gap: 36px; }
}
.trust-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  letter-spacing: .01em;
  white-space: nowrap;
}
.trust-bar__item strong { color: #FFFFFF; font-weight: 800; }
.trust-bar__item svg { width: 16px; height: 16px; color: var(--mint); flex-shrink: 0; }
.trust-bar__divider {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,.12);
}
@media (max-width: 600px) {
  .trust-bar__divider { display: none; }
  .trust-bar__inner { gap: 16px 24px; }
}


/* ============== SALON VIDEO SECTION ============== */
.salon-video-section { overflow: hidden; }
.salon-video-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 900px) {
  .salon-video-layout { grid-template-columns: auto 1fr; gap: 72px; }
}
.salon-video-frame {
  width: 320px;
  max-width: 100%;
  aspect-ratio: 480 / 608;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.08);
  position: relative;
  margin: 0 auto;
}
@media (min-width: 900px) { .salon-video-frame { width: 360px; } }
.salon-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.salon-video-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.1);
  pointer-events: none;
}


/* ============== CHATBOT ENHANCED — pulse + label + tooltip ============== */
.chatbot-trigger {
  animation: chatbotPulse 3s ease-in-out infinite;
}
@keyframes chatbotPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(43,60,80,.35), 0 0 0 0 rgba(43,60,80,.4); }
  50% { box-shadow: 0 8px 24px rgba(43,60,80,.35), 0 0 0 10px rgba(43,60,80,0); }
}
.chatbot-trigger.is-active { animation: none; }

/* Text label next to trigger */
.chatbot-trigger::after {
  content: 'Stel een vraag';
  position: absolute;
  left: 72px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--paper);
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-md);
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  transition: opacity 300ms ease;
}
.chatbot-trigger.is-active::after,
.chatbot-trigger.label-hidden::after { opacity: 0; pointer-events: none; }

/* Auto-tooltip after 5 seconds */
.chatbot-tooltip {
  position: fixed;
  bottom: 90px;
  left: 24px;
  z-index: 95;
  background: var(--paper);
  color: var(--dark);
  padding: 14px 20px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  font-size: 14px;
  font-weight: 600;
  max-width: 260px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 400ms ease, transform 400ms ease;
  pointer-events: none;
}
.chatbot-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.chatbot-tooltip::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 28px;
  width: 12px;
  height: 12px;
  background: var(--paper);
  transform: rotate(45deg);
  box-shadow: 2px 2px 4px rgba(0,0,0,.08);
}
.chatbot-tooltip__close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  color: var(--mute);
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .chatbot-trigger::after { display: none; }
  .chatbot-tooltip { bottom: 150px; left: 16px; }
}


/* ============== NAVIGATION — MODERN GLASMORPHISM ============== */
.site-header {
  background: rgba(43, 60, 80, 0.6) !important;
  backdrop-filter: blur(28px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.4) !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
}
.site-header.is-scrolled {
  background: rgba(43, 60, 80, 0.92) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}

.site-header__inner {
  padding: 20px 24px !important;
}
@media (min-width: 768px) {
  .site-header__inner { padding: 20px 40px !important; }
}

/* Logo hover */
.site-header__brand {
  transition: transform var(--t-fast);
}
.site-header__brand:hover { transform: scale(1.04); }

/* Nav links — glow on active */
.site-header__nav a::after {
  background: var(--mint) !important;
  box-shadow: 0 2px 8px rgba(184,221,212,.5);
  height: 2px;
}

/* Active link glow */
.site-header__nav a.is-active {
  color: var(--mint) !important;
  text-shadow: 0 0 12px rgba(184,221,212,.4);
}
.site-header__nav a.is-active::after {
  width: 100%;
  box-shadow: 0 2px 12px rgba(184,221,212,.6);
}

/* CTA button glow */
.site-header__cta {
  border-color: rgba(255,255,255,.9) !important;
  box-shadow: 0 0 20px rgba(255,255,255,.08), inset 0 0 20px rgba(255,255,255,.03);
  transition: all var(--t-base);
}
.site-header__cta:hover {
  background: var(--mint) !important;
  border-color: var(--mint) !important;
  color: var(--dark) !important;
  box-shadow: 0 0 30px rgba(184,221,212,.3), 0 8px 24px rgba(184,221,212,.25);
  transform: translateY(-2px);
}

/* Dropdown — slide down animation */
.site-header__dropdown-menu {
  transform: translate(-50%, 10px) !important;
  transition: opacity 250ms ease, transform 300ms cubic-bezier(.2,.8,.2,1) !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.08) !important;
  backdrop-filter: blur(28px) saturate(1.3);
  -webkit-backdrop-filter: blur(28px) saturate(1.3);
}
.site-header__dropdown:hover .site-header__dropdown-menu,
.site-header__dropdown.is-open .site-header__dropdown-menu {
  transform: translate(-50%, 0) !important;
}

/* Dropdown trigger glow */
.site-header__dropdown-trigger.is-active {
  text-shadow: 0 0 12px rgba(184,221,212,.4);
}


/* ============== SECTION TEXTURE ============== */
.section--cream {
  background-image: 
    radial-gradient(circle at 90% 10%, rgba(184,221,212,.06) 0%, transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(184,221,212,.04) 0%, transparent 40%);
}
.section--paper {
  background-image: 
    radial-gradient(circle at 80% 80%, rgba(184,221,212,.03) 0%, transparent 50%);
}


/* ============== REVIEW SECTION ENHANCED ============== */
.reviews-summary {
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(184,221,212,.2) !important;
  background: var(--paper) !important;
}


/* ============================================
   MOBILE-FIRST RESPONSIVE FIX — V21 COMPLETE
   ============================================ */

/* ============== GLOBAL MOBILE ============== */
@media (max-width: 767px) {
  
  .section { padding: 56px 0; }
  .wrap { padding: 0 20px; }
  
  .h-1 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  .h-2 { font-size: clamp(1.3rem, 5vw, 1.8rem); }
  .h-display { font-size: clamp(2rem, 8vw, 3rem); }
  .lede { font-size: 15px; }
  .eyebrow { font-size: 10px; }
  
  /* Buttons full-width on mobile */
  .btn--lg { padding: 14px 28px; font-size: 14px; }
  .section-cta { flex-direction: column; align-items: stretch; }
  .section-cta .btn { text-align: center; justify-content: center; }
}


/* ============== HERO MOBILE ============== */
@media (max-width: 767px) {
  .hero-home { padding: 120px 20px 40px; min-height: 100svh; min-height: 100vh; }
  .hero-home__inner {
    gap: 32px;
    min-height: auto;
    padding: 0;
  }
  .hero-home__title { 
    font-size: clamp(2.2rem, 9vw, 3rem); 
    line-height: 1.08;
  }
  .hero-home__lede { font-size: 15px; max-width: 100%; }
  .hero-home__usps { gap: 8px 16px; }
  .hero-home__usps span { font-size: 12px; }
  .hero-home__cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .hero-home__cta-row .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* Stat card below hero content on mobile */
  .stat-card {
    padding: 24px 20px;
    border-radius: var(--radius);
  }
  .stat-nums { gap: 16px; }
  .stat-num__value {
    font-size: 2rem;
  }
  .stat-num__label { font-size: 9px; }
  .stat-card__footer { font-size: 12px; gap: 8px; }
}


/* ============== TRUST BAR MOBILE ============== */
@media (max-width: 480px) {
  .trust-bar__inner { 
    gap: 10px 20px; 
    padding: 14px 16px; 
    justify-content: flex-start;
  }
  .trust-bar__item { font-size: 11px; gap: 6px; }
  .trust-bar__item svg { width: 14px; height: 14px; }
}


/* ============== WHY LAYOUT + SHADES PHOTO MOBILE ============== */
@media (max-width: 899px) {
  .why-layout { gap: 32px; }
  .why-shades { order: 2; }
  .why-content { order: 1; }
  .why-shades__media { max-width: 400px; margin: 0 auto; }
  .why-grid--stacked { margin-top: 24px; gap: 12px; }
  .why-grid--stacked .why-card { 
    grid-template-columns: 1fr; 
    gap: 8px; 
    padding: 20px;
  }
  .why-grid--stacked .why-card__num {
    font-size: 24px;
  }
}


/* ============== SALON VIDEO MOBILE ============== */
@media (max-width: 899px) {
  .salon-video-layout { gap: 32px; text-align: center; }
  .salon-video-frame { 
    width: 260px; 
    margin: 0 auto;
  }
  .salon-video-copy { 
    text-align: center; 
  }
  .salon-video-copy p { margin-left: auto; margin-right: auto; }
  .salon-video-copy div[style*="display:flex"] {
    justify-content: center !important;
  }
}


/* ============== TREATMENT CARDS MOBILE ============== */
@media (max-width: 767px) {
  .treatment-card { padding: 24px 20px; }
  .treatment-card__price { font-size: 2rem; }
}


/* ============== BEFORE/AFTER SLIDER MOBILE ============== */
@media (max-width: 767px) {
  .ba-slider { 
    aspect-ratio: 4 / 3;
    border-radius: var(--radius);
  }
  .ba-slider__label { font-size: 11px; padding: 4px 12px; }
  .ba-slider__hint { font-size: 11px; padding: 6px 14px; }
  .ba-slider__knob { width: 36px; height: 36px; }
  .ba-slider__knob svg { width: 16px; height: 16px; }

  .ba-grid { grid-template-columns: 1fr; gap: 20px; }
  .ba-card__images { grid-template-columns: 1fr 1fr; }
}


/* ============== WERKWIJZE MOBILE ============== */
@media (max-width: 767px) {
  .werkwijze-step { 
    grid-template-columns: 44px 1fr; 
    gap: 16px; 
    padding-bottom: 36px;
  }
  .werkwijze-step__circle { width: 40px; height: 40px; font-size: 18px; }
  .werkwijze-step__content h3 { font-size: 1.2rem; }
  .werkwijze-step__detail { gap: 6px; }
  .werkwijze-step__detail span { font-size: 11px; padding: 5px 10px; }
  .werkwijze-step__highlight { padding: 16px; }
  .werkwijze-sessions > div { padding: 8px 10px; font-size: 13px; }

  .werkwijze-shades-layout { gap: 32px; }
  .werkwijze-shades-img { max-width: 320px; margin: 0 auto; }

  .werkwijze-usp-grid { gap: 16px; }
  .werkwijze-usp { padding: 20px 16px; }
}


/* ============== TREATMENT SUB-PAGE MOBILE ============== */
@media (max-width: 899px) {
  .treatment-page-layout { gap: 32px; }
  .treatment-page__meta { grid-template-columns: 1fr 1fr; gap: 10px; }
  .treatment-page__meta-item { padding: 12px; }
  .treatment-page__price-card { padding: 28px 24px; }
  .treatment-detail__price { font-size: 40px !important; }
}
@media (max-width: 480px) {
  .treatment-page__meta { grid-template-columns: 1fr; }
}


/* ============== STEPS GRID MOBILE (werkwijze old) ============== */
@media (max-width: 767px) {
  .steps-grid { gap: 20px; }
  .step-card { padding: 28px 24px; }
  .step-card__num { gap: 10px; margin-bottom: 16px; }
}


/* ============== REVIEWS MOBILE ============== */
@media (max-width: 767px) {
  .review-card { padding: 24px 20px; }
  .reviews-summary { padding: 24px 20px; }
}


/* ============== CONTACT FORM MOBILE ============== */
@media (max-width: 767px) {
  .form-row { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-info-card { padding: 20px; }
}


/* ============== FAQ MOBILE ============== */
@media (max-width: 767px) {
  .faq-tabs { gap: 6px; flex-wrap: wrap; }
  .faq-tab { font-size: 12px; padding: 8px 14px; }
  .faq-item__q { font-size: 15px; padding: 18px 16px; }
  .faq-item__a { padding: 0 16px 18px; font-size: 14px; }
}


/* ============== FOOTER MOBILE ============== */
@media (max-width: 767px) {
  .site-footer { padding-top: 48px; }
  .site-footer__top { gap: 32px; }
  .site-footer__brand .site-footer__logo { height: 40px; }
  .site-footer__brand p { font-size: 13px; }
  .site-footer__col h4 { font-size: 13px; margin-bottom: 12px; }
  .site-footer__col a { font-size: 13px; }
  .site-footer__bottom { font-size: 11px; flex-direction: column; gap: 8px; }
}


/* ============== NAVIGATION MOBILE ============== */
@media (max-width: 767px) {
  .site-header__inner { padding: 14px 16px !important; }
  .site-header__brand img,
  .site-header__brand .site-header__logo { height: 32px; }
  
  /* Mobile menu full-screen */
  .site-header__mobile {
    padding: 24px 20px;
    gap: 4px;
  }
  .site-header__mobile a { 
    padding: 14px 0; 
    font-size: 16px; 
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .site-header__mobile .btn { 
    margin-top: 16px; 
    text-align: center;
    justify-content: center;
  }
}


/* ============== PAGE HERO MOBILE ============== */
@media (max-width: 767px) {
  .page-hero { padding: 120px 20px 48px; }
  .page-hero__title { font-size: clamp(2rem, 8vw, 2.8rem); }
  .page-hero__lede { font-size: 15px; }
}


/* ============== CTA FINAL MOBILE ============== */
@media (max-width: 767px) {
  .cta-final { padding: 64px 0; }
  .cta-final .h-display { font-size: clamp(1.6rem, 7vw, 2.4rem); }
  .cta-final div[style*="display:flex"] {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .cta-final .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}


/* ============== DECORATIVE OVERFLOW FIX ============== */
@media (max-width: 767px) {
  /* Kill decorative positioned elements that cause horizontal scroll */
  [style*="position: absolute"][style*="width: 500px"],
  [style*="position: absolute"][style*="width: 600px"],
  [style*="position: absolute"][style*="width: 700px"] {
    display: none !important;
  }
}


/* ============== VIDEO PLAYBACK FIX ============== */
video {
  /* Force GPU compositing for smoother mobile playback */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* iOS video poster fix */
video::-webkit-media-controls {
  display: none !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}


/* ============== MOBILE-ONLY CTA BAR ============== */
@media (max-width: 767px) {
  .mobile-cta {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 14px;
  }
}


/* ============== INFO BLOCK MOBILE (over-ons, werkwijze) ============== */
@media (max-width: 767px) {
  .info-block { gap: 24px; }
  .info-block__media { max-width: 100%; }
  .info-block__media-tag { font-size: 11px; padding: 8px 14px; }
  .info-block, .info-block--reverse {
    grid-template-columns: 1fr !important;
  }
}


/* ============== NAZORG MOBILE ============== */
@media (max-width: 767px) {
  .nazorg-rule { padding: 20px 16px; }
  .nazorg-rule__icon { width: 40px; height: 40px; }
  .nazorg-timeline { gap: 24px; }
}


/* ============== SALONIZED IFRAME MOBILE ============== */
@media (max-width: 767px) {
  iframe[src*="salonized"] { 
    min-height: 600px; 
    border-radius: var(--radius) !important;
  }
}


/* ============== TOUCH-FRIENDLY TARGETS ============== */
@media (pointer: coarse) {
  .btn { min-height: 48px; }
  .site-header__nav a { padding: 12px 14px; }
  .faq-item__q { min-height: 52px; }
  .chatbot__suggestion { min-height: 40px; padding: 10px 16px; }
}



/* ============== HERO MOBILE OVERLAY STRONGER ============== */
@media (max-width: 767px) {
  .hero-home__overlay {
    background: 
      linear-gradient(180deg, rgba(30,42,56,.85) 0%, rgba(30,42,56,.5) 50%, rgba(30,42,56,.75) 100%) !important;
  }
}


/* ============================================
   V23 — BIG COLOR REFACTOR + FONT FIX + VISUAL DEPTH
   This block overrides earlier declarations.
   ============================================ */


/* ============== UNIVERSAL FONT-FAMILY FIX ============== */
*, *::before, *::after {
  font-family: inherit;
}
body, button, input, textarea, select, optgroup, option {
  font-family: var(--sans) !important;
}
h1, h2, h3, h4, h5, h6, p, span, div, a, li, ul, ol,
label, strong, b, small, figcaption, blockquote {
  font-family: var(--sans);
}
/* Instrument Serif ONLY for explicitly marked italic accents */
.h-display em, .h-1 em, .h-2 em, .h-display i, .h-1 i, .h-2 i,
.page-hero__title em, .hero-home__title em {
  font-family: var(--serif);
  font-style: italic;
}


/* ============== COLOR PALETTE OVERRIDE ============== */
:root {
  /* Rewrite palette — cream OUT, blue + white dominant */
  --cream:        #FFFFFF;
  --cream-soft:   #FFFFFF;
  --paper:        #FFFFFF;
  --paper-alt:    #F6F8FA;       /* very light cool for alternation */
  --bg:           #FFFFFF;
  --ink:          #1A1A1A;        /* near-black, not pure */
  --ink-soft:     #4A4A4A;
  --mute:         #6B6B6B;
  --mute-soft:    #9A9A9A;
  --line:         #E8ECF0;
  --line-strong:  #D5DCE3;
}


/* ============== KILL CREAM BACKGROUNDS ============== */
.section--cream {
  background: var(--paper) !important;
}
.section--cream::after,
.section--paper::after,
.section--paper-alt::after {
  display: none;
}


/* ============== ALTERNATIVE LIGHT SECTION ============== */
.section--paper-alt {
  background: var(--paper-alt) !important;
  position: relative;
}


/* ============== REMOVE GREEN FROM TITLES + EYEBROWS ============== */
.eyebrow { color: var(--primary) !important; }
.eyebrow::before { background: var(--primary) !important; }

/* Eyebrow on dark sections stays white-ish */
.section--dark .eyebrow,
.cta-final .eyebrow,
[style*="color:var(--mint)"] .eyebrow,
[style*="color: var(--mint)"] .eyebrow {
  color: rgba(255,255,255,.85) !important;
}
.section--dark .eyebrow::before,
.cta-final .eyebrow::before {
  background: rgba(255,255,255,.6) !important;
}

/* em in titles: no more mint — serif italic in dark blue */
h1 em, h2 em, h3 em, h4 em,
.h-display em, .h-1 em, .h-2 em, .h-3 em,
.hero-home__title em, .page-hero__title em {
  color: inherit !important;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}
/* Dark-section em: stays white */
.section--dark h1 em, .section--dark h2 em,
.cta-final h1 em, .cta-final h2 em {
  color: #FFFFFF !important;
}


/* ============== KILL INLINE MINT COLORS (forced) ============== */
[style*="color:var(--mint)"]:not(.treatment-card__more):not(.chatbot__suggestion):not(.eyebrow):not([class*="trust-bar"]):not([class*="footer"]) {
  color: var(--primary) !important;
}
[style*="color: var(--mint)"]:not(.treatment-card__more):not(.chatbot__suggestion):not(.eyebrow):not([class*="trust-bar"]):not([class*="footer"]) {
  color: var(--primary) !important;
}


/* ============== 3D/SHADOW DEPTH SYSTEM ============== */
.treatment-card,
.why-card,
.review-card,
.value-card,
.werkwijze-usp,
.treatment-page__price-card,
.faq-item,
.step-card,
.nazorg-rule,
.contact-info-card,
.ba-card,
.info-block__media {
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 
    0 1px 2px rgba(43,60,80,.04),
    0 4px 12px rgba(43,60,80,.06),
    0 12px 40px rgba(43,60,80,.08),
    inset 0 1px 0 rgba(255,255,255,.9);
  transition: all var(--t-base);
}
.treatment-card:hover,
.why-card:hover,
.review-card:hover,
.werkwijze-usp:hover,
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 2px 4px rgba(43,60,80,.05),
    0 8px 24px rgba(43,60,80,.08),
    0 24px 60px rgba(43,60,80,.12),
    inset 0 1px 0 rgba(255,255,255,1);
  border-color: var(--line-strong);
}


/* ============== BLUE-DOMINANT ALTERNATING TREATMENT CARDS ============== */
.treatments-grid .treatment-card:nth-child(3n+1),
.treatments-grid .treatment-card:nth-child(3n+2) {
  background: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 100%);
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 
    0 4px 12px rgba(43,60,80,.2),
    0 20px 48px rgba(43,60,80,.25),
    inset 0 1px 0 rgba(255,255,255,.15);
}
.treatments-grid .treatment-card:nth-child(3n+1) h3,
.treatments-grid .treatment-card:nth-child(3n+2) h3,
.treatments-grid .treatment-card:nth-child(3n+1) p,
.treatments-grid .treatment-card:nth-child(3n+2) p,
.treatments-grid .treatment-card:nth-child(3n+1) .treatment-card__price,
.treatments-grid .treatment-card:nth-child(3n+2) .treatment-card__price {
  color: #FFFFFF !important;
}
.treatments-grid .treatment-card:nth-child(3n+1) p,
.treatments-grid .treatment-card:nth-child(3n+2) p {
  color: rgba(255,255,255,.8) !important;
}
.treatments-grid .treatment-card:nth-child(3n+1) .treatment-card__sessions,
.treatments-grid .treatment-card:nth-child(3n+2) .treatment-card__sessions {
  color: rgba(255,255,255,.7) !important;
}
.treatments-grid .treatment-card:nth-child(3n+1) .treatment-card__tag,
.treatments-grid .treatment-card:nth-child(3n+2) .treatment-card__tag {
  background: rgba(255,255,255,.15) !important;
  color: #FFFFFF !important;
}
.treatments-grid .treatment-card:nth-child(3n+1) .treatment-card__more,
.treatments-grid .treatment-card:nth-child(3n+2) .treatment-card__more {
  color: var(--mint) !important;
}


/* ============== WHY-CARDS: BLUE-ACCENT DOMINANT ============== */
.why-grid--stacked .why-card:nth-child(odd) {
  background: linear-gradient(180deg, var(--primary), var(--secondary));
  color: #FFFFFF;
  border-color: rgba(255,255,255,.1);
}
.why-grid--stacked .why-card:nth-child(odd) h3,
.why-grid--stacked .why-card:nth-child(odd) p {
  color: #FFFFFF !important;
}
.why-grid--stacked .why-card:nth-child(odd) p {
  color: rgba(255,255,255,.82) !important;
}
.why-grid--stacked .why-card:nth-child(odd) .why-card__num {
  color: var(--mint) !important;
}
.why-grid--stacked .why-card:nth-child(odd)::after {
  background: var(--mint) !important;
}


/* ============== TOOTH-ICON WATERMARK (consistent placement) ============== */
.tooth-watermark {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 180px;
  height: 180px;
  background-image: url('../img/logo/icon-dark.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.tooth-watermark--right {
  left: auto;
  right: 40px;
}
.tooth-watermark--light {
  background-image: url('../img/logo/icon-white.png');
  opacity: 0.06;
}
.tooth-watermark--large {
  width: 300px;
  height: 300px;
}
@media (max-width: 767px) {
  .tooth-watermark {
    width: 100px;
    height: 100px;
    top: 20px;
    left: 20px;
  }
  .tooth-watermark--right { right: 20px; left: auto; }
}


/* ============== HEADER — LARGER LOGO ============== */
.site-header__brand img,
.site-header__brand .site-header__logo {
  height: 52px !important;
  transition: transform var(--t-fast);
}
@media (max-width: 767px) {
  .site-header__brand img,
  .site-header__brand .site-header__logo {
    height: 40px !important;
  }
}


/* ============== CHATBOT — CLEARLY VISIBLE ============== */
.chatbot-trigger {
  background: #C8FF00 !important;   /* lime yellow — stands out vs blue */
  color: var(--dark) !important;
  width: 64px !important;
  height: 64px !important;
  box-shadow: 
    0 8px 28px rgba(200,255,0,.45),
    0 4px 12px rgba(43,60,80,.25),
    inset 0 1px 0 rgba(255,255,255,.4) !important;
  animation: chatbotBouncePulse 2.5s ease-in-out infinite !important;
}
.chatbot-trigger:hover {
  transform: scale(1.1);
  box-shadow: 
    0 12px 36px rgba(200,255,0,.6),
    0 8px 20px rgba(43,60,80,.3) !important;
}
.chatbot-trigger.is-active {
  background: var(--primary) !important;
  color: #FFFFFF !important;
  animation: none !important;
}
@keyframes chatbotBouncePulse {
  0%, 100% { 
    transform: translateY(0);
    box-shadow: 0 8px 28px rgba(200,255,0,.45), 0 4px 12px rgba(43,60,80,.25), 0 0 0 0 rgba(200,255,0,.3);
  }
  50% { 
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(200,255,0,.55), 0 8px 16px rgba(43,60,80,.3), 0 0 0 8px rgba(200,255,0,0);
  }
}


/* ============== ENHANCE SECTION DEPTH ============== */
.section--paper,
.section--paper-alt {
  position: relative;
}
.section--paper-alt {
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%) !important;
}


/* ============== REVIEW SUMMARY — BLUE DOMINANT ============== */
.reviews-summary {
  background: linear-gradient(180deg, var(--primary), var(--secondary)) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  box-shadow: 
    0 4px 12px rgba(43,60,80,.2),
    0 20px 48px rgba(43,60,80,.25) !important;
}
.reviews-summary h2,
.reviews-summary h3,
.reviews-summary p,
.reviews-summary strong {
  color: #FFFFFF !important;
}
.reviews-summary .reviews-summary__stars {
  color: #FFD54F !important;
}


/* ============== REVIEW CARDS — HIGHER CONTRAST ============== */
.review-card__stars {
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #F4B400 !important;
  background: none !important;
  animation: none !important;
}


/* ============== FIX FAQ ACCORDION BORDER ============== */
.faq-item {
  margin-bottom: 12px;
}
.faq-item__q {
  color: var(--ink) !important;
}
.faq-item.is-open .faq-item__q {
  color: var(--primary) !important;
}


/* ============== FOOTER ACCENT ============== */
.site-footer {
  background: var(--dark) !important;
}
.site-footer__brand p {
  color: rgba(255,255,255,.7);
}


/* ============================================
   V24 — FINAL FIXES
   Mark Pro nuclear + Million Dollar spotlight
   ============================================ */


/* ============== MARK PRO NUCLEAR ============== */
/* Force Mark Pro on absolutely everything */
html, body,
html *, html *::before, html *::after,
[class], [id],
h1, h2, h3, h4, h5, h6,
p, span, div, a, li, ul, ol, article, aside, section,
header, footer, main, nav,
button, input, textarea, select, label, strong, b, small, em, i,
figcaption, blockquote, code, pre, table, td, th,
svg text, text {
  font-family: 'Mark Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
/* Serif ONLY for these explicit cases */
.h-display em, .h-1 em, .h-2 em, .h-3 em,
.hero-home__title em, .page-hero__title em,
.hero-home__lede em,
[style*="font-family:var(--serif)"] {
  font-family: 'Instrument Serif', 'Times New Roman', Georgia, serif !important;
}


/* ============== STAT CARD: GOOGLE OUT ============== */
.stat-card__google svg { display: none !important; }
.stat-card__google {
  justify-content: center !important;
  font-size: 13px !important;
  color: #FFFFFF !important;
  font-weight: 700;
  letter-spacing: 0.02em;
}


/* ============== TREATMENT CARDS — ALTERNATING + MILLION DOLLAR SPOTLIGHT ============== */
/* Reset all card colors from previous v23 rule */
.treatments-grid .treatment-card {
  background: #FFFFFF !important;
  color: var(--ink) !important;
  border: 1px solid var(--line) !important;
}
.treatments-grid .treatment-card h3,
.treatments-grid .treatment-card .treatment-card__price {
  color: var(--ink) !important;
}
.treatments-grid .treatment-card p {
  color: var(--ink-soft) !important;
}
.treatments-grid .treatment-card .treatment-card__sessions {
  color: var(--mute) !important;
}
.treatments-grid .treatment-card .treatment-card__tag {
  background: var(--mint-l) !important;
  color: var(--primary) !important;
}
.treatments-grid .treatment-card .treatment-card__more {
  color: var(--primary) !important;
}

/* Alternate: even cards (2, 4, 6 — Perfect, VIP, Billion) get blue treatment */
.treatments-grid .treatment-card:nth-child(2n) {
  background: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 100%) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  box-shadow: 
    0 4px 12px rgba(43,60,80,.25),
    0 20px 48px rgba(43,60,80,.3),
    inset 0 1px 0 rgba(255,255,255,.15) !important;
}
.treatments-grid .treatment-card:nth-child(2n) h3,
.treatments-grid .treatment-card:nth-child(2n) .treatment-card__price {
  color: #FFFFFF !important;
}
.treatments-grid .treatment-card:nth-child(2n) p {
  color: rgba(255,255,255,.85) !important;
}
.treatments-grid .treatment-card:nth-child(2n) .treatment-card__sessions {
  color: rgba(255,255,255,.65) !important;
}
.treatments-grid .treatment-card:nth-child(2n) .treatment-card__tag {
  background: rgba(255,255,255,.15) !important;
  color: #FFFFFF !important;
}
.treatments-grid .treatment-card:nth-child(2n) .treatment-card__more {
  color: var(--mint) !important;
}

/* MILLION DOLLAR SPOTLIGHT — 5th card in 6-card grid (nth-child(5)) */
/* Blue dominant + luxe warm-wit glow ring */
.treatments-grid .treatment-card:nth-child(5) {
  background: linear-gradient(160deg, #34516E 0%, var(--primary) 50%, var(--dark) 100%) !important;
  color: #FFFFFF !important;
  border: 2px solid rgba(255,250,220,.4) !important;
  box-shadow: 
    0 0 0 1px rgba(255,250,220,.15),
    0 8px 20px rgba(43,60,80,.3),
    0 30px 70px rgba(43,60,80,.4),
    inset 0 1px 0 rgba(255,255,255,.25),
    0 0 40px rgba(255,240,200,.08) !important;
  position: relative;
  transform: scale(1.02);
}
.treatments-grid .treatment-card:nth-child(5)::before {
  content: 'Aanbevolen';
  position: absolute;
  top: -12px;
  left: 24px;
  padding: 4px 14px;
  background: linear-gradient(135deg, #FFF8E1, #FFFFFF);
  color: var(--dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(43,60,80,.2);
  z-index: 2;
}
.treatments-grid .treatment-card:nth-child(5) h3,
.treatments-grid .treatment-card:nth-child(5) .treatment-card__price {
  color: #FFFFFF !important;
}
.treatments-grid .treatment-card:nth-child(5) p {
  color: rgba(255,255,255,.85) !important;
}
.treatments-grid .treatment-card:nth-child(5) .treatment-card__sessions {
  color: rgba(255,240,200,.75) !important;
}
.treatments-grid .treatment-card:nth-child(5) .treatment-card__tag {
  background: rgba(255,240,200,.2) !important;
  color: #FFF8E1 !important;
}
.treatments-grid .treatment-card:nth-child(5) .treatment-card__more {
  color: #FFF8E1 !important;
}


/* ============== WATERMARK Z-INDEX FIX (sub-pages) ============== */
.tooth-watermark {
  z-index: 0 !important;
  pointer-events: none;
}
.page-hero {
  position: relative;
  overflow: hidden;
}
.page-hero .tooth-watermark {
  top: 50% !important;
  right: 5% !important;
  left: auto !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  width: 220px !important;
  height: 220px !important;
  opacity: 0.08 !important;
}
.page-hero__inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 900px) {
  .page-hero .tooth-watermark {
    width: 160px !important;
    height: 160px !important;
    right: 2% !important;
    opacity: 0.06 !important;
  }
}
@media (max-width: 600px) {
  .page-hero .tooth-watermark {
    width: 120px !important;
    height: 120px !important;
    opacity: 0.05 !important;
  }
}


/* ============== STRONGER 3D SHADOWS ============== */
.treatment-card,
.why-card,
.review-card,
.value-card,
.werkwijze-usp,
.treatment-page__price-card,
.step-card,
.nazorg-rule,
.contact-info-card,
.info-block__media,
.faq-item {
  box-shadow: 
    0 2px 6px rgba(43,60,80,.05),
    0 10px 24px rgba(43,60,80,.08),
    0 30px 60px rgba(43,60,80,.1),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.treatment-card:hover,
.why-card:hover,
.review-card:hover,
.value-card:hover,
.werkwijze-usp:hover {
  box-shadow: 
    0 4px 12px rgba(43,60,80,.08),
    0 20px 48px rgba(43,60,80,.12),
    0 40px 80px rgba(43,60,80,.16),
    inset 0 1px 0 rgba(255,255,255,1) !important;
  transform: translateY(-6px) !important;
}


/* ============== SECTION TEXTURE FOR DEPTH ============== */
.section--paper, .section--paper-alt {
  position: relative;
}
.section--paper-alt {
  background: linear-gradient(180deg, #F6F8FA 0%, #EEF2F6 100%) !important;
  box-shadow: inset 0 8px 16px rgba(43,60,80,.04);
}


/* ============== MILLION DOLLAR TREATMENT-DETAIL BEHANDELINGEN PAGE ============== */
/* On behandelingen.html -- make #million-dollar-smile stand out */
#million-dollar-smile {
  border: 2px solid #FFF8E1 !important;
  box-shadow: 
    0 0 0 1px rgba(255,248,225,.2),
    0 12px 32px rgba(43,60,80,.25),
    0 32px 64px rgba(43,60,80,.2),
    inset 0 0 60px rgba(255,248,225,.05) !important;
  position: relative;
}
#million-dollar-smile::before {
  content: '★ Aanbevolen voor maximaal resultaat';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 20px;
  background: linear-gradient(135deg, #FFF8E1, #FFFFFF);
  color: var(--dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(43,60,80,.2);
  z-index: 2;
  white-space: nowrap;
}


/* ============== INFO BLOCK CARDS (behandelingen extra info) ============== */
.info-blocks-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 900px) {
  .info-blocks-row { grid-template-columns: 1fr 1fr; gap: 32px; }
}

.info-block-card {
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 
    0 2px 6px rgba(43,60,80,.05),
    0 10px 24px rgba(43,60,80,.08),
    0 30px 60px rgba(43,60,80,.1),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.info-block-card__title {
  font-family: 'Mark Pro', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 20px;
  line-height: 1.4;
}
.info-block-card__title--light {
  color: #FFFFFF;
  font-size: 22px;
}
.info-block-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.info-block-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.info-block-card__list li svg {
  width: 18px;
  height: 18px;
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}
.info-block-card__list li strong {
  color: var(--ink);
  font-weight: 700;
}
.info-block-card__list--light li {
  color: rgba(255,255,255,.85);
}
.info-block-card__list--light li svg {
  color: var(--mint);
}
.info-block-card__list--light li strong {
  color: #FFFFFF;
}

.info-block-card--dark {
  background: linear-gradient(160deg, var(--primary) 0%, var(--dark) 100%);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 
    0 10px 30px rgba(43,60,80,.25),
    0 30px 80px rgba(43,60,80,.3);
}
.info-block-card--dark .info-block-card__title {
  color: #FFFFFF;
}
.info-block-card__subcard {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding: 28px;
}
.info-block-card__intro {
  font-family: 'Mark Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .info-block-card { padding: 24px 20px; }
  .info-block-card__title { font-size: 16px; }
  .info-block-card__subcard { padding: 20px 16px; }
}


/* ============== SALONIZED MINI STRIP ============== */
.salonized-mini-strip {
  background: var(--paper-alt);
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.salonized-mini-strip__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.salonized-mini-strip__label {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 800;
  white-space: nowrap;
}
.salonized-reviews-mini {
  flex: 1;
  min-width: 200px;
  max-width: 600px;
}
@media (max-width: 600px) {
  .salonized-mini-strip__inner {
    padding: 12px 16px;
    gap: 12px;
  }
  .salonized-mini-strip__label { font-size: 10px; }
}


/* ============================================
   V25 — GLITCH FIX + NEW BA + WERKWIJZE TIMELINE
   ============================================ */


/* ============== FIX TREATMENT CARDS GLITCH ============== */
/* The problem: first card was looking empty because treatment-card:nth-child(2n) 
   was applied + multiple !important declarations fought each other */
/* Clean baseline for all treatment cards first */
.treatments-grid .treatment-card {
  background: #FFFFFF !important;
  color: var(--ink) !important;
  border: 1px solid var(--line) !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 28px !important;
  min-height: 280px !important;
  position: relative !important;
  overflow: hidden !important;
  text-decoration: none !important;
  transition: transform .3s ease, box-shadow .3s ease !important;
  transform: none !important;
}
.treatments-grid .treatment-card > * {
  position: relative;
  z-index: 1;
}

/* Odd cards: white with blue accents */
.treatments-grid .treatment-card:nth-child(odd) {
  background: #FFFFFF !important;
  color: var(--ink) !important;
}
.treatments-grid .treatment-card:nth-child(odd) h3,
.treatments-grid .treatment-card:nth-child(odd) .treatment-card__price {
  color: var(--ink) !important;
}
.treatments-grid .treatment-card:nth-child(odd) p {
  color: var(--ink-soft) !important;
}
.treatments-grid .treatment-card:nth-child(odd) .treatment-card__tag {
  background: var(--mint-l) !important;
  color: var(--primary) !important;
}
.treatments-grid .treatment-card:nth-child(odd) .treatment-card__more {
  color: var(--primary) !important;
}
.treatments-grid .treatment-card:nth-child(odd) .treatment-card__sessions {
  color: var(--mute) !important;
}

/* Even cards: blue dominant */
.treatments-grid .treatment-card:nth-child(even) {
  background: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 100%) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
.treatments-grid .treatment-card:nth-child(even) h3,
.treatments-grid .treatment-card:nth-child(even) .treatment-card__price {
  color: #FFFFFF !important;
}
.treatments-grid .treatment-card:nth-child(even) p {
  color: rgba(255,255,255,.85) !important;
}
.treatments-grid .treatment-card:nth-child(even) .treatment-card__tag {
  background: rgba(255,255,255,.15) !important;
  color: #FFFFFF !important;
}
.treatments-grid .treatment-card:nth-child(even) .treatment-card__more {
  color: var(--mint) !important;
}
.treatments-grid .treatment-card:nth-child(even) .treatment-card__sessions {
  color: rgba(255,255,255,.7) !important;
}

/* Million Dollar Smile spotlight — 5th card, NO scale/transform that breaks grid */
.treatments-grid .treatment-card:nth-child(5) {
  background: linear-gradient(160deg, #34516E 0%, var(--primary) 50%, var(--dark) 100%) !important;
  color: #FFFFFF !important;
  border: 2px solid rgba(255,248,225,.45) !important;
  box-shadow: 
    0 0 0 3px rgba(255,248,225,.1),
    0 8px 24px rgba(43,60,80,.25),
    0 30px 70px rgba(43,60,80,.35),
    inset 0 1px 0 rgba(255,255,255,.2) !important;
  transform: none !important;
}
.treatments-grid .treatment-card:nth-child(5)::before {
  content: '★ Aanbevolen';
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 12px;
  background: linear-gradient(135deg, #FFF8E1, #FFFFFF);
  color: var(--dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(43,60,80,.3);
  z-index: 3;
  font-family: 'Mark Pro', sans-serif;
}
.treatments-grid .treatment-card:nth-child(5) h3,
.treatments-grid .treatment-card:nth-child(5) .treatment-card__price {
  color: #FFFFFF !important;
}
.treatments-grid .treatment-card:nth-child(5) p {
  color: rgba(255,255,255,.88) !important;
}
.treatments-grid .treatment-card:nth-child(5) .treatment-card__tag {
  background: rgba(255,248,225,.2) !important;
  color: #FFF8E1 !important;
}
.treatments-grid .treatment-card:nth-child(5) .treatment-card__more {
  color: #FFF8E1 !important;
}

/* Hover states */
.treatments-grid .treatment-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 
    0 4px 12px rgba(43,60,80,.08),
    0 20px 48px rgba(43,60,80,.12),
    0 40px 80px rgba(43,60,80,.16) !important;
}
.treatments-grid .treatment-card:nth-child(5):hover {
  transform: translateY(-6px) !important;
}


/* ============== BA CARDS — REMOVE WHITE BORDERS, CLEAN STYLE ============== */
.ba-grid--3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .ba-grid--3 { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}

.ba-card {
  background: #FFFFFF !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
  border: none !important;
  box-shadow: 
    0 10px 30px rgba(43,60,80,.15),
    0 30px 60px rgba(43,60,80,.2) !important;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}
.ba-card:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 14px 40px rgba(43,60,80,.2),
    0 40px 80px rgba(43,60,80,.25) !important;
}
.ba-card__package-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  padding: 6px 14px;
  background: rgba(255,255,255,.95);
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(43,60,80,.2);
  font-family: 'Mark Pro', sans-serif;
}
.ba-card__package-tag--featured {
  background: linear-gradient(135deg, #FFF8E1, #FFFFFF);
  color: var(--dark);
}
.ba-card__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: var(--primary);
}
.ba-card__img {
  position: relative;
  overflow: hidden;
  background: var(--primary);
}
.ba-card__img::after {
  display: none;
}
.ba-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ba-card__img--before img {
  filter: none;
}
.ba-card__img--after {
  border-left: 2px solid rgba(255,255,255,.8);
}
.ba-card__label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 4px 10px;
  background: rgba(255,255,255,.92);
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 5;
  backdrop-filter: blur(8px);
}
.ba-card__label--after {
  background: var(--primary);
  color: #FFFFFF;
  left: auto;
  right: 12px;
}
.ba-card__caption {
  padding: 20px 24px 24px;
  text-align: center;
}
.ba-card__caption h3 {
  font-size: 18px !important;
  color: var(--ink) !important;
  margin-bottom: 4px;
  font-weight: 700;
}
.ba-card__caption p {
  font-size: 13px !important;
  color: var(--mute) !important;
  margin: 0;
}
.ba-card--featured {
  border: 2px solid rgba(255,248,225,.6) !important;
  box-shadow: 
    0 0 0 3px rgba(255,248,225,.12),
    0 14px 40px rgba(43,60,80,.2),
    0 40px 80px rgba(43,60,80,.25) !important;
}


/* ============== SLIDER PACKAGE LABEL ============== */
.ba-slider__package {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  background: rgba(0,0,0,.6);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 30px;
  backdrop-filter: blur(10px);
  z-index: 8;
  font-family: 'Mark Pro', sans-serif;
  white-space: nowrap;
}


/* ============== WERKWIJZE HOME TIMELINE ============== */
.werkwijze-home {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--primary) 0%, var(--dark) 100%) !important;
  padding: 96px 0 !important;
}

.werkwijze-timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.werkwijze-timeline__line {
  position: absolute;
  top: 56px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(200,255,0,.25) 20%, 
    rgba(200,255,0,.5) 50%, 
    rgba(200,255,0,.25) 80%, 
    transparent 100%);
  z-index: 0;
}

.werkwijze-node {
  position: relative;
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.werkwijze-node__number {
  font-family: 'Instrument Serif', serif;
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  color: rgba(200,255,0,.4);
  line-height: 1;
  margin-bottom: -4px;
}

.werkwijze-node__dot {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  border: 1.5px solid rgba(200,255,0,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mint);
  box-shadow: 
    0 0 0 6px rgba(43,60,80,.6),
    0 8px 24px rgba(43,60,80,.4),
    inset 0 1px 0 rgba(255,255,255,.15);
  margin: 16px 0 24px;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}

.werkwijze-node__dot svg {
  width: 28px;
  height: 28px;
}

.werkwijze-node:hover .werkwijze-node__dot {
  border-color: var(--mint);
  background: linear-gradient(145deg, rgba(200,255,0,.15), rgba(200,255,0,.05));
  transform: scale(1.08);
  box-shadow: 
    0 0 0 6px rgba(43,60,80,.6),
    0 12px 32px rgba(200,255,0,.25),
    inset 0 1px 0 rgba(255,255,255,.2);
}

.werkwijze-node__dot--final {
  background: linear-gradient(145deg, rgba(200,255,0,.25), rgba(200,255,0,.1));
  border-color: var(--mint);
  color: var(--mint);
}

.werkwijze-node__body h3 {
  font-family: 'Mark Pro', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.werkwijze-node__body p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,.72);
  margin: 0;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .werkwijze-timeline {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .werkwijze-timeline__line {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, 
      transparent 0%, 
      rgba(200,255,0,.3) 15%, 
      rgba(200,255,0,.3) 85%, 
      transparent 100%);
  }
  .werkwijze-node__number { font-size: 36px; }
  .werkwijze-node__dot { width: 60px; height: 60px; }
  .werkwijze-node__dot svg { width: 24px; height: 24px; }
  .werkwijze-home { padding: 72px 0 !important; }
}


/* ============== BA GRID 2-COL ============== */
.ba-grid--2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ba-grid--2 { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}


/* ============== V30 — LOGO GROTER (final override) ============== */
.site-header__brand img,
.site-header__brand .site-header__logo,
.site-header__logo {
  height: 72px !important;
  width: auto !important;
}
@media (max-width: 900px) {
  .site-header__brand img,
  .site-header__brand .site-header__logo,
  .site-header__logo {
    height: 56px !important;
  }
}
@media (max-width: 600px) {
  .site-header__brand img,
  .site-header__brand .site-header__logo,
  .site-header__logo {
    height: 48px !important;
  }
}
/* Bump header padding to accommodate larger logo */
.site-header {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}


/* ============== V31 — LOGO NOG GROTER + MOBILE FIX ============== */
.site-header__brand img,
.site-header__brand .site-header__logo,
.site-header__logo {
  height: 96px !important;
  width: auto !important;
  max-width: 240px !important;
}
@media (max-width: 900px) {
  .site-header__brand img,
  .site-header__brand .site-header__logo,
  .site-header__logo {
    height: 72px !important;
    max-width: 200px !important;
  }
}
@media (max-width: 600px) {
  .site-header__brand img,
  .site-header__brand .site-header__logo,
  .site-header__logo {
    height: 58px !important;
    max-width: 160px !important;
  }
}
@media (max-width: 400px) {
  .site-header__brand img,
  .site-header__brand .site-header__logo,
  .site-header__logo {
    height: 52px !important;
    max-width: 140px !important;
  }
}
.site-header {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
@media (max-width: 600px) {
  .site-header {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}


/* ============== V33 — SALONIZED MINI WIDGET MOBILE FIX ============== */
/* Force widget to render on mobile and ensure visibility */
.salonized-mini-strip {
  display: block !important;
  background: var(--paper-alt);
  border-bottom: 1px solid var(--line);
  padding: 0 !important;
  min-height: 60px;
  overflow: visible;
}
.salonized-mini-strip__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 14px 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  min-height: 60px;
}
.salonized-reviews-mini {
  flex: 1 1 100%;
  min-width: 280px;
  max-width: 100%;
  width: 100%;
  display: block !important;
  overflow: visible !important;
}
.salonized-reviews-mini iframe,
.salonized-reviews-mini > * {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
}

@media (max-width: 700px) {
  .salonized-mini-strip__inner {
    flex-direction: column;
    padding: 12px 16px !important;
    gap: 10px !important;
  }
  .salonized-mini-strip__label {
    font-size: 10px !important;
    text-align: center;
  }
  .salonized-reviews-mini {
    min-width: 0;
    width: 100% !important;
    flex: 1 1 100% !important;
  }
  .salonized-reviews-mini iframe {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Fallback: if Salonized doesn't render, show at least a link */
.salonized-reviews-mini:empty::before {
  content: "Lees alle reviews op Salonized →";
  display: block;
  text-align: center;
  padding: 8px 0;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}


/* ==========================================================
   V35 — WIJK LANDING PAGES
   ========================================================== */

/* ----- Reistijd stats cards ----- */
.wijk-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}
.wijk-stat-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: border-color .3s ease, transform .3s ease;
}
.wijk-stat-card:hover {
  border-color: var(--mint);
  transform: translateY(-2px);
}
.wijk-stat-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--mint-soft, #eaf5f2);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wijk-stat-content { display: flex; flex-direction: column; gap: 4px; }
.wijk-stat-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink-2);
  font-weight: 600;
}
.wijk-stat-value {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.1;
}
.wijk-stat-detail {
  font-size: 13px;
  color: var(--ink-3);
  font-style: italic;
}

@media (max-width: 900px) {
  .wijk-stats { grid-template-columns: 1fr; gap: 16px; }
  .wijk-stat-card { padding: 20px; }
}

/* ----- Feature grid (Waarom ons) ----- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature-card {
  background: var(--paper);
  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
  text-align: left;
  transition: border-color .3s ease, transform .3s ease;
}
.feature-card:hover {
  border-color: var(--mint);
  transform: translateY(-4px);
}
.feature-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--primary);
  color: var(--mint);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature-card p {
  margin-top: 12px;
  color: var(--ink-2);
  line-height: 1.6;
  font-size: 15px;
}

@media (max-width: 900px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .feature-grid { grid-template-columns: 1fr; }
}

/* ----- Section variants (nieuw) ----- */
.section--mint-soft {
  background: #f3f8f6;
}
.section--primary {
  background: var(--primary);
  color: var(--paper);
}
.section--primary h1,
.section--primary h2,
.section--primary h3 { color: var(--paper); }

/* ----- Andere wijken links grid ----- */
.wijk-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.wijk-link-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  transition: all .3s ease;
  color: var(--primary);
}
.wijk-link-card:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--paper);
  transform: translateY(-2px);
}
.wijk-link-card span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .7;
  font-weight: 600;
}
.wijk-link-card strong {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}
.wijk-link-card small {
  font-size: 13px;
  opacity: .75;
  margin-top: 6px;
}

@media (max-width: 900px) {
  .wijk-links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .wijk-links-grid { grid-template-columns: 1fr; }
}

/* ----- btn--outline-light (voor donkere CTA sectie) ----- */
.btn--outline-light {
  background: transparent;
  color: var(--paper);
  border: 1.5px solid rgba(255,255,255,.4);
}
.btn--outline-light:hover {
  background: var(--paper);
  color: var(--primary);
  border-color: var(--paper);
}

/* Footer compact wijk links */
.site-footer__links--compact {
  columns: 2;
  column-gap: 20px;
  font-size: 14px;
}
.site-footer__links--compact li { 
  break-inside: avoid;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .site-footer__links--compact { columns: 2; }
}
@media (max-width: 560px) {
  .site-footer__links--compact { columns: 2; }
}
