.cta-section {
  min-height: 472px;
  padding: 24px 128px;
  display: grid;
  align-items: center;
  background: #000;
}

.cta {
  position: relative;
  width: min(100%, var(--max));
  min-height: 216px;
  margin: 0 auto;
  padding: 56px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  border-radius: 16px;
  color: #000;
  background: #fff;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../assets/frame-82.png") right center / auto 100% no-repeat,
    radial-gradient(circle at 4% 5%, rgba(0, 0, 0, 0.04), transparent 34%);
  opacity: 0.88;
}

.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.08' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  background-size: 96px 96px;
  filter: contrast(170%);
  mix-blend-mode: multiply;
  opacity: 0.34;
}

.cta-copy,
.cta-actions {
  position: relative;
  z-index: 2;
}

.cta h2 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
}

.cta p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

.button {
  height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(30, 41, 59, 0.08);
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.button.primary {
  border-color: #030712;
  background: #030712;
  color: #f9fafb;
}

.footer {
  min-height: 487px;
  padding: 79px 128px 42px;
  background: #000;
}

.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.34);
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.footer-logo {
  margin-top: 41px;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
