/* ===== GiGPay Website v1.2.0 ===== */
html { scroll-behavior: smooth; }
body.site-body { background: var(--bg); }

/* ===== Navbar ===== */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; backdrop-filter: blur(16px); background: color-mix(in srgb, var(--bg) 75%, transparent); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1140px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 24px; }
.nav-logo { font-size: 1.5rem; font-weight: 900; background: var(--g-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -1px; }
.nav-links { display: flex; gap: 22px; margin-right: auto; }
.nav-links a { color: var(--text-2); text-decoration: none; font-size: .88rem; font-weight: 600; transition: .2s; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-cta .btn { width: auto; padding: 10px 20px; font-size: .85rem; }
.nav-burger { display: none; background: none; border: none; color: var(--text); font-size: 1.4rem; cursor: pointer; margin-right: auto; }
@media (max-width: 900px) {
    .nav-links { display: none; position: absolute; top: 60px; right: 0; left: 0; background: var(--bg-2); flex-direction: column; padding: 18px 24px; gap: 16px; border-bottom: 1px solid var(--border); }
    .nav-links.open { display: flex; }
    .nav-burger { display: block; }
}

/* ===== Hero ===== */
.hero { padding: 150px 24px 70px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -200px; right: -150px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(102,126,234,.18), transparent 70%); }
.hero::after { content: ''; position: absolute; bottom: -250px; left: -150px; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(240,147,251,.14), transparent 70%); }
.hero-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; gap: 8px; align-items: center; background: var(--card); border: 1px solid var(--border); border-radius: 30px; padding: 7px 16px; font-size: .78rem; color: var(--accent); font-weight: 700; margin-bottom: 22px; }
.hero h1 { font-size: 2.9rem; font-weight: 900; line-height: 1.5; margin-bottom: 20px; }
.hero h1 .grad { background: var(--g-pink); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p.lead { font-size: 1.05rem; color: var(--text-2); line-height: 2.1; margin-bottom: 30px; max-width: 560px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-ctas .btn { width: auto; padding: 15px 30px; }
.hero-trust { display: flex; gap: 18px; flex-wrap: wrap; }
.hero-trust span { font-size: .8rem; color: var(--text-3); display: flex; gap: 7px; align-items: center; }
.hero-trust i { color: var(--success); }

/* Phone mockup */
.phone { width: 290px; margin: 0 auto; border-radius: 42px; border: 8px solid #1c2440; background: #0d1328; box-shadow: 0 40px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06); overflow: hidden; position: relative; }
[data-theme="light"] .phone { border-color: #d8dcef; background: #f7f8fd; box-shadow: 0 40px 80px rgba(90,100,160,.25); }
.phone-notch { width: 110px; height: 22px; background: #1c2440; border-radius: 0 0 14px 14px; margin: 0 auto; }
[data-theme="light"] .phone-notch { background: #d8dcef; }
.phone-screen { padding: 16px 14px 22px; }
.ph-balance { background: var(--g-primary); border-radius: 20px; padding: 16px; color: #fff; margin-bottom: 14px; }
.ph-balance .l { font-size: .68rem; opacity: .85; }
.ph-balance .v { font-size: 1.35rem; font-weight: 900; margin: 6px 0 2px; }
.ph-balance .s { font-size: .68rem; opacity: .9; }
.ph-actions { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 14px; }
.ph-act { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 10px 4px; text-align: center; }
.ph-act i { font-size: .95rem; color: var(--accent); display: block; margin-bottom: 5px; }
.ph-act span { font-size: .55rem; color: var(--text-3); }
.ph-tx { display: flex; align-items: center; gap: 9px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 10px; margin-bottom: 8px; }
.ph-tx .ic { width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: .7rem; }
.ph-tx .tt { flex: 1; font-size: .62rem; color: var(--text-2); }
.ph-tx .am { font-size: .66rem; font-weight: 800; }
@media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; } .hero h1 { font-size: 2.1rem; } .phone { margin-top: 20px; } }

/* ===== Stats band ===== */
.stats-band { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--card); }
.stats-inner { max-width: 1140px; margin: 0 auto; padding: 34px 24px; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; text-align: center; }
.stat-v { font-size: 1.7rem; font-weight: 900; background: var(--g-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.stat-k { font-size: .8rem; color: var(--text-3); margin-top: 6px; }
@media (max-width: 800px) { .stats-inner { grid-template-columns: repeat(2,1fr); } }

/* ===== Sections ===== */
.section { padding: 80px 24px; }
.section-inner { max-width: 1140px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 50px; }
.section-head .tag { display: inline-block; background: rgba(102,126,234,.12); color: var(--accent); border-radius: 20px; padding: 6px 16px; font-size: .75rem; font-weight: 700; margin-bottom: 14px; }
.section-head h2 { font-size: 2rem; font-weight: 900; margin-bottom: 14px; }
.section-head p { color: var(--text-2); max-width: 640px; margin: 0 auto; line-height: 2; font-size: .95rem; }

/* Problem/Solution */
.ps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ps-card { border-radius: 24px; padding: 34px; border: 1px solid var(--border); }
.ps-card.bad { background: linear-gradient(160deg, rgba(239,68,68,.08), var(--card)); }
.ps-card.good { background: linear-gradient(160deg, rgba(34,197,94,.08), var(--card)); }
.ps-card .ic { width: 56px; height: 56px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #fff; margin-bottom: 20px; }
.ps-card.bad .ic { background: var(--g-pink); }
.ps-card.good .ic { background: var(--g-green); }
.ps-card h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 14px; }
.ps-card p { color: var(--text-2); line-height: 2.1; font-size: .92rem; }
.ps-card ul { margin-top: 16px; }
.ps-card li { color: var(--text-2); font-size: .88rem; line-height: 2.2; display: flex; gap: 10px; align-items: flex-start; }
.ps-card li i { margin-top: 7px; font-size: .75rem; }
.ps-card.bad li i { color: var(--danger); }
.ps-card.good li i { color: var(--success); }
@media (max-width: 800px) { .ps-grid { grid-template-columns: 1fr; } }

/* Features */
.feat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.feat-card { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 26px 22px; transition: .3s; }
.feat-card:hover { transform: translateY(-6px); border-color: rgba(102,126,234,.4); box-shadow: var(--shadow); }
.feat-card .ic { width: 48px; height: 48px; border-radius: 15px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem; margin-bottom: 16px; }
.feat-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 10px; }
.feat-card p { font-size: .82rem; color: var(--text-2); line-height: 1.95; }
@media (max-width: 1000px) { .feat-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .feat-grid { grid-template-columns: 1fr; } }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; position: relative; }
.step { text-align: center; position: relative; padding: 0 8px; }
.step-num { width: 62px; height: 62px; border-radius: 20px; background: var(--g-primary); color: #fff; font-size: 1.5rem; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; box-shadow: 0 12px 30px rgba(102,126,234,.35); }
.step h3 { font-size: 1rem; font-weight: 800; margin-bottom: 10px; }
.step p { font-size: .82rem; color: var(--text-2); line-height: 2; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2,1fr); gap: 34px; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* Compare table */
.compare-wrap { overflow-x: auto; border-radius: 20px; border: 1px solid var(--border); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 640px; background: var(--card); }
.compare-table th, .compare-table td { padding: 16px 18px; text-align: center; font-size: .86rem; border-bottom: 1px solid var(--border); }
.compare-table th { background: rgba(102,126,234,.08); font-weight: 800; }
.compare-table th:first-child, .compare-table td:first-child { text-align: right; font-weight: 700; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table .yes { color: var(--success); }
.compare-table .no { color: var(--danger); }
.compare-table .mid { color: var(--warning); }
.compare-table td.hl { background: rgba(102,126,234,.06); }

/* Security grid */
.sec-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 24px; }
.sec-card { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 24px; display: flex; gap: 14px; align-items: flex-start; }
.sec-card i { color: var(--accent); font-size: 1.2rem; margin-top: 3px; }
.sec-card h4 { font-size: .92rem; font-weight: 800; margin-bottom: 8px; }
.sec-card p { font-size: .8rem; color: var(--text-2); line-height: 1.9; }
@media (max-width: 900px) { .sec-grid { grid-template-columns: 1fr; } }
.seed-banner { border-radius: 22px; padding: 30px; background: linear-gradient(135deg, rgba(245,87,108,.1), rgba(102,126,234,.1)); border: 1px solid rgba(245,87,108,.3); display: flex; gap: 20px; align-items: center; }
.seed-banner i { font-size: 2.2rem; color: var(--accent-2); }
.seed-banner h4 { font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; }
.seed-banner p { font-size: .86rem; color: var(--text-2); line-height: 2; }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.price-card { background: var(--card); border: 1px solid var(--border); border-radius: 24px; padding: 32px 26px; position: relative; }
.price-card.pop { border-color: rgba(102,126,234,.5); background: linear-gradient(160deg, rgba(102,126,234,.1), var(--card)); }
.price-card .pop-tag { position: absolute; top: -13px; right: 26px; background: var(--g-primary); color: #fff; border-radius: 20px; padding: 5px 16px; font-size: .7rem; font-weight: 800; }
.price-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; }
.price-card .pv { font-size: 2rem; font-weight: 900; background: var(--g-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 10px 0; }
.price-card .pv small { font-size: .8rem; -webkit-text-fill-color: var(--text-3); font-weight: 600; }
.price-card ul { margin-top: 18px; }
.price-card li { font-size: .84rem; color: var(--text-2); line-height: 2.3; display: flex; gap: 9px; }
.price-card li i { color: var(--success); margin-top: 7px; font-size: .72rem; }
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } }

/* Brokers split */
.brok-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.brok-list li { display: flex; gap: 12px; margin-bottom: 18px; font-size: .92rem; color: var(--text-2); line-height: 1.9; }
.brok-list li i { color: var(--success); margin-top: 6px; }
.brok-box { background: var(--card); border: 1px solid var(--border); border-radius: 24px; padding: 34px; }
.brok-box h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 20px; }
.brok-step { display: flex; gap: 14px; margin-bottom: 18px; }
.brok-step .n { width: 34px; height: 34px; border-radius: 11px; background: var(--g-pink); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.brok-step p { font-size: .86rem; color: var(--text-2); line-height: 1.9; }
@media (max-width: 900px) { .brok-grid { grid-template-columns: 1fr; } }

/* FAQ site */
.faq-site { max-width: 780px; margin: 0 auto; }

/* CTA band */
.cta-band { background: var(--g-primary); border-radius: 30px; padding: 56px 40px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band::after { content: '$'; position: absolute; left: -20px; bottom: -90px; font-size: 260px; font-weight: 900; opacity: .1; }
.cta-band h2 { font-size: 1.9rem; font-weight: 900; margin-bottom: 14px; }
.cta-band p { opacity: .92; margin-bottom: 28px; font-size: .95rem; }
.cta-band .btn { width: auto; padding: 15px 34px; background: #fff; color: #4c5fd5; font-weight: 800; display: inline-flex; margin: 0 6px; }
.cta-band .btn.ghost { background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.4); }

/* Footer */
.site-footer { border-top: 1px solid var(--border); margin-top: 80px; background: var(--bg-2); }
.foot-inner { max-width: 1140px; margin: 0 auto; padding: 56px 24px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.foot-col h4 { font-size: .95rem; font-weight: 800; margin-bottom: 18px; }
.foot-col p { font-size: .82rem; color: var(--text-2); line-height: 2; }
.foot-col a { display: block; color: var(--text-2); text-decoration: none; font-size: .84rem; margin-bottom: 12px; transition: .2s; }
.foot-col a:hover { color: var(--accent); }
.foot-social { display: flex; gap: 10px; margin-top: 16px; }
.foot-social a { width: 38px; height: 38px; border-radius: 12px; background: var(--card); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text-2); margin: 0; }
.foot-bottom { border-top: 1px solid var(--border); padding: 20px 24px; text-align: center; font-size: .78rem; color: var(--text-3); }
@media (max-width: 900px) { .foot-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-inner { grid-template-columns: 1fr; } }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ===== Legal pages ===== */
.legal { max-width: 860px; margin: 0 auto; padding: 120px 24px 60px; }
.legal h1 { font-size: 1.9rem; font-weight: 900; margin-bottom: 8px; }
.legal .upd { font-size: .78rem; color: var(--text-3); margin-bottom: 34px; }
.legal h2 { font-size: 1.12rem; font-weight: 800; margin: 30px 0 12px; display: flex; gap: 10px; align-items: center; }
.legal h2 i { color: var(--accent); font-size: .95rem; }
.legal p, .legal li { font-size: .88rem; color: var(--text-2); line-height: 2.2; }
.legal ul { padding-right: 20px; margin: 10px 0; }
.legal .box { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 20px 22px; margin: 16px 0; }
.legal .box.warn { border-color: rgba(245,158,11,.4); background: rgba(245,158,11,.06); }
