.cm-home,
.cm-home-final-cta {
  --home-bg: #ffffff;
  --home-surface: #ffffff;
  --home-muted-surface: #f3f6fb;
  --home-border: #dbe3ef;
  --home-text: #111827;
  --home-muted: #526174;
  --home-primary: #2454ff;
  --home-primary-strong: #173dc7;
  --cm-a11y-primary-bg: #2454ff;
  --cm-a11y-primary-bg-hover: #173dc7;
  --cm-a11y-primary-fg: #ffffff;
  --home-success: #11875d;
  --home-dark: #0a1324;
  --home-dark-surface: #111d31;
  --home-dark-border: #30405a;
  --home-dark-muted: #c0ccda;
  background: var(--home-bg);
  color: var(--home-text);
  font-family: "Satoshi", ui-sans-serif, system-ui, sans-serif;
}

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

.cm-home-progress {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.cm-home-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: #2454ff;
}

.lp-nav {
  transition: box-shadow .2s ease, background-color .2s ease;
}

.lp-nav.is-scrolled {
  box-shadow: 0 12px 32px rgba(15, 23, 42, .1);
}

.cm-home-motion [data-home-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.cm-home-motion [data-home-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cm-home-shell {
  width: min(1240px, calc(100% - 3rem));
  margin: 0 auto;
}

.cm-home-eyebrow {
  margin: 0 0 .75rem;
  color: var(--home-primary);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cm-home h1,
.cm-home h2,
.cm-home h3,
.cm-home p {
  letter-spacing: 0;
}

.cm-home-hero {
  --home-hero-x: 50%;
  --home-hero-y: 50%;
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-color: #0a1324;
  background-image: var(--cm-home-hero);
  background-position: var(--home-hero-x) var(--home-hero-y);
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-position .35s ease-out;
}

.cm-home-hero__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(6, 14, 28, .78);
}

.cm-home-hero__content {
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}

.cm-home-hero__content > * {
  max-width: 760px;
}

.cm-home-hero .cm-home-eyebrow {
  color: #9db7ff;
}

.cm-home-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.02;
}

.cm-home-hero__lede {
  margin: 1.4rem 0 0;
  color: #dce6f3;
  font-size: 1.18rem;
  line-height: 1.65;
}

.cm-home-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.cm-home-actions .lp-btn {
  min-height: 48px;
  border-radius: 8px;
  text-decoration: none;
}

.cm-home .lp-btn-primary,
.cm-home-final-cta .lp-btn-primary {
  border-color: #2454ff;
  background: #2454ff;
  color: #ffffff !important;
}

.cm-home .lp-btn-primary:hover,
.cm-home-final-cta .lp-btn-primary:hover {
  border-color: #173dc7;
  background: #173dc7;
  color: #ffffff !important;
}

.cm-home-btn-light {
  border: 1px solid rgba(255, 255, 255, .7);
  background: #ffffff;
  color: #111827 !important;
}

.cm-home-btn-light:hover {
  border-color: #ffffff;
  background: #eef3ff;
  color: #111827 !important;
}

.cm-home-text-link,
.cm-home-inline-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--home-primary) !important;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.cm-home-text-link {
  color: #ffffff !important;
  min-height: 44px;
  padding: 0 .5rem;
}

.cm-home-text-link:hover,
.cm-home-inline-link:hover {
  text-decoration: underline;
}

.cm-home-hero__proof {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 2.2rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.cm-home-hero__proof span {
  color: #ffffff;
  font-size: .82rem;
  font-weight: 600;
}

.cm-home-product-band {
  border-bottom: 1px solid var(--home-border);
  background: var(--home-surface);
}

.cm-home-product-band__inner {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: 3rem;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cm-home-product-band h2 {
  margin: 0;
  color: var(--home-text);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.3;
}

.cm-home-product-types {
  display: flex;
  justify-content: flex-end;
  gap: .6rem;
  flex-wrap: wrap;
}

.cm-home-product-types span {
  border: 1px solid var(--home-border);
  border-radius: 999px;
  background: var(--home-muted-surface);
  color: var(--home-text);
  padding: .5rem .75rem;
  font-size: .78rem;
  font-weight: 600;
}

.cm-home-section {
  padding: 5rem 0;
  background: var(--home-bg);
}

.cm-home-section--muted {
  border-top: 1px solid var(--home-border);
  border-bottom: 1px solid var(--home-border);
  background: var(--home-muted-surface);
}

.cm-home-section-head {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.cm-home-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: 4rem;
  align-items: end;
  max-width: none;
}

.cm-home-section-head h2,
.cm-home-operations h2,
.cm-home-final-cta h2 {
  margin: 0;
  color: var(--home-text);
  font-size: 2.4rem;
  font-weight: 650;
  line-height: 1.12;
}

.cm-home-section-head > p:last-child,
.cm-home-section-head > div > p:last-child,
.cm-home-operations > div > p,
.cm-home-final-cta > div > p {
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.cm-home-section-head > p:last-child {
  margin: .9rem 0 0;
}

.cm-home-section-head--split > p {
  margin: 0;
}

.cm-home-platform {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  background: var(--home-surface);
  box-shadow: 0 20px 55px rgba(15, 23, 42, .07);
}

.cm-home-platform__tabs {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border-bottom: 1px solid var(--home-border);
  background: var(--home-muted-surface);
}

.cm-home-platform__tabs button {
  position: relative;
  min-width: 0;
  min-height: 48px;
  border: 0;
  border-right: 1px solid var(--home-border);
  background: transparent;
  color: var(--home-muted);
  padding: .7rem .55rem;
  cursor: pointer;
  font: inherit;
  font-size: .74rem;
  font-weight: 650;
  line-height: 1.25;
  transition: background-color .16s ease, color .16s ease;
}

.cm-home-platform__tabs button:last-child {
  border-right: 0;
}

.cm-home-platform__tabs button:hover {
  background: var(--home-surface);
  color: var(--home-text);
}

.cm-home-platform__tabs button[aria-selected="true"] {
  background: var(--home-surface);
  color: var(--home-primary);
}

.cm-home-platform__tabs button[aria-selected="true"]::after {
  position: absolute;
  right: .75rem;
  bottom: -1px;
  left: .75rem;
  height: 2px;
  background: var(--home-primary);
  content: "";
}

.cm-home-platform__panels {
  background: var(--home-surface);
}

.cm-home-platform__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .95fr) minmax(210px, .72fr);
  gap: 2.25rem;
  min-height: 300px;
  align-items: start;
  padding: 2.25rem;
}

.cm-home-platform__panel[hidden] {
  display: none;
}

.cm-home-platform__panel:focus-visible,
.cm-home-platform__tabs button:focus-visible {
  outline: 3px solid rgba(36, 84, 255, .3);
  outline-offset: -3px;
}

.cm-home-platform__count {
  display: block;
  margin-bottom: 1rem;
  color: var(--home-primary);
  font-size: .72rem;
  font-weight: 750;
}

.cm-home-platform__intro h3 {
  max-width: 510px;
  margin: 0;
  color: var(--home-text);
  font-size: 1.85rem;
  font-weight: 650;
  line-height: 1.2;
}

.cm-home-platform__intro p {
  max-width: 570px;
  margin: 1rem 0 0;
  color: var(--home-muted);
  font-size: .93rem;
  line-height: 1.65;
}

.cm-home-platform__work > p,
.cm-home-platform__links > p {
  margin: 0 0 .8rem;
  color: var(--home-muted);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cm-home-platform__work ul {
  display: grid;
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm-home-platform__work li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--home-text);
  font-size: .82rem;
  font-weight: 550;
  line-height: 1.5;
}

.cm-home-platform__work li::before {
  position: absolute;
  top: .52em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-success);
  content: "";
}

.cm-home-platform__links > div {
  display: grid;
}

.cm-home-platform__links a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-top: 1px solid var(--home-border);
  color: var(--home-text) !important;
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.cm-home-platform__links a:last-child {
  border-bottom: 1px solid var(--home-border);
}

.cm-home-platform__links a span {
  color: var(--home-primary);
}

.cm-home-platform__links a:hover {
  color: var(--home-primary) !important;
}

.cm-home-platform__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--home-border);
  background: var(--home-muted-surface);
  padding: .85rem 1.25rem;
  color: var(--home-muted);
  font-size: .75rem;
}

.cm-home-platform__footer a {
  color: var(--home-primary) !important;
  font-weight: 700;
  text-decoration: none;
}

.cm-home-platform__footer a:hover {
  text-decoration: underline;
}

.cm-home-ai-section {
  background: var(--home-bg);
}

.cm-home-ai {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  background: var(--home-surface);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .1);
}

.cm-home-ai__topbar,
.cm-home-ai__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--home-muted-surface);
}

.cm-home-ai__topbar {
  border-bottom: 1px solid var(--home-border);
}

.cm-home-ai__topbar > div {
  display: flex;
  align-items: center;
  gap: .7rem;
}

.cm-home-ai__topbar strong {
  color: var(--home-text);
  font-size: .95rem;
}

.cm-home-ai__mark {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--home-primary);
  color: #ffffff;
  font-size: .72rem;
  font-weight: 800;
}

.cm-home-ai__signal {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--home-muted);
  font-size: .72rem;
  font-weight: 650;
}

.cm-home-ai__signal i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-success);
  box-shadow: 0 0 0 4px rgba(17, 135, 93, .12);
  animation: cm-home-signal 2.2s ease-in-out infinite;
}

@keyframes cm-home-signal {
  0%, 100% { box-shadow: 0 0 0 4px rgba(17, 135, 93, .12); }
  50% { box-shadow: 0 0 0 8px rgba(17, 135, 93, 0); }
}

.cm-home-ai__goals {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.25rem;
  border-bottom: 1px solid var(--home-border);
  background: var(--home-surface);
}

.cm-home-ai__goals > span {
  margin-right: .25rem;
  color: var(--home-muted);
  font-size: .72rem;
  font-weight: 650;
}

.cm-home-ai__goals button {
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid var(--home-border);
  border-radius: 999px;
  background: var(--home-surface);
  color: var(--home-muted);
  padding: .45rem .8rem;
  cursor: pointer;
  font-size: .76rem;
  font-weight: 650;
  white-space: nowrap;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.cm-home-ai__goals button:hover {
  background: var(--home-muted-surface);
  color: var(--home-text);
}

.cm-home-ai__goals button[aria-selected="true"] {
  border-color: var(--home-primary);
  background: var(--home-primary);
  color: #ffffff;
}

.cm-home-ai__goals button:focus-visible,
.cm-home-ai__action:focus-visible,
.cm-home-platform__tabs button:focus-visible,
.cm-home-theme-explorer button:focus-visible,
.cm-home-faq summary:focus-visible {
  outline: 3px solid rgba(36, 84, 255, .3);
  outline-offset: 2px;
}

.cm-home-ai__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  min-height: 420px;
}

.cm-home-ai__conversation {
  display: grid;
  align-content: center;
  padding: 3rem;
}

.cm-home-ai__speaker {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin: 0 0 .8rem;
  color: var(--home-muted) !important;
  font-size: .72rem !important;
  font-weight: 650;
}

.cm-home-ai__speaker span:first-child {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--home-primary);
  color: #ffffff;
  font-size: .65rem;
  font-weight: 800;
}

.cm-home-ai__conversation h3 {
  margin: 0 0 1rem;
  color: var(--home-text);
  font-size: 1.75rem;
  font-weight: 650;
  line-height: 1.25;
}

.cm-home-ai__conversation p {
  max-width: 720px;
  margin: 0;
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.cm-home-ai__response {
  min-height: 5.1em;
}

.cm-home-ai__response[aria-busy="true"]::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.05em;
  margin-left: 3px;
  vertical-align: -.12em;
  background: var(--home-primary);
  animation: cm-home-cursor .75s steps(1) infinite;
}

@keyframes cm-home-cursor {
  50% { opacity: 0; }
}

.cm-home-ai__conversation .cm-home-ai__question {
  margin-top: 1rem;
  color: var(--home-text);
  font-weight: 600;
}

.cm-home-ai__actions {
  display: flex;
  gap: .65rem;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}

.cm-home-ai__action {
  min-height: 44px;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  background: var(--home-surface);
  color: var(--home-text);
  padding: .65rem 1rem;
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
  font-weight: 700;
  transition: transform .16s ease, border-color .16s ease, background-color .16s ease;
}

.cm-home-ai__action:hover {
  border-color: var(--home-primary);
  transform: translateY(-1px);
}

.cm-home-ai__action--primary {
  border-color: var(--home-primary);
  background: var(--home-primary);
  color: #ffffff;
}

.cm-home-ai__action--primary:hover {
  border-color: var(--home-primary-strong);
  background: var(--home-primary-strong);
}

.cm-home-ai__outcomes {
  border-left: 1px solid var(--home-border);
  background: var(--home-muted-surface);
  padding: 2rem;
}

.cm-home-ai__outcomes > p {
  margin: 0;
  color: var(--home-text);
  font-size: .82rem;
  font-weight: 700;
}

.cm-home-ai__outcomes dl {
  margin: 1.2rem 0 0;
}

.cm-home-ai__outcomes dl div {
  padding: 1rem 0;
  border-top: 1px solid var(--home-border);
}

.cm-home-ai__outcomes dt {
  color: var(--home-muted);
  font-size: .68rem;
  font-weight: 650;
  text-transform: uppercase;
}

.cm-home-ai__outcomes dd {
  margin: .35rem 0 0;
  color: var(--home-text);
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.45;
}

.cm-home-ai__control-note {
  display: flex;
  gap: .65rem;
  margin-top: 1.25rem;
  border: 1px solid rgba(17, 135, 93, .25);
  border-radius: 8px;
  background: rgba(17, 135, 93, .08);
  padding: .85rem;
}

.cm-home-ai__control-note > span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--home-success);
  color: #ffffff;
  font-size: .72rem;
}

.cm-home-ai__control-note p {
  margin: 0;
  color: var(--home-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.cm-home-ai__control-note strong {
  display: block;
  margin-bottom: .15rem;
  color: var(--home-text);
  font-size: .76rem;
}

.cm-home-ai__footer {
  border-top: 1px solid var(--home-border);
  color: var(--home-muted);
  font-size: .76rem;
}

.cm-home-ai__footer a {
  color: var(--home-primary) !important;
  font-weight: 700;
  text-decoration: none;
}

.cm-home-ai__footer a:hover {
  text-decoration: underline;
}

.cm-home-capability-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
}

.cm-home-capability {
  min-width: 0;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  background: var(--home-surface);
  padding: 1.25rem;
}

.cm-home-capability__number {
  color: var(--home-primary);
  font-size: .72rem;
  font-weight: 700;
}

.cm-home-capability h3 {
  margin: .6rem 0 .55rem;
  color: var(--home-text);
  font-size: 1.05rem;
  font-weight: 600;
}

.cm-home-capability > p {
  min-height: 4.2rem;
  margin: 0;
  color: var(--home-muted);
  font-size: .8rem;
  line-height: 1.55;
}

.cm-home-capability ul {
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.cm-home-capability li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .55rem;
  padding: .7rem 0;
  border-top: 1px solid var(--home-border);
}

.cm-home-capability li a {
  min-width: 0;
  color: var(--home-text) !important;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.cm-home-capability li a:hover {
  color: var(--home-primary) !important;
  text-decoration: underline;
}

.cm-home-availability {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff4df;
  color: #9a5a00;
  padding: .2rem .38rem;
  font-size: .62rem;
  font-weight: 700;
  white-space: nowrap;
}

.cm-home-availability.is-live {
  background: #e8f8f1;
  color: #08724d;
}

.cm-home-theme-explorer {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  background: var(--home-surface);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.cm-home-theme-explorer__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem;
  border-bottom: 1px solid var(--home-border);
  background: var(--home-muted-surface);
}

.cm-home-theme-explorer__themes,
.cm-home-theme-explorer__devices {
  display: flex;
  gap: .4rem;
}

.cm-home-theme-explorer__toolbar button {
  flex: 0 0 auto;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--home-muted);
  padding: .55rem .8rem;
  cursor: pointer;
  font: inherit;
  font-size: .77rem;
  font-weight: 650;
  white-space: nowrap;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.cm-home-theme-explorer__toolbar button:hover {
  background: var(--home-surface);
  color: var(--home-text);
}

.cm-home-theme-explorer__themes button[aria-selected="true"],
.cm-home-theme-explorer__devices button[aria-pressed="true"] {
  border-color: var(--home-border);
  background: var(--home-surface);
  color: var(--home-primary);
  box-shadow: 0 4px 12px rgba(15, 23, 42, .06);
}

.cm-home-theme-explorer__devices button {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding-right: .7rem;
  padding-left: .7rem;
}

.cm-home-theme-explorer__body {
  display: grid;
  grid-template-columns: minmax(280px, .38fr) minmax(0, .62fr);
}

.cm-home-theme-explorer__details {
  align-self: center;
  padding: 2.5rem;
}

.cm-home-theme-explorer__details h3 {
  margin: 0;
  color: var(--home-text);
  font-size: 1.65rem;
  font-weight: 650;
  line-height: 1.2;
}

.cm-home-theme-explorer__details > p:not(.cm-home-eyebrow) {
  margin: 1rem 0 0;
  color: var(--home-muted);
  font-size: .92rem;
  line-height: 1.65;
}

.cm-home-theme-explorer__details ul {
  display: grid;
  gap: .7rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.cm-home-theme-explorer__details li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--home-text);
  font-size: .82rem;
  font-weight: 600;
}

.cm-home-theme-explorer__details li::before {
  position: absolute;
  top: .45em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-success);
  content: "";
}

.cm-home-theme-preview {
  min-width: 0;
  margin: 0;
  border-left: 1px solid var(--home-border);
  background: var(--home-muted-surface);
  padding: 1.25rem;
}

.cm-home-theme-preview figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .75rem;
  color: var(--home-muted);
  font-size: .72rem;
}

.cm-home-theme-preview figcaption strong {
  color: var(--home-text);
  font-size: .72rem;
}

.cm-home-theme-preview__browser {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  background: var(--home-surface);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

.cm-home-theme-preview__chrome {
  display: flex;
  height: 34px;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid var(--home-border);
  padding: 0 .75rem;
  background: var(--home-surface);
}

.cm-home-theme-preview__chrome i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cbd5e1;
}

.cm-home-theme-preview__chrome span {
  overflow: hidden;
  margin-left: .45rem;
  color: var(--home-muted);
  font-size: .62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cm-home-theme-preview__viewport {
  display: flex;
  height: 440px;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: #e9eef7;
  transition: background-color .2s ease;
}

.cm-home-theme-preview__viewport img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  object-position: top center;
  transition: opacity .13s ease, transform .2s ease;
}

.cm-home-theme-preview__viewport img.is-changing {
  opacity: .35;
  transform: translateY(4px);
}

.cm-home-theme-explorer[data-device="mobile"] .cm-home-theme-preview__viewport {
  align-items: flex-start;
  padding: 1rem;
  background: #dfe6f1;
}

.cm-home-theme-explorer[data-device="mobile"] .cm-home-theme-preview__viewport img {
  width: min(250px, 80%);
  height: 408px;
  border: 6px solid #111827;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .24);
  object-fit: cover;
  object-position: top center;
}

.cm-home-flow {
  background: var(--home-dark);
  color: #ffffff;
}

.cm-home-flow .cm-home-eyebrow {
  color: #9db7ff;
}

.cm-home-flow .cm-home-section-head h2 {
  color: #ffffff;
}

.cm-home-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm-home-flow__steps li {
  min-width: 0;
  border-top: 1px solid var(--home-dark-border);
  border-right: 1px solid var(--home-dark-border);
  padding: 1.5rem;
}

.cm-home-flow__steps li:last-child {
  border-right: 0;
}

.cm-home-flow__steps span,
.cm-home-flow__steps strong {
  display: block;
}

.cm-home-flow__steps span {
  color: #91adff;
  font-size: .72rem;
  font-weight: 700;
}

.cm-home-flow__steps strong {
  margin-top: .8rem;
  color: #ffffff;
  font-size: 1.15rem;
}

.cm-home-flow__steps p {
  margin: .55rem 0 0;
  color: var(--home-dark-muted);
  font-size: .82rem;
  line-height: 1.55;
}

.cm-home-operations {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: 5rem;
  align-items: start;
}

.cm-home-operations > div > p {
  margin: 1.15rem 0 1.25rem;
}

.cm-home-operations__list {
  margin: 0;
  border-top: 1px solid var(--home-border);
}

.cm-home-operations__list > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--home-border);
}

.cm-home-operations__list dt {
  color: var(--home-text);
  font-size: .85rem;
  font-weight: 700;
}

.cm-home-operations__list dd {
  margin: 0;
  color: var(--home-muted);
  font-size: .85rem;
  line-height: 1.55;
}

.cm-home-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 5rem;
  align-items: start;
}

.cm-home-faq-layout .cm-home-section-head {
  margin-bottom: 0;
}

.cm-home-faq details {
  border-bottom: 1px solid var(--home-border);
}

.cm-home-faq summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--home-text);
  cursor: pointer;
  font-size: .95rem;
  font-weight: 600;
  list-style: none;
}

.cm-home-faq summary::-webkit-details-marker {
  display: none;
}

.cm-home-faq summary span {
  color: var(--home-primary);
  font-size: 1.25rem;
  font-weight: 400;
  transition: transform .16s ease;
}

.cm-home-faq details[open] summary span {
  transform: rotate(45deg);
}

.cm-home-faq details p {
  margin: -.2rem 0 1.25rem;
  max-width: 760px;
  color: var(--home-muted);
  font-size: .86rem;
  line-height: 1.65;
}

.cm-home-final-cta {
  padding: 6rem 0;
  background: var(--home-dark);
  color: #ffffff;
  text-align: center;
}

.cm-home-final-cta .cm-home-shell {
  max-width: 880px;
}

.cm-home-final-cta .cm-home-eyebrow {
  color: #9db7ff;
}

.cm-home-final-cta h2 {
  color: #ffffff;
}

.cm-home-final-cta > div > p:not(.cm-home-eyebrow) {
  margin: 1.15rem auto 0;
  max-width: 650px;
  color: var(--home-dark-muted);
}

.cm-home-final-cta .cm-home-actions {
  justify-content: center;
}

@media (max-width: 1120px) {
  .cm-home-platform__tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cm-home-platform__tabs button:nth-child(4n) {
    border-right: 0;
  }

  .cm-home-platform__tabs button:nth-child(-n + 4) {
    border-bottom: 1px solid var(--home-border);
  }

  .cm-home-platform__panel {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .8fr);
  }

  .cm-home-platform__intro {
    grid-column: 1 / -1;
  }

  .cm-home-capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cm-home-capability > p {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .cm-home-hero {
    min-height: 620px;
    background-position: center center;
  }

  .cm-home-hero h1 {
    font-size: 3.25rem;
  }

  .cm-home-product-band__inner,
  .cm-home-section-head--split,
  .cm-home-operations,
  .cm-home-faq-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cm-home-product-types {
    justify-content: flex-start;
  }

  .cm-home-platform__panel {
    min-height: 0;
    gap: 1.75rem;
    padding: 1.75rem;
  }

  .cm-home-ai__body {
    grid-template-columns: 1fr;
  }

  .cm-home-ai__outcomes {
    border-top: 1px solid var(--home-border);
    border-left: 0;
  }

  .cm-home-ai__outcomes dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .cm-home-theme-explorer__toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .cm-home-theme-explorer__body {
    grid-template-columns: 1fr;
  }

  .cm-home-theme-preview {
    border-top: 1px solid var(--home-border);
    border-left: 0;
  }

  .cm-home-flow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cm-home-flow__steps li:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .cm-home-shell {
    width: min(100% - 2rem, 1240px);
  }

  .cm-home-hero {
    min-height: 560px;
    background-position: center center;
  }

  .cm-home-hero__overlay {
    background: rgba(6, 14, 28, .84);
  }

  .cm-home-hero__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cm-home-hero h1 {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  .cm-home-hero__lede {
    font-size: 1rem;
  }

  .cm-home-actions {
    align-items: stretch;
  }

  .cm-home-actions .lp-btn {
    width: 100%;
  }

  .cm-home-text-link {
    justify-content: center;
    width: 100%;
  }

  .cm-home-hero__proof {
    display: grid;
    gap: .55rem;
  }

  .cm-home-section,
  .cm-home-final-cta {
    padding: 4rem 0;
  }

  .cm-home-section-head h2,
  .cm-home-operations h2,
  .cm-home-final-cta h2 {
    font-size: 2rem;
  }

  .cm-home-platform__tabs {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scroll-snap-type: inline proximity;
  }

  .cm-home-platform__tabs button,
  .cm-home-platform__tabs button:nth-child(4n),
  .cm-home-platform__tabs button:nth-child(-n + 4) {
    min-width: 120px;
    border-right: 1px solid var(--home-border);
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .cm-home-platform__panel {
    grid-template-columns: 1fr;
    padding: 1.4rem 1.2rem;
  }

  .cm-home-platform__intro {
    grid-column: auto;
  }

  .cm-home-platform__intro h3 {
    font-size: 1.45rem;
  }

  .cm-home-platform__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .cm-home-ai__goals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .cm-home-ai__goals > span {
    display: none;
  }

  .cm-home-ai__goals button {
    width: 100%;
    padding-right: .3rem;
    padding-left: .3rem;
  }

  .cm-home-ai__conversation {
    min-height: 410px;
    padding: 2rem 1.25rem;
  }

  .cm-home-ai__conversation h3 {
    font-size: 1.35rem;
  }

  .cm-home-ai__response {
    min-height: 0;
  }

  .cm-home-ai__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cm-home-ai__action {
    width: 100%;
  }

  .cm-home-ai__outcomes {
    padding: 1.25rem;
  }

  .cm-home-ai__outcomes dl {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cm-home-ai__footer,
  .cm-home-ai__topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .cm-home-theme-explorer__toolbar {
    padding: .65rem;
  }

  .cm-home-theme-explorer__themes {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    overflow: visible;
  }

  .cm-home-theme-explorer__themes button {
    width: 100%;
    text-align: left;
  }

  .cm-home-theme-explorer__devices {
    width: 100%;
  }

  .cm-home-theme-explorer__devices button {
    flex: 1 1 0;
    justify-content: center;
  }

  .cm-home-theme-explorer__details {
    padding: 1.5rem 1.25rem;
  }

  .cm-home-theme-explorer__details h3 {
    font-size: 1.4rem;
  }

  .cm-home-theme-preview {
    padding: .75rem;
  }

  .cm-home-theme-preview__viewport {
    height: 360px;
  }

  .cm-home-theme-explorer[data-device="mobile"] .cm-home-theme-preview__viewport img {
    width: min(220px, 78%);
    height: 328px;
  }

  .cm-home-capability-grid,
  .cm-home-flow__steps {
    grid-template-columns: 1fr;
  }

  .cm-home-flow__steps li {
    border-right: 0;
  }

  .cm-home-operations__list > div {
    grid-template-columns: 1fr;
    gap: .4rem;
  }
}

@media (max-width: 380px) {
  .cm-home-hero h1 {
    font-size: 2rem;
  }
}

@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  .cm-home-hero {
    min-height: 500px;
  }

  .cm-home-hero__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cm-home-hero h1 {
    font-size: 2.5rem;
  }

  .cm-home-hero__lede {
    font-size: .95rem;
    line-height: 1.45;
  }

  .cm-home-actions,
  .cm-home-hero__proof {
    margin-top: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cm-home-motion [data-home-reveal],
  .cm-home-motion [data-home-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cm-home-hero,
  .cm-home-ai__signal i,
  .cm-home-ai__response[aria-busy="true"]::after,
  .cm-home-ai__action,
  .cm-home-platform__tabs button,
  .cm-home-theme-explorer__toolbar button,
  .cm-home-theme-preview__viewport img,
  .lp-nav {
    animation: none;
    transition: none;
  }
}

@media (forced-colors: active) {
  .cm-home-platform,
  .cm-home-platform__tabs button,
  .cm-home-platform__links a {
    border-color: CanvasText;
  }

  .cm-home-platform__tabs button[aria-selected="true"] {
    outline: 2px solid Highlight;
    outline-offset: -3px;
  }

  .cm-home-platform__tabs button[aria-selected="true"]::after,
  .cm-home-platform__work li::before {
    background: Highlight;
  }
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) .cm-home {
    --home-bg: #0b1220;
    --home-surface: #121c2d;
    --home-muted-surface: #101827;
    --home-border: #2c3a50;
    --home-text: #f4f7fb;
    --home-muted: #bac7d7;
    --home-primary: #7e9dff;
    --home-primary-strong: #9db4ff;
  }

  html:not([data-theme="light"]) .cm-home-availability {
    background: #3a2b16;
    color: #ffd087;
  }

  html:not([data-theme="light"]) .cm-home-availability.is-live {
    background: #12382d;
    color: #83e5c1;
  }

  html:not([data-theme="light"]) .cm-home-product-types span {
    color: var(--home-text);
  }

  html:not([data-theme="light"]) .cm-home-theme-preview__viewport {
    background: #172235;
  }

  html:not([data-theme="light"]) .cm-home-theme-explorer[data-device="mobile"] .cm-home-theme-preview__viewport {
    background: #0e1726;
  }
}

[data-theme="dark"] .cm-home {
  --home-bg: #0b1220;
  --home-surface: #121c2d;
  --home-muted-surface: #101827;
  --home-border: #2c3a50;
  --home-text: #f4f7fb;
  --home-muted: #bac7d7;
  --home-primary: #7e9dff;
  --home-primary-strong: #9db4ff;
}

[data-theme="dark"] .cm-home-availability {
  background: #3a2b16;
  color: #ffd087;
}

[data-theme="dark"] .cm-home-availability.is-live {
  background: #12382d;
  color: #83e5c1;
}

[data-theme="dark"] .cm-home-theme-preview__viewport {
  background: #172235;
}

[data-theme="dark"] .cm-home-theme-explorer[data-device="mobile"] .cm-home-theme-preview__viewport {
  background: #0e1726;
}
