.start-fact-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3rem;
}
.start-fact-row > span {
  padding: 0.42rem 0.8rem;
  border: 1px solid #D7DCD9;
  border-right: 0;
  background: #FFFFFF;
  color: #5B6872;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.start-fact-row > span:last-child {
  border-right: 1px solid #D7DCD9;
}
.legacy-doc-content .start-prose-section > h2,
.legacy-doc-content .start-step > h2 {
  max-width: 820px;
  margin: 0.85rem 0 1.9rem;
}
.start-section-intro {
  max-width: 780px;
  color: #5B6872;
  font-size: 1.02rem;
}
.start-boundary-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
  gap: 1.9rem;
  margin-top: 3rem;
}
.start-responsibility-panel {
  padding: 1.9rem;
  border: 1px solid #D7DCD9;
  border-top: 3px solid #087E8B;
  background: #FFFFFF;
}
.start-responsibility-panel h3 {
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
}
.legacy-doc-content .start-responsibility-panel ul {
  max-width: none;
  margin: 0 0 1.25rem;
}
.start-responsibility-panel li + li {
  margin-top: 0.45rem;
}
.start-responsibility-panel p {
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid #D7DCD9;
  color: #5B6872;
  font-size: 0.84rem;
}
.start-boundary-grid .code-window,
.start-code-window {
  box-shadow: none;
}
.legacy-doc-content .start-stage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
  margin: 3rem 0 0;
  padding: 0;
  border-top: 1px solid #D7DCD9;
  border-left: 1px solid #D7DCD9;
  list-style: none;
}
.start-stage-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.85rem;
  min-height: 150px;
  margin: 0;
  padding: 1.9rem;
  border-right: 1px solid #D7DCD9;
  border-bottom: 1px solid #D7DCD9;
  background: #FFFFFF;
}
.start-stage-list li > span {
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.65rem;
}
.start-stage-list strong {
  color: #13212B;
  font-size: 1.08rem;
}
.start-stage-list p {
  margin: 0.55rem 0 0;
  color: #5B6872;
  font-size: 0.86rem;
}
.start-requirement-list {
  margin-top: 3rem;
  border-top: 1px solid #D7DCD9;
}
.start-requirement-list > div {
  display: grid;
  grid-template-columns: 90px minmax(230px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: 1.9rem;
  min-height: 74px;
  padding: 0.85rem 1.25rem;
  border: 1px solid #D7DCD9;
  border-top: 0;
}
.start-requirement-list > div:last-child {
  border-left: 3px solid #087E8B;
}
.start-requirement-list span {
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 600;
  text-transform: uppercase;
}
.start-requirement-list code {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0.28rem 0.48rem;
  overflow-x: auto;
  border: 1px solid #D7DCD9;
  background: #FFFFFF;
  color: #13212B;
  font-size: 0.75rem;
  white-space: nowrap;
}
.start-requirement-list small {
  color: #5B6872;
}
.start-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
}
.start-feature-grid > a {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 1.9rem;
  border: 1px solid #D7DCD9;
  border-top: 2px solid #087E8B;
  background: #FFFFFF;
  color: #13212B;
  text-decoration: none;
  transition: border-color 140ms ease, transform 140ms ease;
}
.start-feature-grid > a:hover {
  border-color: #087E8B;
  transform: translateY(-1px);
}
.start-feature-grid > a > span {
  color: #87939B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.start-feature-grid strong {
  margin-top: 1.25rem;
  color: #13212B;
  font-size: 1.22rem;
}
.start-feature-grid p {
  margin: auto 0 0;
  color: #5B6872;
  font-size: 0.84rem;
}
.start-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
}
.start-fit-grid > article {
  padding: 1.9rem;
  border: 1px solid #D7DCD9;
  border-top: 3px solid #087E8B;
  background: #FFFFFF;
}
.start-fit-grid > article:last-child {
  border-top-color: #87939B;
}
.start-fit-grid h3 {
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
}
.legacy-doc-content .start-check-list,
.legacy-doc-content .start-plain-list {
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.start-check-list li,
.start-plain-list li {
  position: relative;
  margin: 0;
  padding: 0.85rem 0 0.85rem 1.55rem;
  border-top: 1px solid #D7DCD9;
}
.start-check-list li::before,
.start-plain-list li::before {
  position: absolute;
  left: 0;
  color: #087E8B;
  font-family: "IBM Plex Mono", Consolas, monospace;
}
.start-check-list li::before {
  content: "+";
}
.start-plain-list li::before {
  content: "—";
  color: #87939B;
}
.legacy-doc-content > .start-action-section {
  padding-bottom: 0;
  border-bottom: 0;
}
.start-action-box {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  align-items: center;
  gap: 3rem;
  padding: clamp(1.9rem, 4vw, 3rem);
  background: #05616B;
  color: #FFFFFF;
}
.legacy-doc-content .start-action-box h2 {
  margin: 0.85rem 0 1.25rem;
  color: #FFFFFF;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
}
.start-action-box .eyebrow {
  color: #BDE7E9;
}
.start-action-box .eyebrow::before {
  background: #E49A24;
}
.start-action-box p:not(.eyebrow) {
  max-width: 600px;
  color: #D3E7E8;
}
.start-action-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}
.start-action-links .button {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.055em;
}
.start-action-links > a:not(.button) {
  color: #D9F0F1;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
}
.start-step-label {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 0.85rem;
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.start-step-label > span {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid #D7DCD9;
  background: #FFFFFF;
  color: #05616B;
}
.start-code-window {
  max-width: 850px;
  margin-top: 1.9rem;
}
.start-alternate-install {
  max-width: 850px;
  margin-top: 1.25rem;
  border: 1px solid #D7DCD9;
  background: #FFFFFF;
}
.start-alternate-install summary {
  padding: 0.85rem 1.25rem;
  cursor: pointer;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.67rem;
  font-weight: 600;
  text-transform: uppercase;
}
.start-alternate-install pre {
  margin: 0;
  border: 0;
  border-top: 1px solid #34434C;
}
.start-note {
  max-width: 850px !important;
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-left: 2px solid #087E8B;
  background: #E4F2F2;
  color: #5B6872;
  font-size: 0.86rem;
}
.start-verify-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
}
.start-verify-grid article {
  padding: 1.9rem;
  border: 1px solid #D7DCD9;
  background: #FFFFFF;
}
.start-verify-grid h3 {
  font-size: 1.2rem;
}
.start-verify-grid p {
  margin-top: 0.55rem;
  color: #5B6872;
  font-size: 0.86rem;
}
.start-verify-grid pre {
  margin-bottom: 0;
}
.start-module-list {
  margin-top: 3rem;
  border-top: 1px solid #D7DCD9;
}
.start-module-list > a {
  display: grid;
  grid-template-columns: minmax(215px, 0.85fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.9rem;
  min-height: 70px;
  padding: 0.85rem 1.25rem;
  border: 1px solid #D7DCD9;
  border-top: 0;
  background: #FFFFFF;
  color: #13212B;
  text-decoration: none;
}
.start-module-list > a:hover {
  background: #E4F2F2;
}
.start-module-list code {
  width: -moz-fit-content;
  width: fit-content;
  color: #05616B;
  font-size: 0.7rem;
}
.start-module-list span {
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.63rem;
  text-transform: uppercase;
}
.start-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
  border-top: 1px solid #D7DCD9;
  border-left: 1px solid #D7DCD9;
}
.start-next-grid > a {
  display: flex;
  flex-direction: column;
  min-height: 165px;
  padding: 1.9rem;
  border-right: 1px solid #D7DCD9;
  border-bottom: 1px solid #D7DCD9;
  background: #FFFFFF;
  color: #13212B;
  text-decoration: none;
}
.start-next-grid > a:hover {
  background: #E4F2F2;
}
.start-next-grid span {
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.62rem;
  text-transform: uppercase;
}
.start-next-grid strong {
  margin-top: auto;
}
.start-next-grid small {
  margin-top: 0.55rem;
  color: #5B6872;
}
@media (max-width: 900px) {
  .start-boundary-grid,
  .legacy-doc-content .start-stage-list,
  .start-feature-grid,
  .start-fit-grid,
  .start-action-box,
  .start-verify-grid,
  .start-next-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .start-stage-list li {
    min-height: 0;
  }
  .start-requirement-list > div,
  .start-module-list > a {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
    padding-block: 1.25rem;
  }
  .start-action-links {
    margin-top: 0.85rem;
  }
  .start-next-grid {
    border-left: 0;
  }
  .start-next-grid > a {
    min-height: 140px;
    border-left: 1px solid #D7DCD9;
  }
}
@media (max-width: 480px) {
  .start-fact-row {
    flex-direction: column;
  }
  .start-fact-row > span {
    border-right: 1px solid #D7DCD9;
    border-bottom: 0;
  }
  .start-fact-row > span:last-child {
    border-bottom: 1px solid #D7DCD9;
  }
  .start-stage-list li {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 1.25rem;
  }
  .start-feature-grid > a,
  .start-fit-grid > article,
  .start-verify-grid article {
    padding: 1.25rem;
  }
}
