.sales-section-intro {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 5%;
  align-items: end;
  margin-bottom: 36px;
}
.sales-section-intro h2,
.buying-questions h2,
.open-beta-start h2,
.proof-section h2 {
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 650;
  margin: 0;
}
.sales-section-intro p {
  max-width: 46ch;
  margin: 0;
  color: var(--muted, #556359);
  font-size: 1.125rem;
}
.sales-demo {
  padding-top: 90px;
  padding-bottom: 80px;
  scroll-margin-top: 24px;
}
.sector-picker,
.tour-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.sector-picker button,
.tour-controls button {
  border: 1px solid #87957f;
  border-radius: 8px;
  background: transparent;
  color: #22352d;
  padding: 12px 18px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.sector-picker button[aria-pressed="true"],
.tour-controls button[aria-pressed="true"] {
  background: #22352d;
  border-color: #22352d;
  color: #ddef79;
}
.sector-picker button:hover,
.tour-controls button:hover {
  background: #e9ede3;
  color: #22352d;
}
.demo-workspace {
  background: #fff;
  border: 1px solid #c8d0c5;
  border-radius: 16px;
  overflow: hidden;
}
.demo-workspace-header {
  background: #22352d;
  color: #f7f8f2;
  padding: 22px 28px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.demo-workspace-header strong {
  font-size: 1.2rem;
  display: block;
}
.demo-workspace-header div > span {
  color: #d6dfd1;
  font-size: 0.875rem;
}
.sample-tag {
  color: #ddef79;
  font-size: 0.8125rem;
}
.demo-workspace-body {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(275px, 1fr);
}
.demo-register {
  padding: 28px;
}
.demo-register-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}
.demo-register-heading h3 {
  font-size: 1.2rem;
  margin: 0;
}
.demo-register-heading > span {
  color: #556359;
  font-size: 0.8125rem;
}
.demo-table-scroll {
  overflow-x: auto;
  scrollbar-color: #87957f #e9ede3;
}
.demo-register table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.demo-register th,
.demo-register td {
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #dce1d8;
  vertical-align: top;
}
.demo-register thead th {
  color: #556359;
  font-weight: 500;
  font-size: 0.75rem;
}
.demo-register th:first-child {
  padding-left: 12px;
}
.demo-register tbody th {
  font-weight: 600;
}
.demo-register small {
  display: block;
  color: #556359;
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 3px;
}
.missing-row {
  background: #f1dfbb;
}
.missing-row .bill-state {
  color: #6c4414;
  font-weight: 650;
}
.bill-state {
  font-size: 0.8125rem;
}
.demo-local-note {
  font-size: 0.8125rem;
  color: #556359;
  margin: 22px 0 0;
}
.demo-coach {
  padding: 28px;
  border-left: 1px solid #c8d0c5;
  background: #e9ede3;
}
.demo-progress {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  counter-reset: demo;
}
.demo-progress li {
  counter-increment: demo;
  font-size: 0.8125rem;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 6px 0;
  color: #556359;
}
.demo-progress li::before {
  content: counter(demo);
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #87957f;
  border-radius: 50%;
  font-size: 0.75rem;
}
.demo-progress [aria-current="step"] {
  color: #22352d;
  font-weight: 650;
}
.demo-progress .step-done::before,
.demo-progress [aria-current="step"]::before {
  background: #22352d;
  color: #ddef79;
  border-color: #22352d;
}
.demo-coach h3 {
  font-size: 1.55rem;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 14px;
}
.demo-coach p {
  font-size: 0.9375rem;
  line-height: 1.65;
}
.demo-interactions {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  margin-top: 26px;
}
.demo-interactions button {
  cursor: pointer;
}
.demo-interactions .button {
  white-space: normal;
  text-align: left;
}
.demo-interactions .text-action {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#demo-complete {
  margin-top: 22px;
}
#demo-complete .text-action {
  display: inline-flex;
  margin-top: 20px;
}
.demo-takeaway {
  font-weight: 650;
}
.demo-afterword {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-size: 0.875rem;
}
.demo-afterword p {
  color: #556359;
  margin: 0;
}
.product-tour {
  background: #e9ede3;
  padding: 80px 0;
  scroll-margin-top: 24px;
}
.tour-scene {
  margin: 0 0 28px;
}
.tour-scene figcaption {
  display: flex;
  align-items: baseline;
  gap: 40px;
  justify-content: space-between;
  margin: 30px 0 22px;
}
.tour-scene h3 {
  font-size: 1.65rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 0;
  max-width: 21ch;
}
.tour-scene figcaption p {
  max-width: 60ch;
  flex-basis: 56%;
  font-size: 0.9375rem;
  margin: 0;
  color: #556359;
}
.tour-scene img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #c8d0c5;
  border-radius: 12px;
  background: #f7f8f2;
}
.tour-note {
  max-width: 90ch;
  font-size: 0.8125rem;
  color: #556359;
  margin: 18px 0 25px;
}
.buying-questions,
.open-beta-start {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 9%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.buying-questions > div > p,
.open-beta-start > div > p,
.proof-section > div > p {
  color: #556359;
  max-width: 50ch;
}
.buying-questions details {
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid #c8d0c5;
}
.buying-questions details:last-child {
  border-bottom: 1px solid #c8d0c5;
}
.buying-questions summary {
  font-size: 1.05rem;
  font-weight: 600;
}
.buying-questions details p {
  margin-bottom: 0;
  color: #556359;
}
.open-beta-start {
  border-top: 1px solid #c8d0c5;
}
.open-beta-start ol {
  counter-reset: start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.open-beta-start li {
  counter-increment: start;
  position: relative;
  padding: 0 0 25px 50px;
}
.open-beta-start li::before {
  content: counter(start);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ddef79;
  background: #22352d;
}
.open-beta-start li strong {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.open-beta-start li p {
  color: #556359;
  margin-top: 8px;
}
.proof-section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 24px 9%;
  border-top: 1px solid #c8d0c5;
}
.proof-section dl {
  margin: 0;
}
.proof-section dl div {
  padding: 20px 0;
  border-top: 1px solid #c8d0c5;
}
.proof-section dt {
  font-size: 1.15rem;
  font-weight: 650;
}
.proof-section dd {
  color: #556359;
  margin: 8px 0 0;
}
.proof-note {
  grid-column: 1 / -1;
  font-size: 0.8125rem;
  color: #556359;
  margin: 0;
}
.cost-scenario-label {
  font-size: 0.8125rem;
  color: #556359;
}
.cost-plan {
  padding: 18px 0 0;
  border-top: 1px solid #87957f;
  margin-top: 20px;
}
.cost-plan h3 {
  margin: 0 0 12px;
}
.cost-plan p {
  font-size: 0.875rem;
}
.cost-plan strong {
  color: #ddef79;
}
.cost-plan .cost-plan-note {
  color: #d6dfd1;
  font-size: 0.8125rem;
}
.beta-ready {
  padding: 64px 0 88px;
}
.beta-ready .reading-actions {
  margin-bottom: 24px;
}
.beta-ready .open-beta-start {
  border-top: 0;
}
.sales-demo [hidden],
.product-tour [hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 1000px) {
  .demo-workspace-body {
    grid-template-columns: 1fr;
  }
  .demo-coach {
    border-left: 0;
    border-top: 1px solid #c8d0c5;
  }
  .demo-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .sales-section-intro,
  .buying-questions,
  .open-beta-start,
  .proof-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sales-demo,
  .buying-questions,
  .open-beta-start,
  .proof-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .product-tour {
    padding: 56px 0;
  }
  .sales-section-intro {
    margin-bottom: 26px;
  }
  .sales-section-intro p {
    font-size: 1rem;
  }
  .sector-picker button,
  .tour-controls button {
    font-size: 0.8125rem;
    padding: 10px 12px;
  }
  .demo-workspace-header {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
  }
  .demo-register,
  .demo-coach {
    padding: 20px;
  }
  .demo-register-heading {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }
  .demo-register th,
  .demo-register td {
    padding: 14px 7px;
    font-size: 0.8125rem;
  }
  .demo-register td:nth-child(2) {
    min-width: 64px;
  }
  .demo-register td:last-child {
    min-width: 76px;
  }
  .demo-progress {
    display: block;
  }
  .demo-afterword,
  .tour-scene figcaption {
    display: block;
  }
  .demo-afterword a {
    margin-top: 14px;
    display: inline-flex;
  }
  .tour-scene figcaption p {
    margin-top: 14px;
  }
  .tour-controls {
    gap: 6px;
  }
  .tour-note {
    font-size: 0.75rem;
  }
}
