/* Page-scoped CTA styling for cryptocurrency-exchange-development-companies/index.html */

.kp-cta-wrap {
  padding: 22px 0 30px;
}

.kp-cta-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  min-height: 330px;
  margin-bottom: 0;
  padding: 42px 36px 40px;
  border: 1px solid rgba(121, 111, 245, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(126, 118, 255, 0.08) 0%, rgba(126, 118, 255, 0) 42%),
    linear-gradient(135deg, #171d2c 0%, #202636 100%);
  box-shadow: 0 24px 60px rgba(11, 16, 28, 0.26);
  text-align: center;
}

.kp-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.kp-cta-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  pointer-events: none;
}

.kp-cta-card .kp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 14px;
  border: 1px solid rgba(127, 119, 221, 0.36);
  border-radius: 999px;
  background: rgba(127, 119, 221, 0.14);
  color: #c6c0ff;
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kp-cta-card .kp-badge-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #7f77dd;
  animation: none;
  box-shadow: 0 0 0 5px rgba(127, 119, 221, 0.12);
}

.kp-cta-card .h4 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: #f3cd4c;
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: 0;
}

.kp-cta-card .kp-cta-sub {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: rgba(247, 248, 255, 0.9);
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
}

.kp-cta-buttons {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
}

.kp-cta-card .kp-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  background: linear-gradient(135deg, #6358ff 0%, #5247db 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(87, 79, 224, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
  white-space: nowrap;
}

.kp-cta-card .kp-btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #736bff 0%, #6257ff 100%) !important;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 34px rgba(87, 79, 224, 0.38);
  -webkit-text-fill-color: #ffffff !important;
}

.kp-cta-card .kp-btn-primary i {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .kp-cta-card {
    min-height: 310px;
    padding: 38px 30px 36px;
  }

  .kp-cta-card .h4 {
    font-size: 28px;
  }

  .kp-cta-card .kp-cta-sub {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .kp-cta-wrap {
    padding: 18px 0 24px;
  }

  .kp-cta-card {
    min-height: 0;
    padding: 32px 22px 30px;
    gap: 16px;
  }

  .kp-cta-card .h4 {
    font-size: 24px;
    line-height: 1.28;
  }

  .kp-cta-card .kp-cta-sub {
    font-size: 16px;
    line-height: 1.66;
  }

  .kp-cta-card .kp-btn-primary {
    width: 100%;
    max-width: 320px;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .kp-cta-card {
    padding: 28px 18px 26px;
    border-radius: 22px;
  }

  .kp-cta-card .h4 {
    font-size: 22px;
  }

  .kp-cta-card .kp-cta-sub {
    font-size: 15px;
  }
}
