* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Urbanist", sans-serif;
}
body, .sticky-header{
    background-color: #050505;
}

/* HEADER */

.sticky-header {
    color: #fff;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    opacity: 0; 
    animation: fadeIn 1s ease-in-out 0.5s forwards; 
    padding: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
}

.logo a:hover {
    animation: flotar 1s ease-in-out infinite alternate;
}

@keyframes flotar {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-8px);
    }
}

.sticky-header nav ul {
    list-style: none;
    display: flex;
    margin: 0;
}

.sticky-header nav ul li {
    margin: 0 15px;
}

.sticky-header nav ul li a {
    color: #fff;
    opacity: 60%;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sticky-header nav ul li a:hover {
    opacity:100% ;
}
.sticky-header nav ul li {
    position: relative;
}

.sticky-header nav ul li .submenu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background-color: #050505;
    padding: 10px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: block !important;
    flex-direction: column !important;
}

.sticky-header nav ul li .submenu li {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
}

.sticky-header nav ul li .submenu li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    opacity: 60%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.sticky-header nav ul li .submenu li a:hover {
    opacity: 100%;
    padding-left: 25px;
}

.sticky-header nav ul li .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sticky-header nav ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sticky-header nav ul li:hover > a {
    opacity: 100%;
}

/* TARJETAS DE SUSCRIPCIÓN */

.seccion-suscripciones {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    text-align: center;
}

.titulo-suscripciones {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.subtitulo-suscripciones {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contenedor-tarjetas {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.tarjeta-suscripcion {
    background: #050505;
    border-radius: 20px;
    padding: 35px 30px;
    width: 320px;
    min-height: 550px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.5),
        -8px -8px 16px rgba(25, 25, 25, 0.2),
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    position: relative;
}

.tarjeta-suscripcion:hover {
    transform: translateY(-10px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.6),
        -15px -15px 30px rgba(30, 30, 30, 0.3),
        inset 1px 1px 1px rgba(255, 255, 255, 0.04),
        inset -1px -1px 1px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.1);
}

.cabecera-tarjeta {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nombre-plan {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.precio-plan {
    color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.cantidad {
    font-size: 40px;
    font-weight: 700;
}

.periodo {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}

.contenido-tarjeta {
    flex-grow: 1;
    margin-bottom: 30px;
}

.lista-caracteristicas {
    list-style: none;
    text-align: left;
    padding: 0;
}

.caracteristica {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
}

.caracteristica:last-child {
    border-bottom: none;
}

.caracteristica.desactivado {
    color: rgba(255, 255, 255, 0.3);
}

.boton-suscripcion {
    background: #050505;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.4),
        -4px -4px 8px rgba(30, 30, 30, 0.2);
}

.boton-suscripcion:hover {
    background: #070707;
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.5),
        -6px -6px 12px rgba(35, 35, 35, 0.3);
}

.boton-suscripcion:active {
    transform: translateY(0);
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.4),
        -2px -2px 4px rgba(25, 25, 25, 0.2);
}

.plan-recomendado {
    transform: scale(1.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #050505;
}

.plan-recomendado:hover {
    transform: scale(1.05) translateY(-10px);
}

.etiqueta-recomendado {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #050505;
    color: #fff;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.boton-recomendado {
    background: #050505;
    border-color: rgba(255, 255, 255, 0.15);
}

.boton-recomendado:hover {
    background: #070707;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .contenedor-tarjetas {
        gap: 25px;
    }
    
    .tarjeta-suscripcion {
        width: 300px;
    }
    
    .plan-recomendado {
        transform: scale(1);
    }
    
    .plan-recomendado:hover {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {
    .contenedor-tarjetas {
        gap: 20px;
    }
    
    .tarjeta-suscripcion {
        width: 280px;
        min-height: 520px;
        padding: 30px 25px;
    }
    
    .titulo-suscripciones {
        font-size: 32px;
    }
    
    .subtitulo-suscripciones {
        font-size: 16px;
    }
    
    .cantidad {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .seccion-suscripciones {
        padding: 0 30px;
        margin: 60px auto;
    }
    
    .contenedor-tarjetas {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .tarjeta-suscripcion {
        width: 100%;
        max-width: 400px;
        min-height: auto;
    }
    
    .titulo-suscripciones {
        font-size: 28px;
    }
    
    .subtitulo-suscripciones {
        font-size: 15px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .seccion-suscripciones {
        padding: 0 20px;
        margin: 40px auto;
    }
    
    .tarjeta-suscripcion {
        padding: 25px 20px;
    }
    
    .titulo-suscripciones {
        font-size: 24px;
    }
    
    .subtitulo-suscripciones {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .cantidad {
        font-size: 32px;
    }
    
    .nombre-plan {
        font-size: 20px;
    }
}

/* FOOTER */
.footer {
    background-color: #050505;
    padding: 30px 0;
    margin-top: 40px;
}

.contenedor-footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-footer a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
}

.logo-footer a:hover {
    animation: flotar 1s ease-in-out infinite alternate;
}

@keyframes flotar {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-8px);
    }
}


.copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: 0.3px;
}

.enlaces-legales {
    display: flex;
    gap: 25px;
}

.enlace-legal {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
}

.enlace-legal:hover {
    color: #fff;
}

.enlace-legal::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.enlace-legal:hover::after {
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .contenedor-footer {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 0 20px;
    }
    
    .enlaces-legales {
        flex-direction: column;
        gap: 12px;
    }
    
    .footer {
        padding: 25px 0;
        margin-top: 30px;
    }
    
    .copyright {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 20px 0;
        margin-top: 25px;
    }
    
    .contenedor-footer {
        gap: 15px;
        padding: 0 15px;
    }
    
    .enlace-legal {
        font-size: 13px;
    }
}