/* ==========================================================================
   LEX VANGUARD - RESPONSIVE STYLESHEET
   Mobile, Tablet, Desktop & 4K Optimization
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. LARGE DESKTOPS & 4K SCREENS (>= 1920px)
   -------------------------------------------------------------------------- */
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
  .hero-title {
    font-size: 4.5rem;
  }
  .section-padding {
    padding: 130px 0;
  }
}

/* --------------------------------------------------------------------------
   2. LAPTOPS & SMALL DESKTOPS (<= 1199px)
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  .hero-section {
    padding: 140px 0 80px;
  }
  .about-experience-badge {
    padding: 18px 22px;
    bottom: -15px;
    right: -15px;
  }
  .about-experience-badge h3 {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------------------------------------
   3. TABLETS (<= 991px)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .navbar-collapse {
    background: var(--navy-dark);
    padding: 20px;
    border-radius: var(--radius-md);
    margin-top: 15px;
    border: 1px solid rgba(200, 166, 77, 0.2);
  }

  .nav-link::after {
    display: none;
  }

  .hero-section {
    text-align: center;
    padding: 120px 0 60px;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .trust-indicators {
    justify-content: center;
  }

  .hero-floating-card {
    margin-top: 40px;
  }

  /* Timeline mobile refactor */
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 55px !important;
    padding-right: 0 !important;
    text-align: left !important;
  }

  .timeline-item:nth-child(even) {
    left: 0;
  }

  .timeline-dot {
    left: 10px !important;
    right: auto !important;
  }

  .stats-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
  }

  .stats-card:last-child {
    border-bottom: none;
  }

  .cta-section {
    padding: 50px 24px;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
   4. MOBILE PHONES (<= 767px)
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .about-experience-badge {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 15px;
  }

  .contact-form-card {
    padding: 24px;
  }

  .testimonial-card {
    padding: 24px;
  }

  .footer {
    padding-top: 50px;
  }
}

/* --------------------------------------------------------------------------
   5. ULTRA SMALL DEVICES (<= 480px)
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {
  .btn-gold, .btn-outline-gold {
    width: 100%;
    justify-content: center;
  }

  .topbar {
    display: none;
  }
}
