@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--brand-gold-primary: #e9a131;--brand-gold-secondary: #c89b3c;--brand-gold-light: #fac065;--brand-red-primary: #9f3218;--brand-red-secondary: #ab3418;--brand-blue-primary: #4a6380;--brand-blue-secondary: #5c6f91;--brand-dark-primary: #2d3748;--brand-dark-secondary: #1a202c;--brand-neutral-light: #f5f5f5;--brand-neutral-warm: #f2f0eb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#2d3748;line-height:1.6;scroll-behavior:smooth}.navbar{background:var(--brand-dark-secondary);box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.logo{display:flex;align-items:center;text-decoration:none}.logo img{height:40px;width:auto}.nav-links{display:flex;gap:30px;align-items:center}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.hamburger span{width:25px;height:3px;background:#e2e8f0;transition:all .3s;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:fixed;top:70px;left:0;right:0;background:#1a202c;flex-direction:column;gap:0;padding:20px;transform:translate(-100%);transition:transform .3s;box-shadow:0 4px 6px #0000001a}.nav-links.mobile-open{transform:translate(0)}.nav-links a{padding:15px 0;border-bottom:1px solid #2d3748;width:100%}.nav-links a:last-child{border-bottom:none}.cta-button{margin-top:10px;text-align:center}}.nav-links a{color:#e2e8f0;text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--brand-gold-primary)}.cta-button{background:var(--brand-gold-primary);color:var(--brand-dark-secondary)!important;padding:8px 20px;border-radius:6px;font-weight:600;transition:background .3s;display:inline-flex;align-items:center;gap:8px}.cta-button lucide-icon{width:18px!important;height:18px!important;flex-shrink:0;margin-right:8px;display:flex;align-items:center}.cta-button:hover{background:var(--brand-gold-secondary);color:var(--brand-dark-secondary)!important}.footer{background:var(--brand-dark-primary);color:#fff;padding:60px 20px 20px;margin-top:80px}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-section h4{color:var(--brand-gold-primary);margin-bottom:15px;font-size:1.1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:10px}.footer-section a{color:#e2e8f0;text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--brand-gold-primary)}.footer-section p{color:#e2e8f0;margin:5px 0}.footer-bottom{border-top:1px solid #4a5568;padding-top:20px;text-align:center;color:#cbd5e0}.page-container{min-height:100vh}.page-container .hero{background:linear-gradient(135deg,var(--brand-dark-secondary) 0%,var(--brand-dark-primary) 100%);color:#fff;padding:80px 20px 60px;text-align:center}.page-container .hero h1{font-size:2.8rem;font-weight:700;margin:0 0 20px}.page-container .hero .subtitle{font-size:1.2rem;opacity:.95;max-width:900px;margin:0 auto;line-height:1.6}.content-section{padding:60px 20px}.content-section .container{max-width:1200px;margin:0 auto}.content-section.alt{background:var(--brand-neutral-warm)}.content-section h2{font-size:2.2rem;margin-bottom:30px;color:#2d3748}.content-section h3{font-size:1.5rem;margin-bottom:15px;color:#2d3748}.section-intro{text-align:center;font-size:1.2rem;font-weight:600;color:#4a5568;margin-bottom:50px;max-width:800px;margin-left:auto;margin-right:auto}.content-section p{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:20px}.content-section ul.checklist{list-style:none;padding:0;margin:20px 0}.content-section ul.checklist li{padding-left:30px;margin-bottom:12px;position:relative;font-size:1.1rem;line-height:1.7;color:#4a5568}.content-section ul.checklist li:before{content:"\2713";position:absolute;left:0;color:var(--brand-gold-primary);font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.feature{background:var(--brand-neutral-light);padding:25px;border-radius:8px;box-shadow:0 2px 8px #00000014}.content-section.alt .feature{background:var(--brand-neutral-light)}.event-types{display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));gap:25px;margin-top:30px}.event-type{background:var(--brand-neutral-light);padding:25px;border-radius:8px;box-shadow:0 2px 8px #00000014;text-align:center}.event-icon{font-size:2.5rem;margin-bottom:15px}.theatre-callout{margin-top:30px;background:#fac06526;border:2px solid var(--brand-gold-primary);padding:30px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:20px;box-shadow:0 2px 8px #e9a13133}.theatre-callout-icon{font-size:3rem;flex-shrink:0}.theatre-callout-content{color:#2d3748;text-align:center}.theatre-callout-content strong{display:block;font-size:1.3rem;margin-bottom:8px;color:#1a202c}.theatre-callout-content p{margin:0;font-size:1.05rem;color:#4a5568}.theatre-callout-content a{color:#1a202c;text-decoration:none;font-weight:600;transition:color .3s}.theatre-callout-content a:hover{color:var(--brand-gold-primary)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px;align-items:start}.step{text-align:center;display:flex;flex-direction:column;height:100%}.step-number{width:60px;height:60px;background:var(--brand-gold-primary);color:#1a202c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 20px}.city-section{margin-bottom:40px}.city-section h3{color:#1a202c;margin-bottom:15px}.cta-section{padding:80px 20px;background:var(--brand-neutral-warm);text-align:center}.cta-section .container{max-width:1200px;margin:0 auto}.cta-section h2{font-size:2.5rem;margin-bottom:20px;color:#2d3748}.cta-section p{font-size:1.1rem;color:#4a5568;margin-bottom:15px}.cta-section .contact-info{margin-top:20px;font-size:1rem}.cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin:15px 0 30px}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--brand-gold-primary);color:var(--brand-dark-secondary)!important;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:background .3s}.btn-primary lucide-icon{width:18px!important;height:18px!important;flex-shrink:0;margin-right:8px;display:flex;align-items:center}.btn-primary:hover{background:var(--brand-gold-secondary);color:var(--brand-dark-secondary)!important}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--brand-dark-secondary);padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;border:2px solid var(--brand-dark-secondary);transition:all .3s}.btn-secondary lucide-icon{width:18px!important;height:18px!important;flex-shrink:0;margin-right:8px;display:flex;align-items:center}.btn-secondary:hover{background:var(--brand-dark-secondary);color:#fff}.hero .btn-secondary,.ready-to-start .btn-secondary{color:#fff;border-color:#fff}.hero .btn-secondary:hover,.ready-to-start .btn-secondary:hover{background:#fff;color:var(--brand-dark-secondary)}.faq-item{background:var(--brand-neutral-light);padding:25px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 8px #00000014}.faq-item h3{color:#1a202c;margin-bottom:15px}@media (max-width: 768px){.page-container .hero h1{font-size:2rem}.features-grid,.event-types,.process-steps{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}@media (max-width: 768px){.nav-links{gap:15px}.nav-links a{font-size:.9rem}}
