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}*{box-sizing:border-box;margin:0;padding:0}:root{--purple-dark:#1a0a2e;--purple-mid:#2d1b4e;--purple-light:#4a2c7a;--yellow:#ffd93d;--yellow-hover:#ffc93d;--white:#fff;--gray-light:#f5f5f5;--gray:#666;--text-dark:#1a1a1a}body{background:#1a0a2e;background:var(--purple-dark);color:#1a1a1a;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.loading-screen{align-items:center;animation:fadeOut .5s ease-in-out 1.2s forwards;background:#000;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.loading-content{align-items:center;display:flex;flex-direction:column;gap:30px}.loading-logo{animation:fadeInLogo .6s ease-out .2s forwards;height:60px;opacity:0;width:auto}@keyframes fadeInLogo{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.spinner{animation:spin 1s linear infinite;border:3px solid #ffd93d33;border-radius:50%;border-top:3px solid var(--yellow);height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.App{opacity:0;transition:opacity .6s ease-in-out}.App.hidden{opacity:0;pointer-events:none}.App.visible{opacity:1}.header{gap:20px;justify-content:space-between;left:50%;max-width:1400px;position:absolute;top:16px;transform:translateX(-50%);width:calc(100% - 80px);z-index:1000}.header,.header-logo{align-items:center;display:flex}.header-logo{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#b4b4be59;border:1px solid #ffffff26;border-radius:16px;padding:16px 32px}.header-logo img{height:28px;width:auto}.header-logo img.desktop-logo{display:block}.header-logo img.mobile-logo{display:none}.header-promo{align-items:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#b4b4be59;border:1px solid #ffffff26;border-radius:16px;display:flex;flex:1 1;font-size:1.1rem;gap:16px;justify-content:center;overflow:visible;padding:16px 36px}.header-promo,.header-promo strong{color:#fff;color:var(--white);font-weight:700}.promo-icon{flex-shrink:0;height:80px;margin:-30px 0;width:auto}.hero-section{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:100px 40px 80px;position:relative}.hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.hero-bg-image{height:100%;object-fit:cover;width:100%}.hero-bg-image.desktop{display:block}.hero-bg-image.mobile{display:none}.hero-container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;position:relative;width:100%;z-index:1}.hero-content{color:#fff;color:var(--white)}.hero-headline{font-family:Syne,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:24px}.hero-description{color:#ffffffe6;font-size:1.2rem;line-height:1.7;margin-bottom:16px}.hero-description strong{color:#fff;color:var(--white)}.hero-tagline{color:#ffffffd9;font-size:1.15rem;font-style:italic;line-height:1.6}.hero-right{align-items:flex-start;display:flex;justify-content:flex-end}.hero-form-card{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#b4b4be40;border:1px solid #fff3;border-radius:24px;max-width:380px;padding:40px 35px;width:100%}.form-title{color:#fff;color:var(--white);font-family:Proxima Nova,Montserrat,Inter,sans-serif;font-size:1.85rem;font-weight:700;line-height:1.3;margin-bottom:20px}.form-description{color:#fffc;font-size:1.1rem;line-height:1.6;margin-bottom:24px}.signup-form{display:flex;flex-direction:column;gap:14px}.input-group{align-items:center;display:flex;position:relative}.input-icon{left:16px;pointer-events:none;position:absolute;z-index:1}.input-icon circle,.input-icon path,.input-icon rect{stroke:#999}.input-group input{background:#fffffff2;border:1px solid #fff3;border-radius:12px;color:#1a1a1a;color:var(--text-dark);font-family:Inter,sans-serif;font-size:.95rem;outline:none;padding:16px 16px 16px 48px;transition:all .3s ease;width:100%}.input-group input::placeholder{color:#888}.input-group input:focus{border-color:#ffd93d;border-color:var(--yellow);box-shadow:0 0 0 3px #ffd93d33}.submit-button{background:#ffd93d;background:var(--yellow);border:none;border-radius:12px;color:#1a1a1a;color:var(--text-dark);cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-top:8px;padding:16px;transition:all .3s ease;width:100%}.submit-button:hover{background:#ffc93d;background:var(--yellow-hover);box-shadow:0 6px 20px #ffd93d66;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.form-success{background:#4caf501a;color:#4caf50}.form-error,.form-success{border-radius:8px;font-size:.9rem;padding:8px;text-align:center}.form-error{background:#f443361a;color:#f44336}.features-section{background:#f5f5f5;background:var(--gray-light);padding:100px 40px}.features-container{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.features-image{display:flex;justify-content:center}.phone-image{height:auto;max-height:600px;max-width:100%;object-fit:contain}.features-content{padding-right:40px}.features-label{color:#9b7fd1;display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.1em;margin-bottom:16px;text-transform:uppercase}.features-headline{color:#1a1a1a;color:var(--text-dark);font-family:Syne,sans-serif;font-size:2.75rem;font-weight:700;line-height:1.15;margin-bottom:24px}.features-description{color:#444;font-size:1.2rem;line-height:1.75;margin-bottom:20px}.cta-button,.features-description strong{color:#1a1a1a;color:var(--text-dark);font-weight:600}.cta-button{background:#ffd93d;background:var(--yellow);border:2px solid #ffd93d;border:2px solid var(--yellow);border-radius:12px;cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-size:1rem;margin-top:16px;padding:16px 40px;transition:all .3s ease}.cta-button:hover{background:#ffc93d;background:var(--yellow-hover);box-shadow:0 6px 20px #ffd93d66;transform:translateY(-2px)}.cta-button.cta-outline{background:#0000;border-color:#ffd93d;border-color:var(--yellow);color:#ffd93d;color:var(--yellow)}.cta-button.cta-outline:hover{background:#ffd93d;background:var(--yellow);color:#1a1a1a;color:var(--text-dark)}.model-section{background:#000;overflow:hidden;padding:100px 40px 200px;position:relative}.model-wave{bottom:0;left:0;position:absolute;right:0;z-index:0}.model-wave img{display:block;height:auto;width:100%}.model-container{grid-gap:60px 60px;align-items:center;display:grid;gap:60px 60px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;margin:0 auto;max-width:1200px;position:relative;z-index:1}.model-cta{grid-column:1;grid-row:2}.model-content{color:#fff;color:var(--white)}.model-headline{font-family:Syne,sans-serif;font-size:2.75rem;font-weight:700;line-height:1.15;margin-bottom:16px}.model-label{color:#9b7fd1;display:block;font-size:.85rem;font-weight:600;letter-spacing:.1em;margin-bottom:24px;text-transform:uppercase}.model-description{color:#ffffffe6;font-size:1.2rem;line-height:1.75;margin-bottom:20px}.model-description strong{color:#fff;color:var(--white);font-weight:700}.model-image{display:flex;justify-content:center}.shake-img{height:auto;max-height:500px;max-width:100%;object-fit:contain}.newsletter-section{overflow:hidden;padding:80px 40px;position:relative}.newsletter-bg{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.newsletter-bg img{height:100%;object-fit:cover;width:100%}.newsletter-container{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:1}.newsletter-headline{color:#fff;color:var(--white);font-family:Proxima Nova,Montserrat,Inter,sans-serif;font-size:2.25rem;font-weight:700;margin-bottom:12px}.newsletter-description{color:#fffc;font-size:1.2rem;margin-bottom:32px}.newsletter-form{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.newsletter-input-group{flex:1 1;max-width:260px;min-width:200px;position:relative}.newsletter-input-group .input-icon{left:16px;top:50%;transform:translateY(-50%)}.newsletter-input-group input{background:#fffffff2;border:none;border-radius:12px;color:#1a1a1a;color:var(--text-dark);font-family:Inter,sans-serif;font-size:.95rem;outline:none;padding:16px 16px 16px 48px;width:100%}.newsletter-input-group input::placeholder{color:#888}.newsletter-submit{background:#ffd93d;background:var(--yellow);border:2px solid #ffd93d;border:2px solid var(--yellow);border-radius:12px;color:#1a1a1a;color:var(--text-dark);cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:16px 40px;transition:all .3s ease}.newsletter-submit:hover{background:#ffc93d;background:var(--yellow-hover);box-shadow:0 6px 20px #ffd93d66;transform:translateY(-2px)}.newsletter-submit:disabled{cursor:not-allowed;opacity:.6}.footer-section{background:#000;height:450px;overflow:hidden;position:relative}.footer-background{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.footer-background img{display:block;height:100%;object-fit:cover;width:100%}.footer-container{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.footer-logo{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#b4b4be59;border:1px solid #ffffff26;border-radius:12px;padding:40px 60px}.footer-logo img{display:block;height:80px;width:auto}@media (max-width:1200px){.hero-headline{font-size:3rem}.hero-form-card{max-width:360px}}@media (max-width:968px){.header{top:12px;width:calc(100% - 24px)}.header-logo{padding:10px 16px}.header-logo img{height:22px}.header-promo{font-size:.75rem;padding:10px 16px}.promo-icon{height:50px}.hero-bg-image.desktop{display:none}.hero-bg-image.mobile{display:block}.hero-section{padding:100px 24px 60px}.hero-container{gap:40px;grid-template-columns:1fr}.hero-content{text-align:center;width:100%}.hero-headline{font-size:2.5rem}.hero-right{justify-content:center;width:100%}.hero-form-card{max-width:100%;width:100%}.features-section{padding:80px 24px}.features-container{gap:50px;grid-template-columns:1fr}.features-image{order:-1}.features-content{padding-right:0;text-align:center}.features-headline{font-size:2.25rem}.phone-mockup{height:520px;transform:none;width:260px}.model-section{padding:80px 24px}.model-container{gap:40px;grid-template-columns:1fr;grid-template-rows:auto}.model-content{order:1;text-align:center}.model-image{order:2}.model-cta{grid-column:1;grid-row:auto;order:3;text-align:center}.model-headline{font-size:2.25rem}.robot-hands-frame{height:300px;width:300px}.newsletter-section{padding:60px 24px}.newsletter-headline{font-size:1.75rem}.newsletter-form{align-items:center;flex-direction:column;margin:0 auto;max-width:400px}.newsletter-input-group{max-width:100%;width:100%}.newsletter-submit{width:100%}.footer-section{padding:80px 24px}}@media (max-width:640px){.header{flex-direction:column;gap:10px;top:10px;width:calc(100% - 20px)}.header-promo{font-size:.85rem;justify-content:center;order:-1;padding:14px 20px;width:100%}.promo-icon{height:45px}.header-logo{display:flex;justify-content:center;padding:20px 30px;width:90%}.header-logo img.desktop-logo{display:none}.header-logo img.mobile-logo{display:block;height:40px}.hero-section{min-height:110vh;padding:180px 16px 100px}.hero-headline{font-size:1.75rem}.hero-description,.hero-tagline{font-size:1rem}.hero-form-card{padding:30px 24px}.form-title{font-size:1.4rem}.features-section{padding:60px 16px}.features-headline{font-size:1.85rem}.features-description{font-size:1rem}.phone-image{max-height:450px}.model-section{padding:60px 16px 180px}.model-headline{font-size:1.85rem}.model-description{font-size:1rem}.shake-img{max-height:350px}.newsletter-section{padding:50px 16px}.newsletter-headline{font-size:1.5rem}.footer-section{height:350px}.footer-logo{padding:24px 36px}.footer-logo img{height:50px}}
/*# sourceMappingURL=main.2e4e5f2a.css.map*/