.research-hero{background:linear-gradient(145deg,#161b26 55%,#361ca5);margin-top:-120px;padding:200px 0 80px}@media(max-width:1199px){.research-hero{margin-top:-65px;padding:130px 0 60px}}@media(max-width:768px){.research-hero{padding:100px 0 50px}}.research-hero__inner{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.research-hero__eyebrow{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);border-radius:100px;color:#fafbff;display:inline-block;font-size:13px;letter-spacing:.04em;padding:6px 18px;text-transform:uppercase}.research-hero__title{max-width:920px}.research-hero__title span{color:#55c133}.research-hero__subtitle{max-width:680px;opacity:.85}.research-hero__stats{display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin:16px 0;width:100%}@media(max-width:1024px){.research-hero__stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.research-hero__stats{grid-template-columns:1fr}}.research-hero__stat{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;display:flex;flex-direction:column;gap:8px;opacity:0;padding:24px 20px;text-align:left;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.research-hero__stat--visible{opacity:1;transform:translateY(0)}.research-hero__stat:nth-child(2){transition-delay:.1s}.research-hero__stat:nth-child(3){transition-delay:.2s}.research-hero__stat:nth-child(4){transition-delay:.3s}