*{margin:0;padding:0;box-sizing:border-box}:root{--gold: #D4AF37;--red: #C41E3A;--black: #0A0A0A;--white: #FFFFFF;--gray: #333333;--light-gray: #F5F5F5}html{scroll-behavior:smooth}body{font-family:Inter,Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--gray);background:var(--black)}nav{background:#0a0a0af2;padding:1rem 2rem;position:fixed;width:100%;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--gold)}nav .container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--gold);text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--white);text-decoration:none;transition:color .3s;font-weight:500}.nav-links a:hover{color:var(--gold)}.lang-switch{display:flex;gap:.5rem}.lang-switch button{background:transparent;border:1px solid var(--gold);color:var(--gold);padding:.3rem .8rem;cursor:pointer;transition:all .3s}.lang-switch button:hover,.lang-switch button.active{background:var(--gold);color:var(--black)}.mobile-menu{display:none;background:transparent;border:none;color:var(--gold);font-size:1.5rem;cursor:pointer}.hero{height:100vh;background:linear-gradient(#0009,#0009),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23C41E3A" width="1200" height="800"/><circle fill="%23D4AF37" opacity="0.3" cx="600" cy="400" r="300"/></svg>');background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);margin-top:70px}.hero-content h1{font-family:Righteous,cursive;font-size:3.5rem;margin-bottom:1rem;color:#d4af37;text-shadow:2px 2px 4px rgba(0,0,0,.8);letter-spacing:.02em;text-transform:uppercase}.hero-content p{font-size:1.5rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;font-weight:700}.btn-primary{background:var(--gold);color:var(--black)}.btn-primary:hover{background:var(--white);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--black)}section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-dark{background:var(--black);color:var(--white)}.section-light{background:var(--light-gray);color:var(--gray)}h2{font-family:Righteous,cursive;font-size:2.5rem;margin-bottom:2rem;color:#d4af37;text-align:center;letter-spacing:.02em;text-transform:uppercase}h3,h4,h5,h6{font-family:Righteous,cursive;color:#d4af37}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.event-card{background:var(--white);padding:1.5rem;border-radius:8px;border-left:4px solid var(--gold);box-shadow:0 4px 6px #0000001a;transition:transform .3s}.event-card:hover{transform:translateY(-5px)}.event-date{color:var(--red);font-weight:700;font-size:1.2rem;margin-bottom:.5rem}.event-title{font-size:1.3rem;margin-bottom:.5rem;color:var(--gray)}.event-location{color:#666;margin-bottom:1rem}.music-player{background:var(--gray);padding:2rem;border-radius:8px;margin-top:2rem}.track-list{display:grid;gap:1rem}.track{background:var(--white);padding:1rem;border-radius:4px;display:flex;justify-content:space-between;align-items:center;color:var(--gray)}.play-btn{background:var(--gold);border:none;color:var(--black);padding:.5rem 1rem;cursor:pointer;border-radius:4px;font-weight:700}.play-btn:hover{background:var(--white)}.band-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.member-card{text-align:center}.member-photo{width:200px;height:200px;border-radius:50%;background:var(--gold);margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--black)}.member-name{font-size:1.3rem;color:var(--gold);margin-bottom:.5rem}.member-instrument{color:#999}.booking-form{max-width:600px;margin:2rem auto;background:var(--white);padding:2rem;border-radius:8px}.form-group{margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;color:var(--gray);font-weight:700}input,select,textarea{width:100%;padding:.8rem;border:2px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s;font-family:inherit}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold)}textarea{max-height:120px;resize:vertical}.testimonials{display:grid;gap:2rem;margin-top:2rem}.testimonial{background:var(--white);padding:2rem;border-radius:8px;border-left:4px solid var(--red);position:relative}.testimonial-text{font-style:italic;margin-bottom:1rem;font-size:1.1rem;color:var(--gray)}.testimonial-author{font-weight:700;color:var(--red)}.testimonial-company{color:#666}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:2rem}.gallery-item{height:250px;background:linear-gradient(135deg,var(--gold),var(--red));border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:3rem;cursor:pointer;transition:transform .3s}.gallery-item:hover{transform:scale(1.05)}footer{background:var(--black);color:var(--white);padding:3rem 2rem 1rem;border-top:2px solid var(--gold)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--gold);margin-bottom:1rem}.footer-section a{color:var(--white);text-decoration:none;display:block;margin-bottom:.5rem}.footer-section a:hover{color:var(--gold)}.social-links{display:flex;gap:1rem}.social-icon{width:40px;height:40px;background:var(--gold);color:var(--black);display:flex;align-items:center;justify-content:center;border-radius:50%;text-decoration:none;font-weight:700;transition:transform .3s}.social-icon:hover{transform:scale(1.1)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#999}.newsletter-form{display:flex;gap:.5rem;margin-top:1rem}.newsletter-form input{flex:1}.newsletter-form button{padding:.8rem 1.5rem}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:var(--gray);border-radius:8px;margin-top:2rem}.video-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--red),var(--gold));color:var(--white);font-size:4rem;cursor:pointer}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:700;color:var(--gold)}.stat-label{font-size:1.1rem;color:#999}@media (max-width: 768px){.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--black);flex-direction:column;padding:1rem;gap:1rem}.nav-links.active{display:flex}.mobile-menu{display:block}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.cta-buttons{flex-direction:column}h2{font-size:1.8rem}section{padding:3rem 1rem}}
