.app{width:100%;min-height:100vh}.home{background:#fff;color:#000;min-height:100vh;display:flex;flex-direction:column;align-items:center}.hero{min-height:100vh;padding:8rem 1rem 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-content{text-align:center;z-index:10;margin-bottom:4rem}.hero-subtitle{font-size:1.5rem;color:#636363;margin-bottom:1rem;font-weight:600;letter-spacing:.05em}.hero-title{font-size:clamp(2.5rem,8vw,3rem);font-weight:600;margin-bottom:2rem;background:#000;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-cta{background:#09f;color:#fff;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:100px;cursor:pointer;transition:all .3s ease}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 15px 40px #09f6}.hero-phones{display:flex;gap:2rem;padding:2rem 0rem 30rem;justify-content:center;align-items:center;perspective:1000px;will-change:transform}.phone-mockup{background:transparent;border-radius:40px;transition:transform .3s ease}.phone-mockup:hover{transform:scale(1.05)}.phone-left{transform:scale(.9) translateY(-30px);width:20%;height:auto;z-index:1}.phone-center{transform:scale(1.1);width:30%;height:auto;z-index:2}.phone-right{transform:scale(.9) translateY(30px);width:20%;height:auto;z-index:1}.phone-screen{width:100%;height:100%;background:none;border-radius:32px;overflow:hidden;position:relative}.app-preview{width:100%;height:100%;object-fit:cover;display:block}.features{margin:8rem;max-width:1200px;padding:0 2rem}.section-title{font-size:clamp(2rem,8vw,2.5rem);font-weight:500;text-align:left;margin-bottom:6rem;background:#000;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-card{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:8rem;opacity:0;transform:translate(-100px);transition:opacity .8s ease,transform .8s ease}.feature-card.reverse{grid-template-columns:1fr 1fr;transform:translate(100px)}.feature-card.visible{opacity:1;transform:translate(0)}.feature-image{width:100%;height:auto;border-radius:24px;overflow:hidden;background:transparent;border:none}.feature-visual{width:100%;height:100%}.feature-content h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:1rem;color:#000}.feature-content p{font-size:1.1rem;line-height:1.7;color:#000}.waitlist{min-height:80vh;margin-top:4rem;padding:6rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.waitlist-phones{display:flex;gap:1.5rem;margin-bottom:3rem;will-change:transform;justify-content:center}.phone-mockup-small{width:30%;height:auto;background:transparent}.phone-screen-small{width:100%;height:100%;background:none;overflow:hidden}.app-preview-small{width:100%;height:100%;display:block}.waitlist-content{text-align:center;z-index:10}.waitlist-subtitle{font-size:2rem;color:#636363}.waitlist-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:500;margin-bottom:2rem;background:#000;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.waitlist-cta{display:inline-block;background:#05a5ff;color:#fff;text-decoration:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:100px;transition:all .3s ease;box-shadow:0 10px 30px #05a5ff4d}.waitlist-cta:hover{transform:translateY(-2px);box-shadow:0 15px 40px #05a5ff66}@media(max-width:1024px){.features{margin:8rem 0rem}.feature-card{grid-template-columns:1fr;gap:2rem}.feature-image{width:100%}.feature-card.reverse{grid-template-columns:1fr}.feature-card.reverse .feature-image{order:-1}}@media(max-width:768px){.hero{padding:6rem 0rem 2rem}.hero-phones{padding:1rem 0rem 30rem;gap:.5rem}.phone-center{width:60%}.waitlist-phones{gap:1rem}.phone-mockup-small{width:45%}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.navbar-container{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{text-decoration:none}.logo-icon{width:auto;height:40px;border-radius:8px}.mobile-menu-toggle{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-toggle span{width:24px;height:2px;background:#000;transition:all .3s ease}.navbar-menu{display:flex;gap:3rem;list-style:none;align-items:center}.navbar-menu a{color:#000;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative}.navbar-menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#ffcc02;transition:width .3s ease}.navbar-menu a:hover{color:#3a3a3a}.navbar-menu a:hover:after{width:100%}@media(max-width:768px){.mobile-menu-toggle{display:flex}.navbar-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .6s ease}.navbar.active{background:#fff}.navbar-menu.active{transform:translateY(0);opacity:1;pointer-events:all}}.footer{background:#3f35c6;border-top:1px solid rgba(255,255,255,1);padding:4rem 2rem 2rem;width:100%}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.footer-subtitle{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.footer-link{color:#fff;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:left;font-weight:700}.footer-bottom p{color:#fff;font-size:.9rem}.about-us{background:#fff;color:#000;min-height:100vh}.about-section{padding:10rem 2rem 6rem;background:#fff}.about-container{max-width:800px;margin:0 auto}.about-content-block{margin-bottom:4rem}.about-content-block h1{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin-bottom:1.5rem;color:#000;line-height:1.2}.about-content-block h2{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin-bottom:1.5rem;color:#000;line-height:1.2}.about-content-block p{font-size:1rem;line-height:1.7;color:#666;margin-bottom:1rem}.about-content-block p:last-child{margin-bottom:0}.contact-section{padding:6rem 2rem 8rem;background:#fafafa}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-text-content{padding-top:0}.contact-text-content h2{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin-bottom:1.5rem;color:#000;line-height:1.2}.contact-text-content p{font-size:1rem;line-height:1.7;color:#666}.contact-form{display:flex;flex-direction:column;gap:1rem;width:100%}.contact-input{width:100%;padding:1rem 1.2rem;font-size:.95rem;background:#fff;border:1px solid #e5e5e5;border-radius:8px;color:#000;transition:all .3s ease;font-family:inherit}.contact-input:focus{outline:none;border-color:#ccc;background:#fafafa}.contact-input::placeholder{color:#999}.contact-textarea{width:100%;padding:1rem 1.2rem;font-size:.95rem;background:#fff;border:1px solid #e5e5e5;border-radius:8px;color:#000;transition:all .3s ease;font-family:inherit;resize:vertical;min-height:120px}.contact-textarea:focus{outline:none;border-color:#ccc;background:#fafafa}.contact-textarea::placeholder{color:#999}.contact-submit{width:100%;padding:1rem;font-size:1rem;font-weight:600;background:#0ea5e9;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.contact-submit:hover{background:#0284c7;transform:translateY(-1px)}.contact-submit:active{transform:translateY(0)}.contact-success{padding:3rem;background:#fff;border:1px solid #e5e5e5;border-radius:12px;text-align:center}.contact-success h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#22c55e}.contact-success p{font-size:1rem;color:#666}@media(max-width:968px){.contact-container{grid-template-columns:1fr;gap:3rem}}@media(max-width:640px){.about-section{padding:8rem 1.5rem 4rem}.contact-section{padding:4rem 1.5rem 6rem}.about-content-block{margin-bottom:3rem}}.join-waitlist{background:#fff;color:#000;min-height:100vh}.waitlist-form-section{min-height:80vh;padding:10rem 2rem 4rem;display:flex;align-items:center;justify-content:center}.waitlist-form-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.waitlist-text-content{text-align:left}.waitlist-text-content h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1.5rem;color:#000;line-height:1.2}.waitlist-form-description{font-size:1rem;line-height:1.6;color:#666;margin-bottom:0}.waitlist-form{display:flex;flex-direction:column;gap:1rem;width:100%}.waitlist-input{width:100%;padding:1rem 1.2rem;font-size:.95rem;background:#f5f5f5;border:1px solid #E5E5E5;border-radius:8px;color:#000;transition:all .3s ease;font-family:inherit}.waitlist-input:focus{outline:none;border-color:#ccc;background:#f0f0f0}.waitlist-input::placeholder{color:#999}.waitlist-textarea{width:100%;padding:1rem 1.2rem;font-size:.95rem;background:#f5f5f5;border:1px solid #E5E5E5;border-radius:8px;color:#000;transition:all .3s ease;font-family:inherit;resize:vertical;min-height:100px}.waitlist-textarea:focus{outline:none;border-color:#ccc;background:#f0f0f0}.waitlist-textarea::placeholder{color:#999}.waitlist-submit{width:100%;padding:1rem;font-size:1rem;font-weight:600;background:#0ea5e9;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.waitlist-submit:hover{background:#0284c7;transform:translateY(-1px)}.waitlist-submit:active{transform:translateY(0)}.waitlist-success{padding:3rem;background:#f5f5f5;border:1px solid #E5E5E5;border-radius:12px;text-align:center}.waitlist-success h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#000}.waitlist-success p{font-size:1.1rem;color:#666}@media(max-width:968px){.waitlist-form-container{grid-template-columns:1fr;gap:3rem}.waitlist-text-content{text-align:center}}@media(max-width:640px){.waitlist-form-section{padding:8rem 1.5rem 4rem}.waitlist-text-content h1{font-size:1.75rem}.waitlist-form-description{font-size:.9rem}}:root{font-family:Manrope,Manrope Placeholder,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh}#root{width:100%}
