@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #050507;--bg2: #0a0a0f;--bg3: #0f0f18;--border: #ffffff0f;--border2: #ffffff1a;--gold: #c5a059;--gold2: #e8d099;--gold3: #a07838;--cyan: #00e5ff;--purple: #8b5cf6;--green: #10b981;--text: #f0f0f4;--muted: #71717a;--muted2: #a1a1aa}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--gold3);border-radius:2px}.nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#050507d9;justify-content:space-between;align-items:center;padding:1.1rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{letter-spacing:-.5px;align-items:center;gap:.75rem;font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:700;display:flex}.nav-logo-img{object-fit:contain;filter:drop-shadow(0 0 4px #c5a05933);width:34px;height:34px}.nav-logo-icon{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#050507;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;font-weight:900;display:flex}.nav-logo span{color:var(--gold2)}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:var(--muted2);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#050507;cursor:pointer;letter-spacing:.3px;border:none;border-radius:8px;padding:.55rem 1.4rem;font-size:.875rem;font-weight:700;transition:all .2s}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #c5a05966}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(80% 60% at 50% 0,#c5a05912,#0000 70%),radial-gradient(50% 40% at 20% 60%,#8b5cf60d,#0000 60%),radial-gradient(50% 40% at 80% 60%,#00e5ff0a,#0000 60%);position:absolute;top:0;right:0;bottom:0;left:0}.hero-badge{color:var(--gold);letter-spacing:1px;text-transform:uppercase;background:#c5a05914;border:1px solid #c5a05933;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-title{letter-spacing:-2px;max-width:900px;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(3rem,7vw,6rem);font-weight:800;line-height:1.05}.hero-title .grad{background:linear-gradient(135deg,var(--gold2),var(--gold),var(--gold3));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-sub{color:var(--muted2);max-width:620px;margin-bottom:3rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:5rem;display:flex}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#050507;cursor:pointer;border:none;border-radius:10px;padding:.9rem 2rem;font-size:1rem;font-weight:700;transition:all .25s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #c5a05966}.btn-outline{color:var(--text);border:1px solid var(--border2);cursor:pointer;background:0 0;border-radius:10px;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .25s}.btn-outline:hover{background:#ffffff0a;border-color:#fff3}.stats-bar{border:1px solid var(--border);background:#ffffff05;border-radius:16px;flex-wrap:wrap;justify-content:center;gap:0;width:100%;max-width:800px;margin:0 auto;display:flex;overflow:hidden}.stat-item{text-align:center;border-right:1px solid var(--border);flex:1;min-width:150px;padding:1.5rem 2rem}.stat-item:last-child{border-right:none}.stat-num{color:var(--gold2);letter-spacing:-1px;font-family:JetBrains Mono,monospace;font-size:1.8rem;font-weight:700}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-top:.3rem;font-size:.75rem}.section{max-width:1200px;margin:0 auto;padding:6rem 4rem}.section-eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.75rem;font-weight:700}.section-title{letter-spacing:-1px;margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.section-sub{color:var(--muted2);max-width:560px;margin-bottom:3.5rem;font-size:1.1rem;line-height:1.7}.products-section{background:linear-gradient(180deg,var(--bg),var(--bg2));padding:6rem 4rem}.products-inner{max-width:1200px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:4rem}.product-card{background:var(--bg3);border:1px solid var(--border);cursor:pointer;color:inherit;border-radius:20px;flex-direction:column;padding:2.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.product-card.transact:before{background:linear-gradient(90deg,var(--cyan),var(--purple))}.product-card.dex:before{background:linear-gradient(90deg,var(--gold),var(--gold2))}.product-card.wallet:before{background:linear-gradient(90deg,var(--green),var(--cyan))}.product-card.rescue:before{background:linear-gradient(90deg,#ff8c00,var(--gold))}.product-card.guard:before{background:linear-gradient(90deg,var(--gold),var(--gold2))}.product-card.id:before{background:linear-gradient(90deg,var(--gold),var(--purple))}.product-card.scan:before{background:linear-gradient(90deg,var(--cyan),var(--gold))}.product-card:hover{border-color:var(--border2);transform:translateY(-6px);box-shadow:0 20px 60px #0006}.product-card:hover:before{opacity:1}.product-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.8rem;font-size:1.5rem;display:flex}.product-icon.transact{background:#00e5ff14;border:1px solid #00e5ff26}.product-icon.dex{background:#c5a05914;border:1px solid #c5a05926}.product-icon.wallet{background:#10b98114;border:1px solid #10b98126}.product-icon.rescue{background:#ff8c0014;border:1px solid rgba(255,140,0,.2)}.product-icon.guard,.product-icon.id{background:#c5a05914;border:1px solid rgba(197,160,89,.2)}.product-icon.integrity{background:#8b5cf614;border:1px solid rgba(139,92,246,.2)}.product-tag{letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.6rem;font-size:.68rem;font-weight:700}.product-tag.transact{color:var(--cyan)}.product-tag.dex{color:var(--gold)}.product-tag.wallet{color:var(--green)}.product-tag.rescue{color:#ff8c00}.product-tag.guard,.product-tag.id{color:var(--gold)}.product-tag.integrity{color:var(--purple)}.product-name{letter-spacing:-.5px;margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:700}.product-desc{color:var(--muted2);flex:1;margin-bottom:2rem;font-size:.93rem;line-height:1.7}.product-features{margin-bottom:2rem;list-style:none}.product-features li{color:var(--muted2);border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.35rem 0;font-size:.83rem;display:flex}.product-features li:last-child{border-bottom:none}.product-features li:before{content:"✓";flex-shrink:0;font-size:.75rem;font-weight:700}.product-card.transact .product-features li:before{color:var(--cyan)}.product-card.dex .product-features li:before{color:var(--gold)}.product-card.wallet .product-features li:before{color:var(--green)}.product-card.rescue .product-features li:before{color:#ff8c00}.product-card.guard .product-features li:before{color:var(--gold)}.product-card.id .product-features li:before{color:var(--gold)}.product-card.integrity .product-features li:before{color:var(--purple)}.product-link{align-items:center;gap:.5rem;margin-top:auto;font-size:.875rem;font-weight:600;transition:gap .2s;display:flex}.product-card.transact .product-link{color:var(--cyan)}.product-card.dex .product-link{color:var(--gold)}.product-card.wallet .product-link{color:var(--green)}.product-card.rescue .product-link{color:#ff8c00}.product-card.guard .product-link,.product-card.id .product-link{color:var(--gold)}.product-card.integrity .product-link{color:var(--purple)}.product-card:hover .product-link{gap:.8rem}.why-section{background:var(--bg);padding:6rem 4rem}.why-inner{max-width:1200px;margin:0 auto}.why-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.why-card{border:1px solid var(--border);background:#ffffff05;border-radius:16px;padding:2rem;transition:border-color .3s}.why-card:hover{border-color:#c5a05933}.why-icon{margin-bottom:1.2rem;font-size:2rem}.why-title{margin-bottom:.6rem;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700}.why-text{color:var(--muted2);font-size:.9rem;line-height:1.6}.compare-section{background:var(--bg2);padding:6rem 4rem}.compare-inner{max-width:900px;margin:0 auto}.compare-table{border-collapse:collapse;width:100%;margin-top:3rem}.compare-table th{border-bottom:1px solid var(--border2);text-transform:uppercase;letter-spacing:1px;color:var(--muted);text-align:left;background:#ffffff08;padding:1rem 1.5rem;font-size:.8rem}.compare-table th:last-child{color:var(--gold)}.compare-table td{border-bottom:1px solid var(--border);color:var(--muted2);padding:1rem 1.5rem;font-size:.92rem}.compare-table td:first-child{color:var(--text);font-weight:600}.compare-table td:last-child{color:var(--gold2);font-weight:600}.compare-table tr:hover td{background:#ffffff03}.cta-section{background:linear-gradient(180deg,var(--bg2),var(--bg));padding:6rem 4rem}.cta-inner{text-align:center;max-width:700px;margin:0 auto}.cta-card{background:linear-gradient(135deg,#c5a05912,#8b5cf60a);border:1px solid #c5a05933;border-radius:24px;padding:4rem 3rem;position:relative;overflow:hidden}.cta-card:before{content:"";background:linear-gradient(90deg,transparent,var(--gold),transparent);height:1px;position:absolute;top:0;left:0;right:0}.cta-title{letter-spacing:-1px;margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:800}.cta-sub{color:var(--muted2);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-gold-outline{color:var(--gold);cursor:pointer;background:0 0;border:1px solid #c5a05966;border-radius:10px;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .25s}.btn-gold-outline:hover{border-color:var(--gold);background:#c5a05914}.footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:3rem 4rem;display:flex}.footer-logo{color:var(--gold2);font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700}.footer-copy{color:var(--muted);font-size:.82rem}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--muted);font-size:.82rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text)}@media (max-width: 900px){.nav{padding:1rem 1.5rem}.section,.products-section,.why-section,.compare-section,.cta-section,.footer{padding:4rem 1.5rem}.products-grid,.why-grid{grid-template-columns:1fr}.hero{padding:8rem 1.5rem 4rem}}.grid-overlay{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff04 1px,transparent 1px),linear-gradient(90deg,#ffffff04 1px,transparent 1px);background-size:60px 60px;position:fixed;top:0;right:0;bottom:0;left:0}
