:root {
  --brand: #14a866;
  --brand-dark: #087747;
  --ink: #112219;
  --muted: #617067;
  --line: #dfe8e2;
  --surface: #f4f8f5;
  --white: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--surface); line-height: 1.65; }
a { color: inherit; }
.job-site-header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 max(20px, calc((100vw - 1160px)/2)); background: #0e2017; color: #fff; }
.job-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; letter-spacing: .08em; }
.job-brand span { display: grid; width: 38px; height: 38px; place-items: center; color: #0e2017; background: #38d88d; border-radius: 12px; font-weight: 900; }
.header-cta, .primary-button, .secondary-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 11px; font-weight: 800; text-decoration: none; }
.header-cta, .primary-button { color: #fff; background: var(--brand-dark); }
.job-page { width: min(1160px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 64px; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 22px; color: var(--muted); font-size: 14px; overflow-wrap: anywhere; }
.breadcrumbs a { text-decoration: none; }
.job-detail-page { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 60px rgba(15, 48, 31, .08); }
.job-hero { padding: clamp(28px, 5vw, 58px); color: #fff; background: radial-gradient(circle at 85% 10%, rgba(56,216,141,.28), transparent 30%), #10261a; }
.job-badge { display: inline-flex; padding: 7px 11px; color: #baf5d5; border: 1px solid rgba(186,245,213,.35); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.job-hero h1 { max-width: 850px; margin: 14px 0 8px; font-size: clamp(34px, 6vw, 62px); line-height: 1.06; }
.job-company { margin: 0; color: rgba(255,255,255,.72); }
.job-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 34px; }
.job-facts div { padding: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.job-facts small, .job-facts strong { display: block; }
.job-facts small { margin-bottom: 4px; color: rgba(255,255,255,.62); }
.job-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 38px; padding: clamp(24px, 5vw, 54px); }
.job-content h2 { margin: 34px 0 10px; font-size: 24px; }
.job-content h2:first-child { margin-top: 0; }
.job-content p, .job-content li { color: #3f5047; }
.job-content ul { padding-left: 22px; }
.apply-card { position: sticky; top: 24px; align-self: start; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.apply-card h2 { margin: 0 0 8px; }
.apply-card p { margin: 0 0 20px; color: var(--muted); }
.apply-card .primary-button, .apply-card .secondary-button { width: 100%; margin-top: 10px; }
.secondary-button { color: var(--brand-dark); background: #fff; border: 1px solid var(--line); }
.apply-card dl { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.apply-card dl div { display: flex; justify-content: space-between; gap: 18px; padding: 7px 0; }
.apply-card dt { color: var(--muted); }
.apply-card dd { margin: 0; font-weight: 700; text-align: right; overflow-wrap: anywhere; }
.job-footer-site { padding: 26px 16px; color: #c4d2ca; background: #0e2017; text-align: center; font-size: 14px; }
.error-page { display: grid; min-height: 100vh; place-content: center; justify-items: center; padding: 24px; text-align: center; }
.error-page h1 { margin: 0; font-size: 80px; }
.error-page p { color: var(--muted); }
@media (max-width: 860px) { .job-facts { grid-template-columns: repeat(2,minmax(0,1fr)); } .job-layout { grid-template-columns: 1fr; } .apply-card { position: static; } }
@media (max-width: 520px) { .job-site-header { padding: 0 16px; } .job-brand strong { display: none; } .job-page { width: min(100% - 20px, 1160px); padding-top: 14px; } .job-facts { grid-template-columns: 1fr; } .job-layout { padding: 22px; } }

.job-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
  margin-right: 14px;
  padding: 3px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
}

.job-language-switcher a {
  min-height: 30px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.job-language-switcher a:hover,
.job-language-switcher a.active {
  color: #10261a;
  background: #baf5d5;
}

@media (max-width: 640px) {
  .job-language-switcher {
    margin-right: 8px;
  }

  .job-language-switcher a {
    padding-inline: 5px;
    font-size: 10px;
  }

  .header-cta {
    padding-inline: 12px;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .job-site-header {
    gap: 7px;
  }

  .job-language-switcher {
    gap: 1px;
    margin-left: auto;
    margin-right: 0;
  }

  .job-language-switcher a {
    max-width: 34px;
    overflow: hidden;
  }

  .header-cta {
    display: none;
  }
}
