@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;1,600;1,700&family=Inter:wght@300;400;500;600;700&display=swap');

/* ════════════════════════════════════════════
   DESIGN TOKENS — Maritime Dark Luxury
   Deep Navy: #0c1524   Gold: #d4af37 / #fbbf24
════════════════════════════════════════════ */
:root {
  --navy:         #0c1524;
  --navy-dk:      #07101c;
  --navy-md:      #111d2e;
  --navy-lt:      #162035;
  --navy-card:    rgba(255,255,255,.05);
  --navy-card-hv: rgba(255,255,255,.09);

  --gold:         #fbbf24;
  --gold-dk:      #d97706;
  --gold-luxury:  #d4af37;
  --gold-soft:    rgba(212,175,55,.14);
  --gold-glow:    rgba(212,175,55,.3);

  --bg:           #0c1524;
  --bg-soft:      #0f1e30;
  --surface:      rgba(255,255,255,.05);
  --surface-solid: #162035;

  --text:         rgba(255,255,255,.92);
  --text-strong:  #ffffff;
  --muted:        rgba(255,255,255,.48);
  --line:         rgba(255,255,255,.1);

  --shadow-sm:    0 1px 4px rgba(0,0,0,.35);
  --shadow-md:    0 4px 18px rgba(0,0,0,.45);
  --shadow-lg:    0 8px 32px rgba(0,0,0,.55);
  --shadow-xl:    0 16px 52px rgba(0,0,0,.65);

  --radius-sm:    0.5rem;
  --radius-md:    0.75rem;
  --radius-lg:    1rem;
  --radius-xl:    1.25rem;
  --radius-2xl:   1.5rem;
}

/* ── Reset ──────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--gold-luxury); text-decoration: none; }
a:hover { color: var(--gold); text-decoration: underline; }
img { max-width: 100%; display: block; }

/* ── Container ──────────────────────────────── */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px)  { .container { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { .container { padding-left: 2rem;   padding-right: 2rem;   } }

/* ════════════════════════════════════════════
   NAVIGATIE
════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12,21,36,.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 1px 16px rgba(0,0,0,.35);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* Brand */
.brand {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  color: var(--text-strong);
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  text-decoration: none;
}
.brand:hover { text-decoration: none; color: var(--text-strong); }

.brand-mark {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold-soft);
  border: 1px solid rgba(212,175,55,.3);
  color: var(--gold-luxury);
  flex-shrink: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1rem;
}
.brand-mark svg { width: 18px; height: 18px; }

/* Nav links */
.main-nav {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.main-nav a {
  color: rgba(255,255,255,.65);
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.4rem 0.65rem;
  border-radius: var(--radius-sm);
  transition: color .15s, background .15s;
  text-decoration: none;
}
.main-nav a:hover { color: #fff; background: rgba(255,255,255,.08); text-decoration: none; }

.main-nav .nav-call {
  background: var(--gold-luxury);
  color: var(--navy-dk);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-weight: 700;
  font-size: 0.82rem;
  transition: background .15s;
}
.main-nav .nav-call:hover { background: var(--gold); color: var(--navy-dk); }

/* Logo in nav */
.brand-logo {
  height: 58px;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

/* Admin slotje */
.nav-admin-lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: var(--radius-sm);
  color: rgba(255,255,255,.35);
  transition: color .15s, background .15s;
  text-decoration: none;
}
.nav-admin-lock:hover { color: var(--gold-luxury); background: rgba(255,255,255,.07); text-decoration: none; }
.nav-admin-lock svg { width: 17px; height: 17px; }

/* Mobile toggle */
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-sm);
  padding: 0.45rem 0.7rem;
  font-weight: 600;
  font-size: .82rem;
  cursor: pointer;
  color: rgba(255,255,255,.8);
}

/* ════════════════════════════════════════════
   HEADINGS & TEXT
════════════════════════════════════════════ */
h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.2;
  margin: 0 0 .75rem;
  color: var(--text-strong);
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.2rem); }
h3 { font-size: 1.2rem; }

.lead {
  color: var(--muted);
  max-width: 60ch;
  margin: 0 0 1.2rem;
  font-size: 1.05rem;
}
.gold-italic { color: var(--gold-luxury); font-style: italic; }

/* Eyebrow badge */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 1.1rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-luxury);
  background: var(--gold-soft);
  border: 1px solid rgba(212,175,55,.3);
  border-radius: 999px;
  padding: .32rem .8rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-luxury);
  margin-bottom: .6rem;
}
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}
.section-header .lead { margin: .7rem auto 0; }

/* ════════════════════════════════════════════
   HERO
════════════════════════════════════════════ */
.hero {
  position: relative;
  padding: 4rem 0 3.5rem;
  overflow: hidden;
  background: var(--navy-md);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

/* Homepage hero — full-screen */
.home-hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 6rem 0 4rem;
  background: none;
}
.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(7,16,28,.92) 0%, rgba(7,16,28,.55) 100%),
    url("https://www.nautiquesloepenverhuur.nl/assets/images/gracht_leiden.jpg") center/cover no-repeat;
  z-index: 0;
}
.home-hero .container { position: relative; z-index: 1; }
.home-hero .hero-grid  { grid-template-columns: 1.2fr 1fr; align-items: center; }
.home-hero h1,
.home-hero .lead { color: #fff; }
.hero-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-logo-img {
  width: 100%;
  max-width: 340px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,.45));
}
.home-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1.1;
}
.home-hero .lead {
  color: rgba(255,255,255,.8);
  font-size: 1.2rem;
  font-weight: 300;
  max-width: 52ch;
}
.home-hero .hero-card { display: none; }

.banner-deco-wrap {
  width: 100%;
  line-height: 0;
}
.banner-deco-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* Hero actions */
.hero-actions,
.inline-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

/* Hero trust pills */
.hero-trust {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.hero-trust li {
  font-size: .82rem;
  font-weight: 500;
  color: rgba(255,255,255,.65);
}
.hero-trust li::before { content: "✦"; color: var(--gold-luxury); margin-right: .45rem; font-size: .6rem; vertical-align: middle; }

/* Hero card (inner-page hero aside) */
.hero-card {
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-2xl);
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
}
.hero-card h2 { font-size: 1.1rem; margin-bottom: .7rem; color: #fff; }
.hero-card ul { margin: 0; padding-left: 1.1rem; }
.hero-card li { margin-bottom: .4rem; font-size: .9rem; color: var(--muted); }

/* ════════════════════════════════════════════
   BUTTONS
════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .65rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all .18s;
  text-decoration: none;
  line-height: 1;
}
.btn:hover { text-decoration: none; }

.btn-primary {
  background: var(--gold-luxury);
  color: var(--navy-dk);
  box-shadow: 0 4px 18px var(--gold-glow);
}
.btn-primary:hover { background: var(--gold); color: var(--navy-dk); transform: translateY(-1px); box-shadow: 0 6px 24px var(--gold-glow); }

.btn-gold {
  background: var(--gold-luxury);
  color: var(--navy-dk);
  box-shadow: 0 6px 20px var(--gold-glow);
  font-size: 1rem;
  padding: .85rem 2rem;
}
.btn-gold:hover { background: var(--gold); color: var(--navy-dk); transform: translateY(-2px); }

.btn-ghost {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.3);
  color: #fff;
  backdrop-filter: blur(4px);
  padding: .85rem 2rem;
  font-size: 1rem;
}
.btn-ghost:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.5); }

.btn-secondary {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.15);
  color: rgba(255,255,255,.85);
}
.btn-secondary:hover { background: rgba(255,255,255,.12); }

.btn-outline-primary {
  background: transparent;
  border-color: var(--gold-luxury);
  color: var(--gold-luxury);
}
.btn-outline-primary:hover { background: var(--gold-luxury); color: var(--navy-dk); }

.btn-white {
  background: #fff;
  color: var(--navy);
  font-weight: 700;
}
.btn-white:hover { background: #f0f2f5; transform: translateY(-1px); }

.btn-full { width: 100%; }

/* ════════════════════════════════════════════
   SECTIONS
════════════════════════════════════════════ */
.section { padding: 5rem 0; background: var(--bg); }
.section.alt { background: var(--bg-soft); }
.section.dark { background: var(--navy-dk); }
.section.dark h2,
.section.dark h3 { color: #fff; }

/* ════════════════════════════════════════════
   FEATURE GRID
════════════════════════════════════════════ */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.feature {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  padding: 2rem 1.5rem;
  transition: background .2s, border-color .2s, transform .2s;
}
.feature:hover { background: var(--navy-card-hv); border-color: rgba(212,175,55,.25); transform: translateY(-2px); }

.feature-icon {
  width: 52px; height: 52px;
  background: var(--gold-soft);
  border: 1px solid rgba(212,175,55,.2);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-luxury);
  margin-bottom: 1.2rem;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.1rem; margin-bottom: .5rem; color: #fff; }
.feature p  { color: var(--muted); font-size: .92rem; margin: 0; line-height: 1.65; }

/* ════════════════════════════════════════════
   BOOT KAARTEN
════════════════════════════════════════════ */
.boat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.boat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.boat-card:hover { border-color: rgba(212,175,55,.35); box-shadow: var(--shadow-xl); transform: translateY(-4px); }

.boat-photo-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.boat-photo-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,16,28,.8) 0%, transparent 55%);
}
.boat-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.boat-card:hover .boat-photo { transform: scale(1.05); }

/* ── Sloep showcase (homepage) ── */
.sloepen-intro { text-align: center; margin-bottom: 2.5rem; }
.sloepen-intro .lead { max-width: 54ch; margin: .5rem auto 0; }

.sloep-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.sloep-featured {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  display: flex;
  flex-direction: column;
}
.sloep-featured:hover {
  border-color: rgba(212,175,55,.4);
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
  transform: translateY(-6px);
}

.sf-img-wrap {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.sf-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.sloep-featured:hover .sf-img-wrap img { transform: scale(1.07); }

.sf-prijs-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(12,21,36,.85);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  padding: .35rem .85rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  letter-spacing: .04em;
}
.sf-badge--gold {
  background: var(--gold-luxury);
  color: #0c1524;
  border-color: transparent;
}

.sf-body {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  flex: 1;
}
.sf-body h3 { font-size: 1.5rem; margin: 0; }
.sf-body p  { color: var(--text); opacity: .8; margin: 0; line-height: 1.6; }

.sf-kenmerken {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.sf-kenmerken li {
  font-size: .9rem;
  color: var(--muted);
  padding-left: 1.2rem;
  position: relative;
}
.sf-kenmerken li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold-luxury);
  font-weight: 700;
}

.sf-body .btn { margin-top: auto; align-self: flex-start; }

/* ── Scroll reveal animatie ── */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.zichtbaar {
  opacity: 1;
  transform: translateY(0);
}
.reveal:nth-child(2) { transition-delay: .1s; }
.reveal:nth-child(3) { transition-delay: .2s; }

.boat-photo-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.1rem 1.2rem;
  z-index: 1;
}
.boat-photo-caption h3 { color: #fff; font-size: 1.4rem; margin: 0 0 .15rem; }
.boat-photo-caption p  { color: rgba(255,255,255,.7); font-size: .85rem; margin: 0; }

.boat-body { padding: 1.3rem 1.4rem; }
.boat-body ul { list-style: none; padding: 0; margin: 0 0 1.1rem; }
.boat-body li {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: var(--muted);
  font-size: .9rem;
  padding: .32rem 0;
}
.boat-body li::before {
  content: '';
  width: 16px; height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2.5'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
  flex-shrink: 0;
}
.boat-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .9rem;
  border-top: 1px solid var(--line);
}

/* Fallback voor directe img zonder wrap */
img.boat-photo {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  display: block;
}

/* ════════════════════════════════════════════
   PRIJSKAARTEN
════════════════════════════════════════════ */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.price-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-2xl);
  padding: 1.6rem 1.4rem;
}
.price-card.featured {
  border-color: rgba(212,175,55,.5);
  background: rgba(212,175,55,.06);
  box-shadow: 0 8px 30px rgba(212,175,55,.12);
}
.price-card h3 { font-size: 1.15rem; margin-bottom: .4rem; color: #fff; }
.price { font-size: 1.65rem; font-weight: 800; margin: .3rem 0 .9rem; color: var(--gold-luxury); }
.price span { font-size: .88rem; font-weight: 500; color: var(--muted); }
.price-card ul { padding-left: 1.1rem; margin: 0 0 1rem; }
.price-card li { color: var(--muted); font-size: .9rem; margin-bottom: .35rem; }

.tag {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  color: var(--navy-dk);
  background: var(--gold-luxury);
  border-radius: 999px;
  padding: .2rem .6rem;
  margin: 0 0 .5rem;
}

/* ════════════════════════════════════════════
   REVIEWS
════════════════════════════════════════════ */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  padding: 1.5rem;
  margin: 0;
  transition: border-color .2s;
}
.review:hover { border-color: rgba(212,175,55,.25); }
.review p   { color: var(--text); font-size: .95rem; margin: 0 0 .8rem; line-height: 1.6; }
.review p::before { content: '"'; color: var(--gold-luxury); font-family: 'Playfair Display', serif; font-size: 2rem; line-height: 0; vertical-align: -.4rem; margin-right: .2rem; }
.review footer { font-size: .82rem; color: var(--muted); font-weight: 600; }

/* ════════════════════════════════════════════
   GOOGLE REVIEW KAARTEN
════════════════════════════════════════════ */
.rv-google {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  padding: 1.4rem;
  margin: 0;
  transition: border-color .2s;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.rv-google:hover { border-color: rgba(212,175,55,.25); }

.rv-top {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.rv-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
}
.rv-naam  { font-weight: 700; font-size: .95rem; color: #fff; }
.rv-datum { font-size: .78rem; color: var(--muted); }
.rv-g-icon { margin-left: auto; flex-shrink: 0; opacity: .7; }
.rv-sterren { font-size: 1.1rem; letter-spacing: .05em; }
.rv-tekst {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
  margin: 0;
}

/* ════════════════════════════════════════════
   CONTACT SECTIE
════════════════════════════════════════════ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-icon {
  width: 48px; height: 48px;
  background: var(--gold-soft);
  border: 1px solid rgba(212,175,55,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold-luxury);
}
.contact-icon svg { width: 22px; height: 22px; }
.contact-info-item p { margin: 0; }
.contact-label { font-size: .75rem; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.contact-value { font-size: 1.05rem; font-weight: 500; color: #fff; }

/* Contact formulier */
.form-card-dark {
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  padding: 2rem;
}
.form-card-dark label { color: rgba(255,255,255,.7); font-size: .85rem; }
.form-card-dark input,
.form-card-dark textarea,
.form-card-dark select {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
}
.form-card-dark input::placeholder,
.form-card-dark textarea::placeholder { color: rgba(255,255,255,.3); }
.form-card-dark input:focus,
.form-card-dark textarea:focus { border-color: var(--gold-luxury); box-shadow: 0 0 0 3px rgba(212,175,55,.18); }

.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  padding: 2rem;
}

/* Gedeelde form stijlen */
label { display: block; margin: 0 0 .35rem; font-weight: 600; font-size: .88rem; color: rgba(255,255,255,.8); }
input, select, textarea {
  width: 100%;
  border: 1.5px solid rgba(255,255,255,.14);
  border-radius: var(--radius-md);
  padding: .72rem .85rem;
  font-family: inherit;
  font-size: .95rem;
  color: #fff;
  background: rgba(255,255,255,.07);
  transition: border-color .15s, box-shadow .15s;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--gold-luxury);
  box-shadow: 0 0 0 3px rgba(212,175,55,.18);
}
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.3); }
select option { background: var(--navy-lt); color: #fff; }
textarea { min-height: 120px; resize: vertical; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-grid .full { grid-column: 1 / -1; }
.form-actions { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.form-hint { color: var(--muted); font-size: .88rem; margin-top: .6rem; }

/* ════════════════════════════════════════════
   FAQ
════════════════════════════════════════════ */
.faq-list details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: .85rem 1.1rem;
  margin-bottom: .6rem;
  transition: border-color .2s;
}
.faq-list details[open] { border-color: rgba(212,175,55,.3); }
.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #fff;
}
.faq-list details p { color: var(--muted); margin: .65rem 0 0; line-height: 1.65; }

/* ════════════════════════════════════════════
   VERGELIJKINGSTABEL
════════════════════════════════════════════ */
.compare-wrap { margin-top: 1.3rem; }
.table-scroll { overflow-x: auto; }
.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.compare-table th, .compare-table td {
  border-bottom: 1px solid var(--line);
  padding: .82rem 1rem;
  text-align: left;
  color: var(--text);
}
.compare-table th { background: rgba(255,255,255,.06); color: rgba(255,255,255,.7); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }

/* Info box */
.info-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 1.2rem 1.4rem;
}

/* ════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════ */
.site-footer {
  background: var(--navy-dk);
  border-top: 1px solid var(--line);
  padding: 1.4rem 0;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.site-footer p  { margin: 0; color: var(--muted); font-size: .85rem; }
.site-footer a  { color: var(--gold-luxury); font-weight: 500; font-size: .85rem; }
.site-footer a:hover { color: var(--gold); }

/* ════════════════════════════════════════════
   WHATSAPP FAB
════════════════════════════════════════════ */
.wa-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px; height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 18px rgba(37,211,102,.45);
  z-index: 900;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.wa-fab:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,.6); text-decoration: none; }

/* ════════════════════════════════════════════
   BOOKING SYSTEEM
════════════════════════════════════════════ */
.book-hero {
  padding: 3rem 0 2.2rem;
  background: var(--navy-md);
  border-bottom: 1px solid var(--line);
}

.booking-steps {
  display: flex;
  margin: 0 0 2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.bs {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .9rem .5rem;
  font-size: .82rem;
  font-weight: 600;
  color: var(--muted);
  border-right: 1px solid var(--line);
  transition: background .2s, color .2s;
}
.bs:last-child { border-right: none; }
.bs-num {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
  font-weight: 700;
  flex-shrink: 0;
}
.bs.active { background: rgba(212,175,55,.1); color: var(--gold-luxury); }
.bs.active .bs-num { background: var(--gold-luxury); color: var(--navy-dk); }
.bs.voltooid { color: #4ade80; }
.bs.voltooid .bs-num { background: #16a34a; color: #fff; }

.booking-panel { display: none; }
.booking-panel.active { display: block; animation: fadeIn .25s ease; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.stap-title { margin: 0 0 1.2rem; color: #fff; }

.stap2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.field-label { display: block; font-weight: 700; margin-bottom: .4rem; font-size: .9rem; color: rgba(255,255,255,.8); }
.field-input {
  width: 100%;
  border: 1.5px solid rgba(255,255,255,.14);
  border-radius: var(--radius-md);
  padding: .7rem .85rem;
  font-family: inherit;
  font-size: 1rem;
  color: #fff;
  background: rgba(255,255,255,.07);
  box-sizing: border-box;
}
.field-input:focus { outline: none; border-color: var(--gold-luxury); box-shadow: 0 0 0 3px rgba(212,175,55,.18); }
textarea.field-input { min-height: 100px; resize: vertical; }
.field-input::placeholder { color: rgba(255,255,255,.3); }

.duur-btns { display: flex; gap: .5rem; }
.duur-btn {
  flex: 1; padding: .7rem .5rem;
  border: 2px solid rgba(255,255,255,.14);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.7);
  font-weight: 700; cursor: pointer; font-size: .9rem;
  transition: border-color .15s, background .15s, color .15s;
}
.duur-btn:hover  { border-color: var(--gold-luxury); color: var(--gold-luxury); }
.duur-btn.actief { border-color: var(--gold-luxury); background: rgba(212,175,55,.12); color: var(--gold-luxury); }

.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px,1fr)); gap: .6rem; }
.slot-btn {
  padding: .75rem .5rem;
  border: 2px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.75);
  cursor: pointer; font-weight: 600; font-size: .88rem;
  line-height: 1.4; transition: border-color .15s, background .15s;
}
.slot-btn:hover:not(:disabled) { border-color: var(--gold-luxury); background: rgba(212,175,55,.1); color: var(--gold-luxury); }
.slot-btn.gekozen { border-color: var(--gold-luxury); background: var(--gold-luxury); color: var(--navy-dk); }
.slot-btn.bezet   { background: rgba(255,255,255,.02); color: rgba(255,255,255,.2); cursor: not-allowed; border-color: rgba(255,255,255,.06); }

.sloep-keuze-card { cursor: pointer; transition: border-color .2s, box-shadow .2s; }
.sloep-keuze-card:hover  { border-color: var(--gold-luxury); }
.sloep-keuze-card.gekozen { border-color: var(--gold-luxury); background: rgba(212,175,55,.08); }

.stap-nav { display: flex; gap: .7rem; margin-top: 1.4rem; flex-wrap: wrap; }

.booking-alert {
  background: rgba(239,68,68,.12); border: 1px solid rgba(239,68,68,.35); color: #fca5a5;
  padding: .75rem .9rem; border-radius: var(--radius-md); margin-top: .8rem; font-size: .9rem;
}
.betaling-succes {
  background: rgba(22,163,74,.15); border-bottom: 2px solid #16a34a; color: #86efac;
  padding: 1rem; text-align: center; font-size: .95rem;
}
.betaling-mislukt {
  background: rgba(220,38,38,.15); border-bottom: 2px solid #dc2626; color: #fca5a5;
  padding: 1rem; text-align: center; font-size: .95rem;
}
.loading-txt { color: var(--muted); font-style: italic; }

/* ════════════════════════════════════════════
   SLIDESHOW CAROUSEL
════════════════════════════════════════════ */
.slideshow-section { padding-bottom: 0; }
.carousel-outer { margin-top: 1.4rem; padding: 0 1rem 3rem; }
.carousel-wrap {
  position: relative; overflow: hidden;
  border-radius: var(--radius-2xl);
  max-width: 1120px; margin: 0 auto;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--line);
}
.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.carousel-slide {
  flex-shrink: 0; width: 100%; height: 420px;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(12,21,36,.75); border: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); z-index: 10;
  transition: transform .2s, background .2s; color: #fff;
}
.carousel-btn:hover { transform: translateY(-50%) scale(1.1); background: rgba(12,21,36,.9); }
.carousel-prev { left: 16px; }
.carousel-next { right: 16px; }
.carousel-dots {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 6px; z-index: 10;
}
.c-dot {
  height: 8px; border-radius: 999px;
  background: rgba(255,255,255,.35); border: none; cursor: pointer;
  transition: width .3s, background .3s; width: 8px; padding: 0;
}
.c-dot.active { width: 28px; background: var(--gold-luxury); }
.carousel-title {
  position: absolute; bottom: 38px; left: 20px;
  color: rgba(255,255,255,.85); font-size: .82rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0,0,0,.5); pointer-events: none;
}

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */
@media (max-width: 900px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 100%; right: 4vw;
    width: min(300px, 92vw);
    background: #0f1e30;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    padding: .75rem;
    flex-direction: column;
    box-shadow: var(--shadow-lg);
    z-index: 99;
  }
  .main-nav.open { display: flex; }
  .nav-toggle    { display: inline-block; }

  /* Hero-card aside verbergen op mobiel */
  .hero .hero-card { display: none; }
  .hero-grid { grid-template-columns: 1fr; }

  .feature-grid,
  .boat-grid,
  .price-grid,
  .review-grid,
  .contact-grid,
  .form-grid { grid-template-columns: 1fr; }

  .home-hero { min-height: 75vh; padding: 4rem 0 3rem; }
  .home-hero .hero-grid { grid-template-columns: 1fr; }
  .hero-logo-wrap { display: none; }
  .sloep-showcase { grid-template-columns: 1fr; }
  .sf-img-wrap { height: 220px; }

  .carousel-slide { height: 240px; }
  .carousel-outer { padding: 0 0 2rem; }
  .carousel-wrap  { border-radius: 0; border-left: none; border-right: none; }

  .bs-label       { display: none; }
  .stap2-grid     { grid-template-columns: 1fr; }
  .slot-grid      { grid-template-columns: repeat(3, 1fr); }

  /* Boek-knoppen full-width op mobiel */
  .stap-nav { flex-direction: column; }
  .stap-nav .btn { width: 100%; text-align: center; justify-content: center; }

  /* Footer netjes stapelen */
  .footer-wrap { flex-direction: column; text-align: center; gap: .5rem; }

  /* WhatsApp knop iets kleiner op mobiel */
  .wa-fab { width: 52px; height: 52px; bottom: max(20px, env(safe-area-inset-bottom, 20px)); }
}

/* ── Zeer kleine schermen (< 480px) ── */
@media (max-width: 480px) {
  h1 { font-size: clamp(1.8rem, 8vw, 2.4rem); }
  h2 { font-size: clamp(1.4rem, 6vw, 1.8rem); }
  .hero { padding: 2.5rem 0 2rem; }
  .section { padding: 2.5rem 0; }
  .slot-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-steps { overflow-x: auto; }
  .bs { min-width: 44px; padding: .75rem .3rem; }
}
