/* ==========================================================================
   Legal pages (Privacy Policy, Terms & Conditions) — shared styles
   Site-wide design system (colors, type, buttons, header, particle field)
   lives in css/styles.css. This file only adds what legal pages need.
   ========================================================================== */

.header-inner--lp {
  justify-content: space-between;
}

/* ==========================================================================
   Intro / meta
   ========================================================================== */

.policy-intro {
  padding-top: 140px;
}

.policy-meta {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.03em;
  color: var(--text-faint);
  margin-bottom: 28px;
}

/* ==========================================================================
   Table of contents
   ========================================================================== */

.policy-toc {
  margin-top: 40px;
  max-width: 560px;
}

.policy-toc-list {
  display: flex;
  flex-direction: column;
}

.policy-toc-list a {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--border);
  font-size: 14px;
  color: var(--text-dim);
  transition: color 0.2s ease;
}

.policy-toc-list a:last-child {
  border-bottom: 1px solid var(--border);
}

.policy-toc-list a:hover {
  color: var(--text);
}

.policy-toc-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--accent-blue);
  width: 22px;
  flex-shrink: 0;
}

/* ==========================================================================
   Section body
   ========================================================================== */

.policy-body {
  max-width: 720px;
}

.policy-body p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-dim);
  margin-bottom: 20px;
}

.policy-body p:last-child {
  margin-bottom: 0;
}

.policy-body p strong {
  color: var(--text);
  font-weight: 600;
}

.policy-list {
  max-width: 720px;
  margin: 0 0 20px;
  padding-left: 22px;
}

.policy-list li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-dim);
  margin-bottom: 12px;
}

.policy-list li:last-child {
  margin-bottom: 0;
}

.policy-list li strong {
  color: var(--text);
  font-weight: 600;
}

.policy-note {
  max-width: 720px;
  margin-top: 28px;
  padding-left: 20px;
  border-left: 2px solid var(--accent-blue);
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-faint);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 900px) {
  .policy-intro {
    padding-top: 120px;
  }
}
