/* ==============================
   Termos e Condições - FLipeCode
   ============================== */

.terms.section {
  background-color: #f8f8f8; /* fundo neutro e discreto */
  color: #1a1a1a; /* texto principal escuro */
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
}

.terms .container {
  max-width: 900px;
  margin: 0 auto;
}

.terms .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0d0d0d;
  margin-bottom: 10px;
  text-align: center;
}

.terms .subtitle {
  font-size: 1.1rem;
  color: #6f6f6f;
  text-align: center;
  margin-bottom: 40px;
}

.termos-card {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  line-height: 1.8;
}

.termos-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d0d0d;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 4px solid #c9a227; /* detalhe elegante */
  padding-left: 12px;
}

.termos-card p {
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.termos-card ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.termos-card ul li {
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.termos-card ul li::marker {
  color: #c9a227; /* marcador dourado discreto */
}

@media (max-width: 768px) {
  .terms.section {
    padding: 40px 15px;
  }

  .termos-card {
    padding: 30px 20px;
  }

  .terms .title {
    font-size: 2rem;
  }

  .termos-card h3 {
    font-size: 1.2rem;
  }
}
