/* ========================================
   Responsive Styles - SCTI Upgraded
   ======================================== */

/* Laptops & Standard Desktops (992px to 1250px) */
@media (min-width: 992px) and (max-width: 1250px) {
    .navbar-brand {
        margin-right: 8px;
    }
    .brand-title {
        font-size: 18px;
    }
    .brand-subtitle {
        font-size: 10px;
    }
    .navbar-nav .nav-link {
        font-size: 13.5px !important;
        padding: 6px 8px !important;
    }
    .btn-apply-nav {
        padding: 7px 14px;
        font-size: 12.5px;
    }
    .hero-title {
        font-size: 34px;
    }
}

/* Mobile & Tablet Drawer Navbar (< 992px) */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #FFFFFF;
        padding: 20px;
        border-radius: 16px;
        box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
        margin-top: 12px;
        border: 1px solid #E2E8F0;
    }
    .navbar-nav {
        gap: 2px;
    }
    .navbar-nav .nav-link {
        padding: 10px 16px !important;
        font-size: 15px;
        border-bottom: 1px solid #F1F5F9;
    }
    .nav-cta-wrapper {
        margin-top: 15px;
        text-align: center;
    }
    .btn-apply-nav {
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
    }
    .hero-v2 {
        padding: 45px 0 60px;
        text-align: center;
    }
    .hero-pill-badge {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-title {
        font-size: 30px;
    }
    .hero-lead {
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
    }
    .hero-cta-group,
    .hero-quick-contacts,
    .hero-trust-features {
        justify-content: center;
    }
    .hero-image-card {
        margin-top: 20px;
    }
    .hero-main-img {
        height: 280px;
    }
}

/* Small Phones (< 576px) */
@media (max-width: 575.98px) {
    .top-bar-left, .top-bar-right {
        justify-content: center;
        width: 100%;
    }
    .top-bar-wrapper {
        flex-direction: column;
        gap: 6px;
    }
    .hero-title {
        font-size: 25px;
    }
    .btn-hero-primary, .btn-hero-secondary {
        width: 100%;
        text-align: center;
    }
    .whatsapp-float {
        bottom: 75px;
        right: 14px;
    }
    .whatsapp-btn {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
    .call-float {
        bottom: 75px;
        right: 70px;
    }
    .call-btn {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

/* Print styles */
@media print {
    .top-bar, .main-header, .whatsapp-float, .call-float, .back-to-top, 
    .nav-cta-wrapper, .footer-social, .footer-bottom ul {
        display: none !important;
    }
    body {
        font-size: 12px;
    }
    .container {
        max-width: 100%;
    }
}