.home-container{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.navbar{z-index:10;padding-top:2rem;padding-bottom:2rem;position:relative}.logo{letter-spacing:-.05em;font-size:1.5rem}.hero{text-align:center;z-index:10;flex:1;padding:4rem 1.5rem;position:relative}.hero-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;display:flex}.hero-actions{gap:1rem;margin-top:2rem;display:flex}.bg-glow{filter:blur(100px);z-index:0;opacity:.5;border-radius:50%;animation:8s ease-in-out infinite alternate pulse;position:absolute}.blob-1{background:var(--accent-light);width:500px;height:500px;top:-100px;right:-100px}.blob-2{background:#a855f71a;width:600px;height:600px;animation-delay:-4s;bottom:-200px;left:-200px}@keyframes pulse{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(-20px,20px)}}@media (max-width:640px){.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}}
