/* AlsNieuw Specialist — custom styles (loaded after Tailwind CDN) */

:root {
  --primary: #0A2540;
  --primary-soft: #13325A;
  --accent: #C9A961;
  --accent-dark: #A88A47;
  --ink: #0F172A;
  --body: #334155;
  --bg-soft: #F8FAFC;
  --success: #16A34A;
  --danger: #DC2626;
}

html { scroll-behavior: smooth; }
body { line-height: 1.6; }

h1, h2, h3, h4 { letter-spacing: -0.01em; }

/* ===== NAV ===== */
#nav.scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}
#nav .nav-link { color: rgba(255,255,255,0.92); font-weight: 500; font-size: 0.95rem; transition: color .2s; }
#nav .nav-link:hover { color: #C9A961; }
#nav .nav-icon { color: #fff; }
#nav .nav-brand-dark { color: #fff; }
#nav.scrolled .nav-link { color: var(--body); }
#nav.scrolled .nav-link:hover { color: var(--primary); }
#nav.scrolled .nav-icon { color: var(--ink); }
#nav.scrolled .nav-brand-dark { color: var(--primary); }

/* ===== BUTTONS ===== */
.btn-accent {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: #1A1408;
  font-weight: 600; padding: 0.95rem 1.65rem;
  border-radius: 9999px;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 6px 20px -8px rgba(201,169,97,0.6);
  letter-spacing: 0.01em;
}
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-accent:active { transform: translateY(0); }
.btn-accent:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--primary); color: #fff;
  font-weight: 600; padding: 0.95rem 1.65rem;
  border-radius: 9999px;
  transition: background .2s, transform .15s;
}
.btn-primary:hover { background: var(--primary-soft); transform: translateY(-1px); }

.btn-outline-white {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(255,255,255,0.8); color: #fff;
  font-weight: 600; padding: 0.9rem 1.65rem; border-radius: 9999px;
  background: rgba(255,255,255,0.04);
  transition: background .2s, border-color .2s;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: #fff; }

/* ===== HERO ===== */
.hero-fallback {
  background: linear-gradient(135deg, #0A2540 0%, #13325A 50%, #1B4980 100%);
}
.trust-pill {
  display: inline-flex; align-items: center;
  font-size: 0.85rem; color: #fff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 0.45rem 0.95rem; border-radius: 9999px;
  font-weight: 500;
}

/* ===== MOBILE MENU ===== */
#mobileMenu.is-open { display: flex; }
.mobile-link { color: rgba(255,255,255,0.95); transition: color .2s; }
.mobile-link:hover { color: var(--accent); }
body.menu-open { overflow: hidden; }

/* ===== SECTION TYPOGRAPHY ===== */
.eyebrow {
  display: inline-block;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section-heading {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--ink);
  font-size: clamp(1.85rem, 1.2rem + 2.4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.section-sub { font-size: 1.1rem; color: var(--body); line-height: 1.65; }

/* ===== SERVICE CARDS ===== */
.service-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  padding: 2rem;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -8px rgba(10,37,64,0.22);
  border-color: rgba(201,169,97,0.6);
}
.service-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: rgba(201,169,97,0.12);
  color: var(--accent-dark);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.service-icon svg { width: 28px; height: 28px; }
.service-title { font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.35rem; color: var(--ink); margin-bottom: 0.6rem; line-height: 1.25; }
.service-desc { color: var(--body); margin-bottom: 1.25rem; line-height: 1.6; }
.service-link { color: var(--primary); font-weight: 600; font-size: 0.95rem; transition: color .2s; }
.service-link:hover { color: var(--accent-dark); }
.service-card--cta {
  background: linear-gradient(135deg, #0A2540 0%, #13325A 100%);
  border-color: transparent;
  color: #fff;
}
.service-card--cta:hover { transform: translateY(-4px); border-color: var(--accent); }

/* ===== BEFORE/AFTER SLIDER ===== */
.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 1rem;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  background: #0A2540;
  box-shadow: 0 12px 40px -12px rgba(10,37,64,0.35);
  touch-action: pan-y;
}
.ba-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.ba-img-fallback {
  background: repeating-linear-gradient(45deg, #2E445E 0 14px, #1C2E45 14px 28px);
}
.ba-after-wrap {
  position: absolute; inset: 0;
  pointer-events: none;
  clip-path: inset(0 0 0 50%);
  will-change: clip-path;
}
.ba-after-wrap .ba-img { width: 100%; height: 100%; }
.ba-label {
  position: absolute; top: 1rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em;
  padding: 0.4rem 0.8rem;
  border-radius: 9999px;
  color: #fff;
  z-index: 3; pointer-events: none;
}
.ba-label-before { left: 1rem; background: var(--danger); }
.ba-label-after  { right: 1rem; background: var(--success); }

.ba-handle {
  position: absolute; top: 0; bottom: 0;
  left: 50%; transform: translateX(-50%);
  width: 4px;
  background: rgba(255,255,255,0.95);
  z-index: 4;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 0 24px rgba(0,0,0,0.35);
}
.ba-handle-knob {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  pointer-events: auto;
  cursor: ew-resize;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  transition: transform .15s;
}
.ba-handle-knob svg { width: 22px; height: 22px; }
.ba-slider:hover .ba-handle-knob { transform: translate(-50%, -50%) scale(1.06); }
.ba-handle:focus-visible .ba-handle-knob {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.result-heading {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--ink);
  font-size: 1.65rem; font-weight: 700;
  line-height: 1.2; margin-bottom: 0.75rem;
}
.result-body { color: var(--body); line-height: 1.7; margin-bottom: 1.25rem; }
.result-list { color: var(--body); }
.result-list li { padding: 0.35rem 0; border-bottom: 1px solid #E5E7EB; }
.result-list li:last-child { border-bottom: 0; }

/* ===== WERKWIJZE ===== */
.step-card {
  position: relative;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  padding: 2.25rem 1.75rem 2rem;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  overflow: hidden;
}
.step-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201,169,97,0.6);
  box-shadow: 0 12px 40px -10px rgba(10,37,64,0.18);
}
.step-number {
  position: absolute; top: 1rem; right: 1.25rem;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 4rem; font-weight: 800;
  color: rgba(201,169,97,0.18);
  line-height: 1;
  pointer-events: none;
}
.step-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(10,37,64,0.06);
  color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.step-icon svg { width: 26px; height: 26px; }
.step-title { font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.3rem; color: var(--ink); margin-bottom: 0.55rem; }
.step-desc { color: var(--body); line-height: 1.6; }

.process-image {
  position: relative; aspect-ratio: 4/3;
  overflow: hidden; border-radius: 1rem;
  background: #E5E7EB;
}
.process-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.process-image:hover img { transform: scale(1.05); }
.img-fallback {
  background: repeating-linear-gradient(45deg, #CBD5E1 0 14px, #94A3B8 14px 28px);
}

/* ===== USP ===== */
.usp-card {
  padding: 2rem 1.75rem;
  border-radius: 1rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: background .2s, border-color .2s;
}
.usp-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(201,169,97,0.4); }
.usp-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(201,169,97,0.15);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
}
.usp-icon svg { width: 26px; height: 26px; }
.usp-title { font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.25rem; color: #fff; margin-bottom: 0.5rem; }
.usp-desc { color: rgba(255,255,255,0.75); line-height: 1.6; font-size: 0.97rem; }

/* ===== REGIO ===== */
.region-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  padding: 1.75rem;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.region-card:hover { transform: translateY(-3px); border-color: rgba(201,169,97,0.5); box-shadow: 0 12px 32px -12px rgba(10,37,64,0.15); }
.region-title { font-family: 'Fraunces', Georgia, serif; font-weight: 700; color: var(--primary); font-size: 1.15rem; margin-bottom: 0.85rem; padding-bottom: 0.7rem; border-bottom: 2px solid var(--accent); }
.region-list { color: var(--body); font-size: 0.95rem; }
.region-list li { padding: 0.25rem 0; }

/* ===== REVIEWS ===== */
.review-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 24px -10px rgba(10,37,64,0.1);
  transition: transform .25s, box-shadow .25s;
}
.review-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px -12px rgba(10,37,64,0.18); }
.review-stars { color: var(--accent); font-size: 1.15rem; letter-spacing: 0.12em; margin-bottom: 0.85rem; }
.review-quote { color: var(--ink); font-size: 1.05rem; line-height: 1.65; margin-bottom: 1.5rem; font-family: 'Fraunces', Georgia, serif; font-weight: 600; }
.review-meta { display: flex; align-items: center; gap: 0.85rem; padding-top: 1.25rem; border-top: 1px solid #E5E7EB; }
.review-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.95rem;
  flex-shrink: 0;
}
.trust-badge {
  text-align: center;
  font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #94A3B8;
  font-weight: 600;
  padding: 1rem 0.75rem;
  border: 1px dashed #CBD5E1;
  border-radius: 0.75rem;
}

/* ===== FAQ ===== */
.faq-item {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 0.85rem;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.faq-item[open] { border-color: rgba(201,169,97,0.5); box-shadow: 0 8px 24px -12px rgba(10,37,64,0.18); }
.faq-summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600; font-size: 1.08rem;
  color: var(--ink);
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
}
.faq-summary::-webkit-details-marker { display: none; }
.faq-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(10,37,64,0.06);
  color: var(--primary);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.4rem; font-weight: 400;
  transition: transform .25s, background .2s;
}
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--accent); color: #fff; }
.faq-body { padding: 0 1.5rem 1.5rem; color: var(--body); line-height: 1.7; }

/* ===== FORM ===== */
.field { display: flex; flex-direction: column; }
.field-label { font-size: 0.88rem; font-weight: 600; color: var(--ink); margin-bottom: 0.4rem; }
.field-input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #CBD5E1;
  border-radius: 0.6rem;
  background: #fff;
  color: var(--ink);
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  font-family: inherit;
}
.field-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(10,37,64,0.12);
}
.field-input[aria-invalid="true"] { border-color: var(--danger); }
textarea.field-input { resize: vertical; min-height: 120px; }

.check-pill {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.7rem 1rem;
  border: 1px solid #CBD5E1;
  border-radius: 0.55rem;
  background: #fff;
  cursor: pointer;
  font-size: 0.93rem;
  transition: border-color .2s, background .2s;
}
.check-pill:hover { border-color: var(--accent); }
.check-pill input { accent-color: var(--accent); }
.check-pill input:checked + span { color: var(--primary); font-weight: 600; }

.contact-usp {
  text-align: center;
  padding: 0.85rem 0.4rem;
  border-radius: 0.6rem;
  background: var(--bg-soft);
}

/* ===== FOOTER ===== */
.social-link {
  width: 38px; height: 38px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.08);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  transition: background .2s, color .2s;
}
.social-link:hover { background: var(--accent); color: var(--primary); }
.footer-title { font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.05rem; color: #fff; margin-bottom: 1rem; letter-spacing: 0.04em; }
.footer-list { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-link { color: rgba(255,255,255,0.75); transition: color .2s; }
.footer-link:hover { color: var(--accent); }

/* ===== PRIJSCALCULATOR ===== */
.calc-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 20px 60px -20px rgba(8, 47, 73, 0.18);
}
.calc-card-head {
  padding: 1.25rem 1.5rem;
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
}
.calc-card-head-title {
  font-weight: 700;
  color: var(--ink);
  font-size: 1rem;
  letter-spacing: -0.01em;
  margin: 0;
}
.calc-card-head-sub {
  color: var(--body);
  font-size: 0.85rem;
  margin: 0.2rem 0 0;
}

.calc-tile {
  display: grid;
  grid-template-columns: 56px 1fr auto auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #F1F5F9;
  transition: background .2s;
}
.calc-tile:hover { background: #F8FAFC; }
.calc-tile.is-active { background: #FFF7ED; }

.calc-tile-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(249, 115, 22, 0.12);
  color: var(--accent-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.calc-tile-icon svg { width: 24px; height: 24px; }
.calc-tile-text { min-width: 0; }
.calc-tile-title {
  font-weight: 700;
  color: var(--ink);
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  margin: 0;
}
.calc-tile-rate {
  color: var(--body);
  font-size: 0.875rem;
  margin: 0.15rem 0 0;
}
.calc-tile-amount {
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--ink);
  letter-spacing: -0.02em;
  min-width: 130px;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.calc-tile.is-active .calc-tile-amount {
  color: var(--accent-dark);
}

.calc-stepper {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 0.7rem;
  overflow: hidden;
  flex-shrink: 0;
  height: 48px;
  transition: border-color .2s, box-shadow .2s;
}
.calc-stepper:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}
.calc-btn {
  width: 42px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: var(--primary);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background .15s;
  font-family: inherit;
}
.calc-btn:hover { background: #F0F9FF; }
.calc-btn:active { background: #E0F2FE; }
.calc-btn:focus-visible { outline: none; }

.calc-stepper input {
  width: 56px;
  height: 100%;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  padding: 0;
}
.calc-stepper input::-webkit-outer-spin-button,
.calc-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc-stepper input:focus { outline: none; }
.calc-unit {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--body);
  padding-right: 0.5rem;
  user-select: none;
}

/* Total bar */
.calc-total-bar {
  background: linear-gradient(135deg, #082F49 0%, #0B3A66 50%, #0E4A82 100%);
  color: #fff;
  padding: 1.75rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.calc-total-bar::before {
  content: "";
  position: absolute;
  top: -50%; right: -10%;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.28) 0%, transparent 65%);
  pointer-events: none;
}
.calc-total-bar > * { position: relative; z-index: 1; }

.calc-min-note {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: #FED7AA;
  background: rgba(249, 115, 22, 0.18);
  border: 1px solid rgba(249, 115, 22, 0.35);
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
  font-weight: 500;
}
.calc-min-note.hidden { display: none; }

.calc-total-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
}
.calc-total-label {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin: 0 0 0.35rem;
}
.calc-total-amount {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(2rem, 1rem + 3.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 0.5rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.calc-total-foot {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.calc-cta {
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .calc-card-head { padding: 1rem 1.1rem; }
  .calc-tile {
    grid-template-columns: 44px 1fr auto;
    grid-template-areas:
      "icon   text   amount"
      "stepper stepper stepper";
    gap: 0.6rem 0.85rem;
    padding: 1.1rem 1.1rem 1.25rem;
  }
  .calc-tile-icon {
    grid-area: icon;
    width: 44px; height: 44px;
    align-self: start;
  }
  .calc-tile-icon svg { width: 22px; height: 22px; }
  .calc-tile-text { grid-area: text; align-self: center; min-width: 0; }
  .calc-tile-title { font-size: 1rem; }
  .calc-tile-rate { font-size: 0.82rem; }
  .calc-tile-amount {
    grid-area: amount;
    text-align: right;
    align-self: center;
    font-size: 1.1rem;
    min-width: 0;
    padding-left: 0.5rem;
  }

  /* Full-width stepper on mobile, larger touch targets */
  .calc-stepper {
    grid-area: stepper;
    height: 54px;
    width: 100%;
    justify-content: space-between;
    margin-top: 0.5rem;
  }
  .calc-btn {
    width: 56px;
    font-size: 1.5rem;
  }
  .calc-stepper input {
    flex: 1;
    width: auto;
    font-size: 1.25rem;
    text-align: center;
    -webkit-text-fill-color: var(--ink);
  }
  .calc-unit {
    font-size: 0.95rem;
    padding-right: 0.85rem;
  }

  .calc-total-bar { padding: 1.5rem 1.25rem; }
  .calc-total-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    text-align: center;
  }
  .calc-cta {
    width: 100%;
    justify-content: center;
  }
  .calc-total-amount,
  .calc-total-label,
  .calc-total-foot { text-align: center; }
  .calc-min-note {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

/* ===== REVEAL ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ===== PRINT ===== */
@media print {
  #nav, #mobileMenu, .btn-accent, .btn-primary, .btn-outline-white, .ba-handle { display: none !important; }
  body { color: #000; background: #fff; }
  section { page-break-inside: avoid; padding: 1rem 0 !important; }
  .ba-after-wrap { clip-path: none !important; }
  footer { background: #fff !important; color: #000 !important; }
  footer * { color: #000 !important; }
}

/* ===== UTILITY ===== */
.field-label + select.field-input { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230F172A' stroke-width='2.5'><polyline points='6 9 12 15 18 9'/></svg>"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
