:root {
  --blue-900: #002b52;
  --blue-800: #00355f;
  --blue-700: #0f4c81;
  --blue-100: #d8e9ff;
  --lime: #c6f432;
  --ink: #121417;
  --muted: #5f6875;
  --line: #d9dee7;
  --surface: #ffffff;
  --surface-soft: #f5f7fa;
  --surface-warm: #fcf9f8;
  --temporary: #ffb800;
  --project: #9d50bb;
  --oneoff: #ff4b2b;
  --parttime: #00a64f;
  --official: #0f4c81;
  --urgent: #ff6d00;
  --radius: 8px;
  --shadow: 0 12px 28px rgba(15, 76, 129, 0.1);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface-warm);
  color: var(--ink);
  font-family: Inter, Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--blue-700);
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(252, 249, 248, 0.96);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-900);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-logo {
  width: 218px;
  height: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: var(--blue-900);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  color: #1e2733;
  font-size: 15px;
  font-weight: 600;
}

.main-nav a[aria-current="page"] {
  color: var(--blue-700);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.location-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #26313f;
  font-weight: 600;
}

.location-pill svg {
  width: 18px;
  fill: var(--blue-900);
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 18px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.button-primary {
  background: var(--blue-900);
  color: #fff;
}

.button-primary:hover {
  color: #fff;
  background: var(--blue-700);
}

.button-accent {
  background: var(--lime);
  color: #162100;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.hero {
  padding: 54px 0 32px;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 36px;
  align-items: center;
}

.eyebrow,
.kicker,
.official-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: var(--blue-100);
  color: var(--blue-900);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Manrope, Inter, Arial, sans-serif;
  color: var(--ink);
  line-height: 1.14;
}

h1 {
  max-width: 760px;
  margin-top: 14px;
  font-size: 58px;
  letter-spacing: 0;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 19px;
}

.hero-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: #3b4654;
  font-size: 18px;
}

.search-box {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.85fr) auto;
  gap: 10px;
  margin-top: 28px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(0, 43, 82, 0.08);
}

.search-box label {
  display: grid;
  gap: 4px;
}

.search-box span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.search-box input {
  width: 100%;
  height: 44px;
  border: 1px solid #c9d1dd;
  border-radius: 4px;
  padding: 0 12px;
  color: var(--ink);
  font: inherit;
}

.search-box button {
  align-self: end;
  min-width: 140px;
  background: var(--blue-900);
  color: #fff;
}

.quick-types {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.type-chip,
.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border-radius: 8px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 800;
}

.type-chip {
  border: 1px solid var(--line);
  background: #fff;
}

.type-main,
.badge.remote,
.badge.stable {
  background: #eaf4ff;
  color: var(--blue-900);
}

.type-temporary,
.badge.temporary {
  background: rgba(255, 184, 0, 0.16);
  color: #8b5b00;
}

.type-parttime,
.badge.parttime,
.badge.noexp {
  background: rgba(0, 200, 83, 0.14);
  color: #087a39;
}

.type-project,
.badge.project {
  background: rgba(157, 80, 187, 0.15);
  color: #713188;
}

.type-oneoff,
.badge.oneoff {
  background: rgba(255, 75, 43, 0.12);
  color: #b8321d;
}

.type-official,
.badge.official {
  background: var(--blue-100);
  color: var(--blue-900);
}

.badge.urgent {
  background: rgba(255, 109, 0, 0.13);
  color: #a54800;
}

.hero-visual {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.visual-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.visual-stats div {
  padding: 14px;
  border-right: 1px solid var(--line);
}

.visual-stats div:last-child {
  border-right: 0;
}

.visual-stats strong {
  display: block;
  color: var(--blue-900);
  font-size: 22px;
  line-height: 1;
}

.visual-stats span {
  color: var(--muted);
  font-size: 12px;
}

.city-strip {
  background: var(--surface-soft);
  border-bottom: 1px solid var(--line);
}

.strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  min-height: 62px;
  font-size: 14px;
}

.strip-inner span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.strip-inner a {
  color: #273241;
  font-weight: 700;
}

.section {
  padding: 58px 0;
}

.section-muted {
  background: var(--surface-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading .kicker,
.split .kicker,
.faq-grid .kicker {
  margin-bottom: 10px;
}

.text-link {
  color: var(--blue-900);
  font-weight: 800;
}

.job-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
}

.filters,
.job-card,
.vacancy-card,
.safety-card,
.link-grid a,
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.filters {
  align-self: start;
  padding: 16px;
}

.filter-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.filter-head button {
  min-height: auto;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.filter-status {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 15px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

fieldset legend {
  padding: 0 0 9px;
  color: #243040;
  font-size: 13px;
  font-weight: 800;
}

fieldset label {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 28px;
  color: #303c4b;
  font-size: 14px;
}

.job-list {
  display: grid;
  gap: 14px;
  align-content: start;
}

.job-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 20px;
}

.job-card:hover {
  border-color: rgba(15, 76, 129, 0.5);
  box-shadow: 0 8px 22px rgba(15, 76, 129, 0.08);
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 9px;
}

.job-card h3 a {
  color: var(--blue-900);
}

.salary {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.salary.big {
  font-size: 44px;
}

.meta {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.desc {
  margin: 10px 0 0;
  color: #334154;
}

.job-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 44px;
  border-radius: 4px;
  background: var(--blue-900);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.job-cta:hover {
  color: #fff;
  background: var(--blue-700);
}

.empty-jobs {
  display: grid;
  gap: 6px;
  align-self: start;
  padding: 22px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: #334154;
}

.empty-jobs strong {
  color: var(--blue-900);
  font-size: 18px;
}

.news-section {
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.news-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.news-card:hover {
  border-color: rgba(15, 76, 129, 0.5);
  box-shadow: 0 8px 22px rgba(15, 76, 129, 0.08);
}

.news-thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--blue-100);
  border-radius: var(--radius);
  background: #eef6ff;
}

.news-thumb svg {
  width: 66px;
  height: 66px;
  fill: none;
  stroke: var(--blue-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.news-thumb-green {
  border-color: #d8f4df;
  background: #f0fbf2;
}

.news-thumb-green svg {
  stroke: var(--parttime);
}

.news-thumb-orange {
  border-color: #ffe0d5;
  background: #fff4ef;
}

.news-thumb-orange svg {
  stroke: var(--urgent);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.news-meta span {
  color: var(--blue-700);
}

.news-card h3 {
  margin: 0;
  color: var(--blue-900);
  font-size: 20px;
  line-height: 1.25;
}

.news-card p {
  margin: 0;
  color: #334154;
}

.page-hero {
  padding: 46px 0 54px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--blue-700);
}

.page-hero h1 {
  max-width: 820px;
  margin-top: 12px;
}

.page-lead {
  max-width: 760px;
  margin-top: 16px;
  color: #334154;
  font-size: 18px;
}

.page-hero-note,
.sidebar-box,
.editor-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.page-hero-note {
  padding: 22px;
  box-shadow: var(--shadow);
}

.page-hero-note strong,
.editor-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-900);
  font-size: 18px;
}

.page-hero-note span,
.editor-note span {
  color: #334154;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.category-card {
  display: grid;
  gap: 8px;
  min-height: 146px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.category-card:hover {
  border-color: rgba(15, 76, 129, 0.5);
  box-shadow: 0 8px 22px rgba(15, 76, 129, 0.08);
}

.category-card strong {
  color: var(--blue-900);
  font-size: 18px;
}

.category-card span {
  color: #334154;
  font-size: 14px;
}

.news-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 26px;
  align-items: start;
}

.article-feed {
  min-width: 0;
}

.feed-heading {
  margin-bottom: 18px;
}

.feed-count {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.featured-article,
.article-row {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.featured-article {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
  padding: 20px;
  margin-bottom: 16px;
}

.featured-article h3,
.article-row h3 {
  margin: 8px 0;
  color: var(--blue-900);
}

.featured-article h3 {
  font-size: 28px;
  line-height: 1.18;
}

.featured-article p,
.article-row p {
  margin: 0 0 12px;
  color: #334154;
}

.article-list {
  display: grid;
  gap: 12px;
}

.article-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
}

.article-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--blue-700);
  font-size: 15px;
  font-weight: 900;
}

.article-green {
  background: var(--parttime);
}

.article-lime {
  color: var(--blue-900);
  background: var(--lime);
}

.article-orange {
  background: var(--urgent);
}

.article-purple {
  background: var(--project);
}

.news-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.sidebar-box {
  padding: 18px;
}

.sidebar-box h2 {
  margin-bottom: 12px;
  font-size: 18px;
}

.sidebar-box a {
  display: block;
  padding: 9px 0;
  border-top: 1px solid var(--line);
  color: #26364b;
  font-weight: 700;
}

.plain-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: #334154;
}

.editor-note {
  padding: 18px;
  background: var(--surface-soft);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.pagination a,
.pagination span {
  display: grid;
  place-items: center;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--blue-900);
  font-weight: 900;
}

.pagination span {
  background: var(--blue-900);
  color: #fff;
}

.article-hero {
  padding: 46px 0 52px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: end;
}

.article-meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.article-hero h1 {
  max-width: 900px;
}

.article-lead {
  max-width: 780px;
  margin: 18px 0 0;
  color: #334154;
  font-size: 20px;
}

.article-summary {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.article-summary strong {
  display: block;
  margin-bottom: 12px;
  color: var(--blue-900);
  font-size: 18px;
}

.article-summary ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: #334154;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) 300px;
  gap: 34px;
  align-items: start;
}

.article-body {
  min-width: 0;
}

.article-body > p,
.article-body li,
.article-body td {
  color: #253246;
  font-size: 18px;
  line-height: 1.7;
}

.article-body > p {
  margin: 0 0 20px;
}

.article-body h2 {
  margin: 36px 0 14px;
  font-size: 30px;
}

.article-cover {
  margin: 0 0 28px;
}

.article-cover svg {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--blue-100);
  border-radius: var(--radius);
  background: #eef6ff;
  fill: none;
  stroke: var(--blue-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.article-cover figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.article-callout,
.author-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.article-callout {
  display: grid;
  gap: 8px;
  margin: 28px 0;
  padding: 20px;
  border-left: 5px solid var(--lime);
}

.article-callout strong,
.author-box strong {
  color: var(--blue-900);
  font-size: 18px;
}

.article-callout span,
.author-box span {
  color: #334154;
}

.article-checklist,
.article-steps {
  display: grid;
  gap: 12px;
  margin: 18px 0 26px;
  padding-left: 24px;
}

.article-checklist li::marker {
  color: var(--parttime);
}

.article-steps li::marker {
  color: var(--blue-700);
  font-weight: 900;
}

.article-table-wrap {
  overflow-x: auto;
  margin: 20px 0 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.article-table th,
.article-table td {
  padding: 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.article-table th {
  color: var(--blue-900);
  font-size: 14px;
  text-transform: uppercase;
}

.article-table tr:last-child td {
  border-bottom: 0;
}

.article-body blockquote {
  margin: 28px 0;
  padding: 20px;
  border-left: 5px solid var(--blue-700);
  border-radius: var(--radius);
  background: #fff;
}

.article-body blockquote p {
  margin: 0;
  color: var(--blue-900);
  font-size: 19px;
  font-weight: 800;
}

.article-footer {
  display: grid;
  gap: 16px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 4px;
  background: var(--blue-100);
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 900;
}

.author-box {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.article-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.author-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.author-card-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.author-avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--blue-900);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.author-card .kicker {
  margin: 0 0 4px;
}

.author-card h2 {
  margin: 0;
  color: var(--blue-900);
  font-size: 20px;
}

.author-card p,
.author-card span {
  margin: 0;
  color: #334154;
}

.author-latest {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.author-latest strong {
  padding: 14px 0 6px;
  color: #1a2431;
  font-size: 14px;
}

.author-latest a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--blue-900);
  font-weight: 800;
  line-height: 1.35;
}

.article-facts {
  display: grid;
  gap: 12px;
  margin: 0;
}

.article-facts div {
  display: grid;
  gap: 3px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.article-facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-facts dd {
  margin: 0;
  color: var(--blue-900);
  font-weight: 800;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.official-band {
  padding: 58px 0;
  background: var(--blue-700);
  color: #fff;
}

.official-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 36px;
  align-items: center;
}

.official-band h2,
.official-band p {
  color: #fff;
}

.official-band h2 {
  margin-top: 12px;
}

.official-band p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.official-label {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trust-cards article {
  min-height: 126px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.trust-cards strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.trust-cards span {
  color: rgba(255, 255, 255, 0.82);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1fr);
  gap: 36px;
}

.split p {
  color: #334154;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: inset 0 0 0 5px #eaff8a;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.link-grid a {
  min-height: 128px;
  padding: 20px;
}

.link-grid strong {
  display: block;
  color: var(--blue-900);
  font-size: 19px;
}

.link-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.vacancy-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
}

.vacancy-card,
.safety-card {
  padding: 24px;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.facts div {
  padding: 14px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.facts dd {
  margin: 5px 0 0;
  font-weight: 800;
}

.safety-card {
  align-self: start;
  background: var(--surface-soft);
}

.safety-card strong {
  display: block;
  color: var(--blue-900);
  font-size: 20px;
}

.safety-card ol {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding-left: 22px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  min-height: 58px;
  padding: 18px;
  color: var(--blue-900);
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: #394657;
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, 1fr);
  gap: 34px;
  padding: 42px 0;
}

.footer-brand {
  font-size: 21px;
}

.footer-brand .brand-logo {
  width: 205px;
}

.site-footer p {
  max-width: 320px;
  color: var(--muted);
}

.site-footer h2 {
  margin-bottom: 12px;
  color: #1a2431;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer a:not(.brand) {
  display: block;
  margin-top: 8px;
  color: #26364b;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 980px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .main-nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-grid,
  .page-hero-grid,
  .article-hero-grid,
  .official-grid,
  .split,
  .news-page-layout,
  .article-layout,
  .vacancy-preview,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-layout {
    grid-template-columns: 1fr;
  }

  .facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  .brand {
    font-size: 21px;
  }

  .brand-logo {
    width: 190px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    padding-top: 34px;
  }

  .search-box {
    grid-template-columns: 1fr;
  }

  .search-box button {
    width: 100%;
  }

  .visual-stats,
  .trust-cards,
  .link-grid,
  .news-grid,
  .category-grid,
  .news-sidebar,
  .article-sidebar,
  .related-grid,
  .featured-article,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 32px 0 40px;
  }

  .article-hero {
    padding: 32px 0 40px;
  }

  .page-lead {
    font-size: 16px;
  }

  .article-lead,
  .article-body > p,
  .article-body li,
  .article-body td {
    font-size: 16px;
  }

  .article-body h2 {
    font-size: 25px;
  }

  .article-cover figcaption {
    font-size: 13px;
  }

  .article-row {
    grid-template-columns: 1fr;
  }

  .job-card {
    grid-template-columns: 1fr;
  }

  .job-cta {
    width: 100%;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .facts {
    grid-template-columns: 1fr;
  }

  .salary.big {
    font-size: 30px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
