/* ========================== */
/*  NAVBAR FIX FOR MENU       */
/* ========================== */
.navbar {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1.5px solid #111;
    background: #000;
    z-index: 10;
}

@media (max-width: 600px) {
    .song-request-form input {
        font-size: 0.95rem;
        padding: 10px 8px;
        border-radius: 7px;
        box-sizing: border-box;
        line-height: 1.2;
    }
    .song-request-form button {
        font-size: 0.97rem;
        padding: 10px 0;
        border-radius: 20px;
        margin-top: 2px;
    }
}
@media (max-width: 600px) {
    /* SONG REQUEST SECTION */
    .song-request-card {
        max-width: 99vw;
        padding: 8px 2vw;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }
    .song-request-card h2 {
        font-size: 1.1rem;
        margin-bottom: 6px;
        word-break: break-word;
    }
    .song-request-form {
        flex-direction: column;
        gap: 7px;
        align-items: stretch;
    }
    .song-request-form input {
        font-size: 0.98rem;
        padding: 8px 6px;
        min-width: 0;
        width: 100%;
        border-radius: 7px;
        box-sizing: border-box;
        flex: none;
    }
    .song-request-form button {
        font-size: 0.98rem;
        padding: 9px 0;
        border-radius: 30px;
        width: 100%;
        margin-top: 2px;
    }
    .song-list {
        gap: 7px;
        margin-top: 8px;
    }
    .song-item {
        padding: 7px 2px;
        font-size: 0.97rem;
        border-radius: 8px;
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .song-meta {
        font-size: 0.97rem;
    }
    .song-vote {
        flex-direction: row;
        gap: 5px;
    }
    .song-vote span, .song-vote button {
        font-size: 0.93rem;
        padding: 4px 7px;
        border-radius: 8px;
    }
    .song-note {
        font-size: 0.82rem;
        margin-top: 3px;
    }

    /* LOCATION/GOOGLE MAPS SECTION */
    .location-section {
        padding: 18px 0 0 0;
    }
    .location-container {
        padding: 10px 2vw;
        border-radius: 12px;
    }
    .location-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
        word-break: break-word;
        letter-spacing: 1px;
        text-align: center;
    }
    .location-subtitle {
        font-size: 1rem;
        margin-bottom: 10px;
        text-align: center;
    }
    .location-instruction {
        font-size: 0.95rem;
        margin-bottom: 10px;
        gap: 6px;
        text-align: center;
        flex-direction: column;
    }
    .map-wrapper {
        height: 180px;
        border-radius: 8px;
        margin-bottom: 10px;
        padding: 0;
        max-width: 99vw;
        box-sizing: border-box;
    }
    .map-wrapper iframe {
        height: 100%;
        min-height: 120px;
        border-radius: 8px;
    }
    .map-overlay-border, .map-overlay {
        border-radius: 8px;
    }
    .map-button {
        font-size: 0.93rem;
        padding: 7px 0;
        border-radius: 20px;
        bottom: 4px;
        width: 90%;
        left: 5%;
        transform: none;
    }
    .location-info {
        font-size: 0.93rem;
        margin-top: 5px;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .song-request-card {
        max-width: 98vw;
        padding: 10px 2vw;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }
    .song-request-card h2 {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }
    .song-request-form input {
        font-size: 1rem;
        padding: 10px 8px;
        min-width: 0;
        border-radius: 7px;
        flex: none;
    }
    .song-request-form button {
        font-size: 1rem;
        padding: 10px 12px;
        border-radius: 30px;
    }
    .song-list {
        gap: 8px;
        margin-top: 10px;
    }
    .song-item {
        padding: 8px 4px;
        font-size: 0.98rem;
        border-radius: 8px;
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .song-meta {
        font-size: 1rem;
    }
    .song-vote {
        flex-direction: row;
        gap: 6px;
    }
    .song-vote span, .song-vote button {
        font-size: 0.95rem;
        padding: 5px 8px;
        border-radius: 8px;
    }
    .song-note {
        font-size: 0.85rem;
        margin-top: 4px;
    }
}
/* ========================== */
/*  BASE STYLES              */
/* ========================== */
body {
    min-height: 100vh;
    background: url('https://i.pinimg.com/736x/88/64/78/88647830387f2001d56c0cce11e847fa.jpg') center center/cover no-repeat #000 !important;
    color: #fff;
    position: relative;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(30,0,40,0.35);
    backdrop-filter: blur(4px);
    pointer-events: none;
}

html { 
    background: #000; 
}

/* ========================== */
/*  HERO SECTION STYLES      */
/* ========================== */
.hero-bg {
    display: block !important;
}

.hero-overlay {
    display: block !important;
}

.video-overlay {
    background: rgba(0, 0, 0, 0.35);
}

/* ========================== */
/*  SHOWS SECTION STYLES     */
/* ========================== */
.shows-section {
    background: linear-gradient(180deg, rgba(0,0,0,0.94) 0%, rgba(4,7,22,0.95) 60%, rgba(0,0,0,0.95) 100%);
    padding: 60px 20px 62px;
    color: #ffffff;
    border-top: 1px solid rgba(57, 255, 20, 0.36);
    border-bottom: 1px solid rgba(57, 255, 20, 0.36);
    box-shadow: inset 0 0 80px rgba(0,0,0,0.4);
}

.shows-section .section-title {
    text-align: center;
    margin-bottom: 26px;
    font-size: 3rem;
    letter-spacing: 2px;
    color: #00fff2;
    position: relative;
    display: inline-block;
    background: rgba(0,0,0,0.85);
    padding: 0.3em 1.2em;
    border-radius: 18px;
    z-index: 2;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18);
    left: 50%;
    transform: translateX(-50%);
}

.shows-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(255px, 1fr));
    gap: 22px;
    max-width: 1230px;
    margin: 0 auto;
}

.show-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid rgba(57, 255, 20, 0.35);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45), inset 0 0 16px rgba(57, 255, 20, 0.18);
    background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.65));
    min-height: 270px;
}

.show-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease, filter .6s ease;
    filter: saturate(1.05) brightness(0.86);
}

.show-card:hover img {
    transform: scale(1.08);
    filter: saturate(1.2) brightness(1);
}

.show-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.62) 100%);
    opacity: .95;
    padding: 24px 18px;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 16px rgba(57,255,20,0.35);
    border: 1px solid rgba(0, 255, 210, 0.24);
    border-radius: 16px;
}

.show-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(0,255,248,0.15) 0%, rgba(57,255,20,0.035) 45%, rgba(0, 0, 0, 0.0) 58%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
}

/* ========================== */
/*  SONG REQUEST STYLES      */
/* ========================== */
#songRequestSection, 
.song-request-section { 
    position: relative;
    background: transparent;
    padding: 30px 0; 
    overflow: visible;
    z-index: 1;
}

.song-request-card {
    position: relative;
    z-index: 2;
}

.song-request-card { 
    background: #000; 
    border: 1px solid rgba(57, 255, 20, 0.28); 
    border-radius: 16px; 
    padding: 20px; 
    margin: 0 auto; 
    max-width: 980px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); 
}

.song-request-card h2 { 
    color: #39ff14; 
    margin-bottom: 8px; 
}

.song-request-form { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 12px; 
    align-items: center; 
}

.song-request-form input { 
    flex: 1 1 220px; 
    min-width: 150px; 
    padding: 12px 14px; 
    border-radius: 10px; 
    border: 1px solid #39ff14; 
    background-color: rgba(3, 10, 32, 0.76); 
    color: #fff; 
}

.song-request-form button { 
    background: linear-gradient(135deg, #29b1ff, #39ff14); 
    border: none; 
    color: #000; 
    font-weight: 800; 
    border-radius: 50px; 
    padding: 12px 20px; 
    cursor: pointer; 
}

.song-request-form button:hover { 
    transform: translateY(-1px); 
}

/* --- DEEZER AUTOCOMPLETADO --- */
.song-input-wrapper {
    position: relative;
    flex: 1 1 220px;
    min-width: 150px;
}

.song-input-wrapper input {
    width: 100%;
    box-sizing: border-box;
}

.deezer-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(6, 15, 32, 0.97);
    border: 1px solid rgba(57, 255, 20, 0.4);
    border-top: none;
    border-radius: 0 0 10px 10px;
    z-index: 100;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
}

@media (max-width: 600px) {
    .song-input-wrapper {
        flex: none;
        width: 100%;
        min-width: 0;
    }
    .song-request-form input,
    .song-request-form #artistName {
        flex: none !important;
        height: auto !important;
        min-height: 0 !important;
    }
    .deezer-suggestions {
        max-height: 180px;
    }
}

.deezer-suggestion {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    transition: background 0.15s;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.deezer-suggestion:hover {
    background: rgba(57, 255, 20, 0.12);
}

.deezer-suggestion:last-child {
    border-bottom: none;
}

.deezer-cover {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.deezer-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}

.deezer-info strong {
    color: #fff;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.deezer-info span {
    color: #9bf4ff;
    font-size: 0.78rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.song-status { 
    margin-top: 10px; 
    color: #b5eaff; 
}

.song-list { 
    display: grid; 
    gap: 12px; 
    margin-top: 18px; 
}

.song-item { 
    background: rgba(6, 15, 32, 0.9); 
    border: 1px solid rgba(0, 210, 255, 0.25); 
    border-radius: 12px; 
    padding: 12px; 
    display: grid; 
    grid-template-columns: 1fr auto; 
    align-items: center; 
    gap: 8px; 
}

.song-meta { 
    color: #e8f4ff; 
}

.song-vote { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
}

.song-vote span { 
    background: rgba(57, 255, 20, 0.1); 
    border: 1px solid rgba(57, 255, 20, 0.35); 
    border-radius: 10px; 
    padding: 4px 8px; 
}

.song-vote button { 
    border: none; 
    background: linear-gradient(135deg, #ff9f35, #ffcc00); 
    color: #1c1506; 
    border-radius: 10px; 
    padding: 7px 11px; 
    font-weight: 700; 
    cursor: pointer; 
}

.song-vote button:disabled { 
    opacity: .5; 
    cursor: not-allowed; 
}

.song-note { 
    color: #b0d6ff; 
    font-size: 0.9rem; 
    margin-top: 8px; 
}

/* ========================== */
/*  RESERVATION SECTION      */
/* ========================== */
.reservation-section {
    background: #000000;
    border: 2px solid #ff1aff;
    box-shadow: 0 0 30px rgba(255,0,255,0.45), 0 0 40px rgba(0,255,255,0.25), inset 0 0 14px rgba(255,255,255,0.12);
    margin: 40px 0;
    padding: 30px 22px;
    border-radius: 18px;
    position: relative;
    z-index: 10;
}

.reservation-container {
    background: transparent;
    max-width: 980px;
    margin: auto;
    color: #e8faff;
    text-align: center;
}

.reservation-title {
    color: #25d366;
    text-shadow: 0 0 12px #25d366, 0 0 24px #13b850, 0 0 45px rgba(37,211,102,0.5);
    font-size: 2.3rem;
    margin-bottom: 15px;
}

.reservation-text, 
.reservation-note {
    color: rgba(240, 255, 255, 0.98);
    font-size: 1.1rem;
}

.reservation-whatsapp-list {
    list-style: none;
    color: #fff;
    padding-left: 0;
    margin: 18px auto;
    display: inline-block;
    text-align: left;
}

.reservation-whatsapp-list li {
    background: linear-gradient(100deg, rgba(1, 43, 23, 1), rgba(0, 70, 34, 0.95));
    border: 1px solid rgba(37, 211, 102, 0.7);
    border-radius: 14px;
    padding: 12px 16px;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #e6fff2;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 6px;
    filter: drop-shadow(0 0 8px rgba(37,211,102,0.8));
}

/* ========================== */
/*  RESPONSIVE STYLES        */
/* ========================== */
@media (max-width: 900px) {
    .shows-grid {
        grid-template-columns: 1fr;
    }
    
    .shows-section {
        padding: 40px 15px 50px;
    }
}

@media (max-width: 768px) { 
    .song-request-form { 
        flex-direction: column; 
        align-items: stretch; 
    } 
    
    .song-item { 
        grid-template-columns: 1fr; 
    } 
    
    .song-vote { 
        justify-content: space-between; 
    } 
}
