body {
  margin: 0px;
}

.cs-hero {
  box-sizing: border-box;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 48px;
  column-gap: 48px;
  padding: clamp(24px, 6vw, 72px);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(11, 13, 16);
  color: rgb(244, 246, 248);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.cs-shell {
  width: 100%;
  max-width: 720px;
  margin-top: auto;
  margin-bottom: auto;
}

.cs-brand {
  margin: 0px 0px clamp(24px, 5vw, 40px);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(124, 135, 148);
}

.cs-title {
  margin: 0px;
  font-size: clamp(2rem, 7vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.cs-lede {
  margin: clamp(16px, 3vw, 24px) 0px 0px;
  max-width: 52ch;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  line-height: 1.6;
  color: rgb(170, 180, 192);
}

.cs-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
  column-gap: 24px;
  margin-top: clamp(28px, 5vw, 44px);
}

.cs-cta {
  display: inline-block;
  padding: 14px 26px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(244, 246, 248);
  color: rgb(11, 13, 16);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  font-size: 15px;
  font-weight: 600;
}

.cs-note {
  font-size: 14px;
  color: rgb(124, 135, 148);
}

.cs-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 24px;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(28, 33, 40);
  font-size: 13px;
  color: #8b95a1;
}

.cs-cta:focus-visible {
  outline: 3px solid #66b3ff;
  outline-offset: 3px;
}