.hero-vite{justify-content:space-between;align-items:center;max-width:1200px;min-height:80vh;margin:0 auto;padding:10rem 2rem 6rem;display:flex}.hero-text{flex:1;max-width:650px}.hero-name{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:clamp(3rem,8vw,4.5rem);font-weight:900;line-height:1.1;display:block}.hero-tagline{color:var(--text-color);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;line-height:1.1;display:block}.hero-desc{color:var(--text-muted);max-width:550px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-vite{cursor:pointer;border:1px solid #0000;border-radius:24px;justify-content:center;align-items:center;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-vite.primary{background:var(--accent-primary);color:#fff}.btn-vite.primary:hover{background:var(--accent-primary-hover)}.btn-vite.secondary{color:var(--text-color);background:#0000000d}.btn-vite.secondary:hover{background:#0000001a}.hero-logo-container{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-logo-glow{filter:blur(70px);opacity:.35;z-index:0;background:linear-gradient(135deg,#6366f1,#0ea5e9,#a855f7);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite alternate pulse-glow;position:absolute}@keyframes pulse-glow{0%{opacity:.3;transform:scale(.8)translate(-10%,-10%)}to{opacity:.5;transform:scale(1.1)translate(10%,10%)}}.hero-logo-image{z-index:1;justify-content:center;align-items:center;width:250px;height:250px;animation:4s ease-in-out infinite float-logo;display:flex;position:relative}.hero-logo-image img{object-fit:contain;filter:drop-shadow(0 20px 30px #0000001a);width:100%;height:100%}@keyframes float-logo{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.vite-features{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;padding:2rem 2rem 6rem;display:grid}.vite-feature-card{background:var(--bg-color);border:1px solid var(--glass-border);border-radius:12px;padding:2rem;transition:background .2s,border-color .2s}.vite-feature-card:hover{background:#f8fafc;border-color:#6366f133}.feature-icon-vite{width:48px;height:48px;color:var(--accent-primary);background:#6366f11a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.vite-feature-card h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.vite-feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (max-width:1024px){.vite-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.hero-vite{text-align:center;flex-direction:column;padding-top:8rem}.hero-desc{margin:0 auto 2.5rem}.hero-actions{justify-content:center}.hero-logo-container{order:-1;margin-bottom:4rem}.hero-logo-glow{width:300px;height:300px}}@media (max-width:640px){.vite-features{grid-template-columns:1fr}}
