/* =========================================
   Recruit Page Styles
   ========================================= */

/* Hero Section */
.recruit-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 500px;
  background-image: url("../img/hero_bg_recruit.png");
  background-size: cover;
  background-position: center;
  color: var(--color-white);
  padding-top: 160px;
  padding-bottom: 100px;
  text-align: center;
  overflow: hidden;
}

.recruit-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.recruit-hero__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  z-index: 0;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.recruit-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.recruit-hero__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.requirements-hero {
  position: relative;
  width: 100%;
  background: transparent;
  color: var(--color-white);
  padding-top: 220px;
  padding-bottom: 100px;
  text-align: center;
  overflow: hidden;
}

.requirements-hero__bg-text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
  z-index: 0;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.requirements-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.requirements-hero__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

/* Model Section */
.recruit-model {
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.recruit-model__title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.4;
}

.recruit-model__text {
  font-size: 16px;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
}

/* Job List Section */
.recruit-jobs {
  color: #fff;
}

.recruit-section__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.56;
  text-align: center;
  margin-bottom: 32px;
  color: #fff;
}

.job-list {
  max-width: 635px;
  margin: 0 auto;
}

.job-list__item {
  display: flex;
  align-items: center;
  padding: 38px 0;
  border-bottom: 1px solid #bcbcbc;
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

.job-list__item:first-child {
  border-top: 1px solid #bcbcbc;
}

.job-list__item:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.job-list__item::after {
  content: "";
  position: absolute;
  right: 0;
  background: url("../img/recruit_arrow.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.job-list__text {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
}

/* Benefits Section */
.recruit-benefits {
  color: #fff;
  text-align: center;
}

.recruit-benefits__text {
  font-size: 16px;
  margin-top: 20px;
}

.recruit-benefits__list {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 29px 0;
}

.recruit-benefits__item {
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 29px 0;
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.53;
  color: #ffffff;
  width: 32%;
}

.interview__grid .swiper-pagination-bullet {
  background: var(--color-white);
}

/* Requirements Section */
.requirements__container {
  max-width: 924px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-bottom: 162px;
}

.requirements__item {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}

.requirements__item-title {
  width: 286px;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.5;
  color: #ffffff;
}

.requirements__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.requirements__item-content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.64;
  color: #ffffff;
}

.requirements__item-table {
  flex: 1;
}

.requirements__item-table-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.31;
  color: #ffffff;
}

.requirements__item-table-row--pb75 {
  padding-bottom: 75px;
  border-bottom: none;
}

.requirements__item-table-row:first-child {
  padding-top: 0;
}

.requirements__item-table-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.requirements__item-table-title {
  width: 129.5px;
}

.requirements__item-table-text {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.31;
  color: #ffffff;
}

.requirements__item-table-form {
  margin-top: 104px;
}

.requirements__item-table-form form {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.requirements__item-table-form .form-group-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.12;
  color: #ffffff;
  margin-bottom: 16px;
}

.requirements__item-table-form .wpcf7-list-item {
  margin-left: 0;
}

.requirements__item-table-form .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 28px;
}

.requirements__item-table-form .wpcf7-radio .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.requirements__item-table-form input.form-control,
.requirements__item-table-form textarea.form-control {
  padding: 16px;
  border: 1px solid #333;
  background-color: #ffffff;
  border-radius: 8px;
  width: 100%;
}

.requirements__item-table-form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.requirements__item-table-form .wpcf7-checkbox .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.requirements__item-table-form .form-group-acceptance {
  margin-top: -10px;
}

.requirements__item-table-form .form-group-acceptance .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.requirements__item-table-form .form-group-acceptance .wpcf7-list-item-label a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.requirements__item-table-form .requirements-btn {
  width: 100%;
  padding: 16px 0;
  background-color: #7a5cfa;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .recruit-hero {
    padding-top: 80px;
    padding-bottom: 60px;
    min-height: 500px;
    background-position: center top;
    background-size: cover;
  }

  .recruit-hero__title {
    font-size: 32px;
  }

  .recruit-hero__bg-text {
    font-size: 60px;
  }

  .requirements-hero {
    padding-top: 230px;
    padding-bottom: 150px;
  }

  .requirements-hero__bg-text {
    top: 50%;
    font-size: 80px;
  }

  .requirements-hero__title {
    font-size: 36px;
  }

  .recruit-model {
    padding: 60px 0;
  }

  .recruit-model__title {
    font-size: 28px;
  }

  .recruit-model__text {
    font-size: 14px;
  }

  .recruit-section__title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .job-list__item {
    padding: 20px;
    padding-right: 50px;
  }

  .job-list__text {
    font-size: 14px;
  }

  .recruit-benefits__list {
    gap: 15px 0;
  }

  .recruit-benefits__item {
    border-radius: 10px;
    padding: 15px 0;
    font-size: 14px;
    width: 48%;
  }

  .requirements__container {
    gap: 17px;
    padding-bottom: 80px;
  }

  .requirements__item {
    flex-direction: column;
    gap: 20px;
  }

  .requirements__item-title {
    width: 100%;
    font-weight: 900;
    font-size: 26px;
  }

  .requirements__item-content {
    width: 100%;
    gap: 10px;
  }

  .requirements__item-content-text {
    font-size: 14px;
  }

  .requirements__item-table {
    width: 100%;
  }

  .requirements__item-table-row {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
    font-size: 14px;
  }

  .requirements__item-table-row--pb75 {
    padding-bottom: 30px;
  }

  .requirements__item-table-title {
    width: 100px;
  }

  .requirements__item-table-text {
    font-size: 14px;
  }

  .requirements__item-table-form {
    margin-top: 50px;
  }

  .requirements__item-table-form form {
    gap: 15px;
  }

  .requirements__item-table-form .form-group-label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .requirements__item-table-form .wpcf7-list-item {
    margin-left: 0;
  }

  .requirements__item-table-form .wpcf7-radio {
    gap: 14px;
  }

  .requirements__item-table-form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 14px;
  }

  .requirements__item-table-form input.form-control,
  .requirements__item-table-form textarea.form-control {
    padding: 10px;
    border-radius: 4px;
    width: 100%;
  }

  .requirements__item-table-form .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
  }

  .requirements__item-table-form .form-group-acceptance .wpcf7-list-item-label {
    font-size: 14px;
  }

  .requirements__item-table-form .requirements-btn {
    padding: 10px 0;
    border: none;
    font-size: 14px;
  }
}
