*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0f;color:#fff}a{color:inherit;text-decoration:none}#root{width:100%;min-height:100vh}.app-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a0fd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);padding:0 40px;height:72px}.header-inner{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between}.brand-link{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.25rem;color:#fff;transition:opacity .25s ease}.brand-link:hover{opacity:.85}.brand-logo{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5)}.brand-logo img{width:22px;height:22px;border-radius:2px}.brand-name{font-weight:700;font-size:1.2rem;letter-spacing:-.02em}.header-nav{display:flex;align-items:center;gap:32px}.nav-link{font-size:.9rem;font-weight:500;color:#fff9;transition:color .25s ease;position:relative}.nav-link:hover,.nav-link.active{color:#fff}.btn-download-nav{padding:8px 20px;border-radius:8px;font-weight:600;font-size:.85rem;border:none;cursor:pointer;background:#6366f1;color:#fff;transition:all .25s ease;display:inline-flex;align-items:center;gap:6px}.btn-download-nav:hover{background:#818cf8;transform:translateY(-1px)}.page-shell{display:flex;flex-direction:column;min-height:100vh;background:#0a0a0f}.page-content{margin-top:72px;flex:1}.page-container{width:100%}.section{padding:120px 40px;max-width:1200px;margin:0 auto;width:100%}.section-header{text-align:center;margin-bottom:64px}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2;color:#fff;margin-bottom:20px;letter-spacing:-.02em}.section-subtitle{font-size:1.1rem;color:#ffffff80;line-height:1.7;max-width:560px;margin:0 auto}.hero-section{padding:140px 40px 100px;background:linear-gradient(180deg,#0a0a0f,#12121a,#0a0a0f);overflow:hidden;position:relative}.hero-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-content h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1;color:#fff;margin-bottom:24px;letter-spacing:-.02em}.hero-content p{font-size:1.1rem;color:#ffffff80;line-height:1.8;margin-bottom:36px;max-width:480px}.hero-cta{display:flex;gap:12px;flex-wrap:wrap}.store-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;font-weight:600;font-size:.85rem;border:none;cursor:pointer;transition:all .25s ease;background:#1c1c24;color:#fff;border:1px solid rgba(255,255,255,.1)}.store-badge:hover{background:#2a2a35;transform:translateY(-2px)}.store-badge-icon{font-size:1.4rem}.store-badge-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.store-badge-label{font-size:.65rem;color:#ffffff80;font-weight:400}.store-badge-name{font-size:.9rem;font-weight:600}.hero-phone{display:flex;justify-content:center;align-items:center}.phone-frame{position:relative;width:280px;height:570px;border-radius:36px;overflow:hidden;box-shadow:0 0 0 1px #ffffff1a,0 50px 100px #00000080;background:#000}.phone-frame img{width:100%;height:100%;object-fit:cover}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{padding:32px;border-radius:16px;background:#12121a;border:1px solid rgba(255,255,255,.06);transition:all .3s ease;text-align:left}.feature-card:hover{border-color:#6366f14d;background:#181825;transform:translateY(-2px)}.feature-icon{font-size:1.5rem;margin-bottom:16px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#6366f11a;color:#818cf8}.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:10px;color:#fff}.feature-card p{color:#ffffff80;line-height:1.7;font-size:.9rem}.stats-section{padding:80px 40px;background:#0a0a0f}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.stat-item h3{font-size:2.5rem;font-weight:900;color:#fff;letter-spacing:-.02em}.stat-item p{font-size:.9rem;color:#fff6;margin-top:4px}.stat-badge{display:inline-block;padding:4px 12px;border-radius:6px;background:#6366f11a;border:1px solid rgba(99,102,241,.2);color:#818cf8;font-size:.8rem;font-weight:600;margin-top:8px}.testimonials-section{background:#0a0a0f;padding:120px 40px}.testimonials-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:#12121a;padding:32px;border-radius:16px;border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:20px}.testimonial-quote{font-size:.95rem;line-height:1.8;color:#ffffffb3}.testimonial-author{display:flex;align-items:center;gap:12px;margin-top:auto}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#4f46e5);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;flex-shrink:0}.testimonial-name{font-weight:600;color:#fff;font-size:.9rem}.testimonial-title{color:#fff6;font-size:.8rem}.showcase-section{background:#0a0a0f;padding:120px 40px}.showcase-row{max-width:1200px;margin:0 auto;display:flex;gap:24px;justify-content:center;overflow-x:auto;padding:20px 0}.showcase-row::-webkit-scrollbar{height:4px}.showcase-row::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.showcase-row::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:10px}.showcase-mockup{flex:0 0 auto;transition:all .3s ease}.mockup-frame{position:relative;width:200px;height:410px;border-radius:28px;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 20px 60px #0006;background:#000;border:6px solid #1a1a22}.mockup-frame img{width:100%;height:100%;object-fit:cover}.cta-section{padding:120px 40px;background:linear-gradient(180deg,#0a0a0f,#12121a,#0a0a0f);text-align:center}.cta-section h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:16px;color:#fff;letter-spacing:-.02em}.cta-section p{font-size:1.1rem;color:#ffffff80;margin-bottom:36px;max-width:560px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cta-note{color:#ffffff4d;font-size:.85rem;margin-top:24px}.btn{padding:14px 32px;border-radius:10px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#818cf8;transform:translateY(-2px)}.app-footer{background:#08080c;color:#fff;padding:80px 40px 32px;margin-top:auto;border-top:1px solid rgba(255,255,255,.06)}.footer-content{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.06)}.footer-brand-section{display:flex;flex-direction:column;gap:16px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand .brand-logo{width:36px;height:36px}.footer-brand .brand-name{font-size:1.1rem;font-weight:700}.footer-copy{color:#fff6;font-size:.85rem;line-height:1.7;max-width:300px}.footer-store-badges{display:flex;gap:10px;margin-top:4px}.footer-store-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-weight:600;font-size:.75rem;cursor:pointer;transition:all .25s ease;background:#1c1c24;color:#fff;border:1px solid rgba(255,255,255,.08)}.footer-store-btn:hover{background:#2a2a35}.footer-section h4{font-weight:700;margin-bottom:20px;font-size:.85rem;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em}.footer-section a{display:block;color:#fff6;font-size:.85rem;margin-bottom:12px;transition:color .25s ease}.footer-section a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;color:#ffffff4d;font-size:.8rem;flex-wrap:wrap;gap:20px}.page-section{background:#0a0a0f!important;min-height:calc(100vh - 72px)}.page-section .section-header{margin-bottom:48px}.eyebrow{display:inline-block;padding:4px 14px;border-radius:100px;background:#6366f11a;border:1px solid rgba(99,102,241,.2);color:#818cf8;font-size:.8rem;font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.glass-card{background:#12121a!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:16px!important;color:#fff!important}.glass-card .ant-typography,.glass-card h1,.glass-card h2,.glass-card h3,.glass-card h4,.glass-card h5{color:#fff!important}.glass-card .ant-typography-secondary{color:#ffffff80!important}.contact-page .section-header h1,.contact-page .section-header h2,.contact-page .section-header .ant-typography{color:#fff!important}.contact-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:0 40px 80px}.contact-card{height:100%}.contact-card .ant-card{background:#12121a!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:16px!important;height:100%}.contact-card .ant-typography{color:#fff!important}.contact-panel{padding:40px;display:flex;flex-direction:column;gap:32px}.contact-info{display:flex;flex-direction:column;gap:20px}.contact-icon{font-size:1.5rem;color:#818cf8}.contact-card .ant-form-item-label label{color:#fffc!important}.contact-card .ant-input,.contact-card .ant-input-textarea textarea{background:#1c1c24!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important;border-radius:8px!important}.contact-card .ant-input:hover,.contact-card .ant-input-textarea textarea:hover{border-color:#6366f166!important}.contact-card .ant-input:focus,.contact-card .ant-input-textarea textarea:focus{border-color:#6366f1!important;box-shadow:0 0 0 2px #6366f11a!important}.support-panel{background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:20px 24px;margin-top:20px}.support-panel .ant-typography{color:#e0e0e0!important}.ant-alert-warning{background:#f59e0b1a!important;border:1px solid rgba(245,158,11,.2)!important;border-radius:12px!important}.ant-alert-warning .ant-alert-message{color:#fbbf24!important}.ant-alert-warning .ant-alert-description{color:#fff9!important}.ant-tag-geekblue{background:#6366f11a!important;border:1px solid rgba(99,102,241,.2)!important;color:#818cf8!important}.page-section .section-header .ant-typography{color:#fff!important}.page-section .section-subtitle{color:#ffffff80!important}.ant-layout{background:#0a0a0f!important}.ant-divider{border-block-start-color:#ffffff0f!important}.primary-button{background:#6366f1!important;border-color:#6366f1!important;color:#fff!important;border-radius:8px!important;height:48px!important;font-weight:600!important}.primary-button:hover{background:#818cf8!important;border-color:#818cf8!important}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:48px;text-align:center}.hero-content p{margin:0 auto 36px}.hero-cta{justify-content:center}.hero-phone{order:-1}.phone-frame{width:240px;height:490px}.features-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.mockup-frame{width:170px;height:350px;border-width:5px;border-radius:24px}.stats-container{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr;gap:40px}.section{padding:80px 40px}}@media(max-width:768px){.app-header{padding:0 20px;height:64px}.header-inner{height:64px}.brand-name{font-size:1rem}.page-content{margin-top:64px}.hero-section{padding:100px 20px 60px}.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1rem}.phone-frame{width:200px;height:410px;border-radius:28px}.section{padding:60px 20px}.section-title{font-size:1.8rem}.features-grid,.testimonials-grid{grid-template-columns:1fr}.mockup-frame{width:150px;height:310px;border-width:4px;border-radius:20px}.showcase-row{gap:16px}.stats-container{grid-template-columns:repeat(2,1fr);gap:24px}.stats-section{padding:60px 20px}.stat-item h3{font-size:2rem}.footer-top{grid-template-columns:1fr;gap:32px}.contact-grid{grid-template-columns:1fr;padding:0 20px 60px}}@media(max-width:640px){.app-header{padding:0 16px}.header-nav{gap:16px}.nav-link{display:none}.nav-link:first-child{display:inline}.hero-cta{flex-direction:column;align-items:center}.store-badge{width:100%;max-width:280px;justify-content:center}.hero-phone{display:none}.showcase-row{justify-content:flex-start}.mockup-frame{width:140px;height:290px;border-width:4px;border-radius:18px}.cta-buttons{flex-direction:column;align-items:center}.footer-store-badges{flex-direction:column}.footer-bottom{flex-direction:column;align-items:flex-start}.section-header{margin-bottom:40px}.page-content{padding-bottom:calc(env(safe-area-inset-bottom,16px) + 20px)}}
