﻿/* ============================================
   PAQUETES - ESTILOS COMPLETOS Y MEJORADOS
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700;800&display=swap');

#linkIniciarOrbita:hover {
    color: var(--space-dark) !important;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
}

:root {
    --gold: #f5a623;
    --gold-light: #ffd700;
    --gold-dark: #c47a00;
    --gold-glow: rgba(255, 215, 0, 0.15);
    --dark-bg: #0a0a1a;
    --text-primary: #ffffff;
    --text-secondary: #a4abd4;
    --text-muted: #64748b;
    --glass-bg: rgba(10, 15, 36, 0.75);
    --glass-border: rgba(255, 215, 0, 0.08);
    --neon-cyan: #00f2fe;
    --neon-purple: #b026ff;
    --success: #00ff88;
    --warning: #ffcc00;
    --danger: #ff4d6d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--dark-bg);
    color: var(--text-primary);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4%;
}

/* ============================================
   HERO SECTION - ÉPICO
   ============================================ */
.paquetes-hero {
    position: relative;
    padding: 80px 0 50px;
    text-align: center;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at 30% 20%, rgba(255, 215, 0, 0.08) 0%, transparent 60%), radial-gradient(ellipse at 70% 80%, rgba(255, 215, 0, 0.05) 0%, transparent 50%), linear-gradient(180deg, #0a0a1a 0%, #141430 50%, #0a0a1a 100%);
    border-bottom: 1px solid rgba(255, 215, 0, 0.08);
}

.paquetes-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.orbital-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 215, 0, 0.06);
    border-radius: 50%;
    animation: rotateRing 30s linear infinite;
}

.orbital-ring-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    height: 550px;
    border: 1px solid rgba(255, 215, 0, 0.03);
    border-radius: 50%;
    animation: rotateRing 45s linear infinite reverse;
}

@keyframes rotateRing {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.stars-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    animation: twinkle 3s ease-in-out infinite;
}

    .star:nth-child(1) {
        top: 10%;
        left: 5%;
        animation-delay: 0s;
    }

    .star:nth-child(2) {
        top: 20%;
        right: 10%;
        animation-delay: 0.5s;
        width: 3px;
        height: 3px;
    }

    .star:nth-child(3) {
        top: 40%;
        left: 15%;
        animation-delay: 1s;
    }

    .star:nth-child(4) {
        bottom: 30%;
        right: 20%;
        animation-delay: 1.5s;
        width: 4px;
        height: 4px;
        background: var(--gold-light);
    }

    .star:nth-child(5) {
        top: 60%;
        left: 8%;
        animation-delay: 2s;
    }

    .star:nth-child(6) {
        bottom: 10%;
        left: 30%;
        animation-delay: 0.8s;
        width: 3px;
        height: 3px;
        background: var(--gold-light);
    }

    .star:nth-child(7) {
        top: 80%;
        right: 5%;
        animation-delay: 1.8s;
    }

    .star:nth-child(8) {
        top: 30%;
        left: 50%;
        animation-delay: 1.2s;
        width: 5px;
        height: 5px;
        background: var(--gold-light);
    }

    .star:nth-child(9) {
        top: 50%;
        left: 45%;
        animation-delay: 2.5s;
    }

    .star:nth-child(10) {
        bottom: 40%;
        right: 30%;
        animation-delay: 0.3s;
        width: 3px;
        height: 3px;
        background: var(--gold-light);
    }

@keyframes twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    width: 100%;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.2);
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--gold-light);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
    background: linear-gradient(135deg, #ffffff 0%, var(--gold-light) 40%, var(--gold) 70%, #ffffff 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmerTitle 4s ease-in-out infinite;
}

@keyframes shimmerTitle {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.hero-title::after {
    content: '';
    display: block;
    margin: 10px auto 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
    border-radius: 2px;
}

.hero-subtitle {
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    color: var(--text-secondary);
    max-width: 650px;
    margin: 8px auto 0;
    line-height: 1.7;
    font-weight: 300;
}

/* ============================================
   CURSOS PAQUETES - LISTA DE CURSOS
   ============================================ */
.cursos-paquetes-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
}

.curso-paquetes-card {
    background: var(--glass-bg);
    border: 1px solid rgba(255, 215, 0, 0.06);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

    .curso-paquetes-card:hover {
        border-color: rgba(255, 215, 0, 0.15);
        box-shadow: 0 10px 50px rgba(255, 215, 0, 0.06);
        transform: translateY(-4px);
    }

.curso-header {
    display: flex;
    gap: 1.5rem;
    padding: 1.8rem 2.2rem;
    border-bottom: 1px solid rgba(255, 215, 0, 0.06);
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.02), transparent);
}

.curso-imagen {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: #0d0f1a;
    border: 2px solid rgba(255, 215, 0, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

    .curso-imagen img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

.curso-paquetes-card:hover .curso-imagen img {
    transform: scale(1.05);
}

.curso-info {
    flex: 1;
    min-width: 200px;
}

.curso-nombre {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    margin: 0 0 4px 0;
    line-height: 1.2;
}

    .curso-nombre a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
        background: linear-gradient(135deg, #fff, #a4abd4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

        .curso-nombre a:hover {
            -webkit-text-fill-color: var(--gold-light);
        }

.curso-descripcion {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
    opacity: 0.8;
}

/* ============================================
   GRID DE PAQUETES
   ============================================ */
.paquetes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    padding: 1.5rem 2.2rem 2.2rem;
    margin-top: 0;
}

/* ============================================
   TARJETA DE PAQUETE - GLASS MORPHISM
   ============================================ */
.paquete-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(12px);
    position: relative;
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

    .paquete-card:nth-child(1) {
        animation-delay: 0.05s;
    }

    .paquete-card:nth-child(2) {
        animation-delay: 0.1s;
    }

    .paquete-card:nth-child(3) {
        animation-delay: 0.15s;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.paquete-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.paquete-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.paquete-card:hover::before {
    opacity: 1;
}

/* ============================================
   PAQUETE CARD - HEADER
   ============================================ */
.paquete-card-header {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.paquete-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 0.65rem;
    font-weight: 600;
    gap: 4px;
    letter-spacing: 0.3px;
}

    .paquete-badge i {
        font-size: 0.6rem;
    }

/* ============================================
   PAQUETE CARD - BODY
   ============================================ */
.paquete-card-body {
    padding: 0.8rem 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.paquete-precio {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.precio-simbolo {
    font-size: 0.9rem;
    font-weight: 600;
}

.precio-valor {
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Space Grotesk', sans-serif;
}

.paquete-modalidades {
    flex: 1;
}

.modalidades-titulo {
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.modalidades-lista {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .modalidades-lista li {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 6px 12px;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 8px;
        font-size: 0.8rem;
        color: #e2e8f0;
        transition: all 0.2s ease;
        border-left: 2px solid transparent;
    }

        .modalidades-lista li:hover {
            background: rgba(255, 255, 255, 0.05);
            transform: translateX(4px);
        }

        .modalidades-lista li i {
            font-size: 0.7rem;
            flex-shrink: 0;
        }

    .modalidades-lista .modalidad-tag {
        display: inline-block;
        font-size: 0.65rem;
        font-weight: 600;
        padding: 1px 8px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.05);
        margin-left: auto;
    }

/* Estilos para los diferentes tipos de modalidad */
.modalidad-preparacion {
    border-left-color: #00f2fe;
}

    .modalidad-preparacion .modalidad-tag {
        color: #00f2fe;
        background: rgba(0, 242, 254, 0.1);
    }

.modalidad-maraton {
    border-left-color: #b026ff;
}

    .modalidad-maraton .modalidad-tag {
        color: #b026ff;
        background: rgba(176, 38, 255, 0.1);
    }

.modalidad-privada {
    border-left-color: #ff4d6d;
}

    .modalidad-privada .modalidad-tag {
        color: #ff4d6d;
        background: rgba(255, 77, 109, 0.1);
    }

.modalidad-simulacro {
    border-left-color: #ffcc00;
}

    .modalidad-simulacro .modalidad-tag {
        color: #ffcc00;
        background: rgba(255, 204, 0, 0.1);
    }

.modalidad-materiales {
    border-left-color: #00ff88;
}

    .modalidad-materiales .modalidad-tag {
        color: #00ff88;
        background: rgba(0, 255, 136, 0.1);
    }

/* ============================================
   PAQUETE CARD - FOOTER
   ============================================ */
.paquete-card-footer {
    padding: 0.8rem 1.5rem 1.3rem;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.btn-comprar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 28px;
    border: none;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.3px;
}

    .btn-comprar:hover:not(:disabled) {
        transform: scale(1.03);
        box-shadow: 0 0 30px rgba(255, 215, 0, 0.2);
    }

    .btn-comprar:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none !important;
        box-shadow: none !important;
    }

    .btn-comprar i {
        font-size: 0.9rem;
    }

/* ============================================
   EMPTY STATE
   ============================================ */
.paquetes-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    background: var(--glass-bg);
    border-radius: 24px;
    border: 1px solid rgba(255, 215, 0, 0.06);
    margin-top: 2rem;
}

    .paquetes-empty i {
        font-size: 4rem;
        color: rgba(255, 215, 0, 0.1);
        margin-bottom: 1.2rem;
    }

    .paquetes-empty h3 {
        color: #fff;
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        font-family: 'Space Grotesk', sans-serif;
    }

    .paquetes-empty p {
        color: var(--text-secondary);
        margin-bottom: 1.5rem;
    }

.btn-ver-todos {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: #1a1a2e;
    padding: 10px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

    .btn-ver-todos:hover {
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
    }

/* ============================================
   ALERTAS
   ============================================ */
.alert-container {
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.alert {
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(10px);
}

.alert-info {
    background: rgba(0, 242, 254, 0.06);
    border: 1px solid rgba(0, 242, 254, 0.15);
    color: var(--neon-cyan);
}

.alert i {
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* ============================================
   MODAL ESTELAR
   ============================================ */
.modal-estelar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(12px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .modal-estelar.show {
        display: flex;
        opacity: 1;
    }

    .modal-estelar .modal-contenido {
        transform: translateY(-20px) scale(0.95);
        transition: all 0.3s ease;
        background: linear-gradient(145deg, #0f1124, #1a1c3a);
        border: 1px solid rgba(255, 215, 0, 0.2);
        border-radius: 20px;
        padding: 2rem;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        max-width: 500px;
        width: 90%;
    }

    .modal-estelar.show .modal-contenido {
        transform: translateY(0) scale(1);
    }

.btn-cerrar-modal {
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 4px 10px;
    border-radius: 8px;
}

    .btn-cerrar-modal:hover {
        color: var(--danger);
        background: rgba(255, 77, 109, 0.1);
    }

.btn-cancelar {
    padding: 10px 24px;
    font-size: 0.85rem;
    border: 1px solid rgba(176, 38, 255, 0.3);
    background: transparent;
    color: var(--neon-purple);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

    .btn-cancelar:hover {
        background: rgba(176, 38, 255, 0.1);
        border-color: var(--neon-purple);
    }

.btn-enviar {
    padding: 10px 28px;
    font-size: 0.85rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: #1a1a2e;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .btn-enviar:hover {
        transform: scale(1.04);
        box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
    }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .paquetes-hero {
        padding: 70px 0 40px;
        min-height: 220px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .curso-header {
        padding: 1.2rem 1.5rem;
        gap: 1rem;
    }

    .paquetes-grid {
        padding: 1rem 1.5rem 1.5rem;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .curso-imagen {
        width: 70px;
        height: 70px;
    }

    .curso-nombre {
        font-size: 1.2rem;
    }

    .orbital-ring {
        width: 320px;
        height: 320px;
    }

    .orbital-ring-2 {
        width: 420px;
        height: 420px;
    }
}

@media (max-width: 768px) {
    .paquetes-hero {
        padding: 60px 0 30px;
        min-height: 180px;
    }

    .hero-title {
        font-size: 1.7rem;
    }

    .hero-subtitle {
        font-size: 0.85rem;
        padding: 0 16px;
    }

    .hero-badge {
        font-size: 0.5rem;
        padding: 3px 14px;
    }

    .curso-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 1.2rem;
        gap: 0.8rem;
    }

    .curso-imagen {
        width: 100%;
        height: 160px;
        border-radius: 12px;
    }

    .paquetes-grid {
        padding: 0.8rem 1rem 1.2rem;
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .curso-nombre {
        font-size: 1.1rem;
    }

    .curso-descripcion {
        font-size: 0.8rem;
    }

    .paquete-card-body {
        padding: 0.6rem 1.2rem 1.2rem;
    }

    .precio-valor {
        font-size: 1.6rem;
    }

    .btn-comprar {
        padding: 8px 20px;
        font-size: 0.8rem;
    }

    .modal-estelar .modal-contenido {
        padding: 1.5rem;
        margin: 16px;
    }

    .orbital-ring {
        width: 220px;
        height: 220px;
    }

    .orbital-ring-2 {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .paquetes-hero {
        padding: 50px 0 25px;
        min-height: 150px;
    }

    .hero-title {
        font-size: 1.4rem;
    }

        .hero-title::after {
            width: 50px;
            height: 2px;
            margin-top: 6px;
        }

    .hero-subtitle {
        font-size: 0.75rem;
        padding: 0 8px;
        line-height: 1.5;
    }

    .hero-badge {
        font-size: 0.45rem;
        padding: 2px 10px;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
    }

    .curso-header {
        padding: 0.8rem;
    }

    .curso-imagen {
        height: 140px;
    }

    .paquetes-grid {
        padding: 0.5rem 0.8rem 1rem;
    }

    .paquete-card-header {
        padding: 12px 14px;
        flex-direction: column;
        align-items: flex-start;
    }

    .paquete-card-body {
        padding: 0.5rem 0.8rem 1rem;
    }

    .precio-valor {
        font-size: 1.3rem;
    }

    .modalidades-lista li {
        font-size: 0.7rem;
        padding: 4px 10px;
    }

    .btn-comprar {
        padding: 6px 16px;
        font-size: 0.7rem;
        gap: 5px;
    }

    .btn-enviar, .btn-cancelar {
        padding: 8px 16px;
        font-size: 0.75rem;
    }

    .modal-estelar .modal-contenido {
        padding: 1.2rem;
        margin: 12px;
    }

    .orbital-ring {
        width: 160px;
        height: 160px;
    }

    .orbital-ring-2 {
        width: 220px;
        height: 220px;
    }

    .star {
        width: 1px;
        height: 1px;
    }

        .star:nth-child(4), .star:nth-child(6), .star:nth-child(8), .star:nth-child(10) {
            width: 2px;
            height: 2px;
        }
}

/* ============================================
   SCROLLBAR PERSONALIZADA
   ============================================ */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--gold-light);
    }

/* ============================================
   ANIMACIONES ADICIONALES
   ============================================ */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.paquete-card .precio-valor {
    animation: pulse 3s ease-in-out infinite;
}

.paquete-card:hover .precio-valor {
    animation-play-state: paused;
}

/* Badge de "POPULAR" o "MEJOR PRECIO" */
.paquete-card .paquete-popular {
    position: absolute;
    top: -8px;
    right: 20px;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: #1a1a2e;
    font-size: 0.55rem;
    font-weight: 800;
    padding: 3px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}
