:root{--primary:#0875d1;--primary2:#064b99;--dark:#092d57;--text:#344054;--muted:#667085;--bg:#f5f8fc;--card:#fff;--border:#e6eaf0;--green:#16a34a;--shadow:0 8px 28px rgba(16,36,62,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);line-height:1.65}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary2)}img{max-width:100%;height:auto}.container{width:min(1160px,92%);margin:auto}.topbar{background:var(--dark);color:#fff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:15px;padding:7px 0}.topbar a{color:#fff;opacity:.9}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-inner{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;color:var(--dark);font-weight:800;font-size:21px;white-space:nowrap}.brand img{max-height:48px;width:auto}.brand-mark{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--primary),#19a7ff);display:grid;place-items:center;color:#fff;font-weight:900}.nav{margin-left:auto}.nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}.nav li{position:relative}.nav a{display:block;padding:10px 12px;color:var(--dark);font-weight:600;font-size:14px;border-radius:8px}.nav a:hover{background:#eef6ff;color:var(--primary)}.menu-toggle{display:none;border:0;background:#eef6ff;padding:10px;border-radius:8px;font-size:20px}.hero{background:linear-gradient(120deg,#082f66 0%,#0b63ce 55%,#168be8 100%);color:#fff;padding:54px 0}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:35px;align-items:center}.hero h1{font-size:clamp(32px,5vw,52px);line-height:1.1;margin:0 0 14px}.hero p{font-size:17px;opacity:.92;max-width:650px;margin:0 0 24px}.search-box{background:#fff;padding:8px;border-radius:12px;display:flex;box-shadow:0 12px 35px rgb(0 0 0 / .18);max-width:680px}.search-box input{flex:1;border:0;padding:13px 14px;font-size:15px;outline:0}.btn{display:inline-block;border:0;border-radius:9px;padding:11px 17px;background:var(--primary);color:#fff;font-weight:700;cursor:pointer}.btn:hover{color:#fff;background:var(--primary2)}.btn-light{background:#fff;color:var(--primary)}.btn-green{background:#16a34a}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat{background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .18);border-radius:14px;padding:18px}.stat strong{display:block;font-size:27px}.stat span{font-size:13px;opacity:.8}.section{padding:42px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:20px}.section-head h2{margin:0;color:var(--dark);font-size:25px}.section-head p{margin:3px 0 0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.country-grid{grid-template-columns:repeat(6,1fr)}.country{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px 12px;text-align:center;box-shadow:var(--shadow);font-weight:800;color:var(--dark);transition:.2s}.country:hover{transform:translateY(-3px);border-color:#b8d7fa}.country-icon{font-size:30px;display:block;margin-bottom:5px}.job-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:225px}.job-card h3{font-size:18px;line-height:1.4;margin:8px 0 10px;color:var(--dark)}.job-card h3 a{color:var(--dark)}.job-card h3 a:hover{color:var(--primary)}.job-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:12px}.badge{background:#eef6ff;color:var(--primary);border-radius:999px;padding:4px 9px;font-size:12px;font-weight:700}.date{color:var(--muted);font-size:12px}.job-thumb{height:130px;overflow:hidden;border-radius:10px;background:#edf2f7}.job-thumb img{width:100%;height:100%;object-fit:cover}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px}.content-card,.sidebar-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:26px;box-shadow:var(--shadow)}.post-title{font-size:clamp(28px,4vw,42px);line-height:1.2;color:var(--dark);margin:0 0 10px}.post-meta{color:var(--muted);font-size:14px;margin-bottom:20px}.entry-content h2,.entry-content h3{color:var(--dark)}.entry-content table{width:100%;border-collapse:collapse;margin:20px 0}.entry-content td,.entry-content th{border:1px solid var(--border);padding:10px;text-align:left}.entry-content img{border-radius:10px}.sidebar-card{margin-bottom:18px}.sidebar-card h3{margin:0 0 14px;color:var(--dark)}.sidebar-list{list-style:none;padding:0;margin:0}.sidebar-list li{border-bottom:1px solid var(--border);padding:9px 0}.sidebar-list li:last-child{border-bottom:0}.pagination{display:flex;gap:7px;margin-top:25px;flex-wrap:wrap}.pagination a,.pagination span{background:#fff;border:1px solid var(--border);padding:8px 12px;border-radius:8px}.pagination .current{background:var(--primary);color:#fff;border-color:var(--primary)}.cta{background:#eaf4ff;border:1px solid #cfe5ff;border-radius:16px;padding:25px;display:flex;justify-content:space-between;gap:20px;align-items:center}.cta h2{margin:0;color:var(--dark)}.cta p{margin:4px 0 0;color:var(--muted)}.site-footer{background:var(--dark);color:#b9c5d6;margin-top:35px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:30px;padding:45px 0}.site-footer h3{color:#fff;margin-top:0}.site-footer a{color:#cdd8e8}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1);padding:16px 0;font-size:13px}.screen-reader-text{position:absolute;left:-9999px}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.country-grid{grid-template-columns:repeat(3,1fr)}.content-layout{grid-template-columns:1fr}.hero-grid{grid-template-columns:1fr}.nav{display:none}.menu-toggle{display:block;margin-left:auto}.header-inner.menu-open .nav{display:block;position:absolute;left:0;right:0;top:76px;background:#fff;border-bottom:1px solid var(--border);padding:10px 4%}.header-inner.menu-open .nav ul{display:block}.header-inner.menu-open .nav a{padding:12px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.topbar .container{display:none}.header-inner{min-height:68px}.grid{grid-template-columns:1fr}.country-grid{grid-template-columns:repeat(2,1fr)}.hero{padding:38px 0}.hero-stats{grid-template-columns:1fr 1fr}.search-box{display:block}.search-box input{width:100%}.search-box .btn{width:100%;margin-top:5px}.section{padding:30px 0}.footer-grid{grid-template-columns:1fr}.cta{display:block}.cta .btn{margin-top:15px}}body{background:#f5f8fb}.hero{background:linear-gradient(90deg,rgb(4 43 87 / .94),rgb(9 112 203 / .70)),linear-gradient(135deg,#0a3768,#168be8);padding:68px 0 86px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:rgb(255 255 255 / .08);right:-180px;top:-250px}.hero h1{font-weight:900;letter-spacing:-1px}.hero h1 span{display:block}.country-grid{gap:13px}.country{padding:18px 10px;border-radius:12px}.country:hover{transform:translateY(-4px)}.job-card{border-radius:11px}.job-card:hover{transform:translateY(-3px)}.cta{border-radius:14px}.job-card .job-thumb,.job-card .date a,.job-card .badge,.job-card h3 a,.job-card .job-meta a{display:block}.job-card .badge{display:inline-block;margin-top:8px}.job-card .date a{color:var(--muted)}.job-card .job-meta a{color:var(--muted)}.job-card .job-thumb:hover img{opacity:.94}.job-card h3 a:hover,.job-card .job-meta a:hover{color:var(--primary)}:root{--primary:#0875d1;--navy:#082f5f;--green:#16a34a;--bg:#f4f8fc;--line:#dce6ef;--muted:#68798c}body{background:var(--bg);font-family:Arial,Helvetica,sans-serif;color:#173451}.topbar{background:#062b5a;height:30px;font-size:11px}.topbar .container{height:30px}.site-header{background:#fff;position:relative}.header-inner{min-height:74px}.brand{font-size:20px}.nav a{font-size:12px;padding:9px 8px}.nav .wa{background:#15a44a!important;padding:10px 15px!important;border-radius:24px!important}.hero{background:linear-gradient(90deg,rgb(3 40 79 / .93),rgb(8 103 188 / .68)),linear-gradient(135deg,#3c89bb,#d7b276 42%,#1475bd);min-height:300px}.hero .container{padding:58px 0 74px}.hero h1{font-size:43px;line-height:1.03;margin:0 0 10px}.hero h1 span{font-size:30px;margin-top:7px}.hero p{font-size:15px;margin-bottom:20px}.search-box{max-width:610px;height:48px;padding:5px;border-radius:9px}.search-box .btn{height:38px;padding:0 20px;border-radius:7px}.countries{margin-top:-34px;position:relative;z-index:5}.countries .country-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.countries .country{background:#fff;border-radius:10px;padding:14px 7px;box-shadow:0 5px 15px rgb(8 47 95 / .13);border:1px solid #e1eaf2;font-size:13px}.countries .country-icon{font-size:28px}.countries .country small{display:block;color:#0875d1;font-size:10px}.grid:not(.country-grid){gap:15px}.job-card{min-height:260px;padding:0 0 12px;overflow:hidden;border-radius:9px;box-shadow:0 3px 12px rgb(8 47 95 / .11)}.job-thumb{height:130px;border-radius:0}.job-card .date{padding:8px 13px 0;text-align:right;font-size:10px}.job-card .badge{margin:0 13px;padding:3px 7px;font-size:9px}.job-card h3{padding:0 13px;font-size:16px;margin:6px 0 7px}.job-card .job-meta{padding:0 13px;margin:0;font-size:11px;min-height:34px}.job-card .apply{margin:9px 13px 0;padding:8px;font-size:11px;border-radius:5px}@media(max-width:900px){.countries .country-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.hero .container{padding:38px 0 65px}.hero h1{font-size:31px}.hero h1 span{font-size:22px}.hero p{font-size:13px}.countries .country-grid{grid-template-columns:repeat(2,1fr)}.grid:not(.country-grid){grid-template-columns:1fr}.job-thumb{height:150px}}.job-card .apply,.job-card .apply:visited,.job-card .apply:hover,.job-card .apply:active{display:block;width:calc(100% - 26px);margin:10px 13px 0;padding:9px 12px;text-align:center;background:#0875d1!important;color:#fff!important;border:0;border-radius:5px;font-weight:800;font-size:12px;line-height:1.3;box-shadow:none}.job-card .apply:hover{background:#065eaa!important}.mobile-bottom-nav{display:none}@media(max-width:600px){body{padding-bottom:64px}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:62px;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid #dce6ef;box-shadow:0 -4px 18px rgb(8 47 95 / .12);z-index:9999;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:#536579;font-size:9px;font-weight:700;line-height:1.2}.mobile-bottom-nav a:first-child{color:#0875d1}.mbn-icon{font-size:17px;line-height:19px;font-weight:800}.mbn-whatsapp{position:relative}.mbn-wa{width:35px;height:35px;margin-top:-15px;border-radius:50%;display:grid;place-items:center;background:#16a34a;color:#fff;border:4px solid #fff;box-shadow:0 2px 8px rgb(0 0 0 / .15);font-size:18px}.mbn-whatsapp span:last-child{margin-top:2px;color:#536579}}@media(max-width:600px){body{padding-bottom:88px}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;width:auto;height:58px;border:1px solid #dce6ef;border-radius:18px;background:rgb(255 255 255 / .98);box-shadow:0 6px 24px rgb(8 47 95 / .20);overflow:visible;padding:0;padding-bottom:0}.mobile-bottom-nav a{position:relative;height:58px;color:#536579;font-size:8px;font-weight:700;gap:1px}.mobile-bottom-nav a:first-child{color:#0875d1}.mbn-icon{font-size:17px;line-height:19px}.mobile-bottom-nav .mbn-whatsapp{height:58px;justify-content:flex-end;padding-bottom:5px}.mobile-bottom-nav .mbn-wa{position:absolute;top:-18px;left:50%;transform:translateX(-50%);width:42px;height:42px;border:4px solid #fff;border-radius:50%;background:#16a34a;color:#fff;box-shadow:0 4px 12px rgb(0 0 0 / .20);font-size:21px}.mobile-bottom-nav .mbn-whatsapp span:last-child{margin-top:0;color:#536579}}.mobile-bottom-nav{display:none!important}@media screen and (max-width:767px){body{padding-bottom:92px!important}.mobile-bottom-nav{display:grid!important;position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;width:auto!important;height:58px!important;grid-template-columns:repeat(5,1fr)!important;align-items:stretch!important;background:#fff!important;border:1px solid #d8e3ed!important;border-radius:18px!important;box-shadow:0 7px 25px rgb(8 47 95 / .22)!important;z-index:2147483647!important;overflow:visible!important;padding:0!important;margin:0!important}.mobile-bottom-nav a{display:flex!important;position:relative!important;height:58px!important;min-width:0!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1px!important;color:#526579!important;font-size:8px!important;font-weight:700!important;line-height:1.15!important;text-align:center!important;text-decoration:none!important}.mobile-bottom-nav a:first-child{color:#0875d1!important}.mobile-bottom-nav .mbn-icon{display:block!important;font-size:18px!important;line-height:20px!important;font-weight:800!important}.mobile-bottom-nav .mbn-whatsapp{justify-content:flex-end!important;padding-bottom:5px!important}.mobile-bottom-nav .mbn-wa{position:absolute!important;top:-19px!important;left:50%!important;transform:translateX(-50%)!important;width:44px!important;height:44px!important;display:grid!important;place-items:center!important;border:4px solid #fff!important;border-radius:50%!important;background:#16a34a!important;color:#fff!important;box-shadow:0 4px 13px rgb(0 0 0 / .22)!important;font-size:21px!important;line-height:1!important}.mobile-bottom-nav .mbn-whatsapp span:last-child{display:block!important;margin:0!important;color:#526579!important}}.site-header .brand,.header .logo{max-width:230px!important;font-size:18px!important;line-height:1.02!important;flex-shrink:0!important}.site-header .brand img,.site-header .custom-logo,.header .logo img,.header .logo .custom-logo{max-width:205px!important;width:auto!important;max-height:58px!important;height:auto!important;object-fit:contain!important}.site-header .brand-mark,.header .logo-badge{width:44px!important;height:44px!important;flex:0 0 44px!important}.nav .wa,.site-header .wa{font-size:13px!important;padding:10px 16px!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.btn{min-height:42px!important;padding:10px 20px!important;font-size:13px!important;font-weight:800!important}.search-box .btn{min-height:40px!important;padding:0 22px!important;font-size:13px!important}.job-card .apply{min-height:38px!important;padding:10px 14px!important;font-size:12px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important}.country{min-height:92px!important}.cta .btn{min-height:42px!important;padding:10px 20px!important}@media(max-width:767px){.site-header .brand,.header .logo{max-width:185px!important;font-size:15px!important}.site-header .brand img,.site-header .custom-logo,.header .logo img,.header .logo .custom-logo{max-width:165px!important;max-height:50px!important}.site-header .brand-mark,.header .logo-badge{width:38px!important;height:38px!important;flex-basis:38px!important}.mobile-bottom-nav{height:64px!important;left:8px!important;right:8px!important;bottom:8px!important;border-radius:17px!important}.mobile-bottom-nav a{height:64px!important;font-size:9px!important}.mobile-bottom-nav .mbn-icon{font-size:19px!important;line-height:21px!important}.mobile-bottom-nav .mbn-wa{width:46px!important;height:46px!important;top:-20px!important;font-size:22px!important}.mobile-bottom-nav .mbn-whatsapp{padding-bottom:5px!important}.job-card .apply{min-height:40px!important;font-size:12px!important}}.mobile-bottom-nav{display:none!important}@media screen and (max-width:767px){body{padding-bottom:92px!important}.mobile-bottom-nav{display:grid!important;grid-template-columns:1fr 1fr 1fr 1fr 1fr!important;position:fixed!important;left:8px!important;right:8px!important;bottom:8px!important;height:66px!important;margin:0!important;padding:0 3px!important;background:#fff!important;border:1px solid #e2e8ef!important;border-radius:17px!important;box-shadow:0 7px 25px rgb(19 47 79 / .20)!important;z-index:2147483647!important;overflow:visible!important}.mobile-bottom-nav .mbn-item{position:relative!important;height:66px!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;color:#536274!important;text-decoration:none!important;font-size:10px!important;line-height:1!important;font-weight:700!important;-webkit-tap-highlight-color:transparent!important}.mobile-bottom-nav .mbn-item.active{color:#0875d1!important}.mobile-bottom-nav .mbn-svg{width:23px!important;height:23px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.mobile-bottom-nav .mbn-item.active .mbn-svg{fill:currentColor!important;stroke:currentColor!important}.mobile-bottom-nav .mbn-wa-item{justify-content:flex-end!important;padding-bottom:7px!important;color:#536274!important}.mobile-bottom-nav .mbn-wa-circle{position:absolute!important;top:-19px!important;left:50%!important;transform:translateX(-50%)!important;width:52px!important;height:52px!important;display:grid!important;place-items:center!important;background:#12a653!important;border:4px solid #fff!important;border-radius:50%!important;box-shadow:0 4px 13px rgb(0 0 0 / .22)!important}.mobile-bottom-nav .mbn-wa-svg{width:29px!important;height:29px!important;fill:none!important;stroke:#fff!important;stroke-width:1.55!important;stroke-linecap:round!important;stroke-linejoin:round!important}.mobile-bottom-nav .mbn-wa-item span:last-child{margin:0!important;color:#536274!important;font-size:9px!important;font-weight:700!important}}