:root{--background: #0f2a12;--foreground: #f5f5f0;--card: #162e18;--card-foreground: #f5f5f0;--primary: #c8f230;--primary-foreground: #0f2a12;--secondary: #1a3d1c;--secondary-foreground: #f5f5f0;--muted: #1a3d1c;--muted-foreground: #8aab8c;--border: rgba(200, 242, 48, .15);--destructive: #ff4757;--radius: .625rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;border-color:var(--border)}html{background-color:var(--background)}body{font-family:Inter,system-ui,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}button{font-family:inherit}a{text-decoration:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #c8f2304d}50%{box-shadow:0 0 40px #c8f23099}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.animate-bounce{animation:bounce 1.5s ease-in-out infinite}.animate-scale-in{animation:scale-in .4s ease-out forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.hero{position:relative;min-height:85svh;display:flex;align-items:center;overflow:hidden}@media(min-width:1024px){.hero{min-height:100vh}}.hero-bg-mobile{position:absolute;inset:0;z-index:0}@media(min-width:1024px){.hero-bg-mobile{display:none}}.hero-bg-mobile>img{width:100%;height:100%;object-fit:cover;object-position:top}.hero-bg-mobile-overlay{position:absolute;inset:0;background:#0f2a12e6}.hero-bg-desktop{display:none}@media(min-width:1024px){.hero-bg-desktop{display:block;position:absolute;inset:0;z-index:0}}.hero-bg-desktop-image{position:absolute;inset:0;background:var(--background)}.hero-bg-desktop-image>img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg-desktop-overlay{position:absolute;inset:0;background:linear-gradient(to right,#0f2a12f2,#0f2a12bf 35%,#0f2a1240 65%,#0f2a120d)}.hero-content{position:relative;z-index:10;width:100%}.hero-mobile{max-width:32rem;margin:0 auto;padding:2rem 1.25rem}@media(min-width:1024px){.hero-mobile{display:none}}.hero-desktop{display:none}@media(min-width:1024px){.hero-desktop{display:block;width:100%;padding:0 2rem}}@media(min-width:1280px){.hero-desktop{padding:0 4rem}}.hero-desktop-inner{max-width:28rem}.logo{height:2rem;width:auto}@media(min-width:1024px){.logo{height:2.5rem}}.badge{display:inline-flex;align-items:center;gap:.375rem;background:#c8f23026;border:1px solid rgba(200,242,48,.3);border-radius:9999px;padding:.25rem .75rem;font-size:.625rem;font-weight:500;color:var(--primary);margin-bottom:.75rem}@media(min-width:1024px){.badge{padding:.375rem .75rem;font-size:.75rem;gap:.5rem;margin-bottom:.75rem}}.badge-dot{width:.375rem;height:.375rem;background:var(--primary);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite;flex-shrink:0}@media(min-width:1024px){.badge-dot{width:.375rem;height:.375rem}}.hero-title{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}@media(min-width:1024px){.hero-title{font-size:1.5rem;margin-bottom:.75rem}}@media(min-width:1280px){.hero-title{font-size:1.875rem}}.hero-title .highlight{color:var(--primary)}.hero-subtitle{color:var(--muted-foreground);font-size:.875rem;line-height:1.6;margin-bottom:1.25rem}@media(min-width:1024px){.hero-subtitle{margin-bottom:1.25rem}}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.chip{display:flex;align-items:center;gap:.375rem;background:#162e18b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:9999px;padding:.25rem .75rem}@media(min-width:1024px){.chip{gap:.375rem;padding:.375rem .75rem}}.chip svg{width:.75rem;height:.75rem;color:var(--primary);stroke:var(--primary);flex-shrink:0}@media(min-width:1024px){.chip svg{width:.875rem;height:.875rem}}.chip span{font-size:.6875rem;font-weight:500}@media(min-width:1024px){.chip span{font-size:.75rem}}.cta-button{width:100%;background:var(--primary);color:var(--primary-foreground);font-weight:700;padding:.875rem 1.5rem;border-radius:.75rem;font-size:.875rem;border:none;cursor:pointer;transition:filter .2s,transform .1s;animation:pulse-glow 2s ease-in-out infinite}@media(min-width:1024px){.cta-button{width:auto;padding:.75rem 1.5rem}}.cta-button:hover{filter:brightness(1.1)}.cta-button:active{transform:scale(.98)}.cta-button.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards,pulse-glow 2s ease-in-out infinite}.address{margin-top:1rem;text-align:center;font-size:.625rem;color:var(--muted-foreground)}@media(min-width:1024px){.address{text-align:left;font-size:.6875rem;margin-top:.75rem;display:flex;align-items:center;gap:.375rem}}.address a{color:var(--primary)}.address a:hover{text-decoration:underline}.scroll-indicator{display:flex;justify-content:center;margin-top:1.5rem}@media(min-width:1024px){.scroll-indicator{display:none}}.scroll-indicator svg{width:1.25rem;height:1.25rem;stroke:var(--muted-foreground);animation:bounce 1.5s ease-in-out infinite}.highlights{padding:2.5rem 1.25rem;background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}@media(min-width:1024px){.highlights{padding:2.5rem 2rem}}@media(min-width:1280px){.highlights{padding:2.5rem 4rem}}.highlights-container{max-width:80rem;margin:0 auto}.highlights-grid{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.highlights-grid{flex-direction:row;align-items:center;gap:2.5rem}}@media(min-width:1280px){.highlights-grid{gap:3.5rem}}.highlights-images{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}@media(min-width:1024px){.highlights-images{width:55%;gap:.75rem;flex-shrink:0}}.highlights-image{aspect-ratio:4/5;border-radius:.75rem;overflow:hidden}.highlights-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.highlights-image:hover img{transform:scale(1.05)}.highlights-content{flex:1}.highlights-title{font-size:1.125rem;font-weight:700;margin-bottom:.375rem;text-align:center}@media(min-width:1024px){.highlights-title{font-size:1.25rem;text-align:left}}@media(min-width:1280px){.highlights-title{font-size:1.5rem}}.highlights-title .highlight{color:var(--primary)}.highlights-subtitle{color:var(--muted-foreground);font-size:.75rem;text-align:center;margin-bottom:1.25rem}@media(min-width:1024px){.highlights-subtitle{font-size:.875rem;text-align:left;margin-bottom:1.5rem}}.highlights-cards{display:flex;flex-direction:column;gap:.625rem}@media(min-width:1024px){.highlights-cards{gap:.75rem}}.highlight-card{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#162e1899;border:1px solid var(--border);border-radius:.75rem;transition:border-color .2s}@media(min-width:1024px){.highlight-card{padding:1rem;gap:1rem}}.highlight-card:hover{border-color:#c8f2304d}.highlight-icon{width:2.25rem;height:2.25rem;border-radius:.5rem;background:#c8f2301a;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:1024px){.highlight-icon{width:2.5rem;height:2.5rem}}.highlight-icon svg{width:1rem;height:1rem;stroke:var(--primary)}@media(min-width:1024px){.highlight-icon svg{width:1.25rem;height:1.25rem}}.highlight-text h3{font-size:.75rem;font-weight:600;margin-bottom:.125rem}@media(min-width:1024px){.highlight-text h3{font-size:.875rem}}.highlight-text p{font-size:.6875rem;color:var(--muted-foreground);line-height:1.5}@media(min-width:1024px){.highlight-text p{font-size:.75rem}}.schedule{padding:2.5rem 1.25rem}@media(min-width:1024px){.schedule{padding:2.5rem 2rem}}@media(min-width:1280px){.schedule{padding:2.5rem 4rem}}.schedule-container{max-width:72rem;margin:0 auto}.schedule-header{text-align:center;margin-bottom:2rem}.schedule-title{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}@media(min-width:1024px){.schedule-title{font-size:1.25rem}}.schedule-title .highlight{color:var(--primary)}.schedule-subtitle{font-size:.75rem;color:var(--muted-foreground)}@media(min-width:1024px){.schedule-subtitle{font-size:.875rem}}.schedule-timeline{position:relative}.schedule-timeline-line{display:none}@media(min-width:1024px){.schedule-timeline-line{display:block;position:absolute;top:1.25rem;left:10%;right:10%;height:1px;background:var(--border)}}.schedule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.schedule-grid{grid-template-columns:repeat(5,1fr);gap:.75rem}}.schedule-item{text-align:center}.schedule-item.last-item{grid-column:span 2;max-width:200px;margin:0 auto}@media(min-width:1024px){.schedule-item.last-item{grid-column:span 1;max-width:none;margin:0}}.schedule-icon{position:relative;z-index:10;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--card);border:2px solid rgba(200,242,48,.3);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.schedule-icon svg{width:1rem;height:1rem;stroke:var(--primary)}.schedule-time{display:inline-block;background:#c8f2301a;color:var(--primary);font-size:.625rem;font-weight:700;padding:.125rem .5rem;border-radius:9999px;margin-bottom:.375rem}.schedule-name{font-size:.6875rem;font-weight:600;margin-bottom:.125rem;line-height:1.3}.schedule-desc{font-size:.5625rem;color:var(--muted-foreground);line-height:1.4;padding:0 .25rem}@media(min-width:1024px){.schedule-desc{font-size:.625rem}}.schedule-cta{text-align:center;margin-top:2rem}.schedule-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:var(--primary-foreground);font-weight:600;padding:.625rem 1.5rem;border-radius:.75rem;font-size:.875rem;border:none;cursor:pointer;transition:filter .2s,transform .1s}.schedule-button:hover{filter:brightness(1.1)}.schedule-button:active{transform:scale(.98)}.schedule-button svg{width:1rem;height:1rem;stroke:var(--primary-foreground)}.form-section{padding:3rem 1.25rem 7rem;background:#fff}@media(min-width:1024px){.form-section{padding:3rem 2rem 7rem}}@media(min-width:1280px){.form-section{padding:3rem 4rem 7rem}}.form-container{max-width:80rem;margin:0 auto}.form-grid{display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.form-grid{flex-direction:row;align-items:stretch;gap:3rem}}@media(min-width:1280px){.form-grid{gap:4rem}}.form-image{display:none}@media(min-width:1024px){.form-image{display:block;width:50%;position:relative;align-self:stretch}}.form-image-inner{position:absolute;inset:0;border-radius:1rem;overflow:hidden}.form-image-inner img{width:100%;height:100%;object-fit:cover}.form-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.form-image-caption{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;color:#fff}.form-image-caption h3{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.form-image-caption p{font-size:.875rem;opacity:.8}.form-wrapper{width:100%}@media(min-width:1024px){.form-wrapper{width:50%}}.form-card{max-width:28rem;margin:0 auto;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.25rem}@media(min-width:1024px){.form-card{max-width:none;margin:0;padding:1.5rem}}.form-header{text-align:center;margin-bottom:1.5rem}@media(min-width:1024px){.form-header{text-align:left}}.form-title{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}@media(min-width:1024px){.form-title{font-size:1.875rem}}.form-subtitle{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.form-fields,.form-row{display:flex;flex-direction:column;gap:1rem}@media(min-width:1024px){.form-row{flex-direction:row}}.form-group{flex:1}.form-label{display:block;font-size:.75rem;font-weight:500;color:var(--muted-foreground);margin-bottom:.375rem}.form-label .required{color:#f87171}.form-input{width:100%;background:var(--secondary);border:1px solid var(--border);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;color:var(--foreground);font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.form-input::placeholder{color:var(--muted-foreground)}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #c8f23033}.dropdown{position:relative}.dropdown-button{width:100%;background:var(--secondary);border:1px solid var(--border);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;font-family:inherit;color:var(--muted-foreground);text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s}.dropdown-button:focus{border-color:var(--primary);box-shadow:0 0 0 2px #c8f23033}.dropdown-button.has-value{color:var(--foreground)}.dropdown-button svg{width:1rem;height:1rem;stroke:var(--muted-foreground);flex-shrink:0;transition:transform .2s}.dropdown-button.open svg{transform:rotate(180deg)}.dropdown-menu{position:absolute;bottom:100%;left:0;right:0;margin-bottom:.5rem;background:var(--card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden;box-shadow:0 10px 40px #0000004d;z-index:50;display:none;animation:scale-in .2s ease-out}.dropdown-menu.open{display:block}.dropdown-option{width:100%;padding:.75rem 1rem;font-size:.875rem;font-family:inherit;text-align:left;display:flex;align-items:center;gap:.75rem;background:transparent;border:none;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s;color:var(--foreground)}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background:var(--secondary)}.dropdown-radio{width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,border-color .15s}.dropdown-option.selected .dropdown-radio{background:var(--primary);border-color:var(--primary)}.dropdown-radio-inner{width:.5rem;height:.5rem;border-radius:50%;background:var(--primary-foreground);display:none}.dropdown-option.selected .dropdown-radio-inner{display:block}.submit-button{width:100%;background:var(--primary);color:var(--primary-foreground);font-weight:700;padding:1rem;border-radius:.75rem;font-size:1rem;font-family:inherit;border:none;cursor:pointer;transition:filter .2s,transform .1s,opacity .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-button:hover{filter:brightness(1.1)}.submit-button:active{transform:scale(.98)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(15,42,18,.3);border-top-color:var(--primary-foreground);border-radius:50%;animation:spin .8s linear infinite}.form-privacy{text-align:center;font-size:.6875rem;color:var(--muted-foreground);opacity:.7}.form-success{display:none}.form-success.show{display:block}.success-card{background:var(--card);border:1px solid rgba(200,242,48,.3);border-radius:1rem;padding:2rem;text-align:center;animation:scale-in .4s ease-out}@media(min-width:1024px){.success-card{text-align:left}}.success-icon{width:4rem;height:4rem;background:#c8f23033;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}@media(min-width:1024px){.success-icon{margin:0 0 1rem}}.success-icon svg{width:2rem;height:2rem;stroke:var(--primary)}.success-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}@media(min-width:1024px){.success-title{font-size:1.5rem}}.success-text{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}@media(min-width:1024px){.success-text{font-size:1rem}}.countdown{position:fixed;bottom:0;left:0;right:0;z-index:50;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 20px #00000014}.countdown-inner{max-width:48rem;margin:0 auto;padding:.625rem 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem}.countdown-label{font-weight:600;color:#111827}.countdown-sep{color:#9ca3af}.countdown-note{color:#6b7280}.countdown-timer{display:flex;align-items:center;gap:.125rem;font-weight:700;color:#111827;font-variant-numeric:tabular-nums}.countdown-colon{color:#9ca3af;margin:0 .0625rem}.countdown-seconds{display:none}@media(min-width:640px){.countdown-seconds{display:inline}}
