@media (max-width: 991.98px) {
  body.has-topbar .site-main { padding-top: var(--navbar-h); }
  body.page-home .site-main { padding-top: 0; }
  body.has-bottom-nav { padding-bottom: var(--bottom-nav-h, calc(74px + env(safe-area-inset-bottom, 0px))); }
  body.inner-page .site-main,
  body:not(.page-home) .site-main {
    padding-top: 0 !important;
  }

  body.page-home .site-header-wrap {
    background: #FFFDF9 !important;
  }

  body:not(.page-home) .site-header-wrap {
    background: #fffdf9 !important;
    box-shadow: 0 2px 12px rgba(15, 39, 64, 0.08) !important;
  }

  .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-simple .hero-swiper {
    height: 50vh;
    min-height: 320px;
  }

  .hero-overlap-cards .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .section-who-we {
    padding-top: 0.5rem;
  }

  .section-contact-map .row > [class*="col-"] {
    background: var(--brand-white);
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 0.65rem;
  }

  .section { padding: var(--section-py-mobile, 1.35rem) 0; }
  .section-title { font-size: 1.45rem; }

  .product-card-v2 {
    aspect-ratio: 1;
  }

  .paraflex-footer {
    padding-bottom: 1rem;
    margin-bottom: 0;
  }

  .sticky-social { display: none !important; }

  .fab-group {
    bottom: calc(var(--bottom-nav-h) + 10px);
    left: 12px;
  }

  .back-to-top {
    bottom: calc(var(--bottom-nav-h) + 10px);
    right: 12px;
  }

  .mobile-bottom-nav {
    height: var(--bottom-nav-h);
    padding-bottom: env(safe-area-inset-bottom, 0);
    background: var(--brand-white);
    border-top: 1px solid var(--gray-200);
    box-shadow: 0 -4px 20px rgba(31, 94, 168, 0.1);
    z-index: 2000;
  }

  .navbar-brand .logo-text small { display: none; }
  .brand-logo-img { width: auto; height: 40px; max-width: 120px; }

  .cta-banner-premium { padding: 1.5rem 1rem; }
  .cta-title { font-size: 1.35rem; }

  img, .img-fluid { max-width: 100%; height: auto; }
}

@media (max-width: 575.98px) {
  .hfc-default h3, .hfc-hover-inner h3 { font-size: 0.95rem; }
  .products-bottom-cta { margin-top: 1.5rem; }
}

@media (min-width: 992px) {
  .mobile-bottom-nav,
  .fab-group { display: none !important; }
  body.has-bottom-nav { padding-bottom: 0 !important; }
}
