:root {
  --ink: #151516;
  --muted: #6f7075;
  --paper: #ffffff;
  --canvas: #f2f2f4;
  --line: #dedee3;
  --accent: #ed6a2c;
  --accent-dark: #c94d16;
  --night: #101114;
  --success: #18794e;
  --error: #b42318;
  --shadow: 0 28px 80px rgba(20, 20, 24, .11);
  --font: "Urbanist", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 5%, rgba(237, 106, 44, .11), transparent 26rem),
    var(--canvas);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button:focus-visible, input:focus-visible, a:focus-visible {
  outline: 3px solid rgba(237, 106, 44, .35);
  outline-offset: 3px;
}

.wm-top-banner {
  padding: 8px 20px;
  color: #d7d7dc;
  background: #09090a;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wm-header {
  border-bottom: 1px solid rgba(20, 20, 22, .08);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px);
}
.wm-header-inner {
  width: min(1160px, calc(100% - 40px));
  min-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wm-header-left { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--night);
  font-size: 16px;
}
.wm-title-main { font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.wm-title-sub { margin-top: 2px; color: var(--muted); font-size: 10px; font-weight: 600; }
.header-status { color: #52535a; font-size: 11px; font-weight: 700; }
.header-status i { margin-right: 5px; color: var(--success); }

.wm-main { width: min(1160px, calc(100% - 40px)); margin: 28px auto 0; }
.wm-card {
  overflow: hidden;
  border: 1px solid rgba(15, 15, 18, .08);
  border-radius: 32px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.wm-hero {
  position: relative;
  isolation: isolate;
  min-height: 590px;
  padding: 64px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 44px;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(237, 106, 44, .26), transparent 25rem),
    linear-gradient(135deg, #18191d 0%, #090a0c 72%);
}
.wm-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: -170px;
  bottom: -220px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
}
.wm-hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #b9bac0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(237, 106, 44, .13);
}
.wm-hero h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.065em;
}
.wm-hero h1 span {
  display: block;
  margin-top: 8px;
  color: #aeb1b8;
  font-size: .72em;
  font-weight: 500;
}
.hero-sub {
  max-width: 510px;
  margin: 26px 0 0;
  color: #aeb0b7;
  font-size: 15px;
  line-height: 1.65;
}
.hero-sub strong { color: #fff; }
.hero-cta {
  min-width: 210px;
  min-height: 56px;
  margin-top: 28px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--accent);
  box-shadow: 0 13px 30px rgba(237, 106, 44, .24);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease;
}
.hero-cta:hover { background: #f37a40; transform: translateY(-2px); }
.hero-cta i { margin-left: 9px; }
.wm-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.wm-tags span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #b9bac0;
  background: rgba(255, 255, 255, .045);
  font-size: 10px;
  font-weight: 600;
}
.wm-tags i { margin-right: 5px; color: var(--accent); }

.hero-art {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}
.hero-art::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, 0));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}
.hero-art img {
  position: relative;
  z-index: 1;
  width: min(100%, 600px);
  height: auto;
  filter: drop-shadow(0 32px 30px rgba(0, 0, 0, .42));
  animation: arrive .7s cubic-bezier(.22, .8, .3, 1) both;
}
.battle-stamp {
  position: absolute;
  z-index: 2;
  left: 1%;
  top: 8%;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
}
.battle-stamp b { color: var(--accent); }
.image-note {
  position: absolute;
  z-index: 2;
  right: 1%;
  bottom: 8%;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 15, 17, .72);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 700;
}
.image-note i { margin-right: 5px; color: var(--accent); }

.straight-answers {
  padding: 32px;
  display: grid;
  grid-template-columns: .7fr repeat(3, 1fr);
  gap: 12px;
  background: #fff;
}
.answers-intro { padding: 18px 20px 18px 8px; }
.answers-intro strong { display: block; font-size: 25px; font-weight: 700; letter-spacing: -.04em; }
.answers-intro span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.qa {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fafafa;
}
.qa .q { margin-bottom: 9px; font-size: 13px; font-weight: 800; line-height: 1.3; }
.qa .a { color: var(--muted); font-size: 12px; line-height: 1.55; }

.wm-home-quiz, .wm-email-screen { background: #fff; }
#homeQuiz { min-height: 500px; padding: 84px 10%; }
.section-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wm-question-slide { display: none; }
.wm-question-slide.active { display: block; animation: rise .25s ease both; }
.wm-q-text {
  max-width: 700px;
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -.045em;
}
.wm-q-helper { margin: 12px 0 28px; color: var(--muted); font-size: 14px; }
.wm-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.wm-option-btn {
  min-height: 92px;
  padding: 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.wm-option-btn:hover {
  border-color: #b7b7bd;
  box-shadow: 0 12px 26px rgba(20, 20, 25, .08);
  transform: translateY(-2px);
}
.wm-option-btn.selected { border-color: var(--success); background: #f0f8f3; }
.wm-opt-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--night);
}
.opt-arrow { margin-left: auto; color: #b5b5ba !important; }

.wm-email-screen { max-width: 680px; margin: auto; padding: 68px 40px 76px; }
.qualify-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--success);
  background: #edf8f1;
  font-size: 11px;
  font-weight: 800;
}
.wm-email-screen h3 {
  margin: 17px 0 9px;
  font-size: clamp(36px, 5vw, 50px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.05em;
}
.email-sub { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.reward-summary {
  margin-bottom: 22px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f7f7f8;
}
.reward-summary i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--accent);
}
.reward-summary small { display: block; color: var(--muted); font-size: 11px; font-weight: 650; }
.reward-summary strong { display: block; margin-top: 2px; font-size: 18px; }
.wm-form-group { margin-bottom: 14px; }
.wm-email-field-label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }
.wm-input {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid #c9c9ce;
  border-radius: 13px;
  outline: 0;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
}
.wm-input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(237, 106, 44, .11); }
.wm-input.error { border-color: var(--error); }
.wm-error-msg { display: none; margin-top: 7px; color: var(--error); font-size: 12px; font-weight: 700; }
.wm-error-msg.show { display: block; }
.wm-btn {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--night);
  cursor: pointer;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease;
}
.wm-btn:hover { background: #2b2c30; transform: translateY(-1px); }
.wm-btn:disabled { opacity: .38; cursor: not-allowed; transform: none; }
.wm-email-footnote { margin-top: 12px; color: var(--muted); text-align: center; font-size: 11px; line-height: 1.5; }

.wm-toast {
  position: fixed;
  z-index: 120;
  top: 18px;
  left: 50%;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--night);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -10px);
  transition: .2s ease;
  font-size: 12px;
  font-weight: 700;
}
.wm-toast.show { opacity: 1; transform: translate(-50%, 0); }

.consent-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  padding: 20px;
  display: none;
  place-items: center;
  background: rgba(5, 5, 7, .74);
  backdrop-filter: blur(10px);
}
.consent-modal.open { display: grid; }
.consent-dialog {
  width: min(560px, 100%);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .38);
  animation: rise .22s ease;
}
.warning-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #a64618;
  background: #fff0e8;
  font-size: 18px;
}
.modal-kicker {
  display: block;
  margin-top: 17px;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.consent-dialog h2 { margin: 5px 0 8px; font-size: 32px; line-height: 1.05; letter-spacing: -.04em; }
.consent-dialog > p { margin: 0 0 16px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.warning-list { margin: 0 0 20px; padding: 0; border-bottom: 1px solid var(--line); list-style: none; }
.warning-list li {
  position: relative;
  padding: 11px 4px 11px 27px;
  border-top: 1px solid var(--line);
  color: #55565c;
  font-size: 12px;
  line-height: 1.5;
}
.warning-list li::before {
  content: "!";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  font-size: 9px;
  font-weight: 800;
}
.modal-actions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10px; }
.modal-cancel, .modal-agree { min-height: 50px; border-radius: 999px; cursor: pointer; font-weight: 800; }
.modal-cancel { border: 1px solid var(--line); color: var(--ink); background: #fff; }
.modal-agree { border: 0; color: #fff; background: var(--night); }
.modal-agree:disabled { opacity: .55; cursor: wait; }

.wm-footer {
  width: min(900px, calc(100% - 40px));
  margin: auto;
  padding: 28px 0 42px;
  color: #74757a;
  text-align: center;
  font-size: 10px;
  line-height: 1.65;
}
.wm-footer-links { display: flex; justify-content: center; gap: 18px; }
.wm-footer a { color: #3e3f43; font-weight: 750; }

@keyframes arrive {
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: none; }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
@media (max-width: 900px) {
  .wm-hero { grid-template-columns: 1fr; gap: 35px; padding: 52px 44px; }
  .wm-hero-copy { max-width: 650px; }
  .hero-art { min-height: 380px; }
  .straight-answers { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .wm-top-banner { font-size: 9px; }
  .wm-header-inner { width: calc(100% - 28px); }
  .header-status { display: none; }
  .wm-main { width: calc(100% - 18px); margin-top: 10px; }
  .wm-card { border-radius: 22px; }
  .wm-hero { min-height: 0; padding: 38px 20px 32px; }
  .wm-hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-sub { margin-top: 20px; font-size: 14px; }
  .hero-cta { width: 100%; }
  .wm-tags { justify-content: center; }
  .hero-art { min-height: 300px; order: -1; }
  .hero-art::before { width: 260px; height: 260px; }
  .battle-stamp { top: 3%; }
  .image-note { right: 0; bottom: 1%; font-size: 9px; }
  .straight-answers { grid-template-columns: 1fr; padding: 20px; }
  .answers-intro { padding: 4px 2px 10px; }
  #homeQuiz { min-height: 590px; padding: 50px 20px; }
  .wm-options { grid-template-columns: 1fr; }
  .wm-option-btn { min-height: 72px; }
  .wm-email-screen { padding: 48px 20px 58px; }
  .consent-dialog { max-height: calc(100vh - 28px); padding: 23px 19px; overflow-y: auto; }
  .modal-actions { grid-template-columns: 1fr; }
  .modal-cancel { order: 2; }
}
