
:root{--bg:#ffffff;--ink:#0b1020;--muted:#667085;--line:#e6e8ec;--accent:#0ea5e9;--card:#0f172a;--card-ink:#e5e7eb}
*{box-sizing:border-box} html,body{margin:0;padding:0}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial;color:var(--ink);background:var(--bg);line-height:1.6}
.container{max-width:1120px;margin:0 auto;padding:0 16px}
h1,h2,h3{line-height:1.25;margin:0 0 12px} h1{font-size:36px;font-weight:800} h2{font-size:28px;font-weight:700;margin-top:8px} h3{font-size:20px;font-weight:700}
.lead{font-size:18px;color:var(--muted);margin:6px 0 18px} .muted{color:var(--muted)} a{color:inherit;text-decoration:none}
/* Header */ .site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:saturate(160%) blur(8px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.brand{display:flex;align-items:center;gap:12px} .logo-img{height:40px;width:auto;display:block}
.brand-text{display:flex;flex-direction:column} .brand-name{font-size:12px;font-weight:800;letter-spacing:.06em} .brand-sub{font-size:12px;color:var(--muted)}
.nav{display:flex;gap:16px;font-weight:600} .nav a{padding:8px 10px;border-radius:10px} .nav a:hover{background:#f6f8fb}
/* Hero */ .hero{padding:56px 0;border-bottom:1px solid var(--line)}
.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}
.cta-row{display:flex;gap:12px;margin-top:8px} .btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;border:1px solid var(--line);font-weight:700}
.btn-primary{background:var(--ink);color:#fff;border-color:var(--ink)} .btn-ghost{background:#fff;color:var(--ink)}
.hero-art{display:flex;justify-content:flex-end} .hero-card{display:grid;gap:10px;padding:18px;border-radius:16px;background:var(--card);color:var(--card-ink);width:100%;max-width:380px}
.stat{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px dashed rgba(229,231,235,.3);padding-bottom:8px}
.stat:last-child{border-bottom:none} .stat-num{font-weight:800;font-size:22px} .stat-label{font-size:13px;opacity:.9}
/* Sections */ .section{padding:42px 0} .section-alt{background:#fbfcfe} .grid{display:grid;gap:16px} .cards{grid-template-columns:repeat(4,1fr)}
.card{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff} .card h3{margin-bottom:6px} .list{margin:8px 0 0 0;padding-left:18px} .list li{margin:4px 0}
/* Clients */ .logos{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:12px}

/* About */ .about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px}
.about-card{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff}
.kpi{display:flex;flex-direction:column;gap:6px} .kpi-num{font-size:18px;font-weight:800} .kpi-label{color:var(--muted);font-size:14px}
/* Contacts */ .contacts{display:grid;grid-template-columns:1fr;gap:24px;margin-top:12px} .form{display:grid;gap:10px} .form label{display:grid;gap:6px}
input,textarea{width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--line);font:inherit} button{cursor:pointer}
/* Footer */ .site-footer{border-top:1px solid var(--line);background:#fff} .footer-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
/* Responsive */ @media (max-width:960px){.hero-inner{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.logos{grid-template-columns:repeat(3,1fr)}.contacts{display:grid;grid-template-columns:1fr;gap:24px;margin-top:12px}}
@media (max-width:560px){h1{font-size:28px}.cards{grid-template-columns:1fr}.logos{grid-template-columns:repeat(2,1fr)}}

.logos img.lg{height:96px}

/* Enlarge logo inside the same frame height */
.logos img.lg{height:80px;padding:4px}
.logos img.xl{height:84px;padding:2px}

/* Uniform logo frames */
.logo-box{
  height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  padding:8px;
}
.logo-box.lg{ padding:4px; }
.logo-box.xl{ padding:2px; }
.logo-box img{
  max-height:100%;
  max-width:100%;
  display:block;
}

/* Service icons */
.service{display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:start;margin-bottom:18px}
.svc-ico{width:56px;height:56px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;background:#fff}
.svc-ico-svg{width:28px;height:28px;stroke:var(--ink);fill:none;stroke-width:1.6}
/* Make recruitment icon filled for contrast */
#placement .svc-ico-svg circle{fill:var(--ink)}
#placement .svc-ico-svg path{fill:none}

/* FIX: keep icon left, text right */
.service{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:start;margin-bottom:20px}
.service > :not(.svc-ico){grid-column:2 / -1}
.svc-ico{grid-row:1 / span 5;align-self:start}
/* Optional photo slot that can replace the icon */
.svc-photo{width:64px;height:64px;object-fit:cover;border:1px solid var(--line);border-radius:12px;background:#fff;display:block}











/* SERVICES PHOTO STYLE v6 */
.service{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  column-gap:24px;
  row-gap:10px;
  align-items:start;
  margin-bottom:32px;
}
/* let children of .svc-head participate in the grid */
.svc-head{display:contents}
/* image pinned to left column */
.svc-photo{
  grid-column:1;
  grid-row:1 / span 3;
  width:260px;
  height:170px;
  object-fit:cover;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  display:block;
}
/* title in first row of right column */
.service h2{
  grid-column:2;
  grid-row:1;
  margin:0 0 8px 0;
}
/* text flows in right column below */
.service > p{grid-column:2; grid-row:2; margin-top:0}
.service > ul{grid-column:2}
@media (max-width: 860px){
  .service{grid-template-columns:1fr; row-gap:12px}
  .svc-photo{grid-column:auto; grid-row:auto; width:100%; height:auto; aspect-ratio:16/9}
  .service h2, .service > p, .service > ul{grid-column:auto}
}
/* end SERVICES PHOTO STYLE v6 */

.badges{margin-top:8px}
.badge-accr{display:inline-block;padding:6px 10px;border:1px solid var(--line);
  border-radius:10px;font-weight:600;font-size:12px;background:#fff}

.lang-switch{margin-left:12px}
.lang-switch a{display:inline-block;padding:8px 10px;border-radius:10px;border:1px solid var(--line);font-weight:700}
.lang-switch a:hover{background:#f6f8fb}
@media (max-width: 560px){.lang-switch{display:none}}
