.co-hero{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;overflow:hidden}.co-hero__left{background:var(--hero-bg,var(--co-bg));display:flex;flex-direction:column;justify-content:center;padding:9rem 3.5rem 5rem 2.5rem;position:relative;z-index:2}.co-hero__inner{max-width:540px}.co-hero__h1{font-size:clamp(2.6rem,5vw,5rem);letter-spacing:-.025em;line-height:1.04;margin-bottom:1.5rem}.co-hero__h1 em{color:var(--em-color,var(--co-blue));font-style:normal}.co-hero__h1 p{display:inline;margin:0}.co-hero__sub{font-size:1.05rem;line-height:1.8;margin-bottom:2.75rem;max-width:460px}.co-hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.co-btn-primary{border-radius:100px;box-shadow:0 4px 20px rgba(0,0,0,.18);display:inline-block;font-size:.9rem;padding:.875rem 2rem;text-decoration:none;transition:filter .2s,transform .15s,box-shadow .2s}.co-btn-primary:hover{box-shadow:0 8px 28px rgba(0,0,0,.22);filter:brightness(1.1);transform:translateY(-2px)}.co-btn-ghost{align-items:center;display:inline-flex;font-size:.875rem;gap:.45rem;text-decoration:none;transition:gap .2s}.co-btn-ghost:after{content:"→"}.co-btn-ghost:hover{gap:.75rem}.co-hero__right{background:var(--co-navy);overflow:hidden;position:relative}.co-hero__fallback{background:linear-gradient(135deg,#1a2a5e,#0058a5 45%,#1a3060);inset:0;position:absolute;z-index:0}.co-hero__yt{border:0;left:50%;min-height:56.25vw;min-width:100%;pointer-events:none;top:50%;transform:translate(-50%,-50%);width:177.78vh}.co-hero__img,.co-hero__yt{opacity:.82;position:absolute;z-index:1}.co-hero__img{height:100%;inset:0;object-fit:cover;width:100%}.co-hero__blend{background:linear-gradient(to right,var(--blend-start,var(--co-bg)) 0,hsla(60,24%,96%,.4) 10%,hsla(60,24%,96%,.1) 24%,transparent 45%),linear-gradient(to top,rgba(0,0,0,.2) 0,transparent 50%);z-index:2}.co-hero__blend,.co-hero__overlay{inset:0;pointer-events:none;position:absolute}.co-hero__overlay{z-index:3}.co-hero__badge{bottom:2.5rem;color:hsla(0,0%,100%,.75);font-family:Inter Tight,sans-serif;font-size:.75rem;left:2.5rem;letter-spacing:.08em;position:absolute;text-transform:uppercase;z-index:4}@media(max-width:900px){.co-hero{grid-template-columns:1fr}.co-hero__left{padding:7rem 1.5rem 3rem}.co-hero__right{min-height:50vh}}@media(max-width:480px){.co-hero__left{padding:6rem 1.25rem 2.5rem}.co-hero__h1{font-size:clamp(2rem,8vw,3rem)}}