/* Public marketing pages — extends uikit theme (no separate app palette) */

/* UIKit sets .navbar-marketing .navbar-brand img { height: 1rem } — keep logo square */
.navbar-marketing .navbar-brand .navbar-brand-icon {
  width: 40px;
  height: 40px;
  max-width: none;
  object-fit: contain;
  flex-shrink: 0;
}

.nedocs-band-normal { background-color: #28a800; }
.nedocs-band-busy { background-color: #ffde00; color: #1c2434; }
.nedocs-band-overcrowded { background-color: #ff8500; }
.nedocs-band-severe { background-color: #bb3800; }
.nedocs-band-disaster { background-color: #531900; }

.marketing-card {
  background: #fff;
  border: 1px solid #e0e5ec;
  border-radius: 0.5rem;
  padding: 1.25rem 1.35rem;
  height: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(33, 40, 50, 0.05);
}

.marketing-card h3,
.marketing-card .h6 {
  font-weight: 600;
  color: #212832;
}

.marketing-card p {
  color: #69707a;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Hero live-dashboard preview (yesterday's compelling mockup) */
.home-dash-card {
  background-color: #0c0c0f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.home-dash-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
  background-color: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
  color: #a1a1aa;
}

.home-dash-card__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #6ee7b7;
  font-weight: 500;
}

.home-dash-card__live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.85);
}

.home-dash-card__body {
  padding: 1.15rem 1.15rem 1.25rem;
}

.home-dash-card__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.25rem;
}

.home-dash-card__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250, 250, 250, 0.42);
  margin-bottom: 0.2rem;
}

.home-dash-card__level {
  font-size: 1.55rem;
  font-weight: 700;
  color: #ffde00;
  text-shadow: 0 0 28px rgba(255, 222, 0, 0.35);
}

.home-dash-card__trend {
  text-align: right;
}

.home-dash-card__trend-val {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fbbf24;
}

.home-dash-card__trend-sub {
  font-size: 0.72rem;
  color: rgba(250, 250, 250, 0.42);
}

.home-dash-card__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  margin-top: 1rem;
}

@media (min-width: 420px) {
  .home-dash-card__metrics {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-dash-card__metric {
  padding: 0.7rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.home-dash-card__metric-val {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.home-dash-card__metric-lbl {
  margin-top: 0.2rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(250, 250, 250, 0.45);
}

.home-dash-card__ai {
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 2.85rem;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.22) 0%, rgba(13, 148, 136, 0.18) 55%, rgba(13, 148, 136, 0.08) 100%);
  border: 1px solid rgba(129, 140, 248, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.home-dash-card__ai::before {
  content: "AI";
  position: absolute;
  left: 0.85rem;
  top: 0.95rem;
  width: 1.65rem;
  height: 1.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #e0e7ff;
  background: linear-gradient(145deg, #6366f1, #4f46e5);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.45);
}

.home-dash-card__ai-label {
  margin: 0 0 0.35rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c4b5fd;
}

.home-dash-card__ai-text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(250, 250, 250, 0.92);
}

.marketing-section {
  padding: 4rem 0;
}

.marketing-section--alt {
  background-color: #f2f6fc;
}

.marketing-band-row {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.marketing-band-row span {
  flex: 1;
  height: 4px;
  border-radius: 2px;
}

/* Hospital signup */
.signup-page {
  min-height: calc(100vh - 4.5rem);
  display: flex;
  align-items: center;
  padding: 3rem 0 4rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 40%);
}

.signup-page__inner {
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
}

.signup-page__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.signup-page__subtitle {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 0;
}

.signup-form {
  margin-top: 2rem;
}

.signup-fieldset {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 1rem;
  background: #fff;
  padding: 1.25rem 1.35rem 1.35rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.signup-fieldset__legend {
  float: none;
  width: auto;
  padding: 0 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.signup-field {
  margin-bottom: 1rem;
}

.signup-field:last-child {
  margin-bottom: 0;
}

.signup-field__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.35rem;
}

.signup-field__input {
  display: block;
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.6rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.92rem;
  color: #0f172a;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.signup-field__input:focus {
  outline: none;
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.signup-field__input--number {
  font-variant-numeric: tabular-nums;
}

.signup-field__hint {
  margin-top: 0.35rem;
  margin-bottom: 0;
  font-size: 0.72rem;
  color: #64748b;
}

.signup-field__hint--footnote {
  margin-top: 0.75rem;
}

.signup-field__validation,
.signup-form__error-summary {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  color: #b91c1c;
}

.signup-form__error-summary:empty {
  display: none;
}

.signup-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #1e293b;
  cursor: pointer;
}

.signup-checkbox:last-of-type {
  margin-bottom: 0;
}

.signup-checkbox__input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.signup-checkbox__text a {
  font-weight: 600;
  color: #0f172a;
}

.signup-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  margin-top: 0.5rem;
  border: none;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.signup-form__submit:hover {
  background: #1e293b;
}

.signup-form__submit:active {
  transform: translateY(1px);
}

.signup-page__footer {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: #64748b;
}

.signup-page__footer-link {
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
}

.signup-page__footer-link:hover {
  text-decoration: underline;
}

.signup-page--complete {
  justify-content: center;
}

.signup-complete {
  max-width: 34rem;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.signup-complete__icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ecfdf5;
  color: #059669;
  font-size: 1.5rem;
  font-weight: 700;
}

.signup-complete__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.signup-complete__text {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

/* API & integrations page */
.api-hero {
  background: linear-gradient(135deg, #0b1e44 0%, #1e3a8a 55%, #1d4ed8 100%);
  color: #fff;
  padding: 4rem 0 4.5rem;
}

.api-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 0.75rem;
}

.api-hero__title {
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 1rem;
  color: #fff;
}

.api-hero__lead {
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 40rem;
  margin-bottom: 1rem;
}

.api-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.92rem;
  color: #e2e8f0;
}

.api-hero__bullets li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.4rem;
}

.api-hero__bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6ee7b7;
  font-weight: 700;
}

.api-mock-card {
  background: #0c0c0f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.api-mock-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.72rem;
  color: #a1a1aa;
}

.api-mock-card__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #6ee7b7;
  font-weight: 600;
}

.api-mock-card__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.85);
}

.api-mock-card__badge {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.2rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: #e4e4e7;
}

.api-mock-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.api-int-tag {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.2rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: #d4d4d8;
}

.api-int-tag--active {
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(56, 189, 248, 0.15);
  color: #7dd3fc;
}

.api-mock-card__caption {
  font-size: 0.72rem;
  color: #71717a;
  margin-bottom: 0.85rem;
}

.api-mock-card__code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  line-height: 1.55;
  padding: 0.75rem 0.85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e4e4e7;
}

.api-page-body {
  padding: 2.5rem 0 3.5rem;
}

.api-toc {
  position: sticky;
  top: 1rem;
  padding: 1rem 0;
}

.api-toc__title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.api-toc a {
  display: block;
  padding: 0.35rem 0.85rem;
  color: #475569;
  text-decoration: none;
  font-size: 0.88rem;
  border-left: 3px solid transparent;
}

.api-toc a:hover {
  color: #1d4ed8;
  border-left-color: #93c5fd;
}

.api-section {
  padding: 2.5rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.api-section--last {
  border-bottom: none;
  padding-bottom: 0;
}

.api-section__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-bottom: 0.35rem;
}

.api-section__title {
  font-size: 1.65rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.api-section__lead {
  color: #64748b;
  line-height: 1.65;
  max-width: 42rem;
  margin-bottom: 1.25rem;
}

.api-int-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.api-int-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.api-int-card__name {
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a;
}

.api-int-card__protocol {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.api-int-card__body {
  font-size: 0.84rem;
  line-height: 1.55;
  color: #64748b;
  margin: 0;
}

.api-callout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 12px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.api-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #334155;
}

.api-checklist li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.45rem;
}

.api-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: 700;
}

.api-endpoint-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.api-endpoint-bar__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

.api-endpoint-bar__url {
  font-size: 0.82rem;
  color: #0f172a;
  word-break: break-all;
}

.api-copy-btn {
  margin-left: auto;
  border: 1px solid #cbd5e1;
  background: #fff;
  border-radius: 6px;
  padding: 0.25rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
}

.api-copy-btn:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.api-endpoint__header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.api-endpoint__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}

.api-method {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.api-method--post {
  background: #dcfce7;
  color: #166534;
}

.api-method--get {
  background: #dbeafe;
  color: #1e40af;
}

.api-subheading {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin: 1.25rem 0 0.65rem;
}

.api-param-table {
  font-size: 0.88rem;
}

.api-param-table code {
  font-size: 0.82rem;
}

.api-code {
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 10px;
  padding: 1rem 1.15rem;
  font-size: 0.8rem;
  line-height: 1.55;
  overflow-x: auto;
  margin: 0;
}

.api-code code {
  color: inherit;
  background: transparent;
  padding: 0;
  font-size: inherit;
}

.api-code--compact {
  font-size: 0.75rem;
}

.api-cta {
  background: linear-gradient(135deg, #0b1e44 0%, #1e3a8a 100%);
  padding: 3.5rem 0;
}

/* Pricing tiers */
.pricing-tier {
  background: #fff;
  border: 1px solid #e0e5ec;
  border-radius: 1rem;
  padding: 2rem 1.75rem 1.75rem;
  box-shadow: 0 0.125rem 0.35rem rgba(33, 40, 50, 0.06);
  position: relative;
}

.pricing-tier--featured {
  border-color: #93c5fd;
  box-shadow: 0 12px 40px rgba(29, 78, 216, 0.12);
}

.pricing-tier__badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  background: #1d4ed8;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  white-space: nowrap;
}

.pricing-tier__eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.35rem;
}

.pricing-tier--featured .pricing-tier__eyebrow {
  color: #1d4ed8;
}

.pricing-tier__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.pricing-tier__tagline {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.pricing-tier__price {
  margin-bottom: 0.35rem;
}

.pricing-tier__amount {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1.1;
}

.pricing-tier__period {
  display: block;
  font-size: 0.9rem;
  color: #64748b;
  margin-top: 0.15rem;
}

.pricing-tier__features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 1.75rem;
}

.pricing-tier__features li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.5rem;
  color: #334155;
  font-size: 0.94rem;
  line-height: 1.45;
  border-bottom: 1px solid #f1f5f9;
}

.pricing-tier__features li:last-child {
  border-bottom: none;
}

.pricing-tier__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1d4ed8;
  font-weight: 700;
}

.pricing-faq {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.pricing-faq__item {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  overflow: hidden;
}

.pricing-faq__item summary {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.15rem 1.35rem;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  list-style: none;
  line-height: 1.45;
}

.pricing-faq__item summary::-webkit-details-marker {
  display: none;
}

.pricing-faq__item summary::marker {
  content: "";
}

.pricing-faq__item summary::before {
  content: "";
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.4rem;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: rotate(-45deg);
  transition: transform 0.15s ease;
}

.pricing-faq__item[open] summary::before {
  transform: rotate(45deg);
  margin-top: 0.3rem;
}

.pricing-faq__question {
  flex: 1;
  min-width: 0;
}

.pricing-faq__answer {
  padding: 0 1.35rem 1.25rem 2.65rem;
  border-top: 1px solid #f1f5f9;
}

.pricing-faq__answer p {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Legal documents (Terms, Privacy, Evaluation agreement) — IAM GRACE layout */
.legal-document {
  background: #fff;
  padding: 4rem 0 5rem;
}

.legal-document__container {
  max-width: 48rem;
}

.legal-document__header {
  margin-bottom: 2.5rem;
}

.legal-document__title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #18181b;
  line-height: 1.15;
  text-wrap: balance;
  margin-bottom: 0.75rem;
}

.legal-document__updated {
  font-size: 0.875rem;
  color: #71717a;
  margin-bottom: 0;
}

.legal-document__intro {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #3f3f46;
  white-space: pre-line;
}

.legal-document__sections {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.legal-document__section + .legal-document__section {
  margin-top: 2rem;
}

.legal-document__section-heading {
  font-size: 1.125rem;
  font-weight: 600;
  color: #18181b;
  margin-bottom: 0.75rem;
}

.legal-document__section-body {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #3f3f46;
  white-space: pre-line;
  margin-bottom: 0;
}
