@import"https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-color: #0a0a0a;--text-main: #ffffff;--text-muted: #a0a0a0;--font-main: "Darker Grotesque", sans-serif;--primary-gradient: linear-gradient(90deg, #a78bfa 0%, #f472b6 50%, #fbbf24 100%)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-main);min-height:100vh;overflow-x:hidden;line-height:1.2}.gradient-background{position:absolute;top:50%;right:-10%;width:800px;height:800px;background:radial-gradient(circle,#8b5cf666,#8b5cf600 70%);transform:translateY(-50%);z-index:0;pointer-events:none;filter:blur(80px)}.container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.flex-center{display:flex;justify-content:center;align-items:center}button{cursor:pointer;border:none;background:none;font-family:inherit}.toast-notification{position:fixed;bottom:2rem;right:2rem;background:#141414f2;border:1px solid rgba(255,255,255,.1);border-left:4px solid #6d28d9;padding:1rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;box-shadow:0 10px 30px #00000080;z-index:1000;animation:slideIn .3s ease-out;color:#fff}.toast-notification.error{border-left-color:#ef4444}.toast-notification.error .toast-icon{background:#ef4444}.toast-icon{width:24px;height:24px;background:#6d28d9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700}.toast-content h4{margin:0;font-size:1rem;font-weight:600}.toast-content p{margin:0;font-size:.9rem;color:#ccc}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;font-family:Darker Grotesque,sans-serif;padding-bottom:2rem}.hero-container{display:flex;flex-direction:column;width:100%;max-width:1400px;margin:0 auto;padding:2rem;z-index:1;box-sizing:border-box}.brand{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:500}.brand-logo{width:40px;height:40px;object-fit:contain}.hero-split-layout{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%}.hero-content{text-align:center;max-width:600px;display:flex;flex-direction:column;align-items:center}.main-title{font-weight:600;line-height:.9;letter-spacing:-1px;margin-bottom:1rem;text-transform:uppercase}.subtitle{font-size:1.3rem;color:var(--text-muted);font-weight:400;margin-bottom:1rem;line-height:1.4}.cta-section{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:100%;max-width:400px}.store-buttons{display:flex;gap:12px;align-items:center;margin-bottom:8px}.store-btn{display:inline-block;background:transparent;padding:0;border-radius:12px;text-decoration:none}.store-btn img{display:block;height:56px;width:auto;border-radius:12px}@media(max-width:520px){.store-buttons{flex-direction:row;gap:10px}.store-btn img{height:44px}}.app-store-badge{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#fff;opacity:.8;margin-left:1rem}.spam-notice{margin-left:1rem}.hero-footer-links{display:flex;gap:1.5rem;margin-top:1.5rem;font-size:.9rem}.footer-link{color:var(--text-muted);text-decoration:none;transition:color .2s;cursor:pointer}.footer-link:hover{color:#fff;text-decoration:underline}.email-form{display:flex;width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.4rem .4rem .4rem 1.5rem;align-items:center;transition:border-color .2s}.email-form:focus-within{border-color:#8b5cf6}.email-input{background:transparent;border:none;color:#fff;flex:1;font-size:1.1rem;outline:none;font-family:inherit}.submit-btn{background:#6d28d9;color:#fff;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.submit-btn:hover{background:#7c3aed;transform:scale(1.05)}.arrow-icon{font-size:1.2rem}.hero-visual{display:flex;justify-content:center}.iphone-container{position:relative;width:100%;max-width:420px;aspect-ratio:9 / 19.5}.iphone-frame{position:relative;width:100%;height:100%}.bezel-image{width:100%;position:relative;z-index:10}.video-wrapper{position:absolute;inset:2.5% 5% 8%;z-index:11;border-radius:62px;overflow:hidden}.app-video{width:100%;height:100%;object-fit:cover}@media(min-width:468px){.main-title{font-size:3.5rem}.video-wrapper{border-radius:72px}}@media(min-width:768px){.main-title{font-size:3.5rem}.video-wrapper{border-radius:42px}}@media(min-width:1024px){.hero-section{height:100vh;overflow:hidden;justify-content:center;padding-bottom:0}.hero-container{height:100%;padding-top:4rem;padding-bottom:4rem}.hero-split-layout{flex-direction:row;justify-content:space-between;height:100%;gap:0}.hero-content{align-items:flex-start;text-align:left;width:45%;max-width:none;margin-top:4rem}.cta-section{align-items:flex-start;width:100%}.hero-visual{width:50%;height:100%;display:flex;align-items:center;justify-content:center;margin-top:0}.iphone-container{width:auto;height:auto;max-width:100%;max-height:85vh;aspect-ratio:9 / 19.5}.main-title{font-size:3.5rem;line-height:.85}.subtitle{margin-left:0}}@media(min-width:1400px){.iphone-container{max-height:90vh}}.contact-page{min-height:100vh;background-color:#0a0a0a;display:flex;align-items:center;justify-content:center;font-family:Darker Grotesque,sans-serif;padding:2rem;box-sizing:border-box;color:#fff;position:relative;overflow:hidden}.contact-container{background:#0a0a0a99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);width:100%;max-width:1400px;height:90vh;border-radius:30px;display:flex;overflow:hidden;border:1px solid rgba(255,255,255,.1);z-index:1}.contact-image-section{width:40%;height:100%;position:relative;display:none}.contact-image{width:100%;height:100%;object-fit:cover;opacity:.8}.contact-form-section{width:100%;padding:4rem;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.brand-small{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#fff;margin-bottom:2rem;font-size:1.2rem}.brand-dot{background:#6d28d9;color:#fff;width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.form-header h1{font-size:4rem;color:#fff;margin-bottom:.5rem;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:-2px}.contact-subtext{color:#a0a0a0;margin-bottom:3rem;font-size:1.1rem}.contact-subtext a{color:#8b5cf6;text-decoration:none}.main-form{display:flex;flex-direction:column;gap:1.5rem;max-width:600px}.form-row{display:flex;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;flex:1;position:relative}.form-group label{font-size:1rem;font-weight:600;color:#fff}.form-group input,.form-group textarea,.phone-input-wrapper{padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:1.1rem;outline:none;transition:border-color .2s;background:#ffffff0d;font-family:inherit;color:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group input:focus,.form-group textarea:focus,.phone-input-wrapper:focus-within{border-color:#8b5cf6}.phone-input-wrapper{display:flex;align-items:center;padding:0;overflow:hidden}.country-code{padding:1rem;background:#ffffff0d;border-right:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.3rem;color:#fff;font-weight:500}.phone-input-wrapper input{border:none;padding:1rem;flex:1;background:transparent}.phone-input-wrapper input:focus{border-color:transparent}.form-group textarea{min-height:120px;resize:vertical}.char-count{position:absolute;bottom:1rem;right:1rem;font-size:.8rem;color:#666}.submit-form-btn{background:#6d28d9;color:#fff;padding:1rem;border-radius:999px;font-size:1.1rem;font-weight:600;margin-top:1rem;display:flex;justify-content:center;align-items:center;gap:.5rem;border:none;cursor:pointer;transition:background .2s,transform .2s}.submit-form-btn:hover{background:#7c3aed;transform:scale(1.02)}@media(min-width:1024px){.contact-image-section{display:block}.contact-form-section{width:60%}}@media(max-width:768px){.contact-page{padding:0;background:#0a0a0a}.contact-container{border-radius:0;height:auto;min-height:100vh;border:none}.contact-form-section{padding:4rem 2rem 2rem;justify-content:flex-start}.form-header h1{font-size:3rem}.form-row{flex-direction:column;gap:1.5rem}}.error-input{border-color:#ef4444!important}.error-text{color:#ef4444;font-size:.85rem;margin-top:-.2rem}.pp-hero{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:48px 20px;background:radial-gradient(ellipse at top center,#9a5cff2e,#6a00ff1f 20%,#0009 60%),linear-gradient(180deg,#0a0610,#070309);color:#efeaff}.pp-overlay{width:100%;max-width:1100px}.pp-header{text-align:center;padding:64px 20px 36px}.pp-header h1{font-size:48px;line-height:1.02;margin:0;color:#fff;font-weight:800;letter-spacing:.2px;text-shadow:0 6px 24px rgba(106,0,255,.24)}.pp-content{background:#ffffff05;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;padding:28px 36px;color:#e9e1ff;box-shadow:0 10px 30px #02020699;border:1px solid rgba(155,92,255,.06)}.pp-content article{max-width:880px;margin:0 auto;font-size:18px;line-height:1.7}.pp-content h2{color:#f5eefe;margin-top:18px;margin-bottom:8px;font-size:28px}.pp-content ul{margin-left:1.1rem}.pp-content li{margin:6px 0}.contact{color:#fff;background:linear-gradient(90deg,#9b5cff,#6a00ff);display:inline-block;padding:6px 10px;border-radius:6px;margin-top:8px}@media(max-width:720px){.pp-header h1{font-size:34px}.pp-content{padding:20px}.pp-content article{font-size:15px}}
