/* 槐丹电子合同 — 前端演示主题 */
:root {
  --bg: #f4f7f6;
  --surface: #ffffff;
  --ink: #0f1f1e;
  --muted: #5a6d6b;
  --line: #d5e0dd;
  --teal: #0d5c56;
  --teal-dark: #084240;
  --gold: #c9a227;
  --gold-soft: #f3ead1;
  --danger: #b42318;
  --ok: #0f6b3c;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 18px 50px rgba(12, 47, 44, 0.08);
  --font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --serif: "Noto Serif SC", "Songti SC", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--teal);
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  border-radius: 8px;
}

.skip-link:focus {
  left: 12px;
}

.container {
  width: min(1120px, 100% - 40px);
  margin-inline: auto;
}

.container.narrow {
  width: min(720px, 100% - 40px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--teal), var(--teal-dark));
  color: #fff;
  font-family: var(--serif);
  font-size: 22px;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-text strong {
  font-size: 1.05rem;
}

.brand-text small {
  font-size: 0.75rem;
  color: var(--muted);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 8px 14px;
  border-radius: 10px;
  font: inherit;
  cursor: pointer;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: center;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.92rem;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--teal);
  border-bottom-color: var(--gold);
}

.site-main {
  flex: 1;
}

.site-footer {
  background: #0a1f1d;
  color: #c8d6d3;
  margin-top: 64px;
  padding: 48px 0 24px;
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.footer-brand {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 8px;
}

.footer-title {
  color: #fff;
  font-weight: 600;
  margin: 0 0 12px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links a {
  color: #a8bfb9;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold-soft);
}

.footer-bar {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  color: #7a908a;
}

.muted {
  color: var(--muted);
}

.muted.small,
.small {
  font-size: 0.88rem;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 0.9em;
}

.hero {
  padding: 56px 0 72px;
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(13, 92, 86, 0.12), transparent),
    radial-gradient(800px 400px at 90% 20%, rgba(201, 162, 39, 0.12), transparent),
    var(--bg);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--teal);
  margin: 0 0 12px;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.2;
  margin: 0 0 16px;
}

.text-gradient {
  background: linear-gradient(120deg, var(--teal), #1a8a82);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 52ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: linear-gradient(145deg, var(--teal), var(--teal-dark));
  color: #fff;
  box-shadow: 0 10px 28px rgba(13, 92, 86, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 12px 36px rgba(13, 92, 86, 0.35);
}

.btn-ghost {
  background: var(--surface);
  color: var(--teal);
  border: 1px solid var(--line);
}

.btn-ghost:hover {
  border-color: var(--teal);
}

.btn-block {
  width: 100%;
}

.btn-sm {
  padding: 8px 14px;
  font-size: 0.85rem;
  border-radius: 10px;
}

.btn.is-disabled,
.btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.is-hidden {
  display: none !important;
}

.hero-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.hero-stats li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-stats strong {
  font-size: 1.4rem;
  font-family: var(--serif);
  color: var(--teal-dark);
}

.hero-stats span {
  font-size: 0.85rem;
  color: var(--muted);
}

.mock-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.mock-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.mock-card-head .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e0e0e0;
}

.mock-card-head .dot:nth-child(1) {
  background: #ff6b6b;
}

.mock-card-head .dot:nth-child(2) {
  background: #ffd43b;
}

.mock-card-head .dot:nth-child(3) {
  background: #69db7c;
}

.mock-title {
  margin-left: auto;
  font-size: 0.85rem;
  color: var(--muted);
}

.mock-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mock-step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--bg);
  font-size: 0.9rem;
  color: var(--muted);
}

.mock-step span:first-child {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #dfe8e6;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.mock-step.done {
  color: var(--ink);
}

.mock-step.done span:first-child {
  background: rgba(13, 92, 86, 0.15);
  color: var(--teal);
}

.mock-step.active {
  outline: 2px solid var(--gold);
  background: var(--gold-soft);
}

.mock-progress {
  height: 8px;
  background: var(--line);
  border-radius: 99px;
  margin: 20px 0 12px;
  overflow: hidden;
}

.mock-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--teal), #2a9d8f);
  border-radius: 99px;
}

.mock-hint {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0;
}

.section {
  padding: 56px 0;
}

.section-alt {
  background: #eef3f2;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.section-head h2 {
  font-family: var(--serif);
  font-size: 1.85rem;
  margin: 0 0 10px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.feature-card {
  background: var(--surface);
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(12, 47, 44, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.feature-icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.feature-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
}

.text-link {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 800px) {
  .split {
    grid-template-columns: 1fr;
  }
}

.scenario-list {
  padding-left: 1.2rem;
  color: var(--muted);
}

.scenario-list li {
  margin-bottom: 12px;
}

.cta-panel {
  background: var(--surface);
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cta-panel h3 {
  margin-top: 0;
}

.cta-panel .btn {
  margin-top: 12px;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 720px;
  margin-inline: auto;
}

.timeline li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-badge {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--teal-dark);
  font-weight: 700;
  display: grid;
  place-items: center;
}

.timeline strong {
  display: block;
  margin-bottom: 4px;
}

.page-hero {
  padding: 48px 0 8px;
}

.page-hero.compact h1 {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin: 0 0 10px;
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.toolbar-wrap {
  align-items: stretch;
}

.toolbar .grow {
  flex: 1;
  min-width: 200px;
}

.search-field input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font: inherit;
  background: var(--surface);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 8px 14px;
  border-radius: 99px;
  font: inherit;
  cursor: pointer;
  color: var(--muted);
}

.chip.is-active {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.template-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 22px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 6px 24px rgba(12, 47, 44, 0.05);
}

.template-card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag {
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 99px;
  background: var(--bg);
  color: var(--muted);
}

.template-actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wizard {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.wizard-track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.wizard-step {
  flex: 1;
  min-width: 100px;
  padding: 10px 8px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  cursor: default;
}

.wizard-step.is-active {
  background: var(--gold-soft);
  color: var(--teal-dark);
  border-color: var(--gold);
}

.wizard-step.is-done {
  background: rgba(13, 92, 86, 0.1);
  color: var(--teal);
}

.wizard-panel {
  display: none;
}

.wizard-panel.is-active {
  display: block;
}

.panel-title {
  font-family: var(--serif);
  margin-top: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 500;
}

.field-full {
  grid-column: 1 / -1;
}

.field input,
.field select,
.field textarea {
  font: inherit;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fafcfb;
}

.field textarea {
  resize: vertical;
  min-height: 100px;
}

.req {
  color: var(--danger);
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.wizard-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.wizard-nav-right {
  display: flex;
  gap: 10px;
}

.preview-card {
  background: var(--bg);
  border-radius: 12px;
  padding: 20px;
  border: 1px dashed var(--line);
  max-height: 480px;
  overflow: auto;
}

.preview-dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px 20px;
  margin: 0;
}

.preview-dl dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.preview-dl dd {
  margin: 4px 0 0;
}

.preview-body-title {
  margin: 24px 0 10px;
  font-size: 1rem;
}

.preview-pre {
  white-space: pre-wrap;
  word-break: break-word;
  font-family: var(--font);
  font-size: 0.9rem;
  margin: 0;
  color: var(--ink);
}

.success-block {
  background: rgba(15, 107, 60, 0.08);
  border: 1px solid rgba(15, 107, 60, 0.25);
  padding: 20px;
  border-radius: 12px;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 30, 28, 0.45);
}

.modal-dialog {
  position: relative;
  background: var(--surface);
  border-radius: var(--radius);
  max-width: 520px;
  width: 100%;
  max-height: min(86vh, 720px);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
  z-index: 1;
}

.modal-wide {
  max-width: 720px;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.modal-head h2 {
  margin: 0;
  font-size: 1.1rem;
}

.modal-body {
  padding: 16px 22px;
  overflow: auto;
}

.modal-foot {
  padding: 16px 22px;
  border-top: 1px solid var(--line);
}

.icon-btn {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
}

.picker-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  text-align: left;
  padding: 14px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg);
  cursor: pointer;
  font: inherit;
}

.picker-row:hover {
  border-color: var(--teal);
}

.select-filter {
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  font: inherit;
  background: var(--surface);
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(12, 47, 44, 0.05);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.data-table th,
.data-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.data-table th {
  background: var(--bg);
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--muted);
}

.empty-row td {
  text-align: center;
  color: var(--muted);
  padding: 36px;
}

.table-actions {
  white-space: nowrap;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 600;
}

.badge-draft {
  background: #eef0f0;
  color: var(--muted);
}

.badge-pending_a {
  background: #fff4e6;
  color: #b45309;
}

.badge-pending_b {
  background: #e8f2ff;
  color: #1d4ed8;
}

.badge-signed {
  background: #e6f7ed;
  color: var(--ok);
}

.detail-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contract-sheet {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 40px clamp(20px, 4vw, 48px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contract-sheet-head {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--teal);
}

.contract-sheet-head h2 {
  font-family: var(--serif);
  font-size: 1.6rem;
  margin: 12px 0;
}

.party-dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  text-align: left;
  max-width: 640px;
  margin: 0 auto;
}

.party-dl dt {
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.party-dl dd {
  margin: 4px 0 0;
  font-weight: 600;
}

.contract-block {
  margin-bottom: 28px;
}

.contract-block h3 {
  font-family: var(--serif);
  color: var(--teal-dark);
  border-left: 4px solid var(--gold);
  padding-left: 12px;
  margin-bottom: 14px;
}

.contract-body p {
  margin: 0 0 10px;
  text-align: justify;
}

.inline-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}

.inline-facts dt {
  font-size: 0.78rem;
  color: var(--muted);
}

.inline-facts dd {
  margin: 2px 0 0;
  font-weight: 600;
}

.sign-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 700px) {
  .sign-grid {
    grid-template-columns: 1fr;
  }

  .party-dl {
    grid-template-columns: 1fr;
  }
}

.sign-box {
  border: 1px dashed var(--line);
  border-radius: 12px;
  padding: 16px;
  min-height: 140px;
  background: var(--bg);
}

.sign-label {
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0 10px;
}

.sign-preview {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign-preview img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.typed-sign {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-style: italic;
  color: var(--teal-dark);
}

.sign-meta {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 10px 0 0;
}

.card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 22px;
  border: 1px solid var(--line);
}

.card-accent {
  background: linear-gradient(160deg, #fff, var(--gold-soft));
}

.sign-workspace {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sign-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.sign-tab {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg);
  font: inherit;
  cursor: pointer;
  font-weight: 600;
  color: var(--muted);
}

.sign-tab.is-active {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}

.canvas-wrap {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: repeating-linear-gradient(
    90deg,
    #fafafa,
    #fafafa 10px,
    #f3f3f3 10px,
    #f3f3f3 11px
  );
  overflow: hidden;
}

#sigCanvas {
  display: block;
  width: 100%;
  height: auto;
  touch-action: none;
  cursor: crosshair;
}

.checkbox-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  font-size: 0.88rem;
  color: var(--muted);
}

.typed-preview {
  margin-top: 12px;
  min-height: 72px;
  border-radius: 10px;
  border: 1px dashed var(--line);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-style: italic;
  color: var(--teal-dark);
  background: #fff;
}

.warn-banner {
  background: #fff4e6;
  color: #9a3412;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.88rem;
}

.ok-banner {
  background: #e6f7ed;
  color: var(--ok);
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.88rem;
}

.prose {
  max-width: 720px;
  margin: 0 auto;
}

.prose h2 {
  font-family: var(--serif);
  margin-top: 36px;
}

.faq-dl dt {
  font-weight: 700;
  margin-top: 18px;
}

.faq-dl dd {
  margin: 6px 0 0;
  color: var(--muted);
}

.cta-inline {
  margin-top: 32px;
}

.about-split .about-card h2 {
  margin-top: 0;
}

.check-list {
  padding-left: 1.1rem;
  color: var(--muted);
}

.contact-dl {
  margin: 0 0 20px;
}

.contact-dl div {
  margin-bottom: 10px;
}

.contact-dl dt {
  font-size: 0.78rem;
  color: var(--muted);
}

.contact-dl dd {
  margin: 2px 0 0;
  font-weight: 600;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--surface);
    flex-direction: column;
    padding: 16px 20px 22px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-inner {
    position: relative;
    flex-wrap: wrap;
  }

  .site-nav a {
    border-bottom: none;
    padding: 10px 0;
  }
}

@media print {
  .site-header,
  .site-footer,
  .detail-toolbar,
  .skip-link,
  .nav-toggle {
    display: none !important;
  }

  body {
    background: #fff;
  }

  .contract-sheet {
    box-shadow: none;
    border: none;
    padding: 0;
  }
}
