/* Carrossel Loja */
.store-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 2rem;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}
.store-carousel {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    width: 100%;
    padding: 10px 0;
    align-items: center;
    justify-content: flex-start;
    min-height: 350px;
    overflow: hidden;
    scrollbar-width: none;
}
.store-carousel::-webkit-scrollbar {
    display: none;
}
.store-carousel .store-item {
    flex: 0 0 calc((100% - 3rem) / 4);
    max-width: calc((100% - 3rem) / 4);
    min-width: calc((100% - 3rem) / 4);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.store-arrow {
    background: linear-gradient(135deg, #f4c2c2 60%, #fff0f5 100%);
    border: none;
    color: #d12e6a;
    font-size: 2.2rem;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(244,194,194,0.30);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.92;
}
.store-arrow:hover {
    background: linear-gradient(135deg, #fff0f5 0%, #f4c2c2 100%);
    color: #fff;
    box-shadow: 0 8px 32px rgba(244,194,194,0.25);
}
.store-arrow-left {
    left: -56px;
    margin-right: 0;
}
.store-arrow-right {
    right: -56px;
    margin-left: 0;
}
@media (max-width: 900px) {
    .store-arrow-left {
        left: -36px;
    }

    .store-arrow-right {
        right: -36px;
    }

    .store-carousel .store-item {
        flex: 0 0 calc((100% - 1rem) / 2);
        max-width: calc((100% - 1rem) / 2);
        min-width: calc((100% - 1rem) / 2);
    }
}

@media (max-width: 560px) {
    .store-carousel .store-item {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
    }
}
/* Loja - Vitrine de Camisas */
.store-section {
    padding: 60px 0;
    background: rgba(255,255,255,0.03);
}
.store-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
}
.store-item {
    background: linear-gradient(180deg, #fff0f5 0%, #ffffff 100%);
    border-radius: 18px;
    border: 1px solid rgba(244, 194, 194, 0.45);
    box-shadow: 0 10px 26px rgba(0,0,0,0.10);
    overflow: hidden;
    width: 100%;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.store-carousel .store-item > a {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: inherit;
    padding: 12px;
}
.store-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 18px 40px rgba(244,194,194,0.35);
    border-color: rgba(244, 194, 194, 0.95);
    z-index: 2;
}
.store-item img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background: linear-gradient(180deg, #ffffff 0%, #fff0f5 100%);
    border-bottom: 1px solid rgba(244, 194, 194, 0.45);
    border-radius: 12px;
    transition: transform 0.25s ease, filter 0.25s ease;
    margin: 0 auto;
    display: block;
    padding: 8px;
}
.store-item:hover img {
    transform: scale(1.03);
    filter: saturate(1.08);
}
.store-item p {
    color: var(--text-dark);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.35;
    padding: 0.9rem 0.45rem 0.8rem;
    min-height: 74px;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-store {
    display: inline-block;
    background: var(--primary-pink);
    color: #fff;
    font-weight: bold;
    padding: 0.75rem 2rem;
    border-radius: 32px;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(244,194,194,0.15);
    transition: background 0.2s;
}
.btn-store:hover {
    background: var(--secondary-orange);
    color: #fff;
}

/* Publicidade */
.advertising-section {
    padding: 60px 0;
}

.advertising-content {
    max-width: 620px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 26px;
    display: grid;
    gap: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
}

.advertising-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 14px 16px;
}

.advertising-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F4C2C2, #FFB6C1);
    color: #1a1a1a;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.advertising-label {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.advertising-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
}

.advertising-item a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .advertising-content {
        padding: 20px;
    }

    .advertising-item {
        padding: 12px;
    }

    .advertising-item a {
        font-size: 0.98rem;
    }
}
/* Reset e Configurações Gerais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-pink: #F4C2C2;
    --secondary-orange: #FFB6C1;
    --accent-gold: #FFF0F5;
    --dark-bg: #000000; 
    --light-bg: #1a1a1a;
    --text-dark: #2d2d2d;
    --text-light: #ffffff;
    --shadow: 0 10px 30px rgba(244, 194, 194, 0.3);
    --transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}
/* cor do site */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    overflow-x: hidden;
    background: linear-gradient(180deg, #F4C2C2 0%, #000000 100%);
    background-attachment: fixed;
    min-height: 100vh;
}

html {
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Header Fixo */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    z-index: 1000;
    transition: all 0.4s ease;
}

.header.scrolled,
.header.hover {
    background: linear-gradient(135deg, #fea1a1 0%, rgb(0, 0, 0) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgb(0, 0, 0);
}

/* Menu hambúrguer com cores diferentes baseado no estado */
.header:not(.scrolled):not(.hover) .menu-toggle span {
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 4px rgba(244, 194, 194, 0.3);
}

.header.scrolled .menu-toggle span,
.header.hover .menu-toggle span {
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 4px rgba(244, 194, 194, 0.3);
}

.header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 1px 0px 0px;
    background: transparent;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    cursor: pointer;
    margin: -10px 0;
    transform: scale(1.14);
    transform-origin: left center;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: transparent;
}

.logo img {
    height: 120px;
    width: auto;
    transition: all 0.4s ease;
    background: transparent;
    filter: drop-shadow(0 0 10px rgb(0, 0, 0)) drop-shadow(0 0 20px rgba(0, 0, 0, 0.6));
}

.logo a:hover img {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.logo-text {
    font-family: 'Dancing Script', cursive;
    font-size: 1.8rem;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Navegação Horizontal */
.nav-menu {
    display: flex;
    align-items: center;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

.menu-toggle span {
    width: 26px;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-menu ul li {
    margin: 0;
    list-style: none;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 8px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.nav-link:hover {
    background: rgba(244, 194, 194, 0.2);
    transform: translateY(-2px);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

/* Header com scroll/hover - ajustar cor dos links */
.header.scrolled .nav-link,
.header.hover .nav-link {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.header.scrolled .nav-link:hover,
.header.hover .nav-link:hover {
    background: rgba(244, 194, 194, 0.2);
}

/* Botão de Login no Header */
.nav-login-btn {
    background: linear-gradient(135deg, #F4C2C2, #FFB6C1);
    color: #000000;
    padding: 10px 24px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-shadow: none;
    list-style: none;
    display: inline-block;
    white-space: nowrap;
    visibility: visible !important;
    opacity: 1 !important;
}

.nav-login-btn:hover {
    background: linear-gradient(135deg, #FFB6C1, #FFC0CB);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(244, 194, 194, 0.5);
}

.nav-login-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(244, 194, 194, 0.3);
}

@media (max-width: 768px) {
    .nav-login-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
        width: 100%;
        text-align: center;
    }
}

/* Botões */
.btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: white;
    color: var(--primary-pink);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), 0 15px 45px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease;
}

.btn-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 35px rgb(0, 0, 0), 0 20px 60px rgb(0, 0, 0);
}

.btn-small {
    padding: 10px 25px;
    font-size: 0.9rem;
}

.btn-large {
    padding: 18px 50px;
    font-size: 1.1rem;
}

.btn-spotify {
    background: #1DB954;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 5px 20px rgba(29, 185, 84, 0.3);
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

.btn-spotify:hover {
    background: #1ed760;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(29, 185, 84, 0.5);
}

.btn-spotify i {
    font-size: 1rem;
}

/* Títulos de Seção */
.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 50px;
}

.title-decoration {
    font-size: 1.5rem;
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

/* Footer */
.footer {
    
    background: linear-gradient(to bottom, #FBBBC5, #000000);
    color: rgb(255, 255, 255);
    padding: 30px 0 30px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 30px;
}

.footer-logo img {
    height: 150px;
    margin: 0 auto 1px;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #000000 0%, #3a3a3a 70%, #4e4e4e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.3rem;
    transition: all 0.4s ease;
}

.social-icon:hover {
    transform: translateY(-8px) rotate(360deg) scale(1.1);
    box-shadow: 0 10px 30px rgba(244, 194, 194, 0.5);
    background: linear-gradient(135deg)
}

/* Ícones maiores na seção de highlights */
.social-highlights .social-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
}

.footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright p {
    margin: 5px 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.footer-credits {
    font-size: 0.85rem !important;
}

/* Responsividade Global */
@media (max-width: 768px) {
    .header {
        background: linear-gradient(135deg, #F4C2C2 0%, rgba(0, 0, 0, 0.98) 100%);
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 14px rgba(244, 194, 194, 0.3);
    }

    .header-content {
        padding: 6px 16px;
    }

    .logo {
        margin: 0;
        transform: none;
    }

    .logo img {
        height: 64px;
        filter: drop-shadow(0 0 6px rgba(244, 194, 194, 0.6));
    }

    .section-title {
        font-size: 2rem;
    }

    .menu-toggle {
        display: flex;
        width: 40px;
        height: 40px;
        margin-top: -80px;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(244, 194, 194, 0.98) 0%, rgba(0, 0, 0, 0.98) 100%);
        border-top: 1px solid rgba(244, 194, 194, 0.3);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, box-shadow 0.3s ease;
        border-radius: 0 0 16px 16px;
    }

    .nav-menu.is-open {
        max-height: 480px;
        box-shadow: 0 12px 30px rgba(244, 194, 194, 0.4);
    }
    
    .nav-menu ul {
        gap: 10px;
        flex-direction: column;
        align-items: stretch;
        padding: 18px 16px 22px;
    }
    
    .nav-link {
        font-size: 1rem;
        padding: 10px 14px;
        text-align: center;
        color: #ffffff;
    }
    
    .gallery-section,
    .music-section,
    .about-section,
    .schedule-section,
    .contact-section {
        padding: 80px 0;
        min-height: 100vh;
    }
}

/* Morcegos voando pelo site */
.flying-bats {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1200;
    overflow: hidden;
}

.flying-bat {
    position: absolute;
    font-size: 28px;
    color: #000;
    animation: bat-flight-1 18s linear infinite;
    filter: grayscale(1) brightness(0) drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
    opacity: 0.9;
}

.bat-one {
    top: 18%;
    left: -12%;
    animation-name: bat-flight-1;
    animation-delay: -4s;
}

.bat-two {
    top: 62%;
    left: -16%;
    animation-name: bat-flight-2;
    animation-duration: 22s;
    animation-delay: -10s;
    transform: scale(1.2);
}

@keyframes bat-flight-1 {
    0% {
        transform: translateX(0) translateY(0) scale(1);
    }
    30% {
        transform: translateX(35vw) translateY(-8vh) scale(1.05);
    }
    60% {
        transform: translateX(70vw) translateY(6vh) scale(0.95);
    }
    100% {
        transform: translateX(115vw) translateY(-4vh) scale(1);
    }
}

@keyframes bat-flight-2 {
    0% {
        transform: translateX(0) translateY(0) scale(1.2) rotate(-8deg);
    }
    40% {
        transform: translateX(40vw) translateY(10vh) scale(1.1) rotate(6deg);
    }
    70% {
        transform: translateX(75vw) translateY(-6vh) scale(1.25) rotate(-4deg);
    }
    100% {
        transform: translateX(120vw) translateY(4vh) scale(1.2) rotate(8deg);
    }
}

@media (max-width: 768px) {
    .flying-bat {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .logo-text {
        font-size: 1.5rem;
    }

    .btn {
        padding: 12px 30px;
        font-size: 0.9rem;
    }
}
/* Estilos específicos da página inicial */

/* Banner Principal */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 0;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image img,
.hero-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    animation: fadeInUp 1s ease;
    padding-top: 80px;
}

.hero-title {
    font-family: 'Dancing Script', cursive;
    font-size: 4rem;
    margin-bottom: 20px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* Controle de Volume */
.volume-control {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.volume-slider {
    -webkit-appearance: none;
    appearance: none;
    writing-mode: bt-lr;
    -webkit-writing-mode: bt-lr;
    width: 120px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    outline: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.volume-control:hover .volume-slider,
.volume-slider:focus {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

.volume-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.6);
}

.volume-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

.volume-slider::-moz-range-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.6);
}

.mute-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.mute-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

.mute-btn i {
    transition: transform 0.3s ease;
}

.mute-btn:active i {
    transform: scale(0.9);
}

/* Modal de Biografia */
.bio-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
    overflow-y: auto;
    padding: 20px;
}

.bio-modal-content {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 50px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp 0.4s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.bio-modal-content h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--text-dark);
    font-family: 'Dancing Script', cursive;
}

.bio-modal-content h3 {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--text-dark);
    font-weight: 600;
}

.bio-full-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.bio-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: var(--text-dark);
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
}

.bio-modal-close:hover {
    color: #000;
    transform: rotate(90deg);
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .bio-modal-content {
        padding: 30px 20px;
        max-height: 95vh;
    }
    
    .bio-modal-content h2 {
        font-size: 2rem;
    }
    
    .bio-modal-content h3 {
        font-size: 1.3rem;
    }
    
    .bio-full-text p {
        font-size: 1rem;
    }
    
    .bio-modal-close {
        font-size: 30px;
        top: 15px;
        right: 20px;
    }
}

/* Highlights Section */
.highlights-section {
    padding: 100px 0;
    background: var(--light-bg);
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.highlight-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    color: var(--text-dark);
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.highlight-card:hover::before {
    left: 100%;
}

.highlight-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.highlight-card:hover i {
    transform: scale(1.2) rotate(10deg);
}

.highlight-card i {
    font-size: 3rem;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    display: inline-block;
}

.highlight-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--primary-pink);
}

.highlight-card p {
    color: #666;
    font-size: 1rem;
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .hero {
        min-height: 100svh;
        height: 100svh;
    }

    .hero-content {
        padding-top: 100px;
    }

    .volume-control {
        right: 16px;
        bottom: 16px;
    }

    .social-highlights-section {
        padding: 42px 0 52px;
    }

    .social-highlights {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        justify-items: center;
        max-width: 200px;
        margin: 0 auto;
    }

    .social-highlights .social-icon {
        width: 64px;
        height: 64px;
        font-size: 1.55rem;
    }

    .gallery-section {
        padding: 80px 0;
        min-height: auto;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
}
/* Estilos específicos da página de fotos */

/* Galeria de Fotos */
.gallery-section {
    padding: 100px 0;
    background: transparent;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Seção de Redes Sociais Destaque */
.social-highlights-section {
    padding: 60px 0;
    background: transparent;
    border-top: none;
    border-bottom: none;
}

.social-highlights {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), 0 5px 15px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    aspect-ratio: 4/5;
}

.gallery-item img,
.gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(51, 51, 51, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-overlay i {
    color: white;
    font-size: 3rem;
    transform: scale(0);
    transition: all 0.4s ease;
}

.gallery-item:hover {
    transform: translateY(-10px);
}

.gallery-item:hover img {
    transform: scale(1.2) rotate(3deg);
    filter: brightness(0.7);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
    transform: scale(1) rotate(360deg);
}

/* Responsividade */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}
/* Estilos específicos da página de músicas */

/* Player de Músicas */
.music-section {
    padding: 100px 0;
    background: transparent;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Grid de Músicas - 2 colunas */
.music-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 1px;
}

.music-column {
    background: var(--light-bg);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), 0 5px 15px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.music-platform-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.music-platform-header i {
    font-size: 1.5rem;
}

.music-platform-header h3 {
    font-size: 1.4rem;
    font-weight: 600;
}

.youtube-column .music-platform-header i {
    color: #FF0000;
}

.spotify-column .music-platform-header i {
    color: #1DB954;
}

/* Container do Spotify Embed */
.spotify-container {
    margin-bottom: 0;
}

.spotify-container iframe,
.youtube-container iframe {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgb(0, 0, 0);
    height: 100% !important;
    width: 100% !important;
    display: block;
    min-height: 360px;
}

.youtube-container {
    margin-bottom: 0;
}

.platform-cta {
    text-align: center;
    margin-top: 15px;
    padding-top: 1px;
}

/* Botão YouTube */
.btn-youtube {
    background: #FF0000;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 0, 0, 0.3);
}

.btn-youtube:hover {
    background: #cc0000;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 0, 0, 0.4);
}

.btn-youtube i {
    font-size: 1rem;
}

.music-player {
    background: var(--light-bg);
    border-radius: 30px;
    padding: 40px;
    box-shadow: var(--shadow);
    margin-top: 50px;
}

.playlist {
    margin-bottom: 30px;
}

.playlist-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: var(--transition);
}

.playlist-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(255, 107, 157, 0.2);
}

.playlist-item.active {
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    color: white;
}

.playlist-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.playlist-item.active .playlist-icon {
    background: white;
    color: var(--primary-pink);
}

.playlist-info {
    flex: 1;
}

.playlist-info h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.playlist-info p {
    font-size: 0.9rem;
    opacity: 0.8;
}

.playlist-duration {
    font-weight: 600;
}

/* Controles do Player */
.player-controls {
    background: white;
    padding: 30px;
    border-radius: 20px;
}

.player-info h3 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--primary-pink);
}

.progress-container {
    margin-bottom: 20px;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-pink), var(--secondary-orange));
    border-radius: 10px;
    width: 0%;
    transition: width 0.1s linear;
}

.time-display {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #666;
}

.player-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.player-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    color: white;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.player-btn-play {
    width: 70px;
    height: 70px;
}

.player-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(255, 107, 157, 0.4);
}

/* Responsividade */
@media (max-width: 768px) {
    .music-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .music-column {
        padding: 20px;
    }
    
    .spotify-container iframe,
    .youtube-container iframe {
        height: 350px;
    }
    
    .music-platform-header h3 {
        font-size: 1.5rem;
    }
    
    .music-player {
        padding: 20px;
    }

    .player-controls {
        padding: 20px;
    }

    .playlist-item {
        gap: 15px;
        padding: 15px;
    }

    .playlist-icon {
        width: 40px;
        height: 40px;
    }
}
/* Estilos específicos da página sobre */

/* Sobre */
.about-section {
    padding: 70px 0;
    background: transparent;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.about-content {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: center;
    margin-top: 50px;
}

.about-image {
    position: relative;
    max-width: 400px;
}

.about-image img,
.about-image video {
    width: 80%;
    border-radius: 60px;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.about-image video:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.about-decoration {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 17px;
    bottom: -10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 60px;
    z-index: 1;
    box-shadow: 0 20px 60px rgb(255, 0, 51);
}

.about-text h2 {
    text-align: left;
    margin-bottom: 30px;
}

.about-text p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    line-height: 1.8;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: var(--light-bg);
    border-radius: 15px;
}

.stat-item h3 {
    font-size: 2rem;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* Responsividade */
@media (max-width: 768px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-stats {
        grid-template-columns: 1fr;
    }
}
/* Estilos específicos da página de agenda */

/* Agenda */
.schedule-section {
    padding: 70px 0;
    background: transparent;
    min-height: auto;   
    display: flex;
    align-items: center;
}

.schedule-carousel-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    position: relative;
}

.schedule-list {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 8px 0;
    flex: 1;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.schedule-list::-webkit-scrollbar {
    height: 4px;
}

.schedule-list::-webkit-scrollbar-track {
    background: rgba(244, 194, 194, 0.2);
    border-radius: 10px;
}

.schedule-list::-webkit-scrollbar-thumb {
    background: var(--primary-pink);
    border-radius: 10px;
}

.schedule-list::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-orange);
}

.schedule-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: white;
    padding: 14px 16px;
    border-radius: 12px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    min-width: 250px;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.schedule-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 107, 157, 0.3);
}

.schedule-date {
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    color: rgb(0, 0, 0);
    padding: 12px 14px;
    border-radius: 14px;
    text-align: center;
    min-width: 64px;
    align-self: flex-start;
}

.date-day {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.date-month {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-top: 5px;
}

.schedule-info {
    flex: 1;
}

.schedule-info h3 {
    font-size: 0.85rem;
    margin-bottom: 6px;
    color: black;
    font-weight: 700;
}

.schedule-info p {
    margin: 3px 0;
    color: #000000;
    font-size: 0.75rem;
    line-height: 1.2;
}

.schedule-info i {
    color: #000000;
    margin-right: 6px;
    font-size: 0.75rem;
}

/* Setas de navegação */
.schedule-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: var(--transition);
    flex-shrink: 0;
    box-shadow: var(--shadow);
}

.schedule-arrow:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(255, 107, 157, 0.4);
}

.schedule-arrow:active {
    transform: scale(0.95);
}

.schedule-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsividade */
@media (max-width: 768px) {
    .schedule-item {
        text-align: left;
        padding: 12px 14px;
        min-width: 220px;
    }

    .schedule-info h3 {
        font-size: 0.9rem;
    }

    .schedule-info p {
        font-size: 0.78rem;
    }

    .schedule-date {
        padding: 11px 13px;
        min-width: 60px;
    }

    .date-day {
        font-size: 1.45rem;
    }

    .date-month {
        font-size: 0.82rem;
    }

    .schedule-arrow {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .schedule-carousel-container {
        gap: 8px;
    }

    .schedule-item {
        min-width: 190px;
        padding: 10px 12px;
    }

    .schedule-info h3 {
        font-size: 0.82rem;
    }

    .schedule-info p {
        font-size: 0.72rem;
        margin: 2px 0;
    }

    .schedule-date {
        padding: 10px 12px;
        min-width: 56px;
    }

    .date-day {
        font-size: 1.3rem;
    }

    .date-month {
        font-size: 0.76rem;
    }

    .schedule-arrow {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
}
/* Estilos específicos da página de contato */

/* Contato */
.contact-section {
    padding: 100px 0;
    background: transparent;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.contact-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    margin-top: 50px;
}

.contact-form {
    background: var(--light-bg);
    padding: 40px;
    border-radius: 30px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #ffffff;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #ffffff;
    border-radius: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: white
}

.contact-info {
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    padding: 40px;
    border-radius: 30px;
    color: rgb(255, 255, 255);
}

.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(251, 249, 249, 0.2);
    border-radius: 15px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: var(--transition);
}

.contact-method:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(10px);
}

.contact-method i {
    font-size: 1.5rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

/* ========== ANIMAÇÕES ========== */

/* Fade In */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.8s ease-out forwards;
    opacity: 0;
}

/* Slide Up */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide-up {
    animation: slideUp 0.8s ease-out forwards;
    opacity: 0;
}

/* Slide In Left */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-slide-left {
    animation: slideInLeft 0.8s ease-out forwards;
    opacity: 0;
}

/* Slide In Right */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-slide-right {
    animation: slideInRight 0.8s ease-out forwards;
    opacity: 0;
}

/* Bounce */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.animate-bounce {
    animation: bounce 2s ease-in-out infinite;
}

/* Pulse */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.animate-pulse {
    animation: pulse 2s ease-in-out infinite;
}

/* Rotate */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.animate-rotate {
    animation: rotate 2s linear infinite;
}

/* Zoom In */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-zoom-in {
    animation: zoomIn 1.5s ease-out forwards;
    opacity: 0;
}

/* Float */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

/* Shake */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.animate-shake {
    animation: shake 0.8s ease-in-out;
}

/* Glow */
@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 0, 0, 0.4);
    }
}

.animate-glow {
    animation: glow 2s ease-in-out infinite;
}

/* Classe de delay para animações */
.delay-1 { animation-delay: 0.1s !important; }
.delay-2 { animation-delay: 0.2s !important; }
.delay-3 { animation-delay: 0.3s !important; }
.delay-4 { animation-delay: 0.4s !important; }
.delay-5 { animation-delay: 0.5s !important; }
.delay-6 { animation-delay: 0.6s !important; }
.delay-7 { animation-delay: 0.7s !important; }
.delay-8 { animation-delay: 0.8s !important; }

/* ========== MORCEGOS VOANDO ========== */
.bat {
    position: fixed;
    pointer-events: none;
    z-index: 1;
    font-size: 2rem;
    animation: flyBat 20s linear infinite;
    -webkit-user-select: none;
    user-select: none;
    color: #000000;
    filter: brightness(0) grayscale(1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
}

/* Morcegos da logo */
.logo-bat {
    position: fixed;
    pointer-events: none;
    z-index: 1;
    font-size: 1.5rem;
    -webkit-user-select: none;
    user-select: none;
    color: #000000;
    filter: brightness(0) grayscale(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    animation: flyFromLogo 2s ease-out forwards;
}

@keyframes flyFromLogo {
    0% {
        opacity: 1;
        transform: translate(0, 0) rotate(0deg) scaleX(var(--direction, 1)) scaleY(1);
    }
    100% {
        opacity: 0;
        left: var(--end-x) !important;
        top: var(--end-y) !important;
        transform: rotate(var(--rotation)) scaleX(calc(var(--direction, 1) * 0.5)) scaleY(0.5);
    }
}

@keyframes flyBat {
    0% {
        left: var(--start-x, 0);
        top: var(--start-y, 0);
        transform: rotate(0deg) scaleX(var(--bat-direction, 1));
    }
    25% {
        left: calc(var(--end-x, 100vw) * 0.3);
        top: calc(var(--end-y, 100vh) * 0.7);
        transform: rotate(-15deg) scaleX(var(--bat-direction, 1));
    }
    50% {
        left: var(--end-x, 100vw);
        top: var(--end-y, 100vh);
        transform: rotate(0deg) scaleX(var(--bat-direction, 1));
    }
    75% {
        left: calc(var(--start-x, 0) * 1.5);
        top: calc(var(--start-y, 0) * 0.5);
        transform: rotate(15deg) scaleX(calc(var(--bat-direction, 1) * -1));
    }
    100% {
        left: var(--start-x, 0);
        top: var(--start-y, 0);
        transform: rotate(0deg) scaleX(var(--bat-direction, 1));
    }
}

/* Morcegos só aparecem em telas maiores */
@media (max-width: 768px) {
    .bat {
        display: none;
    }
}

/* ========== MODAL DE LOGIN ========== */
.login-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
    z-index: 5000;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
    backdrop-filter: blur(5px);
}

.login-modal.active {
    display: flex;
}

.login-modal-content {
    position: relative;
    background: white;
    border-radius: 25px;
    padding: 0;
    max-width: 420px;
    width: 100%;
    animation: slideUp 0.4s ease;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.login-header {
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    color: white;
    padding: 50px 30px 30px;
    text-align: center;
}

.login-logo {
    height: 80px;
    margin-bottom: 20px;
    opacity: 0.95;
}

.login-header h2 {
    font-size: 2.2rem;
    margin: 0 0 5px 0;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
}

.login-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin: 0;
    padding: 30px 30px 0;
    text-align: center;
}

.login-form {
    padding: 30px;
}

.login-form .form-group {
    margin-bottom: 25px;
}

.login-form label {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.login-form input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.login-form input:focus {
    outline: none;
    border-color: var(--primary-pink);
    background: white;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.btn-login {
    width: 100%;
    margin-top: 10px;
}

.login-error {
    color: #d32f2f;
    display: none;
    text-align: center;
    font-size: 0.95rem;
    margin: 0;
    padding: 0 30px 30px;
    animation: shake 0.4s ease;
}

.login-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 35px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.login-modal-close:hover {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

/* ========== ÁREA PRIVADA ========== */
.private-section {
    background: var(--light-bg);
    min-height: 100vh;
}

.private-header {
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    color: white;
    padding: 60px 0;
}

.private-header .section-title {
    color: white;
    margin: 0 0 10px 0;
    background: none;
    -webkit-text-fill-color: unset;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.header-info {
    flex: 1;
}

.header-info p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin: 5px 0 0 0;
}

.private-content {
    padding: 60px 0;
}

.private-section-item {
    margin-bottom: 80px;
}

.private-section-item:last-child {
    margin-bottom: 0;
}

.item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.item-header h3 {
    font-size: 1.8rem;
    margin: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.item-header h3 i {
    color: var(--primary-pink);
    font-size: 1.6rem;
}

.item-badge {
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange));
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.items-grid.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* Grid para logos (2 colunas) */
.private-section-item:first-child .items-grid {
    grid-template-columns: repeat(2, 1fr);
}

.item-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.item-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
    cursor: pointer;
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.item-card:hover .item-image img {
    transform: scale(1.05);
}

.item-info {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.item-info h4 {
    font-size: 1.2rem;
    margin: 0 0 15px 0;
    color: var(--text-dark);
    font-weight: 600;
}

.item-info p {
    font-size: 0.95rem;
    color: #010101;
    margin: 0 0 auto 0;
}

.btn-download {
    margin-top: 15px;
    padding: 12px 20px !important;
    font-size: 0.9rem !important;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, var(--primary-pink), var(--secondary-orange)) !important;
    color: rgb(0, 0, 0) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px !important;
    transition: all 0.3s ease;
}

.btn-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .login-modal-content {
        max-width: 90%;
        padding: 0;
    }
    
    .item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .items-grid,
    .items-grid.grid-3,
    .private-section-item:first-child .items-grid {
        grid-template-columns: 1fr;
    }
}

