.louvor-hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
}

.louvor-video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -10000;
    object-fit: cover;
}

.louvor-hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.louvor-title {
    font-size: 3rem;
    font-weight: bold;
}

.louvor-subtitle {
    font-size: 1.2rem;
}

.louvor-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    padding: 50px 0;
}

.louvor-card {
    background: white;
    align-items: stretch;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
}

.louvor-card img {
    width: calc(80px + 5vw);
}

.louvor-card:hover {
    transform: translateY(-5px);
}


.louvor-expand {
    width: 100%;
    margin-top: 30px;
    display: none;
}

.louvor-expand.active {
    display: block;
}

.louvor-expand-content {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin: 0px 0px 50px 0px;
}

.louvor-expand.container {
    display: block;
}

.louvor-card.active {
    background: #fff7f7;
    transform: translateY(-4px);
}

.louvor-card.active img {
    filter: drop-shadow(0 4px 8px rgba(196, 0, 0, 0.25));
}

.integrantes-slider {
    display: flex;
    height: 300px;
    gap: 5px;
}

.integrante {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: flex 0.4s ease;
}

.integrante img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.integrante.active {
    flex: 7;
}

.integrante .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    opacity: 0;
    transition: 0.3s;
}

.integrante.active .info {
    opacity: 1;
}


:root {
    --vermelho-principal: #c40000;
    --vermelho-escuro: #8b0000;
    --vermelho-claro: #fff0f0;
}


.tabela-escala {
    margin-top: 20px;
    overflow-x: auto;
    border-radius: 10px;
}

.tabela-escala table {
    width: 100%;
    min-width: 750px;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
}

.tabela-escala thead th {
    background: linear-gradient(135deg, var(--vermelho-principal), var(--vermelho-escuro));
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.tabela-escala td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: 0.2s;
}

.tabela-escala tr:hover td {
    background: var(--vermelho-claro);
}

.tabela-escala tr:nth-child(even) {
    background: #fafafa;
}

.tabela-escala td:first-child {
    font-weight: bold;
    color: var(--vermelho-escuro);
}

.tabela-escala .divider td {
    background: #ffecec !important;
    font-weight: bold;
    text-align: center;
}

.skeleton {
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient(90deg,
            #eeeeee 25%,
            #dddddd 37%,
            #eeeeee 63%);
    background-size: 400% 100%;
    border-radius: 6px;
}

@keyframes shimmer {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: -100% 0
    }
}

.skeleton-row {
    height: 14px;
    margin-bottom: 10px;
}

.skeleton-title {
    height: 20px;
    width: 200px;
    margin-bottom: 20px;
}

.mes-atual {
    color: var(--vermelho-escuro);
    background: var(--vermelho-claro);
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
}

.proxima-escala td {
    background: linear-gradient(90deg, #ffe5e5, #ffffff) !important;
    border-left: 5px solid var(--vermelho-principal);
    font-weight: 600;
    position: relative;
}

.proxima-escala td:first-child::before {
    content: "PRÓXIMO";
    position: absolute;
    top: -8px;
    left: 5px;
    font-size: 10px;
    background: var(--vermelho-principal);
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}

.box-proxima {
    background: #c40000;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.tabela-escala {
    margin-top: 15px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
}

.tabela-escala table {
    border-collapse: collapse;
}

.tabela-escala thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.tabela-escala table {
    table-layout: fixed;
}

.tabela-escala th:nth-child(1),
.tabela-escala td:nth-child(1) {
    width: 100px;
}

.tabela-escala th:nth-child(2),
.tabela-escala td:nth-child(2) {
    width: 180px;
}

.tabela-escala th:nth-child(3),
.tabela-escala td:nth-child(3) {
    width: 35%;
}

.tabela-escala th:nth-child(4),
.tabela-escala td:nth-child(4) {
    width: 35%;
}

.louvor-topo-hinos {
    margin-bottom: 25px;
}

.louvor-topo-hinos h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #363636;
}

.louvor-topo-hinos p {
    color: #363636;
    line-height: 1.6;
}

.hinos-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 18px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hinos-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.hinos-table thead {
    background: rgba(255, 255, 255, 0.06);
}

.hinos-table th {
    padding: 18px;
    text-align: left;
    color: #363636;
    font-size: 14px;
    letter-spacing: .5px;
}

.hinos-table td {
    padding: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
}

.hinos-table tr {
    transition: .25s;
}

.hinos-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.04);
}

.hinos-table a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    background: #111827;
    color: #fff;
    transition: .2s;
}

.hinos-table a:hover {
    transform: translateY(-2px);
}

.link-indisponivel {
    opacity: .4;
}

.tom-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(46, 204, 113, 0.15);
    color: #2ecc71;
    font-weight: bold;
    font-size: 13px;
}

.hinos-table tbody tr {
    background: rgba(255, 255, 255, 0.92);
}

.hinos-table tbody tr:nth-child(even) {
    background: rgba(248, 250, 252, 0.95);
}

.hinos-table tbody tr:hover {
    background: rgba(255, 255, 255, 1);
}