.scenario-section {
  padding-bottom: 30px;
}
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}
.scenario-grid article {
  padding: 28px;
  border: 1px solid #dbe3d6;
  border-radius: 14px;
  background: #fff;
}
.scenario-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: #e7efdf;
}
.scenario-icon img {
  width: 22px;
  height: 22px;
}
.scenario-icon.lavender {
  background: #ede9f4;
}
.scenario-icon.peach {
  background: #f4ebe0;
}
.scenario-grid h3 {
  font-size: 19px;
  margin-top: 23px;
}
.scenario-grid p {
  font-size: 14px;
  color: #536750;
  line-height: 1.9;
}
.scenario-grid blockquote {
  border-top: 1px solid #e4e9e0;
  padding-top: 18px;
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.9;
  color: #536750;
}
.research-section {
  border-top: 1px solid #e0e6dc;
}
.research-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  align-items: center;
  margin-top: 35px;
}
.research-example {
  border: 1px solid #d7e0d2;
  border-radius: 14px;
  padding: 28px;
  background: #fff;
}
.example-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #536750;
  gap: 10px;
}
.example-badge {
  border: 1px solid #dce5d6;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 10px;
  white-space: nowrap;
}
.example-prompt {
  font-size: 14px;
  line-height: 1.8;
  padding: 18px;
  background: #f0f4ec;
  border-radius: 10px;
  margin-block: 24px;
}
.research-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.research-timeline li {
  display: flex;
  gap: 17px;
  padding-block: 13px;
}
.research-timeline img {
  width: 19px;
  height: 19px;
  margin-top: 3px;
}
.research-timeline strong {
  font-size: 14px;
  font-weight: 500;
}
.research-timeline p {
  font-size: 12px;
  color: #536750;
  margin: 7px 0 0;
  line-height: 1.8;
}
.research-points article {
  padding-block: 15px;
}
.research-points h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
.research-points p {
  color: #536750;
  line-height: 1.9;
  font-size: 14px;
  margin: 0;
}
.waitlist-section {
  background: #edf2e8;
  padding: 80px 48px;
  scroll-margin-top: 24px;
}
.waitlist-layout {
  max-width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.waitlist-copy h2 {
  font-size: 38px;
}
.waitlist-copy > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.9;
  color: #536750;
  max-width: 380px;
}
.waitlist-copy ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.waitlist-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #536750;
  margin-block: 16px;
}
.waitlist-copy :where(li img) {
  width: 17px;
  height: 17px;
}
.waitlist-card {
  background: #fff;
  border: 1px solid #d6e1ce;
  border-radius: 18px;
  padding: 32px;
  min-width: 0;
}
.waitlist-card form {
  margin-top: 0;
}
.waitlist-card legend {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 25px;
}
.contact-fields {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 12px;
}
.waitlist-card select,
.waitlist-card textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  font: inherit;
  padding: 12px;
  border: 1px solid #c6d2c9;
  border-radius: 8px;
  background: #fff;
  color: #203a31;
}
.waitlist-card textarea {
  resize: vertical;
  line-height: 1.7;
  min-height: 90px;
}
.waitlist-card select {
  padding-inline: 8px;
}
.waitlist-card label > span:not(.password-field) {
  font-size: 11px;
  color: #536750;
  font-weight: 400;
}
.waitlist-card .consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-block: 20px;
}
.consent input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 3px 0 0;
  accent-color: #244d3e;
}
.waitlist-card .consent > span {
  font-size: 12px;
  line-height: 1.8;
}
.consent a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.waitlist-card .button {
  width: 100%;
}
.waitlist-success {
  padding: 24px 0;
}
.waitlist-success > img {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background: #e7efdf;
}
.waitlist-success h3 {
  font-size: 23px;
  line-height: 1.5;
}
.waitlist-success p {
  font-size: 14px;
  color: #536750;
  line-height: 1.9;
  margin-bottom: 25px;
}
.waitlist-success:focus {
  outline: none;
}
.demo-new {
  display: flex;
  gap: 4px;
  align-items: center;
}
.demo-new .icon {
  width: 11px;
  height: 11px;
}
.demo-input .icon {
  filter: brightness(0) invert(1);
  width: 13px;
  height: 13px;
}
.hero-copy h1 {
  font-size: clamp(37px, 3.65vw, 52px);
}
.feature-list :where(article > span) {
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .scenario-grid {
    gap: 14px;
  }
  .scenario-grid article {
    padding: 22px;
  }
  .research-grid {
    gap: 30px;
  }
  .waitlist-layout {
    gap: 35px;
  }
  .waitlist-section {
    padding: 60px 24px;
  }
}
@media (max-width: 650px) {
  .scenario-grid,
  .research-grid,
  .waitlist-layout {
    grid-template-columns: 1fr;
  }
  .scenario-grid article {
    padding: 26px;
  }
  .waitlist-card {
    padding: 24px;
  }
  .waitlist-copy h2 {
    font-size: 32px;
  }
  .research-example {
    padding: 22px;
  }
  .research-grid {
    gap: 20px;
  }
}
