body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Arial', sans-serif !important;
    background-image: url('/images/bg-texture.jpg') !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    color: #fff !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.6 !important;
}

.header-title a {
    font-size: 26px;
    font-weight: bold;
    color: #ff00ff;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.3);
    text-decoration: none;
}
.header-title a:hover {
    color: #ff4aff;
}


.header {
    text-align: center;
    padding: 25px 20px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-bottom: 1px solid rgba(255, 0, 255, 0.2);
}

.page-title {
    font-size: 4rem;
    font-weight: bold;
    color: #ff00ff;
    margin: 0;
    letter-spacing: 3px;
    text-shadow: 
        0 0 10px rgba(255, 0, 255, 0.8),
        0 0 20px rgba(255, 0, 255, 0.6);
}

.page-subtitle {
    color: #ffffff;
    font-size: 2rem;
    margin: 10px 0 0 0;
    opacity: 0.8;
    letter-spacing: 1.5px;
}

.back-button {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;

    font-family: 'Myriad Pro', 'Source Sans Pro', Arial, sans-serif;
    box-shadow: 
        0 0 15px rgba(255, 255, 255, 0.4),
        inset 0 0 15px rgba(255, 255, 255, 0.1);

    display: inline-block;
    margin-top: 15px;
    border-radius: 0;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    will-change: transform, box-shadow;
}

.back-button:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 25px rgba(255, 255, 255, 0.6),
        inset 0 0 25px rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
}

.hero-btn {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 14px 40px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Myriad Pro', 'Source Sans Pro', Arial, sans-serif;
    box-shadow: 
        0 0 15px rgba(255, 255, 255, 0.4),
        inset 0 0 15px rgba(255, 255, 255, 0.1);
    align-self: center;
    margin-top: 15px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    will-change: transform, box-shadow;
}

.hero-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 25px rgba(255, 255, 255, 0.6),
        inset 0 0 25px rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
}

.repertoire-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.repertoire-block {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid #00ffff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.2);
}

.block-title {
    font-size: 2rem;
    color: #00ffff;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 20px rgba(0, 255, 255, 0.6);
    letter-spacing: 2px;
}

.songs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.song-item {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 0, 255, 0.3);
    transition: background-color 0.3s ease;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.song-item:last-child {
    border-bottom: none;
}

.song-item:hover {
    background: rgba(255, 0, 255, 0.1);
}

.song-artist {
    font-size: 20px;
    font-weight: bold;
    color: #00ffff;
    margin-bottom: 4px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.song-title {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    opacity: 0.9;
}

.order-section {
    text-align: center;
    margin: 40px 0;
    text-decoration: none;
}

.order-btn {
    display: inline-block;
    background: linear-gradient(45deg, #ff00ff, #00ffff);
    color: #000;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.5);
    border: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    margin: 0 10px;
}

.order-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 35px rgba(255, 0, 255, 0.8);
}

.footer {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    text-align: center;
    margin-top: auto;
}

.footer-copyright {
    color: #888;
    font-size: 14px;
    margin: 0;
    letter-spacing: 1px;
}

.footer-copyright a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-copyright a:hover {
    color: #ff00ff !important;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid #00ffff;
    border-radius: 50%;
    color: #00ffff;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.scroll-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
    border-color: #ff00ff;
    color: #ff00ff;
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.5);
    transform: scale(1.1);
}

.scroll-to-top.show {
    display: flex;
}

.scroll-arrow {
    font-weight: bold;
    text-shadow: 0 0 10px currentColor;
}

@media (max-width: 768px) {

    .content {
        position: absolute;
        z-index: 2;
        text-align: center;
        color: #ffffff;
        max-width: 1000px;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

        .content {
        position: absolute;
        z-index: 2;
        text-align: center;
        color: #ffffff;
        max-width: 1000px;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .nav-mobile-row {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 8px;
    }
    .header-title a {
        font-size: 21px;
    }
    .page-title {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .page-subtitle {
        font-size: 1rem;
        letter-spacing: 0.5px;
    }

    .back-button {
        padding: 10px 25px;
        font-size: 0.9rem;
        letter-spacing: 0.5px;
    }

    .hero-btn {
        padding: 12px 30px;
        font-size: 1rem;
        letter-spacing: 2px;
    }

    .repertoire-section {
        margin: 30px auto;
        padding: 0 15px;
    }

    .repertoire-block {
        padding: 20px;
        margin-bottom: 30px;
    }

    .block-title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .songs-list {
        margin: 0;
    }

    .song-item {
        padding: 15px;
    }

    .song-artist {
        font-size: 16px;
    }

    .song-title {
        font-size: 14px;
    }

    .order-btn {
        padding: 12px 30px;
        font-size: 1rem;
        letter-spacing: 1px;
        margin: 5px;
    }

    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .footer-nav-list {
        flex-direction: column;
        gap: 15px;
    }

    .contact-link {
        margin: 5px 10px;
    }
}

@media (max-width: 480px) {

    .content {
        position: absolute;
        z-index: 2;
        text-align: center;
        color: #ffffff;
        max-width: 1000px;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .page-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }

    .page-subtitle {
        font-size: 0.9rem;
    }

    .back-button {
        padding: 8px 20px;
        font-size: 0.8rem;
    }

    .hero-btn {
        padding: 10px 25px;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .repertoire-section {
        margin: 20px auto;
        padding: 0 10px;
    }

    .repertoire-block {
        padding: 15px;
        margin-bottom: 20px;
    }

    .block-title {
        font-size: 1.3rem;
    }

    .songs-list {
        margin: 0;
    }

    .song-item {
        padding: 12px;
    }

    .song-artist {
        font-size: 16px;
    }

    .song-title {
        font-size: 14px;
    }

    .order-btn {
        padding: 10px 25px;
        font-size: 0.9rem;
        margin: 3px;
    }

    .scroll-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer-content {
        padding: 0 15px;
    }

    .footer-title {
        font-size: 1.3rem;
    }
}
