/* LaurenceYang Commercial Space & Satellite Internet Research OS — outer homepage demo, August 2026.
   Uses local source assets from CSS Text Effects, Kinetics, Originkit,
   and NameThatUI. Provenance: docs/THIRD_PARTY_INTERACTION_ASSETS.md. */

:root {
  --ff-serif: var(--jr-font-serif);
  --ff-mono: var(--jr-font-mono);
  --gold: var(--jr-color-primary);
  --gold-d: var(--jr-color-primary-hover);
  --dim: var(--jr-color-text-muted);
  --ink: var(--jr-color-text);
  --card-2: var(--jr-color-surface-subtle);
  --line: var(--jr-color-border);
  --amber: var(--jr-green-300);
  --bone-dim: var(--jr-color-text-muted);
  --bone-faint: var(--jr-green-300);
  --graphite: var(--jr-green-950);
  --graphite-2: var(--jr-color-surface-strong);
  --font-mono: var(--jr-font-mono);
  --radius: var(--jr-radius-xl);
}

.hero .fx-spotlight {
  --ink: var(--jr-color-primary);
  display: inline-block;
  font: inherit;
  letter-spacing: inherit;
  background: radial-gradient(3.5ch 100% at 50% 50%,
      var(--ink) 20%,
      color-mix(in srgb, var(--ink) 82%, transparent) 75%
    ) 0 0 / 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}

.wb-section-kicker {
  color: var(--jr-color-primary);
  font: 750 10px/1 var(--jr-font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wb-full-demo .btn,
.wb-deployment .btn {
  min-height: var(--jr-button-height);
  padding: 0 var(--jr-space-5);
  border: 1px solid var(--jr-color-border-strong);
  border-radius: var(--jr-button-radius);
  background: var(--jr-color-surface);
  color: var(--jr-color-primary);
  font: 700 var(--jr-font-sm)/1 var(--jr-font-sans);
  text-decoration: none;
  transition: background var(--jr-duration-fast), color var(--jr-duration-fast), border-color var(--jr-duration-fast);
}
.wb-full-demo .btn:hover { border-color: var(--jr-color-primary); background: var(--jr-color-primary-soft); }
.wb-full-demo .btn.pri { border-color: var(--jr-button-bg); background: var(--jr-button-bg); color: var(--jr-button-fg); }
.wb-full-demo .btn.pri:hover { background: var(--jr-button-bg-hover); color: var(--jr-button-fg); }
.wb-full-demo .btn svg,
.wb-deployment .btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Full demo */
.wb-full-demo {
  min-width: 0;
  scroll-margin-top: 24px;
}
.wb-demo-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}
.wb-demo-intro > div:first-child { max-width: 780px; }
.wb-demo-intro h2 {
  margin-top: 8px;
  font-family: var(--ff-serif);
  font-size: clamp(32px, 3.7vw, 52px);
  font-weight: 560;
  letter-spacing: -.045em;
  line-height: 1.08;
}
.wb-demo-intro p {
  max-width: 690px;
  margin-top: 13px;
  color: var(--dim);
  font-size: 14px;
  line-height: 1.7;
}
.wb-demo-intro-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wb-demo-intro-actions > span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: var(--dim);
  font-size: 11px;
  white-space: nowrap;
}
.wb-demo-intro-actions > span strong {
  color: var(--gold);
  font-family: var(--ff-serif);
  font-size: 25px;
  font-weight: 620;
}
.wb-demo-intro-actions .btn,
.wb-demo-panel-copy > .btn,
.wb-deployment-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
}

.wb-demo-shell {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  min-width: 0;
  min-height: 660px;
  overflow: hidden;
  border: 1px solid rgba(8, 34, 22, .16);
  border-radius: 28px;
  background: #0b281b;
  box-shadow: 0 28px 78px rgba(13, 42, 29, .14);
}

.wb-demo-rail {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 22px 24px;
  background:
    linear-gradient(rgba(133, 199, 157, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(133, 199, 157, .055) 1px, transparent 1px),
    linear-gradient(160deg, #092318 0%, #103622 100%);
  background-size: 28px 28px, 28px 28px, auto;
  color: #eff7f1;
}
.wb-demo-progress-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #c3e6d0;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.wb-demo-progress-copy small {
  color: rgba(229, 244, 234, .7);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .09em;
}
.wb-demo-progress {
  --demo-progress: .2;
  height: 3px;
  margin: 11px 0 23px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}
.wb-demo-progress i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #69bc89, #bce8ca);
  transform: scaleX(var(--demo-progress));
  transform-origin: left;
  transition: transform 420ms cubic-bezier(.16, 1.18, .3, 1);
}
.wb-demo-tabs {
  display: grid;
  gap: 5px;
}
.wb-demo-tab {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 1px 11px;
  width: 100%;
  min-height: 72px;
  padding: 12px 13px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  color: rgba(238, 247, 241, .64);
  text-align: left;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 320ms cubic-bezier(.16, 1.18, .3, 1);
}
.wb-demo-tab::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 3px;
  background: #8ed2a8;
  transform: scaleY(0);
  transition: transform 320ms cubic-bezier(.16, 1.18, .3, 1);
}
.wb-demo-tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, .055);
}
.wb-demo-tab.is-active {
  border-color: rgba(171, 224, 191, .18);
  background: rgba(175, 227, 194, .105);
  color: #fff;
  transform: translateX(3px);
}
.wb-demo-tab.is-active::after { transform: scaleY(.62); }
.wb-demo-tab > span {
  grid-row: 1 / 3;
  color: rgba(190, 230, 205, .74);
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 700;
  line-height: 19px;
}
.wb-demo-tab strong { font-size: 13px; font-weight: 690; line-height: 19px; }
.wb-demo-tab small { color: rgba(224, 241, 230, .72); font-size: 11px; line-height: 1.4; }
.wb-demo-tab.is-active small { color: rgba(224, 241, 230, .82); }
.wb-demo-skip {
  align-self: flex-start;
  min-height: 44px;
  margin-top: auto;
  padding: 11px 5px 0;
  border: 0;
  background: transparent;
  color: rgba(222, 240, 228, .72);
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wb-demo-skip:hover { color: #fff; }

.wb-demo-preview {
  --demo-x: 50%;
  --demo-y: 42%;
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding: clamp(22px, 3vw, 38px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 6%, rgba(63, 145, 93, .19), transparent 24rem),
    linear-gradient(145deg, #eaf2eb 0%, #f7faf6 58%, #e7f0e9 100%);
}
.wb-demo-preview::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(420px circle at var(--demo-x) var(--demo-y), rgba(71, 171, 109, .18), transparent 62%);
  transition: opacity 180ms ease;
}
.wb-demo-window {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 586px;
  overflow: hidden;
  border: 1px solid rgba(30, 87, 56, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 60px rgba(13, 42, 29, .14), inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
}
.wb-demo-window-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid #e2ebe4;
  background: rgba(248, 251, 248, .9);
  color: var(--dim);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.wb-demo-window-bar > strong { color: #526359; font-size: 10px; }
.wb-demo-window-bar > span:last-child {
  padding: 4px 7px;
  border: 1px solid #d5e5d9;
  border-radius: 999px;
  color: #4a765c;
  background: #edf6ef;
  font-size: 10px;
  font-weight: 700;
}
.wb-demo-dots { display: inline-flex; gap: 5px; }
.wb-demo-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cad8ce; }
.wb-demo-dots i:nth-child(2) { background: #a9c7b2; }
.wb-demo-dots i:nth-child(3) { background: #77ac8a; }

.wb-demo-panel {
  flex: 1;
  min-width: 0;
  padding: clamp(24px, 3.2vw, 42px);
}
.wb-demo-panel[hidden] { display: none !important; }
.wb-demo-panel.is-active { animation: wb-demo-enter 360ms cubic-bezier(.16, 1, .3, 1) both; }
@keyframes wb-demo-enter {
  from { opacity: 0; transform: translateY(10px) scale(.99); }
  to { opacity: 1; transform: none; }
}
.wb-demo-panel-grid {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(390px, 1.28fr);
  align-items: center;
  gap: clamp(24px, 3vw, 42px);
  min-height: 430px;
}
.wb-demo-panel-copy { min-width: 0; }
.wb-demo-panel-kicker {
  display: block;
  color: var(--gold);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wb-demo-panel-copy h3 {
  margin-top: 10px;
  font-family: var(--ff-serif);
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 580;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.wb-demo-panel-copy > p {
  margin-top: 14px;
  color: var(--dim);
  font-size: 14px;
  line-height: 1.7;
}
.wb-demo-panel-copy > .btn { margin-top: 22px; }
.wb-demo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}
.wb-demo-tags span {
  padding: 5px 8px;
  border: 1px solid #d7e6db;
  border-radius: 999px;
  background: #f3f8f4;
  color: #416951;
  font-size: 10px;
  font-weight: 680;
}

.wb-demo-surface {
  min-width: 0;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid #d8e5dc;
  border-radius: 18px;
  background: #fbfdfb;
  box-shadow: 0 15px 36px rgba(13, 42, 29, .07);
}
.wb-demo-surface-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #4d705b;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.wb-demo-surface-label small { color: #5f6f65; font-size: 10px; letter-spacing: .04em; text-transform: none; }

.wb-demo-ask-surface blockquote {
  margin: 26px 0 24px;
  font-family: var(--ff-serif);
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 560;
  letter-spacing: -.03em;
  line-height: 1.25;
}
.wb-demo-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding-top: 19px;
  border-top: 1px solid #e3ebe5;
}
.wb-demo-route > div { display: flex; align-items: center; gap: 10px; min-width: 0; }
.wb-demo-route > div > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: #e3f1e7;
  color: var(--gold);
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 720;
}
.wb-demo-route p { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.wb-demo-route strong { font-size: 11px; }
.wb-demo-route small { color: var(--dim); font-size: 10px; line-height: 1.4; }
.wb-demo-route > i { height: 1px; background: linear-gradient(90deg, #c7d9cc, #79af8d); }
.wb-demo-assist {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #0f3121;
  color: #dcefe3;
  font-size: 11px;
}
.wb-demo-assist svg { width: 14px; height: 14px; fill: none; stroke: #8dd1a7; stroke-width: 1.8; }

.wb-demo-evidence-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 86px;
}
.wb-demo-evidence-head > div { display: flex; flex-direction: column; gap: 4px; }
.wb-demo-evidence-head span { color: var(--gold); font-size: 10px; font-weight: 740; letter-spacing: .1em; text-transform: uppercase; }
.wb-demo-evidence-head strong { font-family: var(--ff-serif); font-size: 21px; font-weight: 600; }
.wb-demo-evidence-head img { width: 112px; height: 78px; object-fit: contain; }
.wb-demo-evidence-list { border-top: 1px solid #e1eae3; }
.wb-demo-evidence-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 44px;
  border-bottom: 1px solid #edf2ee;
  font-size: 11px;
}
.wb-demo-evidence-list strong { font-size: 10px; font-weight: 720; }
.wb-demo-evidence-list .is-covered { color: #27724d; }
.wb-demo-evidence-list .is-covered::before { content: "✓"; margin-right: 6px; }
.wb-demo-evidence-list .is-missing { color: #7a6750; }
.wb-demo-evidence-list .is-missing::before { content: "—"; margin-right: 6px; }
.wb-demo-evidence-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 11px;
  background: #edf5ef;
  color: #5e6e64;
  font-size: 11px;
  line-height: 1.5;
}
.wb-demo-evidence-note img { width: 38px; height: 38px; object-fit: contain; filter: sepia(.3) hue-rotate(70deg) saturate(.7); }
.wb-demo-evidence-note span { display: flex; flex-direction: column; }
.wb-demo-evidence-note strong { color: var(--ink); font-size: 11px; }

.wb-demo-compare-table { margin-top: 17px; border: 1px solid #dfe8e1; border-radius: 12px; overflow: hidden; }
.wb-demo-compare-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  min-width: 0;
  border-top: 1px solid #e8eee9;
}
.wb-demo-compare-row:first-child { border-top: 0; }
.wb-demo-compare-row > * { min-width: 0; padding: 11px 10px; font-size: 11px; line-height: 1.4; }
.wb-demo-compare-row > * + * { border-left: 1px solid #e8eee9; }
.wb-demo-compare-row span { color: var(--dim); }
.wb-demo-compare-row strong { color: #33493b; font-weight: 660; }
.wb-demo-compare-row.is-head { background: #eef5ef; }
.wb-demo-compare-row.is-head > * { color: #476553; font-size: 10px; font-weight: 740; letter-spacing: .06em; text-transform: uppercase; }
.wb-demo-compare-row .is-good { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #4a9a69; }
.wb-demo-fineprint { margin-top: 12px; color: #5f6f65; font-size: 10px; line-height: 1.5; }

.wb-demo-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}
.wb-demo-bento-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid #d8e5dc;
  border-radius: 16px;
  background: linear-gradient(145deg, #f8fbf8, #edf5ef);
  box-shadow: 0 10px 24px rgba(13, 42, 29, .045);
}
.wb-demo-bento-card.is-large {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(150deg, #0e3020, #185038);
  color: #f0f8f3;
}
.wb-demo-bento-card > span { color: var(--gold); font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.wb-demo-bento-card.is-large > span { color: #9cd7b2; }
.wb-demo-bento-card > strong { display: block; margin-top: 7px; font-family: var(--ff-serif); font-size: 17px; font-weight: 600; line-height: 1.2; }
.wb-demo-bento-card > p { margin-top: 8px; color: rgba(232, 244, 236, .78); font-size: 11px; line-height: 1.5; }
.wb-demo-bento-card > div { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 13px; }
.wb-demo-bento-card button {
  min-height: 44px;
  min-width: 44px;
  padding: 5px 8px;
  border: 1px solid #d1e1d6;
  border-radius: 8px;
  background: #fff;
  color: #426451;
  font-size: 11px;
  font-weight: 690;
}
.wb-demo-bento-card button:hover { border-color: #77ad8a; color: var(--gold); }
.wb-demo-bento-card.is-large button { border-color: rgba(214, 239, 223, .18); background: rgba(255, 255, 255, .08); color: #def0e4; }
.wb-demo-bento-card.is-large button:hover { border-color: rgba(185, 231, 202, .48); background: rgba(255, 255, 255, .13); }

.wb-demo-report-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 112px; }
.wb-demo-report-head > div { display: flex; flex-direction: column; gap: 4px; }
.wb-demo-report-head span { color: var(--gold); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.wb-demo-report-head strong { font-family: var(--ff-serif); font-size: 21px; font-weight: 600; }
.wb-demo-report-head small { color: var(--dim); font-size: 10px; line-height: 1.4; }
.wb-demo-report-head img { width: 126px; height: 96px; object-fit: contain; }
.wb-demo-report-outline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 7px; }
.wb-demo-report-outline > div { display: grid; grid-template-columns: 25px minmax(0, 1fr); gap: 2px 8px; padding: 11px; border: 1px solid #e0e9e2; border-radius: 10px; background: #f8faf8; }
.wb-demo-report-outline span { grid-row: 1 / 3; color: #548269; font-family: var(--ff-mono); font-size: 10px; }
.wb-demo-report-outline strong { font-size: 11px; }
.wb-demo-report-outline small { color: var(--dim); font-size: 10px; }
.wb-demo-report-foot { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.wb-demo-report-foot span { padding: 5px 8px; border-radius: 999px; background: #e5f1e8; color: #356448; font-size: 10px; font-weight: 700; }
.wb-demo-complete { display: flex; flex-direction: column; gap: 4px; margin-top: 18px; padding: 12px 13px; border-left: 3px solid #5ca478; background: #edf6ef; }
.wb-demo-complete span { color: var(--gold); font-size: 10px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.wb-demo-complete strong { color: #43554a; font-size: 11px; font-weight: 650; line-height: 1.45; }

.wb-demo-controls {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 9px 14px;
  border-top: 1px solid #e1eae3;
  background: #fafcfa;
}
.wb-demo-controls > div { display: flex; flex-direction: column; align-items: center; gap: 2px; color: var(--dim); }
.wb-demo-controls > div strong { color: #4a5c51; font-size: 10px; }
.wb-demo-controls > div small { font-size: 10px; }
.wb-demo-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #d5e2d8;
  border-radius: 10px;
  background: #fff;
  color: #4b6354;
  font-size: 11px;
  font-weight: 700;
}
.wb-demo-control svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.wb-demo-control:hover:not(:disabled) { border-color: #86b597; color: var(--gold); }
.wb-demo-control:disabled { opacity: .38; cursor: not-allowed; }
.wb-demo-control.is-next { min-width: 132px; border-color: var(--gold); background: var(--gold); color: #fff; }
.wb-demo-control.is-next:hover { border-color: var(--gold-d); background: var(--gold-d); color: #fff; }

/* Bottom deployment note */
.wb-deployment {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 34px);
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(175, 218, 190, .2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 12%, rgba(86, 168, 117, .2), transparent 20rem),
    linear-gradient(145deg, #0b281b, #123a27);
  color: #eaf5ee;
  box-shadow: 0 20px 55px rgba(13, 42, 29, .1);
}
.wb-deployment-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(190, 231, 204, .2);
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
  color: #a9ddb9;
}
.wb-deployment-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.wb-deployment .wb-section-kicker { color: #9fd5b3; }
.wb-deployment h2 {
  margin-top: 7px;
  color: #fff;
  font-family: var(--ff-serif);
  font-size: clamp(24px, 2.6vw, 35px);
  font-weight: 560;
  letter-spacing: -.035em;
  line-height: 1.12;
}
.wb-deployment p { max-width: 760px; margin-top: 10px; color: rgba(232, 245, 237, .72); font-size: 12px; line-height: 1.65; }
.wb-deployment p a { color: #bde6ca; text-decoration: underline; text-underline-offset: 3px; }
.wb-deployment-actions { display: flex; flex-direction: column; gap: 8px; min-width: 190px; }
.wb-deployment-actions .btn { width: 100%; border-color: rgba(222, 242, 229, .2) !important; background: rgba(255, 255, 255, .07) !important; color: #edf7f1 !important; }
.wb-deployment-actions .btn:hover { border-color: rgba(222, 242, 229, .5) !important; background: rgba(255, 255, 255, .12) !important; }
.wb-deployment-actions .btn.pri { border-color: #8bcda3 !important; background: #8bcda3 !important; color: #0b2c1c !important; box-shadow: none; }
.wb-deployment-actions .btn.pri:hover { border-color: #a2dcb6 !important; background: #a2dcb6 !important; }

/* Outer homepage integration */
.wb-full-demo { scroll-margin-top: 92px; }
.wb-demo-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wb-demo-tabs > li { min-width: 0; }
.wb-demo-tab { cursor: pointer; font-family: var(--jr-font-sans); }
.wb-demo-tabs > li[aria-current="step"] .wb-demo-tab { color: #fff; }
.wb-demo-preview.demo-spotlight-zone {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 6%, rgba(63, 145, 93, .19), transparent 24rem),
    linear-gradient(145deg, #eaf2eb 0%, #f7faf6 58%, #e7f0e9 100%);
  cursor: default;
}
.wb-demo-preview::before { display: none; }
.wb-demo-preview > .demo-spotlight-glow {
  z-index: 0;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(71, 171, 109, .18), transparent 68%);
}
.wb-demo-bento-card a {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid #d1e1d6;
  border-radius: 8px;
  background: #fff;
  color: #426451;
  font-size: 11px;
  font-weight: 690;
  text-decoration: none;
}
.wb-demo-bento-card a:hover { border-color: #77ad8a; color: var(--gold); }
.wb-demo-bento-card.is-large a { border-color: rgba(214, 239, 223, .18); background: rgba(255, 255, 255, .08); color: #def0e4; }
.wb-demo-bento-card.is-large a:hover { border-color: rgba(185, 231, 202, .48); background: rgba(255, 255, 255, .13); }

.preview.demo-spotlight-zone {
  position: relative;
  isolation: isolate;
  display: block;
  width: auto;
  height: auto;
  cursor: default;
}
.preview > .demo-spotlight-glow { z-index: 1; width: 520px; height: 520px; }
.origin-grid-canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  pointer-events: none;
}
.preview-bar,
.preview-grid { position: relative; z-index: 2; }
.metric-question {
  max-width: 15ch;
  margin-top: var(--jr-space-4);
  font: 600 clamp(2rem, 5vw, 4.2rem)/1.02 var(--jr-font-serif);
  letter-spacing: -.045em;
}
.decision-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--jr-space-3);
  margin-top: var(--jr-space-8);
}
.decision-path div {
  min-height: 7rem;
  padding: var(--jr-space-4);
  border: 1px solid rgb(255 255 255 / .12);
  border-radius: var(--jr-radius-lg);
  background: rgb(255 255 255 / .04);
}
.decision-path span { display: block; color: var(--jr-color-evidence); font: 700 10px/1 var(--jr-font-mono); letter-spacing: .1em; }
.decision-path strong { display: block; margin-top: var(--jr-space-5); font-size: var(--jr-font-sm); }
.decision-path small { display: block; margin-top: var(--jr-space-2); color: var(--jr-color-text-on-strong-muted); line-height: 1.45; }

.product-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: var(--jr-space-4);
}
.product-bento .card { min-height: 16rem; }
.product-bento .card-feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 33rem;
  background:
    radial-gradient(circle at 85% 12%, rgb(109 187 141 / .24), transparent 18rem),
    var(--jr-color-surface-strong);
  color: var(--jr-color-text-on-strong);
}
.product-bento .card-feature .icon { background: rgb(255 255 255 / .09); color: var(--jr-green-300); }
.product-bento .card-feature p { color: var(--jr-color-text-on-strong-muted); }
.product-bento .card-feature .meta { color: var(--jr-green-300); }
.product-bento .card-wide { grid-column: span 2; }
.feature-map {
  display: grid;
  gap: 8px;
  margin: auto 0 var(--jr-space-6);
  padding-top: var(--jr-space-8);
}
.feature-map span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--jr-space-4);
  min-height: 48px;
  padding: 0 var(--jr-space-4);
  border: 1px solid rgb(255 255 255 / .12);
  border-radius: var(--jr-radius-md);
  background: rgb(255 255 255 / .045);
  color: var(--jr-color-text-on-strong-muted);
  font-size: var(--jr-font-xs);
}
.feature-map b { color: var(--jr-color-text-on-strong); font-weight: 650; }

.deployment-wrap { padding-top: 0; }
.wb-deployment-copy { min-width: 0; }
.wb-deployment-copy code {
  padding: 2px 5px;
  border-radius: 5px;
  background: rgb(255 255 255 / .08);
  color: #d8eee0;
  font-family: var(--jr-font-mono);
  font-size: .92em;
}
.footer-links { display: flex; flex-wrap: wrap; gap: var(--jr-space-3); margin-top: var(--jr-space-3); }
.footer-links a { color: var(--jr-color-primary); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1180px) {
  .wb-demo-shell { grid-template-columns: 1fr; }
  .wb-demo-rail { padding: 22px 20px 18px; }
  .wb-demo-progress { margin-bottom: 14px; }
  .wb-demo-tabs { grid-template-columns: repeat(5, minmax(145px, 1fr)); overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .wb-demo-tabs::-webkit-scrollbar { display: none; }
  .wb-demo-tab { min-width: 145px; min-height: 67px; }
  .wb-demo-tab.is-active { transform: translateY(-2px); }
  .wb-demo-tab.is-active::after { transform: scaleY(.58); }
  .wb-demo-skip { margin-top: 7px; padding-top: 4px; }
  .wb-demo-preview { min-height: 630px; }
  .wb-deployment { grid-template-columns: auto minmax(0, 1fr); }
  .wb-deployment-actions { grid-column: 2; flex-direction: row; justify-self: start; }
}

@media (max-width: 900px) {
  .wb-demo-intro { align-items: flex-start; flex-direction: column; }
  .wb-demo-intro-actions { width: 100%; justify-content: space-between; }
  .wb-demo-panel-grid { grid-template-columns: 1fr; min-height: 0; }
  .wb-demo-panel-copy { max-width: 650px; }
  .wb-demo-preview { min-height: 0; padding: 16px; }
  .wb-demo-window { min-height: 0; }
  .wb-demo-surface, .wb-demo-bento { margin-top: 2px; }
  .wb-deployment { grid-template-columns: 1fr; align-items: start; }
  .wb-deployment-icon { display: none; }
  .wb-deployment-actions { grid-column: 1; }
  .product-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-bento .card-feature { grid-row: auto; min-height: 27rem; }
}

@media (max-width: 560px) {
  .wb-demo-link { margin-top: 10px; }
  .wb-demo-intro-actions { align-items: stretch; flex-direction: column; }
  .wb-demo-intro-actions > span { display: none; }
  .wb-demo-intro-actions .btn { width: 100%; }
  .wb-demo-shell { border-radius: 21px; }
  .wb-demo-rail { padding: 18px 14px 14px; }
  .wb-demo-tabs { grid-template-columns: repeat(5, minmax(112px, 1fr)); }
  .wb-demo-tab { min-width: 112px; min-height: 58px; grid-template-columns: 24px minmax(0, 1fr); padding: 10px; }
  .wb-demo-tab small { display: none; }
  .wb-demo-tab > span { grid-row: 1; }
  .wb-demo-window-bar { grid-template-columns: auto 1fr; padding: 0 12px; }
  .wb-demo-window-bar > span:last-child { display: none; }
  .wb-demo-panel { padding: 23px 17px; }
  .wb-demo-panel-copy h3 { font-size: 31px; }
  .wb-demo-panel-copy > p { font-size: 14px; }
  .wb-demo-panel-copy > .btn { width: 100%; }
  .wb-demo-route { grid-template-columns: 1fr; }
  .wb-demo-route > i { width: 1px; height: 18px; margin-left: 14px; background: #c7d9cc; }
  .wb-demo-evidence-head img, .wb-demo-report-head img { width: 88px; height: 68px; }
  .wb-demo-compare-surface { overflow-x: auto; }
  .wb-demo-compare-table { min-width: 430px; }
  .wb-demo-bento { grid-template-columns: 1fr; }
  .wb-demo-bento-card.is-large { grid-row: auto; }
  .wb-demo-report-outline { grid-template-columns: 1fr; }
  .wb-demo-controls { grid-template-columns: auto 1fr; }
  .wb-demo-controls > div { display: none; }
  .wb-demo-control.is-next { justify-self: stretch; }
  .wb-deployment { padding: 24px 20px; border-radius: 20px; }
  .wb-deployment-actions { width: 100%; flex-direction: column; }
  .decision-path { grid-template-columns: 1fr; }
  .preview-main,
  .preview-side { padding: 20px; }
  .metric-question { font-size: 34px; }
  .decision-path { gap: 8px; margin-top: 20px; }
  .decision-path div { min-height: 0; padding: 12px; }
  .decision-path strong { margin-top: 7px; }
  .decision-path small { margin-top: 4px; }
  .review-box { margin-top: 12px; padding: 14px; }
  .product-bento { grid-template-columns: 1fr; }
  .product-bento .card-feature,
  .product-bento .card-wide { grid-column: auto; min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .main { scroll-behavior: auto !important; }
  .fx-spotlight { animation: none !important; background-position: 50% 50%; }
  .wb-demo-link svg,
  .wb-demo-progress i,
  .wb-demo-tab,
  .wb-demo-tab::after { transition: none !important; }
  .wb-demo-tab.is-active { transform: none; }
  .wb-demo-panel.is-active { animation: none; }
  .wb-demo-preview::before { display: none; }
  .demo-spotlight-glow { display: none; }
}
