/* ===== WPStack — Booking product page =====
   Tokens, buttons, .eyebrow, .section, .faq come from frontend.css.
   Everything here is .bk-* scoped (no :root) — loaded only on the booking page.
   Extracted verbatim from the Claude Design bundle (static/module-booking.html). */

/* ===== WPStack — Modules & Pricing page styles ===== */

/* ---------- shared page hero ---------- */
.mp-hero, .pr-hero { padding: 72px 0 8px; }
.mp-hero-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 56px; align-items: center; }
.mp-hero h1, .pr-hero h1 { font-size: clamp(34px, 4.4vw, 54px); font-weight: 800; letter-spacing: -.028em; line-height: 1.05; margin: 18px 0 16px; text-wrap: balance; }
.mp-hero p, .pr-hero p { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 52ch; margin: 0; }
.mp-hero-stats { display: flex; gap: 40px; margin-top: 34px; }
.mp-hero-stats div { display: flex; flex-direction: column; }
.mp-hero-stats b { font-family: var(--font); font-weight: 800; font-size: 32px; letter-spacing: -.02em; }
.mp-hero-stats span { font-size: 13.5px; color: var(--muted); }

/* "standard in every module" card */
.mp-hl { padding: 16px 18px 14px; width: 100%; max-width: 360px; justify-self: end; }
.mp-hl-head { padding-bottom: 12px; border-bottom: 1px solid var(--line-soft); }
.mp-hl-title { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-family: var(--font); font-weight: 700; font-size: 14px; color: var(--ink); }
.mp-hl-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); }
.mp-hl-list { list-style: none; margin: 0; padding: 14px 0 2px; display: flex; flex-direction: column; gap: 12px; }
.mp-hl-list li { display: flex; align-items: center; gap: 11px; font-size: 13.5px; font-weight: 500; color: var(--ink-600); }
.mp-hl-ck { width: 20px; height: 20px; border-radius: 50%; flex: none; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-700); }
@media (max-width: 900px){ .mp-hero-inner { grid-template-columns: 1fr; gap: 36px; } .mp-hl { max-width: 420px; justify-self: start; } }

/* roadmap / coming soon at end of list */
.mp-soon { border-top: 1px solid var(--line); }
.mp-soon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
@media (max-width: 860px){ .mp-soon-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.mp-soon-card { position: relative; background: linear-gradient(180deg, var(--surface-2), #fff); border: 1px dashed color-mix(in srgb, var(--mc, var(--line)) 40%, var(--line)); border-radius: var(--r-lg); padding: 20px; }
.mp-soon-card .mod-ic { background: color-mix(in srgb, var(--mc) 12%, #fff); color: var(--mc); }
.mp-soon-tag { font-family: var(--font); font-size: 10.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--mc); background: color-mix(in srgb, var(--mc) 12%, #fff); padding: 4px 10px; border-radius: var(--r-pill); }
.mp-soon-card .mod-desc { margin-bottom: 0; min-height: 0; }
.mp-soon-foot { text-align: center; margin-top: 28px; font-size: 14px; color: var(--muted); }
.mp-soon-foot a { color: var(--accent); font-weight: 600; }

/* ---------- catalog ---------- */
.mp-catalog { padding-top: 44px; }
.mp-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.mp-search { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 9px 16px; color: var(--muted-2); box-shadow: var(--sh-xs); min-width: 240px; }
.mp-search input { border: 0; outline: 0; background: none; font-family: var(--font-body); font-size: 14px; color: var(--ink); width: 100%; }
.mp-search input::placeholder { color: var(--muted-2); }
.mp-grid { align-items: stretch; }
.mp-grid .mod-card { display: flex; flex-direction: column; }
.mp-desc { min-height: 0; flex: 1; }
.mp-doclink { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 600; color: var(--accent); }
.mp-doclink:hover { color: var(--accent-700); }
.mp-empty { text-align: center; color: var(--muted); font-size: 15px; padding: 40px 0; }

/* ---------- spotlight ---------- */
.mp-spot { background: var(--surface); border-top: 1px solid var(--line); }
.mp-spot-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.mp-spot-copy h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; margin: 16px 0 14px; }
.mp-spot-copy > p { font-size: 16.5px; line-height: 1.6; color: var(--muted); margin: 0 0 24px; }
.mp-feats { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.mp-feats li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: var(--ink-600); }
.mp-spot-visual { position: relative; }
.mp-spot-glow { position: absolute; inset: 6% -4%; background: radial-gradient(50% 50% at 60% 40%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 70%); filter: blur(10px); }
.mp-spot-card { position: relative; z-index: 1; }
.mp-spot-tag { margin-left: 6px; flex: 1; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.mp-fb { padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.mp-fb-field { display: flex; flex-direction: column; gap: 7px; flex: 1; }
.mp-fb-label { font-size: 12px; font-weight: 600; color: var(--ink-700); }
.mp-fb-input { height: 38px; border: 1px solid var(--line); border-radius: 9px; background: var(--bg); }
.mp-fb-select { position: relative; }
.mp-fb-select::after { content: ""; position: absolute; right: 13px; top: 15px; width: 7px; height: 7px; border-right: 2px solid var(--muted-2); border-bottom: 2px solid var(--muted-2); transform: rotate(45deg); }
.mp-fb-area { height: 70px; }
.mp-fb-row { display: flex; gap: 12px; }
.mp-fb-submit { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff; font-family: var(--font); font-weight: 600; font-size: 14px; padding: 11px 18px; border-radius: var(--r-md); box-shadow: var(--sh-accent); }
.mp-spot-chip { position: absolute; z-index: 2; bottom: 18px; left: -16px; display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-md); border-radius: var(--r-pill); padding: 9px 14px; font-size: 13px; font-weight: 600; color: var(--ink); }
@media (max-width: 900px){ .mp-spot-inner { grid-template-columns: 1fr; gap: 40px; } }

/* ---------- pricing page: comparison ---------- */
.pr-compare { padding-top: 44px; }
.pr-compare .section-head { margin-bottom: 36px; }
.cmp { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); }
.cmp th, .cmp td { padding: 16px 22px; text-align: left; font-size: 14.5px; border-bottom: 1px solid var(--line-soft); }
.cmp thead th { background: var(--surface-2); font-family: var(--font); font-weight: 700; font-size: 14px; color: var(--ink); }
.cmp thead th:not(:first-child), .cmp td:not(:first-child) { text-align: center; width: 150px; }
.cmp thead th.cmp-pop { color: var(--accent); }
.cmp tbody tr:last-child td { border-bottom: 0; }
.cmp .cmp-group td { background: #fff; font-family: var(--font); font-weight: 700; font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); padding-top: 22px; padding-bottom: 10px; }
.cmp-row-label { color: var(--ink-600); }
.cmp-yes { color: var(--success-700); display: inline-flex; }
.cmp-no { color: var(--muted-2); }
.cmp-val { font-weight: 600; color: var(--ink); }
.cmp-col-pop { background: color-mix(in srgb, var(--accent) 4%, #fff); }
@media (max-width: 760px){ .cmp { display: block; overflow-x: auto; white-space: nowrap; } }

/* ---------- pricing page: FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: 0; padding: 22px 4px; text-align: left; font-family: var(--font); font-weight: 600; font-size: 17px; color: var(--ink); }
.faq-q .faq-ic { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--surface-2); display: grid; place-items: center; color: var(--ink-600); transition: transform .2s, background .2s, color .2s; }
.faq-item.open .faq-ic { background: var(--accent); color: #fff; transform: rotate(180deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .28s cubic-bezier(.16,1,.3,1); }
.faq-item.open .faq-a { max-height: 240px; }
.faq-a p { margin: 0; padding: 0 4px 24px; font-size: 15px; line-height: 1.62; color: var(--muted); max-width: 64ch; }

/* ---------- How it works page ---------- */
.how-hero { padding: 72px 0 8px; }
.how-hero h1 { font-size: clamp(34px, 4.4vw, 54px); font-weight: 800; letter-spacing: -.028em; line-height: 1.05; margin: 18px 0 16px; text-wrap: balance; }
.how-hero .container > p { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 56ch; margin: 0; }
.how-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.how-stepper { list-style: none; margin: 50px 0 0; padding: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 0; }
.how-stepper-item { position: relative; display: flex; align-items: center; gap: 13px; flex: 1; min-width: 210px; }
.how-stepper-item:last-child { flex: 0 0 auto; }
.how-stepper-badge { position: relative; width: 52px; height: 52px; border-radius: 15px; flex: none; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); color: var(--accent); box-shadow: var(--sh-sm); }
.how-stepper-n { position: absolute; top: -6px; right: -6px; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--font); font-weight: 700; font-size: 10.5px; display: grid; place-items: center; }
.how-stepper-txt { font-family: var(--font); font-weight: 700; font-size: 15px; color: var(--ink); }
.how-stepper-line { flex: 1; height: 2px; min-width: 26px; margin: 0 16px; background: repeating-linear-gradient(to right, var(--line) 0 7px, transparent 7px 14px); }

.how-detail { padding-top: 60px; }
.how-row { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.how-row + .how-row { margin-top: 84px; }
.how-row-rev .how-copy { order: 2; }
.how-step-tag { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font); font-weight: 700; font-size: 12.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--accent-700); }
.how-step-num { width: 36px; height: 36px; border-radius: 11px; flex: none; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-700); font-size: 15px; font-weight: 800; letter-spacing: 0; }
.how-copy h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; margin: 16px 0 14px; }
.how-copy > p { font-size: 16.5px; line-height: 1.6; color: var(--muted); margin: 0 0 22px; max-width: 46ch; }
.how-checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.how-checks li { display: flex; align-items: center; gap: 11px; font-size: 15px; color: var(--ink-600); }
.how-visual { position: relative; }
.how-visual .mp-spot-glow { z-index: 0; }
.how-visual .dash { position: relative; z-index: 1; }
.how-bar-tag { margin-left: 6px; flex: 1; font-size: 12.5px; font-weight: 600; color: var(--muted); }

/* install mock */
.how-install-body { padding: 22px; }
.how-ic-row { display: flex; align-items: center; gap: 13px; }
.how-ic-mark { width: 46px; height: 46px; border-radius: 13px; flex: none; display: grid; place-items: center; background: linear-gradient(160deg, color-mix(in srgb, var(--accent) 90%, #000), var(--accent)); box-shadow: var(--sh-accent); }
.how-ic-txt { flex: 1; line-height: 1.3; min-width: 0; }
.how-ic-txt b { display: block; font-family: var(--font); font-size: 14.5px; font-weight: 700; color: var(--ink); }
.how-ic-txt span { font-size: 12.5px; color: var(--muted); }
.how-ic-btn { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font); font-weight: 700; font-size: 12.5px; color: var(--success-700); background: var(--success-tint); padding: 7px 12px; border-radius: var(--r-pill); white-space: nowrap; }
.how-ic-prog { height: 8px; border-radius: 999px; background: var(--surface-2); margin: 20px 0 14px; overflow: hidden; }
.how-ic-prog span { display: block; height: 100%; width: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--accent), var(--accent-600)); }
.how-ic-meta { display: flex; gap: 18px; flex-wrap: wrap; }
.how-ic-meta span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ink-600); }
.how-ic-meta svg { color: var(--success-700); }

/* settings mock */
.how-set-body { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.how-set-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid var(--line); border-radius: var(--r-md); padding: 13px 15px; }
.how-set-txt b { display: block; font-family: var(--font); font-size: 14px; font-weight: 700; color: var(--ink); }
.how-set-txt span { font-size: 12.5px; color: var(--muted); }
.how-set-save { margin-top: 4px; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff; font-family: var(--font); font-weight: 600; font-size: 14px; border: 0; padding: 11px 18px; border-radius: var(--r-md); box-shadow: var(--sh-accent); }

@media (max-width: 900px){
  .how-row, .how-row-rev { grid-template-columns: 1fr; gap: 36px; }
  .how-row-rev .how-copy { order: 0; }
  .how-row + .how-row { margin-top: 56px; }
}
@media (max-width: 720px){
  .how-stepper { flex-direction: column; align-items: flex-start; gap: 18px; }
  .how-stepper-item { flex: 0 0 auto; min-width: 0; }
  .how-stepper-line { display: none; }
}

/* ===== WPStack — Booking module landing ===== */

/* ---------- hero ---------- */
.bk-hero { padding: 60px 0 80px; position: relative; overflow: hidden; }
.bk-hero::before {
  content: ""; position: absolute; top: -20%; right: -10%; width: 760px; height: 760px; z-index: 0;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--accent) 14%, transparent), transparent 72%);
  pointer-events: none;
}
.bk-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr 1fr; gap: 56px; align-items: center; }
.bk-kicker { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font); font-weight: 700; font-size: 13px; color: var(--accent-700); background: var(--accent-tint); padding: 7px 14px 7px 8px; border-radius: var(--r-pill); }
.bk-kicker-ic { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--accent); }
.bk-hero-copy h1 { font-size: clamp(34px, 4.5vw, 56px); line-height: 1.04; letter-spacing: -.03em; font-weight: 800; margin: 20px 0 18px; max-width: 15ch; text-wrap: balance; }
.bk-hero-copy > p { font-size: 18px; line-height: 1.62; color: var(--muted); max-width: 46ch; margin: 0 0 30px; }
.bk-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.bk-hero-meta { display: flex; align-items: center; gap: 14px; margin-top: 26px; font-size: 14px; color: var(--ink-600); flex-wrap: wrap; }
.bk-hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.bk-hero-meta span svg { color: var(--success-700); }
.bk-hero-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--muted-2); }

/* booking widget visual */
.bk-hero-visual { position: relative; }
.bk-hero-glow { position: absolute; inset: 4% -6%; background: radial-gradient(50% 55% at 55% 45%, color-mix(in srgb, var(--accent) 24%, transparent), transparent 70%); filter: blur(12px); z-index: 0; }
.bk-widget { position: relative; z-index: 1; padding: 18px; }
.bk-service { display: flex; align-items: center; gap: 12px; background: var(--accent-tint); border: 1px solid var(--accent-tint-2); border-radius: var(--r-md); padding: 12px 14px; }
.bk-service-ic { width: 36px; height: 36px; border-radius: 10px; flex: none; display: grid; place-items: center; background: var(--accent); color: #fff; }
.bk-service-txt { flex: 1; line-height: 1.3; }
.bk-service-txt b { display: block; font-family: var(--font); font-size: 14px; font-weight: 700; color: var(--ink); }
.bk-service-txt span { font-size: 12.5px; color: var(--accent-700); }
.bk-service-ck { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: #fff; flex: none; }

.bk-cal { margin-top: 16px; }
.bk-cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.bk-cal-month { font-family: var(--font); font-weight: 700; font-size: 14px; color: var(--ink); }
.bk-cal-nav { display: flex; gap: 6px; }
.bk-cal-nav span { width: 26px; height: 26px; border-radius: 8px; background: var(--surface-2); position: relative; }
.bk-cal-nav span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; border-left: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: translate(-30%, -50%) rotate(45deg); }
.bk-cal-nav span:last-child::after { transform: translate(-70%, -50%) rotate(-135deg); }
.bk-cal-dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; margin-bottom: 6px; }
.bk-cal-dow span { text-align: center; font-family: var(--font); font-size: 10.5px; font-weight: 700; color: var(--muted-2); }
.bk-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.bk-day { aspect-ratio: 1; display: grid; place-items: center; font-family: var(--font); font-size: 12.5px; font-weight: 600; border-radius: 9px; }
.bk-off { color: var(--muted-2); opacity: .5; }
.bk-av { color: var(--ink-600); background: var(--surface-2); }
.bk-sel { color: #fff; background: var(--accent); box-shadow: 0 4px 10px -3px color-mix(in srgb, var(--accent) 60%, transparent); }

.bk-slots { margin-top: 16px; }
.bk-slots-label { font-family: var(--font); font-size: 12px; font-weight: 700; color: var(--ink-700); margin-bottom: 9px; }
.bk-slots-row { display: flex; flex-wrap: wrap; gap: 7px; }
.bk-slot { padding: 7px 13px; border: 1px solid var(--line); border-radius: var(--r-pill); font-family: var(--font); font-size: 12.5px; font-weight: 600; color: var(--ink-600); background: #fff; }
.bk-slot-on { background: var(--accent); color: #fff; border-color: var(--accent); box-shadow: var(--sh-accent); }
.bk-slot-off { opacity: .4; text-decoration: line-through; }

.bk-confirm { margin-top: 18px; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--ink); color: #fff; font-family: var(--font); font-weight: 600; font-size: 14.5px; border: 0; padding: 13px; border-radius: var(--r-md); }

.bk-float { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-md); border-radius: var(--r-pill); padding: 9px 14px; font-family: var(--font); font-size: 13px; font-weight: 600; color: var(--ink); }
.bk-float-1 { top: -18px; left: -26px; }
.bk-float-2 { bottom: -16px; right: -22px; }
.bk-float-ck { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--success-tint); color: var(--success-700); }
.bk-float-ic { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-700); }
@media (max-width: 960px){
  .bk-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .bk-hero-copy h1 { max-width: 18ch; }
  .bk-hero-visual { max-width: 460px; margin: 0 auto; width: 100%; }
}
@media (max-width: 420px){ .bk-float-1 { left: -8px; } .bk-float-2 { right: -8px; } }

/* ---------- feature grid ---------- */
.bk-feats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
@media (max-width: 860px){ .bk-feats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px){ .bk-feats-grid { grid-template-columns: 1fr; } }
.bk-feat { padding: 26px; transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s, border-color .18s; }
.bk-feat:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: var(--accent-tint-2); }
.bk-feat-ic { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-700); margin-bottom: 16px; transition: background .18s, color .18s; }
.bk-feat:hover .bk-feat-ic { background: var(--accent); color: #fff; }
.bk-feat h3 { font-size: 17px; font-weight: 700; letter-spacing: -.01em; margin: 0 0 8px; }
.bk-feat p { font-size: 14px; line-height: 1.58; color: var(--muted); margin: 0; }

/* ---------- how (reuses .steps) ---------- */
.bk-how { background: var(--surface); border-block: 1px solid var(--line); }

/* ---------- deep feature rows ---------- */
.bk-deep-row { display: grid; grid-template-columns: 1fr 1.08fr; gap: 60px; align-items: center; }
.bk-deep-row + .bk-deep-row { margin-top: 88px; }
.bk-deep-rev { grid-template-columns: 1.08fr 1fr; }
.bk-deep-rev .bk-deep-copy { order: 2; }
.bk-deep-copy h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; margin: 16px 0 14px; }
.bk-deep-copy > p { font-size: 16.5px; line-height: 1.6; color: var(--muted); margin: 0 0 24px; max-width: 44ch; }
.bk-checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.bk-checks li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: var(--ink-600); }
.bk-deep-visual { position: relative; }
.bk-deep-visual .mp-spot-glow { z-index: 0; }
.bk-deep-visual .dash { position: relative; z-index: 1; }
@media (max-width: 900px){
  .bk-deep-row, .bk-deep-rev { grid-template-columns: 1fr; gap: 40px; }
  .bk-deep-rev .bk-deep-copy { order: 0; }
  .bk-deep-row + .bk-deep-row { margin-top: 60px; }
}

/* week calendar visual */
.bk-week-title { margin-left: 6px; flex: 1; font-family: var(--font); font-size: 13px; font-weight: 700; color: var(--ink); }
.bk-week-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 16px; }
.bk-week-col { min-width: 0; }
.bk-week-dow { text-align: center; font-family: var(--font); font-size: 11px; font-weight: 700; color: var(--muted); margin-bottom: 8px; }
.bk-week-track { position: relative; height: 240px; border-radius: 10px; background:
  repeating-linear-gradient(to bottom, var(--line-soft) 0 1px, transparent 1px 25%); border: 1px solid var(--line-soft); }
.bk-appt { position: absolute; left: 4px; right: 4px; border-radius: 8px; padding: 6px 8px; overflow: hidden; line-height: 1.2; border-left: 3px solid; }
.bk-appt b { display: block; font-family: var(--font); font-size: 10.5px; font-weight: 700; }
.bk-appt span { font-size: 10px; opacity: .85; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.bk-appt-a { background: var(--accent-tint); color: var(--accent-700); border-left-color: var(--accent); }
.bk-appt-b { background: #ecfdf5; color: var(--success-700); border-left-color: var(--success); }
.bk-appt-c { background: #fff7ed; color: #b45309; border-left-color: #f59e0b; }

/* reminders visual */
.bk-rem-body { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.bk-rem-row { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: var(--r-md); padding: 12px 14px; }
.bk-rem-ic { width: 34px; height: 34px; border-radius: 9px; flex: none; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-700); }
.bk-rem-txt { flex: 1; line-height: 1.3; }
.bk-rem-txt b { display: block; font-family: var(--font); font-size: 13.5px; font-weight: 700; color: var(--ink); }
.bk-rem-txt span { font-size: 12px; color: var(--muted); }
.bk-rem-msg { display: flex; gap: 11px; background: var(--surface-2); border-radius: var(--r-md); padding: 13px 15px; margin-top: 2px; }
.bk-rem-msg-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); flex: none; margin-top: 6px; box-shadow: 0 0 0 3px var(--success-tint); }
.bk-rem-msg p { margin: 0; font-size: 13px; line-height: 1.5; color: var(--ink-600); }
.bk-rem-msg p b { color: var(--ink); font-weight: 700; }

/* ---------- integrations ---------- */
.bk-integ-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
@media (max-width: 880px){ .bk-integ-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px){ .bk-integ-grid { grid-template-columns: 1fr; } }
.bk-integ-card { display: flex; align-items: center; gap: 13px; padding: 18px; transition: border-color .18s, box-shadow .18s; }
.bk-integ-card:hover { border-color: var(--accent-tint-2); box-shadow: var(--sh-sm); }
.bk-integ-ic { width: 42px; height: 42px; border-radius: 11px; flex: none; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-700); }
.bk-integ-txt b { display: block; font-family: var(--font); font-size: 15px; font-weight: 700; color: var(--ink); }
.bk-integ-txt span { font-size: 13px; color: var(--muted); line-height: 1.4; }

/* ---------- faq spacing ---------- */
.bk-faq .faq { margin-top: 8px; }

/* ---------- proof strip ---------- */
.bk-proof { border-block: 1px solid var(--line); background: var(--surface); }
.bk-proof-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 26px 0; }
.bk-proof-item { display: flex; align-items: center; gap: 13px; }
.bk-proof-ic { width: 42px; height: 42px; border-radius: 12px; flex: none; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-700); }
.bk-proof-tx b { display: block; font-family: var(--font); font-size: 14.5px; font-weight: 700; color: var(--ink); }
.bk-proof-tx span { font-size: 12.5px; color: var(--muted); }
@media (max-width: 760px){ .bk-proof-inner { grid-template-columns: 1fr; gap: 14px; } }

/* ---------- payments visual ---------- */
.bk-pay-body { padding: 16px; }
.bk-pay-sum { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line-soft); }
.bk-pay-total { margin-left: auto; font-family: var(--font); font-weight: 800; font-size: 18px; color: var(--ink); }
.bk-pay-deposit { background: var(--surface-2); border-radius: var(--r-md); padding: 12px 14px; margin: 14px 0; }
.bk-pay-dep-row { display: flex; align-items: center; justify-content: space-between; font-family: var(--font); font-size: 13.5px; font-weight: 700; color: var(--ink); }
.bk-pay-dep-row b { color: var(--accent-700); font-size: 16px; }
.bk-pay-dep-row.sub { margin-top: 6px; font-weight: 500; font-size: 12px; color: var(--muted); }
.bk-pay-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.bk-pay-method { display: flex; align-items: center; gap: 9px; border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 11px 14px; font-family: var(--font); font-weight: 600; font-size: 13.5px; color: var(--ink-600); }
.bk-pay-method.on { border-color: var(--accent); background: var(--accent-tint); color: var(--accent-700); }
.bk-pay-radio { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--accent); position: relative; }
.bk-pay-method.on .bk-pay-radio::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--accent); }
.bk-pay-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 12px; font-size: 12px; color: var(--muted); }

/* ---------- controls section ---------- */
.bk-controls { background: var(--surface); border-block: 1px solid var(--line); }
.bk-controls-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.bk-controls-copy h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; margin: 16px 0 14px; }
.bk-controls-copy > p { font-size: 16.5px; line-height: 1.6; color: var(--muted); margin: 0 0 26px; max-width: 46ch; }
.bk-list-group { margin-top: 20px; }
.bk-list-h { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font); font-weight: 700; font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--accent-700); margin-bottom: 12px; }
.bk-checks.two { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; }
@media (max-width: 560px){ .bk-checks.two { grid-template-columns: 1fr; } }
.bk-controls-visual { position: relative; }
.bk-controls-visual .mp-spot-glow { z-index: 0; }
.bk-controls-visual .dash { position: relative; z-index: 1; }
.bk-ctrl-body { padding: 10px 16px 16px; }
.bk-ctrl-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.bk-ctrl-row:last-child { border-bottom: 0; }
.bk-ctrl-k { font-family: var(--font); font-weight: 600; font-size: 13.5px; color: var(--ink-700); }
.bk-ctrl-v { font-family: var(--font); font-weight: 700; font-size: 12.5px; color: var(--accent-700); background: var(--accent-tint); padding: 5px 11px; border-radius: var(--r-pill); white-space: nowrap; }
@media (max-width: 900px){ .bk-controls-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ---------- code block + copy ---------- */
.bk-code { position: relative; background: #0f1729; border: 1px solid #1e2942; border-radius: var(--r-md); overflow: hidden; }
.bk-code pre { margin: 0; padding: 16px 18px; overflow-x: auto; }
.bk-code code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 13px; line-height: 1.65; color: #c7d2fe; white-space: pre; }
.bk-code-copy { position: absolute; top: 10px; right: 10px; display: inline-flex; align-items: center; gap: 6px; font-family: var(--font); font-weight: 600; font-size: 11.5px; color: #cbd5e1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-sm); padding: 5px 10px; cursor: pointer; transition: background .15s, color .15s; }
.bk-code-copy:hover { background: rgba(255,255,255,.12); color: #fff; }

/* ---------- placement ---------- */
.bk-place-list { display: flex; flex-direction: column; gap: 16px; margin-top: 44px; }
.bk-place-row { display: grid; grid-template-columns: 1fr 1.25fr; gap: 24px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-xs); padding: 20px 22px; }
.bk-place-tx h3 { font-family: var(--font); font-size: 16px; font-weight: 700; margin: 0 0 5px; }
.bk-place-tx p { font-size: 13.5px; line-height: 1.55; color: var(--muted); margin: 0; }
@media (max-width: 740px){ .bk-place-row { grid-template-columns: 1fr; gap: 14px; } }
.bk-place-extra { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
@media (max-width: 820px){ .bk-place-extra { grid-template-columns: 1fr; } }
.bk-place-chip { display: flex; align-items: center; gap: 13px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 16px 18px; }
.bk-place-chip-ic { width: 40px; height: 40px; border-radius: 11px; flex: none; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-700); }
.bk-place-chip b { display: block; font-family: var(--font); font-size: 14.5px; font-weight: 700; color: var(--ink); }
.bk-place-chip span { font-size: 12.5px; color: var(--muted); line-height: 1.4; }

/* ---------- developers (dark) ---------- */
.bk-dev { background: #0b1120; }
.bk-dev .section-head h2 { color: #fff; }
.bk-dev .section-head p { color: #94a3b8; }
.bk-dev .eyebrow.light { color: var(--accent); }
.bk-dev .eyebrow.light .dot { background: var(--accent); }
.bk-dev-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; }
@media (max-width: 820px){ .bk-dev-grid { grid-template-columns: 1fr; } }
.bk-dev-card { background: #111a2e; border: 1px solid #1e2942; border-radius: var(--r-lg); padding: 22px; }
.bk-dev-h { display: flex; align-items: center; gap: 9px; white-space: nowrap; font-family: var(--font); font-weight: 700; font-size: 15px; color: #fff; margin-bottom: 16px; }
.bk-dev-h svg { color: #818cf8; }
.bk-dev-hooks { display: flex; flex-direction: column; gap: 8px; }
.bk-dev-hooks code { font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; color: #a5b4fc; background: #0f1729; border: 1px solid #1e2942; border-radius: var(--r-sm); padding: 9px 12px; }
.bk-dev-note { font-size: 13px; line-height: 1.55; color: #94a3b8; margin: 16px 0 0; }
.bk-dev-note b { color: #e2e8f0; font-weight: 700; }

/* ecosystem cards */
.bk-eco-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.bk-eco-ic { width: 48px; height: 48px; border-radius: 13px; flex: none; display: grid; place-items: center; background: rgba(129,140,248,.16); color: #a5b4fc; }
.bk-eco-badge { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font); font-weight: 700; font-size: 11px; letter-spacing: .03em; text-transform: uppercase; padding: 5px 11px; border-radius: var(--r-pill); }
.bk-eco-badge.live { color: #6ee7b7; background: rgba(16,185,129,.14); }
.bk-eco-badge.soon { color: #fcd34d; background: rgba(245,158,11,.14); }
.bk-eco-dot { width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 3px rgba(52,211,153,.22); }
.bk-eco-h { font-family: var(--font); font-size: 19px; font-weight: 700; letter-spacing: -.01em; color: #fff; margin: 0; }
.bk-eco-list { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.bk-eco-list li { display: flex; align-items: center; gap: 11px; font-size: 13.5px; color: #cbd5e1; }
.bk-eco-ck { width: 20px; height: 20px; border-radius: 50%; flex: none; display: grid; place-items: center; background: rgba(129,140,248,.16); color: #a5b4fc; }
.bk-eco-stores { display: flex; gap: 10px; margin-top: 18px; }
.bk-eco-store { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font); font-weight: 600; font-size: 12.5px; color: #cbd5e1; background: #0f1729; border: 1px solid #1e2942; border-radius: var(--r-md); padding: 8px 13px; }
.bk-eco-store svg { color: #818cf8; }
.bk-inline { font-family: ui-monospace, Menlo, monospace; font-size: .88em; color: #c7d2fe; background: rgba(129,140,248,.14); padding: 2px 6px; border-radius: 5px; }
.bk-dev-webhook { display: flex; align-items: center; gap: 14px; margin-top: 18px; background: #111a2e; border: 1px solid #1e2942; border-radius: var(--r-lg); padding: 16px 20px; }
.bk-dev-webhook-ic { width: 40px; height: 40px; border-radius: 11px; flex: none; display: grid; place-items: center; background: rgba(129,140,248,.14); color: #818cf8; }
.bk-dev-webhook p { margin: 0; font-size: 13.5px; line-height: 1.5; color: #cbd5e1; }
.bk-dev-webhook p b { color: #fff; font-weight: 700; }

/* ---------- requirements strip ---------- */
.bk-spec { padding-top: 0; }
.bk-spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); }
@media (max-width: 760px){ .bk-spec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px){ .bk-spec-grid { grid-template-columns: 1fr; } }
.bk-spec-item { display: flex; align-items: center; gap: 12px; }
.bk-spec-ic { width: 38px; height: 38px; border-radius: 10px; flex: none; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); color: var(--accent-700); }
.bk-spec-tx span { display: block; font-size: 12px; color: var(--muted); }
.bk-spec-tx b { font-family: var(--font); font-size: 13.5px; font-weight: 700; color: var(--ink); }
.bk-spec-note { text-align: center; font-size: 13.5px; color: var(--muted); margin: 18px 0 0; }
.bk-spec-note b { color: var(--ink-700); font-weight: 700; }
