/* Shared chrome for /about and /privacy marketing subpages */
.marketing-doc {
  padding: 48px 0 72px;
  background: var(--paper, #f6f8fa);
}
.marketing-doc__card {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 36px 48px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 28, 38, 0.08);
  box-shadow: 0 2px 4px rgba(15, 28, 38, 0.04), 0 16px 40px -20px rgba(15, 28, 38, 0.12);
}
.marketing-doc__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #427196;
}
.marketing-doc__card h1 {
  margin: 0 0 12px;
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.038em;
  line-height: 1.1;
  color: #0f1c26;
}
.marketing-doc__lead {
  margin: 0 0 28px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #5c6d7a;
}
.marketing-doc__meta {
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 28, 38, 0.08);
  font-size: 0.9rem;
  color: #8a9aa6;
}
.marketing-doc__body h2 {
  margin: 2rem 0 0.75rem;
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #0f1c26;
}
.marketing-doc__body h3 {
  margin: 1.5rem 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #243644;
}
.marketing-doc__body h4 {
  margin: 1.15rem 0 0.45rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: #243644;
}
.marketing-doc__body p,
.marketing-doc__body li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #5c6d7a;
}
.marketing-doc__body p { margin: 0 0 0.9rem; }
.marketing-doc__body ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  list-style: disc;
}
.marketing-doc__body li { margin-bottom: 0.4rem; }
.marketing-doc__body hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid rgba(15, 28, 38, 0.1);
}
.marketing-doc__body a {
  color: #427196;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.marketing-doc__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
