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}@font-face{font-family:MomoTrustDisplay;font-style:normal;font-weight:400;src:url(/static/media/MomoTrustDisplay-Regular.c8652fe40e6e469e4920.ttf) format("truetype")}:root{--background-color:#f8f9fa;--surface-color:#fff;--text-primary:#111827;--text-secondary:#6b7280;--primary-color:#000;--secondary-color:#ff5722;--error-color:#ef4444;--max-width:1100px}*{box-sizing:border-box}.App{text-align:center}.App-header{background-color:#f8f9fa;background-color:var(--background-color);color:#111827;color:var(--text-primary);flex-direction:column;font-size:calc(10px + 2vmin);min-height:100vh;padding:0;position:relative}.App-header,.hero-container{align-items:center;display:flex}.hero-container{gap:4rem;justify-content:space-between;margin:0 auto;max-width:1100px;max-width:var(--max-width);padding:4rem 2rem;width:100%}.hero-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;max-width:500px;text-align:left}.hero-animation{align-items:center;display:flex;flex:0 0 auto;justify-content:center}.hero-video-container{border-radius:24px;box-shadow:0 20px 60px #00000026;overflow:hidden;position:relative;width:340px}.hero-video{display:block;height:auto;width:100%}.video-overlay{background:#0000004d;bottom:0;justify-content:center;left:0;position:absolute;right:0;top:0}.play-button,.video-overlay{align-items:center;cursor:pointer;display:flex}.play-button{background:#ffffffbf;border:none;border-radius:16px;box-shadow:0 4px 20px #00000026;flex-direction:column;gap:.75rem;padding:1.25rem 2rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.play-button:hover{box-shadow:0 6px 24px #0003;transform:scale(1.05)}.play-button:hover .play-icon-circle{background:#111827;background:var(--text-primary)}.play-icon-circle{align-items:center;background:#000000b3;border-radius:50%;display:flex;height:48px;justify-content:center;transition:background .2s ease;width:48px}.play-icon{border-color:#0000 #0000 #0000 #fff;border-style:solid;border-width:8px 0 8px 14px;height:0;margin-left:3px;width:0}.play-text{color:#111827;color:var(--text-primary);font-size:.9rem;font-weight:600}.App-header h1{color:#000;color:var(--primary-color);font-family:MomoTrustDisplay,sans-serif;font-size:3.5rem;margin:0 0 .5rem}.App-header h1,.hero-title{font-weight:700;letter-spacing:-.02em}.hero-title{color:#111827;color:var(--text-primary);font-size:2.5rem;margin:0 0 1rem}.hero-subtitle{color:#6b7280;color:var(--text-secondary);font-size:1.125rem;line-height:1.7;margin:0 0 1.5rem}.hero-offer{color:#ff5722;color:var(--secondary-color);font-size:1rem;font-weight:600;line-height:1.5;margin:0 0 1.5rem}.social-proof{align-items:center;color:#6b7280;color:var(--text-secondary);display:flex;font-size:.9rem;gap:.5rem;margin:0 0 1rem}.social-proof .rating{color:#f59e0b;font-weight:600}.social-proof .separator{opacity:.5}.social-proof .separator,.social-proof .users{color:#6b7280;color:var(--text-secondary)}.store-buttons-container{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.store-button{border-radius:8px;display:inline-block;transition:transform .2s ease,box-shadow .2s ease}.store-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.store-badge{border-radius:8px;display:block;height:56px;width:auto}.App-footer{align-items:center;border-top:1px solid #0000000f;display:flex;font-size:.875rem;gap:1.5rem;justify-content:center;margin:0 auto;max-width:1100px;max-width:var(--max-width);padding:2rem;width:100%}.App-footer,.App-footer a{color:#6b7280;color:var(--text-secondary)}.App-footer a{text-decoration:none;transition:color .2s ease}.App-footer a:hover{color:#111827;color:var(--text-primary)}.footer-separator{display:none}.seo-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1100px;max-width:var(--max-width);padding:2rem 2rem 4rem;width:100%}.content-section{background:#fff;background:var(--surface-color);border:1px solid #0000000a;border-radius:20px;box-shadow:0 1px 3px #0000000a;padding:1.75rem;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.content-section:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.content-section h2{color:#111827;color:var(--text-primary);font-size:1.125rem;font-weight:600;letter-spacing:-.01em;margin:0 0 .75rem}.content-section ol,.content-section p,.content-section ul{color:#6b7280;color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin:0}.content-section ol,.content-section ul{list-style-position:outside;padding-left:1.25rem}.content-section li{margin-bottom:.4rem}.content-section li:last-child{margin-bottom:0}.content-section strong{color:#111827;color:var(--text-primary);font-weight:500}.bottom-cta{align-items:center;display:flex;flex-direction:column;gap:1.25rem;margin:0 auto;max-width:1100px;max-width:var(--max-width);padding:3rem 2rem;width:100%}.bottom-cta-text{color:#111827;color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0}@media (max-width:1024px){.hero-container{flex-direction:column;gap:3rem;padding:3rem 1.5rem;text-align:center}.hero-content{align-items:center;max-width:100%;text-align:center}.hero-animation{max-width:400px;width:100%}.hero-video-container{max-width:320px;width:100%}.seo-content{grid-template-columns:1fr;padding:1.5rem}}@media (max-width:768px){.App-header h1{font-size:2.75rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-offer{font-size:.95rem}.social-proof{font-size:.85rem}.social-proof,.store-buttons-container{justify-content:center}.store-badge{height:52px}.hero-container{gap:2rem;padding:2rem 1rem}.hero-video-container{border-radius:20px;max-width:320px}.App-footer{flex-wrap:wrap;gap:1rem;padding:1.5rem 1rem}.seo-content{gap:1rem;padding:1rem}.content-section{border-radius:16px;padding:1.25rem}.content-section h2{font-size:1.125rem}.content-section ol,.content-section p,.content-section ul{font-size:.9rem}}@media (max-width:480px){.App-header h1{font-size:2.25rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.95rem}.hero-offer{font-size:.9rem}.social-proof{flex-wrap:wrap;font-size:.8rem;gap:.25rem;justify-content:center}.store-buttons-container{flex-direction:row;gap:.5rem}.store-badge{height:48px}.hero-video-container{border-radius:16px;max-width:320px}}.legal-page{background-color:#fff;min-height:100vh;padding:20px}.legal-container{background:#f8fafc;border-radius:12px;box-shadow:0 6px 18px #0f172a0f;color:#111827;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;margin:36px auto;max-width:900px;padding:28px}.legal-container h1{color:#111;font-size:1.8em;margin-bottom:.5em}.legal-container .meta{color:#6b7280;margin-bottom:20px}.legal-container h2{color:#0f172a;font-size:1.2em;margin-bottom:.8em;margin-top:1.5em}.legal-container h3{color:#0f172a;font-size:1.05rem;margin-bottom:8px;margin-top:22px}.legal-container p{line-height:1.55;margin-bottom:1em}.legal-container ul{line-height:1.55;margin:.5em 0 1em 1.5em}.legal-container li{margin-bottom:.5em}.legal-container table{border-collapse:collapse;margin-bottom:1.5em;margin-top:8px;width:100%}.legal-container td,.legal-container th{border:1px solid #e6edf3;font-size:.95rem;padding:10px 12px;text-align:left;vertical-align:top}.legal-container th{background:#f1f5f9;color:#0f172a;font-weight:600}.legal-container .small{color:#6b7280;font-size:.95rem}.legal-container .placeholder{color:#9ca3af;font-style:italic}.legal-container footer{color:#6b7280;font-size:.9rem;margin-top:24px}.legal-container a{color:#0f172a;text-decoration:underline}.legal-container a:hover{color:#6b7280}@media (max-width:768px){.legal-container{margin:20px auto;padding:20px}.legal-container h1{font-size:1.5em}.legal-container h2{font-size:1.1em}.legal-container table{font-size:.85rem}.legal-container td,.legal-container th{padding:8px 6px}}
/*# sourceMappingURL=main.8970ac60.css.map*/