/* Final spacing correction for Live Moments, testimonials, and the question calculator. */
.scenarios-sticky .scenario-sticky-copy .eyebrow {
  width: fit-content;
  max-width: 100%;
  padding-right: 34px;
}

@media (min-width: 1281px) {
  .scenarios-sticky .scenario-sticky-layout {
    grid-template-columns: minmax(420px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(132px, 9.5vw, 168px);
  }

  .scenarios-sticky .scenario-sticky-copy {
    padding-right: 18px;
  }

  .scenarios-sticky .scenario-sticky-copy h2 {
    max-width: 440px;
    font-size: clamp(2.9rem, 3.8vw, 4.3rem);
  }
}

@media (max-width: 1280px) {
  .scenarios-sticky .scenario-sticky-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .scenarios-sticky .scenario-sticky-copy {
    position: relative;
    top: auto;
    min-height: 0;
    max-width: 760px;
    padding-block: 0;
  }

  .scenarios-sticky .scenario-sticky-copy h2 {
    max-width: 680px;
    font-size: clamp(2.75rem, 6vw, 4.4rem);
  }

  .scenarios-sticky .scenario-sticky-copy p:not(.eyebrow) {
    max-width: 620px;
  }
}

.testimonial-stage {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}

.testimonial-voice,
.testimonial-voice-walter,
.testimonial-voice-marina {
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: 28px;
  border-radius: 8px;
  transform: translateY(-2px);
  box-shadow: 6px 7px 0 rgba(11, 13, 18, 0.055);
}

.testimonial-voice::after {
  display: none;
}

.testimonial-voice figure,
.testimonial-voice-marina figure {
  width: 88px;
  height: 88px;
}

.objection-answer {
  min-height: 560px;
  margin-left: 0;
  padding-bottom: 46px;
  border: 1px solid var(--ink);
  color: var(--white);
  background: #0d0f14;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07), 9px 9px 0 rgba(255, 90, 0, 0.12);
}

.objection-layout {
  gap: clamp(20px, 2.2vw, 34px);
}

.objection-tabs button[aria-selected="true"] {
  width: 100%;
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: 5px 5px 0 rgba(255, 90, 0, 0.14);
}

.objection-tabs button[aria-selected="true"] span {
  color: var(--amber);
}

.objection-tabs button[aria-selected="true"]::after {
  background: var(--amber);
}

.objection-answer::after {
  content: "";
  position: absolute;
  top: 34%;
  left: 0;
  width: 5px;
  height: 104px;
  background: var(--amber);
  pointer-events: none;
}

.objection-answer blockquote {
  color: var(--white);
}

.objection-answer .objection-reply {
  color: rgba(255, 255, 255, 0.76);
}

.objection-proof {
  margin-top: auto;
  margin-right: calc(var(--answer-inline) * -1);
  margin-bottom: -46px;
  margin-left: calc(var(--answer-inline) * -1);
  padding: 24px var(--answer-inline) 26px;
  border-top-color: rgba(255, 90, 0, 0.58);
  background: #15171c;
}

.objection-proof > p {
  color: rgba(255, 255, 255, 0.62);
}

.objection-proof a {
  color: var(--amber);
}

.objection-math {
  width: min(100%, 1180px);
  min-height: 226px;
  margin: 38px auto 0;
  padding: 32px clamp(30px, 3.4vw, 48px);
  border: 1px solid var(--ink);
  border-radius: 6px;
  grid-template-columns: minmax(150px, 0.8fr) minmax(210px, 1.1fr) minmax(280px, 0.95fr);
  grid-template-areas:
    "intro intro result"
    "inquiries value result";
  gap: 24px 20px;
  color: var(--ink);
  background: var(--amber);
  overflow: visible;
  box-shadow: 8px 8px 0 rgba(11, 13, 18, 0.1);
}

.objection-math::before {
  content: "";
  position: absolute;
  top: -1px;
  left: clamp(30px, 3.4vw, 48px);
  width: 92px;
  height: 5px;
  background: var(--ink);
}

.objection-math-intro {
  grid-area: intro;
  min-width: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(11, 13, 18, 0.24);
  display: flex;
  gap: clamp(18px, 2.5vw, 36px);
  align-items: baseline;
}

.objection-math-intro .mono-label {
  flex: 0 0 auto;
  margin: 0;
}

.objection-math-intro strong {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.12;
}

.objection-math > label:nth-of-type(1) {
  grid-area: inquiries;
}

.objection-math > label:nth-of-type(2) {
  grid-area: value;
}

.objection-math > label {
  align-self: end;
}

.objection-math input {
  height: 58px;
  font-size: 1.12rem;
}

.objection-math-result {
  grid-area: result;
  min-width: 0;
  padding-left: clamp(28px, 3vw, 44px);
  border-left: 1px solid rgba(11, 13, 18, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.objection-math-result strong {
  white-space: nowrap;
  font-size: clamp(2.25rem, 3.3vw, 3.7rem);
}

.objection-math-intro .mono-label {
  color: rgba(11, 13, 18, 0.68);
}

.objection-math input {
  border-color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
}

.objection-math-result strong,
.objection-math-result b {
  color: var(--ink);
}

.objection-math-result span {
  color: rgba(11, 13, 18, 0.7);
}

.objection-math-result small {
  color: rgba(11, 13, 18, 0.62);
}

@media (max-width: 1100px) {
  .testimonial-stage {
    max-width: 760px;
  }
}

@media (max-width: 1180px) {
  .objection-math {
    width: min(100%, 980px);
    margin-top: 24px;
    grid-template-columns: minmax(150px, 0.8fr) minmax(190px, 1fr) minmax(250px, 0.9fr);
  }
}

@media (max-width: 900px) {
  .objection-math {
    grid-template-columns: minmax(150px, 0.8fr) minmax(190px, 1.2fr);
    grid-template-areas:
      "intro intro"
      "inquiries value"
      "result result";
  }

  .objection-math-result {
    padding-top: 16px;
    padding-left: 0;
    border-top: 1px solid rgba(11, 13, 18, 0.24);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .scenarios-sticky .scenario-sticky-layout {
    gap: 36px;
  }

  .scenarios-sticky .scenario-sticky-copy h2 {
    font-size: clamp(2.35rem, 10.6vw, 3.55rem);
  }

  .testimonial-voice,
  .testimonial-voice-walter,
  .testimonial-voice-marina {
    height: auto;
    padding: 20px;
  }

  .testimonial-voice figure,
  .testimonial-voice-marina figure {
    width: 74px;
    height: 82px;
  }

  .objection-math {
    min-height: 0;
    margin-top: 22px;
    padding: 22px;
    grid-template-columns: 1fr 1.25fr;
    grid-template-areas:
      "intro intro"
      "inquiries value"
      "result result";
    gap: 14px 10px;
  }

  .objection-math-intro {
    padding-bottom: 14px;
    display: grid;
    gap: 7px;
  }

  .objection-math-result {
    padding-top: 14px;
    padding-left: 0;
    border-top: 1px solid rgba(11, 13, 18, 0.24);
    border-left: 0;
  }
}
