/* ===============================
   CÓDIGO DE CONDUTA – STORMPK RPG
================================ */

.conduct-section {
  width: 100%;
  padding: px 20px;
  background: radial-gradient(circle at top, #0c050533, #090603);
  color: #e7d2bc;
  font-family: "Cinzel", serif;
}

.conduct-section h1 {
  text-align: center;
  font-size: 42px;
  color: #f7f6f4;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0);
  margin-bottom: 30px;
}

.conduct-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #e7e2e2;
}

.conduct-box {
  max-width: 1000px;
  margin: auto;
  padding: 50px;
  background: rgba(14, 9, 4, 0.92);
  border: 2px solid #d80404;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(0,0,0,0.9);
}

.conduct-box h2 {
  color: #e0b84c;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 4px solid #e0b84c;
  padding-left: 15px;
}

.conduct-box ul {
  list-style: none;
  padding-left: 20px;
}

.conduct-box ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.conduct-box ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #d4af37;
}

.conduct-final {
  margin-top: 50px;
  padding: 30px;
  text-align: center;
  background: linear-gradient(180deg, #2a1a0e, #120a04);
  border: 1px solid #6b4b1e;
  border-radius: 10px;
}

.conduct-final strong {
  display: block;
  margin-top: 15px;
  color: #d4af37;
  font-size: 20px;
}
