/*
Theme Name: FOMO Club
Theme URI: https://fomoclub.ro
Author: FOMO Team
Author URI: https://fomoclub.ro
Description: Modern nightclub theme with dark design, events management, and ticket booking integration
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fomo-club
Tags: nightclub, events, entertainment, dark, modern
*/

/* ==========================================================================
   CSS Variables & Reset
   ========================================================================== */

:root {
  --primary-color: #8b5cf6;
  --secondary-color: #ec4899;
  --dark-bg: #0a0a0a;
  --darker-bg: #050505;
  --card-bg: #1a1a1a;
  --text-primary: #ffffff;
  --text-secondary: #a0a0a0;
  --accent-gradient: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  background-color: var(--dark-bg);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--secondary-color);
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--accent-gradient);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.btn:hover::before {
  width: 100%;
}

.btn-primary {
  background: var(--accent-gradient);
  color: white;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4);
}

.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--primary-color);
}

.btn-outline::before {
  background: var(--primary-color);
}

.btn-outline:hover {
  color: white;
  border-color: var(--primary-color);
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: var(--transition);
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.site-header.scrolled {
  background: rgba(10, 10, 10, 0.95);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo a {
  font-size: 1.8rem;
  font-weight: 800;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.main-navigation a {
  color: var(--text-primary);
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0;
}

.main-navigation a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-gradient);
  transition: width 0.3s ease;
}

.main-navigation a:hover::after,
.main-navigation a.active::after {
  width: 100%;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 1.5rem;
  cursor: pointer;
}

/* ==========================================================================
   Hero Section with Video Background
   ========================================================================== */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 2rem 4rem;
  overflow: hidden;
}

/* Video Background Wrapper */
.hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Video Overlay pentru vizibilitatea textului - OPACITATE CRESCUTĂ */
.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Overlay mai întunecat pentru mai multă vizibilitate */
  background: linear-gradient(
    135deg,
    rgba(10, 10, 10, 0.75) 0%,
    rgba(139, 92, 246, 0.35) 50%,
    rgba(236, 72, 153, 0.35) 100%
  );
  /* SAU poți folosi un overlay simplu mai întunecat: */
  /* background: rgba(0, 0, 0, 0.65); */
  z-index: 1;
}

/* Conținutul hero - trebuie să fie PESTE video și overlay */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  animation: fadeInUp 1s ease;
}

.hero-title {
  font-size: 4.5rem;
  margin-bottom: 1.5rem;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Shadow pentru mai multă vizibilitate */
  filter: drop-shadow(0 0 40px rgba(139, 92, 246, 0.6));
}

.hero-subtitle {
  font-size: 1.3rem;
  color: var(--text-primary);
  margin-bottom: 2.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive pentru Hero */
@media (max-width: 768px) {
  .hero-section {
    padding: 6rem 1.5rem 3rem;
  }
  
  .hero-title { 
    font-size: 2.8rem; 
  }
  
  .hero-subtitle { 
    font-size: 1.1rem; 
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-title { 
    font-size: 2rem; 
  }
  
  .hero-subtitle { 
    font-size: 1rem; 
  }
}
/* ==========================================================================
   Sections with Background Images
   ========================================================================== */

.section {
  padding: 6rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* Background Image Sections */
.about-section,
.cta-section {
  position: relative;
  overflow: hidden;
}

.section-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.section-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.85);
  z-index: 1;
}

.section-content-wrapper {
  position: relative;
  z-index: 2;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 3rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--accent-gradient);
  border-radius: 2px;
}

.section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

/* ==========================================================================
   Event Cards
   ========================================================================== */

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}

.event-card {
  background: var(--card-bg);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid rgba(139, 92, 246, 0.1);
  position: relative;
}

.event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.3);
}

.event-image-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.event-card:hover .event-image {
  transform: scale(1.1);
}

.event-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--accent-gradient);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 10;
  animation: pulse 2s infinite;
}

.event-content {
  padding: 2rem;
}

.event-date {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.event-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.event-description {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.event-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.event-price {
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ==========================================================================
   Gallery
   ========================================================================== */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 1;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
  background: var(--darker-bg);
  padding: 4rem 2rem 2rem;
  border-top: 1px solid rgba(139, 92, 246, 0.1);
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-section h3 {
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.footer-section p,
.footer-section a {
  color: var(--text-secondary);
  display: block;
  margin-bottom: 0.5rem;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card-bg);
  border-radius: 50%;
  transition: var(--transition);
}

.social-links a:hover {
  background: var(--accent-gradient);
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--text-secondary);
}

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(236, 72, 153, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(236, 72, 153, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(236, 72, 153, 0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.8s ease;
}

/* ==========================================================================
   Custom Scrollbar
   ========================================================================== */

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--dark-bg);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

/* ==========================================================================
   Selection Color
   ========================================================================== */

::selection {
  background: var(--primary-color);
  color: white;
}

::-moz-selection {
  background: var(--primary-color);
  color: white;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }
  
  .hero-title { font-size: 2.8rem; }
  .hero-subtitle { font-size: 1.1rem; }
  
  .section { padding: 4rem 1.5rem; }
  .section-title { font-size: 2rem; }
  
  .events-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  
  .main-navigation {
    display: none;
  }
  
  .main-navigation.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.98);
    padding: 2rem;
  }
  
  .main-navigation.active ul {
    flex-direction: column;
    gap: 1rem;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .header-container {
    padding: 1rem;
  }
  
  .hero-title { font-size: 2rem; }
  .section { padding: 3rem 1rem; }
}
.hero-logo {
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease 0.2s backwards;
}

.hero-logo img {
  max-width: 500px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 40px rgba(139, 92, 246, 0.5));
  transition: var(--transition);
}

.hero-logo img:hover {
  filter: drop-shadow(0 15px 50px rgba(139, 92, 246, 0.7));
  transform: scale(1.05);
}

.hero-subtitle {
  font-size: 1.5rem;
  color: var(--text-primary);
  margin-bottom: 2.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  font-weight: 400;
  letter-spacing: 0.05em;
  animation: fadeInUp 1s ease 0.4s backwards;
}

/* Responsive pentru logo */
@media (max-width: 768px) {
  .hero-logo img {
    max-width: 350px;
  }
  
  .hero-subtitle { 
    font-size: 1.2rem; 
  }
}

@media (max-width: 480px) {
  .hero-logo img {
    max-width: 250px;
  }
  
  .hero-subtitle { 
    font-size: 1rem; 
  }
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 2rem 4rem;
  overflow: hidden;
  z-index: 1; /* Adăugat z-index */
}

/* Secțiunile normale - fundal solid și z-index mai mare */
.section {
  padding: 6rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background: var(--dark-bg); /* Fundal solid pentru a acoperi hero-ul */
  z-index: 10; /* Z-index mai mare decât hero */
}

/* Secțiunea evenimente - adaugă separare vizuală */
.events-section {
  background: var(--dark-bg);
  position: relative;
  z-index: 10;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* Secțiunile cu background image - păstrează styling-ul special */
.about-section,
.cta-section {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: var(--dark-bg); /* Adaugă fundal de siguranță */
}

/* Header-uri secțiuni - FĂRĂ animații */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
  /* Elimină orice animație */
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Titluri - FĂRĂ animații */
.section-title {
  font-size: 3rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  /* Elimină animații */
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--accent-gradient);
  border-radius: 2px;
}

/* Descriere - FĂRĂ animații */
.section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  /* Elimină animații */
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Grid-uri evenimente și galerie - FĂRĂ animații */
.events-grid,
.gallery-grid {
  /* Elimină animații */
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Card-uri individuale - FĂRĂ animații de intrare (dar păstrează hover) */
.event-card,
.gallery-item {
  /* Elimină animații de intrare */
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Elimină clasa fade-in-up dacă e aplicată */
.fade-in-up {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Paragrafele din secțiuni - FĂRĂ animații */
.section p {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/*Butoanele - FĂRĂ animații de intrare (dar păstrează hover) */
.section .btn {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Asigură-te că toate elementele au fundal solid */
.events-section,
.gallery-preview-section {
  background: var(--dark-bg);
  position: relative;
  z-index: 10;
}

/* Responsive - menține fix-urile */
@media (max-width: 768px) {
  .section {
    padding: 4rem 1.5rem;
    background: var(--dark-bg);
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .events-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 3rem 1rem;
  }
  
  .events-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.events-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--accent-gradient);
}
.events-section {
  margin-top: 2rem; /* Adaugă spațiu între hero și secțiune */
}
.responsive-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;  /* Forțează lățime full */
    height: 100% !important; /* Forțează înălțime full */
}

.events-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.events-grid .event-card {
  flex: 1 1 calc(33.333% - 1.5rem);
  min-width: 280px;
}

.event-card {
  background: var(--card-bg);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid rgba(139, 92, 246, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 600px;
}

.event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(139, 92, 246, 0.3);
  border-color: rgba(139, 92, 246, 0.4);
}

/* Imaginea să ocupe TOT cardul */
.event-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.event-card:hover .event-image {
  transform: scale(1.05);
}

/* Overlay gradient pentru lizibilitatea textului */
.event-image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.95) 100%
  );
  z-index: 2;
}

/* Conținut peste imagine */
.event-content {
  position: relative;
  z-index: 3;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-top: auto;
}

.event-date {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.event-title {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  color: var(--text-primary);
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.event-title a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

.event-title a:hover {
  color: var(--primary-color);
}

.event-description {
  color: var(--text-primary);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  opacity: 0.9;
}

.event-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: auto;
}

.event-price {
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

/* Badge hidden */
.event-badge {
  display: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .events-grid .event-card {
    flex: 1 1 calc(50% - 1rem);
    min-width: 250px;
  }
  
  .events-grid {
    gap: 1.5rem;
  }
  
  .event-card {
    height: 550px;
  }
}

@media (max-width: 768px) {
  .events-grid .event-card {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
  }
  
  .event-card {
    height: 500px;
  }
  
  .event-content {
    padding: 1.25rem;
  }
  
  .event-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .events-grid .event-card {
    flex: 1 1 100%;
    min-width: auto;
  }
  
  .events-grid {
    gap: 1.5rem;
  }
  
  .event-card {
    height: 450px;
  }
}