/* Scoped to the gateway introduction: no service-page or CRM layout changes. */
.company-intro:not([open]){display:none}
.company-intro{box-sizing:border-box;width:min(920px,calc(100% - 40px));max-width:920px;max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);margin:auto;padding:0;border:0;border-top:5px solid #d9081b;border-radius:18px;background:#fff;color:#202226;box-shadow:0 30px 100px #0005;font-family:Arial,Helvetica,sans-serif;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;text-align:start}
.company-intro::backdrop{background:rgb(13 18 25 / 68%);backdrop-filter:blur(6px)}
.company-intro[open]{animation:company-intro-in .28s ease-out both}
.company-intro *{box-sizing:border-box}
.company-intro__inner{padding:27px 40px 30px}
.company-intro__top{display:flex;align-items:center;justify-content:space-between;gap:20px}
.company-intro__brand{font-size:24px;letter-spacing:1px;font-weight:800;white-space:nowrap}
.company-intro__brand b{color:#d9081b}
.company-intro__close{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;border:1px solid #e3e5e8;border-radius:50%;background:#fff;color:#202226;cursor:pointer;transition:background .2s,transform .2s}
.company-intro__close svg{width:22px;height:22px}
.company-intro__close:hover{background:#fff0f2;transform:rotate(90deg)}
.company-intro__heading{padding:23px 0 25px}
.company-intro__eyebrow{display:flex;align-items:center;gap:10px;color:#bc0718;font-size:11px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;line-height:1.5}
.company-intro__eyebrow::before{content:"";width:27px;height:2px;background:#d9081b;flex-shrink:0}
.company-intro h2{margin:13px 0 14px;font-size:clamp(30px,3.6vw,48px);font-weight:800;line-height:1.08;letter-spacing:-1.7px;text-wrap:balance}
.company-intro h2 span{display:block;color:#d9081b}
.company-intro #company-intro-description{max-width:650px;color:#51565e;font-size:16px;line-height:1.65}
.company-intro__facts{display:grid;grid-template-columns:1fr 1fr;border:1px solid #e4e5e8;border-radius:10px;overflow:hidden}
.company-intro__stat{position:relative;isolation:isolate;display:flex;align-items:center;gap:20px;padding:25px 24px;background:#202226;color:#fff;overflow:hidden}
.company-intro__stat::after{content:"";position:absolute;inset-inline-end:-85px;top:-90px;width:250px;height:250px;border:1px solid #ffffff12;border-radius:50%;box-shadow:0 0 0 25px #ffffff04,0 0 0 50px #ffffff03;z-index:-1}
.company-intro__stat>strong{font-size:64px;font-weight:800;line-height:1;letter-spacing:-3px;white-space:nowrap}
.company-intro__stat>strong span{color:#ff4357;font-size:.72em;vertical-align:top}
.company-intro__stat div{display:flex;flex-direction:column;gap:8px}
.company-intro__stat b{font-size:18px;font-weight:800;letter-spacing:1px}
.company-intro__stat div>span{max-width:155px;font-size:13px;line-height:1.5;color:#d6d8df}
.company-intro__office{display:flex;align-items:center;gap:17px;padding:25px 24px;background:linear-gradient(125deg,#fff,#fff6f6)}
.company-intro__pin{display:grid;place-items:center;width:45px;flex-shrink:0;color:#d9081b}
.company-intro__pin svg{width:38px;height:38px}
.company-intro__office p{margin:0 0 9px;font-size:10px;font-weight:800;letter-spacing:1.1px;line-height:1.4;color:#535862}
.company-intro__office strong{display:block;font-size:23px;font-weight:800;line-height:1.2}
.company-intro__office div>span{display:block;margin-top:7px;font-size:13px;line-height:1.5;color:#535862}
.company-intro__regions{padding:24px 0 26px}
.company-intro__regions h3{margin:0 0 15px;font-size:14px;font-weight:700;line-height:1.5}
.company-intro__regions ul{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;list-style:none;margin:0;padding:0}
.company-intro__regions li{display:flex;align-items:center;flex-direction:column;min-width:0;padding:17px 6px 13px;border:1px solid #e6e7ea;border-radius:8px;background:#fff;text-align:center}
.company-intro__flag{display:block;width:45px;aspect-ratio:3/2;margin-bottom:11px;border-radius:3px;overflow:hidden;box-shadow:0 2px 6px #0002}
.company-intro__flag svg{display:block;width:100%;height:100%}
.company-intro__regions strong{font-size:13px;line-height:1.35;font-weight:700;overflow-wrap:anywhere}
.company-intro__regions small{margin-top:4px;font-size:9px;line-height:1.3;color:#626771}
.company-intro__footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid #ececee}
.company-intro__footer p{max-width:290px;margin:0;font-size:14px;line-height:1.6;font-weight:600;color:#535862}
.company-intro__cta{display:flex;align-items:center;justify-content:center;gap:20px;min-height:54px;padding:15px 23px;border:0;border-radius:6px;background:#d9081b;color:#fff;font:700 16px/1.4 Arial,Helvetica,sans-serif;text-decoration:none;cursor:pointer;transition:background .2s,box-shadow .2s;flex-shrink:0}
.company-intro__cta svg{width:22px;height:22px;flex-shrink:0;transition:transform .2s}
.company-intro__cta:hover{background:#b70717;box-shadow:0 6px 20px #d9081b25}
.company-intro__cta:hover svg{transform:translateX(3px)}
.company-intro button:focus-visible{outline:3px solid #1268c5;outline-offset:4px}
html[dir=rtl] .company-intro__eyebrow,html[dir=rtl] .company-intro h2,html[dir=rtl] .company-intro__office p,html[dir=rtl] .company-intro__stat b{letter-spacing:0}
html[dir=rtl] .company-intro__cta svg{rotate:180deg}
@keyframes company-intro-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:700px){
    .company-intro{width:calc(100% - 24px);max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);border-radius:12px}
    .company-intro__inner{padding:18px 22px 22px}
    .company-intro__brand{font-size:21px}
    .company-intro__heading{padding:19px 0 20px}
    .company-intro h2{font-size:35px;letter-spacing:-1.1px}
    .company-intro__eyebrow{font-size:9px;letter-spacing:.7px;gap:8px}
    .company-intro__eyebrow::before{width:18px}
    .company-intro #company-intro-description{font-size:14px;line-height:1.55}
    .company-intro__facts{grid-template-columns:1fr}
    .company-intro__stat{padding:19px 22px;gap:21px}
    .company-intro__stat>strong{font-size:58px}
    .company-intro__stat div>span{max-width:none}
    .company-intro__office{padding:18px 20px;gap:14px}
    .company-intro__office strong{font-size:22px}
    .company-intro__office p{margin-bottom:5px;font-size:9px}
    .company-intro__office div>span{margin-top:4px}
    .company-intro__regions{padding:20px 0}
    .company-intro__regions ul{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
    .company-intro__regions li{grid-column:span 2;padding:12px 6px}
    .company-intro__regions li:nth-child(4){grid-column:2/span 2}
    .company-intro__flag{width:36px;margin-bottom:8px}
    .company-intro__regions strong{font-size:12px}
    .company-intro__footer{flex-direction:column-reverse;gap:12px;padding-top:18px}
    .company-intro__footer p{max-width:none;text-align:center;font-size:12px}
    .company-intro__cta{width:100%;min-height:50px;padding-inline:12px;font-size:15px}
}
@media(max-width:380px){.company-intro__inner{padding:15px 17px 18px}.company-intro h2{font-size:30px}.company-intro__stat>strong{font-size:52px}.company-intro__stat b{font-size:16px}}
/* Arabic copy needs a larger optical size than the compact Latin captions. */
html[dir=rtl] .company-intro__eyebrow,html[dir=rtl] .company-intro__office p{font-size:12px}
html[dir=rtl] .company-intro__regions small{font-size:11px}
html[dir=rtl] .company-intro__regions strong,html[dir=rtl] .company-intro__stat div>span,html[dir=rtl] .company-intro__footer p{font-size:14px}
html[dir=rtl] .company-intro__office div>span{font-size:15px}
@media(prefers-reduced-motion:reduce){.company-intro[open],.company-intro *{animation:none!important;transition:none!important}}
