/* ==========================================
   MOBILE FIXES
========================================== */

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container,
  .hero-container,
  .nav-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .hero-content h1 {
    font-size: 52px;
    line-height: 0.95;
    letter-spacing: -2px;
    margin-bottom: 24px;
  }

  .hero-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  section {
    overflow: hidden;
  }

  .hero-content {
    text-align: center;
  }

  .hero-badge {
    display: inline-block;
    max-width: 100%;
    padding: 8px 14px;
    font-size: 13px;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 30px 0;
  }

  .hero-buttons .btn,
  .hero-buttons .btn-secondary {
    width: 100%;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
    text-align: left;
  }

  /* ===== Mobile Navbar ===== */

  .nav-links {
    display: none !important;

    position: absolute;

    top: 80px;

    left: 0;

    width: 100%;

    background: #071321;

    flex-direction: column;

    padding: 20px;

    gap: 18px;

    z-index: 999;
  }

  .nav-links.active {
    display: flex !important;
  }

  .nav-links .nav-button {
    display: block !important;
  }

  .hero-buttons {
    display: flex;

    flex-direction: column;

    gap: 16px;

    margin-top: 40px;
  }

  .hero-buttons .btn {
    width: 100%;

    text-align: center;

    justify-content: center;

    padding: 18px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-content h1 {
    font-size: 42px;

    line-height: 1.08;

    letter-spacing: -1px;
  }

  .hero-content p {
    font-size: 18px;

    max-width: 100%;

    margin: auto;
  }

  .menu-toggle {
    display: block !important;
    font-size: 36px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
  }

  .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    flex: 0 0 auto;
  }

  #hero {
    min-height: auto;
    background-attachment: scroll;
    background-position: center;
    padding: 140px 0 80px;
  }

  .hero-container {
    width: 100%;
    padding: 0 24px;
  }

  .hero-content {
    max-width: 100%;
    padding-top: 0;
  }
}
