:root{--primary: #6530e8;--secondary: #8CF5C0;--background: #FFFDF9;--text: #192921;--grey-1: #1f1f1f;--grey-3: #888888;--grey-4: #bbbbbb;--grey-5: #e1e1e1;--white: #ffffff;--radius: 12px}*{box-sizing:border-box;margin:0;padding:0}html{font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--background);color:var(--text)}body{margin:0;min-height:100vh}h1,h2,h3{font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(circle at 20% 80%,rgba(140,245,192,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(101,48,232,.05) 0%,transparent 50%),var(--background);position:relative;overflow:hidden}.header{position:absolute;top:2rem;left:2rem;z-index:10}.logo-brand{display:flex;align-items:center;gap:.75rem}.app-icon{height:40px;width:40px;border-radius:8px}.brand-text{font-size:1.5rem;font-weight:600;color:var(--text);font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif}.container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;width:100%;align-items:center;position:relative;z-index:1;padding-top:2rem}.content{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.title{font-size:3.5rem;font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;color:var(--text);line-height:1.1;margin:0}.subtitle{font-size:1.3rem;font-weight:500;color:var(--primary);margin:0;line-height:1.3}.description{font-size:1.2rem;line-height:1.6;color:var(--text);margin:0;opacity:.8}.benefits{margin:1rem 0}.benefits h3{font-size:1.3rem;color:var(--text);margin-bottom:1rem;font-weight:600}.benefits ul{list-style:none;padding:0;margin:0 0 1rem}.benefits li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:1.1rem;line-height:1.4;color:var(--text)}.benefits li:before{content:"•";position:absolute;left:0;color:var(--primary);font-weight:700;font-size:1.2rem}.benefits p{font-size:1.1rem;line-height:1.6;color:var(--text);margin:0;opacity:.8}.pilot-partner-section{margin:2rem 0;padding:2rem;background:#6530e80d;border-radius:var(--radius);border-left:4px solid var(--primary)}.pilot-partner-section h3{font-size:1.3rem;color:var(--primary);margin-bottom:1rem;font-weight:600}.pilot-partner-section p{font-size:1.1rem;line-height:1.6;color:var(--text);margin-bottom:1rem}.pilot-partner-section p:last-child{margin-bottom:0}.pilot-partner-section a{color:var(--primary);text-decoration:none;font-weight:600}.pilot-partner-section a:hover{text-decoration:underline}.email-signup-section{background:var(--background);padding:3rem 2rem;border-top:1px solid var(--grey-5)}.email-signup-container{max-width:600px;margin:0 auto}.cta-section{display:flex;flex-direction:column;gap:2rem;margin-top:1rem}.pilot-cta{background:linear-gradient(135deg,var(--primary) 0%,#8a5cf0 100%);color:#fff;border:none;padding:1.2rem 2.5rem;font-size:1.2rem;font-weight:600;border-radius:var(--radius);cursor:pointer;transition:all .3s ease;box-shadow:0 4px #4a1fb8,0 4px 20px #6530e84d;font-family:inherit;align-self:flex-start}.pilot-cta:hover{transform:translateY(-2px);box-shadow:0 6px #4a1fb8,0 6px 25px #6530e866}.pilot-cta:active{transform:translateY(0);box-shadow:0 2px #4a1fb8}.hero-image{display:flex;justify-content:center;align-items:center;position:relative}.iphone-preview{position:absolute;bottom:20px;right:20px;width:80px;height:auto;z-index:15;filter:drop-shadow(0 8px 20px rgba(0,0,0,.15));animation:float 4s ease-in-out infinite;animation-delay:.5s}.team-image{width:100%;max-width:500px;height:auto;border-radius:var(--radius);box-shadow:0 10px 30px #0000001a}.email-signup{background:#fffc;border:1px solid var(--grey-5);border-radius:var(--radius);padding:2rem;box-shadow:0 4px 20px #0000000d}.signup-text{font-size:1rem;font-weight:500;color:var(--text);margin:0 0 .5rem}.signup-form{display:flex;flex-direction:column;gap:1rem}.email-input{padding:1rem 1.2rem;font-size:1rem;border:2px solid var(--grey-4);border-radius:var(--radius);background:var(--white);color:var(--text);font-family:inherit;transition:border-color .2s ease}.email-input:focus{outline:none;border-color:var(--primary)}.signup-button{padding:.8rem 1.5rem;font-size:1rem;font-weight:600;background:var(--secondary);color:var(--text);border:none;border-radius:var(--radius);cursor:pointer;font-family:inherit;transition:all .2s ease}.signup-button:hover{background:#7ae6b3;transform:translateY(-1px)}.ml-embedded{margin-top:1rem;text-align:left!important;display:block!important}.ml-embedded *{text-align:left!important}.ml-embedded form{text-align:left!important;display:block!important;margin:0!important}.ml-embedded input,.ml-embedded button,.ml-embedded .ml-field-group{text-align:left!important;margin-left:0!important;margin-right:auto!important}.pilot-partner-cta{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,var(--secondary) 0%,#a0f7cc 100%);color:var(--text);padding:.8rem 1.2rem;border-radius:var(--radius);font-weight:500;font-size:.85rem;box-shadow:0 4px 15px #8cf5c066;border:1px solid rgba(140,245,192,.4);z-index:10;animation:float 3s ease-in-out infinite;backdrop-filter:blur(10px);background:#8cf5c0e6}.pilot-partner-cta a{color:var(--primary);text-decoration:none;font-weight:600;transition:color .2s ease}.pilot-partner-cta a:hover{color:#4a1fb8;text-decoration:underline}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.footer{background:var(--grey-1);color:var(--white);padding:3rem 2rem 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand .logo-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-brand .app-icon{height:32px;width:32px;border-radius:6px}.footer-brand .brand-text{font-size:1.3rem;font-weight:600;color:var(--white)}.footer-description{color:var(--grey-4);line-height:1.5;margin:0}.footer-section h4{color:var(--white);margin-bottom:1rem;font-weight:600}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:var(--grey-4);text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:var(--secondary)}.footer-bottom{border-top:1px solid var(--grey-3);padding-top:1rem;text-align:center}.footer-bottom p{color:var(--grey-4);margin:0;font-size:.9rem}.legal-page{max-width:700px;margin:0 auto;padding:4rem 2rem;line-height:1.7;text-align:left}.legal-page .container{display:flex;flex-direction:column;gap:1.5rem}.legal-page h1{color:var(--primary);margin-bottom:0;font-size:2.5rem;text-align:center}.legal-page h2{color:var(--text);margin-top:0;margin-bottom:0;font-size:1.5rem}.legal-page h3{color:var(--text);margin-top:0;margin-bottom:0;font-size:1.2rem}.legal-page p{margin-bottom:0;color:var(--text)}.legal-page ul{margin-bottom:0;padding-left:1.5rem}.legal-page li{margin-bottom:.5rem;color:var(--text)}.legal-page a{color:var(--primary);text-decoration:none}.legal-page a:hover{text-decoration:underline}.legal-page strong{font-weight:600}.legal-page em{color:var(--grey-3);font-style:italic}.success-message{background:linear-gradient(135deg,var(--secondary) 0%,#a0f7cc 100%);color:var(--text);padding:1.5rem;border-radius:var(--radius);font-weight:600;max-width:400px;margin:0 auto;box-shadow:0 4px 20px #8cf5c04d;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.container{grid-template-columns:1fr;gap:3rem;text-align:center;padding-top:4rem}.content{text-align:center;order:1}.hero-image{order:2}.pilot-cta{align-self:center}.title{font-size:3rem}.subtitle{font-size:1.3rem}.description{font-size:1.1rem}}@media (max-width: 768px){.hero{padding:1rem}.header{top:1rem;left:1rem}.brand-text{font-size:1.3rem}.app-icon{height:32px;width:32px}.title{font-size:2.5rem}.subtitle{font-size:1.2rem}.description{font-size:1rem}.email-signup{padding:1.5rem}.iphone-preview{width:60px;bottom:15px;right:15px}}@media (max-width: 480px){.title{font-size:2rem}.subtitle{font-size:1.1rem}.pilot-cta{padding:1rem 2rem;font-size:1.1rem}.email-signup{padding:1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer{padding:2rem 1rem 1rem}.legal-page{padding:2rem 1rem}.legal-page h1{font-size:2rem}}
