*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color: #8c120c;--primary-hover: #a3150e;--text-light: #ffffff;--text-dark: #333333;--text-muted: #666666;--bg-light: #f8f8f8;--bg-dark: #1a1a1a}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--bg-light)}.navbar{position:fixed;top:0;left:0;right:0;background:#000000e6;padding:1rem 0;z-index:1000}.navbar .container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.logo img{width:50px;height:50px;object-fit:contain}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:var(--text-light);text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--primary-color)}.hero{background:linear-gradient(#0009,#0009),url(/assets/baner-top-D-Xzk3qk.jpg);background-size:cover;background-position:center;min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-light);padding:120px 2rem 80px}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;max-width:700px;margin:0 auto 2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center}.btn{display:inline-block;padding:.75rem 1.5rem;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s;border:none;cursor:pointer}.btn-primary{background:var(--primary-color);color:var(--text-light)}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:#333;color:var(--text-light)}.btn-secondary:hover{background:#444}.btn-lg{padding:1rem 2rem;font-size:1.1rem}section{padding:4rem 2rem}.container{max-width:1200px;margin:0 auto}h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:var(--text-dark)}.upcoming{background:var(--bg-light)}.performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.performance-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000001a}.performance-card img{width:100%;height:auto;border-radius:4px}.performance-info h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.performance-info p{margin-bottom:1rem;color:var(--text-muted)}.performance-dates{margin-bottom:1rem}.performance-dates p{font-weight:600;margin-bottom:.5rem}.venue{margin-top:1rem}.past-performances{padding:0}.hero-image{position:relative;min-height:60vh}.hero-image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.hero-overlay{position:relative;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;color:var(--text-light)}.hero-overlay h2{color:var(--text-light);font-size:3rem;margin-bottom:1.5rem}.social{background:var(--bg-light)}.social-links{display:flex;justify-content:center;gap:2rem;font-size:2.5rem}.social-links a{color:var(--primary-color);transition:transform .3s}.social-links a:hover{transform:scale(1.2)}.newsletter{background:var(--primary-color);color:var(--text-light)}.newsletter h2{color:var(--text-light)}.newsletter-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.newsletter-text p{font-size:1.1rem;opacity:.9}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-group label{font-weight:500;font-size:.9rem}.form-group input{padding:.75rem;border:none;border-radius:4px;font-size:1rem}.newsletter-form .btn{margin-top:.5rem;background:#fff;color:var(--primary-color)}.newsletter-form .btn:hover{background:#f0f0f0}.testimonials{background:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.testimonial{background:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 2px 8px #0000001a}.testimonial img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.testimonial h5{font-size:1.1rem;margin-bottom:.25rem}.testimonial .position{color:var(--primary-color);font-size:.9rem;margin-bottom:1rem}.testimonial .quote{font-style:italic;color:var(--text-muted)}footer{background:var(--bg-dark);color:var(--text-light);text-align:center;padding:2rem;font-size:.9rem}@media(max-width:768px){.navbar .container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.hero h1{font-size:1.8rem}.performance-grid,.performance-card,.newsletter-content{grid-template-columns:1fr}.hero-overlay h2{font-size:2rem}}
