@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url("fonts/montserrat-cyrillic-600-900.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url("fonts/montserrat-latin-ext-600-900.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url("fonts/montserrat-latin-600-900.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("fonts/open-sans-cyrillic-400-800.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("fonts/open-sans-latin-ext-400-800.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("fonts/open-sans-latin-400-800.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --coral: #f26a4b;
  --coral-dark: #bd3f25;
  --coral-action: #bd3f25;
  --coral-soft: #fff0eb;
  --peach: #ffb18f;
  --ink: #25262d;
  --muted: #6b6e78;
  --muted-2: #6b6e78;
  --line: #e6e7eb;
  --surface: #fff;
  --surface-2: #f7f8fa;
  --background: #f3f4f6;
  --success: #16835f;
  --success-soft: #eaf8f2;
  --warning: #9f6400;
  --warning-soft: #fff7df;
  --danger: #b42318;
  --shadow-sm: 0 4px 18px rgba(31, 35, 48, .06);
  --shadow-md: 0 16px 42px rgba(31, 35, 48, .1);
  --radius: 16px;
  --radius-sm: 11px;
  --shell: 1120px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.drawer-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--coral-dark); outline-offset: 2px; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  transform: translateY(-140%);
  padding: 9px 14px;
  min-height: 44px;
  display: flex;
  align-items: center;
  border-radius: 9px;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus { transform: none; }
.shell { width: min(var(--shell), calc(100% - 32px)); margin-inline: auto; }
h1, h2, h3, h4, h5, h6, .brand { font-family: "Montserrat", "Open Sans", sans-serif; }
.muted { color: var(--muted); }
.eyebrow {
  margin: 0 0 8px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 62px;
  border-bottom: 1px solid rgba(230, 231, 235, .9);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 4px 18px rgba(31, 35, 48, .035);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 17px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; font-size: 19px; font-weight: 950; letter-spacing: -.045em; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--coral);
  color: #fff;
  box-shadow: 0 7px 18px rgba(242, 106, 75, .22);
  font-size: 21px;
}
.brand-name span { color: var(--coral-dark); }
.desktop-nav { display: flex; align-items: center; gap: 2px; white-space: nowrap; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 10px; border-radius: 999px; color: #555861; font-size: 12px; font-weight: 750; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { background: var(--coral-soft); color: var(--coral-dark); }
.header-search {
  height: 44px;
  min-width: 150px;
  flex: 1 1 240px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid #e1e3e7;
  border-radius: 11px;
  background: #f7f8fa;
}
.header-search input { min-width: 0; width: 100%; height: 44px; border: 0; outline: 0; background: transparent; font-size: 12px; }
.header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.icon-button, .menu-button, .login-link {
  min-height: 44px;
  border: 1px solid #e1e3e7;
  border-radius: 11px;
  background: #fff;
}
.icon-button, .menu-button { width: 44px; position: relative; display: grid; place-items: center; padding: 0; }
.notif-badge {
  min-width: 17px;
  height: 17px;
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  border: 2px solid #fff;
  border-radius: 99px;
  background: var(--coral-action);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}
.login-link { display: inline-flex; align-items: center; gap: 7px; padding: 4px 10px 4px 5px; font-size: 12px; font-weight: 800; }
.avatar { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: var(--coral-soft); color: var(--coral-dark); }
.menu-button { display: none; align-content: center; gap: 4px; }
.menu-button span { width: 17px; height: 2px; display: block; border-radius: 99px; background: #34363c; }

.mobile-drawer, .drawer-backdrop { display: none; }
.drawer-backdrop { position: fixed; inset: 62px 0 0; z-index: 88; border: 0; background: rgba(31, 35, 48, .42); }
.mobile-drawer {
  width: min(360px, 90vw);
  position: fixed;
  top: 62px;
  right: 0;
  bottom: 0;
  z-index: 90;
  overflow: auto;
  padding: 18px;
  background: #fff;
  box-shadow: -20px 0 45px rgba(31, 35, 48, .16);
}
.mobile-drawer nav { display: grid; gap: 7px; }
.drawer-head { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.drawer-head h2 { margin: 0; font-size: 18px; }
.drawer-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 11px; background: #fff; font-size: 23px; }
.mobile-drawer a { min-height: 44px; display: flex; align-items: center; padding: 12px 14px; border-radius: 11px; background: var(--surface-2); font-weight: 760; }
.mobile-drawer.open, .drawer-backdrop.open { display: block; }

.page-main { min-height: calc(100vh - 260px); padding: 18px 0 56px; }
.hero {
  min-height: 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding: 25px 32px 29px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 83% 22%, rgba(67, 20, 10, .18), transparent 25%),
    linear-gradient(135deg, #b73b22, #c74327 46%, #c94f34);
  box-shadow: 0 15px 36px rgba(216, 83, 48, .17);
  color: #fff;
}
.hero::after { content: ""; width: 230px; height: 230px; position: absolute; right: -76px; bottom: -140px; border: 38px solid rgba(255, 255, 255, .1); border-radius: 50%; }
.hero > * { position: relative; z-index: 1; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.04; letter-spacing: -.045em; }
.hero p { max-width: 680px; margin: 10px 0 0; color: #fff; line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: var(--coral-action);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  transition: transform .16s, box-shadow .16s, background .16s;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(242, 106, 75, .2); }
.button.secondary { border-color: var(--line); background: #fff; color: var(--ink); }
.button.ghost-light { border-color: #fff; background: transparent; color: #fff; }
.button.small { min-height: 44px; padding: 9px 12px; border-radius: 9px; font-size: 11px; }
.button.wide { width: 100%; }

.search-panel {
  position: relative;
  z-index: 5;
  margin: -18px 24px 18px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(180px, .7fr) auto;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-md);
}
.field-control {
  min-height: 44px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dfe1e6;
  border-radius: 10px;
  background: #fff;
  outline: 0;
}
.field-control:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(242,106,75,.1); }
textarea.field-control { min-height: 120px; resize: vertical; }
.field { display: grid; gap: 6px; }
.field > span, .field > label { color: #4d5059; font-size: 12px; font-weight: 780; }
.field-help { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.form-error { color: var(--danger); font-size: 12px; }

.quick-chips { display: flex; gap: 8px; overflow-x: auto; padding: 3px 1px 15px; scrollbar-width: none; }
.quick-chips::-webkit-scrollbar { display: none; }
.popular-chips { flex-wrap: wrap; overflow-x: visible; }
.chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #50535c;
  font-size: 11px;
  font-weight: 750;
}
.chip:hover, .chip.active { border-color: #ffc6b7; background: var(--coral-soft); color: var(--coral-dark); }
.chip .count { color: var(--muted-2); }

.listing-layout { display: grid; grid-template-columns: 238px minmax(0, 1fr); gap: 18px; align-items: start; }
.filter-card, .surface-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.filter-card { position: sticky; top: 80px; padding: 16px; }
.filter-card h2 { margin: 0 0 13px; font-size: 15px; }
.filter-group { display: grid; gap: 7px; margin-top: 14px; }
.filter-group + .filter-group { padding-top: 14px; border-top: 1px solid var(--line); }
.filter-actions { display: grid; gap: 8px; margin-top: 16px; }
.results-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 10px; }
.results-head h2 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.results-tools { display: flex; align-items: center; gap: 8px; }
#filterToggle { display: none; }
.results-tools select { min-height: 44px; padding: 9px 31px 9px 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; font-size: 11px; }
.personalization {
  margin-bottom: 11px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #ffd4c8;
  border-radius: 12px;
  background: #fff8f5;
}
.personalization strong { display: block; font-size: 12px; }
.personalization span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.switch { position: relative; flex: 0 0 auto; width: 45px; height: 26px; }
.switch input { width: 1px; height: 1px; position: absolute; opacity: 0; }
.switch-track { position: absolute; inset: 0; border-radius: 99px; background: #d6d8dd; transition: .2s; }
.switch-track::after { content: ""; width: 20px; height: 20px; position: absolute; top: 3px; left: 3px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.14); transition: .2s; }
.switch input:checked + .switch-track { background: var(--coral); }
.switch input:checked + .switch-track::after { transform: translateX(19px); }

.job-list { display: grid; gap: 11px; }
.job-card {
  min-height: 198px;
  position: relative;
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .17s, box-shadow .17s, border-color .17s;
}
.job-card:hover { transform: translateY(-2px); border-color: #f1b3a3; box-shadow: 0 16px 34px rgba(31, 35, 48, .1); }
.job-photo { min-height: 198px; position: relative; overflow: hidden; background: #e8eaee; }
.job-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.photo-placeholder { width: 100%; height: 100%; min-height: 198px; display: grid; place-items: center; background: linear-gradient(135deg, #f1f2f4, #e1e4e9); color: #777b85; font-size: 38px; font-weight: 900; }
.job-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 50%; background: linear-gradient(transparent, rgba(24,26,31,.22)); pointer-events: none; }
.photo-label { position: absolute; z-index: 1; right: 10px; bottom: 10px; padding: 4px 8px; border-radius: 999px; background: rgba(24,26,31,.78); color: #fff; font-size: 11px; line-height: 1.2; }
.job-body { min-width: 0; padding: 17px 18px 15px; display: flex; flex-direction: column; }
.job-kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: 11px; }
.verified { color: var(--success); font-weight: 800; }
.job-title { margin: 8px 40px 5px 0; font-size: 20px; line-height: 1.2; letter-spacing: -.028em; }
.job-title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.job-location { color: var(--muted); font-size: 12px; }
.job-salary { margin-top: 11px; color: var(--coral-dark); font-size: 18px; font-weight: 900; letter-spacing: -.02em; }
.job-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.condition-chip { padding: 5px 8px; border-radius: 7px; background: var(--surface-2); color: #575a63; font-size: 10px; font-weight: 700; }
.condition-chip.positive { background: var(--success-soft); color: #126b50; }
.job-footer { margin-top: auto; padding-top: 11px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted-2); font-size: 10px; }
.save-button { width: 44px; height: 44px; position: absolute; z-index: 4; top: 13px; right: 13px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.94); font-size: 16px; }
.reason { padding: 4px 7px; border-radius: 7px; background: var(--coral-soft); color: var(--coral-dark); font-weight: 750; }
.sponsored-label { position: absolute; z-index: 4; top: 12px; left: 12px; padding: 5px 8px; border-radius: 7px; background: rgba(255,255,255,.94); color: var(--ink); font-size: 9px; font-weight: 900; }
.sponsored-card { border-color: #ffc6b7; }
.empty-state { padding: 48px 24px; text-align: center; }
.empty-state h2 { margin: 0; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; align-items: start; }
.content-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.content-card + .content-card { margin-top: 14px; }
.content-card h1, .content-card h2, .content-card h3 { letter-spacing: -.025em; }
.content-card h1 { margin: 0; font-size: clamp(27px, 4vw, 42px); }
.content-card h2 { margin: 0 0 12px; font-size: 20px; }
.content-card p, .prose { line-height: 1.68; }
.detail-photo { aspect-ratio: 16 / 7; width: 100%; position: relative; overflow: hidden; border-radius: 14px; background: var(--surface-2); }
.detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 13px 0; }
.apply-card { position: sticky; top: 80px; padding: 19px; border: 1px solid #ffd0c4; border-radius: var(--radius); background: #fff8f5; box-shadow: var(--shadow-sm); }
.apply-card .salary { margin: 7px 0 17px; color: var(--coral-dark); font-size: 24px; font-weight: 900; }
.mobile-apply-bar { display: none; }

.page-heading { margin: 8px 0 20px; }
.page-heading h1 { margin: 0; font-size: clamp(27px, 4vw, 40px); letter-spacing: -.04em; }
.page-heading p { max-width: 720px; margin: 9px 0 0; color: var(--muted); line-height: 1.55; }
.policy-wrap { max-width: 900px; }
.policy-updated { font-size: 12px; }
.policy-card { color: #4f525b; }
.policy-card h2 { color: var(--ink); }
.policy-card h3 { margin: 19px 0 8px; color: var(--ink); font-size: 15px; }
.policy-card p { margin: 0 0 11px; }
.policy-card p:last-child { margin-bottom: 0; }
.policy-card ul { margin: 8px 0 0; padding-left: 21px; line-height: 1.65; }
.policy-card li + li { margin-top: 6px; }
.policy-card a { color: var(--coral-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.policy-card code { padding: 2px 5px; border-radius: 5px; background: var(--surface-2); color: var(--ink); font-size: 11px; }
.policy-table-wrap { margin: 14px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.policy-table { width: 100%; border-collapse: collapse; font-size: 12px; line-height: 1.5; }
.policy-table th, .policy-table td { min-width: 120px; padding: 11px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table th { background: var(--surface-2); color: var(--ink); font-size: 11px; }
.policy-table tr:last-child td { border-bottom: 0; }
.policy-consent-actions { margin-top: 14px; }
.stepper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 15px; }
.step { padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--muted); font-size: 11px; font-weight: 780; text-align: center; }
.step.active { border-color: #ffbba9; background: var(--coral-soft); color: var(--coral-dark); }
.form-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.form-grid .full { grid-column: 1 / -1; }
.form-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 19px; padding-top: 16px; border-top: 1px solid var(--line); }
.upload-zone { min-height: 130px; display: grid; place-items: center; padding: 18px; border: 1px dashed #cdd0d7; border-radius: 12px; background: var(--surface-2); text-align: center; }
.status-box { margin: 14px 0; padding: 12px 14px; border-radius: 11px; background: var(--surface-2); font-size: 12px; line-height: 1.5; }
.status-box.success { background: var(--success-soft); color: #126b50; }
.status-box.error { background: #fff0ef; color: var(--danger); }

.news-hero { min-height: 300px; display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.news-hero-body { padding: 30px; align-self: center; }
.news-hero-media { min-height: 260px; background: linear-gradient(135deg, #fee8df, #f8b49f); }
.news-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.news-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.news-media { aspect-ratio: 16 / 9; background: linear-gradient(135deg, #fee8df, #f6c2b4); overflow: hidden; }
.news-media img { width: 100%; height: 100%; object-fit: cover; }
.news-body { padding: 15px; }
.news-body h2 { margin: 8px 0; font-size: 17px; line-height: 1.28; }
.news-body p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.news-meta { color: var(--coral-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }

.modal-backdrop { position: fixed; inset: 0; z-index: 120; display: none; align-items: center; justify-content: center; padding: 16px; background: rgba(31, 35, 48, .58); backdrop-filter: blur(3px); }
.modal-backdrop.open { display: flex; }
.modal { width: min(560px, 100%); max-height: min(760px, 92vh); overflow: auto; padding: 22px; border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(20, 23, 32, .24); }
.modal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.modal-head h2 { margin: 0; font-size: 20px; }
.close-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.notification-list { display: grid; gap: 9px; }
.notification-item { padding: 13px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface-2); }
.notification-item.unread { border-color: #ffc6b7; background: #fff8f5; }
.notification-item h3 { margin: 0 0 5px; font-size: 14px; }
.notification-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.consent-banner { position: fixed; right: 18px; bottom: 18px; z-index: 110; width: min(430px, calc(100% - 36px)); padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 22px 58px rgba(31, 35, 48, .18); }
.consent-banner h2 { margin: 0; font-size: 16px; }
.consent-banner p { margin: 6px 0 11px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.consent-banner p a { color: var(--coral-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.toast { position: fixed; left: 50%; bottom: 22px; z-index: 160; transform: translate(-50%, 30px); padding: 11px 15px; border-radius: 10px; background: var(--ink); color: #fff; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transition: .2s; font-size: 12px; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.site-footer { padding: 34px 0 25px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; }
.footer-grid h2 { margin: 0 0 10px; font-size: 13px; }
.footer-grid p, .footer-grid a { display: block; margin: 7px 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.footer-bottom { margin-top: 24px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 10px; }

@media (max-width: 1040px) {
  .desktop-nav a:nth-child(n+4) { display: none; }
  .listing-layout { grid-template-columns: 210px minmax(0, 1fr); }
  .job-card { grid-template-columns: 218px minmax(0, 1fr); }
}

@media (max-width: 820px) {
  .desktop-nav, .header-search, .login-link span:not(.avatar) { display: none; }
  .header-inner { gap: 9px; }
  .header-actions { margin-left: auto; }
  .menu-button { display: grid; }
  .hero { grid-template-columns: 1fr; gap: 0; padding: 24px 28px 29px; }
  .search-panel { margin: -14px 14px 16px; grid-template-columns: 1fr 1fr auto; }
  .listing-layout, .content-grid { grid-template-columns: 1fr; }
  .filter-card { position: static; display: none; }
  .filter-card.open { display: block; }
  #filterToggle { display: inline-flex; }
  .job-card { grid-template-columns: 220px minmax(0, 1fr); }
  .apply-card { position: static; }
  .vacancy-detail-shell { padding-bottom: 84px; }
  .mobile-apply-bar {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px max(18px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -10px 28px rgba(31, 35, 48, .12);
    backdrop-filter: blur(12px);
  }
  .mobile-apply-summary { min-width: 0; display: grid; line-height: 1.2; }
  .mobile-apply-summary span { max-width: 210px; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-apply-summary strong { margin-top: 3px; color: var(--coral-dark); font-size: 15px; }
  .mobile-apply-bar .button { min-width: 180px; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 20px, var(--shell)); }
  .site-header { height: 58px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand { font-size: 17px; }
  .brand, .icon-button, .menu-button, .login-link { min-height: 44px; }
  .icon-button, .menu-button { width: 44px; }
  .mobile-drawer { top: 58px; }
  .drawer-backdrop { inset-block-start: 58px; }
  .page-main { padding-top: 10px; }
  .hero { min-height: 0; padding: 18px 18px 31px; border-radius: 14px; }
  .hero h1 { font-size: 27px; }
  .hero p { margin-top: 8px; font-size: 12.5px; line-height: 1.42; }
  .hero-actions { margin-top: 13px; }
  .hero-actions .button { min-height: 44px; padding: 9px 12px; font-size: 12px; }
  .search-panel { margin: -18px 9px 14px; padding: 9px; grid-template-columns: 1fr auto; }
  .search-panel .location-control { grid-column: 1 / -1; grid-row: 2; }
  .popular-chips { flex-wrap: nowrap; overflow-x: auto; }
  .results-head { align-items: flex-start; flex-direction: column; }
  .results-tools { width: 100%; }
  .results-tools select { flex: 1; }
  .job-card { min-height: 0; grid-template-columns: 1fr; }
  .job-photo { min-height: 0; aspect-ratio: 16 / 8.7; }
  .photo-placeholder { min-height: 160px; }
  .job-body { padding: 15px; }
  .job-title { font-size: 18px; }
  .job-footer { align-items: flex-start; flex-direction: column; }
  .mobile-apply-bar { justify-content: space-between; gap: 10px; padding-inline: 12px; }
  .mobile-apply-summary span { max-width: 145px; }
  .mobile-apply-bar .button { min-width: 0; flex: 0 0 auto; padding-inline: 19px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .form-card, .content-card { padding: 17px; }
  .stepper { grid-template-columns: repeat(2, 1fr); }
  .form-actions { flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .news-hero { grid-template-columns: 1fr; }
  .news-hero-body { padding: 20px; }
  .news-hero-media { min-height: 190px; grid-row: 1; }
  .news-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px 14px; }
  .footer-grid a { min-height: 44px; display: flex; align-items: center; margin-block: 0; }
  .consent-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); }
  .consent-actions .button { flex: 1 1 150px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
