/* НВН-Проджект — single-class BEM, longhand only, no pseudo-elements */

html { -webkit-text-size-adjust: 100%; }
body {
  margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px; line-height: 1.5; color: #1a1d2e; background-color: #fbfaf5;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.main-wrapper { width: 100%; min-height: 100vh; display: block; }

/* ===== HEADER ===== */
.site-header {
  position: sticky; top: 0; left: 0; right: 0; z-index: 50;
  background-color: rgba(251, 250, 245, 0.92);
  backdrop-filter: blur(8px);
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent;
  transition-property: box-shadow, border-color, background-color; transition-duration: 200ms;
}
.site-header--scrolled {
  background-color: rgba(251, 250, 245, 0.97);
  border-bottom-color: #dde0e8;
  box-shadow: 0 4px 20px -12px rgba(35, 40, 66, 0.25);
}
.site-header__inner {
  max-width: 1200px; margin-left: auto; margin-right: auto;
  padding-left: 16px; padding-right: 16px;
  height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.site-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; flex-shrink: 0; }
.site-brand__mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 8px; background-color: #232842; color: #d4a04a;
  font-size: 18px; line-height: 1;
}
.site-brand__name { font-size: 16px; color: #1a1d2e; }

.site-nav { display: none; align-items: center; gap: 24px; min-width: 0; }
.site-nav__link {
  font-size: 14px; color: #61687a;
  transition-property: color; transition-duration: 200ms;
}
.site-nav__link--hover { color: #d4a04a; }
.site-nav__link--active { color: #1a1d2e; font-weight: 500; }

.site-header__actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.site-header__phone {
  display: none; align-items: center; gap: 6px; font-size: 14px; font-weight: 500;
  white-space: nowrap; color: #1a1d2e;
}
.site-header__phone--hover { color: #d4a04a; }
.site-header__burger {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 6px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  background-color: #ffffff; color: #1a1d2e; font-size: 22px; line-height: 1;
}
.site-header__burger--hover { background-color: #f4f1ea; }

.site-mobile {
  border-top-width: 1px; border-top-style: solid; border-top-color: #dde0e8;
  background-color: #fbfaf5;
}
.site-mobile__nav {
  max-width: 1200px; margin-left: auto; margin-right: auto;
  padding-top: 12px; padding-bottom: 12px; padding-left: 16px; padding-right: 16px;
  display: flex; flex-direction: column; gap: 2px;
}
.site-mobile__link {
  padding-top: 12px; padding-bottom: 12px; padding-left: 12px; padding-right: 12px;
  border-radius: 6px; color: #1a1d2e; font-size: 16px;
}
.site-mobile__link--hover { color: #d4a04a; background-color: #f4f1ea; }
.site-mobile__phone {
  margin-top: 8px;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding-top: 12px; padding-bottom: 12px; padding-left: 16px; padding-right: 16px;
  border-radius: 6px; background-color: #232842; color: #faf6ec; font-size: 14px; font-weight: 500;
}

/* ===== MAIN ===== */
.site-main { display: block; }
.page { display: block; }

.section-inner {
  max-width: 1200px; margin-left: auto; margin-right: auto;
  padding-left: 24px; padding-right: 24px;
}
.section-inner--narrow { max-width: 800px; }

.section-head { max-width: 640px; margin-bottom: 56px; }
.section-eyebrow { font-size: 14px; font-weight: 500; color: #d4a04a; margin-bottom: 12px; }
.section-title { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; margin-top: 0; margin-bottom: 0; }
.section-lead { margin-top: 16px; color: #61687a; font-size: 16px; }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding-top: 12px; padding-bottom: 12px; padding-left: 24px; padding-right: 24px;
  border-radius: 8px; background-color: #232842; color: #faf6ec;
  font-size: 14px; font-weight: 500;
  border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;
  box-shadow: 0 20px 60px -20px rgba(35, 40, 66, 0.25);
  transition-property: opacity, background-color; transition-duration: 200ms;
}
.btn-primary--hover { background-color: #2e3454; }
.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding-top: 12px; padding-bottom: 12px; padding-left: 24px; padding-right: 24px;
  border-radius: 8px; background-color: #ffffff; color: #1a1d2e;
  font-size: 14px; font-weight: 500;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  transition-property: background-color; transition-duration: 200ms;
}
.btn-secondary--hover { background-color: #f4f1ea; }
.btn-accent {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding-top: 12px; padding-bottom: 12px; padding-left: 24px; padding-right: 24px;
  border-radius: 8px; background-color: #d4a04a; color: #1a1d2e;
  font-size: 14px; font-weight: 500;
  border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;
  transition-property: opacity; transition-duration: 200ms;
}
.btn-accent--hover { opacity: 0.9; }
.btn-outline-light {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding-top: 12px; padding-bottom: 12px; padding-left: 24px; padding-right: 24px;
  border-radius: 8px; background-color: transparent; color: #faf6ec;
  font-size: 14px; font-weight: 500;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: rgba(250, 246, 236, 0.35); border-right-color: rgba(250, 246, 236, 0.35);
  border-bottom-color: rgba(250, 246, 236, 0.35); border-left-color: rgba(250, 246, 236, 0.35);
}
.btn-outline-light--hover { background-color: rgba(250, 246, 236, 0.1); }

.back-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: #61687a; margin-bottom: 32px;
}
.back-link--hover { color: #1a1d2e; }

/* ===== HERO ===== */
.hero { overflow: hidden; }
.hero__inner {
  max-width: 1200px; margin-left: auto; margin-right: auto;
  padding-top: 80px; padding-bottom: 96px; padding-left: 24px; padding-right: 24px;
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;
}
.hero__left { display: flex; flex-direction: column; gap: 32px; text-align: center; align-items: center; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding-top: 6px; padding-bottom: 6px; padding-left: 16px; padding-right: 16px;
  border-radius: 999px; font-size: 12px; font-weight: 500; color: #61687a;
  background-color: #ffffff;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
}
.hero__badge-dot { display: inline-block; width: 8px; height: 8px; border-radius: 999px; background-color: #d4a04a; }
.hero__title { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; margin-top: 0; margin-bottom: 0; }
.hero__title-accent { color: #d4a04a; }
.hero__desc { font-size: 18px; color: #61687a; max-width: 560px; margin-top: 0; margin-bottom: 0; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.hero__stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  padding-top: 32px; width: 100%; max-width: 420px;
  border-top-width: 1px; border-top-style: solid; border-top-color: #dde0e8;
}
.hero__stat { text-align: center; }
.hero__stat-value { font-size: 24px; font-weight: 700; color: #1a1d2e; }
.hero__stat-label { font-size: 12px; color: #61687a; margin-top: 4px; }
.hero__right { display: block; }
.hero__image {
  width: 100%; height: auto; border-radius: 16px; object-fit: cover;
  box-shadow: 0 20px 60px -20px rgba(35, 40, 66, 0.25);
}

/* ===== SERVICES SECTION (home) ===== */
.services-section {
  padding-top: 96px; padding-bottom: 96px;
  background-color: #f4f1ea;
  border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
  border-top-color: #dde0e8; border-bottom-color: #dde0e8;
}
.services-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.service-card {
  background-color: #ffffff; border-radius: 12px;
  padding-top: 24px; padding-bottom: 24px; padding-left: 24px; padding-right: 24px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  box-shadow: 0 8px 30px -12px rgba(35, 40, 66, 0.1);
  transition-property: border-color; transition-duration: 200ms;
}
.service-card--hover { border-top-color: #d4a04a; border-right-color: #d4a04a; border-bottom-color: #d4a04a; border-left-color: #d4a04a; }
.service-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 8px;
  background-color: rgba(35, 40, 66, 0.05); color: #232842; font-size: 18px;
}
.service-card__title { font-size: 18px; font-weight: 600; margin-top: 20px; margin-bottom: 0; }
.service-card__desc { font-size: 14px; color: #61687a; line-height: 1.6; margin-top: 8px; margin-bottom: 0; }

/* ===== WHY ===== */
.why-section { padding-top: 96px; padding-bottom: 96px; }
.why-head { max-width: 520px; margin-bottom: 40px; }
.why-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.why-card {
  background-color: #ffffff; border-radius: 12px;
  padding-top: 24px; padding-bottom: 24px; padding-left: 24px; padding-right: 24px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
}
.why-card__num { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12px; color: #d4a04a; }
.why-card__title { font-size: 16px; font-weight: 600; margin-top: 12px; margin-bottom: 0; }
.why-card__desc { font-size: 14px; color: #61687a; margin-top: 8px; margin-bottom: 0; }

/* ===== REVIEWS ===== */
.reviews-section {
  padding-top: 96px; padding-bottom: 96px; background-color: #f4f1ea;
  border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
  border-top-color: #dde0e8; border-bottom-color: #dde0e8;
}
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.review-card {
  background-color: #ffffff; border-radius: 16px;
  padding-top: 28px; padding-bottom: 28px; padding-left: 28px; padding-right: 28px;
  display: flex; flex-direction: column;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  box-shadow: 0 8px 30px -12px rgba(35, 40, 66, 0.1);
}
.review-card__quote { font-size: 28px; color: #d4a04a; line-height: 1; }
.review-card__text { margin-top: 16px; font-size: 14px; color: #1a1d2e; line-height: 1.6; flex: 1 1 auto; }
.review-card__stars { margin-top: 20px; color: #d4a04a; font-size: 14px; letter-spacing: 2px; }
.review-card__person {
  margin-top: 20px; padding-top: 20px;
  border-top-width: 1px; border-top-style: solid; border-top-color: #dde0e8;
  display: flex; align-items: center; gap: 12px;
}
.review-card__photo { width: 48px; height: 48px; border-radius: 999px; object-fit: cover; }
.review-card__meta { display: block; }
.review-card__name { font-size: 14px; font-weight: 600; }
.review-card__role { font-size: 12px; color: #61687a; margin-top: 2px; }

/* ===== ABOUT ===== */
.about-section {
  padding-top: 96px; padding-bottom: 96px;
  background-color: #232842; color: #faf6ec; position: relative; overflow: hidden;
}
.about-inner { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
.about-left { display: block; }
.about-eyebrow { color: #d4a04a; }
.about-title { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; margin-top: 0; margin-bottom: 0; }
.about-text { margin-top: 20px; color: rgba(250, 246, 236, 0.8); line-height: 1.7; font-size: 16px; }
.about-strong { color: #faf6ec; font-weight: 600; }
.about-right {
  border-radius: 16px;
  background-color: rgba(250, 246, 236, 0.05);
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: rgba(250, 246, 236, 0.15); border-right-color: rgba(250, 246, 236, 0.15);
  border-bottom-color: rgba(250, 246, 236, 0.15); border-left-color: rgba(250, 246, 236, 0.15);
  padding-top: 28px; padding-bottom: 28px; padding-left: 28px; padding-right: 28px;
  font-size: 14px;
}
.about-row {
  display: flex; flex-direction: column; gap: 4px;
  padding-bottom: 12px; margin-bottom: 12px;
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(250, 246, 236, 0.1);
}
.about-row--last { padding-bottom: 0; margin-bottom: 0; border-bottom-width: 0; }
.about-row__label { color: rgba(250, 246, 236, 0.6); }
.about-row__value { font-weight: 500; }

/* ===== CONTACT SECTION (home) ===== */
.contact-section { padding-top: 96px; padding-bottom: 96px; }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.contact-card {
  display: block; background-color: #ffffff; border-radius: 12px;
  padding-top: 24px; padding-bottom: 24px; padding-left: 24px; padding-right: 24px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  box-shadow: 0 8px 30px -12px rgba(35, 40, 66, 0.1);
  transition-property: border-color; transition-duration: 200ms;
}
.contact-card--hover { border-top-color: #d4a04a; border-right-color: #d4a04a; border-bottom-color: #d4a04a; border-left-color: #d4a04a; }
.contact-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 8px;
  background-color: rgba(212, 160, 74, 0.15); color: #d4a04a; font-size: 18px;
}
.contact-card__title { margin-top: 20px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: #61687a; }
.contact-card__value { margin-top: 4px; font-weight: 600; font-size: 16px; color: #1a1d2e; word-break: break-word; }

/* ===== PAGE HERO ===== */
.page-hero {
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dde0e8;
  padding-top: 64px; padding-bottom: 80px;
}
.page-hero__title { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; margin-top: 12px; margin-bottom: 0; }
.page-hero__desc { margin-top: 16px; font-size: 18px; color: #61687a; max-width: 700px; }
.page-hero__actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 16px; }

/* ===== SERVICES CATALOG ===== */
.services-catalog { padding-top: 80px; padding-bottom: 80px; }
.services-catalog__grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.service-block {
  background-color: #ffffff; border-radius: 16px;
  padding-top: 32px; padding-bottom: 32px; padding-left: 32px; padding-right: 32px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  box-shadow: 0 8px 30px -12px rgba(35, 40, 66, 0.1);
}
.service-block__head { display: flex; align-items: flex-start; gap: 16px; }
.service-block__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 8px;
  background-color: rgba(212, 160, 74, 0.15); color: #d4a04a;
  flex-shrink: 0; font-size: 18px;
}
.service-block__body { display: block; }
.service-block__title { font-size: 20px; font-weight: 600; margin-top: 0; margin-bottom: 0; }
.service-block__desc { margin-top: 8px; font-size: 14px; color: #61687a; line-height: 1.6; }
.service-block__list { margin-top: 24px; padding-left: 0; list-style-type: none; display: grid; grid-template-columns: 1fr; gap: 8px; font-size: 14px; }
.service-block__item { color: #1a1d2e; }

/* ===== PROCESS ===== */
.process-section {
  padding-top: 80px; padding-bottom: 80px; background-color: #f4f1ea;
  border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
  border-top-color: #dde0e8; border-bottom-color: #dde0e8;
}
.stages-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.stage-card {
  background-color: #ffffff; border-radius: 12px;
  padding-top: 24px; padding-bottom: 24px; padding-left: 24px; padding-right: 24px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
}
.stage-card__num { font-family: ui-monospace, monospace; font-size: 12px; color: #d4a04a; }
.stage-card__title { margin-top: 12px; font-size: 16px; font-weight: 600; }
.stage-card__desc { margin-top: 8px; font-size: 14px; color: #61687a; }

/* ===== REQUEST FORM ===== */
.request-section { padding-top: 80px; padding-bottom: 80px; }
.request-section__inner { display: grid; grid-template-columns: 1fr; gap: 48px; }
.request-section__left { display: block; }
.request-section__contacts { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.request-section__contact { color: #1a1d2e; }
.request-section__contact--hover { color: #d4a04a; }

/* ===== FORM ===== */
.form {
  background-color: #ffffff; border-radius: 16px;
  padding-top: 28px; padding-bottom: 28px; padding-left: 28px; padding-right: 28px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  box-shadow: 0 8px 30px -12px rgba(35, 40, 66, 0.1);
  display: flex; flex-direction: column; gap: 20px;
}
.form__field { display: flex; flex-direction: column; gap: 6px; }
.form__label { font-size: 14px; font-weight: 500; color: #1a1d2e; }
.form__input {
  width: 100%; box-sizing: border-box;
  padding-top: 10px; padding-bottom: 10px; padding-left: 12px; padding-right: 12px;
  border-radius: 6px; background-color: #fbfaf5; color: #1a1d2e;
  font-size: 14px; font-family: inherit;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  outline-width: 0;
}
.form__textarea {
  width: 100%; box-sizing: border-box; resize: none;
  padding-top: 10px; padding-bottom: 10px; padding-left: 12px; padding-right: 12px;
  border-radius: 6px; background-color: #fbfaf5; color: #1a1d2e;
  font-size: 14px; font-family: inherit;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  outline-width: 0;
}
.form__consent { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; color: #61687a; }
.form__checkbox { margin-top: 4px; width: 16px; height: 16px; flex-shrink: 0; }
.form__consent-text { display: inline; }
.form__submit { align-self: flex-start; }
.form__note { font-size: 12px; color: #61687a; margin-top: 0; margin-bottom: 0; }

/* ===== VACANCIES ===== */
.vacancies-section { padding-top: 40px; padding-bottom: 80px; }
.vacancies-filters {
  display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 24px;
}
.vacancies-filters__search {
  width: 100%; box-sizing: border-box;
  padding-top: 10px; padding-bottom: 10px; padding-left: 36px; padding-right: 12px;
  border-radius: 6px; background-color: #ffffff; font-size: 14px; font-family: inherit; color: #1a1d2e;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2361687a' stroke-width='2'><circle cx='11' cy='11' r='7'/><path d='m21 21-4.3-4.3'/></svg>");
  background-repeat: no-repeat; background-position: 12px center;
  outline-width: 0;
}
.vacancies-filters__select {
  padding-top: 10px; padding-bottom: 10px; padding-left: 12px; padding-right: 12px;
  border-radius: 6px; background-color: #ffffff; font-size: 14px; font-family: inherit; color: #1a1d2e;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  outline-width: 0;
}
.vacancies-count { font-size: 14px; color: #61687a; margin-bottom: 16px; }
.vacancies-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.vacancy-card {
  display: block; background-color: #ffffff; border-radius: 16px;
  padding-top: 24px; padding-bottom: 24px; padding-left: 24px; padding-right: 24px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  cursor: pointer;
  transition-property: border-color; transition-duration: 200ms;
}
.vacancy-card--hover { border-top-color: #d4a04a; border-right-color: #d4a04a; border-bottom-color: #d4a04a; border-left-color: #d4a04a; }
.vacancy-card__cat { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: #d4a04a; }
.vacancy-card__title { margin-top: 8px; font-size: 18px; font-weight: 600; color: #1a1d2e; }
.vacancy-card__salary { margin-top: 8px; font-size: 14px; font-weight: 500; color: #1a1d2e; }
.vacancy-card__short { margin-top: 12px; font-size: 14px; color: #61687a; }
.vacancy-card__meta { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; color: #61687a; }
.vacancy-card__more { margin-top: 20px; font-size: 14px; font-weight: 500; color: #d4a04a; }
.vacancies-empty {
  padding-top: 40px; padding-bottom: 40px; padding-left: 24px; padding-right: 24px;
  text-align: center; color: #61687a; border-radius: 12px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
}

/* ===== VACANCY DETAIL ===== */
.vacancy-detail { display: block; }
.vacancy-detail__hero {
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dde0e8;
  padding-top: 40px; padding-bottom: 56px;
}
.vacancy-detail__cat { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: #d4a04a; }
.vacancy-detail__title { margin-top: 8px; font-size: 28px; font-weight: 700; letter-spacing: -0.02em; }
.vacancy-detail__salary { margin-top: 12px; font-size: 18px; font-weight: 600; }
.vacancy-detail__meta { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 20px; font-size: 14px; color: #61687a; }
.vacancy-detail__employer { margin-top: 16px; color: #61687a; }
.vacancy-detail__body {
  padding-top: 48px; padding-bottom: 48px;
  display: grid; grid-template-columns: 1fr; gap: 40px;
}
.vacancy-detail__main { display: flex; flex-direction: column; gap: 40px; }
.vacancy-detail__block { display: block; }
.vacancy-detail__block-title { font-size: 20px; font-weight: 600; margin-bottom: 12px; }
.vacancy-detail__block-text { color: #61687a; line-height: 1.7; }
.vacancy-detail__list { list-style-type: none; padding-left: 0; display: flex; flex-direction: column; gap: 10px; }
.vacancy-detail__item { display: flex; align-items: flex-start; gap: 12px; color: #61687a; }
.vacancy-detail__item-mark { color: #d4a04a; flex-shrink: 0; }
.vacancy-detail__aside { display: block; }
.vacancy-detail__aside-title { font-size: 18px; font-weight: 600; margin-bottom: 12px; }
.vacancy-detail__aside-text { font-size: 14px; color: #61687a; margin-bottom: 16px; }

/* ===== CASES ===== */
.totals-section {
  padding-top: 56px; padding-bottom: 56px; background-color: #f4f1ea;
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dde0e8;
}
.totals-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.totals-card {
  background-color: #ffffff; border-radius: 12px;
  padding-top: 24px; padding-bottom: 24px; padding-left: 24px; padding-right: 24px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
}
.totals-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 8px;
  background-color: rgba(212, 160, 74, 0.15); color: #d4a04a; font-size: 16px;
}
.totals-card__value { margin-top: 16px; font-size: 24px; font-weight: 700; }
.totals-card__label { margin-top: 4px; font-size: 14px; color: #61687a; }

.cases-section { padding-top: 80px; padding-bottom: 80px; }
.cases-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.case-card {
  background-color: #ffffff; border-radius: 16px;
  padding-top: 32px; padding-bottom: 32px; padding-left: 32px; padding-right: 32px;
  display: flex; flex-direction: column;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  box-shadow: 0 8px 30px -12px rgba(35, 40, 66, 0.1);
}
.case-card__industry { display: flex; align-items: center; gap: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: #61687a; }
.case-card__industry-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 6px;
  background-color: rgba(35, 40, 66, 0.05); color: #232842;
}
.case-card__industry-name { display: inline; }
.case-card__title { margin-top: 16px; font-size: 20px; font-weight: 600; line-height: 1.3; }
.case-card__section { margin-top: 20px; }
.case-card__label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #d4a04a; }
.case-card__text { margin-top: 4px; color: #61687a; font-size: 14px; }
.case-card__metrics {
  margin-top: 24px; padding-top: 24px;
  border-top-width: 1px; border-top-style: solid; border-top-color: #dde0e8;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.case-card__metric { display: block; }
.case-card__metric-value { font-size: 18px; font-weight: 700; }
.case-card__metric-label { margin-top: 2px; font-size: 12px; color: #61687a; }

.cta-section { padding-bottom: 80px; }
.cta-card {
  background-color: #232842; color: #faf6ec; border-radius: 16px; overflow: hidden;
  padding-top: 40px; padding-bottom: 40px; padding-left: 32px; padding-right: 32px;
  box-shadow: 0 20px 60px -20px rgba(35, 40, 66, 0.25);
}
.cta-card__inner { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
.cta-card__left { display: block; }
.cta-card__title { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; }
.cta-card__desc { margin-top: 16px; color: rgba(250, 246, 236, 0.8); max-width: 560px; }
.cta-card__actions { display: flex; flex-wrap: wrap; gap: 16px; }

/* ===== FAQ ===== */
.faq-section { padding-top: 56px; padding-bottom: 80px; }
.faq-section__inner { max-width: 800px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background-color: #ffffff; border-radius: 12px; overflow: hidden;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
}
.faq-item__btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  text-align: left; background-color: transparent;
  padding-top: 16px; padding-bottom: 16px; padding-left: 20px; padding-right: 20px;
  border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;
  font-size: 16px; color: #1a1d2e;
}
.faq-item__btn--hover { background-color: #f4f1ea; }
.faq-item__q { font-weight: 500; }
.faq-item__chev { flex-shrink: 0; transition-property: transform; transition-duration: 200ms; }
.faq-item__chev--open { transform: rotate(180deg); }
.faq-item__a {
  padding-top: 0; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;
  font-size: 14px; color: #61687a; line-height: 1.7;
}

/* ===== CONTACTS PAGE ===== */
.contacts-section { padding-top: 56px; padding-bottom: 80px; }
.contacts-section__inner { display: grid; grid-template-columns: 1fr; gap: 40px; }
.contacts-section__left { display: flex; flex-direction: column; gap: 20px; }
.contacts-section__right { display: block; }
.contacts-section__form-title { font-size: 20px; font-weight: 600; margin-bottom: 16px; }
.info-card {
  display: flex; align-items: flex-start; gap: 16px;
  background-color: #ffffff; border-radius: 16px;
  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  transition-property: border-color; transition-duration: 200ms;
}
.info-card--hover { border-top-color: #d4a04a; border-right-color: #d4a04a; border-bottom-color: #d4a04a; border-left-color: #d4a04a; }
.info-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 8px;
  background-color: rgba(212, 160, 74, 0.15); color: #d4a04a; flex-shrink: 0; font-size: 18px;
}
.info-card__body { min-width: 0; }
.info-card__title { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: #61687a; }
.info-card__value { margin-top: 4px; font-weight: 600; word-break: break-word; }
.info-card__hint { margin-top: 4px; font-size: 12px; color: #61687a; }
.map-card {
  background-color: #ffffff; border-radius: 16px; overflow: hidden;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
}
.map-card__iframe { width: 100%; height: 260px; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; display: block; }
.map-card__address {
  padding-top: 12px; padding-bottom: 12px; padding-left: 16px; padding-right: 16px;
  font-size: 14px;
  border-top-width: 1px; border-top-style: solid; border-top-color: #dde0e8;
}
.req-card {
  background-color: #ffffff; border-radius: 16px;
  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;
  font-size: 14px; display: flex; flex-direction: column; gap: 6px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
}
.req-card__title { font-weight: 600; margin-bottom: 8px; }
.req-card__row { color: #1a1d2e; }
.req-card__label { color: #61687a; }

/* ===== LEGAL ===== */
.legal-section { padding-top: 40px; padding-bottom: 80px; }
.legal-p { color: #61687a; line-height: 1.7; margin-top: 16px; margin-bottom: 0; }
.legal-p--small { font-size: 12px; color: #61687a; }
.legal-h { font-size: 20px; font-weight: 600; margin-top: 32px; margin-bottom: 8px; color: #1a1d2e; }
.legal-ul { color: #61687a; padding-left: 20px; margin-top: 12px; margin-bottom: 0; display: flex; flex-direction: column; gap: 6px; }
.legal-li { line-height: 1.6; }
.legal-link { color: #d4a04a; text-decoration: underline; }

/* ===== FOOTER ===== */
.site-footer {
  border-top-width: 1px; border-top-style: solid; border-top-color: #dde0e8;
  background-color: #f4f1ea;
}
.site-footer__inner {
  max-width: 1200px; margin-left: auto; margin-right: auto;
  padding-top: 48px; padding-bottom: 48px; padding-left: 24px; padding-right: 24px;
  display: grid; grid-template-columns: 1fr; gap: 40px; font-size: 14px;
}
.site-footer__col { display: block; }
.site-footer__brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: #1a1d2e; }
.site-footer__brand-name { font-size: 16px; }
.site-footer__desc { margin-top: 12px; color: #61687a; }
.site-footer__title { font-weight: 600; color: #1a1d2e; margin-bottom: 12px; }
.site-footer__list { list-style-type: none; padding-left: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; color: #61687a; }
.site-footer__item { color: #61687a; }
.site-footer__item--small { font-size: 12px; padding-top: 8px; }
.site-footer__link { color: #61687a; }
.site-footer__link--hover { color: #1a1d2e; }
.site-footer__bottom {
  border-top-width: 1px; border-top-style: solid; border-top-color: #dde0e8;
}
.site-footer__copy { font-size: 12px; color: #61687a; }
.site-footer__legal { font-size: 12px; color: #61687a; margin-top: 8px; }

/* container for footer bottom */
.site-footer__bottom {
  border-top-width: 1px; border-top-style: solid; border-top-color: #dde0e8;
  padding-top: 24px; padding-bottom: 24px; padding-left: 24px; padding-right: 24px;
  max-width: 1200px; margin-left: auto; margin-right: auto;
}

/* ===== CHAT ===== */
.chat-bubble {
  position: fixed; right: 20px; bottom: 20px; z-index: 55;
  width: 56px; height: 56px; border-radius: 999px;
  background-color: #232842; color: #faf6ec;
  display: inline-flex; align-items: center; justify-content: center;
  border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;
  box-shadow: 0 20px 40px -10px rgba(35, 40, 66, 0.4);
  font-size: 24px;
}
.chat-bubble--shifted { bottom: 200px; }
.chat-bubble__icon { display: block; }
.chat-bubble__dot {
  position: absolute; top: -2px; right: -2px;
  width: 12px; height: 12px; border-radius: 999px; background-color: #d4a04a;
  border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #fbfaf5; border-right-color: #fbfaf5; border-bottom-color: #fbfaf5; border-left-color: #fbfaf5;
}
.chat-panel {
  position: fixed; right: 12px; left: 12px; bottom: 20px; z-index: 55;
  background-color: #ffffff; border-radius: 16px; overflow: hidden;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  box-shadow: 0 25px 50px -12px rgba(35, 40, 66, 0.4);
  display: flex; flex-direction: column; max-height: 70vh;
}
.chat-panel[hidden] { display: none; }
.chat-bubble[hidden] { display: none; }
.chat-panel--shifted { bottom: 200px; }
.chat-panel__head {
  display: flex; align-items: center; gap: 12px;
  padding-top: 16px; padding-bottom: 16px; padding-left: 16px; padding-right: 16px;
  background-color: #232842; color: #faf6ec;
}
.chat-panel__avatar {
  width: 48px; height: 48px; border-radius: 999px; object-fit: cover;
  border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: rgba(212, 160, 74, 0.6); border-right-color: rgba(212, 160, 74, 0.6);
  border-bottom-color: rgba(212, 160, 74, 0.6); border-left-color: rgba(212, 160, 74, 0.6);
}
.chat-panel__person { flex: 1 1 auto; min-width: 0; }
.chat-panel__name { font-weight: 600; line-height: 1.2; }
.chat-panel__status { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(250, 246, 236, 0.75); margin-top: 2px; }
.chat-panel__status-dot { width: 8px; height: 8px; border-radius: 999px; background-color: #34d399; }
.chat-panel__close {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 6px;
  background-color: transparent; color: #faf6ec; font-size: 16px;
  border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;
}
.chat-panel__close--hover { background-color: rgba(250, 246, 236, 0.1); }
.chat-panel__body {
  flex: 1 1 auto; overflow-y: auto;
  padding-top: 16px; padding-bottom: 16px; padding-left: 16px; padding-right: 16px;
  background-color: rgba(251, 250, 245, 0.5);
  display: flex; flex-direction: column; gap: 12px;
}
.chat-msg { display: flex; }
.chat-msg--bot { justify-content: flex-start; }
.chat-msg--user { justify-content: flex-end; }
.chat-msg__bubble {
  max-width: 85%; border-radius: 16px;
  padding-top: 8px; padding-bottom: 8px; padding-left: 14px; padding-right: 14px;
  font-size: 14px; line-height: 1.5;
}
.chat-msg--bot .chat-msg__bubble { background-color: #f4f1ea; color: #1a1d2e; border-bottom-left-radius: 4px; }
.chat-msg--user .chat-msg__bubble { background-color: #232842; color: #faf6ec; border-bottom-right-radius: 4px; }
.chat-panel__form {
  display: flex; align-items: center; gap: 8px;
  padding-top: 12px; padding-bottom: 12px; padding-left: 12px; padding-right: 12px;
  border-top-width: 1px; border-top-style: solid; border-top-color: #dde0e8;
}
.chat-panel__input {
  flex: 1 1 auto; box-sizing: border-box;
  padding-top: 8px; padding-bottom: 8px; padding-left: 12px; padding-right: 12px;
  border-radius: 6px; background-color: #fbfaf5; font-size: 14px; font-family: inherit; color: #1a1d2e;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  outline-width: 0;
}
.chat-panel__send {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 6px;
  background-color: #232842; color: #faf6ec; font-size: 14px;
  border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;
}

/* ===== COOKIE ===== */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding-top: 12px; padding-bottom: 12px; padding-left: 12px; padding-right: 12px;
}
.cookie-banner__inner {
  max-width: 900px; margin-left: auto; margin-right: auto;
  background-color: #ffffff; border-radius: 16px;
  padding-top: 16px; padding-bottom: 16px; padding-left: 16px; padding-right: 16px;
  display: flex; align-items: flex-start; gap: 12px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: #dde0e8; border-right-color: #dde0e8; border-bottom-color: #dde0e8; border-left-color: #dde0e8;
  box-shadow: 0 25px 50px -12px rgba(35, 40, 66, 0.3);
}
.cookie-banner__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0;
  background-color: rgba(212, 160, 74, 0.15); color: #d4a04a; font-size: 18px;
}
.cookie-banner__body { flex: 1 1 auto; min-width: 0; font-size: 14px; }
.cookie-banner__title { font-weight: 600; margin-bottom: 4px; }
.cookie-banner__text { color: #61687a; line-height: 1.6; margin-top: 0; margin-bottom: 0; }
.cookie-banner__link { color: #d4a04a; text-decoration: underline; }
.cookie-banner__actions { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-banner__close {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 6px;
  background-color: transparent; color: #61687a; flex-shrink: 0;
  border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 640px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .services-catalog__grid { grid-template-columns: repeat(2, 1fr); }
  .service-block__list { grid-template-columns: repeat(2, 1fr); }
  .stages-grid { grid-template-columns: repeat(2, 1fr); }
  .totals-grid { grid-template-columns: repeat(4, 1fr); }
  .cases-grid { grid-template-columns: repeat(2, 1fr); }
  .vacancies-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__inner { grid-template-columns: repeat(2, 1fr); }
  .chat-panel { right: 24px; left: auto; width: 384px; max-width: calc(100% - 48px); }
  .chat-bubble { right: 24px; bottom: 24px; }
  .hero__title { font-size: 44px; }
  .page-hero__title { font-size: 40px; }
  .section-title { font-size: 32px; }
  .vacancies-filters { grid-template-columns: 1fr auto auto; }
  .vacancy-detail__body { grid-template-columns: 2fr 1fr; }
  .request-section__inner { grid-template-columns: 2fr 3fr; }
}
@media (min-width: 1024px) {
  .site-nav { display: flex; }
  .site-header__phone { display: inline-flex; }
  .site-header__burger { display: none; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .stages-grid { grid-template-columns: repeat(4, 1fr); }
  .site-footer__inner { grid-template-columns: repeat(4, 1fr); }
  .hero__inner { grid-template-columns: 1fr 1fr; padding-top: 112px; padding-bottom: 128px; }
  .hero__left { text-align: left; align-items: flex-start; }
  .hero__title { font-size: 56px; }
  .page-hero__title { font-size: 48px; }
  .about-inner { grid-template-columns: 1fr 1fr; }
  .contacts-section__inner { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-card__inner { grid-template-columns: 1fr 1fr; }
}

/* footer bottom flex on wider */
@media (min-width: 640px) {
  .site-footer__bottom { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
  .site-footer__legal { margin-top: 0; }
}
