.insurance-hero{ padding-top: 64px; }

.insurance-hero-img{
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15,23,42,.10);
}

.insurance-note{
  margin-top: 10px;
  font-weight: 900;
  font-size: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(212,175,55,.10);
  border: 1px solid rgba(212,175,55,.18);
}

.hero-ctas{
  margin-top: 18px;
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
}

.mini-trust{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

.trust-pill{
  font-weight: 950;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30,78,216,.10), rgba(109,40,217,.10));
  border: 1px solid rgba(109,40,217,.16);
}

