.public-sales-route #auth-overlay,
.public-sales-route .mobile-toggle,
.public-sales-route .sidebar-overlay,
.public-sales-route .skip-link,
.public-sales-route .app-layout,
.public-sales-route .study-assistant-launcher,
.public-sales-route .study-assistant-panel {
  display: none !important;
}

body.public-sales-route {
  margin: 0;
  background: #f8fafc;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sales-page {
  --sales-accent: #0f766e;
  --sales-contrast: #0f172a;
  --sales-soft: #ecfeff;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.98)),
    radial-gradient(circle at 78% 0%, var(--sales-soft), transparent 32%);
}

.sales-nav,
.sales-hero,
.sales-strip,
.sales-band,
.sales-final,
.sales-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.sales-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sales-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--sales-contrast);
  font-weight: 900;
  text-decoration: none;
}

.sales-brand img {
  display: block;
  width: 116px;
  height: 52px;
  object-fit: contain;
}

.sales-nav div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sales-nav a {
  color: #475569;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.sales-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15,23,42,0.14);
  border-radius: 8px;
  padding: 0 18px;
  color: var(--sales-contrast);
  background: #fff;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(15,23,42,0.08);
}

.sales-button.primary {
  border-color: var(--sales-accent);
  background: var(--sales-accent);
  color: #fff;
}

.sales-button.small {
  min-height: 36px;
  padding: 0 13px;
}

.sales-hero {
  min-height: clamp(560px, 82vh, 780px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 46px;
  padding: 24px 0 52px;
}

.sales-hero.compact {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  min-height: 620px;
}

.sales-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--sales-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sales-hero h1 {
  margin: 0;
  max-width: 840px;
  color: var(--sales-contrast);
  font-size: clamp(2.35rem, 5vw, 4.95rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.sales-hero p,
.sales-band p,
.sales-final p {
  color: #475569;
  font-size: 1.06rem;
  line-height: 1.7;
}

.sales-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sales-platform {
  border: 1px solid #292a31;
  border-radius: 16px;
  overflow: hidden;
  background: #0b0b0e;
  color: #f4efe7;
  box-shadow: 0 30px 70px rgba(15,23,42,0.24);
}

.sales-platform-top {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid #23242b;
  background: #101015;
}

.sales-platform-dots {
  display: flex;
  gap: 6px;
}

.sales-platform-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #383941;
}

.sales-platform-app-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
  min-width: 0;
  color: #f4efe7;
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
}

.sales-platform-app-name img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.sales-platform-top > small {
  margin-left: auto;
  color: #8b857c;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.sales-platform-body {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 470px;
}

.sales-platform-sidebar {
  padding: 20px 12px;
  background: #111116;
  border-right: 1px solid #23242b;
}

.sales-platform-sidebar-label {
  display: block;
  margin: 2px 10px 10px;
  color: #77736d;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.sales-platform-sidebar-label.secondary {
  margin-top: 24px;
}

.sales-platform-nav {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 7px;
  color: #a9a49b;
  font-size: 0.73rem;
  line-height: 1.2;
}

.sales-platform-nav i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 1px solid #5c5a59;
  border-radius: 2px;
}

.sales-platform-nav.active {
  color: #f4efe7;
  background: #242128;
}

.sales-platform-nav.active i {
  border-color: var(--sales-accent);
  background: var(--sales-accent);
}

.sales-platform-main {
  min-width: 0;
  padding: 24px;
  background: linear-gradient(165deg, #15151b, #0b0b0e);
}

.sales-platform-heading,
.sales-platform-panel-head,
.sales-platform-row,
.sales-platform-bar > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sales-platform-heading > div > span,
.sales-platform-next > div > span,
.sales-platform-panel-head span {
  color: #d8893a;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.sales-platform-heading h3 {
  margin: 6px 0 0;
  color: #f4efe7;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.1;
}

.sales-platform-heading > small,
.sales-platform-panel-head small {
  color: #8b857c;
  font-size: 0.68rem;
  font-weight: 800;
}

.sales-platform-next {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #3b2c20;
  border-radius: 12px;
  background: linear-gradient(135deg, #251b14, #141217);
}

.sales-platform-next strong {
  display: block;
  margin-top: 8px;
  color: #fff7ed;
  font-size: 1.08rem;
  line-height: 1.18;
}

.sales-platform-next p {
  margin: 7px 0 0;
  color: #b7aca0;
  font-size: 0.76rem;
  line-height: 1.45;
}

.sales-platform-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  color: #f5a94e;
  font-size: 0.7rem;
  font-weight: 900;
  white-space: nowrap;
}

.sales-platform-action b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #e0762a;
  color: #0b0705;
  font-size: 1rem;
}

.sales-platform-panels {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
  margin-top: 12px;
}

.sales-platform-panel {
  min-width: 0;
  padding: 15px;
  border: 1px solid #292a31;
  border-radius: 12px;
  background: rgba(20,20,26,0.86);
}

.sales-platform-panel-head {
  padding-bottom: 9px;
  border-bottom: 1px solid #25262d;
}

.sales-platform-row {
  min-height: 53px;
  border-bottom: 1px solid #24252b;
}

.sales-platform-row:last-child {
  border-bottom: 0;
}

.sales-platform-row strong,
.sales-platform-row span {
  display: block;
}

.sales-platform-row strong {
  color: #eee7dc;
  font-size: 0.76rem;
}

.sales-platform-row span {
  margin-top: 3px;
  color: #87827a;
  font-size: 0.67rem;
}

.sales-platform-row em {
  color: #c7bba9;
  font-size: 0.64rem;
  font-style: normal;
  white-space: nowrap;
}

.sales-platform-bar {
  padding-top: 15px;
}

.sales-platform-bar > div {
  color: #aaa39a;
  font-size: 0.69rem;
}

.sales-platform-bar b {
  color: #f4efe7;
  font-size: 0.68rem;
}

.sales-platform-bar i {
  display: block;
  height: 6px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #292a31;
}

.sales-platform-bar i strong {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #e0762a, #f5a94e);
}

.sales-progress-card {
  padding: 22px;
  border-radius: 8px;
  background: var(--sales-soft);
}

.sales-progress-card small,
.sales-price-box span,
.sales-mini-grid span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.sales-progress-card strong {
  display: block;
  margin: 6px 0 16px;
  color: var(--sales-contrast);
  font-size: 1.6rem;
}

.sales-meter {
  height: 10px;
  border-radius: 999px;
  background: rgba(15,23,42,0.10);
  overflow: hidden;
}

.sales-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--sales-accent);
}

.sales-mini-grid,
.sales-card-grid,
.sales-feature-grid,
.sales-fit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sales-mini-grid {
  margin-top: 14px;
}

.sales-mini-grid div,
.sales-card-grid article,
.sales-feature-grid article,
.sales-price-box,
.diagnostic-form,
.sales-faq details {
  border: 1px solid rgba(15,23,42,0.10);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.sales-mini-grid strong {
  display: block;
  color: var(--sales-contrast);
  font-size: 1.1rem;
}

.sales-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: -28px;
}

.sales-strip div {
  border-radius: 8px;
  background: var(--sales-contrast);
  color: #fff;
  padding: 18px;
}

.sales-strip strong,
.sales-strip span {
  display: block;
}

.sales-strip span {
  margin-top: 6px;
  color: rgba(255,255,255,0.72);
  font-size: 0.82rem;
}

.sales-band {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 36px;
  padding: 82px 0;
  border-bottom: 1px solid rgba(15,23,42,0.08);
}

.sales-band h2,
.sales-final h2 {
  margin: 0;
  color: var(--sales-contrast);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.08;
}

.sales-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sales-steps li {
  counter-increment: step;
  position: relative;
  min-height: 58px;
  padding: 18px 18px 18px 64px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.10);
}

.sales-steps li::before {
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 16px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sales-accent);
  font-weight: 900;
}

.sales-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sales-fit ul,
.sales-offer ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.8;
}

.sales-offer {
  align-items: start;
}

.sales-price-box {
  position: sticky;
  top: 18px;
}

.sales-price-box strong {
  display: block;
  margin: 8px 0 8px;
  color: var(--sales-contrast);
  font-size: 2.6rem;
}

.sales-price-box small {
  display: block;
  margin: 10px 0;
  color: #64748b;
}

.sales-faq {
  display: grid;
  gap: 10px;
}

.sales-faq summary {
  cursor: pointer;
  color: var(--sales-contrast);
  font-weight: 850;
}

.sales-final {
  padding: 86px 0;
  text-align: center;
}

.sales-final p {
  max-width: 720px;
  margin: 18px auto 28px;
}

.sales-footer {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 30px 0 44px;
  color: #64748b;
}

.sales-footer a {
  color: #475569;
  text-decoration: none;
}

.diagnostic-form {
  display: grid;
  gap: 14px;
}

.diagnostic-form label {
  display: grid;
  gap: 7px;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 800;
}

.diagnostic-form input,
.diagnostic-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(15,23,42,0.16);
  border-radius: 8px;
  padding: 12px;
  color: #0f172a;
  font: inherit;
}

@media (max-width: 860px) {
  .sales-nav {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0;
  }

  .sales-nav div {
    width: 100%;
    flex-wrap: wrap;
  }

  .sales-hero,
  .sales-hero.compact,
  .sales-band,
  .sales-fit {
    grid-template-columns: 1fr;
  }

  .sales-hero {
    min-height: auto;
    padding-top: 42px;
  }

  .sales-strip,
  .sales-card-grid,
  .sales-feature-grid,
  .sales-mini-grid {
    grid-template-columns: 1fr;
  }

  .sales-platform-body {
    grid-template-columns: 1fr;
  }

  .sales-platform-sidebar {
    display: none;
  }

  .sales-platform-top > small {
    display: none;
  }

  .sales-platform-panels {
    grid-template-columns: 1fr;
  }

  .sales-platform-next {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Commercial conversion layer */
.sales-page {
  background: #f8fafc;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sales-brand span {
  color: var(--sales-accent);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sales-footer-brand img {
  display: block;
  width: 128px;
  height: 56px;
  object-fit: contain;
}

.sales-hero-photo {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 700px;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 630px) 1fr;
  padding: 92px max(16px, calc((100% - 1120px) / 2));
  background-color: #f4f7f6;
  background-image: var(--hero-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sales-hero-photo::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: min(64%, 760px);
  background: rgba(248, 250, 252, 0.94);
}

.sales-hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 630px;
}

.sales-hero-photo h1 {
  max-width: 620px;
  font-size: 4.25rem;
  line-height: 0.98;
}

.sales-hero-photo h2 {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--sales-contrast);
  font-size: 1.55rem;
  line-height: 1.28;
}

.sales-hero-photo p {
  max-width: 580px;
  margin-top: 18px;
}

.sales-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--sales-contrast);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.sales-hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  color: #475569;
  font-size: 0.88rem;
}

.sales-hero-note strong {
  color: var(--sales-accent);
  text-transform: uppercase;
}

.sales-proof {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -38px auto 0;
  border-radius: 6px;
  overflow: hidden;
  background: var(--sales-contrast);
  color: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.sales-proof div {
  min-height: 92px;
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.sales-proof div:last-child {
  border-right: 0;
}

.sales-proof strong,
.sales-proof span {
  display: block;
}

.sales-proof strong {
  font-size: 1.55rem;
}

.sales-proof span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
  line-height: 1.35;
}

.sales-band h2,
.sales-final h2,
.sales-showcase h2,
.sales-mentor h2 {
  font-size: 2.35rem;
}

.sales-showcase,
.sales-mentor {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  align-items: center;
  gap: 52px;
  padding: 92px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.sales-showcase p,
.sales-mentor p {
  color: #475569;
  font-size: 1.06rem;
  line-height: 1.7;
}

.sales-showcase ul {
  padding-left: 20px;
  color: #334155;
  line-height: 1.8;
}

.sales-mentor {
  grid-template-columns: 0.78fr 1fr;
}

.sales-price-box p {
  margin: 14px 0 18px;
  font-size: 0.95rem;
}

.sales-button {
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.sales-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
}

.sales-button:focus-visible,
.sales-text-link:focus-visible,
.sales-nav a:focus-visible,
.sales-faq summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--sales-accent), white 35%);
  outline-offset: 3px;
}

.sales-mobile-cta {
  display: none;
}

.diagnostic-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.diagnostic-benefits span {
  border-left: 3px solid var(--sales-accent);
  padding: 5px 10px;
  color: var(--sales-contrast);
  font-size: 0.88rem;
  font-weight: 850;
}

.diagnostic-form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(15,23,42,0.16);
  border-radius: 6px;
  padding: 12px;
  color: #0f172a;
  background: #fff;
  font: inherit;
}

.diagnostic-privacy,
.diagnostic-status {
  margin: 0;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .sales-nav div > a:not(.sales-button) {
    display: none;
  }

  .sales-hero-photo::before {
    display: none;
  }

  .sales-hero-photo {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 360px 16px 58px;
    background-color: #f8fafc;
    background-position: 72% top;
    background-size: auto 340px;
  }

  .sales-hero-photo h1 {
    font-size: 2.55rem;
  }

  .sales-hero-photo h2 {
    font-size: 1.28rem;
  }

  .sales-proof {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .sales-proof div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .sales-proof div:last-child {
    border-bottom: 0;
  }

  .sales-band h2,
  .sales-final h2,
  .sales-showcase h2,
  .sales-mentor h2 {
    font-size: 1.85rem;
  }

  .sales-showcase,
  .sales-mentor {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 68px 0;
  }

  .sales-page:not(.diagnostic-page) .sales-footer {
    padding-bottom: 94px;
  }

  .sales-mobile-cta {
    position: fixed;
    z-index: 20;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--sales-accent);
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.28);
  }

  .diagnostic-page .sales-hero.compact {
    padding-top: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sales-button {
    transition: none;
  }
}

.public-sales-route .study-assistant-root { display: none !important; }

/* Premium landing system: the public page follows the same focused visual language as the product preview. */
body.public-sales-route {
  background: #08080a;
  color: #f4efe7;
}

.sales-page:not(.diagnostic-page) {
  background: #08080a;
  color: #f4efe7;
}

.sales-page:not(.diagnostic-page) .sales-nav {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 76px;
  box-sizing: border-box;
  padding: 0 max(16px, calc((100% - 1120px) / 2));
  border-bottom: 1px solid #24252a;
  background: #08080a;
}

.sales-page:not(.diagnostic-page) .sales-brand {
  color: #f4efe7;
}

.sales-page:not(.diagnostic-page) .sales-nav a:not(.sales-button) {
  color: #aaa39a;
}

.sales-page:not(.diagnostic-page) .sales-nav a:not(.sales-button):hover {
  color: #f4efe7;
}

.sales-page:not(.diagnostic-page) .sales-button {
  border-color: #3a3a40;
  background: #17171c;
  color: #f4efe7;
  box-shadow: none;
}

.sales-page:not(.diagnostic-page) .sales-button.primary {
  border-color: var(--sales-accent);
  background: var(--sales-accent);
  color: #fff;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--sales-accent), transparent 72%);
}

.sales-page:not(.diagnostic-page) .sales-hero-photo {
  min-height: 720px;
  background-color: #08080a;
  background-position: center;
}

.sales-page:not(.diagnostic-page) .sales-hero-photo::before {
  width: min(66%, 820px);
  background: rgba(8, 8, 10, 0.88);
}

.sales-page:not(.diagnostic-page) .sales-hero-photo h1,
.sales-page:not(.diagnostic-page) .sales-hero-photo h2 {
  color: #f4efe7;
}

.sales-page:not(.diagnostic-page) .sales-hero-photo h1 {
  font-size: 4.25rem;
  line-height: 1.02;
}

.sales-page:not(.diagnostic-page) .sales-hero-photo h2 {
  max-width: 620px;
  font-size: 1.55rem;
}

.sales-page:not(.diagnostic-page) .sales-hero-photo p,
.sales-page:not(.diagnostic-page) .sales-text-link,
.sales-page:not(.diagnostic-page) .sales-hero-note {
  color: #cfc6b9;
}

.sales-page:not(.diagnostic-page) .sales-proof {
  border: 1px solid #34343a;
  border-top: 3px solid var(--sales-accent);
  border-radius: 14px;
  background: #111116;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.sales-page:not(.diagnostic-page) .sales-proof div {
  border-color: #2d2e34;
}

.sales-page:not(.diagnostic-page) .sales-proof strong {
  color: #f4efe7;
}

.sales-page:not(.diagnostic-page) .sales-proof span,
.sales-page:not(.diagnostic-page) .sales-band p,
.sales-page:not(.diagnostic-page) .sales-showcase p,
.sales-page:not(.diagnostic-page) .sales-mentor p,
.sales-page:not(.diagnostic-page) .sales-final p {
  color: #aaa39a;
}

.sales-page:not(.diagnostic-page) .sales-band,
.sales-page:not(.diagnostic-page) .sales-showcase,
.sales-page:not(.diagnostic-page) .sales-mentor {
  border-color: #292a30;
}

.sales-page:not(.diagnostic-page) .sales-band h2,
.sales-page:not(.diagnostic-page) .sales-showcase h2,
.sales-page:not(.diagnostic-page) .sales-mentor h2,
.sales-page:not(.diagnostic-page) .sales-final h2 {
  color: #f4efe7;
}

.sales-page:not(.diagnostic-page) .sales-card-grid article,
.sales-page:not(.diagnostic-page) .sales-feature-grid article,
.sales-page:not(.diagnostic-page) .sales-steps li,
.sales-page:not(.diagnostic-page) .sales-price-box,
.sales-page:not(.diagnostic-page) .sales-faq details {
  border-color: #2b2c32;
  background: #111116;
  color: #ded6cb;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.sales-page:not(.diagnostic-page) .sales-card-grid article:hover,
.sales-page:not(.diagnostic-page) .sales-feature-grid article:hover,
.sales-page:not(.diagnostic-page) .sales-steps li:hover {
  border-color: color-mix(in srgb, var(--sales-accent), #2b2c32 60%);
  transform: translateY(-2px);
}

.sales-page:not(.diagnostic-page) .sales-steps li {
  transition: border-color 160ms ease, transform 160ms ease;
}

.sales-page:not(.diagnostic-page) .sales-steps li::before {
  border-radius: 8px;
}

.sales-page:not(.diagnostic-page) .sales-fit ul,
.sales-page:not(.diagnostic-page) .sales-offer ul,
.sales-page:not(.diagnostic-page) .sales-showcase ul {
  color: #cfc6b9;
}

.sales-page:not(.diagnostic-page) .sales-price-box strong,
.sales-page:not(.diagnostic-page) .sales-price-box small,
.sales-page:not(.diagnostic-page) .sales-price-box span,
.sales-page:not(.diagnostic-page) .sales-price-box p,
.sales-page:not(.diagnostic-page) .sales-faq summary {
  color: #f4efe7;
}

.sales-page:not(.diagnostic-page) .sales-price-box small,
.sales-page:not(.diagnostic-page) .sales-price-box p {
  color: #aaa39a;
}

.sales-page:not(.diagnostic-page) .sales-footer {
  color: #8b857c;
}

.sales-page:not(.diagnostic-page) .sales-footer a {
  color: #cfc6b9;
}

/* Public landing: keep the sales experience light, readable and aligned with the platform. */
body.public-sales-route {
  background: #f8fafc;
  color: #172033;
}

.sales-page:not(.diagnostic-page) {
  background: #f8fafc;
  color: #172033;
}

.sales-page:not(.diagnostic-page) .sales-nav {
  border-bottom-color: rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.96);
}

.sales-page:not(.diagnostic-page) .sales-brand,
.sales-page:not(.diagnostic-page) .sales-nav a:not(.sales-button) {
  color: var(--sales-contrast);
}

.sales-page:not(.diagnostic-page) .sales-nav a:not(.sales-button):hover {
  color: var(--sales-accent);
}

.sales-page:not(.diagnostic-page) .sales-button {
  border-color: rgba(15, 23, 42, 0.16);
  color: var(--sales-contrast);
  background: #fff;
}

.sales-page:not(.diagnostic-page) .sales-hero-photo {
  background-color: #eef2f6;
}

.sales-page:not(.diagnostic-page) .sales-hero-photo::before {
  background: rgba(248, 250, 252, 0.91);
}

.sales-page:not(.diagnostic-page) .sales-hero-photo h1,
.sales-page:not(.diagnostic-page) .sales-hero-photo h2 {
  color: var(--sales-contrast);
}

.sales-page:not(.diagnostic-page) .sales-hero-photo p,
.sales-page:not(.diagnostic-page) .sales-text-link,
.sales-page:not(.diagnostic-page) .sales-hero-note,
.sales-page:not(.diagnostic-page) .sales-proof span,
.sales-page:not(.diagnostic-page) .sales-band p,
.sales-page:not(.diagnostic-page) .sales-showcase p,
.sales-page:not(.diagnostic-page) .sales-mentor p,
.sales-page:not(.diagnostic-page) .sales-final p {
  color: #475569;
}

.sales-page:not(.diagnostic-page) .sales-proof {
  border: 0;
  border-radius: 6px;
  background: var(--sales-contrast);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.sales-page:not(.diagnostic-page) .sales-proof div { border-color: rgba(255, 255, 255, 0.14); }
.sales-page:not(.diagnostic-page) .sales-proof strong { color: #fff; }
.sales-page:not(.diagnostic-page) .sales-proof span { color: rgba(255, 255, 255, 0.76); }

.sales-page:not(.diagnostic-page) .sales-band,
.sales-page:not(.diagnostic-page) .sales-showcase,
.sales-page:not(.diagnostic-page) .sales-mentor { border-color: rgba(15, 23, 42, 0.10); }

.sales-page:not(.diagnostic-page) .sales-band h2,
.sales-page:not(.diagnostic-page) .sales-showcase h2,
.sales-page:not(.diagnostic-page) .sales-mentor h2,
.sales-page:not(.diagnostic-page) .sales-final h2 { color: var(--sales-contrast); }

.sales-page:not(.diagnostic-page) .sales-card-grid article,
.sales-page:not(.diagnostic-page) .sales-feature-grid article,
.sales-page:not(.diagnostic-page) .sales-steps li,
.sales-page:not(.diagnostic-page) .sales-price-box,
.sales-page:not(.diagnostic-page) .sales-faq details {
  border-color: rgba(15, 23, 42, 0.10);
  color: #172033;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.sales-page:not(.diagnostic-page) .sales-fit ul,
.sales-page:not(.diagnostic-page) .sales-offer ul,
.sales-page:not(.diagnostic-page) .sales-showcase ul { color: #334155; }

.sales-page:not(.diagnostic-page) .sales-price-box strong,
.sales-page:not(.diagnostic-page) .sales-price-box small,
.sales-page:not(.diagnostic-page) .sales-price-box span,
.sales-page:not(.diagnostic-page) .sales-price-box p,
.sales-page:not(.diagnostic-page) .sales-faq summary { color: var(--sales-contrast); }

.sales-page:not(.diagnostic-page) .sales-footer { color: #64748b; }
.sales-page:not(.diagnostic-page) .sales-footer a { color: #475569; }

@media (max-width: 860px) {
  .sales-page:not(.diagnostic-page) .sales-nav {
    min-height: 82px;
  }

  .sales-page:not(.diagnostic-page) .sales-hero-photo {
    min-height: auto;
    padding: 360px 16px 64px;
    background-position: 72% top;
    background-size: auto 340px;
  }

  .sales-page:not(.diagnostic-page) .sales-hero-photo::before {
    inset: 0 0 auto;
    width: 100%;
    height: 340px;
    background: rgba(8, 8, 10, 0.42);
  }

  .sales-page:not(.diagnostic-page) .sales-hero-photo h1 {
    font-size: 2.55rem;
  }

  .sales-page:not(.diagnostic-page) .sales-hero-photo h2 {
    font-size: 1.28rem;
  }
}


.diagnostic-form label.diagnostic-consent {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

.diagnostic-form .diagnostic-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--sales-accent);
}

.diagnostic-consent a,
.legal-content a {
  color: var(--sales-accent);
}

.diagnostic-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.legal-page {
  min-height: 100vh;
}

.legal-content {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0 96px;
  color: #334155;
}

.legal-content h1 {
  margin: 12px 0 26px;
  color: #0f172a;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: 0;
}

.legal-content h2 {
  margin: 32px 0 8px;
  color: #0f172a;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.legal-content p {
  margin: 0 0 14px;
  line-height: 1.75;
}

.legal-updated {
  margin-top: 42px !important;
  color: #64748b;
  font-size: 0.84rem;
}

.analytics-consent {
  position: fixed;
  z-index: 2147483647;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  width: min(760px, calc(100% - 36px));
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 auto;
  border: 1px solid rgba(15, 23, 42, 0.15);
  border-radius: 8px;
  padding: 16px;
  color: #e2e8f0;
  background: #0f172a;
  max-height: calc(100dvh - 36px);
  overflow-y: auto;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.28);
  isolation: isolate;
  pointer-events: auto;
  transform: translateZ(0);
}


#public-sales-root:has(#analytics-consent) > main {
  pointer-events: none;
}

#public-sales-root:has(#analytics-consent) #analytics-consent {
  pointer-events: auto;
}

.analytics-consent p {
  display: grid;
  gap: 4px;
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.4;
}

.analytics-consent p strong {
  color: #fff;
}

.analytics-consent div {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.analytics-consent button {
  min-height: 40px;
  border: 1px solid #64748b;
  border-radius: 6px;
  padding: 8px 12px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.analytics-consent button.primary {
  border-color: #f97316;
  color: #111827;
  background: #fb923c;
}

.analytics-consent button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .analytics-consent {
    top: 12px;
    right: 12px;
    bottom: auto;
    left: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    padding: 12px;
  }

  .analytics-consent div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* Scroll-led platform narrative used on the public landing. */
.sales-page-motion .sales-nav { position: sticky; top: 0; z-index: 20; transition: box-shadow 180ms ease, background-color 180ms ease; }
.sales-page-motion .sales-nav.is-scrolled { background: rgba(255, 255, 255, 0.98); box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08); }
.sales-platform-3d { --sales-tilt-x: 0deg; --sales-float-y: 0px; position: relative; transform: perspective(1500px) rotateX(var(--sales-tilt-x)) rotateY(-3deg) translate3d(0, var(--sales-float-y), 0); transform-style: preserve-3d; transition: transform 180ms linear; will-change: transform; }
.sales-platform-3d::after { content: ''; position: absolute; z-index: -1; right: 8%; bottom: -24px; left: 8%; height: 36px; background: rgba(15, 23, 42, 0.16); filter: blur(18px); transform: translateZ(-40px); }
.sales-method-story, .sales-feature-journey { border-bottom: 1px solid rgba(15, 23, 42, 0.10); }
.sales-method-story-inner, .sales-feature-journey-inner { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.sales-method-story-inner { display: grid; grid-template-columns: 0.78fr 1fr; gap: 36px; padding: 82px 0; }
.sales-method-story h2, .sales-feature-journey h2 { margin: 0; color: var(--sales-contrast); font-size: 2.35rem; line-height: 1.08; }
.sales-method-steps { display: grid; gap: 12px; }
.sales-method-step { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: start; min-height: 76px; box-sizing: border-box; margin: 0; border: 1px solid rgba(15, 23, 42, 0.10); border-radius: 8px; padding: 18px; background: #fff; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05); }
.sales-method-step span, .sales-feature-rail article > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--sales-accent); font-size: 0.78rem; font-weight: 900; }
.sales-method-step p, .sales-feature-rail p { margin: 5px 0 0; color: #334155; line-height: 1.55; }
.sales-feature-journey-inner { padding: 82px 0; }
.sales-feature-heading { max-width: 490px; }
.sales-feature-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 36px; }
.sales-feature-rail article { min-height: 158px; box-sizing: border-box; border: 1px solid rgba(15, 23, 42, 0.10); border-radius: 8px; padding: 22px; background: #fff; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05); }
@media (min-width: 900px) {
  .sales-motion-ready .sales-method-story { height: 360vh; }
  .sales-motion-ready .sales-method-story-inner { position: sticky; top: 72px; min-height: calc(100vh - 72px); align-items: center; }
  .sales-motion-ready .sales-method-steps { position: relative; min-height: 180px; }
  .sales-motion-ready .sales-method-step { position: absolute; inset: 0; opacity: 0; transform: translate3d(0, 26px, 0) scale(0.98); transition: opacity 280ms ease, transform 280ms ease; }
  .sales-motion-ready .sales-method-step.is-active { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  .sales-motion-ready .sales-feature-journey { height: 290vh; overflow: hidden; }
  .sales-motion-ready .sales-feature-journey-inner { position: sticky; top: 72px; display: grid; min-height: calc(100vh - 72px); align-content: center; }
  .sales-motion-ready .sales-feature-rail { display: flex; width: max-content; gap: 18px; will-change: transform; }
  .sales-motion-ready .sales-feature-rail article { width: min(380px, 31vw); min-height: 190px; }
}
@media (max-width: 860px) {
  .sales-page-motion .sales-mobile-cta { display: none; }
  .sales-method-story-inner { grid-template-columns: 1fr; padding: 62px 0; }
  .sales-feature-journey-inner { padding: 62px 0; }
  .sales-method-story h2, .sales-feature-journey h2 { font-size: 1.85rem; }
  .sales-feature-rail { grid-template-columns: 1fr; margin-top: 28px; }
  .sales-platform-3d { transform: none; }
}

/* Visual QA pass: readable hero, stable scroll sections, mobile-safe nav. */
.sales-page.sales-page-motion {
  overflow-x: clip;
  background: linear-gradient(180deg, #f7f8fb 0%, #f7f8fb 48%, #fff 100%);
}

.sales-page.sales-page-motion .sales-nav {
  width: 100%;
  min-height: 72px;
  box-sizing: border-box;
  padding: 0 max(18px, calc((100% - 1120px) / 2));
  overflow: hidden;
}

.sales-page.sales-page-motion .sales-nav > div { min-width: 0; }

.sales-page.sales-page-motion .sales-hero-photo {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(420px, 1fr);
  column-gap: clamp(34px, 5vw, 72px);
  width: 100%;
  min-height: min(720px, calc(100vh - 72px));
  box-sizing: border-box;
  align-items: center;
  padding: clamp(54px, 7vh, 78px) max(24px, calc((100% - 1120px) / 2)) clamp(78px, 9vh, 104px);
  overflow: hidden;
  background-color: #f8fafc;
  background-image: none !important;
}

.sales-page.sales-page-motion .sales-hero-photo::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: min(48vw, 700px);
  background: var(--hero-image) center / cover no-repeat;
}

.sales-page.sales-page-motion .sales-hero-photo::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, #f8fafc 0%, #f8fafc 50%, rgba(248, 250, 252, 0.72) 58%, rgba(248, 250, 252, 0) 72%);
}

.sales-page.sales-page-motion .sales-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.sales-page.sales-page-motion .sales-hero-photo h1 {
  max-width: 540px;
  font-size: clamp(2.75rem, 5vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.sales-page.sales-page-motion[data-product="bancarias"] .sales-hero-photo h1 {
  max-width: 520px;
  font-size: clamp(2.35rem, 4.15vw, 3.28rem);
  line-height: 1.06;
}

.sales-page.sales-page-motion .sales-hero-photo h2 {
  max-width: 520px;
  font-size: clamp(1.18rem, 1.7vw, 1.42rem);
  line-height: 1.33;
  text-wrap: balance;
}

.sales-page.sales-page-motion .sales-hero-photo p {
  max-width: 500px;
  font-size: 1.01rem;
  line-height: 1.68;
}

.sales-page.sales-page-motion .sales-button.primary {
  white-space: normal;
  text-align: center;
}

.sales-page.sales-page-motion .sales-proof {
  position: relative;
  z-index: 3;
  margin-top: -44px;
}

.sales-page.sales-page-motion .sales-showcase {
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(36px, 5vw, 64px);
}

.sales-page.sales-page-motion .sales-platform { max-width: 650px; }

@media (min-width: 900px) {
  .sales-motion-ready .sales-method-story,
  .sales-motion-ready .sales-feature-journey { height: auto; overflow: visible; }
  .sales-motion-ready .sales-method-story-inner,
  .sales-motion-ready .sales-feature-journey-inner { position: relative; top: auto; min-height: 0; }
  .sales-motion-ready .sales-method-steps { position: relative; min-height: 0; }
  .sales-motion-ready .sales-method-step { position: relative; inset: auto; opacity: 1; transform: none; }
  .sales-motion-ready .sales-method-step.is-active {
    border-color: color-mix(in srgb, var(--sales-accent), white 54%);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
    transform: translateX(6px);
  }
  .sales-motion-ready .sales-feature-journey-inner { display: block; }
  .sales-motion-ready .sales-feature-rail {
    display: grid;
    width: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    transform: none !important;
  }
  .sales-motion-ready .sales-feature-rail article { width: auto; }
}

@supports (animation-timeline: view()) {
  .sales-page.sales-page-motion .sales-method-step,
  .sales-page.sales-page-motion .sales-feature-rail article,
  .sales-page.sales-page-motion .sales-platform {
    animation: sales-qa-rise both;
    animation-timeline: view();
    animation-range: entry 8% cover 28%;
  }
}

@keyframes sales-qa-rise {
  from { opacity: 0.001; transform: translateY(30px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 860px) {
  .sales-page.sales-page-motion .sales-nav {
    min-height: 68px;
    padding: 0 14px;
    gap: 10px;
  }
  .sales-page.sales-page-motion .sales-brand img { width: 82px; height: 42px; }
  .sales-page.sales-page-motion .sales-nav > div { gap: 8px; flex: 0 1 auto; }
  .sales-page.sales-page-motion .sales-nav div > a:not(.sales-button) { display: none; }
  .sales-page.sales-page-motion .sales-nav .sales-button {
    min-height: 40px;
    max-width: 132px;
    padding: 0 12px;
    font-size: 0.82rem;
    white-space: nowrap;
  }
  .sales-page.sales-page-motion .sales-hero-photo {
    display: block;
    min-height: 0;
    padding: 200px 16px 46px;
    background-color: #f8fafc;
  }
  .sales-page.sales-page-motion .sales-hero-photo::after {
    inset: 0 0 auto 0;
    width: 100%;
    height: 192px;
    background-position: center top;
  }
  .sales-page.sales-page-motion .sales-hero-photo::before {
    display: block;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, #f8fafc 188px, #f8fafc 100%);
  }
  .sales-page.sales-page-motion .sales-hero-copy,
  .sales-page.sales-page-motion .sales-hero-photo h1,
  .sales-page.sales-page-motion[data-product="bancarias"] .sales-hero-photo h1,
  .sales-page.sales-page-motion .sales-hero-photo h2,
  .sales-page.sales-page-motion .sales-hero-photo p { max-width: 100%; }
  .sales-page.sales-page-motion .sales-eyebrow { font-size: 0.72rem; }
  .sales-page.sales-page-motion .sales-hero-photo h1,
  .sales-page.sales-page-motion[data-product="bancarias"] .sales-hero-photo h1 {
    margin-top: 22px;
    font-size: clamp(2.02rem, 8.6vw, 2.35rem);
    line-height: 1.08;
  }
  .sales-page.sales-page-motion .sales-hero-photo h2 { margin-top: 16px; font-size: 1.08rem; line-height: 1.35; }
  .sales-page.sales-page-motion .sales-hero-photo p { margin-top: 14px; font-size: 0.96rem; line-height: 1.58; }
  .sales-page.sales-page-motion .sales-actions { margin-top: 20px; }
  .sales-page.sales-page-motion .sales-proof { width: 100%; margin-top: 0; border-radius: 0; }
  .sales-page.sales-page-motion .sales-showcase,
  .sales-page.sales-page-motion .sales-mentor {
    grid-template-columns: 1fr;
    width: min(1120px, calc(100% - 32px));
    gap: 30px;
    padding: 62px 0;
  }
  .sales-page.sales-page-motion .sales-platform { max-width: 100%; }
  .sales-page.sales-page-motion .sales-platform-body { grid-template-columns: 1fr; min-height: 0; }
  .sales-page.sales-page-motion .sales-platform-sidebar,
  .sales-page.sales-page-motion .sales-platform-top > small { display: none; }
  .sales-page.sales-page-motion .sales-platform-main { padding: 18px; }
  .sales-page.sales-page-motion .sales-platform-next,
  .sales-page.sales-page-motion .sales-platform-panels { grid-template-columns: 1fr; }
  .sales-page.sales-page-motion .sales-platform-next { align-items: flex-start; flex-direction: column; }
  .sales-page.sales-page-motion .sales-feature-rail { grid-template-columns: 1fr; }
}

@media (min-width: 861px) {
  .sales-page.sales-page-motion[data-product="bancarias"] .sales-hero-photo h1 {
    font-size: clamp(2.25rem, 3.75vw, 3.02rem);
    line-height: 1.08;
  }
}

@media (max-width: 860px) {
  .sales-page.sales-page-motion .sales-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 68px;
    padding: 0 10px;
  }
  .sales-page.sales-page-motion .sales-brand {
    min-width: 0;
    gap: 8px;
  }
  .sales-page.sales-page-motion .sales-brand img {
    width: 58px;
    height: 34px;
  }
  .sales-page.sales-page-motion .sales-brand span {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.72rem;
  }
  .sales-page.sales-page-motion[data-product="bancarias"] .sales-brand span {
    max-width: 168px;
    font-size: 0.66rem;
  }
  .sales-page.sales-page-motion .sales-nav > div {
    width: auto;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    min-width: 112px;
  }
  .sales-page.sales-page-motion .sales-nav .sales-button {
    min-width: 112px;
    max-width: 118px;
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.8rem;
  }
  .sales-page.sales-page-motion .sales-actions {
    gap: 10px;
    margin-top: 16px;
  }
  .sales-page.sales-page-motion .sales-text-link {
    margin-top: 0;
  }
}
