/* ===================================
   ESTILOS ESPECÍFICOS - PÁGINA TRABALHE CONOSCO
   =================================== */

/* ===================================
   TÍTULO E INTRODUÇÃO
   =================================== */
.tc-hero {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  padding: 0 20px;
}
.tc-hero h1 {
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #777;
  margin: 0;
  letter-spacing: 2px;
}
.tc-hero h1 span {
  font-weight: 800;
  color: #555;
}
.tc-hero p {
  max-width: 800px;
  margin: 25px auto 0;
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}

/* ===================================
   LISTAGEM DE VAGAS
   =================================== */
.tc-vagas {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.tc-vaga-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
}
.tc-vaga-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.tc-vaga-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px;
  line-height: 1.3;
}
.tc-vaga-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.tc-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  background: #f5f5f5;
  color: #666;
}
.tc-tag.tc-tag-destaque {
  background: #fff4ec;
  color: #ff6a00;
}
.tc-vaga-card p.tc-resumo {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px;
  flex-grow: 1;
}
.tc-vaga-card .tc-cta {
  display: inline-block;
  text-align: center;
  background: #ff6a00;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background .2s ease;
  align-self: flex-start;
}
.tc-vaga-card .tc-cta:hover {
  background: #e65d00;
}

/* ===================================
   MENSAGEM VAZIA
   =================================== */
.tc-vazio {
  max-width: 600px;
  margin: 80px auto;
  text-align: center;
  padding: 50px 30px;
  background: #fafafa;
  border-radius: 16px;
}
.tc-vazio h2 {
  font-size: 24px;
  color: #555;
  margin: 0 0 12px;
}
.tc-vazio p {
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  margin: 0;
}

/* ===================================
   PÁGINA DE DETALHE - VAGA INDIVIDUAL
   =================================== */
.vaga-detalhe {
  max-width: 900px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
.vaga-detalhe .voltar {
  display: inline-block;
  margin-bottom: 24px;
  color: #ff6a00;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.vaga-detalhe .voltar:hover {
  text-decoration: underline;
}
.vaga-detalhe-header {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.vaga-detalhe-header h1 {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  margin: 0 0 12px;
  line-height: 1.2;
}
.vaga-detalhe-header .tc-vaga-tags {
  margin-bottom: 0;
}
.vaga-detalhe .vaga-salario {
  margin-top: 16px;
  font-size: 18px;
  color: #ff6a00;
  font-weight: 700;
}
.vaga-detalhe section {
  margin-bottom: 32px;
}
.vaga-detalhe section h2 {
  font-size: 22px;
  color: #333;
  margin: 0 0 14px;
  font-weight: 700;
}
.vaga-detalhe section p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
.vaga-detalhe ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vaga-detalhe ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.vaga-detalhe ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #ff6a00;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}

/* ===================================
   AÇÕES - WHATSAPP + FORMULÁRIO
   =================================== */
.vaga-acoes {
  background: #fafafa;
  border-radius: 16px;
  padding: 32px;
  margin-top: 40px;
}
.vaga-acoes h2 {
  text-align: center;
  margin: 0 0 24px;
}
.vaga-cta-grupo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}
.vaga-btn-wpp {
  background: #25D366;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s ease;
}
.vaga-btn-wpp:hover {
  background: #1ebe57;
}
.vaga-btn-form {
  background: #ff6a00;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  transition: background .2s ease;
}
.vaga-btn-form:hover {
  background: #e65d00;
}

/* ===================================
   RESPONSIVO
   =================================== */
@media (max-width: 768px) {
  .tc-hero {
    margin-top: 30px;
  }
  .tc-hero h1 {
    font-size: 32px;
  }
  .tc-hero p {
    font-size: 16px;
  }
  .tc-vagas {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 16px;
  }
  .vaga-detalhe {
    margin-top: 30px;
    padding: 0 16px;
  }
  .vaga-detalhe-header h1 {
    font-size: 26px;
  }
  .vaga-acoes {
    padding: 24px 16px;
  }
}
