/* Extracted from wheel.php style block 1 */
/* ============================================================
   WHEEL.PHP v2.0 — UnderHost Reward Vault
   Theme: Obsidian Navy · Electric Blue · Amber Reward · Vault Dark
============================================================ */

/* -------------------------------------------------------
   PAGE BASE
------------------------------------------------------- */
body .wv-page {
  background: #060c14;
  position: relative;
  overflow-x: hidden;
}

/* -------------------------------------------------------
   AMBIENT BACKGROUND
------------------------------------------------------- */
body .wv-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
body .wv-ambient::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,110,165,0.18) 0%, transparent 70%);
  top: -150px; left: -150px;
  animation: wv-drift-a 18s ease-in-out infinite alternate;
}
body .wv-ambient::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,0.12) 0%, transparent 70%);
  bottom: -100px; right: -100px;
  animation: wv-drift-b 22s ease-in-out infinite alternate;
}
@keyframes wv-drift-a {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(80px,60px) scale(1.15); }
}
@keyframes wv-drift-b {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(-60px,-80px) scale(1.2); }
}

/* Grid overlay */
body .wv-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(23,110,165,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,110,165,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

/* -------------------------------------------------------
   HERO / INTRO
------------------------------------------------------- */
body .wv-hero {
  position: relative;
  z-index: 2;
  padding: 70px 0 50px;
  text-align: center;
}

/* Vault badge */
body .wv-vault-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 20px;
  background: rgba(255,107,0,0.1);
  border: 1px solid rgba(255,107,0,0.35);
  color: #ffaa55;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  animation: wv-badge-pulse 3s ease-in-out infinite;
}
@keyframes wv-badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,107,0,0.2); }
  50%       { box-shadow: 0 0 0 8px rgba(255,107,0,0); }
}

/* Headline */
body .wv-headline {
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 16px;
}
body .wv-headline em {
  font-style: normal;
  background: linear-gradient(90deg, #ffaa55, #ff6b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .wv-headline span {
  background: linear-gradient(90deg, #60b4e8, #176ea5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body .wv-subhead {
  font-size: clamp(15px, 2.5vw, 18px);
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 28px;
}

/* Hero info strip */
body .wv-info-strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 12px 22px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
body .wv-info-strip strong { color: rgba(255,255,255,0.85); }
body .wv-info-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}

/* -------------------------------------------------------
   MAIN WHEEL STAGE
------------------------------------------------------- */
body .wv-stage {
  position: relative;
  z-index: 2;
  padding: 70px 0 60px;
}

body .wv-wheel-wrap {
  position: relative;
  width: 380px;
  height: 380px;
  margin: 0 auto 36px;
}

/* Outer glow ring */
body .wv-wheel-glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: conic-gradient(
    rgba(255,107,0,0.15),
    rgba(23,110,165,0.2),
    rgba(255,107,0,0.1),
    rgba(0,163,136,0.15),
    rgba(255,107,0,0.15)
  );
  animation: wv-glow-spin 8s linear infinite;
  filter: blur(12px);
  opacity: 0.7;
}
@keyframes wv-glow-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Outer decorative ring */
body .wv-wheel-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.08);
  background: linear-gradient(135deg, rgba(255,255,255,0.06), transparent);
}

body .wv-wheel-ring::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.13);
}

/* Canvas */
body #wvCanvas {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  display: block;
  filter: drop-shadow(0 0 30px rgba(23,110,165,0.4));
}

/* Pointer / Arrow */
body .wv-pointer {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  filter: drop-shadow(0 7px 14px rgba(255,107,0,0.7));
}
body .wv-pointer svg {
  display: block;
}
body .wv-pointer::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff3df;
  border: 2px solid #ff6b00;
  box-shadow: 0 0 18px rgba(255,107,0,0.8);
}

/* Center hub */
body .wv-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0f1c2e, #1a2e44);
  border: 3px solid rgba(255,255,255,0.15);
  box-shadow:
    0 0 0 6px rgba(255,255,255,0.04),
    0 4px 20px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.1);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .wv-hub i {
  font-size: 20px;
  color: rgba(255,255,255,0.55);
}
body .wv-hub.wv-hub--spinning i {
  animation: wv-hub-spin 0.6s linear infinite;
}
@keyframes wv-hub-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* -------------------------------------------------------
   SPIN BUTTON
------------------------------------------------------- */
body .wv-spin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 48px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ff6b00, #e85500);
  color: #fff;
  box-shadow:
    0 6px 28px rgba(255,107,0,0.4),
    0 2px 6px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.15);
  transition: all 0.25s ease;
  min-width: 220px;
}
body .wv-spin-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transition: left 0.5s ease;
}
body .wv-spin-btn:hover::before { left: 160%; }
body .wv-spin-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 12px 36px rgba(255,107,0,0.5),
    0 4px 10px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.15);
}
body .wv-spin-btn:active {
  transform: translateY(-1px);
}
body .wv-spin-btn:disabled {
  background: linear-gradient(135deg, #2a3040, #1e2535);
  color: rgba(255,255,255,0.3);
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
body .wv-spin-btn:disabled::before { display: none; }

body .wv-spin-btn-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}
body .wv-spin-btn:hover .wv-spin-btn-icon {
  transform: rotate(20deg);
}
body .wv-spin-btn:disabled .wv-spin-btn-icon {
  animation: wv-spin-icon 1s linear infinite;
}
@keyframes wv-spin-icon {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* -------------------------------------------------------
   RESULT PANEL
------------------------------------------------------- */
body .wv-result {
  max-width: 480px;
  margin: 32px auto 0;
  border-radius: 14px;
  overflow: hidden;
  animation: wv-result-in 0.5s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes wv-result-in {
  from { opacity: 0; transform: translateY(30px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Success result */
body .wv-result--success {
  background: linear-gradient(145deg, #0a1f12, #0d2818);
  border: 1px solid rgba(5,150,105,0.35);
  box-shadow: 0 0 40px rgba(5,150,105,0.15), 0 8px 32px rgba(0,0,0,0.5);
}
body .wv-result--success .wv-result-header {
  background: rgba(5,150,105,0.12);
  border-bottom: 1px solid rgba(5,150,105,0.2);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .wv-result--success .wv-result-header i {
  font-size: 18px;
  color: #34d399;
}
body .wv-result--success .wv-result-header span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #34d399;
}

body .wv-result-body { padding: 26px 28px 28px; text-align: center; }

body .wv-result-discount {
  font-size: clamp(48px, 10vw, 72px);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(90deg, #ffaa55, #ff6b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
  letter-spacing: -2px;
}
body .wv-result-discount-label {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Coupon code box */
body .wv-coupon-box {
  background: rgba(255,255,255,0.05);
  border: 1.5px dashed rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 14px 20px;
  margin: 0 0 20px;
  position: relative;
}
body .wv-coupon-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 6px;
  display: block;
}
body .wv-coupon-code {
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 3px;
  font-family: 'Courier New', monospace;
  word-break: break-all;
  display: block;
  margin-bottom: 10px;
}
body .wv-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}
body .wv-copy-btn:hover {
  background: rgba(255,255,255,0.14);
  color: #fff;
}
body .wv-copy-btn.wv-copied {
  background: rgba(5,150,105,0.15);
  border-color: rgba(5,150,105,0.4);
  color: #34d399;
}

body .wv-result-cta {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6px;
}
body .wv-result-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}
body .wv-result-cta-btn--primary {
  background: linear-gradient(135deg, #059669, #047857);
  color: #fff;
  box-shadow: 0 4px 16px rgba(5,150,105,0.3);
}
body .wv-result-cta-btn--primary:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(5,150,105,0.4);
}
body .wv-result-cta-btn--ghost {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
}
body .wv-result-cta-btn--ghost:hover {
  background: rgba(255,255,255,0.11);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Error result */
body .wv-result--error {
  background: linear-gradient(145deg, #2a0c0b, #3a1110);
  border: 1px solid rgba(248,113,113,0.45);
  box-shadow: 0 0 34px rgba(220,38,38,0.16), 0 8px 32px rgba(0,0,0,0.5);
}
body .wv-result--error .wv-result-header {
  background: rgba(248,113,113,0.12);
  border-bottom: 1px solid rgba(248,113,113,0.28);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .wv-result--error .wv-result-header i {
  font-size: 18px;
  color: #f87171;
}
body .wv-result--error .wv-result-header span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f87171;
}
body .wv-result--error .wv-result-body {
  padding: 22px 26px 24px;
  text-align: center;
}
body .wv-result--error .wv-error-msg {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  line-height: 1.65;
  margin-bottom: 16px;
}
body .wv-result--error .wv-error-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.68);
  margin-bottom: 18px;
}

/* -------------------------------------------------------
   VALUE STRIP
------------------------------------------------------- */
body .wv-value-strip {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.025);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 18px 0;
}
body .wv-value-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
body .wv-value-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
}
body .wv-value-item i { color: #176ea5; font-size: 13px; }

/* -------------------------------------------------------
   TERMS SECTION
------------------------------------------------------- */
body .wv-terms {
  position: relative;
  z-index: 2;
  padding: 50px 0 40px;
}
body .wv-terms-card {
  background: rgba(12,24,38,0.78);
  border: 1px solid rgba(96,180,232,0.18);
  border-radius: 14px;
  padding: 30px 32px;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
}
body .wv-terms-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(232,244,255,0.72);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body .wv-terms-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.07);
}
body .wv-terms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  margin-bottom: 18px;
}
body .wv-term-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: rgba(232,244,255,0.78);
  line-height: 1.5;
}
body .wv-term-item i { color: #60b4e8; font-size: 11px; margin-top: 2px; flex-shrink: 0; }
body .wv-terms-link {
  text-align: center;
  font-size: 12px;
  color: rgba(232,244,255,0.62);
  border-top: 1px solid rgba(96,180,232,0.14);
  padding-top: 16px;
  margin-top: 4px;
}
body .wv-terms-link a { color: #176ea5; text-decoration: none; }
body .wv-terms-link a:hover { color: #60b4e8; text-decoration: underline; }

/* -------------------------------------------------------
   MORE OFFERS SECTION
------------------------------------------------------- */
body .wv-offers {
  position: relative;
  z-index: 2;
  padding: 10px 0 54px;
}
body .wv-offers-head {
  max-width: 620px;
  margin: 0 auto 24px;
  text-align: center;
}
body .wv-offers-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #00d4ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body .wv-offers-title {
  color: #fff;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 10px;
}
body .wv-offers-sub {
  color: rgba(232,244,255,0.82);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
body .wv-offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
}
body .wv-offer-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(96,180,232,0.18);
  background: linear-gradient(145deg, rgba(10,35,58,0.92), rgba(8,24,42,0.94));
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
body .wv-offer-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(0,212,255,0.16), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(255,107,0,0.12), transparent 34%);
  pointer-events: none;
}
body .wv-offer-card:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-5px);
  border-color: rgba(0,212,255,0.38);
  box-shadow: 0 20px 52px rgba(0,0,0,0.24);
}
body .wv-offer-card--bf {
  border-color: rgba(255,107,0,0.24);
}
body .wv-offer-card--bf:hover {
  border-color: rgba(255,107,0,0.5);
}
body .wv-offer-icon,
body .wv-offer-label,
body .wv-offer-card h3,
body .wv-offer-card p,
body .wv-offer-action {
  position: relative;
  z-index: 1;
}
body .wv-offer-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,212,255,0.12);
  border: 1px solid rgba(0,212,255,0.22);
  color: #00d4ff;
  font-size: 20px;
  margin-bottom: 18px;
}
body .wv-offer-card--bf .wv-offer-icon {
  background: rgba(255,107,0,0.12);
  border-color: rgba(255,107,0,0.28);
  color: #ffaa55;
}
body .wv-offer-label {
  color: rgba(232,244,255,0.76);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
body .wv-offer-card h3 {
  margin: 0 0 10px;
  color: #f6fbff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}
body .wv-offer-card--bf h3 {
  color: #fff2df;
}
body .wv-offer-card p {
  color: rgba(232,244,255,0.86);
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 22px;
}
body .wv-offer-action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00d4ff;
  font-size: 13px;
  font-weight: 900;
}
body .wv-offer-card--bf .wv-offer-action {
  color: #ffaa55;
}

/* -------------------------------------------------------
   FINAL CTA
------------------------------------------------------- */
body .wv-final-cta {
  position: relative;
  z-index: 2;
  padding: 0 0 80px;
  text-align: center;
}
body .wv-final-cta-card {
  background: linear-gradient(145deg, rgba(10,35,58,0.96), rgba(8,24,42,0.96));
  border: 1px solid rgba(0,212,255,0.24);
  border-radius: 16px;
  padding: 40px 32px;
  max-width: 560px;
  margin: 0 auto;
}
body .wv-final-cta-title {
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.25;
}
body .wv-final-cta-sub {
  font-size: 14px;
  color: rgba(232,244,255,0.78);
  line-height: 1.65;
  margin-bottom: 24px;
}
body .wv-final-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
body .wv-final-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #176ea5, #125986);
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(23,110,165,0.3);
}
body .wv-final-btn-main:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(23,110,165,0.4);
}
body .wv-final-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  transition: all 0.25s ease;
}
body .wv-final-btn-ghost:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* -------------------------------------------------------
   PARTICLE CANVAS
------------------------------------------------------- */
body #wvParticles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.45;
}

/* -------------------------------------------------------
   CONFETTI
------------------------------------------------------- */
body .wv-confetti-piece {
  position: fixed;
  width: 8px; height: 8px;
  border-radius: 2px;
  pointer-events: none;
  z-index: 9999;
  animation: wv-confetti-fall var(--dur, 4s) var(--delay, 0s) linear forwards;
}
@keyframes wv-confetti-fall {
  0%   { transform: translateY(-20px) rotate(0deg);   opacity: 1; }
  100% { transform: translateY(105vh) rotate(720deg); opacity: 0; }
}

/* -------------------------------------------------------
   RESPONSIVE
------------------------------------------------------- */
@media (max-width: 767px) {
  body .wv-wheel-wrap { width: 300px; height: 300px; }
  body .wv-terms-grid { grid-template-columns: 1fr; }
  body .wv-offers-grid { grid-template-columns: 1fr; }
  body .wv-value-strip-inner { gap: 18px; }
  body .wv-result { margin: 24px 12px 0; }
  body .wv-final-cta-btns { flex-direction: column; align-items: center; }
}
@media (prefers-reduced-motion: reduce) {
  body .wv-ambient::before,
  body .wv-ambient::after { animation: none; }
  body .wv-wheel-glow { animation: none; }
  body .wv-badge-pulse { animation: none; }
}

