:root {
  --offer-ink: #26313d;
  --offer-cream: #f7edda;
  --offer-orange: #ee4d2d;
  --offer-gold: #f2b705;
  --offer-paper: #fffdf8;
}

html { scroll-behavior: smooth; }

body.shopee-landing {
  margin: 0;
  color: var(--offer-ink);
  background: var(--offer-paper);
  font-family: var(--font-primary), Arial, sans-serif;
  overflow-x: hidden;
}

.shopee-landing *, .shopee-landing *::before, .shopee-landing *::after { box-sizing: border-box; }
.shopee-landing button, .shopee-landing a { -webkit-tap-highlight-color: transparent; }
.shopee-landing a { color: inherit; text-decoration: none; }
.shopee-landing button { font: inherit; }
.offer-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.offer-topbar { background: var(--offer-ink); color: #fff; font-size: 13px; }
.offer-topbar__inner { min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.coupon-mini { display: inline-flex; align-items: center; gap: 7px; padding: 4px 10px; border: 1px dashed rgba(255,255,255,.5); border-radius: 6px; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; }
.coupon-mini strong { letter-spacing: .08em; }
.coupon-mini svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.offer-header { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.offer-logo img { width: 145px; height: auto; display: block; }
.offer-secure { display: flex; align-items: center; gap: 8px; color: #65707c; font-size: 13px; }
.offer-secure span { width: 8px; height: 8px; border-radius: 99px; background: #31a36b; box-shadow: 0 0 0 4px rgba(49,163,107,.13); }

.offer-direct { min-height: calc(100vh - 84px); padding: 52px 0 70px; background: var(--offer-cream); }
.offer-direct__intro { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.offer-direct__intro h1 { margin: 5px 0 8px; color: var(--offer-ink); font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; }
.offer-direct__intro h1 em { color: var(--offer-orange); font-family: Georgia, serif; font-weight: 400; }
.offer-direct__intro p { margin: 0; color: #69737d; font-size: 13px; }
.direct-coupon { flex: 0 0 auto; min-width: 250px; padding: 12px 14px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 18px; border: 1px dashed #d59e00; border-radius: 12px; background: rgba(255,255,255,.78); color: var(--offer-ink); text-align: left; cursor: pointer; box-shadow: 0 8px 24px rgba(56,45,20,.06); }
.direct-coupon > span { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.direct-coupon > span b { color: var(--offer-orange); }
.direct-coupon strong { font-size: 19px; letter-spacing: .09em; }
.direct-coupon small { grid-row: 1 / span 2; grid-column: 2; padding: 8px 10px; border-radius: 6px; background: var(--offer-ink); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }

.offer-hero { position: relative; background: var(--offer-cream); overflow: hidden; }
.offer-hero::before { content: ""; position: absolute; inset: auto auto -160px -120px; width: 400px; height: 400px; border-radius: 50%; border: 70px solid rgba(242,183,5,.12); }
.offer-hero__grid { min-height: 625px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px; position: relative; }
.offer-hero__copy { position: relative; z-index: 4; padding: 70px 0 74px; }
.offer-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.offer-kicker span { color: var(--offer-orange); font-size: 15px; }
.offer-hero h1 { margin: 0; max-width: 650px; font-size: clamp(48px, 5.5vw, 76px); line-height: .99; letter-spacing: -.055em; color: var(--offer-ink); }
.offer-hero h1 em { color: var(--offer-orange); font-family: Georgia, serif; font-weight: 400; }
.offer-hero__lead { max-width: 540px; margin: 26px 0 28px; color: #55606c; font-size: 18px; line-height: 1.6; }
.offer-hero__lead strong { color: var(--offer-ink); }

.coupon-card { width: min(460px, 100%); min-height: 82px; padding: 14px 14px 14px 19px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px dashed #d59e00; border-radius: 13px; background: rgba(255,255,255,.72); box-shadow: 0 8px 26px rgba(56,45,20,.07); }
.coupon-card small { display: block; margin-bottom: 3px; color: #766b55; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.coupon-card strong { display: block; color: var(--offer-ink); font-size: 23px; letter-spacing: .1em; }
.coupon-copy { display: flex; align-items: center; gap: 7px; white-space: nowrap; border: 0; border-radius: 8px; padding: 11px 13px; background: var(--offer-ink); color: #fff; cursor: pointer; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s; }
.coupon-copy:hover { background: #111a23; transform: translateY(-1px); }
.coupon-copy svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.offer-primary { width: min(460px, 100%); min-height: 58px; margin-top: 15px; padding: 0 22px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; background: var(--offer-orange); color: #fff!important; font-weight: 800; box-shadow: 0 12px 24px rgba(238,77,45,.22); transition: transform .2s, box-shadow .2s, background .2s; }
.offer-primary:hover { background: #d94023; transform: translateY(-2px); box-shadow: 0 15px 30px rgba(238,77,45,.3); }
.offer-primary svg, .product-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.offer-app-hint { display: flex; align-items: center; gap: 7px; margin: 12px 0 0; color: #727b83; font-size: 12px; }
.offer-app-hint span { color: #31a36b; font-weight: 800; }

.offer-hero__visual { align-self: stretch; position: relative; min-width: 0; display: grid; place-items: center; padding: 52px 0; }
.offer-hero__visual::before { content: ""; position: absolute; z-index: 0; width: 84%; aspect-ratio: 1; border-radius: 28px; background: var(--offer-gold); transform: rotate(5deg); opacity: .92; }
.hero-photo { position: relative; z-index: 2; width: min(500px, 88%); padding: 12px; border: 1px solid rgba(38,49,61,.08); border-radius: 25px; background: #fff; box-shadow: 0 25px 55px rgba(38,49,61,.16); transform: rotate(-1.5deg); }
.hero-photo img { width: 100%; height: auto; aspect-ratio: 1; display: block; object-fit: contain; border-radius: 17px; background: #fff; }
.hero-photo__label { position: absolute; z-index: 2; left: 25px; bottom: 24px; padding: 8px 11px; border-radius: 6px; background: rgba(38,49,61,.92); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-badge { position: absolute; z-index: 3; top: 92px; right: 0; width: 120px; height: 120px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--offer-orange); color: #fff; transform: rotate(7deg); box-shadow: 0 14px 28px rgba(38,49,61,.2); }
.hero-badge::after { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.65); border-radius: inherit; }
.hero-badge strong, .hero-badge span { position: relative; z-index: 1; display: block; }
.hero-badge strong { font-size: 30px; line-height: 1; }
.hero-badge span { margin-top: 4px; font-size: 10px; font-weight: 800; line-height: 1.1; text-transform: uppercase; letter-spacing: .1em; }

.offer-products { padding: 96px 0 105px; background: var(--offer-paper); }
.section-heading { margin-bottom: 38px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-eyebrow { display: block; margin-bottom: 7px; color: var(--offer-orange); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-heading h2, .offer-steps h2 { margin: 0; color: var(--offer-ink); font-size: clamp(36px, 4vw, 54px); letter-spacing: -.045em; line-height: 1.05; }
.section-heading p { max-width: 390px; margin: 0 0 5px; color: #6a737c; line-height: 1.5; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid #e7e2d7; border-radius: 17px; background: #fff; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(38,49,61,.1); }
.product-card--featured { border-color: rgba(238,77,45,.45); box-shadow: 0 12px 35px rgba(238,77,45,.08); }
.product-media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #f2f0eb; }
.product-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-tag { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; border-radius: 6px; background: var(--offer-orange); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-placeholder { width: 100%; height: 100%; display: grid; place-content: center; gap: 12px; text-align: center; background: radial-gradient(circle at 50% 35%, #fff 0, #f4f0e7 70%); color: #a09789; }
.product-placeholder svg { width: 90px; margin: auto; fill: none; stroke: #c9c0b1; stroke-width: 1.4; stroke-linejoin: round; }
.product-placeholder span { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-info { padding: 20px; }
.product-title-row { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.product-title-row h3 { margin: 0; font-size: 19px; line-height: 1.25; }
.product-title-row span { padding: 3px 7px; border-radius: 4px; background: #f3f0e9; color: #817868; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.product-info p { min-height: 47px; margin: 11px 0 19px; color: #737b83; font-size: 13px; line-height: 1.55; }
.product-offer { min-height: 62px; margin: 14px 0 15px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 9px; }
.product-offer del { width: 100%; color: #8a9299; font-size: 12px; }
.product-offer strong { color: var(--offer-ink); font-size: 25px; line-height: 1; }
.product-offer span { padding: 5px 8px; border-radius: 5px; background: #fff0ec; color: var(--offer-orange); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.product-button { min-height: 48px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--offer-ink); border-radius: 8px; color: var(--offer-ink); font-size: 13px; font-weight: 800; transition: background .2s, color .2s; }
.product-button:hover { background: var(--offer-ink); color: #fff; }
.more-products { margin-top: 30px; display: flex; flex-direction: column; align-items: center; gap: 9px; }
.more-products__button { min-width: 230px; min-height: 52px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 9px; background: var(--offer-ink); color: #fff!important; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.more-products__button:hover { background: #111a23; transform: translateY(-2px); }
.more-products__button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.more-products > span { color: #737b83; font-size: 11px; }

.offer-steps { padding: 72px 0 76px; background: var(--offer-ink); color: #fff; }
.offer-steps h2 { margin-bottom: 36px; color: #fff; font-size: 36px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.step { display: flex; align-items: center; gap: 18px; }
.step > span { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--offer-gold); font: italic 700 23px Georgia, serif; }
.step strong { display: block; margin-bottom: 4px; color: #fff; font-size: 15px; }
.step p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; }
.step b { color: var(--offer-gold); letter-spacing: .04em; }

.offer-footer { padding: 25px 0; border-top: 1px solid #e8e3d9; background: #fff; }
.offer-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #818890; font-size: 11px; }
.offer-footer img { width: 110px; height: auto; opacity: .8; }
.offer-footer p { margin: 0; }
.offer-sticky { display: none; }
.offer-toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; padding: 12px 18px; border-radius: 8px; background: var(--offer-ink); color: #fff; font-size: 13px; font-weight: 700; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: opacity .2s, transform .2s; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.offer-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .offer-direct__intro { align-items: center; }
  .offer-hero__grid { grid-template-columns: 1fr; }
  .offer-hero__copy { padding-bottom: 15px; text-align: center; }
  .offer-kicker, .offer-app-hint { justify-content: center; }
  .offer-hero__lead, .coupon-card, .offer-primary { margin-left: auto; margin-right: auto; }
  .offer-hero__visual { min-height: 480px; width: min(600px, 100%); margin-inline: auto; }
  .offer-hero__visual::before { width: 78%; }
  .hero-badge { right: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:first-child { grid-column: span 2; max-width: calc(50% - 11px); margin-inline: auto; }
}

@media (max-width: 640px) {
  .offer-shell { width: min(100% - 28px, 1160px); }
  .offer-topbar__inner { min-height: 38px; font-size: 11px; }
  .offer-header { height: 66px; }
  .offer-logo img { width: 118px; }
  .offer-secure { font-size: 10px; }
  .offer-direct { min-height: calc(100vh - 66px); padding: 30px 0 45px; }
  .offer-direct__intro { margin-bottom: 22px; display: block; text-align: center; }
  .offer-direct__intro h1 { margin-top: 6px; font-size: 39px; }
  .offer-direct__intro p { margin: 8px auto 16px; max-width: 300px; font-size: 11px; }
  .direct-coupon { width: 100%; min-width: 0; padding: 10px 12px; text-align: left; }
  .direct-coupon > span { font-size: 10px; }
  .direct-coupon strong { font-size: 17px; }
  .offer-hero__grid { min-height: auto; }
  .offer-hero__copy { padding: 44px 0 5px; }
  .offer-kicker { margin-bottom: 14px; font-size: 10px; }
  .offer-hero h1 { font-size: clamp(41px, 13vw, 58px); }
  .offer-hero__lead { margin: 19px auto 21px; font-size: 15px; line-height: 1.55; }
  .coupon-card { min-height: 72px; padding: 11px 11px 11px 15px; text-align: left; }
  .coupon-card strong { font-size: 19px; }
  .coupon-card small { font-size: 9px; }
  .coupon-copy { padding: 10px; }
  .coupon-copy span { display: none; }
  .offer-primary { min-height: 55px; }
  .offer-hero__visual { min-height: 0; margin-top: 12px; padding: 30px 0 55px; }
  .offer-hero__visual::before { width: 82%; border-radius: 20px; }
  .hero-photo { width: calc(100% - 14px); padding: 8px; border-radius: 18px; transform: rotate(-1deg); }
  .hero-photo img { border-radius: 12px; }
  .hero-photo__label { left: 17px; bottom: 17px; padding: 6px 8px; font-size: 8px; }
  .hero-badge { top: 10px; right: -3px; width: 88px; height: 88px; }
  .hero-badge strong { font-size: 23px; }
  .hero-badge span { font-size: 8px; }
  .offer-products { padding: 64px 0 72px; }
  .section-heading { margin-bottom: 25px; display: block; text-align: center; }
  .section-heading h2 { font-size: 41px; }
  .section-heading p { margin: 13px auto 0; font-size: 13px; }
  .product-grid { grid-template-columns: 1fr; gap: 16px; }
  .product-card:first-child { grid-column: auto; max-width: none; }
  .product-card { display: grid; grid-template-columns: 42% 58%; border-radius: 13px; }
  .product-media { height: 100%; min-height: 210px; aspect-ratio: auto; }
  .product-info { padding: 16px 14px; display: flex; flex-direction: column; justify-content: center; }
  .product-title-row { display: block; }
  .product-title-row h3 { font-size: 16px; }
  .product-title-row span { display: inline-block; margin-top: 7px; }
  .product-info p { min-height: 0; margin: 9px 0 13px; font-size: 11px; }
  .product-offer { min-height: 45px; margin: 10px 0; gap: 4px 6px; }
  .product-offer del { font-size: 10px; }
  .product-offer strong { font-size: 20px; }
  .product-offer span { padding: 4px 6px; font-size: 9px; }
  .product-button { min-height: 42px; padding: 0 11px; font-size: 11px; }
  .more-products { margin-top: 22px; }
  .more-products__button { width: 100%; min-height: 50px; }
  .product-tag { top: 9px; left: 8px; padding: 5px 7px; font-size: 8px; }
  .product-placeholder svg { width: 60px; }
  .product-placeholder span { font-size: 9px; }
  .offer-steps { padding: 58px 0 65px; }
  .offer-steps h2 { margin-bottom: 29px; text-align: center; font-size: 31px; }
  .steps-grid { grid-template-columns: 1fr; gap: 25px; max-width: 330px; margin-inline: auto; }
  .offer-footer { padding-bottom: 96px; }
  .offer-footer__inner { justify-content: center; text-align: center; flex-wrap: wrap; gap: 10px 18px; }
  .offer-footer p { width: 100%; order: 3; }
  .offer-sticky { position: fixed; z-index: 50; right: 10px; bottom: 10px; left: 10px; min-height: 67px; padding: 9px 9px 9px 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(38,49,61,.97); color: #fff; box-shadow: 0 10px 35px rgba(17,23,29,.32); backdrop-filter: blur(12px); }
  .offer-sticky small { display: block; margin-bottom: 2px; color: rgba(255,255,255,.6); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
  .offer-sticky strong { font-size: 14px; letter-spacing: .06em; }
  .offer-sticky a { min-height: 47px; padding: 0 16px; display: flex; align-items: center; gap: 10px; border-radius: 8px; background: var(--offer-orange); color: #fff; font-size: 12px; font-weight: 800; }
  .offer-toast { bottom: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-card, .offer-primary, .coupon-copy, .offer-toast { transition: none; }
}
