:root {
  --navy: #262b5e;
  --navy-deep: #171b45;
  --navy-soft: #eef0f8;
  --orange: #e44914;
  --orange-dark: #c93809;
  --orange-soft: #fff1eb;
  --green: #16825d;
  --green-dark: #0c6849;
  --green-soft: #eaf8f2;
  --red: #b42318;
  --red-soft: #fff0ee;
  --ink: #20243e;
  --muted: #656a7d;
  --line: #dfe1ea;
  --surface: #fff;
  --canvas: #f5f6fa;
  --shadow-sm: 0 3px 14px rgba(38, 43, 94, 0.08);
  --shadow: 0 18px 50px rgba(38, 43, 94, 0.11);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 26px;
  --page: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Segoe UI", "Aptos", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(228, 73, 20, 0.28);
  outline-offset: 3px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--navy);
  font-weight: 750;
  letter-spacing: -0.025em;
}
h1 { margin-bottom: 1rem; font-size: clamp(2.45rem, 5.2vw, 4.4rem); line-height: 1.03; }
h2 { margin-bottom: 0.8rem; font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.12; }
h3 { margin-bottom: 0.45rem; font-size: 1.2rem; line-height: 1.25; }

.site-header,
.admin-header {
  width: var(--page);
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.site-header { border-bottom: 1px solid var(--line); }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--navy);
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: 148px;
  height: auto;
  mix-blend-mode: multiply;
}
.brand > span {
  padding-left: 1rem;
  border-left: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 750;
  letter-spacing: 0.01em;
}
.header-actions { display: flex; align-items: center; gap: 0.65rem; }
.header-link,
.primary-button,
.secondary-button,
.danger-button,
.whatsapp-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: var(--radius-sm);
  padding: 0.72rem 1.15rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, border-color 150ms ease;
}
.header-link,
.secondary-button {
  border-color: var(--line);
  background: var(--surface);
  color: var(--navy);
}
.primary-button {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 6px 18px rgba(228, 73, 20, 0.18);
}
.whatsapp-link { background: var(--green); color: #fff; }
.whatsapp-link::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.9;
}
.danger-button {
  border-color: #f0c7c2;
  background: var(--red-soft);
  color: var(--red);
}
.header-link:hover,
.secondary-button:hover { border-color: #bfc2d2; background: #fafaff; }
.primary-button:hover { background: var(--orange-dark); }
.whatsapp-link:hover { background: var(--green-dark); }
.header-link:hover,
.primary-button:hover,
.secondary-button:hover,
.danger-button:hover,
.whatsapp-link:hover { transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.primary-button:disabled,
.secondary-button:disabled,
.danger-button:disabled { cursor: wait; opacity: 0.55; }
.compact { min-height: 40px; padding: 0.55rem 0.85rem; font-size: 0.88rem; }
.text-link,
.text-button {
  color: var(--orange-dark);
  font-weight: 750;
  text-decoration: underline;
}
.text-button { padding: 0; border: 0; background: none; cursor: pointer; }
.eyebrow {
  margin-bottom: 0.65rem;
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.muted { color: var(--muted); }

/* Openbare inschrijving */
.booking-shell,
.form-section,
.info-section,
.contact-band,
footer {
  width: var(--page);
  margin-right: auto;
  margin-left: auto;
}
.booking-shell { padding: clamp(2.6rem, 6vw, 5.6rem) 0 4rem; scroll-margin-top: 1rem; }
.booking-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 6rem);
  margin-bottom: 2.2rem;
}
.section-heading { max-width: 760px; }
.section-heading > p:last-child { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.step-badge {
  width: max-content;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.step-badge span,
.choice-label span {
  width: 27px;
  height: 27px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 0.78rem;
}
.booking-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.booking-facts div { min-width: 0; padding: 1.15rem 0.8rem; text-align: center; }
.booking-facts div + div { border-left: 1px solid var(--line); }
.booking-facts strong { display: block; color: var(--navy); font-size: 1rem; }
.booking-facts span { display: block; margin-top: 0.15rem; color: var(--muted); font-size: 0.73rem; line-height: 1.25; }
.steps {
  width: min(620px, 100%);
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}
.steps li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #878b9c;
  font-size: 0.87rem;
}
.steps li:first-child::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 31px;
  right: 0;
  height: 2px;
  background: var(--line);
}
.steps span {
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: var(--canvas);
  font-weight: 800;
}
.steps .active { color: var(--navy); }
.steps .active span { border-color: var(--orange); background: var(--orange); color: #fff; }
.steps .complete span { border-color: var(--green); background: var(--green); color: #fff; }
.booking-card {
  min-height: 240px;
  padding: clamp(1rem, 3vw, 1.75rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.booking-grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.9fr) minmax(0, 1.1fr);
  gap: 1.4rem;
}
.choice-column { min-width: 0; }
.choice-label {
  margin: 0 0 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.day-list { display: grid; gap: 0.75rem; }
.day-card {
  width: 100%;
  min-height: 104px;
  position: relative;
  padding: 1rem 2.7rem 1rem 1rem;
  display: grid;
  gap: 0.12rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
.day-card::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 1rem;
  color: #a2a5b4;
  font-size: 1.8rem;
  transform: translateY(-52%);
}
.day-card:hover { border-color: #b6b9ca; box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.day-card.selected { border-color: var(--orange); background: var(--orange-soft); box-shadow: 0 0 0 2px rgba(228, 73, 20, 0.08); }
.day-card.selected::after { color: var(--orange); }
.day-date { color: var(--navy); font-size: 1rem; font-weight: 800; text-transform: capitalize; }
.day-location { margin-top: 0.16rem; font-weight: 700; }
.day-address { color: var(--muted); font-size: 0.85rem; }
.day-meta { margin-top: 0.45rem; color: var(--green-dark); font-size: 0.75rem; font-weight: 750; }
.slot-panel {
  min-height: 300px;
  padding: clamp(1rem, 2vw, 1.45rem);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--canvas);
  scroll-margin-top: 1rem;
}
.slot-panel h3 { margin-top: 1.2rem; font-size: 1.55rem; text-transform: capitalize; }
.slot-placeholder {
  min-height: 265px;
  display: grid;
  place-content: center;
  justify-items: center;
  color: var(--muted);
  text-align: center;
}
.slot-placeholder span {
  width: 46px;
  height: 46px;
  margin-bottom: 0.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy-soft);
  color: var(--navy);
  font-weight: 800;
}
.slot-placeholder p { max-width: 260px; margin: 0; }
.slot-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}
.slot-button {
  min-height: 64px;
  padding: 0.6rem 0.35rem;
  display: grid;
  place-items: center;
  gap: 0.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
}
.slot-button strong { font-size: 1rem; }
.slot-button small { color: var(--muted); font-size: 0.68rem; }
.slot-button:hover { border-color: var(--orange); }
.slot-button.selected { border-color: var(--orange); background: var(--orange); color: #fff; }
.slot-button.selected small { color: #fff; }
.loading-panel,
.empty-panel,
.notice {
  padding: 1.2rem;
  border-radius: 14px;
}
.loading-panel {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  color: var(--muted);
}
.loading-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  animation: pulse 1.1s infinite alternate;
}
@keyframes pulse { to { opacity: 0.2; transform: scale(0.7); } }
.empty-panel { border: 1px dashed #c9cbd6; background: #fafaff; text-align: center; }
.empty-panel p:last-child { margin-bottom: 0; }
.notice { margin-bottom: 1rem; border: 1px solid var(--line); background: #fff; }
.error-notice { border-color: #f0c7c2; background: var(--red-soft); color: var(--red); }
.success-notice { border-color: #bfe1d3; background: var(--green-soft); color: var(--green-dark); }
.setup-warning { border-color: #f2d1a6; background: #fff8ec; color: #754300; }

.form-section {
  padding: 2rem 0 4rem;
  scroll-margin-top: 1rem;
}
.form-steps { margin-bottom: 1.2rem; }
.form-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.33fr) minmax(0, 0.67fr);
  align-items: start;
  gap: 1.4rem;
}
.selected-summary,
.form-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.selected-summary {
  position: sticky;
  top: 1rem;
  padding: 1.4rem;
}
.selected-summary h2 { font-size: 1.45rem; text-transform: capitalize; }
.selected-summary > p:nth-of-type(2) { color: var(--muted); white-space: pre-line; }
.selected-summary .secondary-button { width: 100%; margin-top: 0.4rem; }
.summary-note { margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.summary-note strong { color: var(--navy); }
.summary-note p { margin: 0.25rem 0 0; color: var(--muted); font-size: 0.83rem; }
.summary-note a { color: var(--orange-dark); }
.form-frame { overflow: hidden; }
.form-frame-heading { padding: 1.4rem 1.5rem 0; }
.form-frame-heading h2 { font-size: 1.8rem; }
.form-frame-heading > p:last-child { color: var(--muted); }
.fillout-frame { width: 100%; min-height: 940px; display: block; border: 0; background: #fff; }

.info-section { padding: 3.5rem 0; border-top: 1px solid var(--line); }
.info-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.info-grid article {
  min-height: 180px;
  padding: 1.3rem;
  display: flex;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.info-grid article > span { color: var(--orange); font-weight: 800; }
.info-grid p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.info-grid a { color: var(--orange-dark); font-weight: 700; }
.contact-band {
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: var(--radius-lg);
  background: var(--navy);
  color: #fff;
}
.contact-band h2 { margin-bottom: 0; color: #fff; }
.contact-band .eyebrow { color: #ff9975; }
.contact-actions { display: flex; align-items: center; gap: 0.7rem; }
footer {
  min-height: 110px;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
}
.footer-brand .brand-logo { width: 120px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.3rem; color: var(--muted); font-size: 0.85rem; }
.whatsapp-float {
  position: fixed;
  z-index: 20;
  right: 18px;
  bottom: 18px;
  min-height: 48px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 30px rgba(12, 104, 73, 0.3);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

/* Beheer */
.admin-shell { width: var(--page); margin: 0 auto; padding-bottom: 4rem; }
.admin-header { width: 100%; border-bottom: 1px solid var(--line); }
.admin-header .brand-logo { width: 134px; }
.admin-intro {
  padding: 2.5rem 0 1.8rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.admin-intro h1 { margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.admin-stats { display: flex; gap: 0.8rem; }
.admin-stats span {
  min-width: 132px;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--muted);
  font-size: 0.8rem;
}
.admin-stats strong { display: block; color: var(--navy); font-size: 1.5rem; line-height: 1.1; }
.admin-tabs {
  margin-bottom: 1.5rem;
  padding: 0.35rem;
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #eceef5;
  scrollbar-width: thin;
}
.admin-tabs a {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0.65rem 1rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}
.admin-tabs a.active { background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }
.admin-panel {
  padding: clamp(1.1rem, 3vw, 1.7rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.panel-heading {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.panel-heading h2 { margin-bottom: 0; font-size: clamp(1.55rem, 3vw, 2.1rem); }
.admin-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: start;
}
.narrow-panel { width: min(820px, 100%); }
.registration-list { display: grid; gap: 0.85rem; }
.registration-card {
  padding: 1.15rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fafaff;
}
.registration-main { min-width: 0; }
.registration-main h3 { margin-top: 0.7rem; font-size: 1.35rem; }
.registration-main p { margin-bottom: 0.35rem; overflow-wrap: anywhere; }
.status-line { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; }
.status-line small { color: var(--muted); }
.status-pill {
  width: max-content;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.status-pill.confirmed { background: var(--green-soft); color: var(--green-dark); }
.status-pill.disabled { background: #eeeef3; color: var(--muted); }
.driver-list {
  max-width: 100%;
  margin: 0.8rem 0 0;
  padding: 0.8rem;
  overflow-x: auto;
  border-radius: 9px;
  background: #fff;
  color: var(--muted);
  font: 0.82rem/1.5 "Segoe UI", sans-serif;
  white-space: pre-wrap;
}
.registration-planning { display: grid; grid-template-columns: 1fr 135px; gap: 0.8rem; align-content: start; }
.registration-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.registration-actions button { flex: 1 1 140px; min-height: 42px; padding: 0.6rem 0.75rem; font-size: 0.82rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; }
.stack-form { display: grid; gap: 0.9rem; margin: 1.4rem 0; }
.form-grid label,
.stack-form label,
.registration-planning label {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 750;
}
.form-grid input,
.form-grid select,
.form-grid textarea,
.stack-form input,
.registration-planning input,
.registration-planning select {
  width: 100%;
  min-height: 46px;
  padding: 0.68rem 0.75rem;
  border: 1px solid #cfd1dc;
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
}
.form-grid textarea { min-height: 120px; resize: vertical; }
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus,
.stack-form input:focus,
.registration-planning input:focus,
.registration-planning select:focus { border-color: var(--orange); }
.full-width { grid-column: 1 / -1; }
.form-help { margin: -0.15rem 0 0; color: var(--muted); font-size: 0.8rem; }
.checkbox-label { grid-template-columns: auto 1fr !important; align-items: center !important; }
.checkbox-label input { width: 19px; min-height: 19px; accent-color: var(--orange); }
.form-divider {
  margin-top: 0.8rem;
  padding: 1rem 0 0.3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
}
.form-divider strong { color: var(--navy); }
.form-divider span { color: var(--muted); font-size: 0.8rem; text-align: right; }
.compact-day-list { display: grid; gap: 0.7rem; }
.day-editor {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fafaff;
}
.day-editor summary { position: relative; padding: 1rem 2.5rem 1rem 1rem; display: grid; gap: 0.18rem; cursor: pointer; list-style: none; }
.day-editor summary::-webkit-details-marker { display: none; }
.day-editor summary::after { content: "+"; position: absolute; top: 50%; right: 1rem; color: var(--orange); font-size: 1.3rem; transform: translateY(-50%); }
.day-editor[open] summary::after { content: "−"; }
.day-editor summary span,
.day-editor summary small { color: var(--muted); }
.day-edit-form { padding: 1rem; border-top: 1px solid var(--line); background: #fff; }
.settings-status {
  margin-bottom: 1.2rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 12px;
  background: var(--navy-soft);
}
.settings-status p { margin: 0.2rem 0 0; color: var(--muted); font-size: 0.82rem; }
.settings-help {
  margin-top: 1rem;
  padding: 1rem;
  border-left: 4px solid var(--orange);
  border-radius: 0 10px 10px 0;
  background: var(--orange-soft);
  color: #6e301a;
  font-size: 0.85rem;
}
.settings-help p:last-child { margin-bottom: 0; }

.admin-login-page {
  min-height: 100vh;
  padding: 2rem;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 10% 10%, rgba(228, 73, 20, 0.08), transparent 30%),
    radial-gradient(circle at 90% 85%, rgba(38, 43, 94, 0.12), transparent 33%),
    var(--canvas);
}
.login-card {
  width: min(100%, 470px);
  padding: clamp(1.4rem, 5vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}
.login-card .brand { margin-bottom: 2rem; }
.login-card h1 { font-size: 2.5rem; }

@media (max-width: 900px) {
  .booking-intro,
  .booking-grid,
  .form-layout,
  .admin-two-column,
  .registration-card { grid-template-columns: 1fr; }
  .booking-intro { align-items: start; gap: 1.6rem; }
  .booking-facts { max-width: 570px; }
  .slot-panel { min-height: 220px; }
  .slot-placeholder { min-height: 190px; }
  .selected-summary { position: static; }
  .info-grid { grid-template-columns: 1fr; }
  .info-grid article { min-height: 0; }
  .admin-intro { align-items: start; flex-direction: column; }
  .registration-planning { grid-template-columns: minmax(0, 1fr) 150px; }
}

@media (max-width: 640px) {
  :root { --page: min(100% - 28px, 1180px); }
  body { font-size: 15px; }
  h1 { font-size: clamp(2.2rem, 12vw, 3.15rem); }
  h2 { font-size: 1.8rem; }
  .site-header { min-height: 74px; }
  .brand { gap: 0.6rem; }
  .brand-logo { width: 112px; }
  .brand > span { padding-left: 0.6rem; font-size: 0.7rem; }
  .header-actions .whatsapp-link { display: none; }
  .header-link { min-height: 40px; padding: 0.55rem 0.75rem; font-size: 0.78rem; }
  .booking-shell { padding: 2.2rem 0 3rem; }
  .booking-intro { margin-bottom: 1.5rem; }
  .section-heading > p:last-child { font-size: 1rem; }
  .booking-facts { grid-template-columns: 1fr 1fr 1fr; }
  .booking-facts div { padding: 0.85rem 0.3rem; }
  .booking-facts strong { font-size: 0.86rem; }
  .booking-facts span { font-size: 0.62rem; }
  .steps { margin-bottom: 0.9rem; }
  .steps li { gap: 0.4rem; font-size: 0.72rem; }
  .steps span { flex-basis: 29px; width: 29px; height: 29px; }
  .booking-card { padding: 0.85rem; border-radius: 18px; }
  .booking-grid { gap: 1rem; }
  .day-card { min-height: 112px; padding: 1rem 2.5rem 1rem 1rem; }
  .day-date { font-size: 1.02rem; }
  .slot-panel { padding: 0.85rem; border-radius: 14px; }
  .slot-panel h3 { margin-top: 1rem; font-size: 1.28rem; }
  .slot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .slot-button { min-height: 62px; }
  .form-section { padding-top: 1rem; }
  .form-layout { gap: 1rem; }
  .selected-summary,
  .form-frame { border-radius: 18px; }
  .fillout-frame { min-height: 1050px; }
  .info-section { padding: 2.7rem 0; }
  .contact-band {
    margin-bottom: 2.5rem;
    align-items: stretch;
    flex-direction: column;
  }
  .contact-actions { align-items: stretch; flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 0.8rem 1rem; }
  .whatsapp-float { right: 14px; bottom: 14px; }

  .admin-shell { width: min(100% - 20px, 1180px); }
  .admin-header { min-height: 72px; }
  .admin-header .brand > span { display: none; }
  .admin-header .brand-logo { width: 110px; }
  .admin-header .secondary-button { min-height: 40px; padding: 0.55rem 0.8rem; font-size: 0.78rem; }
  .admin-intro { padding: 1.8rem 0 1.2rem; gap: 1rem; }
  .admin-stats { width: 100%; }
  .admin-stats span { min-width: 0; flex: 1; }
  .admin-tabs { margin-right: -10px; margin-left: -10px; border-right: 0; border-left: 0; border-radius: 0; }
  .admin-panel { padding: 0.9rem; border-radius: 14px; }
  .registration-card { padding: 0.9rem; }
  .registration-planning,
  .form-grid { grid-template-columns: 1fr; }
  .registration-actions,
  .full-width { grid-column: 1; }
  .registration-actions { flex-direction: column; }
  .registration-actions button { width: 100%; flex-basis: auto; }
  .form-divider { align-items: flex-start; flex-direction: column; }
  .form-divider span { text-align: left; }
  .settings-status { align-items: flex-start; flex-direction: column; }
  .admin-login-page { padding: 1rem; }
  .login-card { border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
