/* Booking · Dark glass theme for ALL steps (load LAST) */

/* ---- main panel -> dark glass with colour blobs ---- */
.bk-main {
  position: relative;
  background: linear-gradient(160deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  box-shadow: 0 40px 100px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.25) !important;
  backdrop-filter: blur(24px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(150%) !important;
  color: #fff;
  overflow: hidden;
}
.bk-main::before { display: none !important; }
.bk-main::after {
  content: ""; position: absolute; inset: -30%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(35% 35% at 12% 10%, rgba(233,185,73,0.32), transparent 65%),
    radial-gradient(38% 38% at 92% 25%, rgba(34,197,94,0.30), transparent 65%),
    radial-gradient(40% 40% at 60% 100%, rgba(124,58,237,0.22), transparent 65%);
  filter: blur(40px);
  animation: bkg-float 16s ease-in-out infinite alternate;
}
@keyframes bkg-float { to { transform: translate(4%, -3%) scale(1.08); } }
.bk-main > * { position: relative; z-index: 1; }

/* ---- top bar ---- */
.bk-secure-pill { color: #7ee0a0 !important; background: rgba(34,197,94,0.14) !important; border-color: rgba(34,197,94,0.4) !important; }
.bk-progress__bar { background: rgba(255,255,255,0.14) !important; }
.bk-progress__label { color: rgba(255,255,255,0.7) !important; }

/* ---- headings / text ---- */
.bk-form__title, .bk-panel__title, .bk-done__title { color: #fff !important; }
.bk-form__sub, .bk-panel__sub, .bk-done__sub, .bk-field label, .bk-sec__head p, .bk-check__txt { color: rgba(255,255,255,0.72) !important; }
.bk-field label small { color: rgba(255,255,255,0.45) !important; }
.bk-check__txt a { color: #7ee0a0 !important; }
.bk-eyebrow { color: #7ee0a0 !important; }

/* ---- inputs -> frosted ---- */
.bk-input, .bk-input--area {
  background: rgba(255,255,255,0.10) !important;
  border: 1.5px solid rgba(255,255,255,0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15) !important;
  color: #fff !important;
  backdrop-filter: blur(10px);
}
.bk-input:focus-within { background: rgba(255,255,255,0.14) !important; border-color: #22c55e !important; box-shadow: 0 0 0 4px rgba(34,197,94,0.22) !important; }
.bk-input input, .bk-input textarea, .bk-input select, .bk-select__btn { color: #fff !important; }
.bk-input input::placeholder, .bk-input textarea::placeholder { color: rgba(255,255,255,0.4) !important; }
.bk-select__btn .is-placeholder { color: rgba(255,255,255,0.4) !important; }
.bk-input__ic, .bk-input__chev { color: rgba(255,255,255,0.6) !important; }
.bk-input__flag, .bk-cc { color: #fff !important; border-right-color: rgba(255,255,255,0.2) !important; }
.bk-cc i { color: rgba(255,255,255,0.6) !important; }
.bk-count { background: rgba(0,0,0,0.35) !important; color: rgba(255,255,255,0.6) !important; }
.bk-count b { color: #fff !important; }
.bk-input.is-locked-field::after { color: rgba(255,255,255,0.35) !important; }
.bk-input.is-ok { border-color: #22c55e !important; }
.bk-input.is-bad { border-color: #ef4444 !important; background: rgba(239,68,68,0.10) !important; }

/* checkbox */
.bk-check__box { background: rgba(255,255,255,0.10) !important; border-color: rgba(255,255,255,0.3) !important; }

/* OTP */
.bk-otp { background: rgba(34,197,94,0.08) !important; border-color: rgba(34,197,94,0.35) !important; }
.bk-otp__head span { color: rgba(255,255,255,0.75) !important; }
.bk-otp__boxes input { background: rgba(255,255,255,0.10) !important; border-color: rgba(255,255,255,0.25) !important; color: #fff !important; }
.bk-otp__boxes input:focus { background: rgba(255,255,255,0.16) !important; }
.bk-otp__ok-txt { color: #7ee0a0 !important; }

/* buttons */
.bk-btn--ghost { color: #fff !important; background: rgba(255,255,255,0.10) !important; }
.bk-btn--ghost:hover { background: rgba(255,255,255,0.18) !important; }

/* ---- live profile card ---- */
.bk-profile { background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05)) !important; border-color: rgba(255,255,255,0.18) !important; backdrop-filter: blur(12px); }
.bk-profile__name { color: #fff !important; }
.bk-profile__name.is-empty { color: rgba(255,255,255,0.4) !important; }
.bk-profile__role { color: rgba(255,255,255,0.65) !important; }
.bk-profile__role.is-empty { color: rgba(255,255,255,0.35) !important; }
.bk-profile__list li { background: rgba(255,255,255,0.08) !important; border-color: rgba(255,255,255,0.12) !important; color: #fff !important; }
.bk-profile__list li span.is-empty { color: rgba(255,255,255,0.4) !important; }
.bk-profile__list li.is-flash { background: rgba(34,197,94,0.18) !important; }
.bk-profile__badge { border-color: #1b1c1e !important; }
.bk-profile__meter { background: rgba(255,255,255,0.14) !important; }
.bk-profile__hint { color: rgba(255,255,255,0.6) !important; }

/* ---- step 4 brief sections ---- */
.bk-sec { background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04)) !important; border-color: rgba(255,255,255,0.16) !important; box-shadow: inset 0 1px 0 rgba(255,255,255,0.18) !important; }
.bk-sec__head h3 { color: #fff !important; }
.bk-chip { background: rgba(255,255,255,0.10) !important; border-color: rgba(255,255,255,0.2) !important; color: #fff !important; }
.bk-chip:hover { border-color: #22c55e !important; }
.bk-chip.is-on { background: linear-gradient(135deg, #22c55e, #16a34a) !important; border-color: transparent !important; }
.bk-drop { background: rgba(255,255,255,0.08) !important; border-color: rgba(34,197,94,0.5) !important; }
.bk-drop__inner b { color: #fff !important; }
.bk-drop__inner > span { color: rgba(255,255,255,0.7) !important; }
.bk-drop__rules em { background: rgba(255,255,255,0.10) !important; color: rgba(255,255,255,0.7) !important; }
.bk-file { background: rgba(255,255,255,0.08) !important; border-color: rgba(255,255,255,0.14) !important; }
.bk-file__name { color: #fff !important; }
.bk-file__size { color: rgba(255,255,255,0.6) !important; }
.bk-link__rm { color: rgba(255,255,255,0.5) !important; }
.bk-addlink { color: #7ee0a0 !important; }

/* ---- step 3 receipt area stays warm paper; account block -> glass ---- */
.rc { background: transparent !important; }
.rc__title { color: #fff !important; }
.rc__sub, .rc__mail { color: rgba(255,255,255,0.7) !important; }
.rc__mail b { color: #fff; }
.bk-acc { background: rgba(255,255,255,0.08) !important; border-color: rgba(255,255,255,0.16) !important; }
.bk-acc__head { color: #fff !important; }
.bk-acc__line, .bk-acc__pw-lbl, .bk-acc__pw-hint { color: rgba(255,255,255,0.7) !important; }
.bk-acc__line b { color: #fff !important; }
.bk-acc__pw-box { background: rgba(255,255,255,0.08) !important; border-color: rgba(34,197,94,0.45) !important; }
.bk-acc__pw-box code { color: #fff !important; }
.bk-acc__note { background: rgba(34,197,94,0.12) !important; border-color: rgba(34,197,94,0.35) !important; color: #fff !important; }

/* ---- payment step card: keep, but tone the blobs to match ---- */
.pg { background: transparent !important; }

/* ---- placeholder panels (if any) ---- */
.bk-placeholder h3 { color: #fff !important; }
.bk-placeholder p { color: rgba(255,255,255,0.6) !important; }

/* dropdown menus stay white (readable) — no change */