/* ==========================================================================
   AzorGraphic - Portal Web Principal (Main Portal Styling)
   Theme: Charcoal Gray (Principal), Gold (Dorado) & Vinotinto (Decorativo)
   Style: Marco Dorado Elegante en Cada Contenido (Golden Frame Style)
   ========================================================================== */

:root, [data-theme="dark"] {
  /* Color Principal: Tonos Gris Grafito / Carbón */
  --bg-dark: #121418;
  --bg-surface: #191c23;
  --bg-card: rgba(26, 30, 39, 0.88);
  --bg-card-hover: rgba(34, 40, 52, 0.95);
  --bg-inset-frame: rgba(18, 20, 26, 0.92);
  --bg-nav-scrolled: rgba(18, 20, 26, 0.94);
  --bg-hero-overlay: linear-gradient(180deg, rgba(18, 20, 24, 0.88) 0%, rgba(18, 20, 24, 0.94) 100%);
  --bg-modal-overlay: rgba(12, 14, 18, 0.88);
  --bg-input: rgba(12, 14, 18, 0.8);
  --bg-input-focus: rgba(18, 22, 30, 0.95);
  
  /* Colores Decorativos: Dorado */
  --gold-primary: #d4af37;
  --gold-light: #f5d68d;
  --gold-dark: #a37c22;
  --gold-gradient: linear-gradient(135deg, #f5d68d 0%, #d4af37 50%, #9a7622 100%);
  --gold-glow: rgba(212, 175, 55, 0.35);
  
  /* Colores Decorativos: Vinotinto */
  --vinotinto-primary: #831a30;
  --vinotinto-dark: #4a0e19;
  --vinotinto-light: #a82e46;
  --vinotinto-gradient: linear-gradient(135deg, #831a30 0%, #4a0e19 100%);
  --vinotinto-glow: rgba(131, 26, 48, 0.35);

  /* Gradiente Combinado Lujo */
  --gold-vinotinto-gradient: linear-gradient(135deg, #831a30 0%, #d4af37 100%);

  /* Textos */
  --text-main: #f8fafc;
  --text-secondary: #d1d5db;
  --text-muted: #9ca3af;
  --text-inverse: #121418;
  
  /* Bordes & Marcos Dorados */
  --border-gold: rgba(212, 175, 55, 0.45);
  --border-gold-light: rgba(245, 214, 141, 0.75);
  --border-glass: rgba(212, 175, 55, 0.25);
  --border-vinotinto: rgba(131, 26, 48, 0.5);
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(212, 175, 55, 0.85);
  
  /* Tipografía */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;

  /* Sombras */
  --shadow-card: 0 12px 35px -5px rgba(0, 0, 0, 0.65), 0 0 15px rgba(131, 26, 48, 0.15);
  --shadow-hover: 0 25px 50px -10px rgba(0, 0, 0, 0.85), 0 0 25px var(--gold-glow);

  /* Radios */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 26px;

  /* Transiciones */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);

  color-scheme: dark;
}

[data-theme="light"] {
  /* Color Principal: Tonos Claros Elegantes */
  --bg-dark: #f4f6f9;
  --bg-surface: #ffffff;
  --bg-card: rgba(255, 255, 255, 0.95);
  --bg-card-hover: #ffffff;
  --bg-inset-frame: #ffffff;
  --bg-nav-scrolled: rgba(255, 255, 255, 0.95);
  --bg-hero-overlay: linear-gradient(180deg, rgba(244, 246, 249, 0.82) 0%, rgba(244, 246, 249, 0.96) 100%);
  --bg-modal-overlay: rgba(240, 243, 248, 0.88);
  --bg-input: rgba(255, 255, 255, 0.95);
  --bg-input-focus: #ffffff;

  /* Colores Decorativos: Dorado adaptado para fondo claro */
  --gold-primary: #b88e28;
  --gold-light: #d4af37;
  --gold-dark: #8c6a18;
  --gold-gradient: linear-gradient(135deg, #d4af37 0%, #b88e28 50%, #8c6a18 100%);
  --gold-glow: rgba(184, 142, 40, 0.25);

  /* Colores Decorativos: Vinotinto */
  --vinotinto-primary: #831a30;
  --vinotinto-dark: #581020;
  --vinotinto-light: #a82e46;
  --vinotinto-gradient: linear-gradient(135deg, #831a30 0%, #581020 100%);
  --vinotinto-glow: rgba(131, 26, 48, 0.25);

  /* Gradiente Combinado Lujo */
  --gold-vinotinto-gradient: linear-gradient(135deg, #831a30 0%, #b88e28 100%);

  /* Textos - Alto Contrato y Legibilidad */
  --text-main: #0f172a;
  --text-secondary: #334155;
  --text-muted: #475569;
  --text-inverse: #ffffff;

  /* Bordes & Marcos Dorados */
  --border-gold: rgba(184, 142, 40, 0.55);
  --border-gold-light: rgba(212, 175, 55, 0.85);
  --border-glass: rgba(184, 142, 40, 0.3);
  --border-vinotinto: rgba(131, 26, 48, 0.4);
  --border-subtle: rgba(15, 23, 42, 0.12);
  --border-hover: rgba(184, 142, 40, 0.9);

  /* Sombras adaptadas */
  --shadow-card: 0 10px 30px -5px rgba(15, 23, 42, 0.08), 0 0 15px rgba(131, 26, 48, 0.06);
  --shadow-hover: 0 20px 40px -10px rgba(15, 23, 42, 0.15), 0 0 25px var(--gold-glow);

  color-scheme: light;
}

/* Ajustes de botones de contacto y elementos destacados en Modo Claro */
[data-theme="light"] .nav-btn-cta {
  background: var(--gold-gradient) !important;
  border: 1.5px solid var(--gold-dark) !important;
  color: #000000 !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 15px var(--gold-glow) !important;
}

[data-theme="light"] .nav-btn-cta:hover {
  background: #0f172a !important;
  color: #ffffff !important;
  border-color: #0f172a !important;
}

[data-theme="light"] .btn-secondary {
  background: rgba(184, 142, 40, 0.22) !important;
  border: 1.5px solid var(--gold-primary) !important;
  color: #000000 !important;
  font-weight: 700 !important;
}

[data-theme="light"] .btn-secondary:hover {
  background: var(--gold-gradient) !important;
  border-color: var(--gold-dark) !important;
  color: #000000 !important;
  box-shadow: 0 8px 25px var(--gold-glow) !important;
}

[data-theme="light"] .hero-badge,
[data-theme="light"] .section-tag,
[data-theme="light"] .top-grid-badge {
  background: var(--vinotinto-primary) !important;
  color: #ffffff !important;
  border-color: var(--gold-primary) !important;
  font-weight: 700 !important;
}

[data-theme="light"] .btn-bronce {
  background: rgba(205, 127, 50, 0.25) !important;
  border: 1.5px solid #d97706 !important;
  color: #7c2d12 !important;
  font-weight: 700 !important;
}

[data-theme="light"] .btn-plata {
  background: var(--vinotinto-gradient) !important;
  border: 1.5px solid var(--border-gold) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

[data-theme="light"] .btn-gold {
  background: var(--gold-gradient) !important;
  border: 1.5px solid var(--gold-dark) !important;
  color: #000000 !important;
  font-weight: 700 !important;
}

/* Sección de Contacto en Modo Claro - Alto Contraste y Visibilidad */
[data-theme="light"] .contact-card {
  background: #ffffff !important;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08) !important;
}

[data-theme="light"] .contact-desc {
  color: #334155 !important;
}

[data-theme="light"] .contact-method-item {
  background: #ffffff !important;
  border: 1.5px solid var(--gold-primary) !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06) !important;
}

[data-theme="light"] .contact-method-item.whatsapp-item:hover,
[data-theme="light"] .contact-method-item:has(.whatsapp):hover {
  background: #f0faf4 !important;
  border-color: #25d366 !important;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.25) !important;
}

[data-theme="light"] .contact-method-item.whatsapp-item:hover .method-icon.whatsapp,
[data-theme="light"] .contact-method-item:has(.whatsapp):hover .method-icon.whatsapp {
  background: #25d366 !important;
  color: #ffffff !important;
  border-color: #25d366 !important;
  transform: scale(1.08);
}

[data-theme="light"] .contact-method-item.email-item:hover,
[data-theme="light"] .contact-method-item:has(.email):hover {
  background: #fdf2f2 !important;
  border-color: #ea4335 !important;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(234, 67, 53, 0.25) !important;
}

[data-theme="light"] .contact-method-item.email-item:hover .method-icon.email,
[data-theme="light"] .contact-method-item:has(.email):hover .method-icon.email {
  background: #ea4335 !important;
  color: #ffffff !important;
  border-color: #ea4335 !important;
  transform: scale(1.08);
}

[data-theme="light"] .method-label {
  color: #475569 !important;
  font-weight: 600 !important;
}

[data-theme="light"] .method-value {
  color: #0f172a !important;
  font-weight: 800 !important;
}

[data-theme="light"] .social-title {
  color: #0f172a !important;
  font-weight: 700 !important;
}

[data-theme="light"] .social-btn {
  background: #ffffff !important;
  border: 1.5px solid var(--gold-primary) !important;
  color: #0f172a !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08) !important;
}

[data-theme="light"] .social-btn:hover {
  transform: translateY(-3px) scale(1.03);
}

[data-theme="light"] .social-btn.facebook:hover {
  background: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #ffffff !important;
}

[data-theme="light"] .social-btn.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

[data-theme="light"] .social-btn.tiktok:hover {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}

/* Light Theme - Section Backgrounds & Headers High Contrast */
[data-theme="light"] .promotions-section {
  background: rgba(244, 246, 249, 0.94) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

[data-theme="light"] .about-section {
  background: rgba(244, 246, 249, 0.94) !important;
}

[data-theme="light"] .promotions-section .section-title {
  background: linear-gradient(135deg, #701024 0%, #831a30 45%, #b88e28 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 6px rgba(131, 26, 48, 0.25)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}

[data-theme="light"] .promotions-section .section-subtitle {
  color: #0f172a !important;
  font-weight: 600 !important;
  text-shadow: none !important;
}

/* Light Theme - Event Cards (Fondo Claro & Alto Contraste de Texto) */
[data-theme="light"] .events-grid .event-card,
[data-theme="light"] .event-card {
  background: #ffffff !important;
  border-color: var(--gold-primary) !important;
  box-shadow: 
    inset 0 0 0 3px #ffffff,
    inset 0 0 0 4.5px rgba(184, 142, 40, 0.45),
    0 12px 35px rgba(15, 23, 42, 0.12) !important;
}

[data-theme="light"] .events-grid .event-card.card-center {
  background: #ffffff !important;
  border-color: var(--gold-dark) !important;
  box-shadow: 
    inset 0 0 0 3px #ffffff,
    inset 0 0 0 4.5px rgba(184, 142, 40, 0.85),
    0 22px 50px rgba(15, 23, 42, 0.22), 0 0 30px rgba(184, 142, 40, 0.35) !important;
}

[data-theme="light"] .event-overlay {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, transparent 65%) !important;
}

[data-theme="light"] .event-card-title {
  color: #0f172a !important;
  font-weight: 800 !important;
}

[data-theme="light"] .event-card-desc {
  color: #334155 !important;
  font-weight: 500 !important;
}

[data-theme="light"] .event-date {
  color: #475569 !important;
  font-weight: 600 !important;
}

[data-theme="light"] .event-tag-cat {
  color: #831a30 !important;
  font-weight: 800 !important;
}

[data-theme="light"] .btn-event-link {
  background: var(--vinotinto-gradient) !important;
  border: 1.5px solid var(--border-gold) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 15px rgba(131, 26, 48, 0.35) !important;
}

[data-theme="light"] .btn-event-link:hover {
  background: var(--gold-gradient) !important;
  border-color: var(--gold-dark) !important;
  color: #000000 !important;
  box-shadow: 0 6px 20px rgba(184, 142, 40, 0.45) !important;
}

/* Reset & Estilos Globales */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100%;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  position: relative;
  transition: background-color 0.35s ease, color 0.35s ease;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: 
    var(--bg-hero-overlay),
    var(--bg-custom-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateZ(0);
  pointer-events: none;
}

/* Theme Switcher Toggle Button */
.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1.5px solid var(--border-gold);
  color: var(--gold-primary);
  cursor: pointer;
  transition: all var(--transition-fast);
  outline: none;
  padding: 0;
  margin-left: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.theme-toggle-btn:hover {
  background: var(--gold-gradient);
  color: #121418;
  border-color: transparent;
  transform: scale(1.08) rotate(15deg);
  box-shadow: 0 4px 18px var(--gold-glow);
}

.theme-toggle-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--bg-dark);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, var(--gold-primary), var(--vinotinto-primary));
  border-radius: 5px;
  border: 2px solid var(--bg-dark);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold-light);
}

/* Background Ambient Glows (Gris, Dorado y Vinotinto) */
.bg-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.22;
}

.glow-hero-1 {
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, var(--gold-primary) 0%, transparent 70%);
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}

.glow-hero-2 {
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, var(--vinotinto-primary) 0%, transparent 70%);
  bottom: 20%;
  right: -100px;
  opacity: 0.3;
}

.glow-hero-3 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, #2e3440 0%, transparent 70%);
  bottom: 10%;
  left: -100px;
  opacity: 0.4;
}

/* ==========================================================================
   Golden Frames (Marcos Dorados en Cada Contenido)
   ========================================================================== */
.event-card,
.service-card,
.contact-card,
.about-image-card,
.top-grid-card,
.gold-frame {
  position: relative;
  background: var(--bg-card);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-xl);
  box-shadow: 
    inset 0 0 0 3px var(--bg-inset-frame),
    inset 0 0 0 4.5px rgba(212, 175, 55, 0.25),
    var(--shadow-card);
  transition: all var(--transition-smooth);
}

/* Corner Accents for Golden Frames */
.event-card::before, .event-card::after,
.service-card::before, .service-card::after,
.contact-card::before, .contact-card::after,
.about-image-card::before, .about-image-card::after,
.top-grid-card::before, .top-grid-card::after,
.gold-frame::before, .gold-frame::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  z-index: 10;
  transition: all var(--transition-smooth);
}

.event-card::before,
.service-card::before,
.contact-card::before,
.about-image-card::before,
.top-grid-card::before,
.gold-frame::before {
  top: 8px;
  left: 8px;
  border-top: 2px solid var(--gold-primary);
  border-left: 2px solid var(--gold-primary);
  border-top-left-radius: 4px;
}

.event-card::after,
.service-card::after,
.contact-card::after,
.about-image-card::after,
.top-grid-card::after,
.gold-frame::after {
  bottom: 8px;
  right: 8px;
  border-bottom: 2px solid var(--gold-primary);
  border-right: 2px solid var(--gold-primary);
  border-bottom-right-radius: 4px;
}

/* Hover Effects for Golden Frames */
.event-card:hover,
.service-card:hover,
.contact-card:hover,
.about-image-card:hover,
.top-grid-card:hover,
.gold-frame:hover {
  border-color: var(--gold-light);
  box-shadow: 
    inset 0 0 0 3px var(--bg-inset-frame),
    inset 0 0 0 4.5px rgba(212, 175, 55, 0.55),
    var(--shadow-hover);
}

.event-card:hover::before,
.service-card:hover::before,
.contact-card:hover::before,
.about-image-card:hover::before,
.top-grid-card:hover::before,
.gold-frame:hover::before {
  top: 6px;
  left: 6px;
  width: 24px;
  height: 24px;
  border-color: var(--gold-light);
  box-shadow: -2px -2px 10px var(--gold-glow);
}

.event-card:hover::after,
.service-card:hover::after,
.contact-card:hover::after,
.about-image-card:hover::after,
.top-grid-card:hover::after,
.gold-frame:hover::after {
  bottom: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border-color: var(--gold-light);
  box-shadow: 2px 2px 10px var(--gold-glow);
}

/* ==========================================================================
   Navigation Bar
   ========================================================================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: all var(--transition-smooth);
}

.navbar.scrolled {
  background: var(--bg-nav-scrolled);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 12px 0;
  border-bottom: 1.5px solid var(--border-gold);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo {
  max-height: 65px;
  width: auto;
  filter: drop-shadow(0 4px 12px rgba(212, 175, 55, 0.4));
  transition: transform var(--transition-fast);
}

.nav-brand:hover .nav-logo {
  transform: scale(1.05);
}

.nav-brand-title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--text-main);
  letter-spacing: 0.5px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color var(--transition-fast);
  position: relative;
  padding: 6px 0;
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-primary);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold-gradient);
  border-radius: 2px;
}

.nav-btn-cta {
  background: var(--vinotinto-gradient);
  border: 1px solid var(--border-gold);
  color: var(--gold-light) !important;
  padding: 8px 22px !important;
  border-radius: 20px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(131, 26, 48, 0.4);
  transition: all var(--transition-fast);
}

.nav-btn-cta:hover {
  background: var(--gold-gradient);
  color: #121418 !important;
  border-color: transparent;
  box-shadow: 0 4px 18px var(--gold-glow);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--gold-primary);
  cursor: pointer;
}

.mobile-toggle svg {
  width: 28px;
  height: 28px;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  z-index: 1;
  padding: 130px 24px 70px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.hero-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold-light);
  background: var(--vinotinto-gradient);
  border: 1px solid var(--border-gold);
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 26px;
  box-shadow: 0 4px 15px rgba(131, 26, 48, 0.4);
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-primary);
  box-shadow: 0 0 10px var(--gold-primary);
}

.logos-hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.hero-logo-img {
  max-height: 165px;
  width: auto;
  filter: drop-shadow(0 8px 25px rgba(212, 175, 55, 0.45));
  transition: transform 0.4s ease;
}

.hero-logo-img:hover {
  transform: scale(1.05);
}

.hero-logo-divider {
  width: 1.5px;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--gold-primary), var(--vinotinto-primary), transparent);
  opacity: 0.75;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
  background: linear-gradient(180deg, #ffffff 0%, #f5d68d 70%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.hero-description {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 680px;
  margin: 0 auto 36px;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--gold-gradient);
  color: #121418;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--border-gold-light);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
  transition: all var(--transition-smooth);
}

.btn-primary svg {
  width: 18px;
  height: 18px;
  transition: transform var(--transition-fast);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px var(--gold-glow);
  background: linear-gradient(135deg, #ffffff 0%, #f5d68d 100%);
}

.btn-primary:hover svg {
  transform: translateY(3px);
}

.btn-secondary {
  background: rgba(131, 26, 48, 0.25);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all var(--transition-fast);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: var(--vinotinto-gradient);
  border-color: var(--gold-primary);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(131, 26, 48, 0.4);
}

/* ==========================================================================
   Shared Section Header Styling
   ========================================================================== */
.section-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.section-header {
  margin-bottom: 55px;
}

.section-header.text-center {
  text-align: center;
}

.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--gold-light);
  background: var(--vinotinto-gradient);
  border: 1px solid var(--border-gold);
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(131, 26, 48, 0.3);
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 10px;
}

.section-subtitle {
  color: var(--text-secondary);
  font-size: 1.05rem;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
}

/* ==========================================================================
   Events Section (Colecciones Digitales Giratorias / Spaced 3D Carousel)
   ========================================================================== */
section[id] {
  scroll-margin-top: 100px;
}

.events-section {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
  overflow-x: clip;
}

.events-carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 20px 60px;
  perspective: 1400px;
  overflow: visible;
  box-sizing: border-box;
}

.events-grid {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  transform-style: preserve-3d;
}

.events-grid .event-card {
  position: absolute;
  width: 350px;
  max-width: 85vw;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              filter 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease, border-color 0.4s ease;
  user-select: none;
  cursor: pointer;
}

/* Card States in Spaced 3D Rotation */
.events-grid .event-card.card-center {
  transform: translateX(0) scale(1.04) translateZ(0);
  opacity: 1;
  z-index: 10;
  border-color: var(--gold-light);
  filter: brightness(1);
  box-shadow: inset 0 0 0 3px var(--bg-inset-frame),
              inset 0 0 0 4.5px rgba(212, 175, 55, 0.65),
              0 22px 50px rgba(0, 0, 0, 0.5), 0 0 28px var(--gold-glow);
}

.events-grid .event-card.card-left {
  transform: translateX(-76%) scale(0.88) rotateY(12deg) translateZ(-60px);
  opacity: 0.92;
  z-index: 5;
  filter: brightness(0.9);
}

.events-grid .event-card.card-right {
  transform: translateX(76%) scale(0.88) rotateY(-12deg) translateZ(-60px);
  opacity: 0.92;
  z-index: 5;
  filter: brightness(0.9);
}

.events-grid .event-card.card-far-left {
  transform: translateX(-142%) scale(0.74) rotateY(20deg) translateZ(-130px);
  opacity: 0.45;
  z-index: 2;
  pointer-events: auto;
  filter: brightness(0.6);
}

.events-grid .event-card.card-far-right {
  transform: translateX(142%) scale(0.74) rotateY(-20deg) translateZ(-130px);
  opacity: 0.45;
  z-index: 2;
  pointer-events: auto;
  filter: brightness(0.6);
}

.events-grid .event-card.card-hidden {
  transform: scale(0.4) translateZ(-400px);
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* Navigation Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--vinotinto-gradient);
  border: 1.5px solid var(--border-gold);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8), 0 0 18px rgba(131, 26, 48, 0.6);
  transition: all var(--transition-fast);
}

.carousel-btn svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.carousel-btn:hover {
  background: var(--gold-gradient);
  color: #121418;
  border-color: transparent;
  transform: translateY(-50%) scale(1.14);
  box-shadow: 0 8px 25px var(--gold-glow);
}

.carousel-btn.btn-prev {
  left: 5px;
}

.carousel-btn.btn-next {
  right: 5px;
}

/* Carousel Indicators / Dots */
.carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid var(--border-gold);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.carousel-dot.active {
  width: 34px;
  border-radius: 10px;
  background: var(--gold-gradient);
  box-shadow: 0 0 14px var(--gold-glow);
  border-color: transparent;
}

.event-cover-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-top-left-radius: var(--radius-xl);
  border-top-right-radius: var(--radius-xl);
}

.event-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.event-card:hover .event-cover-img {
  transform: scale(1.08);
}

.event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 20, 26, 0.95) 0%, transparent 60%);
}

.event-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(131, 26, 48, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.badge-secondary {
  background: rgba(26, 30, 39, 0.88);
  border-color: var(--border-gold);
  color: var(--gold-primary);
}

.event-card-body {
  padding: 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.event-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
}

.event-date {
  color: var(--text-muted);
  font-weight: 500;
}

.event-tag-cat {
  color: var(--gold-light);
  font-weight: 700;
}

.event-card-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-main);
}

.event-card-desc {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 24px;
  flex: 1;
}

.btn-event-link {
  background: var(--vinotinto-gradient);
  border: 1px solid var(--border-gold-light);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 14px rgba(131, 26, 48, 0.4);
  transition: all var(--transition-fast);
}

.btn-event-link svg {
  width: 18px;
  height: 18px;
  transition: transform var(--transition-fast);
}

.btn-event-link:hover {
  background: var(--gold-gradient);
  color: #121418;
  border-color: transparent;
  box-shadow: 0 4px 18px var(--gold-glow);
}

.btn-event-link:hover svg {
  transform: translateX(4px);
}

/* ==========================================================================
   About Section (Sobre Nosotros)
   ========================================================================== */
.about-section {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: rgba(25, 28, 35, 0.7);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-image-card {
  overflow: hidden;
}

.about-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-xl);
}

.about-experience-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(18, 20, 26, 0.92);
  backdrop-filter: blur(16px);
  border: 1.5px solid var(--border-gold);
  padding: 18px 24px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.exp-number {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold-primary);
  line-height: 1;
}

.exp-label {
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 4px;
}

.about-text {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-bottom: 30px;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-md);
  background: var(--vinotinto-gradient);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(131, 26, 48, 0.3);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-item h4 {
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: var(--text-main);
}

.feature-item p {
  color: var(--text-muted);
  font-size: 14px;
}

/* ==========================================================================
   Services Section (Servicios)
   ========================================================================== */
.services-section {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.service-card {
  padding: 36px 28px;
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #121418;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  box-shadow: 0 6px 20px var(--gold-glow);
  border: 1px solid var(--border-gold-light);
}

.service-icon svg {
  width: 26px;
  height: 26px;
}

.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  margin-bottom: 10px;
  color: var(--text-main);
}

.service-card p {
  color: var(--text-secondary);
  font-size: 14px;
}

/* ==========================================================================
   Promotions Section (Paquetes de Promociones de Eventos)
   ========================================================================== */
.promotions-section {
  position: relative;
  z-index: 1;
  padding: 100px 0 90px;
  background: rgba(18, 20, 26, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
}

.promotions-section .section-header {
  margin-bottom: 50px;
  position: relative;
}

.promotions-section .section-title {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 0%, #f5d68d 45%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 15px rgba(212, 175, 55, 0.45)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9));
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.promotions-section .section-title::after {
  content: '';
  display: block;
  width: 90px;
  height: 3.5px;
  background: var(--gold-gradient);
  margin: 14px auto 0;
  border-radius: 4px;
  box-shadow: 0 0 12px var(--gold-glow);
}

.promotions-section .section-subtitle {
  color: #f1f5f9;
  font-size: 1.15rem;
  font-weight: 500;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

.promotions-section .section-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}

.promotions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
  align-items: stretch;
}

.promo-card {
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: var(--bg-card);
}

.promo-img-wrapper {
  position: relative;
  width: 100%;
  height: 230px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 22px;
  border: 1.5px solid var(--border-gold);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15),
              0 0 10px rgba(212, 175, 55, 0.15);
}

.promo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.promo-card:hover .promo-img {
  transform: scale(1.08);
}

.promo-img-overlay {
  display: none;
}

/* Featured / VIP Badges */
.promo-popular-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--vinotinto-gradient);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 4px 18px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(131, 26, 48, 0.5);
}

.promo-popular-tag.tag-gold {
  background: var(--gold-gradient);
  color: #121418;
  border-color: #ffffff;
  box-shadow: 0 4px 18px var(--gold-glow);
}

/* Header & Tiers */
.promo-header {
  margin-bottom: 24px;
}

.promo-tier-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 4px 12px;
  border-radius: 14px;
  margin-bottom: 12px;
}

.badge-bronce {
  background: rgba(205, 127, 50, 0.2);
  color: #d97706;
  border: 1px solid rgba(205, 127, 50, 0.4);
  font-weight: 700;
}

.badge-plata {
  background: #475569;
  color: #ffffff;
  border: 1px solid #64748b;
  font-weight: 700;
}

.badge-gold {
  background: var(--gold-gradient);
  color: #121418;
  border: 1px solid var(--border-gold-light);
  box-shadow: 0 2px 10px var(--gold-glow);
  font-weight: 700;
}

.promo-title {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 4px;
}

.promo-price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 6px 0 8px;
}

.promo-price {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gold-light);
  text-shadow: 0 2px 10px rgba(212, 175, 55, 0.35);
  letter-spacing: -0.5px;
}

.promo-period {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

.promo-desc {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.4;
}

/* Features List - Reducción de Espaciado entre Líneas */
.promo-features {
  flex: 1;
  margin-bottom: 22px;
}

.promo-features ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.promo-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 13.5px;
  line-height: 1.35;
}

.promo-features li svg {
  width: 18px;
  height: 18px;
  color: var(--gold-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.promo-features li strong {
  color: var(--text-main);
}

/* CTA Buttons */
.btn-promo {
  width: 100%;
  padding: 14px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all var(--transition-smooth);
}

.btn-promo svg {
  width: 18px;
  height: 18px;
  transition: transform var(--transition-fast);
}

.btn-promo:hover svg {
  transform: translateX(4px);
}

.btn-bronce {
  background: rgba(205, 127, 50, 0.2);
  border: 1px solid rgba(205, 127, 50, 0.5);
  color: #f6c89b;
}

.btn-bronce:hover {
  background: linear-gradient(135deg, #cd7f32 0%, #a05a1c 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(205, 127, 50, 0.4);
}

.btn-plata {
  background: var(--vinotinto-gradient);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
}

.btn-plata:hover {
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
  color: #0f172a;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(226, 232, 240, 0.4);
}

.btn-gold {
  background: var(--gold-gradient);
  color: #121418;
  border: 1px solid var(--border-gold-light);
  box-shadow: 0 6px 20px var(--gold-glow);
}

.btn-gold:hover {
  background: linear-gradient(135deg, #ffffff 0%, #f5d68d 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px var(--gold-glow);
}

/* Card Visual Variations for Tiers (Bronce, Plata, Gold) */
.promo-bronce {
  border-color: rgba(205, 127, 50, 0.6) !important;
  box-shadow: 
    inset 0 0 0 3px rgba(18, 20, 26, 0.92),
    inset 0 0 0 4.5px rgba(205, 127, 50, 0.45),
    0 10px 30px rgba(0, 0, 0, 0.6) !important;
}

.promo-bronce::before {
  border-top-color: #cd7f32 !important;
  border-left-color: #cd7f32 !important;
}

.promo-bronce::after {
  border-bottom-color: #cd7f32 !important;
  border-right-color: #cd7f32 !important;
}

.promo-bronce:hover {
  border-color: #e6a15c !important;
  box-shadow: 
    inset 0 0 0 3px rgba(18, 20, 26, 0.92),
    inset 0 0 0 4.5px rgba(230, 161, 92, 0.65),
    0 12px 35px rgba(205, 127, 50, 0.3) !important;
}

.promo-bronce:hover::before,
.promo-bronce:hover::after {
  border-color: #e6a15c !important;
  box-shadow: 0 0 10px rgba(205, 127, 50, 0.6) !important;
}

.promo-bronce .promo-img-wrapper {
  border-color: rgba(205, 127, 50, 0.55) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15),
              0 0 10px rgba(205, 127, 50, 0.15) !important;
}

/* Plata Tier (Silver Border & Silver Inner Line) */
.promo-plata,
.promo-card.featured-tier {
  border-color: rgba(226, 232, 240, 0.7) !important;
  box-shadow: 
    inset 0 0 0 3px rgba(18, 20, 26, 0.92),
    inset 0 0 0 4.5px rgba(226, 232, 240, 0.55),
    0 10px 30px rgba(0, 0, 0, 0.6) !important;
}

.promo-plata::before,
.promo-card.featured-tier::before {
  border-top-color: #e2e8f0 !important;
  border-left-color: #e2e8f0 !important;
}

.promo-plata::after,
.promo-card.featured-tier::after {
  border-bottom-color: #e2e8f0 !important;
  border-right-color: #e2e8f0 !important;
}

.promo-plata:hover,
.promo-card.featured-tier:hover {
  border-color: #ffffff !important;
  box-shadow: 
    inset 0 0 0 3px rgba(18, 20, 26, 0.92),
    inset 0 0 0 4.5px rgba(255, 255, 255, 0.75),
    0 12px 35px rgba(226, 232, 240, 0.3) !important;
}

.promo-plata:hover::before,
.promo-card.featured-tier:hover::before,
.promo-plata:hover::after,
.promo-card.featured-tier:hover::after {
  border-color: #ffffff !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6) !important;
}

.promo-plata .promo-img-wrapper {
  border-color: rgba(226, 232, 240, 0.65) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15),
              0 0 10px rgba(226, 232, 240, 0.15) !important;
}

/* Gold Tier */
.promo-gold,
.promo-card.vip-tier {
  border-color: var(--gold-light) !important;
  box-shadow: 
    inset 0 0 0 3px rgba(18, 20, 26, 0.92),
    inset 0 0 0 4.5px rgba(212, 175, 55, 0.5),
    var(--shadow-hover) !important;
}

/* Responsive Grid for Promotions */
@media (max-width: 1024px) {
  .promotions-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .promo-card {
    padding: 30px 22px;
  }
}

@media (max-width: 850px) {
  .promotions-grid {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
   Top Gallery Grid Section (3 líneas x 5 fotos = 15 fotos en img/galeria)
   ========================================================================== */
.top-gallery-section {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
}

.top-photos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.top-grid-card {
  padding: 6px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  cursor: pointer;
}

.top-grid-img-wrapper {
  position: relative;
  width: 100%;
  height: 210px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.top-grid-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.top-grid-card:hover .top-grid-img-wrapper img {
  transform: scale(1.1);
}

.top-grid-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 15, 20, 0.85) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 12px;
  opacity: 0.85;
  transition: opacity var(--transition-fast);
}

.top-grid-card:hover .top-grid-overlay {
  opacity: 1;
}

.top-grid-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--gold-light);
  background: var(--vinotinto-gradient);
  border: 1px solid var(--border-gold);
  padding: 3px 10px;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(131, 26, 48, 0.4);
}

.top-grid-zoom-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(18, 20, 26, 0.85);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8);
  transition: all var(--transition-fast);
}

.top-grid-card:hover .top-grid-zoom-btn {
  opacity: 1;
  transform: scale(1);
}

.top-grid-zoom-btn:hover {
  background: var(--gold-gradient);
  color: #121418;
  border-color: transparent;
}

.top-grid-zoom-btn svg {
  width: 15px;
  height: 15px;
}

/* Lightbox Modal Interactivo */
.top-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.top-lightbox.hidden {
  display: none;
}

.top-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 7, 10, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.top-lightbox-container {
  position: relative;
  z-index: 10;
  max-width: 92vw;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-lightbox-close {
  position: absolute;
  top: -50px;
  right: -5px;
  background: rgba(22, 26, 35, 0.8);
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: var(--gold-light);
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.top-lightbox-close:hover {
  background: var(--gold-gradient);
  color: #121418;
  border-color: transparent;
  transform: scale(1.1);
}

.top-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(18, 20, 26, 0.85);
  backdrop-filter: blur(10px);
  border: 1.5px solid var(--border-gold);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
}

.top-lightbox-nav:hover {
  background: var(--gold-gradient);
  color: #121418;
  border-color: transparent;
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 8px 25px var(--gold-glow);
}

.top-lightbox-nav svg {
  width: 24px;
  height: 24px;
}

.top-lightbox-prev {
  left: -70px;
}

.top-lightbox-next {
  right: -70px;
}

.top-lightbox-img-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1.5px solid var(--border-gold-light);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 35px var(--gold-glow);
  max-height: 78vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-lightbox-img-wrapper img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}

.top-lightbox-footer {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.top-lightbox-counter {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gold-primary);
  background: rgba(131, 26, 48, 0.4);
  border: 1px solid var(--border-gold);
  padding: 3px 14px;
  border-radius: 20px;
}

.top-lightbox-caption {
  color: var(--text-main);
  font-family: var(--font-heading);
  font-size: 1.2rem;
  text-align: center;
}

/* Responsive Grid Adjustments */
@media (max-width: 1100px) {
  .top-photos-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .top-lightbox-prev {
    left: -20px;
  }
  .top-lightbox-next {
    right: -20px;
  }
}

@media (max-width: 850px) {
  .top-photos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .top-grid-img-wrapper {
    height: 190px;
  }
}

@media (max-width: 600px) {
  .top-photos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .top-grid-img-wrapper {
    height: 160px;
  }
  .top-lightbox-nav {
    width: 40px;
    height: 40px;
  }
  .top-lightbox-prev {
    left: 5px;
  }
  .top-lightbox-next {
    right: 5px;
  }
}

/* ==========================================================================
   Contact Section (Contacto)
   ========================================================================== */
.contact-section {
  position: relative;
  z-index: 1;
  padding: 60px 0 100px;
}

.contact-card {
  padding: 50px 36px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-desc {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-top: 10px;
}

.contact-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.contact-method-item {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all var(--transition-fast);
}

.contact-method-item.whatsapp-item:hover,
.contact-method-item:has(.whatsapp):hover {
  background: rgba(37, 211, 102, 0.15);
  border-color: #25d366;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

.contact-method-item.whatsapp-item:hover .method-icon.whatsapp,
.contact-method-item:has(.whatsapp):hover .method-icon.whatsapp {
  background: #25d366;
  color: #ffffff;
  border-color: #25d366;
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
}

.contact-method-item.email-item:hover,
.contact-method-item:has(.email):hover {
  background: rgba(234, 67, 53, 0.15);
  border-color: #ea4335;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(234, 67, 53, 0.35);
}

.contact-method-item.email-item:hover .method-icon.email,
.contact-method-item:has(.email):hover .method-icon.email {
  background: #ea4335;
  color: #ffffff;
  border-color: #ea4335;
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(234, 67, 53, 0.5);
}

.method-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition-fast);
}

.method-icon.whatsapp {
  background: rgba(37, 211, 102, 0.15);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.4);
}

.method-icon.email {
  background: var(--vinotinto-gradient);
  color: var(--gold-light);
  border: 1px solid var(--border-gold);
}

.method-icon svg {
  width: 24px;
  height: 24px;
}

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

.method-label {
  font-size: 12px;
  color: var(--text-muted);
}

.method-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-main);
  margin-top: 2px;
}

/* Social Media Container */
.social-media-container {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--border-gold);
}

.social-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--text-main);
  margin-bottom: 20px;
  text-align: center;
}

.social-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 30px;
  padding: 10px 22px;
  color: var(--text-main);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.social-btn.facebook:hover {
  background: rgba(24, 119, 242, 0.2);
  border-color: #1877f2;
  color: #1877f2;
}

.social-btn.instagram:hover {
  background: rgba(225, 48, 108, 0.2);
  border-color: #e1306c;
  color: #e1306c;
}

.social-btn.tiktok:hover {
  background: rgba(254, 44, 85, 0.2);
  border-color: #fe2c55;
  color: #fe2c55;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.social-icon svg {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Main Footer
   ========================================================================== */
.main-footer {
  position: relative;
  z-index: 1;
  border-top: 1.5px solid var(--border-gold);
  background: var(--bg-surface);
  padding: 35px 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-brand-area {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo {
  max-height: 58px;
  width: auto;
  filter: drop-shadow(0 4px 12px rgba(212, 175, 55, 0.4));
}

.footer-brand-area p {
  color: var(--text-muted);
  font-size: 13px;
}

.back-to-top-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--vinotinto-gradient);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 12px rgba(131, 26, 48, 0.4);
}

.back-to-top-btn svg {
  width: 20px;
  height: 20px;
}

.back-to-top-btn:hover {
  background: var(--gold-gradient);
  color: #121418;
  border-color: transparent;
  transform: translateY(-4px);
  box-shadow: 0 6px 20px var(--gold-glow);
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */
@media (max-width: 992px) {
  .hero-title {
    font-size: 3.2rem;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-img {
    height: 340px;
  }
  .promotions-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    gap: 28px;
  }
  .events-grid .event-card.card-left {
    transform: translateX(-65%) scale(0.85) rotateY(10deg) translateZ(-50px);
  }
  .events-grid .event-card.card-right {
    transform: translateX(65%) scale(0.85) rotateY(-10deg) translateZ(-50px);
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 120px 16px 60px;
    min-height: auto;
  }
  .hero-title {
    font-size: 2.3rem;
  }
  .section-title {
    font-size: 1.95rem;
  }
  .section-subtitle {
    font-size: 0.98rem;
    padding: 0 10px;
  }
  .mobile-toggle {
    display: block;
  }
  .nav-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(18, 20, 26, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 24px 20px;
    gap: 16px;
    border-bottom: 1.5px solid var(--border-gold);
    transform: translateY(-150%);
    transition: transform var(--transition-smooth);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
  }
  [data-theme="light"] .nav-menu {
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1.5px solid var(--gold-primary) !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.15) !important;
  }
  [data-theme="light"] .nav-menu .nav-link {
    color: #1e293b !important;
    font-weight: 600;
  }
  .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .contact-methods {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .events-carousel-wrapper {
    padding: 10px 0 40px;
  }
  .events-grid {
    min-height: 460px;
  }
  .events-grid .event-card {
    width: 290px;
  }
  .carousel-btn {
    width: 44px;
    height: 44px;
  }
  .carousel-btn.btn-prev {
    left: 0;
  }
  .carousel-btn.btn-next {
    right: 0;
  }
  .events-grid .event-card.card-left {
    transform: translateX(-40%) scale(0.76) translateZ(-40px);
    opacity: 0.3;
  }
  .events-grid .event-card.card-right {
    transform: translateX(40%) scale(0.76) translateZ(-40px);
    opacity: 0.3;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-card {
    padding: 24px 18px;
  }
  .social-buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .social-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 100px 14px 45px;
  }
  .hero-badge {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 14px;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }
  .hero-logo-img {
    max-height: 105px;
  }
  .hero-title {
    font-size: 1.85rem;
    line-height: 1.25;
  }
  .hero-description {
    font-size: 0.95rem;
    padding: 0 4px;
    margin-bottom: 24px;
  }
  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .btn-primary, .btn-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 13px 20px;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .promotions-section .section-title {
    font-size: 1.85rem;
  }
  .promotions-section .section-title::after {
    width: 60px;
    height: 3px;
    margin-top: 10px;
  }
  .events-grid {
    min-height: 440px;
  }
  .events-grid .event-card {
    width: 265px;
    max-width: 84vw;
  }
  .events-grid .event-card.card-left {
    transform: translateX(-28%) scale(0.68) translateZ(-40px);
    opacity: 0.15;
  }
  .events-grid .event-card.card-right {
    transform: translateX(28%) scale(0.68) translateZ(-40px);
    opacity: 0.15;
  }
  .carousel-btn {
    width: 38px;
    height: 38px;
  }
  .about-img {
    height: 250px;
  }
  .about-experience-badge {
    padding: 12px 16px;
    bottom: 14px;
    right: 14px;
  }
  .exp-number {
    font-size: 1.6rem;
  }
  .promo-card {
    padding: 22px 16px;
  }
  .promo-img-wrapper {
    height: 175px;
  }
  .promo-title {
    font-size: 1.45rem;
  }
  .promo-price {
    font-size: 1.8rem;
  }
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    justify-content: center;
  }
  .footer-brand-area {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}

@media (max-width: 380px) {
  .hero-title {
    font-size: 1.65rem;
  }
  .events-grid .event-card {
    width: 245px;
  }
  .section-title {
    font-size: 1.5rem;
  }
}
