/*
 * Crypto Soccer Theme - Founder Pass Page Styles
 */

/* --- Contenedor Principal --- */
.founder-pass-page {
    background: radial-gradient(ellipse at 50% -20%, rgba(218, 165, 32, 0.2), transparent 50%), #0a0e13;
    border-color: var(--cs-gold);
    box-shadow: 0 0 40px rgba(218, 165, 32, 0.3);
}
.founder-pass-container {
    max-width: 960px;
    margin: 0 auto;
}

/* --- SecciÃ³n Hero --- */
.founder-hero {
    text-align: center;
    padding: 3em 1em;
    border-radius: 1.3em;
    background: linear-gradient(160deg, #1a1a1a 20%, #0d0d0d 100%);
    box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
    margin-bottom: 3em;
}
.founder-hero-icon {
    font-size: 4em;
    line-height: 1;
    filter: drop-shadow(0 0 15px var(--cs-gold));
}
.founder-hero-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    color: var(--cs-gold);
    text-shadow: 0 0 10px var(--cs-gold-dark), 0 0 30px rgba(255,215,0,0.5);
    margin: 0.25em 0;
}
.founder-hero-subtitle {
    font-size: 1.2em;
    color: #ccc;
    max-width: 500px;
    margin: 0 auto 1.5em auto;
}
.founder-price-box {
    background: rgba(0,0,0,0.3);
    border: 1px solid var(--cs-gold-dark);
    padding: 0.75em 1.5em;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 1.5em;
    font-size: 1.1em;
}
.founder-price-box span {
    color: #ccc;
    margin-right: 0.75em;
}
.founder-price-box strong {
    color: #fff;
    font-weight: bold;
}
.founder-unlock-btn {
    font-size: 1.4em !important;
    padding: 0.8em 2.5em !important;
    background: linear-gradient(90deg, #FFD700 0%, #F7931A 100%);
    border: 2px solid #FFD700;
    color: #111;
    text-shadow: none;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
}
.founder-availability {
    margin-top: 1.5em;
    font-weight: bold;
    color: #ccc;
    font-size: 0.9em;
}
.founder-progress-bar {
    max-width: 300px;
    width: 100%;
    height: 12px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.1);
    margin: 0.5em auto;
    overflow: hidden;
}
#founder-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--cs-gold-dark), var(--cs-gold));
    border-radius: 6px;
    transition: width 0.5s ease-in-out;
}

/* --- SecciÃ³n de Beneficios --- */
.founder-section { padding: 2em 0; }
.founder-section-title { margin: 0 0 1.5em 0; font-size: 1.8em; text-align: center; display: flex; align-items: center; justify-content: center; gap: 0.5em; font-family: 'Bebas Neue', sans-serif; letter-spacing: 1px; color: var(--cs-gold); }
.founder-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5em; }
.founder-benefit-card { background: rgba(0,0,0,0.2); border: 1px solid #333; border-left: 4px solid var(--cs-gold-dark); border-radius: .8em; padding: 1.5em; text-align: center; transition: all .3s ease; }
.founder-benefit-card:hover { transform: translateY(-5px); background: rgba(255,215,0,0.05); border-color: var(--cs-gold); }
.benefit-card-icon { font-size: 2.5em; margin-bottom: 0.5em; line-height: 1; }
.founder-benefit-card h4 { color: #fff; margin: 0 0 .5em 0; font-size: 1.2em; }
.founder-benefit-card p { font-size: .9em; color: #b0c4de; line-height: 1.6; margin: 0; }

/* --- Modo Claro --- */
html.cs-light .founder-pass-page { background: #fff; border-color: var(--cs-founder-light-border); box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
html.cs-light .founder-hero { background: var(--cs-founder-light-bg); }
html.cs-light .founder-hero-title { color: var(--cs-founder-light-text); text-shadow: none; }
html.cs-light .founder-hero-subtitle { color: var(--cs-text-light-secondary); }
html.cs-light .founder-price-box { background: #fff; border-color: #f5eadd; }
html.cs-light .founder-price-box span { color: var(--cs-text-light-secondary); }
html.cs-light .founder-price-box strong { color: var(--cs-founder-light-text); }
html.cs-light .founder-unlock-btn { box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
html.cs-light .founder-availability { color: var(--cs-text-light-secondary); }
html.cs-light .founder-progress-bar { background-color: #e9ecef; border-color: #dee2e6; }
html.cs-light .founder-section-title { color: var(--cs-founder-light-text); }
html.cs-light .founder-benefit-card { background: #fff; border-color: #e9ecef; border-left-color: var(--cs-founder-light-border); }
html.cs-light .founder-benefit-card:hover { border-color: var(--cs-founder-light-border); }
html.cs-light .founder-benefit-card h4 { color: var(--cs-text-light-primary); }
html.cs-light .founder-benefit-card p { color: var(--cs-text-light-secondary); }

/* === ESTILOS DE LUJO PARA FOUNDER PASS ACTIVO === */

@keyframes animated-gradient-border {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes card-shine-effect {
    0% { transform: translateX(-150%) skewX(-30deg); opacity: 0.3; }
    100% { transform: translateX(150%) skewX(-30deg); opacity: 0; }
}

.founder-active-container {
    position: relative;
    padding: 2em 0;
}

.founder-active-hero {
    padding: 2.5em;
    border-radius: 1.3em;
    border: 2px solid transparent;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d) padding-box, 
                linear-gradient(60deg, #DAA520, #FFD700, #DAA520) border-box;
    background-size: 200% 200%;
    animation: animated-gradient-border 5s ease infinite;
    box-shadow: 0 10px 50px rgba(0,0,0,0.7), 0 0 30px var(--cs-gold-dark);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.1s linear;
    will-change: transform;
}

.founder-card-shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: card-shine-effect 4s infinite;
    z-index: 1;
    pointer-events: none;
}

.founder-active-hero > * {
    position: relative;
    z-index: 2; /* Asegura que el contenido est¨¦ sobre el brillo */
}

.founder-active-hero .founder-hero-title {
    color: #FFFFFF;
    text-shadow: 0 0 15px var(--cs-gold), 0 0 30px var(--cs-gold-dark);
}

.founder-active-hero .founder-hero-subtitle {
    color: #e4e0d8;
}

.founder-benefits-grid .founder-benefit-card {
    transform-style: preserve-3d;
    transition: transform 0.1s linear, box-shadow 0.3s ease, border-color 0.3s ease;
    will-change: transform;
}

.founder-benefits-grid .founder-benefit-card:hover {
    border-color: var(--cs-gold);
    box-shadow: 0 5px 25px rgba(218, 165, 32, 0.4);
}

html.cs-light .founder-active-hero {
    background: linear-gradient(145deg, #ffffff, #f7f3e9) padding-box, 
                linear-gradient(60deg, #a27b00, #DAA520, #a27b00) border-box;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
html.cs-light .founder-active-hero .founder-hero-title {
    color: var(--cs-founder-light-text);
    text-shadow: none;
}
html.cs-light .founder-active-hero .founder-hero-subtitle {
    color: #5D4037;
}
html.cs-light .founder-benefit-card:hover {
    box-shadow: 0 5px 25px rgba(162, 123, 0, 0.2);
}