.hero{flex-direction:column;align-items:center;min-height:100dvh;padding-top:140px;padding-bottom:60px;display:flex;position:relative;overflow:hidden}.hero__orb{pointer-events:none;background:radial-gradient(circle,#7c3aed26 0%,#0000 70%);border-radius:50%;width:550px;height:550px;animation:6s ease-in-out infinite hero-orb-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}@keyframes hero-orb-pulse{0%,to{opacity:.8;transform:translate(-50%,-55%)scale(1)}50%{opacity:1;transform:translate(-50%,-55%)scale(1.08)}}.hero__content{text-align:center;z-index:1;flex-direction:column;align-items:center;margin:auto 0;display:flex;position:relative}.hero__badge{border-radius:var(--radius-full);border:1px solid var(--border-color);color:var(--text-secondary);background:#7c3aed14;align-items:center;gap:8px;margin-bottom:24px;padding:6px 18px;font-size:.8rem;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--status-green);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot;box-shadow:0 0 6px #22c55e80}.hero__title{font-family:var(--font-display);letter-spacing:-.05em;background:var(--gradient-heading);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;max-width:1000px;margin-bottom:24px;padding-bottom:8px;font-size:clamp(3.5rem,8vw,6.5rem);font-weight:700;line-height:1}.hero__subtitle{color:var(--text-secondary);max-width:520px;margin-bottom:36px;font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.7}.hero__buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:768px){.hero__orb{width:320px;height:320px}}@media (max-width:600px){.hero__buttons{flex-direction:column;width:100%;max-width:320px}.hero__buttons .btn{width:100%}}
