@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8faff;color:#1a1a2e;font-family:Poppins,sans-serif}a{text-decoration:none}ul{list-style:none}img{display:block;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}header{background:#fff;box-shadow:0 2px 20px #0000000a;padding:18px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}header .container{align-items:center;display:flex;justify-content:space-between}.logo img{height:42px;width:auto}.navbar ul{align-items:center;display:flex;gap:32px}.navbar ul li a{color:#1a1a2e;font-size:16px;font-weight:500;position:relative;transition:color .3s}.navbar ul li a:after{background:#6c5ce7;border-radius:4px;bottom:-4px;content:"";height:2.5px;left:0;position:absolute;transition:width .3s;width:0}.navbar ul li a.active:after,.navbar ul li a:hover:after{width:100%}.navbar ul li a.active,.navbar ul li a:hover{color:#6c5ce7}.download-btn{align-items:center;background:#6c5ce7;border-radius:50px;color:#fff;display:flex;font-size:15px;font-weight:500;gap:8px;padding:10px 24px;transition:background .3s,transform .2s}.download-btn:hover{background:#5a4bd1;transform:translateY(-2px)}.download-btn i{font-size:14px}.hero{background:linear-gradient(135deg,#f8faff,#f0edff);overflow:hidden;padding:60px 0 80px}.hero-container{display:flex;gap:50px;justify-content:space-between}.hero-content{flex:1 1;max-width:580px}.hero-badge{align-items:center;background:#6c5ce71a;border-radius:50px;color:#6c5ce7;display:inline-flex;font-size:14px;font-weight:600;gap:8px;letter-spacing:.3px;margin-bottom:20px;padding:6px 18px}.hero-badge i{font-size:16px}.hero-content h1{color:#1a1a2e;font-size:52px;font-weight:700;line-height:1.15;margin-bottom:18px}.hero-content h1 span{color:#6c5ce7}.hero-content p{color:#555;font-size:17px;line-height:1.7;margin-bottom:30px;max-width:480px}.hero-buttons{flex-wrap:wrap;gap:20px;margin-bottom:36px}.btn-primary{align-items:center;background:#6c5ce7;border-radius:50px;color:#fff;display:inline-flex;font-size:16px;font-weight:600;gap:10px;padding:14px 34px;transition:background .3s,transform .2s}.btn-primary:hover{background:#5a4bd1;transform:translateY(-2px)}.btn-primary i{font-size:14px}.btn-video{color:#1a1a2e;font-size:16px;font-weight:600;gap:10px;transition:color .3s}.btn-video,.btn-video span{align-items:center;display:inline-flex}.btn-video span{background:#fff;border-radius:50%;box-shadow:0 4px 20px #6c5ce733;color:#6c5ce7;height:44px;justify-content:center;transition:box-shadow .3s,transform .2s;width:44px}.btn-video:hover span{box-shadow:0 6px 28px #6c5ce759;transform:scale(1.05)}.btn-video:hover{color:#6c5ce7}.users{align-items:center;flex-wrap:wrap;gap:20px}.avatars,.users{display:flex}.avatars img{border:2.5px solid #fff;border-radius:50%;height:44px;margin-right:-10px;object-fit:cover;width:44px}.avatars img:last-child{margin-right:0}.rating p{color:#555;font-size:14px;font-weight:500;margin-bottom:2px}.stars{color:#f9b93b;font-size:16px}.stars span{color:#1a1a2e;font-size:14px;font-weight:600;margin-left:6px}.hero-image{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:500px;position:relative}.circle{background:linear-gradient(135deg,#6c5ce714,#6c5ce705);border-radius:50%;height:400px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:400px;z-index:0}.mobile-sec{position:relative;z-index:1}.phone{background:#1a1a2e;border-radius:38px;box-shadow:0 30px 80px #0000002e;height:530px;padding:12px;position:relative;width:260px}.phone:after{background:linear-gradient(180deg,#ffffff05,#0000);border-radius:38px;content:"";height:100%;left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:120px}.dynamic-island{background:#0a0a0f;height:28px;margin:0 auto 10px;position:relative;width:110px}.dynamic-island:after{background:radial-gradient(circle at 30% 30%,#1a1a2e,#0a0a0f);border:1px solid #ffffff0a;border-radius:50%;content:"";height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.status-bar{align-items:center;color:#fff;display:flex;font-size:12px;font-weight:600;justify-content:space-between;padding:4px 8px 10px}.status-icons{color:#ccc;display:flex;font-size:11px;gap:6px}.features{background:#fff;padding:80px 0 70px}.section-title{margin-bottom:50px}.section-title h2{color:#1a1a2e;font-size:36px;font-weight:700}.section-title h2 span{color:#6c5ce7}.line{background:#6c5ce7;border-radius:4px;height:4px;margin:12px auto 0;width:60px}.feature-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.feature-card{background:#f8faff;border:1px solid #6c5ce70a;border-radius:20px;padding:32px 22px 28px;text-align:center;transition:box-shadow .3s,transform .3s}.feature-card:hover{box-shadow:0 12px 40px #6c5ce714;transform:translateY(-6px)}.feature-card .icon{align-items:center;border-radius:16px;color:#fff;display:inline-flex;font-size:26px;height:60px;justify-content:center;margin-bottom:16px;width:60px}.feature-card .icon.blue{background:#4a8af4}.feature-card .icon.green{background:#2ecc71}.feature-card .icon.purple{background:#9b59b6}.feature-card .icon.orange{background:#f39c12}.feature-card .icon.pink{background:#e84393}.feature-card h3{color:#1a1a2e;font-size:18px;font-weight:600;margin-bottom:8px}.feature-card p{color:#666;font-size:14px;line-height:1.6}.stats-box{align-items:center;background:#fff;border:1px solid #6c5ce70f;border-radius:24px;box-shadow:0 8px 40px #0000000a;display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto 50px;max-width:1000px;padding:40px 30px}.stat{padding:10px 20px;text-align:center}.stat .icon{align-items:center;background:#6c5ce714;border-radius:14px;color:#6c5ce7;display:inline-flex;font-size:22px;height:50px;justify-content:center;margin-bottom:10px;width:50px}.stat h2{color:#1a1a2e;font-size:30px;font-weight:700}.stat p{color:#777;font-size:14px;font-weight:500}.divider{background:#e8e8f0;height:50px;width:1px}.download-section{align-items:center;background:linear-gradient(135deg,#f8faff,#f0edff);border:1px solid #6c5ce70f;border-radius:30px;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin:0 auto 70px;max-width:1100px;padding:50px}.download-text h2{color:#1a1a2e;font-size:34px;font-weight:700}.download-text h2 span{color:#6c5ce7}.download-text p{color:#666;font-size:16px;margin-top:4px}.right-sec{flex-wrap:wrap;gap:20px}.right-sec,.store-btn{align-items:center;display:flex}.store-btn{background:#1a1a2e;border-radius:14px;color:#fff;gap:10px;padding:10px 22px 10px 18px;transition:background .3s,transform .2s}.store-btn:hover{transform:translateY(-3px)}.store-btn.google-play{background:#1a1a2e}.store-btn.google-play:hover{background:#2d2d4a}.store-btn.app-store{background:#1a1a2e}.store-btn.app-store:hover{background:#2d2d4a}.store-btn .icon{flex-shrink:0;height:28px;width:28px}.store-btn .btn-text{display:flex;flex-direction:column}.store-btn .small{font-size:9px;font-weight:400;letter-spacing:.6px;opacity:.7}.store-btn .large{font-size:16px;font-weight:600;line-height:1.2}.qr-code{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000f;padding:6px}.qr-code img{display:block;height:70px;width:70px}.footer{background:#fff;border-top:1px solid #eeeef5;padding:30px 0 24px}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.footer-bottom .logo img{height:36px;width:auto}.footer-bottom p{color:#888;font-size:14px}@media (max-width:1024px){.hero-content h1{font-size:42px}.hero-container{gap:30px}.phone{height:460px;width:220px}.circle{height:320px;width:320px}}@media (max-width:850px){.hero-container{flex-direction:column;text-align:center}.hero-content{max-width:100%}.hero-content p{margin-left:auto;margin-right:auto}.hero-buttons,.users{justify-content:center}.hero-image{min-height:380px}.phone{height:420px;width:200px}.circle{height:280px;width:280px}.download-section{flex-direction:column;padding:40px 30px;text-align:center}.right-sec{justify-content:center}.stats-box{gap:20px;padding:30px 20px}.divider{display:none}.stat{flex:1 1 40%}.footer-bottom{justify-content:center;text-align:center}}@media (max-width:550px){header .container{flex-wrap:wrap;gap:12px;justify-content:center}.navbar ul{gap:18px}.navbar ul li a{font-size:14px}.download-btn{font-size:13px;padding:8px 18px}.hero-content h1{font-size:30px}.hero{padding:40px 0 50px}.feature-grid{grid-template-columns:1fr 1fr}.section-title h2{font-size:28px}.download-text h2{font-size:26px}.right-sec{align-items:center;flex-direction:column}.store-btn{justify-content:center;width:100%}.stats-box{align-items:center;flex-direction:column}.stat{flex:1 1 100%}}:root{--primary-purple:#c8f169;--text-dark:#fff;--neon-cyan:#38bdf8;--neon-pink:#ec4899}.glass-navbar-container{backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);background:#090b0fb8;border-bottom:1px solid #ffffff1f;box-shadow:0 10px 35px #0000003d;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.navbar{justify-content:space-between;margin:0 auto;max-width:1280px;padding:16px 32px;position:relative}.brand-logo,.navbar{align-items:center;display:flex}.logo-img{height:42px;object-fit:contain;transition:transform .3s ease;width:auto}.logo-img:hover{transform:scale(1.02)}.nav-links{align-items:center;display:flex;gap:36px}.nav-item{color:#fff;color:var(--text-dark);font-size:16px;font-weight:500;letter-spacing:-.2px;position:relative;text-decoration:none;transition:color .3s ease}.nav-item.active{color:#c8f169;color:var(--primary-purple);font-weight:600}.active-indicator{background-color:#c8f169;background-color:var(--primary-purple);border-radius:4px;bottom:-6px;height:3.5px;left:0;position:absolute;width:100%}.nav-actions{gap:28px}.btn-help,.nav-actions{align-items:center;display:flex}.btn-help{background:#0000;border:none;color:#fff;cursor:pointer;font-size:15px;font-weight:600;gap:10px;transition:opacity .2s ease,transform .2s ease}.btn-help:hover{opacity:.8;transform:translateY(-1px)}.headset-svg{stroke:#fff;height:20px;width:20px}.glow-button-wrapper{border-radius:40px;box-shadow:0 0 22px #c8f1693d;padding:3px;position:relative;transition:box-shadow .3s ease,transform .3s ease}.glow-button-wrapper:hover{box-shadow:0 0 30px #c8f16966;transform:translateY(-2px) scale(1.01)}.btn-download{background:#c8f169;border:none;border-radius:36px;color:#10140b;cursor:pointer;font-size:15px;font-weight:600;letter-spacing:.2px;padding:12px 28px}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;width:24px;z-index:1100}.hamburger-menu span{background-color:#fff;border-radius:2px;height:2.5px;transition:all .3s ease;width:100%}@media (max-width:768px){.hamburger-menu{display:flex}.hamburger-menu.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger-menu.open span:nth-child(2){opacity:0}.hamburger-menu.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-links{backdrop-filter:blur(22px) saturate(140%);-webkit-backdrop-filter:blur(22px) saturate(140%);background:#090b0ff0;border-bottom:1px solid #ffffff1f;box-shadow:0 16px 30px #0000004d;flex-direction:column;gap:20px;left:0;opacity:0;padding:24px 0;pointer-events:none;position:absolute;top:100%;transform:translateY(-20px);transition:all .3s ease;width:100%}.nav-links.mobile-active{opacity:1;pointer-events:auto;transform:translateY(0)}.btn-help span{display:none}}.sp-ft-section{--ft-dark-title:#0f172a;--ft-text-muted:#64748b;--ft-accent-purple:#6366f1;--ft-accent-cyan:#06b6d4;--ft-border-light:#e2e8f0cc;--ft-hover-glow:#6366f11f;background:linear-gradient(180deg,#fff,#f8fafc);border-top:1px solid var(--ft-border-light);overflow:hidden;padding:80px 24px 36px;position:relative;width:100%}.sp-ft-container{margin:0 auto;max-width:1280px;position:relative;z-index:2}.sp-ft-glow{border-radius:50%;filter:blur(100px);opacity:.35;pointer-events:none;position:absolute;z-index:1}.sp-ft-glow-left{background:#c084fc;bottom:-50px;height:320px;left:-50px;width:320px}.sp-ft-glow-right{background:#38bdf8;height:280px;right:-50px;top:20%;width:280px}.sp-ft-top-grid{grid-gap:64px;display:grid;gap:64px;grid-template-columns:1.2fr 2fr;margin-bottom:56px}.sp-ft-brand-col{align-items:flex-start;display:flex;flex-direction:column}.sp-ft-logo-link{display:inline-block;margin-bottom:18px;transition:transform .3s ease}.sp-ft-logo-link:hover{transform:translateY(-2px)}.sp-ft-logo-img{height:38px;object-fit:contain;width:auto}.sp-ft-brand-desc{color:var(--ft-text-muted);font-size:14px;font-weight:450;line-height:1.6;margin-bottom:24px;max-width:380px}.sp-ft-status-pill{align-items:center;background:#10b98114;border:1px solid #10b98133;border-radius:20px;color:#047857;display:inline-flex;font-size:12px;font-weight:700;gap:8px;padding:6px 14px}.sp-ft-status-dot{animation:spPulse 2s ease-in-out infinite;background:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981;height:8px;width:8px}@keyframes spPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.sp-ft-links-group{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.sp-ft-col-title{color:var(--ft-dark-title);font-size:15px;font-weight:800;letter-spacing:-.2px;margin-bottom:20px}.sp-ft-link-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.sp-ft-link{align-items:center;color:var(--ft-text-muted);display:inline-flex;font-size:14px;font-weight:500;gap:6px;text-decoration:none;transition:all .25s ease}.sp-ft-link:hover{color:var(--ft-accent-purple);transform:translateX(4px)}.sp-ft-hiring-badge{background:linear-gradient(135deg,#a855f7,#6366f1);border-radius:10px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.3px;padding:2px 8px}.sp-ft-divider{background:linear-gradient(90deg,#0000 0,var(--ft-border-light) 15%,var(--ft-border-light) 85%,#0000 100%);height:1px;margin-bottom:32px;width:100%}.sp-ft-bottom-row{align-items:center;display:flex;justify-content:space-between}.sp-ft-copyright{color:var(--ft-text-muted);font-size:13px;font-weight:500}.sp-ft-brand-highlight{color:var(--ft-dark-title);font-weight:800}.sp-ft-social-group{align-items:center;display:flex;gap:12px}.sp-ft-social-btn{align-items:center;background:#fff;border:1px solid var(--ft-border-light);border-radius:12px;box-shadow:0 4px 10px #00000008;display:flex;font-size:18px;height:40px;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);width:40px}.sp-ft-social-btn:hover{background:#fff;border-color:var(--ft-accent-purple);box-shadow:0 10px 20px -5px #6366f133;transform:translateY(-3px) scale(1.05)}@media (max-width:992px){.sp-ft-top-grid{gap:48px;grid-template-columns:1fr}.sp-ft-brand-col{align-items:center;text-align:center}.sp-ft-brand-desc{max-width:500px}}@media (max-width:640px){.sp-ft-links-group{gap:28px;grid-template-columns:1fr;text-align:center}.sp-ft-bottom-row{flex-direction:column-reverse;gap:20px;text-align:center}.sp-ft-link:hover{transform:none}}:root{--primary-dark:#0f172a;--brand-purple:#312e81;--text-headline:#1e293b;--glass-bg:#ffffffa6;--glass-border:#ffffffd9;--glass-shadow:0 20px 40px -15px #0000000d}.hero-section{background:linear-gradient(135deg,#f0f4fd,#e8eefa 40%,#f6f0fb);overflow:hidden;padding:40px 24px 60px;position:relative;width:100%}.mesh-gradient{border-radius:50%;filter:blur(120px);opacity:.6;pointer-events:none;position:absolute;z-index:0}.mesh-top-left{background:#38bdf8;height:500px;left:-100px;top:-100px;width:500px}.mesh-center-right{background:#c084fc;height:600px;right:-150px;top:10%;width:600px}.hero-container{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1280px;position:relative;z-index:1}.hero-left{align-items:flex-start;display:flex;flex-direction:column}.tag-badge{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #ffffffd9;border:1px solid var(--glass-border);border-radius:30px;box-shadow:0 4px 15px #00000008;margin-bottom:24px;padding:8px 20px}.tag-badge span{color:#3b82f6;font-size:14px;font-weight:700;letter-spacing:-.1px}.hero-headline{color:#1e293b;color:var(--text-headline);font-size:64px;font-weight:900;letter-spacing:-1.5px;line-height:1.08;margin-bottom:20px}.brand-text{color:#1e1b4b}.hero-subtext{color:#64748b;color:var(--text-muted);font-size:16px;font-weight:450;line-height:1.6;margin-bottom:32px;max-width:480px}.hero-buttons{align-items:center;display:flex;gap:16px;margin-bottom:40px}.btn-get-started{background:#0f172a;border:none;border-radius:40px;box-shadow:0 12px 24px -6px #0f172a4d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:16px 36px;transition:all .3s cubic-bezier(.16,1,.3,1)}.btn-get-started:hover{background:#1e293b;box-shadow:0 18px 30px -6px #0f172a66;transform:translateY(-3px)}.btn-watch-video{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #ffffffd9;border:1px solid var(--glass-border);border-radius:40px;box-shadow:0 8px 20px #0000000a;color:#0f172a;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:12px;padding:12px 28px 12px 14px;transition:all .3s ease}.btn-watch-video:hover{background:#fff;box-shadow:0 12px 25px #00000014;transform:translateY(-2px)}.play-circle{align-items:center;background:#312e81;border-radius:50%;color:#fff;display:flex;height:38px;justify-content:center;width:38px}.play-circle svg{height:18px;margin-left:2px;width:18px}.trust-row{gap:16px}.avatar-group,.trust-row{align-items:center;display:flex}.avatar-group img{border:2px solid #fff;border-radius:50%;box-shadow:0 4px 10px #00000014;height:38px;margin-left:-12px;object-fit:cover;width:38px}.avatar-group img:first-child{margin-left:0}.rating-content{display:flex;flex-direction:column;gap:2px}.trust-title{color:#1e293b;color:var(--text-headline);font-size:13px;font-weight:600}.stars-row{align-items:center;display:flex;gap:6px}.stars{color:#f59e0b;font-size:14px;letter-spacing:1px}.score{color:#1e293b;color:var(--text-headline);font-size:13px;font-weight:800}.hero-right{align-items:center;display:flex;justify-content:center;padding:20px 0;position:relative}.phone-wrapper{height:560px;position:relative;width:300px}.phone-frame{background:linear-gradient(180deg,#090d16,#17103a);border:7px solid #1e293b;border-radius:46px;box-shadow:0 30px 70px -15px #0f172a59;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;padding:12px;position:relative;width:100%}.dynamic-island{background:#000;border-radius:20px;height:22px;left:50%;position:absolute;top:12px;transform:translateX(-50%);width:90px;z-index:10}.phone-topbar{color:#fff;font-size:12px;font-weight:600;padding:8px 16px 0}.app-screen-header,.phone-topbar{align-items:center;display:flex;justify-content:space-between}.app-screen-header{padding:16px}.app-user-avatar{border-radius:50%;height:32px;width:32px}.app-top-actions{color:#fff;display:flex;font-size:14px;gap:10px}.phone-bottom-nav{background:#fffffff2;border-radius:24px;box-shadow:0 -4px 20px #0000001a;justify-content:space-around;padding:10px 12px}.nav-tab,.phone-bottom-nav{align-items:center;display:flex}.nav-tab{color:#94a3b8;cursor:pointer;flex-direction:column;gap:2px}.nav-tab.active{color:#4f46e5}.tab-icon{font-size:16px}.tab-label{font-size:9px;font-weight:700}.overlapping-cards-row{display:flex;gap:14px;left:30px;pointer-events:auto;position:absolute;top:22%;z-index:5}.glass-feature-card{align-items:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffffeb;border:1px solid #ffffffd9;border:1px solid var(--glass-border);border-radius:22px;box-shadow:0 20px 40px #00000014;display:flex;flex-direction:column;height:180px;justify-content:space-between;padding:16px;transition:transform .3s ease,box-shadow .3s ease;width:145px}.glass-feature-card.focus-card{box-shadow:0 25px 50px #0000001f;transform:translateY(-8px) scale(1.02)}.glass-feature-card h4{color:#1e293b;color:var(--text-headline);font-size:13px;font-weight:800;text-align:center}.card-qr-graphic{align-items:center;display:flex;height:100px;justify-content:center;width:100%}.qr-box-outline{border-radius:12px;height:80px;padding:8px;position:relative;width:80px}.qr-corner{border-color:#06b6d4;border-style:solid;height:14px;position:absolute;width:14px}.top-l{border-top-left-radius:6px;border-width:3px 0 0 3px;left:0;top:0}.top-r{border-top-right-radius:6px;border-width:3px 3px 0 0;right:0;top:0}.bottom-l{border-bottom-left-radius:6px;border-width:0 0 3px 3px;bottom:0;left:0}.bottom-r{border-bottom-right-radius:6px;border-width:0 3px 3px 0;bottom:0;right:0}.qr-svg-matrix{color:#1e293b;height:100%;width:100%}.card-illustration{align-items:center;border-radius:50%;display:flex;height:70px;justify-content:center;margin-top:10px;width:70px}.card-svg{height:100%;width:100%}.floating-coin{animation:floatAnim 4s ease-in-out infinite;font-size:28px;position:absolute;z-index:2}.coin-1{animation-delay:0s;left:8%;top:8%}.coin-2{animation-delay:2s;left:2%;top:22%}@keyframes floatAnim{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(10deg)}}.hero-bottom-pills-container{margin:50px auto 0;max-width:1280px;position:relative;z-index:2}.bottom-pills-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.bottom-glass-pill{align-items:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffffa6;background:var(--glass-bg);border:1px solid #ffffffd9;border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 20px 40px -15px #0000000d;box-shadow:var(--glass-shadow);display:flex;gap:18px;padding:20px 24px;transition:transform .3s ease,box-shadow .3s ease}.bottom-glass-pill:hover{box-shadow:0 25px 45px -10px #00000014;transform:translateY(-4px)}.pill-media{align-items:center;border-radius:18px;display:flex;flex-shrink:0;height:58px;justify-content:center;width:58px}.yellow-bg{background:#fef3c7}.green-bg{background:#dcfce7}.cyan-bg{background:#e0f2fe}.pill-emoji{font-size:28px}.pill-text-content h3{color:#1e293b;color:var(--text-headline);font-size:16px;font-weight:800;margin-bottom:4px}.pill-text-content p{color:#64748b;color:var(--text-muted);font-size:13px;line-height:1.4}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-left{align-items:center}.hero-headline{font-size:48px}.bottom-pills-grid{grid-template-columns:1fr}.overlapping-cards-row{justify-content:center;left:0;margin-top:20px;position:relative;top:0}.phone-wrapper{margin:0 auto}}@media (max-width:640px){.hero-headline{font-size:36px}.hero-buttons{flex-direction:column;width:100%}.btn-get-started,.btn-watch-video{justify-content:center;width:100%}}.sp-dl-wrapper{--sp-dark:#0f172a;--sp-text-muted:#64748b;--sp-primary-purple:#6366f1;--sp-primary-cyan:#06b6d4;--sp-gradient-text:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899);--sp-card-radius:28px;margin:60px auto 100px;max-width:1280px;padding:0 24px;position:relative;width:100%}.sp-dl-container{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #ffffffe6;border-radius:var(--sp-card-radius);box-shadow:0 25px 50px -12px #0f172a14;display:flex;gap:40px;justify-content:space-between;padding:56px 48px;position:relative;z-index:2}.sp-dl-glow{border-radius:50%;filter:blur(80px);opacity:.45;pointer-events:none;position:absolute;z-index:1}.sp-dl-glow-purple{animation:spGlowPulse 8s ease-in-out infinite alternate;background:#a855f7;height:300px;left:10%;top:-40px;width:300px}.sp-dl-glow-cyan{animation:spGlowPulse 6s ease-in-out infinite alternate-reverse;background:#38bdf8;bottom:-40px;height:250px;right:15%;width:250px}@keyframes spGlowPulse{0%{transform:scale(1) translateY(0)}to{transform:scale(1.15) translateY(-15px)}}.sp-dl-content{max-width:540px}.sp-dl-pill{align-items:center;background:#6366f114;border:1px solid #6366f126;border-radius:30px;color:var(--sp-primary-purple);display:inline-flex;font-size:13px;font-weight:700;gap:6px;margin-bottom:16px;padding:6px 14px}.sp-dl-title{color:var(--sp-dark);font-size:46px;font-weight:900;letter-spacing:-1.2px;line-height:1.15;margin-bottom:16px}.sp-dl-brand-gradient{-webkit-text-fill-color:#0000;background:var(--sp-gradient-text);-webkit-background-clip:text;display:inline-block}.sp-dl-description{color:var(--sp-text-muted);font-size:16px;font-weight:450;line-height:1.6}.sp-dl-actions-group{align-items:center;display:flex;gap:28px}.sp-dl-buttons-col{display:flex;flex-direction:column;gap:16px}.sp-dl-store-btn{align-items:center;background:var(--sp-dark);border:1px solid #ffffff26;border-radius:16px;box-shadow:0 10px 20px -5px #0f172a33;color:#fff;display:flex;gap:14px;min-width:190px;padding:12px 24px;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1)}.sp-dl-store-btn:hover{background:#1e293b;box-shadow:0 16px 30px -5px #0f172a59;transform:translateY(-4px) scale(1.02)}.sp-dl-btn-icon{flex-shrink:0;height:28px;width:28px}.sp-dl-btn-text{align-items:flex-start;display:flex;flex-direction:column;text-align:left}.sp-dl-btn-label{font-size:10px;font-weight:600;letter-spacing:.8px;opacity:.8;text-transform:uppercase}.sp-dl-btn-store-name{font-size:16px;font-weight:800;line-height:1.2}.sp-dl-qr-card{align-items:center;background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;box-shadow:0 12px 30px -8px #0f172a14;display:flex;flex-direction:column;padding:16px 16px 12px;position:relative;transition:transform .3s ease}.sp-dl-qr-card:hover{transform:translateY(-4px)}.sp-dl-qr-inner{background:#fff;border-radius:12px;height:100px;overflow:hidden;position:relative;width:100px}.sp-dl-qr-img{height:100%;object-fit:contain;width:100%}.sp-dl-qr-scan-line{animation:spLaserScan 2.5s linear infinite;background:linear-gradient(90deg,#0000,var(--sp-primary-cyan),#0000);box-shadow:0 0 8px var(--sp-primary-cyan);height:2px;left:0;position:absolute;top:0;width:100%}@keyframes spLaserScan{0%{opacity:0;top:0}15%{opacity:1}85%{opacity:1}to{opacity:0;top:100%}}.sp-dl-qr-hint{color:var(--sp-text-muted);font-size:11px;font-weight:700;letter-spacing:-.2px;margin-top:8px}@media (max-width:992px){.sp-dl-container{flex-direction:column;padding:40px 24px;text-align:center}.sp-dl-content{max-width:100%}.sp-dl-title{font-size:36px}.sp-dl-actions-group{flex-direction:column;width:100%}.sp-dl-buttons-col{flex-direction:row;justify-content:center;width:100%}.sp-dl-store-btn{flex:1 1;justify-content:center;max-width:200px}}@media (max-width:540px){.sp-dl-buttons-col{align-items:center;flex-direction:column}.sp-dl-store-btn{max-width:260px;width:100%}.sp-dl-title{font-size:30px}}:root{--text-dark-title:#0f172a;--text-body-gray:#64748b;--card-bg-white:#fff;--card-radius:28px}.wealth-section{background:linear-gradient(180deg,#f3f6fe,#eef4fb);overflow:hidden;padding:80px 24px 100px;position:relative;width:100%}.wealth-container{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.section-title{color:var(--text-dark-title);font-size:42px;margin-bottom:56px}.wealth-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.wealth-card{align-items:center;background:#fff;background:var(--card-bg-white);border:1px solid #fffc;border-radius:28px;border-radius:var(--card-radius);box-shadow:0 16px 40px -10px #0f172a0d;display:flex;flex-direction:column;padding:44px 32px;text-align:center;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}.wealth-card:hover{box-shadow:0 24px 50px -12px #0f172a1a;transform:translateY(-8px)}.illustration-wrapper{align-items:center;display:flex;height:140px;justify-content:center;margin-bottom:24px;width:100%}.card-illustration{height:100%;max-width:180px;width:100%}.wealth-card h3{color:#0f172a;color:var(--text-dark-title);font-size:24px;font-weight:800;letter-spacing:-.3px;margin-bottom:12px}.wealth-card p{color:#64748b;color:var(--text-body-gray);font-size:15px;font-weight:450;line-height:1.5;max-width:250px}.particle{pointer-events:none;position:absolute;z-index:1}.dot-purple-1{background:#a855f7;border-radius:50%;height:16px;left:8%;opacity:.6;top:35%;width:16px}.dot-purple-2{background:#c084fc;border-radius:50%;bottom:20%;height:24px;opacity:.7;right:14%;width:24px}.dot-cyan-1{background:#38bdf8;border-radius:50%;height:12px;opacity:.6;right:18%;top:25%;width:12px}.dot-cyan-2{background:#0284c7;border-radius:50%;bottom:25%;height:10px;left:12%;opacity:.5;width:10px}.float-coin-1{font-size:22px;left:15%;opacity:.7;top:18%;transform:rotate(-15deg)}.float-coin-2{font-size:26px;opacity:.7;right:12%;top:30%;transform:rotate(20deg)}@media (max-width:1024px){.wealth-grid{grid-template-columns:1fr;margin:0 auto;max-width:480px}.section-title{font-size:32px;margin-bottom:40px}}:root{--text-primary:#0f172a;--text-muted:#64748b;--bg-section:linear-gradient(135deg,#eef5fc,#f7effb);--card-white:#fff}.rewards-section{background:linear-gradient(135deg,#eef5fc,#f7effb);background:var(--bg-section);overflow:hidden;padding:80px 24px 100px;position:relative;width:100%}.rewards-container{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1280px;position:relative;z-index:2}.rewards-title{color:#0f172a;color:var(--text-primary);font-size:52px;font-weight:900;letter-spacing:-1.5px;line-height:1.1;margin-bottom:20px}.rewards-description{color:#64748b;color:var(--text-muted);font-size:16px;font-weight:450;line-height:1.6;margin-bottom:36px;max-width:520px}.rewards-cards-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.reward-info-card{align-items:flex-start;background:#fff;background:var(--card-white);border:1px solid #ffffffe6;border-radius:24px;border-radius:var(--card-radius);box-shadow:0 12px 30px -8px #0f172a0d;display:flex;flex-direction:column;gap:20px;padding:28px 24px;transition:transform .3s ease,box-shadow .3s ease}.reward-info-card:hover{box-shadow:0 20px 40px -10px #0f172a14;transform:translateY(-4px)}.badge-ribbon-icon{height:54px;width:54px}.brand-logos-row{margin-bottom:4px}.brand-logos-row,.partner-logo{align-items:center;display:flex}.partner-logo{border:2px solid #fff;border-radius:50%;box-shadow:0 4px 10px #0000001a;color:#fff;font-size:14px;font-weight:800;height:38px;justify-content:center;margin-left:-10px;width:38px}.partner-logo:first-child{margin-left:0}.logo-blue{background:#0284c7}.logo-orange{background:#ea580c}.logo-dark{background:#0f172a}.card-text h3{color:#0f172a;color:var(--text-primary);font-size:18px;font-weight:800;letter-spacing:-.3px;margin-bottom:6px}.card-text p{color:#64748b;color:var(--text-muted);font-size:13px;line-height:1.4}.rewards-device-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.tablet-frame{background:#fff;border:10px solid #0f172a;border-radius:28px;box-shadow:0 25px 60px -15px #0f172a40;max-width:520px;padding:24px;position:relative;width:100%}.tablet-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.profile-img{border-radius:50%;height:32px;object-fit:cover;width:32px}.header-actions{display:flex;font-size:14px;gap:12px}.dash-title-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.dash-title-row h3{color:#0f172a;color:var(--text-primary);font-size:20px;font-weight:800}.tier-pill{background:#6366f1;border-radius:20px;color:#fff;font-size:11px;font-weight:700;padding:4px 12px}.dash-body-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1.2fr 1fr}.dash-section-label{color:#0f172a;color:var(--text-primary);display:block;font-size:12px;font-weight:800;margin-bottom:12px}.progress-item{margin-bottom:16px}.progress-header{color:#64748b;color:var(--text-muted);display:flex;font-size:11px;font-weight:700;justify-content:space-between;margin-bottom:6px}.val-cyan{color:#06b6d4}.val-pink{color:#ec4899}.val-green{color:#10b981}.track-bar{background:#f1f5f9;border-radius:10px;height:8px;overflow:hidden;width:100%}.fill-bar{border-radius:10px;height:100%}.bg-cyan{background:#06b6d4}.bg-pink{background:#ec4899}.bg-green{background:#10b981}.dash-cards-col{display:flex;flex-direction:column;gap:12px}.gift-card-graphic{align-items:flex-end;border-radius:14px;display:flex;height:64px;justify-content:flex-end;overflow:hidden;padding:10px;position:relative}.card-blue-gradient{background:linear-gradient(135deg,#38bdf8,#0284c7)}.card-pink-gradient{background:linear-gradient(135deg,#f43f5e,#fb7185)}.ribbon-h{height:6px;left:0;top:50%;transform:translateY(-50%);width:100%}.ribbon-h,.ribbon-v{background:#fff6;position:absolute}.ribbon-v{height:100%;left:30%;top:0;width:6px}.card-sparkles,.gift-bow{font-size:20px;position:relative;z-index:2}.coin-bg{animation:coinFloat 5s ease-in-out infinite;font-size:28px;pointer-events:none;position:absolute;z-index:1}.float-c1{animation-delay:0s;right:42%;top:12%}.float-c2{animation-delay:1.5s;font-size:36px;right:4%;top:25%}.float-c3{animation-delay:3s;right:46%;top:48%}.float-c4{animation-delay:2s;bottom:15%;right:48%}.float-c5{animation-delay:.5s;bottom:8%;font-size:32px;right:2%}@keyframes coinFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(12deg)}}.particle-dot{border-radius:50%;pointer-events:none;position:absolute}.p-dot1{background:#38bdf8;height:10px;right:22%;top:20%;width:10px}.p-dot2{background:#a855f7;bottom:30%;height:14px;right:4%;width:14px}.p-dot3{background:#f43f5e;bottom:18%;height:8px;right:44%;width:8px}@media (max-width:1024px){.rewards-container{grid-template-columns:1fr;text-align:center}.rewards-description{margin:0 auto 36px}.rewards-cards-grid{grid-template-columns:1fr;margin:0 auto;max-width:400px}.reward-info-card{align-items:center;text-align:center}.rewards-title{font-size:36px}}:root{--text-dark:#0f172a;--bg-card-white:#fff;--card-radius:24px}.community-section{margin:80px auto;max-width:1280px;padding:0 24px;position:relative;width:100%}.section-title{color:#0f172a;color:var(--text-dark);font-size:38px;font-weight:900;letter-spacing:-1px;margin-bottom:48px;text-align:center}.community-bento-grid{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:1fr 1fr 1.3fr .9fr}.bento-card{background:#fff;background:var(--bg-card-white);border:1px solid #ffffffe6;border-radius:24px;border-radius:var(--card-radius);box-shadow:0 16px 36px -10px #0f172a0f;display:flex;flex-direction:column;overflow:hidden;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}.bento-card:hover{box-shadow:0 24px 48px -12px #0f172a1f;transform:translateY(-6px)}.card-image-wrapper{background:#f1f5f9;flex:1 1;min-height:220px;overflow:hidden;position:relative;width:100%}.card-bg-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.bento-card:hover .card-bg-image{transform:scale(1.04)}.card-content{background:#fff;padding:20px;position:relative;z-index:2}.card-content h4{color:#0f172a;color:var(--text-dark);font-size:16px;font-weight:800;letter-spacing:-.2px;line-height:1.35;margin-top:10px}.corner-icon-badge{align-items:center;border:2px solid #fff;border-radius:50%;box-shadow:0 4px 12px #00000014;display:flex;font-size:18px;height:38px;justify-content:center;margin-top:-38px;position:relative;width:38px;z-index:3}.badge-yellow{background:#fef08a}.badge-blue{background:#e0f2fe}.badge-pink{background:#fce7f3}.badge-purple-soft{background:#f3e8ff;margin-top:0}.bento-col-stacked{display:flex;flex-direction:column;gap:20px}.card-landscape{height:140px}.card-landscape .card-image-wrapper{min-height:100%}.card-large-landscape{flex:1 1}.hero-floating-badge{filter:drop-shadow(0 10px 15px rgba(0,0,0,.15));height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}.badge-svg{height:100%;width:100%}.center-floating-icon{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:14px;box-shadow:0 10px 20px #0000001f;display:flex;font-size:24px;height:48px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px}.card-info-white{align-items:flex-start;background:#fff;gap:16px;justify-content:flex-start;padding:24px}.card-info-white h4{color:#0f172a;color:var(--text-dark);font-size:18px;font-weight:800;line-height:1.3}@media (max-width:1024px){.community-bento-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.community-bento-grid{grid-template-columns:1fr}.section-title{font-size:30px}}.motion-section{--motion-delay:0ms;isolation:isolate;position:relative}.motion-section.motion-ready{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.motion-section.motion-ready.is-visible{opacity:1;transform:translateY(0)}.motion-section.motion-ready:after{background:linear-gradient(90deg,#0000,#5c3cfc40,#0000);content:"";height:1px;inset:8% 0 auto;opacity:0;pointer-events:none;position:absolute;transform:scaleX(.3);transition:opacity 1s ease .3s,transform 1.2s ease .3s}.motion-section.motion-ready.is-visible:after{opacity:1;transform:scaleX(1)}.motion-section .community-section>*,.motion-section .container>*,.motion-section .hero-left>*,.motion-section .rewards-content>*,.motion-section .sp-dl-container>*,.motion-section .wealth-container>*{animation:motion-child-in .7s cubic-bezier(.22,1,.36,1) both;animation-play-state:paused}.motion-section.is-visible .community-section>*,.motion-section.is-visible .container>*,.motion-section.is-visible .hero-left>*,.motion-section.is-visible .rewards-content>*,.motion-section.is-visible .sp-dl-container>*,.motion-section.is-visible .wealth-container>*{animation-play-state:running}.motion-section .container>:nth-child(2),.motion-section .hero-left>:nth-child(2),.motion-section .rewards-content>:nth-child(2),.motion-section .sp-dl-container>:nth-child(2),.motion-section .wealth-container>:nth-child(2){animation-delay:.1s}.motion-section .container>:nth-child(3),.motion-section .hero-left>:nth-child(3),.motion-section .rewards-content>:nth-child(3),.motion-section .sp-dl-container>:nth-child(3),.motion-section .wealth-container>:nth-child(3){animation-delay:.18s}.motion-section .bento-card,.motion-section .bottom-glass-pill,.motion-section .feature-card,.motion-section .reward-info-card,.motion-section .wealth-card{transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease,border-color .45s ease}.motion-section .bento-card:hover,.motion-section .bottom-glass-pill:hover,.motion-section .feature-card:hover,.motion-section .reward-info-card:hover,.motion-section .wealth-card:hover{transform:translateY(-8px)}@keyframes motion-child-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.motion-section.motion-ready,.motion-section.motion-ready.is-visible{opacity:1;transform:none;transition:none}.motion-section.motion-ready.is-visible:after,.motion-section:after{display:none}.motion-section .community-section>*,.motion-section .container>*,.motion-section .hero-left>*,.motion-section .rewards-content>*,.motion-section .sp-dl-container>*,.motion-section .wealth-container>*{animation:none}}:root{--wallet-bg:#090b0f;--wallet-surface:#11151b;--wallet-surface-raised:#171c23;--wallet-line:#ffffff17;--wallet-text:#f4f7f8;--wallet-muted:#929ba6;--wallet-lime:#c8f169;--wallet-cyan:#55d6d2;--wallet-orange:#f4a261}body{background:#090b0f;background:var(--wallet-bg);background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,#0000 0);background-size:48px 48px;color:#f4f7f8;color:var(--wallet-text);font-family:Space Grotesk,sans-serif}.brand-logo{gap:10px}.brand-name{color:#f4f7f8;color:var(--wallet-text);font-size:18px;font-weight:700;letter-spacing:-.5px}.community-section,.features,.hero-section,.rewards-section,.sp-dl-wrapper,.wealth-section{background:#0000}.hero-section{min-height:760px;padding-top:92px}.mesh-gradient{filter:blur(140px);opacity:.16}.circuit-lines-bg{opacity:.18}.sp-dl-pill,.tag-badge{background:#c8f16914;border-color:#c8f16940;box-shadow:none}.sp-dl-pill,.tag-badge span{color:#c8f169;color:var(--wallet-lime)}.hero-headline,.rewards-title,.section-title,.sp-dl-title{color:#f4f7f8;color:var(--wallet-text);letter-spacing:-2px}.brand-text,.sp-dl-brand-gradient{-webkit-text-fill-color:initial;background:none;color:#c8f169;color:var(--wallet-lime)}.card-content h4,.card-text p,.feature-card p,.hero-subtext,.rewards-description,.sp-dl-description,.sp-ft-brand-desc,.sp-ft-copyright,.sp-ft-link,.wealth-card p{color:#929ba6;color:var(--wallet-muted)}.btn-download,.btn-get-started{background:#c8f169;background:var(--wallet-lime);box-shadow:0 12px 32px #c8f16929;color:#10140b}.btn-download:hover,.btn-get-started:hover{background:#d8f98b;color:#10140b}.btn-watch-video{background:#11151b;background:var(--wallet-surface);border-color:#ffffff17;border-color:var(--wallet-line);box-shadow:none;color:#f4f7f8;color:var(--wallet-text)}.play-circle{background:#c8f169;background:var(--wallet-lime);color:#10140b}.score,.trust-title{color:#f4f7f8;color:var(--wallet-text)}.phone-frame{border-color:#252c35;box-shadow:0 32px 80px #00000080,0 0 0 1px #c8f16914}.bento-card,.feature-card,.glass-feature-card,.reward-info-card,.sp-dl-container,.sp-dl-qr-card,.wealth-card{background:#11151b;background:var(--wallet-surface);border-color:#ffffff17;border-color:var(--wallet-line);box-shadow:0 18px 45px #00000038}.card-info-white h4,.card-text h3,.feature-card h3,.glass-feature-card h4,.wealth-card h3{color:#f4f7f8;color:var(--wallet-text)}.bottom-glass-pill{background:#11151beb;border-color:#ffffff17;border-color:var(--wallet-line)}.pill-text-content h3,.pill-text-content p,.sp-dl-qr-hint{color:#f4f7f8;color:var(--wallet-text)}.community-section,.rewards-section,.wealth-section{padding-bottom:112px;padding-top:112px}.community-section{margin-top:0}.illustration-wrapper{background:hsla(0,0%,100%,.025);border-radius:18px}.tablet-frame{background:#10151b;border-color:#252c35;box-shadow:0 30px 75px #00000073}.dash-section-label,.dash-title-row h3,.progress-header,.sp-dl-qr-hint{color:#f4f7f8;color:var(--wallet-text)}.track-bar{background:#262d35}.tier-pill{background:#c8f169;background:var(--wallet-lime);color:#10140b}.sp-dl-container{overflow:hidden}.sp-dl-store-btn{background:#090b0f;border-color:#ffffff17;border-color:var(--wallet-line)}.sp-dl-qr-card{background:#171c23;background:var(--wallet-surface-raised)}.features{padding-bottom:96px;padding-top:96px}.feature-card .icon{background:#c8f1691f;color:#c8f169;color:var(--wallet-lime)}.sp-ft-section{background:#07090c;border-top-color:#ffffff17;border-top-color:var(--wallet-line)}.sp-ft-brand-highlight,.sp-ft-col-title,.sp-ft-dark-title{color:#f4f7f8;color:var(--wallet-text)}.sp-ft-brand-desc,.sp-ft-copyright,.sp-ft-link{color:#929ba6;color:var(--wallet-muted)}.sp-ft-link:hover{color:#c8f169;color:var(--wallet-lime)}.glow-button-wrapper{background:#c8f169;background:var(--wallet-lime);box-shadow:0 0 24px #c8f16933}@media (max-width:768px){.hero-section{min-height:auto;padding-top:56px}.hero-headline,.rewards-title{letter-spacing:-1px}.nav-links{background:#11151b;border-bottom:1px solid #ffffff17;border-bottom:1px solid var(--wallet-line)}.nav-item{color:#f4f7f8;color:var(--wallet-text)}.hamburger-menu span{background-color:#f4f7f8;background-color:var(--wallet-text)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
/*# sourceMappingURL=main.20a41bef.css.map*/