/* ===========================================================
   Park and Fly Direct — design system
   Brand: blue #0a78b4 · orange #e87a2a
   =========================================================== */

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/figtree-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/figtree-latinext.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Space Mono — 'luchtvaart'/boarding-pass-detail voor de boekingskaart */
@font-face {
  font-family: "Space Mono"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/fonts/spacemono-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Mono"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("/assets/fonts/spacemono-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --blue-50: #eef7fc;
  --blue-100: #d8edf9;
  --blue-200: #b3dcf1;
  --blue: #0a78b4;
  --blue-600: #0a6aa0;
  --blue-700: #0a5783;
  --blue-900: #0a3a57;
  --blue-950: #082c43;
  --orange: #ec7a26;
  --orange-600: #d9680f;
  --green: #1f9d63;
  --green-50: #e9f7ef;
  --ink: #12242e;
  --body: #3a4a53;
  --muted: #62737c;
  --bg: #ffffff;
  --bg-soft: #f1f7fb;
  --bg-soft2: #e9f2f8;
  --line: #e2eaef;
  --line-2: #d3dee5;
  --white: #fff;
  --star: #f7a823;

  --radius: 12px;
  --radius-lg: 16px;
  --radius-sm: 8px;
  --shadow-sm: 0 2px 6px -2px rgba(10, 58, 87, .10), 0 1px 3px rgba(10, 58, 87, .06);
  --shadow: 0 16px 44px -16px rgba(10, 58, 87, .24), 0 5px 14px -6px rgba(10, 58, 87, .10);
  --shadow-lg: 0 40px 90px -30px rgba(10, 58, 87, .42), 0 14px 36px -16px rgba(10, 58, 87, .20);
  --grad-orange: linear-gradient(135deg, #f7902f, #e8772a 58%, #d8620f);
  --grad-blue: linear-gradient(135deg, #128bca, #0a78b4 55%, #075f90);
  --maxw: 1160px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --font: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: "Space Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  font-family: var(--font);
  color: var(--body);
  background: var(--bg);
  line-height: 1.62;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 { color: var(--ink); line-height: 1.08; font-weight: 800; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 6vw, 4.1rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.95rem, 4.2vw, 3rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
p { color: var(--body); }
a { color: var(--blue-600); text-decoration: none; }
a:hover { color: var(--blue-700); }
img { max-width: 100%; display: block; }
ul { padding: 0; list-style: none; }
strong { color: var(--ink); font-weight: 700; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 6px; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--soft { background: linear-gradient(180deg, #f5fafd, #e9f3f9); }
.section--tight { padding: clamp(40px, 6vw, 72px) 0; }
.center { text-align: center; }
.eyebrow {
  display: inline-block;
  font-weight: 600; font-size: .8rem; letter-spacing: .01em; text-transform: none;
  color: var(--orange); margin-bottom: 12px;
}
.eyebrow::before { display: none; }
.section-head { max-width: 680px; margin: 0 auto 46px; }
.section-head.center { text-align: center; }
.section-head p { font-size: 1.08rem; color: var(--muted); margin-top: 14px; }
.lead { font-size: 1.15rem; color: var(--body); }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--blue); --fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 14px 24px; border-radius: 10px; border: 0; cursor: pointer;
  background: var(--bg); background-image: var(--grad-blue); color: var(--fg); white-space: nowrap;
  transition: transform .15s var(--ease), box-shadow .2s var(--ease), filter .2s;
  box-shadow: 0 5px 14px -10px rgba(10, 58, 87, .4);
}
.btn:hover { transform: translateY(-1px); color: #fff; filter: brightness(1.04); box-shadow: 0 8px 18px -12px rgba(10, 58, 87, .45); }
.btn:active { transform: translateY(0); }
.btn--orange { --bg: var(--orange); background-image: var(--grad-orange); box-shadow: 0 6px 16px -11px rgba(236, 122, 38, .5); }
.btn--orange:hover { box-shadow: 0 10px 22px -13px rgba(236, 122, 38, .55); }
.btn--lg { padding: 17px 32px; font-size: 1.08rem; }
.btn--block { width: 100%; }
.btn--ghost { background: transparent; background-image: none; color: var(--blue-700); box-shadow: none; border: 1.5px solid var(--line-2); }
.btn--ghost:hover { background: var(--blue-50); color: var(--blue-700); box-shadow: none; filter: none; }
.btn--white { background: #fff; background-image: none; color: var(--blue-700); }
.btn--white:hover { background: #fff; color: var(--blue-900); }
.btn svg { width: 18px; height: 18px; }

/* ---------- Top bar ---------- */
.topbar { background: var(--blue-950); color: #cfe3f1; font-size: .86rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; flex-wrap: wrap; }
.topbar a { color: #e7f1f8; font-weight: 600; }
.topbar a:hover { color: #fff; }
.topbar__left { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item svg { width: 15px; height: 15px; opacity: .85; }
.lang { display: inline-flex; gap: 2px; align-items: center; }
.lang a { padding: 2px 7px; border-radius: 6px; opacity: .7; font-weight: 700; }
.lang a.is-active { background: rgba(255,255,255,.14); opacity: 1; }

/* ---------- Header / nav ---------- */
.header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.72); backdrop-filter: saturate(180%) blur(18px); -webkit-backdrop-filter: saturate(180%) blur(18px); border-bottom: 1px solid rgba(226,234,239,.7); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 70px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { height: 38px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a { color: var(--ink); font-weight: 600; font-size: .98rem; padding: 9px 14px; border-radius: 9px; transition: background .15s, color .15s; }
.nav__links a:hover { background: var(--blue-50); color: var(--blue-700); }
.nav__actions { display: flex; align-items: center; gap: 12px; }
.nav__phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); }
.nav__phone svg { width: 18px; height: 18px; color: var(--blue); }
.nav__toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 11px; background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.nav__toggle svg { width: 24px; height: 24px; color: var(--ink); }
.nav__links-cta { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(180deg, var(--blue-950), var(--blue-900) 60%, var(--blue-700)); color: #eaf4fb; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(115deg, rgba(7,40,62,.95) 0%, rgba(9,58,90,.80) 40%, rgba(13,110,165,.34) 100%), var(--hero-img, none); background-size: cover; background-position: center; z-index: 0; }
.hero .container { position: relative; z-index: 1; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: clamp(48px, 7vw, 92px) 0; }
.hero__eyebrow { color: #9fd1ee; }
.hero__eyebrow::before { background: var(--orange); }
.hero h1 { color: #fff; }
.hero h1 .accent { background: linear-gradient(100deg, #ffe0bd, #ff9d44); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__sub { font-size: 1.18rem; color: #cfe5f2; margin-top: 18px; max-width: 30em; }
.hero__usps { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; }
.chip { display: inline-flex; align-items: center; gap: 8px; color: #eaf4fb; font-size: .92rem; font-weight: 600; }
.chip svg { width: 17px; height: 17px; color: #8fe0b6; }
.hero__ratings { display: flex; gap: 22px; margin-top: 28px; flex-wrap: wrap; align-items: center; }
.rating { display: flex; align-items: center; gap: 10px; }
.rating__score { font-size: 1.5rem; font-weight: 800; color: #fff; line-height: 1; }
.rating__meta { font-size: .8rem; color: #bcd9ea; line-height: 1.3; }
.stars { display: inline-flex; gap: 1px; color: var(--star); }
.stars svg { width: 15px; height: 15px; }

/* ---------- Booking widget ---------- */
/* ---------- Boekingswidget: boarding-pass ---------- */
.booking { scroll-margin-top: 88px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; color: var(--body); }
.booking__bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 22px; border-bottom: 2px dashed var(--line-2); }
.booking__tag { font-family: var(--mono); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.booking__badge { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--green); display: inline-flex; align-items: center; gap: 6px; }
.booking__badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.booking__body { padding: 6px 22px 22px; }
.prow { display: grid; grid-template-columns: 1fr 104px; gap: 14px; align-items: end; padding: 14px 0; border-bottom: 1px solid var(--line); }
.plabel { display: block; font-family: var(--mono); font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.prow input, .prow select { width: 100%; font-family: var(--mono); font-size: 1.02rem; font-weight: 700; color: var(--ink); border: 0; background: transparent; padding: 2px 0; appearance: none; -webkit-appearance: none; cursor: pointer; }
.prow input:focus, .prow select:focus { outline: none; }
.prow__time select { color: var(--blue-700); font-variant-numeric: tabular-nums; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230a78b4' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right center; padding-right: 19px; }
.prow input[type=date]::-webkit-calendar-picker-indicator { opacity: .5; cursor: pointer; }
.booking__body .switchrow { margin-top: 16px; }
.booking__body .btn--block { margin-top: 20px; }
.field { margin-bottom: 13px; }
.field > label { display: block; font-size: .8rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; letter-spacing: .01em; }
.field__row { display: grid; grid-template-columns: 1fr 116px; gap: 10px; }
.control { position: relative; }
.control input, .control select {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: 12px 13px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm);
  background: #fff; transition: border-color .15s, box-shadow .15s; appearance: none; -webkit-appearance: none;
}
.control input:focus, .control select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10,120,180,.16); }
.control select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2362737c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 11px center; padding-right: 36px; }
.field__grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checkrow { display: flex; align-items: center; gap: 9px; margin: 4px 0 14px; font-size: .92rem; }
.checkrow input { width: 18px; height: 18px; accent-color: var(--blue); }
.booking__price { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 2px dashed var(--line-2); }
.booking__price .lbl { font-size: .68rem; color: var(--muted); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.booking__price .val { font-size: 1.95rem; font-weight: 800; color: var(--blue-700); line-height: 1; margin-top: 5px; }
.booking__price .val small { font-size: .76rem; font-weight: 600; color: var(--muted); }
.booking__price .days { font-size: .82rem; color: var(--muted); text-align: right; font-weight: 600; }
.booking__stub { display: flex; align-items: center; gap: 14px; padding: 13px 22px; border-top: 2px dashed var(--line-2); font-family: var(--mono); font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.barcode { flex: 1; height: 28px; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 4px, var(--ink) 4px 5px, transparent 5px 9px); opacity: .5; border-radius: 1px; }
.booking__trust { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 14px; font-size: .76rem; color: var(--muted); }
.booking__trust strong { color: var(--ink); }
.booking__trust-stars { color: var(--star); letter-spacing: 1px; font-size: .82rem; }
.booking__save { margin-top: 11px; text-align: center; font-size: .82rem; font-weight: 600; color: #157a37; }
.booking__save strong { font-weight: 800; }
.booking__note { font-size: .74rem; color: var(--muted); padding: 0 22px 18px; margin-top: 12px; text-align: center; }

/* discount toggle */
.switchrow { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 14px; background: var(--blue-50); border: 1px solid var(--blue-100); border-radius: var(--radius-sm); margin-bottom: 13px; cursor: pointer; transition: background .2s, border-color .2s; }
.switchrow:has(input:checked) { background: var(--green-50); border-color: #c7ecd6; }
.switchrow__label { font-size: .92rem; font-weight: 600; color: var(--ink); }
.switchrow__label code { background: #fff; color: var(--orange-600); padding: 2px 8px; border-radius: 6px; font-weight: 800; font-size: .8rem; letter-spacing: .03em; font-family: inherit; box-shadow: var(--shadow-sm); }
.switch { position: relative; width: 48px; height: 27px; flex-shrink: 0; }
.switch input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.switch__slider { position: absolute; inset: 0; background: var(--line-2); border-radius: 999px; transition: background .22s var(--ease); pointer-events: none; }
.switch__slider::before { content: ""; position: absolute; top: 3px; left: 3px; width: 21px; height: 21px; background: #fff; border-radius: 50%; box-shadow: 0 1px 3px rgba(10,58,87,.3); transition: transform .22s var(--ease); }
.switch input:checked + .switch__slider { background: var(--green); }
.switch input:checked + .switch__slider::before { transform: translateX(21px); }
.price-off { display: none; font-size: .72rem; font-weight: 800; color: var(--green); background: var(--green-50); padding: 1px 7px; border-radius: 999px; vertical-align: middle; margin-left: 4px; }
.price-off.is-on { display: inline-block; animation: pop .3s var(--ease); }
@keyframes pop { 0% { transform: scale(.6); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.booking__note a { font-weight: 600; }

/* ---------- Logos strip ---------- */
.logos { padding: 26px 0; border-bottom: 1px solid var(--line); }
.logos__inner { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 60px); flex-wrap: wrap; }
.logos__label { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.logos img { height: 30px; width: auto; opacity: .62; filter: grayscale(1); transition: opacity .2s, filter .2s; }
.logos img:hover { opacity: 1; filter: grayscale(0); }
.logos img.is-tall { height: 40px; }

/* ---------- USP cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px;
  box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--blue-200); }
.card__icon { width: 46px; height: 46px; border-radius: 10px; display: grid; place-items: center; background: var(--blue-50); color: var(--blue); margin-bottom: 18px; }
.card__icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 8px; }
.card p { font-size: .98rem; color: var(--muted); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 8px; }
.stat__num { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: var(--blue); line-height: 1; letter-spacing: -.03em; }
.stat__num .u { color: var(--orange); }
.stat__lbl { margin-top: 8px; font-size: .92rem; color: var(--muted); font-weight: 500; }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: start; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.price-card__top { background: linear-gradient(135deg, var(--blue-700), var(--blue)); color: #fff; padding: 26px 28px; }
.price-card__top .kicker { font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #bfe0f2; }
.price-card__price { display: flex; align-items: baseline; gap: 8px; margin-top: 6px; }
.price-card__price .big { font-size: 3rem; font-weight: 800; line-height: 1; }
.price-card__price .per { color: #cfe5f2; font-weight: 600; }
.price-card__body { padding: 24px 28px 28px; }
.feat { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--line); align-items: flex-start; }
.feat:last-child { border-bottom: 0; }
.feat__ic { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--green-50); color: var(--green); display: grid; place-items: center; margin-top: 1px; }
.feat__ic svg { width: 14px; height: 14px; }
.feat b { color: var(--ink); }
.feat span { color: var(--muted); font-size: .96rem; }
.surcharge-box { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.surcharge-box h3 { margin-bottom: 14px; }
.surcharge { display: flex; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); align-items: center; }
.surcharge:last-child { border-bottom: 0; }
.surcharge__name { font-weight: 600; color: var(--ink); font-size: .98rem; }
.surcharge__name small { display: block; font-weight: 400; color: var(--muted); font-size: .82rem; }
.surcharge__price { font-weight: 800; color: var(--blue-700); white-space: nowrap; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step__num { width: 46px; height: 46px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; font-size: 1.2rem; display: grid; place-items: center; margin-bottom: 14px; box-shadow: 0 8px 18px -8px rgba(10,120,180,.6); }
.step:nth-child(odd) .step__num { background: var(--orange); box-shadow: 0 8px 18px -8px rgba(236,122,38,.6); }
.step h3 { font-size: 1.05rem; margin-bottom: 6px; }
.step p { font-size: .92rem; color: var(--muted); }
.step:not(:last-child)::after { content: ""; position: absolute; top: 23px; left: 58px; right: -8px; height: 2px; background: repeating-linear-gradient(90deg, var(--line-2) 0 6px, transparent 6px 12px); }

/* ---------- Feature split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.split__media--contain img { object-fit: contain; background: linear-gradient(135deg, #eef6fb, #e0ecf5); padding: 28px; }
.split__body h2 { margin-bottom: 16px; }
.ticklist { margin-top: 22px; display: grid; gap: 13px; }
.ticklist li { display: flex; gap: 12px; align-items: flex-start; }
.ticklist .tick { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; margin-top: 2px; }
.ticklist .tick svg { width: 14px; height: 14px; }
.ticklist b { color: var(--ink); }
.ticklist span { color: var(--muted); }

/* ---------- Reviews ---------- */
.rating-summary { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 44px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 22px 30px; max-width: 800px; margin: 0 auto 40px; }
.rs__overall { display: flex; align-items: center; gap: 16px; }
.rs__score { font-size: 3.1rem; font-weight: 800; color: var(--blue); line-height: 1; letter-spacing: -.03em; }
.rs__overall .stars svg { width: 19px; height: 19px; }
.rs__count { font-size: .85rem; color: var(--muted); margin-top: 5px; }
.rs__plats { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }
.rs__plat { display: flex; align-items: center; gap: 9px; font-size: .94rem; color: var(--muted); }
.rs__plat strong { color: var(--ink); font-weight: 800; font-size: 1.1rem; }
.rs__plat img { height: 22px; width: auto; opacity: .75; }
@media (max-width: 560px) { .rating-summary { flex-direction: column; gap: 16px; padding: 22px; } .rs__plats { justify-content: center; } }

.reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.review .stars { margin-bottom: 12px; }
.review__text { color: var(--body); font-size: 1rem; flex: 1; }
.review__by { display: flex; align-items: center; gap: 11px; margin-top: 18px; }
.review__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--blue-100); color: var(--blue-700); display: grid; place-items: center; font-weight: 800; }
.review__name { font-weight: 700; color: var(--ink); font-size: .95rem; line-height: 1.2; }
.review__src { font-size: .8rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 22px; font-weight: 700; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 1.04rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; transition: transform .25s var(--ease), background .2s; }
.faq summary .pm svg { width: 16px; height: 16px; }
.faq details[open] summary .pm { transform: rotate(45deg); background: var(--blue); color: #fff; }
.faq__body { padding: 0 22px 20px; color: var(--muted); }
.faq__body p + p { margin-top: 10px; }
.faqcat { margin-bottom: 34px; }
.faqcat h2 { max-width: 800px; margin: 0 auto 16px; font-size: 1.4rem; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--blue-900), var(--blue-700)); color: #fff; border-radius: var(--radius-lg); padding: clamp(36px, 6vw, 64px); text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #cfe5f2; margin: 14px auto 26px; max-width: 36em; font-size: 1.1rem; }
.cta-band__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: stretch; }
.contact__list { display: grid; gap: 8px; }
.contact__item { display: flex; gap: 15px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; align-items: flex-start; }
.contact__item .ic { width: 44px; height: 44px; flex-shrink: 0; border-radius: 11px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; }
.contact__item .ic svg { width: 22px; height: 22px; }
.contact__item .k { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.contact__item .v { color: var(--ink); font-weight: 600; }
.contact__item .v a { color: var(--ink); }
.contact__item .v a:hover { color: var(--blue); }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); min-height: 320px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }
.planner { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 24px; }
.planner__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.planner__field { display: flex; flex-direction: column; gap: 6px; font-weight: 600; font-size: .9rem; }
.planner__field input, .planner__field select { padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-family: var(--mono); background: #fff; }
.planner__field input:focus, .planner__field select:focus { outline: 2px solid var(--blue); outline-offset: 1px; }
.planner__out:empty { display: none; }
.planner__result { font-size: 1.04rem; line-height: 1.5; background: var(--blue-50); border-radius: 12px; padding: 14px 16px; margin-top: 18px; }
.planner__result strong { color: var(--blue); }
.planner__warn { margin-top: 10px; color: #9a5b00; background: #fff7e6; border: 1px solid #ffe0a3; border-radius: 10px; padding: 10px 14px; font-size: .88rem; }
.seg { display: inline-flex; width: 100%; gap: 4px; padding: 4px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; }
.seg__opt { flex: 1; border: 0; background: transparent; padding: 10px 8px; border-radius: 9px; font: inherit; font-weight: 600; font-size: .88rem; color: var(--muted); cursor: pointer; transition: background .15s, color .15s, box-shadow .15s; }
.seg__opt.is-active { background: #fff; color: var(--blue); box-shadow: var(--shadow-sm); }
.seg__opt:hover:not(.is-active) { color: var(--ink); }
@media (max-width: 560px) { .planner__fields { grid-template-columns: 1fr; } }
.dienst { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 18px; }
.dienst__title { font-weight: 700; font-size: .92rem; margin-bottom: 12px; }
.dienst__title small { font-weight: 500; color: var(--muted); }
.dienst__note { margin-top: 12px; font-size: .8rem; color: var(--muted); }
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 8px; }
.slot { display: flex; flex-direction: column; align-items: center; gap: 1px; padding: 8px 6px; border: 1px solid var(--line); border-radius: 10px; font-family: var(--mono); background: #fff; }
.slot b { font-size: .84rem; color: var(--ink); }
.slot span { font-size: .72rem; color: var(--muted); }
.slot.is-rec { border-color: var(--orange); background: #fff4ec; box-shadow: 0 0 0 1px var(--orange); }
.slot.is-rec b { color: #c2571a; }
.hub__step { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hub__num { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .95rem; }
.hub__step h3 { font-size: 1.22rem; margin: 0; }
.planner__relax { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-size: .9rem; font-weight: 600; color: var(--ink); cursor: pointer; }
.planner__relax input { width: 18px; height: 18px; accent-color: var(--blue); cursor: pointer; flex-shrink: 0; }
.planner__relax small { color: var(--muted); font-weight: 700; }
.planner__disc { margin-top: 10px; font-size: .73rem; color: var(--muted); font-style: italic; }
.shuttle-status { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px; border-radius: 10px; background: var(--bg-soft); border: 1px solid var(--line); font: inherit; font-size: .85rem; font-weight: 600; color: var(--ink); cursor: pointer; transition: background .15s, border-color .15s; }
.shuttle-status small { color: var(--muted); font-weight: 500; }
.shuttle-status .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--muted); flex-shrink: 0; }
.shuttle-status.is-on { background: #eaf7ee; border-color: #bfe6c8; }
.shuttle-status .dot--on { background: #1eb24b; animation: pulseDot 1.8s infinite; }
.shuttle-status .dot--off { background: #b6bcc4; }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(30,178,75,.45); } 70% { box-shadow: 0 0 0 7px rgba(30,178,75,0); } 100% { box-shadow: 0 0 0 0 rgba(30,178,75,0); } }
@media (prefers-reduced-motion: reduce) { .shuttle-status .dot--on { animation: none; } }
.shuttle-status:hover { background: #e3eef4; }
.shuttle-status.is-on:hover { background: #dff1e6; }
.ss__cta { font-weight: 700; color: var(--orange); margin-left: 3px; white-space: nowrap; }
.page-hero__badge { margin-top: 20px; }
.page-hero .shuttle-status { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.32); color: #fff; }
.page-hero .shuttle-status small { color: rgba(255,255,255,.72); }
.page-hero .shuttle-status.is-on { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.42); }
.page-hero .shuttle-status:hover { background: rgba(255,255,255,.24); }
.page-hero .shuttle-status .ss__cta { color: #ffd6b0; }
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 18px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(8,28,46,.55); }
.modal__panel { position: relative; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: min(920px, 100%); max-height: 92vh; display: flex; flex-direction: column; overflow: hidden; }
.modal__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.modal__close { border: 0; background: var(--bg-soft); width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; color: var(--ink); flex-shrink: 0; }
.modal__close svg { width: 18px; height: 18px; }
.modal__body { flex: 1; min-height: 0; }
.modal__body iframe { width: 100%; height: 62vh; border: 0; display: block; background: #eef0f2; }
.modal__foot { display: block; text-align: center; padding: 12px; font-size: .88rem; font-weight: 600; color: var(--blue); border-top: 1px solid var(--line); }
.heatmap { display: grid; grid-template-columns: repeat(12, 1fr); gap: 6px; }
.hm__cell { position: relative; aspect-ratio: 1 / 1.15; border-radius: 9px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 7px; font-size: .72rem; font-weight: 700; }
.hm--1 { background: #e6f0e9; color: #2f6b44; }
.hm--2 { background: #ffe6c2; color: #9a5b0a; }
.hm--3 { background: #f6c0b2; color: #b23a22; }
.hm__cell.is-now { outline: 2px solid var(--ink); outline-offset: 1px; }
.hm__now { position: absolute; top: 4px; left: 50%; transform: translateX(-50%); font-size: .56rem; font-weight: 800; background: var(--ink); color: #fff; padding: 0 5px; border-radius: 999px; }
.hm__legend { display: flex; justify-content: center; gap: 18px; margin-top: 14px; font-size: .82rem; color: var(--muted); }
.hm__legend span { display: inline-flex; align-items: center; gap: 6px; }
.hm__legend i { width: 13px; height: 13px; border-radius: 4px; }
@media (max-width: 560px) { .heatmap { grid-template-columns: repeat(6, 1fr); gap: 7px; } }

/* ---------- Footer ---------- */
.footer { background: var(--blue-950); color: #aac6d8; padding: 60px 0 26px; font-size: .94rem; }
.footer a { color: #cfe1ee; }
.footer a:hover { color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1.15fr 1fr 1.1fr; gap: 34px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__logo { height: 40px; margin-bottom: 16px; }
.footer__about { color: #9fbccf; max-width: 30ch; }
.footer h4 { color: #fff; font-size: .98rem; margin-bottom: 14px; letter-spacing: .01em; }
.footer__links { display: grid; gap: 9px; }
.footer__contact { display: grid; gap: 10px; }
.footer__contact div { display: flex; gap: 9px; align-items: flex-start; }
.footer__contact svg { width: 17px; height: 17px; margin-top: 3px; color: #6fb3da; flex-shrink: 0; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 22px; flex-wrap: wrap; color: #82a4ba; font-size: .86rem; }
.footer__bottom a { color: #82a4ba; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 70; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 12px 28px -8px rgba(37,211,102,.6); transition: transform .2s var(--ease); }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; color: #fff; }

/* ---------- Sticky mobiele actiebalk ---------- */
.mobilebar { display: none; }
.mobilebar__icon { width: 48px; height: 48px; flex-shrink: 0; border-radius: 13px; border: 1px solid var(--line-2); background: #fff; display: grid; place-items: center; color: var(--blue); }
.mobilebar__icon svg { width: 22px; height: 22px; }
.mobilebar__icon--wa { color: #25d366; }
.mobilebar__cta { flex: 1; }

/* ---------- Legal / prose pagina ---------- */
.legal__meta { color: var(--muted); font-size: .88rem; margin-bottom: 8px; }
.legal h2 { font-size: 1.3rem; margin-top: 30px; }
.legal h2:first-of-type { margin-top: 8px; }

/* ---------- Page hero (subpages) ---------- */
.page-hero { background: linear-gradient(135deg, var(--blue-900), var(--blue-700)); color: #fff; padding: clamp(48px, 7vw, 84px) 0 clamp(40px, 6vw, 64px); }
.page-hero h1 { color: #fff; }
.page-hero p { color: #cfe5f2; font-size: 1.12rem; margin-top: 14px; max-width: 46em; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: .85rem; color: #9fc8e2; margin-bottom: 16px; }
.breadcrumb a { color: #cfe5f2; }
.breadcrumb svg { width: 14px; height: 14px; opacity: .6; }

/* ---------- Prose ---------- */
.prose { max-width: 760px; }
.prose h2 { margin: 34px 0 14px; }
.prose h3 { margin: 26px 0 10px; }
.prose p { margin-bottom: 14px; }
.prose ul { display: grid; gap: 10px; margin: 14px 0; padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 31px; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--blue-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230a78b4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/14px no-repeat; }
.callout { background: var(--blue-50); border-left: 4px solid var(--blue); border-radius: 10px; padding: 18px 20px; margin: 22px 0; }
.callout strong { color: var(--blue-700); }

/* ---------- Booking option cards (bijboeken) ---------- */
.opt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.opt {
  display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm);
  transition: transform .18s var(--ease), box-shadow .2s, border-color .2s;
}
.opt:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--blue-200); }
.opt__ic { width: 50px; height: 50px; flex-shrink: 0; border-radius: 12px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; }
.opt__ic svg { width: 26px; height: 26px; }
.opt__body { flex: 1; }
.opt__body h3 { font-size: 1.08rem; }
.opt__body p { font-size: .9rem; color: var(--muted); }
.opt__price { font-weight: 800; color: var(--blue-700); font-size: 1.2rem; white-space: nowrap; }

/* ---------- Job cards ---------- */
.jobs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.job { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); }
.job__tag { display: inline-block; font-size: .78rem; font-weight: 700; color: var(--orange); background: #fdf0e6; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.job h3 { font-size: 1.4rem; margin-bottom: 10px; }
.job p { color: var(--muted); margin-bottom: 14px; }

/* ---------- Helpers ---------- */
.mt-0 { margin-top: 0; }
.hide { display: none !important; }
.nowrap { white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 0; background: #fff; color: var(--blue-700); padding: 10px 16px; border-radius: 8px; z-index: 200; font-weight: 700; }
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- Promo bar ---------- */
.promo { position: relative; background: linear-gradient(90deg, var(--orange), #f2932f); color: #fff; }
.promo[hidden] { display: none; }
.promo .container { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 8px 44px; text-align: center; flex-wrap: wrap; font-size: .93rem; font-weight: 600; }
.promo__tag { background: rgba(255,255,255,.2); padding: 2px 8px; border-radius: 4px; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.promo code { background: #fff; color: var(--orange-600); padding: 3px 11px; border-radius: 7px; font-weight: 800; letter-spacing: .05em; font-family: inherit; }
.promo a { color: #fff; text-decoration: underline; font-weight: 700; }
.promo__close { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.18); border: 0; color: #fff; cursor: pointer; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; transition: background .15s; }
.promo__close:hover { background: rgba(255,255,255,.32); }
.promo__close svg { width: 16px; height: 16px; }

/* ---------- Why-direct ---------- */
.why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 44px; }
.why__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.why__item .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--green-50); color: var(--green); display: grid; place-items: center; margin-bottom: 14px; }
.why__item .ic svg { width: 24px; height: 24px; }
.why__item h3 { font-size: 1.05rem; margin-bottom: 6px; }
.why__item p { font-size: .92rem; color: var(--muted); }

/* ---------- Comparison table ---------- */
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.compare { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 620px; background: #fff; }
.compare th, .compare td { padding: 15px 18px; border-bottom: 1px solid var(--line); }
.compare thead th { background: var(--blue-950); color: #fff; font-size: .95rem; font-weight: 700; text-align: center; vertical-align: bottom; }
.compare thead th:first-child { text-align: left; background: var(--blue-950); }
.compare thead th.is-us { background: var(--blue); position: relative; }
.compare thead th.is-us span { display: block; font-size: .72rem; font-weight: 700; color: #bfe6ff; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 2px; }
.compare tbody th { font-weight: 600; color: var(--ink); font-size: .95rem; text-align: left; }
.compare tbody td { text-align: center; color: var(--muted); font-size: .93rem; }
.compare td.is-us { background: var(--blue-50); font-weight: 700; color: var(--blue-700); }
.compare tr:last-child td, .compare tr:last-child th { border-bottom: 0; }
.compare .yes { color: var(--green); font-weight: 800; }
.compare .no { color: #c8503a; font-weight: 700; }
.compare .ic-cell svg { width: 20px; height: 20px; display: inline-block; vertical-align: middle; }

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s; }
.post:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post__imgwrap { aspect-ratio: 16/10; overflow: hidden; }
.post__imgwrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.post:hover .post__imgwrap img { transform: scale(1.05); }
.post__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post__date { font-size: .78rem; color: var(--blue); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.post h3 { font-size: 1.16rem; margin: 9px 0 10px; line-height: 1.25; }
.post p { color: var(--muted); font-size: .95rem; flex: 1; }
.post__more { margin-top: 16px; font-weight: 700; color: var(--blue); display: inline-flex; gap: 7px; align-items: center; }
.post__more svg { width: 16px; height: 16px; transition: transform .15s; }
.post:hover .post__more svg { transform: translateX(3px); }
.article { max-width: 760px; margin: 0 auto; }
.article__cover { width: 100%; aspect-ratio: 16/8; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); margin-bottom: 30px; }
.article__meta { display: flex; gap: 14px; align-items: center; font-size: .85rem; color: var(--muted); margin-bottom: 8px; font-weight: 600; }
.article .prose h2 { font-size: 1.5rem; }

/* ---------- Embedded booking module (shuttle) ---------- */
.embed { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.embed__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 18px; border-bottom: 1px solid var(--line); background: var(--bg-soft); font-size: .86rem; color: var(--muted); flex-wrap: wrap; }
.embed__bar b { color: var(--ink); }
.embed__map { position: relative; width: 100%; height: 620px; overflow: hidden; background: #eef0f2; }
.embed__map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; display: block; background: #fff; transform-origin: top left; }
/* op mobiel krijgt de iframe via app.js een liggende viewport (zodat de TrackSolid-app de pin centreert) en wordt teruggeschaald naar de schermbreedte */
@media (max-width: 700px) { .embed__map { height: 300px; } }

/* ---------- Booking-number gate ---------- */
.gate { max-width: 520px; margin: 0 auto; }
.gate__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 36px 32px; text-align: center; }
.gate__icon { width: 58px; height: 58px; border-radius: 16px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; margin: 0 auto 16px; }
.gate__icon svg { width: 28px; height: 28px; }
.gate h2 { font-size: 1.4rem; margin-bottom: 8px; }
.gate > .gate__card > p { color: var(--muted); }
.gate form { margin-top: 22px; display: grid; gap: 12px; }
.gate input { width: 100%; font-family: inherit; font-size: 1.1rem; text-align: center; letter-spacing: .05em; padding: 14px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.gate input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10,120,180,.16); }
.gate__err { color: #c8503a; font-size: .9rem; font-weight: 600; }
.gate__help { margin-top: 18px; font-size: .92rem; color: var(--muted); }
.gate__alt { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.gate__alt span { font-size: .92rem; color: var(--muted); }

/* unlocked launch card */
.launch { max-width: 520px; margin: 22px auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 36px 32px; text-align: center; }
.launch__ic { width: 60px; height: 60px; border-radius: 16px; background: var(--green-50); color: var(--green); display: grid; place-items: center; margin: 0 auto 16px; }
.launch__ic svg { width: 30px; height: 30px; }
.launch h2 { font-size: 1.4rem; margin-bottom: 8px; }
.launch > p { color: var(--muted); margin-bottom: 22px; }
.launch__note { margin-top: 14px; font-size: .84rem; color: var(--muted); }

/* ---------- Modern interactions ---------- */
.header { transition: box-shadow .25s var(--ease), background .25s; }
.header.is-scrolled { box-shadow: 0 10px 30px -18px rgba(10, 58, 87, .45); }

.hero { position: relative; }
.hero__glow { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; mix-blend-mode: screen; }
.hero__glow::before, .hero__glow::after { content: ""; position: absolute; width: 52vw; height: 52vw; max-width: 700px; max-height: 700px; border-radius: 50%; filter: blur(76px); opacity: .55; }
.hero__glow::before { background: radial-gradient(circle, rgba(236, 122, 38, .85), transparent 62%); top: -16%; right: -10%; }
.hero__glow::after { background: radial-gradient(circle, rgba(64, 178, 236, .8), transparent 62%); bottom: -22%; left: -8%; }
@media (prefers-reduced-motion: no-preference) {
  .hero__glow::before { animation: floatA 15s ease-in-out infinite; }
  .hero__glow::after { animation: floatB 19s ease-in-out infinite; }
}
@keyframes floatA { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-5%, 7%) scale(1.08); } }
@keyframes floatB { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(6%, -6%) scale(1.1); } }

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
  .reveal.is-in { opacity: 1; transform: none; }
  .stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
  .stagger.is-in > * { opacity: 1; transform: none; }
  .stagger.is-in > *:nth-child(2) { transition-delay: .07s; }
  .stagger.is-in > *:nth-child(3) { transition-delay: .14s; }
  .stagger.is-in > *:nth-child(4) { transition-delay: .21s; }
  .stagger.is-in > *:nth-child(5) { transition-delay: .28s; }
  .stagger.is-in > *:nth-child(6) { transition-delay: .35s; }
}

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 1000px) {
  .hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .booking { max-width: 480px; }
  .pricing { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
  .step::after { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .why { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .nav__links, .nav__phone { display: none; }
  .nav__toggle { display: inline-flex; }
  .header.is-open .nav__links {
    display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column;
    align-items: stretch; gap: 2px; background: #fff; padding: 14px 18px 18px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); max-height: calc(100vh - 70px); overflow: auto;
  }
  .header.is-open .nav__links a { padding: 13px 12px; border-radius: 10px; font-size: 1.05rem; }
  .nav__cta { display: none; }
  .header.is-open .nav__links-cta { display: inline-flex !important; width: 100%; justify-content: center; margin: 10px 0 2px; padding: 15px 20px !important; border-radius: 999px !important; color: #fff !important; background-image: var(--grad-orange) !important; font-size: 1.05rem; box-shadow: 0 10px 24px -10px rgba(236, 122, 38, .5); }
  .cards { grid-template-columns: 1fr; gap: 16px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .reviews { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 28px; }
  .split--rev .split__media { order: 0; }
  .contact { grid-template-columns: 1fr; }
  .opt-grid, .jobs { grid-template-columns: 1fr; }
  .topbar__left .topbar__item--hideMobile { display: none; }
  .why { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .mobilebar { display: flex; align-items: center; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 75; background: rgba(255,255,255,.97); backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px); border-top: 1px solid var(--line); padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); box-shadow: 0 -8px 26px -14px rgba(10, 58, 87, .3); }
  .wa-float { display: none; }
  body { padding-bottom: 76px; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .booking__head { flex-direction: column; align-items: flex-start; gap: 6px; }
  .steps { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__ratings { gap: 16px; }
  .btn--block-mobile { width: 100%; }
  .promo .container { font-size: .82rem; padding: 7px 38px; gap: 7px; }
  .promo__tag { display: none; }
  .brand img { height: 32px; }
}
