:root {
  --green-50: #f3f8f5;
  --green-100: #e7f1ec;
  --green-200: #cfe2d8;
  --green-400: #98b8a7;
  --green-700: #2d5647;
  --green-900: #17372c;
  --gold-200: #f2deb5;
  --gold-300: #eacb8c;
  --gold-400: #ddb36c;
  --gold-500: #c99642;
  --cream: #f9f5ed;
  --white: #fefcf7;
  --text: #1f332c;
  --muted: #4f6660;
  --paper-tint: rgba(252, 244, 228, 0.74);
  --paper-grain: rgba(76, 95, 86, 0.05);
  --shadow: 0 26px 56px rgba(23, 55, 44, 0.14);
  --shadow-soft: 0 14px 34px rgba(23, 55, 44, 0.11);
  --radius: 22px;
  --radius-lg: 34px;
  --font-body: "Manrope", "Inter", "Segoe UI", sans-serif;
  --font-display: "Cormorant Garamond", "Playfair Display", "Times New Roman", serif;
  --error: #c44a4a;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #2c4037e6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 8% 18%, var(--paper-tint), transparent 40%),
    radial-gradient(circle at 85% 10%, rgba(201, 150, 66, 0.2), transparent 42%),
    radial-gradient(circle at 16% 84%, rgba(152, 184, 167, 0.24), transparent 48%),
    radial-gradient(circle at 82% 72%, rgba(233, 206, 157, 0.2), transparent 46%),
    linear-gradient(122deg, rgba(250, 247, 240, 0.9), rgba(254, 252, 247, 0.95)),
    repeating-linear-gradient(
      90deg,
      rgba(76, 95, 86, 0.03) 0,
      rgba(76, 95, 86, 0.03) 1px,
      transparent 1px,
      transparent 7px
    );
  opacity: 0.62;
  z-index: -1;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 92%, rgba(201, 150, 66, 0.12), transparent 35%),
    radial-gradient(circle at 92% 18%, rgba(45, 86, 71, 0.14), transparent 35%);
  z-index: -1;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  overflow: hidden;
}

:target {
  scroll-margin-top: 104px;
}

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--green-700);
  color: #fff;
  padding: 12px 24px;
  border-radius: 0 0 var(--radius) var(--radius);
  z-index: 100;
  font-weight: 600;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.section {
  padding: 104px 0;
  position: relative;
}

.section-muted {
  background: linear-gradient(165deg, rgba(231, 241, 236, 0.82), rgba(249, 245, 237, 0.75));
}

.section-cta {
  background: linear-gradient(160deg, rgba(224, 236, 229, 0.72), rgba(249, 245, 237, 0.86));
}

.section-story {
  background:
    radial-gradient(circle at 92% 10%, rgba(201, 150, 66, 0.14), transparent 40%),
    linear-gradient(166deg, rgba(255, 255, 255, 0.88), rgba(245, 250, 247, 0.8));
}

.section-benefits {
  background:
    radial-gradient(circle at 8% 8%, rgba(201, 150, 66, 0.16), transparent 40%),
    radial-gradient(circle at 92% 90%, rgba(45, 86, 71, 0.14), transparent 42%),
    linear-gradient(165deg, rgba(231, 241, 236, 0.82), rgba(249, 245, 237, 0.8));
}

.section-treatment-showcase {
  background:
    radial-gradient(circle at 88% 8%, rgba(201, 150, 66, 0.16), transparent 42%),
    linear-gradient(164deg, rgba(255, 255, 255, 0.84), rgba(245, 250, 247, 0.82));
}

.section-process {
  background:
    radial-gradient(circle at 12% 16%, rgba(201, 150, 66, 0.14), transparent 42%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.86), rgba(243, 248, 245, 0.82));
}

.section-values {
  background:
    radial-gradient(circle at 88% 16%, rgba(201, 150, 66, 0.16), transparent 44%),
    linear-gradient(162deg, rgba(234, 244, 239, 0.84), rgba(251, 248, 241, 0.8));
}

.section-pricing {
  background:
    radial-gradient(circle at 12% 14%, rgba(201, 150, 66, 0.17), transparent 42%),
    radial-gradient(circle at 88% 90%, rgba(45, 86, 71, 0.14), transparent 44%),
    linear-gradient(166deg, rgba(255, 255, 255, 0.86), rgba(245, 250, 247, 0.82));
}

.section-contact-form {
  background:
    radial-gradient(circle at 10% 12%, rgba(201, 150, 66, 0.15), transparent 42%),
    linear-gradient(164deg, rgba(233, 243, 238, 0.84), rgba(249, 245, 237, 0.82));
}

.section-practical {
  background:
    radial-gradient(circle at 90% 12%, rgba(201, 150, 66, 0.15), transparent 40%),
    linear-gradient(162deg, rgba(255, 255, 255, 0.84), rgba(242, 248, 245, 0.8));
}

.section-booking .cta-card {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(243, 249, 246, 0.88)),
    radial-gradient(circle at 90% 6%, rgba(201, 150, 66, 0.2), transparent 44%);
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 0.72rem;
  color: var(--green-700);
  font-weight: 700;
  position: relative;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.kicker::before {
  content: "•";
  color: var(--gold-500);
  font-size: 0.9rem;
  line-height: 1;
}

.kicker::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 150, 66, 0.85), rgba(201, 150, 66, 0));
  display: inline-block;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 3.2vw, 3.25rem);
  margin: 12px 0 16px;
  letter-spacing: 0.015em;
  color: rgba(23, 55, 44, 0.94);
}

.section-lead {
  color: var(--muted);
  max-width: 760px;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
}

.section-lead strong {
  color: var(--green-900);
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.015em;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
  cursor: pointer;
  touch-action: manipulation;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.btn:focus {
  outline: 2px solid var(--gold-500);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(140deg, #f2deb5, #c99642 58%, #b88738);
  color: #322507;
  box-shadow: 0 16px 30px rgba(201, 150, 66, 0.3);
}

.btn-outline {
  border-color: rgba(45, 86, 71, 0.25);
  color: var(--green-700);
  background: rgba(255, 255, 255, 0.72);
}

.btn-whatsapp {
  background: linear-gradient(132deg, #33d971, #17b853);
  color: #fff;
  border-color: rgba(0, 0, 0, 0.04);
  box-shadow: 0 14px 32px rgba(26, 185, 84, 0.32);
}

.btn-whatsapp:hover {
  box-shadow: 0 22px 48px rgba(26, 185, 84, 0.35);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(77, 107, 94, 0.2);
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(254, 252, 247, 0.84);
  backdrop-filter: blur(14px);
  z-index: 20;
  border-bottom: 1px solid rgba(45, 86, 71, 0.1);
  box-shadow: 0 8px 22px rgba(23, 55, 44, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
  flex-wrap: wrap;
}

.logo {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2vw, 1.85rem);
  font-weight: 600;
  color: var(--green-700);
  letter-spacing: 0.03em;
  text-decoration: none;
  position: relative;
  padding-left: 12px;
}

.logo:hover {
  color: var(--green-900);
}

.logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(201, 150, 66, 0.95), rgba(45, 86, 71, 0.4));
}

/* Mobile menu toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  z-index: 15;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(45, 86, 71, 0.12);
  touch-action: manipulation;
}

.nav-toggle-icon {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--green-700);
  position: relative;
  transition: background 0.2s ease;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--green-700);
  transition: transform 0.2s ease;
}

.nav-toggle-icon::before {
  top: -7px;
}

.nav-toggle-icon::after {
  top: 7px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
  transform: rotate(-45deg) translate(5px, -5px);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(45, 86, 71, 0.14);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 20px rgba(23, 55, 44, 0.08);
}

.nav-link {
  font-weight: 600;
  color: rgba(45, 86, 71, 0.86);
  position: relative;
  border-radius: 999px;
  padding: 8px 14px;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 150, 66, 0.9), transparent);
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-link:hover {
  color: var(--green-900);
  background: rgba(242, 222, 181, 0.33);
  transform: translateY(-1px);
}

.nav-link:focus {
  outline: 2px solid var(--gold-500);
  outline-offset: 4px;
}

.nav-link.is-active {
  color: var(--green-900);
  font-weight: 700;
  background: linear-gradient(135deg, rgba(242, 222, 181, 0.58), rgba(207, 226, 216, 0.5));
  box-shadow: inset 0 0 0 1px rgba(201, 150, 66, 0.24);
}

.hero {
  position: relative;
  padding: 110px 0 70px;
  background: linear-gradient(132deg, rgba(231, 241, 236, 0.82), rgba(254, 252, 247, 0.95) 45%, rgba(249, 245, 237, 0.75));
}

.page-behandelingen .hero {
  background:
    radial-gradient(circle at 14% 4%, rgba(201, 150, 66, 0.22), transparent 38%),
    radial-gradient(circle at 84% 88%, rgba(45, 86, 71, 0.17), transparent 42%),
    linear-gradient(132deg, rgba(233, 242, 237, 0.9), rgba(254, 252, 247, 0.96) 44%, rgba(244, 236, 220, 0.82));
}

.page-tarieven .hero {
  background:
    radial-gradient(circle at 86% 8%, rgba(201, 150, 66, 0.24), transparent 42%),
    radial-gradient(circle at 14% 90%, rgba(45, 86, 71, 0.15), transparent 40%),
    linear-gradient(132deg, rgba(246, 239, 225, 0.9), rgba(254, 252, 247, 0.95) 46%, rgba(231, 241, 236, 0.8));
}

.page-over .hero {
  background:
    radial-gradient(circle at 10% 6%, rgba(201, 150, 66, 0.18), transparent 36%),
    radial-gradient(circle at 86% 82%, rgba(45, 86, 71, 0.2), transparent 44%),
    linear-gradient(134deg, rgba(229, 240, 234, 0.9), rgba(254, 252, 247, 0.96) 44%, rgba(240, 247, 243, 0.84));
}

.page-contact .hero {
  background:
    radial-gradient(circle at 84% 8%, rgba(201, 150, 66, 0.2), transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(45, 86, 71, 0.16), transparent 42%),
    linear-gradient(134deg, rgba(232, 243, 237, 0.9), rgba(254, 252, 247, 0.95) 45%, rgba(241, 248, 244, 0.84));
}

.page-reviews .hero {
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 150, 66, 0.22), transparent 40%),
    radial-gradient(circle at 86% 86%, rgba(45, 86, 71, 0.18), transparent 44%),
    linear-gradient(134deg, rgba(235, 244, 239, 0.9), rgba(254, 252, 247, 0.95) 44%, rgba(244, 237, 222, 0.82));
}

.page-notfound .hero {
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 150, 66, 0.22), transparent 40%),
    linear-gradient(140deg, rgba(236, 245, 240, 0.86), rgba(254, 252, 247, 0.95));
}

.hero::before {
  content: "";
  position: absolute;
  right: -90px;
  top: 36px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 150, 66, 0.22), rgba(201, 150, 66, 0));
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 86, 71, 0.16), rgba(45, 86, 71, 0));
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  margin: 8px 0 18px;
  letter-spacing: 0.01em;
  line-height: 0.98;
  color: rgba(23, 55, 44, 0.95);
  text-wrap: balance;
}

.hero-text {
  color: var(--muted);
  margin-bottom: 30px;
  max-width: 580px;
  font-size: 1.05rem;
}

.hero-text,
.section-lead,
.review-quote,
.review-item p {
  overflow-wrap: break-word;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-visual {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(242, 248, 244, 0.82));
  border-radius: var(--radius-lg);
  padding: 42px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(201, 150, 66, 0.2);
  overflow: hidden;
}



.hero-illustration-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.hero-illustration {
  width: 330px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  --hero-scale: 1.44;
  transform: scale(var(--hero-scale));
  transform-origin: center;
  filter: drop-shadow(0 20px 30px rgba(201, 150, 66, 0.28));
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(201, 150, 66, 0.22);
}

.hero-visual::before {
  width: 170px;
  height: 170px;
  top: -60px;
  right: -20px;
}

.hero-visual::after {
  width: 210px;
  height: 210px;
  bottom: -100px;
  left: -30px;
}

.hero-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 18px 36px rgba(23, 55, 44, 0.11);
  border: 1px solid rgba(45, 86, 71, 0.1);
  position: relative;
  z-index: 1;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
}

.contact-info-card > * {
  position: relative;
  z-index: 1;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.contact-hero-image {
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 14px 0 0;
  border: 1px solid rgba(201, 150, 66, 0.22);
  box-shadow: 0 12px 24px rgba(23, 55, 44, 0.12);
}

.hero-list div,
.hero-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.hero-list div::before,
.hero-list li::before {
  content: "✦";
  color: var(--gold-500);
  font-size: 0.78rem;
  line-height: 1.5;
}

.hero-list a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.hero-list a:hover {
  color: var(--green-900);
}

.grid {
  display: grid;
  gap: 24px;
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.card,
.info-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(250, 245, 236, 0.9));
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 20px 36px rgba(23, 55, 44, 0.11);
  border: 1px solid rgba(201, 150, 66, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hero-card,
.cta-card,
.testimonial {
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card::before,
.info-card::before,
.hero-card::before,
.cta-card::before,
.testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 85% 0%, rgba(201, 150, 66, 0.16), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.card::after,
.info-card::after,
.hero-card::after,
.cta-card::after,
.testimonial::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(201, 150, 66, 0) 0%,
    rgba(201, 150, 66, 0.9) 14%,
    rgba(152, 184, 167, 0.44) 82%,
    rgba(152, 184, 167, 0) 100%
  );
  opacity: 0.75;
  pointer-events: none;
}

.card > *,
.info-card > *,
.hero-card > *,
.cta-card > *,
.testimonial > * {
  position: relative;
  z-index: 1;
}

.card:hover,
.info-card:hover,
.hero-card:hover,
.cta-card:hover,
.testimonial:hover,
.card:focus-within,
.info-card:focus-within,
.hero-card:focus-within,
.cta-card:focus-within,
.testimonial:focus-within {
  transform: translateY(-7px);
  box-shadow: 0 26px 52px rgba(23, 55, 44, 0.17);
  border-color: rgba(201, 150, 66, 0.35);
}

.treatment-grid {
  align-items: stretch;
  gap: 28px;
}

.treatment-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 28px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(250, 245, 236, 0.93));
  border: 1px solid rgba(201, 150, 66, 0.2);
  box-shadow: 0 16px 34px rgba(23, 55, 44, 0.11);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.treatment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 0%, rgba(201, 150, 66, 0.2), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.treatment-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(201, 150, 66, 0) 0%,
    rgba(201, 150, 66, 0.9) 12%,
    rgba(152, 184, 167, 0.42) 82%,
    rgba(152, 184, 167, 0) 100%
  );
  opacity: 0.85;
  pointer-events: none;
}

.treatment-card > * {
  position: relative;
  z-index: 1;
}

.treatment-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 48px rgba(23, 55, 44, 0.17);
  border-color: rgba(201, 150, 66, 0.36);
}

.treatment-card .card-meta {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 5.8rem;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(201, 150, 66, 0.28);
  background: rgba(201, 150, 66, 0.14);
  color: var(--green-700);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.65;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  overflow: visible;
}

.treatment-card .card-meta strong {
  color: var(--green-900);
}

.treatment-card .card-meta .meta-line {
  display: block;
  margin: 0;
}

.treatment-card h3 {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: auto;
}

.card h3,
.info-card h3 {
  margin-top: 0;
  font-family: var(--font-display);
  letter-spacing: 0.015em;
  font-size: clamp(1.6rem, 1.8vw, 1.95rem);
}

.card p,
.info-card p {
  color: var(--muted);
  font-size: 0.99rem;
}

/* CTA Card */
.cta-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 247, 0.88));
  border-radius: var(--radius-lg);
  padding: 52px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(201, 150, 66, 0.2);
  text-align: center;
}

.cta-card .section-lead {
  margin-left: auto;
  margin-right: auto;
}

.cta-card .hero-cta {
  justify-content: center;
}

.section-booking .cta-card .section-title {
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}

.section-booking .cta-card .hero-cta {
  margin-top: 22px;
}

.feature-list {
  display: grid;
  gap: 15px;
}

.feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(45, 86, 71, 0.15);
}

.feature:last-child {
  border-bottom: none;
}

.feature span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-200), var(--gold-500));
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #3b2b0b;
  flex-shrink: 0;
}

.section-benefits .feature-list {
  gap: 14px;
}

.section-benefits .feature {
  border-bottom: none;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(45, 86, 71, 0.14);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(248, 252, 250, 0.82));
  box-shadow: 0 10px 24px rgba(23, 55, 44, 0.08);
}

.section-benefits .feature span {
  width: 32px;
  height: 32px;
}

.section-values .feature-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 16px;
}

.section-values .feature {
  border-bottom: none;
  border: 1px solid rgba(45, 86, 71, 0.14);
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 249, 0.84));
  box-shadow: 0 10px 24px rgba(23, 55, 44, 0.08);
}

.section-process .grid {
  counter-reset: process;
}

.section-process .card {
  padding-top: 32px;
}

.section-process .card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.section-process .card p {
  margin: 0;
}

.section-treatment-showcase .section-title {
  max-width: 18ch;
}

.section-treatment-showcase .treatment-card:nth-child(odd) {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(250, 244, 232, 0.9));
}

.section-treatment-showcase .treatment-card:nth-child(even) {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 244, 0.9));
}

.section-treatment-showcase .treatment-card h3 {
  margin-bottom: 10px;
}

.section-treatment-showcase .treatment-card p {
  margin: 0;
  line-height: 1.55;
}

.section-treatment-showcase .treatment-card .card-meta {
  margin-top: auto;
  margin-bottom: 0;
  min-height: 9rem;
  height: auto;
}

.appointment {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(247, 250, 248, 0.88));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 48px;
  border: 1px solid rgba(201, 150, 66, 0.2);
}

.section-contact-form .appointment {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(246, 251, 248, 0.9)),
    radial-gradient(circle at 88% 8%, rgba(201, 150, 66, 0.16), transparent 45%);
}

.section-contact-form .opening-hours .hour {
  background: linear-gradient(132deg, rgba(240, 248, 244, 0.9), rgba(255, 255, 255, 0.88));
}

.appointment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 30px;
}

.appointment-grid > div:first-child {
  padding-right: 10px;
}

.opening-hours {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.opening-hours .hour {
  background: linear-gradient(130deg, rgba(231, 241, 236, 0.9), rgba(255, 255, 255, 0.85));
  border-radius: 999px;
  padding: 9px 16px;
  width: fit-content;
  border: 1px solid rgba(45, 86, 71, 0.14);
}

.time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.day-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.day-button {
  border: 1px solid var(--green-200);
  background: rgba(255, 255, 255, 0.9);
  color: var(--green-700);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.day-button:hover {
  background: var(--green-100);
}

.day-button:focus {
  outline: 2px solid var(--gold-500);
  outline-offset: 2px;
}

.day-button.is-selected {
  background: linear-gradient(135deg, var(--gold-200), var(--gold-400));
  border-color: var(--gold-500);
  color: #3b2b0b;
}

.time-slot {
  border: 1px solid var(--green-200);
  background: rgba(255, 255, 255, 0.9);
  color: var(--green-700);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.time-slot:hover {
  background: var(--green-100);
}

.time-slot:focus {
  outline: 2px solid var(--gold-500);
  outline-offset: 2px;
}

.time-slot.is-selected {
  background: var(--green-200);
  border-color: var(--green-400);
}

.time-slot.is-hidden {
  display: none;
}

.form {
  display: grid;
  gap: 16px;
}

.form label {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 600;
  color: var(--green-700);
}

.form .required {
  color: var(--error);
}

.form input,
.form select,
.form textarea {
  border-radius: 14px;
  border: 1px solid rgba(45, 86, 71, 0.2);
  padding: 11px 13px;
  font: inherit;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 2px rgba(23, 55, 44, 0.06);
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: rgba(196, 154, 74, 0.6);
  box-shadow: 0 0 0 3px rgba(196, 154, 74, 0.18);
}

.form input:invalid:not(:placeholder-shown),
.form select:invalid,
.form textarea:invalid:not(:placeholder-shown) {
  border-color: var(--error);
}

.form textarea {
  min-height: 130px;
  resize: vertical;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.form-hint {
  font-size: 0.9rem;
  color: var(--muted);
}

.form-feedback {
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 500;
  display: none;
}

.form-feedback.is-visible {
  display: block;
}

.form-feedback.is-success {
  background: rgba(166, 196, 180, 0.3);
  color: var(--green-900);
}

.form-feedback.is-error {
  background: rgba(196, 74, 74, 0.1);
  color: var(--error);
}

.testimonials {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.testimonial {
  padding: 30px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(45, 86, 71, 0.12);
}

.testimonial p::before {
  content: "“";
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 0;
  color: rgba(201, 150, 66, 0.75);
  margin-right: 2px;
}

.testimonial p {
  margin: 0 0 12px;
  color: var(--muted);
  font-style: italic;
}

.testimonial strong {
  color: var(--green-900);
}

.section-reviews {
  background:
    radial-gradient(circle at 14% 12%, rgba(201, 150, 66, 0.16), transparent 42%),
    radial-gradient(circle at 82% 88%, rgba(45, 86, 71, 0.16), transparent 46%),
    linear-gradient(160deg, rgba(249, 245, 237, 0.72), rgba(255, 255, 255, 0.62));
}

.reviews-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.review-featured {
  position: relative;
  overflow: hidden;
  padding: 34px 32px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(231, 241, 236, 0.86));
  border: 1px solid rgba(201, 150, 66, 0.24);
  box-shadow: 0 24px 48px rgba(23, 55, 44, 0.15);
  max-width: 980px;
  margin-inline: auto;
  isolation: isolate;
}

.review-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 92% 8%, rgba(201, 150, 66, 0.22), transparent 44%);
  pointer-events: none;
}

.review-featured::after {
  content: "Uitgelichte review";
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(201, 150, 66, 0.38);
  background: rgba(201, 150, 66, 0.2);
  color: var(--green-700);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 2;
}

.review-featured > * {
  position: relative;
  z-index: 1;
}

.review-quote {
  margin: 14px 0 22px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.25;
  color: var(--green-900);
  text-wrap: balance;
}

.review-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(45, 86, 71, 0.14);
}

.review-author strong {
  font-size: 1.05rem;
  color: var(--green-900);
}

.review-author span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(201, 150, 66, 0.28);
  background: rgba(201, 150, 66, 0.14);
  color: var(--muted);
  font-weight: 700;
  font-size: 0.82rem;
}

.review-source {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.section-reviews-archive .section-lead {
  max-width: 64ch;
}

.review-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 18px;
  align-items: stretch;
}

.review-feed-home {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.review-item {
  position: relative;
  padding: 20px 20px 18px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(244, 249, 246, 0.88));
  border: 1px solid rgba(45, 86, 71, 0.16);
  border-left: 5px solid rgba(201, 150, 66, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 16px 32px rgba(23, 55, 44, 0.11);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}

.review-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(201, 150, 66, 0.2), transparent 48%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.review-item > * {
  position: relative;
  z-index: 1;
}

.review-item:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 22px 40px rgba(23, 55, 44, 0.16);
  border-color: rgba(201, 150, 66, 0.32);
}

.review-item p {
  margin: 0 0 12px;
  color: var(--muted);
  position: relative;
  padding-left: 0;
  line-height: 1.65;
}

.review-item p:last-of-type {
  margin-bottom: 10px;
}

.review-item strong {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(45, 86, 71, 0.16);
  color: var(--green-900);
  font-size: 0.96rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.review-item strong::before {
  content: "Client";
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(45, 86, 71, 0.16);
  background: rgba(45, 86, 71, 0.07);
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.review-hint {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  min-width: 0;
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(23, 55, 44, 0.12);
}

.price-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border-radius: var(--radius);
  -webkit-overflow-scrolling: touch;
}

.price-table-wrap:focus {
  outline: 2px solid rgba(201, 150, 66, 0.5);
  outline-offset: 4px;
}

.price-table th,
.price-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(45, 86, 71, 0.1);
}

.price-table th {
  background: linear-gradient(145deg, rgba(231, 241, 236, 0.9), rgba(249, 245, 237, 0.85));
  color: var(--green-700);
}

.price-table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.75);
}

.price-table tbody tr:hover {
  background: rgba(242, 222, 181, 0.2);
}

.section-pricing .price-table-wrap {
  margin-top: 26px;
  padding: 10px;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgba(201, 150, 66, 0.26);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(245, 250, 247, 0.68));
  box-shadow: 0 16px 30px rgba(23, 55, 44, 0.1);
}

.section-pricing .price-table th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.section-pricing .price-table td:nth-child(2) {
  color: var(--green-700);
  font-weight: 600;
}

.section-pricing .price-table td:last-child {
  color: var(--green-900);
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.section-pricing .price-table tbody tr:hover td:last-child {
  color: #896128;
}

.section-pricing #tarief-hint {
  max-width: 70ch;
}

.contact-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.info-card {
  padding: 22px;
}

.section-practical .contact-grid {
  gap: 20px;
}

.section-practical .info-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-practical .info-card p {
  margin-bottom: 0;
}

.section-faq {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 10% 14%, rgba(201, 150, 66, 0.2), transparent 42%),
    radial-gradient(circle at 90% 84%, rgba(45, 86, 71, 0.16), transparent 45%),
    linear-gradient(160deg, rgba(249, 245, 237, 0.9), rgba(255, 255, 255, 0.76));
}

.section-faq::before,
.section-faq::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.section-faq::before {
  width: 360px;
  height: 360px;
  top: -120px;
  left: -90px;
  background: radial-gradient(circle, rgba(201, 150, 66, 0.17), transparent 66%);
}

.section-faq::after {
  width: 320px;
  height: 320px;
  right: -80px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(45, 86, 71, 0.15), transparent 68%);
}

.section-faq .container {
  position: relative;
  z-index: 1;
}

.faq-list {
  display: grid;
  gap: 18px;
  max-width: 920px;
  margin-inline: auto;
  counter-reset: faq;
}

.faq-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(45, 86, 71, 0.16);
  background:
    linear-gradient(158deg, rgba(255, 255, 255, 0.95), rgba(243, 248, 245, 0.88)),
    radial-gradient(circle at 92% 8%, rgba(201, 150, 66, 0.15), transparent 45%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 16px 36px rgba(23, 55, 44, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.faq-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(201, 150, 66, 0) 0%,
    rgba(201, 150, 66, 0.95) 14%,
    rgba(152, 184, 167, 0.48) 82%,
    rgba(152, 184, 167, 0) 100%
  );
  opacity: 0.86;
  transition: width 0.22s ease, opacity 0.22s ease;
}

.faq-item[open] {
  border-color: rgba(201, 150, 66, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 22px 42px rgba(23, 55, 44, 0.14);
  background:
    linear-gradient(158deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 247, 0.9)),
    radial-gradient(circle at 92% 8%, rgba(201, 150, 66, 0.18), transparent 47%);
}

.faq-item[open]::after {
  width: 6px;
  opacity: 1;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 150, 66, 0.28);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 22px 70px 22px 30px;
  font-weight: 700;
  color: var(--green-900);
  line-height: 1.35;
  font-size: clamp(1.03rem, 1.3vw, 1.14rem);
  transition: color 0.22s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 19px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(201, 150, 66, 0.4);
  background: rgba(201, 150, 66, 0.2);
  color: var(--green-700);
  display: grid;
  place-items: center;
  font-size: 1.14rem;
  line-height: 1;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.faq-item[open] summary {
  color: var(--green-700);
}

.faq-item[open] summary::after {
  content: "−";
  background: rgba(201, 150, 66, 0.28);
  border-color: rgba(201, 150, 66, 0.56);
  transform: scale(1.04);
}

.faq-item p {
  margin: 0;
  padding: 0 30px 24px 30px;
  color: var(--muted);
  max-width: 72ch;
  position: relative;
}

.faq-item p::before {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  margin: 0 0 14px;
  background: linear-gradient(90deg, rgba(201, 150, 66, 0.8), rgba(201, 150, 66, 0));
}

.faq-item[open] p {
  animation: reveal-up 0.22s ease both;
}

.site-footer {
  background:
    radial-gradient(circle at 20% -10%, rgba(201, 150, 66, 0.18), transparent 38%),
    linear-gradient(165deg, #163228, #214537 56%, #16352b);
  color: #fdfdfc;
  padding: 44px 0;
}

.site-footer h3,
.site-footer h4 {
  color: inherit;
  font-family: var(--font-display);
  letter-spacing: 0.01em;
}

.footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
}

.footer-grid a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.footer-grid a:visited {
  color: inherit;
}

.footer-grid a:hover {
  opacity: 0.85;
}

.whatsapp-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: linear-gradient(132deg, #33d971, #17b853);
  color: #fff;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 20px 40px rgba(23, 55, 44, 0.2);
  z-index: 20;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  touch-action: manipulation;
}

.whatsapp-fab::before {
  content: "✆";
  display: inline-block;
  margin-right: 10px;
  font-weight: 900;
}

.whatsapp-fab:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(23, 55, 44, 0.24);
}

.whatsapp-fab:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 7px 17px;
  border-radius: 999px;
  border: 1px solid rgba(45, 86, 71, 0.16);
  font-size: 0.85rem;
  color: var(--green-700);
  letter-spacing: 0.05em;
  font-weight: 600;
}

.badge::before {
  content: "✦";
  color: var(--gold-500);
  font-size: 0.8rem;
}

.spacer-sm {
  margin-top: 16px;
}

.text-center {
  text-align: center;
}

.hero-not-found {
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.notfound-inner {
  text-align: center;
}

.notfound-text {
  max-width: 560px;
  margin: 0 auto 28px;
}

.notfound-actions {
  justify-content: center;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -10px, 0);
  }
}

.hero-grid > :first-child {
  animation: reveal-up 0.7s ease both;
}

.hero-grid > :last-child {
  animation: reveal-up 0.82s ease 0.12s both;
}

.section .grid > *:nth-child(1),
.section .feature-list > :nth-child(1),
.section .testimonials > :nth-child(1),
.section .review-feed > :nth-child(1) {
  animation: reveal-up 0.78s ease both;
}

.section .grid > *:nth-child(2),
.section .feature-list > :nth-child(2),
.section .testimonials > :nth-child(2),
.section .review-feed > :nth-child(2) {
  animation: reveal-up 0.86s ease 0.08s both;
}

.section .grid > *:nth-child(3),
.section .feature-list > :nth-child(3),
.section .testimonials > :nth-child(3),
.section .review-feed > :nth-child(3) {
  animation: reveal-up 0.94s ease 0.15s both;
}

.section .reviews-layout > :first-child {
  animation: reveal-up 0.76s ease both;
}

.section .faq-list > :nth-child(1) {
  animation: reveal-up 0.76s ease both;
}

.section .faq-list > :nth-child(2) {
  animation: reveal-up 0.84s ease 0.08s both;
}

.section .faq-list > :nth-child(3) {
  animation: reveal-up 0.92s ease 0.15s both;
}

.hero-visual::before,
.hero-visual::after {
  animation: drift 5.8s ease-in-out alternate infinite;
}

/* Tablet and mobile styles */
@media (max-width: 1024px) {
  .section {
    padding: 88px 0;
  }

  .hero {
    padding: 98px 0 62px;
  }

  .header-cta {
    display: none;
  }

  .nav {
    gap: 4px;
    padding: 5px;
  }

  .nav-link {
    padding: 8px 11px;
    font-size: 0.95rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-visual {
    padding: 30px;
  }

  .hero-card {
    padding: 24px;
  }

  .appointment-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-not-found {
    min-height: 56vh;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 76px 0;
  }

  .hero {
    padding: 88px 0 54px;
  }

  .section-title {
    font-size: clamp(1.95rem, 7.4vw, 2.55rem);
  }

  .hero-title {
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1.03;
  }

  .hero-text {
    margin-bottom: 24px;
    font-size: 1rem;
  }

  .hero-grid {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-visual {
    padding: 24px;
  }

  .hero-card {
    padding: 22px;
  }

  .hero-illustration {
    --hero-scale: 1.22;
    transform-origin: center;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta .btn,
  .form-actions .btn {
    width: 100%;
  }

  .appointment {
    padding: 34px 24px;
  }

  .card,
  .info-card,
  .treatment-card,
  .cta-card,
  .testimonial {
    padding: 22px;
  }

  /* Mobile navigation */
  .nav-toggle {
    display: block;
    order: 2;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: min(340px, 88vw);
    max-width: none;
    height: 100dvh;
    overflow-y: auto;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 245, 0.96));
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 26px calc(28px + env(safe-area-inset-bottom));
    gap: 16px;
    border-radius: 0;
    border: none;
    border-left: 1px solid rgba(45, 86, 71, 0.14);
    box-shadow: -10px 0 40px rgba(23, 55, 44, 0.18);
    transition: transform 0.3s ease;
    will-change: transform;
    z-index: 12;
  }

  .nav.is-open {
    transform: translateX(0);
  }

  .nav-link {
    font-size: 1.03rem;
    width: 100%;
    padding: 10px 12px;
  }

  .header-cta {
    display: none;
  }

  .nav .header-cta-mobile {
    display: inline-flex;
    margin-top: 16px;
  }

  .cta-card {
    padding: 34px 24px;
  }

  .section-values .feature-list {
    grid-template-columns: 1fr;
  }

  .section-benefits .feature,
  .section-values .feature {
    padding: 14px;
  }

  .treatment-card .card-meta,
  .review-item p,
  .review-quote,
  .faq-item summary,
  .faq-item p,
  .footer-grid p,
  .footer-grid a {
    overflow-wrap: anywhere;
  }

  .section-treatment-showcase .treatment-card .card-meta {
    min-height: 0;
  }

  .section-process .card {
    padding-top: 26px;
  }

  .section-process .card h3 {
    gap: 10px;
  }

  .section-process .card h3::before {
    min-width: 34px;
    height: 26px;
    font-size: 0.66rem;
  }

  .section-pricing .price-table-wrap {
    padding: 6px;
    margin-top: 20px;
  }

  .price-table {
    min-width: 0;
  }

  .section-practical .info-card h3::before {
    min-width: 34px;
    height: 25px;
    font-size: 0.66rem;
  }

  .testimonials {
    grid-template-columns: 1fr;
  }

  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .review-feed {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .review-featured {
    padding: 28px 24px;
  }

  .review-featured::after {
    top: 10px;
    right: 10px;
    font-size: 0.62rem;
  }

  .review-quote {
    font-size: clamp(1.2rem, 6vw, 1.55rem);
    line-height: 1.34;
    text-wrap: pretty;
  }

  .review-item {
    padding: 18px 16px 16px;
  }

  .review-item strong::before {
    font-size: 0.6rem;
    padding: 2px 7px;
  }

  .reviews-actions {
    flex-direction: column;
  }

  .reviews-actions .btn {
    width: 100%;
  }

  .faq-item summary {
    padding: 18px 52px 18px 30px;
    font-size: 1rem;
  }

  .faq-item summary::before {
    display: none;
  }

  .faq-item summary::after {
    right: 14px;
    top: 17px;
    width: 26px;
    height: 26px;
    font-size: 0.96rem;
  }

  .faq-item p {
    padding: 0 18px 18px 30px;
  }

  .faq-item p::before {
    width: 44px;
    margin-bottom: 12px;
  }

  .whatsapp-fab {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    padding: 12px 18px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(1140px, 94%);
  }

  .section {
    padding: 62px 0;
  }

  .hero {
    padding: 78px 0 48px;
  }

  .kicker {
    letter-spacing: 0.14em;
    font-size: 0.66rem;
    gap: 7px;
  }

  .kicker::after {
    width: 22px;
  }

  .section-title {
    font-size: clamp(1.65rem, 8.8vw, 2.05rem);
  }

  .hero-title {
    font-size: clamp(1.85rem, 11vw, 2.35rem);
    line-height: 1.06;
  }

  .hero-grid {
    gap: 24px;
    margin-bottom: 28px;
  }

  .hero-visual {
    padding: 20px;
    border-radius: 24px;
  }

  .hero-card,
  .cta-card,
  .card,
  .info-card,
  .treatment-card,
  .testimonial,
  .appointment {
    padding: 18px;
  }

  .review-featured {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .review-featured::after {
    position: static;
    margin: 0 0 10px;
    font-size: 0.58rem;
  }

  .review-item {
    padding: 16px 14px;
  }

  .faq-item summary {
    padding: 16px 46px 16px 20px;
  }

  .faq-item p {
    padding: 0 16px 16px 20px;
  }

  .price-table {
    font-size: 0.92rem;
  }

  .price-table th,
  .price-table td {
    padding: 12px;
  }

  .section-pricing .price-table-wrap {
    border-radius: var(--radius);
    padding: 0;
    overflow-x: visible;
  }

  .section-pricing .price-table thead {
    display: none;
  }

  .section-pricing .price-table tr {
    display: block;
    margin-bottom: 12px;
    border: 1px solid rgba(45, 86, 71, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(23, 55, 44, 0.12);
  }

  .section-pricing .price-table tbody td {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 8px;
    border-bottom: 1px solid rgba(45, 86, 71, 0.1);
    padding: 12px 12px 10px;
    text-align: left;
  }

  .section-pricing .price-table tbody td:last-child {
    border-bottom: none;
  }

  .section-pricing .price-table tbody td::before {
    content: "";
    color: var(--green-700);
    font-weight: 700;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    align-self: center;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
  }

  .section-pricing .price-table tbody td:nth-child(1)::before {
    content: "Behandeling";
  }

  .section-pricing .price-table tbody td:nth-child(2)::before {
    content: "Duur";
  }

  .section-pricing .price-table tbody td:nth-child(3)::before {
    content: "Prijs";
  }

  .section-pricing .price-table tbody td:nth-child(2) {
    font-size: 0.9rem;
  }

  .section-pricing .price-table tbody td:nth-child(3) {
    font-weight: 700;
    color: var(--green-900);
  }

  .form input,
  .form select,
  .form textarea {
    font-size: 16px;
  }

  .whatsapp-fab {
    font-size: 0.9rem;
    padding: 10px 14px;
  }

  .whatsapp-fab::before {
    margin-right: 7px;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(1140px, 95.5%);
  }

  .section {
    padding: 54px 0;
  }

  .hero {
    padding: 72px 0 42px;
  }

  .header-inner {
    gap: 10px;
    padding: 12px 0;
  }

  .logo {
    font-size: clamp(1.35rem, 7vw, 1.58rem);
  }

  .nav {
    width: 100vw;
    padding: 74px 18px calc(22px + env(safe-area-inset-bottom));
  }

  .hero-title {
    font-size: clamp(1.68rem, 10.5vw, 2.1rem);
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .hero-visual {
    padding: 16px;
    border-radius: 20px;
  }

  .hero-illustration {
    --hero-scale: 1.08;
  }

  .hero-card,
  .cta-card,
  .card,
  .info-card,
  .treatment-card,
  .testimonial,
  .appointment {
    padding: 16px;
  }

  .review-featured {
    padding: 18px 14px;
  }

  .review-quote {
    font-size: clamp(1.05rem, 6.6vw, 1.3rem);
    line-height: 1.36;
  }

  .section-pricing .price-table tbody td {
    padding: 10px 10px 9px;
  }

  .section-pricing .price-table tbody td::before {
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .faq-item summary {
    padding: 15px 44px 15px 16px;
  }

  .faq-item p {
    padding: 0 14px 15px 16px;
  }

  .whatsapp-fab {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    padding: 9px 12px;
    font-size: 0.84rem;
  }

  .whatsapp-fab::before {
    margin-right: 6px;
  }
}

@media (hover: none), (pointer: coarse) {
  .btn:hover,
  .card:hover,
  .info-card:hover,
  .hero-card:hover,
  .cta-card:hover,
  .testimonial:hover,
  .treatment-card:hover,
  .review-item:hover,
  .faq-item:hover,
  .whatsapp-fab:hover,
  .nav-link:hover {
    transform: none;
  }
}

/* Overlay when mobile nav is open */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(23, 55, 44, 0.46);
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.nav-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* Focus visible for better keyboard navigation */
:focus-visible {
  outline: 2px solid var(--gold-500);
  outline-offset: 2px;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
