*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #FFFFFF;--bg-secondary: #F9FAFB;--text-primary: #111827;--text-secondary: #4B5563;--accent: #000000;--accent-light: #F3F4F6;--accent-hover: #1F2937;--white: #ffffff;--border-color: #E5E7EB;--max-width: 1100px}html,body{height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body:before{display:none}header{position:sticky;top:0;background:#fffc;backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid var(--border-color)}nav{max-width:var(--max-width);margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:800;color:var(--text-primary);text-decoration:none;display:flex;align-items:center;gap:.75rem;height:40px;letter-spacing:-.02em}.logo img{height:32px;width:auto;display:block}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.nav-links a:hover{color:var(--text-primary)}.btn-primary{background:var(--accent);color:var(--white);padding:.75rem 1.5rem;border-radius:9999px;border:none;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--text-primary);padding:.75rem 1.5rem;border-radius:9999px;border:1px solid var(--border-color);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{background:var(--bg-secondary);border-color:var(--text-primary)}main{max-width:var(--max-width);margin:0 auto;padding:0 2rem;position:relative;z-index:1}section{padding:2.4rem 0}.hero{padding:2.4rem 0}.hero-container{display:grid;grid-template-columns:1.2fr .8fr;gap:6rem;align-items:center;text-align:left;width:100%}.hero-content{display:flex;flex-direction:column;gap:2.5rem;text-align:left;align-items:flex-start}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:var(--text-primary);line-height:1.1;letter-spacing:-.04em;text-align:left;margin:0}.hero-steps{display:flex;flex-direction:column;gap:2rem}.hero-step{display:flex;gap:1.5rem;align-items:flex-start}.step-arrow{color:var(--text-primary);font-weight:700;font-size:1.5rem;line-height:1.2}.step-text h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.step-text p{font-size:1.1rem;color:var(--text-secondary);line-height:1.5;max-width:400px}.hero-cta{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.android-soon{font-size:.9rem;color:var(--text-secondary)}.hero-visual{display:flex;justify-content:flex-end;position:relative}.hero-visual img,.hero-visual video{width:100%;max-width:380px;height:auto;border-radius:48px;box-shadow:0 30px 60px -12px #0003;border:10px solid #1f2937;background:#000;display:block}.branding-section{padding:2.4rem 0;text-align:center;background:var(--bg-secondary);margin:0 calc(-50vw + 50%);width:100vw}.branding-content{max-width:var(--max-width);margin:0 auto;padding:0 .5rem}.branding-section h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:2rem}.branding-section p{font-size:1.25rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.6}.features{padding:2.4rem 0}.features-header{text-align:center;margin-bottom:1.5rem}.features-header h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1.25rem}.features-header p{color:var(--text-secondary);font-size:1.25rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.2rem;margin:0 calc(-50vw + 50%);width:100vw;padding:0 2rem;box-sizing:border-box}.feature-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;max-width:80%;margin:0 auto}.feature-card h3{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.feature-description{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.feature-visual{margin-top:auto;display:flex;justify-content:center;padding-top:.5rem}.feature-visual img,.feature-visual video{width:100%;max-width:480px;border-radius:24px;box-shadow:0 10px 25px -5px #0000001a;border:1px solid var(--border-color);display:block}.how-it-works{background:var(--bg-secondary);padding:2.4rem 0;margin:0 calc(-50vw + 50%);width:100vw}.how-it-works-content{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.how-it-works h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;text-align:center;margin-bottom:1.5rem;letter-spacing:-.03em}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.step{display:flex;flex-direction:column;gap:1.5rem}.step-number{font-size:.9rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em}.step h3{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.step p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.cta-section{padding:2.4rem 0;text-align:center;display:flex;flex-direction:column;align-items:center}.cta-section h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1.5rem;max-width:800px}.cta-section p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:.9rem;max-width:600px}footer{padding:2.4rem 0;border-top:1px solid var(--border-color)}.footer-content{max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:2.5rem}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.footer-links a:hover{color:var(--text-primary)}.footer-credit{color:var(--text-secondary);font-size:.9rem}.mobile-first-section{background:var(--text-primary);color:var(--white);padding:2.4rem 0;margin:0 calc(-50vw + 50%);width:100vw;text-align:center}.mobile-first-content{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.mobile-first-section h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:2rem}.mobile-first-section p{font-size:1.25rem;opacity:.8;max-width:700px;margin:0 auto;line-height:1.6}.trust-section{padding:2.4rem 0;text-align:center}.trust-section h2{font-size:2rem;font-weight:800;margin-bottom:.9rem;letter-spacing:-.02em}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:900px;margin:0 auto}.trust-item h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.trust-item p{color:var(--text-secondary);font-size:1rem}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center;gap:6rem}.hero-content{align-items:center}.hero-steps{align-items:flex-start;max-width:500px;margin:0 auto}.hero-cta{align-items:center}.hero-visual{justify-content:center}.features-grid{grid-template-columns:1fr}}@media(max-width:768px){section{padding:1.8rem 0}.nav-links a:not(.btn-primary){display:none}.steps{grid-template-columns:1fr;gap:3rem}.trust-grid{grid-template-columns:1fr;gap:2rem}.footer-content{flex-direction:column;gap:2rem}}input[type=email],input[type=text]{width:100%;padding:.85rem 1.25rem;border:1px solid var(--border-color);border-radius:12px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:var(--bg-secondary)}input[type=email]:focus,input[type=text]:focus{outline:none;border-color:var(--text-primary);background:var(--white);transform:translateY(-1px)}.error-message{display:none;background:#fef2f2;color:#b91c1c;padding:.75rem 1rem;border-radius:12px;margin-top:.75rem;border:1px solid #FEE2E2;font-size:.85rem;font-weight:500}.error-message.show{display:block}.success-message{display:none;background:var(--bg-secondary);color:var(--text-primary);padding:2.5rem;border-radius:24px;border:1px solid var(--border-color);text-align:center}.success-message.show{display:flex;flex-direction:column;align-items:center;gap:1rem}.success-message h3{font-weight:800;font-size:1.5rem;letter-spacing:-.02em}.success-message p{color:var(--text-secondary);font-size:1.1rem;max-width:400px}main.waitlist-main{max-width:600px;margin:0 auto;padding:2.4rem 2rem;text-align:center}main.waitlist-main h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;letter-spacing:-.04em;margin-bottom:1.5rem;line-height:1.1}main.waitlist-main>p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:1.2rem;line-height:1.6}.form-container{background:var(--white);padding:0;border-radius:0;margin:0;box-shadow:none;border:none}.form-group{margin-bottom:2rem;text-align:left}label{display:block;margin-bottom:.75rem;font-weight:600;color:var(--text-primary);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.form-footer{text-align:center;margin-top:1.5rem;font-size:.85rem;color:var(--text-secondary)}.skip-link[data-astro-cid-37fxchfa]{position:absolute;top:-40px;left:0;background:var(--accent);color:var(--text-primary);padding:8px;text-decoration:none;z-index:1000}.skip-link[data-astro-cid-37fxchfa]:focus{top:0}
