#invitacion-premium-2001 { font-family: 'Helvetica Neue', 'Arial', sans-serif; background-color: #050505; overflow-x: hidden; position: relative; line-height: 1.6; font-weight: 300; }
#invitacion-premium-2001 h1, #invitacion-premium-2001 h2, #invitacion-premium-2001 h3, #invitacion-premium-2001 h4, #invitacion-premium-2001 span, #invitacion-premium-2001 li, #invitacion-premium-2001 div { color: #ffffff !important; text-shadow: 1px 1px 4px rgba(0,0,0,0.9); }
#invitacion-premium-2001 p { color: #d0d0d0 !important; }
.highlight-text, .minimal-subtitle { color: #a0a0a0 !important; }

:root { --silver: #e0e0e0; --silver-light: #ffffff; --silver-dark: #888888; --dark-bg: #050505; }

.artist-logo { width: 100%; max-width: 350px; height: auto; max-height: 220px; object-fit: contain; margin: 0 auto; display: block; filter: drop-shadow(0px 4px 10px rgba(255,255,255,0.15)); transition: transform 0.3s; }
.artists-grid { display: flex; flex-direction: column; gap: 50px; max-width: 600px; margin: 0 auto; }
.artist-card { background: transparent; padding: 0; border: none; display: flex; align-items: center; justify-content: center; }

#particles-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 20; overflow: hidden; }
.particle { position: absolute; background: radial-gradient(circle, var(--silver-light) 0%, var(--silver-dark) 100%); border-radius: 50%; opacity: 0; animation: floatUp 10s infinite linear; }
@keyframes floatUp { 0% { transform: translateY(100vh) scale(0); opacity: 0; } 10% { opacity: 0.4; } 90% { opacity: 0.4; } 100% { transform: translateY(-10vh) scale(1); opacity: 0; } }

.hero-video { position: relative; height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.video-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
#player { position: absolute; top: 50%; left: 50%; width: 100vw; height: 177.77vw; min-height: 100vh; min-width: 56.25vh; transform: translate(-50%, -50%); opacity: 0; transition: opacity 1s ease; }
.video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 2; }
.hero-content { position: relative; z-index: 5; padding: 20px; }

/* Flecha de scroll */
.scroll-arrow { 
    position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 10; 
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: var(--silver-light); opacity: 0.95; 
    animation: bounceSmooth 2.5s infinite ease-in-out; 
    background: rgba(0, 0, 0, 0.75);
    padding: 15px 30px; border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}
.scroll-arrow span { font-size: 13px !important; text-transform: uppercase; letter-spacing: 5px; margin-bottom: 5px; font-weight: 400; text-shadow: none !important; }
.chevron { width: 20px; height: 20px; border-right: 2px solid var(--silver-light); border-bottom: 2px solid var(--silver-light); transform: rotate(45deg); margin-top: 5px; }
@keyframes bounceSmooth { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 12px); } }

/* Botones */
.floating-sound-btn { position: fixed; bottom: 20px; right: 20px; z-index: 999; background: var(--silver-light); border: 1px solid var(--silver-dark); color: #000 !important; padding: 10px 15px; border-radius: 30px; cursor: pointer; font-size: 11px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; box-shadow: 0 4px 10px rgba(0,0,0,0.5); }
.pulse-anim { animation: pulse 2s infinite; font-size: 1.2rem !important; padding: 15px 40px !important; background: rgba(0,0,0,0.6) !important; font-weight: 400 !important; border-color: #fff !important; backdrop-filter: blur(5px); }
@keyframes pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0.3); } 70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(255,255,255,0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
.outline-silver-btn, .whatsapp-btn { display: inline-block; padding: 12px 35px; border-radius: 40px; text-decoration: none; font-weight: 300; cursor: pointer; transition: all 0.4s ease; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; }
.outline-silver-btn { background: transparent; border: 1px solid var(--silver-dark); color: var(--silver); backdrop-filter: blur(5px); }
.whatsapp-btn { background: transparent; border: 1px solid #25D366; color: #25D366 !important; }
.whatsapp-btn:hover { background: #25D366; color: #000 !important; }
.section-title { font-size: 1.8rem; margin-bottom: 20px; font-weight: 200; text-transform: uppercase; letter-spacing: 3px; }
.minimal-subtitle { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 30px; }
section { padding: 60px 20px; text-align: center; position: relative; z-index: 10; }

/* Contador */
#countdown-timer { display: flex; justify-content: center; gap: 12px; }
.time-box { background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.15); padding: 15px 5px; border-radius: 5px; min-width: 85px; }
.time-box span { font-size: 3.6rem !important; font-weight: 200; display: block; line-height: 1; margin-bottom: 8px; letter-spacing: -1px; }
.time-box p { margin: 0; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 2px; opacity: 0.7; }

/* Detalles e Itinerario */
.details-grid { display: flex; flex-direction: column; gap: 60px; max-width: 700px; margin: 0 auto; text-align: left; }
.itinerary-clean, .dresscode-clean { background: transparent; border: none; padding: 10px; }
.itinerary-clean h3, .dresscode-clean h3 { font-size: 1.6rem; color: var(--silver-light); font-weight: 200; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 12px; }
.dresscode-clean .center-title { text-align: center; }

/* Línea de tiempo */
.timeline { list-style: none; padding: 0 0 0 25px; margin: 0; border-left: 1px solid rgba(255, 255, 255, 0.15); position: relative; }
.timeline li { margin-bottom: 35px; position: relative; font-size: 1.1rem; color: #e0e0e0 !important; font-weight: 300; }
.timeline li:last-child { margin-bottom: 0; }
.timeline li::before { content: ''; position: absolute; left: -30.5px; top: 6px; width: 10px; height: 10px; background: var(--silver-light); border-radius: 50%; box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); }
.timeline li strong { color: var(--silver-light) !important; font-weight: 400; margin-right: 15px; letter-spacing: 1px; display: inline-block; min-width: 60px; border-right: 1px solid rgba(255,255,255,0.2); padding-right: 10px; }

/* Ícono de Dress Code */
.dresscode-icon { text-align: center; margin-bottom: 25px; }
.dresscode-img { max-width: 130px; height: auto; margin: 0 auto; display: block; opacity: 0.95; filter: drop-shadow(0px 2px 8px rgba(255,255,255,0.15)); }
.dresscode-clean h4 { text-align: center; font-weight: 300; font-size: 1.3rem; margin: 0 0 10px 0; letter-spacing: 1px; }
.dresscode-clean p { text-align: center; color: rgba(255,255,255,0.6) !important; }

/* Ubicación */
.location-section { padding: 40px 20px; }
.location-card { max-width: 600px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.location-img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 25px; border: 1px solid rgba(255,255,255,0.1); filter: drop-shadow(0 4px 15px rgba(0,0,0,0.5)); }
.location-name { font-size: 1.3rem; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 5px; color: var(--silver-light) !important; }
.location-address { font-size: 0.9rem; font-weight: 300; letter-spacing: 1px; color: var(--silver-dark) !important; margin-bottom: 25px; }

/* --- FOOTER CON IMAGEN Y EN UNA SOLA LÍNEA --- */
.footer-promo { padding: 40px 20px 80px 20px; text-align: center; margin-top: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.footer-logo { max-width: 160px; height: auto; margin-bottom: 15px; opacity: 0.9; }
.footer-promo p { font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--silver-dark) !important; font-weight: 300; margin: 0; white-space: nowrap; }
.linea-decorativa { width: 40px; height: 1px; background: rgba(255,255,255,0.2); margin: 15px auto 0 auto; }

/* Desktop */
@media(min-width: 768px) { 
    .details-grid { flex-direction: row; gap: 50px; } 
    .itinerary-clean { width: 60%; }
    .dresscode-clean { width: 40%; display: flex; flex-direction: column; justify-content: flex-start; }
    .time-box { min-width: 140px; padding: 25px 10px; } 
    .time-box span { font-size: 5.0rem !important; } 
    .footer-promo p { font-size: 0.9rem; letter-spacing: 4px; }
}