/* VEMIRIC SIGNS RESPONSIVE OVERRIDES */
@media (max-width: 991px) {
    .hero__slides { min-height: 55vh; }
    .hero__title { font-size: clamp(2.3rem, 6vw, 3.5rem); }
    .hero__text { font-size: 1rem; }
    .hero__arrows { right: 1rem; left: auto; }
    .hero__pager { bottom: 1rem; }
    .split-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .testimonial-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .container { width: min(100% - 1.5rem, 100%); }
    .header-inner { padding: 0.9rem 0; }
    .topbar {
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0.75rem 1rem;
        gap: 0.5rem;
    }
    .topbar__group:first-child {
        display: none;
    }
    .topbar__group:last-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        flex: 1;
    }
    .topbar__group:last-child a:first-child {
        order: -1;
    }
    .topbar__group:last-child a:last-child {
        order: 1;
    }
    .site-nav { 
        width: 100%; 
        display: flex;
        align-items: center; 
        justify-content: space-between;
        gap: 0.75rem;
    }
    .nav-list { display: none; }
    .nav-link--button { display: none; }
    .mobile-cta { 
        display: inline-flex !important;
        margin-left: auto;
    }
    .hero { overflow: visible; }
    .hero__slides { min-height: auto; }
    .hero__slide { position: static; display: grid; place-items: start center; padding-top: 1.5rem; }
    .hero__slide:not(.active) { display: none; }
    .hero__content { padding: 1.5rem 1rem 1.25rem; max-width: 100%; }
    .hero__actions { flex-direction: column; align-items: stretch; gap: 1rem; }
    .hero__actions .btn { width: 100%; }
    .hero__actions .btn + .btn { margin-top: 0.75rem; }
    .hero__arrows { bottom: auto; top: auto; left: 1rem; right: 1rem; }
    .card-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr; }
    .testimonial-track { grid-template-columns: 1fr; }
    .floating-contact { right: 1rem; bottom: 5.5rem; }
    .floating-contact a { width: 48px; height: 48px; }
    .bottom-bar { display: flex; }
}

@media (max-width: 576px) {
    .hero__slides { min-height: 90vh; }
    .hero__content { padding: 2rem 1rem 1.25rem; }
    .hero__title { font-size: clamp(2rem, 8vw, 2.6rem); margin-bottom: 1rem; }
    .hero__text { font-size: 0.98rem; margin-bottom: 1rem; }
    .hero__actions { gap: 0.75rem; }
    .hero__actions .btn { padding: 0.95rem 1.2rem; }
    .form-grid { gap: 0.85rem; }
    .form-group { gap: 0.4rem; }
    .quote-section { padding: 1.5rem; }
    .footer-inner { padding: 0 1rem; }
    .footer-inner,
    .footer-bottom {
        text-align: center;
        justify-items: center;
    }
    .footer-column {
        align-items: center;
    }
    .footer-bottom {
        justify-content: center;
    }
}
