/*-----------------------------------*\
  #HERO COSMETICS — MOBILE LP (Figma 400px)
\*-----------------------------------*/

:root {
  --lp-red: #c93837;
  --lp-ink: #231f20;
  --lp-footer: #242421;
  --lp-white: #ffffff;
  --lp-max: 400px;
  --lp-pad: 32px;
  --lp-font-display: "Playfair Display", Georgia, serif;
  --lp-font-body: "DM Sans", system-ui, sans-serif;
  --lp-star: #e8a317;
  --lp-trustpilot: #00b67a;
  --lp-muted: #777;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body.cosmetics-lp {
  font-family: var(--lp-font-body);
  color: var(--lp-ink);
  background: var(--lp-white);
  line-height: 1.5;
  overflow-x: hidden;
}

.lp-promo-bar {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 50;
  width: min(100%, var(--lp-max));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  padding: 9px 14px;
  background: var(--lp-red);
  color: var(--lp-white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.12);
}

.lp-promo-bar__tag {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  opacity: 0.95;
}

.lp-promo-bar__dot {
  opacity: 0.6;
}

.lp-promo-bar__ends {
  font-weight: 500;
  opacity: 0.9;
}

.lp-promo-bar__timer {
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lp-promo-bar__colon {
  opacity: 0.75;
  margin: 0 1px;
}

.lp-frame {
  width: 100%;
  max-width: var(--lp-max);
  margin: 0 auto;
  padding-top: 40px;
  background: var(--lp-white);
  overflow-x: hidden;
}

/* Full-width mobile — no gray side gutters until desktop layout loads */
@media (max-width: 767px) {
  body.cosmetics-lp {
    background: var(--lp-white);
  }

  .lp-frame {
    max-width: none;
    box-shadow: none;
  }

  .lp-promo-bar {
    width: 100%;
    max-width: none;
    left: 0;
    transform: none;
  }

  .lp-hero {
    width: 100%;
  }

  .lp-hero__inner {
    max-width: none;
    width: 100%;
    padding: 12px var(--lp-pad) 0;
  }

  .lp-hero::after {
    width: 130%;
    height: 72px;
    bottom: -36px;
  }

  .lp-hero__copy {
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .lp-hero__title {
    font-size: clamp(40px, 12vw, 58px);
    word-break: normal;
    overflow-wrap: normal;
  }
}

.lp-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: hsl(20, 12%, 88%);
}

.lp-img--placeholder {
  object-fit: cover;
  background: linear-gradient(145deg, hsl(20, 10%, 82%) 0%, hsl(20, 8%, 76%) 100%);
}

/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.lp-hero {
  position: relative;
  background: var(--lp-red);
  overflow: hidden;
  padding-bottom: 56px;
}

.lp-hero__ellipse {
  display: none;
}

.lp-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -42px;
  z-index: 1;
  width: 160%;
  height: 88px;
  transform: translateX(-50%);
  background: var(--lp-white);
  border-radius: 50%;
  pointer-events: none;
}

.lp-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 20px 0;
  max-width: 400px;
  margin: 0 auto;
}

.lp-hero__fade {
  display: none;
}

.lp-logo {
  object-fit: contain;
  object-position: center;
}

.lp-hero__logo {
  width: min(220px, 58vw);
  height: auto;
  max-height: 140px;
  margin: 0 auto 4px;
  display: block;
}

.lp-hero__copy {
  width: 100%;
  max-width: 308px;
  margin-top: 10px;
  padding-bottom: 40px;
  text-align: center;
  color: var(--lp-white);
}

.lp-hero__eyebrow {
  font-family: var(--lp-font-body);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 4px;
}

.lp-hero__title {
  font-family: var(--lp-font-display);
  font-size: clamp(48px, 13vw, 62px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.lp-hero__title sup {
  font-size: 0.35em;
  vertical-align: super;
  font-weight: 400;
}

/*-----------------------------------*\
  #TRY IT OUT / PRODUCT
\*-----------------------------------*/

.lp-product {
  position: relative;
  z-index: 2;
  background: var(--lp-white);
  border-top: none;
  padding: 40px var(--lp-pad) 72px;
}

.lp-product__visual {
  position: relative;
  width: 100%;
  max-width: 336px;
  margin: 0 auto 32px;
}

.lp-product__main,
.lp-product__video {
  width: 100%;
  max-width: 372px;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}

.lp-product__video {
  aspect-ratio: 3 / 4;
  max-height: 420px;
  background: var(--lp-white);
}

.lp-product__main[hidden],
.lp-product__video[hidden] {
  display: none;
}

.lp-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.lp-options-heading {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lp-muted);
  margin-bottom: 10px;
}

.lp-options-heading:not(:first-of-type) {
  margin-top: 20px;
}

.lp-gallery {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}

.lp-gallery__btn {
  flex: 1;
  max-width: 96px;
  padding: 6px;
  background: var(--lp-white);
  border: 2px solid hsl(0, 0%, 88%);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-gallery__btn:hover {
  border-color: hsl(0, 0%, 75%);
}

.lp-gallery__btn.is-active {
  border-color: var(--lp-ink);
  box-shadow: 0 4px 12px hsla(0, 0%, 0%, 0.1);
}

.lp-gallery__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  background: hsl(0, 0%, 96%);
}

.lp-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-gallery__thumb--video {
  position: relative;
}

.lp-gallery__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--lp-white);
  background: hsla(0, 0%, 0%, 0.35);
  pointer-events: none;
}

.lp-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 8px 12px;
  background: var(--lp-white);
  border: 2px solid hsl(0, 0%, 88%);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: var(--lp-font-body);
}

.lp-option:hover {
  border-color: hsl(0, 0%, 75%);
}

.lp-option.is-active {
  border-color: var(--lp-ink);
  box-shadow: 0 4px 16px hsla(0, 0%, 0%, 0.1);
}

.lp-option__thumb {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--lp-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-option__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.lp-option__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--lp-ink);
}

.lp-product__content {
  max-width: 336px;
  margin: 0 auto;
}

.lp-product__title {
  font-family: var(--lp-font-display);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Photo upload */
.lp-upload {
  margin-bottom: 28px;
}

.lp-upload__dropzone {
  position: relative;
  display: block;
  width: 100%;
  min-height: 200px;
  padding: 28px 20px;
  border: 2px dashed hsl(0, 0%, 78%);
  border-radius: 16px;
  background: linear-gradient(180deg, hsl(0, 0%, 99%) 0%, hsl(0, 0%, 97%) 100%);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
  outline: none;
  overflow: hidden;
}

/* Overlay file input — works on iOS (hidden attribute breaks label/click) */
.lp-upload__input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}

.lp-upload__empty,
.lp-upload__filled {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.lp-upload__filled-actions,
.lp-upload__actions {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.lp-upload__dropzone:hover,
.lp-upload__dropzone:focus-visible {
  border-color: var(--lp-red);
  background: hsl(0, 68%, 98%);
  box-shadow: 0 8px 24px hsla(0, 0%, 0%, 0.06);
}

.lp-upload__dropzone.is-dragover {
  border-color: var(--lp-red);
  border-style: solid;
  background: hsl(0, 70%, 97%);
  transform: scale(1.01);
  box-shadow: 0 12px 32px hsla(201, 43%, 40%, 0.12);
}

.lp-upload.is-processing .lp-upload__dropzone {
  opacity: 0.75;
}

.lp-upload.is-processing .lp-upload__input {
  pointer-events: none;
}

.lp-upload.is-processing .lp-upload__title::after {
  content: " — processing…";
  font-weight: 500;
  color: var(--lp-muted);
}

.lp-upload.has-photo .lp-upload__dropzone {
  border-style: solid;
  border-color: hsl(152, 40%, 42%);
  background: var(--lp-white);
  cursor: default;
  min-height: auto;
  padding: 16px;
}

.lp-upload__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.lp-upload.has-photo .lp-upload__empty {
  display: none;
}

.lp-upload__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 4px;
  border-radius: 50%;
  background: var(--lp-white);
  color: var(--lp-red);
  box-shadow: 0 4px 16px hsla(0, 0%, 0%, 0.08);
}

.lp-upload__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--lp-ink);
}

.lp-upload__hint {
  font-size: 14px;
  color: var(--lp-muted);
}

.lp-upload__formats {
  font-size: 12px;
  color: hsl(0, 0%, 62%);
  margin-top: 4px;
}

.lp-upload__filled {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.lp-upload.has-photo .lp-upload__filled {
  display: flex;
}

.lp-upload__filled[hidden] {
  display: none !important;
}

.lp-upload__preview {
  width: 100%;
  max-width: 280px;
  max-height: 220px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 20px hsla(0, 0%, 0%, 0.12);
}

.lp-upload__filled-actions {
  text-align: center;
}

.lp-upload__success {
  font-size: 14px;
  font-weight: 600;
  color: hsl(152, 45%, 32%);
  margin-bottom: 10px;
}

.lp-upload__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
}

.lp-upload__change,
.lp-upload__remove {
  position: relative;
  z-index: 4;
  font-family: var(--lp-font-body);
  font-size: 14px;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 4px 2px;
  pointer-events: auto;
}

.lp-upload__change {
  color: var(--lp-red);
}

.lp-upload__change:hover {
  color: var(--lp-ink);
}

.lp-upload__remove {
  color: var(--lp-muted);
}

.lp-upload__remove:hover {
  color: var(--lp-ink);
}

.lp-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.lp-features__item {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--lp-ink);
}

.lp-features__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.price-box {
  display: none;
}

.lp-pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin: 4px 0 14px;
}

.lp-pricing__compare {
  font-size: 16px;
  font-weight: 500;
  color: var(--lp-muted);
  text-decoration: line-through;
}

.lp-pricing__price {
  font-size: 26px;
  font-weight: 700;
  color: var(--lp-ink);
  font-variant-numeric: tabular-nums;
}

.lp-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.lp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 336px;
  height: 42px;
  border: none;
  border-radius: 100px;
  font-family: var(--lp-font-body);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lp-btn:active {
  transform: scale(0.98);
}

.lp-btn--primary {
  background: var(--lp-ink);
  color: var(--lp-white);
}

.lp-btn--primary:hover {
  opacity: 0.9;
}

.lp-btn--ghost {
  background: transparent;
  color: var(--lp-ink);
  font-size: 15px;
  font-weight: 500;
  min-height: 27px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lp-btn--ghost.is-active {
  color: var(--lp-red);
}

.lp-cta {
  width: 100%;
  max-width: 336px;
}

.lp-custom-letter {
  width: 100%;
  margin-top: 4px;
}

.lp-custom-letter__card {
  background: var(--lp-white);
  border: 1px solid hsl(0, 0%, 88%);
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 8px 28px hsla(0, 0%, 0%, 0.08);
  text-align: left;
}

.lp-custom-letter__title {
  font-family: var(--lp-font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--lp-ink);
  margin-bottom: 8px;
}

.lp-custom-letter__desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--lp-muted);
  margin-bottom: 16px;
}

.lp-custom-letter__desc strong {
  color: var(--lp-ink);
  font-weight: 600;
}

.lp-custom-letter__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-ink);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lp-custom-letter__input {
  width: 100%;
  padding: 14px;
  border: 1px solid hsl(0, 0%, 85%);
  border-radius: 8px;
  font-family: var(--lp-font-body);
  font-size: 15px;
  line-height: 1.5;
  color: var(--lp-ink);
  background: var(--lp-white);
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-custom-letter__input:focus {
  outline: none;
  border-color: var(--lp-ink);
  box-shadow: 0 0 0 3px hsla(0, 0%, 13%, 0.08);
}

.lp-custom-letter__input::placeholder {
  color: hsl(0, 0%, 65%);
  font-style: italic;
}

.lp-custom-letter__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  font-size: 12px;
}

.lp-custom-letter__hint {
  color: var(--lp-trustpilot);
  font-weight: 500;
}

.lp-custom-letter__count {
  font-weight: 600;
  color: var(--lp-muted);
  font-variant-numeric: tabular-nums;
}

.lp-custom-letter__count.is-near-limit {
  color: #b8860b;
}

.lp-custom-letter__count.is-at-limit {
  color: var(--lp-red);
}

/*-----------------------------------*\
  #HOW THE MAGIC HAPPENS
\*-----------------------------------*/

.lp-steps {
  background: var(--lp-white);
  padding: 64px var(--lp-pad) 72px;
}

.lp-steps__banner {
  margin: 28px 0 0;
  padding: 0;
  background: var(--lp-white);
  line-height: 0;
  text-align: center;
}

.lp-steps__banner-img {
  display: block;
  width: 72%;
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}

.lp-as-seen {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-bottom: 28px;
  text-align: center;
}

.lp-hero .lp-as-seen__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lp-white);
  opacity: 0.85;
  margin-bottom: 12px;
}

.lp-as-seen__logos {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.lp-as-seen__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 0;
}

.lp-hero .lp-as-seen__logo {
  display: block;
  width: auto;
  max-width: 62px;
  max-height: 22px;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.lp-steps__intro {
  margin-bottom: 32px;
}

.lp-steps__title {
  font-family: var(--lp-font-display);
  font-size: clamp(32px, 8vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
  max-width: 336px;
}

.lp-steps__subtext {
  font-size: 15px;
  line-height: 1.5;
  color: var(--lp-ink);
  margin: 0;
  max-width: 320px;
}

.lp-step-card {
  background: var(--lp-white);
  margin-bottom: 24px;
  overflow: hidden;
}

.lp-step-card__head {
  padding: 56px 24px 0;
  text-align: center;
}

.lp-step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--lp-ink);
  color: var(--lp-white);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.lp-step-card__text {
  font-family: var(--lp-font-display);
  font-size: clamp(22px, 5.5vw, 26px);
  font-weight: 500;
  line-height: 1.35;
  padding-bottom: 24px;
}

.lp-step-card__img {
  width: 100%;
  padding: 0 16px 16px;
}

.lp-step-card__photo {
  display: block;
  width: 100%;
  max-width: 338px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
}

.lp-step-card__video {
  border-radius: 8px;
  background: var(--lp-white);
}

.lp-steps__cta {
  margin-top: 24px;
}

.lp-btn--lg {
  height: 48px;
  font-size: 15px;
}

/*-----------------------------------*\
  #REVIEWS + TRUSTPILOT
\*-----------------------------------*/

.lp-reviews {
  background: var(--lp-white);
  padding: 48px 0 56px;
  overflow: hidden;
}

.lp-reviews__header {
  text-align: center;
  padding: 0 var(--lp-pad) 32px;
}

.lp-reviews__stars-row {
  margin-bottom: 10px;
}

.lp-reviews__stars {
  font-size: 22px;
  letter-spacing: 3px;
  color: #e8a317;
  line-height: 1;
}

.lp-reviews__title {
  font-family: var(--lp-font-display);
  font-size: clamp(32px, 8vw, 42px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--lp-ink);
  margin-bottom: 16px;
}

.lp-trustpilot {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  padding: 10px 16px;
  background: var(--lp-white);
  border: 1px solid hsl(0, 0%, 88%);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.06);
  transition: box-shadow 0.2s ease;
}

.lp-trustpilot:hover {
  box-shadow: 0 4px 20px hsla(0, 0%, 0%, 0.1);
}

.lp-trustpilot__logo {
  font-size: 15px;
  font-weight: 700;
  color: var(--lp-trustpilot);
  letter-spacing: -0.02em;
}

.lp-trustpilot__stars {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--lp-trustpilot);
}

.lp-trustpilot__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-ink);
}

.lp-reviews__marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.lp-reviews__track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding: 4px 0;
  animation: lp-reviews-scroll 45s linear infinite;
}

.lp-reviews__marquee:hover .lp-reviews__track {
  animation-play-state: paused;
}

@keyframes lp-reviews-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.lp-review-card {
  flex: 0 0 280px;
  width: 280px;
  padding: 18px 18px 16px;
  background: var(--lp-white);
  border-radius: 12px;
  border: 1px solid hsl(0, 0%, 90%);
  box-shadow: 0 4px 20px hsla(0, 0%, 0%, 0.06);
}

.lp-review-card__stars {
  font-size: 14px;
  letter-spacing: 2px;
  color: #e8a317;
  margin-bottom: 10px;
}

.lp-review-card__text {
  font-size: 15px;
  line-height: 1.5;
  color: var(--lp-ink);
  margin-bottom: 14px;
  min-height: 66px;
}

.lp-review-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  font-size: 12px;
  line-height: 1.3;
}

.lp-review-card__name {
  font-weight: 600;
  color: var(--lp-ink);
}

.lp-review-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 8px;
  background: hsl(152, 45%, 94%);
  color: hsl(152, 45%, 28%);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
}

.lp-review-card__verified::before {
  content: "✓";
  font-size: 10px;
}

.lp-review-card__time {
  color: var(--sonic-silver, #777);
  margin-left: auto;
}

@media (prefers-reduced-motion: reduce) {
  .lp-reviews__track {
    animation: none;
    overflow-x: auto;
    max-width: 100%;
    padding-left: var(--lp-pad);
    padding-right: var(--lp-pad);
  }
}

/*-----------------------------------*\
  #FAQ
\*-----------------------------------*/

.lp-faq {
  background: var(--lp-white);
  padding: 56px var(--lp-pad) 64px;
}

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

.lp-faq__lead {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: var(--lp-ink);
  margin-bottom: 28px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.lp-faq__list {
  border-top: 1px solid hsl(0, 0%, 88%);
}

.lp-faq__item {
  border-bottom: 1px solid hsl(0, 0%, 88%);
}

.lp-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  font-family: var(--lp-font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--lp-ink);
  cursor: pointer;
  list-style: none;
}

.lp-faq__question::-webkit-details-marker {
  display: none;
}

.lp-faq__question::after {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--lp-ink);
  border-bottom: 2px solid var(--lp-ink);
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.2s ease;
}

.lp-faq__item[open] .lp-faq__question::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.lp-faq__answer {
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--lp-muted);
}

.lp-faq__answer p {
  margin: 0;
}

.lp-faq__answer a {
  color: var(--lp-ink);
  font-weight: 500;
}

.lp-faq__answer a:hover {
  color: var(--lp-red);
}

/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.lp-footer {
  background: var(--lp-footer);
  color: var(--lp-white);
  padding: 0;
}

.lp-footer__logo-wrap {
  background: var(--lp-footer);
  padding: 40px var(--lp-pad) 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-footer__logo-link {
  display: block;
  line-height: 0;
}

.lp-footer__brand {
  width: min(280px, 72vw);
  height: auto;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

.lp-footer__bottom {
  padding: 28px var(--lp-pad) 36px;
  text-align: center;
}

.lp-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin-bottom: 14px;
}

.lp-footer__legal a {
  color: var(--lp-white);
  font-size: 14px;
  text-decoration: none;
  opacity: 0.9;
}

.lp-footer__legal a:hover {
  text-decoration: underline;
  opacity: 1;
}

.lp-footer__copy {
  font-size: 13px;
  opacity: 0.75;
  line-height: 1.5;
}

#reviews,
#how-it-works,
#upload-heading,
#faq {
  scroll-margin-top: 56px;
}

a.lp-btn {
  text-decoration: none;
}

/*-----------------------------------*\
  #SUBPAGES (contact, terms, privacy)
\*-----------------------------------*/

.lp-subheader {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--lp-white);
  border-bottom: 1px solid hsl(0, 0%, 90%);
  box-shadow: 0 2px 8px hsla(0, 0%, 0%, 0.04);
}

.lp-subheader__inner {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 14px var(--lp-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lp-subheader__back {
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-ink);
  text-decoration: none;
}

.lp-subheader__back:hover {
  color: var(--lp-red);
}

.lp-subheader__brand {
  font-family: var(--lp-font-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--lp-ink);
}

.lp-page {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 32px var(--lp-pad) 48px;
  background: var(--lp-white);
  min-height: 60vh;
}

.lp-page__title {
  font-family: var(--lp-font-display);
  font-size: clamp(28px, 7vw, 36px);
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--lp-ink);
}

.lp-page__lead {
  font-size: 15px;
  color: var(--lp-muted);
  margin-bottom: 28px;
  line-height: 1.6;
}

.lp-page__content h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 28px 0 10px;
  color: var(--lp-ink);
}

.lp-page__content p,
.lp-page__content li {
  font-size: 15px;
  line-height: 1.65;
  color: var(--lp-ink);
  margin-bottom: 12px;
}

.lp-page__content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.lp-page__content a {
  color: var(--lp-red);
  font-weight: 500;
}

.lp-page__content a:hover {
  text-decoration: underline;
}

.lp-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
}

.lp-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}

.lp-contact-form input,
.lp-contact-form textarea {
  padding: 12px 14px;
  border: 1px solid hsl(0, 0%, 85%);
  border-radius: 8px;
  font-family: var(--lp-font-body);
  font-size: 15px;
  background: var(--lp-white);
}

.lp-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.lp-contact-form .lp-btn {
  margin-top: 8px;
  max-width: none;
}

.lp-form-note {
  font-size: 13px;
  color: var(--lp-muted);
  margin-top: 12px;
}

/* Cart badge in LP header area — optional sticky */
.lp-cart-fab {
  position: fixed;
  bottom: 20px;
  right: max(16px, calc(50% - 200px + 16px));
  z-index: 90;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--lp-ink);
  color: var(--lp-white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 6px 24px hsla(0, 0%, 0%, 0.25);
  cursor: pointer;
  text-decoration: none;
}

.lp-cart-fab .count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 10px;
  background: var(--lp-red);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-cart-fab .count:empty,
.lp-cart-fab .count[data-cart-count="0"] {
  display: none;
}

/* Showcase wrapper for cart.js product extraction */
.lp-product-showcase {
  display: none;
}
