@font-face {
  font-display: swap;
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/alexandria-400.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/alexandria-600.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/alexandria-800.ttf") format("truetype");
}

.public-header,
.public-footer,
.sb-home {
  font-family: "Alexandria", Tahoma, Arial, sans-serif;
}

.public-header {
  background: #fff;
  border-bottom: 1px solid #d9dce1;
  height: 76px;
  padding: 0;
}

.public-header > .container-xl {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 28px;
  width: 100%;
}

.public-brand {
  gap: 11px;
}

.public-brand img {
  flex: 0 0 auto;
}

.public-brand > span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.public-brand strong {
  color: #101113;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.public-brand small {
  color: #6c7077;
  font-size: 9px;
  font-weight: 600;
  margin-top: 6px;
}

.public-header nav {
  gap: 26px;
}

.public-header nav > a:not(.button) {
  color: #4b4f56;
  font-size: 13px;
  font-weight: 600;
}

.public-header nav > a:not(.button):hover {
  color: #101113;
}

.public-header .button-primary {
  background: #101113;
  border-color: #101113;
  color: #fff;
  min-height: 38px;
  padding-inline: 17px;
}

.public-header .button-primary:hover {
  background: #ff5a36;
  border-color: #ff5a36;
  color: #101113;
}

.sb-home {
  --sb-ink: #101113;
  --sb-muted: #60656d;
  --sb-line: #d8dbe0;
  --sb-paper: #f3f4f6;
  --sb-orange: #ff5a36;
  --sb-yellow: #f2dd43;
  --sb-green: #2cd18c;
  background: #fff;
  color: var(--sb-ink);
  overflow: clip;
}

.sb-home a {
  text-decoration: none;
}

.sb-hero {
  background: var(--sb-paper);
  border-bottom: 1px solid var(--sb-line);
  padding: 52px max(28px, calc((100vw - 1320px) / 2)) 0;
}

.sb-hero-shell {
  align-items: center;
  display: grid;
  gap: clamp(46px, 6vw, 92px);
  grid-template-columns: minmax(340px, 0.82fr) minmax(560px, 1.18fr);
  margin: 0 auto;
  max-width: 1320px;
}

.sb-hero-copy {
  padding: 28px 0 48px;
}

.sb-live-label {
  align-items: center;
  color: #3d4148;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 9px;
  margin: 0 0 24px;
}

.sb-live-label i,
.sb-running i {
  background: var(--sb-orange);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
}

.sb-hero h1 {
  color: var(--sb-ink);
  font-size: clamp(50px, 5.2vw, 76px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0;
  max-width: 700px;
  text-wrap: balance;
}

.sb-hero h1 span {
  color: var(--sb-orange);
  display: block;
}

.sb-hero-lede {
  color: #50545b;
  font-size: 17px;
  line-height: 1.9;
  margin: 26px 0 0;
  max-width: 610px;
}

.sb-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.sb-button {
  align-items: center;
  border: 0;
  border-radius: 6px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 11px 21px;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.sb-button:hover {
  transform: translateY(-2px);
}

.sb-button-dark {
  background: var(--sb-ink);
  color: #fff;
}

.sb-button-dark:hover {
  background: var(--sb-orange);
  color: var(--sb-ink);
}

.sb-link-arrow {
  color: var(--sb-ink);
  font-size: 13px;
  font-weight: 700;
}

.sb-link-arrow span,
.sb-proof-copy a b {
  display: inline-block;
  margin-right: 6px;
  transition: transform 160ms ease;
}

.sb-link-arrow:hover span,
.sb-proof-copy a:hover b {
  transform: translateX(-5px);
}

.sb-hero-notes {
  color: #6b7078;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 0;
  list-style: none;
  margin: 23px 0 0;
  padding: 0;
}

.sb-hero-notes li:not(:last-child)::after {
  color: #adb1b7;
  content: "/";
  margin: 0 10px;
}

.sb-control-room {
  background: #111214;
  border-radius: 10px 10px 0 0;
  box-shadow: 10px 10px 0 #cfd2d7;
  color: #fff;
  min-width: 0;
  overflow: hidden;
}

.sb-control-room > header {
  align-items: center;
  border-bottom: 1px solid #323438;
  direction: ltr;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 20px;
}

.sb-control-room > header > div {
  align-items: center;
  display: flex;
  gap: 16px;
}

.sb-control-brand,
.sb-control-room > header time {
  color: #a3a7ad;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.sb-control-room > header strong {
  color: #fff;
  font-size: 11px;
}

.sb-control-focus {
  display: grid;
  gap: 22px;
  grid-template-columns: 76px minmax(0, 1fr);
  padding: 28px 24px 25px;
}

.sb-stage-index {
  border-left: 1px solid #36383c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sb-stage-index span {
  color: #858a91;
  font-size: 9px;
}

.sb-stage-index strong {
  color: var(--sb-orange);
  direction: ltr;
  font-size: 21px;
  font-weight: 800;
}

.sb-running {
  align-items: center;
  color: var(--sb-green);
  display: flex;
  font-size: 9px;
  font-weight: 700;
  gap: 7px;
}

.sb-running i {
  animation: sb-pulse 1.5s ease-in-out infinite;
  background: var(--sb-green);
}

.sb-control-focus h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  margin: 9px 0 6px;
}

.sb-control-focus p {
  color: #969ba2;
  font-size: 10px;
  line-height: 1.75;
  margin: 0;
}

.sb-progress {
  background: #2d2f33;
  height: 5px;
  margin: 0 24px;
  overflow: hidden;
}

.sb-progress span {
  background: var(--sb-orange);
  display: block;
  height: 100%;
}

.sb-control-steps {
  list-style: none;
  margin: 24px 0 0;
  padding: 0 24px;
}

.sb-control-steps li {
  align-items: center;
  border-top: 1px solid #2d2f33;
  color: #71767d;
  display: grid;
  font-size: 10px;
  gap: 12px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  min-height: 46px;
}

.sb-control-steps b {
  color: #555a60;
  direction: ltr;
  font-size: 9px;
  font-weight: 600;
}

.sb-control-steps em {
  font-size: 9px;
  font-style: normal;
}

.sb-control-steps .is-done {
  color: #d0d3d7;
}

.sb-control-steps .is-done b,
.sb-control-steps .is-done em {
  color: var(--sb-green);
}

.sb-control-steps .is-active {
  color: #fff;
  font-weight: 600;
}

.sb-control-steps .is-active b,
.sb-control-steps .is-active em {
  color: var(--sb-orange);
}

.sb-control-room > footer {
  align-items: center;
  background: var(--sb-yellow);
  color: var(--sb-ink);
  display: grid;
  gap: 3px 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 15px 24px;
}

.sb-control-room > footer span {
  font-size: 8px;
}

.sb-control-room > footer strong {
  font-size: 10px;
}

.sb-control-room > footer a {
  color: var(--sb-ink);
  font-size: 9px;
  font-weight: 800;
  grid-column: 2;
  grid-row: 1 / span 2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sb-shift-strip {
  align-items: center;
  border-top: 1px solid var(--sb-line);
  display: flex;
  gap: 0;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 58px;
  overflow-x: auto;
}

.sb-shift-strip > * {
  border-left: 1px solid var(--sb-line);
  flex: 0 0 auto;
  font-size: 10px;
  padding: 7px 22px;
}

.sb-shift-strip strong {
  color: var(--sb-orange);
  padding-right: 0;
}

.sb-shift-strip a {
  color: var(--sb-ink);
  font-weight: 700;
  margin-right: auto;
  padding-left: 0;
}

.sb-contract,
.sb-process,
.sb-connectors,
.sb-fit {
  margin: 0 auto;
  max-width: 1320px;
  padding-inline: 28px;
}

.sb-contract {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  padding-bottom: 96px;
  padding-top: 96px;
}

.sb-contract > * {
  border-left: 1px solid var(--sb-line);
  margin: 0;
  padding: 4px 28px;
}

.sb-contract > :first-child {
  padding-right: 0;
}

.sb-contract > :last-child {
  border-left: 0;
  padding-left: 0;
}

.sb-contract > p {
  font-size: 25px;
  line-height: 1.55;
}

.sb-contract > p strong {
  color: var(--sb-orange);
}

.sb-contract > div {
  display: flex;
  flex-direction: column;
}

.sb-contract span {
  color: #7b8087;
  font-size: 9px;
  margin-bottom: 16px;
}

.sb-contract div strong {
  font-size: 14px;
  line-height: 1.55;
}

.sb-contract small {
  color: var(--sb-muted);
  font-size: 10px;
  line-height: 1.75;
  margin-top: 10px;
}

.sb-process {
  padding-bottom: 120px;
}

.sb-process > header {
  align-items: end;
  border-bottom: 2px solid var(--sb-ink);
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr minmax(300px, 0.72fr);
  padding-bottom: 30px;
}

.sb-process > header h2 {
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
  max-width: 760px;
}

.sb-process > header p {
  color: var(--sb-muted);
  font-size: 13px;
  line-height: 1.85;
  margin: 0;
}

.sb-process-table article {
  align-items: center;
  border-bottom: 1px solid var(--sb-line);
  display: grid;
  gap: 28px;
  grid-template-columns: 60px 220px minmax(0, 1fr) 230px;
  min-height: 126px;
}

.sb-process-table article > span {
  color: var(--sb-orange);
  direction: ltr;
  font-size: 14px;
  font-weight: 800;
}

.sb-process-table h3 {
  font-size: 19px;
  margin: 0;
}

.sb-process-table p {
  color: var(--sb-muted);
  font-size: 12px;
  line-height: 1.85;
  margin: 0;
}

.sb-process-table strong {
  color: #3e434a;
  font-size: 10px;
  font-weight: 600;
}

.sb-proof {
  background: var(--sb-orange);
  display: grid;
  gap: clamp(56px, 7vw, 112px);
  grid-template-columns: minmax(300px, 0.75fr) minmax(560px, 1.25fr);
  padding: 98px max(28px, calc((100vw - 1320px) / 2));
}

.sb-proof-copy {
  align-self: center;
}

.sb-proof-copy > p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sb-proof-copy h2 {
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.23;
  margin: 0;
}

.sb-proof-copy > span {
  display: block;
  font-size: 13px;
  line-height: 1.85;
  margin-top: 22px;
  max-width: 480px;
}

.sb-proof-copy a {
  color: var(--sb-ink);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 25px;
}

.sb-receipt {
  background: var(--sb-ink);
  color: #fff;
  min-width: 0;
}

.sb-receipt header,
.sb-receipt footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 22px;
}

.sb-receipt header {
  border-bottom: 1px solid #33353a;
}

.sb-receipt header > div {
  display: flex;
  flex-direction: column;
}

.sb-receipt header span,
.sb-receipt footer span {
  color: #8f949b;
  direction: ltr;
  font-size: 8px;
}

.sb-receipt header strong {
  font-size: 13px;
  margin-top: 6px;
}

.sb-receipt header em {
  background: var(--sb-green);
  color: var(--sb-ink);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  padding: 5px 8px;
}

.sb-receipt ul {
  list-style: none;
  margin: 0;
  padding: 0 22px;
}

.sb-receipt li {
  align-items: center;
  border-bottom: 1px solid #2f3135;
  display: grid;
  gap: 18px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  min-height: 64px;
}

.sb-receipt time {
  color: var(--sb-orange);
  font-size: 9px;
}

.sb-receipt li span {
  font-size: 11px;
}

.sb-receipt li strong {
  color: #aeb2b8;
  font-size: 9px;
}

.sb-receipt footer {
  background: #1c1e21;
}

.sb-receipt footer strong {
  color: var(--sb-yellow);
  direction: ltr;
  font-size: 9px;
}

.sb-connectors {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 78px;
  padding-top: 78px;
}

.sb-connectors h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  max-width: 410px;
}

.sb-connectors ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sb-connectors li {
  background: #f0f1f3;
  color: #3e4248;
  direction: ltr;
  font-size: 10px;
  font-weight: 700;
  padding: 9px 12px;
}

.sb-fit {
  border-bottom: 1px solid var(--sb-line);
  border-top: 1px solid var(--sb-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 0;
  padding-top: 0;
}

.sb-fit > div {
  padding: 44px 0 46px 44px;
}

.sb-fit > div + div {
  border-right: 1px solid var(--sb-line);
  padding-left: 0;
  padding-right: 44px;
}

.sb-fit strong {
  color: var(--sb-orange);
  font-size: 11px;
}

.sb-fit p {
  color: #444950;
  font-size: 15px;
  line-height: 1.85;
  margin: 13px 0 0;
  max-width: 540px;
}

.sb-final {
  align-items: center;
  background: var(--sb-yellow);
  display: flex;
  justify-content: space-between;
  margin: 90px max(28px, calc((100vw - 1320px) / 2));
  max-width: 1320px;
  padding: 48px 52px;
}

.sb-final p {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sb-final h2 {
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 800;
  margin: 0;
}

.sb-final > div:last-child {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 11px;
  margin-right: 34px;
}

.sb-button-light {
  background: var(--sb-ink);
  color: #fff;
}

.sb-button-light:hover {
  background: #fff;
  color: var(--sb-ink);
}

.sb-final > div:last-child > a:not(.sb-button) {
  color: var(--sb-ink);
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.public-footer {
  background: #101113;
  border-top: 0;
  color: #fff;
}

.public-footer .public-brand strong {
  color: #fff;
}

.public-footer .public-brand small,
.public-footer p,
.public-footer a {
  color: #a8acb2;
}

@keyframes sb-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgb(44 209 140 / 0%);
  }

  50% {
    box-shadow: 0 0 0 5px rgb(44 209 140 / 16%);
  }
}

@media (max-width: 1060px) {
  .sb-hero-shell {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .sb-hero-copy {
    max-width: 760px;
    padding-bottom: 10px;
  }

  .sb-control-room {
    max-width: 840px;
  }

  .sb-contract {
    grid-template-columns: 1fr 1fr;
  }

  .sb-contract > * {
    border-bottom: 1px solid var(--sb-line);
    min-height: 180px;
    padding: 28px;
  }

  .sb-contract > :nth-child(2n) {
    border-left: 0;
  }

  .sb-contract > :first-child {
    padding-right: 28px;
  }

  .sb-contract > :last-child {
    border-bottom: 0;
    padding-left: 28px;
  }

  .sb-process-table article {
    grid-template-columns: 50px 190px minmax(0, 1fr);
  }

  .sb-process-table strong {
    grid-column: 3;
    padding-bottom: 20px;
  }

  .sb-proof {
    grid-template-columns: 1fr;
  }

  .sb-proof-copy {
    max-width: 720px;
  }

  .sb-receipt {
    max-width: 860px;
  }
}

@media (max-width: 720px) {
  .public-header {
    height: 66px;
  }

  .public-header > .container-xl {
    padding: 0 17px;
  }

  .public-brand img {
    height: 36px;
    width: 36px;
  }

  .public-brand strong {
    font-size: 14px;
  }

  .public-brand small {
    font-size: 8px;
    margin-top: 5px;
  }

  .public-header nav {
    border-radius: 6px;
    left: 14px;
    right: 14px;
    top: 60px;
  }

  .sb-hero {
    padding: 34px 17px 0;
  }

  .sb-hero-copy {
    padding: 12px 0 6px;
  }

  .sb-live-label {
    font-size: 10px;
    margin-bottom: 18px;
  }

  .sb-hero h1 {
    font-size: 45px;
    line-height: 1.17;
  }

  .sb-hero-lede {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 20px;
  }

  .sb-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }

  .sb-button {
    width: 100%;
  }

  .sb-link-arrow {
    align-self: center;
  }

  .sb-hero-notes {
    line-height: 2;
  }

  .sb-control-room {
    border-radius: 8px 8px 0 0;
    box-shadow: 6px 6px 0 #cfd2d7;
    margin-top: 28px;
  }

  .sb-control-room > header {
    padding: 0 14px;
  }

  .sb-control-room > header > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .sb-control-brand {
    font-size: 7px;
  }

  .sb-control-focus {
    gap: 15px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 22px 16px;
  }

  .sb-control-focus h2 {
    font-size: 16px;
  }

  .sb-control-focus p {
    font-size: 9px;
  }

  .sb-stage-index strong {
    font-size: 16px;
  }

  .sb-progress {
    margin-inline: 16px;
  }

  .sb-control-steps {
    padding-inline: 16px;
  }

  .sb-control-room > footer {
    grid-template-columns: 1fr;
    padding-inline: 16px;
  }

  .sb-control-room > footer a {
    grid-column: 1;
    grid-row: auto;
    margin-top: 7px;
  }

  .sb-shift-strip {
    min-height: 52px;
  }

  .sb-shift-strip > * {
    padding-inline: 14px;
  }

  .sb-contract,
  .sb-process,
  .sb-connectors,
  .sb-fit {
    padding-inline: 17px;
  }

  .sb-contract {
    grid-template-columns: 1fr;
    padding-bottom: 68px;
    padding-top: 68px;
  }

  .sb-contract > * {
    border-bottom: 1px solid var(--sb-line);
    border-left: 0;
    min-height: 0;
    padding: 25px 0;
  }

  .sb-contract > :first-child,
  .sb-contract > :last-child {
    padding-inline: 0;
  }

  .sb-contract > :first-child {
    padding-top: 0;
  }

  .sb-contract > :last-child {
    border-bottom: 0;
  }

  .sb-contract > p {
    font-size: 22px;
  }

  .sb-process {
    padding-bottom: 76px;
  }

  .sb-process > header {
    align-items: start;
    gap: 18px;
    grid-template-columns: 1fr;
    padding-bottom: 24px;
  }

  .sb-process > header h2 {
    font-size: 36px;
  }

  .sb-process-table article {
    gap: 10px 16px;
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 22px 0;
  }

  .sb-process-table h3,
  .sb-process-table p,
  .sb-process-table strong {
    grid-column: 2;
  }

  .sb-process-table p {
    margin-top: 5px;
  }

  .sb-process-table strong {
    padding-bottom: 0;
  }

  .sb-proof {
    gap: 42px;
    padding: 68px 17px;
  }

  .sb-proof-copy h2 {
    font-size: 40px;
  }

  .sb-receipt header,
  .sb-receipt footer {
    padding: 17px 15px;
  }

  .sb-receipt ul {
    padding-inline: 15px;
  }

  .sb-receipt li {
    gap: 5px 11px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 11px 0;
  }

  .sb-receipt li strong {
    grid-column: 2;
  }

  .sb-connectors {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .sb-connectors ul {
    justify-content: flex-start;
  }

  .sb-fit {
    grid-template-columns: 1fr;
  }

  .sb-fit > div,
  .sb-fit > div + div {
    padding: 30px 0;
  }

  .sb-fit > div + div {
    border-right: 0;
    border-top: 1px solid var(--sb-line);
  }

  .sb-final {
    align-items: stretch;
    flex-direction: column;
    margin: 58px 17px;
    padding: 34px 23px;
  }

  .sb-final h2 {
    font-size: 32px;
  }

  .sb-final > div:last-child {
    margin: 28px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sb-running i {
    animation: none;
  }

  .sb-button,
  .sb-link-arrow span,
  .sb-proof-copy a b {
    transition: none;
  }
}
