/* Editorial rhythm: a shared centerline, with wide, inset and intimate frames. */
.neo-sales-flow {
  --chapter-space: 128px;
  --heading-space: 44px;
}

.site-page--sales .neo-sales-flow > .neo-chapter:not(.neo-final) {
  width: var(--section-width, 100%);
  max-width: var(--section-max, none);
  margin: var(--chapter-space) auto 0;
  padding: 0;
  scroll-margin-top: 48px;
}

/* The hero opens wide. The guide steps inward, followed by the quieter chapters. */
.neo-sales-flow > .neo-curriculum { --section-width: 92%; --section-max: 1260px; --chapter-space: 144px; }
.neo-sales-flow > .neo-audiences { --section-width: 88%; --section-max: 1180px; }
.neo-sales-flow > .neo-universe { --section-width: 92%; --section-max: 1260px; --chapter-space: 120px; }
.neo-sales-flow > .neo-studio { --section-width: 92%; --section-max: 920px; --chapter-space: 104px; --heading-space: 36px; }
.neo-sales-flow > .neo-reviews { --section-width: 84%; --section-max: 1120px; --chapter-space: 104px; --heading-space: 32px; }
.neo-sales-flow > .neo-purchase { --section-width: 92%; --section-max: 1180px; --chapter-space: 144px; }
.neo-sales-flow > .neo-faq { --section-max: 760px; --chapter-space: 112px; }
.site-page--sales .neo-sales-flow > .sales-hero {
  width: 100%;
  max-width: none;
  margin: 24px auto 0;
}

.site-page--sales .neo-sales-flow .neo-section-heading {
  display: block;
  width: 100%;
  max-width: 780px;
  padding: 0;
  margin: 0 auto var(--heading-space);
  text-align: center;
}

.site-page--sales .neo-sales-flow .neo-section-heading h2 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.05em;
  text-align: center;
  text-wrap: balance;
}

.site-page--sales .neo-sales-flow .neo-section-heading > p {
  max-width: 580px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  text-wrap: pretty;
}

/* The product examples are a chapter, not another detached title + carousel. */
.neo-sales-flow .neo-universe__stage {
  height: clamp(440px, 40vw, 540px);
  margin-top: 0;
}

/* A compact instructor portrait: centered within the wider chapter rhythm. */
.neo-sales-flow .neo-studio { display: block; }
.neo-studio__grid {
  display: grid;
  grid-template-columns: minmax(0, .4fr) minmax(0, .6fr);
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
  gap: 12px;
}
.neo-sales-flow .ns-copy { padding: 28px; }
.neo-sales-flow .ns-lead {
  margin: 0 0 22px;
  font-size: clamp(30px, 2.7vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.045em;
  text-align: left;
}
.neo-sales-flow .ns-description { max-width: none; }
.neo-sales-flow .ns-description p { margin: 0 0 14px; font-size: 14px; line-height: 1.75; }
.neo-sales-flow .ns-description p:last-child { margin-bottom: 0; }
.neo-sales-flow .ns-photo { min-height: 400px; }
.neo-sales-flow .ns-signature { padding-top: 24px; gap: 12px; }
.neo-sales-flow .ns-signature img { width: 25px; height: 25px; }
.neo-sales-flow .ns-signature p { font-size: 10px; line-height: 1.6; }

/* Controls belong to the review track and do not offset its centered heading. */
.site-page--sales .neo-sales-flow .neo-section-heading > .neo-section-demo {
  margin-top: 13px;
  font-size: 11px;
}
.neo-sales-flow .neo-review-track { scrollbar-width: none; }
.neo-sales-flow .neo-review-track::-webkit-scrollbar { display: none; }
.neo-review-pagination { display: flex; align-items: center; justify-content: center; margin-top: 14px; }
.neo-review-pagination button { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 6px; background: transparent; color: var(--ink); }
.neo-review-pagination button::before { content: ''; display: block; width: 24px; height: 3px; border-radius: 2px; background: currentColor; opacity: .2; }
.neo-review-pagination button:hover::before { opacity: .5; }
.neo-review-pagination button[aria-current="true"]::before { opacity: 1; }
.neo-review-pagination[hidden] { display: none; }

/* A narrow reading column; opening an answer cannot reposition the heading. */
.site-page--sales .neo-sales-flow .neo-faq {
  display: block;
  overflow-anchor: none;
}
.site-page--sales .neo-sales-flow .neo-faq__items {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}
.site-page--sales .neo-sales-flow .neo-faq details {
  margin: 0 0 12px;
  border-radius: 10px;
  background: #eeebe5;
}
.site-page--sales .neo-sales-flow .neo-faq details:last-child { margin-bottom: 0; }
.site-page--sales .neo-sales-flow .neo-faq summary {
  min-height: 72px;
  padding: 20px 25px;
  font-size: 14px;
  line-height: 1.5;
}
.neo-sales-flow .neo-faq summary span { flex: none; font-size: 24px; }
.neo-sales-flow .neo-faq summary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
  border-radius: 10px;
}
.site-page--sales .neo-sales-flow .neo-faq details p {
  padding: 0 25px 23px;
  font-size: 14px;
  line-height: 1.75;
}

/* The final photographic CTA keeps its own composition instead of a second heading. */
.site-page--sales .neo-sales-flow > .neo-final {
  width: 100%;
  min-width: 0;
  margin-top: var(--chapter-space);
}

@media (max-width: 1000px) {
  .neo-sales-flow { --chapter-space: 100px; --heading-space: 36px; }
  .site-page--sales .neo-sales-flow > .neo-chapter:not(.neo-final) {
    width: 100%;
    --chapter-space: 100px;
  }
  .site-page--sales .neo-sales-flow > .sales-hero { width: 100%; margin-top: 20px; }
  .site-page--sales .neo-sales-flow > .neo-studio { width: 94%; --chapter-space: 84px; }
  .site-page--sales .neo-sales-flow > .neo-reviews { width: 94%; --chapter-space: 84px; }
  .neo-sales-flow .ns-copy { padding: 32px 27px; }
  .neo-sales-flow .ns-description p { font-size: 13px; }
}

@media (max-width: 740px) {
  .neo-sales-flow { --chapter-space: 72px; --heading-space: 28px; }
  .site-page--sales .neo-sales-flow > .neo-chapter:not(.neo-final) {
    width: 100%;
    --chapter-space: 72px;
    --heading-space: 28px;
    scroll-margin-top: 28px;
  }
  .site-page--sales .neo-sales-flow > .sales-hero { margin-top: 16px; }
  .site-page--sales .neo-sales-flow > .neo-studio,
  .site-page--sales .neo-sales-flow > .neo-reviews { --chapter-space: 60px; }
  .site-page--sales .neo-sales-flow > .neo-purchase { --chapter-space: 84px; }
  .neo-sales-flow .neo-universe__stage { height: 380px; }
  .site-page--sales .neo-sales-flow .neo-section-heading h2 {
    max-width: 560px;
    font-size: clamp(30px, 7.8vw, 38px);
    line-height: 1.12;
  }
  .site-page--sales .neo-sales-flow .neo-section-heading > p {
    max-width: 440px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.7;
  }
  .neo-studio__grid { grid-template-columns: minmax(0, 1fr); max-width: 480px; }
  .neo-sales-flow .ns-photo { min-height: 0; aspect-ratio: 1.25; }
  .neo-sales-flow .ns-photo > img { position: static; height: auto; aspect-ratio: 1.25; }
  .neo-sales-flow .ns-copy { padding: 28px 25px; min-height: 0; }
  .neo-sales-flow .ns-lead { font-size: 32px; margin-bottom: 23px; }
  .neo-sales-flow .ns-description p { font-size: 13px; }
  .neo-review-pagination { margin-top: 10px; }
  .site-page--sales .neo-sales-flow .neo-faq summary {
    min-height: 68px;
    padding: 18px 20px;
    font-size: 13px;
    gap: 15px;
  }
  .site-page--sales .neo-sales-flow .neo-faq details p {
    padding: 0 20px 21px;
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .neo-sales-flow .ns-lead { font-size: 28px; }
  .neo-sales-flow .neo-universe__stage { height: 330px; }
}
