:root {
    --bg-dark: #0a0a0a;
    --bg-card: #151515;
    --white: #ffffff;
    --text-muted: #888888;
    --primary: #d97706;  /* Âmbar de luz de palco / Laranja Queimado de Festivais */
    --primary-hover: #b45309;
    --glass-bg: rgba(10, 10, 10, 0.85);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: var(--bg-dark); color: var(--white); font-family: 'Inter', sans-serif; font-weight: 300; overflow-x: hidden; scroll-behavior: smooth;}

h1, h2, h3, .logo, .show-date, .badge, .btn-primary, .btn-huge, .btn-outline { font-family: 'Oswald', sans-serif; text-transform: uppercase;}

.header { position: fixed; top: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 4rem; z-index: 1000; background: var(--glass-bg); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(255,255,255,0.05);}
.logo { font-size: 2.2rem; font-weight: 700; color: var(--white); letter-spacing: 2px;}
nav a { font-weight: 600; font-size: 0.95rem; text-decoration: none; color: var(--text-muted); margin-left: 2.8rem; transition: color 0.3s; text-transform: uppercase; letter-spacing: 1px;}
nav a:hover { color: var(--white); }

.btn-outline { border: 2px solid var(--primary); color: var(--primary); padding: 10px 22px; border-radius: 3px; font-weight: 700; background: transparent; transition: all 0.3s;}
.btn-outline:hover { background: var(--primary); color: var(--white); box-shadow: 0 0 25px rgba(217, 119, 6, 0.4);}

/* Arte de Capa Violenta com Imagem da Nuvem Gerada */
.hero { height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; background: url('hero_banda.png') center/cover no-repeat; text-align: center;}
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle, rgba(10,10,10,0.5) 0%, rgba(10,10,10,0.95) 100%); z-index: 1;}
.hero-content { position: relative; z-index: 2; max-width: 850px; padding: 0 2rem;}

.badge { display: inline-block; background: var(--primary); color: var(--bg-dark); padding: 5px 15px; border-radius: 2px; font-weight: 700; font-size: 1.1rem; letter-spacing: 4px; margin-bottom: 1.5rem;}
.hero-content h1 { font-size: 6.5rem; font-weight: 700; line-height: 1; margin-bottom: 1rem; color: var(--white); text-shadow: 0 0 40px rgba(255,255,255,0.2);}
.hero-content p { font-size: 1.2rem; color: #bbbbbb; margin-bottom: 3.5rem; line-height: 1.6; font-weight: 400;}

.btn-primary { display: inline-block; background: var(--white); color: var(--bg-dark); text-decoration: none; padding: 20px 50px; font-size: 1.3rem; font-weight: 700; border-radius: 3px; transition: all 0.3s; box-shadow: 0 5px 20px rgba(0,0,0,0.5);}
.btn-primary:hover { background: var(--primary); color: var(--white); transform: scale(1.05);}

/* Flechinha Magica Balançando pra avisar que tem conteúdo abaixo */
.scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; color: var(--text-muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px;}
.mouse-icon { margin-top: 10px; animation: bounce 2s infinite; font-size: 1.5rem; color: var(--primary);}
@keyframes bounce { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-10px);} 60% {transform: translateY(-5px);} }

/* O Fundo do Poço (A Caverna Escura e Rica do Player Iframe) */
.player-caverna { padding: 8rem 2rem; background: var(--bg-dark); text-align: center;}
.section-title h2 { font-size: 4rem; color: var(--white); margin-bottom: 0.5rem;}
.neon-text { color: var(--primary); text-shadow: 0 0 15px rgba(217, 119, 6, 0.6);}
.section-title p { color: var(--text-muted); font-size: 1.25rem; margin-bottom: 4rem;}

/* Container Blindado pro Iframe não rasgar nas bordas no celular */
.som-container { max-width: 800px; margin: 0 auto; background: var(--bg-card); padding: 15px; border-radius: 5px; box-shadow: 0 20px 50px rgba(0,0,0,0.8); border: 1px solid rgba(255,255,255,0.05);}

.social-links { margin-top: 3.5rem; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap;}
.social-btn { border: 1px solid #444; color: #bbb; text-decoration: none; padding: 12px 25px; border-radius: 50px; font-size: 0.9rem; transition: all 0.3s; background: rgba(255,255,255,0.02);}
.social-btn:hover { background: var(--white); color: var(--bg-dark); border-color: var(--white);}

/* Lista de Shows Fictícia Estética */
.agenda-shows { padding: 6rem 2rem 10rem 2rem; background: #060606;}
.accent-text { color: var(--white); border-bottom: 4px solid var(--primary); padding-bottom: 5px;}
.shows-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 15px;}
.show-item { display: flex; justify-content: space-between; align-items: center; background: var(--bg-card); padding: 25px 30px; border-radius: 5px; border-left: 5px solid #333; transition: all 0.3s;}
.show-item:hover { transform: translateX(10px); background: #1a1a1a;}
.show-item.active { border-left-color: var(--primary);}
.show-date { font-size: 2.2rem; color: var(--primary); line-height: 1; width: 100px;}
.show-details { flex-grow: 1; text-align: left; padding-left: 20px;}
.show-details h4 { font-size: 1.5rem; color: var(--white);}
.show-details p { color: var(--text-muted); font-size: 1rem; margin-top: 5px;}

.btn-ticket { padding: 12px 25px; border: none; background: #222; color: #666; border-radius: 3px; font-weight: 700; font-family: 'Oswald'; cursor: not-allowed; font-size: 0.85rem;}
.btn-ticket.available { background: var(--primary); color: var(--bg-dark); cursor: pointer; transition: background 0.3s;}
.btn-ticket.available:hover { background: var(--white);}

.footer-dark { text-align: center; padding: 6rem 2rem; background: black; border-top: 1px solid #111;}
.footer-dark p { color: var(--text-muted); font-size: 1.2rem; margin-bottom: 2rem;}
.btn-huge { display: inline-block; background: transparent; border: 2px solid var(--primary); color: var(--primary); padding: 20px 40px; font-size: 1.8rem; text-decoration: none; transition: 0.3s; margin-bottom: 4rem;}
.btn-huge:hover { background: var(--primary); color: var(--bg-dark); box-shadow: 0 0 30px rgba(217, 119, 6, 0.4);}
.copyright { font-size: 0.8rem !important; color: #444 !important;}

/* Motor de Animações Vercel Base */
.hidden { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.show { opacity: 1; transform: translateY(0); }

.floating-wpp { position: fixed; bottom: 30px; right: 30px; background-color: #25d366; color: white; width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 15px 30px rgba(37, 211, 102, 0.2); z-index: 9999; transition: transform 0.3s; animation: pulse-wpp 2s infinite; }
.floating-wpp:hover { transform: scale(1.1); }
@keyframes pulse-wpp { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); } 70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

/* A quebra da Matrix para o Celular de fãs */
@media (max-width: 768px) {
    .header { padding: 1rem 1.5rem; justify-content: center;}
    .logo { font-size: 2rem; }
    .header nav { display: none; }
    .hero-content h1 { font-size: 4rem; }
    .hero-content p { font-size: 1.05rem; }
    
    .som-container { padding: 0;} /* No celula o iframe encosta na borda */
    .show-item { flex-direction: column; text-align: center; gap: 15px;}
    .show-date { width: auto;}
    .show-details { padding-left: 0; text-align: center; margin-bottom: 10px;}
    .btn-ticket { width: 100%;}
    .btn-huge { padding: 15px 20px; font-size: 1.2rem; width: 100%;}
    .section-title h2 { font-size: 3rem; }
}
