/* ============================================
   LIBERTA - Responsive Styles
   ============================================ */

/* Large Screens */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 3.2rem;
  }

  .page-banner .banner-title {
    font-size: 2.5rem;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.8rem;
  }

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

  .hero-subtitle {
    margin: 0 auto 35px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-image {
    margin-top: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .section-padding {
    padding: 70px 0;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  /* Mobile Navigation */
  .main-navbar .navbar-collapse {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 15px;
    margin-top: 10px;
  }

  .main-navbar .nav-link {
    padding: 12px 15px !important;
    border-bottom: 1px solid var(--border-color);
  }

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

  .main-navbar .nav-link:last-child {
    border-bottom: none;
  }

  .main-navbar .dropdown-menu {
    background: rgba(13, 18, 37, 0.5);
    border: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
    animation: none;
  }

  .main-navbar .dropdown-item {
    padding: 10px 15px 10px 30px;
    border-bottom: 1px solid var(--border-color);
  }

  .main-navbar .dropdown-item:last-child {
    border-bottom: none;
  }

  .nav-cta {
    padding: 15px !important;
  }

  .top-bar .top-bar-right {
    display: none;
  }

  .step-connector {
    display: none;
  }

  .consultation-form {
    padding: 30px;
  }

  .contact-form-wrapper {
    padding: 30px;
  }
}

/* Small Tablets */
@media (max-width: 767px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }

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

  .hero-stats {
    gap: 20px;
  }

  .hero-stat-item .stat-number {
    font-size: 2rem;
  }

  .section-padding {
    padding: 50px 0;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 1.75rem;
  }

  .page-banner {
    padding: 130px 0 60px;
  }

  .page-banner .banner-title {
    font-size: 2rem;
  }

  .about-image-wrapper .experience-badge {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-block;
    margin-top: 15px;
  }

  .filter-buttons {
    gap: 6px;
  }

  .filter-btn {
    padding: 8px 16px;
    font-size: 0.8rem;
  }

  .floating-ctas a {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }

  .floating-ctas {
    left: 12px;
    bottom: 20px;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    bottom: 20px;
    right: 15px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .hero-badge {
    font-size: 0.75rem;
    padding: 6px 15px;
  }

  .hero-buttons .btn-gold,
  .hero-buttons .btn-outline-gold {
    width: 100%;
    text-align: center;
  }

  .hero-stats {
    flex-direction: column;
    gap: 15px;
  }

  .stat-item .stat-number {
    font-size: 2.5rem;
  }

  .consultation-form {
    padding: 25px 20px;
  }

  .contact-form-wrapper {
    padding: 25px 20px;
  }

  .footer-bottom-links {
    justify-content: center;
    margin-top: 10px;
  }

  .footer-bottom {
    text-align: center;
  }

  .top-bar {
    display: none;
  }
}

/* Extra Small */
@media (max-width: 400px) {
  .hero-title {
    font-size: 1.6rem;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }

  .page-banner .banner-title {
    font-size: 1.6rem;
  }
}
