.cta-banner{background:var(--navy);box-sizing:border-box;color:#fff;overflow:hidden;padding:80px 64px;position:relative;width:100%}.cta-banner--deep{background:var(--navy-deep);padding:clamp(120px,14vw,240px) 64px clamp(80px,8vw,128px)}.cta-banner__ambient{background:linear-gradient(90deg,rgba(0,10,44,.92),rgba(0,10,44,.35) 28%,transparent 45%),linear-gradient(270deg,rgba(0,10,44,.92),rgba(0,10,44,.35) 28%,transparent 45%),radial-gradient(ellipse 55% 45% at 50% 108%,rgba(241,103,54,.22),transparent 72%);inset:0;pointer-events:none;position:absolute}.cta-banner__wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1440px;position:relative;text-align:center;z-index:1}.cta-banner__headline{letter-spacing:-.02em;margin:0;max-width:36rem}.cta-banner__text{margin:0;max-width:40rem}.cta-banner--deep .cta-banner__headline{max-width:none}.cta-banner--deep .cta-banner__text:not(.cta-banner__text--rich){max-width:48rem}.cta-banner--deep>.cta-banner__wrapper{gap:clamp(32px,5vw,56px)}.cta-banner__text--rich{color:hsla(0,0%,100%,.92);font-family:var(--sans);font-size:clamp(1.125rem,2.2vw,1.5625rem);font-weight:300;line-height:1.55;margin:0;max-width:48rem}.cta-banner__text--rich p{margin:0 0 .5em}.cta-banner__text--rich p:last-child{margin-bottom:0}.cta-banner__btn{align-items:center;background:var(--header-orange);border-radius:999px;box-sizing:border-box;color:#fff;display:inline-flex;font-family:var(--sans);font-size:1rem;font-weight:400;gap:8px;justify-content:center;line-height:1.55;margin-top:8px;padding:12px 32px;text-decoration:none;transition:filter .2s ease,transform .15s ease}.cta-banner__btn:hover{filter:brightness(1.06)}.cta-banner__btn:focus-visible{outline:2px solid var(--blue-100);outline-offset:3px}.cta-banner__icon{flex-shrink:0;height:1.1em;width:1.1em}@media (max-width:768px){.cta-banner{padding:64px 24px}.cta-banner--deep{padding:96px 24px 64px}}@media (max-width:520px){.cta-banner{padding:48px 16px}.cta-banner--deep{padding:72px 16px 48px}}