html.reveal-on [data-reveal]{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1)}html.reveal-on [data-reveal=up]{transform:translateY(32px)}html.reveal-on [data-reveal=down]{transform:translateY(-32px)}html.reveal-on [data-reveal=left]{transform:translateX(-44px)}html.reveal-on [data-reveal=right]{transform:translateX(44px)}html.reveal-on [data-reveal=scale]{transform:scale(.93)}html.reveal-on [data-reveal=blur]{transform:translateY(18px);filter:blur(10px)}html.reveal-on [data-reveal=rise]{transform:translateY(46px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}html.reveal-on [data-reveal=unveil]{transform:scale(1.06);clip-path:inset(14% 0 14% 0);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform 1.1s cubic-bezier(.16,1,.3,1),clip-path 1.1s cubic-bezier(.16,1,.3,1)}html.reveal-on [data-reveal].is-revealed{opacity:1;transform:none;filter:none}html.reveal-on [data-reveal=unveil].is-revealed{clip-path:inset(0 0 0 0)}html.reveal-on [data-reveal-delay="1"]{transition-delay:.09s}html.reveal-on [data-reveal-delay="2"]{transition-delay:.18s}html.reveal-on [data-reveal-delay="3"]{transition-delay:.27s}html.reveal-on [data-reveal-delay="4"]{transition-delay:.36s}html.reveal-on [data-reveal-delay="5"]{transition-delay:.45s}html.reveal-on [data-reveal-delay="6"]{transition-delay:.54s}html.reveal-on [data-reveal-delay="7"]{transition-delay:.63s}html.reveal-on [data-reveal-delay="8"]{transition-delay:.72s}.drawn-icon{display:inline-flex;align-items:center;justify-content:center}.drawn-icon svg{display:block}html.reveal-on [data-reveal] .drawn-icon path[stroke]{fill:none;stroke-dasharray:1;stroke-dashoffset:1}html.reveal-on [data-reveal].is-revealed .drawn-icon path[stroke]{animation:reveal-draw 1.3s cubic-bezier(.65,0,.35,1) forwards}html.reveal-on [data-reveal].is-revealed .drawn-icon path[stroke]:nth-of-type(2){animation-delay:.1s}html.reveal-on [data-reveal].is-revealed .drawn-icon path[stroke]:nth-of-type(3){animation-delay:.2s}html.reveal-on [data-reveal].is-revealed .drawn-icon path[stroke]:nth-of-type(4){animation-delay:.3s}html.reveal-on [data-reveal].is-revealed .drawn-icon path[stroke]:nth-of-type(5){animation-delay:.4s}html.reveal-on [data-reveal].is-revealed .drawn-icon path[stroke]:nth-of-type(6){animation-delay:.5s}html.reveal-on [data-reveal].is-revealed .drawn-icon path[stroke]:nth-of-type(7){animation-delay:.6s}html.reveal-on [data-reveal].is-revealed .drawn-icon path[stroke]:nth-of-type(n+8){animation-delay:.7s}@keyframes reveal-draw{to{stroke-dashoffset:0}}html.reveal-on [data-reveal] .drawn-icon path:not([stroke]){opacity:0;transition:opacity .5s ease}html.reveal-on [data-reveal].is-revealed .drawn-icon path:not([stroke]){opacity:1;transition-delay:.9s}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}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:#ffffff;--gray-light:#f5f5f5;--gray:#666;--text-dark:#1a1a1a}body,html{overflow-x:clip}body{background:var(--purple-dark);font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;color:var(--text-dark)}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeOut .5s ease-in-out 1.2s forwards}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.loading-content{display:flex;flex-direction:column;align-items:center;gap:30px}.loading-logo{height:36px;width:auto;opacity:0;animation:fadeInLogo .6s ease-out .2s forwards}@keyframes fadeInLogo{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.spinner{width:50px;height:50px;border:3px solid rgba(255,217,61,.2);border-top:3px solid var(--yellow);border-radius:50%;animation:spin 1s linear infinite}@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{position:absolute;top:16px;left:50%;transform:translateX(-50%);z-index:1000;width:calc(100% - 80px);max-width:1400px;justify-content:space-between;gap:20px}.header,.header-logo{display:flex;align-items:center}.header-logo{background:rgba(180,180,190,.35);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;padding:16px 32px;border:1px solid rgba(255,255,255,.15)}.header-logo img{height:28px;width:auto}.header-logo img.desktop-logo{display:block}.header-logo img.mobile-logo{display:none}.header-promo{background:rgba(180,180,190,.35);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;padding:16px 36px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex:1 1;gap:16px;font-size:1.1rem;overflow:visible}.header-promo,.header-promo strong{color:var(--white);font-weight:700}.promo-icon{height:80px;width:auto;flex-shrink:0;margin:-30px 0}.hero-section{position:relative;min-height:100vh;padding:100px 40px 80px;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-bg-image{width:100%;height:100%;object-fit:cover}.hero-bg-image.desktop{display:block}.hero-bg-image.mobile{display:none}.hero-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%}.hero-content{color:var(--white)}.hero-headline{font-family:var(--font-syne),sans-serif;font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:24px;letter-spacing:-.02em}.hero-description{font-size:1.2rem;line-height:1.7;margin-bottom:16px;color:rgba(255,255,255,.9)}.hero-description strong{color:var(--white)}.hero-tagline{font-size:1.15rem;line-height:1.6;color:rgba(255,255,255,.85);font-style:italic}.hero-right{display:flex;justify-content:flex-end;align-items:flex-start}.hero-form-card{background:rgba(180,180,190,.25);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;padding:40px 35px;width:100%;max-width:380px;border:1px solid rgba(255,255,255,.2)}.form-title{font-family:"Proxima Nova",var(--font-montserrat),var(--font-inter),sans-serif;font-size:1.85rem;font-weight:700;color:var(--white);margin-bottom:20px;line-height:1.3}.form-description{font-size:1.1rem;line-height:1.6;color:rgba(255,255,255,.8);margin-bottom:24px}.signup-form{display:flex;flex-direction:column;gap:14px}.input-group{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;pointer-events:none;z-index:1}.input-icon circle,.input-icon path,.input-icon rect{stroke:#999}.input-group input{width:100%;padding:16px 16px 16px 48px;font-size:.95rem;font-family:var(--font-inter),sans-serif;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.95);transition:all .3s ease;outline:none;color:var(--text-dark)}.input-group input::placeholder{color:#888}.input-group input:focus{border-color:var(--yellow);box-shadow:0 0 0 3px rgba(255,217,61,.2)}.submit-button{width:100%;padding:16px;font-size:1rem;font-weight:600;font-family:var(--font-inter),sans-serif;color:var(--text-dark);background:var(--yellow);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-top:8px}.submit-button:hover{background:var(--yellow-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,217,61,.4)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.sms-optin-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;text-align:left}.sms-optin-text{font-size:.7rem;line-height:1.5;color:rgba(255,255,255,.5)}.form-success{color:#4CAF50;background:rgba(76,175,80,.1)}.form-error,.form-success{font-size:.9rem;text-align:center;padding:8px;border-radius:8px}.form-error{color:#f44336;background:rgba(244,67,54,.1)}.features-section{background:var(--gray-light);padding:100px 40px}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.features-image{display:flex;justify-content:center}.phone-image{max-width:100%;height:auto;max-height:600px;object-fit:contain}.features-content{padding-right:40px}.features-label{display:inline-block;font-size:1.1rem;font-weight:600;color:#9b7fd1;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.features-headline{font-family:var(--font-syne),sans-serif;font-size:2.75rem;font-weight:700;line-height:1.15;color:var(--text-dark);margin-bottom:24px}.features-description{font-size:1.2rem;line-height:1.75;color:#444;margin-bottom:20px}.cta-button,.features-description strong{color:var(--text-dark);font-weight:600}.cta-button{display:inline-block;padding:16px 40px;font-size:1rem;font-family:var(--font-inter),sans-serif;background:var(--yellow);border:2px solid var(--yellow);border-radius:12px;cursor:pointer;transition:all .3s ease;margin-top:16px}.cta-button:hover{background:var(--yellow-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,217,61,.4)}.cta-button.cta-outline{background:transparent;color:var(--yellow);border-color:var(--yellow)}.cta-button.cta-outline:hover{background:var(--yellow);color:var(--text-dark)}.model-section{position:relative;padding:100px 40px 200px;overflow:hidden;background:#000}.model-wave{position:absolute;bottom:0;left:0;right:0;z-index:0}.model-wave img{width:100%;height:auto;display:block}.model-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:60px 60px;align-items:center}.model-cta{grid-column:1;grid-row:2}.model-content{color:var(--white)}.model-headline{font-family:var(--font-syne),sans-serif;font-size:2.75rem;font-weight:700;line-height:1.15;margin-bottom:16px}.model-label{display:block;font-size:.85rem;font-weight:600;color:#9b7fd1;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.model-description{font-size:1.2rem;line-height:1.75;color:rgba(255,255,255,.9);margin-bottom:20px}.model-description strong{color:var(--white);font-weight:700}.model-image{display:flex;justify-content:center}.shake-img{max-width:100%;height:auto;max-height:500px;object-fit:contain}.newsletter-section{position:relative;padding:80px 40px;overflow:hidden}.newsletter-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.newsletter-bg img{width:100%;height:100%;object-fit:cover}.newsletter-container{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center}.newsletter-headline{font-family:"Proxima Nova",var(--font-montserrat),var(--font-inter),sans-serif;font-size:2.25rem;font-weight:700;color:var(--white);margin-bottom:12px}.newsletter-description{font-size:1.2rem;color:rgba(255,255,255,.8);margin-bottom:32px}.newsletter-form{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.newsletter-input-group{position:relative;flex:1 1;min-width:200px;max-width:260px}.newsletter-input-group .input-icon{left:16px;top:50%;transform:translateY(-50%)}.newsletter-input-group input{width:100%;padding:16px 16px 16px 48px;font-size:.95rem;font-family:var(--font-inter),sans-serif;border:none;border-radius:12px;background:rgba(255,255,255,.95);outline:none;color:var(--text-dark)}.newsletter-input-group input::placeholder{color:#888}.newsletter-submit{padding:16px 40px;font-size:1rem;font-weight:600;font-family:var(--font-inter),sans-serif;color:var(--text-dark);background:var(--yellow);border:2px solid var(--yellow);border-radius:12px;cursor:pointer;transition:all .3s ease}.newsletter-submit:hover{background:var(--yellow-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,217,61,.4)}.newsletter-submit:disabled{opacity:.6;cursor:not-allowed}.footer-section{position:relative;overflow:hidden;height:450px;background:#000}.footer-background{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.footer-background img{width:100%;height:100%;object-fit:cover;display:block}.footer-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;display:flex;justify-content:center;align-items:center}.footer-logo{background:rgba(180,180,190,.35);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:12px;padding:40px 60px;border:1px solid rgba(255,255,255,.15)}.footer-logo img{height:80px;width:auto;display:block}@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{padding:10px 16px;font-size:.75rem}.promo-icon{height:50px}.hero-bg-image.desktop{display:none}.hero-bg-image.mobile{display:block}.hero-section{padding:100px 24px 60px}.hero-container{grid-template-columns:1fr;gap:40px}.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{grid-template-columns:1fr;gap:50px}.features-image{order:-1}.features-content{padding-right:0;text-align:center}.features-headline{font-size:2.25rem}.phone-mockup{width:260px;height:520px;transform:none}.model-section{padding:80px 24px}.model-container{grid-template-columns:1fr;grid-template-rows:auto;gap:40px}.model-content{text-align:center;order:1}.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{width:300px;height:300px}.newsletter-section{padding:60px 24px}.newsletter-headline{font-size:1.75rem}.newsletter-form{flex-direction:column;align-items:center;max-width:400px;margin:0 auto}.newsletter-input-group{max-width:100%;width:100%}.newsletter-submit{width:100%}.footer-section{padding:80px 24px}}@media (max-width:640px){.header{top:10px;width:calc(100% - 20px);flex-direction:column;gap:10px}.header-promo{order:-1;width:100%;justify-content:center;font-size:.85rem;padding:14px 20px}.promo-icon{height:45px}.header-logo{width:90%;justify-content:center;display:flex;padding:20px 30px}.header-logo img.desktop-logo{display:none}.header-logo img.mobile-logo{display:block;height:40px}.hero-section{padding:180px 16px 100px;min-height:110vh}.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}}