@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("/fonts/manrope-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("/fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  color-scheme: dark;
  --bg: #131417;
  --surface: #1a1c20;
  --surface-soft: #17181c;
  --surface-raised: #222429;
  --surface-deep: #0b0c0e;
  --accent: #aab3bf;
  --accent-bright: #d3dae2;
  --accent-muted: #6d7580;
  --ink: #f2f4f7;
  --muted: #b6bcc4;
  --quiet: #878e98;
  --line: rgba(170, 179, 191, 0.22);
  --line-strong: rgba(170, 179, 191, 0.46);
  --success: #b7d5b1;
  --danger: #f0aaa0;
  --shadow: 0 24px 70px rgba(3, 4, 6, 0.42);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 15px;
  --shell: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope Variable", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 110;
  height: 2px;
  background: rgba(170, 179, 191, 0.12);
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent-bright);
  transform: scaleX(0);
  transform-origin: left center;
}

body.chat-open,
body.launch-request-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

button:disabled,
input:disabled,
textarea:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

figure,
dl,
dd,
p,
h1,
h2,
h3,
ol,
ul {
  margin-top: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent-bright);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.spot-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 120;
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--accent);
  color: #14161a;
  font-weight: 760;
  transform: translateY(-160%);
}

.spot-skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: min(100% - 44px, var(--shell));
  margin-inline: auto;
}

.spot-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(170, 179, 191, 0.14);
  background: rgba(23, 14, 11, 0.92);
  backdrop-filter: blur(18px);
}

.spot-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 12px 32px rgba(3, 4, 6, 0.22);
}

.spot-header__inner {
  width: min(100% - 44px, var(--shell));
  min-height: 74px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.spot-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.spot-brand > span > span {
  color: var(--accent);
}

.spot-logo {
  flex: 0 0 auto;
}

.spot-lockup {
  display: block;
  width: 158px;
  height: auto;
  flex: 0 0 auto;
}

.spot-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.spot-menu-toggle {
  display: none;
  min-width: 54px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
  font-weight: 760;
}

.spot-menu-toggle:hover,
.spot-menu-toggle[aria-expanded="true"] {
  border-color: var(--accent);
  color: var(--ink);
  background: rgba(170, 179, 191, 0.08);
}

.spot-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
  transition: color 180ms ease, background-color 180ms ease;
}

.spot-nav a:hover {
  color: var(--ink);
  background: rgba(170, 179, 191, 0.08);
}

.spot-nav a[aria-current="location"] {
  color: var(--ink);
  background: rgba(170, 179, 191, 0.11);
}

.header-cta,
.primary,
.secondary,
.plan-action,
.footer-action {
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 760;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.header-cta,
.primary {
  background: var(--accent);
  color: #14161a;
}

.header-cta:hover,
.primary:hover {
  background: var(--accent-bright);
  transform: translateY(-1px);
}

.secondary,
.footer-action {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--ink);
}

.secondary:hover,
.footer-action:hover {
  border-color: var(--accent);
  background: rgba(170, 179, 191, 0.08);
  transform: translateY(-1px);
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.spot-hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  padding-top: 42px;
  padding-bottom: 36px;
}

.spot-hero::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 92px;
  height: 1px;
  background: var(--accent);
}

.spot-hero__copy {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
  align-self: start;
  padding: 28px 32px 30px 0;
}

.eyebrow,
.micro-label,
.panel-kicker {
  color: var(--accent);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 18px;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 680;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(48px, 5.25vw, 78px);
  line-height: 0.98;
}

h1 span {
  color: var(--accent-bright);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4.3vw, 62px);
  line-height: 1.02;
}

h3 {
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.08;
}

.lead {
  max-width: 580px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 17px;
}

.spot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 31px;
}

.spot-actions > * {
  min-width: 174px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 0;
}

.hero-facts div {
  min-width: 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.hero-facts dt {
  color: var(--accent-bright);
  font-size: 23px;
  font-weight: 760;
  line-height: 1;
}

.hero-facts dd {
  margin-top: 6px;
  color: var(--quiet);
  font-size: 11px;
  line-height: 1.35;
}

.bento-card,
.atomic-card,
.plan-card {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-product {
  position: relative;
  grid-column: 6 / -1;
  grid-row: 1;
  min-width: 0;
  align-self: start;
  overflow: hidden;
  border-radius: var(--radius-xl);
  padding: 16px;
}

.tour-screen,
.integration-media,
.reference-media {
  position: relative;
}

.card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 6px 15px;
}

.card-heading > div {
  display: grid;
  gap: 3px;
}

.card-heading strong {
  font-size: 18px;
}

.soft-chip,
.audience-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(170, 179, 191, 0.05);
  font-size: 11px;
  font-weight: 700;
}

.hero-product > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1246 / 952;
  object-fit: contain;
  border: 1px solid rgba(255, 250, 245, 0.1);
  border-radius: 18px;
  background: var(--surface-deep);
}

.product-image-fallback {
  display: grid;
  place-content: center;
  min-height: 320px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-deep);
  text-align: center;
}

.hero-product > .product-image-fallback {
  aspect-ratio: 1246 / 952;
  min-height: 0;
}

.product-image-fallback b {
  color: var(--accent-bright);
  font-size: 16px;
}

.product-image-fallback span {
  max-width: 340px;
  margin: 7px auto 0;
  color: var(--quiet);
  font-size: 11px;
}

.hero-product figcaption {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding-top: 13px;
}

.hero-product figcaption span {
  display: grid;
  color: var(--quiet);
  font-size: 11px;
}

.hero-product figcaption b {
  color: var(--ink);
  font-size: 12px;
}

.hero-rail {
  grid-column: 6 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.atomic-card {
  min-height: 154px;
  padding: 19px;
  border-radius: var(--radius-md);
  box-shadow: none;
}

.atomic-card b {
  display: block;
  margin: 9px 0 6px;
  font-size: 17px;
}

.atomic-card p {
  margin-bottom: 0;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.5;
}

.accent-card {
  border-color: var(--line-strong);
  background: var(--surface-raised);
}

.operating-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.operating-index > div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 18px 24px;
  border-right: 1px solid var(--line);
}

.operating-index > div:first-child {
  padding-left: 0;
}

.operating-index > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.operating-index span {
  color: var(--quiet);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.operating-index b {
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 680;
}

.spot-section {
  padding-top: 116px;
  scroll-margin-top: 92px;
  content-visibility: auto;
  contain-intrinsic-size: auto 780px;
}

.section-heading {
  margin-bottom: 36px;
}

.section-heading .eyebrow {
  margin-bottom: 14px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 60px;
}

.split-heading > p {
  max-width: 500px;
  margin-bottom: 5px;
  color: var(--muted);
}

.tour-shell {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background: var(--surface-soft);
  box-shadow: var(--shadow);
}

.product-tabs-shell {
  position: relative;
  border-bottom: 1px solid var(--line);
}

.product-tabs {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.product-tabs__hint {
  display: none;
}

.product-tabs button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 62px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--quiet);
  cursor: pointer;
  font-size: 12px;
  font-weight: 720;
  transition: color 180ms ease, background-color 180ms ease;
}

.product-tabs button:last-child {
  border-right: 0;
}

.product-tabs button span {
  color: var(--accent-muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.product-tabs button::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 2px;
  background: transparent;
  transition: background-color 180ms ease;
}

.product-tabs button:hover,
.product-tabs button.is-active {
  color: var(--ink);
  background: rgba(170, 179, 191, 0.055);
}

.product-tabs button.is-active::after {
  background: var(--accent);
}

.product-stage {
  min-height: 575px;
}

.product-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  min-height: 575px;
}

.product-panel.is-active { opacity: 1; }

.tour-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 66px);
  border-right: 1px solid var(--line);
}

.tour-copy h3 {
  max-width: 430px;
  margin: 12px 0 17px;
}

.tour-copy > p:not(.panel-kicker) {
  max-width: 480px;
  margin-bottom: 21px;
  color: var(--muted);
}

.outcome-list,
.compact-list,
.plan-card ul {
  padding: 0;
  list-style: none;
}

.outcome-list {
  display: grid;
  gap: 9px;
  margin-bottom: 24px;
}

.outcome-list li {
  position: relative;
  padding-left: 17px;
  color: var(--muted);
  font-size: 13px;
}

.outcome-list li::before {
  content: "";
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.tour-screen {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: clamp(20px, 3vw, 42px);
  background: var(--surface-deep);
}

.tour-screen img {
  width: 100%;
  height: auto;
  margin: auto;
  border: 1px solid rgba(255, 250, 245, 0.12);
  border-radius: 15px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

/* Portrait captures are full-page shots: show the informative top region at a
   readable scale inside a tidy portrait frame; the zoom dialog keeps the
   complete capture. */
.tour-screen--portrait img {
  max-width: 590px;
  aspect-ratio: 0.72 / 1;
  max-height: 640px;
  object-fit: cover;
  object-position: top center;
}

.tour-screen figcaption {
  margin: 13px auto 0;
  color: var(--quiet);
  font-size: 11px;
  text-align: center;
}

.tour-controls {
  display: grid;
  grid-template-columns: auto minmax(100px, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 11px 18px;
  border-top: 1px solid var(--line);
}

.tour-arrow {
  min-width: 68px;
  height: 44px;
  padding-inline: 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--accent-bright);
  cursor: pointer;
  font-size: 12px;
  font-weight: 720;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.tour-arrow:hover {
  border-color: var(--accent);
  background: rgba(170, 179, 191, 0.09);
}

.tour-progress {
  height: 2px;
  overflow: hidden;
  background: rgba(170, 179, 191, 0.16);
}

.tour-progress span {
  display: block;
  width: 16.666%;
  height: 100%;
  background: var(--accent);
  transition: width 260ms ease;
}

.tour-step {
  min-width: 52px;
  color: var(--muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.proof-badge,
.truth-status {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(183, 213, 177, 0.28);
  border-radius: 999px;
  background: rgba(183, 213, 177, 0.09);
  color: var(--success);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.proof-badge--connected,
.truth-status--connected {
  border-color: var(--line-strong);
  background: rgba(170, 179, 191, 0.1);
  color: var(--accent-bright);
}

.truth-status--advisory {
  border-color: rgba(153, 190, 220, 0.28);
  background: rgba(153, 190, 220, 0.08);
  color: #b8d8ef;
}

.truth-status--human {
  border-color: rgba(240, 170, 160, 0.28);
  background: rgba(240, 170, 160, 0.08);
  color: var(--danger);
}

.operations-section {
  position: relative;
}

.persona-workbench {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background: rgba(24, 14, 11, 0.98);
  box-shadow: var(--shadow);
}

.persona-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 8px;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 9, 7, 0.58);
}

.persona-tabs button {
  position: relative;
  display: grid;
  gap: 3px;
  min-height: 68px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: var(--quiet);
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.persona-tabs button:hover,
.persona-tabs button.is-active {
  border-color: var(--line);
  background: rgba(170, 179, 191, 0.08);
  color: var(--ink);
}

.persona-tabs button.is-active::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(170, 179, 191, 0.1);
}

.persona-tabs span {
  font-size: 14px;
  font-weight: 780;
}

.persona-tabs small {
  color: var(--quiet);
  font-size: 10px;
}

.persona-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  min-height: 410px;
}

.persona-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4.5vw, 58px);
  border-right: 1px solid var(--line);
}

.persona-copy h3 {
  max-width: 520px;
  margin: 12px 0 16px;
}

.persona-copy > p:not(.panel-kicker) {
  max-width: 560px;
  margin-bottom: 24px;
  color: var(--muted);
}

.persona-cta {
  width: max-content;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(170, 179, 191, 0.09);
  color: var(--accent-bright);
  cursor: pointer;
  font-size: 12px;
  font-weight: 780;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.persona-cta:hover {
  border-color: var(--accent);
  background: rgba(170, 179, 191, 0.16);
  transform: translateY(-1px);
}

.persona-modules {
  display: grid;
  align-content: center;
  gap: 10px;
  margin: 0;
  padding: clamp(24px, 3.5vw, 44px);
  list-style: none;
  background: rgba(16, 9, 7, 0.52);
}

.persona-modules li {
  display: grid;
  grid-template-columns: minmax(88px, 0.36fr) minmax(180px, 1fr);
  gap: 4px 18px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(34, 18, 11, 0.72);
}

.persona-modules span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--accent);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.persona-modules b {
  color: var(--ink);
  font-size: 13px;
}

.persona-modules small {
  color: var(--quiet);
  font-size: 10px;
}

.truth-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.truth-board__intro {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-raised);
}

.truth-board__intro h3 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
}

.truth-board article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 205px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
}

.truth-board article b {
  margin-top: 22px;
  color: var(--ink);
  font-size: 17px;
}

.truth-board article p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.booking-models {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background: var(--surface-soft);
  box-shadow: var(--shadow);
}

.booking-model-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.booking-model-tabs button {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 11px;
  min-width: 0;
  min-height: 96px;
  padding: 18px 22px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
}

.booking-model-tabs button:last-child {
  border-right: 0;
}

.booking-model-tabs button::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -1px;
  left: 22px;
  height: 2px;
  background: transparent;
}

.booking-model-tabs button:hover,
.booking-model-tabs button.is-active {
  color: var(--ink);
  background: rgba(170, 179, 191, 0.055);
}

.booking-model-tabs button.is-active::after {
  background: var(--accent);
}

.booking-model-tabs button > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.booking-model-tabs button > b {
  align-self: end;
  font-size: 15px;
}

.booking-model-tabs button > small {
  align-self: start;
  overflow: hidden;
  color: var(--quiet);
  font-size: 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-model-stage {
  min-height: 420px;
}

.booking-model-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  min-height: 420px;
}

.booking-model-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
  border-right: 1px solid var(--line);
}

.booking-model-copy h3 {
  max-width: 510px;
  margin: 12px 0 17px;
}

.booking-model-copy > p:not(.panel-kicker) {
  max-width: 560px;
  margin-bottom: 25px;
  color: var(--muted);
}

.model-assurances {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.model-assurances span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--quiet);
  font-size: 10px;
}

.model-assurances b {
  color: var(--accent-bright);
  font-size: 11px;
}

.model-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: clamp(26px, 4vw, 52px);
  list-style: none;
}

.model-flow li {
  display: grid;
  align-content: end;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-deep);
}

.model-flow li:last-child {
  border-color: var(--line-strong);
  background: var(--surface-raised);
}

.model-flow li > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.model-flow li > b {
  margin-top: 24px;
  font-size: 15px;
}

.model-flow li > small {
  margin-top: 3px;
  color: var(--quiet);
  font-size: 10px;
}

.model-flow--multi li > span {
  border-radius: 12px;
}

.model-flow--balance li:nth-child(2) > span,
.model-flow--balance li:last-child > span {
  background: var(--accent);
  color: #14161a;
}

.booking-model-note {
  margin: 0;
  padding: 13px 20px;
  border-top: 1px solid var(--line);
  color: var(--quiet);
  font-size: 10px;
  text-align: center;
}

.growth-bento {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.growth-card {
  grid-column: span 2;
  min-height: 260px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.growth-card--wide {
  grid-column: span 4;
  min-height: 340px;
}

.growth-card--portfolio {
  grid-column: span 2;
  background: var(--surface-raised);
  border-color: var(--line-strong);
}

.growth-card h3 {
  max-width: 690px;
  margin: 15px 0 14px;
}

.growth-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.growth-card p {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
}

.event-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 36px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  list-style: none;
}

.event-flow li {
  display: grid;
  gap: 8px;
  min-height: 88px;
  padding: 15px;
  border-right: 1px solid var(--line);
  background: var(--surface-soft);
  font-size: 12px;
  font-weight: 700;
}

.event-flow li:last-child {
  border-right: 0;
}

.event-flow span {
  color: var(--accent);
  font-size: 10px;
}

.resident-card {
  position: relative;
  overflow: hidden;
}

.pricing-guard {
  margin-top: 18px !important;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(170, 179, 191, 0.06);
  color: var(--accent-bright) !important;
  font-size: 11px;
}

.resident-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -58px;
  width: 170px;
  height: 170px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  pointer-events: none;
}

.resident-signal {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 25px;
}

.resident-signal span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 10px;
}

.visibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  align-items: start;
  gap: 14px;
}

.visibility-console {
  min-width: 0;
  padding: clamp(24px, 3.5vw, 42px);
  border-radius: var(--radius-xl);
}

.visibility-console__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.visibility-console__head h3 {
  max-width: 560px;
  margin: 12px 0 0;
}

.search-preview {
  display: grid;
  gap: 7px;
  margin-top: 32px;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 20px;
  background: #eef0f3;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.search-preview__domain {
  color: #49695c;
  font-size: 11px;
  font-weight: 720;
}

.search-preview b {
  color: #3d2d70;
  font-size: clamp(18px, 2.4vw, 27px);
  font-weight: 640;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.search-preview p {
  max-width: 680px;
  margin: 0;
  color: #565d68;
  font-size: 13px;
  line-height: 1.55;
}

.visibility-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.visibility-facts > div {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-deep);
}

.visibility-facts b {
  margin-top: 6px;
  font-size: 12px;
}

.visibility-facts small {
  color: var(--quiet);
  font-size: 11px;
  line-height: 1.4;
}

.fact-state {
  width: max-content;
  color: var(--quiet);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fact-state--ready { color: var(--success); }
.fact-state--review { color: var(--accent-bright); }

.visibility-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.visibility-workflow li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(170, 179, 191, .045);
}

.visibility-workflow li > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent-bright);
  font-size: 10px;
  font-weight: 820;
}

.visibility-workflow div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.visibility-workflow b { font-size: 11px; }
.visibility-workflow small { color: var(--quiet); font-size: 10.5px; line-height: 1.4; }

.visibility-outcomes {
  display: grid;
  gap: 14px;
}

.visibility-outcome {
  min-height: 0;
  padding: 25px;
  border-radius: var(--radius-lg);
  box-shadow: none;
}

.visibility-outcome h3 {
  margin: 13px 0 10px;
  font-size: clamp(22px, 2.1vw, 29px);
}

.visibility-outcome p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.visibility-outcome--measurement {
  border-color: var(--line-strong);
  background: var(--surface-raised);
}

.visibility-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 14px;
  padding: 24px 28px;
  border-radius: var(--radius-lg);
  box-shadow: none;
}

.visibility-cta > div {
  display: grid;
  gap: 7px;
  max-width: 760px;
}

.visibility-cta b { color: var(--ink); font-size: clamp(18px, 2vw, 25px); line-height: 1.18; }
.visibility-cta p { margin: 0; color: var(--muted); font-size: 12px; }
.visibility-cta button { flex: 0 0 auto; }

.architecture-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.tenant-demo,
.architecture-card {
  border-radius: var(--radius-lg);
}

.tenant-demo {
  grid-column: span 8;
  grid-row: span 2;
  min-height: 550px;
  padding: 28px;
}

.tenant-demo__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.tenant-demo__head h3 {
  margin: 11px 0 0;
}

.tenant-switch {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
}

.tenant-switch button {
  min-height: 40px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--quiet);
  cursor: pointer;
  font-size: 11px;
  font-weight: 730;
}

.tenant-switch button:hover,
.tenant-switch button.is-active {
  background: var(--accent);
  color: #14161a;
}

.tenant-canvas {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  align-items: center;
  gap: 36px;
  min-height: 370px;
  margin-top: 35px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-deep);
}

.tenant-core {
  position: relative;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  max-width: 230px;
  width: 100%;
  margin: auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  text-align: center;
}

.tenant-core::before,
.tenant-core::after {
  content: "";
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.tenant-core::before {
  inset: 14px;
}

.tenant-core::after {
  inset: 30px;
}

.tenant-core span,
.tenant-core b,
.tenant-core small {
  position: relative;
  z-index: 1;
}

.tenant-core span {
  color: var(--accent);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tenant-core b {
  margin: 5px 0;
  font-size: 23px;
}

.tenant-core small {
  color: var(--quiet);
  font-size: 10px;
}

.tenant-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 18px;
}

.tenant-detail__index {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent);
  font-size: 11px;
}

.tenant-detail b {
  display: block;
  margin-bottom: 9px;
  font-size: 24px;
}

.tenant-detail p {
  max-width: 400px;
  margin-bottom: 0;
  color: var(--muted);
}

.architecture-card {
  grid-column: span 4;
  min-height: 268px;
  padding: 28px;
  box-shadow: none;
}

.architecture-card h3 {
  margin: 14px 0;
  font-size: 25px;
}

.architecture-card > p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
}

.architecture-card--wide {
  grid-column: span 12;
  min-height: 0;
  border-color: var(--line-strong);
  background: var(--surface-raised);
}

.compact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0;
}

.compact-list li {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--quiet);
  font-size: 10px;
}

.boundary-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.boundary-flow > div {
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface-soft);
}

.boundary-flow > span {
  color: var(--accent);
}

.boundary-flow div span {
  color: var(--quiet);
  font-size: 11px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 28px;
  border-radius: var(--radius-lg);
  box-shadow: none;
}

.plan-card--featured {
  position: relative;
  border-color: var(--accent);
  background: var(--surface-raised);
  box-shadow: var(--shadow);
}

.plan-card__head {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  margin-bottom: 36px;
}

.plan-card__head > span {
  color: var(--accent);
  font-size: 10px;
}

.plan-card__head > b {
  font-size: 15px;
}

.plan-card__head em {
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--accent);
  color: #14161a;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.plan-card h3 {
  min-height: 106px;
  margin-bottom: 24px;
  font-size: clamp(25px, 2.1vw, 32px);
}

.plan-card ul {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}

.plan-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
}

.plan-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 1px;
  background: var(--accent);
}

.plan-action {
  width: 100%;
  margin-top: auto;
  border-color: var(--line-strong);
  background: transparent;
  color: var(--ink);
}

.plan-action:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #14161a;
  transform: translateY(-1px);
}

.plan-note {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--quiet);
  font-size: 11px;
  text-align: center;
}

.launch-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
}

.launch-assurance > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  min-height: 94px;
  padding: 17px;
  border-right: 1px solid var(--line);
}

.launch-assurance > div:last-child {
  border-right: 0;
}

.launch-assurance span {
  grid-row: 1 / span 2;
  color: var(--accent);
  font-size: 10px;
}

.launch-assurance b {
  align-self: end;
  font-size: 12px;
}

.launch-assurance small {
  align-self: start;
  color: var(--quiet);
  font-size: 9px;
}

.integration-section {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: center;
  gap: 70px;
}

.integration-copy h2 {
  max-width: 800px;
  margin-bottom: 22px;
}

.integration-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
}

.integration-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 34px;
}

.integration-points span {
  display: grid;
  gap: 5px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  color: var(--quiet);
  font-size: 11px;
}

.integration-points b {
  color: var(--ink);
  font-size: 12px;
}

.integration-media {
  position: relative;
  width: min(100%, 350px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  padding: 10px;
}

.integration-media img {
  width: 100%;
  max-height: 585px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}

.integration-media figcaption {
  padding: 12px 8px 5px;
  color: var(--quiet);
  font-size: 10px;
}

.reference-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 7vw, 88px);
}

.reference-copy > p:not(.eyebrow) {
  max-width: 670px;
  margin-bottom: 28px;
  color: var(--muted);
}

.reference-facts {
  display: grid;
  gap: 1px;
  margin: 0 0 28px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--line);
  list-style: none;
}

.reference-facts li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 15px 17px;
  background: var(--surface-soft);
}

.reference-facts b {
  color: var(--accent-bright);
  font-size: 11px;
}

.reference-facts span {
  color: var(--muted);
  font-size: 11px;
}

.reference-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 17px;
}

.reference-copy > small {
  display: block;
  max-width: 610px;
  color: var(--quiet);
  font-size: 9px;
  line-height: 1.6;
}

.reference-media {
  position: relative;
  margin: 0;
  padding: 14px;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.reference-media__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 5px 5px 14px;
}

.reference-media__head b {
  font-size: 12px;
}

.reference-media img {
  width: 100%;
  border: 1px solid rgba(255, 250, 245, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

.reference-media figcaption {
  padding: 12px 5px 2px;
  color: var(--quiet);
  font-size: 10px;
}

.screen-zoom-trigger {
  position: absolute;
  z-index: 4;
  top: 17px;
  right: 17px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 250, 245, 0.28);
  border-radius: 999px;
  background: rgba(16, 9, 7, 0.9);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  cursor: zoom-in;
  font-size: 10px;
  font-weight: 760;
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

figure:hover > .screen-zoom-trigger,
.screen-zoom-trigger:focus-visible {
  border-color: var(--accent);
  opacity: 1;
  transform: translateY(0);
}

.screen-zoom-dialog {
  width: min(96vw, 1500px);
  max-width: none;
  height: min(94dvh, 1040px);
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: var(--surface-deep);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.screen-zoom-dialog::backdrop {
  background: rgba(8, 4, 3, 0.86);
  backdrop-filter: blur(10px);
}

.screen-zoom-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 66px;
  padding: 10px 14px 10px 22px;
  border-bottom: 1px solid var(--line);
}

.screen-zoom-head b {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.screen-zoom-head button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface-raised);
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 740;
}

.screen-zoom-viewport {
  height: calc(100% - 112px);
  overflow: auto;
  overscroll-behavior: contain;
  background: #08090b;
}

.screen-zoom-viewport img {
  display: block;
  width: auto;
  min-width: min(1180px, 180vw);
  max-width: none;
  min-height: 100%;
  margin: 0 auto;
  object-fit: contain;
  object-position: top center;
}

.screen-zoom-dialog > p {
  height: 46px;
  margin: 0;
  padding: 13px 20px;
  overflow: hidden;
  color: var(--quiet);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.screen-zoom-open {
  overflow: hidden;
}

.spot-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 56px;
  margin-top: 116px;
  padding-top: 54px;
  padding-bottom: 54px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.spot-contact h2 {
  max-width: 820px;
  margin-bottom: 18px;
}

.spot-contact p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 235px;
}

.spot-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 126px;
}

.spot-brand--footer {
  font-size: 17px;
}

.spot-lockup--footer {
  width: 135px;
}

.spot-footer p {
  margin: 0;
  color: var(--quiet);
  font-size: 11px;
  text-align: center;
}

.footer-action {
  min-height: 42px;
  padding-inline: 17px;
  font-size: 12px;
}

.chat-backdrop {
  position: fixed;
  inset: 0;
  z-index: 79;
  visibility: hidden;
  background: rgba(9, 5, 4, 0.74);
  opacity: 0;
  backdrop-filter: blur(4px);
  transition: opacity 220ms ease, visibility 220ms ease;
}

.chat-backdrop.is-open {
  visibility: visible;
  opacity: 1;
}

.chat-panel {
  position: fixed;
  top: 92px;
  right: 22px;
  z-index: 80;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(430px, calc(100vw - 32px));
  height: min(720px, calc(100dvh - 114px));
  max-height: calc(100dvh - 114px);
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: var(--surface-raised);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
}

.chat-panel.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 0s;
}

.chat-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-raised);
}

.chat-panel__head > div {
  display: grid;
  gap: 7px;
}

.chat-panel__head b {
  font-size: 24px;
  letter-spacing: -0.035em;
}

.chat-close {
  flex: 0 0 auto;
  min-width: 44px;
  height: 44px;
  padding-inline: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--accent-bright);
  cursor: pointer;
  font-size: 11px;
  font-weight: 720;
  line-height: 1;
}

.chat-close:hover {
  border-color: var(--accent);
  background: rgba(170, 179, 191, 0.08);
}

.launch-request-intro {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.chat-panel form,
.chat-panel label {
  display: grid;
}

.chat-panel form {
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  gap: 0;
}

.launch-request-scroll {
  display: grid;
  align-content: start;
  gap: 13px;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 20px 26px;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: var(--accent-muted) rgba(170, 179, 191, 0.08);
}

.launch-request-scroll::-webkit-scrollbar {
  width: 6px;
}

.launch-request-scroll::-webkit-scrollbar-track {
  background: rgba(170, 179, 191, 0.08);
}

.launch-request-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--accent-muted);
}

.launch-request-actions {
  position: sticky;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 14px 26px 20px;
  border-top: 1px solid var(--line);
  background: var(--surface-raised);
  box-shadow: 0 -14px 30px rgba(9, 5, 4, 0.18);
}

.chat-panel label {
  gap: 6px;
}

.chat-panel label > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.chat-panel input,
.chat-panel textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 13px;
  background: var(--surface-deep);
  color: var(--ink);
  resize: vertical;
}

.chat-panel textarea {
  min-height: 108px;
}

.chat-panel input::placeholder,
.chat-panel textarea::placeholder {
  color: #6d7580;
}

.chat-panel input:focus,
.chat-panel textarea:focus {
  border-color: var(--accent);
}

.chat-panel .primary {
  width: 100%;
}

.lead-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
}

.lead-presets legend {
  width: 100%;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.lead-presets button {
  min-height: 44px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--quiet);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
}

.lead-presets button:hover,
.lead-presets button[aria-pressed="true"] {
  border-color: var(--accent);
  background: rgba(170, 179, 191, 0.08);
  color: var(--ink);
}

.lead-expectation {
  display: block;
  margin-top: -4px;
  color: var(--quiet);
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.chat-panel .primary:disabled {
  cursor: wait;
  opacity: 0.66;
  transform: none;
}

.chat-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 44px;
}

.chat-panel .chat-consent input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--accent);
}

.chat-panel .chat-consent label {
  display: block;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.chat-privacy-link {
  width: fit-content;
  color: var(--accent);
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.chat-privacy {
  margin: -4px 0 0;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(170, 179, 191, 0.05);
  color: var(--quiet);
  font-size: 10px;
  line-height: 1.45;
}

.chat-status {
  min-height: 20px;
  margin: 0;
  font-size: 11px;
}

.chat-status[data-status="success"] {
  color: var(--success);
}

.chat-status[data-status="error"] {
  color: var(--danger);
}

@media (max-width: 1080px) {
  .spot-header__inner {
    position: relative;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
  }

  .spot-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .spot-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 8px;
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    background: var(--surface-raised);
    box-shadow: var(--shadow);
  }

  .spot-nav.is-open {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .spot-nav a {
    justify-content: center;
    min-width: 0;
    padding-inline: 8px;
  }

  .spot-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spot-hero__copy {
    grid-column: 1 / -1;
    grid-row: auto;
    max-width: 900px;
    padding: 30px 0 14px;
  }

  .hero-product {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .hero-rail {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .spot-hero__copy h1 {
    max-width: 850px;
  }

  .product-panel {
    grid-template-columns: minmax(270px, 0.75fr) minmax(0, 1.25fr);
  }

  .tour-copy {
    padding: 36px;
  }

  .tenant-demo {
    grid-column: span 12;
    grid-row: auto;
  }

  .architecture-card {
    grid-column: span 6;
  }

  .architecture-card--wide {
    grid-column: span 12;
  }

  .booking-model-panel {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  }

  .persona-panel {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 820px) {
  .shell,
  .spot-header__inner {
    width: min(100% - 30px, var(--shell));
  }

  .spot-section {
    padding-top: 86px;
    content-visibility: visible;
    contain-intrinsic-size: none;
  }

  .spot-hero {
    padding-top: 38px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .operating-index {
    grid-template-columns: 1fr;
  }

  .operating-index > div,
  .operating-index > div:first-child,
  .operating-index > div:last-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .operating-index > div:last-child {
    border-bottom: 0;
  }

  .product-tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: var(--accent-muted) rgba(170, 179, 191, 0.08);
  }

  .product-tabs-shell::before,
  .product-tabs-shell::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 21px;
    width: 5px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 160ms ease;
  }

  .product-tabs-shell::before {
    left: 0;
    background: var(--surface-soft);
    box-shadow: 10px 0 16px rgba(29, 18, 14, 0.72);
  }

  .product-tabs-shell::after {
    right: 0;
    background: var(--surface-soft);
    box-shadow: -10px 0 16px rgba(29, 18, 14, 0.72);
  }

  .product-tabs-shell.is-at-start::before,
  .product-tabs-shell.is-at-end::after {
    opacity: 0;
  }

  .product-tabs__hint {
    display: block;
    min-height: 20px;
    padding: 4px 11px 2px;
    color: var(--accent-muted);
    font-size: 9px;
    font-weight: 720;
    letter-spacing: 0.04em;
    text-align: right;
    transition: opacity 160ms ease;
  }

  .product-tabs-shell.is-at-end .product-tabs__hint {
    opacity: 0;
  }

  .booking-model-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .booking-model-tabs::-webkit-scrollbar {
    display: none;
  }

  .booking-model-tabs button {
    flex: 0 0 230px;
  }

  .booking-model-panel {
    grid-template-columns: 1fr;
  }

  .booking-model-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .model-flow li {
    min-height: 136px;
  }

  .product-tabs::-webkit-scrollbar {
    height: 5px;
  }

  .product-tabs::-webkit-scrollbar-track {
    background: rgba(170, 179, 191, 0.08);
  }

  .product-tabs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--accent-muted);
  }

  .product-tabs button {
    flex: 0 0 auto;
    min-width: 116px;
    padding-inline: 18px;
    scroll-snap-align: center;
  }

  .product-stage,
  .product-panel {
    min-height: 0;
  }

  .product-panel {
    grid-template-columns: 1fr;
  }

  .tour-copy {
    padding: 34px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .tour-screen {
    min-height: 430px;
  }

  .persona-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .persona-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .truth-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-card,
  .growth-card--wide,
  .growth-card--portfolio {
    grid-column: span 1;
  }

  .growth-card--wide,
  .resident-card {
    grid-column: span 2;
  }

  .visibility-grid {
    grid-template-columns: 1fr;
  }

  .visibility-outcomes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visibility-outcome--measurement {
    grid-column: 1 / -1;
  }

  .tenant-canvas {
    gap: 20px;
    padding: 24px;
  }

  .plan-grid {
    grid-template-columns: 1fr;
  }

  .launch-assurance {
    grid-template-columns: 1fr;
  }

  .launch-assurance > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .launch-assurance > div:last-child {
    border-bottom: 0;
  }

  .plan-card {
    min-height: 0;
  }

  .plan-card h3 {
    min-height: 0;
  }

  .integration-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .integration-media {
    width: min(100%, 420px);
  }

  .reference-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .spot-contact {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 30px;
    margin-top: 88px;
  }

  .contact-actions {
    width: min(100%, 360px);
  }
}

@media (max-width: 580px) {
  .shell,
  .spot-header__inner {
    width: min(100% - 24px, var(--shell));
  }

  .spot-header__inner {
    min-height: 64px;
    gap: 10px;
  }

  .spot-brand {
    gap: 7px;
    font-size: 17px;
  }

  .spot-lockup {
    width: 124px;
  }

  .spot-logo {
    width: 34px;
    height: 34px;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 13px;
    font-size: 11px;
  }

  .spot-nav.is-open {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .spot-nav a {
    justify-content: flex-start;
    padding-inline: 14px;
  }

  .spot-hero {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 24px;
  }

  .spot-hero::before {
    top: 13px;
    width: 54px;
  }

  .spot-hero__copy {
    padding: 6px 0 8px;
  }

  .eyebrow {
    margin-bottom: 11px;
    font-size: 9px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(38px, 12vw, 55px);
  }

  h2 {
    font-size: clamp(33px, 10.4vw, 48px);
  }

  h3 {
    font-size: 25px;
  }

  .lead {
    display: block;
    margin-bottom: 17px;
    font-size: 13px;
    line-height: 1.45;
  }

  .spot-actions {
    margin-bottom: 0;
  }

  .spot-actions > * {
    min-width: 0;
    width: 100%;
    min-height: 44px;
  }

  .spot-actions .secondary {
    display: inline-flex;
  }

  .hero-facts {
    display: none;
  }

  .hero-product {
    padding: 9px;
    border-radius: 19px;
  }

  .card-heading {
    padding: 5px 90px 10px 4px;
  }

  .card-heading strong {
    font-size: 14px;
  }

  .card-heading .soft-chip {
    display: none;
  }

  .hero-product > img {
    aspect-ratio: 1.48 / 1;
    border-radius: 12px;
    transform: scale(1.1);
    transform-origin: 42% 14%;
  }

  .hero-product figcaption {
    padding: 9px 3px 2px;
  }

  .hero-product figcaption span {
    font-size: 8px;
  }

  .hero-product figcaption b {
    font-size: 10px;
  }

  .hero-rail {
    grid-template-columns: 1fr;
  }

  .atomic-card {
    min-height: 0;
    padding: 16px;
  }

  .spot-section {
    padding-top: 72px;
    scroll-margin-top: 76px;
  }

  .section-heading {
    margin-bottom: 25px;
  }

  .split-heading {
    gap: 14px;
  }

  .split-heading > p {
    font-size: 13px;
  }

  .tour-shell {
    margin-inline: -4px;
    border-radius: 20px;
  }

  .product-tabs button {
    min-width: 100px;
    min-height: 54px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .tour-copy {
    padding: 25px 21px;
  }

  .tour-copy h3 {
    margin-block: 10px 13px;
  }

  .tour-copy > p:not(.panel-kicker) {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .outcome-list {
    gap: 7px;
    margin-bottom: 18px;
  }

  .outcome-list li {
    font-size: 11px;
  }

  .tour-screen {
    min-height: 300px;
    padding: 18px 12px;
  }

  .tour-screen img {
    border-radius: 10px;
  }

  .tour-screen--portrait img {
    aspect-ratio: 0.75 / 1;
    max-height: 500px;
  }

  .screen-zoom-trigger {
    position: static;
    margin: 12px auto 0;
    min-height: 44px;
    opacity: 1;
    transform: none;
  }

  .tour-controls {
    grid-template-columns: 44px 1fr auto 44px;
    gap: 8px;
    padding-inline: 10px;
  }

  .booking-models {
    margin-inline: -4px;
    border-radius: 20px;
  }

  .booking-model-tabs button {
    flex-basis: 196px;
    min-height: 82px;
    padding: 14px;
  }

  .booking-model-tabs button::after {
    right: 14px;
    left: 14px;
  }

  .booking-model-copy {
    padding: 26px 21px;
  }

  .booking-model-copy > p:not(.panel-kicker) {
    font-size: 12px;
  }

  .model-assurances {
    grid-template-columns: 1fr;
  }

  .model-flow {
    gap: 7px;
    padding: 14px;
  }

  .model-flow li {
    min-height: 116px;
    padding: 14px;
    border-radius: 13px;
  }

  .model-flow li > span {
    width: 34px;
    height: 34px;
  }

  .model-flow li > b {
    margin-top: 16px;
    font-size: 12px;
  }

  .model-flow li > small {
    font-size: 8px;
  }

  .booking-model-note {
    padding-inline: 14px;
    text-align: left;
  }

  .growth-bento,
  .architecture-bento {
    display: grid;
    grid-template-columns: 1fr;
  }

  .visibility-console {
    padding: 22px;
  }

  .visibility-console__head {
    display: grid;
  }

  .visibility-facts,
  .visibility-outcomes,
  .visibility-workflow {
    grid-template-columns: 1fr;
  }

  .visibility-outcome--measurement {
    grid-column: 1;
  }

  .visibility-cta {
    display: grid;
    gap: 18px;
    padding: 22px;
  }

  .visibility-cta button {
    width: 100%;
  }

  .growth-card,
  .growth-card--wide,
  .growth-card--portfolio,
  .resident-card,
  .tenant-demo,
  .architecture-card,
  .architecture-card--wide {
    grid-column: 1;
  }

  .growth-card,
  .growth-card--wide {
    min-height: 0;
    padding: 22px;
  }

  .event-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-flow li:nth-child(even) {
    border-right: 0;
  }

  .event-flow li:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }

  .event-flow li:last-child {
    grid-column: 1 / -1;
  }

  .persona-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .persona-tabs::-webkit-scrollbar {
    display: none;
  }

  .persona-tabs button {
    flex: 0 0 172px;
  }

  .persona-copy,
  .persona-modules {
    padding: 22px;
  }

  .persona-cta {
    width: 100%;
  }

  .persona-modules li {
    grid-template-columns: 1fr;
  }

  .persona-modules span {
    grid-row: auto;
  }

  .truth-board {
    grid-template-columns: 1fr;
  }

  .truth-board__intro {
    display: grid;
    align-items: start;
    padding: 20px;
  }

  .truth-board article {
    min-height: 0;
    padding: 20px;
  }

  .tenant-demo,
  .architecture-card {
    min-height: 0;
    padding: 21px;
  }

  .tenant-demo__head {
    display: grid;
  }

  .tenant-switch {
    width: 100%;
  }

  .tenant-switch button {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 6px;
  }

  .tenant-canvas {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 22px;
    padding: 20px;
  }

  .tenant-core {
    max-width: 180px;
  }

  .tenant-detail b {
    font-size: 20px;
  }

  .tenant-detail p {
    font-size: 12px;
  }

  .architecture-card h3 {
    font-size: 23px;
  }

  .boundary-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .boundary-flow > span {
    transform: rotate(90deg);
    text-align: center;
  }

  .plan-card {
    padding: 22px;
  }

  .plan-card__head {
    margin-bottom: 24px;
  }

  .integration-points {
    grid-template-columns: 1fr;
  }

  .integration-media img {
    max-height: 500px;
  }

  .reference-facts li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .reference-actions > * {
    width: 100%;
  }

  .reference-media {
    padding: 9px;
    border-radius: 20px;
  }

  .reference-media__head {
    padding: 4px 4px 11px;
  }

  .reference-media__head .micro-label {
    display: none;
  }

  .screen-zoom-dialog {
    width: calc(100vw - 12px);
    height: calc(100dvh - 12px);
    border-radius: 18px;
  }

  .screen-zoom-viewport img {
    min-width: min(1080px, 240vw);
  }

  .spot-contact {
    margin-top: 76px;
    padding-block: 38px;
  }

  .spot-footer {
    grid-template-columns: 1fr auto;
    padding-block: 24px;
  }

  .spot-footer p {
    display: none;
  }

  .chat-panel {
    top: auto;
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    height: calc(100dvh - 16px);
    max-height: calc(100dvh - 16px);
    padding: 0;
    border-radius: 20px;
    transform: translateY(24px);
  }

  .chat-panel.is-open {
    transform: translateY(0);
  }

  .chat-panel__head b {
    font-size: 21px;
  }

  .chat-panel__head {
    padding: 16px 18px 13px;
  }

  .launch-request-scroll {
    gap: 10px;
    padding: 14px 18px 18px;
    scrollbar-gutter: auto;
  }

  .launch-request-actions {
    gap: 6px;
    padding: 11px 18px calc(12px + env(safe-area-inset-bottom));
  }

  .chat-panel textarea {
    min-height: 86px;
  }
}

@media (max-width: 350px) {
  .shell,
  .spot-header__inner {
    width: min(100% - 18px, var(--shell));
  }

  .header-cta {
    padding-inline: 10px;
    font-size: 10px;
  }

  .spot-brand {
    font-size: 15px;
  }

  .spot-lockup {
    width: 112px;
  }

  .spot-logo {
    width: 31px;
    height: 31px;
  }

  h1 {
    font-size: 36px;
  }

  .tour-step {
    min-width: 45px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

}

@media (prefers-reduced-transparency: reduce) {
  .spot-header, .chat-backdrop { backdrop-filter: none; }
  .spot-header { background: var(--bg); }
}

@media (forced-colors: active) {
  .bento-card, .product-panel, .growth-card, .plan-card, .chat-panel { border: 1px solid CanvasText; }
  .header-cta, .primary, .secondary, .tour-arrow, .chat-close { border: 1px solid ButtonText; }
}
