/* Responsive Tweaks */
@media (max-width: 991px) {
    .navbar-collapse {
        background: var(--nav-bg);
        padding: 20px;
        border-radius: 16px;
        border: 1px solid var(--glass-border);
        margin-top: 15px;
    }
    .hero-section {
        text-align: center;
        padding-top: 120px;
    }
    .hero-content .d-flex {
        justify-content: center;
    }
    .stats-row {
        justify-content: center;
    }
    .display-3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }
    .hero-glass-card {
        height: 300px;
    }
    .floating-btn {
        width: 45px;
        height: 45px;
        bottom: 20px;
    }
    .whatsapp-btn { right: 20px; }
    .back-to-top { right: 75px; }
    
    /* Disable custom cursor on mobile for better UX */
    .cursor-dot, .cursor-outline {
        display: none !important;
    }
}