:root {
  --red: #eb1700;
  --red-dark: #c91400;
  --red-soft: #ffebe7;
  --ink: #191919;
  --muted: #6a625f;
  --cream: #fff8f4;
  --line: #f0ded8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.reward-page {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  padding: 12px 12px 30px;
  background:
    radial-gradient(circle at 50% -10%, #fff 0, #fff8f4 38%, transparent 67%),
    linear-gradient(165deg, #fffdfb 0%, #fff2ed 58%, #ffe5df 100%);
}

.reward-page::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  opacity: .34;
  background-image: radial-gradient(rgba(235, 23, 0, .16) .8px, transparent .8px);
  background-size: 20px 20px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.background-orb {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  pointer-events: none;
}
.background-orb--one {
  width: 460px;
  height: 460px;
  top: -250px;
  left: calc(50% + 80px);
  background: linear-gradient(145deg, #ff2c17, #d20e00);
  opacity: .12;
}
.background-orb--two {
  width: 300px;
  height: 300px;
  top: 510px;
  right: calc(50% + 160px);
  border: 80px solid rgba(235, 23, 0, .07);
}

.reward-shell {
  width: min(100%, 410px);
  margin: 0 auto;
  text-align: center;
}

.claim-toast {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  margin: 0 0 16px;
  padding: 10px 12px;
  border: 1px solid rgba(235, 23, 0, .08);
  border-radius: 17px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 34px rgba(91, 25, 11, .1);
  color: #3e3735;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  backdrop-filter: blur(14px);
}

.toast-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.toast-live {
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-radius: 50%;
  background: #26a269;
  box-shadow: 0 0 0 5px rgba(38, 162, 105, .12);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 18px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .16em;
}

.dash-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 16px 16px 20px 16px;
  background: var(--red);
  box-shadow: 0 12px 24px rgba(235, 23, 0, .24);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
}
.dash-mark--compact {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  color: var(--red);
  font-size: 13px;
}

.hero-copy { padding: 0 8px; }
.eyebrow, .section-kicker {
  margin: 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1 {
  margin: 8px 0 2px;
  font-size: clamp(50px, 14vw, 62px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.065em;
}
h1 span { color: var(--red); }
h1 sup, .primary-cta sup {
  position: relative;
  top: -.08em;
  margin-left: 2px;
  font-size: .4em;
}
.hero-subtitle {
  margin: 0;
  font-size: clamp(25px, 7.5vw, 31px);
  font-weight: 900;
  letter-spacing: -.045em;
}

.claimed-today {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 9px 13px;
  border: 1px solid #ffd8d1;
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: #71534d;
  font-size: 12px;
  font-weight: 700;
}
.claimed-today strong { color: var(--red); }
.hero-description {
  max-width: 390px;
  margin: 16px auto 20px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.primary-cta {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 10px 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f02811, var(--red-dark));
  box-shadow: 0 18px 34px rgba(207, 26, 5, .25);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}
.primary-cta:focus-visible { outline: 3px solid #171717; outline-offset: 4px; }
.cta-icon { display: grid; place-items: center; }
.cta-label { display: inline-flex; align-items: flex-start; justify-content: center; }
.cta-arrow { font-size: 25px; font-weight: 400; }

.food-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 12px 0 18px;
}
.food-chip {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 4px;
  border: 1px solid #f3ded8;
  border-radius: 14px;
  background: rgba(255, 255, 255, .74);
  color: #514945;
  font-size: 9px;
  font-weight: 800;
}
.food-chip > span { font-size: 19px; }

.how-card {
  padding: 20px 18px;
  border: 1px solid rgba(235, 23, 0, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 20px 52px rgba(91, 25, 11, .1);
  text-align: left;
  backdrop-filter: blur(12px);
}
.how-card__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.how-card h2 { margin: 4px 0 0; font-size: 25px; letter-spacing: -.04em; }
.time-pill { display: none; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 17px 0;
}
.steps-list li:not(:last-child) { border-bottom: 1px solid var(--line); }
.step-number {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 7px 14px rgba(235, 23, 0, .2);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.step-copy { display: flex; flex-direction: column; gap: 4px; }
.step-copy strong { font-size: 16px; letter-spacing: -.02em; }
.step-copy > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.disclaimer {
  max-width: 390px;
  margin: 18px auto 0;
  color: #80736f;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .reward-page { padding: 24px 20px 38px; }
  .reward-shell { width: min(100%, 430px); }
  .claim-toast { min-height: 64px; margin-bottom: 20px; padding: 12px 16px; font-size: 14px; }
  .brand-lockup { margin-bottom: 20px; }
  .dash-mark { width: 48px; height: 48px; font-size: 24px; }
  .dash-mark--compact { width: 24px; height: 24px; font-size: 13px; }
  h1 { font-size: 64px; }
  .primary-cta { min-height: 78px; font-size: 20px; }
  .food-strip { gap: 8px; }
  .food-chip { font-size: 10px; }
  .how-card { padding: 22px; }
  .time-pill {
    display: inline-block;
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--red-soft);
    color: var(--red-dark);
    font-size: 11px;
    font-weight: 900;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
