
.acb-ecosystem .acb-home-section__inner {
  padding-top: 60px;
}

.acb-ecosystem__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 24px;
  align-items: start;
}

.acb-ecosystem__intro {
  position: relative;
  min-height: 560px;
  border-radius: 25px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.acb-ecosystem__intro-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.acb-ecosystem__meta {
  margin: 0;
}

.acb-ecosystem__meta .acb-section-meta__icon {
  background: #0a0a0a;
}

.acb-ecosystem__meta .acb-section-meta__icon::before,
.acb-ecosystem__meta .acb-section-meta__icon::after {
  background: #f5f5f5;
}

.acb-ecosystem__headline {
  margin: 0;
  max-width: 760px;
  color: #090909;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.acb-ecosystem__headline-muted {
  color: rgba(10, 10, 10, 0.54);
}

.acb-ecosystem__cards {
  display: grid;
  gap: 8px;
  padding-top: 72px;
}

.acb-ecosystem__card {
  position: relative;
  border-radius: 25px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
  transition:
    background-color 380ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 380ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 380ms cubic-bezier(0.16, 1, 0.3, 1),
    color 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.acb-ecosystem__card.is-inverted {
  color: #f5f5f5;
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  box-shadow: 0 18px 54px rgba(10, 10, 10, 0.18), 0 1px 0 rgba(10, 10, 10, 0.06);
}

.acb-ecosystem__card.is-inverted .acb-ecosystem__kicker,
.acb-ecosystem__card.is-inverted .acb-ecosystem__index {
  color: rgba(245, 245, 245, 0.58);
}

.acb-ecosystem__card.is-inverted .acb-ecosystem__title {
  color: #f5f5f5;
}

.acb-ecosystem__card.is-inverted .acb-ecosystem__text {
  color: rgba(245, 245, 245, 0.68);
}

.acb-ecosystem__card.is-inverted .acb-ecosystem__cta {
  color: #f5f5f5;
  border-bottom-color: rgba(245, 245, 245, 0.56);
}

.acb-ecosystem__card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.acb-ecosystem__kicker,
.acb-ecosystem__index {
  color: rgba(10, 10, 10, 0.42);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.acb-ecosystem__body {
  display: grid;
  gap: 18px;
  max-width: 560px;
}

.acb-ecosystem__title {
  margin: 0;
  color: #090909;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.acb-ecosystem__text {
  margin: 0;
  color: rgba(10, 10, 10, 0.56);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

.acb-ecosystem__cta {
  width: max-content;
  color: #0a0a0a;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 10, 10, 0.24);
  padding-top: 16px;
  padding-bottom: 4px;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.acb-ecosystem__cta:hover,
.acb-ecosystem__cta:focus-visible {
  border-bottom-color: #0a0a0a;
  opacity: 0.72;
  outline: none;
}

.acb-ecosystem__cta--disabled {
  cursor: default;
  border-bottom-color: rgba(10, 10, 10, 0.14);
  opacity: 0.52;
}

.acb-protocol__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.acb-protocol__card,
.acb-classification__card {
  min-height: 320px;
  border-radius: 25px;
  padding: 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.acb-protocol__index,
.acb-classification__index {
  color: rgba(10, 10, 10, 0.34);
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.acb-protocol__title,
.acb-classification__title {
  margin: 0;
  font-size: clamp(25px, 2.6vw, 42px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.07em;
}

.acb-protocol__text,
.acb-classification__text {
  margin: 18px 0 0;
  color: rgba(10, 10, 10, 0.56);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.acb-classification__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 8px;
  margin-bottom: 8px;
}

.acb-classification__statement {
  border-radius: 25px;
  padding: 34px;
  background: #0a0a0a;
  color: #f5f5f5;
}

.acb-classification__statement .acb-home-title__muted {
  color: rgba(245, 245, 245, 0.36);
}

.acb-classification__cta {
  border-radius: 25px;
  padding: 28px;
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.acb-classification__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.acb-classification__card {
  min-height: 250px;
}

.acb-command-circle + .acb-results .acb-home-section__inner,
.acb-protocol-timeline + .acb-results .acb-home-section__inner {
  padding-top: 36px;
  padding-bottom: 36px;
}

.acb-results__grid {
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 4px;
  min-height: 630px;
}

.acb-results-steps {
  width: 100%;
  margin: 0 auto;
}

.acb-results-steps + .acb-results__grid {
  margin-top: clamp(54px, 6vw, 86px);
}

.acb-results-steps__inner {
  width: 100%;
  max-width: 1520px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: stretch;
}

.acb-results-steps__left {
  padding-top: 18px;
  align-self: stretch;
}

.acb-results-steps__lead {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 24px;
  align-self: flex-start;
}

.acb-results-steps__lead .acb-section-meta {
  margin-bottom: 0;
}

.acb-results-steps__lead .acb-section-meta__icon {
  background: #0a0a0a;
}

.acb-results-steps__lead .acb-section-meta__icon::before,
.acb-results-steps__lead .acb-section-meta__icon::after {
  background: #f5f5f5;
}

.acb-results-steps__title {
  margin: 0;
  color: #090909;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(34px, 4.7vw, 42px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.acb-results-steps__title-muted {
  color: rgba(10, 10, 10, 0.54);
}

.acb-results-steps__copy {
  display: grid;
  gap: 12px;
  max-width: 560px;
}

.acb-results-steps__copy p {
  margin: 0;
  color: rgba(10, 10, 10, 0.58);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

.acb-results-steps__right {
  padding-left: 72px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.acb-results-steps__card {
  min-height: 136px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(10, 10, 10, 0.04);
  border-radius: 18px;
  padding: 10px 14px 11px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition:
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-results-steps__card--active {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(10, 10, 10, 0.12);
  box-shadow: 0 8px 22px rgba(10, 10, 10, 0.08);
}

.acb-results-steps__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.acb-results-steps__dots {
  display: inline-flex;
  gap: 2px;
  align-items: center;
}

.acb-results-steps__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0d0d0;
  flex: 0 0 8px;
  transition: background-color 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-results-steps__dot--active {
  background: #7a7a7a;
}

.acb-results-steps__number {
  color: rgba(10, 10, 10, 0.22);
  font-size: clamp(12px, 1.05vw, 16px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.acb-results-steps__card-body {
  flex: 1;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.acb-results-steps__thumb {
  width: 68px;
  height: 68px;
  border-radius: 9px;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  transition: filter 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-results-steps__thumb--color {
  filter: none;
}

.acb-results-steps__content {
  display: grid;
  gap: 6px;
}

.acb-results-steps__name {
  margin: 0;
  color: rgba(10, 10, 10, 0.82);
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.acb-results-steps__text {
  margin: 0;
  color: rgba(10, 10, 10, 0.54);
  font-size: 15px;
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.acb-results__card {
  min-height: 0;
  border-radius: 18px;
  background: #fff;
  color: #0a0a0a;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.acb-results__case-intro {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.acb-results__meta {
  margin: 0;
}

.acb-results__case-intro .acb-section-meta {
  margin-bottom: 0;
}

.acb-results__case-intro .acb-section-meta__icon {
  background: #0a0a0a;
}

.acb-results__case-intro .acb-section-meta__icon::before,
.acb-results__case-intro .acb-section-meta__icon::after {
  background: #f5f5f5;
}

.acb-results__case-body {
  display: grid;
  gap: 18px;
}

.acb-results__case-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  width: 100%;
}

.acb-results__trusted {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
}

.acb-results__brand {
  margin: 0;
  color: #0a0a0a;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.acb-results__case-label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(10, 10, 10, 0.56);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.acb-results__case-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #0a0a0a;
  box-shadow: 14px 0 0 rgba(10, 10, 10, 0.22), 28px 0 0 rgba(10, 10, 10, 0.12);
}

.acb-results__trust {
  display: grid;
  gap: 14px;
}

.acb-results__stars {
  margin: 0;
  width: 56px;
  height: 12px;
  font-size: 0;
  color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 12'%3E%3Cpath d='M 5.087 2.049 C 5.439 1.259 6.561 1.259 6.913 2.049 L 7.423 3.192 C 7.568 3.518 7.876 3.742 8.231 3.779 L 9.475 3.91 C 10.336 4.001 10.683 5.068 10.04 5.648 L 9.11 6.485 C 8.845 6.724 8.728 7.086 8.802 7.436 L 9.061 8.66 C 9.241 9.506 8.333 10.166 7.583 9.733 L 6.5 9.108 C 6.19 8.93 5.81 8.93 5.5 9.108 L 4.417 9.733 C 3.667 10.166 2.759 9.506 2.939 8.66 L 3.198 7.436 C 3.272 7.086 3.155 6.724 2.89 6.485 L 1.96 5.648 C 1.317 5.068 1.664 4.001 2.525 3.91 L 3.769 3.779 C 4.124 3.742 4.432 3.518 4.577 3.192 Z' fill='rgb(251,152,38)'/%3E%3Cpath d='M 16.087 2.049 C 16.439 1.259 17.561 1.259 17.913 2.049 L 18.423 3.192 C 18.568 3.518 18.876 3.742 19.231 3.779 L 20.475 3.91 C 21.336 4.001 21.683 5.068 21.04 5.648 L 20.11 6.485 C 19.845 6.724 19.728 7.086 19.802 7.436 L 20.061 8.66 C 20.241 9.506 19.333 10.166 18.583 9.733 L 17.5 9.108 C 17.19 8.93 16.81 8.93 16.5 9.108 L 15.417 9.733 C 14.667 10.166 13.759 9.506 13.939 8.66 L 14.198 7.436 C 14.272 7.086 14.155 6.724 13.89 6.485 L 12.96 5.648 C 12.317 5.068 12.664 4.001 13.525 3.91 L 14.769 3.779 C 15.124 3.742 15.432 3.518 15.577 3.192 Z' fill='rgb(251,152,38)'/%3E%3Cpath d='M 27.087 2.049 C 27.439 1.259 28.561 1.259 28.913 2.049 L 29.423 3.192 C 29.568 3.518 29.876 3.742 30.231 3.779 L 31.475 3.91 C 32.336 4.001 32.683 5.068 32.04 5.648 L 31.11 6.485 C 30.845 6.724 30.728 7.086 30.802 7.436 L 31.061 8.66 C 31.241 9.506 30.333 10.166 29.583 9.733 L 28.5 9.108 C 28.19 8.93 27.81 8.93 27.5 9.108 L 26.417 9.733 C 25.667 10.166 24.759 9.506 24.939 8.66 L 25.198 7.436 C 25.272 7.086 25.155 6.724 24.89 6.485 L 23.96 5.648 C 23.317 5.068 23.664 4.001 24.525 3.91 L 25.769 3.779 C 26.124 3.742 26.432 3.518 26.577 3.192 Z' fill='rgb(251,152,38)'/%3E%3Cpath d='M 38.087 2.049 C 38.439 1.259 39.561 1.259 39.913 2.049 L 40.423 3.192 C 40.568 3.518 40.876 3.742 41.231 3.779 L 42.475 3.91 C 43.336 4.001 43.683 5.068 43.04 5.648 L 42.11 6.485 C 41.845 6.724 41.728 7.086 41.802 7.436 L 42.061 8.66 C 42.241 9.506 41.333 10.166 40.583 9.733 L 39.5 9.108 C 39.19 8.93 38.81 8.93 38.5 9.108 L 37.417 9.733 C 36.667 10.166 35.759 9.506 35.939 8.66 L 36.198 7.436 C 36.272 7.086 36.155 6.724 35.89 6.485 L 34.96 5.648 C 34.317 5.068 34.664 4.001 35.525 3.91 L 36.769 3.779 C 37.124 3.742 37.432 3.518 37.577 3.192 Z' fill='rgb(251,152,38)'/%3E%3Cpath d='M 49.087 2.049 C 49.439 1.259 50.561 1.259 50.913 2.049 L 51.423 3.192 C 51.568 3.518 51.876 3.742 52.231 3.779 L 53.475 3.91 C 54.336 4.001 54.683 5.068 54.04 5.648 L 53.11 6.485 C 52.845 6.724 52.728 7.086 52.802 7.436 L 53.061 8.66 C 53.241 9.506 52.333 10.166 51.583 9.733 L 50.5 9.108 C 50.19 8.93 49.81 8.93 49.5 9.108 L 48.417 9.733 C 47.667 10.166 46.759 9.506 46.939 8.66 L 47.198 7.436 C 47.272 7.086 47.155 6.724 46.89 6.485 L 45.96 5.648 C 45.317 5.068 45.664 4.001 46.525 3.91 L 47.769 3.779 C 48.124 3.742 48.432 3.518 48.577 3.192 Z' fill='rgb(251,152,38)'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.acb-results__quote {
  margin: 0;
  max-width: 260px;
  color: rgba(10, 10, 10, 0.62);
  font-size: 18px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.acb-results__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}

.acb-results__avatars {
  display: block;
  width: 136px;
  min-width: 136px;
  height: 40px;
  min-height: 40px;
  isolation: isolate;
  position: relative;
  overflow: visible;
}

.acb-results__avatar,
.acb-results__count {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  border: 3px solid #f5f5f5;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.acb-results__avatar:nth-child(1) { left: 0; z-index: 1; }
.acb-results__avatar:nth-child(2) { left: 24px; z-index: 2; }
.acb-results__avatar:nth-child(3) { left: 48px; z-index: 3; }
.acb-results__avatar:nth-child(4) { left: 72px; z-index: 4; }

.acb-results__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
}

.acb-results__count {
  left: 96px;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 0 8px;
  background: #0a0a0a;
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.acb-results__rating-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  width: 100%;
  min-width: 0;
}

.acb-results__rating-copy {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  color: rgba(21, 21, 21, 0.6);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.acb-results__rating-copy strong {
  color: #090909;
  font-weight: 500;
}

.acb-results__cta {
  --acb-button-border-gradient: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 44deg,
    rgba(255, 255, 255, 0.82) 102deg,
    rgba(253, 186, 116, 1) 172deg,
    rgba(255, 255, 255, 0.84) 238deg,
    transparent 318deg,
    transparent 360deg
  );
  --acb-button-border-inset: 2px;
  --acb-button-border-base: rgba(245, 245, 245, 0.2);
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
  padding: 18px 30px;
  background: #0a0a0a;
  color: #f5f5f5;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  box-shadow: inset 0 0 0 1px var(--acb-button-border-base);
  transition: transform 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.acb-results__cta:hover,
.acb-results__cta:focus-visible {
  box-shadow: inset 0 0 0 1px var(--acb-button-border-base);
  transform: translateY(-2px);
}

.acb-results__proof-card {
  display: grid;
  grid-template-rows: 0.2fr 1fr;
  gap: 4px;
  background: transparent;
  box-shadow: none;
  transition: gap 0.45s cubic-bezier(0.82, 0.11, 0.37, 0.82);
}

.acb-results__proof-card--inverted {
  grid-template-rows: 1fr 0.2fr;
}

.acb-results__proof-card:hover {
  gap: 0;
}

.acb-results__client,
.acb-results__metrics {
  border-radius: 18px;
  background: #fff;
  padding: 24px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
  transition:
    border-radius 0.45s cubic-bezier(0.82, 0.11, 0.37, 0.82),
    transform 0.45s cubic-bezier(0.82, 0.11, 0.37, 0.82);
}

.acb-results__proof-card:not(.acb-results__proof-card--inverted):hover .acb-results__client {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.acb-results__proof-card:not(.acb-results__proof-card--inverted):hover .acb-results__metrics {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.acb-results__proof-card--inverted:hover .acb-results__metrics {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.acb-results__proof-card--inverted:hover .acb-results__client {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.acb-results__client {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.acb-results__client-name {
  margin: 0;
  color: #0a0a0a;
  font-size: 24px;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.065em;
}

.acb-results__client-logo {
  display: block;
  width: auto;
  max-width: 132px;
  max-height: 58px;
  object-fit: contain;
}

.acb-results__metrics {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.acb-results__metrics-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.acb-results__metrics-stars {
  margin: 0;
  width: 56px;
  height: 12px;
  font-size: 0;
  color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 12'%3E%3Cpath d='M 5.087 2.049 C 5.439 1.259 6.561 1.259 6.913 2.049 L 7.423 3.192 C 7.568 3.518 7.876 3.742 8.231 3.779 L 9.475 3.91 C 10.336 4.001 10.683 5.068 10.04 5.648 L 9.11 6.485 C 8.845 6.724 8.728 7.086 8.802 7.436 L 9.061 8.66 C 9.241 9.506 8.333 10.166 7.583 9.733 L 6.5 9.108 C 6.19 8.93 5.81 8.93 5.5 9.108 L 4.417 9.733 C 3.667 10.166 2.759 9.506 2.939 8.66 L 3.198 7.436 C 3.272 7.086 3.155 6.724 2.89 6.485 L 1.96 5.648 C 1.317 5.068 1.664 4.001 2.525 3.91 L 3.769 3.779 C 4.124 3.742 4.432 3.518 4.577 3.192 Z' fill='rgb(251,152,38)'/%3E%3Cpath d='M 16.087 2.049 C 16.439 1.259 17.561 1.259 17.913 2.049 L 18.423 3.192 C 18.568 3.518 18.876 3.742 19.231 3.779 L 20.475 3.91 C 21.336 4.001 21.683 5.068 21.04 5.648 L 20.11 6.485 C 19.845 6.724 19.728 7.086 19.802 7.436 L 20.061 8.66 C 20.241 9.506 19.333 10.166 18.583 9.733 L 17.5 9.108 C 17.19 8.93 16.81 8.93 16.5 9.108 L 15.417 9.733 C 14.667 10.166 13.759 9.506 13.939 8.66 L 14.198 7.436 C 14.272 7.086 14.155 6.724 13.89 6.485 L 12.96 5.648 C 12.317 5.068 12.664 4.001 13.525 3.91 L 14.769 3.779 C 15.124 3.742 15.432 3.518 15.577 3.192 Z' fill='rgb(251,152,38)'/%3E%3Cpath d='M 27.087 2.049 C 27.439 1.259 28.561 1.259 28.913 2.049 L 29.423 3.192 C 29.568 3.518 29.876 3.742 30.231 3.779 L 31.475 3.91 C 32.336 4.001 32.683 5.068 32.04 5.648 L 31.11 6.485 C 30.845 6.724 30.728 7.086 30.802 7.436 L 31.061 8.66 C 31.241 9.506 30.333 10.166 29.583 9.733 L 28.5 9.108 C 28.19 8.93 27.81 8.93 27.5 9.108 L 26.417 9.733 C 25.667 10.166 24.759 9.506 24.939 8.66 L 25.198 7.436 C 25.272 7.086 25.155 6.724 24.89 6.485 L 23.96 5.648 C 23.317 5.068 23.664 4.001 24.525 3.91 L 25.769 3.779 C 26.124 3.742 26.432 3.518 26.577 3.192 Z' fill='rgb(251,152,38)'/%3E%3Cpath d='M 38.087 2.049 C 38.439 1.259 39.561 1.259 39.913 2.049 L 40.423 3.192 C 40.568 3.518 40.876 3.742 41.231 3.779 L 42.475 3.91 C 43.336 4.001 43.683 5.068 43.04 5.648 L 42.11 6.485 C 41.845 6.724 41.728 7.086 41.802 7.436 L 42.061 8.66 C 42.241 9.506 41.333 10.166 40.583 9.733 L 39.5 9.108 C 39.19 8.93 38.81 8.93 38.5 9.108 L 37.417 9.733 C 36.667 10.166 35.759 9.506 35.939 8.66 L 36.198 7.436 C 36.272 7.086 36.155 6.724 35.89 6.485 L 34.96 5.648 C 34.317 5.068 34.664 4.001 35.525 3.91 L 36.769 3.779 C 37.124 3.742 37.432 3.518 37.577 3.192 Z' fill='rgb(251,152,38)'/%3E%3Cpath d='M 49.087 2.049 C 49.439 1.259 50.561 1.259 50.913 2.049 L 51.423 3.192 C 51.568 3.518 51.876 3.742 52.231 3.779 L 53.475 3.91 C 54.336 4.001 54.683 5.068 54.04 5.648 L 53.11 6.485 C 52.845 6.724 52.728 7.086 52.802 7.436 L 53.061 8.66 C 53.241 9.506 52.333 10.166 51.583 9.733 L 50.5 9.108 C 50.19 8.93 49.81 8.93 49.5 9.108 L 48.417 9.733 C 47.667 10.166 46.759 9.506 46.939 8.66 L 47.198 7.436 C 47.272 7.086 47.155 6.724 46.89 6.485 L 45.96 5.648 C 45.317 5.068 45.664 4.001 46.525 3.91 L 47.769 3.779 C 48.124 3.742 48.432 3.518 48.577 3.192 Z' fill='rgb(251,152,38)'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}

.acb-results__plus {
  width: 16px;
  height: 16px;
  position: relative;
  opacity: 0.3;
  flex: 0 0 auto;
  transform: rotate(0deg);
  transition: transform 0.45s cubic-bezier(0.82, 0.11, 0.37, 0.82);
}

.acb-results__plus::before,
.acb-results__plus::after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  background: #0a0a0a;
  border-radius: 999px;
}

.acb-results__plus::after {
  transform: rotate(90deg);
}

.acb-results__proof-card:hover .acb-results__plus {
  transform: rotate(90deg);
}

.acb-results__metrics-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.acb-results__proof-card--inverted .acb-results__metrics-top {
  order: 2;
}

.acb-results__proof-card--inverted .acb-results__metrics-copy {
  order: 1;
}

.acb-results__metric {
  margin: 0;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(48px, 5.2vw, 86px);
  line-height: 0.86;
  font-weight: 700;
  letter-spacing: -0.09em;
}

.acb-results__label {
  margin: 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 18px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.acb-results__secondary-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(10, 10, 10, 0.08);
  list-style: none;
}

.acb-results__secondary-list li {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  color: rgba(10, 10, 10, 0.5);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.acb-results__secondary-list strong {
  flex: 0 0 auto;
  color: #0a0a0a;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.acb-results__proof-card:hover .acb-results__secondary-list {
  border-top-color: rgba(10, 10, 10, 0.14);
}

.acb-results__note {
  margin: 0;
  color: rgba(10, 10, 10, 0.42);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.acb-who .acb-home-section__inner {
  padding: 0 36px 36px;
}

.acb-who__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 8px;
  align-items: stretch;
  height: min(680px, calc(100vh - 97px));
  min-height: 0;
  max-height: calc(100vh - 97px);
}

.acb-who__portrait-card,
.acb-who__content-card {
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.acb-who__portrait-card {
  min-height: 0;
  isolation: isolate;
}

.acb-who__portrait-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.02), rgba(10, 10, 10, 0.56)),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.24), transparent 32%);
  pointer-events: none;
}

.acb-who__portrait {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: grayscale(1) contrast(1.04);
  transform: scale(1.01);
}

.acb-who__portrait-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
}

.acb-who__portrait-name,
.acb-who__portrait-role {
  margin: 0;
  letter-spacing: -0.05em;
}

.acb-who__portrait-name {
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 0.92;
  font-weight: 700;
}

.acb-who__portrait-role {
  max-width: 190px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.08;
  font-weight: 600;
  text-align: right;
}

.acb-who__mobile-portrait {
  display: none;
}

.acb-who__content-card {
  padding: clamp(24px, 2.5vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(18px, 2.5vw, 30px);
  min-height: 0;
}

.acb-who__meta {
  margin: 0;
}

.acb-who__meta .acb-section-meta__icon {
  background: #0a0a0a;
}

.acb-who__meta .acb-section-meta__icon::before,
.acb-who__meta .acb-section-meta__icon::after {
  background: #fff;
}

.acb-who__headline {
  margin: 24px 0 0;
  max-width: 900px;
  color: #0a0a0a;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(38px, 5vw, 40px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.acb-who__headline-muted {
  color: rgba(10, 10, 10, 0.5);
}

.acb-who__body {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(220px, 0.62fr);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: end;
}

.acb-who__bio {
  margin: 0;
  max-width: 620px;
  color: rgba(10, 10, 10, 0.62);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.acb-who__proofs {
  display: grid;
  gap: 6px;
}

.acb-who__proof {
  min-height: 72px;
  border-radius: 16px;
  padding: 14px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.acb-who__proof-index {
  color: rgba(10, 10, 10, 0.42);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.acb-who__proof-text {
  margin: 0;
  color: #0a0a0a;
  font-size: 15px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.acb-who__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 0;
}

.acb-who__cta {
  min-height: 50px;
  border-radius: 999px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  transition: transform 0.28s ease, background-color 0.28s ease;
}

.acb-who__cta:hover,
.acb-who__cta:focus-visible {
  background: #000;
  transform: translateY(-2px);
}

.acb-blog {
  flex: none;
  width: 100%;
  height: min-content;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.acb-blog__container {
  flex: 1 0 0;
  width: 1px;
  max-width: 1520px;
  height: min-content;
  padding: 72px 36px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
  position: relative;
  overflow: hidden;
}

.acb-blog__top {
  flex: none;
  width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
  position: relative;
  overflow: visible;
}

.acb-blog__headline {
  flex: 1 0 0;
  width: 1px;
  margin: 0;
  color: #090909;
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.06em;
}

.acb-blog__headline-word {
  display: inline-block;
  will-change: transform;
}

.acb-blog__headline-muted {
  color: rgba(10, 10, 10, 0.6);
}

.acb-blog__description {
  flex: 1 0 0;
  width: 1px;
  height: min-content;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.acb-blog__copy {
  flex: 1 0 0;
  width: 1px;
  max-width: 310px;
  margin: 0;
  opacity: 0.6;
  color: #0a0a0a;
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.acb-blog__button {
  flex: none;
  width: 104px;
  height: 30px;
  padding: 9px 11px 9px 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  will-change: transform;
}

.acb-blog__button > * {
  margin: 0;
}

.acb-blog__button-text {
  white-space: pre;
  color: #fff;
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  position: absolute;
  left: 12px;
  transition: opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-blog__button-text--main {
  top: 9px;
  opacity: 1;
}

.acb-blog__button-text--ghost {
  z-index: 1;
  top: -11px;
  opacity: 0;
}

.acb-blog__button-dot {
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  background: #fff;
  transition: width 0.34s cubic-bezier(0.22, 1, 0.36, 1), height 0.34s cubic-bezier(0.22, 1, 0.36, 1), right 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-blog__button-dot--ghost {
  z-index: 1;
  opacity: 0;
}

.acb-blog__button:hover .acb-blog__button-text--main,
.acb-blog__button:focus-visible .acb-blog__button-text--main {
  z-index: 1;
  position: absolute;
  bottom: -12px;
  left: 12px;
  transform: none;
  opacity: 0;
}

.acb-blog__button:hover .acb-blog__button-dot:not(.acb-blog__button-dot--ghost),
.acb-blog__button:focus-visible .acb-blog__button-dot:not(.acb-blog__button-dot--ghost) {
  opacity: 0;
}

.acb-blog__button:hover .acb-blog__button-text--ghost,
.acb-blog__button:focus-visible .acb-blog__button-text--ghost {
  position: absolute;
  top: 9px;
  left: 12px;
  transform: none;
  opacity: 1;
}

.acb-blog__button:hover .acb-blog__button-dot--ghost,
.acb-blog__button:focus-visible .acb-blog__button-dot--ghost {
  width: 10px;
  height: 10px;
  right: 10px;
  opacity: 1;
}

.acb-blog__cards {
  flex: none;
  width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  overflow: hidden;
}

.acb-blog__post-list {
  flex: 1 0 0;
  width: 1px;
  height: min-content;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
}

.acb-blog__card-shell {
  flex: 1 0 0;
  width: 1px;
  height: auto;
  position: relative;
}

.acb-blog-card {
  width: 100%;
  height: 550px;
  padding: 10px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: visible;
  background: #fff;
  color: #0a0a0a;
  text-decoration: none;
  cursor: pointer;
}

.acb-blog-card__top {
  flex: 1 0 0;
  width: 100%;
  height: 1px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  overflow: visible;
}

.acb-blog-card__image {
  flex: none;
  width: 110px;
  height: 110px;
  aspect-ratio: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  will-change: width, height;
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1), height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-blog-card__image img,
.acb-blog-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
}

.acb-blog-card__icon {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  overflow: hidden;
  transform-origin: 50% 50%;
  will-change: transform;
}

.acb-blog-card__icon::before,
.acb-blog-card__icon::after,
.acb-blog-feature__mark::before,
.acb-blog-feature__mark::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  top: calc(50% - 4px);
  left: calc(50% - 1px);
  background: #fff;
}

.acb-blog-card__icon::after,
.acb-blog-feature__mark::after {
  transform: rotate(90deg);
}

.acb-blog-card__bottom {
  flex: none;
  width: 100%;
  height: min-content;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  position: relative;
  overflow: visible;
  transition: gap 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-blog-card__bottom > * {
  margin: 0;
}

.acb-blog-card__bottom > :first-child,
.acb-blog-card__text > :first-child {
  margin-top: 0;
}

.acb-blog-card__bottom > :last-child,
.acb-blog-card__text > :last-child {
  margin-bottom: 0;
}

.acb-blog-card__date {
  margin: 0;
  white-space: pre;
  opacity: 0.6;
  color: #090909;
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.04em;
}

.acb-blog-card__text {
  width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  overflow: visible;
  transition: gap 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-blog-card__text > * {
  margin: 0;
}

.acb-blog-card__title {
  width: 100%;
  margin: 0;
  color: #0a0a0a;
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.acb-blog-card__excerpt {
  width: 100%;
  margin: 0;
  opacity: 0.6;
  color: #0a0a0a;
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.acb-blog-card:hover .acb-blog-card__image,
.acb-blog-card:focus-visible .acb-blog-card__image {
  width: 170px;
  height: 170px;
}

.acb-blog-card:hover .acb-blog-card__bottom,
.acb-blog-card:focus-visible .acb-blog-card__bottom {
  gap: 16px;
}

.acb-blog-card:hover .acb-blog-card__text,
.acb-blog-card:focus-visible .acb-blog-card__text {
  gap: 6px;
}

.acb-blog-feature {
  flex: 1 0 0;
  align-self: stretch;
  width: 1px;
  height: auto;
  padding: 30px 0 60px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  color: #fff;
  will-change: transform;
}

.acb-blog-feature__top {
  z-index: 2;
  flex: none;
  width: 100%;
  height: min-content;
  padding: 0 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.acb-blog-feature__brand {
  margin: 0;
  color: #fff;
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.04em;
  white-space: pre;
}

.acb-blog-feature__mark {
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: visible;
}

.acb-blog-feature__mark::before,
.acb-blog-feature__mark::after {
  height: 16px;
  top: 0;
  bottom: 0;
}

.acb-blog-feature__bottom {
  z-index: 2;
  flex: none;
  width: 100%;
  height: min-content;
  padding: 0 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  overflow: visible;
}

.acb-blog-feature__title {
  z-index: 1;
  width: auto;
  margin: 0;
  color: #fff;
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: right;
  white-space: pre;
}

.acb-blog-feature__image {
  z-index: 0;
  opacity: 0.78;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.acb-manifesto__panel,
.acb-final-cta__panel {
  min-height: 680px;
  border-radius: 25px;
  padding: clamp(34px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.acb-manifesto__panel {
  background: #0a0a0a;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}

.acb-manifesto__panel::before {
  content: "";
  position: absolute;
  inset: -70%;
  opacity: 0.055;
  background: url("../rR6HYXBrMmX4cRpXfXUOvpvpB0_1dae10b6bca8.png");
  animation: acb-hero-noise 8s steps(10, start) infinite;
  pointer-events: none;
}

.acb-manifesto__panel > *,
.acb-final-cta__panel > * {
  position: relative;
  z-index: 1;
}

.acb-manifesto__title {
  color: #f5f5f5;
  max-width: 1180px;
}

.acb-manifesto__title .acb-home-title__muted {
  color: rgba(245, 245, 245, 0.36);
}

.acb-manifesto__bottom,
.acb-final-cta__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.acb-manifesto__copy {
  max-width: 520px;
  color: rgba(245, 245, 245, 0.68);
}

.acb-final-cta__panel {
  min-height: 620px;
  background: #fff;
}

.acb-final-cta__title {
  max-width: 1100px;
}

.acb-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.acb-link-button--light {
  background: #f5f5f5;
  color: #0a0a0a;
}

.acb-link-button--light:hover,
.acb-link-button--light:focus-visible {
  background: #e9e9e9;
}

.acb-final-cta--decision .acb-home-section__inner {
  padding: 0 36px 36px;
}

.acb-final-cta__shell {
  display: grid;
  grid-template-rows: minmax(0, 0.95fr) minmax(0, 0.68fr) auto;
  gap: 8px;
  height: min(680px, calc(100vh - 97px));
  min-height: 0;
  max-height: calc(100vh - 97px);
}

.acb-final-cta__hero,
.acb-final-cta__route,
.acb-final-cta__direct {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.acb-final-cta__hero {
  min-height: 0;
  padding: clamp(28px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.acb-final-cta__meta {
  margin: 0;
}

.acb-final-cta__meta .acb-section-meta__icon {
  background: #0a0a0a;
}

.acb-final-cta__meta .acb-section-meta__icon::before,
.acb-final-cta__meta .acb-section-meta__icon::after {
  background: #fff;
}

.acb-final-cta__copy {
  max-width: 1040px;
}

.acb-final-cta__headline {
  margin: 0;
  max-width: 1080px;
  color: #0a0a0a;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(32px, 7vw, 42px);
  line-height: 0.98;
  font-weight: 620;
  letter-spacing: -0.055em;
}

.acb-final-cta__headline-muted {
  color: rgba(10, 10, 10, 0.46);
}

.acb-final-cta__subcopy {
  margin: 22px 0 0;
  max-width: 420px;
  color: rgba(10, 10, 10, 0.58);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.acb-final-cta__routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.acb-final-cta__route {
  min-height: 0;
  padding: clamp(24px, 2.4vw, 34px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  color: #0a0a0a;
  transition: transform 0.32s ease, background-color 0.32s ease, color 0.32s ease;
}

.acb-final-cta__route:hover,
.acb-final-cta__route:focus-within {
  background: #0a0a0a;
  color: #fff;
  transform: translateY(-3px);
}

.acb-final-cta__route-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.acb-final-cta__index {
  color: rgba(10, 10, 10, 0.42);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  transition: color 0.32s ease;
}

.acb-final-cta__route:hover .acb-final-cta__index,
.acb-final-cta__route:focus-within .acb-final-cta__index {
  color: rgba(255, 255, 255, 0.48);
}

.acb-final-cta__route-title {
  margin: 0;
  max-width: 300px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.acb-final-cta__route-body {
  align-self: end;
  display: grid;
  gap: 28px;
  padding-bottom: 24px;
}

.acb-final-cta__route-text {
  margin: 0;
  max-width: 420px;
  color: rgba(10, 10, 10, 0.56);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.055em;
  transition: color 0.32s ease;
}

.acb-final-cta__route:hover .acb-final-cta__route-text,
.acb-final-cta__route:focus-within .acb-final-cta__route-text {
  color: rgba(255, 255, 255, 0.68);
}

.acb-final-cta__route-link {
  width: max-content;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.acb-final-cta__direct {
  min-height: 112px;
  padding: clamp(24px, 2.6vw, 34px);
  display: flex;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: start;
  gap: 14px 32px;
  background: #0a0a0a;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.acb-final-cta__direct::before {
  content: "";
  position: absolute;
  inset: -70%;
  z-index: 0;
  opacity: 0.055;
  background: url("../rR6HYXBrMmX4cRpXfXUOvpvpB0_1dae10b6bca8.png");
  animation: acb-hero-noise 8s steps(10, start) infinite;
  pointer-events: none;
}

.acb-final-cta__direct::after {
  content: "";
  position: absolute;
  inset: auto -12% -115% 34%;
  z-index: 1;
  height: 180%;
  background: radial-gradient(circle at 50% 0%, rgba(245, 245, 245, 0.18), rgba(245, 245, 245, 0) 64%);
  filter: blur(28px);
  pointer-events: none;
}

.acb-final-cta__direct > * {
  position: relative;
  z-index: 2;
}

.acb-final-cta__direct-index {
  grid-column: 1 / -1;
  justify-self: end;
  color: rgba(255, 255, 255, 0.38);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.acb-final-cta__direct-text {
  margin: 0;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1;
  font-weight: 620;
  letter-spacing: -0.055em;
  width: 100%;
}

.acb-final-cta__direct-link {
  --acb-button-border-gradient: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 34deg,
    #6d6d6d 92deg,
    #0a0a0a 166deg,
    #6d6d6d 236deg,
    transparent 326deg,
    transparent 360deg
  );
  --acb-button-border-inset: 2px;
  --acb-button-border-base: rgba(10, 10, 10, 0.22);
  min-height: 56px;
  padding: 18px 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex: 0 0 auto;
  background: #fff;
  color: #0a0a0a;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
  box-shadow: inset 0 0 0 1px var(--acb-button-border-base);
  transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.acb-final-cta__direct-link:hover,
.acb-final-cta__direct-link:focus-visible {
  background: #f0f0f0;
  box-shadow: inset 0 0 0 1px var(--acb-button-border-base);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .acb-link-button::before,
  .acb-results__cta::before,
  .acb-final-cta__direct-link::before {
    animation: none;
  }
}
