/* Hero hierarchy + spacing for call-first conversion */
.hero{
  padding-top: 92px; /* keep content clear of fixed header */
}

.hero-main-title{ margin-bottom: 14px; }
.hero-main-subtitle{ margin-bottom: 16px; }

.hero-cta-group{ margin-top: 6px; }

/* Keep trust row close, not far below */
.hero-trust-row{ margin-top: 18px; }

@media (max-width: 768px){
  .hero-main-title{ margin-bottom: 12px !important; }
  .hero-main-subtitle{ margin-bottom: 14px !important; }
  /* override overly-large spacing previously set in mobile-deletions.css */
  .hero-main-title{ margin-bottom: 18px !important; }
}

@media (max-width: 480px){
  .hero-trust-row{ margin-top: 14px; }
}
