/* Rejik marketing — light canvas, blue mark + gold coin */
:root {
  --bg: #ffffff;
  --fg: #111111;
  --fg2: #27272a;
  --accent: #2563eb;
  --blue-light: #eff6ff;
  --gold: #d4af37;
  --gold-2: #b45309;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;
  --border: #e5e7eb;
  --muted: #6b7280;
  --surface: #f8fafc;
  --radius: 18px;
  --shadow: 0 1px 2px rgba(17,17,17,.04), 0 20px 48px -20px rgba(17,17,17,.16);
  --shadow-lg: 0 24px 64px -24px rgba(37,99,235,.28);
}
.home-page { overflow-x: hidden; background: #fff; color: var(--fg); }
.home-page main { max-width: 100%; }
.home-page .wrap { max-width: 72rem; width: 100%; }
.home-page .btn-gold {
  background: linear-gradient(180deg, #f8e08a, #d4af37);
  color: #3f2d04;
  font-weight: 800;
  box-shadow: 0 10px 24px -12px rgba(180, 83, 9, .45);
}
.logo-word {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 1.05rem;
  color: #1e3a5f;
  line-height: 1;
}
.logo-word span {
  background: linear-gradient(90deg, #2563eb, #00a3ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Grid + particles */
.hero-premium {
  position: relative;
  padding: 4.5rem 0 3rem;
  overflow: hidden;
  background:
    radial-gradient(50% 45% at 78% 18%, rgba(37,99,235,.14), transparent 68%),
    radial-gradient(40% 40% at 14% 72%, rgba(212,175,55,.12), transparent 70%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 55%, #fff8ef 100%);
}
.hero-premium::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(37,99,235,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 35%, transparent);
  pointer-events: none;
}
.hero-orbs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.orb {
  position: absolute; border-radius: 50%; filter: blur(40px); opacity: .55;
  animation: orbFloat 14s ease-in-out infinite;
}
.orb-a {
  width: 18rem; height: 18rem; top: -4rem; right: 8%;
  background: radial-gradient(circle, rgba(96,165,250,.55), transparent 70%);
}
.orb-b {
  width: 14rem; height: 14rem; bottom: 5%; left: -2rem;
  background: radial-gradient(circle, rgba(212,175,55,.28), transparent 70%);
  animation-delay: -4s;
}
.orb-c {
  width: 10rem; height: 10rem; top: 40%; left: 42%;
  background: radial-gradient(circle, rgba(191,219,254,.7), transparent 70%);
  animation-delay: -8s; opacity: .4;
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, -18px) scale(1.06); }
}
.particle-layer {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0;
}
.particle {
  position: absolute; width: 4px; height: 4px; border-radius: 50%;
  background: rgba(37,99,235,.45); box-shadow: 0 0 10px rgba(37,99,235,.5);
  animation: rise 12s linear infinite;
}
@keyframes rise {
  0% { transform: translateY(20px); opacity: 0; }
  15% { opacity: .8; }
  100% { transform: translateY(-420px); opacity: 0; }
}

.site-header.is-scrolled {
  box-shadow: 0 8px 28px -18px rgba(17,17,17,.35);
}
.logo-pro {
  display: flex; align-items: center; gap: .55rem; font-weight: 700; min-width: 0;
}
.logo-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 11rem; }
@media (min-width: 400px) { .logo-text { max-width: none; } }
.site-logo {
  display: block;
  height: 2.55rem;
  width: auto;
  max-width: 3.2rem;
  object-fit: contain;
  background: transparent;
}
.logo-pro { align-items: center; gap: .55rem; }
.logo-mark {
  width: 2.15rem; height: 2.15rem; border-radius: 11px; flex-shrink: 0;
  background: #111; color: #fff; display: grid; place-items: center;
}
.logo-mark svg { width: 1.15rem; height: 1.15rem; }
.hero-coin, .price-coin {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  background: transparent;
}
.hero-coin { width: 1.75rem; height: 1.75rem; }
.price-coin {
  width: 4.5rem; height: 4.5rem; margin: 0 auto .85rem;
  box-shadow: 0 10px 24px -12px rgba(212, 175, 55, .55);
}
.rjk-mock-val { display: flex; align-items: center; gap: .45rem; }

.hero-brand {
  position: relative;
  min-height: 24rem;
  display: grid;
  place-items: center;
}
.hero-stage {
  position: relative;
  width: min(100%, 26rem);
  height: 22rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at 70% 30%, rgba(37,99,235,.1), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,251,255,.88));
  border: 1px solid rgba(37,99,235,.12);
  box-shadow: 0 24px 60px -28px rgba(37,99,235,.4);
  display: grid;
  place-items: center;
  overflow: visible;
}
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(37,99,235,.16);
  pointer-events: none;
}
.hero-ring.r1 { width: 16rem; height: 16rem; animation: ringSpin 18s linear infinite; }
.hero-ring.r2 { width: 11.5rem; height: 11.5rem; border-color: rgba(212,175,55,.28); animation: ringSpin 12s linear infinite reverse; }
.hero-r {
  position: relative;
  z-index: 2;
  height: 10.2rem;
  width: auto;
  max-width: 12rem;
  filter: drop-shadow(0 12px 22px rgba(37,99,235,.28));
}
.hero-coin-lg {
  position: absolute;
  right: 1.35rem;
  bottom: 1.4rem;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  object-fit: cover;
  z-index: 3;
  filter: drop-shadow(0 14px 20px rgba(180,83,9,.28));
  animation: coinFloat 5.5s ease-in-out infinite;
}
.hero-stage .float-chip {
  z-index: 4;
  white-space: nowrap;
}
.hero-stage .float-chip.a { top: .9rem; left: .9rem; }
.hero-stage .float-chip.b { top: .9rem; right: .9rem; left: auto; }
.hero-brand-cap {
  margin-top: .85rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.hero-brand-cap strong {
  font-family: Poppins, Inter, sans-serif;
  letter-spacing: .18em;
  font-size: .82rem;
  color: #1e3a5f;
}
.hero-brand-cap span { font-size: .78rem; color: #b45309; font-weight: 650; }
@keyframes coinFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes ringSpin {
  to { transform: rotate(360deg); }
}

.token-strip {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #f3e8c8;
  background: linear-gradient(90deg, #f8fbff, #fff8ef, #f8fbff);
  padding: 1.15rem 0;
}
.token-strip-inner {
  display: grid;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 860px) {
  .token-strip-inner { grid-template-columns: 1.2fr 1fr; }
}
.token-pair {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.strip-r { height: 2.6rem; width: auto; }
.strip-coin { width: 3.4rem; height: 3.4rem; border-radius: 50%; object-fit: cover; }
.token-pair strong { display: block; font-size: 1.05rem; }
.token-pair span { color: var(--muted); font-size: .84rem; }
.token-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .55rem;
}
.token-kpis div {
  background: #fff;
  border: 1px solid rgba(37,99,235,.12);
  border-radius: 14px;
  padding: .55rem .7rem;
  box-shadow: 0 8px 20px -16px rgba(15,23,42,.25);
}
.token-kpis span { display: block; font-size: .68rem; color: var(--muted); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.token-kpis strong { font-size: .95rem; color: #b45309; }
.why-grid {
  display: grid;
  gap: .85rem;
  padding: 1.75rem 0 0;
}
@media (min-width: 800px) { .why-grid { grid-template-columns: repeat(3, 1fr); } }
.why-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px -22px rgba(37,99,235,.4); }
.why-ico {
  width: 2.4rem; height: 2.4rem; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--blue-light); color: var(--accent);
  font-weight: 800; margin-bottom: .7rem;
}
.why-card:nth-child(2) .why-ico { background: #fff8ef; color: #b45309; }
.why-card h3 { margin: 0 0 .35rem; font-size: 1.02rem; }
.why-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
@media (max-width: 699px) {
  .hero-stage { height: 17.5rem; }
  .hero-r { height: 7.4rem; }
  .hero-coin-lg { width: 4.6rem; height: 4.6rem; right: 1rem; bottom: 1rem; }
  .hero-brand { min-height: 20rem; }
  .token-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.header-right { display: flex; align-items: center; gap: .45rem; flex-shrink: 0; }
.header-actions { display: flex; align-items: center; gap: .45rem; }
.header-actions .btn { height: 2.4rem; padding: 0 .9rem; font-size: .8rem; }
.nav-toggle {
  display: none; width: 2.5rem; height: 2.5rem; border-radius: 12px;
  border: 1px solid var(--border); background: #fff; cursor: pointer; place-items: center; flex-shrink: 0;
}
.burger, .burger::before, .burger::after {
  display: block; width: 1rem; height: 2px; background: #111; border-radius: 2px; position: relative;
}
.burger::before, .burger::after { content: ""; position: absolute; left: 0; }
.burger::before { top: -5px; }
.burger::after { top: 5px; }
.show-mobile { display: none !important; }
.site-header .nav { display: flex; align-items: center; gap: 1.1rem; }

@media (max-width: 1023px) {
  .nav-toggle { display: grid; }
  .hide-mobile { display: none !important; }
  .show-mobile { display: flex !important; }
  .site-header .site-logo { height: 2.15rem; }
  .site-header {
    position: sticky; top: 0; z-index: 80;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
  }
  .site-header .inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "logo right" "nav nav";
    align-items: center;
    height: auto;
    min-height: 3.6rem;
    padding: .55rem 0;
    gap: .35rem .65rem;
    position: relative;
  }
  .logo-pro { grid-area: logo; }
  .header-right { grid-area: right; }
  .site-header .nav {
    grid-area: nav;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: .15rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: .55rem;
    box-shadow: var(--shadow);
    margin-top: .25rem;
    max-height: min(70dvh, 28rem);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 81;
  }
  .site-header.nav-open {
    position: fixed;
    top: 0; left: 0; right: 0;
    width: 100%;
    z-index: 90;
    box-shadow: 0 12px 32px -18px rgba(15,23,42,.35);
  }
  .site-header.nav-open .nav { display: flex; }
  .site-header .nav a {
    padding: .75rem .85rem;
    border-radius: 12px;
    font-weight: 600;
    color: var(--fg2);
  }
  .site-header .nav a:hover { background: var(--surface); color: var(--accent); }
  .site-header .nav .nav-cta {
    margin-top: .25rem;
    background: var(--blue-light);
    color: var(--accent);
    justify-content: center;
  }
  body.nav-lock {
    overflow: hidden;
    position: fixed;
    left: 0; right: 0; width: 100%;
  }
}

@media (min-width: 1024px) {
  .site-header .inner {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 4rem;
  }
  .site-header .nav { order: 0; margin: 0 auto 0 1.5rem; flex: 1; }
  .header-right { margin-left: auto; }
  .nav-toggle, .show-mobile { display: none !important; }
}

.hero-grid {
  display: grid; gap: 2.5rem; align-items: center; position: relative; z-index: 1;
}
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 2rem; }
}
.grad-text {
  color: #2563eb;
  background: linear-gradient(110deg, #1d4ed8 0%, #2563eb 35%, #d4af37 55%, #2563eb 75%, #1d4ed8 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineText 6s ease-in-out infinite;
}
@keyframes shineText {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}
.hero-premium h1 {
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(2.15rem, 5.2vw, 3.55rem);
  line-height: 1.08; letter-spacing: -.035em; margin: .85rem 0 1rem; color: #111;
}
.hero-lead { color: var(--muted); font-size: 1.05rem; line-height: 1.65; max-width: 34rem; }
.trust-checks {
  display: flex; flex-wrap: wrap; gap: .55rem .9rem; margin-top: 1.25rem;
  font-size: .85rem; font-weight: 600; color: var(--fg2);
}
.trust-checks span {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .35rem .65rem; border-radius: 999px;
  background: rgba(255,255,255,.82); border: 1px solid rgba(37,99,235,.12);
  transition: transform .25s ease, border-color .25s ease;
}
.trust-checks span:hover { transform: translateY(-2px); border-color: rgba(37,99,235,.35); }
.trust-checks span::before { content: "✓ "; color: var(--success); }

.badge-pulse {
  animation: badgePulse 2.8s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37,99,235,.25); }
  50% { box-shadow: 0 0 0 8px rgba(37,99,235,0); }
}
.btn-glow {
  position: relative; overflow: hidden;
  box-shadow: 0 10px 28px -10px rgba(37,99,235,.65);
  transition: transform .25s ease, box-shadow .25s ease;
}
.btn-glow::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: btnShine 3.5s ease-in-out infinite;
}
.btn-glow:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -10px rgba(37,99,235,.75); }
.btn-lift { transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.btn-lift:hover { transform: translateY(-2px); }
@keyframes btnShine {
  0%, 60% { transform: translateX(-120%); }
  80%, 100% { transform: translateX(120%); }
}

/* Floating dashboard mock */
.dash-mock {
  position: relative; min-height: 0; padding: 0.75rem 1.1rem 1rem; perspective: 1200px;
}
.dash-shell {
  position: relative; z-index: 2;
  background: rgba(255,255,255,.86); backdrop-filter: blur(18px);
  border: 1px solid rgba(229,231,235,.9); border-radius: 22px;
  box-shadow: var(--shadow-lg); padding: 1rem;
  transform: rotateY(-4deg) rotateX(3deg);
  animation: floatY 6s ease-in-out infinite;
}
.dash-shell-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .75rem;
}
.mini-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 1rem; box-shadow: 0 8px 24px -16px rgba(17,17,17,.2);
  transition: transform .3s ease, box-shadow .3s ease;
}
.mini-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px -16px rgba(37,99,235,.35); }
.mini-card .label { font-size: .72rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.mini-card .value { font-size: 1.35rem; font-weight: 800; letter-spacing: -.03em; margin: .25rem 0; }
.mini-card .delta { font-size: .78rem; font-weight: 600; color: var(--success); }
.progress-track { height: 8px; background: var(--blue-light); border-radius: 99px; overflow: hidden; margin-top: .5rem; }
.progress-track > i {
  display: block; height: 100%; width: 0; border-radius: 99px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  transition: width 1.2s cubic-bezier(.22,1,.36,1);
}
.dash-mock.reveal.in .progress-track > i,
.hero-enter-delay .progress-track > i { width: var(--p, 82%); }
.float-chip {
  position: absolute; z-index: 3; background: #fff; border: 1px solid var(--border);
  border-radius: 14px; padding: .55rem .8rem; font-size: .78rem; font-weight: 600;
  box-shadow: var(--shadow); animation: floatY 5s ease-in-out infinite, chipPop .7s ease both;
}
.float-chip.a { top: -8px; left: -12px; animation-delay: .2s, .4s; }
.float-chip.b { top: 18%; right: -18px; animation-delay: .8s, .7s; }
.float-chip.c { bottom: 22%; left: -22px; animation-delay: 1.2s, 1s; }
.float-chip.d { bottom: -6px; right: 8%; animation-delay: 1.6s, 1.3s; }
@keyframes chipPop {
  from { opacity: 0; transform: translateY(10px) scale(.92); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 699px) {
  .dash-shell { transform: none; }
  .float-chip { display: none; }
  .dash-mock { min-height: auto; }
  .orb { opacity: .35; filter: blur(48px); }
}

.trust-bar {
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, #fff, #f8fbff, #fff); padding: 1.1rem 0;
}
.trust-row {
  display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; justify-content: center;
  font-size: .85rem; font-weight: 600; color: var(--fg2);
}
.trust-pill {
  display: inline-flex; align-items: center; gap: .35rem; white-space: nowrap;
  padding: .4rem .85rem; border-radius: 999px;
  background: #fff; border: 1px solid var(--border);
  box-shadow: 0 4px 14px -10px rgba(15,23,42,.2);
  transition: transform .25s ease, border-color .25s ease;
}
.trust-pill::before {
  content: ""; width: .45rem; height: .45rem; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 0 3px rgba(37,99,235,.15);
}
.trust-pill:hover { transform: translateY(-2px); border-color: rgba(37,99,235,.35); }
.stats-strip {
  display: grid; gap: 1rem; padding: 2.25rem 0;
}
@media (min-width: 700px) { .stats-strip { grid-template-columns: repeat(4, 1fr); } }
.stat-tile {
  text-align: center; padding: 1.35rem 1.1rem; border-radius: var(--radius);
  background: linear-gradient(165deg, #eff6ff, #fff 55%);
  border: 1px solid rgba(37,99,235,.12);
  transition: transform .35s ease, box-shadow .35s ease;
}
.stat-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -22px rgba(37,99,235,.45);
}
.stat-tile .n { font-size: 1.7rem; font-weight: 800; letter-spacing: -.03em; color: #111; }
.stat-tile .l { font-size: .8rem; color: var(--muted); font-weight: 500; margin-top: .25rem; }

.offer-home-grid {
  display: grid; gap: 1rem;
}
@media (min-width: 800px) { .offer-home-grid { grid-template-columns: 1fr 1fr; } }
.offer-home-card {
  background: #fff; border: 1px solid var(--border); border-radius: 18px;
  padding: 1.35rem; box-shadow: var(--shadow);
  transition: transform .35s ease, box-shadow .35s ease;
}
.offer-home-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.offer-home-card h3 { margin: .55rem 0 .5rem; font-family: Poppins, Inter, sans-serif; }
.section {
  padding: 2.85rem 0;
  position: relative;
  z-index: 1;
}
.section-soft {
  background: #eef4fb;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.home-page .section-soft + .section-soft {
  padding-top: 1rem;
  border-top: 0;
}
.home-page #membership {
  background: linear-gradient(180deg, #eef4fb 0%, #fff8ef 100%);
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.section-head { text-align: center; max-width: 40rem; margin: 0 auto 2rem; }
.section-head h2 {
  font-family: Poppins, Inter, sans-serif; font-size: clamp(1.6rem, 3vw, 2.25rem);
  letter-spacing: -.03em; margin: 0 0 .6rem;
}
.section-head p { color: var(--muted); margin: 0; line-height: 1.6; }

.how-grid {
  display: grid; gap: 1rem; position: relative;
}
@media (min-width: 900px) {
  .how-grid { grid-template-columns: repeat(4, 1fr); }
  .how-grid::before {
    content: ""; position: absolute; top: 2.4rem; left: 8%; right: 8%; height: 2px;
    background: linear-gradient(90deg, transparent, #bfdbfe, transparent);
    z-index: 0;
  }
}
.how-card {
  position: relative; z-index: 1; background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.35rem; box-shadow: var(--shadow);
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease, border-color .3s ease;
}
.how-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 48px -24px rgba(37,99,235,.4);
  border-color: rgba(37,99,235,.28);
}
.how-ico {
  width: 2.75rem; height: 2.75rem; border-radius: 14px; display: grid; place-items: center;
  background: var(--blue-light); color: var(--accent); margin-bottom: .85rem; font-weight: 800;
  transition: transform .35s ease, background .35s ease;
}
.how-card:hover .how-ico { transform: scale(1.08) rotate(-4deg); background: #dbeafe; }
.how-card .step { font-size: .72rem; font-weight: 700; color: var(--accent); letter-spacing: .08em; }

.task-filters { display: flex; gap: .5rem; overflow: auto; padding-bottom: .35rem; margin-bottom: .75rem; }
.task-filters .chip { white-space: nowrap; }
.task-market {
  display: grid; gap: .45rem;
  grid-template-columns: 1fr;
}
.task-mcard {
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: .55rem .7rem; box-shadow: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "top btn"
    "meta btn";
  gap: .25rem .65rem; align-items: center; min-width: 0;
  transition: border-color .2s, box-shadow .2s, transform .3s ease;
}
.task-mcard:hover { border-color: #bfdbfe; box-shadow: 0 6px 18px -14px rgba(37,99,235,.45); }
.task-mcard[hidden] { display: none !important; }
.task-mcard .badge {
  font-size: .58rem; padding: .1rem .35rem; border-radius: 999px; margin-bottom: .1rem;
}
.task-card-main { grid-area: top; min-width: 0; }
.task-mcard h3 {
  margin: 0; font-size: .84rem; line-height: 1.25; letter-spacing: -.01em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.task-mcard > .muted,
.task-card-main .muted {
  margin: .1rem 0 0; font-size: .72rem; line-height: 1.3;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.task-meta {
  grid-area: meta;
  display: flex; flex-wrap: nowrap; gap: .3rem; font-size: .65rem;
  overflow: hidden;
}
.task-meta div {
  background: var(--surface); border: 1px solid var(--border); border-radius: 7px;
  padding: .18rem .35rem; line-height: 1.15; color: var(--muted); white-space: nowrap;
}
.task-meta strong { display: inline; font-size: .68rem; color: var(--fg); margin-left: .12rem; }
.task-mcard .btn {
  grid-area: btn;
  height: 2rem; min-width: 3.6rem; font-size: .72rem; padding: 0 .65rem;
  border-radius: 9px; width: auto; justify-content: center; align-self: center;
}
@media (min-width: 800px) {
  .task-market { grid-template-columns: 1fr 1fr; gap: .5rem; }
}

.calc-box {
  display: grid; gap: 1.5rem; background: #fff; border: 1px solid var(--border);
  border-radius: 22px; padding: 1.5rem; box-shadow: var(--shadow);
}
@media (min-width: 800px) { .calc-box { grid-template-columns: 1.1fr .9fr; align-items: center; } }
.calc-out { display: grid; gap: .75rem; }
.calc-out .card-lite {
  background: var(--blue-light); border-radius: 14px; padding: 1rem;
  display: flex; justify-content: space-between; align-items: center;
}
.range {
  width: 100%; accent-color: var(--accent); height: .4rem;
}

.price-card {
  max-width: 26rem; margin: 0 auto; text-align: center;
  background: #fff; border: 1px solid var(--border); border-radius: 22px;
  padding: 2rem 1.5rem; box-shadow: var(--shadow-lg); position: relative;
}
.price-card .ribbon {
  position: absolute; top: 1rem; right: 1rem; background: var(--blue-light);
  color: var(--accent); font-size: .72rem; font-weight: 700; padding: .25rem .55rem; border-radius: 999px;
}
.price-amt { font-size: 2.6rem; font-weight: 800; letter-spacing: -.04em; }
.price-card ul { text-align: left; list-style: none; padding: 0; margin: 1.25rem 0; }
.price-card li { padding: .4rem 0; color: var(--fg2); font-size: .92rem; }
.price-card li::before { content: "✓ "; color: var(--success); font-weight: 700; }

.ref-visual {
  display: grid; gap: 1.5rem; align-items: start;
}
@media (min-width: 900px) { .ref-visual { grid-template-columns: 1.15fr .85fr; } }
.mlm-pyramid {
  background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
  border: 1px solid #dbeafe; border-radius: 22px; padding: 1.15rem .85rem 1.25rem;
  display: grid; gap: .4rem; justify-items: center;
  width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; overflow: hidden;
}
.mlm-pyramid-7 { gap: .28rem; }
.mlm-tier { width: 100%; max-width: 100%; min-width: 0; display: grid; justify-items: center; gap: .28rem; box-sizing: border-box; }
.mlm-avatars {
  display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; gap: .25rem .3rem;
  max-width: 100%; overflow: hidden;
}
.mlm-av {
  width: 1.85rem; height: 1.85rem; border-radius: 999px; display: grid; place-items: center;
  border: 2px solid #fff; box-shadow: 0 4px 12px -6px rgba(15,23,42,.35); color: #1e3a8a;
  flex: 0 0 auto;
}
.mlm-av svg { width: .95rem; height: .95rem; }
.mlm-av-a { background: #fef08a; }
.mlm-av-b { background: #bbf7d0; }
.mlm-av-c { background: #bfdbfe; }
.mlm-you .mlm-av { width: 2.45rem; height: 2.45rem; background: #2563eb; color: #fff; }
.mlm-you .mlm-av svg { width: 1.2rem; height: 1.2rem; }
.mlm-peer { display: none; }
.mlm-branch {
  width: 2px; height: .35rem; background: #60a5fa; border-radius: 2px;
}
.mlm-band {
  width: min(100%, 24rem); max-width: 100%; box-sizing: border-box;
  display: flex; align-items: center; justify-content: center; gap: .5rem; flex-wrap: wrap;
  text-align: center;
  background: linear-gradient(90deg, #1d4ed8, #2563eb 40%, #3b82f6);
  color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .05em;
  padding: .42rem .75rem; border-radius: 9px;
  box-shadow: 0 8px 20px -12px rgba(37,99,235,.7);
}
.mlm-band-lab { white-space: nowrap; }
.mlm-band-amt { white-space: nowrap; opacity: .95; font-weight: 800; }
.mlm-you .mlm-band { width: min(100%, 10rem); font-size: .72rem; }
.mlm-l6 .mlm-band, .mlm-l7 .mlm-band {
  background: linear-gradient(90deg, #1e40af, #2563eb 50%, #60a5fa);
}
.ref-pills { display: grid; gap: .45rem; }
.ref-income-title { margin: 0 0 .15rem; font-size: 1.05rem; }
.ref-income-note { margin: 0 0 .55rem; font-size: .82rem; }
.ref-pill {
  background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: .7rem .85rem;
  display: flex; justify-content: space-between; align-items: center; gap: .75rem; box-shadow: var(--shadow);
  font-size: .85rem;
}
.ref-pill strong { color: var(--accent); white-space: nowrap; }
.ref-pill-total {
  background: var(--blue-light); border-color: rgba(37,99,235,.2);
}
.ref-pill-total strong { font-size: 1rem; }

.tree-svg { width: 100%; max-width: 28rem; margin: 0 auto; }
.tree-node { fill: #fff; stroke: #e5e7eb; stroke-width: 1.5; }
.tree-you { fill: #eff6ff; stroke: #2563eb; }

.wallet-preview {
  display: grid; gap: 2rem; align-items: start;
}
@media (min-width: 900px) {
  .wallet-preview { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 2.75rem; align-items: center; }
}
.wallet-copy { min-width: 0; }
.wallet-copy h2 {
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  letter-spacing: -.03em; margin: 0 0 .7rem; line-height: 1.2;
}
.wallet-copy > .muted { margin: 0; line-height: 1.65; }
.wallet-ui {
  background: linear-gradient(160deg, #111 0%, #1e293b 60%, #0f172a 100%);
  color: #fff; border-radius: 22px; padding: 1.5rem; box-shadow: var(--shadow-lg);
  min-width: 0;
}
.wallet-ui .muted { color: rgba(255,255,255,.65); }
.wallet-ui .tx { display: flex; justify-content: space-between; padding: .55rem 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .88rem; }
.feat-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.feat-list li { padding: .45rem 0; color: var(--fg2); }
.feat-list li::before { content: "→ "; color: var(--accent); font-weight: 700; }

.withdraw-band {
  background: linear-gradient(135deg, #0f172a, #1e3a8a 55%, #2563eb);
  color: #fff; border-radius: 24px; padding: 2.5rem 1.5rem; box-shadow: var(--shadow-lg);
  margin-top: .25rem;
}
.withdraw-band h2, .withdraw-band p { color: #fff; }
.withdraw-band .muted { color: rgba(255,255,255,.72); }
.pay-methods { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.25rem 0; }
.pay-chip {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px; padding: .55rem .9rem; font-weight: 600; font-size: .85rem;
}

.sec-grid { display: grid; gap: 1rem; }
@media (min-width: 700px) { .sec-grid { grid-template-columns: 1fr 1fr 1fr; } }
.sec-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.2rem; position: relative; overflow: hidden; box-shadow: var(--shadow);
}
.sec-card::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 40%, rgba(37,99,235,.08), transparent 60%);
  transform: translateX(-100%); animation: scan 4.5s ease-in-out infinite;
}
@keyframes scan { 0%, 40% { transform: translateX(-100%); } 70%, 100% { transform: translateX(100%); } }
.sec-ico {
  width: 2.4rem; height: 2.4rem; border-radius: 12px; background: var(--blue-light);
  color: var(--accent); display: grid; place-items: center; font-weight: 800; margin-bottom: .7rem;
}

.game-board { display: grid; gap: 1rem; }
@media (min-width: 800px) { .game-board { grid-template-columns: 1.2fr .8fr; } }
.badge-row { display: flex; flex-wrap: wrap; gap: .45rem; }
.badge-ach {
  border: 1px solid var(--border); background: #fff; border-radius: 999px;
  padding: .35rem .7rem; font-size: .78rem; font-weight: 600;
}

.activity-feed { display: grid; gap: .65rem; max-width: 36rem; margin: 0 auto; }
.activity-item {
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: .85rem 1rem;
  box-shadow: var(--shadow); animation: fadeUp .5s ease both;
}
.demo-tag {
  display: inline-block; font-size: .68rem; font-weight: 700; color: var(--accent);
  background: var(--blue-light); border-radius: 999px; padding: .15rem .5rem; margin-bottom: .75rem;
}

.faq-board {
  position: relative;
  overflow: hidden;
  max-width: 46rem;
  margin: 0 auto;
  border-radius: 28px;
  padding: 1.75rem 1.35rem 1.35rem;
  background:
    radial-gradient(70% 55% at 0% 0%, rgba(45, 212, 191, 0.14), transparent 55%),
    radial-gradient(55% 45% at 100% 100%, rgba(13, 148, 136, 0.1), transparent 50%),
    linear-gradient(180deg, #f7fcfa 0%, #ffffff 55%, #f3faf7 100%);
  border: 1px solid rgba(13, 148, 136, 0.14);
  box-shadow: 0 24px 48px -32px rgba(15, 61, 58, 0.32);
}
.faq-board-head {
  text-align: center;
  max-width: 32rem;
  margin: 0 auto 1.35rem;
}
.faq-kicker {
  display: inline-block;
  margin-bottom: .55rem;
  padding: .28rem .7rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.1);
  color: #0f766e;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.faq-board-head h2 {
  margin: 0 0 .4rem;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  letter-spacing: -.035em;
  color: #0b1f1c;
}
.faq-board-head p {
  margin: 0;
  color: #5b736e;
  font-size: .94rem;
  line-height: 1.5;
}
.faq-acc {
  max-width: none;
  margin: 0;
  display: grid;
  gap: .55rem;
}
.faq-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e2eeea;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 8px 20px -18px rgba(15, 61, 58, 0.28);
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.faq-item[open] {
  border-color: rgba(13, 148, 136, 0.32);
  box-shadow: 0 14px 28px -20px rgba(13, 148, 136, 0.4);
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1rem 1rem .95rem;
  font-weight: 650;
  color: #0b1f1c;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-num {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: rgba(13, 148, 136, 0.1);
  color: #0d9488;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.faq-item[open] .faq-num {
  background: linear-gradient(145deg, #14b8a6, #0d9488);
  color: #fff;
}
.faq-q {
  font-family: Poppins, Inter, sans-serif;
  font-size: .98rem;
  letter-spacing: -.015em;
  line-height: 1.3;
}
.faq-toggle {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  border: 1px solid #d5e5e0;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0d9488;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
.faq-toggle::before { width: .7rem; height: 2px; }
.faq-toggle::after { width: 2px; height: .7rem; transition: transform .18s ease, opacity .18s ease; }
.faq-item[open] .faq-toggle {
  border-color: rgba(13, 148, 136, 0.35);
  background: #ecfdf9;
}
.faq-item[open] .faq-toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}
.faq-item .ans {
  margin: 0;
  padding: 0 1rem 1.05rem 3.7rem;
  color: #5b736e;
  font-size: .92rem;
  line-height: 1.6;
}
.faq-board-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .45rem .75rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(13, 148, 136, 0.1);
  font-size: .88rem;
  color: #6b857f;
}
.faq-board-foot a {
  color: #0d9488;
  font-weight: 750;
}
.faq-board-foot a:hover { color: #0f766e; }
@media (max-width: 560px) {
  .faq-board { padding: 1.35rem 1rem 1.15rem; border-radius: 22px; }
  .faq-item summary { gap: .55rem; padding: .9rem .85rem; }
  .faq-q { font-size: .92rem; }
  .faq-item .ans { padding: 0 .85rem 1rem .85rem; }
}


.final-cta {
  position: relative; text-align: center; padding: 3.5rem 1.5rem; border-radius: 28px;
  background: linear-gradient(165deg, #ffffff 0%, #eff6ff 100%);
  border: 1px solid rgba(37,99,235,.18); overflow: hidden;
  box-shadow: 0 20px 50px -28px rgba(37,99,235,.35);
}
.final-cta::before {
  content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.28), transparent 70%);
  left: 50%; top: 40%; transform: translate(-50%, -50%); filter: blur(8px); pointer-events: none;
  animation: orbFloat 9s ease-in-out infinite;
}
.final-cta > * { position: relative; z-index: 1; }

.site-footer-pro {
  background:
    radial-gradient(80% 60% at 20% 0%, rgba(37,99,235,.22), transparent 55%),
    linear-gradient(180deg, #111215 0%, #0a0a0b 100%);
  color: rgba(255,255,255,.72); padding: 3.25rem 0 1.5rem; margin-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.06);
}
.site-footer-pro a { color: rgba(255,255,255,.78); }
.site-footer-pro a:hover { color: #fff; }
.footer-brand { margin-bottom: 2rem; max-width: 22rem; }
.footer-logo { color: #fff !important; margin-bottom: .75rem; }
.footer-logo .site-logo { height: 3.6rem; max-width: 11rem; }
.footer-tagline {
  margin: 0; font-size: .875rem; line-height: 1.65; color: rgba(255,255,255,.62);
}
.footer-cta { display: none; }
.footer-grid { display: grid; gap: 1.5rem; }
@media (min-width: 520px) and (max-width: 799px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 800px) {
  .site-footer-pro > .wrap {
    display: grid; grid-template-columns: 1.35fr 2.2fr; gap: 2rem 2.5rem; align-items: start;
  }
  .footer-brand { margin-bottom: 0; grid-column: 1; grid-row: 1; }
  .footer-grid {
    grid-column: 2; grid-row: 1;
    grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem;
  }
  .footer-bottom { grid-column: 1 / -1; grid-row: 2; }
}
.footer-grid h4 {
  color: #fff; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  margin: 0 0 .75rem; font-weight: 700;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .4rem; font-size: .875rem; }
.footer-grid a {
  display: inline-block; padding: .15rem 0; transition: color .15s, transform .15s;
}
.footer-grid a:hover { transform: translateX(2px); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: .5rem 1rem; justify-content: space-between;
  font-size: .78rem; color: rgba(255,255,255,.5); margin-top: 2rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
@media (max-width: 519px) {
  .footer-bottom { flex-direction: column; gap: .35rem; }
}

/* Mobile footer redesign */
@media (max-width: 699px) {
  .site-footer-pro { padding: 2rem 0 1.1rem; margin-top: .5rem; }
  .footer-brand {
    max-width: none; margin-bottom: 1.35rem;
    padding: 1.15rem 1.1rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    background: rgba(255,255,255,.04);
  }
  .footer-logo { margin-bottom: .55rem; }
  .footer-tagline { font-size: .84rem; line-height: 1.55; }
  .footer-cta {
    display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin-top: 1rem;
  }
  .footer-cta-btn {
    height: 2.55rem; justify-content: center; font-size: .82rem; border-radius: 12px;
  }
  .footer-cta-ghost {
    background: transparent; color: #fff; border-color: rgba(255,255,255,.22);
  }
  .footer-cta-ghost:hover { background: rgba(255,255,255,.08); color: #fff; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: .85rem; }
  .footer-col {
    padding: .9rem .85rem; border-radius: 14px; min-width: 0;
    background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07);
  }
  .footer-grid h4 { margin-bottom: .55rem; font-size: .68rem; }
  .footer-grid ul { gap: .28rem; font-size: .82rem; }
  .footer-grid a { padding: .28rem 0; }
  .footer-bottom {
    margin-top: 1.25rem; padding-top: 1rem;
    font-size: .72rem; line-height: 1.45; text-align: center; align-items: center;
  }
}

.hero-actions {
  margin-top: 1.4rem; display: flex; gap: .7rem; flex-wrap: wrap;
}
.wd-flow {
  list-style: none; margin: 1.15rem 0 0; padding: 0;
  display: grid; gap: .55rem;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .wd-flow { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
.wd-flow li {
  display: flex; align-items: center; gap: .45rem;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px; padding: .55rem .75rem; font-size: .82rem; min-width: 0;
}
.wd-num {
  width: 1.35rem; height: 1.35rem; border-radius: 999px; flex-shrink: 0;
  display: grid; place-items: center; font-size: .72rem; font-weight: 800;
  background: #fff; color: #1e3a8a;
}
.game-stats {
  display: grid; gap: .85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 700px) {
  .game-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.game-stat-sm { font-size: 1.1rem !important; }
.final-cta-actions {
  margin-top: 1.25rem; display: flex; gap: .65rem; justify-content: center; flex-wrap: wrap;
}

.reveal {
  opacity: 1; transform: none;
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}
.reveal.in { opacity: 1; transform: none; }
.hero-enter {
  animation: heroIn .9s cubic-bezier(.22,1,.36,1) both;
}
.hero-enter-delay {
  animation: heroInRight 1s cubic-bezier(.22,1,.36,1) .15s both;
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}
@keyframes heroInRight {
  from { opacity: 0; transform: translateX(28px) rotateY(-6deg); }
  to { opacity: 1; transform: none; }
}
/* Avoid blank hero flash before JS */
.hero-grid > .reveal { opacity: 1; transform: none; }

.task-mcard:hover {
  transform: translateY(-2px);
  border-color: rgba(37,99,235,.3);
  box-shadow: 0 12px 28px -18px rgba(37,99,235,.4);
}
.price-card {
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease;
}
.price-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 50px -24px rgba(37,99,235,.45);
}
.sec-card {
  transition: transform .35s ease, box-shadow .35s ease;
}
.sec-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.wallet-preview:hover .wallet-ui { transform: translateY(-4px); }
.wallet-ui { transition: transform .4s ease; }

.mkt-bottom {
  display: none; position: fixed; left: 0; right: 0;
  bottom: 0; z-index: 45;
  background: rgba(255,255,255,.97); backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  padding: .25rem .2rem max(.25rem, env(safe-area-inset-bottom));
  box-shadow: 0 -8px 24px -16px rgba(15,23,42,.2);
}
.mkt-bottom a {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .12rem;
  min-height: 3rem; padding: .3rem .1rem; font-size: 10px; font-weight: 650; color: var(--muted); border-radius: 12px;
}
.mkt-ico { width: 1.15rem; height: 1.15rem; opacity: .85; display: block; }
.mkt-bottom a.active { background: var(--blue-light); color: var(--accent); }
.mkt-bottom a.active .mkt-ico { opacity: 1; }
@media (max-width: 1023px) {
  .home-page .mkt-bottom { display: flex; }
  .home-page.has-mkt-nav { padding-bottom: calc(4.85rem + env(safe-area-inset-bottom)); }
  .home-page.has-mkt-nav .site-footer-pro { padding-bottom: 1.25rem; }
}

/* ——— Mobile / tablet polish ——— */
@media (max-width: 1023px) {
  .home-page .wrap { padding-left: 1.05rem; padding-right: 1.05rem; }
  .header-actions .btn-primary { padding: 0 .85rem; font-size: .78rem; height: 2.35rem; }
  .logo-text { max-width: 8.5rem; }
  .announce { font-size: .7rem; padding: .48rem .75rem; line-height: 1.35; }
}

@media (max-width: 699px) {
  .hero-premium { padding: 1.75rem 0 1.5rem; }
  .hero-premium::before { background-size: 36px 36px; opacity: .85; }
  .particle-layer { display: none; }
  .hero-premium h1 {
    font-size: clamp(1.7rem, 7.6vw, 2.2rem);
    margin: .65rem 0 .75rem; line-height: 1.12;
  }
  .hero-lead { font-size: .94rem; line-height: 1.6; color: #4b5563; max-width: none; }
  .badge.badge-accent { font-size: .72rem; }
  .hero-actions { margin-top: 1.1rem; gap: .55rem; }
  .hero-actions .btn {
    flex: 1 1 100%; justify-content: center; min-height: 2.75rem; height: auto;
  }
  .trust-checks {
    display: grid; grid-template-columns: 1fr 1fr; gap: .45rem .65rem; margin-top: 1rem;
    font-size: .78rem;
  }
  .dash-mock { margin-top: .35rem; }
  .dash-shell {
    transform: none; padding: .7rem; border-radius: 18px;
    animation: none; box-shadow: 0 16px 40px -22px rgba(37,99,235,.35);
  }
  .dash-shell-grid { gap: .55rem; }
  .mini-card { padding: .75rem .7rem; border-radius: 14px; }
  .mini-card .label { font-size: .65rem; letter-spacing: .04em; }
  .mini-card .value { font-size: 1.05rem; margin: .2rem 0; word-break: break-word; }
  .mini-card .delta { font-size: .7rem; }
  .mini-card .btn { width: 100%; height: 2.15rem !important; margin-top: .4rem !important; font-size: .75rem !important; padding: 0 .5rem; }

  .trust-bar { padding: .85rem 0; overflow: hidden; }
  .trust-bar .wrap { overflow: hidden; }
  .trust-row {
    display: flex; flex-wrap: nowrap; gap: .5rem; justify-content: flex-start;
    overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory;
    padding: 0 .15rem .15rem; max-width: 100%;
    scrollbar-width: none;
  }
  .trust-row::-webkit-scrollbar { display: none; }
  .trust-pill {
    scroll-snap-align: start;
    background: var(--surface); border: 1px solid var(--border); border-radius: 999px;
    padding: .45rem .8rem; font-size: .75rem; font-weight: 650; color: var(--fg2);
  }

  .stats-strip {
    grid-template-columns: 1fr 1fr; gap: .65rem; padding: 1.35rem 0 1.75rem;
  }
  .stat-tile { padding: .95rem .7rem; border-radius: 16px; }
  .stat-tile .n { font-size: 1.25rem; }
  .stat-tile .l { font-size: .72rem; line-height: 1.35; }

  .section { padding: 2.35rem 0; }
  .section-head { margin-bottom: 1.35rem; text-align: left; max-width: none; }
  .section-head h2 { font-size: clamp(1.35rem, 6vw, 1.7rem); }
  .section-head p { font-size: .92rem; }

  .how-grid { gap: .75rem; }
  .how-card { padding: 1.05rem; border-radius: 16px; }
  .how-card:hover { transform: none; }
  .how-ico { width: 2.35rem; height: 2.35rem; margin-bottom: .65rem; }

  .task-filters {
    margin: 0; padding: 0 0 .4rem; max-width: 100%;
    gap: .35rem; scrollbar-width: none; overflow-x: auto;
  }
  .task-filters::-webkit-scrollbar { display: none; }
  .task-filters .chip {
    height: 2.1rem; padding: 0 .75rem; font-size: .75rem; flex-shrink: 0;
  }
  .home-page .task-filters .chip.on {
    background: var(--accent); color: #fff; border-color: var(--accent);
  }
  .task-market { gap: .4rem; width: 100%; min-width: 0; }
  .task-mcard { padding: .5rem .6rem; border-radius: 11px; gap: .2rem .5rem; }
  .task-mcard:hover { transform: none; }
  .task-mcard h3 { font-size: .8rem; }
  .task-meta { gap: .22rem; }
  .task-meta div { padding: .15rem .28rem; font-size: .6rem; }
  .task-meta strong { font-size: .64rem; }
  .task-mcard .btn { height: 1.9rem; min-width: 3.2rem; font-size: .7rem; padding: 0 .55rem; }

  .calc-box { padding: 1.1rem; border-radius: 18px; gap: 1.1rem; }
  .calc-out .card-lite { padding: .85rem .9rem; font-size: .9rem; }
  .calc-out .card-lite strong { font-size: 1.05rem; }

  .price-card { padding: 1.5rem 1.15rem; border-radius: 18px; max-width: none; width: 100%; min-width: 0; }
  .price-card .btn { width: 100%; max-width: 100%; }
  .price-amt { font-size: 2.15rem; }

  .ref-visual { gap: 1.1rem; min-width: 0; width: 100%; }
  /* Mobile: clear vertical ladder — all 7 levels visible */
  .mlm-pyramid {
    padding: .75rem .65rem .85rem; border-radius: 16px; gap: .35rem;
    width: 100%; max-width: 100%; overflow: visible;
  }
  .mlm-pyramid-7 { gap: .35rem; }
  .mlm-tier {
    display: grid; grid-template-columns: 1fr; gap: 0; width: 100%;
  }
  .mlm-avatars { display: none !important; }
  .mlm-branch {
    display: block; width: 2px; height: .4rem; margin: 0 auto .2rem; background: #93c5fd;
  }
  .mlm-band {
    width: 100% !important; max-width: 100%;
    justify-content: space-between; flex-wrap: nowrap;
    font-size: .78rem; letter-spacing: .02em; padding: .55rem .75rem;
    border-radius: 10px;
  }
  .mlm-you .mlm-band {
    width: 100% !important; justify-content: center; font-size: .82rem;
  }
  .mlm-band-lab { font-size: .78rem; }
  .mlm-band-amt { font-size: .85rem; color: #fef08a; }
  .mlm-peer { display: none !important; }
  .ref-pill {
    flex-direction: row; align-items: center; gap: .5rem; padding: .65rem .75rem; min-width: 0;
  }
  .ref-pill strong { font-size: .9rem; }

  .wallet-preview { gap: 1.15rem; min-width: 0; }
  .wallet-ui { padding: 1.2rem; border-radius: 18px; min-width: 0; overflow: hidden; }
  .wallet-ui > div[style*="font-size:2.2rem"] { font-size: 1.85rem !important; }
  .feat-list li { padding: .4rem 0; font-size: .92rem; }

  .withdraw-band { padding: 1.5rem 1.1rem; border-radius: 20px; min-width: 0; overflow: hidden; }
  .withdraw-band h2 { font-size: 1.35rem; margin: 0 0 .5rem; }
  .pay-methods { gap: .4rem; margin: 1rem 0; }
  .pay-chip { padding: .45rem .7rem; font-size: .78rem; border-radius: 10px; }
  .wd-flow { grid-template-columns: 1fr; }
  .wd-flow li { width: 100%; max-width: 100%; }

  .sec-grid { grid-template-columns: 1fr 1fr; gap: .65rem; }
  .sec-card { padding: .95rem .8rem; border-radius: 14px; }
  .sec-card h3 { font-size: .92rem; margin: 0 0 .35rem; }
  .sec-card .muted { font-size: .78rem; line-height: 1.45; }
  .sec-ico { width: 2.1rem; height: 2.1rem; margin-bottom: .55rem; font-size: .85rem; }

  .game-board { gap: .75rem; }
  .game-card { padding: 1.05rem !important; border-radius: 16px; }
  .game-stats { gap: .65rem; }
  .game-stat .stat { font-size: 1.2rem; }
  .badge-row { gap: .35rem; }
  .badge-ach { font-size: .72rem; padding: .3rem .55rem; }

  .activity-item {
    flex-direction: column; align-items: flex-start; gap: .35rem; padding: .85rem .9rem;
  }
  .activity-item > strong:last-child { color: var(--accent); }

  .faq-board { padding: 1.25rem .9rem 1.05rem; }
  .faq-item summary { padding: .85rem .8rem; }
  .faq-q { font-size: .9rem; line-height: 1.35; }
  .faq-item .ans { font-size: .88rem; padding-left: .8rem; padding-right: .8rem; }

  .final-cta { padding: 2rem 1.1rem; border-radius: 20px; }
  .final-cta h2 { font-size: 1.45rem; }
  .final-cta-actions .btn { flex: 1 1 100%; justify-content: center; min-height: 2.75rem; }
}

@media (max-width: 379px) {
  .logo-text { max-width: 6.75rem; }
  .header-actions .btn-primary { padding: 0 .65rem; font-size: .72rem; }
  .sec-grid { grid-template-columns: 1fr; }
  .trust-checks { grid-template-columns: 1fr; }
  .stats-strip { gap: .5rem; }
  .mini-card .value { font-size: .95rem; }
  .task-meta div:last-child { display: none; }
}

@media (min-width: 380px) and (max-width: 699px) {
  .task-mcard h3 { font-size: .82rem; }
}

@media (min-width: 700px) and (max-width: 1023px) {
  .stats-strip { grid-template-columns: repeat(4, 1fr); }
  .how-grid { grid-template-columns: 1fr 1fr; }
  .sec-grid { grid-template-columns: 1fr 1fr 1fr; }
  .section-head { text-align: center; margin-left: auto; margin-right: auto; }
  .hero-actions .btn { flex: 0 1 auto; min-width: 9rem; }
  .trust-checks { display: flex; }
  .wd-flow { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .wd-flow li { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .dash-shell, .float-chip, .orb, .grad-text, .btn-glow::after, .badge-pulse { animation: none !important; }
  .hero-enter, .hero-enter-delay { animation: none !important; opacity: 1; transform: none; }
  .hero-coin-lg { animation: none !important; }
  .progress-track > i { width: var(--p, 82%) !important; }
  .sec-card::after { display: none; }
}

.footer-logo .site-logo { height: 2.6rem; max-width: 3.4rem; }
.home-page .price-card {
  border: 1px solid rgba(212,175,55,.28);
  box-shadow: 0 22px 48px -28px rgba(180,83,9,.35);
}
.presale-board {
  max-width: 56rem; margin: 0 auto 1.5rem; padding: 1.15rem 1.2rem 1.25rem;
  background: linear-gradient(165deg, #eff6ff, #fff 48%, #fff8ef);
  border: 1px solid rgba(212,175,55,.28); border-radius: 22px;
  box-shadow: 0 22px 48px -28px rgba(180,83,9,.28);
}
.presale-top {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap;
  margin-bottom: .9rem;
}
.presale-kicker {
  display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: #b45309; margin-bottom: .25rem;
}
.presale-top h3 { margin: 0 0 .3rem; font-size: 1.25rem; letter-spacing: -.02em; }
.presale-top p { margin: 0; color: var(--muted); font-size: .88rem; max-width: 34rem; line-height: 1.5; }
.home-page .presale-meter { margin: .35rem 0 1rem; }
.home-page .presale-meter-top {
  display: flex; justify-content: space-between; gap: .75rem; flex-wrap: wrap;
  font-size: .78rem; color: var(--muted); font-weight: 650; margin-bottom: .35rem;
}
.home-page .presale-meter-top strong { color: var(--fg); }
.home-page .presale-bar {
  height: 10px; border-radius: 99px; background: #fff7ed; border: 1px solid #fde68a; overflow: hidden;
}
.home-page .presale-bar i { display: block; height: 100%; background: linear-gradient(90deg, #f8e08a, #d4af37); }
.presale-stages {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem;
}
.presale-stage {
  background: #fff; border: 1px solid var(--border, #e5e7eb); border-radius: 14px; padding: .7rem .8rem;
}
.presale-stage span {
  display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: #64748b; margin-bottom: .2rem;
}
.presale-stage.on { border-color: #fbbf24; box-shadow: 0 0 0 3px rgba(251,191,36,.18); }
.presale-stage.on span { color: #b45309; }
.presale-stage.full { opacity: .62; }
.presale-stage strong { display: block; font-size: .92rem; }
.presale-stage em { display: block; font-style: normal; font-weight: 800; color: #b45309; margin: .15rem 0; }
.presale-stage small { color: var(--muted); font-size: .75rem; }
@media (max-width: 720px) {
  .presale-stages { grid-template-columns: 1fr; }
  .presale-top .btn { width: 100%; }
}


/* Lean home — Hub rewards + pack only */
.home-lean .home-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  margin-top: .25rem;
}
.home-lean .home-hub-grid:has(.home-hub-card:nth-child(5)) {
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
}
.home-hub-card {
  background: #fff;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 18px;
  padding: 1.1rem 1rem 1.15rem;
  text-align: center;
  box-shadow: 0 10px 28px -22px rgba(15,23,42,.35);
}
.home-hub-card span {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: .35rem;
}
.home-hub-card strong {
  display: block;
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.35rem;
  letter-spacing: -.03em;
  color: #0d9488;
}
.home-hub-card em {
  display: block;
  margin-top: .35rem;
  font-style: normal;
  font-size: .78rem;
  color: var(--muted);
}
.home-hub-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem 1.25rem;
  margin-top: 1.25rem;
}
.home-hub-cta .muted { margin: 0; }
.home-pack-card {
  max-width: 26rem;
  margin: 0 auto;
}
.home-lean .token-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 800px) {
  .home-lean .home-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .home-lean .home-hub-grid { grid-template-columns: 1fr 1fr; }
}


/* Referral board — home */
.ref-board {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 1.75rem 1.35rem 1.5rem;
  background:
    radial-gradient(80% 70% at 100% 0%, rgba(45, 212, 191, 0.18), transparent 55%),
    radial-gradient(60% 50% at 0% 100%, rgba(13, 148, 136, 0.12), transparent 50%),
    linear-gradient(165deg, #f4fbf9 0%, #ffffff 48%, #eef7f4 100%);
  border: 1px solid rgba(13, 148, 136, 0.14);
  box-shadow: 0 24px 48px -32px rgba(15, 61, 58, 0.35);
}
.ref-board-head {
  text-align: center;
  max-width: 34rem;
  margin: 0 auto 1.45rem;
}
.ref-kicker {
  display: inline-block;
  margin-bottom: .55rem;
  padding: .28rem .7rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.1);
  color: #0f766e;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ref-board-head h2 {
  margin: 0 0 .45rem;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  letter-spacing: -.035em;
  color: #0b1f1c;
}
.ref-board-head p {
  margin: 0;
  color: #5b736e;
  font-size: .95rem;
  line-height: 1.55;
}
.ref-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-bottom: 1.25rem;
}
.ref-flow-step {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(13, 148, 136, 0.12);
  border-radius: 18px;
  padding: 1rem .9rem .95rem;
  text-align: center;
}
.ref-flow-step span {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  margin-bottom: .45rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #14b8a6, #0d9488);
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
}
.ref-flow-step strong {
  display: block;
  font-family: Poppins, Inter, sans-serif;
  font-size: .95rem;
  letter-spacing: -.02em;
  color: #0b1f1c;
}
.ref-flow-step em {
  display: block;
  margin-top: .25rem;
  font-style: normal;
  font-size: .78rem;
  color: #6b857f;
  line-height: 1.35;
}
.ref-levels {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .5rem;
  margin-bottom: 1.15rem;
}
.ref-level {
  background: #fff;
  border: 1px solid #e2eeea;
  border-radius: 16px;
  padding: .85rem .4rem .8rem;
  text-align: center;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.ref-level:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 12px 24px -18px rgba(13, 148, 136, 0.55);
}
.ref-level span {
  display: block;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #7f9791;
  margin-bottom: .3rem;
}
.ref-level strong {
  display: block;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(.95rem, 1.6vw, 1.15rem);
  letter-spacing: -.02em;
  color: #0d9488;
}
.ref-level.on {
  background: linear-gradient(180deg, #ecfdf9, #fff);
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 14px 28px -20px rgba(13, 148, 136, 0.55);
}
.ref-level.on span { color: #0f766e; }
.ref-level.on strong { color: #0f766e; font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.ref-board-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .85rem 1rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(13, 148, 136, 0.12);
}
.ref-pool span {
  display: block;
  font-size: .75rem;
  font-weight: 650;
  color: #6b857f;
  margin-bottom: .15rem;
}
.ref-pool strong {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.55rem;
  letter-spacing: -.03em;
  color: #0b1f1c;
}
.ref-board-foot .btn {
  min-width: 10.5rem;
}
.ref-note {
  margin: .85rem 0 0;
  text-align: center;
  font-size: .78rem;
  color: #7f9791;
}
@media (max-width: 900px) {
  .ref-levels { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ref-level:nth-child(n+5) { grid-column: span 1; }
}
@media (max-width: 640px) {
  .ref-board { padding: 1.35rem 1rem 1.2rem; border-radius: 22px; }
  .ref-flow { grid-template-columns: 1fr; gap: .55rem; }
  .ref-flow-step { display: grid; grid-template-columns: auto 1fr; column-gap: .7rem; text-align: left; align-items: center; padding: .85rem .9rem; }
  .ref-flow-step span { grid-row: 1 / span 2; margin: 0; }
  .ref-levels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ref-board-foot { flex-direction: column; align-items: stretch; text-align: center; }
  .ref-board-foot .btn { width: 100%; }
}

/* Buy RJK board — home */
.rjk-board {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 1.75rem 1.35rem 1.5rem;
  background:
    radial-gradient(70% 60% at 0% 0%, rgba(251, 191, 36, 0.16), transparent 55%),
    radial-gradient(65% 55% at 100% 100%, rgba(13, 148, 136, 0.12), transparent 52%),
    linear-gradient(165deg, #fffdf7 0%, #ffffff 46%, #f3faf7 100%);
  border: 1px solid rgba(13, 148, 136, 0.14);
  box-shadow: 0 24px 48px -32px rgba(15, 61, 58, 0.32);
}
.rjk-board-head {
  text-align: center;
  max-width: 34rem;
  margin: 0 auto 1.4rem;
}
.rjk-kicker {
  display: inline-block;
  margin-bottom: .55rem;
  padding: .28rem .7rem;
  border-radius: 999px;
  background: rgba(180, 83, 9, 0.1);
  color: #b45309;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rjk-board-head h2 {
  margin: 0 0 .4rem;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.05rem);
  letter-spacing: -.035em;
  color: #0b1f1c;
}
.rjk-board-head p {
  margin: 0;
  color: #5b736e;
  font-size: .95rem;
  line-height: 1.55;
}
.rjk-board-body {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}
@media (min-width: 820px) {
  .rjk-board-body { grid-template-columns: .9fr 1.1fr; gap: 1.75rem; }
}
.rjk-pack-visual {
  display: grid;
  justify-items: center;
  gap: .75rem;
  padding: 1.25rem 1rem 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(180, 83, 9, 0.12);
  box-shadow: 0 16px 32px -24px rgba(180, 83, 9, 0.35);
}
.rjk-pack-coin {
  width: 5.5rem;
  height: 5.5rem;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(180, 83, 9, 0.28));
}
.rjk-pack-price,
.rjk-pack-get {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .7rem .85rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eee6d6;
}
.rjk-pack-price span,
.rjk-pack-get span {
  font-size: .78rem;
  font-weight: 650;
  color: #8a7460;
}
.rjk-pack-price strong {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.35rem;
  letter-spacing: -.03em;
  color: #0b1f1c;
}
.rjk-pack-get {
  border-color: rgba(13, 148, 136, 0.2);
  background: #ecfdf9;
}
.rjk-pack-get span { color: #0f766e; }
.rjk-pack-get strong {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.2rem;
  letter-spacing: -.02em;
  color: #0d9488;
}
.rjk-pack-list {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  gap: .55rem;
}
.rjk-pack-list li {
  position: relative;
  padding: .75rem .9rem .75rem 2.4rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e2eeea;
  color: #2f4a44;
  font-size: .92rem;
  font-weight: 550;
  line-height: 1.35;
}
.rjk-pack-list li::before {
  content: "✓";
  position: absolute;
  left: .85rem;
  top: 50%;
  width: 1.05rem;
  height: 1.05rem;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(145deg, #14b8a6, #0d9488);
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  line-height: 1;
}
.rjk-pack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: .75rem;
}
.rjk-pack-actions .btn {
  min-height: 2.85rem;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}
.rjk-pack-actions .btn-primary {
  background: linear-gradient(180deg, #14b8a6, #0d9488);
  box-shadow: 0 12px 24px -14px rgba(13, 148, 136, 0.75);
}
.rjk-pack-note {
  margin: 0;
  font-size: .8rem;
  color: #7f9791;
  line-height: 1.45;
}
@media (max-width: 560px) {
  .rjk-board { padding: 1.35rem 1rem 1.2rem; border-radius: 22px; }
  .rjk-pack-actions { flex-direction: column; }
  .rjk-pack-actions .btn { width: 100%; }
}

/* Hero + How + Hub boards — lean home */
.hero-rejik {
  background:
    radial-gradient(70% 55% at 15% 0%, rgba(45, 212, 191, 0.22), transparent 55%),
    radial-gradient(55% 45% at 95% 20%, rgba(251, 191, 36, 0.16), transparent 50%),
    linear-gradient(180deg, #f3faf8 0%, #ffffff 58%, #fffdf7 100%) !important;
}
.hero-rejik::before {
  background-image:
    linear-gradient(rgba(13, 148, 136, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 148, 136, 0.045) 1px, transparent 1px) !important;
}
.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(28rem 18rem at 78% 42%, rgba(13, 148, 136, 0.12), transparent 70%);
}
.hero-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.15rem;
}
.hero-logo-mark {
  height: 2.4rem;
  width: auto;
  max-width: 3rem;
  display: block;
  object-fit: contain;
}
.hero-rejik .logo-word {
  font-size: 1.12rem;
  letter-spacing: .1em;
  color: #5b736e;
}
.hero-rejik .logo-word span {
  background: linear-gradient(90deg, #0d9488, #2dd4bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hero-rejik h1 {
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  color: #0b1f1c;
  margin: 0 0 .85rem;
}
.hero-rejik .grad-text {
  background: linear-gradient(100deg, #0d9488, #14b8a6 55%, #b45309);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: none;
}
.hero-rejik .hero-lead {
  color: #5b736e;
  font-size: 1.05rem;
  max-width: 32rem;
}
.hero-rejik .btn-primary {
  background: linear-gradient(180deg, #14b8a6, #0d9488);
  box-shadow: 0 14px 28px -14px rgba(13, 148, 136, 0.75);
}
.hero-rejik .trust-checks span {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(13, 148, 136, 0.14);
  color: #2f4a44;
}
.hero-rejik .trust-checks span::before { color: #0d9488; }
.hero-rejik .hero-ring {
  border-color: rgba(13, 148, 136, 0.18);
}
.hero-rejik .hero-stage {
  background:
    radial-gradient(circle at 50% 42%, rgba(251, 191, 36, 0.16), transparent 48%),
    radial-gradient(circle at 70% 30%, rgba(13, 148, 136, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 251, 249, 0.9));
  border-color: rgba(13, 148, 136, 0.14);
  box-shadow: 0 24px 60px -28px rgba(15, 61, 58, 0.35);
}
.hero-rejik .hero-coin-lg {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(12rem, 58vw);
  height: min(12rem, 58vw);
  border-radius: 50%;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 18px 28px rgba(180, 83, 9, 0.32));
  animation: coinFloat 5.5s ease-in-out infinite;
}
.hero-rejik .hero-ring.r1 {
  width: 15rem;
  height: 15rem;
  border-color: rgba(13, 148, 136, 0.2);
}
.hero-rejik .hero-ring.r2 {
  width: 11rem;
  height: 11rem;
  border-color: rgba(212, 175, 55, 0.35);
}
.hero-rejik .hero-brand-cap {
  margin-top: 1rem;
  text-align: center;
}
.hero-rejik .hero-brand-cap strong {
  display: block;
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.15rem;
  color: #0d9488;
  letter-spacing: -.02em;
}
.hero-rejik .hero-brand-cap span {
  color: #6b857f;
  font-size: .85rem;
}
@media (max-width: 699px) {
  .hero-rejik .hero-coin-lg {
    width: 8.5rem;
    height: 8.5rem;
    right: auto;
    bottom: auto;
  }
  .hero-rejik .hero-ring.r1 { width: 12rem; height: 12rem; }
  .hero-rejik .hero-ring.r2 { width: 9rem; height: 9rem; }
}


.how-board,
.hub-board {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 1.75rem 1.35rem 1.5rem;
  border: 1px solid rgba(13, 148, 136, 0.14);
  box-shadow: 0 24px 48px -32px rgba(15, 61, 58, 0.32);
}
.how-board {
  background:
    radial-gradient(70% 55% at 100% 0%, rgba(13, 148, 136, 0.12), transparent 55%),
    linear-gradient(165deg, #f4fbf9 0%, #ffffff 50%, #eef7f4 100%);
}
.hub-board {
  background:
    radial-gradient(70% 55% at 0% 0%, rgba(45, 212, 191, 0.16), transparent 55%),
    linear-gradient(165deg, #f7fcfa 0%, #ffffff 52%, #f3faf7 100%);
}
.how-board-head,
.hub-board-head {
  text-align: center;
  max-width: 34rem;
  margin: 0 auto 1.4rem;
}
.how-kicker,
.hub-kicker {
  display: inline-block;
  margin-bottom: .55rem;
  padding: .28rem .7rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.1);
  color: #0f766e;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.how-board-head h2,
.hub-board-head h2 {
  margin: 0 0 .4rem;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.05rem);
  letter-spacing: -.035em;
  color: #0b1f1c;
}
.how-board-head p,
.hub-board-head p {
  margin: 0;
  color: #5b736e;
  font-size: .95rem;
  line-height: 1.55;
}
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-bottom: 1.25rem;
}
.how-step {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(13, 148, 136, 0.12);
  border-radius: 20px;
  padding: 1.2rem 1rem 1.15rem;
  text-align: center;
  box-shadow: 0 12px 28px -22px rgba(15, 61, 58, 0.35);
}
.how-step-num {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: .7rem;
  border-radius: 14px;
  background: linear-gradient(145deg, #14b8a6, #0d9488);
  color: #fff;
  font-family: Poppins, Inter, sans-serif;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 10px 18px -12px rgba(13, 148, 136, 0.7);
}
.how-step h3 {
  margin: 0 0 .35rem;
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -.02em;
  color: #0b1f1c;
}
.how-step p {
  margin: 0;
  color: #5b736e;
  font-size: .88rem;
  line-height: 1.5;
}
.how-step-line { display: none; }
.how-board-foot {
  display: flex;
  justify-content: center;
}
.how-board-foot .btn-primary {
  background: linear-gradient(180deg, #14b8a6, #0d9488);
  box-shadow: 0 12px 24px -14px rgba(13, 148, 136, 0.7);
  min-width: 11rem;
}
.hub-board .home-hub-grid { margin-top: 0; }
.hub-board .home-hub-card {
  border-color: rgba(13, 148, 136, 0.12);
  background: rgba(255, 255, 255, 0.92);
}
.hub-board .home-hub-cta {
  justify-content: center;
  margin-top: 1.25rem;
}
.hub-board .home-hub-cta .btn-primary {
  background: linear-gradient(180deg, #14b8a6, #0d9488);
  box-shadow: 0 12px 24px -14px rgba(13, 148, 136, 0.7);
}
@media (max-width: 800px) {
  .how-steps { grid-template-columns: 1fr; gap: .65rem; }
  .how-step { text-align: left; display: grid; grid-template-columns: auto 1fr; column-gap: .85rem; align-items: start; }
  .how-step-num { grid-row: 1 / span 2; margin: 0; }
  .how-step h3 { grid-column: 2; }
  .how-step p { grid-column: 2; }
}
@media (max-width: 560px) {
  .how-board, .hub-board { padding: 1.35rem 1rem 1.2rem; border-radius: 22px; }
  .hero-rejik h1 { font-size: 1.85rem; }
  .hero-brand-mark { margin-bottom: .9rem; }
}
﻿/* Starter pack strip — lean home */
.pack-strip-sec { padding-top: 0 !important; padding-bottom: 0 !important; }
.pack-strip {
  display: grid;
  gap: 1rem;
  align-items: center;
  border-radius: 24px;
  padding: 1.15rem 1.2rem;
  background:
    radial-gradient(70% 80% at 0% 50%, rgba(251, 191, 36, 0.18), transparent 55%),
    radial-gradient(55% 70% at 100% 50%, rgba(13, 148, 136, 0.1), transparent 55%),
    linear-gradient(110deg, #fffdf7 0%, #ffffff 48%, #f4fbf9 100%);
  border: 1px solid rgba(180, 83, 9, 0.14);
  box-shadow: 0 18px 40px -28px rgba(120, 70, 10, 0.35);
}
@media (min-width: 920px) {
  .pack-strip {
    grid-template-columns: 1.35fr 1fr auto;
    gap: 1.25rem;
  }
}
.pack-strip-main {
  display: flex;
  align-items: center;
  gap: .85rem;
  min-width: 0;
}
.pack-strip-coin {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 10px 16px rgba(180, 83, 9, 0.28));
}
.pack-strip-kicker {
  display: inline-block;
  margin-bottom: .2rem;
  padding: .18rem .5rem;
  border-radius: 999px;
  background: rgba(180, 83, 9, 0.1);
  color: #b45309;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pack-strip-main strong {
  display: block;
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -.02em;
  color: #0b1f1c;
}
.pack-strip-main p {
  margin: .2rem 0 0;
  color: #6b857f;
  font-size: .84rem;
  line-height: 1.4;
}
.pack-strip-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
}
.pack-strip-kpis div {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(13, 148, 136, 0.12);
  border-radius: 14px;
  padding: .65rem .7rem;
  text-align: center;
}
.pack-strip-kpis span {
  display: block;
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8a7460;
  margin-bottom: .2rem;
}
.pack-strip-kpis strong {
  font-family: Poppins, Inter, sans-serif;
  font-size: .95rem;
  letter-spacing: -.02em;
  color: #0d9488;
}
.pack-strip-kpis div:nth-child(2) strong { color: #b45309; }
.pack-strip-cta {
  background: linear-gradient(180deg, #14b8a6, #0d9488) !important;
  box-shadow: 0 12px 22px -14px rgba(13, 148, 136, 0.75) !important;
  white-space: nowrap;
  min-height: 2.75rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media (max-width: 919px) {
  .pack-strip-cta { width: 100%; justify-self: stretch; }
}
@media (max-width: 560px) {
  .pack-strip { padding: 1rem .95rem; border-radius: 20px; }
  .pack-strip-main { align-items: flex-start; }
  .pack-strip-kpis strong { font-size: .88rem; }
}

﻿/* Start with Rejik board */
.start-board {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 28px;
  padding: 2.4rem 1.4rem 2.1rem;
  background:
    radial-gradient(70% 60% at 50% 0%, rgba(45, 212, 191, 0.2), transparent 55%),
    radial-gradient(50% 45% at 100% 100%, rgba(251, 191, 36, 0.14), transparent 50%),
    linear-gradient(165deg, #f4fbf9 0%, #ffffff 48%, #fffdf7 100%);
  border: 1px solid rgba(13, 148, 136, 0.16);
  box-shadow: 0 24px 48px -32px rgba(15, 61, 58, 0.35);
}
.start-board-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(22rem 14rem at 50% 110%, rgba(13, 148, 136, 0.1), transparent 70%);
}
.start-board-coin {
  position: relative;
  z-index: 1;
  width: 4.25rem;
  height: 4.25rem;
  object-fit: contain;
  margin: 0 auto .9rem;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(180, 83, 9, 0.28));
}
.start-kicker {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: .55rem;
  padding: .28rem .7rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.1);
  color: #0f766e;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.start-board h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 .45rem;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  letter-spacing: -.04em;
  color: #0b1f1c;
}
.start-board > p {
  position: relative;
  z-index: 1;
  margin: 0 auto 1.25rem;
  max-width: 28rem;
  color: #5b736e;
  font-size: .98rem;
  line-height: 1.55;
}
.start-board-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem;
}
.start-board-actions .btn-primary {
  background: linear-gradient(180deg, #14b8a6, #0d9488);
  box-shadow: 0 14px 28px -14px rgba(13, 148, 136, 0.75);
  min-width: 10.5rem;
}
.start-board-actions .btn-outline {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(13, 148, 136, 0.2);
  color: #0f766e;
  min-width: 9rem;
}
.start-board-actions .btn-outline:hover {
  background: #ecfdf9;
  border-color: rgba(13, 148, 136, 0.35);
}
@media (max-width: 560px) {
  .start-board { padding: 1.85rem 1.05rem 1.7rem; border-radius: 22px; }
  .start-board-actions { flex-direction: column; }
  .start-board-actions .btn { width: 100%; }
}
.app-dl { max-width: 36rem; padding: 4.2rem 0 3.2rem; }
.app-dl-kicker {
  margin: 0 0 .4rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2563eb;
}
.app-dl h1 {
  margin: 0 0 .5rem;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.8rem, 6vw, 2.4rem);
  letter-spacing: -.03em;
}
.app-dl-card {
  display: grid;
  justify-items: start;
  gap: .35rem;
  margin: 1.4rem 0 1.2rem;
  padding: 1.2rem 1.15rem 1.15rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 40px -24px rgba(15,23,42,.28);
}
.app-dl-logo { width: 52px; height: auto; }
.app-dl-card strong { font-size: 1.15rem; }
.app-dl-card span { color: #64748b; font-size: .88rem; margin-bottom: .45rem; }
.app-dl-steps {
  margin: 0;
  padding: 0 0 0 1.1rem;
  color: #334155;
  line-height: 1.7;
}
