/* ==========================================
   SLIDER MOBILE - SIN ESTILOS DE NAVBAR
   (Los estilos del navbar están en navbar-mobile.css)
   ========================================== */

@media (max-width: 767px) {
    
    body {
        background: #000;
        overflow-x: hidden;
    }
    
    .slider-wrapper {
        width: 100vw;
        height: 100vh;
        cursor: default !important;
    }
    
    .slider-container {
        width: 100%;
        height: 100%;
    }
    
    .slide {
        padding: 20px;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .slide-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding-top: 100px;
        justify-content: flex-start;
        min-height: 100%;
    }
    
    .desktop-only,
    .stats-container,
    .bottom-stat-title {
        display: none !important;
    }
    
    .main-title {
        font-size: 42px !important;
        font-weight: 900;
        line-height: 0.9;
        letter-spacing: -1px;
        margin: 0 0 60px 0 !important;
        text-align: left;
        position: relative;
        flex-shrink: 0;
    }
    
    .cards-row-mobile {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        margin-top: 100px !important;
        margin-bottom: 30px !important;
        flex-shrink: 0;
    }
    
    .hero-title-line3 {
        position: relative !important;
        display: block !important;
        bottom: auto !important;
        right: auto !important;
        text-align: center !important;
        font-size: 42px !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        flex-shrink: 0;
    }
    
    .side-card {
        position: relative !important;
        transform: none !important;
        width: 170px !important;
        flex-shrink: 0;
        top: auto !important;
        right: auto !important;
        margin: 0 !important;
        padding: 5px;
        border-radius: 20px;
    }
    
    .side-card .btn-book {
        display: none !important;
    }
    
    .card-img-placeholder {
        height: 100px;
        border-radius: 15px;
    }
    
    .card-body {
        padding: 10px;
        font-size: 11px;
    }
    
    .card-body p {
        font-size: 11px;
        margin-bottom: 5px;
        line-height: 1.3;
    }
    
    .stat-mobile-glass {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        flex: 1;
        padding: 20px 15px;
        margin-top: 40px;
        color: white;
    }
    
    .stat-mobile-glass h2 {
        font-size: 30px;
        margin-bottom: 5px;
        font-weight: 900;
    }
    
    .stat-mobile-glass p {
        font-size: 12px;
        opacity: 0.8;
        line-height: 1.2;
    }
    
    .mobile-footer {
        margin-top: 0;
        padding-bottom: 30px;
        flex-shrink: 0;
    }
    
    .btn-consultation-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--orange-dark);
        color: white;
        text-decoration: none;
        padding: 18px 25px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 14px;
        transition: background 0.3s;
        width: 100%;
        text-align: left;
    }
    
    .btn-consultation-mobile:hover {
        background-color: var(--orange-bright);
    }
    
    .btn-consultation-mobile .arrow {
        font-size: 20px;
    }
    
    .custom-cursor {
        display: none !important;
    }
    
    .slider-wrapper,
    .slider-wrapper * {
        cursor: default !important;
    }
    
    .nav-zone {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .cards-row-mobile,
    .bottom-stat-title,
    .mobile-footer,
    .stat-mobile-glass {
        display: none;
    }
}