/* ═══════════════════════════════════════════
   BOOKING.CSS — Book / Get a Free Quote page
   Vietnam City Breaks
   Mobile-first (base = 375px), scales up.
   ═══════════════════════════════════════════ */

/* ── Breadcrumb ── */
.bk-breadcrumb { background: white; border-bottom: 1px solid var(--border); }
.bk-breadcrumb .breadcrumb-list {
  display: flex; align-items: center; flex-wrap: wrap;
  list-style: none; margin: 0; padding: .65rem 0;
  font-size: .8rem; color: var(--text-m);
}
.bk-breadcrumb .breadcrumb-list li:not(:last-child)::after {
  content: '/'; margin: 0 .45rem; color: var(--border);
}
.bk-breadcrumb .breadcrumb-list a { color: var(--text-m); }
.bk-breadcrumb .breadcrumb-list a:hover { color: var(--primary); }
.bk-breadcrumb .breadcrumb-list li:last-child { color: var(--text-h); font-weight: 600; }

/* ── Page wrap ── */
.bk-wrap { background: var(--bg-soft); padding: 1.5rem 0 6rem; min-height: 60vh; }

/* ── Page head ── */
.bk-page-head { margin-bottom: 1.5rem; }
.bk-title {
  font-family: var(--fh); font-size: 1.6rem; font-weight: 800;
  color: var(--text-h); margin: 0 0 .35rem;
}
.bk-subtitle { font-size: .9rem; color: var(--text-m); margin: 0; max-width: 60ch; }

/* ── Stepper ── */
.bk-stepper { display: none; }
.bk-step-mobile {
  font-family: var(--fh); font-size: .85rem; font-weight: 700;
  color: var(--primary); margin: 0 0 1rem;
}

/* ── Layout ── */
.bk-layout { display: grid; grid-template-columns: 1fr; gap: 1.25rem; align-items: start; }

/* ── Form panel ── */
.bk-form-panel {
  background: white; border: 1px solid var(--border);
  border-radius: var(--r-card); padding: 1.25rem;
}

/* ── Panels (wizard steps) ── */
.bk-panel { display: none; }
.bk-panel.active { display: block; animation: bkFade .35s ease; }
@keyframes bkFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .bk-panel.active { animation: none; } }

.bk-panel-title { font-family: var(--fh); font-size: 1.3rem; font-weight: 800; color: var(--text-h); margin: 0 0 .25rem; }
.bk-panel-sub { font-size: .88rem; color: var(--text-m); margin: 0 0 1.25rem; }

/* ── Step 1: Tour card ── */
.bk-tour-card {
  display: flex; flex-direction: column; gap: 0;
  border: 1px solid var(--border); border-radius: 14px; overflow: hidden;
  background: var(--bg-soft); margin-bottom: 1.25rem;
}
.bk-tc-img { width: 100%; height: 180px; overflow: hidden; }
.bk-tc-img img { width: 100%; height: 100%; object-fit: cover; }
.bk-tc-info { padding: 1rem; }
.bk-tc-rating { display: flex; align-items: center; gap: .4rem; margin-bottom: .4rem; }
.bk-tc-stars { color: var(--star); font-size: .9rem; letter-spacing: 1px; }
.bk-tc-score { font-family: var(--fh); font-weight: 800; color: var(--text-h); font-size: .9rem; }
.bk-tc-rcount { font-size: .78rem; color: var(--text-m); }
.bk-tc-name { font-family: var(--fh); font-size: 1.05rem; font-weight: 700; color: var(--text-h); margin: 0 0 .55rem; line-height: 1.3; }
.bk-tc-route { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .65rem; }
.bk-tc-route span {
  position: relative; font-size: .72rem; font-weight: 600; color: var(--secondary);
  background: var(--secondary-light); border-radius: 5px; padding: .2rem .5rem;
}
.bk-tc-meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; align-items: center; }
.bk-tc-meta span { display: inline-flex; align-items: center; gap: .35rem; font-size: .8rem; color: var(--text-b); }
.bk-tc-meta svg { color: var(--text-m); }
.bk-tc-from { margin-left: auto; font-size: .82rem; color: var(--text-m); }
.bk-tc-from strong { font-family: var(--fh); font-size: 1.05rem; color: var(--primary); }

/* Reassurance list */
.bk-reassure { display: grid; gap: .6rem; margin-bottom: 1.5rem; }
.bk-reassure-item { display: flex; align-items: center; gap: .55rem; font-size: .85rem; color: var(--text-b); }
.bk-reassure-item svg { flex-shrink: 0; }

/* ── Fields ── */
.bk-field { margin-bottom: 1.1rem; }
.bk-field-row { display: grid; grid-template-columns: 1fr; gap: 0; }
.bk-label { display: block; font-family: var(--fh); font-size: .85rem; font-weight: 700; color: var(--text-h); margin-bottom: .4rem; }
.bk-req { color: var(--primary); }
.bk-opt { color: var(--text-m); font-weight: 400; font-size: .8rem; }
.bk-input, .bk-select, .bk-textarea {
  width: 100%; font-family: var(--fb); font-size: .92rem; color: var(--text-h);
  background: white; border: 1.5px solid var(--border); border-radius: var(--r-btn);
  padding: .7rem .85rem; transition: border-color .2s; min-height: 44px;
}
.bk-input:focus, .bk-select:focus, .bk-textarea:focus { outline: none; border-color: var(--primary); }
.bk-textarea { resize: vertical; min-height: 90px; line-height: 1.5; }
.bk-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%238888AA' stroke-width='2.5' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .85rem center; padding-right: 2.2rem; }

/* ── Travelers (pax) ── */
.bk-pax { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.bk-pax-row { display: flex; align-items: center; justify-content: space-between; padding: .85rem 1rem; }
.bk-pax-row:not(:last-child) { border-bottom: 1px solid var(--border); }
.bk-pax-label { display: flex; flex-direction: column; }
.bk-pax-label span { font-weight: 600; color: var(--text-h); font-size: .9rem; }
.bk-pax-label em { font-style: normal; font-size: .74rem; color: var(--text-m); }
.bk-pax-ctrl { display: flex; align-items: center; gap: .9rem; }
.bk-pax-ctrl button {
  width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--border);
  background: white; color: var(--primary); font-size: 1.2rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; transition: border-color .2s, background .2s;
}
.bk-pax-ctrl button:hover { border-color: var(--primary); background: var(--primary-light); }
.bk-pax-ctrl span { min-width: 18px; text-align: center; font-family: var(--fh); font-weight: 700; color: var(--text-h); }

/* ── Travelers (tour wizard) — same look as .bk-pax ── */
.bk-pax-list { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.bk-pax-item { display: flex; align-items: center; justify-content: space-between; padding: .85rem 1rem; }
.bk-pax-item:not(:last-child) { border-bottom: 1px solid var(--border); }
.bk-pax-info { display: flex; flex-direction: column; }
.bk-pax-info strong { font-weight: 600; color: var(--text-h); font-size: .9rem; }
.bk-pax-info small { font-size: .74rem; color: var(--text-m); }
.bk-pax-ctl { display: flex; align-items: center; gap: .9rem; }
.bk-pax-btn {
  width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--border);
  background: white; color: var(--primary); font-size: 1.2rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; transition: border-color .2s, background .2s; cursor: pointer;
}
.bk-pax-btn:hover { border-color: var(--primary); background: var(--primary-light); }
.bk-pax-val { min-width: 18px; text-align: center; font-family: var(--fh); font-weight: 700; color: var(--text-h); }

/* ── Radio pills (tour type) ── */
.bk-radio-pills { display: flex; gap: .6rem; }
.bk-pill { flex: 1; position: relative; }
.bk-pill input { position: absolute; opacity: 0; pointer-events: none; }
.bk-pill span {
  display: flex; align-items: center; justify-content: center; min-height: 44px;
  border: 1.5px solid var(--border); border-radius: var(--r-btn);
  font-family: var(--fh); font-size: .85rem; font-weight: 600; color: var(--text-b);
  text-align: center; padding: .4rem .6rem; transition: all .18s;
}
.bk-pill input:checked + span { border-color: var(--primary); background: var(--primary-light); color: var(--primary); }
.bk-pill input:focus-visible + span { outline: 2px solid var(--primary); outline-offset: 2px; }

/* ── Cabins & guests (per-cabin occupancy editor) ── */
.bk-hint { font-size: .8rem; color: var(--text-m); line-height: 1.55; margin: -.2rem 0 .8rem; }
.bk-hint strong { color: var(--text-h); }
.bk-rooms-count { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .85rem; }
.bk-rooms-count label { font-family: var(--fh); font-size: .9rem; font-weight: 700; color: var(--text-h); }
.bk-room { border: 1px solid var(--border); border-radius: 12px; padding: .85rem .9rem; margin-bottom: .75rem; background: var(--bg-soft); }
.bk-room-hd { font-family: var(--fh); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--secondary); margin-bottom: .6rem; }
.bk-room-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem .7rem; }
.bk-room-lab { display: flex; flex-direction: column; gap: .3rem; font-size: .78rem; font-weight: 600; color: var(--text-b); }
.bk-room-lab em { color: var(--text-m); font-style: normal; font-weight: 500; font-size: .72rem; }
.bk-rooms-count select, .bk-room-lab select {
  min-height: 42px; padding: .5rem .6rem; border: 1.5px solid var(--border); border-radius: var(--r-input);
  background: #fff; font-family: var(--fb); font-size: .88rem; color: var(--text-h);
}

/* ── Accommodation cards ── */
.bk-accom { display: grid; grid-template-columns: 1fr; gap: .7rem; }
.bk-accom-card { position: relative; cursor: pointer; }
.bk-accom-card input { position: absolute; opacity: 0; pointer-events: none; }
.bk-accom-body {
  display: flex; align-items: center; gap: .25rem; flex-wrap: wrap;
  border: 1.5px solid var(--border); border-radius: 12px; padding: .9rem 1rem; transition: all .18s;
}
.bk-accom-card input:checked + .bk-accom-body { border-color: var(--primary); background: var(--primary-light); box-shadow: 0 0 0 1px var(--primary) inset; }
.bk-accom-card input:focus-visible + .bk-accom-body { outline: 2px solid var(--primary); outline-offset: 2px; }
.bk-accom-tier { font-family: var(--fh); font-weight: 700; color: var(--text-h); font-size: .95rem; }
.bk-accom-stars { font-size: .78rem; color: var(--star); margin-left: .5rem; }
.bk-accom-price { margin-left: auto; font-family: var(--fh); font-weight: 800; color: var(--primary); font-size: .95rem; }
.bk-accom-price small { font-weight: 500; color: var(--text-m); font-size: .7rem; margin-left: .2rem; }
.bk-accom-price.bk-accom-warn { color: #EF4444; font-size: .82rem; font-weight: 700; }
.bk-accom-card.bk-accom-disabled { cursor: not-allowed; }
.bk-accom-card.bk-accom-disabled .bk-accom-body { opacity: .55; }

/* ── Add-on cards ── */
.bk-addons { display: grid; grid-template-columns: 1fr; gap: .7rem; margin-bottom: 1.5rem; }
.bk-addon-card { position: relative; display: flex; align-items: center; gap: .85rem; cursor: pointer; border: 1.5px solid var(--border); border-radius: 12px; padding: .85rem 1rem; transition: all .18s; }
.bk-addon-card:hover { border-color: var(--primary); }
.bk-addon-card input { position: absolute; opacity: 0; pointer-events: none; }
.bk-addon-check { flex-shrink: 0; width: 24px; height: 24px; border: 2px solid var(--border); border-radius: 6px; transition: all .18s; position: relative; }
.bk-addon-card input:checked ~ .bk-addon-check { background: var(--primary); border-color: var(--primary); }
.bk-addon-card input:checked ~ .bk-addon-check::after { content: ''; position: absolute; left: 7px; top: 3px; width: 6px; height: 11px; border: solid white; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.bk-addon-card input:checked ~ .bk-addon-body .bk-addon-name { color: var(--primary); }
.bk-addon-card input:focus-visible ~ .bk-addon-check { outline: 2px solid var(--primary); outline-offset: 2px; }
.bk-addon-card input:checked { } /* card highlight */
.bk-addon-card:has(input:checked) { border-color: var(--primary); background: var(--primary-light); }
.bk-addon-body { flex: 1; display: flex; flex-direction: column; gap: .15rem; min-width: 0; }
.bk-addon-name { font-family: var(--fh); font-weight: 700; color: var(--text-h); font-size: .9rem; }
.bk-addon-desc { font-size: .78rem; color: var(--text-m); line-height: 1.35; }
.bk-addon-price { flex-shrink: 0; font-family: var(--fh); font-weight: 800; color: var(--primary); font-size: .92rem; }
.bk-addon-price small { font-weight: 500; color: var(--text-m); font-size: .68rem; }

/* ── Divider ── */
.bk-divider { display: flex; align-items: center; gap: .9rem; font-family: var(--fh); font-size: .8rem; font-weight: 700; color: var(--text-m); text-transform: uppercase; letter-spacing: .06em; margin: 1.5rem 0 1.1rem; }
.bk-divider::before, .bk-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }

/* ── Payment cards ── */
.bk-pay { display: grid; gap: .7rem; }
.bk-pay-card { position: relative; cursor: pointer; }
.bk-pay-card input { position: absolute; opacity: 0; pointer-events: none; }
.bk-pay-body { display: block; border: 1.5px solid var(--border); border-radius: 12px; padding: .95rem 1rem .95rem 2.6rem; transition: all .18s; position: relative; }
.bk-pay-body::before { content: ''; position: absolute; left: 1rem; top: 1.05rem; width: 18px; height: 18px; border: 2px solid var(--border); border-radius: 50%; transition: all .18s; }
.bk-pay-card input:checked + .bk-pay-body { border-color: var(--primary); background: var(--primary-light); }
.bk-pay-card input:checked + .bk-pay-body::before { border-color: var(--primary); border-width: 5px; }
.bk-pay-card input:focus-visible + .bk-pay-body { outline: 2px solid var(--primary); outline-offset: 2px; }
.bk-pay-head { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; margin-bottom: .3rem; }
.bk-pay-name { font-family: var(--fh); font-weight: 700; color: var(--text-h); font-size: .92rem; }
.bk-pay-tag { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; background: var(--success); color: white; border-radius: 4px; padding: .12rem .45rem; }
.bk-pay-desc { display: block; font-size: .82rem; color: var(--text-b); line-height: 1.45; }
.bk-pay-methods { display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; margin-top: .65rem; }
.bk-pay-ico { font-family: var(--fh); font-size: .62rem; font-weight: 800; color: var(--text-b); background: white; border: 1px solid var(--border); border-radius: 4px; padding: .18rem .4rem; letter-spacing: .02em; }
.bk-pay-secure { font-size: .72rem; color: var(--success); font-weight: 600; }

/* ── Gateway picker (shown when "deposit" is selected + >1 gateway) ── */
.bk-gateways { margin: -.25rem 0 .25rem; padding: .85rem 1rem; border: 1px solid var(--border); border-radius: 12px; background: var(--bg-soft); }
.bk-gw-label { font-size: .78rem; font-weight: 700; color: var(--text-h); margin-bottom: .55rem; }
.bk-gw-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.bk-gw { display: inline-flex; align-items: center; gap: .45rem; cursor: pointer; border: 1px solid var(--border); border-radius: 999px; background: white; padding: .4rem .8rem; font-size: .82rem; font-weight: 600; color: var(--text-b); transition: border-color .2s, background .2s; }
.bk-gw:hover { border-color: var(--primary); }
.bk-gw input { accent-color: var(--primary); margin: 0; }
.bk-gw:has(input:checked) { border-color: var(--primary); background: var(--primary-light); color: var(--text-h); }

/* ── Nav row ── */
.bk-nav-row { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: 1.5rem; }
.bk-nav-end { justify-content: flex-end; }
.bk-back { background: none; border: 1.5px solid var(--border); border-radius: var(--r-btn); padding: .7rem 1.1rem; font-family: var(--fh); font-weight: 700; font-size: .88rem; color: var(--text-b); min-height: 44px; transition: border-color .2s, color .2s; }
.bk-back:hover { border-color: var(--primary); color: var(--primary); }
.bk-next, .bk-submit { background: var(--primary); color: white; border: none; border-radius: var(--r-btn); padding: .8rem 1.4rem; font-family: var(--fh); font-weight: 700; font-size: .92rem; min-height: 44px; transition: background .2s, transform .15s; }
.bk-next:hover, .bk-submit:hover { background: var(--primary-dark); transform: translateY(-1px); }

/* ── Error / policy ── */
.bk-error { background: #FEF2F2; border: 1px solid #FECACA; color: #B91C1C; border-radius: var(--r-btn); padding: .7rem .9rem; font-size: .85rem; margin-top: 1rem; }
.bk-policy { font-size: .76rem; color: var(--text-m); margin: 1rem 0 0; line-height: 1.5; }

/* ════════════════════════════════════════════
   ORDER SUMMARY
   ════════════════════════════════════════════ */
/* Mobile/tablet: summary hidden, surfaced via bottom-sheet toggle */
.bk-summary { display: none; }
.bk-summary.bk-sum-open {
  display: block; position: fixed; left: 0; right: 0; bottom: 58px; z-index: 59;
  max-height: 72vh; overflow-y: auto; padding: 0 1rem 1rem;
  animation: bkSheet .28s ease;
}
@keyframes bkSheet { from { transform: translateY(20px); opacity: 0; } to { transform: none; opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .bk-summary.bk-sum-open { animation: none; } }
.bk-summary.bk-sum-open .bk-sum-card { box-shadow: 0 -10px 40px rgba(0,0,0,.22); }
.bk-sum-card { background: white; border: 1px solid var(--border); border-radius: var(--r-card); padding: 1.1rem; }
.bk-sum-tour { display: flex; gap: .75rem; align-items: center; padding-bottom: .9rem; border-bottom: 1px solid var(--border); margin-bottom: .9rem; }
.bk-sum-tour img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.bk-sum-name { font-family: var(--fh); font-weight: 700; color: var(--text-h); font-size: .9rem; line-height: 1.3; }
.bk-sum-dur { font-size: .78rem; color: var(--text-m); margin-top: .15rem; }
.bk-sum-lines { display: grid; gap: .55rem; padding-bottom: .9rem; border-bottom: 1px solid var(--border); margin-bottom: .9rem; }
.bk-sum-line { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; font-size: .84rem; color: var(--text-b); }
.bk-sum-line > span:last-child { font-weight: 600; color: var(--text-h); white-space: nowrap; }
.bk-sum-note { font-size: .76rem; color: var(--text-m); margin-top: -.2rem; }
.bk-sum-muted { color: var(--text-m) !important; font-weight: 500 !important; }
.bk-sum-free { color: var(--success) !important; }
.bk-sum-addons { display: grid; gap: .55rem; }
.bk-sum-addon { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; font-size: .82rem; color: var(--text-b); }
.bk-sum-addon span:last-child { font-weight: 600; color: var(--text-h); white-space: nowrap; }
.bk-sum-total { display: flex; align-items: baseline; justify-content: space-between; font-family: var(--fh); font-weight: 800; color: var(--text-h); font-size: 1.15rem; }
.bk-sum-total span:last-child { color: var(--primary); }
.bk-sum-deposit { display: flex; align-items: baseline; justify-content: space-between; font-size: .82rem; color: var(--text-m); margin-top: .35rem; padding-bottom: .9rem; border-bottom: 1px solid var(--border); }
.bk-sum-deposit span:last-child { font-weight: 700; color: var(--text-b); }
.bk-sum-trust { display: grid; gap: .5rem; margin: .9rem 0; }
.bk-sum-trust li { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: var(--text-b); }
.bk-sum-trust svg { flex-shrink: 0; }
.bk-sum-help { display: flex; align-items: center; gap: .5rem; font-size: .82rem; color: var(--text-b); padding-top: .85rem; border-top: 1px solid var(--border); }
.bk-sum-help a { color: var(--primary); font-weight: 700; }

/* ════════════════════════════════════════════
   MOBILE STICKY SUMMARY BAR
   ════════════════════════════════════════════ */
.bk-mobar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: white; border-top: 1px solid var(--border); box-shadow: 0 -4px 20px rgba(0,0,0,.1); }
.bk-mobar-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: none; border: none; padding: .8rem 1.25rem; }
.bk-mobar-total { display: flex; flex-direction: column; align-items: flex-start; }
.bk-mobar-label { font-size: .72rem; color: var(--text-m); }
.bk-mobar-total strong { font-family: var(--fh); font-size: 1.2rem; font-weight: 800; color: var(--primary); }
.bk-mobar-caret { color: var(--text-m); font-size: .9rem; transition: transform .25s; }
.bk-mobar.expanded .bk-mobar-caret { transform: rotate(180deg); }

/* ════════════════════════════════════════════
   CONFIRMATION PANEL
   ════════════════════════════════════════════ */
.bk-confirm { background: white; border: 1px solid var(--border); border-radius: var(--r-card); padding: 2rem 1.25rem; text-align: center; max-width: 620px; margin: 0 auto; }
.bk-cf-icon { width: 84px; height: 84px; border-radius: 50%; background: #f0fdf4; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; }
.bk-cf-title { font-family: var(--fh); font-size: 1.45rem; font-weight: 800; color: var(--text-h); margin: 0 0 .6rem; }
.bk-cf-body { font-size: .92rem; color: var(--text-b); margin: 0 auto 1.5rem; max-width: 48ch; line-height: 1.6; }
.bk-cf-ref { display: inline-flex; flex-direction: column; gap: .25rem; background: var(--primary-light); border: 1px dashed var(--primary); border-radius: 12px; padding: .85rem 1.75rem; margin-bottom: 1.5rem; }
.bk-cf-ref span { font-size: .76rem; color: var(--text-m); text-transform: uppercase; letter-spacing: .05em; font-weight: 600; }
.bk-cf-ref strong { font-family: var(--fh); font-size: 1.3rem; font-weight: 800; color: var(--primary); letter-spacing: .02em; }
.bk-cf-recap { text-align: left; background: var(--bg-soft); border-radius: 12px; padding: 1rem 1.1rem; margin-bottom: 1.25rem; display: grid; gap: .5rem; }
.bk-cf-recap .bk-cf-rrow { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; font-size: .85rem; color: var(--text-b); }
.bk-cf-recap .bk-cf-rrow strong { font-family: var(--fh); color: var(--text-h); font-weight: 700; text-align: right; }
.bk-cf-recap .bk-cf-rtotal { border-top: 1px solid var(--border); padding-top: .55rem; margin-top: .15rem; }
.bk-cf-recap .bk-cf-rtotal strong { color: var(--primary); font-size: 1rem; }
.bk-cf-email { font-size: .85rem; color: var(--text-b); margin: 0 0 1.5rem; }
.bk-cf-actions { display: flex; flex-direction: column; align-items: center; gap: .85rem; }
.bk-cf-btn { max-width: 280px; }
.bk-cf-link { font-family: var(--fh); font-weight: 700; font-size: .88rem; color: var(--primary); }

/* ════════════════════════════════════════════
   TABLET ≥ 720px
   ════════════════════════════════════════════ */
@media (min-width: 720px) {
  .bk-wrap { padding: 2rem 0 4rem; }
  .bk-title { font-size: 2rem; }
  .bk-form-panel { padding: 1.75rem; }
  .bk-field-row { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .bk-field-row .bk-field-sm { grid-column: auto; }
  .bk-tour-card { flex-direction: row; align-items: stretch; }
  .bk-tc-img { width: 220px; height: auto; flex-shrink: 0; }
  .bk-accom { grid-template-columns: repeat(3, 1fr); }
  .bk-accom-body { flex-direction: column; align-items: flex-start; gap: .3rem; min-height: 120px; }
  .bk-accom-stars { margin-left: 0; }
  .bk-accom-price { margin-left: 0; margin-top: auto; }

  /* Stepper visible */
  .bk-step-mobile { display: none; }
  .bk-stepper { display: flex; align-items: center; gap: 0; margin-bottom: 1.75rem; }
  .bk-step { display: flex; align-items: center; gap: .55rem; }
  .bk-step-num { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--border); background: white; color: var(--text-m); font-family: var(--fh); font-weight: 800; font-size: .9rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .25s; }
  .bk-step-label { font-family: var(--fh); font-size: .85rem; font-weight: 600; color: var(--text-m); white-space: nowrap; transition: color .25s; }
  .bk-step-line { flex: 1; height: 2px; background: var(--border); margin: 0 .75rem; transition: background .25s; }
  .bk-step.active .bk-step-num { border-color: var(--primary); background: var(--primary); color: white; }
  .bk-step.active .bk-step-label { color: var(--primary); }
  .bk-step.done .bk-step-num { border-color: var(--success); background: var(--success); color: white; }
  .bk-step.done .bk-step-label { color: var(--text-h); }
}

/* ════════════════════════════════════════════
   DESKTOP ≥ 1024px — two-column + sticky summary
   ════════════════════════════════════════════ */
@media (min-width: 1024px) {
  .bk-layout { grid-template-columns: 1fr 350px; gap: 2rem; }
  .bk-summary, .bk-summary.bk-sum-open { display: block; position: static; padding: 0; max-height: none; overflow: visible; animation: none; }
  .bk-summary.bk-sum-open .bk-sum-card { box-shadow: none; }
  .bk-sum-card { position: sticky; top: 88px; }
  .bk-form-panel { padding: 2rem; }
  .bk-cf-actions { flex-direction: row; justify-content: center; }
  .bk-mobar { display: none; }

  /* Compact tour header on desktop — summary already shows the tour */
  .bk-tour-card { margin-bottom: 1.5rem; }
  .bk-tc-img { width: 132px; }
  .bk-tc-info { padding: .8rem 1rem; display: flex; flex-direction: column; justify-content: center; }
  .bk-tc-route { display: none; }
  .bk-tc-rating { margin-bottom: .3rem; }
  .bk-tc-name { font-size: .98rem; margin-bottom: .5rem; }
  .bk-tc-meta { gap: .35rem .9rem; }
}

/* ── Small mobile ≤ 380px ── */
@media (max-width: 380px) {
  .bk-tc-meta span { font-size: .76rem; }
  .bk-pay-ico { font-size: .58rem; }
}
