.ab-page {
  --ab-blue: #1454f5;
  --ab-ink: #172131;
  --ab-muted: #5e6a7b;
  --ab-pale: #eff4fa;
  --ab-line: #e3eaf3;
  color: var(--ab-ink);
}
.ab-page .ab-wrap {
  width: min(1080px, calc(100% - 64px));
  margin-inline: auto;
}
.ab-page h1,
.ab-page h2,
.ab-page h3 {
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: var(--ab-ink);
  font-weight: 650;
}
.ab-page h1 {
  font-size: 45px;
  margin: 18px 0 24px;
}
.ab-page h1 span {
  color: var(--ab-blue);
}
.ab-page h2 {
  font-size: 34px;
  margin: 12px 0 20px;
}
.ab-page h3 {
  font-size: 20px;
  margin: 0 0 14px;
}
.ab-page p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ab-muted);
  margin: 0 0 22px;
}
.ab-page .ab-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--ab-blue);
  margin-bottom: 16px;
  line-height: 1.5;
}
.ab-page .ab-note {
  display: block;
  font-size: 11px;
  color: var(--ab-muted);
  margin-top: 15px;
}
.ab-page .ab-section {
  padding: 72px 0;
}
.ab-page .ab-heading {
  max-width: 750px;
  margin-bottom: 45px;
}
.ab-page .ab-heading > p:last-child {
  max-width: 680px;
}
.ab-page .ab-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}
.ab-page figure {
  margin: 0;
}
.ab-page figure > img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.ab-page figcaption {
  font-size: 11px;
  color: var(--ab-muted);
  margin-top: 12px;
  text-align: center;
}
.ab-page .ab-hero {
  padding: 160px 0 70px;
  background: var(--ab-pale);
}
.ab-page .ab-hero .ab-split {
  grid-template-columns: 1.25fr 1fr;
  gap: 60px;
}
.ab-page .ab-hero figure > img {
  height: 365px;
  object-position: 42% 75%;
}
.ab-page .ab-lead {
  font-size: 18px;
}
.ab-page .ab-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  align-items: center;
}
.ab-page .cr-button {
  font-size: 14px;
  min-height: 50px;
  padding: 14px 24px;
}
.ab-page .ab-secondary {
  border: 1px solid var(--ab-line);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.ab-page .ab-secondary:hover {
  background: #edf3ff;
  border-color: #98b4fc;
}
.ab-page .ab-link {
  color: var(--ab-blue);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.ab-page .ab-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.ab-page a:focus-visible,
.ab-page button:focus-visible {
  outline: 3px solid var(--ab-blue);
  outline-offset: 5px;
}
.ab-page .ab-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-block: 40px;
}
.ab-page .ab-facts strong {
  display: block;
  font-size: 40px;
  letter-spacing: -0.06em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.ab-page .ab-facts span {
  font-size: 12px;
  color: var(--ab-muted);
  line-height: 1.5;
  display: block;
}
.ab-page .ab-icon-list {
  display: grid;
  gap: 30px;
}
.ab-page .ab-icon-list article {
  display: flex;
  gap: 20px;
}
.ab-page .ab-icon-list article > span {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #e7eeff;
  color: var(--ab-blue);
  font-size: 25px;
}
.ab-page .ab-icon-list h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.ab-page .ab-icon-list p {
  font-size: 14px;
  margin: 0;
}
.ab-page .ab-console {
  background: #2d3541;
  padding: 28px;
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 20px 35px #20304418;
}
.ab-page .ab-console-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  margin-bottom: 28px;
}
.ab-page .ab-console-top > span {
  font-size: 8px;
  letter-spacing: 0.08em;
  background: #254b4a;
  color: #a6efdc;
  padding: 6px 8px;
  border-radius: 20px;
}
.ab-page .ab-console-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ab-page .ab-console-grid > a {
  background: #ffffff08;
  border: 1px solid #ffffff09;
  border-radius: 7px;
  padding: 16px 12px;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.ab-page .ab-console-grid > a:hover {
  background: #ffffff14;
  transform: translateY(-3px);
}
.ab-page .ab-console-grid b {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #fff;
}
.ab-page .ab-console-grid i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #53d8b1;
}
.ab-page .ab-console-grid small {
  display: block;
  font-size: 10px;
  color: #c0cad8;
  margin-top: 8px;
}
.ab-page .ab-console-bottom {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #ffffff15;
  padding-top: 20px;
  margin-top: 22px;
  font-size: 10px;
}
.ab-page .ab-console-bottom span {
  color: #ffe0ad;
}
.ab-page .ab-console-note {
  display: block;
  text-align: center;
  margin-top: 18px;
  color: #acb9cb;
  font-size: 9px;
}
.ab-page .ab-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
.ab-page .ab-three > article > p:not(.ab-eyebrow) {
  font-size: 14px;
}
.ab-page .ab-checks {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.ab-page .ab-checks li {
  position: relative;
  padding: 11px 0 11px 22px;
  border-bottom: 1px solid var(--ab-line);
  font-size: 13px;
  color: var(--ab-muted);
  line-height: 1.5;
}
.ab-page .ab-checks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 13px;
  display: grid;
  place-items: center;
  width: 13px;
  height: 13px;
  font-size: 9px;
  color: #fff;
  background: var(--ab-blue);
  border-radius: 50%;
}
.ab-page .ab-growth-map {
  position: relative;
  display: grid;
  grid-template-columns: 30% 26% 30%;
  gap: 7%;
  align-items: center;
  width: 100%;
  min-height: 340px;
  margin: 55px 0;
}
.ab-page .ab-connectors {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #9cb6fd;
  pointer-events: none;
}
.ab-page .ab-connectors path {
  animation: ab-flow 28s linear infinite;
}
.ab-page .ab-map-inputs,
.ab-page .ab-map-outputs {
  display: grid;
  gap: 15px;
  z-index: 1;
}
.ab-page .ab-map-inputs > div,
.ab-page .ab-map-outputs > div {
  border: 1px solid #cddcfc;
  border-radius: 13px;
  background: #fff;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  font-size: 15px;
  box-shadow: 0 4px 8px #24487c03;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.ab-page .ab-map-inputs > div:hover,
.ab-page .ab-map-outputs > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px #24487c10;
}
.ab-page .ab-map-inputs i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a5afba;
  flex-shrink: 0;
}
.ab-page .ab-map-outputs {
  gap: 26px;
}
.ab-page .ab-map-outputs > div {
  border-color: #5386ff;
  color: var(--ab-blue);
  justify-content: space-between;
}
.ab-page .ab-map-outputs i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #069c76;
  flex-shrink: 0;
}
.ab-page .ab-map-core {
  position: relative;
  z-index: 1;
  border: 1px solid #f1d2ab;
  border-radius: 28px;
  padding: 28px 10px;
  background: #fff3e3;
  box-shadow: 0 15px 30px #a75d2010;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 14px;
  margin: 0 20px;
}
.ab-page .ab-map-core img {
  width: 110px;
  object-fit: contain;
}
.ab-page .ab-map-core b {
  font-size: 14px;
}
.ab-page .ab-map-core small {
  font-size: 11px;
  color: var(--ab-muted);
}
.ab-page .ab-tools {
  text-align: center;
  border-top: 1px solid var(--ab-line);
  padding-top: 26px;
}
.ab-page .ab-tools .ab-eyebrow {
  color: var(--ab-muted);
  font-size: 9px;
}
.ab-page .ab-tools > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
}
.ab-page .ab-tools > div > a {
  border: 1px solid var(--ab-line);
  border-radius: 25px;
  padding: 9px 16px;
  font-size: 12px;
  text-decoration: none;
  transition: background 0.2s;
}
.ab-page .ab-tools > div > a:hover {
  background: #eaf1ff;
}
.ab-page .ab-sequence article {
  position: relative;
}
.ab-page .ab-sequence article:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -29px;
  top: 0;
  display: grid;
  place-items: center;
  background: var(--ab-blue);
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 13px;
}
.ab-page .ab-shifts {
  gap: 22px;
}
.ab-page .ab-shifts article {
  border: 1px solid var(--ab-line);
  border-radius: 10px;
  overflow: hidden;
}
.ab-page .ab-shifts article > .ab-eyebrow {
  padding: 22px;
  margin: 0;
  color: var(--ab-muted);
  font-size: 9px;
}
.ab-page .ab-shift {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ab-page .ab-shift > div {
  padding: 20px 16px;
  background: #fff1df;
}
.ab-page .ab-shift > div + div {
  background: #d9f9eb;
}
.ab-page .ab-shift small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  color: #655549;
}
.ab-page .ab-shift b {
  font-size: 17px;
  line-height: 1.3;
  display: block;
}
.ab-page .ab-shifts article > p:last-child {
  padding: 22px;
  margin: 0;
}
.ab-page .ab-route-cards {
  gap: 22px;
}
.ab-page .ab-route-cards article {
  position: relative;
  border: 1px solid var(--ab-line);
  border-radius: 12px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
}
.ab-page .ab-route-cards article.ab-featured {
  border-color: #7597f9;
  box-shadow: 0 14px 30px #154fe610;
}
.ab-page .ab-card-badge {
  position: absolute;
  top: -12px;
  left: 25px;
  background: var(--ab-blue);
  color: #fff;
  border-radius: 15px;
  padding: 5px 12px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.ab-page .ab-route-cards h3 {
  font-size: 27px;
}
.ab-page .ab-route-cards .ab-checks {
  margin: 0 0 30px;
  flex: 1;
}
.ab-page .ab-route-cards .cr-button,
.ab-page .ab-route-cards .ab-secondary {
  font-size: 12px;
  padding-inline: 14px;
  width: 100%;
}
.ab-page .ab-dark {
  background: #2c3440;
  padding: 70px 0;
  margin-top: 25px;
}
.ab-page .ab-dark h2,
.ab-page .ab-dark h3 {
  color: #fff;
}
.ab-page .ab-dark p {
  color: #d0d7e2;
}
.ab-page .ab-dark .ab-eyebrow {
  color: #f0ca94;
}
.ab-page .ab-dark .ab-three {
  gap: 22px;
}
.ab-page .ab-dark article {
  background: #ffffff05;
  border: 1px solid #ffffff0d;
  border-radius: 10px;
  padding: 28px;
}
.ab-page .ab-dark h3 {
  font-size: 17px;
}
.ab-page .ab-dark-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: #ffffff08;
  color: #f0ca94;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 23px;
}
.ab-page .ab-dark a {
  color: #b1ccff;
  font-size: 12px;
  text-underline-offset: 5px;
}
.ab-page .ab-founder {
  padding-block: 85px;
}
.ab-page .ab-founder .ab-checks {
  margin-bottom: 25px;
}
.ab-page .ab-founder li {
  border: 0;
  padding-left: 30px;
}
.ab-page .ab-founder li:before {
  width: 19px;
  height: 19px;
  top: 12px;
}
.ab-page .ab-founder li b {
  display: block;
  color: var(--ab-ink);
  font-size: 15px;
  margin-bottom: 6px;
}
.ab-page .ab-founder li span {
  display: block;
  font-size: 13px;
}
.ab-page .ab-founder figure > img {
  max-height: 460px;
  object-fit: contain;
  background: var(--ab-pale);
}
.ab-page .ab-founder figcaption {
  font-size: 14px;
}
.ab-page .ab-founder figcaption span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}
.ab-page .ab-cta {
  background: var(--ab-pale);
  text-align: center;
  padding: 75px 0;
}
.ab-page .ab-cta h2 {
  font-size: 34px;
}
.ab-page .ab-cta p {
  font-size: 16px;
}
.ab-page .ab-cta .ab-note a {
  text-underline-offset: 4px;
}
.ab-page .ab-shortcut {
  position: fixed;
  z-index: 40;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  gap: 26px;
  background: #2c3440;
  color: #fff;
  width: max-content;
  max-width: calc(100% - 24px);
  border-radius: 50px;
  padding: 10px 12px 10px 24px;
  box-shadow: 0 8px 30px #18223535;
}
.ab-page .ab-shortcut[hidden] {
  display: none;
}
.ab-page .ab-shortcut b {
  font-size: 12px;
}
.ab-page .ab-shortcut .cr-button {
  min-height: 0;
  font-size: 12px;
  padding: 12px 22px;
}
@keyframes ab-flow {
  to {
    stroke-dashoffset: -260;
  }
}
@media (max-width: 1000px) {
  .ab-page h1 {
    font-size: 38px;
  }
  .ab-page .ab-split,
  .ab-page .ab-hero .ab-split {
    gap: 35px;
  }
  .ab-page .ab-three {
    gap: 25px;
  }
  .ab-page .ab-console {
    padding: 20px;
  }
  .ab-page .ab-facts {
    gap: 25px;
  }
  .ab-page .ab-map-core {
    margin: 0;
  }
  .ab-page .ab-map-inputs > div,
  .ab-page .ab-map-outputs > div {
    padding-inline: 13px;
    font-size: 13px;
  }
  .ab-page .ab-sequence article:not(:last-child):after {
    right: -22px;
  }
  .ab-page .ab-route-cards article {
    padding: 27px 18px;
  }
}
@media (max-width: 700px) {
  .ab-page .ab-wrap {
    width: calc(100% - 38px);
  }
  .ab-page h1 {
    font-size: 35px;
  }
  .ab-page h2,
  .ab-page .ab-cta h2 {
    font-size: 28px;
  }
  .ab-page .ab-split,
  .ab-page .ab-hero .ab-split,
  .ab-page .ab-three {
    grid-template-columns: 1fr;
  }
  .ab-page .ab-hero {
    padding: 130px 0 45px;
  }
  .ab-page .ab-hero figure > img {
    height: 260px;
  }
  .ab-page .ab-lead {
    font-size: 17px;
  }
  .ab-page .ab-actions {
    gap: 12px;
  }
  .ab-page .ab-actions .cr-button,
  .ab-page .ab-actions .ab-secondary {
    font-size: 13px;
    padding-inline: 20px;
  }
  .ab-page .ab-facts {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-block: 32px;
  }
  .ab-page .ab-facts strong {
    font-size: 35px;
  }
  .ab-page .ab-section {
    padding-block: 46px;
  }
  .ab-page .ab-heading {
    margin-bottom: 30px;
  }
  .ab-page .ab-icon-list {
    gap: 24px;
  }
  .ab-page .ab-three {
    gap: 28px;
  }
  .ab-page .ab-growth-map {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-block: 35px;
    min-height: 0;
  }
  .ab-page .ab-connectors {
    display: none;
  }
  .ab-page .ab-map-inputs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .ab-page .ab-map-inputs > div:last-child {
    grid-column: 1/-1;
    justify-content: center;
  }
  .ab-page .ab-map-core {
    margin-inline: auto;
    width: 210px;
  }
  .ab-page .ab-map-core:before,
  .ab-page .ab-map-core:after {
    content: "↓";
    position: absolute;
    color: var(--ab-blue);
    font-size: 22px;
    left: calc(50% - 7px);
  }
  .ab-page .ab-map-core:before {
    top: -30px;
  }
  .ab-page .ab-map-core:after {
    bottom: -31px;
  }
  .ab-page .ab-map-outputs {
    gap: 10px;
  }
  .ab-page .ab-map-outputs > div {
    min-height: 48px;
  }
  .ab-page .ab-sequence article:not(:last-child):after {
    display: none;
  }
  .ab-page .ab-shifts .ab-shift b {
    font-size: 18px;
  }
  .ab-page .ab-route-cards {
    gap: 30px;
  }
  .ab-page .ab-route-cards article {
    padding: 28px;
  }
  .ab-page .ab-dark {
    padding: 48px 0;
  }
  .ab-page .ab-founder {
    padding-block: 50px;
  }
  .ab-page .ab-founder figure > img {
    max-height: 360px;
  }
  .ab-page .ab-cta {
    padding: 50px 0;
  }
  .ab-page .ab-shortcut {
    gap: 13px;
    padding-left: 16px;
  }
  .ab-page .ab-shortcut b {
    font-size: 11px;
    max-width: 135px;
  }
  .ab-page .ab-shortcut .cr-button {
    padding: 11px 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ab-page *,
  .ab-page *:before,
  .ab-page *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .ab-page .ab-map-inputs > div:hover,
  .ab-page .ab-map-outputs > div:hover,
  .ab-page .ab-console-grid > a:hover {
    transform: none;
  }
}
