/**
 * Event Sections Professional Styling
 * Beautiful cards, icons, and artistic presentation for event pages
 */

/* ============================================
   SECTION TITLES - Artistic & Professional
   ============================================ */

.section-title-pro {
    position: relative;
    padding: 20px 0;
    margin-bottom: 10px;
}

.section-title-pro h2 {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title-pro .title-icon {
    font-size: 60px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    display: inline-block;
}

.section-title-pro .title-underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, transparent 100%);
    margin: 15px auto;
    border-radius: 2px;
}

.section-title-pro .subtitle {
    font-size: 18px;
    color: #9ca3af;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================
   EVENT SCHEDULE CARDS
   ============================================ */

.schedule-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border: 2px solid rgba(102,126,234,0.3);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.schedule-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px 0 0 20px;
}

.schedule-card:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 20px 40px rgba(102,126,234,0.3);
    border-color: #667eea;
}

.schedule-card .date-badge {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(102,126,234,0.4);
}

.schedule-card .event-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.4;
}

.schedule-card .event-description {
    color: #d1d5db;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.schedule-card .location-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    color: #9ca3af;
}

.schedule-card .location-tag i {
    color: #f59e0b;
}

/* ============================================
   BENEFITS & PRIZES CARDS
   ============================================ */

.prize-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    border: 2px solid rgba(255,82,82,0.3);
    border-radius: 25px;
    padding: 40px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.prize-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,82,82,0.1) 0%, transparent 70%);
    transition: transform 0.6s ease;
    transform: scale(0);
}

.prize-card:hover::before {
    transform: scale(1);
}

.prize-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(255,82,82,0.4);
    border-color: #ff5252;
}

.prize-card .prize-rank {
    font-size: 80px;
    font-weight: 900;
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 20px;
}

.prize-card .prize-icon {
    font-size: 70px;
    margin-bottom: 25px;
    display: inline-block;
}

.prize-card .prize-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prize-card .prize-amount {
    font-size: 48px;
    font-weight: 900;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 20px 0;
    line-height: 1;
}

.prize-card .prize-benefits {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
}

.prize-card .prize-benefits li {
    padding: 12px 0;
    color: #d1d5db;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.prize-card .prize-benefits li:last-child {
    border-bottom: none;
}

.prize-card .prize-benefits li i {
    color: #10b981;
    font-size: 18px;
}

/* ============================================
   TITLES SHOWCASE CARDS
   ============================================ */

.title-showcase-card {
    background: linear-gradient(135deg, rgba(102,126,234,0.1) 0%, rgba(118,75,162,0.1) 100%);
    border: 2px solid rgba(118,75,162,0.4);
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
}

.title-showcase-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(118,75,162,0.2) 0%, transparent 70%);
    border-radius: 0 20px 0 0;
}

.title-showcase-card:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(118,75,162,0.3);
}

.title-showcase-card .crown-icon {
    font-size: 50px;
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    display: inline-block;
}

.title-showcase-card h4 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.title-showcase-card p {
    color: #9ca3af;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ============================================
   BENEFITS LIST - Enhanced
   ============================================ */

.benefits-list-enhanced {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list-enhanced li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: rgba(255,255,255,0.03);
    border-radius: 15px;
    margin-bottom: 15px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.benefits-list-enhanced li:hover {
    background: rgba(102,126,234,0.1);
    transform: translateX(10px);
}

.benefits-list-enhanced li .icon-box {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

.benefits-list-enhanced li .content {
    flex-grow: 1;
}

.benefits-list-enhanced li .content strong {
    color: #ffffff;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.benefits-list-enhanced li .content p {
    color: #9ca3af;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

/* ============================================
   COUNTDOWN/EVENT DATE CARDS
   ============================================ */

.event-date-card {
    background: linear-gradient(135deg, #ff5252 0%, #b71c1c 100%);
    border-radius: 25px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(255,82,82,0.4);
    position: relative;
    overflow: hidden;
}

.event-date-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 1; }
}

.event-date-card .date-icon {
    font-size: 70px;
    color: white;
    margin-bottom: 20px;
}

.event-date-card .event-name {
    font-size: 32px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.event-date-card .date-display {
    font-size: 48px;
    font-weight: 900;
    color: white;
    margin: 25px 0;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.event-date-card .location-display {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    font-weight: 600;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 768px) {
    .section-title-pro h2 {
        font-size: 32px;
    }
    
    .prize-card .prize-amount {
        font-size: 36px;
    }
    
    .schedule-card {
        padding: 20px;
    }
    
    .event-date-card {
        padding: 30px 20px;
    }
    
    .event-date-card .date-display {
        font-size: 36px;
    }
}

/* ============================================
   LIGHT MODE ADJUSTMENTS
   ============================================ */

[data-bs-theme="light"] .schedule-card {
    background: linear-gradient(135deg, rgba(102,126,234,0.05) 0%, rgba(118,75,162,0.03) 100%);
    border-color: rgba(102,126,234,0.4);
}

[data-bs-theme="light"] .schedule-card .event-title {
    color: #111827;
}

[data-bs-theme="light"] .schedule-card .event-description {
    color: #4b5563;
}

[data-bs-theme="light"] .prize-card {
    background: rgba(255,255,255,0.9);
    border-color: rgba(255,82,82,0.4);
}

[data-bs-theme="light"] .prize-card .prize-title {
    color: #111827;
}

[data-bs-theme="light"] .prize-card .prize-benefits li {
    color: #4b5563;
}

[data-bs-theme="light"] .title-showcase-card {
    background: rgba(102,126,234,0.08);
    border-color: rgba(118,75,162,0.5);
}

[data-bs-theme="light"] .title-showcase-card h4 {
    color: #111827;
}

[data-bs-theme="light"] .benefits-list-enhanced li {
    background: rgba(102,126,234,0.05);
}

[data-bs-theme="light"] .benefits-list-enhanced li .content strong {
    color: #111827;
}

[data-bs-theme="light"] .benefits-list-enhanced li .content p {
    color: #4b5563;
}
