/* Estilos para la sección de Sorteo Acumulativo */

/* Hero Section */
.sorteo-hero {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.sorteo-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('bold-gold.png') repeat;
    opacity: 0.05;
    z-index: 1;
}

.sorteo-hero-content {
    position: relative;
    z-index: 2;
}

.sorteo-hero h1 {
    font-size: 3.8rem;
    font-weight: 800;
    margin: 0 0 25px 0;
    color: #FFD700;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.5px;
    max-width: 90%;
}

.sorteo-hero .lead {
    font-size: 1.4rem;
    margin: 0 0 35px 0;
    color: #eee;
    line-height: 1.6;
    max-width: 90%;
}

.sorteo-cta-buttons {
    display: flex;
    gap: 20px;
    margin: 40px 0 0 0;
}

.sorteo-cta-buttons .btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.sorteo-cta-buttons .btn-primary {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    border: none;
    color: #000;
}

.sorteo-cta-buttons .btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
}

.sorteo-cta-buttons .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.sorteo-hero-image {
    position: relative;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

/* Sección Beneficios */
.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.beneficio-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.beneficio-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 215, 0, 0.3);
}

.beneficio-icono {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #FFD700;
}

.beneficio-item h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
}

/* Sección Cómo Funciona */
.pasos-container {
    max-width: 800px;
    margin: 50px auto 0;
    position: relative;
}

/* Ajustes de márgenes para secciones */
.section--dark {
    padding: 100px 0;
}

.seccion-contenedor {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.seccion-titulo {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #FFD700 !important;
    font-weight: 700;
    text-align: center;
}

.seccion-subtitulo {
    font-size: 1.25rem;
    color: #bbb;
    margin: 0 auto 50px;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
}

.paso-item {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    align-items: flex-start;
}

.paso-numero {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-right: 30px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    border: 5px solid #1a1a1a;
}

.paso-contenido {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 10px;
    padding: 25px;
    flex-grow: 1;
    margin-top: 15px;
}

.paso-contenido h3 {
    color: #FFD700;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

/* Sección Características */
.caracteristicas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.caracteristica-item {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.caracteristica-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.3);
}

.caracteristica-item i {
    font-size: 2.5rem;
    color: #FFD700;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.caracteristica-item:hover i {
    transform: scale(1.2);
}

.caracteristica-item h3 {
    color: #FFD700;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

/* Sección CTA */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://workplay.com.co/assets/img/pattern.png') repeat;
    opacity: 0.05;
    z-index: 1;
}

.cta-section .seccion-titulo,
.cta-section .seccion-subtitulo {
    position: relative;
    z-index: 2;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.cta-button {
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 200px;
}

.cta-button i {
    margin-right: 10px;
    font-size: 1.2em;
}

.cta-primary {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #000;
    border: none;
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.3);
    color: #000;
}

.cta-secondary {
    background: transparent;
    border: 2px solid #FFD700;
    color: #FFD700;
}

.cta-secondary:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #FFD700;
    transform: translateY(-3px);
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .sorteo-hero {
        padding: 80px 0 60px;
    }
    
    .sorteo-hero h1 {
        font-size: 2.2rem;
    }
    
    .sorteo-cta-buttons {
        flex-direction: column;
    }
    
    .paso-item {
        flex-direction: column;
    }
    
    .paso-numero {
        margin: 0 auto 15px;
    }
    
    .paso-contenido {
        margin-top: 0;
        margin-left: 0;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        width: 100%;
        max-width: 300px;
        margin: 5px 0;
    }
}
