:root {
  --bg: #060606;
  --bg-2: #101010;
  --card: rgba(255, 255, 255, .075);
  --card-2: rgba(255, 255, 255, .12);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, .72);
  --soft: rgba(255, 255, 255, .12);
  --gold: #d6aa50;
  --gold-2: #ffdb85;
  --bronze: #8f5c1e;
  --green: #0c7a4f;
  --shadow: 0 24px 80px rgba(0, 0, 0, .45);
  --radius: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  background: radial-gradient(circle at top, #191919 0%, #060606 52%, #020202 100%);
  color: var(--text);
  font-family: 'Inter', 'Noto Sans SC', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; border: 0; cursor: pointer; }
img { max-width: 100%; display: block; }

.bg-grid {
  position: fixed; inset: 0; z-index: -3;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 10%, black, transparent 74%);
}
.bg-orb { position: fixed; z-index: -2; border-radius: 50%; filter: blur(55px); opacity: .42; }
.orb-1 { width: 360px; height: 360px; background: var(--gold); top: -120px; left: -80px; animation: pulse 7s ease-in-out infinite; }
.orb-2 { width: 420px; height: 420px; background: #266f52; right: -170px; top: 30%; animation: pulse 8s ease-in-out infinite reverse; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: .35; } 50% { transform: scale(1.12); opacity: .55; } }

.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(22px);
  background: rgba(6, 6, 6, .68);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav-wrap {
  max-width: 1180px; margin: 0 auto; height: 82px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 22px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo {
  width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
  border: 2px solid rgba(255, 219, 133, .75);
  box-shadow: 0 0 24px rgba(214, 170, 80, .35);
}
.brand strong { display: block; font-size: 22px; letter-spacing: .08em; font-weight: 900; }
.brand span { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a {
  color: rgba(255,255,255,.82); padding: 10px 14px; border-radius: 999px;
  font-size: 14px; transition: .25s ease;
}
.nav-links a:hover { background: rgba(255,255,255,.1); color: var(--gold-2); }
.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.08); }
.nav-toggle span { display: block; width: 20px; height: 2px; background: white; margin: 5px auto; border-radius: 4px; }

.section-pad { max-width: 1180px; margin: 0 auto; padding: 96px 22px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 50px; align-items: center; min-height: calc(100vh - 82px); padding-top: 64px; }
.badge, .eyebrow, .section-head span {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold-2); background: rgba(214, 170, 80, .12);
  border: 1px solid rgba(255, 219, 133, .24); border-radius: 999px;
  padding: 9px 14px; font-size: 13px; font-weight: 800; letter-spacing: .04em;
}
.hero h1 { margin-top: 22px; font-size: clamp(62px, 12vw, 150px); line-height: .82; letter-spacing: -.08em; font-weight: 900; }
.hero h1 span {
  display: block; font-size: clamp(30px, 4.8vw, 62px); line-height: 1.02; letter-spacing: -.04em;
  background: linear-gradient(90deg, #fff, var(--gold-2), #fff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-text { max-width: 650px; margin-top: 24px; color: var(--muted); font-size: 18px; line-height: 1.82; }
.hero-actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: .25s ease;
}
.btn-primary { color: #100b02; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 14px 40px rgba(214,170,80,.28); }
.btn-secondary { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); }
.btn:hover { transform: translateY(-3px); }
.icon { width: 20px; height: 20px; display: inline-block; background: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; }
.tg-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M120 0C53.7 0 0 53.7 0 120s53.7 120 120 120 120-53.7 120-120S186.3 0 120 0Zm55.7 82.3-19.7 92.9c-1.5 6.6-5.4 8.2-10.9 5.1l-30.1-22.2-14.5 14c-1.6 1.6-3 3-6.1 3l2.2-30.6 55.7-50.3c2.4-2.2-.5-3.4-3.8-1.2l-68.9 43.4-29.7-9.3c-6.5-2-6.6-6.5 1.4-9.6l116-44.7c5.4-2 10.1 1.3 8.4 9.5Z'/%3E%3C/svg%3E"); }
.x-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817-5.966 6.817H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231 5.45-6.231Zm-1.161 17.52h1.833L7.084 4.126H5.117L17.083 19.77Z'/%3E%3C/svg%3E"); }
.hero-stats { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 610px; }
.hero-stats div { padding: 18px; border-radius: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.hero-stats strong { display: block; font-size: 24px; color: var(--gold-2); }
.hero-stats span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.coin-ring {
  position: absolute; width: 460px; height: 460px; border-radius: 50%;
  border: 1px solid rgba(255, 219, 133, .22);
  background: radial-gradient(circle, rgba(214,170,80,.12), transparent 66%);
  animation: spin 18s linear infinite;
}
.coin-ring:before, .coin-ring:after { content: ''; position: absolute; inset: 26px; border-radius: 50%; border: 1px dashed rgba(255,255,255,.16); }
.coin-ring:after { inset: 78px; border-color: rgba(214,170,80,.3); }
@keyframes spin { to { transform: rotate(360deg); } }
.logo-card {
  position: relative; width: min(360px, 76vw); aspect-ratio: 1;
  border-radius: 50%; padding: 12px; overflow: hidden;
  background: linear-gradient(135deg, rgba(255,219,133,.85), rgba(255,255,255,.08), rgba(12,122,79,.42));
  box-shadow: var(--shadow), 0 0 80px rgba(214,170,80,.28);
}
.logo-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 6px solid #070707; }
.shine { position: absolute; inset: -80% -30%; background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.52), transparent 58%); transform: rotate(10deg); animation: shine 4.5s ease-in-out infinite; }
@keyframes shine { 0%, 45% { transform: translateX(-55%) rotate(10deg); } 80%, 100% { transform: translateX(55%) rotate(10deg); } }
.float-card {
  position: absolute; min-width: 145px; padding: 14px 16px; border-radius: 18px;
  background: rgba(16,16,16,.78); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 50px rgba(0,0,0,.35);
  color: var(--muted); font-size: 13px; backdrop-filter: blur(16px); animation: float 4.8s ease-in-out infinite;
}
.float-card b { color: var(--gold-2); font-size: 16px; }
.card-a { top: 72px; left: 20px; }
.card-b { right: 10px; bottom: 130px; animation-delay: .6s; }
.card-c { left: 32px; bottom: 70px; animation-delay: 1.1s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.marquee { overflow: hidden; border-block: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.045); }
.marquee-track { display: flex; width: max-content; gap: 42px; padding: 18px 0; animation: marquee 22s linear infinite; }
.marquee span { white-space: nowrap; color: var(--gold-2); font-weight: 800; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-head { text-align: center; max-width: 820px; margin: 0 auto 42px; }
.section-head h2, .glass-panel h2, .contract-card h2 { margin-top: 18px; font-size: clamp(32px, 5vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
.section-head p, .glass-panel p, .contract-card p { margin-top: 18px; color: var(--muted); line-height: 1.85; font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card, .burn-card, .market-item, .timeline-item, .contract-card, .glass-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); box-shadow: 0 20px 70px rgba(0,0,0,.22);
}
.feature-card { padding: 26px; min-height: 285px; transition: .25s ease; }
.feature-card:hover, .market-item:hover { transform: translateY(-8px); border-color: rgba(255,219,133,.38); }
.feature-icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; font-size: 26px; background: rgba(214,170,80,.13); border: 1px solid rgba(255,219,133,.24); }
h3 { font-size: 21px; margin-top: 22px; }
.feature-card p, .burn-card p, .timeline-item p { margin-top: 12px; color: var(--muted); line-height: 1.75; font-size: 14px; }

.split-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
.glass-panel { padding: 38px; }
.check-list { list-style: none; margin-top: 24px; display: grid; gap: 14px; }
.check-list li { color: rgba(255,255,255,.82); line-height: 1.65; padding-left: 32px; position: relative; }
.check-list li:before { content: '✓'; position: absolute; left: 0; top: 0; color: #111; background: var(--gold-2); width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 13px; }
.game-board {
  min-height: 490px; position: relative; overflow: hidden; border-radius: var(--radius);
  background: radial-gradient(circle at center, rgba(255,219,133,.18), transparent 38%), linear-gradient(135deg, rgba(12,122,79,.5), rgba(0,0,0,.78));
  border: 1px solid rgba(255,255,255,.11); box-shadow: var(--shadow);
}
.field-lines { position: absolute; inset: 32px; border: 2px solid rgba(255,255,255,.28); border-radius: 22px; }
.field-lines:before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,.25); }
.field-lines:after { content: ''; position: absolute; width: 150px; height: 150px; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.football { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 78px; filter: drop-shadow(0 20px 30px rgba(0,0,0,.5)); animation: bounce 3.2s ease-in-out infinite; }
@keyframes bounce { 0%,100% { transform: translate(-50%, -50%) scale(1); } 50% { transform: translate(-50%, -62%) scale(1.05); } }
.score-card { position: absolute; padding: 16px 18px; border-radius: 18px; background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.14); color: var(--muted); }
.score-card b { color: var(--gold-2); font-size: 24px; }
.score-card.top { top: 54px; right: 46px; }
.score-card.bottom { left: 48px; bottom: 50px; }

.burn-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.burn-card { padding: 30px; position: relative; overflow: hidden; }
.burn-card:after { content: ''; position: absolute; width: 150px; height: 150px; border-radius: 50%; right: -70px; top: -70px; background: rgba(214,170,80,.12); filter: blur(4px); }
.burn-number { font-weight: 900; font-size: 48px; color: rgba(255,219,133,.22); }
.marketing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.market-item { padding: 24px; transition: .25s ease; }
.market-item b { display: block; color: var(--gold-2); font-size: 20px; }
.market-item span { display: block; margin-top: 8px; color: var(--muted); line-height: 1.6; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
.timeline-item { padding: 26px; }
.timeline-item span { color: var(--gold-2); font-weight: 900; font-size: 13px; }

.contract-card { padding: 36px; display: grid; gap: 24px; }
.contract-box { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 20px; background: rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.12); min-width: 0; }
.contract-box code { flex: 1; color: var(--gold-2); word-break: break-all; font-size: 15px; }
.contract-box button { color: #111; background: var(--gold-2); padding: 13px 18px; border-radius: 14px; font-weight: 900; white-space: nowrap; }
.risk-note { font-size: 13px !important; color: rgba(255,255,255,.52) !important; }
.footer { border-top: 1px solid rgba(255,255,255,.1); padding: 34px 22px; background: rgba(0,0,0,.34); }
.footer-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { width: 46px; height: 46px; display: grid; place-items: center; color: #111; background: var(--gold-2); border-radius: 50%; }
.footer p { max-width: 1180px; margin: 18px auto 0; color: rgba(255,255,255,.48); font-size: 13px; }
.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 30px); background: var(--gold-2); color: #111; padding: 12px 18px; border-radius: 999px; font-weight: 900; opacity: 0; pointer-events: none; transition: .25s ease; z-index: 100; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(28px); transition: .75s cubic-bezier(.2,.7,.2,1); }
.reveal.show { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero, .split-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 46px; }
  .hero-visual { min-height: 500px; order: -1; }
  .feature-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .burn-wrap, .marketing-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; left: 18px; right: 18px; top: 92px; display: none; flex-direction: column; padding: 16px;
    background: rgba(10,10,10,.94); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; box-shadow: var(--shadow);
  }
  .nav-links.active { display: flex; }
  .nav-links a { width: 100%; text-align: center; padding: 14px; }
}
@media (max-width: 620px) {
  .nav-wrap { height: 72px; padding: 0 14px; }
  .brand-logo { width: 44px; height: 44px; }
  .brand strong { font-size: 18px; }
  .brand span { font-size: 10px; max-width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .section-pad { padding: 68px 16px; }
  .hero { gap: 28px; }
  .hero-visual { min-height: 390px; }
  .coin-ring { width: 330px; height: 330px; }
  .logo-card { width: 245px; }
  .float-card { min-width: 118px; padding: 10px 12px; font-size: 11px; }
  .float-card b { font-size: 13px; }
  .card-a { top: 38px; left: 0; }
  .card-b { right: 0; bottom: 90px; }
  .card-c { left: 0; bottom: 46px; }
  .hero-text { font-size: 15px; line-height: 1.75; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; }
  .feature-grid, .timeline { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .glass-panel, .contract-card { padding: 24px; border-radius: 22px; }
  .game-board { min-height: 380px; }
  .football { font-size: 54px; }
  .score-card.top { top: 48px; right: 36px; }
  .score-card.bottom { left: 36px; bottom: 42px; }
  .contract-box { flex-direction: column; align-items: stretch; }
  .contract-box button { width: 100%; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
