/* ===== Протокол24 — CTA after roadmap v4.9.7 ===== */

.p24-after-how-cta {
  padding: 0 0 74px;
  background: #ffffff;
}

.p24-after-how-cta-card {
  width: min(100% - 64px, 1120px);
  margin: 0 auto;
  padding: 28px 32px;
  border: 1px solid #dce6f7;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 14%, rgba(21,93,252,.08), transparent 26%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  box-shadow: 0 22px 56px rgba(16,35,79,.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.p24-after-how-cta-title {
  margin: 0 0 6px;
  color: #10234f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.02em;
}

.p24-after-how-cta-text {
  margin: 0;
  color: #617092;
  font-size: 16px;
  line-height: 1.5;
}

.p24-after-how-cta-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2f75ff 0%, #155dfc 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 18px 36px rgba(21,93,252,.24);
  white-space: nowrap;
}

.p24-after-how-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 42px rgba(21,93,252,.30);
}

@media (max-width: 760px) {
  .p24-after-how-cta {
    padding: 0 0 44px;
  }

  .p24-after-how-cta-card {
    width: calc(100% - 28px);
    padding: 20px 18px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
  }

  .p24-after-how-cta-title {
    font-size: 22px;
    line-height: 1.15;
  }

  .p24-after-how-cta-text {
    font-size: 15px;
  }

  .p24-after-how-cta-btn {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 16px;
    font-size: 16px;
  }
}