body {
    background: linear-gradient(to bottom, #001b24, #1a1a1a);
    min-height: 100vh;
}

.header-bg {
    background: linear-gradient(to bottom, #001b24, #1a1a1a);
    padding-top: 32px;
    padding-bottom: 32px;
}

.header-logo {
    height: 48px;
}

.header-menu a {
    color: #fff;
    margin-left: 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.header-menu a:hover {
    color: #0dcaf0;
}

.divider {
    border-bottom: 1px solid #fff;
    margin-top: 24px;
    margin-bottom: 32px;
    width: 100%;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.main-title .highlight {
    color: #001b24;
    background: #fff;
    padding: 0 12px;
    border-radius: 6px;
}

.main-title .subtitle {
    color: #fff;
    background: #001b24;
    padding: 0 12px;
    border-radius: 6px;
    margin-left: 8px;
}

.slogan {
    color: #fff;
    text-align: center;
    font-size: 1em;
    margin-top: 14px;
    margin-bottom: 32px;
}

.video-block {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.video-block iframe {
    border-radius: 12px;
    max-width: 100%;
    width: 560px;
    height: 315px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.cta-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.cta-btn .btn {
    background: #0dcaf0;
    color: #fff;
    font-size: 1.25rem;
    padding: 16px 36px;
    border-radius: 32px;
    border: none;
    font-weight: 700;
    transition: background 0.2s;
}

.cta-btn .btn:hover {
    background: #0dcaf0;
    color: #001b24;
}

.bloco-branco-full {
    background: #fff;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 64px 0;
}

.bloco-branco-full span {
    font-size: 2rem;
    font-weight: 700;
    color: #001b24;
}

.titulo-bloco {
    color: #003F7D;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.card-text {
    color: #686868 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 12px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.depoimento-nome {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 8px;
}

/* Carousel Hero Styling */
#carouselBandas .carousel-item {
    transition: opacity 0.8s ease-in-out;
}

#carouselBandas .carousel-item > div {
    animation: fadeInBackground 1s ease-in-out;
}

@keyframes fadeInBackground {
    from { opacity: 0; }
    to { opacity: 1; }
}

#logoAtual {
    display: block;
    margin: 0 auto;
}

.hero-brand-asset {
    display: block;
}

.hero-brand-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.hero-band-name {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.hero-brand-fade-up {
    animation: fadeUpHeroBrand 0.8s ease-out;
}

@keyframes fadeUpHeroBrand {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-control-prev, .carousel-control-next {
    background: none;
    border: none;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 1 !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

.clientes-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 12px 0;
    white-space: nowrap;
}

.clientes-track {
    display: inline-flex;
    align-items: center;
    gap: 52px;
    width: max-content;
    flex-wrap: nowrap;
    animation: none;
    white-space: nowrap;
}

.clientes-track img {
    display: inline-block !important;
    vertical-align: middle;
}

@keyframes clientesScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.cliente-logo {
    height: 164px !important;
    max-height: 164px !important;
    width: auto !important;
    max-width: 420px !important;
    min-width: 120px;
    object-fit: contain !important;
    flex: 0 0 auto;
}

.musicos-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    padding: 6px 0;
}

.musicos-track {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    width: max-content;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.musico-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    min-width: 200px;
}

.musico-thumb {
    width: auto;
    height: 320px;
    max-height: 320px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center top;
    flex: 0 0 auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    border: 3px solid rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.musico-thumb:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.musico-nome {
    margin: 0;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    color: #003F7D;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

.marquee-scroll-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.marquee-scroll-wrap .musicos-marquee,
.marquee-scroll-wrap .clientes-marquee {
    flex: 1;
    min-width: 0;
}

.marquee-nav-btn {
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #003F7D 0%, #0b5ca8 100%);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 63, 125, 0.4);
    transition: all 0.3s ease;
    flex: 0 0 auto;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.marquee-nav-btn::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0dcaf0, #00bfff);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.marquee-nav-btn:hover {
    background: linear-gradient(135deg, #0b5ca8 0%, #0dcaf0 100%);
    transform: scale(1.12);
    box-shadow: 0 8px 28px rgba(13, 202, 240, 0.45);
}

.marquee-nav-btn:hover::before {
    opacity: 0.2;
}

.marquee-nav-btn:active {
    transform: scale(0.98);
}

.marquee-nav-btn:focus-visible {
    outline: 3px solid rgba(13, 202, 240, 0.7);
    outline-offset: 2px;
}

.short-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 27, 36, 0.12);
    border: 1px solid rgba(0, 63, 125, 0.12);
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.short-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #000;
}

.short-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.short-title {
    margin: 0;
    padding: 12px 10px;
    text-align: center;
    color: #003F7D;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.shorts-grid {
    justify-content: center;
}

.shorts-col {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .musicos-track {
        gap: 16px;
    }

    .musico-item {
        min-width: 140px;
        gap: 8px;
    }

    .musico-thumb {
        width: auto;
        height: 220px;
        max-height: 220px;
    }

    .musico-nome {
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    .marquee-nav-btn {
        width: 56px;
        height: 56px;
        font-size: 1.6rem;
    }

    .marquee-scroll-wrap {
        gap: 8px;
    }

    .shorts-grid {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 1rem;
    }

    .short-title {
        font-size: 0.85rem;
        padding: 10px 8px;
    }

    .short-card {
        max-width: 180px;
    }

    .short-play-icon {
        width: 42px;
        height: 42px;
        font-size: 0.9rem;
        bottom: 10%;
    }
}
