.litepaper-hero {
  margin-bottom: 8px;
}

.litepaper-lead {
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.65;
}

.litepaper-grid {
  display: grid;
  gap: 14px;
  margin: 16px 0 8px;
}

@media (min-width: 640px) {
  .litepaper-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.litepaper-card {
  border: 1px solid rgba(110, 246, 162, 0.18);
  border-radius: 14px;
  padding: 16px;
  background: rgba(4, 22, 15, 0.55);
}

.litepaper-card h3 {
  margin: 8px 0 6px;
  font-size: 1rem;
  color: var(--legal-text);
}

.litepaper-card p {
  margin: 0;
  font-size: 0.88rem;
}

.litepaper-status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.litepaper-status-live {
  color: #052012;
  background: linear-gradient(130deg, #6ef6a2, #30c975);
}

.litepaper-status-beta {
  color: #fff8e7;
  background: rgba(243, 186, 47, 0.28);
  border: 1px solid rgba(243, 186, 47, 0.45);
}

.litepaper-status-soon {
  color: var(--legal-muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.litepaper-card a {
  color: var(--legal-accent);
  text-decoration: none;
  font-weight: 600;
}

.litepaper-card a:hover {
  text-decoration: underline;
}

.litepaper-callout {
  margin-top: 18px;
  padding: 16px;
  border-radius: 14px;
  border: 1px dashed rgba(110, 246, 162, 0.28);
  background: rgba(110, 246, 162, 0.05);
}

.litepaper-callout h3 {
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: var(--legal-text);
}

.litepaper-callout p,
.litepaper-callout li {
  font-size: 0.88rem;
}

.litepaper-footnote {
  margin-top: 22px;
  font-size: 0.8rem;
  color: var(--legal-muted);
}
