@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary: #7C3AED;--primary-dark: #6D28D9;--primary-light: #A78BFA;--primary-bg: #FAF5FF;--accent: #06B6D4;--accent-light: #CFFAFE;--bg: #FFFFFF;--bg-alt: #F8FAFC;--text: #1E1B4B;--text-secondary: #64748B;--text-tertiary: #94A3B8;--border: #E2E8F0;--border-light: #F1F5F9;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-pill: 999px;--max-width: 1120px;--font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--max-width);margin:0 auto;padding:0 32px}.section-label{display:inline-block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:16px}.section-title{font-size:44px;font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--text);margin-bottom:16px}.section-subtitle{font-size:18px;color:var(--text-secondary);line-height:1.7;max-width:560px}.hero{padding:100px 0 80px;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero-bg-orb{position:absolute;border-radius:50%;filter:blur(80px)}.hero-bg-orb-1{width:600px;height:600px;background:#af24f012;top:-200px;right:-100px}.hero-bg-orb-2{width:400px;height:400px;background:#af24f00d;bottom:10%;left:-100px}.hero-bg-orb-3{width:300px;height:300px;background:#c95dff0f;top:40%;left:50%;transform:translate(-50%,-50%)}.hero-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(175,36,240,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(175,36,240,.04) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 20%,transparent 70%)}.hero .container{position:relative;z-index:1}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-content{max-width:560px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--primary-bg);color:var(--primary);font-size:13px;font-weight:600;padding:6px 16px;border-radius:var(--radius-pill);margin-bottom:28px;border:1px solid rgba(175,36,240,.12)}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--primary);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.hero h1{font-size:56px;font-weight:800;line-height:1.1;letter-spacing:-.04em;color:var(--text);margin-bottom:20px}.hero h1 span{color:var(--primary);position:relative}.hero h1 span:after{content:"";position:absolute;bottom:4px;left:0;right:0;height:8px;background:#af24f01f;border-radius:var(--radius-pill);z-index:-1}.hero-subtitle{font-size:18px;color:var(--text-secondary);line-height:1.7;margin-bottom:36px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px}.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;border-radius:var(--radius);font-size:15px;font-weight:600;font-family:var(--font);cursor:pointer;border:none;text-decoration:none;transition:all .2s ease;white-space:nowrap;letter-spacing:.01em}.btn:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-outline{background:var(--bg);color:var(--text);border:2px solid var(--border)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-store{display:inline-flex;align-items:center;gap:10px;background:#000;color:#fff;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;font-family:var(--font);cursor:pointer;border:none;text-decoration:none;transition:all .2s ease;position:relative;letter-spacing:.01em}.btn-store:hover{background:#1a1a1a;transform:translateY(-1px)}.btn-store .btn-store-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.btn-store .btn-store-label{font-size:10px;font-weight:500;opacity:.7;letter-spacing:.04em}.btn-store .btn-store-name{font-size:16px;font-weight:600;letter-spacing:.01em}.hero-social{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.hero-social-avatars{display:flex;align-items:center}.hero-social-avatar{width:36px;height:36px;border-radius:50%;border:2px solid var(--bg);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;margin-left:-10px}.hero-social-avatar:first-child{margin-left:0}.hero-social-avatar.a1,.hero-social-avatar.a2{background:#7c3aed}.hero-social-avatar.a3{background:#c95dff}.hero-social-avatar.a4{background:#6366f1}.hero-social-stars{display:flex;align-items:center;gap:6px}.hero-social-stars svg{width:16px;height:16px;color:#f59e0b;fill:#f59e0b}.hero-social-text{font-size:13px;color:var(--text-secondary);font-weight:500}.hero-social-text strong{color:var(--text)}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-phone{width:280px;height:560px;background:linear-gradient(180deg,#fdfbff,#f9f6ff);border-radius:40px;border:3px solid #1a1a1a;box-shadow:0 0 0 1px #333,0 30px 80px -20px #00000040,inset 0 0 0 1px #ffffff1a;overflow:hidden;position:relative;z-index:2}.hero-phone-island{position:absolute;top:10px;left:50%;transform:translate(-50%);width:90px;height:26px;background:#1a1a1a;border-radius:20px;z-index:10}.hero-phone-screen{padding:52px 18px 20px;height:100%}.hero-phone-status{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;color:var(--text);margin-bottom:20px}.hero-phone-status-icons{display:flex;gap:5px;align-items:center}.hero-phone-signal{display:flex;gap:1.5px;align-items:flex-end}.hero-phone-signal-bar{width:2.5px;background:var(--text);border-radius:1px}.hero-phone-signal-bar:nth-child(1){height:5px}.hero-phone-signal-bar:nth-child(2){height:7px}.hero-phone-signal-bar:nth-child(3){height:9px}.hero-phone-signal-bar:nth-child(4){height:11px}.hero-phone-battery{width:18px;height:9px;border:1.5px solid var(--text);border-radius:2px;padding:1.5px;display:flex;align-items:center;position:relative}.hero-phone-battery:after{content:"";position:absolute;right:-3px;top:50%;transform:translateY(-50%);width:2px;height:4px;background:var(--text);border-radius:0 1px 1px 0}.hero-phone-battery-fill{height:100%;background:var(--text);border-radius:1px;width:70%}.hero-phone-greeting{margin-bottom:16px}.hero-phone-greeting-name{font-size:10px;font-weight:500;color:var(--text-secondary);margin-bottom:2px}.hero-phone-greeting-title{font-size:20px;font-weight:800;color:var(--text);letter-spacing:-.03em;line-height:1.1}.hero-phone-card{background:#faf5ff;border-radius:16px;padding:15px 16px;margin-bottom:12px;border:1px solid rgba(175,36,240,.12)}.hero-phone-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.hero-phone-card-title{font-size:12px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:6px}.hero-phone-card-title svg{width:14px;height:14px;color:var(--primary)}.hero-phone-card-badge{font-size:9px;font-weight:700;color:var(--primary);background:#fff;padding:3px 8px;border-radius:var(--radius-pill)}.hero-phone-item{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:11px;font-weight:500;color:var(--text)}.hero-phone-check{width:16px;height:16px;border-radius:4px;border:1.5px solid #d1d5db;flex-shrink:0}.hero-phone-check.done{background:var(--primary);border-color:var(--primary);display:flex;align-items:center;justify-content:center}.hero-phone-check.done:after{content:"";width:6px;height:3px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(-45deg) translateY(-.5px)}.hero-phone-item .done-text{text-decoration:line-through;color:var(--text-tertiary)}.hero-phone-progress{margin-top:8px;display:flex;align-items:center;gap:8px}.hero-phone-progress-bar{flex:1;height:4px;background:#e9dbf0;border-radius:var(--radius-pill);overflow:hidden}.hero-phone-progress-fill{height:100%;background:var(--primary);border-radius:var(--radius-pill);width:40%}.hero-phone-progress-text{font-size:10px;font-weight:600;color:var(--text-secondary);white-space:nowrap}.hero-phone-card-alt{background:#f8fafc;border-radius:16px;padding:15px 16px;border:1px solid var(--border-light)}.hero-phone-task{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:11px;font-weight:500;color:var(--text)}.hero-phone-task-avatar{width:18px;height:18px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#fff}.hero-phone-task-avatar.purple{background:var(--primary)}.hero-phone-task-avatar.green{background:#10b981}.hero-float-card{position:absolute;background:#fff;border-radius:var(--radius);padding:14px 18px;box-shadow:0 8px 24px #00000014;z-index:3;display:flex;align-items:center;gap:10px;animation:float 6s ease-in-out infinite}.hero-float-card:nth-child(2){animation-delay:-2s}.hero-float-card:nth-child(3){animation-delay:-4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-float-icon{width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-float-icon.purple{background:var(--primary-bg);color:var(--primary)}.hero-float-icon.green{background:#ecfdf5;color:#10b981}.hero-float-icon.amber{background:#fffbeb;color:#f59e0b}.hero-float-text{font-size:12px;font-weight:600;color:var(--text);white-space:nowrap;line-height:1.4}.hero-float-text small{display:block;font-size:10px;font-weight:500;color:var(--text-secondary)}.hero-float-1{top:5%;right:-20px}.hero-float-2{bottom:15%;left:-30px}.hero-float-3{bottom:35%;right:-40px}@media (max-width: 1024px){.hero-grid{gap:48px}.hero h1{font-size:46px}}@media (max-width: 768px){.hero{padding:40px 0 60px;min-height:auto}.hero-grid{grid-template-columns:1fr;gap:48px;text-align:center}.hero-content{order:1;max-width:100%}.hero-visual{order:0}.hero h1{font-size:36px}.hero-subtitle{font-size:16px;margin:0 auto 32px;max-width:480px}.hero-actions,.hero-social{justify-content:center}.hero-phone{width:220px;height:440px;border-radius:30px}.hero-phone-island{width:70px;height:20px;top:8px}.hero-phone-screen{padding:40px 14px 16px}.hero-phone-greeting-title{font-size:16px}.hero-phone-greeting-name{font-size:9px}.hero-phone-card,.hero-phone-card-alt{padding:12px 14px}.hero-float-1{top:0;right:0}.hero-float-2{bottom:10%;left:0}.hero-float-3{bottom:30%;right:0}.hero-float-card{padding:10px 14px}.hero-float-text{font-size:11px}.hero-float-text small{font-size:9px}}@media (max-width: 480px){.hero{padding:32px 0 48px}.hero h1{font-size:30px}.hero-actions{flex-direction:column;align-items:center}.btn-store{width:100%;justify-content:center}.hero-phone{width:180px;height:360px;border-radius:24px}.hero-phone-island{width:56px;height:16px;top:6px}.hero-phone-screen{padding:32px 12px 14px}.hero-phone-greeting-title{font-size:14px}.hero-phone-card,.hero-phone-card-alt{padding:10px 12px;border-radius:14px}.hero-phone-item,.hero-phone-task{font-size:10px;padding:5px 0;gap:6px}.hero-phone-check{width:14px;height:14px}.hero-phone-card-title{font-size:10px}.hero-float-card:nth-child(3){display:none}}.how{padding:100px 0;background:var(--bg-alt)}.how-header{text-align:center;margin-bottom:60px}.how-header .section-subtitle{margin:0 auto}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step{text-align:center;padding:44px 28px 36px;border-radius:var(--radius-xl);background:var(--bg);border:1px solid var(--border-light);transition:border-color .2s ease,transform .2s ease;position:relative}.step:hover{border-color:#af24f033;transform:translateY(-2px)}.step-icon{width:56px;height:56px;border-radius:var(--radius);background:var(--primary-bg);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--primary);transition:background .2s ease}.step:hover .step-icon{background:#af24f026}.step-num{font-size:12px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.step h3{font-size:20px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}.step p{font-size:14px;color:var(--text-secondary);line-height:1.65}.features{padding:100px 0;background:var(--bg)}.features-header{text-align:center;margin-bottom:60px}.features-header .section-subtitle{margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{padding:36px 28px;border-radius:var(--radius-lg);background:var(--bg-alt);border:1px solid var(--border-light);transition:border-color .2s ease,transform .2s ease}.feature-card:hover{border-color:#af24f026;transform:translateY(-2px)}.feature-card-icon{width:44px;height:44px;border-radius:var(--radius);background:var(--primary-bg);display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:20px}.feature-card h3{font-size:17px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}.feature-card p{font-size:14px;color:var(--text-secondary);line-height:1.6}.deeplink{padding:100px 0;background:var(--primary);color:#fff;position:relative;overflow:hidden}.deeplink:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%}.deeplink:after{content:"";position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);border-radius:50%}.deeplink .container{position:relative;z-index:1}.deeplink-header{text-align:center;margin-bottom:48px}.deeplink .section-label{color:#fffc}.deeplink .section-title{color:#fff}.deeplink .section-subtitle{color:#fffc;margin:0 auto}.deeplink-box{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-lg);padding:36px 40px;max-width:560px;margin:0 auto;text-align:center}.deeplink-box p{color:#ffffffd9;font-size:15px;line-height:1.6}.deeplink-url{display:inline-flex;align-items:center;gap:10px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;font-family:SF Mono,Fira Code,Fira Mono,JetBrains Mono,monospace;font-size:18px;font-weight:600;padding:12px 24px;border-radius:var(--radius);margin:24px 0;letter-spacing:.04em}.deeplink-url svg{color:#ffffffb3}.deeplink-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:56px}.deeplink-flow-item{text-align:center}.deeplink-flow-icon{width:52px;height:52px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#fff;transition:background .2s ease}.deeplink-flow-item h4{font-size:16px;font-weight:700;margin-bottom:6px}.deeplink-flow-item p{font-size:13px;color:#ffffffb3;line-height:1.5}.deeplink-flow-arrow{display:none}.cta{padding:100px 0;background:var(--bg-alt);text-align:center}.cta-inner{background:var(--bg);border-radius:var(--radius-xl);border:1px solid var(--border-light);padding:64px 48px;max-width:720px;margin:0 auto}.cta .section-title{margin-bottom:12px}.cta .section-subtitle{margin:0 auto 36px}.cta-free{display:block;font-size:14px;color:var(--text-tertiary);font-weight:500;margin-top:20px}.footer{padding:56px 0 32px;background:var(--bg);border-top:1px solid var(--border-light)}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px;margin-bottom:40px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand-icon{width:36px;height:36px;background:var(--primary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#fff}.footer-brand-name{font-size:17px;font-weight:700;letter-spacing:-.01em}.footer-links{display:flex;gap:56px;flex-wrap:wrap}.footer-links-col h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin-bottom:16px}.footer-links-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links-col a{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:color .15s}.footer-links-col a:hover{color:var(--primary)}.footer-bottom{padding-top:24px;border-top:1px solid var(--border-light);font-size:13px;color:var(--text-tertiary);text-align:center}@media (max-width: 1024px){.hero h1{font-size:48px}.section-title{font-size:36px}}@media (max-width: 768px){.hero{padding:80px 0 48px}.hero h1{font-size:38px}.hero-subtitle{font-size:17px}.steps{grid-template-columns:1fr;max-width:400px;margin:0 auto}.features-grid{grid-template-columns:1fr 1fr}.deeplink-flow{grid-template-columns:1fr;gap:24px;max-width:320px;margin-left:auto;margin-right:auto}.section-title{font-size:32px}.how,.features,.deeplink,.cta{padding:64px 0}.cta-inner{padding:48px 28px;margin:0 16px}.footer-inner{flex-direction:column}.footer-links{gap:32px}}@media (max-width: 480px){.hero{padding:60px 0 40px}.hero h1{font-size:30px}.hero-actions{flex-direction:column;align-items:center}.btn-store{width:100%;justify-content:center}.features-grid{grid-template-columns:1fr}.deeplink-url{font-size:14px;padding:10px 16px}.deeplink-box{padding:28px 20px}.container{padding:0 20px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}
