
.cta-hero-section {
  background: linear-gradient(to bottom right, #1E3057 , #1E3057 , #52A0D8);
}

.cta-hero-section h1{
  font-family: var(--font-secondary);
}

.lead-sm { font-size: 1.05rem; }

.cta-hero-card {
  backdrop-filter: blur(4px);
}

.cta-bullet {
  background: rgba(255,255,255,0.12);
  transition: background .2s ease, transform .2s ease;
}
.cta-bullet:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }

.bullet-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,0.18);
  color: var(--posittion-cyan, #00c2ff);
}

.bullet-icon .bullet-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

@media (max-width: 575.98px) {
  .cta-hero-section .row { --bs-gutter-x: 1rem; --bs-gutter-y: 1.25rem; }
}
