:root {
  --bg: #07111f;
  --bg-2: #0a1728;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.11);
  --stroke: rgba(255, 255, 255, 0.14);
  --text: #f8fafc;
  --muted: #a9b6c8;
  --green: #a7ff3f;
  --green-2: #20e3b2;
  --gold: #ffd64d;
  --blue: #4bb6ff;
  --danger: #ff6b8a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(167, 255, 63, 0.12), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(32, 227, 178, 0.16), transparent 30%),
    linear-gradient(180deg, #07111f 0%, #081527 50%, #060d18 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  background: var(--green);
  color: #07111f;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 100;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 17, 31, 0.74);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(7, 17, 31, 0.92); box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 22px; }
.brand img { width: 174px; height: auto; }
.nav-menu { display: flex; align-items: center; gap: 28px; color: #dbe6f4; font-weight: 700; font-size: 14px; }
.nav-menu a { opacity: .9; transition: opacity .2s ease, color .2s ease, transform .2s ease; }
.nav-menu a:hover { opacity: 1; color: var(--green); transform: translateY(-1px); }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: rgba(167, 255, 63, .14); border: 1px solid rgba(167, 255, 63, .28); color: var(--green) !important; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--stroke); background: rgba(255,255,255,.06); border-radius: 14px; padding: 11px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 999px; }
.hero { position: relative; padding: 86px 0 48px; min-height: 760px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .9fr); align-items: center; gap: 54px; position: relative; z-index: 1; }
.hero-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(20px); opacity: .22; pointer-events: none; }
.hero-glow-one { background: var(--green); left: -160px; top: 80px; }
.hero-glow-two { background: var(--gold); right: -180px; top: 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--green); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; font-size: 12px; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(167,255,63,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 7vw, 88px); line-height: .96; letter-spacing: -.07em; margin-bottom: 24px; max-width: 780px; }
h2 { font-size: clamp(32px, 4vw, 58px); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 18px; }
h3 { font-size: 21px; line-height: 1.18; letter-spacing: -.02em; }
.hero-subtitle { font-size: clamp(18px, 2vw, 23px); color: #cbd5e1; max-width: 670px; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-actions.center { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 15px 22px; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--green), var(--gold)); color: #07111f; box-shadow: 0 18px 40px rgba(167,255,63,.18); }
.btn-primary:hover { box-shadow: 0 24px 55px rgba(167,255,63,.28); }
.btn-ghost { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: #f8fafc; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 620px; margin-bottom: 18px; }
.hero-trust div, .stats-grid div { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 16px; }
.hero-trust strong, .stats-grid strong { display: block; font-size: 22px; color: #fff; }
.hero-trust span, .stats-grid span { display: block; font-size: 13px; color: var(--muted); }
.safe-note { color: #8fa0b5; font-size: 13px; max-width: 620px; }
.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.phone-shell { position: relative; width: 320px; height: 610px; border-radius: 54px; background: linear-gradient(145deg, #1b2d4a, #060d18); padding: 14px; border: 1px solid rgba(255,255,255,.22); box-shadow: var(--shadow); transform: rotate(3deg); }
.phone-camera { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 96px; height: 26px; border-radius: 999px; background: #07111f; z-index: 3; }
.app-screen { height: 100%; border-radius: 42px; background: linear-gradient(180deg, #10213b, #07111f); padding: 54px 18px 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.app-topbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.app-topbar span { color: #9fb0c8; font-size: 12px; display: block; }
.app-topbar strong { display: block; color: #fff; }
.pill, .tag { display: inline-flex; align-items: center; justify-content: center; background: rgba(167,255,63,.15); color: var(--green); border: 1px solid rgba(167,255,63,.25); border-radius: 999px; padding: 8px 10px; font-weight: 900; font-size: 12px; }
.wallet-card { background: linear-gradient(135deg, var(--green), var(--gold)); color: #07111f; border-radius: 26px; padding: 22px; margin-bottom: 18px; }
.wallet-card p { font-weight: 800; margin-bottom: 6px; }
.wallet-card h2 { margin: 0; color: #07111f; font-size: 48px; letter-spacing: -.05em; }
.wallet-card span { font-size: 12px; font-weight: 800; opacity: .8; }
.activity-list { display: grid; gap: 10px; margin-bottom: 16px; }
.activity-list div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 12px; }
.activity-list p { margin: 0; color: #dbe7f4; font-weight: 800; font-size: 13px; }
.activity-list strong { color: var(--green); font-size: 13px; }
.activity-icon { width: 34px; height: 34px; border-radius: 12px; display: block; }
.walk { background: linear-gradient(135deg, var(--green), var(--green-2)); }
.post { background: linear-gradient(135deg, var(--gold), #ff9f43); }
.refer { background: linear-gradient(135deg, var(--blue), #8e7bff); }
.mock-button { width: 100%; border: 0; border-radius: 18px; padding: 15px 12px; background: #fff; color: #07111f; font-weight: 950; }
.coin { position: absolute; display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--green)); color: #07111f; font-weight: 950; box-shadow: 0 18px 35px rgba(255,214,77,.22); animation: float 5s ease-in-out infinite; z-index: 2; }
.coin-one { left: 32px; top: 70px; }
.coin-two { right: 20px; top: 150px; animation-delay: 1.3s; }
.coin-three { left: 20px; bottom: 135px; animation-delay: 2.1s; }
.floating-card { position: absolute; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(16px); border-radius: 20px; padding: 14px 16px; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.floating-card span { color: var(--muted); font-size: 12px; display: block; }
.floating-card strong { color: #fff; }
.float-left { left: 4px; top: 250px; }
.float-right { right: 0; bottom: 110px; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-18px) rotate(7deg); } }
.logo-strip { padding: 18px 0; border-block: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); }
.strip-grid { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: #dbe7f4; font-weight: 900; }
.strip-grid span { opacity: .82; }
.section { padding: 98px 0; position: relative; }
.section-head { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-head p { color: var(--muted); font-size: 18px; }
.steps-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.step-card, .feature-card, .seo-card, .upi-card, .qr-card, .faq-list details, .final-card { background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); box-shadow: 0 18px 60px rgba(0,0,0,.18); }
.step-card { padding: 30px; position: relative; overflow: hidden; }
.step-card:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 0%, rgba(167,255,63,.14), transparent 38%); pointer-events: none; }
.step-number { display: inline-flex; width: 54px; height: 54px; border-radius: 18px; align-items: center; justify-content: center; background: rgba(167,255,63,.14); color: var(--green); border: 1px solid rgba(167,255,63,.24); font-weight: 950; margin-bottom: 24px; }
.step-card h3, .feature-card h3 { margin-bottom: 10px; }
.step-card p, .feature-card p, .payout-copy p, .story-copy p, .seo-card p, .qr-copy p, .final-card p, .site-footer p { color: var(--muted); }
.dark-card-section { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.05)); }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card { padding: 26px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(167,255,63,.28); background: linear-gradient(180deg, rgba(167,255,63,.12), rgba(255,255,255,.05)); }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 18px; background: linear-gradient(135deg, rgba(167,255,63,.25), rgba(255,214,77,.2)); color: var(--green); font-weight: 950; margin-bottom: 18px; }
.payout { padding-top: 112px; }
.payout-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 38px; align-items: center; }
.payout-copy { max-width: 660px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 28px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 34px; color: #dce7f5; font-weight: 800; }
.check-list li:before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--gold)); box-shadow: 0 0 0 6px rgba(167,255,63,.08); }
.payout-panel { background: radial-gradient(circle at 50% 0%, rgba(167,255,63,.16), transparent 40%), rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); padding: 22px; }
.upi-card { padding: 28px; background: linear-gradient(180deg, rgba(10,23,40,.96), rgba(12,31,54,.96)); }
.upi-card h3 { font-size: 30px; margin: 18px 0 22px; }
.conversion-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0; }
.conversion-row span { color: var(--muted); }
.conversion-row strong { color: #fff; }
.conversion-row.muted strong { color: var(--gold); }
.disclaimer { margin: 16px 4px 0; color: #92a3b8; font-size: 13px; }
.app-story { background: rgba(255,255,255,.025); }
.story-grid { display: grid; grid-template-columns: .74fr 1fr; gap: 58px; align-items: center; }
.mini-phone { justify-self: center; width: 270px; height: 520px; border-radius: 48px; background: #111f35; border: 1px solid rgba(255,255,255,.22); padding: 14px; box-shadow: var(--shadow); transform: rotate(-4deg); }
.mini-screen { height: 100%; border-radius: 36px; background: linear-gradient(180deg, #10213b, #07111f); padding: 34px 18px 18px; }
.mini-badge { display: inline-flex; padding: 9px 12px; border-radius: 999px; background: rgba(167,255,63,.14); color: var(--green); font-weight: 900; font-size: 12px; margin-bottom: 18px; }
.post-card { height: 170px; border-radius: 24px; background: linear-gradient(135deg, rgba(167,255,63,.7), rgba(32,227,178,.45)); margin-bottom: 16px; position: relative; overflow: hidden; }
.post-card:after { content: ""; position: absolute; left: 20px; bottom: 20px; width: 120px; height: 14px; border-radius: 999px; background: rgba(7,17,31,.5); box-shadow: 0 24px 0 rgba(7,17,31,.32); }
.post-card.small { height: 120px; background: linear-gradient(135deg, rgba(255,214,77,.72), rgba(75,182,255,.45)); }
.bottom-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 20px; }
.bottom-tabs span { height: 42px; border-radius: 14px; background: rgba(255,255,255,.08); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.seo-section { padding-top: 84px; }
.seo-card { padding: clamp(28px, 4vw, 54px); text-align: center; background: radial-gradient(circle at 0% 0%, rgba(167,255,63,.13), transparent 38%), linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.045)); }
.seo-card p { max-width: 900px; margin-inline: auto; font-size: 18px; }
.qr-section { padding-top: 50px; }
.qr-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 34px; align-items: center; }
.qr-copy p { font-size: 18px; }
.qr-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.qr-card { padding: 22px; text-align: center; }
.qr-card img { width: 178px; height: 178px; border-radius: 18px; margin: 0 auto 16px; background: #fff; padding: 8px; }
.qr-card strong { display: block; font-size: 18px; }
.qr-card span { color: var(--muted); font-size: 13px; }
.faq-list { max-width: 860px; margin-inline: auto; display: grid; gap: 14px; }
.faq-list details { padding: 0; overflow: hidden; }
.faq-list summary { cursor: pointer; list-style: none; padding: 22px 26px; font-weight: 900; font-size: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(167,255,63,.12); color: var(--green); flex: 0 0 auto; }
.faq-list details[open] summary:after { content: "-"; }
.faq-list p { padding: 0 26px 24px; color: var(--muted); margin: 0; }
.final-cta { padding: 76px 0 100px; }
.final-card { text-align: center; padding: clamp(34px, 6vw, 72px); background: radial-gradient(circle at 50% 0%, rgba(167,255,63,.18), transparent 45%), linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.05)); }
.final-card p { max-width: 720px; margin: 0 auto 28px; font-size: 18px; }
.site-footer { padding: 56px 0 86px; background: #050b14; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .55fr 1fr; gap: 34px; }
.site-footer img { width: 164px; margin-bottom: 16px; }
.site-footer h3 { font-size: 16px; margin-bottom: 14px; }
.site-footer a { display: block; color: var(--muted); margin: 8px 0; }
.site-footer a:hover { color: var(--green); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #74849a; font-size: 13px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; margin-top: 34px; }
.mobile-sticky-cta { display: none; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 60; }
.mobile-sticky-cta a { display: flex; align-items: center; justify-content: center; min-height: 54px; border-radius: 18px; background: linear-gradient(135deg, var(--green), var(--gold)); color: #07111f; font-weight: 950; box-shadow: 0 18px 55px rgba(0,0,0,.32); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-menu { position: fixed; inset: 82px 18px auto 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: rgba(8, 20, 36, .97); border: 1px solid var(--stroke); border-radius: 24px; padding: 16px; box-shadow: var(--shadow); }
  .nav-menu.is-open { display: flex; }
  .nav-menu a { padding: 13px 14px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { padding-top: 58px; min-height: auto; }
  .hero-grid, .payout-grid, .story-grid, .qr-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-subtitle, .safe-note, .hero-trust { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 560px; }
  .steps-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { gap: 34px; }
  .story-copy { text-align: center; }
  .stats-grid { max-width: 620px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .site-header { position: sticky; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 142px; }
  .nav-menu { inset-top: 74px; }
  .hero { padding: 44px 0 30px; }
  h1 { font-size: clamp(42px, 14vw, 60px); }
  h2 { font-size: clamp(30px, 9vw, 44px); }
  .hero-trust, .stats-grid, .steps-grid, .feature-grid, .qr-cards, .footer-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; transform: scale(.88); transform-origin: center top; margin-bottom: -55px; }
  .phone-shell { width: 300px; height: 585px; }
  .coin-one { left: -4px; }
  .coin-two { right: -6px; }
  .coin-three { left: -12px; }
  .floating-card { display: none; }
  .section { padding: 72px 0; }
  .logo-strip { display: none; }
  .btn { width: 100%; }
  .payout-panel { padding: 14px; }
  .mini-phone { width: 244px; height: 480px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .mobile-sticky-cta { display: block; }
  .site-footer { padding-bottom: 96px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
