/* Homepage mobile presentation refinement: clearer first-screen hierarchy and denser feature scanning. */
@media (max-width: 720px) {
  .site-header { box-shadow: 0 2px 10px rgba(9, 36, 57, .055); }
  .nav-wrap { min-height: 62px; }
  .brand { font-size: 18px; }
  .brand-mark { transform: scale(.9); transform-origin: left center; }
  .menu-button { width: 42px; height: 42px; border-color: transparent; }
  .menu-button span { width: 18px; }
  .mobile-menu { top: 62px; gap: 0; padding: 10px 16px 15px; }
  .mobile-menu a { min-height: 43px; display: flex; align-items: center; border-bottom: 1px solid #e2ebef; }
  .mobile-menu a:last-child { margin-top: 9px; padding: 0 13px; color: #13384f; background: var(--green); border: 0; font-weight: 800; }

  .hero-layout { padding-top: 25px; }
  .hero .eyebrow { margin-bottom: 11px; font-size: 9px; }
  .hero h1 { letter-spacing: -.065em; }
  .hero-intro { color: #d6e3ea; }
  .hero-actions { margin-top: 18px; }
  .hero-actions .button-green { min-height: 54px; border-radius: 0; }

  .benefit-bar { background: #edf4f6; }
  .benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #d7e3e8; }
  .benefits::before { content: none; display: none; }
  .benefits article { display: grid; align-content: start; min-height: 116px; padding: 15px 14px 16px; background: #fff; border: 0 !important; }
  .benefits article span { margin-bottom: 10px; color: #3a9154; font-size: 9px; }
  .benefits article p { margin: 0; color: #66808f; font-size: 12px; line-height: 1.42; }
  .benefits article b { display: block; margin-bottom: 2px; color: #12364d; font-size: 13px; line-height: 1.25; }

  .intro-section { padding: 57px 0 61px; }
  .section-index { margin-bottom: 16px; color: #51806a; font-size: 9px; }
  .intro-main { margin-bottom: 28px; }
  .intro-main h2 { max-width: 19rem; margin-bottom: 15px; font-size: 32px; line-height: 1.06; letter-spacing: -.06em; }
  .intro-main p { max-width: 20.5rem; font-size: 14px; line-height: 1.62; }
  .intro-list { border-top: 1px solid #d8e3e8; }
  .intro-list > div { min-height: 0; padding: 15px 0; }
  .intro-list span { font-size: 9px; }
  .intro-list p { font-size: 12px; line-height: 1.52; }
  .intro-list b { color: #12364d; }
}

@media (max-width: 390px) {
  .benefits article { min-height: 112px; padding: 14px 12px; }
  .benefits article p { font-size: 11.5px; }
  .benefits article b { font-size: 12.5px; }
  .intro-section { padding: 52px 0 56px; }
  .intro-main h2 { font-size: 30px; }
}
