:root {
  --bg: #424342;
  --card: #2a2c2a;
  --green: #2d9f75;
  --green-hover: #26845f;

  --white: #ffffff;
  --gray: #d0d0d0;
  --muted: rgba(255, 255, 255, 0.7);
  --muted-2: #8e9696;
  --muted-3: #a9b2b2;

  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;

  --pad: 36px;
  --shell: 1440px;
  --gap: 24px;
  --section-gap: 100px;

  --font:
    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --display:
    Impact, "Haettenschweiler", "Arial Narrow Bold", "Arial Black", sans-serif;
}

/* ============================================================
   Ð£Ð¢Ð¦ Â«Ð’Ð¾ÐµÐ²Ð¾Ð´Ð°Â» â€” ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° Â«Ð ÐµÐºÑ€ÑƒÑ‚ÐµÑ€Ð°Ð¼Â»
   ÐœÐ°ÐºÐµÑ‚: Figma Â«Ñ€ÐµÐºÑ€ÑƒÑ‚ÐµÑ€Â», 1440 (ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚ 1368, Ð¿Ð¾Ð»Ñ 36).
   Ð‘Ñ€ÐµÐ¹ÐºÐ¿Ð¾Ð¸Ð½Ñ‚Ñ‹: 1279 / 1023 / 899 / 599.
   ============================================================ */

:root {
  --bg: #424342;
  --card: #2a2c2a;
  --green: #2d9f75;
  --green-hover: #26845f;

  --white: #ffffff;
  --gray: #d0d0d0;
  --muted: rgba(255, 255, 255, 0.7);
  --muted-2: #8e9696;
  --muted-3: #a9b2b2;

  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;

  --pad: 36px;
  --shell: 1440px;
  --gap: 24px;
  --section-gap: 100px;

  --font:
    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --display:
    Impact, "Haettenschweiler", "Arial Narrow Bold", "Arial Black", sans-serif;
}
@media (max-width: 1279px) {
  :root {
    --section-gap: 80px;
    --pad: 28px;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
p,
ul,
ol {
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}

/* Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ Impact Ñ Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚Ð½Ð¾Ð¹ Ð·Ð°Ð»Ð¸Ð²ÐºÐ¾Ð¹ */
.display {
  font-family: var(--display);
  font-weight: 400;
  background-image: linear-gradient(32deg, #d0d0d0 20.758%, #ffffff 101.48%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 36px var(--pad) 100px;
}
.section {
  margin-top: var(--section-gap);
}
.section__title {
  font-size: 44px;
  line-height: 45px;
  letter-spacing: -0.44px;
  margin-bottom: 24px;
}

/* â”€â”€ ÐšÐ½Ð¾Ð¿ÐºÐ° â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 25px;
  border-radius: var(--radius-sm);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.096px;
  color: var(--white);
  transition: background 0.15s;
}
.btn--green {
  background: var(--green);
}
.btn--green:hover {
  background: var(--green-hover);
}

/* â”€â”€ ÐŸÐµÑ€Ð²Ñ‹Ð¹ ÑÐºÑ€Ð°Ð½ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.recruit {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  min-height: 410px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 32px 24px;
  background:
    url("/recruit/images/hero.png") center/cover no-repeat,
    var(--card);
}
/* Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ðµ ÑÐ»ÐµÐ²Ð° â€” ÐºÐ°Ðº Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚ Ð² Ð¼Ð°ÐºÐµÑ‚Ðµ */
.recruit::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 56%;
  pointer-events: none;
  background: linear-gradient(to right, var(--card), rgba(42, 44, 42, 0));
}
.recruit .recruit__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 601px;
}
.recruit .recruit__title {
  font-size: 56px;
  line-height: 52px;
  letter-spacing: -0.56px;
}
.recruit .recruit__lead {
  font-size: 20px;
  line-height: 32px;
}
.recruit .btn {
  position: relative;
}
@media (max-width: 1279px) {
  :root {
    --section-gap: 80px;
    --pad: 28px;
  }
  .recruit__title {
    font-size: 48px;
    line-height: 46px;
  }
  .section__title {
    font-size: 38px;
    line-height: 40px;
  }
  .features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .contact__name,
  .phone__num {
    font-size: 28px;
  }
}

/* â”€â”€ ÐšÑ‚Ð¾ Ñ‚Ð°ÐºÐ¸Ðµ Ñ€ÐµÐºÑ€ÑƒÑ‚ÐµÑ€Ñ‹ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.re-about {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background:
    url("/recruit/images/about-bg.png") center/cover no-repeat,
    var(--card);
}
.re-about > * {
  position: relative;
}
.re-about__lead {
  max-width: 702px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.re-about__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.re-about__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 624px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.27px;
}
.checks img {
  flex: none;
  width: 20px;
  height: 23px;
}

/* â”€â”€ ÐŸÐ¾Ñ‡ÐµÐ¼Ñƒ Ð²Ñ‹Ð±Ð¸Ñ€Ð°ÑŽÑ‚ Ð½Ð°Ñ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background:
    url("source/card-bg-feature.png") center/cover no-repeat,
    var(--card);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.feature__icon {
  flex: none;
  width: 48px;
  height: 48px;
}
.feature__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.27px;
}

/* â”€â”€ ÐšÐ°Ðº Ð¿Ñ€Ð¾Ñ…Ð¾Ð´Ð¸Ñ‚ Ð²Ð·Ð°Ð¸Ð¼Ð¾Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ðµ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.re-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background:
    url("/recruit/images/card-bg-steps.png") center/cover no-repeat,
    var(--card);
}
.re-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
/* Ð·ÐµÐ»Ñ‘Ð½Ð°Ñ ÑÐ²ÑÐ·ÐºÐ° Ð¼ÐµÐ¶Ð´Ñƒ ÑˆÐ°Ð³Ð°Ð¼Ð¸ */
.re-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 52px;
  bottom: -38px;
  width: 2px;
  background: var(--green);
}
.re-step__num {
  flex: none;
  width: 40px;
  font-family: var(--display);
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.4px;
  color: rgba(220, 220, 220, 0.76);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  text-shadow: 1.2px 1.2px 0 rgba(45, 159, 117, 0.8);
}
.re-step__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.re-step__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
}
.re-step__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.27px;
  color: var(--muted);
}

/* â”€â”€ ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.news {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.post {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("source/card-bg-news.png") center/cover no-repeat,
    var(--card);
}
.post__cover {
  width: 100%;
  height: 204px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(228, 229, 231, 0.24);
}
.post__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.post__text {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.24px;
  color: rgba(208, 208, 208, 0.7);
}
.post__link {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.27px;
  color: var(--green);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.post__link:hover {
  text-decoration: underline;
}

/* â”€â”€ ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.contact {
  position: relative;
  margin-top: var(--section-gap);
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 216px;
  padding: 32px 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    url("source/contact-bg.png") center/cover no-repeat,
    var(--card);
}
.contact__bio {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  min-width: 0;
}
.contact__avatar {
  flex: none;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  object-fit: cover;
  background: #1f2222;
  border: 1px solid #2e3333;
}
.contact__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.contact__name {
  font-size: 32px;
  font-weight: 700;
}
.contact__role {
  font-size: 20px;
  font-weight: 500;
  color: var(--muted-2);
}
.contact__note {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.45;
  color: var(--muted-3);
}

.contact__phones {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 29px;
  padding-left: 40px;
  border-left: 2px solid rgba(255, 255, 255, 0.27);
}
.phone {
  display: flex;
  align-items: center;
  gap: 16px;
}
.phone__icon {
  flex: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.phone__num {
  font-size: 32px;
  font-weight: 700;
  white-space: nowrap;
}
.phone:hover .phone__num {
  color: var(--green);
}
.phone__cap {
  font-size: 16px;
  color: var(--muted-2);
}

/* ============================================================
   ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð²
   ============================================================ */

/* ÐšÑ€ÑƒÐ¿Ð½Ñ‹Ðµ Ð½Ð¾ÑƒÑ‚Ð±ÑƒÐºÐ¸ */
@media (max-width: 1279px) {
  :root {
    --section-gap: 80px;
    --pad: 28px;
  }
  .recruit__title {
    font-size: 48px;
    line-height: 46px;
  }
  .section__title {
    font-size: 38px;
    line-height: 40px;
  }
  .features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .contact__name,
  .phone__num {
    font-size: 28px;
  }
}

/* ÐŸÐ»Ð°Ð½ÑˆÐµÑ‚-Ð»Ð°Ð½Ð´ÑˆÐ°Ñ„Ñ‚ */
@media (max-width: 1023px) {
  :root {
    --section-gap: 72px;
    --gap: 20px;
  }
  /* Ñ„Ð¾Ð½Ñ‹ Ð² ÑÑ‚Ð¸Ñ… Ð±Ð»Ð¾ÐºÐ°Ñ… â€” Ñ Ñ„Ð¸Ð³ÑƒÑ€Ð°Ð¼Ð¸ ÑÐ¿Ñ€Ð°Ð²Ð°; ÑƒÐ²Ð¾Ð´Ð¸Ð¼ ÐºÐ°Ð´Ñ€ Ð¸ ÐºÐ»Ð°Ð´Ñ‘Ð¼ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ðµ,
     Ð¸Ð½Ð°Ñ‡Ðµ Ð½Ð° ÑƒÐ·ÐºÐ¾Ð¼ ÑÐºÑ€Ð°Ð½Ðµ Ñ‚ÐµÐºÑÑ‚ Ð»Ð¾Ð¶Ð¸Ñ‚ÑÑ Ð½Ð° Ð»ÑŽÐ´ÐµÐ¹ */
  .recruit {
    min-height: 0;
    padding: 28px;
    background-position: 22% center;
  }
  .recruit::before {
    width: 100%;
    background: linear-gradient(
      to bottom,
      rgba(42, 44, 42, 0.6),
      rgba(42, 44, 42, 0.9)
    );
  }
  .re-about {
    background-position: 18% center;
  }
  .re-about::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      rgba(42, 44, 42, 0.72),
      rgba(42, 44, 42, 0.9)
    );
  }
  .recruit__title {
    font-size: 42px;
    line-height: 42px;
  }
  .recruit__lead {
    font-size: 18px;
    line-height: 28px;
  }
  .re-about__lead,
  .re-about__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .checks li {
    font-size: 16px;
    line-height: 24px;
  }
  .news {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 28px;
  }
  .contact__phones {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 40px;
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.27);
    width: 100%;
  }
}

/* ÐŸÐ»Ð°Ð½ÑˆÐµÑ‚-Ð¿Ð¾Ñ€Ñ‚Ñ€ÐµÑ‚ */
@media (max-width: 899px) {
  :root {
    --pad: 20px;
  }
  .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .re-steps {
    padding: 24px;
    gap: 28px;
  }
  .re-step {
    gap: 24px;
  }
  .re-step:not(:last-child)::after {
    left: 15px;
    top: 48px;
    bottom: -34px;
  }
  .re-step__num {
    width: 32px;
    font-size: 32px;
    line-height: 38px;
  }
  .re-step__title {
    font-size: 20px;
  }
  .re-step__text {
    font-size: 16px;
    line-height: 24px;
  }
  .news {
    grid-template-columns: minmax(0, 1fr);
  }
  .post__cover {
    height: 220px;
  }
}

/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ðµ */
@media (max-width: 599px) {
  :root {
    --section-gap: 56px;
    --pad: 16px;
    --gap: 16px;
  }
  .page {
    padding: 20px var(--pad) 64px;
  }
  .recruit {
    padding: 20px;
    border-radius: var(--radius-md);
  }
  .recruit__title {
    font-size: 32px;
    line-height: 34px;
  }
  .recruit__lead {
    font-size: 16px;
    line-height: 24px;
  }
  .btn {
    width: 100%;
    height: 50px;
  }
  .section__title {
    font-size: 28px;
    line-height: 32px;
  }

  .re-about {
    padding: 20px 16px;
  }
  .re-about__lead {
    font-size: 16px;
    line-height: 24px;
  }
  .features {
    grid-template-columns: minmax(0, 1fr);
  }
  .feature {
    padding: 16px 18px;
    gap: 14px;
  }

  .re-steps {
    padding: 20px 16px;
  }
  .re-step {
    gap: 16px;
  }
  .re-step:not(:last-child)::after {
    left: 12px;
    top: 42px;
    bottom: -30px;
  }
  .re-step__num {
    width: 26px;
    font-size: 26px;
    line-height: 32px;
  }

  .post {
    padding: 16px;
  }
  .contact {
    padding: 20px 16px;
    gap: 20px;
  }
  .contact__bio {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .contact__avatar {
    width: 96px;
    height: 96px;
  }
  .contact__name {
    font-size: 24px;
  }
  .contact__role,
  .contact__note {
    font-size: 16px;
  }
  .contact__phones {
    flex-direction: column;
    gap: 20px;
  }
  .phone__num {
    font-size: 22px;
  }
}

.re-about {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background:
    url("/recruit/images/about-bg.png") center / cover no-repeat,
    var(--card);
}
@media (max-width: 1023px) {
  .re-about {
    background-position: 18% center;
  }
}
@media (max-width: 599px) {
  .re-about {
    padding: 20px 16px;
  }
}
.re-about__lead {
  max-width: 702px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 599px) {
  .re-about__lead {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .re-about__lead,
  .re-about__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.re-about__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.re-about__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media (max-width: 1023px) {
  .re-about__lead,
  .re-about__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.re-about .checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.re-about .checks li::before {
  display: none;
}
.re-about .checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 624px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.27px;
}
@media (max-width: 1023px) {
  .re-about .checks li {
    font-size: 16px;
    line-height: 24px;
  }
}
.re-about.checks img {
  flex: none;
  width: 20px;
  height: 23px;
}
