@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);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}:root{--secondary-bg:#1a1830;--primary-text:#fffffe;--section-padding:5rem 2rem;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0f0e17;background-color:var(--primary-bg);color:#fffffe;color:var(--primary-text);font-family:Inter,sans-serif;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.hero{background:linear-gradient(135deg,#0f0e17,#1a1830);background:linear-gradient(135deg,var(--primary-bg) 0,var(--secondary-bg) 100%);overflow:hidden;padding:6rem 2rem;position:relative;text-align:center}.hero:before{background:radial-gradient(circle at 70% 30%,#6246ea26 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero-content{margin:0 auto;max-width:1200px;max-width:var(--max-width);position:relative;z-index:1}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-image{display:block;margin-top:20px;transform:scale(.5);transform-origin:top center}.hero-subtitle{color:#a7a9be;color:var(--secondary-text);font-size:1.25rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px}.hero-cta{background-color:#6246ea;background-color:var(--accent-color);border:none;border-radius:6px;box-shadow:0 4px 15px #6246ea66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.hero-cta:hover{background-color:#7b5ef1;background-color:var(--hover-accent);box-shadow:0 6px 20px #6246ea80;transform:translateY(-2px)}.main-content{flex:1 1}.footer{background-color:#1a1830;background-color:var(--secondary-bg);border-top:1px solid #ffffff0d;padding:2rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;max-width:1200px;max-width:var(--max-width)}.copyright{color:#a7a9be;color:var(--secondary-text);font-size:.9rem}.footer-links{gap:1.5rem}.footer-links a{color:#a7a9be;color:var(--secondary-text);transition:color .3s ease;transition:color var(--transition-speed) ease}.footer-links a:hover{color:#fffffe;color:var(--primary-text)}@media (max-width:768px){.hero{padding:4rem 1.5rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.footer-content{flex-direction:column;text-align:center}.footer-links{margin-top:1rem}}:root{--primary-bg:#0f0e17;--primary-text:#fff;--accent-color:#6246ea;--hover-accent:#7b5ef1;--secondary-text:#a7a9be;--transition-speed:0.3s}.header{background-color:#0f0e17;background-color:var(--primary-bg);box-shadow:0 2px 10px #0003;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo{color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:1px;transition:opacity .2s ease}.logo-highlight{color:#6246ea;color:var(--accent-color)}.header-nav{align-items:center;display:flex;gap:1.5rem}.nav-link{background:#0000;border:none;color:#a7a9be;color:var(--secondary-text);cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease;transition:color var(--transition-speed) ease}.nav-link:hover{color:#fff;color:var(--primary-text)}.nav-link:after{background-color:#6246ea;background-color:var(--accent-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;transition:width var(--transition-speed) ease;width:0}.nav-link:hover:after{width:100%}.nav-button{background-color:#6246ea;background-color:var(--accent-color);border:none;border-radius:6px;box-shadow:0 2px 5px #6246ea4d;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:.6rem 1.5rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.nav-button:hover{background-color:#7b5ef1;background-color:var(--hover-accent);box-shadow:0 4px 8px #6246ea66;transform:translateY(-1px)}@media (max-width:768px){.header-container{padding:1rem}.logo{font-size:1.5rem}.header-nav{gap:1rem}.nav-button{padding:.5rem 1rem}}.section{padding:var(--section-padding);position:relative}.section:nth-child(odd){background-color:#ffffff05}.section-container{align-items:center;display:flex;gap:4rem;margin:0 auto;max-width:var(--max-width)}.section.reverse .section-container{flex-direction:row-reverse}.section-media{flex:1 1;position:relative}.section-image{border-radius:12px;box-shadow:0 20px 40px #00000040;max-width:500px;transition:transform .5s ease;width:100%}.section-media:hover .section-image{transform:translateY(-5px)}.section-content{flex:1 1;max-width:500px}.section-label{color:var(--accent-color);display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.section-headline{color:var(--primary-text);font-size:2.2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.section-description{color:var(--secondary-text);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.section-cta{background:#0000;border:2px solid var(--accent-color);border-radius:6px;color:var(--accent-color);cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.5rem;transition:all var(--transition-speed) ease}.section-cta:hover{background-color:var(--accent-color);color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.section-container{gap:3rem}.section-headline{font-size:1.8rem}}@media (max-width:768px){.section-container{gap:2rem}.section-container,.section.reverse .section-container{flex-direction:column}.section-content{text-align:center}.section-headline{font-size:1.6rem}.section-cta{margin:0 auto}}.policy-container{background-color:initial;color:#f1f1f1;font-family:Inter,sans-serif;margin:80px auto;max-width:1200px;padding:0 24px}.policy-columns{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:60px}.policy-left{flex:1 1;min-width:280px}.policy-right{flex:1.5 1;min-width:300px}.policy-title{color:#fff;font-size:2.75rem;font-weight:700;line-height:1.4;margin-bottom:24px;text-align:left}.policy-intro{color:#ddd;font-size:1.25rem;line-height:2;text-align:left}.policy-section{margin-bottom:48px}.policy-section h2{border-left:3px solid #fff;color:#fff;font-size:1.35rem;font-weight:600;line-height:1.6;margin-bottom:16px;padding-left:10px}.policy-section p{color:#ddd;font-size:1.125rem;line-height:2}@media (max-width:768px){.policy-columns{flex-direction:column}.policy-left,.policy-right{width:100%}}.footer{background-color:#14121e;color:#f1f1f1;padding:40px 20px;text-align:center}.footer-content{margin:0 auto;max-width:960px}.footer-links{display:flex;gap:20px;justify-content:center;margin-top:10px}.footer-links a{color:#ddd;font-size:.9rem;text-decoration:none}.footer-links a:hover{color:#fff;text-decoration:underline}.get-started{align-items:flex-start;background-color:#14121e;color:#f1f1f1;display:flex;justify-content:center;min-height:100vh;padding:60px 20px}.get-started-container{background-color:#1c1a29;border-radius:12px;box-shadow:0 4px 24px #0006;max-width:800px;padding:40px;width:100%}.get-started-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:20px}.get-started-subtitle{color:#ccc;font-size:1.1rem;line-height:1.8;margin-bottom:40px}.get-started-section{margin-bottom:40px}.get-started-section h2{color:#fff;font-size:1.4rem;margin-bottom:10px}.get-started-section p{color:#ddd;font-size:1rem;line-height:1.7}.get-started-button{background-color:#007bff;border-radius:6px;color:#fff;display:inline-block;font-weight:600;margin-top:20px;padding:12px 20px;text-decoration:none;transition:background-color .2s ease}.get-started-button:hover{background-color:#0056d6}.privacy-policy{background-color:initial;border-radius:8px;color:#ddd;font-family:Inter,sans-serif;margin:0 auto;max-width:960px;padding:2rem}.privacy-policy h1{color:#fff;font-size:2rem;margin-bottom:1.5rem;text-align:left}.privacy-policy h2{border-left:3px solid #fff;color:#fff;font-size:1.2rem;margin-bottom:.75rem;margin-top:2rem;padding-left:10px}.privacy-policy p{color:#ccc;font-size:.95rem;line-height:1.8;margin:.75rem 0}.privacy-policy a{color:#4fa1ff;text-decoration:none}.privacy-policy a:hover{text-decoration:underline}
/*# sourceMappingURL=main.80f84546.css.map*/