/**
 * BB MC - Concerts Page Enhanced Styles
 * Styles modernes pour la page concerts
 */

/* ============================================
   HERO SECTION CONCERTS
   ============================================ */
.parallax-container {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(255, 107, 53, 0.4));
  z-index: 1;
}

.parallax-content {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

.parallax-content h1 {
  animation: fadeInDown 0.8s ease;
}

.parallax-content h6,
.parallax-content p {
  animation: fadeInUp 0.8s ease 0.2s both;
}

/* ============================================
   STATISTIQUES AMÉLIORÉES
   ============================================ */
.counter-classic {
  background: white;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

.counter-classic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ff6b35, #ffd700);
  border-radius: 20px 20px 0 0;
}

.counter-classic:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 20px 50px rgba(255, 107, 53, 0.3);
}

.counter-classic-number {
  font-size: 4rem !important;
  font-weight: 900;
  background: linear-gradient(45deg, #ff6b35, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
  animation: pulse 2s ease-in-out infinite;
}

.counter-classic-title {
  font-size: 1.3rem !important;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.counter-classic-text {
  color: #666 !important;
  font-size: 1rem;
}

/* ============================================
   CARTES DE CONCERTS AMÉLIORÉES
   ============================================ */
.card-custom {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

.tour-poster {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.tour-poster:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 50px rgba(255, 107, 53, 0.3);
}

.card-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.05), transparent);
  transition: left 0.8s ease;
}

.card-custom:hover::before {
  left: 100%;
}

.card-custom:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(255, 107, 53, 0.2);
}

.card-custom h3 {
  color: #1a1a2e !important;
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #ff6b35;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.card-custom h3::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #ffd700;
}

.card-custom h4 {
  color: #1a1a2e !important;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 25px 0 15px;
  font-family: 'Poppins', sans-serif;
}

.card-custom h5 {
  color: #667eea !important;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.card-custom p {
  color: #333333 !important;
  font-size: 1rem;
  line-height: 1.7;
  font-family: 'Poppins', sans-serif;
}

.card-custom p strong {
  color: #ff6b35;
  font-weight: 700;
}

/* ============================================
   LISTE D'ÉVÉNEMENTS AMÉLIORÉE
   ============================================ */
.event-list {
  margin-top: 25px;
}

.event-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  border-radius: 10px;
  margin-bottom: 5px;
}

.event-item:hover {
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.05), rgba(255, 215, 0, 0.05));
  transform: translateX(10px);
  border-left: 4px solid #ff6b35;
  padding-left: 16px;
}

.event-item:last-child {
  border-bottom: none;
}

.event-date {
  font-weight: 700;
  color: #ff6b35;
  min-width: 120px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

.event-date::before {
  content: '📅';
  margin-right: 8px;
  font-size: 1.2rem;
}

.event-location {
  color: #333333;
  text-align: right;
  font-weight: 500;
  flex: 1;
  font-family: 'Poppins', sans-serif;
}

.event-location::before {
  content: '📍';
  margin-right: 5px;
  color: #667eea;
}

/* ============================================
   GALERIE D'AFFICHES AMÉLIORÉE
   ============================================ */
.poster-gallery {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
}

.poster-gallery h2 {
  color: #1a1a2e !important;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.poster-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  position: relative;
}

.poster-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(255, 215, 0, 0.2));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.poster-card:hover::before {
  opacity: 1;
}

.poster-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 25px 60px rgba(255, 107, 53, 0.3);
}

.poster-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.poster-card:hover .poster-image {
  transform: scale(1.1);
}

.poster-info {
  padding: 25px;
  text-align: center;
  position: relative;
  z-index: 2;
  background: white;
}

.poster-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.poster-year {
  color: #ff6b35;
  font-weight: 700;
  font-size: 1.1rem;
  background: linear-gradient(45deg, #ff6b35, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================
   LIGHTBOX AMÉLIORÉE
   ============================================ */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: fadeIn 0.3s ease;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  animation: scaleIn 0.4s ease;
}

.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: linear-gradient(135deg, #ff6b35, #ffd700);
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(255, 107, 53, 0.4);
}

.lightbox-close:hover {
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 8px 30px rgba(255, 107, 53, 0.6);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.9), rgba(255, 138, 101, 0.9));
  color: white;
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(255, 107, 53, 0.4);
}

.lightbox-nav:hover {
  background: linear-gradient(135deg, #ff6b35, #ffd700);
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 8px 30px rgba(255, 107, 53, 0.6);
}

.lightbox-prev {
  left: -80px;
}

.lightbox-next {
  right: -80px;
}

/* ============================================
   SECTION BG-GRAY-1
   ============================================ */
.bg-gray-1 {
  background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 50%, #e9ecef 100%);
}

.bg-gray-1 h2 {
  color: #1a1a2e !important;
  font-weight: 800;
  margin-bottom: 50px;
}

/* ============================================
   SECTION MIXTAPES & ALBUM
   ============================================ */
.mixtapes-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  padding: 80px 0 !important;
  position: relative;
  z-index: 10;
}

.mixtapes-section h2 {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 2.5rem !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  font-family: 'Poppins', sans-serif !important;
}

.mixtapes-section p {
  color: #ffffff !important;
  font-size: 1.2rem !important;
  font-family: 'Poppins', sans-serif !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

/* ============================================
   CARTES RELEASES (MIXTAPES/ALBUM)
   ============================================ */
.release-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}

.release-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #ff6b35, #ffd700);
  border-radius: 20px 20px 0 0;
}

.release-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(255, 107, 53, 0.3);
}

.release-card-featured {
  border: 3px solid #ffd700;
}

.release-card-featured::before {
  height: 8px;
  background: linear-gradient(90deg, #ffd700, #ff6b35, #ffd700);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.release-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b35, #ffd700);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  font-family: 'Poppins', sans-serif;
}

.release-card h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}

.release-info {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.release-date,
.release-tracks {
  font-size: 1rem;
  font-weight: 600;
  color: #667eea;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Poppins', sans-serif;
}

.release-card p {
  color: #1a1a2e !important;
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}

.release-card p strong {
  color: #ff6b35 !important;
  font-weight: 700;
}

.release-highlight {
  background: #ffffff !important;
  padding: 20px !important;
  border-radius: 12px;
  border: 3px solid #ff6b35 !important;
  font-weight: 900 !important;
  color: #000000 !important;
  margin: 20px 0;
  font-size: 1.4rem !important;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3) !important;
  text-align: center;
  line-height: 1.6 !important;
}

.release-highlight * {
  color: #000000 !important;
}

.release-locations {
  background: rgba(102, 126, 234, 0.08);
  padding: 18px;
  border-radius: 12px;
  margin-top: 20px;
  font-size: 0.95rem;
  color: #1a1a2e !important;
  line-height: 1.6;
  border-left: 4px solid #667eea;
  font-family: 'Poppins', sans-serif;
}

.release-locations strong {
  color: #667eea !important;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .parallax-container {
    min-height: 400px;
    background-attachment: scroll;
  }

  .parallax-content h1 {
    font-size: 32px !important;
  }

  .parallax-content h6 {
    font-size: 18px !important;
  }

  .counter-classic-number {
    font-size: 3rem !important;
  }

  .card-custom {
    padding: 25px;
  }

  .card-custom h3 {
    font-size: 1.4rem;
  }

  .event-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px;
  }

  .event-date {
    margin-bottom: 8px;
  }

  .event-location {
    text-align: left;
  }

  .poster-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .poster-image {
    height: 350px;
  }

  .lightbox-nav {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .lightbox-close {
    top: 10px;
    right: 10px;
  }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
