.hongbaoEntryModal__dialog,
.hongbaoResultModal__dialog {
  max-width: 560px;
  text-align: center;
}

.hongbaoEntryModal__tip {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #d8bf90;
  text-transform: uppercase;
}

.hongbaoEntryModal__title {
  margin: 12px 0 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.2;
  color: #f7f1e8;
  text-shadow: 0 10px 28px rgba(0,0,0,0.28);
}

.hongbaoEntryModal__dialog {
  padding: 30px 28px 26px;
  border: 1px solid rgba(210,177,114,0.18);
  background: linear-gradient(180deg, rgba(35,39,47,0.94) 0%, rgba(15,17,23,0.9) 100%);
  box-shadow: 0 28px 70px rgba(6, 7, 10, 0.46), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
}

.hongbaoEntryModal .claimModal__close,
.hongbaoResultModal .claimModal__close {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.06);
  color: #f5e4bf;
  font-size: 28px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.hongbaoEntryModal__packet {
  position: relative;
  display: block;
  width: min(100%, 280px);
  margin: 24px auto 0;
  padding: 0;
  border: 1px solid rgba(118,83,32,0.56);
  border-radius: 30px 30px 24px 24px;
  background: linear-gradient(180deg, #faedc8 0%, #ddb56f 42%, #8f6630 100%);
  box-shadow:
    inset 0 -14px 18px rgba(101, 64, 16, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.3),
    0 18px 32px rgba(13, 13, 16, 0.34);
  cursor: pointer;
  overflow: hidden;
}

.hongbaoEntryModal__packet::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.24) 8%, rgba(255,255,255,0.04) 34%, transparent 48%, rgba(255,255,255,0.12) 62%, transparent 74%);
  pointer-events: none;
}

.hongbaoEntryModal__packetTop {
  display: block;
  height: 78px;
  border-radius: 30px 30px 50% 50%;
  background: linear-gradient(180deg, #fff4d6 0%, #e4bd7a 55%, #ab783c 100%);
}

.hongbaoEntryModal__packetSeal {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, #fff8de, #f1cf8a 62%, #9b6b2c 100%);
  color: #3d2a13;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 24px rgba(30, 20, 9, 0.24);
  z-index: 1;
}

.hongbaoEntryModal__packetText {
  display: block;
  padding: 64px 18px 24px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.08em;
  color: #2d1f0e;
  text-shadow: 0 1px 0 rgba(255,255,255,0.22);
}

.hongbaoEntryModal__sub {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(247,241,232,0.76);
}

.hongbaoResultModal__dialog {
  padding: 30px 28px 26px;
  border: 1px solid rgba(210,177,114,0.18);
  background: linear-gradient(180deg, rgba(35,39,47,0.94) 0%, rgba(15,17,23,0.9) 100%);
  box-shadow: 0 28px 70px rgba(6, 7, 10, 0.46), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
}

.hongbaoResultModal__eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #d8bf90;
  text-transform: uppercase;
}

.hongbaoResultModal__title {
  margin: 12px 0 0;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.25;
  color: #f7f1e8;
}

.hongbaoResultModal__title span {
  color: #f1ce89;
}

.hongbaoResultModal__desc {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(247,241,232,0.76);
}

.hongbaoResultModal__coupon {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(210,177,114,0.18);
  background: linear-gradient(135deg, rgba(24,27,34,0.96) 0%, rgba(41,44,53,0.9) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 16px 28px rgba(0,0,0,0.18);
}

.hongbaoResultModal__couponAmount {
  min-width: 118px;
  padding: 18px 12px;
  border-radius: 20px;
  border: 1px solid rgba(112,78,28,0.28);
  background: linear-gradient(180deg, #faedc9 0%, #dfb76f 45%, #9a6c33 100%);
  color: #2c2012;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hongbaoResultModal__couponMeta {
  display: grid;
  gap: 6px;
  text-align: left;
  color: #efe6d8;
}

.hongbaoResultModal__couponMeta strong {
  font-size: 18px;
  color: #f7f1e8;
}

.hongbaoResultModal__couponMeta span {
  font-size: 14px;
  color: rgba(247,241,232,0.74);
}

.hongbaoResultModal__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hongbaoResultModal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.result .result__container {
  width: 100%;
  margin: 0 auto 10px;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  justify-content: initial !important;
  gap: 12px !important;
}

.result,
.result .result__inner {
  background: linear-gradient(180deg, #262933 0%, #181a21 100%);
}

.result .result__inner {
  max-width: 1120px;
  padding: 2.8rem 12px 0.9rem;
}

.result .result__ttl,
.reviews__ttl {
  color: #f0cb82;
  background: linear-gradient(180deg, #fff4d6 0%, #dfb76f 45%, #9a6c33 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.result .result__txt01,
.reviewsRating__average,
.reviewsRating__count {
  color: #f0cb82;
  text-shadow: 0 1px 0 rgba(50, 33, 12, 0.28);
}

.result .result__txt01 {
  max-width: 1100px;
  margin: 14px auto 0;
  padding: 0 18px;
  text-align: center;
  line-height: 1.52;
  opacity: 0.84;
  text-wrap: balance;
}

.result .result__txt01 span {
  display: block;
}

.result .result__txt01 span + span {
  margin-top: 2px;
}

.result .result__couponBar[hidden] {
  display: none !important;
}

.result .result__couponBar {
  width: min(100%, 980px);
  margin: 16px auto 14px;
  padding: 10px 14px;
  border: 1px solid rgba(210,177,114,0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 12px;
  background: linear-gradient(135deg, rgba(22,25,31,0.96) 0%, rgba(35,39,48,0.9) 100%);
  box-shadow: 0 14px 26px rgba(8, 10, 14, 0.22), inset 0 1px 0 rgba(255,255,255,0.04);
}

.result .result__couponLabel,
.result .result__couponCountdown {
  color: rgba(245,247,251,0.82);
  font-size: clamp(11px, 1.8vw, 13px);
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.result .result__couponValue {
  display: none !important;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 0;
  letter-spacing: 0;
  white-space: nowrap;
}

.result .result__couponLabel {
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #faedc9 0%, #dfb76f 45%, #9a6c33 100%);
  color: #2c2012;
  font-size: clamp(11px, 1.8vw, 13px);
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.result .result__couponTimer {
  color: #ff4b34;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.result .result__couponCountdown {
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 700;
}

.result .result__box {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(180deg, #262933 0%, #181a21 100%);
  box-shadow: 0 12px 24px rgba(12, 14, 18, 0.08);
}

.result .result__pic {
  position: relative;
  aspect-ratio: 1 / 1.18;
  overflow: hidden;
  margin: 0 !important;
  background: transparent;
}

.result .result__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}

.result .result__kind {
  display: none !important;
  margin: 0 !important;
}

.result .result__itemName {
  display: block;
  width: 100%;
  min-height: 1.35em;
  margin: 10px 0 0 !important;
  padding: 0 10px;
  color: #ffffff;
  font-size: clamp(12px, 1.3vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.result .result__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin: 6px 0 0 !important;
  padding: 0 10px 12px;
  line-height: 1.08;
}

.result .result__priceOriginal,
.result .result__priceDiscount {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}

.result .result__priceCurrency {
  color: rgba(255,255,255,0.92);
  font-size: clamp(14px, 2.8vw, 18px);
  font-weight: 700;
}

.result .result__priceAmount {
  color: #ffffff;
  font-size: clamp(22px, 4.4vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.result .result__priceOriginal.is-discounted {
  opacity: 0.58;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255,255,255,0.78);
}

.result .result__priceDiscount {
  margin-left: 2px;
}

.result .result__priceDiscount .result__priceCurrency,
.result .result__priceDiscount .result__priceAmount {
  color: #f0cb82;
  text-shadow: 0 1px 0 rgba(50, 33, 12, 0.32);
}

.result .result__group {
  display: none !important;
}

.result .result__groupTxt {
  color: rgba(255,255,255,0.88) !important;
  background: rgba(255,255,255,0.06) !important;
  border-radius: 12px;
}

.result .result__groupTxt * {
  color: inherit !important;
}

.result__payAction {
  margin-top: 0;
  padding: 0 10px 10px;
}

.result__payButton {
  width: 100%;
  border: 1px solid rgba(112,78,28,0.28);
  border-radius: 12px;
  padding: 11px 14px;
  background: linear-gradient(180deg, #faedc9 0%, #dfb76f 45%, #9a6c33 100%);
  color: #2c2012;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.34),
    inset 0 -8px 14px rgba(101, 64, 16, 0.14),
    0 12px 20px rgba(79, 53, 20, 0.24);
  text-shadow: 0 1px 0 rgba(255,255,255,0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.result__payButton:hover,
.result__payButton:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.38),
    inset 0 -8px 14px rgba(101, 64, 16, 0.17),
    0 14px 24px rgba(79, 53, 20, 0.28);
  filter: brightness(1.03);
}

.result__contactCta {
  display: flex;
  justify-content: center;
  margin-top: 2px;
  padding: 0;
}

.result__contactButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 420px);
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #17c46b 0%, #0d9f53 100%);
  box-shadow: 0 14px 26px rgba(13, 159, 83, 0.24);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.result__contactButton:hover,
.result__contactButton:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(13, 159, 83, 0.3);
  filter: brightness(1.03);
}

.reviews {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  background: #181a21 !important;
  background-image: none !important;
}

.reviews__inner {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
  text-align: center;
  background: transparent !important;
  background-image: none !important;
}

.reviews::before,
.reviews::after,
.reviews__inner::before,
.reviews__inner::after {
  content: none !important;
  display: none !important;
}

.reviews__ttl {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
}

.reviewsRating {
  width: min(100%, 620px);
  margin: 14px auto 0;
  padding: 24px 28px 30px;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(39,39,43,0.98) 0%, rgba(28,29,33,0.98) 100%);
  background-image: none !important;
  box-shadow: 0 24px 60px rgba(7, 8, 11, 0.28), inset 0 1px 0 rgba(255,255,255,0.04);
}

.reviewsRating__selector {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.reviewsRating__starButton {
  border: none;
  padding: 0;
  background: transparent;
  color: #66666c;
  font-size: clamp(32px, 4.2vw, 46px);
  line-height: 1;
  cursor: pointer;
  transition: color 0.16s ease, transform 0.16s ease;
}

.reviewsRating__starButton:hover,
.reviewsRating__starButton:focus-visible,
.reviewsRating__starButton.is-selected {
  color: #ffb31f;
  transform: translateY(-1px);
}

.reviewsRating__starButton:focus-visible {
  outline: none;
}

.reviewsRating__starButton:disabled {
  cursor: default;
}

.reviewsRating__average {
  margin: 12px 0 0;
  font-size: clamp(18px, 2.8vw, 28px);
  font-weight: 700;
  line-height: 1.15;
}

.reviewsRating__count {
  margin: 10px 0 0;
  font-size: clamp(16px, 2.4vw, 22px);
  font-weight: 500;
  line-height: 1.2;
}

.others,
.others .others__inner {
  background: linear-gradient(180deg, #262933 0%, #181a21 100%) !important;
  background-image: none !important;
}

.others .others__box,
.others .others__container,
.others .link__box,
.others .others__bunnerPic {
  background: transparent !important;
}

.others .others__pic {
  background: rgba(255,255,255,0.06) !important;
}

.others .others__bunnerPic {
  position: relative;
  padding-top: 30px !important;
  background: linear-gradient(180deg, #262933 0%, #181a21 100%) !important;
}

.others .others__bunnerImg {
  display: block;
  width: 100%;
  height: auto;
}

.others .others__bunnerImg.u-pcDb {
  display: block !important;
}

.others .others__bunnerImg.u-spDb {
  display: none !important;
}

.others .others__bunnerPic::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 152px;
  width: 90px;
  height: 22px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(113, 50, 14, 0.98) 0%, rgba(177, 87, 26, 0.96) 48%, rgba(121, 56, 17, 0.98) 100%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.16);
  z-index: 2;
}

.others .others__bunnerPic::after {
  content: none;
}

.others .others__ttl {
  color: #f0cb82 !important;
  background: linear-gradient(180deg, #fff4d6 0%, #dfb76f 45%, #9a6c33 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.others .others__kind {
  color: #f0cb82 !important;
}

.others .others__kindHkd {
  color: rgba(245, 247, 251, 0.9) !important;
}

.reviewsRating__source {
  margin: 12px 0 0;
  color: #2f7cff;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.reviewsRating__distribution {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.reviewsRating__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.reviewsRating__rowStars {
  display: flex;
  gap: 2px;
  color: #66666c;
  font-size: clamp(26px, 3.8vw, 38px);
  line-height: 1;
}

.reviewsRating__rowStars .is-filled {
  color: #ffb31f;
}

.reviewsRating__bar {
  height: 18px;
  border-radius: 2px;
  overflow: hidden;
  background: #6c6c71;
}

.reviewsRating__barFill {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #ffb31f 0%, #ff8d1f 100%);
}

.reviewsRating__rowCount {
  min-width: 20px;
  color: #ececef;
  font-size: clamp(16px, 2.4vw, 22px);
  line-height: 1;
  font-weight: 500;
  text-align: right;
}

.reviewsRating__actions {
  margin-top: 28px;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.reviewsRating__submit {
  min-width: 250px;
  border: none;
  border-radius: 4px;
  padding: 14px 24px;
  background: linear-gradient(180deg, #dc812a 0%, #c86118 100%);
  color: #fffaf2;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(125, 63, 15, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.reviewsRating__submit:hover,
.reviewsRating__submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(125, 63, 15, 0.32);
  filter: brightness(1.04);
}

.reviewsRating__submit:disabled {
  cursor: default;
  opacity: 0.72;
  filter: none;
  box-shadow: 0 10px 22px rgba(80, 45, 14, 0.18);
}

.reviewsRating__status {
  min-height: 1.4em;
  margin: 0;
  color: rgba(229,229,232,0.72);
  font-size: clamp(13px, 1.8vw, 15px);
  line-height: 1.5;
}

.claimModal.productCheckoutModal .productCheckoutModal__dialog,
.claimModal.productCheckoutPayModal .productCheckoutPayModal__dialog {
  max-width: 560px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(34,38,45,0.98) 0%, rgba(15,18,24,0.98) 100%);
  box-shadow: 0 28px 70px rgba(4, 6, 10, 0.52), inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
}

.productCheckoutModal .claimModal__close,
.productCheckoutPayModal .claimModal__close {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.05);
  color: #f4f7fb;
  font-size: 28px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.productCheckoutModal .claimModal__eyebrow,
.productCheckoutPayModal .claimModal__eyebrow {
  color: #d6bf96;
}

.productCheckoutModal .claimModal__title,
.productCheckoutPayModal .claimModal__title {
  color: #f6f8fb;
}

.productCheckoutModal .claimModal__subtitle,
.productCheckoutPayModal .claimModal__subtitle {
  color: rgba(246,248,251,0.78);
}

.productCheckoutModal .claimModal__field span {
  color: #d7c4a0;
}

.productCheckoutModal .claimModal__field input,
.productCheckoutModal .claimModal__field textarea {
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #f6f8fb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.productCheckoutModal .claimModal__field input::placeholder,
.productCheckoutModal .claimModal__field textarea::placeholder {
  color: rgba(246,248,251,0.46);
}

.productCheckoutModal__summary {
  margin-top: 20px;
  padding: 16px;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  background: rgba(255,255,255,0.05);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.productCheckoutModal__imageWrap {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
}

.productCheckoutModal__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.productCheckoutModal__meta {
  min-width: 0;
}

.productCheckoutModal__priceRow {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.productCheckoutModal__price {
  font-size: clamp(28px, 4vw, 34px);
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.productCheckoutModal__oldPrice {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.44);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.productCheckoutModal__name {
  margin: 10px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #f6f8fb;
}

.productCheckoutModal__submit,
.productCheckoutPayModal__button {
  width: 100%;
  justify-content: center;
  background: linear-gradient(135deg, #0070ba 0%, #0a4fa3 100%);
  box-shadow: 0 14px 24px rgba(0, 78, 172, 0.26);
}

.productCheckoutPayModal__summary {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.productCheckoutPayModal__item {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.productCheckoutPayModal__label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7c4a0;
}

.productCheckoutPayModal__value {
  display: block;
  margin-top: 8px;
  font-size: 19px;
  color: #f6f8fb;
  word-break: break-word;
}

.productCheckoutPayModal__rule,
.productCheckoutPayModal__help {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(246,248,251,0.72);
}

.productCheckoutPayModal__field {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.productCheckoutPayModal__field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: #f6f8fb;
  font-size: 14px;
  line-height: 1.7;
  resize: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.productCheckoutPayModal__actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.productCheckoutPayModal__secondaryBtn {
  flex: 1 1 220px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.05);
  color: #f6f8fb;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.productCheckoutPayModal__secondaryBtn:hover,
.productCheckoutPayModal__secondaryBtn:focus-visible {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.16);
}

.result__pic--preview {
  cursor: pointer;
}

.result__pic--preview:focus-visible {
  outline: 2px solid rgba(255,255,255,0.64);
  outline-offset: -4px;
}

.result__videoTrigger {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(20,22,29,0.68);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
  backdrop-filter: blur(8px);
  pointer-events: none;
  z-index: 2;
}

.result__videoTriggerIcon {
  margin-left: 2px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgba(255,255,255,0.96);
}

/* overrides for the rebuilt reference-style sales page */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Inter:wght@500;600;700;800&display=swap');

.brand-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 2px solid rgba(255,255,255,0.85);
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: 0.18em;
  background: rgba(0,0,0,0.28);
}

.sales-mv {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.48)),
    url('https://sell-hk.allu-official.com/lp/wp-content/themes/Zephyr-child/assets/images/common/others_bunner.webp');
  background-size: cover;
  background-position: center;
}

.mv__center--compact {
  max-width: 820px;
  margin: 0 auto;
}

.mv__txt--hero-cn {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mv__txtBox--hero-en {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.link__box--single-center {
  display: flex;
  justify-content: center;
}

.link__box--single-center .link__txt {
  width: auto;
}

.link__box--price-single {
  margin-top: 18px;
}

.price__subCopy--en {
  max-width: 860px;
  margin: 0 auto 14px;
  text-align: center;
}

.price__subTxt01--en,
.price__subTxt03--en {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}

.price__subTxt01--en {
  font-size: clamp(23px, 2.1vw, 27px);
}

.price__subTxt03--en {
  font-size: clamp(21px, 1.85vw, 25px);
}

.single-wa-nav .siteHeader__navItemLink,
.single-footer-wa .footerNav__navItemLink {
  min-width: 112px;
  text-align: center;
}

.sales-note-box {
  background: linear-gradient(180deg, #f4efe6, #f8f3eb);
}

.sales-note-box .result__recycleTxt01,
.sales-note-box .result__recyclewrap {
  color: #4d3d2b;
}

.price__item02 {
  font-size: 18px;
}

.question__noneBox {
  display: block;
}

.link__txt a {
  text-decoration: none;
}

.possible {
  background: linear-gradient(180deg, #f4ecdf 0%, #eadcc5 100%);
}

.possible__txt01,
.possible__txt02,
.possible__cap {
  letter-spacing: 0.02em;
}

.possible__txt01 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.possible__txt02 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.possible__container {
  align-items: flex-start;
}

.possible__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.possible__pic {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffaf3, #eadcc7);
  box-shadow: 0 16px 34px rgba(84, 61, 33, 0.16);
}

.possible__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.possible__cap {
  min-height: 2.8em;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0,0,0,0.45);
}

.possible .link__box {
  display: none;
}

.luckyWheel {
  margin-top: 44px;
}

.luckyWheel__shell {
  border-radius: 36px;
  padding: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(236,221,194,0.98));
  box-shadow: 0 24px 70px rgba(85, 56, 28, 0.18);
  border: 1px solid rgba(190, 156, 103, 0.28);
}

.luckyWheel__copy--top {
  max-width: 780px;
  margin: 0 auto 20px;
  text-align: center;
}

.luckyWheel__mainRow {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(420px, 560px) minmax(220px, 300px);
  gap: 28px;
  align-items: center;
  justify-content: center;
}

.luckyWheel__side {
  width: 100%;
}

.luckyWheel__side--left {
  justify-self: end;
}

.luckyWheel__side--right {
  justify-self: start;
}

.luckyWheel__centerCol {
  display: flex;
  justify-content: center;
}

.luckyWheel__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9b7345;
}

.luckyWheel__title {
  margin: 0 0 16px;
  font-family: 'Cinzel', serif;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.08;
  color: #342111;
}

.luckyWheel__desc {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #684d31;
}

.luckyWheel__meta {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.luckyWheel__counterBox {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4d3015, #9a6a38 55%, #e2c08b);
  box-shadow: 0 10px 26px rgba(78, 49, 20, 0.22);
}

.luckyWheel__counterLabel {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
}

.luckyWheel__counterValue {
  min-width: 42px;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}

.luckyWheel__hint {
  margin: 18px 0 0;
  min-height: 1.8em;
  font-size: 15px;
  font-weight: 700;
  color: #6c4b24;
}

.luckyWheel__stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 26px 0 10px;
  perspective: 1400px;
}

.luckyWheel__pointerGlow {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,228,120,0.78) 0%, rgba(255,228,120,0.25) 45%, rgba(255,228,120,0) 75%);
  filter: blur(4px);
  z-index: 4;
}

.luckyWheel__pointer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 54px solid #ffda57;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,0.28));
  z-index: 5;
}

.luckyWheel__pointer::after {
  content: '';
  position: absolute;
  top: -56px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fffdf0, #ffc84d 72%, #b56d0b 100%);
  box-shadow: 0 0 18px rgba(255,214,92,0.9);
}

.luckyWheel__disc {
  position: relative;
  margin: 0 auto;
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform-style: preserve-3d;
  transition: transform 5.8s cubic-bezier(0.12, 0.86, 0.18, 1);
  background:
    radial-gradient(circle at 50% 32%, rgba(255,255,255,0.28), rgba(255,255,255,0) 34%),
    conic-gradient(
      from -31.5deg,
      #8a5728 0deg 63deg,
      #553114 63deg 147deg,
      #bf8f51 147deg 210deg,
      #553114 210deg 294deg,
      #bf8f51 294deg 357deg,
      #553114 357deg 360deg
    );
  border: 16px solid #f9f0df;
  box-shadow:
    inset 0 0 0 14px rgba(125, 84, 39, 0.16),
    inset 0 -18px 20px rgba(62, 34, 12, 0.14),
    0 20px 42px rgba(74, 43, 20, 0.22),
    0 34px 0 rgba(108, 69, 29, 0.18);
}

.luckyWheel__disc.is-spinning {
  pointer-events: none;
}

.luckyWheel__discSvg,
.luckyWheel__svgWrap {
  width: 100%;
  height: 100%;
}

.luckyWheel__wheelWrap {
  position: relative;
  width: min(100%, 520px);
}

.luckyWheel__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 138px;
  height: 138px;
  border: none;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff7cf, #e4b84d 55%, #8b561c 100%);
  color: #40230b;
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.14em;
  box-shadow:
    0 0 0 12px rgba(255,244,214,0.36),
    0 18px 34px rgba(90, 52, 18, 0.34),
    inset 0 6px 10px rgba(255,255,255,0.48);
  cursor: pointer;
  z-index: 6;
}

.luckyWheel__center:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.winnerFeed {
  border-radius: 28px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,238,218,0.92));
  box-shadow: inset 0 0 0 1px rgba(185, 148, 96, 0.24);
}

.winnerFeed__header {
  margin-bottom: 12px;
}

.winnerFeed__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a37b43;
}

.winnerFeed__title {
  margin: 6px 0 0;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  color: #402610;
}

.winnerFeed__viewport {
  overflow: hidden;
  position: relative;
  max-height: 270px;
}

.winnerFeed__track {
  display: grid;
  gap: 10px;
}

.winnerFeed__item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.84);
  box-shadow: inset 0 0 0 1px rgba(190, 156, 103, 0.2);
  color: #5a3a16;
  font-size: 14px;
  font-weight: 700;
}

.winnerFeed__name {
  color: #8d6128;
}

.claimModal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 40;
}

.claimModal.is-open {
  display: flex;
}

.claimModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 6, 0.62);
  backdrop-filter: blur(4px);
}

.claimModal__dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: min(92vh, 900px);
  overflow: auto;
  padding: 28px 28px 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,250,242,0.98), rgba(244,229,203,0.98));
  box-shadow: 0 24px 60px rgba(19, 10, 5, 0.3);
  z-index: 1;
}

.claimModal.hongbaoEntryModal .hongbaoEntryModal__dialog,
.claimModal.hongbaoResultModal .hongbaoResultModal__dialog {
  border: 1px solid rgba(210,177,114,0.18);
  background: linear-gradient(180deg, rgba(35,39,47,0.94) 0%, rgba(15,17,23,0.9) 100%);
  box-shadow: 0 28px 70px rgba(6, 7, 10, 0.46), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
}

.claimModal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  color: #7a562d;
  cursor: pointer;
}

.claimModal__title {
  margin: 6px 0 10px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  font-family: 'Cinzel', serif;
  color: #3f250e;
}

.claimModal__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #614122;
}

.claimModal__rewardBox {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.claimModal__rewardImageWrap {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,0.8);
  box-shadow: inset 0 0 0 1px rgba(189, 154, 100, 0.24);
}

.claimModal__rewardImage {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.claimModal__rewardName {
  margin: 0;
  font-size: 24px;
  font-family: 'Cinzel', serif;
  color: #402610;
}

.claimModal__rewardNote {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: #694a27;
}

.claimModal__claimIdLabel,
.claimModal__claimIdValue,
.claimModal__claimRule {
  display: block;
}

.claimModal__claimIdLabel {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9b7345;
}

.claimModal__claimIdValue {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 800;
  color: #41240d;
  word-break: break-all;
}

.claimModal__claimRule {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  color: #6f512d;
}

.claimModal__form {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.claimModal__field {
  display: grid;
  gap: 8px;
}

.claimModal__field span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b471d;
}

.claimModal__field input,
.claimModal__field textarea,
.paymentAssist__field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(180, 142, 91, 0.42);
  background: rgba(255,255,255,0.9);
  color: #3c240f;
  font-size: 15px;
  line-height: 1.6;
  resize: vertical;
}

.claimModal__fieldGrid {
  display: grid;
  gap: 14px;
}

.claimModal__fieldGrid--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.claimModal__actions,
.paymentAssist__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.claimModal__payBtn,
.paymentAssist__secondaryBtn,
.historyModal__actionBtn {
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.claimModal__payBtn {
  background: linear-gradient(135deg, #4a2b10, #aa723c 55%, #f1cb80);
  color: #fff8eb;
  box-shadow: 0 14px 24px rgba(80, 47, 17, 0.22);
}

.paymentAssist__secondaryBtn,
.historyModal__actionBtn--secondary {
  background: rgba(255,255,255,0.86);
  color: #553617;
  box-shadow: inset 0 0 0 1px rgba(184, 145, 92, 0.34);
}

.paymentAssist__dialog {
  max-width: 680px;
}

.paymentAssist__summary {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.paymentAssist__item {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.88);
  box-shadow: inset 0 0 0 1px rgba(188, 152, 100, 0.24);
}

.paymentAssist__label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b7345;
}

.paymentAssist__value {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  color: #422811;
  word-break: break-word;
}

.paymentAssist__rule,
.paymentAssist__help,
.historyModal__intro,
.historyModal__rule {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #684a28;
}

.paymentAssist__field {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.historyModal__dialog {
  max-width: 760px;
}

.historyModal__empty {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.84);
  color: #6e532f;
}

.historyModal__list {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.historyModal__card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.88);
  box-shadow: inset 0 0 0 1px rgba(186, 149, 95, 0.25);
}

.historyModal__cardHead,
.historyModal__cardBody p,
.historyModal__cardActions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.historyModal__cardHead {
  margin-bottom: 12px;
  color: #452a11;
}

.historyModal__cardBody {
  display: grid;
  gap: 8px;
}

.historyModal__cardBody p {
  margin: 0;
  color: #68492a;
}

.historyModal__cardBody strong {
  color: #452a11;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  word-break: break-word;
}

.historyModal__cardBody span {
  font-size: 13px;
  color: #8e6635;
}

.historyModal__cardRow--stack {
  align-items: flex-start !important;
  flex-direction: column;
}

.historyModal__cardRow--stack strong {
  width: 100%;
  text-align: left;
}

.historyModal__cardActions {
  margin-top: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.productOrderHistoryModal__blank {
  margin-top: 18px;
  min-height: 138px;
  border-radius: 22px;
  background: rgba(255,255,255,0.28);
  box-shadow: inset 0 0 0 1px rgba(186, 149, 95, 0.2);
}

.productOrderHistoryFab {
  position: fixed;
  top: calc(88px + env(safe-area-inset-top));
  right: 14px;
  bottom: auto;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(229, 188, 96, 0.34);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 0 10px;
  background: linear-gradient(145deg, rgba(12, 13, 18, 0.84) 0%, rgba(43, 31, 15, 0.72) 100%);
  color: #f4d78b;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 28px rgba(3, 4, 8, 0.32), inset 0 1px 0 rgba(255, 232, 182, 0.16);
  cursor: pointer;
  z-index: 38;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.productOrderHistoryFab:hover,
.productOrderHistoryFab:focus-visible {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 18px 34px rgba(5, 6, 10, 0.38), inset 0 1px 0 rgba(255, 232, 182, 0.22);
  filter: brightness(1.05);
}

.productOrderHistoryFab.has-orders::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff4b34;
  box-shadow: 0 0 0 2px rgba(38, 41, 51, 0.9);
}

@media (max-width: 1023px) {
  .result .result__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.productPreviewModal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  z-index: 44;
}

.productPreviewModal.is-open {
  display: flex;
}

.productPreviewModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 10, 4, 0.76);
  backdrop-filter: blur(4px);
}

.productPreviewModal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 500px);
  padding: 16px 16px 14px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.04);
  background: linear-gradient(180deg, rgba(8,8,10,0.88), rgba(18,18,22,0.78));
  box-shadow: 0 24px 60px rgba(0,0,0,0.48), inset 0 1px 0 rgba(255,255,255,0.03);
}

.productPreviewModal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  font-size: 28px;
  line-height: 1;
  color: rgba(255,255,255,0.88);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.productPreviewModal__close:hover,
.productPreviewModal__close:focus-visible {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
}

.productPreviewModal__viewport {
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 24px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
}

.productPreviewModal__viewport::-webkit-scrollbar {
  display: none;
}

.productPreviewModal__track {
  display: flex;
}

.productPreviewModal__slide {
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
}

.productPreviewModal__frame {
  width: min(100%, 372px);
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.productPreviewModal__frame--video {
  background: #000;
}

.productPreviewModal__video,
.productPreviewModal__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productPreviewModal__pager {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.productPreviewModal__pagerBtn {
  min-width: 82px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.productPreviewModal__pagerBtn.is-active {
  background: linear-gradient(135deg, rgba(150,102,46,0.95), rgba(224,183,118,0.92));
  color: #fff7ea;
  box-shadow: 0 10px 20px rgba(91, 58, 24, 0.22);
}

.claimModal-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .luckyWheel__mainRow {
    grid-template-columns: minmax(0, 1fr);
  }

  .luckyWheel__side--left,
  .luckyWheel__side--right {
    justify-self: stretch;
  }
}

@media (max-width: 767px) {
  .claimModal {
    padding: 14px;
  }

  .claimModal__dialog,
  .hongbaoEntryModal__dialog,
  .hongbaoResultModal__dialog {
    padding: 22px 18px 20px;
    border-radius: 24px;
  }

  .claimModal__rewardBox,
  .paymentAssist__summary,
  .claimModal__fieldGrid--triple {
    grid-template-columns: minmax(0, 1fr);
  }

  .hongbaoResultModal__coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .result .result__couponBar {
    width: min(100%, 100%);
    margin: 12px auto 12px;
    padding: 8px 10px;
    border-radius: 12px;
    gap: 5px 8px;
  }

  .result .result__couponLabel,
  .result .result__couponCountdown,
  .result .result__couponValue {
    font-size: 11px;
  }

  .result .result__couponCountdown {
    font-size: 12px;
  }

  .result .result__couponTimer {
    font-size: 16px;
  }

  .others .others__bunnerPic {
    padding-top: 26px !important;
  }

  .others .others__bunnerImg.u-pcDb {
    display: none !important;
  }

  .others .others__bunnerImg.u-spDb {
    display: block !important;
  }

  .others .others__bunnerPic::before {
    left: 24px;
    top: 132px;
    width: 76px;
    height: 18px;
    border-radius: 4px;
  }

  .others .others__bunnerPic::after {
    content: none;
  }

  .result__videoTrigger {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
  }

  .result__videoTriggerIcon {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 7px;
  }

  .result__payAction {
    padding: 0 8px 8px;
  }

  .result__contactCta {
    margin-top: 0;
    padding: 0;
  }

  .result__contactButton {
    width: min(100%, 340px);
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

  .productCheckoutModal__summary {
    grid-template-columns: 1fr;
  }

  .productCheckoutModal__imageWrap {
    max-width: 110px;
  }

  .productPreviewModal {
    padding: 14px;
  }

  .productPreviewModal__dialog {
    width: 100%;
    padding: 14px 12px 14px;
    border-radius: 22px;
  }

  .productPreviewModal__frame {
    width: 100%;
    border-radius: 18px;
  }

  .productPreviewModal__pagerBtn {
    min-width: 74px;
    padding: 9px 14px;
    font-size: 12px;
  }

  .reviews {
    padding: 0 16px;
  }

  .result .result__inner {
    padding: 2.7rem 8px 0.6rem;
  }

  .result .result__ttl {
    margin-bottom: 6px !important;
  }

  .result .result__txt01 {
    max-width: min(100%, 374px);
    margin: 8px auto 0;
    padding: 0 2px;
    font-size: clamp(11px, 3.1vw, 12px);
    line-height: 1.32;
    letter-spacing: -0.01em;
  }

  .result .result__txt01 span {
    display: inline;
  }

  .result .result__txt01 span + span {
    margin-top: 0;
  }

  .result .result__couponBar {
    margin: 10px auto 12px;
  }

  .result .result__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
    margin-bottom: 6px;
  }

  .result .result__box {
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(12, 14, 18, 0.06);
  }

  .result .result__pic {
    aspect-ratio: 1 / 1.16;
  }

  .result .result__itemName {
    margin-top: 8px !important;
    padding: 0 8px;
    font-size: clamp(10.8px, 3vw, 12.5px);
  }

  .result .result__price {
    gap: 3px;
    margin-top: 4px !important;
    padding: 0 8px 8px;
  }

  .result__payButton {
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 12.5px;
  }

  .productOrderHistoryFab {
    right: 10px;
    top: calc(76px + env(safe-area-inset-top));
    bottom: auto;
    width: 54px;
    height: 54px;
    font-size: 9.5px;
    letter-spacing: 0.04em;
  }

  .productOrderHistoryModal__blank {
    min-height: 118px;
  }

  .reviews__ttl {
    font-size: clamp(24px, 8vw, 34px);
  }

  .reviewsRating {
    width: 100%;
    margin-top: 12px;
    padding: 22px 16px 24px;
    border-radius: 20px;
  }

  .reviewsRating__selector {
    gap: 0;
  }

  .reviewsRating__starButton {
    font-size: clamp(30px, 9vw, 40px);
  }

  .reviewsRating__average {
    margin-top: 12px;
    font-size: clamp(18px, 6.2vw, 24px);
  }

  .reviewsRating__count,
  .reviewsRating__source {
    font-size: clamp(15px, 4.8vw, 19px);
  }

  .reviewsRating__distribution {
    margin-top: 24px;
    gap: 12px;
  }

  .reviewsRating__row {
    gap: 8px;
  }

  .reviewsRating__rowStars {
    font-size: clamp(22px, 7.2vw, 30px);
  }

  .reviewsRating__bar {
    height: 14px;
  }

  .reviewsRating__rowCount {
    font-size: clamp(16px, 5.4vw, 20px);
  }

  .reviewsRating__actions {
    margin-top: 24px;
    gap: 12px;
  }

  .reviewsRating__submit {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
    font-size: clamp(17px, 5.4vw, 22px);
  }

  .reviewsRating__status {
    font-size: 14px;
  }

  .claimModal__actions,
  .paymentAssist__actions,
  .historyModal__cardActions,
  .hongbaoResultModal__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .claimModal__payBtn,
  .paymentAssist__secondaryBtn,
  .historyModal__actionBtn,
  .hongbaoResultModal__btn,
  .result__payButton,
  .productCheckoutPayModal__secondaryBtn {
    width: 100%;
  }
}
