/* TRABALHE-001 */

.trabalhe-hero {
  background: linear-gradient(135deg,var(--azul-profundo),#0F2A52);
  padding: 80px 24px 60px;
  margin-top: 68px;
}

.trabalhe-hero-tag {
  background: rgba(232,84,10,0.15);
  color: #FF9A6C;
}

.trabalhe-hero-desc {
  color: rgba(255,255,255,0.7);
  font-size: 17px;
  max-width: 500px;
  margin: 0 auto;
}

.trabalhe-section {
  padding: 64px 24px;
}

.trabalhe-container {
  max-width: 900px;
}

.trabalhe-vagas-title {
  font-size: 24px;
  margin-bottom: 24px;
}

.trabalhe-vagas-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.trabalhe-vaga-card {
  background: var(--branco);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--borda);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.trabalhe-vaga-body {
  flex: 1;
}

.trabalhe-vaga-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.trabalhe-vaga-title {
  font-size: 18px;
}

.trabalhe-vaga-desc {
  color: var(--cinza-texto);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.trabalhe-vaga-req {
  font-size: 13px;
  color: #718096;
}

.trabalhe-vaga-btn {
  display: inline-flex;
  white-space: nowrap;
}

.trabalhe-form-card {
  background: var(--branco);
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid var(--borda);
  box-shadow: var(--sombra);
}

.trabalhe-success-box {
  text-align: center;
  padding: 20px;
}

.trabalhe-success-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--verde-suave);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.trabalhe-icon-green {
  color: var(--verde);
}

.trabalhe-success-title {
  font-size: 22px;
  margin-bottom: 8px;
}

.trabalhe-success-text {
  color: var(--cinza-texto);
}

.trabalhe-error {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #DC2626;
  padding: 12px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 16px;
}

.trabalhe-form-title {
  font-size: 22px;
  margin-bottom: 8px;
}

.trabalhe-form-desc {
  color: var(--cinza-texto);
  font-size: 14px;
  margin-bottom: 24px;
}

.trabalhe-hidden {
  display: none !important;
}

.trabalhe-form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #4A5568;
  margin-bottom: 6px;
}

.trabalhe-form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
}

.trabalhe-form-select {
  background: #fff;
}

.trabalhe-form-full {
  grid-column: 1 / -1;
}

.trabalhe-file-input {
  width: 100%;
  padding: 12px;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  background: #fff;
}

.trabalhe-file-help {
  font-size: 12px;
  color: #718096;
  margin-top: 6px;
}

.trabalhe-submit {
  width: 100%;
  justify-content: center;
  padding: 14px;
}
