.hero-section{align-items:center;background-color:#354a74;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;isolation:isolate;min-height:85vh;overflow:hidden;padding:clamp(100px,10vh,220px) 0;position:relative}.hero-section:before{background:linear-gradient(90deg,rgba(53,74,116,.92) 30%,rgba(53,74,116,.22));content:"";inset:0;position:absolute;z-index:1}.hero-section .hero-container{margin:0 auto;max-width:1400px;padding:0 6%;position:relative;width:100%;z-index:2}.hero-section .hero-content{max-width:900px;text-align:left}.hero-section .hero-badge{align-items:center;background:rgba(0,0,0,.1);border:1px solid rgba(63,142,171,.28);border-radius:4px;color:#fff;display:inline-flex;font-family:Lato,Arial,sans-serif;font-size:12px;font-weight:700;gap:10px;letter-spacing:.16em;margin-bottom:18px;padding:10px 14px;text-transform:uppercase}.hero-section .hero-badge:before{background:#3f8eab;box-shadow:0 0 12px rgba(63,142,171,.65);content:"";height:6px;width:6px}.hero-section .hero-content h1{color:#fff;font-family:Montserrat,Arial,sans-serif;font-size:clamp(3rem,5vw,5rem);font-weight:800;letter-spacing:.05em;line-height:1.05;margin:0 0 24px;text-transform:uppercase;text-wrap:balance}.hero-section .hero-content p{color:hsla(0,0%,100%,.92);font-family:Lato,Arial,sans-serif;font-size:clamp(1.1rem,1.3rem,1.4rem);font-weight:400;line-height:1.6;margin:0 0 48px;max-width:650px}.hero-section .hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.hero-section .cta-button,.hero-section a.cta-button{border-radius:4px;display:inline-block;font-family:Lato,Arial,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.1em;padding:18px 42px;text-align:center;text-decoration:none;text-transform:uppercase;transition:transform .25s ease,box-shadow .25s ease,color .25s ease,background-color .25s ease,border-color .25s ease;white-space:nowrap}.hero-section .cta-button.primary{background-color:#f9860a;border:2px solid #f9860a;box-shadow:0 4px 15px rgba(249,134,10,.3);color:#fff!important}.hero-section .cta-button.primary:hover{background-color:transparent;box-shadow:0 8px 25px rgba(249,134,10,.4);color:#f9860a!important;transform:translateY(-3px)}.hero-section .cta-button.secondary{background-color:transparent;border:2px solid #fff;color:#fff!important}.hero-section .cta-button.secondary:hover{background-color:#fff;color:#354a74!important;transform:translateY(-3px)}.hero-section .cta-button:focus-visible{outline:2px solid #3f8eab;outline-offset:4px}@media (max-width:768px){.hero-section{min-height:auto;padding:80px 0;text-align:center}.hero-section:before{background:linear-gradient(180deg,rgba(53,74,116,.95),rgba(53,74,116,.72))}.hero-section .hero-content{margin:0 auto;max-width:720px}.hero-section .hero-actions{flex-direction:column;width:100%}.hero-section .cta-button{max-width:320px;white-space:normal;width:100%}}@media (prefers-reduced-motion:reduce){.hero-section .cta-button{transition:none!important}.hero-section .cta-button:hover{transform:none!important}}