@property --btn-angle{syntax:"<angle>";inherits:false;initial-value:135deg}@property --border-a{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes btnSpin{to{--btn-angle:495deg}}@keyframes borderSpin{to{--border-a:360deg}}@keyframes floatOrb{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-40px) scale(1.08)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes drawCircle{0%{stroke-dashoffset:277}to{stroke-dashoffset:0}}@keyframes drawCheck{0%{stroke-dashoffset:80}to{stroke-dashoffset:0}}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 8px rgba(99,102,241,.6666666667)) drop-shadow(0 0 20px rgba(139,92,246,.3333333333))}50%{filter:drop-shadow(0 0 18px #6366f1) drop-shadow(0 0 40px rgba(167,139,250,.6666666667))}}@keyframes cardIn{0%{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}[data-astro-cid-pxt24rmx],[data-astro-cid-pxt24rmx]:before,[data-astro-cid-pxt24rmx]:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#050a19;--accent-blue:#3b82f6;--accent-purple:#8b5cf6;--accent-pink:#ec4899;--neon-blue:#60a5fa;--font:"M PLUS Rounded 1c", sans-serif}html,body{width:100%;min-height:100vh;background:var(--bg);font-family:var(--font);overflow-x:hidden;color:#e2e8f0;cursor:none}#confetti-canvas[data-astro-cid-pxt24rmx]{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:5}.cursor-glow[data-astro-cid-pxt24rmx]{position:fixed;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.18)0,transparent 70%);pointer-events:none;transform:translate(-50%,-50%);z-index:4;transition:opacity .3s;will-change:transform}.orb[data-astro-cid-pxt24rmx]{position:fixed;border-radius:50%;pointer-events:none;z-index:0;opacity:.55;filter:blur(60px);animation:floatOrb linear infinite}.orb-1[data-astro-cid-pxt24rmx]{width:420px;height:420px;background:radial-gradient(circle,#3b82f633,#6366f111);top:-100px;left:-80px;animation-duration:9s}.orb-2[data-astro-cid-pxt24rmx]{width:340px;height:340px;background:radial-gradient(circle,#8b5cf633,#ec489911);bottom:-60px;right:-60px;animation-duration:11s;animation-delay:-3s}.orb-3[data-astro-cid-pxt24rmx]{width:260px;height:260px;background:radial-gradient(circle,#06b6d422,#3b82f611);top:40%;left:70%;animation-duration:13s;animation-delay:-6s}.orb-4[data-astro-cid-pxt24rmx]{width:200px;height:200px;background:radial-gradient(circle,#f59e0b22,#ec489911);top:20%;left:10%;animation-duration:8s;animation-delay:-2s}.page-center[data-astro-cid-pxt24rmx]{position:relative;z-index:10;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem}.card[data-astro-cid-pxt24rmx]{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);border-radius:24px;padding:3rem 2.5rem 2.5rem;max-width:560px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:cardIn .7s cubic-bezier(.22,1,.36,1) .1s both}.checkmark-wrap[data-astro-cid-pxt24rmx]{width:110px;height:110px}.checkmark-svg[data-astro-cid-pxt24rmx]{width:100%;height:100%;overflow:visible;animation:pulseGlow 2.4s ease-in-out 1.8s infinite}.check-circle[data-astro-cid-pxt24rmx]{stroke:url(#circleGrad);stroke-dasharray:277;stroke-dashoffset:277;animation:drawCircle .9s cubic-bezier(.4,0,.2,1) .5s forwards;fill:none}.check-path[data-astro-cid-pxt24rmx]{stroke:#a5f3fc;stroke-dasharray:80;stroke-dashoffset:80;animation:drawCheck .6s cubic-bezier(.4,0,.2,1) 1.3s forwards;fill:none}.eyebrow[data-astro-cid-pxt24rmx]{font-size:.78rem;font-weight:700;letter-spacing:.3em;color:var(--accent-blue);text-transform:uppercase;opacity:0;animation:fadeUp .6s ease 1.5s forwards}.heading[data-astro-cid-pxt24rmx]{font-size:clamp(1.2rem,4vw,1.7rem);font-weight:700;line-height:1.65;color:#f1f5f9;text-shadow:0 0 20px rgba(96,165,250,.6),0 0 60px rgba(139,92,246,.3);opacity:0;animation:fadeUp .7s ease 1.7s forwards}.body-text[data-astro-cid-pxt24rmx]{font-size:clamp(.88rem,2.5vw,1rem);font-weight:300;line-height:1.9;color:#94a3b8;opacity:0;animation:fadeUp .7s ease 1.9s forwards}.btn[data-astro-cid-pxt24rmx]{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2.25rem;border-radius:50px;text-decoration:none;font-family:var(--font);font-size:.92rem;font-weight:500;color:#fff;cursor:pointer;background:linear-gradient(var(--btn-angle),#1d4ed8,#3b82f6,#6366f1,#8b5cf6,#3b82f6,#1d4ed8);animation:btnSpin 3s linear infinite,fadeUp .7s ease 2.1s both;transition:transform .2s,box-shadow .2s;z-index:1}.btn[data-astro-cid-pxt24rmx]:before{content:"";position:absolute;inset:-2px;border-radius:52px;background:conic-gradient(from var(--border-a),#6366f1,#8b5cf6,#ec4899,#3b82f6,#6366f1);z-index:-1;animation:borderSpin 2s linear infinite}.btn[data-astro-cid-pxt24rmx]:after{content:"";position:absolute;inset:0;border-radius:50px;background:linear-gradient(var(--btn-angle),#1d4ed8,#3b82f6,#6366f1,#8b5cf6,#3b82f6,#1d4ed8);animation:btnSpin 3s linear infinite;z-index:-1}.btn[data-astro-cid-pxt24rmx]:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 10px 40px #6366f180}.btn[data-astro-cid-pxt24rmx]:active{transform:translateY(0) scale(.98)}@media (max-width:480px){.card[data-astro-cid-pxt24rmx]{padding:2.25rem 1.5rem 2rem;gap:1.25rem}}