/* assets/css/style.css (VERSÃO FINAL E COMPLETA) */

:root {
    --plyr-color-main: #00BFFF; /* Azul Elétrico para o player */
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    background-color: #ECF0F1;
    color: #333;
}

.main-header {
    background-color: #2C3E50;
    background-image: url('../images/capa.jpg');
    background-size: cover;
    background-position: center;
    padding: 2rem 1rem;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.header-logo-mark {
    height: 80px;
    width: auto;
}

.header-text h1 {
    font-size: 2.8rem;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.1;
}

.header-text p {
    font-size: 1.2rem;
    color: #00BFFF;
    margin: 0;
    text-align: left;
}

.section-title {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 0;
}

.section-title h2 {
    font-size: 2rem;
    color: #2C3E50;
    font-weight: 600;
}

.category-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 2rem auto;
    max-width: 1200px;
    padding: 0 1rem;
}

.filter-btn {
    padding: 0.6rem 1.2rem;
    border: 2px solid #2C3E50;
    border-radius: 30px;
    background-color: transparent;
    color: #2C3E50;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 0.95rem;
}

.filter-btn:hover {
    background-color: #2c3e502a;
    transform: translateY(-2px);
}

.filter-btn.active {
    background-color: #2C3E50;
    color: #FFFFFF;
    border-color: #2C3E50;
}

.jingles-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem; 
}

.jingle-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 1.5rem;
    transition: all 0.3s ease;
    animation: fadeIn 0.5s ease-out forwards;
    opacity: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    border-left: 4px solid transparent;
}

.jingle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.jingle-info {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
}

.jingle-info h2 {
    margin-top: 0;
    color: #363d44;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.jingle-player {
    width: 100%;
    margin-top: auto;
}

.main-footer {
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 2rem;
    color: #777;
    font-size: 0.9em;
    background-color: #bdc3c7;
}

#whatsapp-button-fixed {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    text-decoration: none;
    z-index: 1000;
    transition: transform 0.2s;
}

#whatsapp-button-fixed .fab {
    font-size: 1.5rem;
    margin-right: 10px;
}

#whatsapp-button-fixed:hover {
    transform: scale(1.05);
}

.jingle-card.playing {
    box-shadow: 0 8px 30px rgba(0, 191, 255, 0.4);
    border-left-color: #00BFFF;
}

.jingle-card::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 1.5rem;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.jingle-card.mercado::after {
    content: '\f07a'; /* Ícone de carrinho de compras */
    color: #4CAF50; /* Verde */
}

.jingle-card.internet::after {
    content: '\f0c2'; /* Ícone de satélite */
    color: #2196F3; /* Azul */
}

.jingle-card.barbearia::after {
    content: '\f0c4'; /* Ícone de cadeira de barbeiro */
    color: #FF9800; /* Laranja */
}

.jingle-card.loja::after {
    content: '\f54e'; /* Ícone de loja */
    color: #9C27B0; /* Roxo */
}

.jingle-card.otica::after {
    content: '\f06e';
    color: #0097a7;
}

/* --- NOVO HEADER --- */
.main-header {
    /* background: linear-gradient(135deg, #3f4b4f 0%, #000000 100%); */
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.main-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/estudio2.png') center/cover no-repeat;
    opacity: 0.15;
    z-index: 1;
}

.header-content {
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
}

.header-text h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: 1px;
    /* margin-bottom: 1rem; */
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}



.header-text p {
    font-size: 1.5rem;
    color: #00BFFF;
    /* font-weight: 300; */
    max-width: 700px;
    margin: 0 auto;
}

.header-tagline {
    font-size: 1.8rem;
    color: #FFF;
    font-weight: 300;
    margin-top: 2rem;
    opacity: 0.9;
}

.header-logo-mark {
    height: 100px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

/* Botão CTA no Header */
.header-cta {
    margin-top: 2rem;
}

.cta-button {
    background: #00BFFF;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 191, 255, 0.4);
}

.cta-button:hover {
    background: #0088CC;
    transform: translateY(-3px);
}

/* --- HEADER ESTILIZADO --- */
.main-header {
background: linear-gradient(135deg, #2b3d4f 0%, #1a222b 100%);
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.main-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/bg-head2.png') center/cover no-repeat;
    opacity: 0.5;
    z-index: 1;
}

.header-content {
    position: relative;
    z-index: 2;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 4rem;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.tagline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    color: #00BFFF;
    line-height: 1.3;
    margin: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; /* Fica entre o fundo e o conteúdo */
    opacity: 0.5; /* Transparência para não competir com o texto */
}
.header-content {
    position: relative;
    z-index: 2; /* Garante que o texto fique acima das partículas */
}

@media (max-width: 1024px) {
    .jingles-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .jingles-container {
        grid-template-columns: 1fr;
    }
    .main-header {
        /* background-image: none; */
        padding: 1.5rem 1rem;
    }
    .header-content {
        flex-direction: column;
        gap: 10px;
    }
    .header-logo-mark {
        height: 60px;
    }
    .header-text {
        text-align: center;
    }
    .header-text h1 {
        font-size: 2rem;
    }
    .header-text p {
        text-align: center;
        font-size: 1.1rem;
    }
    .header-tagline {
        font-size: 1.2rem;
        font-weight: 400;
    }
}

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