.demo-shell {
  --demo-ink: #0b1220;
  --demo-text: #182234;
  --demo-muted: #5b6778;
  --demo-line: #dce3ea;
  --demo-soft: #f4f7fa;
  --demo-surface: #ffffff;
  --demo-yellow: #ffc400;
  --demo-yellow-hover: #e3af00;
  --demo-blue: #2563eb;
  --demo-green: #087a46;
  --demo-cyan: #0e7490;
  background: var(--demo-surface);
  color: var(--demo-text);
}

.demo-shell main {
  overflow: clip;
}

.demo-shell .demo-hero {
  background: #ffffff;
  border-bottom: 1px solid var(--demo-line);
  padding: 72px 0 64px;
}

.demo-shell .demo-hero::after {
  display: none;
}

.demo-shell .demo-hero__layout {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
}

.demo-shell .demo-hero__copy {
  max-width: 730px;
}

.demo-shell .demo-hero .saas-eyebrow,
.demo-shell .demo-tour .saas-eyebrow,
.demo-shell .demo-outcomes .saas-eyebrow,
.demo-shell .demo-decision .saas-eyebrow {
  color: var(--demo-blue);
  letter-spacing: 0;
  margin-bottom: 14px;
}

.demo-shell .demo-hero h1 {
  color: var(--demo-ink);
  font-size: 52px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  max-width: 720px;
}

.demo-shell .demo-hero__copy > p:not(.saas-eyebrow, .demo-safe-note) {
  color: var(--demo-muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 24px 0 0;
  max-width: 680px;
}

.demo-shell .demo-hero__actions {
  gap: 12px;
  margin-top: 30px;
}

.demo-shell .demo-hero__actions .btn {
  min-height: 52px;
}

.demo-shell .demo-safe-note {
  color: var(--demo-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0 0;
}

.demo-shell .demo-safe-note strong {
  color: var(--demo-green);
}

.demo-shell .demo-hero__flow {
  background: var(--demo-ink);
  border: 1px solid #1f2c3e;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(11, 18, 32, .16);
  color: #ffffff;
  padding: 24px;
}

.demo-shell .demo-hero__flow-head {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-bottom: 18px;
}

.demo-shell .demo-hero__flow-head span {
  color: #aab7c6;
  font-size: 13px;
}

.demo-shell .demo-hero__flow-head strong {
  color: #d8f5e5;
  font-size: 13px;
}

.demo-shell .demo-hero__flow ol {
  list-style: none;
  margin: 0;
  padding: 12px 0;
}

.demo-shell .demo-hero__flow li {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 38px 1fr;
  padding: 12px 0;
  position: relative;
}

.demo-shell .demo-hero__flow li:not(:last-child)::after {
  background: rgba(255, 255, 255, .18);
  content: "";
  height: 12px;
  left: 18px;
  position: absolute;
  top: 48px;
  width: 1px;
}

.demo-shell .demo-hero__flow li > span {
  align-items: center;
  background: var(--demo-yellow);
  border-radius: 50%;
  color: var(--demo-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.demo-shell .demo-hero__flow li div {
  display: grid;
  gap: 2px;
}

.demo-shell .demo-hero__flow li strong {
  font-size: 16px;
}

.demo-shell .demo-hero__flow li small {
  color: #aab7c6;
  font-size: 13px;
}

.demo-shell .demo-hero__flow > p {
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #c7d1dc;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding-top: 16px;
}

.demo-shell .demo-workspace {
  background: var(--demo-soft);
  padding: 72px 0 88px;
}

.demo-shell .demo-tour {
  background: var(--demo-surface);
  border: 1px solid var(--demo-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(11, 18, 32, .08);
  overflow: hidden;
}

.demo-shell .demo-tour__header {
  align-items: flex-start;
  border-bottom: 1px solid var(--demo-line);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 28px 32px 26px;
}

.demo-shell .demo-tour__header > div:first-child {
  max-width: 710px;
}

.demo-shell .demo-tour__header h2 {
  color: var(--demo-ink);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.demo-shell .demo-tour__header p:not(.saas-eyebrow) {
  color: var(--demo-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.demo-shell .demo-tour__header-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.demo-shell .demo-live-badge {
  align-items: center;
  color: var(--demo-green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 760;
  gap: 7px;
  margin-right: 4px;
}

.demo-shell .demo-live-badge::before,
.demo-shell .demo-stage__status-dot {
  background: #19a463;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(25, 164, 99, .13);
  content: "";
  height: 8px;
  width: 8px;
}

.demo-shell .demo-mobile-panel-tabs {
  background: #ffffff;
  border-bottom: 1px solid var(--demo-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0 32px;
}

.demo-shell .demo-mobile-panel-tabs button {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: var(--demo-muted);
  cursor: pointer;
  display: grid;
  gap: 3px;
  justify-items: start;
  min-height: 72px;
  padding: 15px 18px 13px;
  text-align: left;
}

.demo-shell .demo-mobile-panel-tabs button:hover,
.demo-shell .demo-mobile-panel-tabs button:focus-visible {
  background: #f8fafc;
  color: var(--demo-ink);
}

.demo-shell .demo-mobile-panel-tabs button.is-active {
  background: #fffdf4;
  border-bottom-color: var(--demo-yellow);
  color: var(--demo-ink);
}

.demo-shell .demo-mobile-panel-tabs button span {
  font-size: 15px;
  font-weight: 780;
}

.demo-shell .demo-mobile-panel-tabs button small {
  color: inherit;
  font-size: 12px;
  line-height: 1.3;
}

.demo-shell .demo-tour__layout {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 720px;
}

.demo-shell .demo-tour__rail {
  background: #fbfcfd;
  border-right: 1px solid var(--demo-line);
  padding: 24px;
}

.demo-shell .demo-guided__steps {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr;
  margin: 0;
}

.demo-shell .demo-guided__steps button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--demo-muted);
  cursor: pointer;
  display: grid;
  gap: 11px;
  grid-template-columns: 32px 1fr;
  min-height: 58px;
  padding: 9px 10px;
  text-align: left;
}

.demo-shell .demo-guided__steps button::after {
  display: none;
}

.demo-shell .demo-guided__steps button:hover,
.demo-shell .demo-guided__steps button:focus-visible {
  background: #f2f5f8;
  border-color: var(--demo-line);
  color: var(--demo-ink);
}

.demo-shell .demo-guided__steps button.is-active {
  background: #fff9df;
  border-color: #e7c654;
  color: var(--demo-ink);
}

.demo-shell .demo-guided__steps button > span {
  align-items: center;
  background: #e9eef3;
  border-radius: 50%;
  color: var(--demo-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.demo-shell .demo-guided__steps button.is-active > span {
  background: var(--demo-yellow);
}

.demo-shell .demo-guided__steps button div {
  display: grid;
  gap: 1px;
}

.demo-shell .demo-guided__steps strong {
  color: inherit;
  font-size: 14px;
}

.demo-shell .demo-guided__steps small {
  color: inherit;
  font-size: 11px;
  line-height: 1.35;
}

.demo-shell .demo-flow-status {
  align-content: start;
  align-items: stretch;
  background: var(--demo-ink);
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr);
  margin: 20px 0 0;
  padding: 18px;
  position: static;
}

.demo-shell .demo-flow-status > * {
  grid-column: 1;
  min-width: 0;
}

.demo-shell .demo-flow-status > p {
  color: #91a2b5;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.demo-shell .demo-flow-status strong {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

.demo-shell .demo-flow-status span {
  color: #c8d2dc;
  font-size: 12px;
  line-height: 1.5;
}

.demo-shell .demo-flow-status .btn {
  align-self: start;
  height: auto;
  margin-top: 4px;
  min-height: 44px;
  width: 100%;
}

.demo-shell .demo-tour__sync {
  border-bottom: 1px solid var(--demo-line);
  display: grid;
  gap: 8px;
  padding: 18px 0;
}

.demo-shell .demo-tour__sync .demo-badge {
  justify-self: start;
}

.demo-shell .demo-tour__sync p {
  color: var(--demo-muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}

.demo-shell .demo-controls {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: static;
}

.demo-shell .demo-controls summary {
  align-items: center;
  color: var(--demo-muted);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  min-height: 46px;
  padding: 0;
}

.demo-shell .demo-controls[open] summary {
  border-bottom: 1px solid var(--demo-line);
}

.demo-shell .demo-controls summary strong,
.demo-shell .demo-controls summary span {
  color: inherit;
  font-size: 12px;
}

.demo-shell .demo-controls__body {
  display: grid;
  gap: 16px;
  padding: 16px 0 0;
}

.demo-shell .demo-controls:not([open]) .demo-controls__body {
  display: none;
}

.demo-shell .demo-controls__group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.demo-shell .demo-controls__group > strong {
  color: var(--demo-ink);
  display: block;
  flex: 0 0 100%;
  font-size: 12px;
  margin-bottom: 2px;
}

.demo-shell .demo-controls__group .btn {
  font-size: 11px;
  min-height: 44px;
  padding-inline: 10px;
}

.demo-shell .demo-tour__stage {
  background: #e9eef3;
  min-width: 0;
  padding: 16px;
  position: relative;
}

.demo-shell .demo-stage__bar {
  align-items: center;
  background: var(--demo-ink);
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 16px;
}

.demo-shell .demo-stage__bar > div {
  align-items: center;
  display: flex;
  gap: 9px;
}

.demo-shell .demo-stage__bar strong {
  font-size: 13px;
}

.demo-shell .demo-stage__bar small {
  color: #9eabba;
  font-size: 11px;
}

.demo-shell .demo-stage__status-dot {
  display: inline-block;
  flex: 0 0 auto;
}

.demo-shell .demo-mobile-panel-hint {
  background: transparent;
  border: 0;
  color: #bac5d0;
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  max-width: 440px;
  padding: 0;
  text-align: right;
}

.demo-shell .demo-embed-grid {
  display: block;
  min-height: 636px;
}

.demo-shell .demo-embed-card,
.demo-shell .demo-embed-card.is-active {
  background: var(--demo-surface);
  border: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
  display: none;
  height: 636px;
  min-width: 0;
  overflow: hidden;
}

.demo-shell .demo-embed-card.is-active {
  display: flex;
  flex-direction: column;
}

.demo-shell .demo-embed-card__head {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--demo-line);
  display: flex;
  flex: 0 0 78px;
  gap: 20px;
  justify-content: space-between;
  min-height: 78px;
  padding: 13px 18px;
}

.demo-shell .demo-embed-card__head > div:first-child {
  display: grid;
  gap: 1px;
}

.demo-shell .demo-embed-card__head p {
  color: var(--demo-blue);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.demo-shell .demo-embed-card__head h2 {
  color: var(--demo-ink);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.demo-shell .demo-embed-card__head span:not(.demo-badge) {
  color: var(--demo-muted);
  font-size: 11px;
  line-height: 1.4;
}

.demo-shell .demo-embed-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.demo-shell .demo-expand-button {
  background: #ffffff;
  border: 1px solid #c9d3dd;
  border-radius: 6px;
  color: var(--demo-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  min-height: 36px;
  padding: 0 12px;
}

.demo-shell .demo-expand-button:hover,
.demo-shell .demo-expand-button:focus-visible {
  background: #f4f7fa;
  border-color: #98a7b7;
}

.demo-shell .demo-iframe-shell,
.demo-shell .demo-iframe-shell--admin {
  background: #ffffff;
  flex: 1 1 auto;
  height: 558px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.demo-shell .demo-iframe-shell iframe,
.demo-shell .demo-iframe-shell--admin iframe {
  border: 0;
  display: block;
  height: 558px !important;
  min-height: 0 !important;
  width: 100%;
}

.demo-shell .demo-iframe-label {
  display: none;
}

.demo-shell .demo-iframe-shell.is-empty iframe {
  opacity: .15;
  pointer-events: none;
}

.demo-shell .demo-panel-empty {
  align-content: center;
  align-items: start;
  background: rgba(255, 255, 255, .96);
  display: grid;
  inset: 0;
  justify-items: start;
  max-width: none;
  padding: clamp(28px, 7vw, 72px);
  position: absolute;
  text-align: left;
  z-index: 4;
}

.demo-shell .demo-panel-empty[hidden] {
  display: none;
}

.demo-shell .demo-panel-empty > span {
  color: var(--demo-blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.demo-shell .demo-panel-empty strong {
  color: var(--demo-ink);
  font-size: 26px;
  line-height: 1.25;
  margin-top: 8px;
  max-width: 520px;
}

.demo-shell .demo-panel-empty p {
  color: var(--demo-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0 22px;
  max-width: 520px;
}

.demo-shell .demo-modal-icon-button {
  align-items: center;
  background: #f1f4f7;
  border: 1px solid var(--demo-line);
  border-radius: 6px;
  color: var(--demo-ink);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.demo-shell .demo-mobile-launch {
  display: none;
}

.demo-shell .demo-screen-modal[hidden] {
  display: none;
}

.demo-shell .demo-screen-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: fixed;
  z-index: 5000;
}

.demo-shell .demo-screen-modal__backdrop {
  background: rgba(3, 10, 20, .78);
  inset: 0;
  position: absolute;
}

.demo-shell .demo-screen-modal__dialog {
  background: #ffffff;
  border: 1px solid #27364a;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  height: min(920px, calc(100vh - 44px));
  max-width: 1480px;
  overflow: hidden;
  position: relative;
  width: min(1480px, calc(100vw - 44px));
  z-index: 1;
}

.demo-shell .demo-screen-modal__head {
  align-items: center;
  background: var(--demo-ink);
  border-bottom: 1px solid #26364a;
  color: #ffffff;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 74px;
  padding: 12px 18px 12px 22px;
}

.demo-shell .demo-screen-modal__copy {
  min-width: 0;
}

.demo-shell .demo-screen-modal__copy p {
  color: #93a5b8;
  font-size: 10px;
  font-weight: 760;
  margin: 0;
  text-transform: uppercase;
}

.demo-shell .demo-screen-modal__copy h2 {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 2px 0 0;
}

.demo-shell .demo-screen-modal__copy span {
  color: #aab8c7;
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.demo-shell .demo-screen-modal__actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.demo-shell .demo-screen-modal__play {
  min-height: 44px;
}

.demo-shell .demo-screen-modal__head .demo-modal-icon-button {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
  color: #ffffff;
}

.demo-shell .demo-modal-tabs {
  background: #ffffff;
  border-bottom: 1px solid var(--demo-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 50px;
  padding: 0 20px;
}

.demo-shell .demo-modal-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: var(--demo-muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
}

.demo-shell .demo-modal-tabs button.is-active {
  border-bottom-color: var(--demo-yellow);
  color: var(--demo-ink);
}

.demo-shell .demo-screen-modal__stage {
  background: #dfe6ec;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  padding: 12px 54px;
  position: relative;
}

.demo-shell .demo-screen-modal__frame {
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
  min-width: 0;
}

.demo-shell .demo-screen-modal__frame .demo-embed-card,
.demo-shell .demo-screen-modal__frame .demo-embed-card.is-in-modal {
  border-radius: 8px;
  display: flex !important;
  height: 100%;
}

.demo-shell .demo-embed-card.is-in-modal .demo-embed-card__head {
  display: none;
}

.demo-shell .demo-embed-card.is-in-modal .demo-iframe-shell,
.demo-shell .demo-embed-card.is-in-modal .demo-iframe-shell--admin {
  height: 100%;
}

body.demo-shell .demo-embed-card.is-in-modal .demo-iframe-shell.is-empty,
body.demo-shell .demo-embed-card.is-in-modal .demo-iframe-shell--admin.is-empty {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 100% !important;
}

.demo-shell .demo-embed-card.is-in-modal iframe {
  height: 100% !important;
  min-height: 100% !important;
}

@media (min-width: 901px) {
  body.demo-shell:not(.is-demo-guided-playing) .demo-embed-card[data-demo-panel="client"].is-in-modal .demo-iframe-shell {
    align-self: stretch;
    height: 100% !important;
    margin: 0;
    width: 100%;
  }

  body.demo-shell:not(.is-demo-guided-playing) .demo-embed-card[data-demo-panel="client"].has-desktop-preview:not(.is-in-modal) {
    height: var(--demo-client-card-height, 698px);
  }

  body.demo-shell:not(.is-demo-guided-playing) .demo-embed-card[data-demo-panel="client"] .demo-iframe-shell.is-desktop-preview {
    align-self: center;
    flex: 0 0 var(--demo-client-preview-height, 620px);
    height: var(--demo-client-preview-height, 620px) !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    width: var(--demo-client-preview-width, 100%);
  }

  body.demo-shell:not(.is-demo-guided-playing) .demo-embed-card[data-demo-panel="client"].is-in-modal .demo-iframe-shell.is-desktop-preview {
    align-self: center;
    margin-block: auto;
  }

  body.demo-shell:not(.is-demo-guided-playing) .demo-embed-card[data-demo-panel="client"] .demo-iframe-shell.is-desktop-preview iframe {
    height: 820px !important;
    min-height: 820px !important;
    max-width: none;
    transform: scale(var(--demo-client-preview-scale, 1));
    transform-origin: left top;
    width: 1180px !important;
  }
}

.demo-shell .demo-modal-nav {
  align-self: center;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #b7c3cf;
  border-radius: 6px;
  color: var(--demo-ink);
  cursor: pointer;
  font-size: 28px;
  font-weight: 750;
  height: 48px;
  min-height: 48px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 3;
}

.demo-shell .demo-modal-nav--prev {
  left: 8px;
}

.demo-shell .demo-modal-nav--next {
  right: 8px;
}

.demo-shell .demo-coach {
  align-self: start;
  background: #fff9df;
  border: 1px solid #e2c552;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(11, 18, 32, .16);
  color: var(--demo-ink);
  font-size: 13px;
  font-weight: 680;
  height: fit-content;
  left: 50%;
  line-height: 1.45;
  margin: 0;
  max-width: 860px;
  padding: 10px 14px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 18px;
  transform: translateX(-50%);
  width: min(860px, calc(100% - 132px));
  z-index: 8;
}

.demo-shell .demo-coach[hidden] {
  display: none;
}

.demo-shell .demo-tour-pointer {
  --demo-pointer-duration: 680ms;
  height: 38px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate3d(-64px, -64px, 0);
  transition:
    transform var(--demo-pointer-duration) cubic-bezier(.2, .72, .2, 1),
    opacity 160ms ease;
  width: 32px;
  z-index: 12;
}

.demo-shell .demo-tour-pointer.is-visible {
  opacity: 1;
}

.demo-shell .demo-tour-pointer svg {
  display: block;
  filter: drop-shadow(0 5px 8px rgba(3, 10, 20, .32));
  height: 38px;
  overflow: visible;
  position: relative;
  transform-origin: 5px 4px;
  transition: transform 150ms ease;
  width: 32px;
  z-index: 2;
}

.demo-shell .demo-tour-pointer svg path {
  fill: #ffffff;
  stroke: #071629;
  stroke-linejoin: round;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.demo-shell .demo-tour-pointer__ring {
  background: rgba(255, 196, 0, .2);
  border: 2px solid #ffc400;
  border-radius: 50%;
  height: 12px;
  left: -2px;
  opacity: 0;
  position: absolute;
  top: -2px;
  transform: scale(.4);
  width: 12px;
  z-index: 1;
}

.demo-shell .demo-tour-pointer.is-clicking svg {
  transform: scale(.88);
}

.demo-shell .demo-tour-pointer.is-clicking .demo-tour-pointer__ring {
  animation: demo-tour-pointer-click 480ms ease-out;
}

@keyframes demo-tour-pointer-click {
  0% { opacity: 1; transform: scale(.35); }
  75% { opacity: .55; transform: scale(2.8); }
  100% { opacity: 0; transform: scale(3.2); }
}

body.is-demo-modal-open {
  overflow: hidden;
}

.demo-shell .demo-outcomes {
  background: #ffffff;
  border-bottom: 1px solid var(--demo-line);
  padding: 88px 0;
}

.demo-shell .demo-outcomes__head {
  max-width: 680px;
}

.demo-shell .demo-outcomes h2 {
  color: var(--demo-ink);
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.demo-shell .demo-outcomes__grid {
  border-bottom: 1px solid var(--demo-line);
  border-top: 1px solid var(--demo-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
}

.demo-shell .demo-outcomes__grid article {
  padding: 28px 32px 30px 0;
}

.demo-shell .demo-outcomes__grid article + article {
  border-left: 1px solid var(--demo-line);
  padding-left: 32px;
}

.demo-shell .demo-outcomes__grid span {
  color: var(--demo-blue);
  display: block;
  font-size: 12px;
  font-weight: 780;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.demo-shell .demo-outcomes__grid strong {
  color: var(--demo-ink);
  display: block;
  font-size: 21px;
  line-height: 1.3;
}

.demo-shell .demo-outcomes__grid p {
  color: var(--demo-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.demo-shell .demo-decision {
  background: #f5f7f9;
  padding: 80px 0;
}

.demo-shell .demo-decision__layout {
  align-items: center;
  display: flex;
  gap: 56px;
  justify-content: space-between;
}

.demo-shell .demo-decision__layout > div:first-child {
  max-width: 730px;
}

.demo-shell .demo-decision h2 {
  color: var(--demo-ink);
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.demo-shell .demo-decision p:not(.saas-eyebrow) {
  color: var(--demo-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 16px 0 10px;
}

.demo-shell .demo-decision__link {
  color: var(--demo-blue);
  font-size: 14px;
  font-weight: 720;
}

.demo-shell .demo-decision .saas-actions {
  flex: 0 0 auto;
}

@media (max-width: 1080px) {
  .demo-shell .demo-hero__layout {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  }

  .demo-shell .demo-hero h1 {
    font-size: 46px;
  }

  .demo-shell .demo-tour__layout {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .demo-shell .demo-tour__rail {
    padding: 20px;
  }
}

@media (max-width: 860px) {
  .demo-shell .demo-hero {
    padding: 54px 0;
  }

  .demo-shell .demo-hero__layout {
    grid-template-columns: 1fr;
  }

  .demo-shell .demo-hero__flow {
    max-width: 620px;
  }

  .demo-shell .demo-tour__header {
    display: grid;
  }

  .demo-shell .demo-tour__header-actions {
    justify-content: flex-start;
  }

  .demo-shell .demo-tour__layout {
    grid-template-columns: 1fr;
  }

  .demo-shell .demo-tour__rail {
    border-bottom: 1px solid var(--demo-line);
    border-right: 0;
  }

  .demo-shell .demo-guided__steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .demo-shell .demo-guided__steps button {
    grid-template-columns: 30px 1fr;
  }

  .demo-shell .demo-flow-status {
    grid-template-columns: 1fr auto;
  }

  .demo-shell .demo-flow-status > p,
  .demo-shell .demo-flow-status strong,
  .demo-shell .demo-flow-status span {
    grid-column: 1;
  }

  .demo-shell .demo-flow-status .btn {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin: 0;
    min-width: 150px;
  }

  .demo-shell .demo-tour__sync,
  .demo-shell .demo-controls {
    max-width: none;
  }

  .demo-shell .demo-outcomes__grid {
    grid-template-columns: 1fr;
  }

  .demo-shell .demo-outcomes__grid article,
  .demo-shell .demo-outcomes__grid article + article {
    border-left: 0;
    border-top: 1px solid var(--demo-line);
    padding: 24px 0;
  }

  .demo-shell .demo-outcomes__grid article:first-child {
    border-top: 0;
  }

  .demo-shell .demo-decision__layout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .demo-shell .demo-hero {
    padding: 38px 0 42px;
  }

  .demo-shell .demo-hero__layout {
    gap: 0;
  }

  .demo-shell .demo-hero h1 {
    font-size: 36px;
    line-height: 1.13;
  }

  .demo-shell .demo-hero__copy > p:not(.saas-eyebrow, .demo-safe-note) {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 18px;
  }

  .demo-shell .demo-hero__actions {
    display: grid;
    margin-top: 24px;
  }

  .demo-shell .demo-hero__actions .btn {
    width: 100%;
  }

  .demo-shell .demo-safe-note {
    font-size: 12px;
    margin-top: 16px;
  }

  .demo-shell .demo-hero__flow {
    display: none;
  }

  .demo-shell .demo-workspace {
    padding: 24px 0 54px;
  }

  .demo-shell .demo-workspace > .container {
    padding-inline: 12px;
  }

  .demo-shell .demo-tour__header {
    gap: 18px;
    padding: 22px 18px 20px;
  }

  .demo-shell .demo-tour__header h2 {
    font-size: 25px;
  }

  .demo-shell .demo-tour__header p:not(.saas-eyebrow) {
    font-size: 14px;
  }

  .demo-shell .demo-tour__header-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
  }

  .demo-shell .demo-live-badge {
    grid-column: 1 / -1;
  }

  .demo-shell .demo-tour__header-actions .btn {
    min-height: 44px;
  }

  .demo-shell .demo-mobile-panel-tabs {
    gap: 6px;
    padding: 8px;
  }

  .demo-shell .demo-mobile-panel-tabs button {
    align-items: center;
    border: 1px solid var(--demo-line);
    border-radius: 6px;
    justify-items: center;
    min-height: 48px;
    padding: 8px 5px;
    text-align: center;
  }

  .demo-shell .demo-mobile-panel-tabs button.is-active {
    border-color: var(--demo-ink);
  }

  .demo-shell .demo-mobile-panel-tabs button small {
    display: none;
  }

  .demo-shell .demo-tour__rail {
    display: grid;
    gap: 14px;
    padding: 16px;
  }

  .demo-shell .demo-guided__steps {
    gap: 4px;
    grid-template-columns: repeat(4, 1fr);
    order: 1;
  }

  .demo-shell .demo-guided__steps button {
    gap: 5px;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 62px;
    padding: 7px 3px;
    text-align: center;
  }

  .demo-shell .demo-guided__steps button div {
    justify-items: center;
  }

  .demo-shell .demo-guided__steps button > span {
    height: 26px;
    width: 26px;
  }

  .demo-shell .demo-guided__steps strong {
    font-size: 11px;
  }

  .demo-shell .demo-guided__steps small {
    display: none;
  }

  .demo-shell .demo-flow-status {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    order: 2;
  }

  .demo-shell .demo-flow-status > p,
  .demo-shell .demo-flow-status strong,
  .demo-shell .demo-flow-status span,
  .demo-shell .demo-flow-status .btn {
    grid-column: 1;
    grid-row: auto;
  }

  .demo-shell .demo-flow-status strong {
    font-size: 15px;
  }

  .demo-shell .demo-flow-status .btn {
    min-width: 0;
  }

  .demo-shell .demo-tour__sync {
    order: 3;
  }

  .demo-shell .demo-controls {
    order: 4;
  }

  .demo-shell .demo-tour__stage {
    min-height: 430px;
    padding: 10px;
  }

  .demo-shell .demo-stage__bar {
    align-items: flex-start;
    display: grid;
    gap: 4px;
    min-height: 58px;
    padding: 10px 12px;
  }

  .demo-shell .demo-stage__bar small {
    display: none;
  }

  .demo-shell .demo-mobile-panel-hint {
    font-size: 10px;
    max-width: none;
    text-align: left;
  }

  .demo-shell .demo-embed-grid {
    min-height: 350px;
  }

  .demo-shell .demo-embed-card,
  .demo-shell .demo-embed-card.is-active {
    height: 350px;
  }

  .demo-shell .demo-embed-card__head {
    flex: 0 0 72px;
    min-height: 72px;
    padding: 10px 12px;
  }

  .demo-shell .demo-embed-card__head h2 {
    font-size: 19px;
  }

  .demo-shell .demo-embed-card__head span:not(.demo-badge),
  .demo-shell .demo-expand-button,
  .demo-shell .demo-driver-next-action {
    display: none;
  }

  .demo-shell .demo-iframe-shell,
  .demo-shell .demo-iframe-shell--admin,
  .demo-shell .demo-iframe-shell iframe,
  .demo-shell .demo-iframe-shell--admin iframe {
    height: 278px !important;
  }

  .demo-shell .demo-embed-card.is-active:not(.is-in-modal) .demo-iframe-shell {
    pointer-events: none;
  }

  .demo-shell .demo-panel-empty {
    padding: 22px;
  }

  .demo-shell .demo-panel-empty strong {
    font-size: 20px;
  }

  .demo-shell .demo-panel-empty p {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .demo-shell .demo-mobile-launch {
    background: rgba(11, 18, 32, .96);
    border: 1px solid #26364a;
    border-radius: 8px;
    bottom: auto;
    color: #ffffff;
    cursor: pointer;
    display: grid;
    gap: 3px;
    left: 20px;
    padding: 14px 16px;
    position: absolute;
    right: 20px;
    top: 82px;
    text-align: left;
    z-index: 9;
  }

  .demo-shell .demo-mobile-launch strong {
    color: #ffffff;
    font-size: 14px;
  }

  .demo-shell .demo-mobile-launch span {
    color: #b9c5d1;
    font-size: 11px;
    line-height: 1.35;
  }

  .demo-shell .demo-screen-modal {
    padding: 0;
  }

  .demo-shell .demo-screen-modal__dialog {
    border: 0;
    border-radius: 0;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
  }

  .demo-shell .demo-screen-modal__head {
    min-height: 64px;
    padding: 8px 10px 8px 14px;
  }

  .demo-shell .demo-screen-modal__copy p,
  .demo-shell .demo-screen-modal__copy span {
    display: none;
  }

  .demo-shell .demo-screen-modal__copy h2 {
    font-size: 19px;
  }

  .demo-shell .demo-screen-modal__play {
    font-size: 12px !important;
    min-height: 44px;
    padding-inline: 12px !important;
  }

  .demo-shell .demo-modal-tabs {
    min-height: 48px;
    padding: 0 8px;
  }

  .demo-shell .demo-screen-modal__stage {
    grid-template-columns: minmax(0, 1fr);
    padding: 8px;
  }

  .demo-shell .demo-screen-modal__frame {
    grid-column: 1;
  }

  .demo-shell .demo-modal-nav {
    display: none;
  }

  .demo-shell .demo-coach {
    font-size: 12px;
    padding: 8px 10px;
    top: 12px;
    width: calc(100% - 24px);
  }

  .demo-shell .demo-embed-card.is-in-modal,
  .demo-shell .demo-screen-modal__frame .demo-embed-card.is-in-modal {
    height: 100%;
  }

  .demo-shell .demo-embed-card.is-in-modal .demo-iframe-shell,
  .demo-shell .demo-embed-card.is-in-modal .demo-iframe-shell--admin,
  .demo-shell .demo-embed-card.is-in-modal iframe {
    height: 100% !important;
    pointer-events: auto;
  }

  .demo-shell .demo-outcomes {
    padding: 62px 0;
  }

  .demo-shell .demo-outcomes h2,
  .demo-shell .demo-decision h2 {
    font-size: 30px;
  }

  .demo-shell .demo-outcomes__grid {
    margin-top: 28px;
  }

  .demo-shell .demo-decision {
    padding: 62px 0;
  }

  .demo-shell .demo-decision__layout {
    gap: 28px;
  }

  .demo-shell .demo-decision .saas-actions {
    display: grid;
    width: 100%;
  }

  .demo-shell .demo-decision .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-shell *,
  .demo-shell *::before,
  .demo-shell *::after {
    scroll-behavior: auto !important;
  }

  .demo-shell .demo-tour-pointer {
    transition-duration: 80ms, 80ms;
  }

  .demo-shell .demo-tour-pointer.is-clicking .demo-tour-pointer__ring {
    animation-duration: 120ms;
  }
}
