.job-detail__hero {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 40px 0;
}
.job-detail__hero-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.job-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  font-family: "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #707070;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.job-detail__back svg {
  transition: transform 0.2s ease;
}
.job-detail__back:hover {
  color: #137461;
  gap: 10px;
}
.job-detail__back:hover svg {
  transform: translateX(-2px);
}
.job-detail__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 880px;
}
.job-detail__contract {
  font-family: "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #F8F7F4;
  background-color: #137461;
  border-radius: 35px;
  padding: 6px 16px;
  width: fit-content;
  letter-spacing: 0.02em;
}
.job-detail__title {
  font-family: "the-seasons", "Georgia", "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #137461;
  -webkit-text-stroke: 1px #137461;
  -webkit-text-fill-color: #137461;
  line-height: 1.15;
}
.job-detail__lead {
  font-family: "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #2A2C29;
  line-height: 1.55;
  max-width: 720px;
}
.job-detail__facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px 40px;
  padding: 32px 0 0;
  margin: 0;
  border-top: 1px solid rgba(42, 44, 41, 0.1);
}
.job-detail__fact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.job-detail__fact-label {
  font-family: "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}
.job-detail__fact-value {
  font-family: "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2A2C29;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.job-detail__fact-value svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
  color: #137461;
}
.job-detail__body {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 40px 80px;
}
.job-detail__body-container {
  max-width: 760px;
  margin: 0 auto;
}
.job-detail__description {
  font-family: "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #2A2C29;
  line-height: 1.8;
}
.job-detail__description > *:first-child {
  margin-top: 0;
}
.job-detail__description > *:last-child {
  margin-bottom: 0;
}
.job-detail__description h2 {
  font-family: "the-seasons", "Georgia", "Times New Roman", serif;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #137461;
  -webkit-text-stroke: 1px #137461;
  -webkit-text-fill-color: #137461;
  line-height: 1.25;
  margin: 48px 0 16px;
}
.job-detail__description h3 {
  font-family: "the-seasons", "Georgia", "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #137461;
  -webkit-text-stroke: 1px #137461;
  -webkit-text-fill-color: #137461;
  line-height: 1.3;
  margin: 36px 0 12px;
}
.job-detail__description h4 {
  font-family: "the-seasons", "Georgia", "Times New Roman", serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #2A2C29;
  margin: 28px 0 12px;
}
.job-detail__description p {
  margin: 0 0 20px;
}
.job-detail__description ul,
.job-detail__description ol {
  margin: 0 0 24px;
  padding-left: 22px;
}
.job-detail__description ul li,
.job-detail__description ol li {
  margin-bottom: 10px;
}
.job-detail__description ul li::marker {
  color: #DD9127;
}
.job-detail__description strong {
  font-weight: 600;
  color: #2A2C29;
}
.job-detail__description a {
  color: #137461;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.job-detail__description a:hover {
  color: #DD9127;
}
.job-detail__description blockquote {
  border-left: 3px solid #DD9127;
  padding: 4px 0 4px 20px;
  margin: 24px 0;
  font-style: italic;
  color: #707070;
}
.job-detail__apply {
  max-width: 1440px;
  margin: 0 auto 80px;
  padding: 0 40px;
}
.job-detail__apply-container {
  background-color: #137461;
  border-radius: 35px;
  padding: 96px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.job-detail__apply-container::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 65%);
  pointer-events: none;
}
.job-detail__apply-container::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -180px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(221, 145, 39, 0.12) 0%, transparent 65%);
  pointer-events: none;
}
.job-detail__apply-container > * {
  position: relative;
  z-index: 1;
}
.job-detail__apply-title {
  font-family: "the-seasons", "Georgia", "Times New Roman", serif;
  font-size: 2.75rem;
  font-weight: 700;
  color: #F8F7F4;
  -webkit-text-stroke: 1px #F8F7F4;
  -webkit-text-fill-color: #F8F7F4;
  line-height: 1.15;
  max-width: 640px;
}
.job-detail__apply-text {
  font-family: "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(248, 247, 244, 0.8);
  line-height: 1.6;
  max-width: 520px;
}
.job-detail__apply-cta {
  margin-top: 12px;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .job-detail__hero {
    padding: 48px 7% 0;
  }
  .job-detail__title {
    font-size: 2.75rem;
  }
  .job-detail__body {
    padding: 56px 7% 64px;
  }
  .job-detail__apply {
    padding: 0 7%;
  }
  .job-detail__apply-container {
    padding: 80px 48px;
  }
  .job-detail__apply-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .job-detail__hero {
    padding: 32px 45px 0;
  }
  .job-detail__hero-container {
    gap: 36px;
  }
  .job-detail__title {
    font-size: 2.5rem;
  }
  .job-detail__lead {
    font-size: 1.25rem;
  }
  .job-detail__facts {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 24px;
    padding-top: 28px;
  }
  .job-detail__body {
    padding: 48px 45px 56px;
  }
  .job-detail__description h2 {
    font-size: 1.875rem;
  }
  .job-detail__description h3 {
    font-size: 1.375rem;
  }
  .job-detail__apply {
    padding: 0;
    margin-bottom: -54px;
  }
  .job-detail__apply-container {
    padding: 64px 45px 118px;
    border-radius: 35px 35px 0 0;
  }
  .job-detail__apply-title {
    font-size: 2.1875rem;
  }
}
@media (max-width: calc(780px - 1px)) {
  .job-detail__hero {
    padding: 24px 24px 0;
  }
  .job-detail__hero-container {
    gap: 28px;
  }
  .job-detail__title {
    font-size: 2.1875rem;
  }
  .job-detail__lead {
    font-size: 1.125rem;
  }
  .job-detail__facts {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 24px;
  }
  .job-detail__body {
    padding: 40px 24px 48px;
  }
  .job-detail__description {
    font-size: 1.125rem;
    line-height: 1.7;
  }
  .job-detail__description h2 {
    font-size: 1.375rem;
    margin: 32px 0 12px;
  }
  .job-detail__description h3 {
    font-size: 1.5625rem;
    margin: 24px 0 10px;
  }
  .job-detail__apply {
    padding: 0;
    margin-bottom: -54px;
  }
  .job-detail__apply-container {
    padding: 48px 24px 102px;
    border-radius: 35px 35px 0 0;
    gap: 16px;
  }
  .job-detail__apply-title {
    font-size: 1.875rem;
  }
  .job-detail__apply-text {
    font-size: 1.125rem;
  }
  .job-detail__apply-cta {
    width: 100%;
    max-width: 320px;
  }
}
