/* modules/hero/hero.css */
/* Hero Profesional Minimalista - Yoga Gaya */

.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    margin-top: 80px;
}

/* === BACKGROUND IMAGE CON PARALLAX === */
.hero-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../assets/images/valle-sagrado.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

/* === OVERLAY OSCURO === */
.hero-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(74, 74, 74, 0.6);
    z-index: 2;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
}

.hero-slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.slide-content {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    position: relative;
    z-index: 4;
    padding: 0 2rem;
    margin: 0 auto;
}

/* === CONTENIDO DE TEXTO === */
.slide-text {
    padding: 3rem;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
}

.slide-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.slide-subtitle {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--primary-sage);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-left: 3px solid var(--primary-sage);
    padding-left: 1rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.slide-description {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 3rem;
    max-width: 500px;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.slide-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-whatsapp, .btn-details {
    padding: 1rem 2.5rem;
    border: 2px solid transparent;
    border-radius: 0;
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 180px;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.btn-whatsapp {
    background: #8B4513;
    color: white;
    border-color: #8B4513;
}

.btn-whatsapp:hover {
    background: transparent;
    color: white;
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.btn-details {
    background: transparent;
    color: white;
    border-color: white;
}

.btn-details:hover {
    background: white;
    color: #8B4513;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* Iconos profesionales SVG */
.btn-whatsapp::before {
    content: '';
    width: 16px;
    height: 16px;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893A11.821 11.821 0 0020.465 3.516'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}

.btn-details::before {
    content: '';
    width: 16px;
    height: 16px;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}

/* === IMAGEN PROFESIONAL === */
.slide-image {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    box-sizing: border-box;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    filter: saturate(0.9) contrast(1.1);
}

.slide-image:hover img {
    transform: scale(1.02);
}

/* === NAVEGACIÓN PROFESIONAL === */
.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
    transition: all 0.3s ease;
    z-index: 10;
}

.hero-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: white;
}

.hero-nav.prev {
    left: 2rem;
}

.hero-nav.prev:hover {
    transform: translateY(-50%) translateX(-2px);
}

.hero-nav.next {
    right: 2rem;
}

.hero-nav.next:hover {
    transform: translateY(-50%) translateX(2px);
}

/* === INDICADORES PROFESIONALES === */
.hero-indicators {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.indicator {
    width: 40px;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: white;
    width: 60px;
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.7);
}

/* === RESPONSIVE MÓVIL === */
@media (max-width: 768px) {
    .hero-container {
        height: auto;
        min-height: 100vh;
        margin-top: 70px;
        overflow: hidden;
    }
    
    .hero-container::before {
        background-attachment: scroll;
    }
    
    .hero-slider {
        overflow: visible;
        width: 100vw;
    }
    
    .hero-slide {
        min-width: 100vw;
        width: 100vw;
        padding: 0;
    }
    
    .slide-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
        padding: 3rem 1.5rem;
        max-width: 100%;
        width: 100%;
    }
    
    .slide-text {
        order: 2;
        padding: 2rem 1.5rem;
        width: 100%;
    }
    
    .slide-image {
        order: 1;
        height: 300px;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }
    
    .slide-title {
        font-size: 2.5rem;
    }
    
    .slide-subtitle {
        font-size: 1.2rem;
        border-left: none;
        border-top: 3px solid var(--primary-sage);
        padding-left: 0;
        padding-top: 1rem;
        text-align: center;
    }
    
    .slide-description {
        font-size: 1rem;
        margin: 0 auto 2rem;
        max-width: 100%;
    }
    
    .slide-buttons {
        justify-content: center;
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }
    
    .btn-whatsapp, .btn-details {
        padding: 1rem 2rem;
        font-size: 0.85rem;
        min-width: 160px;
        width: 100%;
        max-width: 280px;
    }
    
    .hero-nav {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .hero-nav.prev {
        left: 1rem;
    }
    
    .hero-nav.next {
        right: 1rem;
    }
    
    .hero-indicators {
        bottom: 1rem;
    }
    
    .indicator {
        width: 30px;
        height: 2px;
    }
    
    .indicator.active {
        width: 45px;
    }
}

@media (max-width: 480px) {
    .hero-slide {
        min-width: 100vw;
        width: 100vw;
    }
    
    .slide-content {
        padding: 2rem 1rem;
        width: 100%;
    }
    
    .slide-text {
        padding: 1.5rem 1rem;
        width: 100%;
    }
    
    .slide-title {
        font-size: 2rem;
    }
    
    .slide-subtitle {
        font-size: 1rem;
    }
    
    .slide-buttons {
        gap: 0.8rem;
    }
    
    .slide-image {
        width: 100%;
    }
}