@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root{
  --blue:#006eff;
  --blue-strong:#0057dc;
  --blue-pale:#edf5ff;
  --ink:#171a21;
  --ink-soft:#3e4653;
  --muted:#747d8b;
  --line:#e5e9ef;
  --page:#f6f8fb;
  --white:#fff;
  --green:#00ad7c;
  --navy:#0c1f3b;
  --shadow-sm:0 6px 20px rgba(25,46,73,.06);
  --shadow-md:0 18px 50px rgba(16,45,82,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,Arial,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}

/* Header */
.site-header{position:relative;z-index:20;height:82px;border-bottom:1px solid rgba(226,231,238,.85);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}
.header-inner{display:flex;align-items:center;height:100%}
.brand,.brand picture,.brand img{display:block;width:172px;height:60px}
.primary-nav{display:flex;align-items:center;height:100%;margin-left:42px}
.primary-nav a{position:relative;display:flex;align-items:center;height:100%;color:#4e5663;font-weight:600}
.primary-nav a:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:2px;background:var(--blue);transform:scaleX(0);transition:.2s}
.primary-nav a.active{color:var(--ink)}
.primary-nav a.active:after{transform:scaleX(1)}
.saved-link{display:flex;align-items:center;gap:9px;margin-left:auto;padding:10px 13px;border-radius:9px;color:#596271;font-weight:600;transition:.16s}
.saved-link:hover{color:var(--blue);background:var(--blue-pale)}
.saved-link svg{width:19px;height:19px}

/* Hero */
.hero{position:relative;overflow:hidden;min-height:570px;color:#fff;background:linear-gradient(135deg,#091b35 0%,#0c294d 55%,#103e72 100%)}
.hero-grid{position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,black,transparent 88%)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(4px)}
.glow-one{top:-270px;right:-80px;width:620px;height:620px;background:radial-gradient(circle at 40% 45%,rgba(36,132,255,.75),rgba(0,110,255,.05) 68%,transparent 70%)}
.glow-two{bottom:-350px;left:-170px;width:700px;height:700px;border:1px solid rgba(96,171,255,.25);box-shadow:0 0 0 90px rgba(0,110,255,.025),0 0 0 180px rgba(0,110,255,.02)}
.hero-inner{position:relative;z-index:2;padding:92px 0 55px}
.hero-copy{max-width:780px}
.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:17px;color:#a7cdfd;font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.eyebrow i{width:7px;height:7px;border-radius:50%;background:#00e2a0;box-shadow:0 0 0 5px rgba(0,226,160,.11)}
.hero h1{max-width:760px;margin:0;font-size:clamp(44px,5.1vw,68px);line-height:1.04;letter-spacing:-3.2px}
.hero-copy p{max-width:680px;margin:22px 0 35px;color:#c3d2e4;font-size:17px;line-height:1.7}
.search-panel{display:grid;grid-template-columns:1.12fr .88fr 200px;max-width:1080px;padding:8px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.25)}
.search-field{position:relative;display:block;padding:9px 15px 8px 48px;border-right:1px solid var(--line);color:var(--ink)}
.search-field svg{position:absolute;top:20px;left:16px;width:21px;height:21px;color:#8893a2}
.search-field span{display:block;margin-bottom:2px;color:#8a93a0;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.search-field input{width:100%;padding:0;border:0;outline:0;color:var(--ink);background:none;font-size:14px;font-weight:500}
.search-submit{display:flex;align-items:center;justify-content:center;gap:14px;border:0;border-radius:11px;color:#fff;background:var(--blue);font-weight:700;transition:.18s}
.search-submit:hover{background:var(--blue-strong)}
.search-submit span{font-size:18px;transition:transform .18s}
.search-submit:hover span{transform:translateX(3px)}
.hero-meta{display:flex;align-items:center;gap:15px;margin-top:22px;color:#aebed1;font-size:12px}
.hero-meta b{color:#fff;font-size:14px}
.hero-meta i{width:3px;height:3px;border-radius:50%;background:#597696}

/* Shared sections/cards */
.jobs-section{padding:82px 0 92px}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}
.section-kicker{display:block;margin-bottom:8px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.section-title h2,.value-intro h2{margin:0;font-size:34px;line-height:1.15;letter-spacing:-1.2px}
.section-title>a{display:flex;align-items:center;gap:9px;color:var(--blue);font-weight:700}
.section-title>a span{font-size:18px;transition:.18s}
.section-title>a:hover span{transform:translateX(3px)}
.job-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.job-card{position:relative;padding:25px;border:1px solid var(--line);border-radius:15px;background:#fff;transition:border-color .18s,box-shadow .18s,transform .18s}
.job-card:hover{border-color:#9fc9ff;box-shadow:var(--shadow-md);transform:translateY(-3px)}
.job-title{display:block;max-width:calc(100% - 34px);color:#075fbf;font-size:17px;font-weight:750;line-height:1.4}
.job-title:hover{color:var(--blue)}
.job-salary{margin-top:8px;font-size:16px;font-weight:750}
.job-description{margin:15px 0;color:#646d79;line-height:1.65}
.job-tags{display:flex;flex-wrap:wrap;gap:6px;margin:17px 0}
.tag{padding:6px 9px;border-radius:6px;color:#546273;background:#f0f5fa;font-size:11px;font-weight:600}
.job-company{margin-top:12px;color:#444d5a;font-size:13px;font-weight:600}
.job-footer{display:flex;justify-content:space-between;margin-top:11px;color:#9198a3;font-size:11px}
.save-button{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:9px;color:#a4acb7;background:transparent;transition:.16s}
.save-button svg{width:20px;height:20px}
.save-button:hover,.save-button.active{color:var(--blue);background:var(--blue-pale)}
.save-button.active svg{fill:currentColor}
.empty-state{grid-column:1/-1;padding:65px 25px;border:1px dashed #cdd8e5;border-radius:16px;background:#f9fbfd;text-align:center}
.empty-mark{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 16px;border-radius:14px;color:var(--blue);background:var(--blue-pale);font-size:20px}
.empty-state h2{margin:0 0 8px;font-size:21px}
.empty-state p{margin:0;color:var(--muted)}
.value-section{padding:76px 0;background:#f3f7fc}
.value-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:16px}
.value-intro{padding:22px 30px 22px 0}
.value-card{padding:25px;border:1px solid #e0e9f3;border-radius:14px;background:#fff}
.value-card>span{color:#8dbdf7;font-size:11px;font-weight:800}
.value-card h3{margin:28px 0 8px;font-size:16px}
.value-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}

.countries-section{padding:76px 0 84px;background:#fff}
.countries-section h2{margin:0;font-size:34px;letter-spacing:-1.2px}
.countries-section>div>p{max-width:620px;margin:12px 0 30px;color:var(--muted);font-size:14px;line-height:1.65}
.country-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.country-link{display:flex;align-items:center;gap:10px;min-height:45px;padding:8px 11px;border:1px solid #e7edf4;border-radius:9px;color:#45505e;font-size:12px;font-weight:650;transition:.16s}
.country-link:hover{border-color:#9fc9ff;color:var(--blue);background:var(--blue-pale)}
.country-link.current{border-color:#79b5ff;color:#075fbf;background:#edf6ff}
.country-flag{display:block;flex:0 0 24px;width:24px;height:18px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(12,31,59,.12)}

/* Listing */
.listing-page,.detail-page{background:var(--page)}
.listing-head{padding:28px 0 31px;border-bottom:1px solid #e1e7ee;background:#fff}
.breadcrumbs{display:flex;align-items:center;gap:8px;overflow:hidden;color:#929aa6;font-size:11px;white-space:nowrap}
.breadcrumbs a:hover{color:var(--blue)}
.listing-head h1{margin:15px 0 22px;font-size:34px;letter-spacing:-1.1px}
.listing-search{display:grid;grid-template-columns:1.1fr .9fr 150px;max-width:1000px}
.listing-search label{position:relative}
.listing-search label+label{margin-left:-1px}
.listing-search svg{position:absolute;z-index:2;top:16px;left:16px;width:19px;height:19px;color:#8993a0}
.listing-search input{width:100%;height:52px;padding:0 15px 0 45px;border:1px solid #dbe1e8;outline:0;background:#fff}
.listing-search label:first-child input{border-radius:9px 0 0 9px}
.listing-search input:focus{position:relative;z-index:1;border-color:#79b3ff}
.listing-search button{margin-left:9px;border:0;border-radius:9px;color:#fff;background:var(--blue);font-weight:700}
.results-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:28px;padding:34px 0 80px}
.filters{position:sticky;top:20px;align-self:start;border:1px solid var(--line);border-radius:13px;background:#fff}
.filters-head{display:flex;align-items:center;justify-content:space-between;padding:18px 19px;border-bottom:1px solid var(--line)}
.filters-head strong{font-size:15px}
.filters-head button{padding:0;border:0;color:#929aa5;background:none;font-size:11px}
.filters-head button:hover{color:var(--blue)}
.filter-block{padding:18px 19px;border-bottom:1px solid var(--line)}
.filter-block:last-of-type{border-bottom:0}
.filter-label{display:block;margin-bottom:12px;color:#3f4752;font-size:12px;font-weight:700}
.salary-control{position:relative}
.salary-control input{width:100%;height:42px;padding:0 42px 0 12px;border:1px solid #dfe4ea;border-radius:8px;outline:0}
.salary-control input:focus{border-color:#78b2ff}
.salary-control span{position:absolute;top:11px;right:13px;color:#9199a4}
.check-row{position:relative;display:flex;align-items:center;gap:10px;margin:10px 0;cursor:pointer;color:#58616e;font-size:12px}
.check-row input{position:absolute;opacity:0}
.check-row i{display:block;width:17px;height:17px;border:1px solid #c8d0d9;border-radius:4px;background:#fff}
.check-row input:checked+i{border-color:var(--blue);background:var(--blue)}
.check-row input:checked+i:after{content:"";display:block;width:7px;height:4px;margin:4px 0 0 4px;border-bottom:2px solid #fff;border-left:2px solid #fff;transform:rotate(-45deg)}
.mobile-apply-filter{display:none}
.results-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}
.results-toolbar>div:first-child{display:flex;align-items:baseline;gap:7px;color:#929aa5;font-size:12px}
.results-toolbar strong{color:var(--ink);font-size:15px}
.toolbar-actions{display:flex;gap:8px}
.toolbar-actions select,.filter-toggle{height:39px;padding:0 34px 0 12px;border:1px solid #dce2e9;border-radius:8px;outline:0;color:#59616d;background:#fff}
.filter-toggle{display:none;padding:0 13px}
.job-list{display:grid;gap:13px}
.job-list .job-card{padding:25px 27px}
.job-list .job-description{max-width:760px}

/* Detail */
.detail-breadcrumbs{padding-top:24px}
.detail-layout{display:grid;grid-template-columns:minmax(0,770px) 350px;gap:24px;align-items:start;padding:17px 0 85px}
.vacancy-detail{padding:35px 38px;border:1px solid var(--line);border-radius:15px;background:#fff}
.detail-heading{display:flex;justify-content:space-between;gap:20px}
.detail-status{display:flex;align-items:center;gap:7px;margin-bottom:12px;color:#65707e;font-size:11px;font-weight:600}
.detail-status i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(0,173,124,.1)}
.detail-heading h1{max-width:650px;margin:0;font-size:34px;line-height:1.2;letter-spacing:-1.1px}
.detail-salary{margin-top:12px;font-size:21px;font-weight:750}
.save-button.large{position:static;flex:none;width:43px;height:43px;border:1px solid var(--line)}
.detail-facts{display:flex;flex-wrap:wrap;gap:7px;margin:23px 0 26px;padding-bottom:26px;border-bottom:1px solid var(--line)}
.detail-facts span{padding:7px 10px;border-radius:7px;color:#596675;background:#f0f5fa;font-size:11px;font-weight:600}
.company-card{display:flex;align-items:center;gap:13px;margin-bottom:33px}
.company-avatar{display:grid;place-items:center;width:48px;height:48px;overflow:hidden;border-radius:12px;color:#fff;background:linear-gradient(135deg,#125ba8,#0b2c55);font-size:0}
.company-avatar:first-letter{font-size:18px;font-weight:800}
.company-card strong,.company-card span{display:block}
.company-card strong{margin-bottom:3px}
.company-card span{color:var(--muted);font-size:12px}
.vacancy-copy{padding-top:30px;border-top:1px solid var(--line)}
.vacancy-copy h2{margin:0 0 18px;font-size:20px}
.vacancy-copy p{margin:0 0 18px;color:#414a57;font-size:14px;line-height:1.8}
.apply-aside{position:sticky;top:20px}
.apply-card{padding:27px;border-radius:15px;color:#fff;background:linear-gradient(145deg,#0a213e,#0e335f);box-shadow:var(--shadow-md)}
.apply-kicker{color:#8fc0fb;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.apply-card h2{margin:14px 0 9px;font-size:23px;line-height:1.25}
.apply-card>p{margin:0;color:#b9c8d9;font-size:12px;line-height:1.7}
.apply-button{display:flex;align-items:center;justify-content:space-between;height:50px;margin-top:22px;padding:0 16px;border-radius:9px;color:#fff;background:var(--blue);font-weight:700;transition:.18s}
.apply-button:hover{background:#147cff}
.apply-button span{font-size:18px}
.safe-note{display:flex;gap:10px;margin-top:20px;padding-top:19px;border-top:1px solid rgba(255,255,255,.12);color:#9eb0c4;font-size:10px;line-height:1.55}
.safe-note svg{flex:none;width:18px;height:18px;color:#00d89c}
.back-link{display:block;margin-top:16px;color:#697482;font-size:12px;text-align:center}
.back-link:hover{color:var(--blue)}

/* Footer and cookie */
.site-footer{border-top:1px solid var(--line);background:#fff}
.footer-inner{display:flex;align-items:center;gap:28px;min-height:82px;color:#8a929e;font-size:11px}
.footer-brand{margin-right:auto;color:var(--ink);font-size:15px;font-weight:800}
.footer-brand b{color:var(--blue);font-size:11px}
.footer-inner a:not(.footer-brand):hover{color:var(--blue)}
.cookie{position:fixed;z-index:50;right:18px;bottom:18px;display:flex;align-items:center;gap:18px;max-width:430px;padding:12px 13px 12px 16px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 15px 45px rgba(18,41,67,.16);font-size:10px}
.cookie.hidden{display:none}
.cookie button{padding:8px 12px;border:0;border-radius:7px;color:#fff;background:var(--ink);font-size:10px;font-weight:700}

@media(max-width:900px){
  .job-grid{grid-template-columns:repeat(2,1fr)}
  .value-grid{grid-template-columns:1fr 1fr}
  .value-intro{grid-column:1/-1}
  .value-card:last-child{display:none}
  .country-directory{grid-template-columns:repeat(3,minmax(0,1fr))}
  .results-layout{grid-template-columns:1fr}
  .filters{display:none;position:fixed;z-index:60;right:12px;bottom:12px;left:12px;top:auto;max-height:calc(100vh - 24px);overflow:auto;box-shadow:0 20px 80px rgba(13,31,53,.28)}
  .filters.open{display:block}
  .mobile-apply-filter{display:block;width:calc(100% - 38px);height:45px;margin:0 19px 19px;border:0;border-radius:8px;color:#fff;background:var(--blue);font-weight:700}
  .filter-toggle{display:block}
  .detail-layout{grid-template-columns:1fr}
  .apply-aside{position:static}
}
@media(max-width:620px){
  .shell{width:min(100% - 28px,1180px)}
  .site-header{height:64px}
  .brand,.brand picture,.brand img{width:40px;height:40px}
  .primary-nav{margin-left:24px}
  .primary-nav a{font-size:12px}
  .saved-link{padding:9px;margin-left:auto}
  .saved-link span{display:none}
  .hero{min-height:auto}
  .hero-inner{padding:64px 0 36px}
  .hero h1{font-size:42px;letter-spacing:-2.1px}
  .hero-copy p{margin:18px 0 27px;font-size:14px}
  .search-panel{grid-template-columns:1fr;padding:7px;border-radius:14px}
  .search-field{padding:8px 12px 8px 45px;border-right:0;border-bottom:1px solid var(--line)}
  .search-field svg{top:18px}
  .search-submit{height:50px;margin-top:7px}
  .hero-meta{display:none}
  .jobs-section{padding:52px 0 58px}
  .section-title{align-items:center;margin-bottom:21px}
  .section-title h2{font-size:27px}
  .section-title>a{font-size:0}
  .section-title>a span{font-size:22px}
  .job-grid{grid-template-columns:1fr}
  .job-card.compact:nth-child(n+4){display:none}
  .value-section{padding:48px 0}
  .value-grid{grid-template-columns:1fr}
  .value-intro{padding:0 0 10px}
  .value-intro h2{font-size:29px}
  .value-card:last-child{display:block}
  .countries-section{padding:48px 0 54px}
  .countries-section h2{font-size:29px}
  .country-directory{grid-template-columns:repeat(2,minmax(0,1fr))}
  .listing-head{padding:21px 0 24px}
  .listing-head h1{margin:12px 0 17px;font-size:27px}
  .listing-search{grid-template-columns:1fr}
  .listing-search label+label{display:none}
  .listing-search label:first-child input{height:50px;border-radius:9px}
  .listing-search button{height:48px;margin:8px 0 0}
  .results-layout{padding-top:23px}
  .results-toolbar>div:first-child{display:grid;gap:0}
  .toolbar-actions select{display:none}
  .job-list .job-card{padding:21px}
  .job-description{font-size:12px}
  .detail-breadcrumbs{padding-top:17px}
  .detail-layout{padding-top:13px}
  .vacancy-detail{padding:24px 20px}
  .detail-heading h1{font-size:28px}
  .detail-salary{font-size:18px}
  .apply-card{padding:24px 21px}
  .footer-inner{display:grid;grid-template-columns:1fr auto;gap:8px 14px;padding:20px 0}
  .footer-brand{margin:0}
  .footer-inner span:nth-of-type(1){display:none}
  .cookie{right:10px;bottom:10px;left:10px;max-width:none;justify-content:space-between}
}

/* Finder 2026 premium design system */
:root{
  --blue:#1769e0;
  --blue-strong:#0f55bd;
  --blue-bright:#2f80ed;
  --blue-pale:#eef5ff;
  --ink:#122033;
  --ink-soft:#334155;
  --muted:#66758a;
  --line:#dfe7f0;
  --page:#f5f8fc;
  --white:#fff;
  --green:#0a9b70;
  --navy:#081a31;
  --radius-sm:10px;
  --radius-md:16px;
  --radius-lg:24px;
  --shadow-sm:0 8px 30px rgba(18,42,75,.07);
  --shadow-md:0 24px 70px rgba(18,42,75,.14);
  --focus:0 0 0 4px rgba(23,105,224,.2);
}
html{scroll-padding-top:84px}
body{min-width:320px;background:#fff;font-size:15px;line-height:1.6;text-rendering:optimizeLegibility}
body.filters-open{overflow:hidden}
button,input,select{min-width:0}
button,a,input,select{-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:0;box-shadow:var(--focus)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:11px 15px;border-radius:10px;color:#fff;background:var(--navy);font-weight:700;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.shell{width:min(1200px,calc(100% - 48px))}

/* Header */
.site-header{position:sticky;top:0;height:76px;border-bottom:1px solid rgba(219,228,239,.84);background:rgba(255,255,255,.9);backdrop-filter:blur(18px) saturate(150%)}
.brand,.brand picture,.brand img{width:172px;height:60px}
.primary-nav{margin-inline-start:48px}
.primary-nav a{padding-inline:2px;color:#526174;font-size:14px}
.saved-link{min-height:44px;padding:10px 14px;border:1px solid transparent;border-radius:12px;color:#536276}
.saved-link:hover{border-color:#dbe8f8}

/* Home hero */
.hero{min-height:590px;background:radial-gradient(circle at 82% 16%,rgba(47,128,237,.26),transparent 32%),linear-gradient(137deg,#07182d 0%,#0a2341 54%,#0c315b 100%)}
.hero-grid{opacity:.09;background-size:64px 64px}
.glow-one{top:-360px;right:-160px;width:760px;height:760px;opacity:.8}
.hero-inner{padding:96px 0 60px}
.hero-copy{max-width:830px}
.eyebrow{margin-bottom:20px;color:#a9cdf9;font-size:11px;letter-spacing:.14em}
.hero h1{max-width:850px;font-size:clamp(3rem,5.2vw,4.6rem);line-height:1.01;letter-spacing:-.055em;text-wrap:balance}
.hero-copy p{max-width:640px;margin:24px 0 38px;color:#c5d3e4;font-size:17px;line-height:1.72}
.search-panel{grid-template-columns:minmax(0,1.15fr) minmax(220px,.8fr) 190px;max-width:1080px;padding:7px;border-color:rgba(255,255,255,.24);border-radius:19px;box-shadow:0 28px 80px rgba(0,0,0,.3)}
.search-field{min-height:64px;padding:10px 16px 8px 50px}
.search-field svg{top:21px;left:17px}
.search-field span{font-size:9px;letter-spacing:.08em}
.search-field input{height:25px;font-size:14px}
.search-submit{min-height:56px;border-radius:13px}
.hero-meta{margin-top:24px;color:#aebed2}

/* Content sections */
.jobs-section{padding:88px 0 100px;background:linear-gradient(#fff,#fbfdff)}
.section-title{margin-bottom:32px}
.section-kicker{font-size:10px;letter-spacing:.14em}
.section-title h2,.value-intro h2,.countries-section h2{font-size:clamp(1.9rem,3vw,2.45rem);letter-spacing:-.04em;text-wrap:balance}
.section-title>a{min-height:44px;padding:8px 3px}
.job-grid{gap:18px}
.job-card{min-width:0;padding:26px;border-color:#e1e8f0;border-radius:18px;box-shadow:0 1px 0 rgba(8,26,49,.02);transition:border-color .2s,box-shadow .2s,transform .2s}
.job-card:hover{border-color:#b7d4f7;box-shadow:0 20px 50px rgba(18,56,96,.11);transform:translateY(-4px)}
.job-title{overflow-wrap:anywhere;color:#155cba;font-size:17px;line-height:1.42}
.job-salary{font-size:16px}
.job-description{color:#5e6b7c;line-height:1.68}
.job-tags{margin:18px 0}
.tag{padding:6px 9px;border-radius:8px;color:#506075;background:#f0f5fa}
.job-company{overflow-wrap:anywhere;color:#344154}
.job-footer{gap:12px}
.job-footer span{min-width:0;overflow-wrap:anywhere}
.save-button{width:44px;height:44px;border-radius:12px}
.save-button:focus-visible{box-shadow:var(--focus)}
.empty-state{padding:72px 25px;border-radius:20px}
.value-section{padding:88px 0;background:#f2f6fb}
.value-grid{grid-template-columns:1.3fr repeat(3,1fr);gap:18px}
.value-intro{padding:24px 42px 24px 0}
.value-card{min-height:210px;padding:28px;border-color:#dfe8f2;border-radius:18px;box-shadow:0 10px 30px rgba(28,55,88,.04)}
.value-card h3{margin:34px 0 8px;font-size:17px}
.value-card p{font-size:13px}
.countries-section{padding:92px 0 100px}
.countries-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:32px}
.countries-section .countries-heading>p{max-width:470px;margin:0;color:var(--muted)}
.country-directory{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.country-link{min-width:0;min-height:52px;padding:9px 12px;border-color:#e1e8f0;border-radius:11px;font-size:12px}
.country-link span{min-width:0;overflow-wrap:anywhere}
.country-flag{flex-basis:28px;width:28px;height:21px;background:#eef3f8}

/* Listing */
.listing-page,.detail-page{background:#f4f7fb}
.listing-head{padding:35px 0 37px;border-color:#dde5ee}
.breadcrumbs{gap:9px;font-size:11px}
.listing-head h1{margin:17px 0 24px;font-size:clamp(1.9rem,3.3vw,2.55rem);line-height:1.15;letter-spacing:-.04em}
.listing-search{grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr) 160px;max-width:1050px}
.listing-search input{height:56px}
.listing-search button{min-height:48px;border-radius:11px}
.results-layout{grid-template-columns:270px minmax(0,1fr);gap:32px;padding:38px 0 88px}
.filters{top:96px;border-color:#dfe6ee;border-radius:17px;box-shadow:0 12px 35px rgba(27,51,82,.05)}
.filters-head{min-height:61px;padding:17px 19px}
.filters-head>div{display:flex;align-items:center;gap:6px}
.filters-head button{min-height:34px}
.filter-close{display:none!important;width:38px;padding:0!important;font-size:24px!important}
.filter-block{padding:19px}
.salary-control input{height:44px}
.check-row{min-height:34px;margin:7px 0;font-size:13px}
.check-row i{flex:none;width:19px;height:19px}
.check-row input:checked+i:after{margin:5px 0 0 5px}
.results-toolbar{min-height:44px;margin-bottom:16px}
.toolbar-actions select,.filter-toggle{height:44px;border-radius:10px}
.job-list{gap:14px}
.job-list .job-card{padding:28px 30px}
.filter-backdrop{display:none}

/* Detail */
.detail-breadcrumbs{padding-top:28px}
.detail-layout{grid-template-columns:minmax(0,780px) minmax(290px,360px);gap:28px;padding:20px 0 94px}
.vacancy-detail{padding:40px;border-color:#dfe6ee;border-radius:19px;box-shadow:0 12px 40px rgba(24,51,84,.045)}
.detail-heading h1{overflow-wrap:anywhere;font-size:clamp(2rem,3.2vw,2.6rem);line-height:1.13;letter-spacing:-.045em}
.detail-salary{font-size:22px}
.detail-facts{gap:8px;margin:26px 0 29px;padding-bottom:28px}
.detail-facts span{padding:8px 11px;border-radius:9px}
.company-avatar{flex:none;width:52px;height:52px;border-radius:14px}
.vacancy-copy{padding-top:32px}
.vacancy-copy h2{font-size:22px}
.vacancy-copy p{overflow-wrap:anywhere;font-size:15px;line-height:1.82}
.apply-aside{top:96px}
.apply-card{padding:30px;border-radius:19px;background:radial-gradient(circle at 90% 0,rgba(47,128,237,.28),transparent 42%),linear-gradient(145deg,#081d37,#0b315c);box-shadow:0 24px 60px rgba(8,29,55,.2)}
.apply-card h2{font-size:24px}
.apply-card>p{font-size:13px}
.apply-button{min-height:54px;border-radius:11px}

/* Footer and consent */
.site-footer{border-color:#e1e7ef}
.footer-inner{min-height:94px}
.footer-brand{font-size:16px}
.cookie{right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));max-width:470px;padding:14px 14px 14px 18px;border-radius:14px;font-size:11px}
.cookie button{min-width:48px;min-height:38px}

@media(max-width:1100px){
  .country-directory{grid-template-columns:repeat(4,minmax(0,1fr))}
  .value-grid{grid-template-columns:1fr 1fr}
  .value-intro{grid-column:1/-1;padding:0 0 12px}
  .value-card:last-child{display:block}
  .detail-layout{grid-template-columns:minmax(0,1fr) 320px}
}
@media(max-width:900px){
  .shell{width:min(100% - 40px,1200px)}
  .hero-inner{padding-top:78px}
  .search-panel{grid-template-columns:minmax(0,1fr) minmax(190px,.72fr) 160px}
  .country-directory{grid-template-columns:repeat(3,minmax(0,1fr))}
  .results-layout{grid-template-columns:1fr}
  .filters{display:none;position:fixed;z-index:80;top:auto;right:12px;bottom:12px;left:12px;max-height:calc(100dvh - 24px);border-radius:20px;overflow:auto;overscroll-behavior:contain}
  .filters.open{display:block}
  .filters[aria-hidden="true"]{display:none}
  .filters-head{position:sticky;z-index:2;top:0;background:#fff}
  .filter-close{display:grid!important;place-items:center}
  .filter-backdrop{position:fixed;z-index:70;inset:0;display:block;background:rgba(7,24,45,.48);backdrop-filter:blur(3px)}
  .filter-backdrop[hidden]{display:none}
  .detail-layout{grid-template-columns:1fr}
  .apply-aside{position:static}
}
@media(max-width:700px){
  .shell{width:min(100% - 32px,1200px)}
  .site-header{height:68px}
  .brand,.brand picture,.brand img{width:40px;height:40px}
  .primary-nav{margin-inline-start:22px}
  .saved-link span{display:none}
  .hero-inner{padding:64px 0 42px}
  .hero h1{font-size:clamp(2.45rem,12vw,3.25rem);letter-spacing:-.05em}
  .hero-copy p{font-size:15px}
  .search-panel{grid-template-columns:1fr;padding:7px}
  .search-field{min-height:61px;border-right:0;border-bottom:1px solid var(--line)}
  .search-submit{min-height:52px;margin-top:7px}
  .hero-meta{display:none}
  .jobs-section{padding:60px 0 68px}
  .section-title{align-items:center;margin-bottom:24px}
  .section-title>a{font-size:0}
  .section-title>a span{font-size:22px}
  .job-grid{grid-template-columns:1fr}
  .job-card.compact:nth-child(n+4){display:none}
  .value-section{padding:58px 0}
  .value-grid{grid-template-columns:1fr}
  .value-card{min-height:0}
  .countries-section{padding:62px 0 70px}
  .countries-heading{display:block;margin-bottom:28px}
  .countries-section .countries-heading>p{margin-top:12px}
  .country-directory{grid-template-columns:repeat(2,minmax(0,1fr))}
  .listing-head{padding:24px 0 27px}
  .listing-search{grid-template-columns:1fr}
  .listing-search label+label{display:block;margin:8px 0 0}
  .listing-search label input,.listing-search label:first-child input{height:52px;border-radius:10px}
  .listing-search button{height:50px;margin:8px 0 0}
  .results-layout{padding:26px 0 68px}
  .job-list .job-card{padding:23px}
  .vacancy-detail{padding:27px 23px}
  .detail-heading{gap:12px}
  .detail-heading h1{font-size:clamp(1.75rem,8.8vw,2.2rem)}
  .footer-inner{display:grid;grid-template-columns:1fr auto;gap:8px 14px;padding:22px 0}
  .footer-brand{margin:0}
}
@media(max-width:420px){
  .shell{width:calc(100% - 28px)}
  .primary-nav{margin-inline-start:15px}
  .primary-nav a{font-size:12px}
  .saved-link{padding:9px}
  .hero h1{font-size:clamp(2.25rem,11.5vw,2.85rem)}
  .hero-copy p{margin:18px 0 26px}
  .job-card{padding:22px}
  .country-directory{grid-template-columns:1fr}
  .country-link{min-height:50px}
  .results-toolbar{align-items:flex-start;gap:10px}
  .toolbar-actions select{display:none}
  .detail-heading h1{font-size:1.8rem}
  .save-button.large{width:44px}
  .cookie{right:10px;bottom:max(10px,env(safe-area-inset-bottom));left:10px}
}
[dir="rtl"] .search-field{padding:10px 50px 8px 16px;border-right:0;border-left:1px solid var(--line)}
[dir="rtl"] .search-field svg,[dir="rtl"] .listing-search svg{right:17px;left:auto}
[dir="rtl"] .listing-search input{padding:0 45px 0 15px}
[dir="rtl"] .save-button{right:auto;left:18px}
[dir="rtl"] .job-title{max-width:calc(100% - 42px)}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
