.trabalhe-porque {
  background: #ffffff;
}
.trabalhe-porque__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
}
@media (max-width: 900px) {
  .trabalhe-porque__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.trabalhe-porque__content h2 {
  margin-bottom: 0;
}
.trabalhe-porque__content h2::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, hsl(38, 75%, 55%), hsl(148, 30%, 40%));
  margin-top: 20px;
  margin-bottom: 28px;
}
.trabalhe-porque__content p {
  margin-bottom: 16px;
}
.trabalhe-porque__content p:last-child {
  margin-bottom: 0;
}
.trabalhe-porque__image {
  border-radius: 10px;
  overflow: hidden;
}
.trabalhe-porque__image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .trabalhe-porque__image img {
    height: 280px;
  }
}

.trabalhe-beneficios {
  background: hsl(40, 20%, 97%);
}
.trabalhe-beneficios__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}
@media (max-width: 900px) {
  .trabalhe-beneficios__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .trabalhe-beneficios__grid {
    grid-template-columns: 1fr;
  }
}
.trabalhe-beneficios__card {
  padding: 32px 28px;
  background: #ffffff;
  border: 1.5px solid hsl(40, 15%, 88%);
  border-radius: 10px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.trabalhe-beneficios__card:hover {
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}
.trabalhe-beneficios__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(71.4, 132.6, 99.96, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.trabalhe-beneficios__icon svg {
  width: 24px;
  height: 24px;
  color: hsl(148, 30%, 40%);
}
.trabalhe-beneficios__title {
  font-family: "Cormorant Garamond", "Cormorant Garamond Fallback", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: hsl(150, 20%, 12%);
  margin-bottom: 10px;
}
.trabalhe-beneficios__desc {
  font-size: 0.9rem;
  color: hsl(150, 10%, 38%);
  line-height: 1.65;
  margin-bottom: 0;
}

.trabalhe-valores {
  background: linear-gradient(to right, hsl(152, 50%, 12%) 0%, hsl(152, 42%, 24%) 45%, hsl(148, 35%, 34%) 100%);
}
.trabalhe-valores__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
}
@media (max-width: 900px) {
  .trabalhe-valores__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .trabalhe-valores__grid {
    grid-template-columns: 1fr;
  }
}
.trabalhe-valores__item {
  text-align: center;
  padding: 40px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.trabalhe-valores__item:first-child {
  border-left: none;
}
@media (max-width: 900px) {
  .trabalhe-valores__item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .trabalhe-valores__item:nth-child(1), .trabalhe-valores__item:nth-child(2) {
    border-top: none;
  }
  .trabalhe-valores__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.trabalhe-valores__number {
  display: block;
  font-family: "Cormorant Garamond", "Cormorant Garamond Fallback", Georgia, serif;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 500;
  color: hsl(38, 75%, 55%);
  line-height: 1;
  margin-bottom: 10px;
}
.trabalhe-valores__label {
  display: block;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.trabalhe-processo {
  background: #ffffff;
}
.trabalhe-processo__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 8px;
  position: relative;
}
@media (max-width: 900px) {
  .trabalhe-processo__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .trabalhe-processo__steps {
    grid-template-columns: 1fr;
  }
}
.trabalhe-processo__steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: hsl(40, 15%, 88%);
  z-index: 0;
}
@media (max-width: 900px) {
  .trabalhe-processo__steps::before {
    display: none;
  }
}
.trabalhe-processo__step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.trabalhe-processo__number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: hsl(152, 42%, 24%);
  color: #ffffff;
  font-family: "Cormorant Garamond", "Cormorant Garamond Fallback", Georgia, serif;
  font-size: 1.375rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 0 0 6px rgba(35.496, 86.904, 62.9136, 0.1);
}
.trabalhe-processo__title {
  font-family: "Cormorant Garamond", "Cormorant Garamond Fallback", Georgia, serif;
  font-size: 1.0625rem;
  font-weight: 600;
  color: hsl(150, 20%, 12%);
  margin-bottom: 8px;
}
.trabalhe-processo__desc {
  font-size: 0.875rem;
  color: hsl(150, 10%, 38%);
  line-height: 1.6;
  margin-bottom: 0;
}

.trabalhe-form {
  background: hsl(40, 20%, 97%);
}
.trabalhe-form__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 88px;
  align-items: start;
}
@media (max-width: 900px) {
  .trabalhe-form__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.trabalhe-form__info h2::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, hsl(38, 75%, 55%), hsl(148, 30%, 40%));
  margin-top: 20px;
  margin-bottom: 24px;
}
.trabalhe-form__info p {
  margin-bottom: 16px;
}
.trabalhe-form__info p:last-child {
  margin-bottom: 0;
}
.trabalhe-form__contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 32px;
}
.trabalhe-form__contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: hsl(150, 10%, 38%);
}
.trabalhe-form__contact li svg {
  width: 18px;
  height: 18px;
  color: hsl(148, 30%, 40%);
  flex-shrink: 0;
}
.trabalhe-form__card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 36px;
  border: 1px solid hsl(40, 15%, 88%);
}
@media (max-width: 580px) {
  .trabalhe-form__card {
    padding: 28px 22px;
  }
}
.trabalhe-form__card-title {
  font-family: "Cormorant Garamond", "Cormorant Garamond Fallback", Georgia, serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: hsl(150, 20%, 12%);
  margin-bottom: 6px;
}
.trabalhe-form__card-sub {
  font-size: 0.875rem;
  color: hsl(150, 10%, 38%);
  margin-bottom: 28px;
}
.trabalhe-form .upload-field {
  border: 2px dashed hsl(40, 15%, 88%);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  margin-bottom: 16px;
}
.trabalhe-form .upload-field:hover {
  border-color: hsl(148, 30%, 40%);
  background: rgba(71.4, 132.6, 99.96, 0.03);
}
.trabalhe-form .upload-field input[type=file] {
  display: none;
}
.trabalhe-form .upload-field svg {
  width: 28px;
  height: 28px;
  color: hsl(148, 30%, 40%);
  margin: 0 auto 10px;
}
.trabalhe-form .upload-field p {
  font-size: 0.875rem;
  color: hsl(150, 10%, 38%);
  margin-bottom: 4px;
}
.trabalhe-form .upload-field p strong {
  color: hsl(148, 30%, 40%);
  font-weight: 500;
}
.trabalhe-form .upload-field small {
  font-size: 0.75rem;
  color: hsl(150, 5%, 56%);
}
