.ba-home-cta {
  --ba-cta-ink: #030327;
  --ba-cta-blue: #5e61ff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(44px, 6vw, 76px);
  width: min(1240px, calc(100% - 40px));
  min-height: 510px;
  margin: clamp(54px, 7vw, 88px) auto;
  padding: clamp(48px, 6vw, 72px);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 18%, rgba(94, 97, 255, .38), transparent 28%),
    radial-gradient(circle at 53% 120%, rgba(124, 123, 255, .23), transparent 35%),
    var(--ba-cta-ink);
  box-shadow: 0 28px 80px rgba(3, 3, 39, .18);
  font-family: "Satoshi Regular", "Satoshi", "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.ba-home-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 6px;
  pointer-events: none;
}

.ba-home-cta * { box-sizing: border-box; }
.ba-home-cta__glow {
  position: absolute;
  z-index: -2;
  right: -100px;
  top: -140px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(94, 97, 255, .24);
  filter: blur(70px);
}
.ba-home-cta__copy { min-width: 0; }
.ba-home-cta__eyebrow {
  display: inline-flex;
  padding: 7px 13px;
  border: 1px solid rgba(124, 123, 255, .42);
  border-radius: 999px;
  color: #aaaaff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.ba-home-cta h2,
.ba-home-cta h3 {
  color: #fff !important;
  font-family: "Satoshi Regular", "Satoshi", "Avenir Next", "Segoe UI", Arial, sans-serif;
}
.ba-home-cta__copy h2 {
  max-width: 660px;
  margin: 22px 0 20px;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1.04;
}
.ba-home-cta__copy > p {
  max-width: 590px;
  margin: 0 0 25px;
  color: #cbcce6 !important;
  font-size: 17px;
  line-height: 1.58;
}
.ba-home-cta__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 30px !important;
  padding: 0 !important;
  list-style: none !important;
}
.ba-home-cta__benefits li {
  margin: 0 !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  color: #e6e6f3;
  font-size: 13px;
  line-height: 1.25;
}
.ba-home-cta__benefits li::before { display: none !important; }
.ba-home-cta__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 26px !important;
  border: 1px solid var(--ba-cta-blue) !important;
  border-radius: 6px !important;
  color: #fff !important;
  background: var(--ba-cta-blue) !important;
  box-shadow: 0 12px 30px rgba(94, 97, 255, .24);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ba-home-cta__button:hover,
.ba-home-cta__button:focus-visible {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(94, 97, 255, .31);
}
.ba-home-cta__button:focus-visible { outline: 3px solid rgba(170, 170, 255, .6); outline-offset: 4px; }

.ba-home-cta__preview {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 8px;
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .24);
  transform: rotate(1.2deg);
  backdrop-filter: blur(16px);
}
.ba-home-cta__preview-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: #c5c6dc;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}
.ba-home-cta__dots { display: flex; gap: 6px; }
.ba-home-cta__dots i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .23);
}
.ba-home-cta__dots i:first-child { background: #7c7bff; }
.ba-home-cta__question {
  padding: 26px 24px;
  border-radius: 6px;
  color: var(--ba-cta-ink);
  background: #fff;
}
.ba-home-cta__step {
  color: var(--ba-cta-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
}
.ba-home-cta__question h3 {
  margin: 12px 0 20px;
  color: var(--ba-cta-ink) !important;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.2;
}
.ba-home-cta__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #dedff2;
  border-radius: 5px;
  color: #3d3e58;
  background: #fff;
  font-size: 14px;
  line-height: 1.35;
}
.ba-home-cta__option + .ba-home-cta__option { margin-top: 9px; }
.ba-home-cta__option i {
  flex: 0 0 auto;
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #c7c9d2;
  border-radius: 50%;
}
.ba-home-cta__option.is-selected {
  border-color: var(--ba-cta-blue);
  color: var(--ba-cta-blue);
  background: #f0f0ff;
}
.ba-home-cta__option.is-selected i { border: 5px solid var(--ba-cta-blue); }
.ba-home-cta__progress {
  height: 4px;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
}
.ba-home-cta__progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ba-cta-blue), #a562ff);
}

@media (max-width: 980px) {
  .ba-home-cta {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 52px 42px;
  }
  .ba-home-cta__preview { max-width: 560px; transform: none; }
}

@media (max-width: 680px) {
  .ba-home-cta {
    width: calc(100% - 32px);
    margin: 42px auto;
    padding: 42px 22px;
  }
  .ba-home-cta::after { inset: 10px; }
  .ba-home-cta__copy h2 { font-size: 38px; }
  .ba-home-cta__copy > p { font-size: 16px; }
  .ba-home-cta__benefits { display: grid; }
  .ba-home-cta__button { width: 100%; }
  .ba-home-cta__preview { padding: 14px; }
  .ba-home-cta__question { padding: 22px 16px; }
  .ba-home-cta__question h3 { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  .ba-home-cta__button { transition: none; }
}
