/* ========================================
   EPIC TICKETS - VELOCITY DESIGN FÜR ALLE
   ======================================== */

/* GLOBAL TICKET OVERRIDES */
.tickets__grid {
    overflow: visible !important;
    padding-top: 40px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
    position: relative !important;
    z-index: 10000 !important;
    align-items: stretch !important;
    perspective: 1000px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    justify-content: center !important;
}

.ticket-card {
    position: relative !important;
    height: 380px !important;
    width: 100% !important;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.8) 0%, rgba(26, 26, 26, 0.9) 50%, rgba(0, 0, 0, 0.8) 100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%) !important;
    border: 2px solid #DC143C !important;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.6),
        0 0 25px rgba(220, 20, 60, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    animation: velocity-pulse 3s ease-in-out infinite !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transform-style: preserve-3d !important;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.ticket-card__content {
    position: relative !important;
    z-index: 10 !important;
    height: 100% !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* ========================================
   VELOCITY DESIGN - Für alle Tickets
   ======================================== */

.velocity-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: 
        radial-gradient(circle at 20% 80%, rgba(220, 20, 60, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(220, 20, 60, 0.15) 0%, transparent 50%) !important;
    clip-path: inherit !important;
    z-index: 1 !important;
}

.velocity-stripe {
    position: absolute !important;
    top: 48% !important;
    left: -20px !important;
    right: -20px !important;
    height: 3px !important;
    background: linear-gradient(90deg, transparent, #DC143C, #ffffff, #DC143C, transparent) !important;
    transform: translateY(-50%) skewY(-1deg) !important;
    animation: velocity-streak 2s ease-in-out infinite alternate !important;
    z-index: 15 !important;
}

.velocity-header {
    text-align: center !important;
    padding: 25px 15px 15px !important;
    position: relative !important;
    z-index: 20 !important;
    height: 120px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.velocity-icon {
    font-size: 2.2rem !important;
    color: #DC143C !important;
    text-shadow: 
        0 0 15px #DC143C,
        0 0 30px rgba(220, 20, 60, 0.6),
        0 0 45px rgba(220, 20, 60, 0.4) !important;
    animation: velocity-zap 1.5s ease-in-out infinite !important;
}

.velocity-title {
    font-family: 'Orbitron', monospace !important;
    font-size: 1.3rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin: 8px 0 !important;
    text-shadow: 
        0 0 8px #DC143C,
        2px 2px 15px rgba(0, 0, 0, 0.8) !important;
    line-height: 1.1 !important;
    min-height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.velocity-subtitle {
    font-family: 'Orbitron', monospace !important;
    font-size: 0.65rem !important;
    color: rgba(220, 20, 60, 0.8) !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.velocity-price {
    text-align: center !important;
    padding: 10px !important;
    margin: 10px 0 !important;
    height: 60px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.velocity-amount {
    display: block !important;
    font-family: 'Orbitron', monospace !important;
    font-size: 1.2rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-shadow: 
        0 0 8px rgba(220, 20, 60, 0.8),
        0 0 16px rgba(220, 20, 60, 0.4) !important;
    letter-spacing: 1px !important;
}

.velocity-label {
    font-family: 'Orbitron', monospace !important;
    font-size: 0.6rem !important;
    color: rgba(255, 255, 255, 0.6) !important;
    letter-spacing: 1px !important;
    margin-top: 4px !important;
    display: block !important;
}

.velocity-features {
    flex: 1 !important;
    padding: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    align-items: center !important;
    max-height: 110px !important;
    overflow: visible !important;
    justify-content: center !important;
    margin-top: 45px !important;
    position: relative !important;
    z-index: 20 !important;
}

.velocity-feature {
    font-family: 'Orbitron', monospace !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.65rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    padding: 4px 8px !important;
    background: linear-gradient(45deg, rgba(220, 20, 60, 0.2), rgba(255, 255, 255, 0.1)) !important;
    border: 1px solid rgba(220, 20, 60, 0.4) !important;
    border-radius: 12px !important;
    text-transform: uppercase !important;
    animation: velocity-glow 2s ease-in-out infinite alternate !important;
    text-align: center !important;
}

.velocity-cta {
    padding: 12px !important;
    text-align: center !important;
    margin-top: auto !important;
}

.velocity-button {
    position: relative !important;
    background: linear-gradient(45deg, #DC143C, #ffffff) !important;
    border: none !important;
    padding: 10px 24px !important;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%) !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    font-family: 'Orbitron', monospace !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 6px !important;
    width: 100% !important;
}

.velocity-button-text {
    position: relative !important;
    z-index: 10 !important;
    color: #000000 !important;
    font-weight: 900 !important;
    font-size: 0.8rem !important;
}

.velocity-button-glow {
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent) !important;
    transition: left 0.5s ease !important;
}

.velocity-button:hover .velocity-button-glow {
    left: 100% !important;
}

.velocity-button:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 0 30px rgba(220, 20, 60, 0.6), 0 15px 30px rgba(0, 0, 0, 0.6) !important;
}

/* VIP Badge Styling */
.ticket-badge {
    position: absolute !important;
    top: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: linear-gradient(45deg, #DC143C, rgba(220, 20, 60, 0.8)) !important;
    color: #ffffff !important;
    padding: 6px 16px !important;
    font-family: 'Orbitron', monospace !important;
    font-size: 0.6rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 16px !important;
    z-index: 100 !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4) !important;
}



/* ========================================
   EPIC DISCLAIMER
   ======================================== */

.epic-disclaimer {
    position: relative !important;
    text-align: center !important;
    padding: 30px !important;
    background: linear-gradient(135deg, #000000, #1a1a1a) !important;
    border: 1px solid #333333 !important;
    margin-top: 60px !important;
    overflow: hidden !important;
}

.epic-disclaimer-glow {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, #00ffff22, #ff00ff22, #ffff0022) !important;
    animation: epic-glow 4s ease-in-out infinite !important;
}

.epic-text {
    font-family: 'Orbitron', monospace !important;
    color: #ffaa00 !important;
    font-weight: 900 !important;
    text-shadow: 0 0 10px #ffaa00 !important;
    letter-spacing: 2px !important;
}

.epic-disclaimer p {
    position: relative !important;
    z-index: 10 !important;
    color: #cccccc !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    letter-spacing: 1px !important;
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes velocity-pulse {
    0%, 100% { box-shadow: 0 0 20px rgba(220, 20, 60, 0.4), 0 25px 50px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    50% { box-shadow: 0 0 30px rgba(220, 20, 60, 0.6), 0 25px 50px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.15); }
}

@keyframes velocity-streak {
    0% { transform: translateY(-50%) skewY(-2deg) scaleX(0.8); }
    100% { transform: translateY(-50%) skewY(2deg) scaleX(1.2); }
}

@keyframes velocity-zap {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(5deg); }
}

@keyframes velocity-glow {
    0% { box-shadow: 0 0 10px rgba(220, 20, 60, 0.3); }
    100% { box-shadow: 0 0 20px rgba(255, 255, 255, 0.2); }
}


@keyframes epic-glow {
    0%, 100% { opacity: 0.1; }
    50% { opacity: 0.3; }
}

/* ========================================
   HOVER EFFECTS
   ======================================== */

/* 3D Rotation Hover für alle Tickets */
.ticket-card:hover {
    transform: rotateY(5deg) rotateX(3deg) scale(1.03) !important;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

/* Spezielle Hover-Effekte für bestimmte Positionen */
.ticket-card:nth-child(1):hover {
    transform: rotateY(8deg) rotateX(3deg) scale(1.05) !important;
}

.ticket-card:nth-child(3):hover {
    transform: rotateY(-5deg) rotateX(3deg) scale(1.03) !important;
}

.ticket-card:nth-child(4):hover {
    transform: rotateY(-8deg) rotateX(3deg) scale(1.05) !important;
}

/* VIP Ticket (Wrapper) Hover */
.ticket-wrapper:hover .ticket-card {
    transform: rotateY(3deg) rotateX(5deg) scale(1.06) !important;
}

/* ========================================
   GESPIEGELTE CLIP-PATHS
   ======================================== */

/* SAMSTAG Ticket - Gespiegelt (Position 1) */
.ticket-card:nth-child(1) {
    clip-path: polygon(10% 0, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0 10%) !important;
}

/* VIP Ticket - Gespiegelt (Position 2 - ticket-wrapper) */
.ticket-wrapper .ticket-card {
    clip-path: polygon(10% 0, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0 10%) !important;
    border: 2px solid #DC143C !important; /* Rot statt grün für VIP */
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.6),
        0 0 25px rgba(220, 20, 60, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

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

@media (max-width: 1024px) {
    .tickets__grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }
}

@media (max-width: 768px) {
    .tickets__grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding-top: 30px !important;
    }
    
    .ticket-card {
        height: 350px !important;
    }
    
    .velocity-title {
        font-size: 1.1rem !important;
        letter-spacing: 2px !important;
    }
    
    .velocity-header {
        padding: 20px 12px 10px !important;
    }
    
    .velocity-features {
        gap: 4px !important;
        padding: 8px !important;
        max-height: 80px !important;
    }
    
    .velocity-feature {
        font-size: 0.6rem !important;
        padding: 3px 6px !important;
    }
}