:root {
  --blue: #0f4c81;
  --blue-700: #0b3a63;
  --green: #10b981;
  --slate: #334155;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e5e7eb;
  --soft: #f8fafc;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(15, 23, 42, .12);
  --radius: 8px;
  --radius-lg: 18px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid rgba(16, 185, 129, .45); outline-offset: 3px; }
.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 112px) 0; }
.section-alt { background: var(--soft); }
.company-intro {
  padding: clamp(34px, 5vw, 72px) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.company-intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}
.company-intro-heading h2 {
  max-width: 520px;
  font-size: clamp(1.8rem, 3.2vw, 3.15rem);
}
.company-intro-card {
  padding: clamp(22px, 3vw, 34px);
}
.company-intro-card .lead {
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}
.company-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}
.eyebrow { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; }
h1, h2, h3 { line-height: 1.1; margin: 0 0 16px; letter-spacing: 0; }
h1 { font-size: clamp(2.45rem, 7vw, 5.35rem); max-width: 850px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.55rem); }
p { margin: 0 0 18px; color: var(--muted); }
.lead { font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 720px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--white); padding: 10px 12px; z-index: 200; }
.skip-link:focus { left: 8px; }
.announcement {
  background: linear-gradient(90deg, var(--blue), var(--green));
  color: #fff;
  font-size: .92rem;
  text-align: center;
  padding: 9px 16px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(226,232,240,.76);
  backdrop-filter: blur(18px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; color: var(--blue); background: transparent; }
.brand img { width: 184px; height: auto; }
.brand img[src$=".png"] {
  max-height: 50px;
  width: auto;
  object-fit: contain;
}
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a, .nav-actions button {
  min-height: 42px;
  border: 0;
  border-radius: var(--radius);
  padding: 10px 12px;
  background: transparent;
  color: var(--slate);
  cursor: pointer;
  font-weight: 700;
}
.nav-links a:hover, .nav-links a.active, .nav-actions button:hover { background: rgba(15,76,129,.08); color: var(--blue); }
.dropdown { position: relative; }
.mega {
  position: absolute;
  right: 0;
  top: calc(100% + 14px);
  width: min(760px, calc(100vw - 32px));
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow);
}
.dropdown:hover .mega, .dropdown:focus-within .mega { display: grid; }
.mega a { padding: 10px; border-radius: var(--radius); color: var(--slate); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  padding: 12px 18px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 14px 30px rgba(15, 76, 129, .22); }
.btn-green { background: var(--green); color: #052e20; }
.btn-outline { border-color: var(--line); color: var(--slate); background: var(--white); }
.menu-toggle { display: none; }
.hero {
  background: var(--white);
  overflow: hidden;
}
.hero-banner-top {
  min-height: auto;
  line-height: 0;
}
.hero-banner-top picture,
.hero-banner-top img {
  width: 100%;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(280px, .96fr); gap: clamp(28px, 6vw, 76px); align-items: center; padding: 48px 0; }
.hero-visual { position: relative; min-height: 360px; }
.hero-visual picture, .hero-visual img { width: 100%; height: auto; border-radius: 24px; filter: drop-shadow(0 28px 45px rgba(15,23,42,.15)); }
.hero-banner-image {
  height: auto;
  object-fit: contain;
  object-position: top center;
  background: #fff;
  border-radius: 0;
}
.search-panel {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(226,232,240,.9);
  background: rgba(255,255,255,.82);
  border-radius: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.field { display: grid; gap: 6px; }
.field label { font-size: .76rem; font-weight: 800; color: var(--slate); }
.field small { color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: var(--white);
  color: var(--ink);
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  margin-bottom: 16px;
  border-radius: var(--radius);
  padding: 12px 14px;
  background: rgba(16,185,129,.12);
  color: #047857;
  font-weight: 800;
}
.form-status.error {
  background: rgba(239,68,68,.1);
  color: #b91c1c;
}
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.stat, .card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: 0 10px 35px rgba(15,23,42,.06);
}
.stat strong { display: block; font-size: 1.7rem; color: var(--blue); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.country-card .flag { font-size: 2rem; }
.country-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
  background: #f1f5f9;
  border: 1px solid var(--line);
}
.card-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.pill { display: inline-flex; align-items: center; border-radius: 999px; background: rgba(15,76,129,.08); color: var(--blue); padding: 6px 10px; font-size: .84rem; font-weight: 750; }
.pill.green { background: rgba(16,185,129,.12); color: #047857; }
.world-map {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(15,76,129,.08), rgba(16,185,129,.1));
  overflow: hidden;
}
.map-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 9px rgba(16,185,129,.16);
  border: 2px solid #fff;
}
.tooltip {
  position: absolute;
  min-width: 190px;
  display: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  box-shadow: var(--shadow);
  z-index: 3;
}
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: step; }
.timeline .card { position: relative; }
.timeline .card::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  margin-bottom: 14px;
}
.filters { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 22px; }
.job-list { display: grid; gap: 14px; }
.job-card { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; }
.comparison { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); }
table { width: 100%; border-collapse: collapse; background: var(--white); min-width: 760px; }
th, td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--blue); background: rgba(15,76,129,.06); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; color: var(--ink); padding: 18px 0; display: flex; justify-content: space-between; text-align: left; font-weight: 850; cursor: pointer; }
.faq-answer { display: none; padding-bottom: 18px; }
.faq-item.open .faq-answer { display: block; }
.site-footer { background: #07111f; color: #e2e8f0; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 28px; }
.site-footer a, .site-footer p { color: #cbd5e1; }
.footer-logo {
  width: 160px;
  max-height: 70px;
  object-fit: contain;
  margin-bottom: 14px;
}
.footer-title { color: #fff; font-weight: 900; margin-bottom: 12px; }
.footer-links { display: grid; gap: 8px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a, .float-actions a, .back-top {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
}
.float-actions { position: fixed; right: 18px; bottom: 18px; display: grid; gap: 10px; z-index: 80; }
.whatsapp { background: #25d366; }
.icon-link img {
  width: 100%;
  height: 100%;
}
.call { background: var(--blue); font-size: .72rem; }
.back-top { background: var(--green); border: 0; cursor: pointer; font-size: .72rem; }
.legal { border-top: 1px solid rgba(226,232,240,.15); margin-top: 36px; padding-top: 22px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.mobile-only { display: none; }

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--blue);
    padding: 9px 14px;
    font-weight: 850;
    line-height: 1;
  }
  .nav-links {
    position: fixed;
    inset: 86px 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 14px;
    box-shadow: var(--shadow);
    max-height: calc(100vh - 110px);
    overflow: auto;
  }
  .nav-links.open { display: flex; }
  body.menu-open { overflow: hidden; }
  .dropdown .mega { position: static; width: 100%; grid-template-columns: 1fr; box-shadow: none; margin-top: 8px; }
  .hero-grid, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr 1fr; }
  .search-panel, .filters { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .company-intro-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .company-intro-heading h2 {
    max-width: 760px;
  }
}
@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--container)); }
  .brand img { max-height: 42px; }
  .hero { min-height: auto; }
  .hero-grid, .grid-3, .grid-4, .footer-grid, .stats-strip, .timeline, .job-card { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .hero-visual { min-height: auto; }
  .nav-actions .btn { display: none; }
  .company-intro {
    padding: 30px 0 44px;
  }
  .company-intro-heading h2 {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
  }
  .company-intro-actions .btn {
    width: 100%;
  }
  .float-actions { right: 12px; bottom: 12px; }
}

.site-footer img[src*="jobzy-logo-cropped"] {
  width: 160px;
  max-height: 70px;
  object-fit: contain;
  margin-bottom: 14px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
