/* Owner review 19:01–19:03: readable type and an open, ordered composition. */
html { scroll-padding-top: 0; }
main [id] { scroll-margin-top: calc(var(--r100-header-height, 104px) + 24px); }
@media(max-width:820px) { main [id] { scroll-margin-top: calc(var(--r100-header-height, 66px) + 20px); } }
main .hero-copy h1,
html[data-cordtex-system=pwa] main .hero-copy h1 {
  letter-spacing: -.02em;
  word-spacing: .035em;
  line-height: 1.08;
  text-wrap: balance;
}
.facts-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px 48px;
  margin: 0 auto;
  padding-block: 40px;
  border: 0;
}
.facts-strip > div,
.facts-strip > a,
html[data-cordtex-system=desktop] .facts-strip > * {
  flex: 1 1 220px;
  padding: 0;
  border: 0;
}
.facts-strip > a {
  flex: 0 1 260px;
  margin-left: auto;
}
.facts-strip strong { display: block; max-width: 26ch; }
.facts-strip span { display: block; margin-bottom: 10px; }
.facts-strip > a strong { display: inline-block; padding-bottom: 10px; border-bottom: 1px solid var(--ct-color-line); }
.order-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 40px;
  margin-top: 36px;
  counter-reset: order-stage;
}
.order-grid article { position: relative; border: 0; padding: 0; }
.order-grid .number { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.order-grid .number::after { content: ''; height: 1px; background: var(--ct-color-line); flex: 1; }
.order-grid article:not(:last-child) .number::after { background: linear-gradient(to right,var(--ct-color-line),transparent); }
.order-grid h3 { margin: 0 0 14px; }
.order-grid p { margin: 0; max-width: 48ch; }
.acceptance {
  display: grid;
  grid-template-columns: minmax(220px,.65fr) minmax(0,1.35fr);
  gap: 32px;
  padding: 28px 32px;
  margin-top: 40px;
  background: #f5f5f3;
  border: 0;
}
.acceptance h3, .acceptance p { margin: 0; }
.request-section .button,
.request-section .request-email,
.request-section .copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  gap: 24px;
  padding: 0;
  font-family: inherit;
  font-size: var(--ct-type-page-action, 12px);
  line-height: 1.4;
  letter-spacing: .015em;
  text-transform: none;
  color: var(--ct-color-ink);
}
.request-section .button {
  width: min(100%, 340px);
  font-weight: 600;
  border-bottom: 2px solid var(--ct-color-ink);
}
.request-section .request-email,
.request-section .copy-button {
  width: fit-content;
  font-weight: 500;
  border: 0;
  text-decoration: underline;
  text-decoration-color: var(--ct-color-line-strong);
  text-underline-offset: 6px;
}
.request-section .request-email { display: flex; margin-top: 14px; }
.request-section .copy-button { margin-top: 14px; }
.request-section .request-email span,
.request-section .copy-button span { font-size: 16px; color: var(--ct-color-muted); }
.request-checklist { border-left: 0; padding-top: 40px; }
@media(max-width:1000px) {
  .facts-strip { gap: 28px; padding-block: 32px; }
  .facts-strip > div, .facts-strip > a { flex-basis: calc(50% - 28px); }
  .facts-strip > a { margin-left: 0; }
  .order-grid { gap: 24px; }
}
@media(max-width:699px) {
  .facts-strip { width: calc(100% - 40px); gap: 24px; }
  .facts-strip > div, .facts-strip > a { flex-basis: 100%; }
  .facts-strip strong { max-width: none; }
  .order-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }
  .order-grid .number { margin-bottom: 12px; }
  .acceptance { grid-template-columns: 1fr; gap: 14px; padding: 22px; margin-top: 28px; }
}
