.LeadCapture {
  background: #ceffd6;
  color: #000;
  display: grid;
  gap: 56px;
  min-height: 760px;
  padding: 72px 19px 80px;
  position: relative;
  z-index: 2;
}
.LeadCapture__eyebrow {
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.LeadCapture h2 {
  font-size: clamp(54px, 14vw, 112px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .9;
  margin: 0;
  max-width: 920px;
}
.LeadCapture__body {
  align-self: end;
}
.LeadCapture__copy {
  font-size: 24px;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0 0 46px;
  max-width: 650px;
}
.LeadCapture__form {
  display: grid;
  gap: 28px;
}
.LeadCapture__field {
  border-bottom: 2px solid #000;
  display: grid;
  gap: 8px;
  padding-bottom: 10px;
}
.LeadCapture__field label {
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}
.LeadCapture__field input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  font-family: "brown-pro", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}
.LeadCapture__field input:focus-visible {
  box-shadow: 0 4px 0 #4b37ff;
}
.LeadCapture__consent {
  align-items: flex-start;
  cursor: pointer;
  display: grid;
  font-size: 13px;
  gap: 12px;
  grid-template-columns: 22px 1fr;
  line-height: 1.1;
}
.LeadCapture__consent input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 2px solid #000;
  border-radius: 0;
  height: 22px;
  margin: 0;
  width: 22px;
}
.LeadCapture__consent input:checked {
  background: #4b37ff;
  box-shadow: inset 0 0 0 4px #ceffd6;
}
.LeadCapture__consent input:focus-visible {
  outline: 3px solid #4b37ff;
  outline-offset: 3px;
}
.LeadCapture__submit {
  align-items: center;
  background: #000;
  border: 2px solid #000;
  border-radius: 0;
  color: #ceffd6;
  cursor: pointer;
  display: flex;
  font-family: "brown-pro", Helvetica, Arial, sans-serif;
  font-size: 22px;
  justify-content: space-between;
  margin-top: 6px;
  padding: 18px 20px;
  text-align: left;
  transition: background-color 180ms ease, color 180ms ease;
}
.LeadCapture__submit[aria-disabled="true"] {
  cursor: default;
}
.LeadCapture__submit:focus-visible {
  outline: 4px solid #4b37ff;
  outline-offset: 4px;
}
.LeadCapture__preview-note {
  font-size: 13px;
  line-height: 1.1;
  margin: -12px 0 0;
  opacity: .62;
}
@media (hover: hover) {
  .LeadCapture__submit:not([aria-disabled="true"]):hover {
    background: #4b37ff;
    border-color: #4b37ff;
  }
}
@media only screen and (min-width: 1034px) {
  .LeadCapture {
    align-items: start;
    gap: 0;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    min-height: 100vh;
    padding: 92px 20px 110px;
  }
  .LeadCapture__intro {
    grid-column: 1 / span 7;
    padding-right: 40px;
  }
  .LeadCapture__eyebrow {
    font-size: 18px;
    letter-spacing: -.02em;
    margin-bottom: 40px;
  }
  .LeadCapture__body {
    align-self: center;
    grid-column: 8 / -1;
    padding-left: 40px;
  }
  .LeadCapture__copy {
    font-size: 34px;
  }
  .LeadCapture__field input {
    font-size: 36px;
  }
  .LeadCapture__submit {
    font-size: 28px;
    padding: 22px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .LeadCapture__submit {
    transition: none;
  }
}

.GrowthCheckPage {
  background: #4b37ff;
  color: #000;
}
.GrowthCheckPage__hero {
  display: grid;
  gap: 64px;
  min-height: 100vh;
  padding: 150px 19px 80px;
}
.GrowthCheckPage__eyebrow {
  font-size: 13px;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
.GrowthCheckPage__hero h1 {
  font-size: clamp(62px, 17vw, 164px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .82;
  margin: 0;
  max-width: 1100px;
}
.GrowthCheckPage__hero-copy {
  align-self: end;
  font-size: 24px;
  letter-spacing: -.02em;
  line-height: 1.1;
  max-width: 650px;
}
.GrowthCheckPage__hero-copy p {
  margin: 0 0 36px;
}
.GrowthCheckPage__hero-copy a {
  align-items: center;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  text-decoration: none;
}
.GrowthCheckPage__assessment {
  background: #ceffd6;
  display: grid;
  gap: 72px;
  min-height: 100vh;
  padding: 80px 19px;
}
.GrowthCheckPage__assessment-intro h2 {
  font-size: clamp(52px, 13vw, 108px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .9;
  margin: 28px 0 0;
}
.GrowthCheckPage__embed {
  align-self: end;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  font-size: 28px;
  line-height: 1.05;
  padding: 32px 0;
}
.GrowthCheckPage__embed p {
  margin: 0;
}
.GrowthCheckPage__preview-note {
  font-size: 13px;
  margin-top: 32px !important;
  opacity: .62;
  text-transform: uppercase;
}
@media only screen and (min-width: 1034px) {
  .GrowthCheckPage__hero,
  .GrowthCheckPage__assessment {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-left: 20px;
    padding-right: 20px;
  }
  .GrowthCheckPage__hero {
    padding-bottom: 100px;
    padding-top: 180px;
  }
  .GrowthCheckPage__hero > .GrowthCheckPage__eyebrow {
    grid-column: 1 / span 3;
  }
  .GrowthCheckPage__hero h1 {
    grid-column: 3 / -1;
  }
  .GrowthCheckPage__hero-copy {
    grid-column: 7 / -1;
  }
  .GrowthCheckPage__assessment {
    align-items: center;
    gap: 0;
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .GrowthCheckPage__assessment-intro {
    grid-column: 1 / span 7;
    padding-right: 40px;
  }
  .GrowthCheckPage__embed {
    grid-column: 8 / -1;
    font-size: 36px;
    padding: 42px 0;
  }
}

.LeadCTA {
  background: #4b37ff;
  color: #000;
  display: grid;
  gap: 48px;
  padding: 72px 19px 80px;
  position: relative;
  z-index: 2;
}
.LeadCTA__eyebrow {
  font-size: 13px;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
.LeadCTA h2 {
  font-size: clamp(52px, 13vw, 108px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .9;
  margin: 0;
  max-width: 1050px;
}
.LeadCTA__link {
  align-items: center;
  border-bottom: 2px solid #000;
  color: #000;
  display: flex;
  font-size: 24px;
  justify-content: space-between;
  padding-bottom: 10px;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}
.LeadCTA__link:focus-visible {
  outline: 4px solid #ceffd6;
  outline-offset: 5px;
}
@media (hover: hover) {
  .LeadCTA__link:hover {
    border-color: #ceffd6;
    color: #ceffd6;
  }
}
@media only screen and (min-width: 1034px) {
  .LeadCTA {
    gap: 44px 0;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding: 96px 20px 110px;
  }
  .LeadCTA__eyebrow {
    font-size: 18px;
    grid-column: 1 / span 3;
  }
  .LeadCTA h2 {
    grid-column: 3 / -1;
  }
  .LeadCTA__link {
    font-size: 30px;
    grid-column: 7 / -1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .LeadCTA__link {
    transition: none;
  }
}
