/* ====== RESET (longhand) ====== */
html {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  max-width: 100%;
}
body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: rgb(50, 36, 28);
  background-color: rgb(252, 248, 242);
  overflow-x: hidden;
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: transparent;
}
ul {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Syne", "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
}
p { margin-top: 0; margin-bottom: 0; }
input, textarea, select { font-family: inherit; font-size: 16px; }

/* ====== WRAPPER ====== */
.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
.main { flex-grow: 1; }

/* ====== UTILITY ====== */
.eyebrow {
  display: inline-block;
  padding-top: 6px;
  padding-right: 14px;
  padding-bottom: 6px;
  padding-left: 14px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: rgb(247, 224, 199);
  color: rgb(150, 64, 38);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.text-gradient {
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.link {
  color: rgb(150, 64, 38);
  font-weight: 600;
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgb(150, 64, 38);
  font-size: 14px;
  font-weight: 700;
}

/* ====== BUTTONS ====== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 14px;
  padding-right: 26px;
  padding-bottom: 14px;
  padding-left: 26px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transition-property: transform, background-color, color;
  transition-duration: 0.18s;
  transition-timing-function: ease;
  text-align: center;
}
.btn--outline {
  background-color: rgb(255, 255, 255);
  color: rgb(50, 36, 28);
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
}
.btn--dark {
  background-color: rgb(34, 24, 18);
  color: rgb(255, 250, 244);
}
.btn--gradient {
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  color: rgb(255, 250, 244);
  box-shadow: 0 16px 40px -12px rgba(232, 118, 60, 0.55);
}
.btn--ghost {
  background-color: transparent;
  color: rgb(255, 250, 244);
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}
.btn--full { width: 100%; }
.btn--small {
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-size: 13px;
}
.btn__arrow {
  display: inline-block;
  transition-property: transform;
  transition-duration: 0.18s;
}

/* ====== HEADER ====== */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: rgba(252, 248, 242, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(232, 219, 204, 0.7);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  height: 64px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.header__logo-img { width: 36px; height: 36px; object-fit: contain; }
.header__logo-text {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.header__logo-dot { color: rgb(232, 118, 60); }
.header__nav {
  display: none;
  align-items: center;
  gap: 4px;
}
.header__nav-link {
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(50, 36, 28, 0.78);
  transition-property: color, background-color;
  transition-duration: 0.18s;
}
.header__phone {
  display: none;
  align-items: center;
  gap: 8px;
  background-color: rgb(34, 24, 18);
  color: rgb(255, 250, 244);
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 18px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
.header__burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 40px;
  height: 40px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: rgb(255, 255, 255);
}
.header__burger-line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: rgb(50, 36, 28);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.header__mobile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(232, 219, 204);
  background-color: rgb(255, 255, 255);
}
.header__mobile[hidden] {
  display: none;
}
.header__mobile-link {
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(50, 36, 28, 0.85);
}
.header__mobile-phone {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: rgb(34, 24, 18);
  color: rgb(255, 250, 244);
  padding-top: 12px;
  padding-right: 18px;
  padding-bottom: 12px;
  padding-left: 18px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}

/* ====== HERO ====== */
.hero {
  position: relative;
  background-image: linear-gradient(180deg, rgb(252, 248, 242) 0%, rgb(247, 224, 199) 100%);
  overflow: hidden;
}
.hero__container {
  max-width: 960px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 64px;
  padding-right: 16px;
  padding-bottom: 64px;
  padding-left: 16px;
  text-align: center;
}
.hero__title {
  margin-top: 24px;
  font-size: 32px;
  line-height: 1.1;
}
.hero__lead {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;
  color: rgb(112, 92, 76);
  font-size: 16px;
}
.hero__actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.stats {
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(232, 219, 204);
  padding-top: 32px;
}
.stats__item { text-align: center; margin: 0; }
.stats__item dt, .stats__item dd { margin: 0; text-align: center; }
.stats__value {
  font-family: "Syne", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: rgb(50, 36, 28);
}
.stats__label {
  margin-top: 4px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(112, 92, 76);
}

/* ====== SECTION ====== */
.section {
  padding-top: 56px;
  padding-bottom: 56px;
}
.section--warm {
  background-image: linear-gradient(180deg, rgb(252, 248, 242) 0%, rgb(247, 224, 199) 100%);
}
.section__container {
  max-width: 1200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 16px;
  padding-bottom: 0;
  padding-left: 16px;
  width: 100%;
}
.section__container--narrow { max-width: 880px; }
.section__head {
  max-width: 720px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
}
.section__title {
  margin-top: 18px;
  font-size: 28px;
  line-height: 1.15;
}
.section__lead {
  margin-top: 18px;
  color: rgb(112, 92, 76);
  font-size: 16px;
}
.section__more {
  margin-top: 36px;
  text-align: center;
}
.section__more--left { text-align: left; }

/* ====== FEATURES ====== */
.features {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.feature {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 24px;
  padding-right: 22px;
  padding-bottom: 24px;
  padding-left: 22px;
  text-align: center;
  transition-property: transform, box-shadow, border-color;
  transition-duration: 0.2s;
}
.feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  font-size: 22px;
  color: rgb(255, 250, 244);
  box-shadow: 0 12px 24px -10px rgba(232, 118, 60, 0.5);
}
.feature__title { margin-top: 16px; font-size: 17px; }
.feature__text { margin-top: 8px; font-size: 14px; color: rgb(112, 92, 76); }

/* ====== SERVICES GRID ====== */
.services-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.service-card {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 26px;
  padding-right: 24px;
  padding-bottom: 26px;
  padding-left: 24px;
  transition-property: transform, box-shadow, border-color;
  transition-duration: 0.2s;
}
.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  font-size: 22px;
  color: rgb(255, 250, 244);
}
.service-card__title { margin-top: 18px; font-size: 18px; }
.service-card__text { margin-top: 8px; font-size: 14px; color: rgb(112, 92, 76); line-height: 1.55; }

/* ====== PROCESS ====== */
.process-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.process-card {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
.process-card__num {
  font-family: "Syne", sans-serif;
  font-size: 36px;
  font-weight: 800;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.process-card__title { margin-top: 10px; font-size: 18px; }
.process-card__text { margin-top: 8px; font-size: 14px; color: rgb(112, 92, 76); }

/* ====== INDUSTRIES ====== */
.industries {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.industry {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-top: 18px;
  padding-right: 14px;
  padding-bottom: 18px;
  padding-left: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: rgba(50, 36, 28, 0.85);
}

/* ====== REVIEWS ====== */
.reviews {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.review {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 26px;
  padding-right: 26px;
  padding-bottom: 26px;
  padding-left: 26px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.review__quote {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(50, 36, 28, 0.92);
}
.review__author {
  margin-top: 18px;
  padding-top: 14px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(232, 219, 204);
}
.review__name { font-weight: 700; }
.review__role { font-size: 12px; color: rgb(112, 92, 76); margin-top: 2px; }

/* ====== CTA CARD ====== */
.cta-card {
  background-color: rgb(255, 255, 255);
  max-width: 760px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-top: 36px;
  padding-right: 28px;
  padding-bottom: 36px;
  padding-left: 28px;
  text-align: center;
  box-shadow: 0 24px 50px -22px rgba(165, 70, 35, 0.18);
}
.cta-card__title { margin-top: 18px; font-size: 28px; }
.cta-card__text { margin-top: 14px; color: rgb(112, 92, 76); max-width: 520px; margin-right: auto; margin-left: auto; }
.cta-card__actions {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cta-card__note { margin-top: 22px; font-size: 12px; color: rgb(112, 92, 76); }

/* ====== PAGE HERO ====== */
.page-hero {
  position: relative;
  overflow: hidden;
}
.page-hero--warm {
  background-image: linear-gradient(180deg, rgb(252, 248, 242) 0%, rgb(247, 224, 199) 100%);
}
.page-hero__container {
  max-width: 1200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 56px;
  padding-right: 16px;
  padding-bottom: 56px;
  padding-left: 16px;
}
.page-hero--narrow .page-hero__container { max-width: 880px; }
.page-hero__title {
  margin-top: 22px;
  font-size: 36px;
  line-height: 1.08;
  max-width: 800px;
}
.page-hero__lead {
  margin-top: 20px;
  max-width: 640px;
  color: rgb(112, 92, 76);
  font-size: 16px;
}
.page-hero__date { margin-top: 14px; color: rgb(112, 92, 76); font-size: 14px; }

/* ====== SERVICES LIST (services page) ====== */
.services-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.service-row {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  transition-property: transform, box-shadow, border-color;
  transition-duration: 0.2s;
}
.service-row__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.service-row__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  color: rgb(255, 250, 244);
  font-size: 26px;
}
.service-row__price {
  background-color: rgb(247, 224, 199);
  color: rgb(150, 64, 38);
  padding-top: 6px;
  padding-right: 14px;
  padding-bottom: 6px;
  padding-left: 14px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.service-row__title { margin-top: 22px; font-size: 22px; }
.service-row__text {
  margin-top: 12px;
  flex-grow: 1;
  font-size: 14px;
  color: rgb(112, 92, 76);
  line-height: 1.6;
}
.service-row .link-arrow { margin-top: 22px; }

/* ====== DARK CTA ====== */
.dark-cta {
  background-color: rgb(34, 24, 18);
  color: rgb(255, 250, 244);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-top: 36px;
  padding-right: 28px;
  padding-bottom: 36px;
  padding-left: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.dark-cta__title { font-size: 28px; line-height: 1.15; }
.dark-cta__lead { margin-top: 12px; color: rgba(255, 250, 244, 0.78); max-width: 560px; }
.dark-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.dark-cta--simple { margin-top: 40px; }

/* ====== CASES GRID ====== */
.cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.case-card {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  overflow: hidden;
  transition-property: transform, box-shadow, border-color;
  transition-duration: 0.2s;
}
.case-card__media {
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  padding-top: 36px;
  padding-right: 24px;
  padding-bottom: 36px;
  padding-left: 24px;
  color: rgb(255, 250, 244);
  text-align: center;
}
.case-card__metric {
  font-family: "Syne", sans-serif;
  font-size: 32px;
  font-weight: 800;
}
.case-card__period { margin-top: 8px; font-size: 14px; opacity: 0.92; }
.case-card__body {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
.case-card__tag {
  align-self: flex-start;
  background-color: rgb(247, 224, 199);
  color: rgb(150, 64, 38);
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 12px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.case-card__title { margin-top: 14px; font-size: 19px; line-height: 1.3; }
.case-card__text { margin-top: 10px; font-size: 14px; color: rgb(112, 92, 76); line-height: 1.55; }

/* ====== ABOUT ====== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.about__title { margin-top: 16px; font-size: 28px; line-height: 1.2; }
.about__text { margin-top: 16px; color: rgb(112, 92, 76); }
.about__list { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.about__item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; }
.about__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: rgb(232, 118, 60);
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 700;
}
.about-values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.value-card {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
}
.value-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  color: rgb(255, 250, 244);
  font-size: 20px;
}
.value-card__title { margin-top: 14px; font-size: 17px; }
.value-card__text { margin-top: 6px; font-size: 14px; color: rgb(112, 92, 76); }

.requisites {
  margin-top: 32px;
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-top: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.requisites__item { margin-top: 0; }
.requisites__key {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(112, 92, 76);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.requisites__val {
  margin-top: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  color: rgb(50, 36, 28);
}

/* ====== FAQ ====== */
.faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__item {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  overflow: hidden;
}
.faq__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding-top: 18px;
  padding-right: 22px;
  padding-bottom: 18px;
  padding-left: 22px;
  text-align: left;
}
.faq__q { font-size: 16px; font-weight: 700; color: rgb(50, 36, 28); }
.faq__chev {
  color: rgb(232, 118, 60);
  font-size: 18px;
  transition-property: transform;
  transition-duration: 0.2s;
  transform: rotate(0deg);
}
.faq__chev--open { transform: rotate(180deg); }
.faq__answer {
  padding-top: 0;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  font-size: 15px;
  color: rgb(112, 92, 76);
  line-height: 1.6;
}

.faq-cta {
  margin-top: 40px;
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  text-align: center;
}
.faq-cta__title { font-size: 24px; }
.faq-cta__text { margin-top: 12px; color: rgb(112, 92, 76); }
.faq-cta .btn { margin-top: 22px; }

/* ====== CONTACT ====== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
  transition-property: transform, box-shadow, border-color;
  transition-duration: 0.2s;
}
.contact-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  color: rgb(255, 250, 244);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.contact-card__body { min-width: 0; flex-grow: 1; }
.contact-card__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(112, 92, 76);
}
.contact-card__value {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 700;
  word-break: break-word;
}
.contact-card__value-multi { margin-top: 6px; font-size: 15px; font-weight: 500; line-height: 1.5; }
.contact-card__note { margin-top: 4px; font-size: 12px; color: rgb(112, 92, 76); }

.contact-form {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-top: 26px;
  padding-right: 24px;
  padding-bottom: 26px;
  padding-left: 24px;
  box-shadow: 0 24px 50px -28px rgba(165, 70, 35, 0.15);
}
.contact-form__title { font-size: 22px; }
.contact-form__sub { margin-top: 8px; font-size: 14px; color: rgb(112, 92, 76); }
.contact-form__row {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.field { display: flex; flex-direction: column; }
.field__label { font-size: 14px; font-weight: 700; color: rgb(50, 36, 28); margin-bottom: 8px; }
.field__req { color: rgb(232, 118, 60); }
.field__input,
.field__textarea {
  width: 100%;
  background-color: rgb(252, 248, 242);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(224, 210, 192);
  border-right-color: rgb(224, 210, 192);
  border-bottom-color: rgb(224, 210, 192);
  border-left-color: rgb(224, 210, 192);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
  font-size: 14px;
  color: rgb(50, 36, 28);
  outline-style: none;
  outline-width: 0;
}
.field__textarea { resize: vertical; min-height: 110px; }
.field__error { margin-top: 6px; font-size: 12px; color: rgb(178, 36, 24); }
.field__agree {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: rgb(112, 92, 76);
}
.field__checkbox {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: rgb(232, 118, 60);
  flex-shrink: 0;
}
.contact-form__view .btn { margin-top: 20px; }
.contact-form__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.contact-form__success-icon {
  width: 64px;
  height: 64px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  color: rgb(255, 250, 244);
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-form__success-title { margin-top: 22px; font-size: 22px; }
.contact-form__success-text { margin-top: 10px; color: rgb(112, 92, 76); max-width: 320px; }

/* ====== MAP ====== */
.map {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
}
.map__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 14px;
  padding-right: 22px;
  padding-bottom: 14px;
  padding-left: 22px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(232, 219, 204);
  font-size: 14px;
}
.map__pin { color: rgb(232, 118, 60); }
.map__name { font-weight: 700; }
.map__addr { color: rgb(112, 92, 76); }
.map__frame { width: 100%; height: 380px; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; max-width: 100%; }

/* ====== DOCUMENTS ====== */
.doc { display: flex; flex-direction: column; gap: 28px; }
.doc__block { display: flex; flex-direction: column; }
.doc__title { font-size: 22px; line-height: 1.25; }
.doc__title-plain { margin-top: 16px; font-size: 22px; color: rgb(50, 36, 28); }
.doc__num { color: rgb(232, 118, 60); margin-right: 6px; }
.doc__text { margin-top: 12px; color: rgb(112, 92, 76); font-size: 16px; line-height: 1.65; }

/* ====== VACANCIES ====== */
.vac-filters {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-top: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  box-shadow: 0 18px 40px -28px rgba(165, 70, 35, 0.15);
}
.vac-filters__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.vac-filters__search,
.vac-filters__select {
  height: 48px;
  width: 100%;
  background-color: rgb(252, 248, 242);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(224, 210, 192);
  border-right-color: rgb(224, 210, 192);
  border-bottom-color: rgb(224, 210, 192);
  border-left-color: rgb(224, 210, 192);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 0;
  padding-right: 14px;
  padding-bottom: 0;
  padding-left: 14px;
  font-size: 14px;
  color: rgb(50, 36, 28);
  outline-style: none;
  outline-width: 0;
}
.vac-filters__count { margin-top: 14px; font-size: 12px; color: rgb(112, 92, 76); }

.vac-list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vac-card {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  overflow: hidden;
  transition-property: border-color;
  transition-duration: 0.2s;
}
.vac-card__head {
  padding-top: 22px;
  padding-right: 24px;
  padding-bottom: 22px;
  padding-left: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.vac-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.vac-card__dept {
  background-color: rgb(247, 224, 199);
  color: rgb(150, 64, 38);
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.vac-card__posted { font-size: 12px; color: rgb(112, 92, 76); }
.vac-card__title { margin-top: 12px; font-size: 20px; }
.vac-card__chips {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgb(112, 92, 76);
}
.vac-card__chip { display: inline-flex; align-items: center; gap: 6px; }
.vac-card__chip-ico { color: rgb(232, 118, 60); }
.vac-card__salary {
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: rgb(50, 36, 28);
}
.vac-card__salary-note { font-size: 12px; color: rgb(112, 92, 76); margin-top: 4px; }
.vac-card__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(232, 219, 204);
  font-size: 14px;
  font-weight: 700;
  color: rgb(150, 64, 38);
}
.vac-card__chev { transition-property: transform; transition-duration: 0.2s; transform: rotate(0deg); }
.vac-card__chev--open { transform: rotate(180deg); }
.vac-card__details {
  background-color: rgb(248, 243, 235);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(232, 219, 204);
  padding-top: 22px;
  padding-right: 24px;
  padding-bottom: 22px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.vac-card__desc { font-size: 15px; color: rgba(50, 36, 28, 0.88); line-height: 1.6; }
.vac-block__title {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(150, 64, 38);
}
.vac-block__list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vac-block__item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; }
.vac-block__bullet {
  margin-top: 8px;
  width: 6px;
  height: 6px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: rgb(232, 118, 60);
  flex-shrink: 0;
}
.vac-card__actions { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 6px; }

.vac-empty {
  margin-top: 28px;
  background-color: rgb(255, 255, 255);
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(224, 210, 192);
  border-right-color: rgb(224, 210, 192);
  border-bottom-color: rgb(224, 210, 192);
  border-left-color: rgb(224, 210, 192);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 36px;
  padding-right: 24px;
  padding-bottom: 36px;
  padding-left: 24px;
  text-align: center;
}
.vac-empty__title { font-size: 16px; font-weight: 700; }
.vac-empty__text { margin-top: 10px; font-size: 14px; color: rgb(112, 92, 76); }

/* ====== FOOTER ====== */
.footer {
  background-color: rgb(34, 24, 18);
  color: rgb(255, 250, 244);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(232, 219, 204);
  margin-top: 48px;
}
.footer__inner {
  max-width: 1200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 56px;
  padding-right: 16px;
  padding-bottom: 40px;
  padding-left: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.footer__logo { display: flex; align-items: center; gap: 10px; }
.footer__logo-img { width: 40px; height: 40px; object-fit: contain; }
.footer__logo-text { font-family: "Syne", sans-serif; font-size: 20px; font-weight: 800; }
.footer__logo-dot { color: rgb(232, 118, 60); }
.footer__about { margin-top: 16px; font-size: 14px; color: rgba(255, 250, 244, 0.7); line-height: 1.6; max-width: 460px; }
.footer__copy { margin-top: 24px; font-size: 12px; color: rgba(255, 250, 244, 0.5); }
.footer__heading {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(255, 250, 244);
}
.footer__heading--mt { margin-top: 28px; }
.footer__list { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer__link { color: rgba(255, 250, 244, 0.72); }
.footer__addr { color: rgba(255, 250, 244, 0.72); display: inline-block; }
.footer__hours { margin-top: 22px; font-size: 12px; color: rgba(255, 250, 244, 0.5); }
.footer__bar {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255, 250, 244, 0.1);
}
.footer__bar-inner {
  max-width: 1200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 250, 244, 0.5);
}

/* ====== COOKIE ====== */
.cookie {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  max-width: 880px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.96);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  box-shadow: 0 18px 50px -10px rgba(34, 24, 18, 0.25);
  backdrop-filter: blur(10px);
}
.cookie__inner { display: flex; align-items: flex-start; gap: 12px; }
.cookie__icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  font-size: 18px;
}
.cookie__text { font-size: 13px; color: rgba(50, 36, 28, 0.88); line-height: 1.55; }
.cookie__actions {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ====== CHAT FAB ====== */
.chat-fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  color: rgb(255, 250, 244);
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 16px 36px -10px rgba(232, 118, 60, 0.55);
  transition-property: transform;
  transition-duration: 0.18s;
}
.chat-fab__avatar-wrap { position: relative; display: inline-block; }
.chat-fab__avatar {
  width: 40px;
  height: 40px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  object-fit: cover;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: rgba(255, 250, 244, 0.6);
  border-right-color: rgba(255, 250, 244, 0.6);
  border-bottom-color: rgba(255, 250, 244, 0.6);
  border-left-color: rgba(255, 250, 244, 0.6);
}
.chat-fab__dot {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 12px;
  height: 12px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: rgb(58, 197, 132);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: rgb(255, 250, 244);
  border-right-color: rgb(255, 250, 244);
  border-bottom-color: rgb(255, 250, 244);
  border-left-color: rgb(255, 250, 244);
}
.chat-fab__text { display: none; }

/* ====== CHAT WIDGET ====== */
.chat {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 70;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  box-shadow: 0 24px 60px -12px rgba(34, 24, 18, 0.3);
}
.chat[hidden],
.chat-fab[hidden] {
  display: none;
}
.chat__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  color: rgb(255, 250, 244);
}
.chat__avatar-wrap { position: relative; flex-shrink: 0; display: inline-block; }
.chat__avatar {
  width: 44px;
  height: 44px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  object-fit: cover;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: rgba(255, 250, 244, 0.7);
  border-right-color: rgba(255, 250, 244, 0.7);
  border-bottom-color: rgba(255, 250, 244, 0.7);
  border-left-color: rgba(255, 250, 244, 0.7);
}
.chat__dot {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 12px;
  height: 12px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: rgb(58, 197, 132);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
}
.chat__head-text { flex-grow: 1; min-width: 0; }
.chat__name { font-weight: 800; }
.chat__role { font-size: 12px; color: rgba(255, 250, 244, 0.85); }
.chat__close {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.18);
  color: rgb(255, 250, 244);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.chat__body {
  flex-grow: 1;
  overflow-y: auto;
  background-color: rgb(248, 243, 235);
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat__msg { display: flex; }
.chat__msg--bot { justify-content: flex-start; }
.chat__msg--user { justify-content: flex-end; }
.chat__bubble {
  max-width: 85%;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: 14px;
  line-height: 1.55;
}
.chat__bubble--bot { background-color: rgb(255, 255, 255); color: rgb(50, 36, 28); box-shadow: 0 4px 14px -8px rgba(34, 24, 18, 0.2); }
.chat__bubble--user {
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  color: rgb(255, 250, 244);
}
.chat__quick { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 4px; }
.chat__quick-btn {
  background-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(232, 219, 204);
  border-right-color: rgb(232, 219, 204);
  border-bottom-color: rgb(232, 219, 204);
  border-left-color: rgb(232, 219, 204);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(50, 36, 28);
}
.chat__foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(232, 219, 204);
  background-color: rgb(255, 255, 255);
}
.chat__input {
  flex-grow: 1;
  height: 44px;
  background-color: rgb(252, 248, 242);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: rgb(224, 210, 192);
  border-right-color: rgb(224, 210, 192);
  border-bottom-color: rgb(224, 210, 192);
  border-left-color: rgb(224, 210, 192);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  padding-top: 0;
  padding-right: 14px;
  padding-bottom: 0;
  padding-left: 14px;
  font-size: 14px;
  outline-style: none;
  outline-width: 0;
}
.chat__send {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(135deg, rgb(247, 184, 130) 0%, rgb(232, 118, 60) 50%, rgb(165, 70, 35) 100%);
  color: rgb(255, 250, 244);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 16px;
  box-shadow: 0 12px 24px -10px rgba(232, 118, 60, 0.55);
}
.chat__call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 700;
  color: rgb(150, 64, 38);
  background-color: rgb(255, 255, 255);
}

/* ====== HOVER STATES (toggled via JS data-hover) ====== */
.feature[data-hover="1"],
.service-card[data-hover="1"],
.service-row[data-hover="1"],
.case-card[data-hover="1"],
.contact-card[data-hover="1"] {
  transform: translateY(-3px);
  border-top-color: rgba(232, 118, 60, 0.5);
  border-right-color: rgba(232, 118, 60, 0.5);
  border-bottom-color: rgba(232, 118, 60, 0.5);
  border-left-color: rgba(232, 118, 60, 0.5);
  box-shadow: 0 22px 50px -22px rgba(165, 70, 35, 0.25);
}
.btn[data-hover="1"] { transform: translateY(-1px); }
.btn--gradient[data-hover="1"] { box-shadow: 0 22px 50px -14px rgba(232, 118, 60, 0.7); }
.header__nav-link[data-hover="1"] { color: rgb(150, 64, 38); }
.footer__link[data-hover="1"] { color: rgb(232, 118, 60); }
.link-arrow[data-hover="1"] { color: rgb(232, 118, 60); }
.chat-fab[data-hover="1"] { transform: scale(1.04); }
.chat__quick-btn[data-hover="1"] {
  border-top-color: rgba(232, 118, 60, 0.5);
  border-right-color: rgba(232, 118, 60, 0.5);
  border-bottom-color: rgba(232, 118, 60, 0.5);
  border-left-color: rgba(232, 118, 60, 0.5);
}

.field__input[data-focus="1"],
.field__textarea[data-focus="1"],
.vac-filters__search[data-focus="1"],
.vac-filters__select[data-focus="1"],
.chat__input[data-focus="1"] {
  border-top-color: rgb(232, 118, 60);
  border-right-color: rgb(232, 118, 60);
  border-bottom-color: rgb(232, 118, 60);
  border-left-color: rgb(232, 118, 60);
  box-shadow: 0 0 0 3px rgba(232, 118, 60, 0.18);
}

/* ====== RESPONSIVE ====== */
@media (min-width: 640px) {
  .hero__title { font-size: 44px; }
  .section__title { font-size: 36px; }
  .page-hero__title { font-size: 48px; }
  .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stats__value { font-size: 38px; }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industries { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cases-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .requisites { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-form__row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vac-filters__row { grid-template-columns: 1fr 200px 220px; }
  .vac-card__head { grid-template-columns: 1fr auto; align-items: center; }
  .vac-card__salary-wrap { text-align: right; }
  .cta-card__actions { flex-direction: row; }
  .dark-cta { grid-template-columns: 1.5fr 1fr; align-items: center; padding-top: 48px; padding-right: 44px; padding-bottom: 48px; padding-left: 44px; }
  .dark-cta__title { font-size: 36px; }
  .map__frame { height: 460px; }
  .cookie__actions { flex-direction: row; justify-content: flex-end; }
  .footer__inner { grid-template-columns: 2fr 1fr 1fr; }
  .footer__bar-inner { flex-direction: row; justify-content: space-between; }
  .chat { left: auto; right: 24px; bottom: 24px; width: 380px; }
  .chat-fab { right: 24px; bottom: 24px; }
  .chat-fab__text { display: inline; }
}

@media (min-width: 900px) {
  .features { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .industries { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .reviews { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cases-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
  .contact-grid { grid-template-columns: 1fr 1.2fr; gap: 36px; }
  .footer__inner { grid-template-columns: 2fr 1fr 1fr; padding-top: 64px; padding-bottom: 48px; }
}

@media (min-width: 1024px) {
  .header__nav { display: inline-flex; }
  .header__phone { display: inline-flex; }
  .header__burger { display: none; }
  .header__mobile { display: none; }
  .hero__title { font-size: 56px; }
  .page-hero__title { font-size: 56px; }
}