@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";:root{font-family:DM Sans,sans-serif}html[data-theme=dark]{--bg: #0a0f0d;--text: #ffffff;--text-muted: #a0aec0;--card-bg: #141c18;--green: #00d46a;--border: rgba(0, 212, 106, .15)}html[data-theme=light]{--bg: #f4f9f6;--text: #000000;--text-muted: #4a5568;--card-bg: #ffffff;--green: #00a854;--border: rgba(0, 168, 84, .2)}*{box-sizing:border-box;margin:0;padding:0;transition:background-color .3s ease,color .3s ease}body{background-color:var(--bg);color:var(--text);overflow-x:hidden}.navbar{width:100%;padding:1.2rem 2rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg);z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:10px}.circular-logo{width:42px;height:42px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;overflow:hidden}.logo-fallback{color:#fff;font-weight:700}.brand-name{font-size:1.4rem;font-weight:700;letter-spacing:-.5px}.theme-toggle{background:var(--card-bg);color:var(--text);border:1px solid var(--border);padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-weight:500}.hero{min-height:calc(100vh - 80px);display:flex;align-items:center;max-width:1200px;margin:0 auto;padding:2rem;overflow:visible}.hero-split{display:flex;width:100%;gap:4rem;align-items:center;justify-content:space-between;overflow:visible}.hero-left,.hero-right{flex:1 1 50%;width:50%}.hero-left{display:flex;flex-direction:column;gap:1.5rem}.early-bird-tag{align-self:flex-start;background:#00d46a1a;color:var(--green);padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:700;border:1px solid var(--border)}.hero-title{font-size:3.5rem;line-height:1.1;font-weight:700;letter-spacing:-1px}.text-gradient{color:var(--green)}.hero-subtitle{font-size:1.1rem;color:var(--text-muted);line-height:1.6}.live-counter-card{background:var(--card-bg);border:1px solid var(--border);padding:1.5rem;border-radius:12px}.counter-header{display:flex;justify-content:space-between;font-weight:500;margin-bottom:.75rem}.spots-highlight{color:var(--green);font-weight:700}.progress-bar-bg{background:#0000001a;height:8px;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.progress-bar-fill{background:var(--green);height:100%;transition:width 1s cubic-bezier(.4,0,.2,1)}.counter-footer{font-size:.85rem;color:var(--text-muted)}.hero-right{display:flex;justify-content:flex-end;z-index:20}.form-card{width:100%;max-width:500px;background:var(--card-bg);border:1px solid var(--border);border-radius:16px;overflow:visible;box-shadow:0 20px 40px #0000001a}.visme-wrapper{width:100%;min-height:680px;overflow:visible}.features-section{max-width:1200px;margin:4rem auto;padding:0 2rem}.section-title{text-align:center;margin-bottom:3rem;font-size:2rem}.features-grid{display:flex;gap:2rem}.feature-card{flex:1;background:var(--card-bg);border:1px solid var(--border);padding:2rem;border-radius:12px}.feature-card h3{margin-bottom:.75rem;color:var(--green)}.footer-disclaimer{border-top:1px solid var(--border);padding:3rem 2rem;background:#00000005}.disclaimer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:.6rem;font-size:.8rem;color:var(--text-muted);line-height:1.5}.copyright{margin-top:1.5rem;text-align:center;font-size:.85rem}@media (max-width: 968px){.hero-split{flex-direction:column;gap:2rem}.hero-left,.hero-right{width:100%}.features-grid{flex-direction:column}}
