@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap);
.hp-midcta {
  --tw-blue: #3E5EE2;
  --tw-blue-hover: #3452CC;
  --tw-text: #190750;
  --tw-border: rgba(25, 7, 80, 0.08);
  position: relative;
  padding: 140px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid var(--tw-border);
  border-bottom: 1px solid var(--tw-border);
  font-family: "Poppins", sans-serif;
}
.hp-midcta *, .hp-midcta *::before, .hp-midcta *::after {
  box-sizing: border-box;
}
.hp-midcta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 8, 30, 0.55) 0%, rgba(10, 8, 30, 0.15) 55%, rgba(10, 8, 30, 0) 100%);
  pointer-events: none;
}
.hp-midcta .container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hp-midcta h2,
.hp-midcta .hp-midcta-h {
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0 0 28px;
}
.hp-midcta h2 em,
.hp-midcta .hp-midcta-h em {
  font-style: normal;
  font-weight: 600;
  color: #D9C9FB;
}
.hp-midcta .ctas {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hp-midcta .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.18s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hp-midcta .btn-primary {
  background: var(--tw-blue);
  color: #fff;
  box-shadow: 0 2px 6px rgba(25, 7, 80, 0.06);
}
.hp-midcta .btn-primary:hover {
  background: var(--tw-blue-hover);
  color: #fff;
  box-shadow: 0 10px 24px rgba(62, 94, 226, 0.28);
}

@media (max-width: 760px) {
  .hp-midcta {
    padding: 80px 0;
  }
  .hp-midcta h2,
  .hp-midcta .hp-midcta-h {
    font-size: 30px;
  }
}
