@keyframes float-soft{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.hero{padding-top:6rem;position:relative}.hero:before,.hero:after{content:"";filter:blur(120px);opacity:.35;z-index:-1;border-radius:50%;position:absolute}.hero:before{background:#15f4c940;width:420px;height:420px;top:-80px;left:-120px}.hero:after{background:#15b0f42e;width:360px;height:360px;bottom:40px;right:-120px}.hero__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(2rem,4vw,3rem);display:grid}.hero__copy{flex-direction:column;gap:1.5rem;display:flex}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.hero__stats div{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff14;border-radius:1.25rem;padding:1rem 1.25rem;box-shadow:0 20px 40px #0009,inset 0 1px #ffffff14}.hero__stats strong{letter-spacing:-.03em;font-family:Space Grotesk,Inter,sans-serif;font-size:2rem;display:block}.hero__stats span{color:#c7cedb;font-size:.9rem}.hero__panel{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.hero__highlight{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #15f4c926;border-radius:1.25rem;flex-direction:column;gap:.75rem;min-height:170px;padding:1.25rem;display:flex;box-shadow:0 20px 40px #0009,inset 0 1px #ffffff14}.hero__highlight h3{margin:0;font-family:Space Grotesk,Inter,sans-serif;font-size:1.05rem}.hero__highlight p{color:#c7cedb;margin:0;font-size:.95rem}.hero__highlight:hover{border-color:#15f4c966;transform:translateY(-4px)}@media (max-width:768px){.hero__actions{flex-direction:column}}
