.navbar{width:100%;position:fixed;top:0;left:0;z-index:1000;padding:1.25rem 2rem;box-sizing:border-box;background-color:#fffc;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.1)}.navbar-container{max-width:1200px;margin:0 auto}.nav-logo{font-size:1.25rem;font-weight:600;color:var(--text-color);text-decoration:none}.footer{width:100%;padding:2rem;text-align:center;color:#86868b;font-size:.875rem;box-sizing:border-box;border-top:1px solid var(--border-color)}.footer-links a{color:#515154;text-decoration:none;margin:0 .5rem}.footer-links a:hover{text-decoration:underline}.footer-links .separator{color:var(--border-color)}.waitlist-form-container{width:100%;max-width:550px}.waitlist-form{display:flex;gap:.75rem;align-items:center}.waitlist-form input{flex-grow:1;padding:1rem 1.25rem;font-size:1.1rem;border:1px solid var(--border-color);border-radius:12px;background-color:#fff;outline:none;transition:border-color .2s,box-shadow .2s;min-width:0}.waitlist-form input:focus{border-color:var(--accent-color);box-shadow:0 0 0 4px #007aff33}.waitlist-form button{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;background-color:var(--accent-color);color:#fff;cursor:pointer;transition:background-color .2s;flex-shrink:0}.waitlist-form button:hover:not(:disabled){background-color:var(--accent-color-hover)}.waitlist-form button:disabled{background-color:#a0cffc;cursor:not-allowed}.message{margin-top:1.5rem;font-size:1rem;padding:1rem;border-radius:12px;text-align:center}.message.success{color:var(--success-text);background-color:var(--success-bg)}.message.error{color:var(--error-text);background-color:var(--error-bg)}@media (max-width: 500px){.waitlist-form{flex-direction:column;align-items:stretch}}.page-container{width:100%;max-width:1000px;padding:2rem 0}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;animation:fadeInUp .8s ease-out}.hero-title{font-size:3.2rem;font-weight:700;letter-spacing:-.025em;line-height:1.15;color:var(--text-color);margin-bottom:1.5rem;max-width:750px}.hero-subtitle{font-size:1.25rem;color:#6e6e73;max-width:680px;margin:0 auto 4rem;line-height:1.6}.value-propositions{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;margin-bottom:6rem;animation:fadeInUp .8s ease-out .2s;animation-fill-mode:both}.value-item{background-color:#fff;padding:2rem;border-radius:20px;text-align:left;border:1px solid var(--border-color);box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.value-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000014}.value-item h3{font-size:1.25rem;font-weight:600;margin-top:0;margin-bottom:.75rem}.value-item p{color:#6e6e73;font-size:1rem;line-height:1.6}.waitlist-section{width:100%;max-width:750px;background-color:#fff;padding:3rem;border-radius:24px;margin-bottom:3rem;box-sizing:border-box;border:1px solid var(--border-color);box-shadow:0 10px 30px #00000012;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.waitlist-section.is-visible{opacity:1;transform:translateY(0)}.waitlist-section h2{font-size:2rem;font-weight:600;margin-top:0;margin-bottom:1rem}.waitlist-section p{color:#6e6e73;font-size:1.1rem;margin-bottom:2rem}.social-proof{animation:fadeInUp .8s ease-out .6s;animation-fill-mode:both}.coming-soon{color:#86868b;font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.legal-page{text-align:left;max-width:760px}.legal-page h1{font-size:2.5rem;font-weight:600}.legal-page h3{margin-top:2rem;font-size:1.5rem;font-weight:600}.legal-page p{color:#333;line-height:1.7}.disclaimer{margin-top:2rem;padding:1rem;background-color:#fffbeb;border-left:4px solid #fbbf24;color:#92400e;font-size:.9rem}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.value-propositions{grid-template-columns:1fr}.waitlist-section{padding:2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-layout{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:1200px;margin:0 auto}.main-content{flex-grow:1;padding:6rem 2rem 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center}:root{--background-color: #f5f5f7;--text-color: #1d1d1f;--accent-color: #007aff;--accent-color-hover: #0071e3;--border-color: #d2d2d7;--success-bg: #e5f7ed;--success-text: #00642d;--error-bg: #fdeaea;--error-text: #b91c1c}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-color);margin:0}#root{display:flex;justify-content:center}
