:root {
  --ink: #30283a;
  --muted: #756d7c;
  --paper: rgb(239, 241, 238);
  --lime: #d9cce5;
  --green: #735b91;
  --line: rgba(115, 91, 145, .2);
  --display: 'Space Grotesk', sans-serif;
  --body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: '';
  opacity: .34;
  pointer-events: none;
  background-image: radial-gradient(rgba(115, 91, 145, .13) .7px, transparent .7px);
  background-size: 14px 14px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.page-shell { max-width: 1240px; margin: 0 auto; padding: 0 48px; }
.topbar { position: relative; height: 184px; display: flex; align-items: center; justify-content: flex-end; border-bottom: 1px solid var(--line); }
.brand { position: absolute; left: 50%; display: flex; align-items: center; justify-content: center; width: 340px; height: 172px; color: var(--ink); text-decoration: none; transform: translateX(-50%); }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-mark { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px 9px 9px 2px; color: var(--ink); background: var(--lime); font: 700 18px var(--display); transform: rotate(-8deg); }
.status { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.status i, .live-dot { display: block; width: 7px; height: 7px; border-radius: 50%; background: #9b7bb2; box-shadow: 0 0 0 4px rgba(155, 123, 178, .14); }

.hero { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding: 42px 0 86px; }
.eyebrow { margin: 0 0 21px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow span { display: inline-block; margin-right: 5px; font-size: 14px; }
h1, h2 { margin: 0; font-family: var(--display); letter-spacing: -3px; line-height: .98; }
h1 { max-width: 650px; font-size: clamp(50px, 5.7vw, 76px); }
h1 em { color: var(--green); font-style: normal; }
.hero-text { max-width: 480px; margin: 27px 0 31px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.cta { display: inline-flex; align-items: center; gap: 12px; padding: 16px 20px; border: 1px solid var(--ink); border-radius: 3px; color: var(--ink); background: var(--lime); box-shadow: 4px 4px 0 var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.cta:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.whatsapp-icon { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--lime); background: var(--ink); font-size: 19px; transform: rotate(-30deg); }
.arrow { margin-left: 13px; font-size: 19px; }
.privacy-note { margin: 22px 0 0; color: var(--muted); font-size: 11px; }
.privacy-note span { color: var(--green); font-size: 17px; vertical-align: -2px; }

.hero-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.sun-glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; background: #e2d7e9; filter: blur(2px); }
.offer-card { position: relative; z-index: 1; width: min(320px, 80%); min-height: 395px; padding: 24px; border: 1px solid var(--ink); border-radius: 2px; background: #fffdf6; box-shadow: 12px 14px 0 var(--ink); transform: rotate(5deg); animation: float 5s ease-in-out infinite; }
.offer-header { display: flex; align-items: center; justify-content: space-between; color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: 1.3px; }
.product-shape { height: 178px; display: flex; flex-direction: column; align-items: center; justify-content: end; padding-bottom: 28px; }
.product-screen { display: grid; width: 143px; height: 103px; place-items: center; border: 6px solid #40354a; border-radius: 8px 8px 3px 3px; color: #eee4f3; background: #967dab; font-size: 46px; box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .15); }
.product-base { width: 176px; height: 10px; border-radius: 2px 2px 10px 10px; background: #40354a; }
.offer-details { border-top: 1px solid var(--line); padding-top: 18px; }
.offer-details p { margin: 0 0 5px; color: var(--muted); font-size: 11px; }
.offer-details strong { font: 700 46px var(--display); letter-spacing: -3px; }
.offer-details small { color: var(--green); font: 700 15px var(--body); letter-spacing: 0; }
.offer-line { display: block; width: 45px; height: 3px; margin: 16px 0 9px; background: var(--lime); }
.offer-label { color: var(--muted); font-size: 11px; }
.floating-tag { position: absolute; z-index: 2; padding: 10px 13px; border: 1px solid var(--ink); border-radius: 2px; background: #fffdf6; box-shadow: 4px 4px 0 var(--ink); font-size: 11px; font-weight: 700; }
.tag-save { top: 64px; right: 10%; transform: rotate(8deg); }
.tag-chat { bottom: 38px; left: 6%; transform: rotate(-5deg); }
.tag-chat span { color: #9b7bb2; margin-right: 5px; }

.stores { padding: 18px 0 84px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 39px 0 29px; }
.section-heading .eyebrow { margin: 0; }
h2 { max-width: 410px; font-size: 29px; }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.store-card { min-height: 120px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 2px; background: rgba(255, 253, 246, .72); transition: background .2s, transform .2s; }
.store-card:hover { background: #fffdf6; transform: translateY(-4px); }
.store-card strong { font: 600 17px var(--display); letter-spacing: -1px; }
.store-card p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.store-logo { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; }
.logo-ml { border-radius: 0; background-color: transparent; background-image: url('https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/7.37.0/mercadolibre/logo__small@2x.png'); background-position: center; background-repeat: no-repeat; background-size: 44px auto; }
.logo-amazon { position: relative; background: #171717; font: 700 31px Georgia, serif; }
.logo-amazon i { position: absolute; bottom: 10px; width: 26px; height: 7px; border-bottom: 3px solid #f2a900; border-radius: 50%; transform: rotate(-8deg); }
.logo-shopee { border-radius: 12px; background: #ee4d2d; font-size: 25px; }
.shopee-bag { display: grid; width: 27px; height: 27px; place-items: center; border: 2px solid #fff; border-radius: 3px; color: #fff; font: 700 17px var(--display); }
.shopee-bag::before { position: absolute; width: 12px; height: 7px; margin-top: -27px; border: 2px solid #fff; border-bottom: 0; border-radius: 8px 8px 0 0; content: ''; }
.card-arrow { align-self: start; color: var(--green); font-size: 20px; }
footer { display: flex; justify-content: space-between; padding: 22px 0 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .5px; }
footer span:first-child { color: var(--ink); font-weight: 700; }

@keyframes float { 0%, 100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-9px); } }

@media (max-width: 760px) {
  .page-shell { padding: 0 22px; }
  .topbar { height: 150px; }
  .brand { width: 280px; height: 140px; }
  .status { font-size: 10px; }
  .hero { display: block; min-height: auto; padding: 44px 0 74px; }
  h1 { font-size: clamp(46px, 14vw, 62px); }
  .hero-text { font-size: 15px; }
  .hero-visual { min-height: 410px; margin-top: 30px; }
  .tag-save { right: 1%; }
  .tag-chat { left: 0; bottom: 24px; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-bottom: 15px; }
  h2 { font-size: 27px; }
  .store-grid { grid-template-columns: 1fr; }
  .store-card { min-height: 96px; }
  footer { display: block; line-height: 2; }
  footer span { display: block; }
}
