:root {
  --primary: #00a651;
  --primary-dark: #04753a;
  --primary-soft: #e9fff3;
  --accent: #f5a623;
  --accent-dark: #d68d12;
  --blue: #2d8cff;
  --purple: #8b5cf6;
  --pink: #ff4da6;
  --teal: #16c5b0;
  --red: #ff5b5b;
  --orange: #ff8c32;
  --lime: #84cc16;
  --text: #13281b;
  --text-light: #5f7567;
  --white: #ffffff;
  --bg: #f7fffb;
  --dark-bg: #07190f;
  --soft-bg: linear-gradient(180deg, #f8fffb 0%, #eafff3 100%);
  --border: rgba(0, 166, 81, 0.12);
  --shadow: 0 18px 40px rgba(2, 78, 38, 0.08);
  --shadow-lg: 0 25px 60px rgba(2, 78, 38, 0.15);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  position: relative;
}
body::selection { background: rgba(0, 166, 81, 0.18); }
a { text-decoration: none; }
img { max-width: 100%; }

#particles-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.particle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,166,81,0.22) 0%, rgba(245,166,35,0.08) 45%, rgba(255,255,255,0) 70%);
  animation: floatParticle linear infinite;
  opacity: 0.7;
}

.top-strip {
  position: relative;
  z-index: 12;
  background: linear-gradient(90deg, #062d18, #0a5a2d, #0a8a45);
  color: #fff;
  padding: 11px 0;
  font-size: 14px;
}
.strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.strip-left, .strip-right {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.pulse-dot {
  color: #8cffba;
  animation: pulseDot 1.4s infinite;
}

.custom-navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.65);
  box-shadow: 0 8px 28px rgba(4, 117, 58, 0.06);
}
.custom-navbar.scrolled {
  box-shadow: 0 12px 32px rgba(4, 117, 58, 0.14);
  background: rgba(255,255,255,0.92);
}
.brand-logo {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: .3px;
  display: inline-flex;
  align-items: center;
}
.brand-y, .brand-y-lg {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent), #ffd86d);
  color: #16311f;
  margin-right: 8px;
  box-shadow: 0 10px 25px rgba(245,166,35,0.35);
}
.brand-rest, .brand-rest-lg {
  color: var(--primary-dark);
}
.brand-y-lg { width: 52px; height: 52px; }
.brand-rest-lg {
  font-size: 1.7rem;
  font-weight: 900;
}
.navbar-toggler {
  border: none;
  box-shadow: none !important;
  color: var(--primary-dark);
  font-size: 1.35rem;
}
.nav-link {
  color: var(--text) !important;
  font-weight: 600;
  padding: 11px 16px !important;
  border-radius: 999px;
  position: relative;
  transition: all .3s ease;
}
.nav-link:hover,
.nav-link.active {
  color: var(--primary-dark) !important;
  background: var(--primary-soft);
}
.nav-cta-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 13px 24px;
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.36) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform .85s ease;
}
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }

.btn-nav-register, .btn-hero-register, .btn-main, .btn-cta-register {
  background: linear-gradient(135deg, var(--primary), #18d467);
  color: #fff;
  box-shadow: 0 18px 38px rgba(0,166,81,0.28);
}
.btn-nav-login, .btn-hero-login, .btn-gold, .btn-cta-login {
  background: linear-gradient(135deg, var(--accent), #ffd05c);
  color: #183123;
  box-shadow: 0 18px 38px rgba(245,166,35,0.28);
}
.btn-hero-download, .btn-blue {
  background: linear-gradient(135deg, var(--blue), #4fc3ff);
  color: #fff;
  box-shadow: 0 18px 38px rgba(45,140,255,0.26);
}
.btn-nav-register, .btn-nav-login {
  padding: 12px 20px;
}
.btn-main:hover, .btn-nav-register:hover, .btn-hero-register:hover, .btn-cta-register:hover { color: #fff; }
.btn-nav-login:hover, .btn-hero-login:hover, .btn-gold:hover, .btn-cta-login:hover { color: #183123; }
.btn-blue:hover, .btn-hero-download:hover { color: #fff; }

.hero-section {
  position: relative;
  z-index: 1;
  padding: 110px 0 80px;
  background:
    radial-gradient(circle at 8% 15%, rgba(0,166,81,0.12), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(245,166,35,0.13), transparent 25%),
    radial-gradient(circle at 72% 82%, rgba(45,140,255,0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5fff9 55%, #ecfff3 100%);
  overflow: hidden;
}
.hero-bg-anim { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  animation: floatOrb 8s ease-in-out infinite;
}
.orb1 { width: 220px; height: 220px; background: rgba(0,166,81,0.14); top: 8%; left: -3%; }
.orb2 { width: 180px; height: 180px; background: rgba(245,166,35,0.16); top: 20%; right: 5%; animation-delay: 1.6s; }
.orb3 { width: 130px; height: 130px; background: rgba(45,140,255,0.16); bottom: 9%; left: 42%; animation-delay: 2.8s; }
.hero-badge, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(0,166,81,0.12);
  color: var(--primary-dark);
  font-weight: 700;
  box-shadow: var(--shadow);
}
.hero-h1 {
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  line-height: 1.05;
  font-weight: 900;
  margin: 18px 0 20px;
  color: #0e2517;
}
.gradient-text {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-desc {
  font-size: 1.07rem;
  line-height: 1.9;
  color: var(--text-light);
  max-width: 730px;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 28px;
}
.hero-stats {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.7);
  padding: 18px 22px;
  border-radius: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.hstat { display: flex; flex-direction: column; align-items: center; min-width: 96px; }
.hstat strong { font-size: 1.75rem; color: var(--primary-dark); font-weight: 800; }
.hstat span { font-size: .92rem; color: var(--text-light); }
.hstat-div { width: 1px; height: 42px; background: rgba(0,166,81,0.12); }

.hero-card-wrap { position: relative; }
.hero-game-card {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(7,25,15,.96) 0%, rgba(11,54,28,.96) 65%, rgba(4,117,58,.95) 100%);
  box-shadow: 0 28px 70px rgba(3, 42, 20, 0.32);
  overflow: hidden;
}
.hero-game-card::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,166,35,0.25), transparent 66%);
  top: -70px;
  right: -70px;
}
.hgc-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}
.pill-live {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  color: #fff;
  font-size: .86rem;
}
.hgc-brand { color: #fff; font-weight: 700; letter-spacing: .4px; }
.hgc-title { color: #fff; font-size: 2rem; font-weight: 800; margin-bottom: 22px; }
.hgc-games {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.hgc-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  font-weight: 600;
  backdrop-filter: blur(8px);
}
.hgc-item i { font-size: 1.1rem; }
.glow-green { box-shadow: inset 0 0 0 1px rgba(24,212,103,.25); }
.glow-gold { box-shadow: inset 0 0 0 1px rgba(245,166,35,.25); }
.glow-blue { box-shadow: inset 0 0 0 1px rgba(45,140,255,.25); }
.glow-pink { box-shadow: inset 0 0 0 1px rgba(255,77,166,.25); }
.glow-purple { box-shadow: inset 0 0 0 1px rgba(139,92,246,.25); }
.glow-orange { box-shadow: inset 0 0 0 1px rgba(255,140,50,.25); }
.hgc-float {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--primary-dark);
  box-shadow: var(--shadow-lg);
  animation: floatMini 4.5s ease-in-out infinite;
}
.f1 { left: -18px; top: 14%; }
.f2 { right: -8px; bottom: 22%; animation-delay: 1.2s; }
.f3 { left: 26%; bottom: -12px; animation-delay: 2.2s; }
.blink { animation: blink 1.1s infinite; }

.ticker-section {
  position: relative;
  z-index: 2;
  padding-bottom: 18px;
  background: linear-gradient(180deg, #effff5, #f7fffb);
}
.ticker-wrap { overflow: hidden; width: 100%; }
.ticker-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: tickerMove 35s linear infinite;
  padding: 16px 0;
}
.ticker-track span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0,166,81,0.1);
  box-shadow: var(--shadow);
  color: var(--primary-dark);
  font-weight: 700;
}

.section-pad {
  position: relative;
  z-index: 2;
  padding: 95px 0;
}
.bg-soft-section { background: var(--soft-bg); }
.bg-dark-section {
  background:
    radial-gradient(circle at 80% 15%, rgba(245,166,35,0.12), transparent 20%),
    radial-gradient(circle at 5% 70%, rgba(0,166,81,0.14), transparent 24%),
    linear-gradient(180deg, #08190f 0%, #0b2415 100%);
}
.section-h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.16;
  font-weight: 900;
  margin: 18px 0 18px;
}
.section-p {
  color: var(--text-light);
  font-size: 1.04rem;
  line-height: 1.95;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.text-white-60 { color: rgba(255,255,255,0.72); }
.kicker-light { background: rgba(255,255,255,0.08); color: #aaf5c8; border: 1px solid rgba(255,255,255,.08); }

.about-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin-top: 26px;
}
.af-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,166,81,0.08);
  font-weight: 600;
}
.af-item i { color: var(--primary); }
.about-visual {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(0,166,81,0.08), rgba(245,166,35,0.08));
  border: 1px solid rgba(0,166,81,0.12);
  overflow: hidden;
}
.about-visual::before {
  content: '';
  position: absolute;
  inset: 25px;
  border-radius: 28px;
  border: 1px dashed rgba(0,166,81,0.18);
}
.av-card {
  position: absolute;
  min-width: 220px;
  max-width: 260px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.95);
  box-shadow: var(--shadow-lg);
  display: flex;
  gap: 14px;
  align-items: center;
}
.av-card i {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: linear-gradient(135deg, var(--primary-soft), #fff8e8);
  color: var(--primary-dark);
}
.av-card strong { display: block; font-size: 1rem; }
.av-card span { color: var(--text-light); font-size: .9rem; }
.av-card-1 { top: 48px; left: 30px; }
.av-card-2 { top: 120px; right: 26px; }
.av-card-3 { bottom: 120px; left: 22px; }
.av-card-4 { bottom: 42px; right: 30px; }
.av-center-badge {
  position: absolute;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 160px; height: 160px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff, #effff5);
  box-shadow: 0 0 0 14px rgba(255,255,255,0.45), var(--shadow-lg);
}
.brand-logo-lg {
  width: 68px; height: 68px; border-radius: 22px;
  display: grid; place-items: center;
  font-size: 2rem; font-weight: 900;
  background: linear-gradient(135deg, var(--accent), #ffe498);
  color: #183123;
  margin-bottom: 8px;
}
.av-center-badge small { font-size: 1rem; font-weight: 800; color: var(--primary-dark); }

.game-card {
  position: relative;
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 50px rgba(0,0,0,.18);
  transition: transform .35s ease, box-shadow .35s ease;
}
.game-card:hover { transform: translateY(-10px); box-shadow: 0 28px 58px rgba(0,0,0,.25); }
.game-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .08;
  background: linear-gradient(160deg, #fff, transparent 55%);
}
.gc-icon {
  width: 72px; height: 72px; border-radius: 22px;
  display: grid; place-items: center;
  font-size: 1.65rem;
  margin-bottom: 20px;
  color: #fff;
}
.gc-body h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 8px; }
.gc-sub {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--text-light);
  font-size: .92rem;
  font-weight: 600;
}
.gc-body p {
  color: var(--text-light);
  line-height: 1.85;
  margin-bottom: 18px;
}
.gc-play-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: var(--primary-dark);
}
.gcard-green .gc-icon { background: linear-gradient(135deg, var(--primary), #18d467); }
.gcard-gold .gc-icon { background: linear-gradient(135deg, var(--accent), #ffd05c); }
.gcard-blue .gc-icon { background: linear-gradient(135deg, var(--blue), #5ac8ff); }
.gcard-teal .gc-icon { background: linear-gradient(135deg, var(--teal), #56eed6); }
.gcard-purple .gc-icon { background: linear-gradient(135deg, var(--purple), #ae85ff); }
.gcard-red .gc-icon { background: linear-gradient(135deg, var(--red), #ff8e8e); }
.gcard-orange .gc-icon { background: linear-gradient(135deg, var(--orange), #ffc269); }
.gcard-lime .gc-icon { background: linear-gradient(135deg, var(--lime), #b8ea5a); }
.gcard-pink .gc-icon { background: linear-gradient(135deg, var(--pink), #ff88c7); }

.how-card, .feature-box, .why-card, .form-card, .contact-side-card, .policy-card, .features-table-wrap {
  background: rgba(255,255,255,0.95);
  border-radius: 30px;
  border: 1px solid rgba(0,166,81,0.1);
  box-shadow: var(--shadow);
}
.how-card {
  height: 100%;
  padding: 30px;
}
.how-icon {
  width: 72px; height: 72px; border-radius: 22px;
  display: grid; place-items: center;
  font-size: 1.45rem;
  color: #fff; margin-bottom: 20px;
}
.how-green { background: linear-gradient(135deg, var(--primary), #18d467); }
.how-gold { background: linear-gradient(135deg, var(--accent), #ffd05c); color: #183123; }
.how-blue { background: linear-gradient(135deg, var(--blue), #5ac8ff); }
.how-card h3 { font-size: 1.45rem; font-weight: 800; margin-bottom: 8px; }
.how-card > p { color: var(--text-light); }
.how-steps { margin-top: 20px; display: grid; gap: 14px; }
.hs-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfffd);
  border: 1px solid rgba(0,166,81,0.08);
}
.hs-item span {
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--primary), #18d467);
  color: #fff; font-weight: 700; flex-shrink: 0;
}
.hs-item p { margin: 0; color: var(--text-light); line-height: 1.75; }

.features-table-wrap { overflow: hidden; padding: 18px; }
.features-table { width: 100%; border-collapse: collapse; }
.features-table thead th {
  background: linear-gradient(135deg, #eafff3, #fff7e8);
  color: var(--primary-dark);
  font-weight: 800;
  padding: 18px;
  text-align: left;
}
.features-table tbody td {
  padding: 18px;
  border-top: 1px solid rgba(0,166,81,0.08);
  color: var(--text-light);
}
.features-table tbody tr:hover { background: #fbfffd; }
.badge-green {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), #18d467);
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
}
.text-green { color: var(--primary); }

.why-card {
  position: relative;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  transition: transform .35s ease;
}
.why-card:hover { transform: translateY(-8px); }
.why-num {
  position: absolute;
  right: 24px; top: 18px;
  font-size: 3rem; font-weight: 900;
  color: rgba(0,0,0,0.05);
}
.why-icon {
  width: 74px; height: 74px; border-radius: 24px;
  display: grid; place-items: center;
  font-size: 1.6rem; color: #fff;
  margin-bottom: 20px;
}
.why-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.why-card p { color: var(--text-light); line-height: 1.85; margin: 0; }
.why-gold .why-icon { background: linear-gradient(135deg, var(--accent), #ffd05c); color: #183123; }
.why-green .why-icon { background: linear-gradient(135deg, var(--primary), #18d467); }
.why-blue .why-icon { background: linear-gradient(135deg, var(--blue), #5ac8ff); }
.why-purple .why-icon { background: linear-gradient(135deg, var(--purple), #ae85ff); }
.why-orange .why-icon { background: linear-gradient(135deg, var(--orange), #ffc269); }

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.kw-tag {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0,166,81,0.1);
  box-shadow: var(--shadow);
  color: var(--primary-dark);
  font-weight: 700;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.kw-tag:hover {
  transform: translateY(-4px) scale(1.03);
  background: linear-gradient(135deg, var(--primary), #18d467);
  color: #fff;
}

.faq-item {
  background: rgba(255,255,255,0.96);
  border-radius: 22px;
  border: 1px solid rgba(0,166,81,0.1);
  box-shadow: var(--shadow);
  margin-bottom: 16px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  padding: 22px 24px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  text-align: left;
}
.faq-q.active { color: var(--primary-dark); background: linear-gradient(90deg, #f6fff9, #fffaf0); }
.faq-icon { transition: transform .3s ease; color: var(--primary-dark); }
.faq-q.active .faq-icon { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq-a.open { max-height: 300px; }
.faq-a p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--text-light);
  line-height: 1.9;
}

.cta-section {
  position: relative;
  padding: 30px 0 90px;
  background: linear-gradient(180deg, #f7fffb 0%, #edfff4 100%);
}
.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #072614, #0b5f30, #0e8f49);
  color: #fff;
  padding: 40px 46px;
  border-radius: 36px;
  box-shadow: 0 26px 60px rgba(3, 42, 20, 0.28);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.cta-inner::before {
  content: '';
  position: absolute;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(245,166,35,0.25), transparent 68%);
  top: -100px; right: -80px;
}
.cta-text { position: relative; z-index: 2; max-width: 720px; }
.cta-text h2 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 900; margin-bottom: 12px; }
.cta-text p { margin: 0; color: rgba(255,255,255,0.82); font-size: 1.03rem; line-height: 1.8; }
.cta-btns { display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 2; }
.cta-bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: .45;
}
.cta-bg-shape.s1 { width: 140px; height: 140px; background: rgba(0,166,81,.2); left: 10%; top: 6%; }
.cta-bg-shape.s2 { width: 180px; height: 180px; background: rgba(245,166,35,.18); right: 10%; bottom: 12%; }

.inner-hero-section {
  position: relative;
  padding: 92px 0 72px;
  background:
    radial-gradient(circle at 10% 20%, rgba(0,166,81,0.12), transparent 25%),
    radial-gradient(circle at 90% 15%, rgba(245,166,35,0.14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #effff5 100%);
  z-index: 2;
}
.inner-hero-title {
  font-size: clamp(2rem, 4.8vw, 3.8rem);
  font-weight: 900;
  margin-top: 18px;
}
.inner-hero-desc {
  max-width: 860px;
  margin: 18px auto 0;
  color: var(--text-light);
  line-height: 1.9;
  font-size: 1.05rem;
}

.feature-box, .contact-side-card {
  height: 100%;
  padding: 28px;
}
.feature-icon, .contact-side-icon {
  width: 68px; height: 68px; border-radius: 22px;
  display: grid; place-items: center;
  font-size: 1.45rem;
  background: linear-gradient(135deg, var(--primary), #18d467);
  color: #fff;
  margin-bottom: 18px;
}
.feature-box h3, .contact-side-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.feature-box p, .contact-side-card p { color: var(--text-light); line-height: 1.85; margin: 0; }
.form-card { padding: 32px; }
.form-input {
  border-radius: 18px;
  border: 1px solid rgba(0,166,81,0.12);
  min-height: 56px;
  padding: 14px 18px;
  box-shadow: none !important;
}
.form-input:focus {
  border-color: rgba(0,166,81,0.3);
  box-shadow: 0 0 0 4px rgba(0,166,81,0.1) !important;
}
.policy-card { padding: 38px; }
.policy-card h2 { font-size: 1.5rem; font-weight: 800; margin-top: 28px; margin-bottom: 12px; color: var(--primary-dark); }
.policy-card h2:first-child { margin-top: 0; }
.policy-card p { color: var(--text-light); line-height: 1.95; margin: 0; }

.site-footer {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #061d11 0%, #08170f 100%);
  color: rgba(255,255,255,0.78);
  padding: 80px 0 24px;
}
.footer-brand-link { display: inline-flex; align-items: center; margin-bottom: 18px; }
.footer-desc {
  color: rgba(255,255,255,0.72);
  line-height: 1.9;
  max-width: 360px;
}
.footer-h4 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 18px;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.footer-links a {
  color: rgba(255,255,255,0.72);
  transition: all .25s ease;
}
.footer-links a:hover {
  color: #fff;
  transform: translateX(4px);
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.fs-icon {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.08);
  color: #fff;
  transition: all .3s ease;
}
.fs-icon:hover { background: linear-gradient(135deg, var(--primary), #18d467); color: #fff; transform: translateY(-4px); }
.footer-contact-block { margin-top: 12px; display: grid; gap: 10px; }
.fco { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,0.72); }
.footer-18 {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  color: #ffd77b;
  font-weight: 700;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 36px;
  padding-top: 20px;
  text-align: center;
}
.footer-bottom p, .footer-bottom a { color: rgba(255,255,255,0.72); margin: 0; }
.footer-bottom a:hover { color: #fff; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.anim-fade-up {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp .8s ease forwards;
  animation-delay: var(--d, 0s);
}

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulseDot {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.25); }
}
@keyframes floatParticle {
  0% { transform: translateY(0) translateX(0) scale(1); opacity: .1; }
  50% { opacity: .6; }
  100% { transform: translateY(-120vh) translateX(40px) scale(1.3); opacity: 0; }
}
@keyframes floatOrb {
  0%,100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-20px) translateX(10px); }
}
@keyframes floatMini {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes blink {
  0%,100% { opacity: 1; }
  50% { opacity: .3; }
}
@keyframes tickerMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 1199.98px) {
  .hero-h1 { font-size: 3.3rem; }
  .hero-stats { gap: 12px; }
  .about-visual { min-height: 480px; }
}
@media (max-width: 991.98px) {
  .hero-section { padding: 80px 0 60px; }
  .section-pad { padding: 80px 0; }
  .nav-cta-wrap { padding-top: 12px; }
  .hero-card-wrap { margin-top: 10px; }
  .about-visual { min-height: 540px; margin-top: 10px; }
  .cta-inner { padding: 34px 30px; }
}
@media (max-width: 767.98px) {
  .strip-inner { justify-content: center; }
  .brand-logo { font-size: 1.5rem; }
  .hero-h1 { font-size: 2.55rem; }
  .hero-desc { font-size: 1rem; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn, .cta-btns .btn, .nav-cta-wrap .btn { width: 100%; justify-content: center; }
  .hero-stats { width: 100%; justify-content: center; }
  .hstat-div { display: none; }
  .hstat { min-width: calc(50% - 12px); }
  .hgc-games { grid-template-columns: 1fr 1fr; }
  .about-features { grid-template-columns: 1fr; }
  .about-visual { min-height: 620px; }
  .av-card { min-width: 185px; max-width: 220px; padding: 14px 16px; }
  .av-card-1 { top: 36px; left: 14px; }
  .av-card-2 { top: 150px; right: 14px; }
  .av-card-3 { bottom: 150px; left: 14px; }
  .av-card-4 { bottom: 36px; right: 14px; }
  .av-center-badge { width: 128px; height: 128px; }
  .section-h2 { font-size: 2rem; }
  .policy-card, .form-card, .how-card, .why-card, .feature-box, .contact-side-card { padding: 24px; }
  .features-table-wrap { padding: 10px; overflow-x: auto; }
  .features-table { min-width: 760px; }
}
@media (max-width: 575.98px) {
  .hero-section { padding-top: 68px; }
  .hero-h1 { font-size: 2.15rem; }
  .hero-game-card { padding: 22px; }
  .hgc-title { font-size: 1.6rem; }
  .section-pad { padding: 68px 0; }
  .cta-inner { border-radius: 26px; }
}
