/* ===== DARK THEME (default) ===== */
:root,
[data-theme="dark"] {
  --bg: #06090f;
  --bg2: #080c16;
  --bg3: #0a0e1a;
  --card: #0e1520;
  --card2: #0b1219;
  --border: rgba(255, 255, 255, 0.07);
  --border2: rgba(255, 255, 255, 0.04);
  --text: #e2e8f0;
  --text2: #94a3b8;
  --text3: #475569;
  --text4: #1f2937;
  --orange: #ff5a1f;
  --ol: #ff7a45;
  --green: #22c55e;
  --red: #ef4444;
  --blue: #3b82f6;
  --purple: #8b5cf6;
  --gold: #f59e0b;
  --tkr-bg: rgba(3, 4, 10, 0.97);
  --tkr-fade: rgba(3, 4, 10, 1);
  --nav-bg: rgba(6, 9, 15, 0.85);
  --nav-scroll: rgba(6, 9, 15, 0.97);
  --nav-link: #94a3b8;
  --nav-hover: #fff;
  --ghost-border: rgba(255, 255, 255, 0.15);
  --ghost-text: #e2e8f0;
  --ghost-hover: rgba(255, 255, 255, 0.07);
  --mm-bg: linear-gradient(160deg, #0a0f1e, #060913 50%, #0d0618);
  --mm-border: rgba(255, 255, 255, 0.08);
  --mm-title: #fff;
  --mm-link: #94a3b8;
  --mm-ico-bg: rgba(255, 255, 255, 0.06);
  --mm-ico-border: rgba(255, 255, 255, 0.07);
  --mm-stat-bg: rgba(255, 255, 255, 0.04);
  --mm-stat-border: rgba(255, 255, 255, 0.06);
  --mm-stat-val: #fff;
  --mm-stat-lbl: #374151;
  --mm-div: rgba(255, 255, 255, 0.06);
  --mm-ghost: rgba(255, 255, 255, 0.15);
  --mm-ghost-text: #e2e8f0;
  --svc-bg: rgba(14, 21, 32, 0.97);
  --svc-b: rgba(255, 255, 255, 0.06);
  --svc-ico-bg: rgba(255, 255, 255, 0.06);
  --svc-ico-b: rgba(255, 255, 255, 0.08);
  --chart-bg: rgba(14, 21, 32, 0.9);
  --im-bg: rgba(255, 255, 255, 0.03);
  --im-b: rgba(255, 255, 255, 0.05);
  --lv-bg: rgba(14, 21, 32, 0.8);
  --lv-b: rgba(255, 255, 255, 0.05);
  --tc-bg: #0d1422;
  --tc-b: rgba(245, 158, 11, 0.15);
  --etag-bg: rgba(255, 255, 255, 0.05);
  --etag-b: rgba(255, 255, 255, 0.07);
  --etag-c: #94a3b8;
  --tcs-bg: rgba(255, 255, 255, 0.03);
  --tcs-b: rgba(255, 255, 255, 0.05);
  --tf-bg: rgba(14, 21, 32, 0.9);
  --tf-b: rgba(255, 255, 255, 0.06);
  --step-num-bg: #06090f;
  --jp-bg: #110a22;
  --jp-b: rgba(139, 92, 246, 0.25);
  --winner-bg: rgba(14, 21, 32, 0.9);
  --w-b: rgba(255, 255, 255, 0.07);
  --testi-bg: rgba(14, 21, 32, 0.97);
  --t-b: rgba(255, 255, 255, 0.06);
  --t-q: #94a3b8;
  --foot-bg: #020408;
  --foot-b: rgba(255, 255, 255, 0.04);
  --fc-h: #374151;
  --fc-a: #1f2937;
  --fc-a-hover: #e2e8f0;
  --fbdg-bg: rgba(255, 255, 255, 0.02);
  --fbdg-b: rgba(255, 255, 255, 0.04);
  --fbdg-c: #1f2937;
  --fbp: #1f2937;
  --fbot-p: #111827;
  --hgrid: rgba(255, 255, 255, 0.025);
  --sdot: rgba(255, 255, 255, 0.025);
  --ham-b: rgba(255, 255, 255, 0.1);
  --ham-bg: rgba(255, 255, 255, 0.04);
  --ham-line: #fff;
  --badge-bg: rgba(255, 90, 31, 0.1);
  --badge-b: rgba(255, 90, 31, 0.25);
  --nebula-op: 1;
  --canvas-op: 1;
  --how-bg-c: rgba(59, 130, 246, 0.04);
}

/* ===== LIGHT THEME ===== */
[data-theme="light"] {
  --bg: #f0f4ff;
  --bg2: #e8edf8;
  --bg3: #edf1fc;
  --card: #ffffff;
  --card2: #f5f8ff;
  --border: rgba(0, 0, 0, 0.08);
  --border2: rgba(0, 0, 0, 0.05);
  --text: #0f172a;
  --text2: #475569;
  --text3: #64748b;
  --text4: #94a3b8;
  --tkr-bg: rgba(248, 249, 251, 0.96);
  --tkr-fade: rgb(254, 254, 255);
  --nav-bg: rgba(240, 244, 255, 0.92);
  --nav-scroll: rgba(240, 244, 255, 0.98);
  --nav-link: #475569;
  --nav-hover: #0f172a;
  --ghost-border: rgba(0, 0, 0, 0.15);
  --ghost-text: #0f172a;
  --ghost-hover: rgba(0, 0, 0, 0.05);
  --mm-bg: linear-gradient(160deg, #ffffff, #f0f4ff 50%, #f5f0ff);
  --mm-border: rgba(0, 0, 0, 0.1);
  --mm-title: #0f172a;
  --mm-link: #475569;
  --mm-ico-bg: rgba(0, 0, 0, 0.05);
  --mm-ico-border: rgba(0, 0, 0, 0.08);
  --mm-stat-bg: rgba(0, 0, 0, 0.04);
  --mm-stat-border: rgba(0, 0, 0, 0.07);
  --mm-stat-val: #0f172a;
  --mm-stat-lbl: #64748b;
  --mm-div: rgba(0, 0, 0, 0.08);
  --mm-ghost: rgba(0, 0, 0, 0.12);
  --mm-ghost-text: #0f172a;
  --svc-bg: rgba(255, 255, 255, 0.97);
  --svc-b: rgba(0, 0, 0, 0.07);
  --svc-ico-bg: rgba(0, 0, 0, 0.05);
  --svc-ico-b: rgba(0, 0, 0, 0.07);
  --chart-bg: rgba(255, 255, 255, 0.95);
  --im-bg: rgba(0, 0, 0, 0.03);
  --im-b: rgba(0, 0, 0, 0.06);
  --lv-bg: rgba(255, 255, 255, 0.9);
  --lv-b: rgba(0, 0, 0, 0.07);
  --tc-bg: #ffffff;
  --tc-b: rgba(245, 158, 11, 0.2);
  --etag-bg: rgba(0, 0, 0, 0.04);
  --etag-b: rgba(0, 0, 0, 0.08);
  --etag-c: #475569;
  --tcs-bg: rgba(0, 0, 0, 0.03);
  --tcs-b: rgba(0, 0, 0, 0.06);
  --tf-bg: rgba(255, 255, 255, 0.95);
  --tf-b: rgba(0, 0, 0, 0.07);
  --step-num-bg: #f0f4ff;
  --jp-bg: #faf5ff;
  --jp-b: rgba(139, 92, 246, 0.2);
  --winner-bg: rgba(255, 255, 255, 0.95);
  --w-b: rgba(0, 0, 0, 0.07);
  --testi-bg: rgba(255, 255, 255, 0.97);
  --t-b: rgba(0, 0, 0, 0.07);
  --t-q: #475569;
  --foot-b: rgba(255, 255, 255, 0.06);
  --fc-h: #64748b;
  --fc-a: #475569;
  --fc-a-hover: #fff;
  --fbdg-bg: rgba(255, 255, 255, 0.06);
  --fbdg-b: rgba(255, 255, 255, 0.08);
  --fbdg-c: #94a3b8;
  --fbp: #94a3b8;
  --fbot-p: #475569;
  --hgrid: rgba(0, 0, 0, 0.04);
  --sdot: rgba(0, 0, 0, 0.035);
  --ham-b: rgba(0, 0, 0, 0.12);
  --ham-bg: rgba(0, 0, 0, 0.05);
  --ham-line: #0f172a;
  --badge-bg: rgba(255, 90, 31, 0.08);
  --badge-b: rgba(255, 90, 31, 0.2);
  --nebula-op: 0.35;
  --canvas-op: 0.2;
  --how-bg-c: rgba(59, 130, 246, 0.03);
  --foot-bg: rgba(240, 244, 255, 0.92);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Barlow", sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  transition:
    background 0.4s ease,
    color 0.4s ease;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: var(--bg);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--orange), var(--purple));
  border-radius: 2px;
}
a {
  text-decoration: none;
}
/* CANVAS / NEBULA */
#bgCanvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.nebula {
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
  animation: npulse 8s ease-in-out infinite;
}
.n1 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 90, 31, 0.12), transparent 70%);
  top: -200px;
  left: -200px;
}
.n2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.1), transparent 70%);
  top: 30%;
  right: -150px;
  animation-delay: -3s;
}
.n3 {
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.08),
    transparent 70%
  );
  bottom: 10%;
  left: 20%;
  animation-delay: -6s;
}
.n4 {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(245, 158, 11, 0.07),
    transparent 70%
  );
  bottom: 30%;
  right: 30%;
  animation-delay: -4s;
}
@keyframes npulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    /* transform: scale(1.1); */
  }
}

/* THEME TOGGLE */
.theme-toggle {
  position: relative;
  width: 52px;
  height: 28px;
  border-radius: 14px;
  cursor: pointer;
  border: 1px solid var(--border);
  flex-shrink: 0;
  background: var(--card);
  transition: all 0.35s ease;
  overflow: hidden;
}
.theme-toggle:hover {
  border-color: var(--orange);
  box-shadow: 0 0 12px rgba(255, 90, 31, 0.3);
}
.tt-track {
  position: absolute;
  inset: 2px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1e3a5f, #0f1f3d);
  transition: background 0.4s;
}
[data-theme="light"] .tt-track {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
}
.tt-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
[data-theme="light"] .tt-knob {
  transform: translateX(24px);
  background: #fff7d6;
}
.tt-knob .ico-moon {
  display: block;
  color: #000;
}
.tt-knob .ico-sun {
  display: none;
}
[data-theme="light"] .tt-knob .ico-moon {
  display: none;
}
[data-theme="light"] .tt-knob .ico-sun {
  display: block;
}

/* TICKER */
.tkr-wrap {
  background: var(--tkr-bg);
  border-bottom: 1px solid rgba(255, 90, 31, 0.15);
  overflow: hidden;
  height: 38px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 50;
  transition: background 0.4s;
}
.tkr-fl,
.tkr-fr {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.tkr-fl {
  left: 0;
  background: linear-gradient(90deg, var(--tkr-fade), transparent);
}
.tkr-fr {
  right: 0;
  background: linear-gradient(-90deg, var(--tkr-fade), transparent);
}
.tkr-track {
  display: flex;
  animation: tkr 40s linear infinite;
  white-space: nowrap;
}
.tkr-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 24px;
  font-size: 11.5px;
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.sym {
  color: var(--text);
  font-weight: 800;
}
.nm {
  color: var(--text);
  font-size: 10.5px;
}
.pr {
  color: rgba(255, 255, 255, 0.8);
}
.up {
  color: #22c55e;
}
.dn {
  color: #ef4444;
}
@keyframes tkr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* NAV */
nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  background: var(--nav-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  transition: all 0.3s;
}
nav.scrolled {
  background: var(--nav-scroll);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
}
[data-theme="dark"] nav.scrolled {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.7);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-ico {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--orange), #ff8c00);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  animation: lglow 3s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes lglow {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(255, 90, 31, 0.5);
  }
  50% {
    box-shadow:
      0 0 40px rgba(255, 90, 31, 0.9),
      0 0 70px rgba(255, 90, 31, 0.3);
  }
}
.logo-txt {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
}
.logo-txt .w {
  color: var(--text);
}
.logo-txt .o {
  color: var(--orange);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.nav-links a {
  color: var(--nav-link);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 8px;
  transition: all 0.2s;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  right: 50%;
  height: 1.5px;
  background: var(--orange);
  transition: all 0.3s;
  border-radius: 2px;
}
.nav-links a:hover {
  color: var(--nav-hover);
  background: var(--ghost-hover);
}
.nav-links a:hover::after {
  left: 14px;
  right: 14px;
}
.nav-acts {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-ghost {
  background: transparent;
  border: 1px solid var(--ghost-border);
  color: var(--ghost-text);
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
  font-family: "Barlow", sans-serif;
}
.btn-ghost:hover {
  background: var(--ghost-hover);
  border-color: var(--text2);
}
.btn-cta {
  background: linear-gradient(135deg, var(--orange), #e04a10);
  border: none;
  color: #fff;
  padding: 9px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 20px rgba(255, 90, 31, 0.4);
}
.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 90, 31, 0.65);
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--ham-b);
  background: var(--ham-bg);
  transition: all 0.2s;
  flex-shrink: 0;
}
.hamburger:hover {
  border-color: var(--orange);
  background: rgba(255, 90, 31, 0.08);
}
.hamburger span {
  display: block;
  height: 2px;
  background: var(--ham-line);
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* MOBILE MENU */
.mm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  z-index: 140;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.mm-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.mm {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(360px, 90vw);
  background: var(--mm-bg);
  border-left: 1px solid var(--mm-border);
  z-index: 145;
  transform: translateX(110%);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mm.open {
  transform: translateX(0);
}
.mm-glow1 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 90, 31, 0.2), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: npulse 5s ease-in-out infinite;
}
.mm-glow2 {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(
    circle,
    rgba(139, 92, 246, 0.15),
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  animation: npulse 7s ease-in-out infinite reverse;
}
[data-theme="light"] .mm-glow1 {
  background: radial-gradient(circle, rgba(255, 90, 31, 0.12), transparent 70%);
}
[data-theme="light"] .mm-glow2 {
  background: radial-gradient(
    circle,
    rgba(139, 92, 246, 0.08),
    transparent 70%
  );
}
.mm-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.mm-p {
  position: absolute;
  border-radius: 50%;
  animation: mmfloat var(--d, 6s) ease-in-out infinite var(--dl, 0s);
}
@keyframes mmfloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.2);
  }
}
.mm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  border-bottom: 1px solid var(--mm-border);
  position: relative;
  z-index: 2;
}
.mm-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mm-logo-ico {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--orange), #ff8c00);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 0 0 16px rgba(255, 90, 31, 0.5);
}
.mm-logo-txt {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--mm-title);
}
.mm-logo-txt .o {
  color: var(--orange);
}
.mm-close {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--mm-ico-bg);
  border: 1px solid var(--mm-ico-border);
  color: var(--text2);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.mm-close:hover {
  background: rgba(255, 90, 31, 0.15);
  border-color: var(--orange);
  color: var(--orange);
}
.mm-nav {
  flex: 1;
  padding: 14px 18px;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}
.mm-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 14px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--mm-link);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  transition: all 0.25s;
  border: 1px solid transparent;
  position: relative;
}
.mm-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 90, 31, 0.08),
    rgba(255, 90, 31, 0.02)
  );
  opacity: 0;
  transition: opacity 0.25s;
  border-radius: 12px;
}
.mm-link:hover {
  color: var(--mm-title);
  border-color: rgba(255, 90, 31, 0.2);
  transform: translateX(5px);
}
.mm-link:hover::before {
  opacity: 1;
}
.mm-link-ico {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
  background: var(--mm-ico-bg);
  border: 1px solid var(--mm-ico-border);
  transition: all 0.25s;
}
.mm-link:hover .mm-link-ico {
  background: rgba(255, 90, 31, 0.15);
  border-color: rgba(255, 90, 31, 0.3);
  transform: scale(1.08);
}
.mm-link-info {
  flex: 1;
}
.mm-link-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.mm-link-sub {
  font-size: 11px;
  color: var(--text3);
}
.mm-arrow {
  color: var(--border);
  font-size: 14px;
  transition: all 0.25s;
}
.mm-link:hover .mm-arrow {
  color: var(--orange);
  transform: translateX(4px);
}
.mm-divider {
  height: 1px;
  background: var(--mm-div);
  margin: 10px 14px;
}
.mm-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 18px 14px;
  position: relative;
  z-index: 2;
}
.mm-stat {
  background: var(--mm-stat-bg);
  border: 1px solid var(--mm-stat-border);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  transition:
    background 0.4s,
    border-color 0.4s;
}
.mm-stat-v {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--mm-stat-val);
}
.mm-stat-l {
  font-size: 10px;
  color: var(--mm-stat-lbl);
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mm-footer {
  padding: 18px 22px;
  border-top: 1px solid var(--mm-div);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.mm-btn-p {
  background: linear-gradient(135deg, var(--orange), #e04a10);
  border: none;
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  width: 100%;
  transition: all 0.2s;
  box-shadow: 0 4px 20px rgba(255, 90, 31, 0.4);
  letter-spacing: 0.3px;
}
.mm-btn-p:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(255, 90, 31, 0.65);
}
.mm-btn-g {
  background: transparent;
  border: 1px solid var(--mm-ghost);
  color: var(--mm-ghost-text);
  padding: 13px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  width: 100%;
  transition: all 0.2s;
}
.mm-btn-g:hover {
  background: var(--ghost-hover);
}

/* HERO */
#hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 80px 60px;
  overflow: hidden;
  background: var(--bg);
  transition: background 0.4s;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(
    ellipse 80% 80% at 50% 50%,
    black 20%,
    transparent 80%
  );
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    269deg,
    rgb(255 90 31 / 0%),
    rgba(255, 90, 31, 0.2)
  );
  z-index: 1;
}
.forb1 {
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 90, 31, 0.09), transparent 70%);
  top: 5%;
  right: 20%;
  border-radius: 50%;
  animation: odrift 7s ease-in-out infinite;
  pointer-events: none;
}
.forb2 {
  position: absolute;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.1), transparent 70%);
  bottom: 15%;
  left: 5%;
  border-radius: 50%;
  animation: odrift 9s ease-in-out infinite reverse;
  pointer-events: none;
}
.forb3 {
  position: absolute;
  width: 160px;
  height: 160px;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.08),
    transparent 70%
  );
  top: 40%;
  left: 38%;
  border-radius: 50%;
  animation: odrift 6s ease-in-out infinite 2s;
  pointer-events: none;
}
@keyframes odrift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(15px, -15px) scale(1.05);
  }
  66% {
    transform: translate(-10px, 10px) scale(0.95);
  }
}
.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hp {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  animation: hpfloat var(--d, 8s) ease-in-out infinite var(--dl, 0s);
}
@keyframes hpfloat {
  0% {
    transform: translateY(100vh) scale(0);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    transform: translateY(-100px) scale(1);
    opacity: 0;
  }
}
[data-theme="light"] .hp {
  background: rgba(255, 90, 31, 0.2);
}
@keyframes hpfloat {
  0% {
    transform: translateY(100vh) scale(0);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    transform: translateY(-100px) scale(1);
    opacity: 0;
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 610px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--badge-bg);
  border: 1px solid var(--badge-b);
  border-radius: 24px;
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 28px;
  width: fit-content;
  backdrop-filter: blur(8px);
}
.bdot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: bdota 1.5s ease-in-out infinite;
  box-shadow: 0 0 8px var(--orange);
}
@keyframes bdota {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.hero-h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(56px, 8vw, 108px);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 28px;
}
.hero-h1 .l1 {
  color: var(--text);
  display: block;
  animation: sinl 0.8s ease both;
}
.hero-h1 .l2 {
  color: var(--orange);
  display: block;
  animation: sinl 0.8s 0.1s ease both;
  text-shadow: 0 0 60px rgba(255, 90, 31, 0.4);
}
.hero-h1 .l3 {
  color: var(--text);
  display: block;
  animation: sinl 0.8s 0.2s ease both;
}
@keyframes sinl {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero-p {
  font-size: 15px;
  line-height: 1.75;
  color: #d5e6ff;
  max-width: 460px;
  margin-bottom: 40px;
  animation: fup 0.8s 0.4s ease both;
}
.hero-p strong {
  color: var(--text);
  font-weight: 600;
}
.hero-btns {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 64px;
  animation: fup 0.8s 0.5s ease both;
}
@keyframes fup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-primary {
  background: linear-gradient(135deg, var(--orange), #e04a10);
  border: none;
  color: #fff;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 32px rgba(255, 90, 31, 0.45);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(255, 90, 31, 0.6);
}
.btn-sec {
  background: var(--ghost-hover);
  border: 1px solid var(--ghost-border);
  color: var(--text);
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  transition: all 0.3s;
  backdrop-filter: blur(8px);
}
.btn-sec:hover {
  background: var(--card2);
  border-color: var(--text2);
  transform: translateY(-2px);
}
.hero-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  animation: fup 0.8s 0.6s ease both;
}
.sv {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -1px;
}
.sl {
  font-size: 12px;
  color: #d5e6ff;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ss {
  font-size: 11px;
  color: var(--green);
  margin-top: 4px;
  font-weight: 700;
}
.hero-rocket {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  text-align: center;
}
.rocket-emoji {
  font-size: clamp(90px, 13vw, 185px);
  animation: rfloat 4s ease-in-out infinite;
  filter: drop-shadow(0 0 40px rgba(255, 120, 30, 0.7))
    drop-shadow(0 20px 60px rgba(255, 90, 31, 0.4));
  display: block;
}
.rocket-trail {
  width: 4px;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 90, 31, 0.6), transparent);
  filter: blur(4px);
  border-radius: 2px;
  margin: 0 auto;
  animation: rtail 4s ease-in-out infinite;
}
@keyframes rfloat {
  0%,
  100% {
    transform: rotate(-12deg) translateY(0);
  }
  50% {
    transform: rotate(-6deg) translateY(-25px);
  }
}
@keyframes rtail {
  0%,
  100% {
    height: 80px;
    opacity: 0.7;
  }
  50% {
    height: 40px;
    opacity: 0.2;
  }
}

/* SECTIONS */
section {
  padding: 100px 80px;
  position: relative;
  transition: background 0.4s;
}
.sdots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(var(--sdot) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.sec-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 16px;
  justify-content: center;
}
.sec-tag::before {
  content: "";
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), transparent);
}
.sec-h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.92;
  margin-bottom: 16px;
  color: var(--text);
}
.sec-h2 .o {
  color: var(--orange);
}
.sec-p {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.75;
}
#about {
  padding: 120px 8%; /* Use % for better horizontal scaling */
  background: var(--bg2);
  position: relative;
  overflow: hidden;
  background: #ffffff00;
}

/* Add a subtle glow behind the cards */
#about::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 90, 31, 0.1) 0%,
    transparent 70%
  );
  z-index: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* .sec-tag {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
  display: inline-block;
} */

.sec-h2 {
  font-size: clamp(32px, 5vw, 48px); /* Responsive typography */
  line-height: 1.1;
  margin-bottom: 25px;
}

.o {
  color: var(--orange);
  background: linear-gradient(90deg, #ff5a1f, #ff9b71);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-p {
  font-size: 16px;
  color: var(--text2);
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.af {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.03); /* Subtle glass effect */
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}

.af:hover {
  background: rgba(255, 90, 31, 0.05);
  border-color: var(--orange);
}

.af i {
  color: var(--orange);
  font-size: 22px;
}

.about-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.about-card {
  background: var(--svc-bg);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 35px;
  border-radius: 24px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.about-card:hover {
  transform: translateX(-10px) scale(1.02); /* Slides toward the content */
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--orange);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.ac-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 90, 31, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 24px;
  color: var(--orange);
  margin-bottom: 20px;
}

/* responsive */
@media (max-width: 1024px) {
  #about {
    padding: 80px 5%;
  }
  .about-grid {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-right {
    order: -1;
  } /* Cards show up first on mobile for visual impact */
  .about-card:hover {
    transform: translateY(-10px);
  }
}
/* SERVICES */
#services {
  background: var(--bg2);
}
.svc-hdr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.svc {
  background: var(--svc-bg);
  border: 1px solid var(--svc-b);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    all 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    background 0.4s,
    border-color 0.4s;
}
.svc::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 90, 31, 0.06), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.svc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 90, 31, 0.6),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s;
}
.svc:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 90, 31, 0.25);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 90, 31, 0.1);
}
[data-theme="dark"] .svc:hover {
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 90, 31, 0.1);
}
.svc:hover::before,
.svc:hover::after {
  opacity: 1;
}
.svc-glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    var(--g, rgba(255, 90, 31, 0.08)),
    transparent 70%
  );
  pointer-events: none;
  transition: all 0.4s;
}
.svc:hover .svc-glow {
  width: 260px;
  height: 260px;
  top: -90px;
  right: -90px;
}
.svc-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--svc-ico-bg);
  border: 1px solid var(--svc-ico-b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.svc:hover .svc-ico {
  transform: scale(1.1) rotate(-5deg);
  background: rgba(255, 90, 31, 0.12);
  border-color: rgba(255, 90, 31, 0.3);
}
.svc h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  color: var(--text);
}
.svc p {
  font-size: 13px;
  color: var(--text2);
  line-height: 1.65;
  margin-bottom: 20px;
}
.svc-lnk {
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.25s;
  opacity: 0.8;
}
.svc:hover .svc-lnk {
  opacity: 1;
  gap: 9px;
}
.svc-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.25);
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
}

/* HOW */
#how {
  background: #06090f00;
  padding: 100px 20px;
  text-align: center;
}
.howwork {
  display: grid;
  justify-content: center;
}
.timeline {
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(#ff5a1f, #3b82f6, #8b5cf6, #22c55e, #f59e0b);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
  position: relative;
}

.timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--svc-ico-bg);
  border: 2px solid #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #3b82f6;
  position: relative;
  z-index: 2;
}

.timeline-content {
  background: var(--card2);
  padding: 20px 25px;
  border-radius: 10px;
  width: 40%;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.timeline-content .num {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}

.timeline-content h4 {
  margin: 6px 0;
  color: var(--text2);
  font-size: 18px;
}

.timeline-content p {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.6;
}

/* MOBILE */

@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    flex-direction: row;
    padding-left: 50px;
  }

  .timeline-item:nth-child(odd) {
    flex-direction: row;
  }

  .timeline-icon {
    position: absolute;
    left: 0;
  }

  .timeline-content {
    width: 100%;
  }
}

/* how */

#earn {
  background: var(--bg); /* Deeper midnight blue */
  padding: 140px 20px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

/* Background Decorative Elements */
.earn-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.15),
    transparent 70%
  );
  top: -10%;
  left: -10%;
  filter: blur(80px);
  z-index: 0;
}

.earn-blob.secondary {
  top: 60%;
  right: -10%;
  background: radial-gradient(
    circle,
    rgba(139, 92, 246, 0.12),
    transparent 70%
  );
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sec-header {
  text-align: center;
  margin-bottom: 80px;
}

.gradient-text {
  background: linear-gradient(90deg, rgb(245 163 133 / 79%), #ff5a1f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* GRID SYSTEM */
.earn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD STYLING */
.earn-card {
  position: relative;
  background: var(--card);
  border-radius: 24px;
  padding: 1px; /* Gap for border gradient */
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.card-inner {
  background: var(--card);
  padding: 40px 30px;
  border-radius: 23px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: background 0.4s;
}

.earn-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1.5px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    transparent,
    rgba(255, 255, 255, 0.05)
  );
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* HOVER STATES */
.earn-card:hover {
  transform: translateY(-10px);
}

.earn-card:hover::before {
  background: linear-gradient(135deg, #c78b72, #ff5a1f);
}

.earn-card:hover .card-inner {
  background: var(--bg2);
}

/* ICON ENHANCEMENT */
.earn-icon {
  width: 55px;
  height: 55px;
  background: var(--mm-ico-bg);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: rgb(255 133 89 / 50%);
  margin-bottom: 25px;
  transition: 0.4s;
}

.earn-card:hover .earn-icon {
  background: linear-gradient(135deg, #c78b72, #ff5a1f);
  color: var(--text);
  transform: rotateY(180deg);
}

/* TYPOGRAPHY */
.earn-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text);
}

.earn-card p {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.6;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 992px) {
  .earn-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .earn-grid {
    grid-template-columns: 1fr;
  }
  #earn {
    padding: 80px 15px;
  }
}
/* INCOME */
#income {
  background: var(--bg2);
}
.income-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.chart-card {
  background: var(--chart-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition:
    background 0.4s,
    border-color 0.4s;
}
[data-theme="dark"] .chart-card {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.chart-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.chart-lbl {
  font-size: 13px;
  font-weight: 600;
  color: var(--text2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-tot {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: var(--green);
  text-shadow: 0 0 20px rgba(34, 197, 94, 0.3);
}
.bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 130px;
  margin-bottom: 12px;
}
.bar {
  flex: 1;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent);
}
.bar:hover {
  filter: brightness(1.25);
  transform: scaleY(1.04);
  transform-origin: bottom;
}
.bm {
  display: flex;
  gap: 8px;
}
.bm span {
  flex: 1;
  text-align: center;
  font-size: 10px;
  color: var(--text3);
  font-weight: 600;
}
.i-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}
.im {
  background: var(--im-bg);
  border: 1px solid var(--im-b);
  border-radius: 10px;
  padding: 16px;
  transition: all 0.25s;
}
.im:hover {
  border-color: rgba(255, 90, 31, 0.2);
  background: rgba(255, 90, 31, 0.03);
}
.im .ic {
  font-size: 16px;
  margin-bottom: 8px;
}
.im .iv {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--orange);
}
.im .il {
  font-size: 11px;
  color: var(--text3);
  margin-top: 2px;
}
.im .is {
  font-size: 10px;
  color: var(--green);
  font-weight: 700;
  margin-top: 5px;
}
.lv {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--lv-bg);
  border: 1px solid var(--lv-b);
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 10px;
  transition: all 0.3s;
  cursor: default;
}
.lv:hover {
  transform: translateX(6px);
  border-color: rgba(255, 90, 31, 0.2);
}
.lv-n {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}
.lv-i {
  flex: 1;
}
.lv-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.lv-desc {
  font-size: 11px;
  color: var(--text3);
  margin-top: 2px;
}
.lv-track {
  flex: 2;
  background: var(--border);
  border-radius: 4px;
  height: 6px;
  overflow: hidden;
}
.lv-fill {
  height: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.lv-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  animation: shim 2.5s infinite;
}
@keyframes shim {
  100% {
    left: 200%;
  }
}
.lv-pct {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 900;
  min-width: 42px;
  text-align: right;
}
#barsEl {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 120px;
}

.bar {
  width: 14px;
  border-radius: 6px;
  transform-origin: bottom;
  animation: grow 1.2s ease-in-out infinite alternate;
}

@keyframes grow {
  0% {
    transform: scaleY(0.3);
    opacity: 0.6;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* TOKEN */
#token {
  background: var(--bg);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.tc-wrap {
  position: relative;
}
.tc-bg-glow {
  position: absolute;
  inset: -30px;
  background: radial-gradient(
    ellipse 80% 80% at 50% 50%,
    rgba(245, 158, 11, 0.1),
    transparent 70%
  );
  pointer-events: none;
  animation: npulse 4s ease-in-out infinite;
}
.tc {
  background: var(--tc-bg);
  border: 1px solid var(--tc-b);
  border-radius: 20px;
  padding: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition:
    background 0.4s,
    border-color 0.4s;
}
[data-theme="dark"] .tc {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.tc-shim {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(245, 158, 11, 0.04),
    transparent
  );
  animation: tcshim 4s ease-in-out infinite;
}
@keyframes tcshim {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
.tc-ico {
  font-size: 44px;
  margin-bottom: 16px;
}
.tc-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-weight: 900;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-shadow: 0 0 30px rgba(245, 158, 11, 0.3);
}
.tc-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
}
.tc-chg {
  font-size: 13px;
  color: var(--green);
  font-weight: 700;
  margin-bottom: 24px;
}
.exl {
  font-size: 10px;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.extags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px;
}
.etag {
  background: var(--etag-bg);
  border: 1px solid var(--etag-b);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 10.5px;
  color: var(--etag-c);
  font-weight: 600;
  transition: all 0.2s;
  cursor: default;
}
.etag:hover {
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.3);
  color: var(--gold);
}
.tc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  border-radius: 10px;
  overflow: hidden;
}
.tcs {
  background: var(--tcs-bg);
  padding: 16px;
  text-align: center;
  border: 1px solid var(--tcs-b);
}
.tcs-v {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
}
.tcs-l {
  font-size: 10px;
  color: var(--text3);
  margin-top: 3px;
}
.tf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
}
.tf {
  background: var(--tf-bg);
  border: 1px solid var(--tf-b);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s;
  cursor: default;
}
.tf:hover {
  border-color: rgba(245, 158, 11, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] .tf:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.tf-ico {
  font-size: 22px;
  margin-bottom: 10px;
}
.tf h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.tf p {
  font-size: 12px;
  color: var(--text2);
  line-height: 1.5;
}
.token-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), #d97706);
  border: none;
  color: #000;
  padding: 13px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  transition: all 0.25s;
  box-shadow: 0 6px 24px rgba(245, 158, 11, 0.4);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(245, 158, 11, 0.6);
}
.btn-ow {
  background: var(--ghost-hover);
  border: 1px solid var(--ghost-border);
  color: var(--text);
  padding: 13px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  transition: all 0.25s;
}
.btn-ow:hover {
  background: var(--card2);
}

/* JACKPOT */
#jackpot {
  background: #e8edf800;
  text-align: center;
  padding: 100px 80px;
}
.jp-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 50% at 50% 50%,
    rgba(139, 92, 246, 0.1),
    transparent 70%
  );
}
[data-theme="light"] .jp-bg {
  background: radial-gradient(
    ellipse 60% 50% at 50% 50%,
    rgba(139, 92, 246, 0.06),
    transparent 70%
  );
}
.jp-box {
  background: var(--jp-bg);
  border: 1px solid var(--jp-b);
  border-radius: 24px;
  padding: 48px 56px;
  max-width: 540px;
  margin: 0 auto 48px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(139, 92, 246, 0.1);
  transition: background 0.4s;
}
[data-theme="dark"] .jp-box {
  box-shadow: 0 30px 80px rgba(139, 92, 246, 0.15);
}
.jp-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.04),
    transparent
  );
  animation: jpsh 5s ease-in-out infinite;
}
@keyframes jpsh {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
.slots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}
.slot {
  width: 82px;
  height: 92px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  transition: all 0.15s;
}
[data-theme="dark"] .slot {
  background: linear-gradient(180deg, #1a1040, #250f5a);
  border: 2px solid rgba(139, 92, 246, 0.5);
  box-shadow:
    0 0 30px rgba(139, 92, 246, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.1);
}
[data-theme="light"] .slot {
  background: linear-gradient(180deg, #4c1d95, #6d28d9);
  border: 2px solid rgba(139, 92, 246, 0.6);
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
}
.slot.spin {
  animation: slspin 0.12s linear;
}
@keyframes slspin {
  0% {
    transform: scaleY(0.85);
  }
  50% {
    transform: scaleY(1.06);
  }
  100% {
    transform: scaleY(1);
  }
}
.jp-lbl {
  font-size: 11px;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.jp-amt {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 54px;
  font-weight: 900;
  color: var(--gold);
  text-shadow: 0 0 40px rgba(245, 158, 11, 0.4);
  margin-bottom: 20px;
  line-height: 1;
}
.jp-bar-wrap {
  background: var(--border);
  border-radius: 8px;
  height: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.jp-bar {
  height: 100%;
  width: 73%;
  background: linear-gradient(90deg, var(--orange), var(--gold));
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.jp-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shim 2s infinite;
}
.jp-meta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--text3);
}
.winners {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.winner {
  background: var(--winner-bg);
  border: 1px solid var(--w-b);
  border-radius: 14px;
  padding: 18px 22px;
  text-align: center;
  transition: all 0.3s;
  cursor: default;
  min-width: 130px;
}
.winner:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}
[data-theme="dark"] .winner:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.wm {
  font-size: 24px;
  margin-bottom: 8px;
}
.wn {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text);
}
.wa {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--gold);
}
.btn-luck {
  background: linear-gradient(135deg, var(--gold), var(--orange));
  border: none;
  color: #000;
  padding: 15px 44px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 32px rgba(245, 158, 11, 0.4);
}
.btn-luck:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(245, 158, 11, 0.6);
}

/* MEMBERS */
#members {
  background: var(--bg);
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.testi {
  background: var(--testi-bg);
  border: 1px solid var(--t-b);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.testi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 90, 31, 0.5),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s;
}
.testi:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 90, 31, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] .testi:hover {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.testi:hover::before {
  opacity: 1;
}
.t-stars {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.t-q {
  font-size: 13px;
  color: var(--t-q);
  line-height: 1.75;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
  padding-left: 20px;
}
.t-q::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 36px;
  color: rgba(255, 90, 31, 0.2);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
}
.t-auth {
  display: flex;
  align-items: center;
  gap: 12px;
}
.t-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  flex-shrink: 0;
}
.t-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.t-loc {
  font-size: 11px;
  color: var(--text3);
  margin-top: 1px;
}
.t-earn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 11px;
  color: var(--green);
  font-weight: 700;
  margin-top: 8px;
}

/* CTA */
#cta {
  background: var(--bg2);
  text-align: center;
  padding: 120px 80px;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    rgba(255, 90, 31, 0.1),
    transparent 70%
  );
  animation: npulse 6s ease-in-out infinite;
}
[data-theme="light"] .cta-bg {
  background: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    rgba(255, 90, 31, 0.06),
    transparent 70%
  );
}
.cta-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--sdot) 1px, transparent 1px),
    linear-gradient(90deg, var(--sdot) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(
    ellipse 80% 80% at 50% 50%,
    black 30%,
    transparent 80%
  );
}
.cta-h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(50px, 8vw, 96px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.92;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  color: var(--text);
}
.cta-h2 .o {
  color: var(--orange);
}
.cta-p {
  font-size: 16px;
  color: var(--text2);
  max-width: 520px;
  margin: 0 auto 44px;
  line-height: 1.75;
  position: relative;
  z-index: 2;
}
.cta-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}
.btn-blue {
  background: linear-gradient(135deg, var(--blue), #1d4ed8);
  border: none;
  color: #fff;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 24px rgba(59, 130, 246, 0.4);
}
.btn-blue:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 44px rgba(59, 130, 246, 0.6);
}
.cta-trust {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.ti {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text3);
  font-weight: 600;
}
.ti .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 6px var(--green);
}

/* FOOTER */
footer {
  background: var(--foot-bg);
  border-top: 1px solid var(--foot-b);
  padding: 64px 80px 32px;
  position: relative;
  transition: background 0.4s;
}
.ft-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(255, 90, 31, 0.06),
    transparent 70%
  );
  pointer-events: none;
}
.ft-top {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}
.fb-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.fb-ico {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--orange), #e04a10);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 0 14px rgba(255, 90, 31, 0.4);
}
.fb-txt {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--text);
}
.fb-txt .o {
  color: var(--orange);
}
.footer-brand p {
  font-size: 12.5px;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 22px;
  max-width: 230px;
}
.socials {
  display: flex;
  gap: 8px;
}
.soc {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--orange);
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
}
.soc:hover {
  background: rgba(255, 90, 31, 0.15);
  border-color: rgba(255, 90, 31, 0.4);
  color: var(--orange);
  transform: translateY(-2px);
}
.fc h5 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--orange);
  margin-bottom: 18px;
}
.fc ul {
  list-style: none;
}
.fc ul li {
  margin-bottom: 11px;
}
.fc ul li a {
  font-size: 13px;
  color: var(--text);
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.fc ul li a:hover {
  color: var(--text);
  transform: translateX(3px);
}
.ft-bot {
  border-top: 1px solid var(--foot-b);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.ft-bot p {
  font-size: 12px;
  color: var(--text);
}
.f-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.fbdg {
  background: var(--fbdg-bg);
  border: 1px solid var(--fbdg-b);
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 10px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 5px;
}
.fbdg .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 5px var(--green);
}

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.ft-top {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}
/* RESPONSIVE */
@media (max-width: 1150px) {
  section {
    padding: 80px 40px;
  }
  #hero {
    padding: 60px 40px 50px;
  }
  .svc-grid {
    grid-template-columns: 1fr 1fr;
  }
  .income-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #token {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 80px 40px;
  }
  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }
  footer {
    padding: 60px 40px 32px;
  }
  .ft-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 900px) {
  nav {
    padding: 0 20px;
  }
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .btn-ghost {
    display: none;
  }
  section {
    padding: 70px 24px;
  }
  #hero {
    padding: 50px 24px 40px;
  }
  .hero-h1 {
    font-size: 56px;
  }
  .hero-rocket {
    opacity: 0.2;
    right: -10px;
  }
  .rocket-emoji {
    font-size: 90px;
  }
  .svc-grid {
    grid-template-columns: 1fr;
  }
  .steps-track {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .steps-track::before {
    display: none;
  }
  .step {
    width: 100%;
    max-width: 280px;
  }
  .testi-grid {
    grid-template-columns: 1fr;
  }
  .i-mini {
    grid-template-columns: 1fr 1fr;
  }
  #token {
    padding: 70px 24px;
  }
  #jackpot {
    padding: 80px 24px;
  }
  .jp-box {
    padding: 32px 24px;
  }
  .jp-amt {
    font-size: 42px;
  }
  #cta {
    padding: 80px 24px;
  }
  footer {
    padding: 50px 24px 28px;
  }
  .ft-top {
    grid-template-columns: 1fr;
  }
  .ft-bot {
    flex-direction: column;
    text-align: center;
  }
  .tf-grid {
    grid-template-columns: 1fr;
  }
  .winner {
    min-width: 110px;
  }
}
@media (max-width: 480px) {
  .hero-h1 {
    font-size: 44px;
  }
  .hero-stats {
    gap: 24px;
  }
  .cta-h2 {
    font-size: 42px;
  }
  .hero-btns {
    flex-direction: column;
  }
  .btn-primary,
  .btn-sec {
    width: 100%;
    justify-content: center;
  }
  .slots {
    gap: 8px;
  }
  .slot {
    width: 70px;
    height: 80px;
    font-size: 42px;
  }
}
