: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;
  padding-bottom: 112px;
  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); }

.expectation-strip {
  padding: 24px 32px;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 12px;
  border-bottom: 1px solid var(--line);
  background: #f7f7f8;
}
.expectation-heading {
  padding: 13px 18px 13px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.expectation-heading span {
  margin-bottom: 5px;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.expectation-heading strong {
  max-width: 220px;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.expectation-step {
  min-height: 112px;
  padding: 16px;
  display: flex;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.expectation-step > b {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--night);
  font-size: 9px;
}
.expectation-step div { padding-top: 2px; }
.expectation-step strong { display: block; margin-bottom: 5px; font-size: 12px; }
.expectation-step span { display: block; color: var(--muted); font-size: 11px; line-height: 1.45; }
.expectation-step em { color: var(--error); font-style: normal; font-weight: 800; }

.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; }
.qa .a strong { color: #3b3c41; }

.community-section {
  width: min(820px, calc(100% - 24px));
  margin: 30px auto 0;
  padding: 28px;
  border: 1px solid rgba(15, 15, 18, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 20, 24, .07);
}
.community-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
.community-kicker {
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.community-head h2 {
  margin: 5px 0 0;
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1;
  letter-spacing: -.045em;
}
.community-meta {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #55565b;
  background: #fafafa;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 750;
}
.community-meta i { margin-right: 4px; color: var(--accent); }
.community-disclaimer {
  margin: 13px 0 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.comment-card {
  padding: 18px 0;
  display: flex;
  gap: 13px;
  border-bottom: 1px solid #ececef;
}
.comment-card:last-child { padding-bottom: 0; border-bottom: 0; }
.comment-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.avatar-blue { background: #315e85; }
.avatar-gold { background: #a2672c; }
.avatar-green { background: #34715b; }
.comment-content { flex: 1; min-width: 0; }
.comment-byline { display: flex; align-items: center; gap: 8px; }
.comment-byline strong { font-size: 13px; }
.comment-byline span {
  padding: 3px 6px;
  border-radius: 5px;
  color: var(--muted);
  background: #f1f1f3;
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
}
.comment-content > p { margin: 6px 0 8px; color: #44454a; font-size: 13px; line-height: 1.5; }
.comment-actions { display: flex; gap: 15px; color: #77787d; font-size: 10px; font-weight: 700; }
.comment-actions i { margin-right: 4px; }
.official-reply {
  margin-top: 10px;
  padding: 12px 14px;
  border-left: 3px solid var(--accent);
  border-radius: 0 10px 10px 0;
  background: #f7f7f8;
}
.official-reply strong { color: #36373b; font-size: 10px; }
.official-reply strong i { margin-right: 4px; color: var(--success); }
.official-reply p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.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; }

.floating-action {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: 18px;
  width: min(680px, calc(100% - 28px));
  min-height: 76px;
  padding: 11px 12px 11px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  color: #fff;
  background: rgba(16, 17, 20, .94);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: opacity .2s ease, transform .2s ease;
}
.floating-action.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
}
.floating-action-copy { min-width: 0; }
.floating-action-copy small {
  display: block;
  margin-bottom: 3px;
  color: #aeb0b7;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.floating-action-copy strong {
  display: block;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.floating-action button {
  min-width: 170px;
  min-height: 52px;
  padding: 12px 18px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: var(--accent);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: background .18s ease, transform .18s ease;
}
.floating-action button:hover { background: #f37a40; transform: translateY(-1px); }
.floating-action button:disabled { opacity: .42; cursor: not-allowed; transform: none; }
.floating-action button i { margin-left: 7px; }

.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; }
  .expectation-strip { grid-template-columns: 1fr 1fr; }
  .straight-answers { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  body { padding-bottom: 96px; }
  .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; }
  .expectation-strip { grid-template-columns: 1fr; padding: 20px; }
  .expectation-heading { padding: 2px 0 7px; }
  .expectation-heading strong { max-width: none; }
  .expectation-step { min-height: 0; }
  .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; }
  .community-section { width: 100%; margin-top: 14px; padding: 22px 18px; border-radius: 20px; }
  .community-head { align-items: flex-start; }
  .community-meta { display: none; }
  .floating-action {
    bottom: 10px;
    width: calc(100% - 20px);
    min-height: 68px;
    padding: 9px 9px 9px 15px;
    border-radius: 19px;
  }
  .floating-action-copy small { font-size: 8px; }
  .floating-action-copy strong { max-width: 145px; font-size: 12px; }
  .floating-action button { min-width: 138px; min-height: 50px; padding: 10px 12px; }
  .consent-dialog { max-height: calc(100vh - 28px); padding: 23px 19px; overflow-y: auto; }
  .modal-actions { grid-template-columns: 1fr; }
  .modal-cancel { order: 2; }
}

/* Editorial program homepage */
:root {
  --ink: #171718;
  --muted: #69696d;
  --paper: #fff;
  --canvas: #f7f4ef;
  --line: #e5e0d9;
  --accent: #d8ff3e;
  --accent-dark: #455600;
  --night: #171718;
  --shadow: 0 24px 70px rgba(47, 39, 28, .1);
  --font: "DM Sans", "Segoe UI", sans-serif;
  --display: "Libre Baskerville", Georgia, serif;
}

body {
  background:
    radial-gradient(circle at 8% 20%, rgba(216, 255, 62, .13), transparent 24rem),
    radial-gradient(circle at 92% 45%, rgba(177, 165, 255, .12), transparent 28rem),
    var(--canvas);
}

.wm-top-banner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #e9e8e3;
  background: #171718;
  font-size: 10px;
  letter-spacing: .1em;
}
.wm-top-banner strong { color: var(--accent); }
.banner-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(216, 255, 62, .12);
}
.banner-separator { width: 1px; height: 12px; margin: 0 4px; background: #4a4a4d; }

.wm-header { background: rgba(247, 244, 239, .88); }
.wm-header-inner { min-height: 78px; }
.brand-mark {
  border-radius: 50%;
  color: #181819;
  background: var(--accent);
  font-family: var(--display);
  font-size: 18px;
}
.wm-title-main { font-family: var(--display); font-size: 16px; }
.wm-title-main sup { color: #777; font-family: var(--font); font-size: 7px; }
.wm-title-sub { margin-top: 4px; font-size: 8px; letter-spacing: .16em; }
.faq-trigger {
  padding: 9px 13px;
  border: 1px solid #d9d4cc;
  border-radius: 999px;
  color: #38383a;
  background: rgba(255, 255, 255, .55);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}
.faq-trigger i { margin-right: 5px; }

.wm-main { margin-top: 22px; }
.wm-card { border-color: rgba(41, 35, 28, .09); border-radius: 28px; }
.wm-hero {
  min-height: 630px;
  padding: 76px 7%;
  grid-template-columns: .95fr 1.05fr;
  gap: 30px;
  color: var(--ink);
  background:
    radial-gradient(circle at 70% 25%, rgba(216, 255, 62, .38), transparent 21rem),
    linear-gradient(135deg, #fff 0%, #f5f2ec 100%);
}
.wm-hero::before {
  width: 520px;
  height: 520px;
  right: -190px;
  bottom: -270px;
  border-color: rgba(23, 23, 24, .08);
  box-shadow: 0 0 0 70px rgba(23, 23, 24, .018), 0 0 0 140px rgba(23, 23, 24, .012);
}
.eyebrow {
  margin-bottom: 20px;
  color: #6e6a63;
  font-size: 9px;
  letter-spacing: .18em;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: #969189; }
.wm-hero h1 {
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.wm-hero h1 em { color: #74706a; font-weight: 400; }
.hero-sub { max-width: 490px; color: #696761; font-size: 15px; }
.hero-sub strong { color: #1c1c1d; }
.eligibility-note {
  max-width: 480px;
  margin-top: 18px;
  padding: 11px 13px;
  display: flex;
  gap: 9px;
  border-left: 2px solid #98938a;
  color: #78746d;
  background: rgba(255, 255, 255, .58);
  font-size: 10px;
  line-height: 1.5;
}
.eligibility-note i { margin-top: 2px; color: #4d4a46; }
.hero-cta {
  min-width: 220px;
  border-radius: 12px;
  color: #171718;
  background: var(--accent);
  box-shadow: 0 12px 30px rgba(134, 162, 20, .2);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-cta:hover { color: #fff; background: var(--night); }
.timer-note { margin: 12px 0 0; color: #858078; font-size: 10px; }
.timer-note i { margin-right: 5px; }

.hero-art { min-height: 470px; }
.hero-art::before {
  width: 390px;
  height: 390px;
  background: rgba(255, 255, 255, .55);
  box-shadow: inset 0 0 0 1px rgba(23, 23, 24, .05), 0 28px 80px rgba(71, 61, 46, .1);
}
.art-orbit {
  position: absolute;
  border: 1px solid rgba(23, 23, 24, .1);
  border-radius: 50%;
}
.orbit-one { width: 470px; height: 250px; transform: rotate(-25deg); }
.orbit-two { width: 480px; height: 160px; transform: rotate(55deg); }
.phone {
  position: absolute;
  width: 190px;
  height: 390px;
  border: 7px solid #202022;
  border-radius: 38px;
  box-shadow: 0 35px 45px rgba(20, 18, 15, .28);
}
.phone-back {
  z-index: 1;
  margin-left: -135px;
  background: linear-gradient(145deg, #d9d5cd, #aaa69f);
  transform: rotate(-11deg) translateY(8px);
}
.phone-front {
  z-index: 2;
  margin-left: 135px;
  overflow: hidden;
  background: #050506;
  transform: rotate(9deg) translateY(-8px);
}
.camera-cluster {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 93px;
  height: 93px;
  border-radius: 25px;
  background: rgba(234, 231, 224, .72);
  box-shadow: inset 0 0 0 1px rgba(30, 30, 32, .08);
}
.camera-cluster i {
  position: absolute;
  width: 34px;
  height: 34px;
  border: 4px solid #353538;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 38%, #778293 0 5%, #11141a 22%, #030405 60%);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .35);
}
.camera-cluster i:nth-child(1) { left: 8px; top: 8px; }
.camera-cluster i:nth-child(2) { right: 8px; top: 8px; }
.camera-cluster i:nth-child(3) { left: 28px; bottom: 7px; }
.camera-cluster b { position: absolute; right: 9px; bottom: 16px; width: 8px; height: 8px; border-radius: 50%; background: #25262a; }
.phone-logo { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(40, 40, 42, .38); font-size: 28px; }
.dynamic-island { position: absolute; z-index: 3; top: 12px; left: 50%; width: 72px; height: 19px; border-radius: 999px; background: #050506; transform: translateX(-50%); }
.screen-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 70%, rgba(216, 255, 62, .9), transparent 28%),
    radial-gradient(circle at 78% 22%, #c2b7ff, transparent 33%),
    linear-gradient(145deg, #171719, #59526b 47%, #c4df6c);
}
.screen-glow::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 115px;
  left: -35px;
  bottom: 72px;
  border: 16px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  transform: rotate(-35deg);
}
.screen-copy { position: absolute; z-index: 2; left: 22px; bottom: 25px; color: #fff; }
.screen-copy small { display: block; font-size: 8px; letter-spacing: .2em; }
.screen-copy strong { display: block; font-family: var(--display); font-size: 54px; line-height: 1; }
.image-note {
  right: 2%;
  bottom: 4%;
  border-color: rgba(23, 23, 24, .08);
  color: #242426;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 35px rgba(45, 39, 29, .11);
}
.image-note i { color: #526800; }

.expectation-strip { padding: 26px 32px; border-color: var(--line); background: #181819; }
.expectation-heading span { color: var(--accent); }
.expectation-heading strong { color: #fff; font-family: var(--display); font-weight: 400; }
.expectation-step { border-color: #363638; background: #232325; }
.expectation-step > b { color: #181819; background: var(--accent); }
.expectation-step strong { color: #fff; }
.expectation-step span { color: #a9a9ad; }

.straight-answers { padding: 48px 6%; grid-template-columns: 1fr; gap: 0; background: #fff; }
.answers-intro { padding: 0 0 23px; border-bottom: 1px solid var(--line); }
.answers-intro > span { color: #737068; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.answers-intro strong { margin-top: 7px; font-family: var(--display); font-size: 36px; font-weight: 400; }
.qa { padding: 20px 2px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: #fff; }
.qa .q { margin: 0; display: flex; align-items: center; justify-content: space-between; font-size: 14px; }
.qa .q i { color: #99948b; font-size: 10px; }
.qa .a { max-width: 760px; margin-top: 8px; }

.community-section { border-radius: 28px; }
.community-kicker { color: #637900; }
.community-head h2 { font-family: var(--display); font-weight: 400; }
.official-reply { border-color: #8eaa1e; }

.floating-action button { color: #181819; background: var(--accent); }
.floating-action button:hover { color: #fff; background: #343436; }

@media (max-width: 900px) {
  .wm-hero { grid-template-columns: 1fr; padding: 58px 46px; }
  .hero-art { order: -1; }
}

@media (max-width: 620px) {
  .wm-top-banner { min-height: 34px; padding-inline: 10px; gap: 6px; font-size: 8px; }
  .banner-separator { display: none; }
  .wm-header-inner { min-height: 68px; }
  .wm-hero { padding: 34px 20px 30px; }
  .wm-hero h1 { font-size: clamp(40px, 12vw, 55px); }
  .hero-art { min-height: 335px; }
  .hero-art::before { width: 275px; height: 275px; }
  .art-orbit { display: none; }
  .phone { width: 130px; height: 267px; border-width: 5px; border-radius: 27px; }
  .phone-back { margin-left: -85px; }
  .phone-front { margin-left: 85px; }
  .camera-cluster { top: 10px; left: 10px; width: 64px; height: 64px; border-radius: 17px; }
  .camera-cluster i { width: 24px; height: 24px; border-width: 3px; }
  .camera-cluster i:nth-child(1) { left: 5px; top: 5px; }
  .camera-cluster i:nth-child(2) { right: 5px; top: 5px; }
  .camera-cluster i:nth-child(3) { left: 20px; bottom: 4px; }
  .camera-cluster b { right: 6px; bottom: 11px; width: 5px; height: 5px; }
  .screen-copy strong { font-size: 38px; }
  .image-note { bottom: 1%; }
  .expectation-strip { padding: 24px 20px; }
  .straight-answers { padding: 36px 20px; }
  .answers-intro strong { font-size: 30px; }
}

/* Compact single-screen result layout */
:root {
  --ink: #172033;
  --muted: #69758b;
  --canvas: #f7f8fb;
  --line: rgba(78, 95, 128, .16);
  --accent: #ef7c2f;
  --accent-dark: #c8611e;
  --night: #101827;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", sans-serif;
}
body {
  min-height: 100vh;
  padding: 24px 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(120, 142, 182, .12), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 52%, #f1f3f8 100%);
}
html,
body,
#preloader,
.wm-main {
  background-color: #f7f8fb;
}
.wm-top-banner,
.wm-header,
.wm-main {
  width: min(480px, calc(100% - 24px));
  margin-inline: auto;
}
.wm-top-banner {
  min-height: 58px;
  padding: 10px 16px;
  color: #fff;
  background: linear-gradient(90deg, #c8611e, #ef7c2f);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}
.wm-top-banner strong { color: #fff7ef; }
.wm-header {
  border: 0;
  background: rgba(255, 255, 255, .92);
}
.wm-header-inner {
  width: 100%;
  min-height: 80px;
  padding: 0 34px;
}
.wm-header-left { width: 100%; justify-content: flex-start; }
.brand-mark {
  width: auto;
  height: auto;
  margin-right: 52px;
  color: #172033;
  background: none;
  font-family: var(--font);
  font-size: 24px;
  font-weight: 800;
}
.wm-title-main {
  color: #172033;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
}
.wm-title-sub { display: none; }
.header-help {
  color: #c8611e;
  font-size: 18px;
  font-weight: 800;
}
.wm-main { margin-top: 0; }
.wm-card {
  overflow: visible;
  border: 1px solid rgba(78, 95, 128, .1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(245, 247, 251, .98));
  box-shadow: 0 24px 70px rgba(19, 33, 61, .12);
}
.wm-hero {
  min-height: 0;
  padding: 34px 18px 22px;
  display: block;
  color: #172033;
  background:
    radial-gradient(circle at 50% 22%, rgba(120, 142, 182, .14), transparent 18rem),
    linear-gradient(180deg, rgba(247, 248, 251, .96), rgba(255, 255, 255, .92));
}
.wm-hero::before { display: none; }
.wm-hero-copy { padding: 0; }
.wm-hero h1 {
  margin: 0;
  color: #172033;
  font-family: var(--font);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.04em;
}
.hero-sub {
  margin: 24px 0 0;
  color: #69758b;
  font-size: 14px;
  line-height: 1.7;
}
.hero-sub strong { color: #ef7c2f; }
.hero-art {
  min-height: 0;
  height: 225px;
  margin: 10px 0 8px;
  overflow: visible;
}
.hero-art img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
}
.hero-art::before {
  width: 235px;
  height: 170px;
  background:
    radial-gradient(circle at 50% 45%, rgba(132, 153, 196, .2), transparent 65%),
    rgba(245, 247, 251, .9);
  box-shadow: 0 0 60px rgba(129, 150, 190, .1);
}
.phone {
  width: 83px;
  height: 170px;
  border-width: 4px;
  border-radius: 18px;
  box-shadow: 0 17px 20px rgba(20, 22, 28, .22);
}
.phone-back {
  margin-left: -58px;
  transform: rotate(-12deg) translateY(3px);
}
.phone-front {
  margin-left: 58px;
  transform: rotate(10deg) translateY(-3px);
}
.camera-cluster {
  top: 6px;
  left: 6px;
  width: 42px;
  height: 42px;
  border-radius: 11px;
}
.camera-cluster i {
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.camera-cluster i:nth-child(1) { left: 3px; top: 3px; }
.camera-cluster i:nth-child(2) { right: 3px; top: 3px; }
.camera-cluster i:nth-child(3) { left: 13px; bottom: 2px; }
.camera-cluster b { right: 4px; bottom: 7px; width: 4px; height: 4px; }
.phone-logo { font-size: 17px; }
.dynamic-island { top: 5px; width: 34px; height: 9px; }
.screen-copy { left: 10px; bottom: 10px; }
.screen-copy small { font-size: 5px; }
.screen-copy strong { font-size: 25px; }
.screen-glow::after {
  width: 130px;
  height: 58px;
  left: -20px;
  bottom: 30px;
  border-width: 8px;
}
.image-note {
  right: 38px;
  bottom: 22px;
  padding: 8px 10px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #000;
  font-size: 17px;
  font-weight: 800;
  transform: rotate(-4deg);
}
.image-note small {
  display: block;
  margin-top: 2px;
  font-size: 6px;
  letter-spacing: .08em;
}
.claim-copy {
  margin: 0 -2px;
  padding: 15px;
  border: 1px solid rgba(173, 186, 211, .22);
  border-radius: 12px;
  background: linear-gradient(180deg, #eef3fb, #f8f9fc);
  margin-bottom: 12px;
}
.claim-heading {
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(173, 186, 211, .22);
}
.claim-heading span {
  display: block;
  margin-bottom: 3px;
  color: #c8611e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.claim-heading strong {
  color: #172033;
  font-size: 16px;
}
.claim-step {
  padding: 8px 0;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 9px;
  border-bottom: 1px solid rgba(173, 186, 211, .22);
}
.claim-step > b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(180deg, #ef7c2f, #c8611e);
  font-size: 10px;
}
.claim-step p {
  margin: 0;
  color: #69758b;
  font-size: 12px;
  line-height: 1.6;
}
.claim-step p strong {
  color: #172033;
  font-weight: 800;
}
.important-note {
  margin-top: 10px;
  padding: 8px 9px;
  display: flex;
  gap: 7px;
  border: 1px solid rgba(239, 124, 47, .18);
  border-radius: 7px;
  color: #566176;
  background: rgba(239, 124, 47, .06);
  font-size: 11px;
  line-height: 1.55;
}
.important-note i { margin-top: 1px; color: #ef7c2f; }
.wm-email-screen {
  max-width: none;
  margin: 0;
  padding: 18px 0 0;
}
.wm-email-field-label {
  color: #69758b;
  font-size: 9px;
  letter-spacing: .1em;
}
.wm-input {
  min-height: 48px;
  border-color: rgba(78, 95, 128, .18);
  border-radius: 0;
  color: #172033;
  background: rgba(255, 255, 255, .96);
  font-size: 14px;
}
.wm-input::placeholder { color: #8e98ab; }
.wm-input:focus {
  border-color: rgba(239, 124, 47, .65);
  box-shadow: 0 0 0 3px rgba(239, 124, 47, .12);
}
.wm-btn {
  min-height: 49px;
  border-radius: 0;
  background: linear-gradient(180deg, #ef7c2f, #c8611e);
  letter-spacing: .04em;
}
.wm-btn:hover { background: linear-gradient(180deg, #ff8b3e, #d86d26); }
.wm-email-footnote { margin-top: 8px; color: #7d8799; font-size: 9px; }
.community-section,
.floating-action,
.wm-footer { display: none !important; }

@media (max-width: 520px) {
  html,
  body,
  #preloader,
  .wm-main { background-color: #f7f8fb; }
  body { padding: 0; background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 52%, #f1f3f8 100%); }
  .wm-top-banner,
  .wm-header,
  .wm-main { width: 100%; }
  .wm-header-inner { padding-inline: 24px; }
  .brand-mark { margin-right: auto; }
  .wm-hero { padding: 28px 16px 20px; }
  .hero-art { min-height: 0; height: 165px; }
}

@media (max-height: 760px) and (min-width: 521px) {
  body { padding-block: 8px; }
  .wm-top-banner { min-height: 42px; }
  .wm-header-inner { min-height: 60px; }
  .wm-hero { padding-top: 24px; }
  .hero-sub { margin-top: 14px; }
  .hero-art { min-height: 0; height: 130px; margin-block: 4px; transform: none; }
  .claim-copy { padding: 10px 12px; }
  .claim-step { padding-block: 5px; }
  .claim-step p { font-size: 11px; }
  .important-note { margin-top: 6px; padding-block: 6px; }
  .wm-email-screen { padding-top: 12px; }
}

/* Keep the email action visible in the first viewport */
.wm-hero { padding-bottom: 36px; }
.wm-email-screen {
  position: sticky;
  z-index: 70;
  bottom: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 13px 14px 10px;
  border: 1px solid rgba(78, 95, 128, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 55px rgba(19, 33, 61, .14);
  backdrop-filter: blur(16px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 8px;
}
.wm-email-screen::before {
  content: "CONTINUE TO THE NEXT STEP";
  display: block;
  margin-bottom: 8px;
  color: #c8611e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-align: center;
  grid-column: 1 / -1;
}
.wm-email-screen .wm-form-group { margin: 0; }
.wm-email-screen .wm-email-field-label { display: none; }
.wm-email-screen .wm-input { min-height: 45px; }
.wm-email-screen .wm-btn { min-height: 45px; }
.wm-email-screen .wm-email-footnote {
  margin-top: 0;
  grid-column: 1 / -1;
}

@media (max-width: 520px) {
  .wm-hero { padding-bottom: 28px; }
  .wm-email-screen {
    bottom: 0;
    padding: 12px 14px calc(9px + env(safe-area-inset-bottom));
    border-width: 1px;
    border-radius: 12px;
    display: block;
  }
  .wm-email-screen::before { margin-bottom: 8px; }
  .wm-email-screen .wm-form-group { margin-bottom: 8px; }
  .wm-email-screen .wm-email-footnote { margin-top: 6px; }
}
