.acb-equation-final-cta {
  position: relative;
  z-index: 20;
  margin-top: 120px;
  padding: 0 var(--acb-hero-edge) var(--acb-hero-edge);
  background: var(--acb-surface);
  color: var(--acb-panel-text);
  overflow: clip;
}

.acb-equation-final-cta__panel {
  position: relative;
  min-height: clamp(360px, 42vw, 560px);
  border-radius: 25px;
  padding: clamp(30px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 245, 245, 0.08), transparent 34%),
    var(--acb-panel);
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
}

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

.acb-equation-final-cta__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(245, 245, 245, 0.78);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.acb-equation-final-cta__meta-icon {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--acb-panel-text);
}

.acb-equation-final-cta__meta-icon::before,
.acb-equation-final-cta__meta-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: var(--acb-ink);
  transform: translate(-50%, -50%);
}

.acb-equation-final-cta__meta-icon::before {
  width: 9px;
  height: 2px;
}

.acb-equation-final-cta__meta-icon::after {
  width: 2px;
  height: 9px;
}

.acb-equation-final-cta__top {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(520px, 1.6fr) minmax(220px, 0.75fr);
  align-items: start;
  gap: 30px;
  position: relative;
  overflow: visible;
}

.acb-equation-final-cta__side,
.acb-equation-final-cta__aside {
  min-width: 0;
  padding-top: 10px;
}

.acb-equation-final-cta__main {
  min-width: 0;
  display: grid;
  justify-items: start;
  gap: 28px;
}

.acb-equation-final-cta__headline {
  margin: 0;
  color: var(--acb-panel-text);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

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

.acb-equation-final-cta__headline-muted-line {
  display: inline-block;
}

.acb-equation-final-cta__description {
  display: grid;
  justify-items: start;
  gap: 48px;
}

.acb-equation-final-cta__copy {
  margin: 0;
  color: rgba(245, 245, 245, 0.62);
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.acb-equation-final-cta__features-block {
  width: 100%;
  display: grid;
  gap: 20px;
}

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

.acb-equation-final-cta__feature {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(245, 245, 245, 0.08);
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.acb-equation-final-cta__feature-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.acb-equation-final-cta__feature-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--acb-panel-text);
}

.acb-equation-final-cta__feature-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.acb-equation-final-cta__feature-title {
  margin: 0;
  color: rgba(245, 245, 245, 0.94);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.acb-equation-final-cta__feature-body {
  margin: 0;
  color: rgba(245, 245, 245, 0.56);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.acb-equation-final-cta__delivery {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
}

.acb-equation-final-cta__delivery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(245, 245, 245, 0.14);
}

.acb-equation-final-cta__delivery-label,
.acb-equation-final-cta__delivery-value {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.acb-equation-final-cta__delivery-label {
  color: rgba(245, 245, 245, 0.56);
  font-weight: 400;
}

.acb-equation-final-cta__delivery-value {
  margin-left: auto;
  color: rgba(245, 245, 245, 0.94);
  font-weight: 600;
}

.acb-equation-final-cta__direct-link {
  --acb-button-border-gradient: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 34deg,
    #6d6d6d 92deg,
    #f5f5f5 166deg,
    #6d6d6d 236deg,
    transparent 326deg,
    transparent 360deg
  );
  --acb-button-border-inset: 2px;
  --acb-button-border-base: rgba(245, 245, 245, 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;
  justify-self: center;
  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-equation-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-equation-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-equation-final-cta__direct-link > span {
  position: relative;
  z-index: 2;
}

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

