/* /vacancies/ - редизайн страницы вакансий */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Onest:wght@400;500;600;700&display=swap");

.main--vacancies-hub {
  margin-bottom: 0;
}

.main--vacancies-hub .page-top {
  margin-bottom: 0;
}

.main--vacancies-hub .breadcrumbs {
  margin-bottom: 0;
}

.vacancies-hub {
  --vh-ink: #14161d;
  --vh-ink-70: #3d4250;
  --vh-ink-50: #6b7280;
  --vh-surface: #f3f5f8;
  --vh-line: #e4e8ee;
  --vh-accent: #15a05a;
  --vh-accent-700: #0f7d45;
  --vh-accent-50: #e9f6ef;
  --vh-navy: #0f1320;
  --vh-r: 16px;
  --vh-r-sm: 10px;
  --vh-font-display: "Manrope", sans-serif;
  --vh-font-body: "Onest", sans-serif;
  color: var(--vh-ink);
  font-family: var(--vh-font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.vacancies-hub__hero {
  padding: 8px 0 12px;
  position: relative;
  overflow: hidden;
}

.vacancies-hub__hero::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(21, 160, 90, 0.12) 0%, transparent 68%);
  pointer-events: none;
}

.vacancies-hub__intro {
  max-width: 720px;
  position: relative;
}

.vacancies-hub__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  background: var(--vh-accent-50);
  color: var(--vh-accent-700);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 7px 14px;
  border-radius: 100px;
  margin-bottom: 22px;
}

.vacancies-hub__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vh-accent);
  box-shadow: 0 0 0 0 rgba(21, 160, 90, 0.5);
  animation: vacancies-hub-pulse 2.2s infinite;
}

@keyframes vacancies-hub-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(21, 160, 90, 0.45);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(21, 160, 90, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(21, 160, 90, 0);
  }
}

.vacancies-hub__title {
  font-family: var(--vh-font-display);
  font-weight: 800;
  font-size: clamp(32px, 4.8vw, 50px);
  line-height: 1.06;
  letter-spacing: -1.4px;
  margin: 0 0 18px;
}

.vacancies-hub__title em {
  font-style: normal;
  color: var(--vh-accent);
}

.vacancies-hub__lead {
  color: var(--vh-ink-70);
  font-size: 17px;
  line-height: 1.6;
  max-width: 620px;
  margin: 0;
}

.vacancies-hub__trust {
  padding: 8px 0 48px;
}

.vacancies-hub__trust .container {
  padding-top: 0;
  padding-bottom: 0;
}

.vacancies-hub__trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 18px;
}

.vacancies-hub__trust-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vacancies-hub__trust-num {
  font-family: var(--vh-font-display);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1px;
  color: var(--vh-ink);
}

.vacancies-hub__trust-num span {
  color: var(--vh-accent);
}

.vacancies-hub__trust-txt {
  font-size: 13px;
  color: var(--vh-ink-50);
  line-height: 1.4;
}

.vacancies-hub__block {
  padding: 0 0 72px;
}

.vacancies-hub__block--surface {
  background: var(--vh-surface);
  padding: 56px 0 72px;
}

.vacancies-hub__sec-head {
  margin-bottom: 28px;
}

.vacancies-hub__label {
  display: inline-block;
  color: var(--vh-accent);
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0 0 10px;
}

.vacancies-hub__sec-title {
  font-family: var(--vh-font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.6vw, 34px);
  letter-spacing: -0.8px;
  margin: 0 0 10px;
}

.vacancies-hub__sec-sub {
  color: var(--vh-ink-70);
  font-size: 15px;
  margin: 0;
  max-width: 560px;
}

.vacancies-hub__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vacancies-hub__vac {
  background: #fff;
  border: 1px solid var(--vh-line);
  border-radius: var(--vh-r);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.vacancies-hub__vac--open {
  border-color: var(--vh-accent);
  box-shadow: 0 16px 40px rgba(20, 22, 29, 0.08);
}

.vacancies-hub__vac-head {
  padding: 24px 26px;
  cursor: pointer;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.vacancies-hub__vac-ic {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.vacancies-hub__vac-ic svg {
  width: 25px;
  height: 25px;
}

.vacancies-hub__vac-ic.b1 {
  background: #2563eb;
}

.vacancies-hub__vac-ic.b2 {
  background: #15a05a;
}

.vacancies-hub__vac-ic.b3 {
  background: #7c3aed;
}

.vacancies-hub__vac-ic.b4 {
  background: #e1467c;
}

.vacancies-hub__vac-ic.b5 {
  background: #ea580c;
}

.vacancies-hub__vac-ic.b6 {
  background: #0891b2;
}

.vacancies-hub__vac-hd-main {
  flex: 1;
  min-width: 0;
}

.vacancies-hub__vac-title {
  font-family: var(--vh-font-display);
  font-weight: 700;
  font-size: 19.5px;
  letter-spacing: -0.4px;
  margin: 0 0 10px;
}

.vacancies-hub__vac-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vacancies-hub__vac-chip {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--vh-ink-70);
  background: var(--vh-surface);
  border-radius: 100px;
  padding: 5px 12px;
}

.vacancies-hub__vac-chip--hot {
  background: var(--vh-accent-50);
  color: var(--vh-accent-700);
}

.vacancies-hub__vac-toggle {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--vh-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.2s;
}

.vacancies-hub__vac--open .vacancies-hub__vac-toggle {
  background: var(--vh-accent);
}

.vacancies-hub__vac-toggle::before,
.vacancies-hub__vac-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--vh-ink);
  border-radius: 2px;
  transition: all 0.25s;
}

.vacancies-hub__vac-toggle::before {
  width: 13px;
  height: 2px;
}

.vacancies-hub__vac-toggle::after {
  width: 2px;
  height: 13px;
}

.vacancies-hub__vac--open .vacancies-hub__vac-toggle::before,
.vacancies-hub__vac--open .vacancies-hub__vac-toggle::after {
  background: #fff;
}

.vacancies-hub__vac--open .vacancies-hub__vac-toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.vacancies-hub__vac-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.vacancies-hub__vac-inner {
  padding: 4px 26px 26px;
  border-top: 1px solid var(--vh-line);
}

.vacancies-hub__vac-lead {
  font-size: 14.5px;
  color: var(--vh-ink-70);
  line-height: 1.65;
  padding: 20px 0;
  margin: 0;
}

.vacancies-hub__vac-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.vacancies-hub__vac-block h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--vh-ink);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vacancies-hub__vac-block-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--vh-accent-50);
  color: var(--vh-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vacancies-hub__vac-block-icon svg {
  width: 14px;
  height: 14px;
}

.vacancies-hub__vac-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.vacancies-hub__vac-block li {
  font-size: 14px;
  color: var(--vh-ink-70);
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}

.vacancies-hub__vac-block li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vh-accent);
}

.vacancies-hub__vac-apply {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.vacancies-hub__vac-note {
  font-size: 13px;
  color: var(--vh-ink-50);
}

.vacancies-hub__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--vh-r-sm);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.vacancies-hub__btn--primary {
  background: var(--vh-accent);
  color: #fff;
}

.vacancies-hub__btn--primary:hover {
  background: var(--vh-accent-700);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(21, 160, 90, 0.25);
  color: #fff;
}

.vacancies-hub__why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.vacancies-hub__why {
  background: #fff;
  border: 1px solid var(--vh-line);
  border-radius: var(--vh-r);
  padding: 24px;
}

.vacancies-hub__why-ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--vh-accent-50);
  color: var(--vh-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.vacancies-hub__why-ic svg {
  width: 22px;
  height: 22px;
}

.vacancies-hub__why h3 {
  font-family: var(--vh-font-display);
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}

.vacancies-hub__why p {
  font-size: 14px;
  color: var(--vh-ink-70);
  line-height: 1.55;
  margin: 0;
}

.vacancies-hub__cta {
  background: var(--vh-navy);
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  margin: 0;
}

.vacancies-hub__cta::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(circle, rgba(21, 160, 90, 0.4) 0%, transparent 65%);
  pointer-events: none;
}

.vacancies-hub__cta .container {
  position: relative;
  text-align: center;
}

.vacancies-hub__cta-title {
  font-family: var(--vh-font-display);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.9px;
  margin: 0 0 12px;
  color: #fff;
  position: relative;
}

.vacancies-hub__cta-text {
  color: #9aa3b6;
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.6;
  position: relative;
}

.vacancies-hub__cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.vacancies-hub__btn--white {
  background: #fff;
  color: var(--vh-ink);
}

.vacancies-hub__btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  color: var(--vh-ink);
}

.vacancies-hub__btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.vacancies-hub__btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

@media (min-width: 600px) {
  .vacancies-hub__trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .vacancies-hub__why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 720px) {
  .vacancies-hub__vac-cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 980px) {
  .vacancies-hub__why-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .vacancies-hub__block {
    padding-bottom: 48px;
  }

  .vacancies-hub__vac-head {
    padding: 18px 18px;
  }

  .vacancies-hub__vac-inner {
    padding: 4px 18px 20px;
  }
}
