/* Mobile hero only — loaded after style.css so these win */

@media (max-width: 860px) {
  #hero .hero-cta {
    width: 100%;
    gap: 12px;
  }

  #hero .hero-btn.btn,
  #hero .hero-content .btn-group .btn.hero-btn {
    width: 100%;
    font-size: 19px !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em;
    line-height: 1.25;
    padding: 18px 22px !important;
    min-height: 58px;
    gap: 12px;
    word-break: keep-all;
  }

  #hero .hero-btn.btn i {
    font-size: 22px !important;
  }

  #hero .hero-badge-line {
    font-size: 19px !important;
    min-height: 50px;
    padding: 13px 14px !important;
  }

  #hero .hero-badge-line i {
    font-size: 22px !important;
  }
}

@media (max-width: 560px) {
  #hero .hero-btn.btn,
  #hero .hero-content .btn-group .btn.hero-btn {
    font-size: 18px !important;
    padding: 17px 18px !important;
    min-height: 56px;
  }

  #hero .hero-btn.btn i {
    font-size: 20px !important;
  }

  #hero .hero-badge-line {
    font-size: 18px !important;
  }
}
