.hero-section{position:relative;isolation:isolate;background:linear-gradient(135deg,#205485 20%,#99bcd6);min-height:100vh;display:flex;flex-direction:column;padding-top:0;overflow:hidden}.hero-section:before{content:"";position:absolute;top:79px;right:-126px;width:30%;height:calc(100% - 79px);background:#27262c;transform:skewX(30deg);transform-origin:top right;z-index:1;pointer-events:none}.hero-section__container,.hero-section__opportunities{position:relative;z-index:2}.hero-section__container{max-width:1700px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:10rem;align-items:center;padding:0 4rem;flex:1;min-height:calc(100vh - 80px)}.hero-section__content{display:flex;flex-direction:column;justify-content:center}.hero-section__title{font-size:clamp(2.5rem,4vw + .5rem,3.5rem);font-weight:800;line-height:1.2;color:#fff;margin:0 0 3rem;letter-spacing:.01em}.hero-section__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-section__btn{padding:1.8rem 2rem;font-size:1.1rem;font-weight:600;border-radius:15px;transition:all .3s ease;min-width:300px;cursor:pointer;border:none}.hero-section__btn--primary{background:linear-gradient(45deg,#fca349,#fa6e3a);color:#fff}.hero-section__btn--primary:hover{background:linear-gradient(45deg,#e77f12,#ea490c);transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,107,53,.3)}.hero-section__btn--secondary{background:#11487b;color:#fff;backdrop-filter:blur(10px)}.hero-section__btn--secondary:hover{background:#005798;transform:translateY(-2px)}.hero-section__image-wrapper{position:relative;height:500px;width:100%;max-width:500px;display:flex;align-items:center;justify-content:center}.hero-section__image-container{position:relative;width:100%;height:100%}.hero-section__image{position:absolute;width:400px;height:450px;object-fit:cover;border-radius:20px;opacity:0;transition:opacity 1.5s ease-in-out;pointer-events:none}.hero-section__image--bg{top:60px;right:-30px;z-index:1;box-shadow:0 15px 40px rgba(0,0,0,.2)}.hero-section__image--fg{top:0;left:0;z-index:2;box-shadow:0 25px 60px rgba(0,0,0,.4)}.hero-section__image.active{opacity:1;z-index:3}.hero-section__image.inactive{opacity:0;z-index:1}.hero-section__opportunities{position:absolute;bottom:0;left:0;right:0;padding:2rem 0;overflow:hidden;z-index:10}.hero-section__opportunities-track-container{width:100%;overflow:hidden;white-space:nowrap}.hero-section__opportunities-track{display:inline-flex;animation:scrollOpportunities 20s linear infinite;gap:3.5rem}.hero-section__opportunities-item{display:inline-flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.95);font-weight:600;white-space:nowrap;padding:.3rem 1.5rem;border-radius:25px;border:2px solid hsla(0,0%,100%,.8);backdrop-filter:blur(10px);position:relative}.hero-section__opportunities-item:after{content:"•";position:absolute;right:-2.5rem;top:30%;transform:translateY(-50%);color:#fff;font-size:1.5rem;font-weight:bolder}.hero-section__opportunities-type{font-size:.9rem;letter-spacing:.5px;font-weight:700;text-transform:uppercase}.hero-section__opportunities-count{font-size:.9rem;font-weight:700;opacity:.9}@keyframes scrollOpportunities{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1300px){.hero-section__container{gap:6rem;padding:90px 2.5rem 100px}.hero-section__btn{min-width:260px;padding:1.6rem 1.8rem;font-size:1rem}.hero-section__image-wrapper{max-width:420px;height:450px}.hero-section__image{width:340px;height:380px}.hero-section__image--bg{top:50px;right:-25px}.hero-section__opportunities{bottom:15px}}@media (max-width:1200px){.hero-section__container{gap:4rem;padding:90px 2rem 100px}.hero-section__image-wrapper{max-width:400px;height:420px}.hero-section__image{width:320px;height:380px}.hero-section__image--bg{top:40px;right:-20px}.hero-section__opportunities{bottom:15px}}@media (max-width:1600px){.hero-section:before{right:-136px;width:32%}}@media (max-width:1400px){.hero-section:before{right:-146px;width:34%}}@media (max-width:1200px){.hero-section:before{right:-156px;width:36%}}@media (max-width:1024px){.hero-section:before{display:none}.hero-section__container{grid-template-columns:1fr;gap:2rem;text-align:center;min-height:calc(100vh - 150px);padding:100px 2rem 2rem}.hero-section__title{font-size:3rem;margin-bottom:2rem}.hero-section__image-wrapper{height:400px;max-width:400px;margin:0 auto}.hero-section__image{width:320px;height:400px}.hero-section__image--bg{top:20px;right:-20px}}@media (max-width:768px){.hero-section:before{display:none}.hero-section__container{padding:100px 1rem 1rem;min-height:calc(100vh - 80px)}.hero-section__title{font-size:2.5rem;line-height:1.3}.hero-section__actions{justify-content:center;flex-direction:column;align-items:center}.hero-section__btn{min-width:280px;padding:1.5rem 2rem}.hero-section__image-wrapper{height:350px;max-width:350px;margin-bottom:80px}.hero-section__image{width:280px;height:350px}.hero-section__image--bg{top:15px;right:-15px}.hero-section__opportunities-track{gap:2rem}.hero-section__opportunities-item:after{right:-1.75rem}}@media (max-width:480px){.hero-section:before{display:none}.hero-section__container{padding-top:100px}.hero-section__title{font-size:2rem;line-height:1.2}.hero-section__btn{min-width:250px;padding:1.2rem 1.5rem;font-size:1rem}.hero-section__image-wrapper{height:300px;max-width:300px}.hero-section__image{width:240px;height:300px}.hero-section__opportunities-count,.hero-section__opportunities-type{font-size:.8rem}.hero-section__opportunities-item:after{right:-1.5rem;font-size:1.2rem}.hero-section__opportunities-track{gap:1.75rem}}@media (min-width:1920px){.hero-section:before{right:-116px;width:28%}}@media (min-width:2560px){.hero-section:before{right:-106px;width:26%}}