/* Final offer visual pass: compact mobile rhythm without changing funnel logic. */
.offer-page {
  --lp-card-radius: 20px;
  --lp-section-space: 40px;
}

/* Reference-based brand lockup, shared by quiz, offer header and footer. */
.brand {
  line-height: 0;
}

.brand__lockup {
  display: block;
  width: 142px;
  height: auto;
  max-width: none;
  mix-blend-mode: multiply;
}

.brand--compact .brand__lockup {
  width: 112px;
}

.lp-header {
  height: 66px;
  min-height: 66px;
}

.lp-header .brand {
  line-height: 0;
}

.lp-header .brand__lockup {
  width: 148px;
}

.offer-footer .brand--compact .brand__lockup {
  width: 116px;
}

.lp-quick-buy {
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(31, 35, 44, 0.08);
}

.lp-quick-buy button,
.lp-cta,
.offer-page .sticky-offer button {
  background: linear-gradient(105deg, #ff6f61 0%, #ff8474 100%);
}

.lp-cta {
  border-radius: 17px;
  box-shadow: 0 12px 26px rgba(255, 111, 97, 0.2);
}

/* The offer has enough contextual CTAs; do not cover content with a sticky bar. */
.offer-page .sticky-offer {
  display: none !important;
}

/* Keep carousel controls comfortably tappable on touch screens. */
.offer-page .lp-result-dots button,
.offer-page .lp-result-card > button {
  width: 44px;
  height: 44px;
}

@media (max-width: 560px) {
  .offer-shell {
    width: 100%;
    box-shadow: none;
  }

  .lp-quick-buy {
    margin: 12px 18px 0;
    padding: 9px 9px 9px 13px;
  }

  .lp-quick-buy strong {
    font-size: 21px;
  }

  .lp-intro {
    padding: 12px 18px 25px;
  }

  /* The source artwork is portrait. A taller frame keeps both portraits visible. */
  .lp-goal-visual {
    aspect-ratio: 0.85;
    max-height: 420px;
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(82, 64, 109, 0.1);
  }

  .lp-goal-visual > img {
    object-position: 50% 0;
  }

  .lp-goal-panel {
    gap: 8px;
    padding: 12px 11px 11px;
    border-radius: 20px 20px 0 0;
  }

  .lp-goal-panel > div {
    gap: 6px;
    padding: 8px 9px 9px;
    border-radius: 14px;
  }

  .lp-goal-panel span {
    font-size: 10px;
  }

  .lp-goal-panel strong {
    font-size: 12px;
  }

  .lp-visual-note,
  .lp-proof-warning {
    margin-top: 7px;
    margin-bottom: 13px;
  }

  .lp-pretitle {
    margin-bottom: 8px;
  }

  .lp-intro h1 {
    max-width: 355px;
    margin-bottom: 14px;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.05;
  }

  .lp-profile-row {
    margin-bottom: 15px;
  }

  .lp-reserved {
    min-height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .lp-plan-list {
    gap: 10px;
  }

  .lp-plan-option {
    min-height: 80px;
    border-radius: 18px;
  }

  .lp-cta {
    min-height: 57px;
    margin-top: 15px;
  }

  .lp-proof-teaser {
    margin-top: 14px;
  }

  .lp-purple-banner {
    margin-top: 19px;
  }

  .lp-lavender,
  .lp-section {
    padding: var(--lp-section-space) 18px;
  }

  .lp-lavender h2,
  .lp-section h2 {
    margin: 9px 0 11px;
    font-size: clamp(27px, 7.8vw, 31px);
    line-height: 1.06;
  }

  .lp-how > p:not(.lp-safety-note) {
    margin-bottom: 19px;
  }

  .lp-step-card {
    grid-template-columns: 43px 1fr;
    gap: 11px;
    margin-top: 10px;
    padding: 17px 16px;
    border-radius: 18px;
  }

  .lp-step-card > svg {
    width: 39px;
    height: 39px;
    padding: 6px;
  }

  .lp-step-card p {
    margin-top: 5px;
  }

  .lp-safety-note {
    margin-top: 12px;
  }

  .lp-how .lp-cta {
    margin-top: 18px;
  }

  .lp-app-preview {
    padding-top: 39px;
    padding-bottom: 36px;
  }

  .lp-phones {
    height: 344px;
    margin-top: 18px;
  }

  .lp-phone {
    width: 170px;
    height: 306px;
    border-width: 6px;
    border-radius: 27px;
  }

  .lp-phone--main {
    width: 190px;
    height: 340px;
  }

  .lp-benefits {
    padding: 40px 20px 42px;
  }

  .lp-benefit-list {
    gap: 11px;
    margin-top: 21px;
  }

  .lp-benefit,
  .lp-benefit-art {
    height: 108px;
    min-height: 104px;
  }

  .lp-benefit {
    grid-template-columns: 30% minmax(0, 1fr);
    border-radius: 18px;
  }

  .lp-benefit-art > img {
    height: 108px;
    min-height: 0;
  }

  .lp-benefit strong {
    padding: 15px 16px;
    font-size: 14px;
    line-height: 1.36;
  }

  .lp-program {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .lp-program-card {
    min-height: 404px;
    margin-top: 21px;
    border-radius: 22px;
  }

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

  .lp-program-card > img.lp-instructor {
    width: 80%;
    height: 356px;
    bottom: -23px;
  }

  .lp-reviews {
    padding-top: 36px;
    padding-bottom: 41px;
  }

  .lp-review-stage {
    margin-top: 19px;
  }

  .lp-review-stage article {
    border-radius: 22px;
  }

  /* Supplied before/after photos share a landscape ratio: show every pixel. */
  .lp-ugc-proof-visual > img {
    aspect-ratio: 1.134;
    object-fit: contain;
    object-position: center;
  }

  .lp-ugc-caption {
    padding: 14px 16px 16px;
  }

  .lp-reviews .lp-proof-warning {
    margin-top: 12px;
  }

  .lp-final {
    padding-top: 39px;
    padding-bottom: 34px;
  }

  .lp-final h2 {
    margin-bottom: 18px;
    font-size: clamp(28px, 8vw, 31px);
  }

  .lp-final .lp-profile-row {
    margin-bottom: 14px;
  }

  .lp-faq {
    padding-top: 39px;
    padding-bottom: 35px;
  }

  .lp-faq h2 {
    margin-bottom: 19px;
  }

  .lp-security {
    gap: 16px;
    margin: 0 18px 27px;
    padding: 18px;
    border-radius: 18px;
  }

  .offer-shell .offer-footer {
    padding: 25px 18px 96px;
  }
}

@media (max-width: 370px) {
  .lp-quick-buy {
    margin-inline: 14px;
  }

  .lp-quick-buy strong {
    font-size: 20px;
  }

  .lp-quick-buy button {
    font-size: 11px;
  }

  .lp-intro,
  .lp-lavender,
  .lp-section {
    padding-inline: 15px;
  }

  .lp-goal-visual {
    max-height: 404px;
  }

  .lp-benefits {
    padding-inline: 17px;
  }

  .lp-benefit strong {
    padding-inline: 14px;
    font-size: 13px;
  }

  .lp-plan-option {
    grid-template-columns: 22px minmax(0, 1fr) 80px;
  }
}
