.page-header{text-align:center;background-color:#f4f4f5;justify-content:center;align-items:center;width:100%;min-height:40vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.page-header-bg{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.page-header-grid{background-image:linear-gradient(#00000008 1px,#0000 0),linear-gradient(90deg,#00000008 1px,#0000 0);background-size:40px 40px;width:200%;height:200%;animation:20s linear infinite gridMove;position:absolute;top:-50%;left:-50%;transform:perspective(500px)rotateX(60deg)}@keyframes gridMove{0%{transform:perspective(500px)rotateX(60deg)translateY(0)}to{transform:perspective(500px)rotateX(60deg)translateY(40px)}}.page-header-gradient{background:radial-gradient(circle,#00000008 0,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.page-header-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.page-header-title{background:linear-gradient(90deg,#18181b,#52525b);letter-spacing:-.02em;-webkit-text-fill-color:#0000;-webkit-background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.page-header-subtitle{color:#18181b;margin-bottom:1.5rem;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:500}.page-header-desc{color:#52525b;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}
