/* ===============================
   HENTECH ENTERPRISE — GRAPHITE
   Compliance / Legal / Holding
   =============================== */

body {
  margin: 0;
  background: #0e0f11; /* deep graphite */
  color: #d1d5db;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial;
  line-height: 1.6;
}

header {
  padding: 48px 24px 36px;
  border-bottom: 1px solid #1f2933;
}

h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #e5e7eb;
  letter-spacing: 0.2px;
}

.subtitle {
  margin-top: 8px;
  color: #9ca3af;
  font-size: 15px;
}

main {
  max-width: 980px;
  padding: 36px 24px;
}

.section {
  margin-bottom: 44px;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 10px;
}

p {
  font-size: 15px;
  color: #cbd5e1;
  margin-bottom: 14px;
}

/* Enterprise links (legal + navigation) */
a {
  color: #9ca3af;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  color: #e5e7eb;
  text-decoration: underline;
}

/* Divider */
hr {
  border: none;
  border-top: 1px solid #1f2933;
  margin: 40px 0;
}

footer {
  padding: 28px 24px;
  border-top: 1px solid #1f2933;
  font-size: 13px;
  color: #9ca3af;
  text-align: center;
}

/* Compliance emphasis blocks */
.notice {
  background: #111318;
  border: 1px solid #1f2933;
  border-radius: 8px;
  padding: 16px 18px;
  color: #cbd5e1;
  font-size: 14px;
}