@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("/the-shift/inter-latin-v20.woff2") format("woff2");
}

.as-shift-sales-gate {
  padding-top: 86px;
  background: #291b17;
}

.as-shift-sales-gate > .as-shift-site-header {
  display: none !important;
}

.as-shift-sales-gate .as-shift-sales {
  margin: 0;
}

.as-shift-sales-toolset-grid .as-shift-sales-toolset-future-mark {
  display: grid;
  width: clamp(78px, 7.2vw, 112px);
  aspect-ratio: 1;
  place-items: center;
  border: 0;
  background: transparent;
}

.as-shift-sales-toolset-grid .as-shift-sales-toolset-future-mark img {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.82;
}

@media (max-width: 639px) {
  .as-shift-sales-gate {
    padding-top: 78px;
  }

  .as-shift-sales-toolset-grid .as-shift-sales-toolset-future-mark {
    width: 34px;
  }
}
/* The quiz shares one versioned component with its MemberVault lesson. */
.as-shift-sales-toolset-final-cards {
  display: grid;
  padding: var(--as-toolset-row-gap) max(28px, calc((100vw - 1240px) / 2)) 0;
  gap: clamp(24px, 3vw, 46px);
}

.as-shift-sales-toolset-quiz-stage {
  position: relative;
  min-height: calc(200svh + 420px);
  padding-top: 75px;
  scroll-margin-top: 0;
}

.as-shift-sales-desire strong[data-as-shift-phrase] {
  padding-bottom: 1px;
  background: linear-gradient(transparent 72.72%, rgba(200, 160, 131, 0.62) 72.72%);
}

.as-shift-sales-toolset-curtain-hold {
  height: 0;
}

/* The oversized visual backdrop may overlap the pinned quiz before the
   pricing content arrives; it must never intercept quiz taps. */
.as-shift-sales-pricing-backdrop {
  pointer-events: none;
}

.as-shift-sales-toolset-quiz-pin {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  padding: 50px max(28px, calc((100vw - 1240px) / 2)) clamp(80px, 12vh, 130px);
  align-content: start;
  gap: clamp(20px, 3vh, 34px);
}

.as-shift-sales-toolset-quiz-heading {
  text-align: center;
}

.as-shift-sales-toolset-quiz-heading .as-shift-sales-eyebrow {
  margin-bottom: 10px;
  color: var(--as-caramel);
}

.as-shift-sales-toolset-quiz-heading h3 {
  margin: 0;
  color: var(--as-cream);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
}

.as-shift-sales-toolset-quiz-heading em {
  color: var(--as-caramel);
  font-family: var(--as-serif);
  font-weight: 400;
}

.as-shift-sales-toolset-copy {
  width: min(860px, 100%);
}

.as-shift-sales-toolset-copy p + p {
  width: min(760px, 100%);
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.35;
}

@media (max-width: 720px) {
  .as-shift-sales-toolset-final-cards {
    padding: 10px 16px 0;
    gap: 24px;
  }

  .as-shift-sales-toolset-quiz-pin {
    min-height: 100svh;
    padding: 30px 12px 72px;
    gap: 18px;
  }

  .as-shift-sales-toolset-quiz-stage {
    padding-top: 70px;
  }

  .as-shift-sales-toolset-quiz-heading h3 {
    font-size: 42px;
  }
}
