*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#d4649a;--primary-dark:#a8547e;--primary-light:#f0c0d8;--accent:#8b5cf6;--bg:#0c0a12;--bg-card:#161222;--bg-section:#110e1c;--text:#f0ebfa;--text-muted:#9d8fbc;--border:#d4649a26;--glow:#d4649a40}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}.legal-page{flex:1;padding:64px 24px 96px}.legal-container{max-width:740px;margin:0 auto}.legal-header{border-bottom:1px solid var(--border);margin-bottom:48px;padding-bottom:32px}.legal-label{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:12px;font-size:12px;font-weight:600}.legal-header h1{letter-spacing:-.8px;color:var(--text);margin-bottom:10px;font-size:clamp(28px,5vw,40px);font-weight:700;line-height:1.15}.legal-meta{color:var(--text-muted);font-size:14px}.legal-body{flex-direction:column;gap:36px;display:flex}.legal-intro{color:var(--text-muted);border-left:3px solid var(--primary);background:#d4649a0d;border-radius:0 8px 8px 0;padding:20px 24px;font-size:16px;line-height:1.75}.legal-section{flex-direction:column;gap:14px;display:flex}.legal-section h2{color:var(--text);letter-spacing:-.2px;border-top:1px solid var(--border);padding-top:8px;font-size:18px;font-weight:600}.legal-section h3{color:var(--text);margin-top:4px;font-size:15px;font-weight:600}.legal-section p{color:var(--text-muted);font-size:15px;line-height:1.8}.legal-section ul{flex-direction:column;gap:8px;padding-left:20px;display:flex}.legal-section ul li{color:var(--text-muted);font-size:15px;line-height:1.75}.legal-section ul li::marker{color:var(--primary)}.legal-section strong{color:var(--text);font-weight:600}.legal-section a{color:var(--primary-light);text-decoration:none;transition:color .2s}.legal-section a:hover{color:var(--primary);text-decoration:underline}.legal-contact-block{border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);border-radius:12px;flex-direction:column;gap:4px;padding:20px 24px;font-size:15px;line-height:1.7;display:flex}.legal-contact-block a{color:var(--primary-light);text-decoration:none;transition:color .2s}.legal-contact-block a:hover{color:var(--primary)}@media (width<=768px){.legal-page{padding:40px 20px 72px}.legal-header{margin-bottom:36px;padding-bottom:24px}}.header{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0c0a12d9;justify-content:space-between;align-items:center;height:64px;padding:0 40px;display:flex;position:sticky;top:0}.header-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.logo-icon{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.logo-text{color:var(--text);letter-spacing:-.3px;font-size:20px;font-weight:700}.logo-text span{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.header-cta{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;border-radius:100px;align-items:center;gap:8px;padding:9px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.header-cta:hover{opacity:.9;transform:translateY(-1px)}.hero{text-align:center;flex-direction:column;flex:1;align-items:center;padding:72px 24px 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#d4649a1f 0%,#0000 65%);width:700px;height:700px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.hero-badge{border:1px solid var(--border);color:var(--primary-light);background:#d4649a14;border-radius:100px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.hero-badge-dot{background:var(--primary);width:6px;height:6px;box-shadow:0 0 8px var(--primary);border-radius:50%}.hero h1{letter-spacing:-1.5px;color:var(--text);max-width:700px;margin-bottom:20px;font-size:clamp(36px,6vw,60px);font-weight:700;line-height:1.1}.hero h1 .gradient-text{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-muted);max-width:500px;margin-bottom:40px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;border-radius:100px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 24px #d4649a59}.btn-primary:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 8px 32px #d4649a73}.btn-secondary{border:1px solid var(--border);color:var(--text);background:#ffffff0a;border-radius:100px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.btn-secondary:hover{background:#ffffff14;border-color:#d4649a59;transform:translateY(-2px)}.screenshots-section{flex-direction:column;align-items:center;padding:40px 24px 80px;display:flex}.screenshots-grid{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:24px;width:100%;max-width:920px;display:flex}.screenshot-card{flex:0 260px;min-width:200px;position:relative}.screenshot-card:nth-child(2){margin-top:-20px}.screenshot-frame{border:1px solid var(--border);background:var(--bg-card);aspect-ratio:9/19.5;border-radius:32px;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000080,0 0 0 1px #ffffff0a,0 0 40px #d4649a14}.screenshot-card:hover .screenshot-frame{transform:translateY(-6px);box-shadow:0 36px 80px #0000008c,0 0 0 1px #ffffff0f,0 0 60px #d4649a24}.screenshot-frame img{object-fit:cover;width:100%;height:100%;display:block}.screenshot-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;padding:24px;display:flex}.screenshot-placeholder-icon{opacity:.4;font-size:48px}.screenshot-placeholder-label{color:var(--text-muted);text-align:center;opacity:.6;font-size:12px}.screenshot-label{text-align:center;color:var(--text-muted);letter-spacing:.02em;margin-top:16px;font-size:13px;font-weight:500}.features-section{justify-content:center;padding:20px 24px 80px;display:flex}.features-grid{flex-wrap:wrap;justify-content:center;gap:16px;width:100%;max-width:900px;display:flex}.feature-chip{border:1px solid var(--border);color:var(--text-muted);background:#ffffff08;border-radius:100px;align-items:center;gap:10px;padding:12px 20px;font-size:14px;display:flex}.feature-chip-icon{font-size:18px}.footer{border-top:1px solid var(--border);background:var(--bg-section);padding:48px 40px 32px}.footer-inner{flex-direction:column;gap:32px;max-width:1000px;margin:0 auto;display:flex}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.footer-brand{flex-direction:column;gap:12px;max-width:280px;display:flex}.footer-logo{align-items:center;gap:10px;display:flex}.footer-tagline{color:var(--text-muted);font-size:14px;line-height:1.6}.footer-contact{flex-direction:column;gap:10px;display:flex}.footer-contact-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:4px;font-size:13px;font-weight:600}.footer-contact-item{color:var(--text-muted);align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.footer-contact-item a{color:var(--primary-light);text-decoration:none;transition:color .2s}.footer-contact-item a:hover{color:var(--primary)}.footer-contact-icon{flex-shrink:0;margin-top:1px;font-size:15px}.footer-divider{background:var(--border);height:1px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer-copyright{color:var(--text-muted);font-size:13px}.footer-legal{gap:20px;display:flex}.footer-legal a{color:var(--text-muted);font-size:13px;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--text)}@media (width<=768px){.header{padding:0 20px}.hero{padding:56px 20px 60px}.screenshots-grid{gap:16px}.screenshot-card{flex:0 200px}.screenshot-card:nth-child(2){margin-top:0}.footer{padding:40px 20px 24px}.footer-top{flex-direction:column;gap:32px}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (width<=480px){.screenshots-grid{flex-direction:column;align-items:center}.screenshot-card{width:260px;min-width:unset;flex:none}.screenshot-card:nth-child(2){margin-top:0}}
