.hero{min-height:calc(100vh - 72px);display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero,.hero-content{background:#fff;position:relative}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem 9rem 3rem;z-index:2}.hero-eyebrow{font-family:Nunito Sans,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#1a5da8;display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.hero-eyebrow span{width:2rem;height:2px;background:#1a5da8;display:block}.hero-title{font-family:Nunito Sans,sans-serif;font-size:clamp(2.6rem,4.5vw,4.5rem);font-weight:700;line-height:1.05;letter-spacing:-.01em;color:#0c2340;margin-bottom:1.5rem}.hero-title span{color:#1a5da8}.hero-description{font-size:1.1rem;color:#6b7280;line-height:1.7;max-width:460px;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative;overflow:hidden}.hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.92;filter:contrast(1.05) saturate(.9)}.hero-image-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#fff 0,transparent 30%)}.hero-stat-bar{position:absolute;bottom:0;left:0;right:0;z-index:3;background:#0c2340;display:grid;grid-template-columns:repeat(3,1fr)}.hero-stat{padding:1.25rem 2rem}.hero-stat-border{border-right:1px solid hsla(0,0%,100%,.15)}.hero-stat-num{font-family:Nunito Sans,sans-serif;font-size:1.8rem;font-weight:700;color:#fff;line-height:1}.hero-stat-label{font-size:.75rem;color:hsla(0,0%,100%,.65);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}@media (max-width:1024px){.hero{grid-template-columns:1fr}.hero-image{display:none}.hero-content{padding:4rem 2rem 9rem}}@media (max-width:768px){.hero{min-height:auto}.hero-content{padding:3rem 1.5rem 13rem;margin-bottom:8rem}.hero-title{font-size:3rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column}.hero-actions a,.hero-actions button{width:100%;justify-content:center}.hero-stat-bar{grid-template-columns:1fr}.hero-stat{border-right:none!important;border-bottom:1px solid hsla(0,0%,100%,.15)}.hero-stat:last-child{border-bottom:none}}