:root {
  --booking-black: #050608;
  --booking-black-2: #0b0d13;
  --booking-panel: #10131c;
  --booking-panel-2: #151925;
  --booking-line-dark: rgba(185, 194, 225, .18);
  --booking-paper: #f7f5f0;
  --booking-paper-2: #efede7;
  --booking-lilac: #ece9ff;
  --booking-ink: #202224;
  --booking-muted: #6f706f;
  --booking-blue: #5468ff;
  --booking-blue-2: #7b4dff;
  --booking-orange: #f06a2f;
  --booking-green: #4ee2aa;
  --booking-yellow: #f2b544;
  --booking-red: #ff765f;
  --booking-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--booking-black); }
body.booking-case {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--booking-ink);
  background: var(--booking-paper);
  font-family: Inter, "PingFang SC", "Noto Sans CJK SC", "Helvetica Neue", Arial, sans-serif;
}
body.booking-case,
body.booking-case button,
body.booking-case input,
body.booking-case select,
body.booking-case textarea { font-size: 16px; }
body.booking-case main { overflow: clip; }
body.booking-case :where(h1, h2, h3, p, dl, dd, ol, ul) { margin: 0; }
body.booking-case :where(ol, ul) { padding: 0; }
body.booking-case a { text-decoration: none; }
body.booking-case button { font: inherit; }

.booking-case header.top-title {
  border-color: rgba(255,255,255,.12) !important;
  color: #fff !important;
  background: rgba(5,6,8,.95) !important;
}
.booking-case .top-title .logo::after,
.booking-case .top-title nav a,
.booking-case .top-title nav a div { color: #fff !important; }
.booking-case .top-title .you a { border-color: rgba(255,255,255,.44) !important; color: #fff !important; }
.booking-case .top-title .you a:hover { color: var(--booking-black) !important; background: #fff !important; }
.booking-case .top-title nav a div::after { background: var(--booking-orange) !important; }
.booking-case .float-back-btn { border-color: rgba(255,255,255,.2) !important; color: #fff !important; background: rgba(10,12,18,.86) !important; }

.booking-shell { width: min(1360px, calc(100% - 80px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.booking-hero {
  position: relative;
  min-height: 660px;
  padding: 54px 0 46px;
  color: #fff;
  background-color: var(--booking-black);
  background-image: url("/img/booking-venue-blueprint.png");
  background-position: center center;
  background-size: cover;
  isolation: isolate;
}
.booking-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(2,3,7,.36);
  pointer-events: none;
}
.booking-hero-grid { display: grid; grid-template-columns: minmax(330px,.8fr) minmax(760px,1.75fr); gap: clamp(34px,4vw,72px); align-items: center; }
.booking-hero-copy { position: relative; z-index: 2; padding: 28px 0; }
.booking-eyebrow,
.booking-kicker,
.booking-section-label p {
  color: var(--booking-orange);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.booking-hero h1 { margin: 28px 0 20px; color: #fff; font-size: clamp(56px,5.4vw,86px); font-weight: 720; line-height: 1.03; letter-spacing: -.065em; }
.booking-hero-subtitle { max-width: 480px; color: rgba(255,255,255,.65); font-size: clamp(20px,1.7vw,29px); line-height: 1.45; letter-spacing: -.02em; }
.booking-hero-lead { max-width: 520px; margin-top: 25px !important; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.8; }
.booking-hero-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.booking-hero-meta div { display: grid; gap: 5px; }
.booking-hero-meta dt { color: rgba(255,255,255,.38); font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.booking-hero-meta dd { color: rgba(255,255,255,.84); font-size: 12px; font-weight: 650; }
.booking-hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.booking-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; color: #fff !important; font-size: 13px; font-weight: 760; letter-spacing: .03em; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.booking-button-primary { background: var(--booking-blue-2); box-shadow: 0 14px 40px rgba(91,66,244,.24); }
.booking-button-primary:hover { background: var(--booking-blue); transform: translateY(-3px); }
.booking-text-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.34); color: #fff !important; font-size: 12px; font-weight: 680; }
.booking-text-link:hover { border-color: var(--booking-orange); }
.booking-demo-note { margin-top: 14px !important; color: rgba(255,255,255,.36); font-size: 10px; line-height: 1.6; }

.booking-product-preview {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 24px;
  background: #f6f4f1;
  box-shadow: 0 36px 100px rgba(0,0,0,.58), 0 0 52px rgba(231,48,48,.12);
  transform: perspective(1400px) rotateY(-1.2deg) rotateX(.4deg);
  transform-origin: center center;
}
.booking-product-preview > a { position: relative; display: block; color: #fff !important; }
.booking-product-preview-bar { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 18px; color: rgba(255,255,255,.68); background: #111114; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.booking-product-preview-bar strong { color: #ff766f; font-weight: 760; }
.booking-product-preview img { display: block; width: 100%; aspect-ratio: 4 / 2.62; object-fit: cover; object-position: center top; background: #f6f4f1; transition: transform .55s cubic-bezier(.2,.75,.2,1), filter .3s ease; }
.booking-product-preview-cta { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff; background: rgba(17,17,20,.9); box-shadow: 0 14px 34px rgba(0,0,0,.25); font-size: 11px; font-weight: 720; backdrop-filter: blur(12px); }
.booking-product-preview:hover img { transform: scale(1.018); filter: saturate(1.04); }
.booking-product-preview figcaption { padding: 13px 17px; color: #625f68; background: #f6f4f1; font-size: 10px; line-height: 1.6; }
.booking-product-preview:focus-within { outline: 3px solid rgba(255,82,73,.58); outline-offset: 4px; }

.booking-console {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(125,102,255,.62);
  border-radius: 22px;
  background: rgba(9,11,17,.94);
  box-shadow: 0 32px 90px rgba(0,0,0,.62), 0 0 44px rgba(84,69,220,.18);
  transform: perspective(1400px) rotateY(-1.8deg) rotateX(.6deg);
  transform-origin: center center;
}
.booking-console-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 62px; padding: 11px 15px; border-bottom: 1px solid var(--booking-line-dark); background: rgba(18,21,31,.9); }
.booking-view-switch,
.booking-date-control,
.booking-filter-group { display: flex; align-items: center; gap: 5px; }
.booking-console button { border: 1px solid transparent; border-radius: 9px; color: rgba(255,255,255,.66); background: transparent; cursor: pointer; }
.booking-console button { box-shadow: none; text-shadow: none; }
.booking-console button:disabled { cursor: not-allowed; }
.booking-view-switch button,
.booking-filter-group button,
.booking-date-control button { min-height: 32px; padding: 0 11px; font-size: 10px; font-weight: 680; white-space: nowrap; }
.booking-view-switch button.is-active,
.booking-filter-group button.is-active { border-color: rgba(115,92,255,.42); color: #c7bcff; background: rgba(109,76,255,.16); }
.booking-date-control { padding: 0 4px; border: 1px solid var(--booking-line-dark); border-radius: 10px; }
.booking-date-control output { min-width: 126px; color: #fff; font-size: 10px; font-weight: 680; text-align: center; }
.booking-date-control button { width: 31px; padding: 0; }
.booking-date-control button:hover,
.booking-filter-group button:hover,
.booking-view-switch button:hover { color: #fff; background: rgba(255,255,255,.08); }
.booking-console-body { display: grid; grid-template-columns: 160px minmax(430px,1fr) 205px; min-height: 446px; }
.booking-resource-panel { padding: 13px 11px; border-right: 1px solid var(--booking-line-dark); background: rgba(14,17,25,.93); }
.booking-venue-group + .booking-venue-group { margin-top: 12px; }
.booking-venue-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.booking-venue-heading strong { color: #fff; font-size: 12px; }
.booking-venue-heading span { color: rgba(255,255,255,.38); font-size: 9px; }
.booking-court-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }
.booking-court { display: grid; gap: 14px; min-width: 0; min-height: 70px; padding: 8px 4px !important; border-color: rgba(143,151,185,.18) !important; background: rgba(57,61,79,.28) !important; }
.booking-court strong { color: #fff; font-size: 10px; }
.booking-court span { color: var(--booking-green); font-size: 8px; }
.booking-court:hover:not(:disabled), .booking-court.is-selected { border-color: var(--booking-blue-2) !important; background: rgba(91,69,220,.34) !important; }
.booking-court.is-busy span { color: var(--booking-yellow); }
.booking-court.is-full { opacity: .5; }
.booking-court.is-full span { color: var(--booking-red); }
.booking-resource-hint { margin-top: 13px !important; color: rgba(255,255,255,.32); font-size: 8px; line-height: 1.5; }
.booking-schedule-wrap { min-width: 0; overflow-x: auto; background: rgba(9,11,17,.78); }
.booking-schedule { width: 100%; min-width: 570px; border-collapse: collapse; color: #fff; table-layout: fixed; }
.booking-schedule th,
.booking-schedule td { border-right: 1px solid rgba(185,194,225,.12); border-bottom: 1px solid rgba(185,194,225,.12); }
.booking-schedule thead th { height: 46px; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 650; }
.booking-schedule thead th:first-child { width: 104px; text-align: left; padding-left: 13px; }
.booking-schedule tbody th { padding: 13px; text-align: left; }
.booking-schedule tbody th strong { display: block; color: #fff; font-size: 11px; }
.booking-schedule tbody th span { display: block; margin-top: 5px; color: rgba(255,255,255,.35); font-size: 8px; font-weight: 500; }
.booking-schedule td { padding: 5px; }
.booking-schedule td button { display: grid; place-content: center; gap: 5px; width: 100%; min-height: 78px; padding: 7px 2px; border-color: rgba(69,223,169,.13); border-radius: 7px; color: var(--booking-green); background: rgba(42,178,126,.12); font-size: 10px; font-weight: 720; }
.booking-schedule td button span { font-size: 8px; font-weight: 550; }
.booking-schedule td button:hover:not(:disabled) { border-color: var(--booking-green); transform: translateY(-2px); }
.booking-schedule td button.is-selected { border-color: #9986ff; color: #fff; background: rgba(95,74,255,.56); box-shadow: inset 0 0 0 1px rgba(255,255,255,.3), 0 0 20px rgba(100,74,255,.3); }
.booking-schedule td button.is-tight { border-color: rgba(242,181,68,.18); color: var(--booking-yellow); background: rgba(210,145,24,.13); }
.booking-schedule td button.is-unavailable { border-color: rgba(255,118,95,.12); color: var(--booking-red); background: rgba(175,62,45,.11); opacity: .72; }
.booking-schedule-hint { padding: 12px 14px; color: rgba(255,255,255,.3); font-size: 8px; line-height: 1.5; }
.booking-summary { padding: 17px 15px; border-left: 1px solid var(--booking-line-dark); background: rgba(17,19,29,.97); }
.booking-summary-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.booking-summary-head span { color: #fff; font-size: 12px; font-weight: 740; }
.booking-summary-head button { padding: 5px; color: rgba(255,255,255,.4); font-size: 9px; }
.booking-summary-venue { color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.6; }
.booking-summary-venue strong { color: #fff; }
.booking-summary-date { margin: 5px 0 19px !important; color: rgba(255,255,255,.45); font-size: 9px; }
.booking-summary-line,
.booking-summary-total { display: flex; justify-content: space-between; gap: 14px; padding: 13px 0; border-top: 1px solid var(--booking-line-dark); color: rgba(255,255,255,.5); font-size: 10px; }
.booking-summary-line strong { color: var(--booking-orange); }
.booking-summary-total { align-items: flex-end; }
.booking-summary-total strong { color: #fff; font-size: 26px; }
.booking-summary-cta { display: flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 15px; color: #fff !important; background: var(--booking-blue-2); font-size: 11px; font-weight: 740; }
.booking-summary > p:last-child { margin-top: 12px !important; color: rgba(255,255,255,.26); font-size: 8px; line-height: 1.55; }

.booking-workflow { position: relative; z-index: 3; margin-top: -2px; padding: 25px 0 30px; border-radius: 24px 24px 0 0; background: var(--booking-paper); }
.booking-section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.booking-section-label span { width: 8px; height: 8px; background: var(--booking-orange); }
.booking-section-label p { color: var(--booking-ink); }
.booking-workflow-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)) 1.24fr; border-top: 1px solid #d2d0ca; border-left: 1px solid #d2d0ca; }
.booking-workflow-grid > article { min-height: 190px; padding: 21px 23px; border-right: 1px solid #d2d0ca; border-bottom: 1px solid #d2d0ca; }
.booking-workflow-grid article > span { color: #b3b2b1; font-size: 22px; font-weight: 720; }
.booking-workflow-grid h3 { margin-top: 18px; font-size: 17px; line-height: 1.35; }
.booking-workflow-grid article p { margin-top: 9px; color: var(--booking-muted); font-size: 11px; line-height: 1.7; }
.booking-workflow-grid article a { display: inline-flex; margin-top: 21px; color: var(--booking-ink); font-size: 10px; font-weight: 720; border-bottom: 1px solid #999; }
.booking-ai-card { display: flex; flex-direction: column; min-height: 190px; padding: 21px 23px; color: #fff; background: var(--booking-panel); }
.booking-ai-title { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 660; line-height: 1.5; }
.booking-ai-title strong { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: var(--booking-blue-2); font-size: 10px; }
.booking-ai-card ul { display: grid; gap: 8px; margin-top: 15px; list-style: none; }
.booking-ai-card li { position: relative; padding-left: 18px; color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.4; }
.booking-ai-card li::before { position: absolute; top: .2em; left: 0; content: "✓"; color: #b9a7ff; font-weight: 800; }
.booking-ai-boundary { margin-top: auto !important; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 9px; }

.booking-chapter-nav { position: sticky; top: 72px; z-index: 200; color: #fff; background: var(--booking-black-2); }
.booking-chapter-nav-inner { display: flex; align-items: center; min-height: 58px; overflow-x: auto; scrollbar-width: none; }
.booking-chapter-nav-inner::-webkit-scrollbar { display: none; }
.booking-chapter-nav a { display: inline-flex; align-items: center; align-self: stretch; position: relative; padding: 0 18px; color: rgba(255,255,255,.52); font-size: 11px; font-weight: 650; white-space: nowrap; }
.booking-chapter-nav a::after { position: absolute; bottom: 0; left: 18px; right: 18px; height: 2px; content: ""; background: transparent; }
.booking-chapter-nav a:hover,
.booking-chapter-nav a.is-active { color: #fff; }
.booking-chapter-nav a.is-active::after { background: var(--booking-orange); }
.booking-capability-tags { display: flex; align-items: center; gap: 14px; margin-left: auto; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.12); }
.booking-capability-tags span { color: rgba(255,255,255,.42); font-size: 9px; white-space: nowrap; }

.booking-section { padding: 112px 0; scroll-margin-top: 128px; }
.booking-section-dark { color: #fff; background: var(--booking-black-2); }
.booking-section-paper { background: var(--booking-paper); }
.booking-section-lilac { background: var(--booking-lilac); }
.booking-section-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,430px); gap: clamp(50px,7vw,120px); align-items: end; margin-bottom: 54px; }
.booking-section-head h2 { max-width: 830px; margin-top: 15px; font-size: clamp(38px,4.1vw,62px); font-weight: 710; line-height: 1.08; letter-spacing: -.055em; }
.booking-section-head > p { color: var(--booking-muted); font-size: 14px; line-height: 1.85; }
.booking-section-dark .booking-section-head > p { color: rgba(255,255,255,.48); }
.booking-section-dark .booking-kicker { color: #9d8cff; }

.booking-fact-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--booking-line-dark); border-left: 1px solid var(--booking-line-dark); }
.booking-fact-grid article { min-height: 230px; padding: 28px; border-right: 1px solid var(--booking-line-dark); border-bottom: 1px solid var(--booking-line-dark); }
.booking-fact-grid small { color: #9d8cff; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.booking-fact-grid strong { display: block; margin-top: 72px; color: #fff; font-size: 18px; line-height: 1.45; }
.booking-fact-grid p { margin-top: 12px; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.75; }

.booking-problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.booking-problem-grid article { min-height: 380px; padding: 32px; border: 1px solid #cbc9c2; background: #fff; transition: transform .25s ease, border-color .25s ease; }
.booking-problem-grid article:hover { border-color: var(--booking-blue); transform: translateY(-6px); }
.booking-problem-grid article > span { color: var(--booking-blue); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.booking-problem-grid h3 { margin-top: 85px; font-size: 26px; line-height: 1.3; letter-spacing: -.04em; }
.booking-problem-grid ul { display: grid; gap: 10px; margin-top: 26px; list-style: none; }
.booking-problem-grid li { position: relative; padding-left: 16px; color: var(--booking-muted); font-size: 13px; line-height: 1.65; }
.booking-problem-grid li::before { position: absolute; top: .65em; left: 0; width: 5px; height: 5px; content: ""; background: var(--booking-orange); }

.booking-object-flow { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(68,60,116,.25); border-left: 1px solid rgba(68,60,116,.25); list-style: none; }
.booking-object-flow li { position: relative; min-height: 220px; padding: 26px; border-right: 1px solid rgba(68,60,116,.25); border-bottom: 1px solid rgba(68,60,116,.25); }
.booking-object-flow li::after { position: absolute; top: 50%; right: -9px; z-index: 2; width: 16px; height: 16px; border: 1px solid rgba(68,60,116,.32); border-radius: 50%; content: ""; background: var(--booking-lilac); }
.booking-object-flow li:last-child::after { display: none; }
.booking-object-flow span { color: #604ad2; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.booking-object-flow strong { display: block; margin-top: 66px; font-size: 20px; }
.booking-object-flow p { margin-top: 10px; color: #6e687d; font-size: 12px; line-height: 1.7; }
.booking-evidence-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 26px; }
.booking-evidence-grid-single { grid-template-columns: 1fr; }
.booking-evidence { display: grid; grid-template-rows: minmax(260px,1fr) auto; min-width: 0; overflow: hidden; padding: 0; border: 1px solid rgba(68,60,116,.25); color: var(--booking-ink); background: rgba(255,255,255,.58); text-align: left; cursor: zoom-in; }
.booking-evidence img { display: block; width: 100%; height: 100%; max-height: 420px; object-fit: cover; object-position: top center; transition: transform .45s ease; }
.booking-evidence:nth-child(2) img { object-fit: contain; background: #f4f3f7; }
.booking-evidence:hover img { transform: scale(1.018); }
.booking-evidence > span { display: grid; gap: 7px; padding: 18px 20px; border-top: 1px solid rgba(68,60,116,.18); }
.booking-evidence small { color: #6651d1; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.booking-evidence strong { font-size: 16px; }
.booking-evidence-note { margin-top: 13px !important; color: #6e687d; font-size: 11px; line-height: 1.7; }

.booking-decision-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #cbc9c2; border-left: 1px solid #cbc9c2; }
.booking-decision-grid article { min-height: 315px; padding: 30px; border-right: 1px solid #cbc9c2; border-bottom: 1px solid #cbc9c2; }
.booking-decision-grid article > span { color: var(--booking-orange); font-size: 12px; font-weight: 800; }
.booking-decision-grid h3 { margin-top: 70px; font-size: 27px; line-height: 1.3; letter-spacing: -.04em; }
.booking-decision-grid p { max-width: 520px; margin-top: 13px; color: var(--booking-muted); font-size: 13px; line-height: 1.8; }
.booking-decision-grid small { display: inline-flex; margin-top: 24px; color: var(--booking-blue); font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.booking-state-table-wrap { margin-top: 26px; overflow-x: auto; border: 1px solid #cbc9c2; background: #fff; }
.booking-state-table { width: 100%; min-width: 820px; border-collapse: collapse; }
.booking-state-table th,
.booking-state-table td { padding: 19px 22px; border-right: 1px solid #dedcd6; border-bottom: 1px solid #dedcd6; text-align: left; }
.booking-state-table th { color: #8e8e89; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.booking-state-table td { color: var(--booking-muted); font-size: 12px; line-height: 1.65; }
.booking-state-table td:first-child { color: var(--booking-ink); font-weight: 760; }

.booking-ai-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--booking-line-dark); border-left: 1px solid var(--booking-line-dark); }
.booking-ai-grid article { min-height: 310px; padding: 28px; border-right: 1px solid var(--booking-line-dark); border-bottom: 1px solid var(--booking-line-dark); }
.booking-ai-grid span { color: #9d8cff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.booking-ai-grid h3 { margin-top: 74px; color: #fff; font-size: 23px; line-height: 1.35; }
.booking-ai-grid p { margin-top: 13px; color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.8; }
.booking-accountability { display: grid; grid-template-columns: 190px 1fr; gap: 36px; margin-top: 24px; padding: 24px 28px; border: 1px solid rgba(157,140,255,.34); background: rgba(93,70,220,.1); }
.booking-accountability strong { color: #b9aaff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.booking-accountability p { color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.8; }

.booking-section-demo { background: #11131a; color: #fff; }
.booking-section-demo .booking-section-head { align-items: center; }
.booking-demo-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.booking-demo-actions span { color: rgba(255,255,255,.43); font-size: 11px; }
.booking-demo-steps { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 18px; border-top: 1px solid var(--booking-line-dark); border-left: 1px solid var(--booking-line-dark); list-style: none; }
.booking-demo-steps li { display: flex; align-items: center; min-height: 72px; padding: 18px; border-right: 1px solid var(--booking-line-dark); border-bottom: 1px solid var(--booking-line-dark); color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.5; }
.booking-demo-steps span { margin-right: 12px; color: #9d8cff; font-size: 9px; font-weight: 800; }
.booking-iframe-shell { overflow: hidden; border: 1px solid rgba(157,140,255,.38); border-radius: 20px; background: #fff; box-shadow: 0 32px 70px rgba(0,0,0,.36); }
.booking-iframe-bar { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 18px; color: rgba(255,255,255,.55); background: #090b0f; font-size: 10px; }
.booking-iframe-bar strong { color: var(--booking-green); font-weight: 650; }
.booking-iframe-shell iframe { display: block; width: 100%; height: 790px; border: 0; background: #f5f3f0; }

.booking-result-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cbc9c2; border-left: 1px solid #cbc9c2; }
.booking-result-grid article { min-height: 280px; padding: 29px; border-right: 1px solid #cbc9c2; border-bottom: 1px solid #cbc9c2; }
.booking-result-grid small { color: var(--booking-blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.booking-result-grid h3 { margin-top: 65px; font-size: 23px; line-height: 1.4; }
.booking-result-grid p { margin-top: 12px; color: var(--booking-muted); font-size: 12px; line-height: 1.75; }
.booking-reflection { display: grid; grid-template-columns: minmax(280px,.72fr) 1fr; gap: 70px; align-items: end; margin-top: 22px; padding: 34px; color: #fff; background: var(--booking-ink); }
.booking-reflection h3 { margin-top: 10px; font-size: 29px; line-height: 1.3; }
.booking-reflection > p { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.85; }

.booking-final-cta { padding: 72px 0; color: #fff; background: #171925; }
.booking-final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.booking-final-cta h2 { margin-top: 13px; font-size: clamp(32px,3.5vw,52px); line-height: 1.18; letter-spacing: -.045em; }
.booking-final-cta p:not(.booking-kicker) { margin-top: 12px; color: rgba(255,255,255,.5); font-size: 13px; }
.booking-footer { padding: 28px 0 34px; color: rgba(255,255,255,.44); background: var(--booking-black); }
.booking-footer-main { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }
.booking-footer a { color: rgba(255,255,255,.66) !important; }
.booking-production-note { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.booking-production-note div { display: grid; gap: 5px; }
.booking-production-note span { color: rgba(255,255,255,.28); font-size: 9px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.booking-production-note p { font-size: 10px; line-height: 1.6; }
.booking-production-note button { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.45); background: transparent; font-size: 10px; cursor: pointer; }

.booking-evidence-dialog,
.booking-production-dialog { max-width: none; padding: 0; border: 1px solid rgba(255,255,255,.22); color: #fff; background: #101216; box-shadow: 0 30px 110px rgba(0,0,0,.72); }
.booking-evidence-dialog { width: min(1260px, calc(100vw - 60px)); height: min(860px, calc(100vh - 60px)); }
.booking-evidence-dialog::backdrop,
.booking-production-dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(12px); }
.booking-evidence-dialog-bar { display: flex; align-items: center; justify-content: space-between; min-height: 60px; padding: 10px 14px 10px 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.booking-evidence-dialog-bar p { font-size: 12px; }
.booking-evidence-dialog > img { display: block; width: 100%; height: calc(100% - 60px); padding: 24px; object-fit: contain; background: #08090c; }
.booking-production-dialog { width: min(620px, calc(100vw - 40px)); padding: 28px; }
.booking-production-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.booking-production-dialog h2 { max-width: 440px; margin-top: 10px; font-size: 28px; line-height: 1.25; }
.booking-production-dialog > p { margin-top: 22px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.8; }
.booking-production-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 26px; }
.booking-production-actions button,
.booking-production-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border: 1px solid rgba(255,255,255,.22); color: #fff !important; background: transparent; font-size: 11px; cursor: pointer; }
.booking-production-actions a { border-color: rgba(240,106,47,.48); color: #ffad87 !important; }

[data-booking-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
[data-booking-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .booking-shell { width: min(100% - 48px, 1100px); }
  .booking-hero-grid { grid-template-columns: minmax(300px,.75fr) minmax(620px,1.55fr); gap: 28px; }
  .booking-console-body { grid-template-columns: 135px minmax(400px,1fr) 180px; }
  .booking-capability-tags { display: none; }
  .booking-workflow-grid { grid-template-columns: repeat(4,1fr); }
  .booking-ai-card { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .booking-case header.top-title { background: rgba(5,6,8,.98) !important; }
  .booking-shell { width: calc(100% - 36px); }
  .booking-hero { padding: 62px 0 42px; background-position: 62% center; }
  .booking-hero-grid { grid-template-columns: 1fr; }
  .booking-hero-copy { max-width: 650px; }
  .booking-console { transform: none; }
  .booking-product-preview { transform: none; }
  .booking-workflow-grid { grid-template-columns: 1fr 1fr; }
  .booking-ai-card { grid-column: 1 / -1; }
  .booking-section { padding: 82px 0; }
  .booking-section-head { grid-template-columns: 1fr; gap: 20px; }
  .booking-fact-grid,
  .booking-ai-grid { grid-template-columns: 1fr 1fr; }
  .booking-problem-grid { grid-template-columns: 1fr; }
  .booking-problem-grid article { min-height: 0; }
  .booking-problem-grid h3 { margin-top: 42px; }
  .booking-object-flow { grid-template-columns: 1fr 1fr; }
  .booking-object-flow li:last-child { grid-column: 1 / -1; }
  .booking-object-flow li:nth-child(2n)::after,
  .booking-object-flow li:last-child::after { display: none; }
  .booking-evidence-grid { grid-template-columns: 1fr; }
  .booking-result-grid { grid-template-columns: 1fr; }
  .booking-result-grid article { min-height: 230px; }
  .booking-reflection { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 600px) {
  .booking-case header.top-title { flex-wrap: nowrap !important; height: 58px !important; min-height: 58px !important; padding: 0 14px !important; }
  .booking-case .top-title .logo::after { font-size: 18px; }
  .booking-case .top-title nav { display: flex !important; order: initial !important; position: static !important; width: auto !important; gap: 12px !important; margin: 0 0 0 auto !important; padding: 0 !important; transform: none !important; }
  .booking-case .top-title nav a { font-size: 11px !important; }
  .booking-case .top-title nav a { width: auto !important; min-width: 0 !important; }
  .booking-case .top-title nav a div { padding: 19px 0 18px !important; }
  .booking-case .top-title nav a:nth-child(2),
  .booking-case .top-title nav a:nth-child(3) { display: none !important; }
  .booking-case .top-title .you { display: none !important; }
  .booking-shell { width: calc(100% - 28px); }
  .booking-hero { min-height: 0; padding: 44px 0 30px; background-position: 73% center; }
  .booking-hero::before { background: rgba(2,3,7,.64); }
  .booking-hero h1 { margin-top: 22px; font-size: clamp(48px,15.8vw,66px); }
  .booking-hero-subtitle { font-size: 19px; }
  .booking-hero-lead { font-size: 13px; }
  .booking-hero-meta { grid-template-columns: 1fr; }
  .booking-hero-actions { align-items: stretch; flex-direction: column; gap: 5px; }
  .booking-button { width: 100%; }
  .booking-text-link { align-self: flex-start; }
  .booking-console { margin-top: 12px; border-radius: 17px; }
  .booking-product-preview { margin-top: 12px; border-radius: 17px; }
  .booking-product-preview img { aspect-ratio: 1.15 / 1; }
  .booking-product-preview-cta { right: 10px; bottom: 50px; }
  .booking-console-toolbar { align-items: stretch; flex-direction: column; }
  .booking-view-switch,
  .booking-filter-group { overflow-x: auto; }
  .booking-date-control { justify-content: space-between; }
  .booking-console-body { display: block; }
  .booking-resource-panel { border-right: 0; border-bottom: 1px solid var(--booking-line-dark); }
  .booking-venue-group { display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 8px; }
  .booking-venue-group + .booking-venue-group { margin-top: 9px; }
  .booking-venue-heading { display: grid; margin: 0; }
  .booking-court { min-height: 58px; }
  .booking-resource-hint { display: none; }
  .booking-schedule-wrap { max-height: 310px; }
  .booking-summary { border-top: 1px solid var(--booking-line-dark); border-left: 0; }
  .booking-summary-head { margin-bottom: 14px; }
  .booking-workflow { padding-top: 23px; border-radius: 18px 18px 0 0; }
  .booking-workflow-grid { grid-template-columns: 1fr; }
  .booking-workflow-grid > article { min-height: 170px; }
  .booking-ai-card { grid-column: auto; }
  .booking-chapter-nav { top: 58px; }
  .booking-chapter-nav-inner { width: 100%; padding: 0 14px; }
  .booking-chapter-nav a { padding: 0 12px; }
  .booking-chapter-nav a::after { left: 12px; right: 12px; }
  .booking-section { padding: 68px 0; scroll-margin-top: 116px; }
  .booking-section-head { margin-bottom: 34px; }
  .booking-section-head h2 { font-size: 35px; }
  .booking-section-head > p { font-size: 13px; }
  .booking-fact-grid,
  .booking-ai-grid,
  .booking-decision-grid { grid-template-columns: 1fr; }
  .booking-fact-grid article { min-height: 205px; }
  .booking-fact-grid strong { margin-top: 50px; }
  .booking-problem-grid article { padding: 25px; }
  .booking-problem-grid h3 { font-size: 23px; }
  .booking-object-flow { grid-template-columns: 1fr; }
  .booking-object-flow li,
  .booking-object-flow li:last-child { grid-column: auto; min-height: 175px; }
  .booking-object-flow li::after { display: none; }
  .booking-object-flow strong { margin-top: 40px; }
  .booking-evidence { grid-template-rows: minmax(210px,1fr) auto; }
  .booking-decision-grid article { min-height: 280px; padding: 25px; }
  .booking-decision-grid h3 { margin-top: 48px; font-size: 24px; }
  .booking-ai-grid article { min-height: 270px; }
  .booking-ai-grid h3 { margin-top: 50px; }
  .booking-accountability { grid-template-columns: 1fr; gap: 12px; }
  .booking-demo-actions { align-items: stretch; flex-direction: column; }
  .booking-demo-actions .booking-button { width: 100%; }
  .booking-demo-steps { grid-template-columns: 1fr; }
  .booking-iframe-shell iframe { height: 720px; }
  .booking-result-grid article { min-height: 250px; padding: 25px; }
  .booking-result-grid h3 { margin-top: 48px; }
  .booking-reflection { padding: 26px; }
  .booking-final-cta-inner { grid-template-columns: 1fr; gap: 26px; }
  .booking-footer-main,
  .booking-production-note { align-items: flex-start; flex-direction: column; }
  .booking-evidence-dialog { width: calc(100vw - 18px); height: calc(100vh - 18px); }
  .booking-evidence-dialog > img { padding: 8px; }
  .booking-production-dialog { width: calc(100vw - 20px); padding: 22px; }
  .booking-production-dialog h2 { font-size: 23px; }
  .booking-production-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-booking-reveal] { opacity: 1; transform: none; }
  .booking-console { transform: none; }
  .booking-product-preview { transform: none; }
}
