.page-hero{background:var(--color-bg);background-image:linear-gradient(160deg, var(--color-bg) 55%, var(--color-surface) 100%);padding-top:var(--space-8);padding-bottom:var(--space-8);overflow:hidden}.page-hero__grid{gap:var(--space-7);grid-template-columns:1.15fr 1fr;align-items:center;display:grid}.page-hero__text{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.page-hero__eyebrow{font-size:var(--text-sm);letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand);padding-bottom:var(--space-2);border-bottom:2px solid var(--color-brand);align-self:flex-start;margin:0;font-weight:700;display:inline-block}.page-hero__title{font-size:clamp(var(--text-2xl), 4.5vw, var(--text-3xl));color:var(--color-fg);letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.15}.page-hero__lead{font-size:var(--text-lg);color:var(--color-fg-muted);max-width:52ch;margin:0;line-height:1.6}.page-hero__ctas{gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.page-hero__cta-primary{font-size:var(--text-base);letter-spacing:.01em;padding:12px 28px;font-weight:600;display:inline-block;text-decoration:none!important}.page-hero__media{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-5);justify-content:center;align-items:center;display:flex}.page-hero--center .page-hero__text{text-align:center;align-items:center;max-width:820px;margin:0 auto}.page-hero--center .page-hero__eyebrow{align-self:center}.page-hero--center .page-hero__lead{max-width:60ch}.page-hero--center .page-hero__ctas{justify-content:center}@keyframes ph-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.ph-rise{opacity:0;animation:.55s cubic-bezier(.22,1,.36,1) forwards ph-rise}.ph-rise-0{animation-delay:0s}.ph-rise-1{animation-delay:80ms}.ph-rise-2{animation-delay:.16s}.ph-rise-3{animation-delay:.24s}@media (max-width:991px){.page-hero{padding-top:var(--space-7);padding-bottom:var(--space-7)}.page-hero__grid{gap:var(--space-6);grid-template-columns:1fr}.page-hero__text{text-align:center;align-items:center}.page-hero__eyebrow{align-self:center}.page-hero__ctas{justify-content:center}.page-hero__media{max-width:480px;margin:0 auto}}@media (max-width:575px){.page-hero{padding-top:var(--space-6);padding-bottom:var(--space-6)}.page-hero__ctas{flex-direction:column;align-items:stretch;width:100%}.page-hero__cta-primary,.page-hero__ctas .btn-es--ghost{text-align:center}}
