/* ============================================
   CSS VARIABLES - CONFIGURAÇÕES GLOBAIS
   ============================================ */
:root {
    /* Cores */
    --color-primary: #FFD700;
    --color-primary-hover: #FFA500;
    --color-bg-dark: #000;
    --color-text-light: rgba(255, 255, 255, 0.9);
    --color-text-white: #fff;
    
    /* Plataformas de Música */
    --color-spotify: #1DB954;
    --color-apple: #FA2D48;
    --color-deezer: #FF0062;
    
    /* Sombras */
    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.5);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.5);
    --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.5);
    
    /* Espaçamentos */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    
    /* Transições */
    --transition-fast: 0.2s;
    --transition-normal: 0.3s;
    --transition-slow: 0.5s;
    
    /* Breakpoints (para uso em media queries) */
    --breakpoint-tablet: 768px;
    --breakpoint-desktop: 969px;
}

/* ============================================
   RESET E ESTILOS BASE
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 0;
    scroll-snap-type: none; /* Remove scroll-snap para fluidez */
    -webkit-overflow-scrolling: touch;
}

/* Melhora a fluidez do scroll */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Remove qualquer snap que possa estar causando comportamento em blocos */
section {
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    scroll-margin-top: 0;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: var(--color-bg-dark);
    color: var(--color-text-white);
    scroll-behavior: smooth;
    scroll-snap-type: none; /* Garante que body também não tem snap */
    overscroll-behavior-y: smooth;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-normal);
}

/* ============================================
   BANNER TOPO - NOVO PODCAST
   Classes: .top-banner, .top-banner-content, .top-banner-badge, .top-banner-text
   ============================================ */
.top-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, var(--color-primary) 0%, #FF8C00 100%);
    color: var(--color-bg-dark);
    padding: var(--spacing-xs) var(--spacing-lg);
    text-align: center;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
    transition: transform var(--transition-normal);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-lg);
}

.top-banner.hidden {
    transform: translateY(-100%);
}

.top-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    max-width: 1400px;
    flex-wrap: wrap;
    text-decoration: none;
    color: inherit;
    transition: opacity var(--transition-normal);
}

.top-banner-content:hover {
    opacity: 0.8;
}

.top-banner-badge {
    background: var(--color-bg-dark);
    color: var(--color-primary);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.top-banner-text {
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.03rem;
}

.top-banner i {
    font-size: 1.2rem;
    transition: transform var(--transition-normal);
}

.top-banner-content:hover i {
    transform: translateX(5px);
}

.top-banner-close {
    background: transparent;
    border: none;
    color: var(--color-bg-dark);
    font-size: 1.3rem;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.top-banner-close:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

/* Mobile - Banner */
@media (max-width: 768px) {
    .top-banner {
        padding: var(--spacing-xs) var(--spacing-sm);
    }

    .top-banner-content {
        gap: 0.5rem;
    }

    .top-banner-badge {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }

    .top-banner-text {
        font-size: 0.85rem;
    }

    .top-banner i {
        display: none;
    }
}

/* ============================================
   SEÇÃO 1 - HERO
   Classes principais: .hero-section, .hero-background, .hero-overlay, .hero-content
   Classes filhas: .hero-left, .hero-right, .hero-name, .hero-description
   ============================================ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 60px;
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 50px;
    }
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/background-sessao-1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    filter: blur(0.5px);
    z-index: 1;
    /* Removidas propriedades que causavam delay */
    transform: none !important; /* Remove qualquer transform aplicado */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    width: 100%;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.logo-text {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: white;
}

.hero-name {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: white;
    letter-spacing: -0.02em;
}

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-description {
    font-size: 1.5rem;
    line-height: 1.6;
    color: white;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    border-radius: 8px;
}

.hero-description strong {
    color: #FFD700;
    font-weight: 700;
}

.music-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.listen-now {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.album-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFD700;
}

/* ============================================
   COMPONENTE: ÍCONES DE PLATAFORMA MUSICAL
   Usado na Seção Hero
   Classes: .music-platforms, .platform-icon
   Modificadores: .spotify, .apple, .deezer
   ============================================ */
.music-platforms {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

/* Linha conectando os ícones (opcional - visual criativo) */
.music-platforms::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(29, 185, 84, 0.5) 0%,
        rgba(255, 215, 0, 0.5) 33%,
        rgba(250, 45, 72, 0.5) 50%,
        rgba(255, 0, 98, 0.5) 67%,
        rgba(29, 185, 84, 0.5) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 2px;
}

.music-platforms:hover::before {
    opacity: 0.6;
    animation: wave 2s ease-in-out infinite;
}

@keyframes wave {
    0%, 100% { transform: scaleX(1); }
    50% { transform: scaleX(1.05); }
}

.platform-icon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    /* Animação removida para carregamento instantâneo */
    opacity: 1; /* Visível imediatamente */
}

/* Efeito de brilho no hover */
.platform-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    transform: rotate(45deg);
}

.platform-icon:hover::before {
    opacity: 1;
    animation: shine 0.6s ease;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Efeito de pulso musical */
.platform-icon::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 24px;
    padding: 4px;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.platform-icon:hover {
    transform: translateY(-8px) scale(1.08);
    border-color: rgba(255, 255, 255, 0.3);
}

.platform-icon:hover::after {
    opacity: 1;
    animation: pulse 1.5s ease infinite;
}

@keyframes pulse {
    0%, 100% { 
        transform: scale(1);
        opacity: 0.6;
    }
    50% { 
        transform: scale(1.1);
        opacity: 0.3;
    }
}

.platform-icon i,
.platform-icon img {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    color: white;
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.platform-icon:hover i,
.platform-icon:hover img {
    transform: scale(1.15) rotate(5deg);
}

/* Gradientes animados para cada plataforma */
.spotify { 
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%);
    box-shadow: 0 8px 24px rgba(29, 185, 84, 0.4), 
                0 4px 8px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.spotify:hover {
    box-shadow: 0 16px 40px rgba(29, 185, 84, 0.6),
                0 8px 16px rgba(0, 0, 0, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.apple { 
    background: linear-gradient(135deg, #FA2D48 0%, #FF6B7D 100%);
    box-shadow: 0 8px 24px rgba(250, 45, 72, 0.4),
                0 4px 8px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.apple:hover {
    box-shadow: 0 16px 40px rgba(250, 45, 72, 0.6),
                0 8px 16px rgba(0, 0, 0, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.deezer { 
    background: linear-gradient(135deg, #FF0062 0%, #FF4B8B 100%);
    box-shadow: 0 8px 24px rgba(255, 0, 98, 0.4),
                0 4px 8px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.deezer:hover {
    box-shadow: 0 16px 40px rgba(255, 0, 98, 0.6),
                0 8px 16px rgba(0, 0, 0, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Animação de entrada removida para evitar delays */

.album-cover-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.album-cover {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
}

.album-cover:hover {
    transform: scale(1.05);
}

.album-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button-overlay:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

/* Mobile First - Seção 1 */
@media (max-width: 768px) {
    .hero-section {
        min-height: 100vh;
        padding: 1rem;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1rem;
    }

    .hero-left {
        gap: 1.5rem;
        text-align: center;
    }

    .hero-name {
        font-size: 2rem;
        line-height: 1.2;
    }

    .logo-container {
        justify-content: center;
    }

    .logo-text {
        font-size: 0.9rem;
        letter-spacing: 0.15rem;
    }

    .hero-right {
        gap: 1.5rem;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.5;
        padding: 1rem;
        text-align: left;
    }

    .listen-now {
        font-size: 1rem;
    }

    .album-title {
        font-size: 2rem;
    }

    .album-cover-container {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .album-cover {
        width: 180px;
        height: 180px;
    }

    .music-section {
        align-items: center;
        text-align: center;
    }

    .play-button-overlay {
        width: 50px;
        height: 50px;
    }

    .play-icon {
        border-left-width: 16px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-left: 4px;
    }

    .music-platforms {
        justify-content: center;
        gap: 1.2rem;
    }

    .platform-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .platform-icon i,
    .platform-icon img {
        font-size: 1.5rem;
        width: 28px;
        height: 28px;
    }

    .album-cover-container {
        text-align: center;
    }
}

/* Tablets - Seção 1 */
@media (min-width: 769px) and (max-width: 968px) {
    .hero-name {
        font-size: 3rem;
    }

    .hero-description {
        font-size: 1.3rem;
    }
}

/* ============================================
   SEÇÃO 2 - LANÇAMENTOS
   Classes principais: .releases-section, .releases-container, .video-grid
   Classes filhas: .video-item, .video-wrapper, .video-info, .video-title
   ============================================ */
.releases-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 2rem;
    background-color: #000;
}

.releases-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/background-sessao-2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
    transform: none !important; /* Remove qualquer transform aplicado */
}

.releases-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.releases-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/* ============================================
   COMPONENTE REUTILIZÁVEL: SECTION TITLE
   Usado em todas as seções (exceto Hero e Contato)
   Classes: .section-title, .section-icon, .section-title-text
   ============================================ */
.section-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.section-icon {
    font-size: 2rem;
    color: white;
}

.section-title-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.1rem;
}

/* ============================================
   COMPONENTE REUTILIZÁVEL: VIDEO GRID
   Usado nas seções: Lançamentos (Seção 2) e Audiovisual (Seção 4)
   Classes: .video-grid, .video-item, .video-wrapper, .play-overlay
   ============================================ */
.video-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.video-item {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
    align-items: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.video-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.video-wrapper:hover img {
    transform: scale(1.05);
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 2;
}

.video-wrapper:hover .play-overlay {
    background: rgba(0, 0, 0, 0.95);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-overlay::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

.video-info {
    color: white;
}

.video-title {
    font-size: 2rem;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 0.5rem;
}

.video-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1.5rem;
}

.video-credits {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.video-credits strong {
    color: #FFD700;
}

/* Mobile - Seção 2 */
@media (max-width: 768px) {
    .releases-section {
        padding: 3rem 1rem;
    }

    .section-title {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .section-icon {
        font-size: 1.5rem;
    }

    .section-title-text {
        font-size: 1.5rem;
    }

    .video-grid {
        gap: 2rem;
    }

    .video-item {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .video-info {
        text-align: center;
    }

    .video-title {
        font-size: 1.5rem;
    }

    .video-subtitle {
        font-size: 1.1rem;
    }

    .video-credits {
        font-size: 0.85rem;
    }

    .play-overlay {
        width: 60px;
        height: 60px;
    }

    .play-overlay::after {
        border-left-width: 20px;
        border-top-width: 12px;
        border-bottom-width: 12px;
    }
}

/* Tablets - Seção 2 */
@media (min-width: 769px) and (max-width: 968px) {
    .video-title {
        font-size: 1.8rem;
    }

    .video-subtitle {
        font-size: 1.2rem;
    }
}

/* ============================================
   SEÇÃO 3 - MEUS TRABALHOS
   Classes principais: .works-section, .works-container, .works-grid
   Classes filhas: .work-card, .work-icon, .work-title, .work-description
   ============================================ */
.works-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 2rem;
    background-color: #f5f5f5;
}

.works-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/background-sessao-3.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 0;
    transform: none !important; /* Remove qualquer transform aplicado */
}

.works-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.works-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.works-section .section-title-text {
    color: #000;
}

.works-section .section-icon {
    color: #FFD700;
}

.works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.work-card {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}

.work-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #FFD700;
}

.work-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    color: white;
}

.work-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    line-height: 1.3;
}

.work-description {
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.work-play-button {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.work-play-button:hover {
    transform: scale(1.1);
    background: #FFD700;
}

.work-play-button:hover::after {
    border-left: 15px solid #000;
}

.work-play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 3px;
}

/* Mobile - Seção 3 */
@media (max-width: 768px) {
    .works-section {
        padding: 3rem 1rem;
    }

    .works-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 2rem;
    }

    .work-card {
        padding: 1.5rem;
    }

    .work-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .work-title {
        font-size: 1rem;
    }

    .work-description {
        font-size: 0.85rem;
    }

    .work-play-button {
        width: 45px;
        height: 45px;
    }

    .work-play-button::after {
        border-left-width: 12px;
        border-top-width: 8px;
        border-bottom-width: 8px;
    }
}

/* Tablets - Seção 3 */
@media (min-width: 769px) and (max-width: 968px) {
    .works-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ============================================
   SEÇÃO 4 - PRODUÇÕES EM AUDIOVISUAL
   Classes principais: .audio-visual-section, .audio-visual-container
   Reutiliza estilos do .video-grid (Seção 2)
   ============================================ */
.audio-visual-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 2rem;
    background-color: #000;
}

.audio-visual-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/background-sessao-4.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
    transform: none !important; /* Remove qualquer transform aplicado */
}

.audio-visual-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.audio-visual-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/* Mobile - Seção 4 */
@media (max-width: 768px) {
    .audio-visual-section {
        padding: 3rem 1rem;
    }
}

/* ============================================
   SEÇÃO 5 - CONTATO
   Classes principais: .contact-section, .contact-container
   Classes filhas: .contact-image-wrapper, .contact-info, .contact-name, .contact-item
   ============================================ */
.contact-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    background: #000;
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.contact-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.contact-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.contact-info {
    color: white;
}

.contact-name {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.contact-quote {
    font-size: 1.2rem;
    font-style: italic;
    color: white;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.contact-waveform {
    width: 100%;
    height: 60px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-waveform img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: white;
}

.contact-item i {
    font-size: 1.5rem;
    color: #FFD700;
}

.contact-item a {
    color: white;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: #FFD700;
}

/* Mobile - Seção 5 */
@media (max-width: 768px) {
    .contact-section {
        padding: 3rem 1rem;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-image-wrapper {
        max-width: 100%;
    }

    .contact-name {
        font-size: 2.5rem;
    }

    .contact-quote {
        font-size: 1rem;
    }

    .contact-waveform {
        height: 50px;
    }

    .contact-item {
        font-size: 1rem;
    }
}

/* Tablets - Seção 5 */
@media (min-width: 769px) and (max-width: 968px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-image-wrapper {
        max-width: 100%;
    }

    .contact-name {
        font-size: 3rem;
    }
}

/* ============================================
   BOTÃO VOLTAR AO TOPO
   Classe: .back-to-top | ID: #backToTop
   ============================================ */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #FFD700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px) scale(1.1);
    background: #FFA500;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);
}

.back-to-top i {
    font-size: 1.5rem;
    color: black;
}

/* Mobile - Botão Voltar ao Topo */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .back-to-top i {
        font-size: 1.3rem;
    }
}

/* ============================================
   SEÇÃO 6 - PODCAST (PAPO E GROOVE)
   Classes principais: .podcast-section, .podcast-container
   Classes filhas: .podcast-info, .podcast-title, .podcast-button, .podcast-image-wrapper
   ID: #podcast (para scroll anchor)
   ============================================ */
.podcast-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: var(--spacing-2xl) var(--spacing-lg);
    background: var(--color-bg-dark);
}

.podcast-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--spacing-2xl);
    align-items: center;
}

.podcast-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 400px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    display: block;
    text-decoration: none;
}

.podcast-image-wrapper .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.podcast-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.podcast-info {
    color: var(--color-text-white);
}

.podcast-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: var(--spacing-sm);
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.podcast-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-text-white);
    margin-bottom: var(--spacing-xl);
}

.podcast-description {
    font-size: 1.1rem;
    color: var(--color-text-light);
    line-height: 1.8;
    margin-bottom: var(--spacing-md);
}

.podcast-link {
    margin-top: var(--spacing-xl);
}

.podcast-button {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-md) var(--spacing-xl);
    background: var(--color-primary);
    color: var(--color-bg-dark);
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-md);
}

.podcast-button:hover {
    background: var(--color-primary-hover);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.podcast-button i {
    font-size: 1.5rem;
}

/* Mobile - Seção 6 */
@media (max-width: 768px) {
    .podcast-section {
        padding: var(--spacing-xl) var(--spacing-sm);
    }

    .podcast-container {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }

    .podcast-image-wrapper {
        height: auto;
        min-height: 300px;
    }

    .podcast-title {
        font-size: 2rem;
    }

    .podcast-subtitle {
        font-size: 1.2rem;
    }

    .podcast-description {
        font-size: 1rem;
    }

    .podcast-button {
        font-size: 1rem;
        padding: var(--spacing-sm) var(--spacing-lg);
    }

    .podcast-button i {
        font-size: 1.3rem;
    }
}

/* Tablets - Seção 6 */
@media (min-width: 769px) and (max-width: 968px) {
    .podcast-container {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }

    .podcast-image-wrapper {
        height: auto;
        min-height: 400px;
    }

    .podcast-title {
        font-size: 2.5rem;
    }
}
