.page-hero{position:relative;padding:clamp(9.25rem,18vh,13rem) 0 clamp(3rem,6vh,5rem);overflow:hidden;display:flex;justify-content:center}.page-hero__content{position:relative;z-index:1;width:100%;max-width:1560px;margin:0 auto;padding:0 .9rem;box-sizing:border-box;display:flex;justify-content:space-between;align-items:flex-start;gap:clamp(1rem,3vw,2.2rem)}.page-hero__main{flex:1 1 auto;min-width:0;max-width:760px;text-align:left}.page-hero__title{margin:0 0 1rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;color:#f5f9ff}.page-hero__title span{background:var(--brand-accent-gradient);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.page-hero__subtitle{margin:0;max-width:62ch;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.7;color:rgba(217,232,255,.72)}.page-hero__stats{display:flex;justify-content:flex-end;align-items:flex-start;gap:1.1rem;flex-wrap:wrap;margin-top:0;flex:0 0 auto}.page-hero__stat{text-align:right;min-width:118px}.page-hero__stat .stat-number{display:block;font-size:clamp(2.4rem,4.8vw,4.2rem);font-weight:700;background:var(--brand-accent-gradient);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.page-hero__stat .stat-number.is-counting{animation:statGlowPulse .7s ease-in-out infinite}.page-hero__stat .stat-label{font-size:.82rem;color:rgba(217,232,255,.6);text-transform:uppercase;letter-spacing:.06em;font-weight:600}@media(min-width:600px){.page-hero__content{padding-left:1.4rem;padding-right:1.4rem}}@media(min-width:960px){.page-hero__content{padding-left:2rem;padding-right:2rem}}@media(min-width:1280px){.page-hero__content{padding-left:2.75rem;padding-right:2.75rem}}@media(min-width:1536px){.page-hero__content{padding-left:3.5rem;padding-right:3.5rem}}@keyframes statGlowPulse{0%{filter:drop-shadow(0 0 0 rgba(255,255,255,0))}50%{filter:drop-shadow(0 0 10px rgba(255,255,255,.32))}to{filter:drop-shadow(0 0 0 rgba(255,255,255,0))}}@media(max-width:980px){.page-hero__content{flex-direction:column;align-items:flex-start;gap:1.35rem}.page-hero__stats{width:100%;justify-content:flex-start}.page-hero__stat{text-align:left}}@media(max-width:768px){.page-hero{padding:7.6rem 0 2.5rem}.page-hero__content{gap:1rem}.page-hero__title{margin-bottom:.7rem}}