.voxia-hero{min-height:100vh;display:flex;align-items:center;padding:7rem 0 4rem;position:relative;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(168,85,247,.18) 0%,transparent 70%),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(99,102,241,.12) 0%,transparent 60%),var(--bg-1)}.voxia-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236366f1' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.voxia-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.voxia-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#a855f733,#6366f133);border:1px solid rgba(168,85,247,.3);border-radius:100px;padding:.4rem 1rem;font-size:.78rem;font-weight:600;color:#c084fc;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem}.voxia-badge__dot{width:8px;height:8px;border-radius:50%;background:#a855f7;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.voxia-hero__title{font-family:Space Grotesk,sans-serif;font-size:clamp(2.8rem,6vw,5rem);font-weight:700;line-height:1.08;letter-spacing:-.03em;margin-bottom:1.5rem}.voxia-hero__title .gradient-text{background:linear-gradient(135deg,#a855f7,#6366f1,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.voxia-hero__desc{font-size:1.15rem;color:var(--text-2);line-height:1.7;margin-bottom:2.5rem;max-width:520px}.voxia-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.voxia-hero__stats{display:flex;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.06)}.voxia-visual{position:relative}.voxia-orb{width:100%;max-width:480px;aspect-ratio:1;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:filter .3s ease}.voxia-orb:hover{filter:brightness(1.12)}.voxia-orb:active{transform:scale(.97)}.voxia-orb-hint{text-align:center;margin-top:1.5rem;font-size:.82rem;color:var(--text-3);display:flex;align-items:center;justify-content:center;gap:.4rem;animation:hint-pulse 2.5s ease-in-out infinite}.voxia-orb-hint:before{content:"";width:6px;height:6px;border-radius:50%;background:#06b6d4;animation:hint-pulse 2.5s ease-in-out infinite}@keyframes hint-pulse{0%,to{opacity:.6}50%{opacity:1}}.voxia-orb__ring{position:absolute;border-radius:50%;border:1px solid rgba(168,85,247,.25);animation:orb-spin 20s linear infinite}.voxia-orb__ring:nth-child(1){width:100%;height:100%;animation-duration:25s}.voxia-orb__ring:nth-child(2){width:75%;height:75%;border-color:#6366f14d;animation-duration:18s;animation-direction:reverse}.voxia-orb__ring:nth-child(3){width:50%;height:50%;border-color:#06b6d44d;animation-duration:12s}@keyframes orb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.voxia-orb__core{position:relative;z-index:2;width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,#a855f74d,#6366f166,#06b6d44d);display:flex;align-items:center;justify-content:center;box-shadow:0 0 60px #a855f766,0 0 120px #6366f133}.voxia-orb__icon{width:70px;height:70px;color:#fff}.voxia-wave-bars{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);display:flex;gap:5px;align-items:flex-end;height:48px}.voxia-wave-bars span{display:block;width:5px;background:linear-gradient(to top,#a855f7,#06b6d4);border-radius:3px;animation:wave-bar 1.4s ease-in-out infinite}.voxia-wave-bars span:nth-child(1){height:20px;animation-delay:0s}.voxia-wave-bars span:nth-child(2){height:35px;animation-delay:.1s}.voxia-wave-bars span:nth-child(3){height:48px;animation-delay:.2s}.voxia-wave-bars span:nth-child(4){height:30px;animation-delay:.3s}.voxia-wave-bars span:nth-child(5){height:42px;animation-delay:.4s}.voxia-wave-bars span:nth-child(6){height:25px;animation-delay:.5s}.voxia-wave-bars span:nth-child(7){height:38px;animation-delay:.6s}.voxia-wave-bars span:nth-child(8){height:18px;animation-delay:.7s}@keyframes wave-bar{0%,to{transform:scaleY(.5);opacity:.6}50%{transform:scaleY(1);opacity:1}}.integration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3rem}.integration-chip{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:12px;font-size:.83rem;font-weight:500;color:var(--text-2);transition:border-color .2s,background .2s}.integration-chip:hover{border-color:#a855f74d;background:#a855f70d}.integration-chip__icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.conversation-demo{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:2rem;max-width:560px;margin:0 auto}.conversation-demo__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.06)}.conversation-demo__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#a855f7,#6366f1);display:flex;align-items:center;justify-content:center}.conversation-demo__name{font-weight:600;font-size:.9rem}.conversation-demo__status{font-size:.75rem;color:#4ade80}.chat-bubble{margin-bottom:.75rem;max-width:85%}.chat-bubble--user{margin-left:auto}.chat-bubble__text{padding:.75rem 1rem;border-radius:16px;font-size:.85rem;line-height:1.5}.chat-bubble--voxia .chat-bubble__text{background:#a855f71f;border:1px solid rgba(168,85,247,.2);border-bottom-left-radius:4px;color:var(--text-2)}.chat-bubble--user .chat-bubble__text{background:#6366f126;border:1px solid rgba(99,102,241,.25);border-bottom-right-radius:4px;color:var(--text-1)}.chat-bubble__label{font-size:.7rem;color:var(--text-3);margin-bottom:.25rem}.chat-bubble--user .chat-bubble__label{text-align:right}.voxia-capabilities{padding:5rem 0;background:linear-gradient(180deg,var(--bg-1) 0%,var(--bg-2) 100%)}.capability-card{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:2rem;transition:border-color .3s,transform .3s;height:100%}.capability-card:hover{border-color:#a855f740;transform:translateY(-4px)}.capability-card__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.capability-card__icon svg{width:26px;height:26px}.capability-card h3{font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:600;margin-bottom:.6rem;color:var(--text-1)}.capability-card p{font-size:.88rem;color:var(--text-3);line-height:1.6}.caps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media(max-width:1024px){.voxia-hero__grid{grid-template-columns:1fr}.voxia-orb{max-width:300px}.caps-grid,.integration-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.caps-grid,.integration-grid{grid-template-columns:1fr}}.vx-industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:640px){.vx-industry-grid{grid-template-columns:1fr}}
