
.acb-clients {
  position: relative;
  z-index: 21;
  margin-top: 0;
  padding: 88px 4px 60px;
  background: #f5f5f5;
  color: #0a0a0a;
  will-change: transform;
  transform-origin: 50% 0;
}

.acb-clients__inner {
  display: grid;
  gap: 70px;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 36px;
}

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

.acb-clients__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.acb-clients__label-icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #0a0a0a;
  flex: 0 0 auto;
}

.acb-clients__label-icon::before,
.acb-clients__label-icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 2px;
  height: 8px;
  background: #fff;
}

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

.acb-clients__logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
}

.acb-clients__logo-card {
  aspect-ratio: 1.36029;
  min-height: 0;
  border-radius: 14px;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 24px;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.acb-clients__logo-card img {
  max-width: 100%;
  max-height: 54px;
  display: block;
  object-fit: contain;
}

.acb-home-flow {
  position: relative;
  z-index: 20;
  background: #f5f5f5;
  color: #0a0a0a;
}

.acb-home-section {
  position: relative;
  padding: 0 4px;
  background: #f5f5f5;
}

.acb-home-section__inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 120px 36px 48px 36px;
}

html:not(.is-acb-flow-ready) [data-acb-reveal],
html:not(.is-acb-flow-ready) [data-acb-stagger] > * {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 34px, 0);
}

html:not(.is-acb-flow-ready) [data-acb-stagger] > * {
  transform: translate3d(0, 36px, 0);
}

@media (prefers-reduced-motion: reduce) {
  html:not(.is-acb-flow-ready) [data-acb-reveal],
  html:not(.is-acb-flow-ready) [data-acb-stagger] > * {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.acb-section-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 70px;
}

.acb-section-meta__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.acb-section-meta__icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  flex: 0 0 auto;
}

.acb-section-meta__icon::before,
.acb-section-meta__icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 2px;
  height: 8px;
  background: #fff;
}

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

.acb-section-meta__icon::before,
.acb-section-meta__icon::after {
  background: #0a0a0a;
}

.acb-section-meta__number {
  margin: 0;
  color: rgba(10, 10, 10, 0.45);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.acb-home-title {
  margin: 0;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(48px, 8.8vw, 148px);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.acb-home-title__muted {
  color: rgba(10, 10, 10, 0.34);
}

.acb-home-copy {
  margin: 0;
  font-size: clamp(20px, 2.1vw, 34px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.acb-home-copy__muted {
  color: rgba(10, 10, 10, 0.42);
}

.acb-market {
  position: relative;
  z-index: 20;
  padding: 0 0 70px;
  background: #f5f5f5;
}

.acb-market__inner {
  width: 100%;
  max-width: none;
  padding: 0 44px;
  margin: 0 auto;
}

.acb-market__card {
  position: relative;
  min-height: 0;
  border-radius: 24px;
  padding: 0;
  background: #f5f5f5;
  color: #0a0a0a;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.acb-market__rule {
  width: 100%;
  height: 1px;
  background: rgba(10, 10, 10, 0.14);
  margin: 22px 0 84px;
}

.acb-market__content {
  flex: none;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  justify-content: center;
  gap: 4px;
  align-items: stretch;
  width: 100%;
  max-width: 1351px;
  margin: 0 auto;
  padding-bottom: 0;
  padding: 0;
  height: min-content;
  display: grid;
  position: relative;
  overflow: hidden;
}

.acb-market__intro,
.acb-market__main {
  display: flex;
  flex-direction: column;
}

.acb-market__intro {
  flex-flow: column;
  flex: none;
  place-content: flex-start;
  grid-column: span 1;
  place-self: start;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.acb-market__brand {
  margin: 0;
  color: #0a0a0a;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 600;
  font-family: Inter, sans-serif;
}

.acb-market__intro-text {
  margin: 0;
  color: rgba(10, 10, 10, 0.56);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding-right: 24px;
  align-self: stretch;
  width: auto;
  max-width: 300px;
  opacity: 0.6;
}

.acb-market__main {
  height: min-content;
  width: 1fr;
  flex-flow: column;
  flex: none;
  grid-column: span 3;
  place-content: flex-start;
  place-self: start;
  align-items: flex-start;
  gap: 60px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.acb-market__main-text {
  flex-flow: column;
  flex: none;
  place-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 780px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.acb-market__headline {
  margin: 0;
  color: #0a0a0a;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1.2px;
  max-width: 1140px;
  text-indent: clamp(48px, 8vw, 160px);
}

.acb-market__headline-muted {
  color: rgba(10, 10, 10, 0.56);
  font-weight: 500;
}

.acb-market__subcopy {
  margin: 0;
  max-width: 1020px;
  color: rgba(10, 10, 10, 0.56);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.acb-market__cta {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  align-self: flex-start;
  text-decoration: none;
  color: #f5f5f5;
  background: #0a0a0a;
  border-radius: 50px;
  padding: 11px 16px 11px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  white-space: pre;
  width: min-content;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
}

.acb-market__cta > span:first-child {
  display: inline-block;
  white-space: pre;
}

.acb-market__cta-dot {
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: currentColor;
  pointer-events: none;
  display: inline-block;
}

.acb-market__cta-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: currentColor;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.5;
  animation: acb-hero-button-pulse-ring 1.5s ease-out infinite;
  pointer-events: none;
}

.acb-modal {
  display: none;
}

.acb-modal.is-open {
  display: block;
}

.acb-modal__backdrop {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-modal__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.97);
  opacity: 0;
  z-index: 99999;
  width: 100%;
  max-width: 720px;
  max-height: 85vh;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.acb-modal.is-open.is-entered .acb-modal__backdrop {
  opacity: 1;
}

.acb-modal.is-open.is-entered .acb-modal__container {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.acb-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}

.acb-modal__logo img {
  height: 28px;
  width: auto;
}

.acb-modal__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(10, 10, 10, 0.06);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a0a0a;
  transition: background 0.15s ease, transform 0.15s ease;
}

.acb-modal__close:hover {
  background: rgba(10, 10, 10, 0.12);
  transform: scale(1.08);
}

.acb-modal__body {
  padding: 40px 48px 48px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}

.acb-modal__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(10, 10, 10, 0.45);
  margin: 0 0 32px;
}

.acb-modal__content {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #0a0a0a;
}

.acb-modal__content p {
  margin: 0 0 20px;
}

.acb-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid rgba(10, 10, 10, 0.08);
}

.acb-modal__footer-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.acb-manifesto__highlight {
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  margin: 32px 0 16px;
  padding-left: 16px;
  border-left: 3px solid #0a0a0a;
}

.acb-manifesto__divider {
  width: 100%;
  height: 1px;
  background: rgba(10, 10, 10, 0.06);
  margin-bottom: 32px;
}

.acb-modal__body::-webkit-scrollbar {
  width: 6px;
}

.acb-modal__body::-webkit-scrollbar-track {
  background: rgba(10, 10, 10, 0.06);
  border-radius: 3px;
}

.acb-modal__body::-webkit-scrollbar-thumb {
  background: rgba(10, 10, 10, 0.2);
  border-radius: 3px;
}

@media (max-width: 809.98px) {
  .acb-modal__container {
    max-width: 94vw;
    max-height: 90vh;
  }

  .acb-modal__body {
    padding: 24px;
  }

  .acb-manifesto__highlight {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .acb-market__cta-dot::before {
    animation: none;
    opacity: 0.25;
  }
}

.acb-problem__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: 8px;
  align-items: stretch;
}

.acb-problem__statement {
  min-height: 660px;
  border-radius: 25px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #0a0a0a;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}

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

.acb-problem__statement > * {
  position: relative;
  z-index: 1;
}

.acb-problem__headline {
  max-width: 980px;
  color: #f5f5f5;
}

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

.acb-problem__note {
  width: min(100%, 620px);
  margin: 0;
  color: rgba(245, 245, 245, 0.72);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.acb-problem__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

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

.acb-problem__card-index {
  color: rgba(10, 10, 10, 0.34);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.acb-problem__card-text {
  margin: 0;
  max-width: 460px;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.065em;
}

.acb-problem__transition {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 8px;
  margin-top: 8px;
}

.acb-problem__transition-card {
  min-height: 340px;
  border-radius: 25px;
  padding: 34px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.acb-problem__transition-card--dark {
  background: #0a0a0a;
  color: #f5f5f5;
}

.acb-problem__transition-label {
  margin: 0;
  color: rgba(10, 10, 10, 0.42);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.acb-problem__transition-card--dark .acb-problem__transition-label {
  color: rgba(245, 245, 245, 0.5);
}

.acb-problem__transition-text {
  margin: 0;
  max-width: 760px;
  font-size: clamp(30px, 4vw, 72px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.075em;
}

.acb-equation .acb-home-section__inner {
  width: calc(100% - 8px);
  max-width: none;
  margin: 0 4px 4px;
  padding: 60px 0 4px;
}

.acb-equation__stage {
  position: relative;
  min-height: 140vh;
}

.acb-equation__pin {
  position: relative;
}

.acb-equation__panel {
  position: relative;
  min-height: min(760px, calc(100vh - 120px));
  border-radius: 25px;
  padding: clamp(30px, 5vw, 72px);
  background: #0a0a0a;
  color: #f5f5f5;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(12px, 6vw, 86px);
  isolation: isolate;
}

.acb-equation__bg-stack {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: -3;
  pointer-events: none;
}

.acb-equation__bg-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: opacity, transform;
}

.acb-equation__bg-layer--v {
  background-image:
    linear-gradient(140deg, rgba(10, 10, 10, 0.35), rgba(10, 10, 10, 0.62)),
    image-set(
      url("../imagens/visitar-trafego.avif") type("image/avif"),
      url("../imagens/visitar-trafego.jpg") type("image/jpeg")
    );
}

.acb-equation__bg-layer--txc {
  background-image:
    linear-gradient(140deg, rgba(10, 10, 10, 0.28), rgba(10, 10, 10, 0.6)),
    image-set(
      url("../imagens/taxa-de-conversao-acb-growth.webp") type("image/webp"),
      url("../imagens/taxa-de-conversao-acb-growth.jpg") type("image/jpeg")
    );
}

.acb-equation__bg-layer--mdct {
  background-image:
    linear-gradient(140deg, rgba(10, 10, 10, 0.24), rgba(10, 10, 10, 0.64)),
    image-set(
      url("../imagens/multiplicador-de-caixa-acb-growth.webp") type("image/webp"),
      url("../imagens/multiplicador-de-caixa-acb-growth.jpg") type("image/jpeg")
    );
}

.acb-equation__bg-layer--mb {
  background-image:
    linear-gradient(140deg, rgba(10, 10, 10, 0.36), rgba(10, 10, 10, 0.62)),
    image-set(
      url("../imagens/analytics.webp") type("image/webp"),
      url("../imagens/analytics.jpg") type("image/jpeg")
    );
}

.acb-equation__bg-layer--cac {
  background-image:
    linear-gradient(140deg, rgba(10, 10, 10, 0.32), rgba(10, 10, 10, 0.67)),
    image-set(
      url("../imagens/custo-aquisicao-cliente.avif") type("image/avif"),
      url("../imagens/custo-aquisicao-cliente.jpg") type("image/jpeg")
    );
}

.acb-equation__bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0) 53%, rgba(10, 10, 10, 0.86) 100%);
  pointer-events: none;
}

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

.acb-equation__panel::after {
  content: "";
  position: absolute;
  inset: auto -18% -45% -18%;
  z-index: -1;
  height: 58%;
  background: radial-gradient(circle at 50% 0%, rgba(245, 245, 245, 0.24), rgba(245, 245, 245, 0) 64%);
  filter: blur(32px);
  pointer-events: none;
}

.acb-equation__intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(360px, 1.5fr);
  gap: 4px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.acb-equation__top-content,
.acb-equation__bottom-content {
  position: relative;
  z-index: 2;
}

.acb-equation__bottom-content {
  display: grid;
  gap: 48px;
}

.acb-equation__eyebrow {
  margin: 0;
  color: rgba(245, 245, 245, 0.48);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.acb-equation__statement {
  margin: 0;
  max-width: 820px;
  color: rgba(245, 245, 245, 0.68);
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(24px, 2.4vw, 40px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.acb-equation__statement strong {
  color: #f5f5f5;
  font-weight: 600;
}

.acb-equation__formula-wrap {
  display: grid;
  gap: 48px;
  position: relative;
  z-index: 2;
}

.acb-equation__formula-scroller {
  position: relative;
}

.acb-equation__scroll-cue {
  display: none;
}

.acb-equation__formula {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: clamp(8px, 1.1vw, 16px);
  margin: 0;
  width: 100%;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(24px, 4.2vw, 80px);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.09em;
}

.acb-equation__line {
  display: inline-flex;
  align-items: baseline;
  gap: clamp(8px, 1.1vw, 16px);
  flex-wrap: nowrap;
}

.acb-equation__term,
.acb-equation__operator,
.acb-equation__group,
.acb-equation__equals {
  display: inline-flex;
  align-items: baseline;
  transform-origin: 50% 50%;
}

.acb-equation__term {
  color: #f5f5f5;
}

.acb-equation__term--interactive {
  color: #f5f5f5;
  cursor: pointer;
  border-radius: 0.18em;
  position: relative;
  z-index: 0;
  transition: color 220ms ease, transform 220ms ease, text-shadow 220ms ease, filter 220ms ease;
  will-change: transform;
}

.acb-equation__formula.is-has-active .acb-equation__term--interactive:not(.is-active) {
  color: rgba(245, 245, 245, 0.38);
}

.acb-equation__term--interactive:focus-visible {
  outline: 1px solid rgba(245, 245, 245, 0.8);
  outline-offset: 2px;
}

.acb-equation__term--interactive.is-active {
  color: rgba(245, 245, 245, 0.72);
  transform: none;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  z-index: 8;
  text-shadow: 0 0 0 rgba(245, 245, 245, 0);
  filter: none;
  animation: acb-equation-text-pulse 1350ms ease-in-out infinite;
  transform-origin: 50% 55%;
}

.acb-equation__term--interactive:active {
  filter: brightness(1.08);
}

.acb-equation__term sup {
  font-size: 0.32em;
  line-height: 0;
  transform: translateY(calc(-1.55em));
}

.acb-equation__operator,
.acb-equation__group,
.acb-equation__equals {
  color: rgba(245, 245, 245, 0.34);
}

.acb-equation__term--cost {
  position: relative;
  color: inherit;
  padding: 0;
  border-radius: 0;
  background: transparent;
  letter-spacing: -0.075em;
}

@keyframes acb-equation-text-pulse {
  0%, 100% {
    color: rgba(245, 245, 245, 0.72);
    text-shadow: 0 0 0 rgba(245, 245, 245, 0);
    filter: brightness(1);
  }
  50% {
    color: #ffffff;
    text-shadow:
      0 0 8px rgba(245, 245, 245, 0.42),
      0 0 18px rgba(245, 245, 245, 0.34);
    filter: brightness(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .acb-equation__term--interactive.is-active {
    animation: none;
    text-shadow: 0 0 7px rgba(245, 245, 245, 0.3);
    filter: brightness(1.06);
  }
}

.acb-equation__legend-card {
  height: 156px;
  border: 1px solid rgba(245, 245, 245, 0.14);
  border-radius: 18px;
  padding: 16px;
  background: rgba(245, 245, 245, 0.055);
  display: flex;
  flex-direction: column;
  gap: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  width: min(100%, 620px);
  margin-inline: auto;
  overflow: hidden;
}

.acb-equation__legend-card.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.acb-equation__legend-card.is-pinned {
  border-color: rgba(245, 245, 245, 0.3);
  background: rgba(245, 245, 245, 0.095);
}

.acb-equation__legend-symbol {
  color: #f5f5f5;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.acb-equation__legend-text {
  margin: 0;
  color: rgba(245, 245, 245, 0.58);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.04em;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.acb-equation__legend-text::-webkit-scrollbar {
  display: none;
}

.acb-equation__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  position: relative;
  z-index: 2;
}

.acb-equation__copy {
  max-width: 840px;
  color: rgba(245, 245, 245, 0.82);
}

.acb-equation__copy .acb-home-copy__muted {
  color: rgba(245, 245, 245, 0.42);
}

.acb-equation .acb-link-button {
  --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);
  background: #f5f5f5;
  color: #0a0a0a;
}

.acb-equation .acb-link-button:hover,
.acb-equation .acb-link-button:focus-visible {
  background: #ffffff;
}

.acb-link-button {
  --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);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 46px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.045em;
  white-space: nowrap;
  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-link-button::before,
.acb-results__cta::before,
.acb-final-cta__direct-link::before {
  content: "";
  position: absolute;
  inset: -130%;
  z-index: 0;
  background: var(--acb-button-border-gradient);
  animation: acb-button-border-spin 2.4s linear infinite;
  pointer-events: none;
}

.acb-link-button::after,
.acb-results__cta::after,
.acb-final-cta__direct-link::after {
  content: "";
  position: absolute;
  inset: var(--acb-button-border-inset);
  z-index: 1;
  border-radius: inherit;
  background: inherit;
  pointer-events: none;
}

.acb-link-button > span,
.acb-results__cta > span,
.acb-final-cta__direct-link > span {
  position: relative;
  z-index: 2;
}

@keyframes acb-button-border-spin {
  to {
    transform: rotate(1turn);
  }
}

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

.acb-protocol__grid,
.acb-classification__grid,
.acb-results__grid {
  display: grid;
  gap: 8px;
}
