:root {
  --black: #050608;
  --graphite: #111318;
  --panel: #0b0d11;
  --white: #f7f8fa;
  --soft: #a7adb8;
  --muted: #6f7682;
  --lime: #d4af37;
  --cyan: #f6e6ad;
  --orange: #b9831f;
  --border: rgba(255,255,255,0.1);
  --border-soft: rgba(255,255,255,0.07);
  --shadow: 0 24px 80px rgba(0,0,0,0.38);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Sora, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background: var(--black);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 50% 0%, black, transparent 70%);
  z-index: -2;
}

a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(880px, calc(100% - 40px)); }

.site-glow { position: fixed; width: 460px; height: 460px; border-radius: 999px; filter: blur(90px); opacity: 0.18; pointer-events: none; z-index: -3; }
.glow-one { background: var(--lime); top: -120px; right: -160px; }
.glow-two { background: var(--cyan); bottom: 10%; left: -220px; opacity: 0.12; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: 10px;
  backdrop-filter: blur(20px);
  background: rgba(5,6,8,0.7);
  border-bottom: 1px solid var(--border-soft);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; width: 118px; }
.header .logo { width: 92px; }
.logo img { display: block; width: 100%; height: auto; }
.nav-links { display: flex; gap: 28px; align-items: center; color: var(--soft); font-size: 14px; font-weight: 600; }
.nav-links a:hover { color: var(--white); }
.nav-social {
  padding: 9px 13px;
  border: 1px solid rgba(212,175,55,0.24);
  border-radius: 999px;
  background: rgba(212,175,55,0.08);
  color: var(--lime);
}
.nav-social:hover {
  border-color: rgba(212,175,55,0.5);
  color: var(--white);
}
.nav-cta { color: var(--black) !important; background: linear-gradient(135deg, #f7e7ad, var(--lime) 58%, #9f741a); padding: 11px 16px; border-radius: 999px; }

.hero { min-height: calc(100vh - 72px); display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; padding: 84px 0 96px; }
.eyebrow, .section-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(212,175,55,0.32);
  background: rgba(212,175,55,0.12);
  color: var(--lime);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.pulse-dot { width: 8px; height: 8px; background: var(--lime); border-radius: 999px; box-shadow: 0 0 0 8px rgba(212,175,55,0.14); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 7vw, 88px); line-height: 0.96; letter-spacing: -0.08em; margin: 22px 0 24px; }
.hero-lead { color: var(--soft); font-size: clamp(17px, 2vw, 20px); line-height: 1.55; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; cursor: pointer; font-family: inherit; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #f7e7ad, var(--lime) 58%, #9f741a); color: var(--black); box-shadow: 0 0 36px rgba(212,175,55,0.18); }
.btn-secondary { background: rgba(255,255,255,0.04); border-color: var(--border); color: var(--white); }
.micro-copy { color: var(--muted); font-size: 13px; }

.section-heading h2, .capture h2 { font-size: clamp(34px, 5vw, 58px); line-height: 1.02; letter-spacing: -0.06em; margin: 20px 0 22px; }
.section-heading p, .capture-copy p { color: var(--soft); font-size: 18px; line-height: 1.7; }

.insight { padding: 24px 0 80px; }
.behind-game { padding: clamp(28px, 5vw, 58px); border: 1px solid rgba(212,175,55,0.18); border-radius: var(--radius-xl); background: radial-gradient(circle at 12% 6%, rgba(212,175,55,0.2), transparent 30%), linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.018)); box-shadow: var(--shadow); }
.behind-game .section-heading { max-width: 940px; margin-bottom: 38px; }
.behind-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.behind-card { min-height: 100%; padding: clamp(24px, 3vw, 34px); border-radius: var(--radius-lg); border: 1px solid var(--border-soft); background: rgba(5,6,8,0.56); box-shadow: inset 0 1px 0 rgba(255,255,255,0.05); }
.behind-card-header { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; margin-bottom: 18px; }
.behind-card span { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(212,175,55,0.42); color: var(--lime); background: rgba(212,175,55,0.12); font-size: 15px; font-weight: 900; }
.behind-card h3 { font-size: clamp(23px, 2.6vw, 32px); line-height: 1.06; letter-spacing: -0.055em; margin-bottom: 0; }
.behind-card p, .behind-lines, .behind-cta p { color: var(--soft); line-height: 1.7; }
.behind-card p { font-size: 16px; margin-bottom: 16px; }
.behind-card p:last-child { margin-bottom: 0; }
.behind-lines { display: grid; gap: 8px; list-style: none; margin: 18px 0; padding: 0; color: var(--white); font-size: 16px; font-weight: 700; }
.behind-lines li { padding-left: 18px; border-left: 2px solid var(--lime); }
.behind-cta { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 22px; padding: 24px; border-radius: var(--radius-lg); border: 1px solid rgba(212,175,55,0.28); background: rgba(212,175,55,0.09); }
.behind-cta p { max-width: 560px; margin: 0; color: var(--white); font-size: clamp(18px, 2vw, 24px); font-weight: 800; letter-spacing: -0.035em; }
.behind-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.capture { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 46px; padding: 30px 0 120px; align-items: start; }
.trust-list { display: grid; gap: 14px; margin-top: 34px; }
.trust-list div { padding: 18px; border-radius: 18px; border: 1px solid var(--border-soft); background: rgba(255,255,255,0.035); }
.trust-list strong { display: block; color: var(--white); margin-bottom: 6px; }
.trust-list span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.form-card { padding: clamp(24px, 4vw, 40px); border-radius: var(--radius-xl); border: 1px solid var(--border); background: linear-gradient(160deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025)); box-shadow: var(--shadow); }
.form-header h3 { font-size: 30px; letter-spacing: -0.05em; margin-bottom: 8px; }
.form-header p { color: var(--soft); margin-bottom: 24px; }
.form-grid.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 8px; margin-bottom: 15px; }
label > span:first-child { color: var(--soft); font-size: 13px; font-weight: 700; }
input, select { width: 100%; min-height: 54px; border-radius: 15px; border: 1px solid var(--border); background: var(--panel); color: var(--white); padding: 0 15px; font: inherit; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
input:focus, select:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(212,175,55,0.14); }
input::placeholder { color: var(--muted); }
.checkbox-row { grid-template-columns: 20px 1fr; gap: 12px; align-items: start; margin-top: 4px; }
.checkbox-row input { width: 18px; height: 18px; min-height: unset; margin-top: 2px; accent-color: var(--lime); }
.checkbox-row span { color: var(--soft) !important; font-size: 13px !important; font-weight: 500 !important; line-height: 1.5; }
.submit-btn { width: 100%; min-height: 58px; margin-top: 6px; border: 0; font-size: 16px; }
.data-note { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 14px 0 0; }
.success-message { display: none; margin-top: 18px; padding: 18px; border-radius: 18px; border: 1px solid rgba(212,175,55,0.32); background: rgba(212,175,55,0.12); }
.success-message strong { display: block; color: var(--lime); margin-bottom: 6px; }
.success-message span { color: var(--soft); font-size: 14px; line-height: 1.5; }
.error { border-color: var(--orange) !important; box-shadow: 0 0 0 3px rgba(185,131,31,0.13) !important; }

.footer { border-top: 1px solid var(--border-soft); padding: 42px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer p { color: var(--muted); margin: 8px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: var(--white); }
.footer-social { color: var(--lime); font-weight: 700; }
.mobile-sticky { display: none; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .nav-links a:not(.nav-cta):not(.nav-social) { display: none; }
  .nav-social { font-size: 0; width: 42px; height: 42px; padding: 0; display: inline-flex; align-items: center; justify-content: center; }
  .nav-social::before { content: "IG"; font-size: 12px; letter-spacing: 0; font-weight: 900; }
  .capture { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .behind-grid { grid-template-columns: 1fr; }
  .behind-cta { align-items: flex-start; flex-direction: column; }
  .behind-actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(100% - 32px, 1160px); }
  .header { padding-top: 8px; }
  .nav { min-height: 66px; }
  .header .logo { width: 82px; }
  .hero { min-height: auto; padding: 46px 0 72px; }
  .hero-actions .btn { width: 100%; }
  .capture { padding-top: 72px; padding-bottom: 72px; }
  .behind-game { padding: 24px; }
  .behind-card-header { grid-template-columns: 1fr; gap: 14px; }
  .behind-card span { width: 46px; height: 46px; }
  .behind-actions, .behind-actions .btn { width: 100%; }
  .form-grid.two { grid-template-columns: 1fr; }
  .mobile-sticky { display: flex; position: fixed; bottom: 14px; left: 16px; right: 16px; z-index: 60; min-height: 54px; align-items: center; justify-content: center; border-radius: 999px; background: linear-gradient(135deg, #f7e7ad, var(--lime) 58%, #9f741a); color: var(--black); font-weight: 900; box-shadow: 0 16px 40px rgba(0,0,0,0.45); }
  .footer { padding-bottom: 86px; }
}

.hidden-field { display: none !important; }
.submit-btn:disabled { opacity: 0.72; cursor: wait; transform: none; }
