@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700;800;900&family=Bebas+Neue&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-turquoise: #40E0D0;--color-turquoise-light: #5CE6D6;--color-orange: #FFA500;--color-pink: #FF69B4;--color-yellow: #FFD700;--color-green: #98FB98;--color-red: #FF6B6B;--color-bg: #2DD4BF}html{scroll-behavior:smooth}body{font-family:Outfit,system-ui,-apple-system,sans-serif;background:linear-gradient(180deg,#40e0d0,#3dd6c6);color:#fff;line-height:1.6;overflow-x:hidden}#root{width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:linear-gradient(var(--color-orange),var(--color-pink));border-radius:4px}::selection{background:var(--color-orange);color:#fff}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 2rem;transition:all .4s ease}.header.scrolled{padding:.75rem 2rem;background:#40e0d0f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{cursor:pointer;transition:transform .3s;display:flex;align-items:center}.logo:hover{transform:scale(1.05)}.logo-img{height:26px;width:auto;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.2));display:block}.nav{display:flex;align-items:center;gap:.5rem}.nav button,.nav a{background:#ffffff26;border:none;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;padding:.75rem 1.25rem;border-radius:50px;transition:all .3s;text-shadow:1px 1px 2px rgba(0,0,0,.1);text-decoration:none}.nav button:hover,.nav a:hover{background:#ffffff40}.nav a.nav-pass-culture{background:linear-gradient(135deg,#a1107a,#87126a);color:#fff;font-weight:700;padding:.75rem 1.25rem;box-shadow:0 4px 15px #a1107a4d}.nav a.nav-pass-culture:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a1107a66}.nav button.nav-cta,.nav a.nav-cta{background:linear-gradient(135deg,orange,#ff8c00);color:#fff;font-weight:700;padding:.75rem 1.75rem;box-shadow:0 4px 15px #ff8c004d}.nav button.nav-cta:hover,.nav a.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff8c0066}.menu-toggle{display:none;flex-direction:column;gap:6px;background:#fff3;border:none;cursor:pointer;padding:10px;border-radius:10px;z-index:100}.menu-toggle span{width:24px;height:2px;background:#fff;transition:all .3s;border-radius:2px}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(3px,3px)}.menu-toggle.open span:nth-child(2){transform:rotate(-45deg) translate(3px,-3px)}@media(max-width:768px){.header{padding:1rem 1.5rem}.menu-toggle{display:flex}.nav{position:fixed;inset:0;background:linear-gradient(180deg,#40e0d0,#38cdb8);flex-direction:column;justify-content:center;gap:1rem;opacity:0;pointer-events:none;transition:all .4s}.nav.open{opacity:1;pointer-events:all}.nav button{font-size:1.3rem;padding:1rem 2rem;background:#fff3}.nav button.nav-cta{margin-top:1rem;font-size:1.3rem;padding:1rem 2.5rem}}.hero{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:100px 2rem 4rem;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.bg-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.1) 100%)}.bg-fade-bottom{position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,transparent 0%,#40E0D0 100%);pointer-events:none}.bubbles{position:absolute;inset:0;pointer-events:none;z-index:1}.bubble{position:absolute;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fffc,#ffffff1a);border:1px solid rgba(255,255,255,.3);animation:bubble-float 8s ease-in-out infinite}.b1{width:20px;height:20px;top:30%;left:20%;animation-delay:0s}.b2{width:15px;height:15px;top:50%;left:15%;animation-delay:1s}.b3{width:25px;height:25px;top:40%;right:20%;animation-delay:2s}.b4{width:12px;height:12px;top:60%;right:25%;animation-delay:3s}.b5{width:18px;height:18px;bottom:30%;left:30%;animation-delay:1.5s}.b6{width:22px;height:22px;bottom:40%;right:30%;animation-delay:2.5s}@keyframes bubble-float{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-30px) scale(1.1);opacity:1}}.hero-container{max-width:1000px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem;position:relative;z-index:10;text-align:center}.dates-badge{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:center;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.25)}.date-num{font-family:Space Grotesk,sans-serif;font-size:1.8rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.date-text{font-size:1rem;font-weight:700;color:#ff6b6b;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.date-text.mars{color:#ff6b6b}.date-sep{font-size:.9rem;color:#fff;font-style:italic;opacity:.9}.hero-title{line-height:1}.hero-logo{max-width:95%;width:clamp(400px,85vw,900px);height:auto;filter:drop-shadow(4px 4px 8px rgba(0,0,0,.3));pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(-.5deg)}50%{transform:translateY(-12px) rotate(.5deg)}}.tagline{font-size:1.4rem;color:#fff;font-style:italic;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:#ffffff1a;padding:.5rem 2rem;border-radius:30px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-stats{display:flex;align-items:center;gap:1.5rem;margin:1rem 0;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:20px;border:1px solid rgba(255,255,255,.25)}.stat{display:flex;flex-direction:column;align-items:center}.stat-num{font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1}.stat-label{font-size:.8rem;color:#ffffffe6;text-transform:uppercase;letter-spacing:2px}.stat-divider{width:1px;height:40px;background:#ffffff4d}.hero-cta{display:flex;align-items:center;gap:1.5rem;margin-top:.5rem}.cta-countdown{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.25rem 2rem;border-radius:20px;border:1px solid rgba(255,255,255,.25)}.cta-countdown-label{font-size:.9rem;color:#ffffffe6;text-transform:uppercase;letter-spacing:2px}.cta-countdown-date{font-size:1.1rem;color:#fff;font-weight:700;margin-bottom:.5rem}.cta-countdown-timer{display:flex;align-items:center;gap:.5rem}.cta-time-box{display:flex;flex-direction:column;align-items:center;background:#fff3;border-radius:12px;padding:.75rem 1rem;min-width:70px;border:1px solid rgba(255,255,255,.3)}.cta-time-value{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1}.cta-time-label{font-size:.7rem;color:#fffc;text-transform:uppercase;letter-spacing:1px;margin-top:.25rem}.cta-sep{font-size:1.8rem;color:gold;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.btn-tickets{display:inline-block;background:linear-gradient(135deg,orange,#ff8c00);color:#fff;border:none;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;box-shadow:0 8px 30px #ff8c0080;transition:all .3s ease;text-decoration:none}.btn-tickets:hover{transform:translateY(-4px);box-shadow:0 12px 40px #ff8c0099}@media(max-width:768px){.hero{padding:90px 1.5rem 3rem}.hero-stats{gap:1rem;padding:.75rem 1.5rem}.stat-num{font-size:2rem}.date-num{font-size:1.5rem}.dates-badge{padding:.5rem 1rem}.hero-cta{flex-direction:column;gap:1rem}}.footer{background:linear-gradient(180deg,#2dbba5,#1f8a7a);padding:5rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer-brand{max-width:300px}.footer-logo-img{height:28px;width:auto;margin-bottom:1rem}.footer-tagline{color:#ffffffe6;font-size:1rem;margin-bottom:.25rem}.footer-event{color:gold;font-weight:600;font-size:1rem}.footer-links{display:flex;gap:4rem;flex-wrap:wrap}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:2px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#fffc;text-decoration:none;transition:all .3s}.footer-section ul li a:hover{color:gold}.social-links{display:flex;flex-direction:column;gap:1rem}.social-links a{display:flex;align-items:center;gap:.75rem;color:#fffc;text-decoration:none;transition:all .3s;background:#ffffff1a;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.15)}.social-links a:hover{color:gold;background:#fff3;transform:translate(5px)}.social-links svg{width:22px;height:22px}.social-links span{font-size:.95rem;font-weight:500}.footer-bottom{text-align:center}.footer-bottom p{color:#ffffffb3;font-size:.9rem;margin-bottom:.5rem}.age-warning{color:gold!important;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:.85rem!important}.powered-by{color:#ffffff80!important;font-size:.8rem!important;margin-top:1rem}.powered-by a{color:#ffffffb3;text-decoration:none;transition:color .3s}.powered-by a:hover{color:gold}@media(max-width:768px){.footer{padding:4rem 1.5rem 1.5rem}.footer-main{flex-direction:column;text-align:center;gap:2rem}.footer-brand{max-width:100%}.footer-links{justify-content:center;gap:2rem;flex-direction:column;align-items:center}.footer-section{text-align:center}.social-links{align-items:center}.social-links a:hover{transform:translateY(-3px)}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:1rem;background:#1a5f4afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -4px 20px #0003}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.cookie-text{flex:1}.cookie-text p{color:#ffffffe6;font-size:.95rem;line-height:1.5;margin:0}.cookie-text a{color:gold;text-decoration:underline}.cookie-text a:hover{color:orange}.cookie-buttons{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s;border:none}.cookie-btn.refuse{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.cookie-btn.refuse:hover{background:#ffffff40}.cookie-btn.accept{background:linear-gradient(135deg,orange,#ff8c00);color:#fff;box-shadow:0 4px 15px #ff8c004d}.cookie-btn.accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff8c0066}@media(max-width:768px){.cookie-content{flex-direction:column;text-align:center}.cookie-text{flex-direction:column}.cookie-buttons{width:100%;justify-content:center}}.billetterie-page{min-height:100vh;position:relative;display:flex;flex-direction:column}.page-bg{position:fixed;inset:0;z-index:0}.page-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.page-bg-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#40e0d0d9,#2dbba5f2)}.page-header{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem}.back-link{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;text-decoration:none;padding:.75rem 1.25rem;background:#ffffff26;border-radius:50px;transition:all .3s}.back-link:hover{background:#ffffff40;transform:translate(-5px)}.back-link svg{width:20px;height:20px}.page-logo{display:flex;align-items:center}.logo-img{height:22px;width:auto}.page-content{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.page-title-section{text-align:center;margin-bottom:2rem}.page-title{font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,10vw,5rem);color:#fff;letter-spacing:4px;text-shadow:3px 3px 0px rgba(0,0,0,.2)}.page-subtitle{font-size:1.2rem;color:#ffffffe6;margin-top:.5rem}.countdown-section{width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.countdown-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:2.5rem;border:1px solid rgba(255,255,255,.25);text-align:center;width:100%;max-width:600px}.countdown-header{margin-bottom:2rem}.countdown-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,orange,#ff8c00);border-radius:50%;margin-bottom:1rem}.countdown-icon svg{width:30px;height:30px;color:#fff}.countdown-header h2{font-size:1.5rem;color:#fff;margin-bottom:.5rem}.countdown-date{font-size:1.1rem;color:#fff;font-weight:600}.countdown-timer{display:flex;justify-content:center;align-items:center;gap:.4rem;flex-wrap:nowrap}.countdown-item{display:flex;flex-direction:column;align-items:center;background:#ffffff26;border-radius:10px;padding:.5rem .75rem;min-width:55px;border:1px solid rgba(255,255,255,.2)}.countdown-num{font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:700;color:#fff;line-height:1;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.countdown-label{font-size:.6rem;color:#fffc;text-transform:uppercase;letter-spacing:1px;margin-top:.25rem}.countdown-sep{font-size:1.4rem;font-weight:700;color:gold}.flyer-section{max-width:400px}.flyer-image{width:100%;border-radius:16px;box-shadow:0 20px 60px #0000004d}.pass-section{width:100%;max-width:800px;text-align:center}.pass-section h3{font-size:1.5rem;color:#fff;margin-bottom:1.5rem}.pass-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.pass-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.25);display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:all .3s}.pass-card:hover{transform:translateY(-5px);background:#fff3}.pass-icon{width:50px;height:50px;background:linear-gradient(135deg,#ff6b6b,#ff69b4);border-radius:50%;display:flex;align-items:center;justify-content:center}.pass-icon svg{width:24px;height:24px;color:#fff}.pass-name{font-weight:700;font-size:1.1rem;color:#fff}.pass-desc{font-size:.9rem;color:#fffc;text-align:center}.pass-note{margin-top:1rem;color:gold;font-weight:600;font-size:.95rem}.pass-culture-link{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 8px 30px #8b5cf666}.pass-culture-link:hover{transform:translateY(-3px);box-shadow:0 12px 40px #8b5cf680}.pass-culture-link svg{width:24px;height:24px}.widget-section{width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.widget-open-badge{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;box-shadow:0 8px 30px #10b98166}.badge-icon{display:flex;align-items:center;justify-content:center}.badge-icon svg{width:24px;height:24px}.widget-container{width:100%;max-width:800px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0003}.page-footer{position:relative;z-index:10;text-align:center;padding:2rem;color:#ffffffb3;font-size:.85rem}.page-footer p{margin-bottom:.5rem}@media(max-width:768px){.page-header{padding:1rem 1.5rem}.page-content,.countdown-card{padding:1.5rem}.countdown-num{font-size:1.3rem}.countdown-item{min-width:45px;padding:.4rem .5rem}.countdown-sep{font-size:1.1rem}.countdown-timer{gap:.25rem}.pass-grid{grid-template-columns:1fr}}.pass-culture-page{min-height:100vh;position:relative;display:flex;flex-direction:column}.pass-culture-overlay{background:linear-gradient(180deg,#40e0d0d9,#2dbba5f2)!important}.pass-culture-page .logo-img{height:22px;width:auto}.pass-culture-logo-container{margin-bottom:1.5rem}.pass-culture-logo{max-width:200px;height:auto;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.2))}.pass-culture-page .page-title-section{margin-bottom:2.5rem}.pass-culture-page .page-title{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,8vw,4rem);color:#fff;letter-spacing:3px;text-shadow:3px 3px 0px rgba(0,0,0,.2)}.pass-culture-page .page-subtitle{font-size:1.15rem;color:#ffffffe6;margin-top:.75rem;max-width:500px}.info-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:2.5rem;border:1px solid rgba(255,255,255,.25);width:100%;max-width:600px;margin-bottom:2rem}.info-icon{width:60px;height:60px;background:linear-gradient(135deg,orange,#ff8c00);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.info-icon svg{width:30px;height:30px;color:#fff}.info-card h2{text-align:center;font-size:1.5rem;color:#fff;margin-bottom:2rem}.steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;align-items:flex-start;gap:1rem}.step-num{flex-shrink:0;width:36px;height:36px;background:linear-gradient(135deg,gold,orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#1a1a2e}.step-content h3{font-size:1.1rem;color:#fff;margin-bottom:.25rem}.step-content p{font-size:.95rem;color:#fffc;line-height:1.5}.eligibility-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:2rem;border:1px solid rgba(255,255,255,.25);width:100%;max-width:600px;margin-bottom:2rem;text-align:center}.eligibility-card h2{font-size:1.3rem;color:#fff;margin-bottom:1.5rem}.eligibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.eligibility-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.eligibility-icon{width:50px;height:50px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.eligibility-icon svg{width:24px;height:24px;color:gold}.eligibility-item span{font-size:.9rem;color:#ffffffe6;font-weight:500}.cta-section{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .3s}.cta-button svg{width:20px;height:20px}.cta-button.primary{background:linear-gradient(135deg,orange,#ff8c00);color:#fff;box-shadow:0 8px 30px #ff8c0066}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #ff8c0080}.cta-button.secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.cta-button.secondary:hover{background:#ffffff4d}.note-card{display:flex;align-items:flex-start;gap:1rem;background:#ffd70026;border:1px solid rgba(255,215,0,.3);border-radius:16px;padding:1.25rem;max-width:500px}.note-card svg{flex-shrink:0;width:24px;height:24px;color:gold}.note-card p{font-size:.9rem;color:#ffffffe6;line-height:1.5}.note-card strong{color:gold}@media(max-width:768px){.info-card,.eligibility-card{padding:1.5rem}.eligibility-grid{grid-template-columns:1fr;gap:1.5rem}.eligibility-item{flex-direction:row;justify-content:center}.cta-section{flex-direction:column;width:100%}.cta-button{width:100%;justify-content:center}}.legal-page{min-height:100vh;background:linear-gradient(180deg,#40e0d0,#2dbba5);display:flex;flex-direction:column}.legal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem}.legal-header .back-link{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;text-decoration:none;padding:.75rem 1.25rem;background:#ffffff26;border-radius:50px;transition:all .3s}.legal-header .back-link:hover{background:#ffffff40;transform:translate(-5px)}.legal-header .back-link svg{width:20px;height:20px}.legal-logo img{height:35px;width:auto}.legal-content{flex:1;max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:24px 24px 0 0;color:#333}.legal-content h1{font-family:Space Grotesk,sans-serif;font-size:2.5rem;color:#1a5f4a;margin-bottom:.5rem}.legal-update{color:#666;font-size:.9rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.legal-content section{margin-bottom:2rem}.legal-content h2{font-size:1.3rem;color:#1a5f4a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #40E0D0}.legal-content p{margin-bottom:1rem;line-height:1.7}.legal-content ul{margin-left:1.5rem;margin-bottom:1rem}.legal-content ul li{margin-bottom:.5rem;line-height:1.6}.legal-content a{color:#40e0d0;text-decoration:underline}.legal-content a:hover{color:#2dbba5}.legal-footer{background:#1a5f4a;padding:2rem;text-align:center}.legal-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.legal-links a{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .3s}.legal-links a:hover{color:gold}.legal-footer p{color:#fff9;font-size:.85rem}@media(max-width:768px){.legal-header{padding:1rem 1.5rem}.legal-content{padding:1.5rem;border-radius:16px 16px 0 0}.legal-content h1{font-size:1.8rem}.legal-links{flex-direction:column;gap:1rem}}.not-found-page{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center}.not-found-page .page-bg{position:fixed;inset:0;z-index:0}.not-found-page .page-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.not-found-page .page-bg-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#40e0d0e6,#2dbba5f2)}.not-found-content{position:relative;z-index:10;text-align:center;padding:2rem;max-width:500px}.not-found-icon{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.25)}.not-found-icon svg{width:50px;height:50px;color:#fff}.not-found-title{font-family:Bebas Neue,sans-serif;font-size:clamp(6rem,20vw,10rem);color:#fff;letter-spacing:8px;text-shadow:4px 4px 0px rgba(0,0,0,.2);line-height:1;margin-bottom:.5rem}.not-found-subtitle{font-size:1.5rem;color:#fff;font-weight:700;margin-bottom:1rem}.not-found-text{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.not-found-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem}.btn-home{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,orange,#ff8c00);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 8px 30px #ff8c0066}.btn-home:hover{transform:translateY(-3px);box-shadow:0 12px 40px #ff8c0080}.btn-home svg{width:20px;height:20px}.btn-tickets-404{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s;border:1px solid rgba(255,255,255,.25)}.btn-tickets-404:hover{background:#ffffff40;transform:translateY(-2px)}.not-found-logo{opacity:.7}.not-found-logo img{height:24px;width:auto}@media(max-width:768px){.not-found-content{padding:1.5rem}.not-found-icon{width:80px;height:80px}.not-found-icon svg{width:40px;height:40px}}
