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