.ibo-hero{align-items:center;background-color:var(--ibo-navy);color:var(--ibo-white);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:5rem;position:relative;text-align:center}.ibo-hero__bg{background-position:50%;background-size:cover;inset:0;position:absolute}.ibo-hero__overlay{background:linear-gradient(rgba(15,23,42,.85),rgba(30,41,59,.85));inset:0;position:absolute}.ibo-hero__content{margin:0 auto;max-width:900px;padding:var(--ibo-space-3xl) 0;position:relative;z-index:1}.ibo-hero__heading{color:var(--ibo-white);font-family:var(--ibo-font-heading);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.15;margin-bottom:var(--ibo-space-md);white-space:nowrap}.ibo-hero__subheading{color:hsla(0,0%,100%,.8);font-size:1.25rem;line-height:1.7;margin:0 auto var(--ibo-space-lg);max-width:750px}.ibo-hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:600px){.ibo-hero{min-height:100vh}.ibo-hero__heading{white-space:normal}.ibo-hero__actions{flex-direction:column}.ibo-hero__actions .ibo-btn{justify-content:center;width:100%}}