/* Static legal / guide pages; uses tokens from styles.css */
.static-site a.btn {
  text-decoration: none;
}
.static-site .static-topbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s2);
}
.static-brand {
  text-decoration: none;
  color: inherit;
}
.static-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s2) var(--s3);
  flex: 1;
  justify-content: center;
}
.static-nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  transition: color var(--t-fast) var(--ease-out);
}
.static-nav-link:hover,
.static-nav-link:focus-visible {
  color: var(--primary);
}
.static-nav-cta {
  flex-shrink: 0;
}
.static-page {
  max-width: 720px;
}
.static-page .page-head {
  margin-bottom: var(--s4);
}
.static-page .page-head .h1 {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: var(--s2);
}
.static-page .page-head .sub {
  font-size: 17px;
  color: var(--ink-2);
  max-width: 60ch;
}
.static-page .page-head .eyebrow {
  margin-bottom: var(--s1);
}
.static-prose {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.75;
}
.static-prose section {
  display: flex;
  flex-direction: column;
  gap: var(--s2);
}
.static-prose p {
  margin: 0;
}
.static-prose ul,
.static-prose ol {
  margin: 0;
  padding-left: 1.25rem;
}
.static-prose li + li {
  margin-top: 0.35rem;
}
.static-prose a {
  color: var(--primary);
  font-weight: 500;
}
.static-prose a.btn {
  color: inherit;
  font-weight: 500;
}
.static-prose a.btn-primary,
.static-cta-row a.btn-primary {
  color: #fff;
}
.static-prose a.btn-ghost,
.static-cta-row a.btn-ghost {
  color: var(--ink);
}
.static-prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.static-prose th,
.static-prose td {
  border: 1px solid var(--border);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.static-prose th {
  background: var(--surface-2);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
}
.static-note {
  position: relative;
  background: linear-gradient(180deg, #fdf6f8 0%, #ffffff 100%);
  border: 1px solid rgba(139, 26, 74, 0.18);
  border-radius: var(--r-card);
  padding: var(--s3);
}
.static-note::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: var(--r-card) 0 0 var(--r-card);
  background: var(--primary);
  opacity: 0.7;
}
.static-note .h2 {
  margin: 0 0 var(--s1);
  font-size: 20px;
  color: var(--primary);
}
.static-note > p:first-child strong:first-child,
.static-note > p strong:first-child {
  color: var(--primary);
}
.static-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2);
  align-items: center;
}
.static-related {
  border-top: 1px solid var(--border);
  padding-top: var(--s3);
}
.static-related ul {
  list-style: none;
  padding: 0;
  margin: var(--s2) 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--s1);
}
.static-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s3);
}
.static-can,
.static-cannot {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  padding: var(--s3);
}
.static-can::before,
.static-cannot::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: var(--r-card) 0 0 var(--r-card);
}
.static-can::before { background: #2d6a2d; opacity: 0.6; }
.static-cannot::before { background: #8b1a1a; opacity: 0.6; }
.static-can h3,
.static-cannot h3 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 var(--s2);
}
.static-can h3 { color: #2d6a2d; }
.static-cannot h3 { color: #8b1a1a; }
.static-can ul,
.static-cannot ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}
.static-can li,
.static-cannot li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 !important;
}
.static-can li::before,
.static-cannot li::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
.static-can li::before {
  background-color: #d6ead6;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%232d6a2d' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8 7 12 13 4'/></svg>");
}
.static-cannot li::before {
  background-color: #f1d6d6;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238b1a1a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><line x1='4' y1='4' x2='12' y2='12'/><line x1='12' y1='4' x2='4' y2='12'/></svg>");
}
.static-footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}
.static-footer-meta a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 11px;
}
@media (max-width: 960px) {
  .static-nav { display: none; }
}
@media (max-width: 600px) {
  .static-cols { grid-template-columns: 1fr; }
  .static-topbar-inner { justify-content: space-between; }
}
