*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#160d28;--card:#ffffff12;--pink:#ff006e;--yellow:#ffbe0b;--green:#06d6a0;--purple:#8b5cf6;--blue:#3b82f6;--text:#f1f5f9;--muted:#94a3b8}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}@keyframes confetti-float{0%,to{opacity:.85;transform:translateY(0)rotate(0)}50%{opacity:.6;transform:translateY(-18px)rotate(180deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.fade-in-up{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(24px)}.fade-in-up.visible{opacity:1;transform:translateY(0)}.hero-badge{animation:.6s .1s both fadeUp}.hero-title{animation:.6s .25s both fadeUp}.hero-sub{animation:.6s .4s both fadeUp}.hero-cta{animation:.6s .55s both fadeUp}.card-hover{transition:transform .25s,box-shadow .25s}.card-hover:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000004d}input:focus,textarea:focus,select:focus{outline:none;box-shadow:0 0 0 3px #ff006e26;border-color:var(--pink)!important}@media (width<=640px){.info-grid{grid-template-columns:1fr!important}.hero-section{padding:60px 20px 52px!important}.hero-title{letter-spacing:-1px!important}.hero-badge{padding:6px 14px!important;font-size:11px!important}.hero-cta{text-align:center!important;width:100%!important;max-width:340px!important;margin:0 auto!important;padding:15px 24px!important;display:block!important}.info-section,.form-section{padding:52px 16px!important}.info-section h2{margin-bottom:32px!important}}
