/* BP Eagles – Toborzó CTA */
.bpe-cta,.bpe-cta *{box-sizing:border-box}
.bpe-cta{--c-blue:#0097df;--c-blue2:#12acf3;--c-bg:#030609;--c-line:rgba(255,255,255,.12);--c-shell:1380px;position:relative;padding:clamp(74px,7vw,110px) 0;color:#f5f7f9;background:#05080b;font-family:"Rajdhani","Arial Narrow",Arial,sans-serif}
.bpe-cta__shell{width:min(calc(100% - 64px),var(--c-shell));margin-inline:auto}
.bpe-cta__panel{position:relative;isolation:isolate;min-height:430px;overflow:hidden;border:1px solid rgba(0,151,223,.38);background:linear-gradient(105deg,#06101a 0%,#07131f 46%,#030609 100%);clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);box-shadow:0 28px 80px rgba(0,0,0,.35)}
.bpe-cta__panel::before{position:absolute;z-index:4;top:-1px;left:16px;width:150px;height:2px;content:"";background:linear-gradient(90deg,#fff,var(--c-blue));box-shadow:0 0 18px rgba(0,151,223,.55)}
.bpe-cta__panel::after{position:absolute;z-index:1;inset:0;content:"";background:linear-gradient(90deg,rgba(3,6,9,.98) 0%,rgba(3,6,9,.94) 40%,rgba(3,6,9,.48) 66%,rgba(3,6,9,.1) 100%);pointer-events:none}
.bpe-cta__grid{position:absolute;z-index:0;inset:0;opacity:.055;background-image:linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,#000,transparent 68%)}
.bpe-cta__arc{position:absolute;z-index:0;border:1px solid rgba(0,151,223,.18);border-radius:50%}
.bpe-cta__arc--one{top:-250px;right:17%;width:650px;height:650px}
.bpe-cta__arc--two{top:-190px;right:20%;width:540px;height:540px;border-width:2px}
.bpe-cta__content{position:relative;z-index:3;width:min(650px,57%);padding:clamp(48px,5vw,72px)}
.bpe-cta__eyebrow{display:flex;margin-bottom:17px;align-items:center;gap:9px;color:var(--c-blue2);font:700 9px/1 "Inter",Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase}
.bpe-cta__eyebrow i{width:23px;height:2px;background:var(--c-blue)}
.bpe-cta .bpe-cta__content h2{margin:0;color:#fff!important;font-size:clamp(50px,5vw,72px);font-weight:700;letter-spacing:-.045em;line-height:.87;text-transform:uppercase}
.bpe-cta .bpe-cta__content h2 span{color:var(--c-blue)!important}
.bpe-cta__content p{max-width:560px;margin:25px 0 0;color:#9aa5ad;font:500 13px/1.68 "Inter",Arial,sans-serif}
.bpe-cta__actions{display:flex;margin-top:29px;align-items:center;gap:13px}
.bpe-cta-button{position:relative;display:inline-flex;min-width:150px;min-height:50px;padding:0 20px;align-items:center;justify-content:center;gap:13px;overflow:hidden;border:1px solid transparent;clip-path:polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px);color:#fff;font-size:11px;font-weight:700;letter-spacing:.075em;text-decoration:none;text-transform:uppercase;transition:color .2s ease,border-color .2s ease}
.bpe-cta-button>*{position:relative;z-index:1}
.bpe-cta-button svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .18s ease}
.bpe-cta-button:hover svg{transform:translateX(4px)}
.bpe-cta-button--primary{background:var(--c-blue);box-shadow:0 12px 30px rgba(0,151,223,.2)}
.bpe-cta-button--primary::before{position:absolute;inset:0;content:"";background:#fff;transform:translateX(-102%);transition:transform .22s ease}
.bpe-cta-button--primary:hover::before,.bpe-cta-button--primary:focus-visible::before{transform:translateX(0)}
.bpe-cta-button--primary:hover,.bpe-cta-button--primary:focus-visible,.bpe-cta-button--primary:hover span{color:#031018!important}
.bpe-cta-button--secondary{border-color:rgba(255,255,255,.28);background:rgba(3,6,9,.42);backdrop-filter:blur(9px)}
.bpe-cta-button--secondary:hover,.bpe-cta-button--secondary:focus-visible,.bpe-cta-button--secondary:hover span{border-color:var(--c-blue);color:#fff!important;background:rgba(0,151,223,.1)}
.bpe-cta__meta{display:flex;margin-top:24px;align-items:center;gap:11px;color:#64717a;font:700 7px/1 "Inter",Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase}
.bpe-cta__meta i{width:3px;height:3px;border-radius:50%;background:var(--c-blue)}
.bpe-cta__visual{position:absolute;z-index:0;inset:0}
.bpe-cta__visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:74% center;filter:saturate(.9) contrast(1.05);transition:transform 1s cubic-bezier(.22,1,.36,1)}
.bpe-cta__panel:hover .bpe-cta__visual img{transform:scale(1.018)}
.bpe-cta__code{position:absolute;z-index:3;right:24px;bottom:18px;color:rgba(255,255,255,.25);font:700 6px/1 "Inter",Arial,sans-serif;letter-spacing:.18em}
.bpe-cta a:focus-visible{outline:2px solid var(--c-blue2);outline-offset:4px}

@media(max-width:1100px){
 .bpe-cta__shell{width:min(calc(100% - 40px),var(--c-shell))}
 .bpe-cta__content{width:64%;padding:50px 42px}
 .bpe-cta__visual img{object-position:68% center}
}
@media(max-width:800px){
 .bpe-cta__panel{min-height:650px}
 .bpe-cta__panel::after{background:linear-gradient(0deg,rgba(3,6,9,.99) 0%,rgba(3,6,9,.93) 56%,rgba(3,6,9,.12) 100%)}
 .bpe-cta__visual{height:58%}
 .bpe-cta__visual img{object-position:67% center}
 .bpe-cta__content{position:absolute;right:0;bottom:0;left:0;width:100%;padding:290px 36px 42px}
 .bpe-cta__arc--one{right:-170px}
 .bpe-cta__arc--two{right:-120px}
}
@media(max-width:520px){
 .bpe-cta{padding-block:64px}
 .bpe-cta__shell{width:min(calc(100% - 28px),var(--c-shell))}
 .bpe-cta__panel{min-height:720px}
 .bpe-cta__content{padding:300px 20px 34px}
 .bpe-cta .bpe-cta__content h2{font-size:clamp(43px,13vw,58px)}
 .bpe-cta__content p{font-size:12px}
 .bpe-cta__actions{align-items:stretch;flex-direction:column}
 .bpe-cta-button{width:100%}
 .bpe-cta__meta{justify-content:center;flex-wrap:wrap}
 .bpe-cta__code{display:none}
}
@media(max-width:380px){
 .bpe-cta__panel{min-height:750px}
 .bpe-cta__content{padding-inline:16px}
}
@media(prefers-reduced-motion:reduce){.bpe-cta *,.bpe-cta *::before,.bpe-cta *::after{transition-duration:.01ms!important}}
