:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--tint: #6A68E7;--tint-dark: #3741A0;--tint-light: #9190EB;--gradient-start: #9854CB;--gradient-stop: #EA3323;--text: #ECEDEE;--subtext: #9BA1A6;--text-grey: #555;--background: #14151A;--transparent-bg: rgba(20, 21, 26, .5);--card: #1C1E25;--card-selected: #20222A;--icon: #9BA1A6;--tab-icon-default: #9BA1A6;--tab-icon-selected: #3741A0;--grey: #414246;--error: #EA3323;--error-background: rgba(144, 40, 40, .74)}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}/*!* Allow scrolling but hide scrollbars *!*/@media (prefers-color-scheme: light){:root{color:var(--text);background-color:var(--background)}a:hover{color:#747bff}button{background-color:var(--background)}}section{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:var(--background);padding:2rem 5rem;box-sizing:border-box}h1{font-size:3rem;background:linear-gradient(90deg,var(--tint-light),#FFF);-webkit-background-clip:text;-webkit-text-fill-color:transparent}h2{font-size:2rem;background:linear-gradient(90deg,var(--tint-light),var(--tint));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.phone-img{width:20rem}#gap{width:5rem;height:5rem}@media (max-width: 800px){section{padding:2rem}}.header{position:sticky;top:0;z-index:1000;display:flex;flex-direction:column;align-items:center;padding:1rem 2rem;background:#14151a}.header-top{display:flex;width:100%;align-items:center;background:#14151a}#logo{height:1rem;cursor:pointer}.header-left{display:flex;align-items:center;gap:2rem;flex:1}.header-right{margin-left:auto}.desktop-nav{display:flex;gap:1.5rem}.desktop-nav a{text-decoration:none;color:#ecedee;font-weight:500;transition:color .3s ease}.desktop-nav a:hover{color:var(--tint-light)}.menu-toggle{display:none;font-size:1.5rem;color:#ecedee;background:none;border:none;cursor:pointer}.mobile-nav{display:none}@media (max-width: 900px){.desktop-nav,.desktop-only{display:none}.menu-toggle.mobile-only{display:block}.mobile-nav{background:#14151a;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:1rem;display:none}.mobile-nav.open{display:flex;gap:.5rem}.mobile-nav a{color:#ecedee;text-decoration:none;font-weight:500;padding:.5rem 0}.mobile-nav a:hover{color:var(--tint-light)}}.get-started-button{background-color:var(--tint);color:#fff;padding:12px 30px;width:150px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;display:flex;justify-content:center;align-items:center;transition:all .3s ease;box-shadow:0 4px 8px #0000001a;background:linear-gradient(90deg,var(--tint-light),var(--tint))}.get-started-button:hover{cursor:pointer;color:#fff;transform:translateY(-2px);box-shadow:0 6px 12px #00000026;background:linear-gradient(90deg,var(--tint-dark),var(--tint))}.hero{display:flex;flex-direction:row;align-items:center;justify-content:center}.hero-body{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.hero-body h1{font-size:2.5rem}.hero-body p{font-size:1.1rem;line-height:1.6;max-width:600px;color:var(--subtext)}.hero-buttons{margin-top:1.5rem}.hero_img_container{display:flex;flex:1;justify-content:center;align-items:center}.hero-img{width:80%;height:auto;border-radius:12px}@media (max-width: 900px){.hero{flex-direction:column;text-align:center}.hero-body{align-items:center;text-align:center}.hero-body h1{font-size:2rem}.hero-body p{font-size:1rem;max-width:90%}.hero-buttons{display:flex;justify-content:center}}.footer{background-color:var(--card);color:var(--text);padding:2rem;text-align:center}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto}#footer-logo{height:1.5rem}.footer-brand{flex:1;min-width:250px;text-align:left}.footer-brand h2{color:var(--tint);margin-bottom:.5rem}.footer-links{flex:1;min-width:200px;text-align:left}.footer-links h3{margin-bottom:.5rem;color:var(--tint)}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin:.5rem 0}.footer-links a{color:var(--text);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--tint-light)}.footer-bottom{margin-top:2rem;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;color:#aaa}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center;align-items:center}.footer-brand,.footer-links{text-align:center}}.audience{text-align:center;background-color:var(--card)}.audience h1{margin-bottom:1rem}.audience p{max-width:700px;margin:0 auto 3rem;font-size:1.1rem;color:var(--subtext)}.audience-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.audience-card{background:var(--background);padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px #0000000d;text-align:left}.audience-card h2{margin-bottom:.5rem;font-size:1.5rem;color:var(--tint)}.product{display:flex;flex-direction:row;align-items:center;justify-content:space-between;min-height:100vh;gap:2rem}.product-container{display:flex;flex:1;flex-direction:column;justify-content:center}.product-container h2{font-size:2.5rem;margin-bottom:1rem}.product-container p{font-size:1.1rem;margin-bottom:1rem;line-height:1.6;color:var(--subtext)}.product-container ul{list-style:none;padding:0;margin:0}.product-container ul li{margin:.5rem 0;font-size:1rem}.product-img{width:90%;max-width:500px;border-radius:12px}@media (max-width: 768px){.product{flex-direction:column;text-align:center}.product-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.product-container ul{text-align:left;margin:0 auto;max-width:400px}.product-img{width:100%}}.feature-container{display:flex;min-height:100vh;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.features-container-item{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.features-container-item h2{font-size:2rem;margin-bottom:1rem;color:var(--text-dark, #ECEDEE)}.features-container-item p{font-size:1.1rem;line-height:1.6;color:var(--grey-dark, #9BA1A6)}.feature-image{max-width:100%;height:auto;border-radius:12px;object-fit:contain}@media (max-width: 768px){.feature-container{flex-direction:column;min-height:auto;text-align:center}.features-container-item{align-items:center;text-align:center}.features-container-item h2{font-size:1.5rem}.features-container-item p{font-size:1rem}.feature-image{max-width:80%}}.problem{text-align:center;background-color:var(--card)}.problem h1{margin-bottom:1rem}.problem p{max-width:700px;margin:0 auto 3rem;font-size:1.1rem;color:var(--subtext)}.problem-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.problem-card{background:var(--background);padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px #0000000d;text-align:left}.problem-card h2{margin-bottom:.5rem;font-size:1.5rem;color:var(--tint)}
