/* Llave Dorada - Estilos Principales */

/* Variables CSS */
:root {
    /* Color Palette - Premium Dark Gold */
    --primary-solid: #f5af19;
    --primary-gradient: linear-gradient(135deg, #f5af19 0%, #f12711 100%);
    --gold-glow: 0 0 20px rgba(245, 175, 25, 0.4);
    
    --bg-body: #0a0b10;
    --bg-card: rgba(255, 255, 255, 0.03);
    --bg-glass: rgba(10, 11, 16, 0.8);
    
    --text-main: #e2e8f0;
    --text-muted: #94a3b8;
    --text-white: #ffffff;
    
    --border-glass: rgba(255, 255, 255, 0.08);
    --border-gold: rgba(245, 175, 25, 0.2);
    
    --font-outfit: 'Outfit', sans-serif;
    --font-inter: 'Inter', sans-serif;
    
    --br-sm: 8px;
    --br-md: 16px;
    --br-lg: 24px;
    --br-xl: 32px;
    
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.5);
    --shadow-gold: 0 10px 40px rgba(245, 175, 25, 0.15);
    
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset y Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-inter);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-main);
    background-color: var(--bg-body);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-outfit);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text-white);
}

.font-outfit { font-family: var(--font-outfit); }
.text-gold { color: var(--primary-solid) !important; }
.text-muted-custom { color: var(--text-muted) !important; }

p {
    margin-bottom: 1rem;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

/* Utilidades */
.text-primary { color: var(--primary-color) !important; }
.text-secondary { color: var(--secondary-color) !important; }
.text-accent { color: var(--accent-color) !important; }
.text-success { color: var(--success-color) !important; }
.text-warning { color: var(--warning-color) !important; }
.text-danger { color: var(--danger-color) !important; }
.text-info { color: var(--info-color) !important; }
.text-light { color: var(--light-color) !important; }
.text-dark { color: var(--dark-color) !important; }
.text-white { color: var(--white) !important; }

.bg-primary { background-color: var(--primary-color) !important; }
.bg-secondary { background-color: var(--secondary-color) !important; }
.bg-accent { background-color: var(--accent-color) !important; }
.bg-success { background-color: var(--success-color) !important; }
.bg-warning { background-color: var(--warning-color) !important; }
.bg-danger { background-color: var(--danger-color) !important; }
.bg-info { background-color: var(--info-color) !important; }
.bg-light { background-color: var(--light-color) !important; }
.bg-dark { background-color: #000 !important; }
.bg-white { background-color: var(--white) !important; }

.rounded { border-radius: var(--border-radius) !important; }
.rounded-sm { border-radius: var(--border-radius-sm) !important; }
.rounded-lg { border-radius: var(--border-radius-lg) !important; }
.rounded-xl { border-radius: var(--border-radius-xl) !important; }
.rounded-circle { border-radius: 50% !important; }

.shadow { box-shadow: var(--box-shadow) !important; }
.shadow-sm { box-shadow: var(--box-shadow-sm) !important; }
.shadow-lg { box-shadow: var(--box-shadow-lg) !important; }
.shadow-none { box-shadow: none !important; }

/* Header */
.header {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--gray-800) 100%);
    color: var(--white);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--box-shadow-lg);
}
.text-white .text-muted{
    color:#dee2e6 !important;
}
/* Premium Navbar */
.custom-navbar {
    background: var(--bg-glass) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--border-glass);
    transition: var(--transition);
}

.navbar-logo {
    transition: var(--transition);
    filter: drop-shadow(0 0 5px rgba(245, 175, 25, 0.2));
}

.navbar-logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px rgba(245, 175, 25, 0.4));
}

.nav-link {
    color: var(--text-main) !important;
    font-family: var(--font-outfit);
    font-weight: 500;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem !important;
    border-radius: var(--br-sm);
    transition: var(--transition) !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-solid) !important;
    background: rgba(245, 175, 25, 0.05);
}

.nav-link.btn {
    border: 1px solid var(--primary-solid);
    margin-left: 1rem !important;
}

.nav-link.btn:hover {
    background: var(--primary-gradient) !important;
    color: white !important;
    border-color: transparent;
    box-shadow: var(--gold-glow);
}

/* Premium Hero Section */
.hero-premium {
    min-height: 90vh;
    padding: 120px 0 80px;
    background: var(--bg-body);
    position: relative;
    overflow: hidden;
}

.hero-glow-1 {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(245, 175, 25, 0.1) 0%, transparent 70%);
    z-index: 1;
}

.hero-glow-2 {
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(241, 39, 17, 0.05) 0%, transparent 70%);
    z-index: 1;
}

.z-index-2 { z-index: 2; }
.fw-800 { font-weight: 800; }

.text-gradient-gold {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.badge-premium {
    display: inline-flex;
    align-items: center;
    background: rgba(245, 175, 25, 0.1);
    border: 1px solid var(--border-gold);
    color: var(--primary-solid);
    padding: 8px 16px;
    border-radius: 100px;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.stat-card {
    background: var(--bg-card);
    border: 1px solid var(--border-glass);
    padding: 20px;
    border-radius: var(--br-md);
    text-align: center;
    transition: var(--transition);
}

.stat-card:hover {
    border-color: var(--border-gold);
    transform: translateY(-5px);
}

.stat-value {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 5px;
    color: var(--primary-solid);
}

.stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Hero Visuals */
.hero-visual-container {
    position: relative;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-visual-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--primary-gradient);
    filter: blur(80px);
    opacity: 0.3;
    border-radius: 50%;
    animation: pulseGlow 4s infinite alternate;
}

.central-sphere {
    width: 220px;
    height: 220px;
    background: linear-gradient(135deg, #1e1e26 0%, #0a0b10 100%);
    border-radius: 50%;
    border: 1px solid var(--border-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(245, 175, 25, 0.2);
}

.sphere-inner {
    width: 160px;
    height: 160px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(245, 175, 25, 0.5);
}

.sphere-icon {
    font-size: 4rem;
    color: white;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

.floating-prize-card {
    position: absolute;
    background: var(--bg-glass);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-glass);
    padding: 15px 25px;
    border-radius: var(--br-md);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 3;
    animation: floatAnim 4s infinite ease-in-out;
}

.prize-1 { top: 10%; right: 5%; animation-delay: 0s; }
.prize-2 { top: 45%; left: 0%; animation-delay: 1s; }
.prize-3 { bottom: 10%; right: 15%; animation-delay: 2s; }

.card-icon {
    width: 40px;
    height: 40px;
    background: rgba(245, 175, 25, 0.1);
    color: var(--primary-solid);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

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

@keyframes pulseGlow {
    from { transform: scale(1); opacity: 0.2; }
    to { transform: scale(1.3); opacity: 0.4; }
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
    line-height: 1.5;
    user-select: none;
}

/* Premium Buttons */
.btn-warning {
    background: var(--primary-gradient) !important;
    border: none !important;
    color: white !important;
    font-family: var(--font-outfit);
    font-weight: 600 !important;
    border-radius: var(--br-md) !important;
    transition: var(--transition) !important;
    box-shadow: var(--shadow-gold);
}

.btn-warning:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(245, 175, 25, 0.3);
    color: white !important;
}

.btn-outline-light {
    border: 1px solid var(--border-glass) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: white !important;
    backdrop-filter: blur(5px);
    border-radius: var(--br-md) !important;
}

.btn-outline-light:hover {
    background: white !important;
    color: var(--bg-body) !important;
}

/* Gold Buttons */
.btn-gold {
    background: var(--primary-gradient) !important;
    color: white !important;
    border: none !important;
    font-weight: 700 !important;
    transition: var(--transition) !important;
}

.btn-gold:hover {
    background: var(--primary-solid) !important;
    box-shadow: var(--shadow-gold) !important;
    transform: translateY(-2px);
}

.btn-gold:disabled, .btn-gold.disabled {
    background: #444 !important;
    color: #888 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.btn-gold-outline {
    background: transparent !important;
    color: var(--primary-solid) !important;
    border: 1px solid var(--border-gold) !important;
    font-weight: 600 !important;
}

.btn-gold-outline:hover {
    background: var(--primary-gradient) !important;
    color: var(--bg-body) !important;
    border-color: transparent !important;
}

/* Premium Raffle Cards */
.premium-raffle-card {
    background: var(--bg-card);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-lg);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.premium-raffle-card:hover {
    transform: translateY(-10px);
    border-color: var(--border-gold);
    box-shadow: var(--shadow-gold);
}

.card-image-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.premium-raffle-card:hover .card-img {
    transform: scale(1.1);
}

.placeholder-gradient {
    background: linear-gradient(135deg, #1e1e26 0%, #0a0b10 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-solid);
}

.card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-gradient);
    color: white;
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 11, 16, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}

.premium-raffle-card:hover .card-overlay {
    opacity: 1;
    pointer-events: auto;
}

.card-body-premium {
    padding: 25px;
    flex-grow: 1;
}

.raffle-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--font-outfit);
}

.prize-strip {
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed var(--border-gold);
    padding: 10px 15px;
    border-radius: var(--br-sm);
    display: flex;
    align-items: center;
    gap: 12px;
}

.prize-tag {
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--primary-solid);
    letter-spacing: 1px;
}

.prize-text {
    font-size: 1rem;
    font-weight: 700;
    color: white;
}

.raffle-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.info-item {
    display: flex;
    flex-direction: column;
}

.info-item .label {
    font-size: 0.7rem;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 2px;
}

.info-item .value {
    font-weight: 700;
    font-size: 1.1rem;
}

.custom-progress {
    height: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: var(--primary-gradient);
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(245, 175, 25, 0.3);
}

.progress-label {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.progress-percent {
    font-weight: 700;
    color: var(--primary-solid);
}

.package-card-premium.selected {
  border: 2px solid #d4af37 !important;
  background: rgba(212, 175, 55, 0.1) !important;
  transform: translateY(-10px);
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.2);
}

.package-card-premium.selected .package-price-large {
  color: #d4af37 !important;
}

/* Grid System */
/* Grid System handled by Bootstrap 5 */
/* 
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
... redundant grid definitions removed ...
*/


/* Sections */
.section {
    padding: 4rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-title p {
    font-size: 1.125rem;
    color: var(--gray-600);
    max-width: 600px;
    margin: 0 auto;
}

/* Footer */
.footer {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h5 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: var(--gray-300);
    text-decoration: none;
    transition: var(--transition);
}

.footer-section ul li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid var(--gray-700);
    padding-top: 1rem;
    text-align: center;
    color: var(--gray-400);
}

.social-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--gray-700);
    color: var(--white);
    border-radius: 50%;
    text-decoration: none;
    transition: var(--transition);
}

.social-links a:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transform: translateY(-2px);
}

/* Forms Premium */
.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
}

.auth-card-premium .form-label {
    color: var(--primary-solid);
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--text-white);
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-md);
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.06);
    border-color: var(--primary-solid);
    color: var(--text-white);
    box-shadow: 0 0 15px rgba(245, 175, 25, 0.15);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* Input Group Premium */
.input-group-premium {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 15px;
    color: var(--primary-solid);
    z-index: 5;
    font-size: 1rem;
}

.input-group-premium .form-control {
    padding-left: 45px;
}

.form-text {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #ff4d4d;
}

/* Alerts */
.alert {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: var(--border-radius);
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeaa7;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0.5;
}

.alert-dismissible .btn-close:hover {
    opacity: 1;
}

/* Loading */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid var(--gray-300);
    border-radius: 50%;
    border-top-color: var(--primary-color);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Upcoming & Popular Cards */
.upcoming-card {
    height: 400px;
    border-radius: var(--br-lg);
    overflow: hidden;
    position: relative;
    transition: var(--transition);
    border: 1px solid var(--border-glass);
}

.upcoming-card:hover {
    transform: translateY(-10px);
    border-color: var(--border-gold);
    box-shadow: var(--shadow-gold);
}

.upcoming-card-inner {
    height: 100%;
    padding: 30px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.countdown-wrapper {
    background: var(--bg-glass);
    padding: 15px;
    border-radius: var(--br-md);
    border: 1px solid var(--border-gold);
    text-align: center;
}

.countdown-label {
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--primary-solid);
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.countdown-timer-premium {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: var(--font-outfit);
}

.timer-unit {
    display: flex;
    flex-direction: column;
}

.timer-unit span {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    line-height: 1;
}

.timer-unit small {
    font-size: 0.6rem;
    color: var(--text-muted);
}

.timer-separator {
    color: var(--primary-solid);
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.popular-card-modern {
    background: var(--bg-card);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-lg);
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: var(--transition);
}

.popular-card-modern:hover {
    border-color: var(--border-gold);
}

.popular-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--bg-glass);
    border: 1px solid var(--border-gold);
    color: var(--primary-solid);
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    z-index: 2;
}

.popular-card-image {
    height: 200px;
    overflow: hidden;
}

.popular-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-img {
    height: 100%;
    background: #1e1e26;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 2rem;
}

/* Feature Cards */
.bg-glass-surface {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-xl);
}

.feature-card-premium {
    text-align: center;
    padding: 30px;
    transition: var(--transition);
}

.feature-card-premium:hover {
    transform: translateY(-10px);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-glass);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2rem;
    transition: var(--transition);
}

.feature-card-premium:hover .feature-icon-wrapper {
    background: rgba(245, 175, 25, 0.1);
    border-color: var(--border-gold);
    transform: rotate(10deg);
}

/* CTA Section */
.cta-gradient-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(245, 175, 25, 0.1) 0%, transparent 70%);
    z-index: 1;
}

.cta-box-premium {
    background: var(--bg-glass);
    backdrop-filter: blur(20px);
    border-radius: var(--br-xl) !important;
}

.border-glass {
    border: 1px solid var(--border-glass) !important;
}

.rounded-xl { border-radius: var(--br-xl) !important; }

/* Main Footer */
.main-footer {
    background: #050608;
    border-top: 1px solid var(--border-glass);
    color: var(--text-main);
}

.footer-logo {
    filter: drop-shadow(0 0 5px rgba(245, 175, 25, 0.2));
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-glass);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-main);
    transition: var(--transition);
}

.social-icon:hover {
    background: var(--primary-gradient);
    border-color: transparent;
    color: white;
    transform: translateY(-3px);
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-muted);
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary-solid);
    padding-left: 5px;
}

.icon-circle {
    width: 32px;
    height: 32px;
    background: rgba(245, 175, 25, 0.1);
    color: var(--primary-solid);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-glass), transparent);
}

.copyright span {
    font-weight: 700;
}

/* Scroll Animations */
.py-6 { padding: 80px 0; }

@media (max-width: 991px) {
    .hero-stats-grid { gap: 1rem; }
    .stat-value { font-size: 1.4rem; }
    .hero-premium { padding: 100px 0 50px; }
    .central-sphere { width: 180px; height: 180px; }
    .sphere-inner { width: 130px; height: 130px; }
    .sphere-icon { font-size: 3rem; }
}

@media (max-width: 767px) {
    .display-2 { font-size: 2.5rem; }
    .hero-stats-grid { grid-template-columns: 1fr; }
    .hero-visual-container { height: 350px; margin-top: 50px; }
}

/* Animaciones */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.slide-in-left {
    animation: slideInLeft 0.5s ease-out;
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

.slide-in-right {
    animation: slideInRight 0.5s ease-out;
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Utilidades adicionales */
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }

.d-none { display: none !important; }
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-flex { display: flex !important; }
.d-grid { display: grid !important; }

.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }

.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }

.flex-column { flex-direction: column !important; }
.flex-row { flex-direction: row !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }

.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }
.gap-5 { gap: 3rem !important; }

.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }
.m-auto { margin: auto !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.ms-0 { margin-left: 0 !important; }
.ms-1 { margin-left: 0.25rem !important; }
.ms-2 { margin-left: 0.5rem !important; }
.ms-3 { margin-left: 1rem !important; }
.ms-4 { margin-left: 1.5rem !important; }
.ms-5 { margin-left: 3rem !important; }

.me-0 { margin-right: 0 !important; }
.me-1 { margin-right: 0.25rem !important; }
.me-2 { margin-right: 0.5rem !important; }
.me-3 { margin-right: 1rem !important; }
.me-4 { margin-right: 1.5rem !important; }
.me-5 { margin-right: 3rem !important; }

.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.ps-0 { padding-left: 0 !important; }
.ps-1 { padding-left: 0.25rem !important; }
.ps-2 { padding-left: 0.5rem !important; }
.ps-3 { padding-left: 1rem !important; }
.ps-4 { padding-left: 1.5rem !important; }
.ps-5 { padding-left: 3rem !important; }

.pe-0 { padding-right: 0 !important; }
.pe-1 { padding-right: 0.25rem !important; }
.pe-2 { padding-right: 0.5rem !important; }
.pe-3 { padding-right: 1rem !important; }
.pe-4 { padding-right: 1.5rem !important; }
.pe-5 { padding-right: 3rem !important; }

.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.w-auto { width: auto !important; }

.h-25 { height: 25% !important; }
.h-50 { height: 50% !important; }
.h-75 { height: 75% !important; }
.h-100 { height: 100% !important; }
.h-auto { height: auto !important; }
/* Raffle Detail Premium */
.detail-hero-premium {
    padding: 120px 0 80px;
    background: var(--bg-body);
    position: relative;
    overflow: hidden;
}

.detail-visual-container {
    position: relative;
    border-radius: var(--br-xl);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.detail-main-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: var(--transition);
}

.detail-info-glass {
    background: var(--bg-glass);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--border-glass);
    padding: 40px;
    border-radius: var(--br-xl);
}

.sales-progress-premium {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: var(--br-md);
    border: 1px solid var(--border-glass);
}

/* Package Selection */
.package-card-premium {
    background: var(--bg-card);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-lg);
    padding: 30px;
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.package-card-premium:hover {
    transform: translateY(-10px);
    border-color: var(--border-gold);
    box-shadow: var(--shadow-gold);
}

.package-card-premium.popular {
    border: 1px solid var(--primary-solid);
    background: rgba(245, 175, 25, 0.05);
}

.popular-tag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-gradient);
    color: white;
    padding: 4px 15px;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.package-price-large {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-solid);
    font-family: var(--font-outfit);
}

.savings-label {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Ticket Grid */
.ticket-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 8px;
}

.ticket-num {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-sm);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.ticket-num:hover:not(.sold) {
    background: rgba(245, 175, 25, 0.1);
    border-color: var(--border-gold);
    color: var(--primary-solid);
}

.ticket-num.selected {
    background: var(--primary-gradient);
    border-color: transparent;
    color: white;
    box-shadow: var(--gold-glow);
}

.ticket-num.sold {
    opacity: 0.3;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.05);
}

/* Sidebar Summary */
.summary-sticky {
    position: sticky;
    top: 100px;
    background: var(--bg-glass);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--border-glass);
    padding: 30px;
    border-radius: var(--br-xl);
}

.selected-list-premium {
    max-height: 120px;
    overflow-y: auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--br-sm);
    margin-bottom: 20px;
}

.btn-buy-premium {
    width: 100%;
    padding: 18px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: var(--br-md);
    background: var(--primary-gradient);
    color: white;
    border: none;
    transition: var(--transition);
}

.btn-buy-premium:disabled {
    opacity: 0.5;
    background: #444;
}

.btn-buy-premium:not(:disabled):hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-gold);
}

/* My Tickets Premium */
.ticket-card-premium {
    background: var(--bg-glass);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-xl);
    overflow: hidden;
    transition: var(--transition);
    position: relative;
    border-left: 4px solid var(--primary-solid);
}

.ticket-card-premium:hover {
    transform: translateY(-5px);
    border-color: var(--border-gold);
    box-shadow: var(--shadow-gold);
}

.ticket-card-header {
    background: rgba(255, 255, 255, 0.03);
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-glass);
}

.ticket-status-badge {
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.status-active { background: rgba(245, 175, 25, 0.1); color: var(--primary-solid); }
.status-winner { background: rgba(40, 167, 69, 0.1); color: #28a745; box-shadow: 0 0 10px rgba(40, 167, 69, 0.2); }
.status-finalized { background: rgba(255, 255, 255, 0.05); color: var(--text-muted); }

.ticket-body-premium {
    padding: 25px;
}

.ticket-number-display {
    background: var(--bg-card);
    border-radius: var(--br-md);
    padding: 10px;
    text-align: center;
    border: 1px solid var(--border-glass);
}

.ticket-number-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-solid);
    font-family: var(--font-outfit);
}

.ticket-detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.85rem;
}

.ticket-footer-premium {
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--border-glass);
}

/* Auth & Forms Premium */
.auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    background: var(--bg-body);
    position: relative;
    overflow: hidden;
}

.auth-card-premium {
    background: var(--bg-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-xl);
    padding: 50px;
    width: 100%;
    max-width: 500px;
    box-shadow: var(--shadow-soft);
    position: relative;
    z-index: 2;
}

.auth-header {
    text-align: center;
    margin-bottom: 40px;
}

.auth-icon-box {
    width: 70px;
    height: 70px;
    background: rgba(245, 175, 25, 0.1);
    color: var(--primary-solid);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
    border: 1px solid var(--border-gold);
}

.premium-input {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-md);
    color: white !important;
    padding: 15px 20px;
    transition: var(--transition);
}

.premium-input:focus {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--border-gold);
    box-shadow: var(--gold-glow);
    outline: none;
}

.premium-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.input-label-premium {
    color: var(--text-main);
    font-weight: 700;
    margin-bottom: 8px;
    font-family: var(--font-outfit);
    display: flex;
    align-items: center;
}

.btn-premium-auth {
    background: var(--primary-gradient);
    color: white;
    border: none;
    padding: 15px;
    border-radius: var(--br-md);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.btn-premium-auth:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-gold);
}

/* Checkout & Payment Premium */
.payment-method-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-md);
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.payment-method-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--border-gold);
}

.payment-method-card.selected {
    background: rgba(245, 175, 25, 0.08);
    border-color: var(--primary-solid);
    box-shadow: var(--gold-glow);
}

.payment-method-card.selected::after {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--primary-solid);
    font-size: 1.2rem;
}

.whatsapp-info-premium {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-radius: var(--br-md);
    padding: 20px;
    color: white;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2);
}

.transfer-receipt-dropzone {
    position: relative;
    border: 2px dashed var(--border-glass);
    border-radius: var(--br-md);
    padding: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    transition: var(--transition);
    cursor: pointer;
}

.transfer-receipt-dropzone:hover, .transfer-receipt-dropzone.dragover {
    border-color: var(--primary-solid);
    background: rgba(245, 175, 25, 0.05);
}

.order-summary-premium {
    background: var(--bg-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-xl);
    padding: 30px;
}

.confirmation-card-premium {
    max-width: 700px;
    margin: 100px auto;
    background: var(--bg-glass);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid var(--border-glass);
    border-radius: var(--br-xl);
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.success-icon-wrapper {
    width: 100px;
    height: 100px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    margin: 0 auto 30px;
    box-shadow: 0 0 30px rgba(245, 175, 25, 0.5);
}

/* ==========================================================================
   Desktop Refinements & High-End Scaling
   ========================================================================== */

@media (min-width: 1200px) {
    .container {
        max-width: 1320px; /* XXL standard expansion */
    }

    /* Hero Refinements */
    .hero-premium {
        padding: 160px 0 120px;
    }

    .hero-premium h1.display-2 {
        font-size: 4.5rem;
        line-height: 1.1;
    }

    .hero-stats-grid {
        gap: 2.5rem;
        max-width: 90%;
    }

    .stat-card {
        padding: 25px 30px;
    }

    .stat-value {
        font-size: 2.2rem;
    }

    /* Card Proportions - Desktop optimization */
    .premium-raffle-card {
        border-radius: var(--br-xl);
    }

    .card-body-premium {
        padding: 30px;
    }

    .raffle-card-title {
        font-size: 1.6rem;
    }

    /* Feature Cards */
    .feature-card-premium {
        padding: 40px 30px;
        min-height: 320px;
    }

    /* CTA Section */
    .cta-box-premium {
        padding: 80px 60px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
    
    .hero-premium h1.display-2 {
        font-size: 5rem;
    }
}

/* Fix for linear feel on semi-large screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-premium h1.display-2 {
        font-size: 3.5rem;
    }
    
    .hero-stats-grid {
        gap: 1rem;
    }
}

/* Accordion Premium Fixes */
.accordion-item {
    background-color: var(--bg-card) !important;
    border: 1px solid var(--border-glass) !important;
    color: var(--text-white) !important;
}

.accordion-button {
    background-color: transparent !important;
    color: var(--text-white) !important;
    font-family: var(--font-outfit) !important;
    font-weight: 600 !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(245, 175, 25, 0.05) !important;
    color: var(--primary-solid) !important;
    box-shadow: none !important;
}

.accordion-button::after {
    filter: invert(1) brightness(200%);
}

.accordion-body {
    color: var(--text-muted) !important;
    background-color: rgba(0, 0, 0, 0.2);
}

/* Additional legibility fixes for black-on-black */
.text-dark {
    color: var(--text-main) !important;
}

.bg-light {
    background-color: var(--bg-card) !important;
}
