/* 🚀 RENTAL LANDING - PREMIUM ADS STYLES */
.rental-landing {
    background: var(--sn-darker);
    color: #f0f0f5;
}

/* Header Integration */
.rental-landing .w-navbar {
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rental-landing .w-nav-link {
    color: #ffffff !important;
}

.rental-landing .w-topbar {
    background: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rental-landing .w-topbar span,
.rental-landing .w-topbar a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.rental-landing-hero {
    padding-top: 110px;
    /* Reducido de 160px para acomodar las estrellas sin cortar contenido */
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../img/hero-torre-loizaga.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@media (max-width: 991px) {
    .rental-landing-hero {
        min-height: auto !important;
        display: block !important;
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }

    .sn-hero-badge {
        margin-bottom: 12px !important;
        font-size: 0.75rem !important;
        display: inline-block !important;
    }

    .rental-landing .sn-hero-title {
        font-size: 2.1rem !important;
        margin-bottom: 10px !important;
        line-height: 1 !important;
    }

    .rental-landing .sn-hero-subtitle {
        font-size: 0.9rem !important;
        margin-bottom: 25px !important;
        line-height: 1.4 !important;
    }

    .sn-hero-brands img {
        filter: brightness(0) invert(1);
        opacity: 0.7;
        max-width: 70px;
    }

    .sn-hero-actions {
        display: none !important;
    }

    .rental-landing .sn-hero-title span.text-primary {
        font-size: 1.4rem !important;
        margin-top: 5px !important;
    }

    .sn-hero-stats {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 15px !important;
        margin-top: 20px !important;
        justify-content: space-between;
    }

    .sn-hero-stat h3 {
        font-size: 1.2rem !important;
        margin-bottom: 2px !important;
    }

    .sn-hero-stat p {
        font-size: 0.7rem !important;
        opacity: 0.8;
    }
}

.rental-landing .sn-hero-title {
    font-size: clamp(2.5rem, 6.5vw, 4.8rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 20px !important;
    text-transform: none;
}

.rental-landing .sn-hero-title span.text-white {
    color: #ffffff !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 1em !important;
}

.rental-landing .sn-hero-title span.text-primary {
    color: var(--sn-primary) !important;
    text-shadow: 0 0 35px rgba(var(--sn-primary-rgb), 0.4);
    font-weight: 900 !important;
    display: block;
    font-size: 2.2rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    margin-top: 10px !important;
    opacity: 0.95;
}

.rental-landing .sn-hero-subtitle {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: clamp(1.1rem, 1.6vw, 1.25rem) !important;
    max-width: 800px;
    line-height: 1.7 !important;
    margin-bottom: 40px !important;
}

/* Floating Cards - Premium Glassmorphism */
.sn-hero-float-card {
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.7) !important;
    color: #ffffff !important;
}

.sn-hero-float-card .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Testimonials Override */
.rental-landing .w-section-gray {
    background: #0d0d12 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 120px 0;
}

.rental-landing .w-testi {
    background: rgba(255, 255, 255, 0.05) !important;
    /* Slightly more visible */
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    padding: 40px 30px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.rental-landing .w-testi-text {
    color: #ffffff !important;
    /* Fixed: was rgba 0.9 */
    font-style: italic;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.rental-landing .w-testi-name {
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
}

.rental-landing .w-testi-source {
    color: var(--sn-primary) !important;
    font-size: 0.8rem;
    font-weight: 600;
}

.rental-landing .w-title {
    color: #fff !important;
    font-weight: 900 !important;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.rental-landing .w-eyebrow {
    color: var(--sn-primary) !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.rental-landing .w-testi-stars {
    color: #ffc107 !important;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.rental-landing .sn-product-img {
    height: 180px;
    background: #fff;
    /* Cambiado a blanco para que coincida con el fondo de las fotos */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15px;
    border-radius: 20px 20px 0 0;
}

.rental-landing .sn-product-img img {
    max-height: 100%;
    width: auto;
    object-fit: contain !important;
}

/* Product Cards Fixes */
.rental-landing .sn-product-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rental-landing .sn-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.rental-landing .sn-product-card h3 {
    color: #ffffff !important;
    font-weight: 700;
}

.rental-landing .text-primary {
    color: var(--sn-primary) !important;
    font-size: 1.4rem;
}

.rental-landing .text-muted,
.rental-landing .sn-product-card small {
    color: #ffffff !important;
    opacity: 0.9;
    font-weight: 500;
}

.rental-landing .btn-outline-secondary {
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 50px;
}

.rental-landing .btn-outline-secondary:hover {
    background: var(--sn-primary) !important;
    border-color: var(--sn-primary) !important;
    color: #000 !important;
}

/* Form & Headers */
#landingForm label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    font-size: 0.9rem;
}

.rental-landing .sn-section-title {
    color: #ffffff !important;
    font-weight: 900;
}

.rental-landing .sn-section-subtitle {
    color: rgba(255, 255, 255, 0.75) !important;
}

/* 📱 NEW MOBILE STICKY BAR */
.sn-mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1050;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
}

.sticky-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 65px;
    width: 100%;
    border: none;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.sticky-btn.whatsapp {
    background: #25D366;
    color: white !important;
}

.sticky-btn.budget {
    background: var(--sn-primary);
    color: black !important;
}

.sticky-btn:active {
    opacity: 0.8;
    transform: scale(0.98);
}

/* Adjust main padding so bar doesn't cover content */
@media (max-width: 991px) {
    .rental-landing {
        padding-bottom: 80px;
    }
}

/* Modal Styling */
.border-ac {
    border: 1px solid var(--sn-primary) !important;
}

/* Botones restaurados al look original del sitio */


/* 📱 MOBILE BOTTOM BAR FIXED (RESTAURADA A ORIGINAL) */