/* =====================================================
   ARMIT.CO — armit-legal.css
   Legal / policy pages (privacy.php, terms.php)
   Uses only tokens already declared in armit-rebuild.css.
   No new colors introduced.
===================================================== */

.ar-legal {
  background: var(--bg);
  padding: 90px 0 110px;
  border-top: 1px solid var(--border);
}

.ar-legal-wrap {
  max-width: 820px;
  margin: 0 auto;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
}

.ar-legal-eyebrow {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 14px;
}

.ar-legal-wrap h1 {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--white);
  margin: 0 0 10px;
}

.ar-legal-effective {
  font-size: 0.9rem;
  color: var(--text2);
  margin: 0 0 38px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--border);
}

.ar-legal-lead {
  font-size: 1.08rem;
  color: rgba(200,216,236,0.86);
}

.ar-legal-wrap h2 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  margin: 46px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.ar-legal-wrap h3 {
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cy);
  margin: 28px 0 10px;
}

.ar-legal-wrap p { margin: 0 0 16px; }

.ar-legal-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.ar-legal-wrap ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.ar-legal-wrap ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--o);
}
.ar-legal-wrap strong { color: var(--white); font-weight: 700; }

.ar-legal-wrap a {
  color: var(--cy);
  text-decoration: none;
  border-bottom: 1px solid rgba(0,212,255,0.28);
  transition: color 0.18s, border-color 0.18s;
}
.ar-legal-wrap a:hover {
  color: var(--white);
  border-bottom-color: rgba(255,255,255,0.5);
}

.ar-legal-callout {
  background: var(--o-soft);
  border-left: 3px solid var(--o);
  border-radius: var(--r-sm);
  padding: 18px 22px;
  margin: 0 0 16px;
}

.ar-legal-contact {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 24px 28px;
  margin-top: 18px;
  line-height: 1.8;
}
.ar-legal-contact strong {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .ar-legal { padding: 60px 0 80px; }
  .ar-legal-wrap h1 { font-size: 1.9rem; }
  .ar-legal-wrap { font-size: 0.95rem; }
}
