:root {
  --bg: #f2f9ff;
  --bg-soft: #e6f3ff;
  --surface: #ffffff;
  --text: #0f1b2b;
  --muted: #3a4f63;
  --primary: #67b4e0;
  --primary-dark: #3b8fbe;
  --accent: #a6e6b8;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --shadow: 0 12px 30px rgba(17, 57, 92, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f8fcff 0%, #eef8ff 50%, #f8fcff 100%);
  line-height: 1.6;
  font-weight: 500;
  -webkit-user-select: none;
  user-select: none;
}

img {
  max-width: 100%;
  display: block;
  border-radius: var(--radius-lg);
}

a {
  color: inherit;
  text-decoration: none;
}

.selectable,
.selectable a {
  -webkit-user-select: text;
  user-select: text;
}

input,
textarea,
select {
  -webkit-user-select: text;
  user-select: text;
}

.contact a {
  color: var(--primary-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 252, 255, 0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(103, 180, 224, 0.25);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.nav a {
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  color: var(--muted);
}

.nav a.active,
.nav a:hover {
  background: var(--primary);
  color: #fff;
}

.hero {
  padding: 64px 0 36px;
}

.hero-card {
  background: var(--surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 42px);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 22px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  background: var(--bg-soft);
  color: var(--primary-dark);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 800;
}

h1 {
  font-size: clamp(1.8rem, 4.6vw, 3rem);
}

p {
  margin: 0 0 14px;
}

.btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-soft {
  background: var(--bg-soft);
  color: var(--primary-dark);
}

section {
  padding: 26px 0;
}

.card {
  background: var(--surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: clamp(18px, 3vw, 28px);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.muted {
  color: var(--muted);
  font-weight: 500;
}

.times li,
.contact li {
  margin-bottom: 8px;
}

.times strong {
  min-width: 110px;
  display: inline-block;
}

.service-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card p {
  margin: 0;
}

.service-card .btn {
  margin-top: auto;
  width: fit-content;
}

.embed {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  background: #fff;
}

.embed iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

#sbw_bookings_widget {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 660px;
}

#sbw_bookings_widget iframe {
  width: 100% !important;
  border: 0 !important;
  min-height: 660px !important;
  border-radius: 0 !important;
}

.price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: var(--radius-lg);
}

.price-table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  -webkit-user-select: text;
  user-select: text;
}

.price-table th,
.price-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid #d9e9f6;
  vertical-align: middle;
  font-weight: 500;
}

.price-table th:nth-child(1),
.price-table td:nth-child(1) {
  width: 86px;
  white-space: nowrap;
}

.price-table th:nth-child(3),
.price-table td:nth-child(3) {
  width: 92px;
  white-space: nowrap;
}

.price-table th {
  color: var(--primary-dark);
  background: #f2f9ff;
  font-size: 0.95rem;
  font-weight: 700;
}

.price-table td:last-child,
.price-table th:last-child {
  text-align: right;
  white-space: nowrap;
  font-weight: 800;
}

.site-footer {
  margin-top: 40px;
  padding: 30px 0 50px;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .hero-card,
  .grid-2,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 36px;
  }
}

/* Prijslijst: op smalle schermen volledig zichtbaar (geen horizontaal scrollen) */
@media (max-width: 720px) {
  .price-table-wrap {
    overflow-x: visible;
    -webkit-overflow-scrolling: auto;
  }

  .price-table {
    width: 100%;
    min-width: 0;
    display: block;
    font-size: 0.9rem;
  }

  .price-table thead {
    display: none;
  }

  .price-table tbody {
    display: block;
  }

  .price-table tbody tr {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 6px 12px;
    padding: 12px 0;
    border-bottom: 1px solid #d9e9f6;
    align-items: start;
  }

  .price-table tbody td {
    display: block;
    padding: 0;
    border: 0;
    width: auto !important;
    white-space: normal !important;
  }

  .price-table tbody td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    font-weight: 800;
    color: var(--primary-dark);
  }

  /* Alleen mobiel: "minuten" achter het cijfer (desktop/tablet tabel blijft alleen cijfers) */
  .price-table tbody td:nth-child(1)::after {
    content: " minuten";
    font-weight: 600;
    color: var(--primary-dark);
  }

  .price-table tbody td:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    text-align: right !important;
    font-weight: 800;
    font-size: 1rem;
  }

  .price-table tbody td:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    line-height: 1.45;
    color: var(--text);
  }
}

@media (max-width: 640px) {
  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .nav a {
    flex: 1;
    text-align: center;
    padding: 10px 8px;
    font-size: 0.94rem;
  }

  .price-table {
    font-size: 0.84rem;
  }

  .price-table tbody td:nth-child(3) {
    font-size: 0.95rem;
  }
}
