/* ═══════════════════════════════════════════
   RobuxDrop — Premium Dark Gaming Theme
   ═══════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg-deep:    #060811;
  --bg-dark:    #0a0e1a;
  --bg-card:    #0f1526;
  --bg-glass:   rgba(15, 21, 38, 0.75);
  --border:     rgba(99, 179, 237, 0.12);
  --gold:       #f5c518;
  --gold-dark:  #c8960c;
  --teal:       #00d4aa;
  --teal-dark:  #00a88a;
  --purple:     #7c3aed;
  --purple-light:#a855f7;
  --text-1:     #f0f4ff;
  --text-2:     #8899bb;
  --text-3:     #4a5a7a;
  --success:    #22c55e;
  --danger:     #ef4444;
  --radius-sm:  10px;
  --radius-md:  16px;
  --radius-lg:  24px;
  --radius-xl:  32px;
  --shadow-glow: 0 0 40px rgba(0, 212, 170, 0.15);
  --shadow-gold: 0 0 40px rgba(245, 197, 24, 0.2);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--bg-deep);
  color: var(--text-1);
  overflow-x: hidden;
  min-height: 100vh;
}

#particles-canvas {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-deep); }
::-webkit-scrollbar-thumb { background: var(--teal-dark); border-radius: 3px; }

/* ── Utility ── */
.gradient-text {
  background: linear-gradient(135deg, var(--gold) 0%, var(--teal) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--teal);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.section-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 48px;
  color: var(--text-1);
}

/* ══════════════════════════════
   NAVBAR
══════════════════════════════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  background: rgba(6, 8, 17, 0.96);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(99, 179, 237, 0.18);
  box-shadow: 0 2px 24px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.logo-icon {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 900; color: #000;
}
.logo-icon.sm { width: 28px; height: 28px; font-size: 10px; border-radius: 7px; }
.logo-text {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-1);
  letter-spacing: -0.5px;
  display: inline-block;
  white-space: nowrap;
}
.logo-badge {
  font-size: 9px; font-weight: 700; letter-spacing: 1.5px;
  padding: 2px 7px; border-radius: 20px;
  background: rgba(0, 212, 170, 0.15);
  color: var(--teal); border: 1px solid rgba(0, 212, 170, 0.3);
}

/* ── Roblox Image Logo ── */
.nav-roblox-logo {
  height: 44px;
  width: 44px;
  object-fit: cover;
  border-radius: 11px;
  border: 1.5px solid rgba(255,255,255,0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
  display: block;
  box-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.nav-roblox-logo:hover {
  transform: scale(1.1) rotate(-4deg);
  box-shadow: 0 0 20px rgba(0, 212, 170, 0.55);
}
.footer-roblox-logo {
  height: 34px;
  width: 34px;
  object-fit: cover;
  border-radius: 8px;
  opacity: 0.6;
  border: 1px solid rgba(255,255,255,0.08);
}
.nav-stats { display: flex; gap: 12px; }
.stat-chip {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: 50px;
  font-size: 13px; font-weight: 500;
  color: var(--text-2);
}
.stat-chip.gold { color: var(--gold); border-color: rgba(245, 197, 24, 0.2); background: rgba(245, 197, 24, 0.05); }
.stat-dot {
  width: 7px; height: 7px;
  background: var(--success);
  border-radius: 50%;
  animation: pulse-green 1.5s ease infinite;
}

@keyframes pulse-green {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); }
  50% { opacity: 0.8; box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
}

/* ══════════════════════════════
   HERO (Centered & High Converting)
══════════════════════════════ */
.hero {
  min-height: calc(100vh - 68px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 130px 24px 60px;
  position: relative;
  overflow: hidden;
}

.hero-bg-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(0, 212, 170, 0.12) 0%, rgba(124, 58, 237, 0.15) 35%, transparent 70%),
    radial-gradient(circle at 50% 80%, rgba(245, 197, 24, 0.08) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 20px;
  border-radius: 50px;
  background: rgba(0, 212, 170, 0.08);
  border: 1px solid rgba(0, 212, 170, 0.28);
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  color: var(--teal);
  margin-bottom: 24px;
  box-shadow: 0 0 20px rgba(0, 212, 170, 0.15);
}

.pulse-dot {
  width: 8px; height: 8px;
  background: var(--teal);
  border-radius: 50%;
  animation: pulse-green 1.5s ease infinite;
}

.hero-title {
  font-size: clamp(34px, 6.5vw, 68px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
  color: var(--text-1);
}

.hero-subtitle {
  font-size: clamp(15px, 2.5vw, 18px);
  line-height: 1.65;
  color: var(--text-2);
  margin-bottom: 36px;
  font-weight: 400;
  max-width: 600px;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 420px;
}

.hero-btn {
  width: 100%;
  justify-content: center;
  font-size: 18px;
  padding: 18px 36px;
}

.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 36px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--teal) 0%, var(--purple-light) 100%);
  color: #fff;
  font-size: 16px; font-weight: 700;
  border: none; cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 30px rgba(0, 212, 170, 0.35);
  position: relative; overflow: hidden;
  white-space: nowrap;
}
.btn-primary::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
  opacity: 0; transition: opacity 0.3s;
}
.btn-primary:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 8px 40px rgba(0, 212, 170, 0.5); }
.btn-primary:hover::before { opacity: 1; }
.btn-primary:active { transform: translateY(-1px) scale(0.99); }
.btn-primary.full-width { width: 100%; justify-content: center; margin-top: 20px; }

.trust-row {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-size: 13px; color: var(--text-2); font-weight: 500;
}
.avatar-stack { display: flex; }
.av {
  width: 34px; height: 34px; border-radius: 50%;
  border: 2px solid var(--bg-deep);
  margin-left: -10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: #fff;
  overflow: hidden;
  flex-shrink: 0;
}
.avatar-stack .av:first-child { margin-left: 0; }
.av-img { background-size: cover !important; background-repeat: no-repeat !important; }

/* Avatar photo images */
.av-photo { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.av-hue1 { filter: hue-rotate(40deg) saturate(1.2); }
.av-hue2 { filter: hue-rotate(200deg) saturate(0.9); }

/* Avatar photo filters for JS feed items */
.av-filter-1 { filter: hue-rotate(30deg) saturate(1.1); }
.av-filter-2 { filter: hue-rotate(180deg) saturate(0.9); }
.av-filter-3 { filter: brightness(0.9) contrast(1.1); }
.av-filter-4 { filter: hue-rotate(80deg) saturate(1.2); }
.av-filter-5 { filter: hue-rotate(260deg) saturate(0.8); }

.feed-avatar-wrap {
  width: 42px; height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.1);
}

.desktop-only { display: inline; }

/* Floating coin image inside coin bubble */
.coin-img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

/* Generator card positioning */
.generator-card { position: relative; }

/* Receipt platform value */
.receipt-uppercase { text-transform: uppercase; }

/* Step card CSS custom property delays */
.step-delay-1 { --delay: 0s; }
.step-delay-2 { --delay: 0.1s; }
.step-delay-3 { --delay: 0.2s; }
.av-more {
  background: linear-gradient(135deg, var(--teal), var(--purple-light));
  font-size: 8px; font-weight: 800; color: #fff;
  letter-spacing: -0.5px;
}

.scroll-indicator {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 2;
}
.scroll-arrow {
  width: 24px; height: 24px;
  border-right: 2px solid var(--teal); border-bottom: 2px solid var(--teal);
  transform: rotate(45deg);
  animation: scroll-bounce 1.5s ease infinite;
  opacity: 0.5;
}
@keyframes scroll-bounce { 0%, 100% { transform: rotate(45deg) translateY(0); } 50% { transform: rotate(45deg) translateY(6px); } }

/* ══════════════════════════════
   HOW IT WORKS
══════════════════════════════ */
.how-it-works {
  padding: 100px 0;
  position: relative;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  animation: fade-up 0.6s ease both;
  animation-delay: var(--delay);
  transition: border-color 0.3s, transform 0.3s;
}
.step-card:hover { border-color: rgba(0, 212, 170, 0.3); transform: translateY(-4px); }

.step-number {
  font-size: 64px; font-weight: 900;
  color: rgba(0, 212, 170, 0.06);
  line-height: 1;
  margin-bottom: 16px;
  font-family: 'Space Grotesk', sans-serif;
}

.step-icon { font-size: 36px; margin-bottom: 16px; }

.step-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.step-card p { font-size: 14px; color: var(--text-2); line-height: 1.6; }

.step-glow {
  position: absolute; bottom: -20px; right: -20px;
  width: 80px; height: 80px;
  background: radial-gradient(circle, rgba(0, 212, 170, 0.15), transparent);
  border-radius: 50%;
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════
   GENERATOR
══════════════════════════════ */
.generator { padding: 100px 0; }

.generator-card {
  max-width: 580px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: 0 20px 80px rgba(0,0,0,0.4), var(--shadow-glow);
}

/* Step Indicator */
.step-indicator {
  display: flex; align-items: center; justify-content: center;
  gap: 0; margin-bottom: 40px;
}
.step-dot {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
  color: var(--text-3);
  transition: all 0.4s ease;
  position: relative; z-index: 1;
}
.step-dot.active { background: linear-gradient(135deg, var(--teal), var(--purple-light)); border-color: transparent; color: #fff; box-shadow: 0 0 20px rgba(0, 212, 170, 0.4); }
.step-dot.done { background: var(--success); border-color: transparent; color: #fff; }
.step-line {
  flex: 1; height: 2px;
  background: var(--border);
  transition: background 0.4s ease;
  max-width: 60px;
}
.step-line.done { background: var(--success); }

/* Gen Steps */
.gen-step { display: none; animation: fade-up 0.4s ease; }
.gen-step.active { display: block; }

.gen-step-title { font-size: 22px; font-weight: 800; margin-bottom: 8px; text-align: center; }
.gen-step-sub { font-size: 14px; color: var(--text-2); margin-bottom: 28px; text-align: center; line-height: 1.5; }

/* Input */
.input-group {
  position: relative;
  display: flex; align-items: center;
  margin-bottom: 24px;
}
.input-icon {
  position: absolute; left: 16px;
  font-size: 20px; pointer-events: none;
}
.gen-input {
  width: 100%;
  padding: 16px 48px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.04);
  border: 1.5px solid var(--border);
  color: var(--text-1);
  font-size: 15px; font-weight: 500;
  font-family: 'Outfit', sans-serif;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.gen-input::placeholder { color: var(--text-3); }
.gen-input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0, 212, 170, 0.1); }
.input-verify {
  position: absolute; right: 16px;
  font-size: 16px;
}

/* Platform */
.platform-select { margin-bottom: 4px; }
.platform-label { font-size: 12px; font-weight: 600; letter-spacing: 1.5px; color: var(--text-3); margin-bottom: 12px; text-transform: uppercase; }
.platform-options { display: flex; gap: 10px; }
.platform-btn {
  flex: 1;
  padding: 12px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.04);
  border: 1.5px solid var(--border);
  color: var(--text-2);
  font-size: 13px; font-weight: 600;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.platform-btn:hover { border-color: rgba(0, 212, 170, 0.3); color: var(--text-1); }
.platform-btn.active { border-color: var(--teal); color: var(--teal); background: rgba(0, 212, 170, 0.08); }

/* User Card */
.user-verified-card {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px;
  background: rgba(0, 212, 170, 0.05);
  border: 1px solid rgba(0, 212, 170, 0.2);
  border-radius: var(--radius-md);
  margin-bottom: 28px;
}
.uv-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(0, 212, 170, 0.4);
  box-shadow: 0 0 12px rgba(0, 212, 170, 0.2);
  flex-shrink: 0;
}
.uv-name { font-size: 18px; font-weight: 700; }
.uv-status { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--success); margin-top: 4px; }
.status-dot-green { width: 7px; height: 7px; background: var(--success); border-radius: 50%; animation: pulse-green 1.5s infinite; }

/* Amount Grid */
.amount-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 4px; }
.amount-card {
  position: relative;
  padding: 22px 16px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.03);
  border: 1.5px solid var(--border);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.amount-card:hover { border-color: rgba(0, 212, 170, 0.4); background: rgba(0, 212, 170, 0.05); }
.amount-card.selected { border-color: var(--teal); background: rgba(0, 212, 170, 0.08); box-shadow: 0 0 20px rgba(0, 212, 170, 0.15); }
.amount-card.popular { border-color: var(--gold); background: rgba(245, 197, 24, 0.05); }
.amount-card.popular.selected { box-shadow: 0 0 20px rgba(245, 197, 24, 0.2); }
.amount-card.premium { border-color: var(--purple); background: rgba(124, 58, 237, 0.05); }
.amount-value { font-size: 28px; font-weight: 900; font-family: 'Space Grotesk', sans-serif; }
.amount-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--text-2); margin-top: 2px; }
.popular-tag, .premium-tag {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  font-size: 9px; font-weight: 700; letter-spacing: 1.5px;
  padding: 3px 10px; border-radius: 20px;
  background: var(--gold); color: #000;
  white-space: nowrap;
}
.premium-tag { background: var(--purple-light); color: #fff; }

/* Missions & OGAds Integration */
.ogads-step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.ogads-live-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(0, 212, 170, 0.12);
  color: var(--teal);
  border: 1px solid rgba(0, 212, 170, 0.3);
  box-shadow: 0 0 12px rgba(0, 212, 170, 0.2);
}

.ogads-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 16px 0;
  background: rgba(10, 14, 26, 0.7);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  flex-wrap: wrap;
}
.ogads-filter-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ogads-tab {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: var(--text-2);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}
.ogads-tab:hover {
  color: var(--text-1);
  background: rgba(255, 255, 255, 0.05);
}
.ogads-tab.active {
  background: rgba(0, 212, 170, 0.15);
  color: var(--teal);
  border: 1px solid rgba(0, 212, 170, 0.3);
}
.ogads-config-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  color: var(--text-2);
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}
.ogads-config-btn:hover {
  color: var(--gold);
  border-color: rgba(245, 197, 24, 0.4);
  background: rgba(245, 197, 24, 0.05);
}

.missions-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.mission-card {
  display: flex; align-items: center; gap: 16px;
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.03);
  border: 1.5px solid var(--border);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.mission-card:hover { border-color: rgba(0, 212, 170, 0.3); background: rgba(0, 212, 170, 0.04); transform: translateX(4px); }
.mission-card.selected { border-color: var(--teal); background: rgba(0, 212, 170, 0.07); box-shadow: 0 0 20px rgba(0, 212, 170, 0.15); }
.mission-app-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 900; color: #fff;
  flex-shrink: 0;
  overflow: hidden;
}
.mission-app-icon img {
  width: 100%; height: 100%; object-fit: cover;
}
.mission-app-icon.red { background: linear-gradient(135deg, #ef4444, #dc2626); }
.mission-app-icon.purple { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.mission-app-icon.gold { background: linear-gradient(135deg, #f59e0b, #d97706); }
.mission-app-icon.teal { background: linear-gradient(135deg, #00d4aa, #00997b); }
.mission-app-icon.blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }

.mission-info { flex: 1; text-align: left; }
.mission-name { font-size: 14px; font-weight: 700; color: var(--text-1); }
.mission-desc { font-size: 12px; color: var(--text-2); margin-top: 3px; }
.mission-badges-row { display: flex; align-items: center; gap: 6px; margin-top: 8px; flex-wrap: wrap; }

.m-chip {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}
.m-chip.epc {
  background: rgba(245, 197, 24, 0.15);
  color: var(--gold);
  border: 1px solid rgba(245, 197, 24, 0.3);
}
.m-chip.payout {
  background: rgba(0, 212, 170, 0.15);
  color: var(--teal);
  border: 1px solid rgba(0, 212, 170, 0.3);
}
.m-chip.speed {
  background: rgba(168, 85, 247, 0.15);
  color: var(--purple-light);
  border: 1px solid rgba(168, 85, 247, 0.3);
}
.m-chip.success {
  background: rgba(34, 197, 94, 0.12);
  color: var(--success);
}

.mission-badge-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.mission-badge { padding: 5px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.mission-badge.free { background: rgba(34, 197, 94, 0.15); color: var(--success); border: 1px solid rgba(34, 197, 94, 0.25); }

/* OGAds Modal */
.ogads-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.ogads-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.ogads-modal-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  max-width: 480px;
  width: 100%;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.8);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.ogads-modal-overlay.active .ogads-modal-card {
  transform: translateY(0);
}
.ogads-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.ogads-modal-header h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-1);
}
.ogads-modal-close {
  background: transparent;
  border: none;
  color: var(--text-2);
  font-size: 24px;
  cursor: pointer;
}
.ogads-modal-sub {
  font-size: 13px;
  color: var(--text-2);
  margin-bottom: 20px;
  line-height: 1.5;
}
.ogads-form-group {
  margin-bottom: 16px;
  text-align: left;
}
.ogads-form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-2);
  margin-bottom: 6px;
}
.ogads-form-group input {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-1);
  font-family: inherit;
  font-size: 13px;
}
.ogads-form-group input:focus {
  outline: none;
  border-color: var(--teal);
}
.ogads-form-note {
  font-size: 11px;
  color: var(--text-3);
  margin: 16px 0;
  line-height: 1.4;
}
.ogads-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.btn-secondary {
  background: rgba(255,255,255,0.06);
  color: var(--text-1);
  border: 1px solid var(--border);
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.missions-status {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
}
.missions-status-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--text-3); }
.missions-status-value { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; }
.missions-status-value.awaiting { color: var(--gold); }
.missions-status-value.running { color: var(--teal); }

/* Skeleton loader for offer cards while fetching from backend */
.mission-skeleton {
  height: 84px;
  border-radius: var(--radius-md);
  background: linear-gradient(90deg, rgba(255,255,255,0.03) 25%, rgba(255,255,255,0.07) 50%, rgba(255,255,255,0.03) 75%);
  background-size: 200% 100%;
  animation: shimmer-load 1.4s infinite;
  border: 1.5px solid var(--border);
}
@keyframes shimmer-load {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Empty / error state for when no offers are returned */
.missions-empty {
  text-align: center;
  padding: 32px 16px;
  font-size: 13px;
  color: var(--text-2);
  border: 1.5px dashed var(--border);
  border-radius: var(--radius-md);
  line-height: 1.6;
}


/* Processing */
.processing-container { text-align: center; }
.processing-icon {
  position: relative;
  width: 100px; height: 100px;
  margin: 0 auto 28px;
  display: flex; align-items: center; justify-content: center;
}
.processing-ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--teal);
  border-right-color: var(--purple-light);
  animation: spin-ring 1.2s linear infinite;
}
@keyframes spin-ring { to { transform: rotate(360deg); } }
.processing-inner {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 900; color: #000;
}

.terminal-box {
  background: #060d1a;
  border: 1px solid rgba(0, 212, 170, 0.2);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  text-align: left;
  margin: 24px 0;
  min-height: 100px;
}
.terminal-line {
  font-size: 13px; font-weight: 500;
  color: var(--teal);
  font-family: 'Space Grotesk', monospace;
  line-height: 1.8;
  opacity: 0;
  transition: opacity 0.3s;
}
.terminal-line.visible { opacity: 1; }
.terminal-cursor {
  font-size: 14px; color: var(--teal);
  animation: cursor-blink 1s step-start infinite;
}
@keyframes cursor-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

.progress-bar-wrap {
  position: relative;
  height: 8px;
  background: rgba(255,255,255,0.06);
  border-radius: 50px;
  overflow: hidden;
}
.progress-bar-inner {
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--purple-light));
  border-radius: 50px;
  width: 0%;
  transition: width 0.3s ease;
  box-shadow: 0 0 12px rgba(0, 212, 170, 0.5);
}
.progress-label {
  position: absolute; right: 0; top: -24px;
  font-size: 12px; font-weight: 700; color: var(--teal);
}

/* ══════════════════════════════
   STATS BAR
══════════════════════════════ */
.stats-bar {
  padding: 60px 24px;
  background: linear-gradient(135deg, rgba(0, 212, 170, 0.05), rgba(124, 58, 237, 0.05));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-container {
  max-width: 1000px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-around; gap: 32px;
  flex-wrap: wrap;
}
.stat-item { text-align: center; }
.stat-number {
  font-size: 40px; font-weight: 900;
  font-family: 'Space Grotesk', sans-serif;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label { font-size: 13px; color: var(--text-2); margin-top: 6px; font-weight: 500; }
.stat-divider { width: 1px; height: 60px; background: var(--border); }

/* ══════════════════════════════
   LIVE FEED
══════════════════════════════ */
.live-feed-section { padding: 100px 0; }

.feed-list { display: flex; flex-direction: column; gap: 10px; max-width: 680px; margin: 0 auto; }

.feed-item {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  animation: slide-in 0.4s ease;
}
@keyframes slide-in { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }

.feed-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.feed-username { font-size: 14px; font-weight: 700; }
.feed-time { font-size: 11px; color: var(--text-3); margin-top: 2px; }
.feed-amount {
  margin-left: auto;
  font-size: 15px; font-weight: 800;
  color: var(--gold);
}
.feed-live-dot {
  width: 8px; height: 8px;
  background: var(--success);
  border-radius: 50%;
  animation: pulse-green 1.5s infinite;
  flex-shrink: 0;
}

/* ══════════════════════════════
   FAQ
══════════════════════════════ */
.faq-section { padding: 100px 0; }
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: border-color 0.3s;
}
.faq-item:has(.faq-q.open) { border-color: rgba(0, 212, 170, 0.3); }
.faq-q {
  width: 100%; padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between;
  background: transparent; border: none;
  color: var(--text-1); font-size: 15px; font-weight: 600;
  font-family: 'Outfit', sans-serif;
  cursor: pointer; text-align: left;
  gap: 16px;
}
.faq-arrow { font-size: 18px; color: var(--teal); transition: transform 0.3s ease; }
.faq-q.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
  padding: 0 24px;
  max-height: 0; overflow: hidden;
  font-size: 14px; line-height: 1.7; color: var(--text-2);
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-a.open { max-height: 200px; padding: 0 24px 20px; }

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
.footer {
  padding: 60px 24px 40px;
  border-top: 1px solid var(--border);
  text-align: center;
}
.footer-container { max-width: 700px; margin: 0 auto; }
.footer-logo {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 18px; font-weight: 800;
  margin-bottom: 20px;
}
.footer-disclaimer {
  font-size: 12px; color: var(--text-3); line-height: 1.6;
  margin-bottom: 20px;
}
.footer-links { display: flex; gap: 24px; justify-content: center; margin-bottom: 20px; }
.footer-links a { font-size: 13px; color: var(--text-2); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--teal); }
.footer-copy { font-size: 12px; color: var(--text-3); }

/* ══════════════════════════════
   MOBILE & TABLET RESPONSIVE
══════════════════════════════ */

/* Tablet & Mobile (<= 768px) */
@media (max-width: 768px) {
  .hero {
    padding: 110px 20px 50px;
    min-height: auto;
  }
  .desktop-only { display: none; }
  
  .navbar {
    height: 60px;
    padding: 0 16px;
  }
  .logo-text { font-size: 16px; }
  .nav-roblox-logo { width: 36px; height: 36px; }
  .logo-badge { display: none; }
  
  .stat-chip { padding: 4px 10px; font-size: 11px; }
  
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .step-card { padding: 24px 20px; }
  
  .generator { padding: 60px 0; }
  .generator-card {
    padding: 24px 18px;
    margin: 0 12px;
    border-radius: var(--radius-lg);
  }
  
  .stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
  }
  .stat-divider { display: none; }
  .stat-number { font-size: 28px; }
  
  .feed-list { gap: 10px; }
  .feed-item { padding: 12px 14px; }
  .feed-username { font-size: 13px; }
  .feed-amount { font-size: 14px; }
}

/* Mobile Portrait (<= 480px) */
@media (max-width: 480px) {
  .hero-title {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .hero-badge {
    font-size: 11px;
    padding: 6px 14px;
    letter-spacing: 1px;
  }
  .hero-cta-group {
    max-width: 100%;
  }
  .hero-btn {
    font-size: 16px;
    padding: 16px 24px;
  }
  
  /* Navbar */
  .nav-stats .stat-chip.gold { display: none; }
  
  /* Step Indicator */
  .step-indicator { gap: 2px; margin-bottom: 28px; }
  .step-dot { width: 30px; height: 30px; font-size: 12px; }
  .step-line { max-width: 32px; height: 2px; }
  
  /* Platform Selection Mobile Tiles */
  .platform-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .platform-btn {
    padding: 10px 4px;
    font-size: 12px;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    justify-content: center;
  }
  
  /* Reward Amount Grid */
  .amount-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .amount-card {
    padding: 14px 10px;
  }
  .amount-value {
    font-size: 22px;
  }
  .popular-tag, .premium-tag {
    font-size: 8px;
    padding: 2px 6px;
  }
  
  /* Mission List */
  .mission-card {
    padding: 12px 10px;
    gap: 10px;
  }
  .mission-app-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .mission-name {
    font-size: 13px;
  }
  .mission-desc {
    font-size: 11px;
  }
  .mission-badge {
    font-size: 9px;
    padding: 2px 6px;
  }
  
  /* Receipt Screen */
  .success-title { font-size: 22px; }
  .success-subtitle { font-size: 13px; }
  .receipt-card { padding: 16px 14px; }
  .receipt-row { font-size: 12px; }
  .receipt-hash { font-size: 9px; word-break: break-all; }
  .timer-countdown { font-size: 24px; }
  
  /* FAQ */
  .faq-q { padding: 16px 16px; font-size: 14px; }
  .faq-a.open { padding: 0 16px 16px; font-size: 13px; }
  
  /* Footer */
  .footer { padding: 40px 16px 30px; }
  .footer-links { flex-wrap: wrap; gap: 14px; }
}

/* Extra Small Mobile (<= 360px) */
@media (max-width: 360px) {
  .hero-title { font-size: 27px; }
  .platform-btn { font-size: 11px; padding: 8px 2px; }
  .amount-value { font-size: 18px; }
  .stat-number { font-size: 22px; }
}

/* ══════════════════════════════════
   UI/UX ENHANCEMENTS (NEW ADDITIONS)
══════════════════════════════════ */
.plat-icon {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.platform-btn:hover .plat-icon {
  transform: scale(1.15);
}

/* Shimmer Button Effect */
.shimmer-btn {
  position: relative;
  overflow: hidden;
}
.shimmer-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -100%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: rotate(25deg);
  animation: btn-shimmer 3.5s infinite;
  pointer-events: none;
}
@keyframes btn-shimmer {
  0% { left: -100%; }
  25%, 100% { left: 160%; }
}

/* Search Loader Overlay in Step 1 */
.search-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 21, 38, 0.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  padding: 24px;
}
.search-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.search-loader {
  position: relative;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(0, 212, 170, 0.15);
  border-top-color: var(--teal);
  border-right-color: var(--gold);
  animation: spin-loader 0.9s linear infinite;
}
@keyframes spin-loader {
  to { transform: rotate(360deg); }
}
.loader-logo {
  font-size: 26px;
  animation: pulse-logo 1.5s ease-in-out infinite alternate;
}
@keyframes pulse-logo {
  from { transform: scale(0.9); }
  to { transform: scale(1.1); }
}
.search-title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--teal);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.search-terminal {
  background: rgba(6, 8, 17, 0.85);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 18px;
  width: 100%;
  max-width: 360px;
  font-family: 'Space Grotesk', monospace;
  font-size: 12px;
  line-height: 1.8;
  color: var(--text-2);
}
.search-terminal-line {
  opacity: 0.3;
  transition: opacity 0.3s, color 0.3s;
}
.search-terminal-line.visible {
  opacity: 1;
  color: var(--teal);
}

/* Step 2 Amount Enhancements */
.amount-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.amount-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 212, 170, 0.18);
}
.amount-card.popular:hover {
  box-shadow: 0 10px 24px rgba(245, 197, 24, 0.25);
}

/* Step 3 Mission Badges */
.mission-badges-row {
  display: flex;
  gap: 6px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.m-chip {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 6px;
  letter-spacing: 0.3px;
}
.m-chip.speed {
  background: rgba(0, 212, 170, 0.12);
  color: var(--teal);
  border: 1px solid rgba(0, 212, 170, 0.25);
}
.m-chip.success {
  background: rgba(34, 197, 94, 0.12);
  color: var(--success);
  border: 1px solid rgba(34, 197, 94, 0.25);
}

/* Step 5: High Fidelity Claim Receipt */
.success-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: scale-up 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes scale-up {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
.success-icon-wrap {
  position: relative;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-glow {
  position: absolute;
  inset: -12px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.35) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse-glow 2s infinite ease-in-out;
}
@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.25); opacity: 1; }
}
.success-icon-badge {
  position: relative;
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, #22c55e, #10b981);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(34, 197, 94, 0.4);
}
.success-title {
  font-size: 26px;
  font-weight: 900;
  color: var(--text-1);
  margin-bottom: 6px;
}
.success-subtitle {
  font-size: 14px;
  color: var(--text-2);
  margin-bottom: 24px;
  max-width: 420px;
}

/* Receipt Card */
.receipt-card {
  width: 100%;
  background: rgba(10, 14, 26, 0.85);
  border: 1px dashed rgba(99, 179, 237, 0.35);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin-bottom: 20px;
  text-align: left;
}
.receipt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.receipt-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-1);
}
.receipt-roblox-logo {
  width: 22px;
  height: 22px;
  border-radius: 4px;
}
.receipt-badge {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 3px 8px;
  background: rgba(34, 197, 94, 0.15);
  color: var(--success);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 20px;
}
.receipt-divider {
  height: 1px;
  background: rgba(99, 179, 237, 0.12);
  margin: 14px 0;
}
.receipt-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
}
.receipt-row:last-child {
  margin-bottom: 0;
}
.receipt-label {
  color: var(--text-2);
  font-weight: 500;
}
.receipt-value {
  color: var(--text-1);
  font-weight: 700;
}
.receipt-amount {
  color: var(--gold);
  font-size: 16px;
  font-weight: 800;
}
.receipt-hash {
  font-family: 'Space Grotesk', monospace;
  font-size: 11px;
  color: var(--teal);
  letter-spacing: 0.5px;
}
.receipt-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--success);
}

/* Clearing Timer Box */
.clearing-timer-box {
  width: 100%;
  background: rgba(0, 212, 170, 0.05);
  border: 1px solid rgba(0, 212, 170, 0.2);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-bottom: 24px;
}
.timer-title {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--teal);
  margin-bottom: 4px;
}
.timer-countdown {
  font-family: 'Space Grotesk', monospace;
  font-size: 28px;
  font-weight: 800;
  color: var(--text-1);
  letter-spacing: 2px;
}
.timer-sub {
  font-size: 11px;
  color: var(--text-3);
  margin-top: 4px;
}
.success-btn-reset {
  margin-top: 4px;
}

.amount-card.premium:hover {
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.35);
}
.amount-tick {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--teal);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.4);
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.amount-card.active .amount-tick {
  opacity: 1;
  transform: scale(1);
}
.amount-usd {
  font-size: 11px;
  color: var(--text-3);
  margin-top: 6px;
  letter-spacing: 0.2px;
}
.amount-usd span {
  color: var(--success);
  font-weight: 700;
  margin-left: 4px;
}

