.cb-page {
  --cb-navy: #071a2d;
  --cb-navy-soft: #102b45;
  --cb-cyan: #2ac7f2;
  --cb-fog: #e8f0f5;
  overflow: hidden;
  background: var(--ap-bg);
}

.cb-page h1,
.cb-page h2,
.cb-page h3,
.cb-page p,
.cb-page ol,
.cb-page ul {
  margin-top: 0;
}

.cb-hero {
  position: relative;
  min-height: clamp(720px, calc(100svh - 104px), 900px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  background-color: #eef3f5;
  background-image:
    linear-gradient(rgba(10, 114, 199, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 114, 199, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
}

.cb-hero::before,
.cb-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.cb-hero::before {
  top: -16%;
  right: -5%;
  width: min(56vw, 820px);
  aspect-ratio: 1;
  border: 1px solid rgba(10, 114, 199, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 110px rgba(255, 255, 255, 0.2), 0 0 0 111px rgba(10, 114, 199, 0.08);
}

.cb-hero::after {
  inset: 0;
  background: linear-gradient(90deg, rgba(238, 243, 245, 0.98) 0%, rgba(238, 243, 245, 0.86) 38%, rgba(238, 243, 245, 0.06) 72%);
}

.cb-hero__grid {
  position: relative;
  z-index: 2;
  min-height: 720px;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(560px, 1.16fr);
  align-items: center;
  gap: clamp(45px, 6vw, 100px);
}

.cb-hero__copy {
  position: relative;
  z-index: 4;
  padding-block: 70px;
}

.cb-hero__copy .ap-kicker {
  margin-bottom: 28px;
}

.cb-hero h1 {
  max-width: 814px;
  margin: 0;
  color: var(--ap-ink);
  font-size: clamp(68px, 6.15vw, 98px);
  font-weight: 430;
  letter-spacing: -0.057em;
  line-height: 0.91;
}

.cb-hero h1 span {
  display: block;
  color: var(--ap-blue);
}

.cb-hero__copy > p:not(.ap-kicker) {
  max-width: 590px;
  margin: 32px 0 0;
  color: var(--ap-ink-soft);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.55;
}

.cb-hero__copy .ap-button {
  min-width: 285px;
}

.cb-hero-system {
  position: relative;
  z-index: 2;
  min-height: 610px;
  align-self: stretch;
}

.cb-hero-system::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -12%;
  bottom: 8%;
  left: 8%;
  transform: skewY(-7deg);
  border: 1px solid rgba(10, 114, 199, 0.14);
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(3px);
}

.cb-hero-system__axis {
  position: absolute;
  z-index: 1;
  display: block;
  background: rgba(10, 114, 199, 0.35);
}

.cb-hero-system__axis--one {
  top: 48%;
  right: -8%;
  left: 0;
  height: 1px;
}

.cb-hero-system__axis--two {
  top: 14%;
  bottom: 8%;
  left: 54%;
  width: 1px;
}

.cb-fragment,
.cb-system-core {
  position: absolute;
  z-index: 3;
}

.cb-fragment {
  min-width: 174px;
  padding: 16px 18px 15px;
  border: 1px solid rgba(20, 25, 30, 0.19);
  background: rgba(248, 247, 243, 0.74);
  box-shadow: 0 16px 40px rgba(15, 39, 59, 0.06);
  backdrop-filter: blur(10px);
}

.cb-fragment small,
.cb-system-core small {
  display: block;
  color: #697985;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cb-fragment strong {
  display: block;
  margin-top: 8px;
  color: var(--ap-ink);
  font-size: 14px;
  font-weight: 570;
}

.cb-fragment i {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 1px;
  background: var(--ap-blue);
}

.cb-fragment--manual {
  top: 20%;
  left: -2%;
}

.cb-fragment--manual i,
.cb-fragment--data i {
  right: -36px;
}

.cb-fragment--data {
  top: 62%;
  left: 3%;
}

.cb-fragment--output {
  top: 22%;
  right: -4%;
}

.cb-fragment--status {
  right: 0;
  bottom: 18%;
}

.cb-fragment--output i,
.cb-fragment--status i {
  left: -36px;
}

.cb-system-core {
  top: 50%;
  left: 54%;
  width: 270px;
  min-height: 270px;
  padding: 34px 30px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(42, 199, 242, 0.38);
  background: var(--cb-navy);
  color: #fff;
  box-shadow: 0 34px 80px rgba(7, 26, 45, 0.28);
}

.cb-system-core::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(42, 199, 242, 0.3);
  border-radius: 50%;
}

.cb-system-core small {
  color: #77a8c9;
}

.cb-system-core strong {
  font-size: 34px;
  font-weight: 430;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.cb-system-core > span {
  color: #95aabc;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cb-hero-system__node {
  position: absolute;
  z-index: 5;
  width: 9px;
  height: 9px;
  border: 2px solid #eff5f7;
  border-radius: 50%;
  background: var(--ap-blue);
  box-shadow: 0 0 0 5px rgba(10, 114, 199, 0.1);
}

.cb-hero-system__node--one { top: calc(48% - 4px); left: 19%; }
.cb-hero-system__node--two { top: 31%; left: calc(54% - 4px); }
.cb-hero-system__node--three { top: calc(48% - 4px); right: 12%; }

.cb-hero__footer {
  position: relative;
  z-index: 3;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-top: 1px solid rgba(10, 114, 199, 0.19);
  color: #6e7d87;
  font-size: 9px;
  font-weight: 730;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cb-hero__footer i {
  position: relative;
  width: min(26vw, 300px);
  height: 1px;
  background: rgba(10, 114, 199, 0.3);
}

.cb-hero__footer i::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ap-blue);
  animation: cb-route-pulse 2s ease-in-out infinite;
}

.cb-section {
  position: relative;
  padding: clamp(100px, 10vw, 156px) 0;
  border-top: 1px solid var(--ap-line-soft);
}

.cb-heading {
  margin-bottom: clamp(62px, 7vw, 100px);
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  gap: 28px clamp(55px, 8vw, 136px);
}

.cb-heading > h2,
.cb-heading > div {
  grid-column: 2;
}

.cb-heading h2,
.cb-focused h2,
.cb-ai h2,
.cb-proof h2,
.cb-start h2,
.cb-final h2 {
  margin: 0;
  color: var(--ap-ink);
  font-size: clamp(56px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.cb-heading h2 span,
.cb-focused h2 span,
.cb-ai h2 span,
.cb-final h2 span {
  color: var(--ap-blue);
}

.cb-heading > p:last-child,
.cb-heading > div > p {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--ap-muted);
  font-size: 19px;
}

.cb-heading--split > .ap-kicker {
  grid-row: 1;
}

.cb-heading--split > div {
  grid-row: 1;
}

.cb-recognition {
  padding-top: clamp(60px, 6vw, 94px);
  background: var(--ap-bg);
}

.cb-problem-list {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--ap-ink);
}

.cb-problem-list::before {
  content: none;
}

.cb-problem-list li {
  position: relative;
  min-height: 170px;
  padding: 30px clamp(30px, 4vw, 60px) 30px 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  border-bottom: 1px solid var(--ap-line);
}

.cb-problem-list li:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(30px, 4vw, 60px);
  border-left: 1px solid var(--ap-line);
}

.cb-problem-list li::before {
  content: none;
}

.cb-problem-list span {
  padding-top: 8px;
  color: #899198;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.cb-problem-list p {
  max-width: 890px;
  margin: 0;
  color: var(--ap-ink);
  font-size: clamp(25px, 2.3vw, 35px);
  font-weight: 410;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.cb-recognition__close {
  max-width: 640px;
  margin: 38px 0 0 auto;
  padding-left: 0;
  color: var(--ap-muted);
  font-size: 18px;
}

.cb-builds {
  padding-block: clamp(76px, 7vw, 110px);
  background: #fff;
}

.cb-builds .cb-heading {
  margin-bottom: clamp(38px, 4vw, 56px);
}

.cb-build-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ap-ink);
}

.cb-build-list article {
  min-height: 225px;
  padding: 26px clamp(34px, 4vw, 64px) 30px 0;
  display: grid;
  grid-template-columns: 62px 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 12px 22px;
  border-bottom: 1px solid var(--ap-line);
}

.cb-build-list article:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(34px, 4vw, 64px);
  border-left: 1px solid var(--ap-line);
}

.cb-build-list article > span {
  grid-row: 1 / 4;
  padding-top: 7px;
  color: var(--ap-blue-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.cb-build-list h3 {
  max-width: 440px;
  margin: 0;
  color: var(--ap-ink);
  font-size: clamp(31px, 3vw, 44px);
  font-weight: 430;
  letter-spacing: -0.05em;
  line-height: 1;
}

.cb-build-list p {
  max-width: 480px;
  margin: 24px 0 0;
  color: var(--ap-muted);
  font-size: 16px;
}

.cb-example {
  overflow: hidden;
  isolation: isolate;
  background: var(--cb-navy);
  color: #fff;
}

.cb-example::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 17%;
  right: -12%;
  width: 48vw;
  aspect-ratio: 1;
  border: 1px solid rgba(42, 199, 242, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(42, 199, 242, 0.025), 0 0 0 91px rgba(42, 199, 242, 0.08);
}

.cb-heading--light h2 {
  color: #fff;
}

.cb-heading--light > div > p {
  color: #aebdca;
}

.cb-example .ap-kicker {
  color: #5bcff0;
}

.cb-workflow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.74fr) minmax(80px, 0.24fr) minmax(290px, 1fr) minmax(80px, 0.24fr) minmax(210px, 0.74fr);
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.cb-workflow__column {
  padding: 28px 0;
}

.cb-workflow__label {
  display: block;
  min-height: 45px;
  color: #6f91aa;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cb-workflow__column > div {
  min-height: 104px;
  padding: 18px 14px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cb-workflow__column > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cb-workflow__column i {
  grid-row: 1 / 3;
  color: #58748b;
  font-size: 8px;
  font-style: normal;
}

.cb-workflow__column strong,
.cb-workflow__column small {
  display: block;
}

.cb-workflow__column strong {
  color: #fff;
  font-size: 17px;
  font-weight: 560;
}

.cb-workflow__column small {
  margin-top: 3px;
  color: #8298aa;
  font-size: 10px;
}

.cb-workflow__route {
  position: relative;
  min-width: 70px;
  display: flex;
  align-items: center;
}

.cb-workflow__route i {
  flex: 1;
  height: 1px;
  background: rgba(42, 199, 242, 0.42);
}

.cb-workflow__route span {
  width: 10px;
  height: 10px;
  border: 1px solid var(--cb-cyan);
  border-radius: 50%;
  background: var(--cb-navy);
  box-shadow: 0 0 0 6px rgba(42, 199, 242, 0.07);
}

.cb-workflow__route::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cb-cyan);
  box-shadow: 0 0 12px rgba(42, 199, 242, 0.65);
  animation: cb-workflow-dot 3.2s linear infinite;
}

.cb-workflow__route--out::after {
  animation-delay: 1.6s;
}

.cb-workflow__core {
  min-height: 440px;
  padding: 42px clamp(26px, 3vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(42, 199, 242, 0.35);
  background-color: #123653;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
}

.cb-workflow__core > span {
  color: var(--cb-cyan);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.cb-workflow__core > strong {
  color: #fff;
  font-size: clamp(32px, 3.3vw, 48px);
  font-weight: 420;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.cb-workflow__core ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cb-workflow__core li {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #b1c2d0;
  font-size: 11px;
}

.cb-example__result {
  margin: 38px 0 0;
  display: flex;
  align-items: baseline;
  gap: clamp(28px, 6vw, 92px);
}

.cb-example__result span {
  color: var(--cb-cyan);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cb-example__result strong {
  color: #fff;
  font-size: clamp(25px, 2.7vw, 40px);
  font-weight: 430;
  letter-spacing: -0.04em;
}

.cb-focused {
  background: var(--ap-bg-soft);
}

.cb-focused__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(70px, 12vw, 190px);
  align-items: end;
}

.cb-focused__statement .ap-kicker {
  margin-bottom: 28px;
}

.cb-focused__copy > p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 19px;
}

.cb-focused__copy > p:first-child {
  color: var(--ap-ink);
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 420;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.cb-focused__copy > p + p {
  margin-top: 26px;
}

.cb-focused__diagram {
  margin-top: 54px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--ap-line);
  border-bottom: 1px solid var(--ap-line);
  color: #7a8288;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cb-focused__diagram i {
  min-width: 24px;
  flex: 1;
  height: 1px;
  background: rgba(10, 114, 199, 0.4);
}

.cb-focused__diagram strong {
  padding: 11px 14px;
  background: var(--ap-blue);
  color: #fff;
}

.cb-ai {
  background: #fff;
}

.cb-ai__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(70px, 10vw, 160px);
}

.cb-ai__intro .ap-kicker {
  margin-bottom: 28px;
}

.cb-ai__intro > p:not(.ap-kicker) {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--ap-muted);
  font-size: 18px;
}

.cb-ai__intro > p:nth-last-child(2) {
  color: var(--ap-ink);
  font-size: 24px;
  font-weight: 430;
  letter-spacing: -0.03em;
}

.cb-ai__uses {
  margin: 0;
  padding: 0;
  align-self: end;
  list-style: none;
  border-top: 1px solid var(--ap-ink);
}

.cb-ai__uses li {
  min-height: 92px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--ap-line);
}

.cb-ai__uses span {
  color: var(--ap-blue-deep);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cb-ai__uses strong {
  color: var(--ap-ink);
  font-size: 20px;
  font-weight: 450;
}

.cb-proof {
  background: var(--ap-bg);
}

.cb-proof__heading {
  margin-bottom: 68px;
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.05fr) minmax(280px, 0.53fr);
  gap: 40px;
  align-items: end;
}

.cb-proof__heading h2 {
  grid-column: 2;
}

.cb-proof__heading > p:last-child {
  margin: 0;
  color: var(--ap-muted);
  font-size: 18px;
}

.cb-proof__product {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(340px, 0.76fr) minmax(0, 1.24fr);
  overflow: hidden;
  background: var(--cb-navy);
  color: #fff;
}

.cb-proof__copy {
  position: relative;
  z-index: 3;
  min-height: 650px;
  padding: 54px clamp(34px, 4.5vw, 68px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cb-proof__copy > img {
  width: 210px;
  height: auto;
  filter: brightness(0) invert(1);
}

.cb-proof__copy > p {
  max-width: 490px;
  margin: 72px 0 0;
  color: #aebdca;
  font-size: 18px;
}

.cb-proof__flow {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cb-proof__flow span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #dce7ee;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cb-proof__flow i {
  color: var(--cb-cyan);
  font-style: normal;
}

.cb-proof__decisions {
  width: 100%;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.cb-proof__decisions li {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.cb-proof__decisions span {
  color: var(--cb-cyan);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cb-proof__decisions strong {
  color: #dce7ee;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.45;
}

.cb-proof__copy .ap-text-link {
  margin-top: 42px;
}

.cb-proof__copy small {
  max-width: 490px;
  margin-top: auto;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #8197aa;
  font-size: 12px;
  line-height: 1.55;
}

.cb-proof__screens {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background-color: #173650;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

.cb-proof__screens::before {
  content: "";
  position: absolute;
  top: 9%;
  right: 8%;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(42, 199, 242, 0.25);
  border-radius: 50%;
}

.cb-proof__screen {
  position: absolute;
  max-width: none;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: var(--ap-shadow);
}

.cb-proof__screen--voice {
  z-index: 2;
  top: 9%;
  left: 6%;
  width: 82%;
}

.cb-proof__screen--preview {
  z-index: 3;
  right: -18%;
  bottom: -15%;
  width: 78%;
}

.cb-fit {
  padding-block: clamp(76px, 7vw, 110px);
  background: var(--ap-bg-soft);
}

.cb-fit .cb-heading {
  margin-bottom: clamp(38px, 4vw, 56px);
}

.cb-fit .cb-heading h2 {
  font-size: clamp(52px, 5vw, 76px);
}

.cb-fit__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ap-ink);
  border-bottom: 1px solid var(--ap-line);
}

.cb-fit__grid article {
  padding: 26px clamp(28px, 4vw, 62px) 24px 0;
}

.cb-fit__grid article + article {
  padding-right: 0;
  padding-left: clamp(28px, 4vw, 62px);
  border-left: 1px solid var(--ap-line);
}

.cb-fit__grid article > span,
.cb-fit__ai > div:first-child > span {
  color: var(--ap-blue-deep);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cb-fit__grid ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cb-fit__grid li {
  position: relative;
  min-height: 52px;
  padding: 13px 0 13px 22px;
  border-top: 1px solid var(--ap-line);
  color: var(--ap-ink-soft);
  font-size: 17px;
}

.cb-fit__grid li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin: 10px 0 0 -24px;
  position: absolute;
  border: 1px solid var(--ap-blue);
  border-radius: 50%;
}

.cb-fit__ai {
  margin-top: 28px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: baseline;
  border-top: 1px solid var(--ap-line);
}

.cb-fit__ai p {
  margin: 0;
  color: var(--ap-ink-soft);
  font-size: 17px;
  line-height: 1.45;
}

.cb-process {
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(72px, 7vw, 108px);
  padding-bottom: clamp(48px, 4.5vw, 70px);
  background-color: var(--ap-bg-soft);
  background-image:
    linear-gradient(rgba(10, 114, 199, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 114, 199, 0.038) 1px, transparent 1px);
  background-size: 44px 44px;
}

.cb-process::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 4%;
  bottom: -150px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(10, 114, 199, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(10, 114, 199, 0.018), 0 0 0 75px rgba(10, 114, 199, 0.065);
}

.cb-process::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 18%;
  right: 6%;
  width: 43%;
  height: 1px;
  background: rgba(10, 114, 199, 0.2);
}

.cb-process__composition {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: clamp(60px, 8vw, 124px);
  align-items: start;
}

.cb-process__composition::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 42%;
  width: 22%;
  height: 1px;
  background: rgba(10, 114, 199, 0.18);
}

.cb-process__composition::after {
  content: "";
  position: absolute;
  top: 66px;
  left: 63%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--ap-blue);
  border-radius: 50%;
  background: var(--ap-bg-soft);
  box-shadow: 0 0 0 7px rgba(10, 114, 199, 0.06);
}

.cb-process__intro.cb-heading {
  margin: 0;
  display: block;
}

.cb-process__intro h2 {
  margin-top: 42px;
  font-size: clamp(58px, 4.85vw, 74px);
}

.cb-process__intro h2 .cb-process__heading-line {
  color: var(--ap-ink);
  white-space: nowrap;
}

.cb-process__intro h3 {
  max-width: 470px;
  margin: 38px 0 0;
  color: var(--ap-ink);
  font-size: clamp(36px, 3.4vw, 50px);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.cb-process__audit-body {
  position: relative;
  z-index: 2;
  padding-top: 0;
}

.cb-process__audit-body p {
  max-width: 650px;
  margin: 0;
  color: var(--ap-muted);
  font-size: 18px;
}

.cb-process__audit-body ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.cb-process__audit-body li {
  position: relative;
  padding: 14px 0 14px 22px;
  border-top: 1px solid var(--ap-line);
  color: var(--ap-ink-soft);
  font-size: 15px;
}

.cb-process__audit-body li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid var(--ap-blue);
  border-radius: 50%;
}

.cb-process__audit-body .ap-text-link {
  margin-top: 30px;
}

.cb-start {
  background: var(--ap-bg-soft);
}

.cb-start__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.88fr);
  gap: 65px clamp(70px, 10vw, 160px);
}

.cb-start__lead .ap-kicker {
  margin-bottom: 30px;
}

.cb-start__copy {
  padding-top: 44px;
}

.cb-start__copy > p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 18px;
}

.cb-start__copy > p:first-child {
  color: var(--ap-ink);
  font-size: 27px;
  font-weight: 430;
  letter-spacing: -0.035em;
}

.cb-start__copy > p + p {
  margin-top: 20px;
}

.cb-start__copy .ap-button {
  min-width: 260px;
  margin-top: 38px;
}

.cb-start__copy small {
  display: block;
  margin-top: 18px;
  color: #7b8388;
  font-size: 12px;
}

.cb-start__scope {
  grid-column: 1 / -1;
  padding: 35px 0 0 32%;
  display: grid;
  grid-template-columns: minmax(210px, 0.48fr) minmax(0, 1.52fr);
  gap: 60px;
  border-top: 1px solid var(--ap-line);
}

.cb-start__scope span {
  color: var(--ap-blue-deep);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cb-start__scope p {
  max-width: 700px;
  margin: 0;
  color: var(--ap-ink-soft);
  font-size: 20px;
}

.cb-final {
  padding: 68px 0;
  background: var(--ap-bg);
}

.cb-final__inner {
  min-height: 720px;
  padding: clamp(44px, 5.5vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: var(--cb-navy);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  color: #fff;
}

.cb-final__inner::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -48%;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(42, 199, 242, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(42, 199, 242, 0.02), 0 0 0 81px rgba(42, 199, 242, 0.08);
}

.cb-final .ap-kicker {
  position: relative;
  z-index: 2;
  color: #77a9c9;
}

.cb-final h2 {
  position: relative;
  z-index: 2;
  margin-top: 45px;
  color: #fff;
  font-size: clamp(70px, 8vw, 118px);
}

.cb-final h2 span {
  color: var(--cb-cyan);
}

.cb-final__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.cb-final__copy {
  max-width: 490px;
}

.cb-final__copy > p {
  margin: 0;
  color: #aebdca;
  font-size: 18px;
}

.cb-final__copy small {
  margin-top: 16px;
  display: block;
  color: #7891a4;
  font-size: 11px;
}

.cb-final .ap-actions {
  margin: 0;
}

.cb-final .ap-button {
  min-width: 250px;
}

.cb-final__scope {
  position: relative;
  z-index: 2;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cb-final__scope span {
  color: var(--cb-cyan);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cb-final__scope p {
  max-width: 650px;
  margin: 0;
  color: #9fb1bf;
  font-size: 15px;
}

@keyframes cb-route-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.75); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes cb-workflow-dot {
  0% { left: 0; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { left: calc(100% - 7px); opacity: 0; }
}

@media (max-width: 1180px) {
  .cb-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    gap: 30px;
  }

  .cb-hero h1 {
    font-size: clamp(64px, 6.7vw, 82px);
  }

  .cb-fragment {
    min-width: 145px;
  }

  .cb-system-core {
    width: 235px;
    min-height: 245px;
  }

  .cb-workflow {
    grid-template-columns: minmax(180px, 0.7fr) 64px minmax(270px, 1fr) 64px minmax(180px, 0.7fr);
  }

  .cb-proof__heading {
    grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1.08fr) minmax(250px, 0.56fr);
  }

}

@media (max-width: 980px) {
  .cb-hero {
    min-height: 0;
  }

  .cb-hero::after {
    background: linear-gradient(180deg, rgba(238, 243, 245, 0.98) 0%, rgba(238, 243, 245, 0.9) 43%, rgba(238, 243, 245, 0.12) 75%);
  }

  .cb-hero__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cb-hero__copy {
    max-width: 790px;
    padding: 90px 0 30px;
  }

  .cb-hero-system {
    min-height: 610px;
  }

  .cb-heading,
  .cb-heading--split {
    grid-template-columns: minmax(145px, 0.32fr) minmax(0, 1.68fr);
    gap: 30px 55px;
  }

  .cb-build-list h3 {
    font-size: 34px;
  }

  .cb-workflow {
    grid-template-columns: 1fr 60px 1.15fr 60px 1fr;
  }

  .cb-workflow__column > div {
    padding-inline: 8px;
    grid-template-columns: 25px 1fr;
  }

  .cb-workflow__core {
    padding-inline: 26px;
  }

  .cb-focused__grid,
  .cb-ai__grid {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .cb-focused__copy,
  .cb-ai__uses {
    width: min(100%, 720px);
    margin-left: auto;
  }

  .cb-proof__heading {
    grid-template-columns: minmax(140px, 0.3fr) minmax(0, 1.7fr);
  }

  .cb-proof__heading > p:last-child {
    grid-column: 2;
  }

  .cb-proof__product {
    grid-template-columns: 1fr;
  }

  .cb-proof__copy {
    min-height: 580px;
  }

  .cb-proof__screens {
    min-height: 620px;
  }

  .cb-fit__grid,
  .cb-fit__ai {
    grid-template-columns: 1fr;
  }

  .cb-fit__grid article,
  .cb-fit__grid article + article {
    padding: 32px 0 38px;
    border-left: 0;
  }

  .cb-fit__grid article + article {
    border-top: 1px solid var(--ap-line);
  }

  .cb-fit__ai {
    gap: 12px;
  }

  .cb-process__composition {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .cb-process::after {
    display: none;
  }

  .cb-process__audit-body {
    padding-top: 0;
  }

  .cb-process__composition::before {
    top: 43%;
    left: 0;
    width: 46%;
  }

  .cb-process__composition::after {
    top: calc(43% - 4px);
    left: 44%;
  }

  .cb-start__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .cb-start__copy {
    max-width: 720px;
    margin-left: auto;
    padding-top: 0;
  }

  .cb-start__scope {
    margin-top: 35px;
    padding-left: 0;
  }

  .cb-final__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .cb-section {
    padding-block: 92px;
  }

  .cb-recognition {
    padding-top: 55px;
  }

  .cb-recognition .cb-heading h2 {
    font-weight: 420;
  }

  .cb-builds,
  .cb-fit {
    padding-block: 72px;
  }

  .cb-process {
    padding-top: 68px;
    padding-bottom: 46px;
  }

  .cb-hero__copy {
    padding-top: 70px;
  }

  .cb-hero h1 {
    font-size: clamp(58px, 11.5vw, 78px);
  }

  .cb-hero-system {
    min-height: 560px;
  }

  .cb-fragment--output,
  .cb-fragment--status {
    right: 0;
  }

  .cb-hero__footer {
    font-size: 8px;
  }

  .cb-heading,
  .cb-heading--split {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cb-heading > h2,
  .cb-heading > div,
  .cb-heading--split > .ap-kicker,
  .cb-heading--split > div {
    grid-column: 1;
    grid-row: auto;
  }

  .cb-problem-list {
    grid-template-columns: 1fr;
  }

  .cb-problem-list::before {
    left: 0;
  }

  .cb-problem-list li {
    padding-left: 30px;
    grid-template-columns: 45px 1fr;
  }

  .cb-problem-list li:nth-child(even) {
    padding-left: 30px;
    border-left: 0;
  }

  .cb-recognition__close {
    margin-left: 0;
    padding-left: 30px;
  }

  .cb-build-list {
    grid-template-columns: 1fr;
  }

  .cb-build-list article,
  .cb-build-list article:nth-child(even) {
    min-height: 215px;
    padding: 25px 0 28px;
    border-left: 0;
  }

  .cb-workflow {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 0;
  }

  .cb-workflow__column {
    padding: 0;
  }

  .cb-workflow__column > div {
    min-height: 82px;
    padding-inline: 16px;
  }

  .cb-workflow__route {
    min-height: 76px;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
  }

  .cb-workflow__route i {
    width: 1px;
    min-height: 24px;
    flex: 1;
  }

  .cb-workflow__route::after {
    top: 0;
    left: calc(50% - 3px);
    animation-name: cb-workflow-dot-mobile;
  }

  .cb-workflow__core {
    min-height: 380px;
  }

  .cb-example__result {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .cb-proof__heading {
    grid-template-columns: 1fr;
  }

  .cb-proof__heading h2,
  .cb-proof__heading > p:last-child {
    grid-column: 1;
  }

  .cb-process__composition {
    gap: 34px;
  }

  .cb-process__intro h2 {
    margin-top: 32px;
    font-size: clamp(35px, 9.4vw, 44px);
  }

  .cb-process__intro h3 {
    margin-top: 28px;
    font-size: clamp(36px, 10vw, 44px);
  }

  .cb-process__audit-body p {
    font-size: 17px;
  }

  .cb-process__audit-body .ap-text-link {
    margin-top: 28px;
  }

  .cb-start__scope {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cb-final .ap-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cb-final__scope {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  @keyframes cb-workflow-dot-mobile {
    0% { top: 0; opacity: 0; }
    12% { opacity: 1; }
    88% { opacity: 1; }
    100% { top: calc(100% - 7px); opacity: 0; }
  }
}

@media (max-width: 520px) {
  .cb-hero__copy {
    padding: 62px 0 24px;
  }

  .cb-hero h1 {
    font-size: clamp(53px, 15vw, 68px);
  }

  .cb-hero__copy > p:not(.ap-kicker) {
    font-size: 17px;
  }

  .cb-hero__copy .ap-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cb-hero__copy .ap-button {
    width: 100%;
    min-width: 0;
    padding-inline: 18px;
  }

  .cb-hero-system {
    min-height: 490px;
    margin-inline: calc(var(--ap-gutter) * -0.55);
  }

  .cb-hero-system::before {
    inset: 8% 0 6%;
  }

  .cb-system-core {
    left: 50%;
    width: 190px;
    min-height: 210px;
    padding: 24px 21px;
  }

  .cb-system-core strong {
    font-size: 28px;
  }

  .cb-fragment {
    min-width: 116px;
    padding: 12px 11px;
  }

  .cb-fragment strong {
    font-size: 11px;
  }

  .cb-fragment--manual {
    top: 17%;
    left: 0;
  }

  .cb-fragment--data {
    top: auto;
    bottom: 16%;
    left: 0;
  }

  .cb-fragment--output {
    top: 18%;
    right: 0;
  }

  .cb-fragment--status {
    right: 0;
    bottom: 15%;
  }

  .cb-hero-system__axis--two {
    left: 50%;
  }

  .cb-hero-system__node--two { left: calc(50% - 4px); }

  .cb-hero__footer {
    min-height: 64px;
    justify-content: space-between;
    gap: 12px;
  }

  .cb-hero__footer i {
    width: 42px;
    flex: 0 0 42px;
  }

  .cb-heading h2,
  .cb-focused h2,
  .cb-ai h2,
  .cb-proof h2,
  .cb-start h2 {
    font-size: clamp(46px, 13.6vw, 62px);
  }

  .cb-process .cb-process__intro h2 {
    font-size: clamp(37px, 10vw, 42px);
  }

  .cb-heading > p:last-child,
  .cb-heading > div > p {
    font-size: 17px;
  }

  .cb-recognition {
    padding-bottom: 24px;
  }

  .cb-recognition .cb-heading {
    margin-bottom: 28px;
    gap: 14px;
  }

  .cb-problem-list li,
  .cb-problem-list li:nth-child(even) {
    min-height: 0;
    padding: 18px 0 14px 23px;
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }

  .cb-problem-list p {
    font-size: 23px;
  }

  .cb-recognition__close {
    padding-left: 23px;
  }

  .cb-builds {
    padding-top: 24px;
  }

  .cb-builds .cb-heading {
    margin-bottom: 18px;
    gap: 12px;
  }

  .cb-build-list article,
  .cb-build-list article:nth-child(even) {
    min-height: 0;
    padding: 18px 0 14px;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    gap: 0 12px;
  }

  .cb-build-list article > span {
    grid-row: 1 / 3;
  }

  .cb-build-list h3 {
    font-size: 30px;
  }

  .cb-build-list p {
    margin-top: 8px;
  }

  .cb-workflow__core {
    min-height: 350px;
    padding: 32px 24px;
  }

  .cb-focused__copy > p:first-child {
    font-size: 25px;
  }

  .cb-focused__diagram {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .cb-focused__diagram i {
    width: 1px;
    min-height: 22px;
    margin-inline: auto;
  }

  .cb-ai__uses li {
    grid-template-columns: 80px 1fr;
  }

  .cb-ai__uses strong {
    font-size: 17px;
  }

  .cb-proof__product {
    margin-inline: calc(var(--ap-gutter) * -1);
  }

  .cb-proof__copy {
    min-height: 620px;
    padding: 38px var(--ap-gutter);
  }

  .cb-proof__copy > p {
    margin-top: 54px;
    font-size: 17px;
  }

  .cb-proof__decisions li {
    grid-template-columns: 68px 1fr;
  }

  .cb-fit__grid li {
    font-size: 16px;
  }

  .cb-fit__ai p {
    font-size: 18px;
  }

  .cb-proof__screens {
    min-height: 450px;
  }

  .cb-proof__screen--voice {
    top: 12%;
    left: 5%;
    width: 105%;
  }

  .cb-proof__screen--preview {
    right: -25%;
    bottom: -10%;
    width: 95%;
  }

  .cb-start__copy .ap-button {
    width: 100%;
    min-width: 0;
  }

  .cb-final {
    padding-block: 50px;
  }

  .cb-final__inner {
    min-height: 620px;
    padding: 36px 24px;
  }

  .cb-final h2 {
    font-size: clamp(58px, 16.6vw, 76px);
  }

  .cb-final .ap-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 340px) {
  .cb-process .cb-process__intro h2 {
    font-size: 35px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cb-hero__footer i::after,
  .cb-workflow__route::after {
    animation: none;
  }

}
