:root {
  --black: #080808;
  --soft-black: #11110f;
  --panel-black: #141412;
  --ink: #050505;
  --yellow: #ffd400;
  --yellow-hot: #ffdf20;
  --cream: #fffdf3;
  --white: #fff;
  --muted: #9e9e97;
  --line: rgba(255, 255, 255, 0.14);
  --danger: #ff6262;
  --success: #76df91;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 212, 0, 0.08), transparent 28rem),
    radial-gradient(circle at 92% 78%, rgba(255, 212, 0, 0.05), transparent 32rem),
    var(--black);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.connection-banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 9px 16px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}

.site-header {
  width: min(1240px, calc(100% - 48px));
  min-height: 112px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: clamp(168px, 17vw, 218px);
  height: clamp(50px, 5.1vw, 64px);
  overflow: hidden;
  border-radius: 3px;
  background: var(--white);
  box-shadow: 0 8px 30px rgba(0,0,0,.24);
}

.brand-mark img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112%;
  height: auto;
  display: block;
  transform: translate(-50%, -50%);
}

.secure-chip {
  padding: 9px 13px;
  color: #cfcfc7;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.secure-chip span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 14px var(--yellow);
}

main {
  width: min(1240px, calc(100% - 48px));
  min-height: calc(100vh - 185px);
  margin: 0 auto;
  padding: 64px 0 84px;
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(480px, 1.12fr);
  gap: clamp(46px, 8vw, 116px);
  align-items: center;
}

.eyebrow, .kicker {
  margin: 0;
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 3px;
  margin: 0 12px 3px 0;
  background: var(--yellow);
}

h1 {
  margin: 24px 0 28px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.1rem, 7.1vw, 7.35rem);
  line-height: 0.83;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

h1 span { color: var(--yellow); }
.hero-copy { max-width: 470px; margin: 0; color: #bdbdb6; font-size: 1.03rem; line-height: 1.65; }

.purchase-threshold {
  width: min(100%, 470px);
  margin-top: 24px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255,212,0,.38);
  border-left: 4px solid var(--yellow);
  background: linear-gradient(100deg, rgba(255,212,0,.12), rgba(255,212,0,.025));
}
.purchase-threshold strong { flex: 0 0 auto; color: var(--yellow); font: 900 1.65rem/1 Impact,Haettenschweiler,sans-serif; letter-spacing:.02em; }
.purchase-threshold span { color:#aaa9a2; font-size:.71rem; line-height:1.4; }
.purchase-threshold b { display:block; margin-bottom:2px; color:var(--white); font-size:.62rem; letter-spacing:.11em; text-transform:uppercase; }

.steps {
  max-width: 470px;
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.step { position: relative; padding-top: 15px; color: #565651; transition: color 300ms ease; }
.step::before { content: ""; position: absolute; top: -2px; left: 0; width: 0; height: 3px; background: var(--yellow); transition: width 450ms ease; }
.step b { display: block; font-size: 0.7rem; letter-spacing: 0.1em; }
.step span { display: block; margin-top: 5px; font-size: 0.72rem; font-weight: 700; }
.step.is-active, .step.is-done { color: var(--white); }
.step.is-active::before, .step.is-done::before { width: 100%; }
.step.is-done::before { background: rgba(255, 212, 0, 0.42); }

.experience { position: relative; min-height: 650px; display: grid; place-items: center; }
.panel {
  position: relative;
  width: min(100%, 600px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft-black);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  animation: panel-in 520ms cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(20px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.panel-number { position: absolute; top: 19px; right: 24px; color: rgba(255, 255, 255, 0.07); font: 900 4rem/1 Impact, sans-serif; }
.panel-heading h2, .wheel-heading h2, .result-panel h2, .message-panel h2 {
  margin: 8px 0 10px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1.03;
  text-transform: uppercase;
}
.panel-heading > p:last-child, .wheel-heading > p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.45; }

.loading-panel { min-height: 420px; padding: 70px 30px; display: grid; place-content: center; justify-items: center; color: var(--muted); text-align: center; }
.loader { width: 52px; height: 52px; border: 4px solid rgba(255,255,255,.12); border-top-color: var(--yellow); border-radius: 50%; animation: rotate 800ms linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }

.form-panel { padding: clamp(30px, 5vw, 54px); }
.panel-heading { margin-bottom: 31px; }
form { display: grid; gap: 17px; }
.field > span { display: block; margin-bottom: 8px; color: #c8c8c1; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.access-code-field { margin-bottom: 4px; padding: 15px; border: 1px solid rgba(255,212,0,.28); background: rgba(255,212,0,.035); }
.access-code-field input { border-color: rgba(255,212,0,.48); font-size:.95rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.field-hint { display:block; margin-top:7px; color:#74746e; font-size:.66rem; line-height:1.45; }
.field-hint b { color:#b9b9b2; }
.verified-purchase { padding:15px;display:flex;align-items:center;gap:12px;border:1px solid rgba(118,223,145,.34);background:rgba(118,223,145,.06); }
.verified-purchase > span { width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;color:var(--ink);border-radius:50%;background:var(--success);font-weight:900; }
.verified-purchase p { margin:0;color:#999992;font-size:.72rem;line-height:1.45; }
.verified-purchase b { display:block;color:var(--white);font-size:.67rem;letter-spacing:.06em;text-transform:uppercase; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="datetime-local"] {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  outline: 0;
  background: #090909;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
input::placeholder { color: #60605c; }
input:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255, 212, 0, 0.1); }
.field.has-error input { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(255, 98, 98, .09); }
.field-error { display: block; min-height: 0; margin-top: 5px; color: #ff9292; font-size: .68rem; }
.field:not(.has-error) .field-error { display: none; }
.trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.checkbox-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.checkbox-label input { flex: 0 0 auto; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--yellow); }
.checkbox-label span { color: #92928c; font-size: 0.71rem; font-weight: 500; line-height: 1.45; }
.checkbox-label a { color: #d8d8d2; text-underline-offset: 2px; }
.checkbox-label b { color: #696965; font-size: .65rem; text-transform: uppercase; }

.button {
  min-height: 54px;
  padding: 0 20px;
  border: 0;
  border-radius: 4px;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:focus-visible, .spin-button:focus-visible, .sound-toggle:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
.button:disabled, .spin-button:disabled { cursor: wait; opacity: .62; }
.button-primary { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; color: var(--ink); background: var(--yellow); }
.button-primary:hover:not(:disabled) { background: var(--yellow-hot); }
.button-primary b { font-size: 1.35rem; }
.button-secondary { width: 100%; color: var(--white); border: 1px solid rgba(255,255,255,.25); background: transparent; }
.button-secondary:hover:not(:disabled) { border-color: var(--yellow); }
.button.compact { min-height: 49px; margin: 0; font-size: .72rem; }
.security-note { margin: 19px 0 0; color: #6f6f69; font-size: 0.64rem; text-align: center; text-transform: uppercase; letter-spacing: 0.1em; }
.security-note span { margin-right: 5px; color: var(--yellow); }

.wheel-panel { padding: clamp(27px, 4vw, 43px); text-align: center; }
.wheel-heading { margin-bottom: 24px; }
.spin-credit-banner { margin-top:18px;padding:13px 15px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 14px;border:1px solid rgba(255,212,0,.3);background:rgba(255,212,0,.055);text-align:left; }
.spin-credit-banner span { color:#8d8d86;font-size:.58rem;font-weight:900;letter-spacing:.11em; }
.spin-credit-banner strong { grid-row:1 / span 2;grid-column:2;color:var(--yellow);font-size:1rem;text-align:right; }
.spin-credit-banner small { color:var(--white);font-size:.68rem;font-weight:800; }
.wheel-stage { position: relative; width: min(100%, 465px); aspect-ratio: 1; margin: 0 auto; display: grid; place-items: center; }
.wheel-glow { position: absolute; inset: 9%; border-radius: 50%; background: rgba(255,212,0,.12); filter: blur(34px); }
#wheel { position: relative; z-index: 2; width: 100%; height: 100%; filter: drop-shadow(0 18px 24px rgba(0,0,0,.46)); transition: transform 5.4s cubic-bezier(.1,.72,.1,1); }
.pointer { position: absolute; top: -4px; left: 50%; z-index: 6; width: 52px; height: 62px; transform: translateX(-50%); filter: drop-shadow(0 5px 5px rgba(0,0,0,.5)); }
.pointer span { display: block; width: 0; height: 0; margin: auto; border-right: 24px solid transparent; border-left: 24px solid transparent; border-top: 58px solid var(--yellow); }
.spin-button {
  position: absolute;
  z-index: 7;
  width: 27%;
  min-width: 92px;
  aspect-ratio: 1;
  color: var(--white);
  border: 8px solid var(--black);
  border-radius: 50%;
  background: var(--black);
  box-shadow: 0 0 0 3px var(--yellow), 0 10px 30px rgba(0,0,0,.48);
  transition: transform 170ms ease;
}
.spin-button:hover:not(:disabled) { transform: scale(1.045); }
.spin-button span { display: block; font: 900 clamp(1.25rem,3vw,1.8rem)/1 Impact, sans-serif; letter-spacing: .04em; }
.spin-button small { display: block; margin-top: 4px; color: var(--yellow); font-size: .55rem; font-weight: 900; letter-spacing: .12em; }
.wheel-controls { min-height: 36px; margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 13px; }
.wheel-note { margin: 0; color: #85857f; font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.sound-toggle { padding: 5px 8px; color: #777770; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: transparent; font-size: .6rem; }

.result-panel { padding: clamp(30px,5vw,50px); text-align: center; }
.result-mark { width: 58px; height: 58px; margin: 0 auto 20px; display: grid; place-items: center; color: var(--ink); border-radius: 50%; background: var(--yellow); font-size: 1.7rem; font-weight: 900; box-shadow: 0 0 32px rgba(255,212,0,.2); }
.result-panel h2 { margin-top: 5px; }
.result-spin-progress { margin:3px 0 0;color:var(--yellow);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase; }
.prize-card { position: relative; margin: 25px 0 19px; padding: 28px 23px 24px; overflow: hidden; color: var(--ink); background: var(--yellow); }
.prize-card::before, .prize-card::after { content: ""; position: absolute; top: 50%; width: 24px; height: 24px; border-radius: 50%; background: var(--soft-black); transform: translateY(-50%); }
.prize-card::before { left: -12px; }
.prize-card::after { right: -12px; }
.prize-label { display: block; font-size: .65rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.prize-card > strong { display: block; margin: 10px auto 5px; font: 900 clamp(2rem,5vw,3.15rem)/.95 Impact, sans-serif; text-transform: uppercase; }
.prize-detail { font-size: .83rem; font-weight: 700; }
.coupon-code { margin: 22px auto 0; padding-top: 17px; border-top: 2px dashed rgba(0,0,0,.28); }
.coupon-code span { display: block; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.coupon-code b { display: block; margin-top: 4px; font-size: clamp(1.2rem,4vw,1.6rem); letter-spacing: .1em; }
.expiry { display: block; margin-top: 9px; font-size: .62rem; font-weight: 700; }
.benefits-collection { margin:0 0 19px;padding:16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.025);text-align:left; }
.benefits-collection > div:first-child span { display:block;color:var(--yellow);font-size:.56rem;font-weight:900;letter-spacing:.12em; }
.benefits-collection > div:first-child strong { display:block;margin-top:3px;color:var(--white);font-size:.82rem; }
#benefitsCollectionList { margin-top:11px;display:grid;gap:7px; }
.collection-item { padding:9px 10px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;background:rgba(255,255,255,.045); }
.collection-item > b { width:28px;height:28px;display:grid;place-items:center;color:var(--ink);background:var(--yellow);font-size:.65rem; }
.collection-item span { color:var(--white);font-size:.7rem;font-weight:800; }
.collection-item code { color:#a7a7a0;font-size:.62rem; }
.delivery-status { padding: 14px 16px; display: flex; align-items: center; gap: 13px; color: #b7b7b0; border: 1px solid var(--line); text-align: left; }
.delivery-status.is-sent { border-color: rgba(118,223,145,.36); }
.mail-icon { color: var(--yellow); font-size: 1.3rem; }
.delivery-status p { margin: 0; font-size: .74rem; line-height: 1.45; }
.delivery-status b { color: var(--white); }
.result-actions { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.result-actions .spin-again { grid-column:1 / -1; }
.conditions { margin: 18px auto 0; max-width: 420px; color: #6f6f69; font-size: .64rem; line-height: 1.5; }

.confetti { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.confetti i { position: absolute; top: -20px; width: 8px; height: 14px; opacity: 0; animation: confetti-fall 2.5s ease-out forwards; }
@keyframes confetti-fall { 0% { opacity: 1; transform: translate(0,-15px) rotate(0); } 100% { opacity: 0; transform: translate(var(--drift),650px) rotate(620deg); } }

.message-panel { min-height: 420px; padding: clamp(38px,7vw,70px) clamp(28px,6vw,58px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.message-icon { width: 58px; height: 58px; margin-bottom: 22px; display: grid; place-items: center; color: var(--ink); border-radius: 50%; background: var(--yellow); font-size: 1.5rem; font-weight: 900; }
.message-panel > p:not(.kicker) { max-width: 420px; margin: 6px 0 28px; color: var(--muted); line-height: 1.6; }

.toast { position: fixed; left: 50%; bottom: max(25px, calc(var(--safe-bottom) + 14px)); z-index: 90; max-width: calc(100% - 32px); padding: 12px 17px; color: var(--ink); border-radius: 4px; background: var(--white); box-shadow: 0 15px 40px rgba(0,0,0,.4); font-size: .75rem; font-weight: 800; transform: translateX(-50%); }

footer { width: min(1240px,calc(100% - 48px)); min-height: 73px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; color: #555550; border-top: 1px solid var(--line); font-size: .64rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
footer p { margin: 0; }
footer a { color: inherit; text-decoration: none; }

@media (max-width: 950px) {
  .site-header { min-height: 90px; }
  main { width: min(720px,calc(100% - 34px)); padding: 50px 0 70px; grid-template-columns: 1fr; gap: 48px; }
  .hero { text-align: center; }
  .eyebrow::before { display: none; }
  h1 { font-size: clamp(4rem,15vw,7rem); }
  .hero-copy, .purchase-threshold, .steps { margin-right: auto; margin-left: auto; }
  .experience { min-height: 0; }
}

@media (max-width: 580px) {
  .site-header { width: calc(100% - 30px); min-height: 76px; }
  .brand-mark { width: 138px; height: 43px; }
  .secure-chip { padding: 7px 9px; font-size: .53rem; }
  .secure-chip span { width: 6px; height: 6px; margin-right: 4px; }
  main { width: 100%; padding: 40px 0 52px; gap: 40px; }
  .hero { padding: 0 18px; }
  h1 { margin: 19px 0 20px; font-size: clamp(3.75rem,18vw,5.7rem); }
  .hero-copy { font-size: .9rem; }
  .purchase-threshold { margin-top:19px; padding:12px; gap:11px; text-align:left; }
  .purchase-threshold strong { font-size:1.42rem; }
  .steps { margin-top: 38px; }
  .step span { font-size: .62rem; }
  .experience { width: 100%; }
  .panel { width: 100%; border-right: 0; border-left: 0; }
  .form-panel, .result-panel, .message-panel { padding: 34px 22px; }
  .wheel-panel { padding: 31px 12px 26px; }
  .wheel-heading { padding: 0 12px; }
  .wheel-stage { width: min(100%, 420px); }
  .spin-button { min-width: 82px; border-width: 7px; }
  .pointer { top: -2px; transform: translateX(-50%) scale(.82); transform-origin: top center; }
  .result-actions { grid-template-columns: 1fr; }
  footer { width: calc(100% - 30px); min-height: 64px; }
  footer p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
