.cm-home,
.cm-home-final-cta {
  --home-bg: #ffffff;
  --home-surface: #ffffff;
  --home-soft: #f4f6fb;
  --home-lilac: #e3e7ff;
  --home-line: #d8dfec;
  --home-ink: #121827;
  --home-muted: #526174;
  --home-blue: #2f5bff;
  --home-blue-strong: #2043d8;
  --home-green: #119b66;
  --home-coral: #e14d5a;
  --home-navy: #101827;
  background: var(--home-bg);
  color: var(--home-ink);
  font-family: "Satoshi", "Inter", ui-sans-serif, system-ui, sans-serif;
}

.cm-home *,
.cm-home *::before,
.cm-home *::after,
.cm-home-final-cta * {
  box-sizing: border-box;
}

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

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

.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;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
}

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

.lp-nav {
  min-height: 4.25rem;
  padding: .65rem 1.5rem;
  border-bottom: 1px solid var(--home-line);
  background: rgba(255, 255, 255, .96);
  color: var(--home-ink);
  box-shadow: none;
  backdrop-filter: blur(16px);
  transition: box-shadow .2s ease, background-color .2s ease;
}

.lp-nav.is-scrolled {
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(18, 24, 39, .08);
}

.lp-nav-brand,
.lp-nav-brand span {
  color: var(--home-ink);
}

.lp-nav-mark {
  color: var(--home-blue);
}

.lp-nav-link,
.lp-nav-menu summary {
  color: #354055;
}

.lp-nav-link:hover,
.lp-nav-menu summary:hover {
  background: #eef2ff;
  color: var(--home-blue-strong);
}

.lp-nav-cta {
  border: 1px solid var(--home-blue);
  border-radius: 5px;
  background: var(--home-blue);
  color: #ffffff;
}

.lp-nav-cta:hover {
  border-color: var(--home-blue-strong);
  background: var(--home-blue-strong);
}

.cm-home-eyebrow {
  margin: 0 0 .65rem;
  color: var(--home-blue);
  font-size: .75rem;
  font-weight: 750;
  line-height: 1.3;
  text-transform: uppercase;
}

.cm-home-hero {
  position: relative;
  display: grid;
  min-height: 38rem;
  height: calc(100svh - 5.25rem);
  max-height: 54rem;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--home-lilac);
}

.cm-home-hero__backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  opacity: .16;
  transform: scale(1.02);
}

.cm-home-hero__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(227, 231, 255, .78);
}

.cm-home-hero__content {
  padding-block: 4rem 5.25rem;
}

.cm-home-hero__content > * {
  max-width: 72rem;
}

.cm-home-hero .cm-home-eyebrow {
  color: var(--home-blue-strong);
}

.cm-home-hero h1 {
  max-width: 68rem;
  margin: 0;
  color: var(--home-ink);
  font-size: 5rem;
  font-weight: 800;
  line-height: .98;
}

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

.cm-home-hero h1 strong {
  color: var(--home-blue);
  font-weight: inherit;
}

.cm-home-hero__lede {
  width: min(100%, 46rem);
  margin: 1.35rem 0 0;
  color: #2d374b;
  font-size: 1.16rem;
  line-height: 1.55;
}

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

.cm-home-actions .lp-btn {
  min-height: 3rem;
  padding: .72rem 1.25rem;
  border-radius: 5px;
  font-size: .9rem;
  text-decoration: none;
}

.cm-home .lp-btn-primary,
.cm-home-final-cta .lp-btn-primary {
  border-color: var(--home-blue);
  background: var(--home-blue);
  color: #ffffff !important;
}

.cm-home .lp-btn-primary:hover,
.cm-home-final-cta .lp-btn-primary:hover {
  border-color: var(--home-blue-strong);
  background: var(--home-blue-strong);
}

.cm-home-btn-light {
  border: 1px solid #273248;
  background: rgba(255, 255, 255, .64);
  color: var(--home-ink) !important;
}

.cm-home-btn-light:hover {
  background: #ffffff;
}

.cm-home-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.8rem;
  width: fit-content;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 24, 39, .28);
}

.cm-home-hero__proof span {
  color: #263148;
  font-size: .78rem;
  font-weight: 700;
}

.cm-home-hero__proof span::before {
  content: "";
  display: inline-block;
  width: .42rem;
  height: .42rem;
  margin-right: .45rem;
  border-radius: 50%;
  background: var(--home-blue);
  vertical-align: .05rem;
}

.cm-home-product-stage {
  overflow: hidden;
  padding-block: 5.25rem 0;
  background: var(--home-navy);
  color: #ffffff;
}

.cm-home-product-stage__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  gap: 3rem;
  align-items: end;
  padding-bottom: 2.5rem;
}

.cm-home-product-stage .cm-home-eyebrow {
  color: #90abff;
}

.cm-home-product-stage h2 {
  max-width: 48rem;
  margin: 0;
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.08;
}

.cm-home-product-stage__head > p {
  margin: 0;
  color: #c9d3e4;
  font-size: .95rem;
  line-height: 1.65;
}

.cm-home-product-stage__visual {
  width: min(92rem, calc(100vw - 2rem));
  margin: 0 auto -1px;
  overflow: hidden;
  border: 1px solid #3a4861;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .34);
}

.cm-home-product-stage__visual img {
  display: block;
  width: 100%;
  height: auto;
}

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

.cm-home-product-band__inner {
  display: grid;
  grid-template-columns: minmax(18rem, .9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: center;
  padding-block: 2.25rem;
}

.cm-home-product-band h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: 1.4rem;
  font-weight: 650;
  line-height: 1.35;
}

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

.cm-home-product-types span {
  position: relative;
  color: var(--home-muted);
  font-size: .78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.cm-home-product-types span:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: -.85rem;
  color: #adb7c7;
}

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

.cm-home-section--muted {
  background: var(--home-soft);
}

.cm-home-section-head {
  margin-bottom: 2.5rem;
}

.cm-home-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, .72fr);
  gap: 3rem;
  align-items: end;
}

.cm-home-section-head h2 {
  max-width: 48rem;
  margin: 0;
  color: var(--home-ink);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.08;
}

.cm-home-section-head > p,
.cm-home-section-head > div > p:not(.cm-home-eyebrow) {
  margin: 0;
  color: var(--home-muted);
  font-size: .94rem;
  line-height: 1.65;
}

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

.cm-home-inline-link {
  margin-top: .8rem;
}

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

.cm-home-platform {
  overflow: hidden;
  border-block: 1px solid var(--home-line);
  background: var(--home-surface);
}

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

.cm-home-platform__tabs button {
  min-height: 3.35rem;
  padding: .7rem .55rem;
  border: 0;
  border-right: 1px solid var(--home-line);
  border-bottom: 3px solid transparent;
  background: #ffffff;
  color: var(--home-muted);
  font: inherit;
  font-size: .76rem;
  font-weight: 700;
  cursor: pointer;
}

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

.cm-home-platform__tabs button:hover,
.cm-home-platform__tabs button:focus-visible,
.cm-home-platform__tabs button[aria-selected="true"] {
  border-bottom-color: var(--home-blue);
  background: #eef2ff;
  color: var(--home-blue-strong);
  outline: 0;
}

.cm-home-platform__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(15rem, .85fr) minmax(15rem, .85fr);
  gap: 2rem;
  padding: 2.4rem;
}

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

.cm-home-platform__intro,
.cm-home-platform__work,
.cm-home-platform__links {
  min-width: 0;
}

.cm-home-platform__count {
  color: var(--home-blue);
  font-size: .72rem;
  font-weight: 800;
}

.cm-home-platform h3 {
  margin: .55rem 0 .7rem;
  color: var(--home-ink);
  font-size: 1.65rem;
  line-height: 1.2;
}

.cm-home-platform__intro p,
.cm-home-platform__work li {
  color: var(--home-muted);
  font-size: .88rem;
  line-height: 1.58;
}

.cm-home-platform__work > p,
.cm-home-platform__links > p {
  margin: 0 0 .75rem;
  color: var(--home-ink);
  font-size: .76rem;
  font-weight: 750;
  text-transform: uppercase;
}

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

.cm-home-platform__work li {
  position: relative;
  padding-left: 1.15rem;
}

.cm-home-platform__work li::before {
  content: "";
  position: absolute;
  top: .55rem;
  left: 0;
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: var(--home-green);
}

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

.cm-home-platform__links a {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  padding: .65rem 0;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-ink);
  font-size: .84rem;
  font-weight: 650;
  text-decoration: none;
}

.cm-home-platform__links a:hover {
  color: var(--home-blue);
}

.cm-home-platform__footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 2.4rem;
  border-top: 1px solid var(--home-line);
  background: #f9faff;
  color: var(--home-muted);
  font-size: .78rem;
}

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

.cm-home-theme-explorer {
  overflow: hidden;
  border: 1px solid var(--home-line);
  background: var(--home-surface);
}

.cm-home-theme-explorer__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem;
  border-bottom: 1px solid var(--home-line);
}

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

.cm-home-theme-explorer__themes {
  min-width: 0;
  overflow-x: auto;
}

.cm-home-theme-explorer button {
  min-height: 2.35rem;
  padding: .45rem .75rem;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: var(--home-muted);
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.cm-home-theme-explorer button:hover,
.cm-home-theme-explorer button:focus-visible,
.cm-home-theme-explorer button[aria-selected="true"],
.cm-home-theme-explorer button[aria-pressed="true"] {
  border-color: #c7d3ff;
  background: #edf1ff;
  color: var(--home-blue-strong);
  outline: 0;
}

.cm-home-theme-explorer__devices button {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
}

.cm-home-theme-explorer__body {
  display: grid;
  grid-template-columns: minmax(16rem, .65fr) minmax(0, 1.35fr);
  min-height: 34rem;
}

.cm-home-theme-explorer__details {
  padding: 2.2rem;
  border-right: 1px solid var(--home-line);
}

.cm-home-theme-explorer__details h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: 1.75rem;
  line-height: 1.18;
}

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

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

.cm-home-theme-explorer__details li {
  padding-bottom: .6rem;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-ink);
  font-size: .84rem;
}

.cm-home-theme-preview {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 1rem;
  background: var(--home-soft);
}

.cm-home-theme-preview figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .2rem .25rem .8rem;
  color: var(--home-muted);
  font-size: .72rem;
}

.cm-home-theme-preview__browser {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cfd8e6;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(18, 24, 39, .12);
}

.cm-home-theme-preview__chrome {
  display: flex;
  align-items: center;
  gap: .32rem;
  height: 2.2rem;
  padding: 0 .7rem;
  border-bottom: 1px solid var(--home-line);
  background: #ffffff;
}

.cm-home-theme-preview__chrome i {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #c7cfdb;
}

.cm-home-theme-preview__chrome span {
  margin-left: .45rem;
  color: #8792a5;
  font-size: .66rem;
}

.cm-home-theme-preview__viewport {
  min-height: 28rem;
  overflow: auto;
  background: #ffffff;
}

.cm-home-theme-preview img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity .16s ease;
}

.cm-home-theme-preview img.is-changing {
  opacity: .25;
}

.cm-home-theme-explorer[data-device="mobile"] .cm-home-theme-preview__browser {
  width: min(23rem, 100%);
  margin-inline: auto;
}

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

.cm-home-ai-section .cm-home-eyebrow {
  color: #90abff;
}

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

.cm-home-ai-section .cm-home-section-head > p {
  color: #c8d2e1;
}

.cm-home-ai {
  overflow: hidden;
  border: 1px solid #394760;
  border-radius: 7px;
  background: #ffffff;
  color: var(--home-ink);
}

.cm-home-ai__topbar,
.cm-home-ai__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--home-line);
}

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

.cm-home-ai__mark {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--home-blue);
  color: #ffffff;
  font-size: .62rem;
  font-weight: 800;
}

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

.cm-home-ai__signal i {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--home-green);
}

.cm-home-ai__goals {
  display: flex;
  align-items: center;
  gap: .35rem;
  overflow-x: auto;
  padding: .65rem 1rem;
  border-bottom: 1px solid var(--home-line);
  background: #f7f8fc;
}

.cm-home-ai__goals > span {
  margin-right: .35rem;
  color: var(--home-muted);
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
}

.cm-home-ai__goals button,
.cm-home-ai__action {
  min-height: 2.25rem;
  padding: .42rem .72rem;
  border: 1px solid var(--home-line);
  border-radius: 5px;
  background: #ffffff;
  color: var(--home-ink);
  font: inherit;
  font-size: .76rem;
  font-weight: 700;
  cursor: pointer;
}

.cm-home-ai__goals button[aria-selected="true"],
.cm-home-ai__goals button:hover,
.cm-home-ai__goals button:focus-visible {
  border-color: var(--home-blue);
  color: var(--home-blue);
  outline: 0;
}

.cm-home-ai__body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, .75fr);
  min-height: 26rem;
}

.cm-home-ai__conversation {
  padding: 2.4rem;
}

.cm-home-ai__speaker {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0;
  color: var(--home-muted);
  font-size: .72rem;
}

.cm-home-ai__speaker span:first-child {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid #cbd7ff;
  border-radius: 50%;
  background: #eef2ff;
  color: var(--home-blue);
  font-size: .6rem;
  font-weight: 800;
}

.cm-home-ai__conversation h3 {
  max-width: 38rem;
  margin: 1rem 0 .65rem 2.55rem;
  color: var(--home-ink);
  font-size: 1.75rem;
  line-height: 1.18;
}

.cm-home-ai__response,
.cm-home-ai__question {
  max-width: 42rem;
  margin: 0 0 0 2.55rem;
  color: #354055;
  font-size: .92rem;
  line-height: 1.65;
}

.cm-home-ai__question {
  margin-top: .8rem;
  color: var(--home-ink);
  font-weight: 700;
}

.cm-home-ai__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.25rem 0 0 2.55rem;
}

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

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

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

.cm-home-ai__outcomes > p {
  margin: 0 0 1rem;
  color: var(--home-muted);
  font-size: .72rem;
  font-weight: 750;
  text-transform: uppercase;
}

.cm-home-ai__outcomes dl {
  display: grid;
  gap: 1rem;
  margin: 0;
}

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

.cm-home-ai__outcomes dt {
  color: var(--home-muted);
  font-size: .7rem;
}

.cm-home-ai__outcomes dd {
  margin: .25rem 0 0;
  color: var(--home-ink);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.4;
}

.cm-home-ai__control-note {
  display: grid;
  grid-template-columns: 1.4rem minmax(0, 1fr);
  gap: .55rem;
  margin-top: 1.4rem;
  color: var(--home-green);
}

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

.cm-home-ai__control-note strong {
  display: block;
  color: var(--home-ink);
}

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

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

.cm-home-faq-layout {
  display: grid;
  grid-template-columns: minmax(16rem, .58fr) minmax(0, 1.42fr);
  gap: 4rem;
  align-items: start;
}

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

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

.cm-home-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  color: var(--home-ink);
  font-size: .94rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.cm-home-faq summary span {
  color: var(--home-blue);
  font-size: 1.2rem;
}

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

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

.cm-home-final-cta {
  padding-block: 5.5rem;
  background: var(--home-blue);
  color: #ffffff;
}

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

.cm-home-final-cta h2 {
  max-width: 58rem;
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: 750;
  line-height: 1.05;
}

.cm-home-final-cta p:not(.cm-home-eyebrow) {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #e5ebff;
  font-size: .96rem;
  line-height: 1.6;
}

.cm-home-final-cta .lp-btn-primary {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--home-blue-strong) !important;
}

.cm-home-final-cta .cm-home-btn-light {
  border-color: rgba(255, 255, 255, .62);
  background: transparent;
  color: #ffffff !important;
}

.lp-footer {
  border-top: 0;
  background: #0b1220;
}

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

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

:root[data-theme="dark"] .cm-home,
:root[data-theme="dark"] .cm-home-final-cta {
  --home-bg: #0b111d;
  --home-surface: #111a29;
  --home-soft: #0e1725;
  --home-lilac: #111b31;
  --home-line: #2b3a50;
  --home-ink: #eef3fb;
  --home-muted: #b7c2d2;
  --home-navy: #070c15;
}

:root[data-theme="dark"] .lp-nav {
  border-color: #2b3a50;
  background: rgba(11, 17, 29, .96);
  color: #eef3fb;
}

:root[data-theme="dark"] .lp-nav-brand,
:root[data-theme="dark"] .lp-nav-brand span,
:root[data-theme="dark"] .lp-nav-link,
:root[data-theme="dark"] .lp-nav-menu summary {
  color: #eef3fb;
}

:root[data-theme="dark"] .cm-home-hero__overlay {
  background: rgba(12, 20, 36, .84);
}

:root[data-theme="dark"] .cm-home-hero__lede,
:root[data-theme="dark"] .cm-home-hero__proof span {
  color: #d4deec;
}

:root[data-theme="dark"] .cm-home-btn-light,
:root[data-theme="dark"] .cm-home-platform__tabs button,
:root[data-theme="dark"] .cm-home-theme-explorer button,
:root[data-theme="dark"] .cm-home-ai__goals button,
:root[data-theme="dark"] .cm-home-ai__action {
  border-color: var(--home-line);
  background: var(--home-surface);
  color: var(--home-ink) !important;
}

:root[data-theme="dark"] .cm-home-platform__footer,
:root[data-theme="dark"] .cm-home-theme-preview,
:root[data-theme="dark"] .cm-home-ai__goals,
:root[data-theme="dark"] .cm-home-ai__outcomes {
  background: var(--home-soft);
}

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

  .cm-home-section-head h2 {
    font-size: 2.55rem;
  }

  .cm-home-platform__panel {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, .75fr);
  }

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

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

  .cm-home-hero {
    min-height: 34rem;
  }

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

  .cm-home-product-stage__head,
  .cm-home-product-band__inner,
  .cm-home-section-head--split,
  .cm-home-theme-explorer__body,
  .cm-home-ai__body,
  .cm-home-faq-layout {
    grid-template-columns: 1fr;
  }

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

  .cm-home-platform__tabs {
    display: flex;
    overflow-x: auto;
  }

  .cm-home-platform__tabs button {
    flex: 0 0 9rem;
  }

  .cm-home-theme-explorer__details {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

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

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

  .cm-home-hero {
    min-height: calc(100svh - 4rem);
    height: auto;
    max-height: none;
  }

  .cm-home-hero__content {
    padding-block: 3.2rem 4.5rem;
  }

  .cm-home-hero h1 {
    font-size: 2.65rem;
    line-height: 1.02;
  }

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

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

  .cm-home-product-stage {
    padding-top: 4rem;
  }

  .cm-home-product-stage h2,
  .cm-home-section-head h2,
  .cm-home-final-cta h2 {
    font-size: 2.1rem;
  }

  .cm-home-product-stage__visual {
    width: calc(100vw - .75rem);
  }

  .cm-home-section,
  .cm-home-final-cta {
    padding-block: 4.25rem;
  }

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

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

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

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

  .cm-home-theme-explorer__devices button {
    flex: 1;
  }

  .cm-home-theme-explorer__details,
  .cm-home-ai__conversation,
  .cm-home-ai__outcomes {
    padding: 1.35rem;
  }

  .cm-home-ai__conversation h3,
  .cm-home-ai__response,
  .cm-home-ai__question,
  .cm-home-ai__actions {
    margin-left: 0;
  }

  .cm-home-ai__conversation h3 {
    margin-top: 1rem;
    font-size: 1.4rem;
  }

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

@media (prefers-reduced-motion: reduce) {
  .cm-home *,
  .cm-home *::before,
  .cm-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .cm-home-motion [data-home-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .cm-home-platform,
  .cm-home-theme-explorer,
  .cm-home-ai,
  .cm-home-product-stage__visual {
    border: 1px solid CanvasText;
  }

  .cm-home-platform__tabs button[aria-selected="true"],
  .cm-home-theme-explorer button[aria-selected="true"],
  .cm-home-ai__goals button[aria-selected="true"] {
    outline: 2px solid Highlight;
  }
}
