.developer-page main {
  width: min(1080px, calc(100% - 40px));
  padding-bottom: 88px;
}

.developer-page nav a.active {
  border-color: #0f766e;
  color: #0b5f59;
}

.developer-page section {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.developer-page section + section {
  margin-top: 0;
}

.developer-hero {
  max-width: 790px;
  padding: 32px 0 54px;
}

.developer-hero h1 {
  max-width: 720px;
}

.lead {
  max-width: 730px;
  margin: 0;
  color: #31565b;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.62;
}

.lead + .lead {
  margin-top: 12px;
}

.brand-note {
  margin: 24px 0 0;
  color: #6c8185;
  font-size: 14px;
  font-weight: 750;
}

.entry-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 20px;
  border: 1px solid #0f766e;
  border-radius: 8px;
  padding: 9px 13px;
  color: #ffffff;
  background: #0f766e;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.entry-link:hover {
  color: #ffffff;
  background: #0b5f59;
}

.guide-section {
  border-top: 1px solid #d8e6e5 !important;
  padding: 34px 0 38px !important;
}

.section-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.section-heading .eyebrow {
  min-width: 24px;
  margin: 0;
}

.section-heading h2 {
  margin: 0;
  font-size: 24px;
}

.guide-grid {
  display: grid;
  gap: 12px;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  min-width: 0;
  border: 1px solid #d8e6e5;
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
}

.step-card > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #0f766e;
  font-size: 13px;
  font-weight: 900;
}

.step-card h3,
.two-column h3 {
  margin: 15px 0 8px;
  color: #10252b;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.step-card p,
.two-column p {
  margin: 0;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.6;
}

.step-card p + p,
.two-column p + p {
  margin-top: 9px;
}

.flow-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid #e5efed;
}

.flow-list li:last-child {
  border-bottom: 0;
}

.flow-list strong {
  color: #10252b;
  font-size: 15px;
  font-weight: 900;
}

.flow-list span {
  color: #4f686d;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.62;
}

.flow-list .en {
  grid-column: 2;
}

.fine-print,
.section-intro {
  max-width: 830px;
  margin: 0;
}

.fine-print {
  margin-top: 18px;
  color: #6c8185;
  font-size: 14px;
}

.fine-print .en {
  display: block;
  margin-top: 6px;
}

.section-intro + .section-intro {
  margin-top: 8px;
}

pre {
  overflow-x: auto;
  margin: 20px 0 14px;
  border: 1px solid #cadfdd;
  border-radius: 8px;
  padding: 18px;
  color: #dcefed;
  background: #153b3d;
  font: 13px/1.7 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: pre;
}

.resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.resource-links a,
.support-link {
  color: #0f766e;
  font-size: 14px;
  font-weight: 850;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.two-column h3 {
  margin-top: 0;
}

.safety-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.safety-list + .safety-list {
  margin-top: 18px;
}

.safety-list li {
  padding-left: 18px;
  border-left: 3px solid #82bdb5;
}

.safety-list strong {
  color: #10252b;
}

.closing {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.closing .eyebrow {
  margin-bottom: 8px;
}

.closing h2 {
  margin-bottom: 8px;
}

.closing .en {
  max-width: 700px;
  margin: 0;
}

@media (max-width: 760px) {
  .developer-page main {
    width: min(100% - 24px, 1080px);
  }

  .developer-hero {
    padding: 18px 0 38px;
  }

  .lead {
    font-size: 17px;
  }

  .three-up,
  .two-column {
    grid-template-columns: 1fr;
  }

  .flow-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .flow-list .en {
    grid-column: auto;
  }

  .closing {
    align-items: flex-start;
    flex-direction: column;
  }
}
