.proc-skip {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 2000;
  background: var(--ink);
  color: var(--canvas);
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
}
.proc-skip:focus {
  top: 0;
}
.proc-narrow {
  max-width: 860px;
}
.proc-heading {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}
.proc-heading h2,
.proc-narrow h2,
.step h2,
.split h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  margin-top: 12px;
}
.proc-context-link {
  margin-top: 20px;
  font-family: var(--sign);
  font-weight: 600;
}
.proc-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.proc-option {
  position: relative;
  border: var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  background: var(--canvas-soft);
  box-shadow: 0 12px 0 -6px var(--canvas-deep);
}
.proc-number {
  display: block;
  color: var(--primary);
  font-family: var(--mono);
  font-weight: 600;
  margin-bottom: 12px;
}
.proc-option h3 {
  font-size: 1.55rem;
}
.proc-option > p {
  margin-top: 10px;
}
.proc-option dl {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}
.proc-option dl div {
  border-top: 1px solid color-mix(in srgb, var(--ink) 30%, transparent);
  padding-top: 12px;
}
.proc-option dt {
  font-family: var(--sign);
  font-weight: 600;
  color: var(--primary-deep);
}
.proc-option dd {
  margin: 5px 0 0;
}
.proc-table-scroll {
  overflow: auto;
  border: var(--line);
  border-radius: var(--r-md);
  background: var(--canvas-soft);
  box-shadow: 0 12px 0 -6px var(--brick-deep);
}
.proc-table-scroll:focus-visible {
  outline: 4px solid var(--primary);
  outline-offset: 4px;
}
.proc-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 1120px;
  font-size: 0.93rem;
}
.proc-table th,
.proc-table td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgba(22, 33, 59, 0.18);
  border-bottom: 1px solid rgba(22, 33, 59, 0.18);
}
.proc-table thead th {
  position: sticky;
  top: 0;
  background: var(--primary-deep);
  color: var(--on-primary);
  font-family: var(--sign);
  z-index: 1;
}
.proc-table tbody th {
  width: 150px;
  background: var(--primary-tint);
  font-family: var(--sign);
  color: var(--primary-deep);
}
.proc-table tr:last-child > * {
  border-bottom: 0;
}
.proc-pillars {
  margin-top: 32px;
}
.proc-checklist {
  columns: 2;
  column-gap: 34px;
  margin-top: 24px;
}
.proc-checklist li {
  break-inside: avoid;
  margin: 0 0 12px;
  padding-left: 4px;
}
.proc-process {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
}
.proc-process li {
  display: flex;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(22, 33, 59, 0.25);
  border-radius: var(--r-sm);
  background: var(--canvas-soft);
}
.proc-process li > span {
  font-family: var(--mono);
  color: var(--primary);
  font-weight: 600;
}
.proc-process h3 {
  font-size: 1.08rem;
}
.proc-process p {
  margin-top: 3px;
}
.proc-report-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.proc-report-links a {
  font-family: var(--sign);
  font-weight: 600;
  border: var(--line-cobalt);
  border-radius: 999px;
  padding: 9px 13px;
  background: var(--canvas-soft);
}
.proc-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.proc-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: var(--line);
  border-radius: var(--r-md);
  background: var(--canvas-soft);
  font-family: var(--sign);
  font-weight: 600;
  text-decoration: none;
}
.proc-link-card:hover {
  background: var(--primary-tint);
}
.proc-faq {
  margin-top: 26px;
}
.proc-step-reverse > div:first-child {
  order: 2;
}
.proc-step-reverse > div:last-child {
  order: 1;
}
.platform-rail {
  align-self: center;
}
.platform-rail > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 7px 14px 7px 7px;
  border: var(--line);
  border-radius: 999px;
  background: var(--canvas-soft);
  font-family: var(--sign);
  font-size: 0.78rem;
  font-weight: 600;
  box-shadow: 0 5px 0 -3px var(--canvas-deep);
}
.platform-rail > span img {
  width: 31px;
  height: 31px;
  padding: 5px;
  flex: none;
  object-fit: contain;
  overflow: hidden;
  border: 1px solid rgba(22, 33, 59, 0.15);
  border-radius: 9px;
  background: #fff;
}
.svc-cta-pair .btn-secondary {
  background: var(--canvas-soft);
}
@media (max-width: 880px) {
  .proc-option-grid,
  .proc-link-grid {
    grid-template-columns: 1fr;
  }
  .proc-checklist {
    columns: 1;
  }
  .proc-step-reverse > div:first-child,
  .proc-step-reverse > div:last-child {
    order: initial;
  }
  .proc-table {
    min-width: 1020px;
  }
}
@media (max-width: 560px) {
  .proc-option {
    padding: 22px;
  }
  .proc-table-scroll {
    margin-left: -8px;
    margin-right: -8px;
  }
  .proc-report-links {
    display: grid;
  }
  .proc-report-links a {
    text-align: center;
  }
  .proc-link-card {
    padding: 16px;
  }
  .page-head .svc-cta-pair {
    align-items: stretch;
  }
  .page-head .svc-cta-pair .btn {
    text-align: center;
    justify-content: center;
  }
}
