*{padding:0;margin:0;box-sizing:border-box}:root{font-family:Poppins,sans-serif}body{margin:0;padding:0}.app{min-height:100vh;background:#fafafa;position:relative;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:600;text-align:center;color:#1a1a1a;margin-bottom:3rem;letter-spacing:-.02em}.section-subtitle{text-align:center;color:#6b7280;font-size:1.1rem;margin-bottom:2rem;font-weight:400}.email-form{display:flex;gap:1rem;width:100%;max-width:500px;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center}.email-form input{flex:1;min-width:250px;padding:1rem 1.5rem;border:1.5px solid #e5e7eb;border-radius:2rem;background:#fff;color:#1a1a1a;font-size:1rem;font-family:Poppins,sans-serif;font-weight:400;transition:all .3s ease;outline:none}.email-form input::placeholder{color:#9ca3af}.email-form input:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.email-form button{padding:1rem 2rem;border:none;border-radius:2rem;background:#3b82f6;color:#fff;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;white-space:nowrap}.email-form button:hover{background:#215cbd;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.trust-text{color:#6b7280;font-size:.95rem;margin-top:1rem;font-weight:400}@media(max-width:768px){.section-title{font-size:2rem}.email-form{flex-direction:column;align-items:center}.email-form input{width:90%;max-width:350px}.email-form button{width:auto;min-width:200px;padding:.875rem 1.5rem}}.header{background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);padding:1.25rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px #0000000d;border-bottom:1px solid #e5e7eb;transition:all .3s ease}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{font-size:1.5rem;font-weight:600;text-decoration:none;color:#1a1a1a;transition:all .3s ease;cursor:pointer;white-space:nowrap}.logo-code{font-weight:300}.logo-reflex{font-weight:600}.logo:hover{transform:scale(1.05)}.header-actions{display:flex;align-items:center;gap:1.5rem}.nav{display:flex;gap:2.5rem;align-items:center}.nav a{text-decoration:none;color:#4b5563;font-weight:400;font-size:.95rem;transition:all .3s ease;position:relative;padding:.5rem 0}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#3b82f6;transition:width .3s ease}.nav a:hover{color:#1a1a1a}.nav a:hover:after{width:100%}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:2rem;font-family:Poppins,sans-serif;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;white-space:nowrap}.btn-primary:hover{background:#215cbd;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background:#4b5563;border-radius:2px;transition:all .3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.header-container{padding:0 1.5rem}.nav{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:5rem 2rem 2rem;gap:2rem;border-left:1px solid #e5e7eb;transition:right .3s ease;box-shadow:-4px 0 20px #0000001a}.nav-open{right:0}.nav a{width:100%;font-size:1.1rem;padding:.75rem 0;border-bottom:1px solid #e0e0e0}.nav a:after{display:none}.mobile-menu-toggle{display:flex}.btn-primary{padding:.65rem 1.25rem;font-size:.9rem}.logo{font-size:1.3rem}}@media(max-width:480px){.btn-primary{padding:.6rem 1rem;font-size:.85rem}.logo{font-size:1.2rem}}.heroSec{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1;background:#fff}.brandText{margin-top:2rem;font-size:3.5rem;font-weight:600;line-height:1.2;color:#1a1a1a;margin-bottom:1.5rem;letter-spacing:-.03em}.subBrandText{color:#6b7280;font-size:1.1rem;line-height:1.7;margin-top:1rem;margin-bottom:3rem;max-width:600px;font-weight:400}@media(max-width:768px){.brandText{font-size:2.5rem;padding-left:1.5rem;padding-right:1.5rem}.subBrandText{font-size:1.1rem;padding-left:1.5rem;padding-right:1.5rem}.heroSec{padding:4rem 0}}.features-section{padding:6rem 0;position:relative;z-index:1;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:2rem;transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-5px);border-color:#3b82f6;box-shadow:0 10px 30px #3b82f61a;background:#f9fafb}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1a1a1a;font-size:1.5rem;font-weight:500;margin-bottom:1rem}.feature-card p{color:#6b7280;line-height:1.7;font-size:1rem;font-weight:400}@media(max-width:768px){.features-section{padding:4rem 0}.features-grid{grid-template-columns:1fr}}.use-cases-section{padding:6rem 0;position:relative;z-index:1;background:#f9fafb}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.use-case-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:2rem;text-align:center;transition:all .3s ease}.use-case-card:hover{transform:translateY(-5px);border-color:#3b82f6;box-shadow:0 10px 30px #3b82f61a;background:#f9fafb}.use-case-emoji{font-size:3rem;margin-bottom:1rem}.use-case-card h3{color:#1a1a1a;font-size:1.5rem;font-weight:500;margin-bottom:1rem}.use-case-card p{color:#6b7280;line-height:1.7;font-weight:400}@media(max-width:768px){.use-cases-section{padding:4rem 0}.use-cases-grid{grid-template-columns:1fr}}.tech-stacks-section{padding:6rem 0;position:relative;z-index:1;background:#fff}.tech-stacks-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:800px;margin:0 auto}.tech-stack-tag{background:#f9fafb;border:1px solid #e5e7eb;color:#4b5563;padding:.75rem 1.5rem;border-radius:2rem;font-weight:400;transition:all .3s ease}.tech-stack-tag:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633}@media(max-width:768px){.tech-stacks-section{padding:4rem 0}}.how-it-works-section{padding:6rem 0;position:relative;z-index:1;background:#fff}.container3{max-width:1200px;margin:0 auto;padding:0 2rem}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.step{text-align:center;position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:2rem 1.5rem;transition:all .3s ease}.step:hover{background:#f9fafb;border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 10px 30px #3b82f61a}.step-number{width:60px;height:60px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#fff;margin:0 auto 1.5rem;box-shadow:0 4px 15px #3b82f633}.step h3{color:#1a1a1a;font-size:1.5rem;font-weight:500;margin-bottom:1rem}.step p{color:#6b7280;line-height:1.7;font-weight:400}@media(max-width:768px){.how-it-works-section{padding:4rem 0}.steps-container{grid-template-columns:1fr}}.pricing-preview-section{padding:6rem 0;position:relative;z-index:1;background:#f9fafb}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto 2rem}.pricing-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:2rem;text-align:center;position:relative;transition:all .3s ease}.pricing-card.featured{border-color:#3b82f6;background:#fff;transform:scale(1.05);box-shadow:0 4px 20px #3b82f626}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;padding:.25rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:500}.pricing-card h3{color:#1a1a1a;font-size:1.75rem;font-weight:600;margin-bottom:1rem}.pricing-price{font-size:2.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.pricing-price-note{color:#6b7280;font-size:.875rem;margin-bottom:1.5rem;font-weight:400}.pricing-features{text-align:left;margin-top:2rem}.pricing-features p{color:#4b5563;margin-bottom:.75rem;padding-left:.5rem;font-weight:400}.pricing-note{text-align:center;color:#9ca3af;font-size:.875rem;font-style:italic;font-weight:400}@media(max-width:768px){.pricing-preview-section{padding:4rem 0}.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:scale(1)}}.coming-soon-section{padding:4rem 0;position:relative;z-index:1;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.coming-soon-content{text-align:center;max-width:600px;margin:0 auto}.container2{max-width:600px;width:100%;margin:0 auto;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;transition:all .3s ease;text-align:center}.coming-soon-title{font-size:2.5rem;font-weight:600;color:#1a1a1a;margin-bottom:3rem;letter-spacing:-.02em}.platform-icons{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.platform-icon{display:flex;flex-direction:column;align-items:center;gap:1rem;transition:transform .3s ease}.platform-icon:hover{transform:translateY(-5px)}.platform-icon svg{width:55px;height:55px;color:#4b5563;transition:all .3s ease}.platform-icon:hover svg{color:#3b82f6;transform:scale(1.1)}.platform-icon img,.platform-icon svg{height:55px;width:55px;display:block}.platform-icon img.androidIcon{filter:brightness(0) invert(.3);opacity:.8;transition:all .3s ease}.platform-icon:hover img.androidIcon{filter:brightness(0) invert(.5);opacity:1;transform:scale(1.1)}.platform-icon span{font-size:1.25rem;font-weight:500;color:#1a1a1a;letter-spacing:.5px}@media(max-width:768px){.coming-soon-section{padding:3rem 0}.container2{max-width:90%;padding:1.5rem;margin:0 1rem}.coming-soon-title{font-size:2rem;margin-bottom:2rem}.coming-soon-subtitle{font-size:1.1rem;margin-bottom:2rem}.platform-icons{gap:3rem}.platform-icon svg{width:50px;height:50px}.platform-icon span{font-size:1.1rem}}@media(max-width:480px){.container2{max-width:95%;padding:1.25rem;margin:0 .5rem}.coming-soon-title{font-size:1.75rem;margin-bottom:1.5rem}.platform-icons{gap:2.5rem}.platform-icon svg{width:45px;height:45px}.platform-icon span{font-size:1rem}.coming-soon-content{max-width:100%}}.cta-section{padding:5rem 0;position:relative;z-index:1;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.cta-title{font-size:2.5rem;font-weight:600;text-align:center;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.cta-subtitle{text-align:center;color:#6b7280;font-size:1.25rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}.container{display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-width:768px){.cta-section{padding:4rem 0}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem;margin-top:4rem;border-top:1px solid #374151}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-logo{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-logo .logo-code{font-weight:300}.footer-logo .logo-reflex{font-weight:600}.footer-description{color:#ccc;font-size:.9rem;line-height:1.6;max-width:250px}.footer-heading{font-size:1rem;font-weight:500;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ccc;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #333333;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#ccc;font-size:.875rem;margin:0}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#ccc;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-social a:hover{color:#fff;text-decoration:underline}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.footer-social{justify-content:center}}.policy-page{min-height:100vh;background:#fafafa;padding:2rem 0}.policy-container{max-width:800px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:3rem}.back-link{display:inline-block;color:#3b82f6;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .3s ease}.back-link:hover{color:#215cbd;text-decoration:underline}.policy-container h1{font-size:2.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-.02em}.last-updated{color:#6b7280;font-size:.9rem;margin-bottom:3rem;font-weight:400}.policy-container section{margin-bottom:3rem}.policy-container h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;margin-top:2rem}.policy-container h3{font-size:1.25rem;font-weight:500;color:#1a1a1a;margin-bottom:.75rem;margin-top:1.5rem}.policy-container p{color:#4b5563;line-height:1.7;margin-bottom:1rem;font-weight:400}.policy-container ul{color:#4b5563;line-height:1.8;margin-left:1.5rem;margin-bottom:1rem}.policy-container li{margin-bottom:.5rem}.policy-container strong{color:#1a1a1a;font-weight:500}@media(max-width:768px){.policy-container{padding:2rem 1.5rem;margin:0 1rem}.policy-container h1{font-size:2rem}.policy-container h2{font-size:1.5rem}.policy-container h3{font-size:1.1rem}}
