/* ============================================
   People — внутренние страницы
   (О нас, Вакансии, Контакты, Оферта, Конфиденциальность)
   ============================================ */

/* ---------- Общий hero страниц ---------- */

.page-hero {
  background: linear-gradient(to bottom, #eef3ff, #ffffff);
}

.page-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 88px 64px 64px;
}

.page-hero--contacts .page-hero__inner {
  padding: 84px 64px 56px;
}

.page-hero__chip {
  display: flex;
  align-items: center;
  padding: 8px 17px 8px 15px;
  background: #ffffff;
  border: 1px solid #d8e3ff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #155dfc;
  white-space: nowrap;
}

.page-hero__title {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.4px;
  color: #0b0c0f;
  text-align: center;
}

.page-hero__subtitle {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  color: #5b6472;
  text-align: center;
}

/* ---------- О нас: Stats ---------- */

.stats .container {
  padding: 0 64px 72px;
}

.stats__card {
  display: flex;
  align-items: center;
  padding: 34px 20px;
  background: #f6f8fb;
  border: 1px solid #e4e9f0;
  border-radius: 22px;
}

.stats__item {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.stats__value {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: #155dfc;
}

.stats__label {
  font-size: 15px;
  font-weight: 500;
  color: #5b6472;
  text-align: center;
}

.stats__divider {
  width: 1px;
  height: 54px;
  background: #dde3eb;
  flex-shrink: 0;
}

/* ---------- О нас: Mission ---------- */

.mission .container {
  padding: 0 64px 76px;
}

.mission__card {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 56px;
  border-radius: 28px;
  background: linear-gradient(151deg, #0b1220 10.71%, #155dfc 82.14%);
}

.mission__left {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.mission__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #9dc0ff;
  white-space: nowrap;
}

.mission__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #ffffff;
}

.mission__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.58;
  color: #ffffff;
  opacity: .9;
}

.mission__right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 400px;
  flex-shrink: 0;
}

.mission__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
}

.mission__item-title {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.mission__item-desc {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.48;
  color: #ffffff;
  opacity: .85;
}

/* ---------- Общая шапка секции ---------- */

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.section-heading .chip {
  background: #e8f0ff;
}

.section-heading__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #0b0c0f;
  text-align: center;
}

.section-heading__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b6472;
  text-align: center;
}

/* ---------- О нас: Values ---------- */

.values {
  background: #f6f8fb;
}

.values .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 64px;
}

.cards-grid {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}

.value-card {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 28px 26px;
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 20px;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--icon-bg, rgba(21, 93, 252, 0.14));
  flex-shrink: 0;
}

.icon-box img {
  width: 24px;
  height: 24px;
}

.value-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: #0b0c0f;
}

.value-card__desc {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b6472;
}

/* ---------- О нас: Team ---------- */

.team .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 84px 64px;
}

.team-card {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 26px;
  background: #f6f8fb;
  border: 1px solid #e4e9f0;
  border-radius: 20px;
}

.team-card__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 999px;
  background: #e7ecf3;
  border: 1.5px dashed #c9d3e0;
  font-size: 13px;
  font-weight: 500;
  color: #7c8798;
}

.team-card__name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #0b0c0f;
  text-align: center;
}

.team-card__role {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.45;
  color: #5b6472;
  text-align: center;
}

/* ---------- CTA страниц ---------- */

.page-cta .container {
  padding: 0 64px 76px;
}

.page-cta--jobs .container {
  padding: 76px 64px;
}

.page-cta__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 56px 32px;
  background: #f6f8fb;
  border: 1px solid #e4e9f0;
  border-radius: 28px;
}

.page-cta--jobs .page-cta__card {
  background: linear-gradient(161deg, #0b1220 10.71%, #155dfc 82.14%);
  border: none;
}

.page-cta__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.8px;
  color: #0b0c0f;
  text-align: center;
}

.page-cta--jobs .page-cta__title {
  color: #ffffff;
}

.page-cta__subtitle {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b6472;
  text-align: center;
}

.page-cta--jobs .page-cta__subtitle {
  color: #ffffff;
  opacity: .9;
}

.page-cta__btn {
  display: flex;
  align-items: center;
  padding: 14px 26px;
  background: #155dfc;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  transition: transform .2s ease, filter .2s ease;
}

.page-cta__btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.page-cta--jobs .page-cta__btn {
  background: #ffffff;
  color: #155dfc;
}

/* ---------- Вакансии: Benefits ---------- */

.benefits .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 64px 80px;
}

.benefit-card {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 20px;
}

.benefit-card .icon-box {
  width: 44px;
  height: 44px;
  border-radius: 13px;
}

.benefit-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  color: #0b0c0f;
}

.benefit-card__desc {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b6472;
}

/* ---------- Вакансии: Jobs ---------- */

.jobs {
  background: #f6f8fb;
}

.jobs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 80px 64px;
}

.jobs__filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.jobs__filter {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  color: #0b0c0f;
  cursor: pointer;
  transition: border-color .2s ease;
}

.jobs__filter:hover {
  border-color: #b9c6da;
}

.jobs__filter.is-active {
  background: #155dfc;
  border-color: #155dfc;
  color: #ffffff;
}

.jobs__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.job-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 16px;
  width: 100%;
}

.job-card__info {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.job-card__title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.28;
  color: #0b0c0f;
}

.job-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.job-card__tag {
  display: flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: var(--tag-bg, rgba(21, 93, 252, 0.12));
  color: var(--tag-color, #155dfc);
  white-space: nowrap;
}

.job-card__meta p {
  font-size: 14.5px;
  font-weight: 400;
  color: #5b6472;
  white-space: nowrap;
}

.job-card__dot {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #aeb8c4;
  flex-shrink: 0;
}

.job-card__btn {
  display: flex;
  align-items: center;
  padding: 11px 20px;
  border: 1px solid #c9d5e8;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #155dfc;
  flex-shrink: 0;
  transition: background .2s ease, border-color .2s ease;
}

.job-card__btn:hover {
  background: #eef3ff;
  border-color: #a9bdE0;
}

/* ---------- Контакты: карточки ---------- */

.contact-cards .container {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 0 64px 72px;
}

.contact-card {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 30px 28px;
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 20px;
}

.contact-card .icon-box {
  width: 44px;
  height: 44px;
  border-radius: 13px;
}

.contact-card__title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.28;
  color: #0b0c0f;
}

.contact-card__email {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #155dfc;
}

.contact-card__phone {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #0b0c0f;
}

.contact-card__hours {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.48;
  color: #5b6472;
}

/* ---------- Контакты: форма и офис ---------- */

.form-office {
  background: #f6f8fb;
}

.form-office .container {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 76px 64px;
}

.contact-form {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 36px;
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 22px;
}

.contact-form__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.7px;
  color: #0b0c0f;
}

.contact-form__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b6472;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.form-field label {
  font-size: 14.5px;
  font-weight: 500;
  color: #0b0c0f;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  background: #fafbfd;
  border: 1px solid #d9e0ea;
  border-radius: 12px;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 400;
  color: #0b0c0f;
  outline: none;
  transition: border-color .2s ease;
}

.form-field textarea {
  padding: 16px 16px 60px;
  resize: vertical;
  min-height: 96px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #93a0b0;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #155dfc;
}

.contact-form__submit {
  display: flex;
  align-items: center;
  padding: 15px 26px;
  background: #155dfc;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  transition: background .2s ease;
}

.contact-form__submit:hover {
  background: #1d4ed8;
}

.contact-form__note {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b6472;
}

.office-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 520px;
  flex-shrink: 0;
}

.office-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 300px;
  width: 100%;
  background: #e7ecf3;
  border: 1.5px dashed #c9d3e0;
  border-radius: 22px;
}

.office-map img {
  width: 42px;
  height: 42px;
}

.office-map__title {
  font-size: 15px;
  font-weight: 600;
  color: #5f6b7c;
}

.office-map__hint {
  font-size: 13px;
  font-weight: 400;
  color: #8c97a6;
}

.office-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 30px 28px;
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 20px;
  width: 100%;
}

.office-card__title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.28;
  color: #0b0c0f;
}

.office-card__address {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #0b0c0f;
}

.office-card__hours {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b6472;
}

.office-card__divider {
  width: 100%;
  height: 1px;
  background: #e4e9f0;
}

.office-card__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #0b0c0f;
}

.office-card__req {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.58;
  color: #5b6472;
}

/* ---------- Документы (Оферта / Конфиденциальность) ---------- */

.doc-title {
  background: #f6f8fb;
}

.doc-title .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 64px 64px 48px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  white-space: nowrap;
}

.breadcrumb a {
  color: #5b6472;
  transition: color .2s ease;
}

.breadcrumb a:hover {
  color: #155dfc;
}

.breadcrumb span {
  color: #aeb8c4;
}

.breadcrumb .is-current {
  font-weight: 500;
  color: #0b0c0f;
}

.doc-title__h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.3px;
  color: #0b0c0f;
}

.doc-title__sub {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  color: #5b6472;
}

.doc-title__note {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b6472;
}

.doc-body .container {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding: 56px 64px 72px;
}

.doc-toc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 300px;
  flex-shrink: 0;
  padding: 26px 24px;
  background: #f6f8fb;
  border: 1px solid #e4e9f0;
  border-radius: 18px;
}

.doc-toc__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #0b0c0f;
}

.doc-toc__link {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.48;
  color: #5b6472;
  transition: color .2s ease;
}

.doc-toc__link:hover {
  color: #155dfc;
}

.doc-toc__link.is-active {
  font-weight: 600;
  color: #155dfc;
}

.doc-content {
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.doc-callout {
  padding: 24px 26px;
  background: #eef3ff;
  border-radius: 16px;
  width: 100%;
}

.doc-callout p {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.58;
  color: #2a3342;
}

.doc-section {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
}

.doc-section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #0b0c0f;
}

.doc-section p {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.65;
  color: #2a3342;
  width: 100%;
}

.doc-section .doc-strong {
  font-weight: 600;
  color: #0b0c0f;
}

.doc-bullet {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding-left: 6px;
  width: 100%;
}

.doc-bullet__dot {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #155dfc;
  flex-shrink: 0;
  margin-top: 10px;
}

.doc-bullet p {
  flex: 1 0 0;
  min-width: 1px;
}

.doc-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.doc-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 22px 24px;
  background: #f6f8fb;
  border: 1px solid #e4e9f0;
  border-radius: 16px;
}

.doc-card__title {
  font-size: 17px !important;
  font-weight: 600;
  line-height: 1.3;
  color: #0b0c0f;
}

.doc-card__desc {
  font-size: 14.5px !important;
  line-height: 1.5 !important;
  color: #5b6472 !important;
}

.doc-req {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px;
  background: #f6f8fb;
  border: 1px solid #e4e9f0;
  border-radius: 18px;
  width: 100%;
}

.doc-req--blue {
  background: #eef3ff;
  border-color: #d8e3ff;
}

.doc-req__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #0b0c0f;
}

.doc-req__line {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.72;
  color: #2a3342;
}

/* ================================================
   Планшет (768–1199px)
   ================================================ */

@media (min-width: 768px) and (max-width: 1199px) {

  .page-hero__inner,
  .page-hero--contacts .page-hero__inner {
    padding: 64px 40px 48px;
  }

  .page-hero__title {
    font-size: 42px;
  }

  .stats .container {
    padding: 0 40px 56px;
  }

  .stats__value {
    font-size: 30px;
  }

  .stats__label {
    font-size: 13.5px;
    white-space: normal;
  }

  .mission .container {
    padding: 0 40px 60px;
  }

  .mission__card {
    gap: 32px;
    padding: 40px;
  }

  .mission__title {
    font-size: 32px;
  }

  .mission__right {
    width: 320px;
  }

  .values .container,
  .team .container {
    padding: 60px 40px;
    gap: 32px;
  }

  .section-heading__title {
    font-size: 34px;
  }

  .cards-grid {
    flex-wrap: wrap;
  }

  .cards-grid > * {
    flex: 1 1 calc(50% - 10px);
    min-width: 260px;
  }

  .page-cta .container {
    padding: 0 40px 60px;
  }

  .page-cta--jobs .container {
    padding: 60px 40px;
  }

  .page-cta__title {
    font-size: 28px;
  }

  .benefits .container {
    padding: 16px 40px 60px;
  }

  .jobs .container {
    padding: 60px 40px;
  }

  .contact-cards .container {
    padding: 0 40px 56px;
  }

  .form-office .container {
    padding: 56px 40px;
  }

  .office-col {
    width: 380px;
  }

  .doc-title .container {
    padding: 48px 40px 36px;
  }

  .doc-title__h1 {
    font-size: 38px;
  }

  .doc-body .container {
    padding: 44px 40px 56px;
    gap: 32px;
  }

  .doc-toc {
    width: 250px;
  }
}

/* Узкий планшет: миссия и форма в столбик */
@media (min-width: 768px) and (max-width: 1023px) {

  .mission__card {
    flex-direction: column;
    align-items: stretch;
  }

  .mission__right {
    width: 100%;
  }

  .form-office .container {
    flex-direction: column;
  }

  .office-col {
    width: 100%;
  }

  .doc-body .container {
    flex-direction: column;
  }

  .doc-toc {
    width: 100%;
  }
}

/* ================================================
   Мобильный (до 767px)
   ================================================ */

@media (max-width: 767px) {

  .page-hero__inner,
  .page-hero--contacts .page-hero__inner {
    padding: 44px 20px 36px;
    gap: 14px;
  }

  .page-hero__title {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .page-hero__title br {
    display: none;
  }

  .page-hero__subtitle {
    font-size: 15.5px;
  }

  .page-hero__subtitle br {
    display: none;
  }

  .stats .container {
    padding: 0 20px 44px;
  }

  .stats__card {
    flex-wrap: wrap;
    row-gap: 24px;
    padding: 26px 16px;
  }

  .stats__item {
    flex: 1 1 40%;
  }

  .stats__divider {
    display: none;
  }

  .stats__value {
    font-size: 28px;
  }

  .stats__label {
    font-size: 13px;
    white-space: normal;
  }

  .mission .container {
    padding: 0 20px 48px;
  }

  .mission__card {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 28px 24px;
    border-radius: 22px;
  }

  .mission__title {
    font-size: 26px;
    letter-spacing: -0.6px;
  }

  .mission__text {
    font-size: 15.5px;
  }

  .mission__right {
    width: 100%;
  }

  .values .container,
  .team .container {
    padding: 48px 20px;
    gap: 24px;
  }

  .section-heading__title {
    font-size: 28px;
    letter-spacing: -0.7px;
  }

  .section-heading__subtitle {
    font-size: 15.5px;
  }

  .cards-grid {
    flex-direction: column;
  }

  .page-cta .container {
    padding: 0 20px 48px;
  }

  .page-cta--jobs .container {
    padding: 48px 20px;
  }

  .page-cta__card {
    padding: 36px 22px;
    border-radius: 22px;
  }

  .page-cta__title {
    font-size: 24px;
  }

  .page-cta__subtitle {
    font-size: 15.5px;
  }

  .benefits .container {
    padding: 8px 20px 48px;
    gap: 12px;
  }

  .benefits .cards-grid {
    gap: 12px;
  }

  .jobs .container {
    padding: 48px 20px;
    gap: 22px;
  }

  .job-card {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .job-card__btn {
    justify-content: center;
  }

  .contact-cards .container {
    flex-direction: column;
    padding: 0 20px 48px;
  }

  .form-office .container {
    flex-direction: column;
    padding: 48px 20px;
  }

  .contact-form {
    padding: 24px 20px;
  }

  .contact-form__title {
    font-size: 24px;
  }

  .office-col {
    width: 100%;
  }

  .office-map {
    height: 220px;
  }

  .doc-title .container {
    padding: 36px 20px 28px;
  }

  .breadcrumb {
    flex-wrap: wrap;
    white-space: normal;
  }

  .doc-title__h1 {
    font-size: 28px;
    letter-spacing: -0.7px;
  }

  .doc-title__sub {
    font-size: 16px;
  }

  .doc-title__note {
    font-size: 13.5px;
  }

  .doc-body .container {
    flex-direction: column;
    gap: 28px;
    padding: 36px 20px 48px;
  }

  .doc-toc {
    width: 100%;
  }

  .doc-content {
    gap: 26px;
  }

  .doc-section h2 {
    font-size: 20px;
  }

  .doc-cards {
    grid-template-columns: 1fr;
  }

  .doc-req__title {
    font-size: 19px;
  }
}
