:root { font-family: "Vazirmatn", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; }

.static-page__hero h1 { margin: 12px 0 6px; }
.static-page__hero p { color: var(--muted); line-height: 1.7; }
.static-page__badge {
  display: inline-flex;
  padding: 6px 12px;
  background: rgba(68,169,255,.18);
  color: #1d4ed8;
  border-radius: 999px;
  font-weight: 700;
}

.static-page__section { background: none; border: none; }
.static-page__list { padding-left: 20px; color: var(--muted); line-height: 1.7; }
.static-page__list-item + .static-page__list-item { margin-top: 6px; }

.static-page__footer { text-align: center; color: var(--muted); border-radius: var(--r); box-shadow: var(--shadow2); }
