/* ===========================
   Scoped Terms Page Styles
   =========================== */
.dcps-terms {
  --primary: #004aad;
  --accent: #f1f5fb;
  --text: #222;
  --muted: #555;
  --bg: #f9fafc;
  --card-bg: #fff;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.8;
  padding: 7rem 1.5rem;
}

.dcps-terms .container {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--card-bg);
  padding: 3rem 2.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.dcps-terms header.page-header {
  text-align: center;
  margin-bottom: 3rem;
}

.dcps-terms header.page-header h1 {
  color: var(--primary);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.dcps-terms header.page-header p {
  color: var(--muted);
  font-size: 0.95rem;
}

.dcps-terms h2 {
  color: var(--primary);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  border-left: 5px solid var(--primary);
  padding-left: 10px;
}

.dcps-terms h3 {
  color: var(--primary);
  font-size: 1.15rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.dcps-terms p {
  margin-bottom: 1rem;
  color: var(--text);
  text-align: justify;
}

.dcps-terms ul {
  padding-left: 25px;
  margin-bottom: 1rem;
}

.dcps-terms li {
  margin-bottom: 0.5rem;
}

.dcps-terms a {
  color: var(--primary);
  text-decoration: none;
}

.dcps-terms a:hover {
  text-decoration: underline;
}

.dcps-terms hr {
  border: none;
  height: 1px;
  background: #ddd;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .dcps-terms {
    padding: 7rem 1rem;
  }
  .dcps-terms .container {
    padding: 2rem 1.25rem;
  }
  .dcps-terms header.page-header h1 {
    font-size: 1.8rem;
  }
  .dcps-terms h2 {
    font-size: 1.2rem;
  }
}
