/* Reference pass: goal-style answer cards after the goal screen and flat coral CTAs. */
@media (min-width: 0px) {
  /* One-choice questions after the emoji goal screen. */
  .question-screen:not(.question-screen--portrait):not(
      .question-screen--goal
    ):not(.question-screen--face-map):not(.question-screen--shape)
    .answer-list--list {
    gap: 14px;
  }

  .question-screen:not(.question-screen--portrait):not(
      .question-screen--goal
    ):not(.question-screen--face-map):not(.question-screen--shape)
    .answer-list--list
    .answer-card {
    min-height: 90px;
    padding: 17px 22px;
    border: 0;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(32, 37, 45, 0.08);
  }

  .question-screen:not(.question-screen--portrait):not(
      .question-screen--goal
    ):not(.question-screen--face-map):not(.question-screen--shape)
    .answer-list--list
    .answer-card--active {
    background: #fff0ed;
    box-shadow: 0 12px 30px rgba(255, 111, 97, 0.12);
  }

  .question-screen:not(.question-screen--portrait):not(
      .question-screen--goal
    ):not(.question-screen--face-map):not(.question-screen--shape)
    .answer-list--list
    .answer-card__copy
    strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
  }

  /* Multi-select pages keep only a functional selection box. */
  .answer-list--tags .answer-card {
    min-height: 72px;
    padding: 14px 46px 14px 17px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(32, 37, 45, 0.07);
  }

  .answer-list--tags .answer-card--active {
    background: #fff0ed;
    box-shadow: 0 10px 26px rgba(255, 111, 97, 0.12);
  }

  .answer-list--tags .answer-card__copy strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.28;
  }

  .answer-list--tags .answer-card__status {
    right: 12px;
    width: 27px;
    height: 27px;
    border: 2px solid #c8c9cb;
    border-radius: 9px;
    background: #fff;
    color: transparent;
  }

  .answer-list--tags .answer-card--active .answer-card__status {
    border-color: var(--coral);
    background: var(--coral);
    color: #fff;
  }

  /* Two-column manual questions retain their grid, but use the same clean cards. */
  .answer-list--grid .answer-card {
    min-height: 118px;
    padding: 18px 42px 18px 18px;
    border: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(32, 37, 45, 0.08);
  }

  .answer-list--grid .answer-card--active {
    background: #fff0ed;
    box-shadow: 0 12px 30px rgba(255, 111, 97, 0.12);
  }

  .answer-list--grid .answer-card__copy {
    width: 100%;
  }

  .answer-list--grid .answer-card__copy strong {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
  }

  .answer-list--grid .answer-card__status {
    top: 15px;
    right: 14px;
    width: 27px;
    height: 27px;
    border: 2px solid #c8c9cb;
    background: #fff;
    color: transparent;
  }

  .answer-list--grid .answer-card--active .answer-card__status {
    border-color: var(--coral);
    background: var(--coral);
    color: #fff;
  }

  /* Skin type follows the compact expanding list from the supplied reference. */
  .question-screen--skin-type .answer-list--skin-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .question-screen--skin-type .answer-list--skin-list .answer-card {
    display: block;
    min-height: 76px;
    padding: 24px 22px;
    border: 2px solid transparent;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(32, 37, 45, 0.07);
    text-align: left;
    transition:
      min-height 180ms ease,
      border-color 180ms ease,
      background-color 180ms ease;
  }

  .question-screen--skin-type .answer-list--skin-list .answer-card--active {
    min-height: 144px;
    border-color: #ff7469;
    background: #fff0ed;
    box-shadow: 0 10px 26px rgba(255, 111, 97, 0.12);
  }

  .question-screen--skin-type
    .answer-list--skin-list
    .answer-card:not(.answer-card--active):focus-visible {
    outline: 2px solid #ff7469;
    outline-offset: 2px;
  }

  .question-screen--skin-type
    .answer-list--skin-list
    .answer-card--active:focus-visible {
    outline: none;
  }

  .question-screen--skin-type .answer-card__copy {
    display: block;
    width: 100%;
  }

  .question-screen--skin-type .answer-card__copy strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

  .question-screen--skin-type .answer-card__copy small {
    display: none;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid rgba(90, 96, 106, 0.22);
    color: #5f6269;
    font-size: 14px;
    line-height: 1.42;
  }

  .question-screen--skin-type .answer-card--active .answer-card__copy small {
    display: block;
  }

  .question-screen--skin-type .answer-card__status {
    display: none;
  }

  /* Personalized plan summary: reference composition without hero artwork. */
  .story-screen--trust {
    min-height: 100svh;
    padding: 24px 16px 28px;
  }

  .story-screen--trust > h1 {
    max-width: 390px;
    margin-bottom: 12px;
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.05;
  }

  .story-screen--trust > .screen-subtitle {
    max-width: 390px;
    font-size: 14px;
    line-height: 1.45;
  }

  .trust-plan-card {
    margin: 22px 0 18px;
    border: 1px solid rgba(255, 111, 97, 0.16);
    border-radius: 27px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(35, 40, 48, 0.1);
  }

  .trust-plan-card__body {
    display: grid;
    gap: 10px;
    padding: 16px;
    background: linear-gradient(145deg, #fff1ed 0%, #f1edff 100%);
  }

  .trust-progress {
    display: grid;
    gap: 8px;
    padding: 2px 2px 4px;
  }

  .trust-progress > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .trust-progress span {
    color: #666a72;
    font-size: 11px;
  }

  .trust-progress strong {
    color: #ff6f61;
    font-size: 18px;
    line-height: 1;
  }

  .trust-progress__track {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    overflow: hidden;
  }

  .trust-progress__track i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #ff7469;
  }

  .trust-goal-tile,
  .trust-zone-grid article {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 7px 18px rgba(42, 44, 54, 0.05);
  }

  .trust-goal-tile {
    min-height: 66px;
    padding: 12px 13px;
    border-radius: 18px;
  }

  .trust-goal-tile > div {
    display: grid;
    gap: 3px;
    min-width: 0;
    text-align: left;
  }

  .trust-goal-tile small,
  .trust-plan-note small {
    color: #8b7f86;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 800;
  }

  .trust-goal-tile strong {
    font-size: 14px;
    line-height: 1.3;
  }

  .trust-check {
    display: grid;
    place-items: center;
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff8178;
    color: #fff;
  }

  .trust-zones {
    display: grid;
    gap: 8px;
  }

  .trust-zones__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 2px;
  }

  .trust-zones__heading strong {
    font-size: 12px;
  }

  .trust-zones__heading span {
    color: #8b7f86;
    font-size: 10px;
  }

  .trust-zone-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .trust-zone-grid article {
    justify-content: space-between;
    min-height: 58px;
    padding: 9px 10px 9px 12px;
    border-radius: 16px;
  }

  .trust-zone-grid article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .trust-zone-grid article > div {
    display: grid;
    gap: 2px;
    min-width: 0;
    text-align: left;
  }

  .trust-zone-grid article strong {
    text-transform: capitalize;
    font-size: 12px;
    line-height: 1.25;
  }

  .trust-zone-grid article span:not(.trust-check) {
    color: #777a82;
    font-size: 8px;
    line-height: 1.3;
  }

  .trust-zone-grid .trust-check {
    width: 26px;
    height: 26px;
  }

  .trust-plan-note {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.72);
    text-align: left;
  }

  .trust-plan-note span {
    color: #555961;
    font-size: 10px;
    line-height: 1.4;
  }

  .trust-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    padding: 11px 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
  }

  .trust-week > span {
    display: grid;
    justify-items: center;
    gap: 5px;
  }

  .trust-week small {
    color: #73767d;
    font-size: 8px;
  }

  .trust-week i {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    border: 1.5px solid #d8d2e9;
    border-radius: 50%;
    color: #fff;
  }

  .trust-week i.is-done {
    border-color: #ff8178;
    background: #ff8178;
  }

  .trust-week i.is-current {
    border-color: #ff7469;
  }

  .trust-plan-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 12px 16px;
    background: #fff;
  }

  .trust-plan-card__footer strong {
    color: #ff6f61;
    font-size: 15px;
  }

  .trust-plan-card__footer span {
    color: #6e7076;
    text-align: right;
    font-size: 9px;
  }

  .story-screen--trust .screen-cta {
    margin-top: auto;
  }

  .trust-plan-card--many {
    margin-top: 16px;
  }

  .trust-plan-card--many .trust-plan-card__body {
    gap: 7px;
    padding: 12px;
  }

  .trust-plan-card--many .trust-progress {
    gap: 5px;
  }

  .trust-plan-card--many .trust-goal-tile {
    min-height: 58px;
    padding-block: 9px;
  }

  .trust-plan-card--many .trust-zones,
  .trust-plan-card--many .trust-zone-grid {
    gap: 6px;
  }

  .trust-plan-card--many .trust-zone-grid article {
    min-height: 47px;
    padding: 7px 8px 7px 10px;
  }

  .trust-plan-card--many .trust-zone-grid article span:not(.trust-check) {
    font-size: 7px;
    line-height: 1.2;
  }

  .trust-plan-card--many .trust-plan-note {
    gap: 2px;
    padding: 7px 10px;
  }

  .trust-plan-card--many .trust-week {
    padding-block: 8px;
  }

  .trust-plan-card--many .trust-plan-card__footer {
    min-height: 48px;
    padding-block: 9px;
  }

  /* Informational method screen follows the reference check-list composition. */
  .story-screen--education .method-stack {
    gap: 22px;
    margin: 30px 0 18px;
  }

  .story-screen--education .method-stack article {
    min-height: 0;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .story-screen--education .method-stack article > span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff8178;
    color: #fff;
  }

  .story-screen--education .method-stack strong {
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
  }

  .story-screen--education .method-stack p {
    font-size: 13px;
    line-height: 1.48;
  }

  /* Flat, tall CTA from the third reference. */
  .primary-button.screen-cta,
  .email-form .primary-button {
    min-height: 58px;
    padding: 14px 18px;
    border-radius: 18px;
    background: #ff6f61;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
  }

  .primary-button.screen-cta svg,
  .email-form .primary-button svg {
    display: none;
  }
}

@media (max-width: 370px) {
  .question-screen:not(.question-screen--portrait):not(
      .question-screen--goal
    ):not(.question-screen--face-map):not(.question-screen--shape)
    .answer-list--list
    .answer-card {
    min-height: 84px;
    padding-inline: 19px;
  }

  .question-screen:not(.question-screen--portrait):not(
      .question-screen--goal
    ):not(.question-screen--face-map):not(.question-screen--shape)
    .answer-list--list
    .answer-card__copy
    strong {
    font-size: 17px;
  }

  .answer-list--tags .answer-card {
    min-height: 68px;
    padding-left: 14px;
  }

  .answer-list--tags .answer-card__copy strong {
    font-size: 13px;
  }
}

/* Analysis screen follows the reference progress + testimonial composition. */
.analysis-screen {
  text-align: center;
  animation: none;
}

.analysis-screen > h1 {
  max-width: 500px;
}

.analysis-steps {
  display: grid;
  gap: 22px;
  text-align: left;
}

.analysis-step {
  display: grid;
  gap: 10px;
}

.analysis-step__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.analysis-step__head strong {
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.analysis-step__value {
  flex: none;
  color: #858890;
  font-size: 16px;
  line-height: 1;
}

.analysis-step__check {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: none;
  border-radius: 50%;
  background: #ff6f61;
  color: #fff;
}

.analysis-step__track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
}

.analysis-step__track > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #ff6f61;
  transition: width 180ms linear;
}

.analysis-proof {
  margin-top: 42px;
}

.analysis-proof h2 {
  margin: 0 auto 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.analysis-review-card {
  min-height: 132px;
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 36, 43, 0.08);
}

.analysis-review-stars {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 10px;
  color: #ffc928;
}

.analysis-review-card blockquote {
  margin: 0 auto 9px;
  color: #666970;
  font-size: 14px;
  line-height: 1.48;
}

.analysis-review-card > strong {
  color: #202733;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 0px) {
  .analysis-screen {
    min-height: calc(100svh - 105px);
    padding: 34px 22px 30px;
    overflow: visible;
  }

  .analysis-screen > h1 {
    margin-bottom: 34px;
    font-size: clamp(28px, 7.6vw, 34px);
    line-height: 1.12;
  }

  .analysis-steps {
    gap: 20px;
  }

  .analysis-step__head strong {
    font-size: 15px;
  }

  .analysis-step__value {
    font-size: 15px;
  }

  .analysis-proof {
    margin-top: 36px;
  }

  .analysis-proof h2 {
    max-width: 330px;
    font-size: 17px;
  }
}

@media (max-width: 370px) {
  .analysis-screen {
    padding-inline: 16px;
  }

  .analysis-screen > h1 {
    margin-bottom: 27px;
    font-size: 27px;
  }

  .analysis-steps {
    gap: 16px;
  }

  .analysis-proof {
    margin-top: 28px;
  }

  .analysis-review-card {
    padding: 15px 16px;
  }
}

/* Research screen rebuilt from the compact comparison reference. */
.research-screen {
  display: flex;
  flex-direction: column;
  text-align: left;
  animation: none;
}

.research-chart {
  margin: 18px 0 20px;
}

.research-chart img {
  width: 100%;
  height: auto;
}

.research-chart figcaption {
  max-width: 440px;
  margin: 7px auto 0;
  color: #81838a;
  text-align: center;
  font-size: 10px;
  line-height: 1.45;
}

@media (min-width: 0px) {
  .research-screen {
    min-height: calc(100svh - 78px);
    padding: 34px 18px 26px;
  }

  .research-screen > h1 {
    max-width: 420px;
    margin-bottom: 0;
    text-align: center;
    font-size: clamp(30px, 8.2vw, 40px);
    line-height: 1.1;
  }

  .research-chart {
    margin: 20px -2px 18px;
  }

  .research-copy {
    gap: 15px;
    margin: 0 0 18px;
  }

  .research-copy p {
    margin: 0;
    color: #4e5158;
    font-size: 13px;
    line-height: 1.5;
  }

  .research-copy p strong {
    color: #202733;
  }

  .research-copy a {
    color: #b35d53;
    font-size: 12px;
    line-height: 1.4;
    text-underline-offset: 3px;
  }

  .research-screen .screen-cta {
    margin-top: auto;
  }
}

@media (max-width: 370px) {
  .research-screen {
    padding-inline: 16px;
  }

  .research-screen > h1 {
    font-size: 29px;
  }

  .research-copy p {
    font-size: 12px;
  }
}

/* Offer schedule + supplied before/after proof, 2026-07-21 */
.lp-program-card {
  min-height: 430px;
  background: linear-gradient(180deg, #f1edff 0%, #fbf9ff 62%, #fff 100%);
  border-radius: 24px;
  padding: 14px 12px 0;
  box-shadow: 0 16px 42px #5f4d9f17;
}

.lp-program-weeks {
  padding-bottom: 136px;
}

.lp-program-week {
  background: #ddd3ff;
  border: 1px solid #ffffffb8;
  border-radius: 14px;
  box-shadow: 0 7px 18px #4f3c8e0f;
}

.lp-program-week > strong {
  background: #8f6be3;
  font-size: 10px;
}

.lp-program-week > div {
  gap: 4px;
  padding: 9px 7px;
}

.lp-program-week span {
  min-height: 62px;
  padding: 5px 2px;
  background: #fffffff0;
}

.lp-program-week small,
.lp-program-week b {
  font-size: 8px;
}

.lp-program-week b {
  line-height: 1.12;
}

.lp-program-card > img.lp-instructor {
  width: 82%;
  height: 390px;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 28px 28px 0 0;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 15px 20px #43356422);
}

.lp-reviews {
  padding-top: 58px;
  padding-bottom: 58px;
  background: #fbfafc;
}

.lp-review-stage article {
  border: 1px solid #ece8ef;
}

.lp-ugc-proof-visual > img {
  aspect-ratio: 1 / 1;
  object-position: center;
  image-rendering: auto;
}

.lp-ugc-chip {
  background: #24212bb8;
  letter-spacing: .07em;
}

.lp-ugc-caption {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 12px;
  padding: 16px 18px 19px;
}

.lp-ugc-caption strong {
  font-size: 14px;
}

.lp-review-stars {
  display: flex;
  gap: 2px;
  color: #ffc928;
}

.lp-review-stars svg {
  width: 15px;
  height: 15px;
}

.lp-ugc-caption small {
  font-size: 12px;
  line-height: 1.55;
}

.lp-reviews .lp-proof-warning {
  max-width: 390px;
  margin-top: 15px;
}

@media (max-width: 390px) {
  .lp-program-card {
    min-height: 418px;
    padding-inline: 9px;
  }

  .lp-program-weeks {
    gap: 8px;
    padding-bottom: 132px;
  }

  .lp-program-week {
    grid-template-columns: 43px 1fr;
  }

  .lp-program-week > strong {
    font-size: 9px;
  }

  .lp-program-week span {
    min-height: 58px;
  }

  .lp-program-card > img.lp-instructor {
    width: 84%;
    height: 372px;
  }
}

/* Generated benefit-card illustrations; calendar intentionally keeps its original art. */
.lp-benefit-art > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  object-position: center;
}

.lp-benefit--kind-personal .lp-benefit-art > img {
  object-position: 50% 37%;
}

.lp-benefit--kind-safety .lp-benefit-art > img {
  object-position: 50% 34%;
}

.lp-benefit--kind-zones .lp-benefit-art > img {
  object-position: 55% 39%;
}

.lp-benefit--kind-massage .lp-benefit-art > img {
  object-position: 50% 43%;
}

.lp-benefit--kind-wellness .lp-benefit-art > img {
  object-position: 50% 58%;
}
