/* ===== HERO MOBILE FIX (only mobile) ===== */
@media (max-width: 768px) {
  .hero-wrap {
    margin-top: 0 !important;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .hero-left-logo {
    display: none;
  }

  .hero-left {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 16px;
    text-align: center;
  }

  .hero-left h1,
  .hero-left h2,
  .hero-left p {
    text-align: center;
  }

  .hero-slogan {
    margin-left: 0 !important;
    text-align: center;
  }

  .hero-right {
    margin-top: 12px !important;
    align-items: center;
    text-align: center;
    width: 100%;
    min-width: 0;
  }
}
