/* Ceremonia TBA styles */
.section#ceremonia .tba-title {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0.5rem 0 0.25rem 0;
  text-align: center;
}

.section#ceremonia .tba-subtitle {
  font-size: 0.75rem;
  opacity: 0.85;
  margin: 0 0 0.5rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .section#ceremonia .tba-title {
    font-size: 2.5rem;
  }
  .section#ceremonia .tba-subtitle {
    font-size: 1rem;
  }
}
.headliner-name {
    font-family: 'Anton', sans-serif;
    font-size: 2.2rem;
    color: #ffd700;
    text-shadow: 2px 2px 12px #000, 0 0 8px #ffd700;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    padding: 2px 10px;
    border-radius: 8px;
    display: inline-block;
}
/* Historia del festival */
.festival-history h3 {
    color: #ff6347;
    font-family: 'Anton', sans-serif;
}
.festival-history p {
    font-size: 1.08rem;
    color: #333;
    margin: 0 0 8px 0;
    text-align: justify;
}

/* Parrilla de itinerario tipo festival */
.festival-schedule h3 {
    color: #ff6347;
    font-family: 'Anton', sans-serif;
    margin-bottom: 12px;
}
.festival-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto;
    max-width: 420px;
}
.festival-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(90deg, #2c2c2c 0%, #1a1a1a 100%);
    border-radius: 8px;
    padding: 8px 16px;
    color: #ffd700;
    font-family: 'Anton', sans-serif;
    font-size: 1.08rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.festival-time {
    font-size: 1.1rem;
    font-weight: bold;
    margin-right: 18px;
    color: #ffcc00;
    text-shadow: 2px 2px 8px #000;
    min-width: 70px;
    text-align: right;
}
.festival-act {
    font-size: 1.08rem;
    color: #ffd700;
    text-shadow: 2px 2px 8px #000;
}
/* Responsive design */
@media (max-width: 900px) {
    .container {
        max-width: 98vw;
        padding: 10px;
    }
    .headline-cards {
        flex-direction: column;
        gap: 18px;
    }
    .card.headliner {
        max-width: 98vw;
        height: 220px;
        min-width: 0;
    }
    .event-date {
        font-size: 1.3rem;
    }
    .event-location {
        font-size: 1rem;
    }
    .countdown {
        font-size: 1.1rem;
        padding: 7px 0 6px 0;
    }
}

/* Ajustes para tablet: centrar cards cuando se distribuyen en 2 filas */
@media (min-width: 475px) and (max-width: 1024px) {
    .headline-cards {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .card.headliner {
        flex: 0 1 300px;
        max-width: 300px;
        height: 280px;
        margin: 0;
    }
}

@media (max-width: 600px) {
    .hero {
        height: auto;
        padding: 30px 0 10px 0;
        background-position: center -40px;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content h2 {
        font-size: 2.2rem;
    }
    .event-date {
        font-size: 1.1rem;
    }
    .event-location {
        font-size: 0.9rem;
    }
    .countdown {
        font-size: 0.95rem;
        gap: 8px;
        padding: 5px 0 4px 0;
    }
    .container {
        padding: 4px;
    }
    .section {
        padding: 10px 0;
    }
    .headline-cards {
        gap: 10px;
    }
    .card.headliner {
        height: 140px;
    }
}

/* Overrides específicos de posición de fondo del hero para móviles/tablets pequeñas */
@media (max-width: 768px) {
    body .hero {
        background-position: center -60px;
    }
    .dark-theme .hero {
        background-position: center -60px;
    }
}
/* Info de fecha y localización en la cabecera */
.event-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin: 18px 0 10px 0;
    background: linear-gradient(90deg, #2c2c2c 0%, #1a1a1a 100%);
    border-radius: 14px;
    padding: 12px 0 10px 0;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
}
.event-date {
    font-family: 'Anton', sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    color: #ffd700;
    text-shadow: 2px 2px 10px #000, 0 0 2px #ffd700;
    letter-spacing: 2px;
    margin-bottom: 2px;
    background: none;
    border: none;
    padding: 0;
}
.event-location {
    font-family: 'Anton', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffd700;
    text-shadow: 2px 2px 10px #000, 0 0 2px #ffd700;
    letter-spacing: 1px;
    margin-bottom: 2px;
    background: none;
    border: none;
    padding: 0;
}
.countdown {
    display: flex;
    justify-content: center;
    gap: 18px;
    font-size: 1.5rem;
    font-family: 'Anton', sans-serif;
    font-weight: bold;
    color: #ffd700;
    margin: 18px 0 10px 0;
    text-shadow: 2px 2px 10px #000, 0 0 2px #ffd700;
    flex-wrap: wrap;
    background: linear-gradient(90deg, #2c2c2c 0%, #1a1a1a 100%);
    border-radius: 14px;
    padding: 10px 0 8px 0;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
}
.countdown span {
    background: none;
    padding: 0 10px;
    border-radius: 0;
}
/* Estilos para el contador regresivo */
.countdown {
    display: flex;
    justify-content: center;
    gap: 18px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffcc00;
    margin: 18px 0 10px 0;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    flex-wrap: wrap;
}
.countdown span {
    background: rgba(0,0,0,0.4);
    padding: 6px 14px;
    border-radius: 8px;
}
/* Cards de cabezas de cartel en el line-up */
.headline-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 20px;
}

.card.headliner {
    flex: 1 1 250px;
    min-width: 220px;
    max-width: 320px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    margin: 0;
}

.card.headliner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}

.card.headliner h4, .card.headliner p {
    position: relative;
    z-index: 2;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}
body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #333;
    line-height: 1.6;
    background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 20%, #f0f0f0 100%), 
                url('https://images.unsplash.com/photo-1517457210287-f823058a9e6c');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
}

.hero {
    background: #1a1a1a url('assets/images/fondo.png') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent 0%, rgba(240, 240, 240, 0.1) 50%, rgba(240, 240, 240, 0.3) 100%);
    z-index: 1;
}

/* Botón de cambio de tema */
.theme-toggle {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 1000;
    background: rgba(26,26,26,0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.theme-toggle:hover {
    background: rgba(255, 215, 0, 0.15);
    transform: scale(1.05);
}

.theme-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.theme-toggle:hover .theme-icon {
    transform: rotate(20deg);
}

/* Menú flotante superior izquierda */
.floating-menu {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(26,26,26,0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 6px 10px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    backdrop-filter: blur(6px);
}
.floating-menu .menu-toggle {
    background: transparent;
    color: #ffd700;
    border: none;
    font-size: 1.1rem;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    cursor: pointer;
}
.floating-menu .menu-toggle:hover {
    background: rgba(255,215,0,0.12);
    color: #fff;
}
.floating-menu .menu-links {
    display: none;
    gap: 8px;
    flex-direction: column;
    align-items: stretch;
    max-height: 70vh;
    overflow-y: auto;
}
.floating-menu.open .menu-links {
    display: flex;
}
.floating-menu a {
    color: #ffd700;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    padding: 6px 10px;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: block;
}
.floating-menu a:hover {
    background: rgba(255,215,0,0.12);
    color: #fff;
}
.floating-menu a.active {
    background: rgba(255,215,0,0.25);
    color: #fff;
}

@media (min-width: 768px) {
    .floating-menu {
        border-radius: 999px;
    }
    .floating-menu .menu-links {
        flex-direction: row;
        align-items: center;
    }
}

/* Scroll suave para anclas */
html {
    scroll-behavior: smooth;
}

.hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    position: relative;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content {
    z-index: 2;
}

h1, h2 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h1 {
    font-size: 3rem;
    margin-bottom: 0;
}

h2 {
    font-size: 4rem;
    margin-top: 0;
    color: #ffcc00; /* Color de acento de festival */
}

.subtitle {
    font-size: 1.5rem;
    font-weight: bold;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #ffcc00;
    color: black;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #e6b800;
}

.container {
    max-width: 800px;
    margin: -50px auto 40px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1), 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

.section {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.section:last-child {
    border-bottom: none;
}

h3 {
    font-family: 'Anton', sans-serif;
    color: #ff6347; /* Color de acento de festival */
    font-size: 2rem;
    margin-top: 0;
}

.line-up .card {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 10px;
    border-left: 5px solid #ff6347;
}

.line-up h4 {
    margin: 0;
    color: #ff6347;
}

/* Grid para sección de playlists: 2 columnas por defecto, 1 en móvil */
.playlist-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
@media (max-width: 700px) {
    .playlist-grid {
        grid-template-columns: 1fr;
    }
}

/* Insignias de escenario para resaltar sub-bloques */
.stage-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Anton', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 1px;
    padding: 6px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.stage-badge .icon {
    font-size: 1rem;
}
.stage-badge.main-stage {
    background: linear-gradient(90deg, #2c2c2c 0%, #1a1a1a 100%);
    color: #ffd700;
    border: 1px solid rgba(255,215,0,0.25);
}
.stage-badge.vip {
    background: linear-gradient(90deg, #3b1f00 0%, #2a1500 100%);
    color: #ffcc99;
    border: 1px solid rgba(255,140,66,0.35);
}
.stage-badge.full {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 12px;
    margin: -6px 0 10px 0;
}
.line-up .card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stage-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

input[type="text"], input[type="email"] {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
select#attendance-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #333;
}
/* Grid de formulario 2 columnas */
.form-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    max-width: 800px;
    justify-items: stretch;
}
.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.form-group.full-width {
    grid-column: 1 / -1;
}
.form-group label {
    font-weight: 700;
    font-size: 0.95rem;
}
/* Campos del formulario a ancho completo dentro de grupos */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}

/* Estilos para placeholders */
.form-group input::placeholder,
.form-group textarea::placeholder {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: #999;
}
/* Estilos del textarea de mensaje */
.form-group textarea#rsvp-message {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #333;
    min-height: 96px;
    resize: vertical;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 700px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}
/* Placeholder gris hasta que se seleccione una opción válida */
select#attendance-select:required:invalid {
    color: #666;
    border-color: #e53935;
    box-shadow: 0 0 0 2px rgba(229,57,53,0.12);
}
select#attendance-select option[value=""] {
    color: #666;
}
select#attendance-select:valid {
    color: #333;
    border-color: #ccc;
    box-shadow: none;
}

label {
    font-weight: bold;
}

#form-message {
    margin-top: 10px;
    font-weight: bold;
    transition: opacity 0.5s ease-in-out;
}

.hidden {
    opacity: 0;
}

.success {
    color: green;
}

.error {
    color: red;
}

footer {
    padding: 20px;
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
    margin-top: 20px;
}

/* ===== Estilos para FAQ ===== */
.faq-container {
    max-width: 800px;
    margin: 20px auto 0;
}

.faq-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.faq-item.active {
    border-color: #ff6347;
    box-shadow: 0 4px 12px rgba(255, 99, 71, 0.2);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

.faq-item.active .faq-question {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-bottom: 1px solid #ff6347;
}

.faq-question h4 {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    flex: 1;
    padding-right: 15px;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff6347;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 99, 71, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
    background: #ff6347;
    color: white;
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 500px;
}

.faq-answer p {
    margin: 0;
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .faq-question {
        padding: 15px;
    }
    
    .faq-question h4 {
        font-size: 1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 15px;
    }
    
    .faq-icon {
        font-size: 1.3rem;
        width: 25px;
        height: 25px;
    }
}

/* ===== Utilidades para la galería (compatibles con las clases usadas) ===== */
.mt-8 { margin-top: 2rem; }
.grid { display: grid; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gap-4 { gap: 1rem; }
@media (min-width: 768px) {
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.w-full { width: 100%; }
.h-40 { height: 10rem; }
.object-cover { object-fit: cover; }
.rounded-2xl { border-radius: 1rem; }
.shadow { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }

/* ===== MODO OSCURO ===== */
.dark-theme {
    background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 20%, #1a1a1a 100%), 
                url('https://images.unsplash.com/photo-1517457210287-f823058a9e6c') !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    color: #e0e0e0 !important;
}

.dark-theme .container {
    background-color: rgba(30, 30, 30, 0.95) !important;
    color: #e0e0e0 !important;
    border: 1px solid #333;
    border-radius: 20px 20px 0 0 !important;
}

.dark-theme .hero::before {
    background: linear-gradient(to bottom, transparent 0%, rgba(26, 26, 26, 0.1) 50%, rgba(26, 26, 26, 0.3) 100%) !important;
}

.dark-theme .section {
    border-bottom-color: #444 !important;
}

.dark-theme h3 {
    color: #ff8c42 !important;
}

.dark-theme .line-up .card {
    background-color: #2a2a2a !important;
    border-left-color: #ff8c42 !important;
    color: #e0e0e0 !important;
}

.dark-theme .line-up h4 {
    color: #ff8c42 !important;
}

.dark-theme .festival-history h3,
.dark-theme .festival-schedule h3 {
    color: #ff8c42 !important;
}

.dark-theme .festival-history p {
    color: #d0d0d0 !important;
}

.dark-theme .festival-row {
    background: linear-gradient(90deg, #333 0%, #222 100%) !important;
    color: #ffd700 !important;
}

.dark-theme .festival-time {
    color: #ffcc00 !important;
}

.dark-theme .festival-act {
    color: #ffd700 !important;
}

/* FAQ en modo oscuro */
.dark-theme .faq-item {
    background: #2a2a2a !important;
    border-color: #444 !important;
}

.dark-theme .faq-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
}

.dark-theme .faq-item.active {
    border-color: #ff8c42 !important;
    box-shadow: 0 4px 12px rgba(255, 140, 66, 0.2) !important;
}

.dark-theme .faq-question {
    background: linear-gradient(135deg, #333 0%, #2a2a2a 100%) !important;
}

.dark-theme .faq-question:hover {
    background: linear-gradient(135deg, #3a3a3a 0%, #333 100%) !important;
}

.dark-theme .faq-item.active .faq-question {
    background: linear-gradient(135deg, #3d1f00 0%, #2d1500 100%) !important;
    border-bottom-color: #ff8c42 !important;
}

.dark-theme .faq-question h4 {
    color: #e0e0e0 !important;
}

.dark-theme .faq-icon {
    color: #ff8c42 !important;
    background: rgba(255, 140, 66, 0.1) !important;
}

.dark-theme .faq-item.active .faq-icon {
    background: #ff8c42 !important;
    color: white !important;
}

.dark-theme .faq-answer p {
    color: #d0d0d0 !important;
}

/* Formulario en modo oscuro */
.dark-theme input[type="text"],
.dark-theme input[type="email"],
.dark-theme select,
.dark-theme textarea {
    background-color: #2a2a2a !important;
    border-color: #555 !important;
    color: #e0e0e0 !important;
}

.dark-theme input::placeholder,
.dark-theme textarea::placeholder {
    color: #999 !important;
}

.dark-theme select#attendance-select:required:invalid {
    color: #999 !important;
    border-color: #ff6b6b !important;
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.12) !important;
}

.dark-theme select#attendance-select:valid {
    color: #e0e0e0 !important;
    border-color: #555 !important;
}

.dark-theme .form-group label {
    color: #e0e0e0 !important;
}

/* Botones en modo oscuro */
.dark-theme .cta-button {
    background-color: #ff8c42 !important;
    color: #1a1a1a !important;
}

.dark-theme .cta-button:hover {
    background-color: #ff7a2e !important;
}

/* Footer en modo oscuro */
.dark-theme footer {
    background-color: rgba(20, 20, 20, 0.9) !important;
    color: #e0e0e0 !important;
}

/* Menú flotante en modo oscuro */
.dark-theme .floating-menu {
    background: rgba(20, 20, 20, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.dark-theme .floating-menu a {
    color: #ffd700 !important;
}

.dark-theme .floating-menu a:hover {
    background: rgba(255, 215, 0, 0.15) !important;
    color: #fff !important;
}

.dark-theme .floating-menu a.active {
    background: rgba(255, 140, 66, 0.25) !important;
    color: #fff !important;
}

/* Botón de tema en modo oscuro */
.dark-theme .theme-toggle {
    background: rgba(20, 20, 20, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.dark-theme .theme-toggle:hover {
    background: rgba(255, 140, 66, 0.15) !important;
}

/* Barra de contacto fija inferior */
.contact-bar {
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    gap: 10px;
    background: rgba(26,26,26,0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 8px 12px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    backdrop-filter: blur(6px);
}
.contact-bar .contact-link {
    color: #ffd700;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    padding: 8px 12px;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.contact-bar .contact-link:hover {
    background: rgba(255,215,0,0.12);
    color: #fff;
}

.dark-theme .contact-bar {
    background: rgba(20, 20, 20, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.dark-theme .contact-bar .contact-link {
    color: #ffd700 !important;
}
.dark-theme .contact-bar .contact-link:hover {
    background: rgba(255, 140, 66, 0.15) !important;
    color: #fff !important;
}