*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#05030a;--bg2:#0b0914;--panel:#ffffff0d;--border:#ffffff1a;--white:#fff;--text:#fff;--muted:#b8c0d4;--muted2:#94a3b8;--gold:#fbbf24;--blue:#3b82f6;--violet:#8b5cf6;--green:#10b981;--radius:20px;--radius-sm:14px;--glass:blur(12px);--nav-bg:#05030ad9;--card-shadow:0 20px 60px #0000004d}[data-theme=light]{--bg:#f8fafc;--bg2:#fff;--panel:#fffc;--border:#00000014;--white:#fff;--text:#0f172a;--muted:#475569;--muted2:#64748b;--glass:blur(20px);--nav-bg:#f8fafce6;--card-shadow:0 10px 40px #0000000f}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.5px;font-family:Poppins,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.gradient-text{background:linear-gradient(135deg, var(--gold), #f59e0b, var(--violet));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section{padding:120px 0;position:relative}.section-header{text-align:center;margin-bottom:64px}.section-eyebrow{letter-spacing:3px;color:var(--gold);margin-bottom:16px;font-size:13px;font-weight:700;display:inline-block}.section-header h2{margin-bottom:18px;font-size:clamp(32px,5vw,52px);line-height:1.15}.section-sub{color:var(--muted);max-width:560px;margin:0 auto;font-size:18px;line-height:1.6}.glass-card{background:var(--panel);border:1px solid var(--border);-webkit-backdrop-filter:var(--glass);border-radius:var(--radius);box-shadow:var(--card-shadow);transition:transform .35s,border-color .35s,box-shadow .35s}.glass-card:hover{border-color:#fbbf2433;transform:translateY(-4px);box-shadow:0 20px 60px #0000001a}.glass-pill{background:var(--panel);border:1px solid var(--border);-webkit-backdrop-filter:var(--glass);border-radius:999px}.btn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:10px;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--gold), #f59e0b);color:#0b0914;padding:16px 36px;box-shadow:0 8px 32px #fbbf2440}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #fbbf2466}.btn-lg{padding:18px 44px;font-size:18px}.navbar{z-index:100;padding:16px 0;transition:all .35s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:var(--nav-bg);-webkit-backdrop-filter:var(--glass);border-bottom:1px solid var(--border);padding:10px 0;box-shadow:0 4px 20px #0000000d}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.nav-brand{align-items:center;gap:12px;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;display:flex}.nav-logo{object-fit:cover;border-radius:12px;width:40px;height:40px}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:var(--muted);font-size:15px;font-weight:500;transition:color .25s}.nav-links a:hover{color:var(--gold)}.nav-controls{border-left:1px solid var(--border);align-items:center;gap:16px;padding-left:16px;display:flex}.lang-selector{background:var(--panel);border:1px solid var(--border);color:var(--text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border-radius:8px;outline:none;padding:6px 30px 6px 12px;font-size:13px;font-weight:500;transition:all .25s}[data-theme=light] .lang-selector{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(15,23,42,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.lang-selector:hover{border-color:var(--gold)}.theme-toggle{background:var(--panel);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:8px;place-items:center;width:38px;height:38px;transition:all .25s;display:grid}.theme-toggle:hover{border-color:var(--gold);color:var(--gold)}.nav-cta{background:var(--gold);border-radius:999px;padding:10px 24px;box-shadow:0 4px 15px #fbbf2440;color:#000!important;font-weight:600!important;transition:all .25s!important}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fbbf2466}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger span{background:var(--text);border-radius:2px;width:24px;height:2px;transition:all .3s}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero-bg-orbs{pointer-events:none;position:absolute;inset:0}.orb{filter:blur(120px);opacity:.5;border-radius:50%;position:absolute}.orb-1{background:#8b5cf673;width:600px;height:600px;top:-100px;right:-100px}.orb-2{background:#3b82f659;width:500px;height:500px;bottom:-50px;left:-100px}.orb-3{background:#fbbf2426;width:300px;height:300px;top:20%;left:40%}.hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid;position:relative}.hero-eyebrow{margin-bottom:24px}.eyebrow-pill{color:var(--green);background:#10b9811a;border:1px solid #10b98133;border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{margin-bottom:8px;font-size:clamp(40px,6vw,68px);font-weight:800;line-height:1.08}.hero-tagline{color:var(--gold);letter-spacing:2px;text-transform:uppercase;opacity:.9;margin-bottom:24px;font-size:20px;font-weight:600}.hero-sub{color:var(--muted);max-width:480px;margin-bottom:36px;font-size:18px;line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:48px;display:flex}.version-tag{color:var(--muted2);font-size:13px;font-weight:500}.hero-stats{align-items:center;gap:28px;display:flex}.stat{text-align:center}.stat-value{color:var(--gold);font-family:Poppins,sans-serif;font-size:22px;font-weight:800;display:block}.stat-label{color:var(--muted2);text-transform:uppercase;letter-spacing:1px;font-size:12px}.stat-divider{background:var(--border);width:1px;height:36px}.hero-phones{justify-content:center;align-items:center;min-height:520px;display:flex;position:relative}.phone-stack{width:280px;height:520px;position:relative}.phone{background:#1e1b4b;border:4px solid #231f47cc;border-radius:28px;overflow:hidden;box-shadow:0 24px 60px #00000080}.phone img{object-fit:cover;width:100%;height:100%}.phone-front{z-index:2;height:500px;position:absolute;top:10px;left:0}.phone-back{opacity:.85;z-index:1;height:440px;position:absolute;top:40px;right:-80px}.float-pill{z-index:3;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:600;display:flex;position:absolute}.pill-1{animation:3s ease-in-out infinite floatUp;top:80px;right:-20px}.pill-2{animation:3s ease-in-out .5s infinite floatUp;bottom:100px;left:-30px}.pill-dot{border-radius:50%;width:10px;height:10px}.pill-dot.green{background:var(--green);box-shadow:0 0 12px #10b98180}.pill-icon{font-size:16px}.hero-scroll-indicator{z-index:2;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(#fbbf2499,#0000);width:2px;height:40px;animation:2s ease-in-out infinite scrollPulse}@keyframes floatUp{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scrollPulse{0%,to{opacity:.3}50%{opacity:1}}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{text-align:left;padding:36px 28px}.feature-icon-wrap{border-radius:16px;place-items:center;width:56px;height:56px;margin-bottom:20px;display:grid}.gold-glow{background:#fbbf241a;border:1px solid #fbbf242e}.violet-glow{background:#8b5cf61a;border:1px solid #8b5cf62e}.blue-glow{background:#3b82f61a;border:1px solid #3b82f62e}.green-glow{background:#10b9811a;border:1px solid #10b9812e}.feature-card h3{margin-bottom:10px;font-size:20px}.feature-card p{color:var(--muted);font-size:15px;line-height:1.6}.screenshots-carousel{flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.screenshot-item{text-align:center}.phone-frame{background:#1e1b4b;border:4px solid #231f47cc;border-radius:28px;width:200px;height:420px;transition:transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 20px 50px #0006}.phone-frame img{object-fit:cover;width:100%;height:100%}.screenshot-item:hover .phone-frame{transform:translateY(-8px)scale(1.02);box-shadow:0 28px 60px #8b5cf633}.screenshot-label{color:var(--muted);margin-top:16px;font-size:14px;font-weight:600;display:block}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}.step-card{grid-template-columns:48px 1fr;align-items:start;gap:18px;padding:24px;display:grid}.step-number{width:42px;height:42px;color:var(--white);border-radius:14px;place-items:center;font-family:Poppins,sans-serif;font-size:16px;font-weight:800;display:grid}.step-number.blue{background:#3b82f633;border:1px solid #3b82f64d}.step-number.violet{background:#8b5cf633;border:1px solid #8b5cf64d}.step-number.green{background:#10b98133;border:1px solid #10b9814d}.step-number.gold{background:#fbbf2433;border:1px solid #fbbf244d}.step-body h4{margin-bottom:6px;font-size:18px}.step-body p{color:var(--muted);font-size:14px;line-height:1.55}.journey-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.journey-step{text-align:center;flex-shrink:0;width:220px;padding:28px 24px}.journey-num{color:var(--gold);margin-bottom:8px;font-family:Poppins,sans-serif;font-size:28px;font-weight:800}.journey-step h4{margin-bottom:8px;font-size:18px}.journey-step p{color:var(--muted);font-size:13px;line-height:1.5}.journey-connector{flex-shrink:0}.download-section{overflow:hidden}.download-bg-orbs{pointer-events:none;position:absolute;inset:0}.orb-4{filter:blur(120px);background:#fbbf2426;border-radius:50%;width:500px;height:500px;position:absolute;top:-60px;right:-100px}.orb-5{filter:blur(120px);background:#8b5cf633;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-40px;left:-80px}.download-card{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:60px;display:grid;position:relative}.download-logo{object-fit:cover;border-radius:20px;width:72px;height:72px;margin-bottom:24px;box-shadow:0 12px 36px #0000004d}.download-content h2{margin-bottom:18px;font-size:clamp(28px,4vw,44px);line-height:1.15}.download-content p{color:var(--muted);margin-bottom:32px;font-size:17px;line-height:1.6}.download-meta{color:var(--muted2);align-items:center;gap:12px;margin-top:20px;font-size:13px;display:flex}.meta-dot{background:var(--muted2);border-radius:50%;width:4px;height:4px}.download-phones{justify-content:center;align-items:center;gap:20px;display:flex}.phone-dl-1{width:180px;height:380px;transform:rotate(-4deg)}.phone-dl-2{width:180px;height:380px;margin-top:30px;transform:rotate(4deg)}.footer{border-top:1px solid var(--border);padding:60px 0 40px}.footer-inner{flex-direction:column;align-items:center;gap:40px;display:flex}.footer-brand-wrap{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.footer-brand{align-items:center;gap:12px;font-family:Poppins,sans-serif;font-size:22px;font-weight:700;display:flex}.footer-logo{object-fit:cover;border-radius:12px;width:44px;height:44px;box-shadow:0 8px 24px #0003}.footer-address{color:var(--muted);max-width:400px;font-size:14px;line-height:1.6}.footer-address p{margin:0}.footer-links{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.footer-links a{color:var(--muted);font-size:15px;font-weight:500;transition:color .25s}.footer-links a:hover{color:var(--gold)}.footer-copy{color:var(--muted2);text-align:center;border-top:1px solid var(--border);width:100%;padding-top:32px;font-size:13px}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.revealed{opacity:1;transform:translateY(0)}.features-grid .reveal:nth-child(2){transition-delay:.1s}.features-grid .reveal:nth-child(3){transition-delay:.2s}.features-grid .reveal:nth-child(4){transition-delay:.3s}.features-grid .reveal:nth-child(5){transition-delay:.4s}.features-grid .reveal:nth-child(6){transition-delay:.5s}@media (width<=960px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-sub{margin:0 auto 36px}.hero-actions,.hero-stats{justify-content:center}.hero-phones{min-height:420px;margin-top:20px}.features-grid{grid-template-columns:repeat(2,1fr)}.download-card{text-align:center;grid-template-columns:1fr}.download-phones{margin-top:20px}.journey-connector{display:none}.journey-flow{justify-content:center;gap:20px}}@media (width<=640px){.nav-links{background:var(--bg);width:75%;height:100vh;-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);z-index:100;flex-direction:column;gap:28px;padding:100px 40px;transition:right .35s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0003}.nav-controls{border:none;flex-direction:column;gap:20px;width:100%;padding:0}.lang-selector-wrap,.lang-selector{width:100%}.nav-links.open{right:0}.hamburger{display:flex}.features-grid{grid-template-columns:1fr}.screenshots-carousel{gap:16px}.phone-frame{width:150px;height:320px}.steps-grid{grid-template-columns:1fr}.journey-step{width:100%}.download-card{padding:32px 24px}.download-phones{flex-direction:column;gap:16px}.phone-dl-1,.phone-dl-2{width:160px;height:340px;margin-top:0;transform:none}.footer-inner{text-align:center;flex-direction:column}.footer-links{justify-content:center}}.maintenance-overlay{z-index:9999;background:var(--bg);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.maintenance-overlay:before{content:"";pointer-events:none;background:radial-gradient(circle,#fbbf2426 0%,#0000 70%);position:absolute;inset:0}.maintenance-card{text-align:center;width:100%;max-width:500px;padding:60px 40px;animation:.5s cubic-bezier(.16,1,.3,1) modalIn}@keyframes modalIn{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.maintenance-icon{background:#fbbf241a;border:1px solid #fbbf2433;border-radius:24px;margin-bottom:32px;padding:20px;display:inline-flex}.maintenance-card h1{color:var(--text);margin-bottom:16px;font-size:32px}.maintenance-card p{color:var(--muted);margin-bottom:40px;font-size:16px;line-height:1.6}.maintenance-footer{border-top:1px solid var(--border);padding-top:32px}.maintenance-logo{color:var(--text);justify-content:center;align-items:center;gap:12px;font-family:Poppins,sans-serif;font-size:18px;font-weight:700;display:flex}.maintenance-logo img{object-fit:cover;border-radius:8px;width:32px;height:32px}
