*{box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}button{font-family:inherit}:focus-visible{outline:3px solid #0ea5e9;outline-offset:2px}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.elegans-animation-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible}.elegans-svg{width:140%;height:auto;max-width:none;opacity:.85}.elegans-body{animation:undulate 6s ease-in-out infinite;transform-origin:center}.elegans-glow{animation:undulate 6s ease-in-out infinite,pulse-glow 3s ease-in-out infinite;transform-origin:center}@keyframes undulate{0%,to{d:path("M 100 300 Q 180 200, 260 240 Q 340 280, 420 230 Q 500 180, 560 210")}25%{d:path("M 100 300 Q 180 215, 260 235 Q 340 275, 420 225 Q 500 190, 560 210")}50%{d:path("M 100 300 Q 180 210, 260 245 Q 340 270, 420 235 Q 500 175, 560 210")}75%{d:path("M 100 300 Q 180 215, 260 235 Q 340 275, 420 225 Q 500 190, 560 210")}}@keyframes pulse-glow{0%,to{opacity:.15}50%{opacity:.25}}.elegans-head{animation:head-pulse 3s ease-in-out infinite}.elegans-tail{animation:tail-wave 2.5s ease-in-out infinite}@keyframes head-pulse{0%,to{opacity:.25;transform:scale(1)}50%{opacity:.35;transform:scale(1.08)}}@keyframes tail-wave{0%,to{opacity:.2;transform:translate(0) translateY(0)}50%{opacity:.3;transform:translate(-3px) translateY(3px)}}.data-point{animation:float 3s ease-in-out infinite}.data-point-1{animation-delay:0s}.data-point-2{animation-delay:.5s}.data-point-3{animation-delay:1s}.data-point-4{animation-delay:1.5s}.data-point-5{animation-delay:2s}.data-point-6{animation-delay:2.5s}@keyframes float{0%,to{transform:translateY(0) scale(1);opacity:.25}50%{transform:translateY(-8px) scale(1.3);opacity:.4}}@media(prefers-reduced-motion:reduce){.elegans-body,.elegans-glow,.elegans-head,.elegans-tail,.data-point{animation:none}}.hero{display:grid;grid-template-columns:1fr;gap:3rem;padding:4rem 1.5rem;max-width:1280px;margin:0 auto;min-height:calc(100vh - 80px);align-items:center}.hero-content{text-align:center}.hero-headline{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15;margin:0 0 1.5rem;color:#0f172a;letter-spacing:-.02em}.hero-headline em{font-style:italic;color:#0ea5e9}.hero-subheadline{font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.6;color:#475569;margin:0 0 2.5rem;max-width:650px;margin-left:auto;margin-right:auto}.hero-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .18s ease;font-family:inherit}.cta-primary{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;box-shadow:0 4px 12px #0ea5e94d}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0ea5e966}.cta-primary:focus-visible{outline:3px solid #0ea5e9;outline-offset:2px}.cta-secondary{background:transparent;color:#0ea5e9;border:2px solid #0ea5e9}.cta-secondary:hover{background:#0ea5e90d}.cta-secondary:focus-visible{outline:3px solid #0ea5e9;outline-offset:2px}.cta-primary:active,.cta-secondary:active{transform:translateY(0)}.hero-visual{max-width:600px;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative;min-height:400px}@media(min-width:1024px){.hero{grid-template-columns:1fr 1fr;gap:4rem;padding:6rem 2rem}.hero-content{text-align:left}.hero-cta-group{justify-content:flex-start}.hero-subheadline{margin-left:0;margin-right:0}}@media(prefers-reduced-motion:reduce){.cta-primary:hover,.cta-secondary:hover{transform:none}}.problem-value{background:#f8fafc;padding:5rem 1.5rem}.problem-value-content{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:4rem}.section-heading{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#0f172a;margin:0 0 1.5rem;letter-spacing:-.01em}.value-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.value-list li{font-size:1.125rem;line-height:1.7;color:#475569;padding-left:2rem;position:relative}.value-list li:before{content:"→";position:absolute;left:0;color:#0ea5e9;font-weight:700;font-size:1.25rem}@media(min-width:768px){.problem-value-content{grid-template-columns:1fr 1fr;gap:5rem}}.how-it-works{padding:5rem 1.5rem;background:#fff}.how-it-works-content{max-width:1280px;margin:0 auto}.centered{text-align:center;margin-bottom:3rem}.steps-container{display:grid;grid-template-columns:1fr;gap:2.5rem}.step-card{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease}.step-card:hover{border-color:#0ea5e9;box-shadow:0 4px 16px #0ea5e91a;transform:translateY(-2px)}.step-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#06b6d4);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.step-number{font-size:1.5rem;font-weight:700;color:#fff}.step-title{font-size:1.375rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.step-description{font-size:1rem;line-height:1.6;color:#475569;margin:0}@media(min-width:768px){.steps-container{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(prefers-reduced-motion:reduce){.step-card:hover{transform:none}}.who-its-for{padding:5rem 1.5rem;background:#f8fafc}.who-its-for-content{max-width:1280px;margin:0 auto}.audience-grid{display:grid;grid-template-columns:1fr;gap:2rem}.audience-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease}.audience-card:hover{border-color:#0ea5e9;box-shadow:0 4px 16px #0ea5e91a}.audience-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.audience-use-case{font-size:1rem;line-height:1.6;color:#475569;margin:0 0 .75rem}.audience-outcome{font-size:.9375rem;line-height:1.6;color:#0ea5e9;font-weight:600;margin:0}@media(min-width:768px){.audience-grid{grid-template-columns:repeat(3,1fr)}}@media(prefers-reduced-motion:reduce){.audience-card:hover{box-shadow:0 2px 8px #0ea5e914}}.trust-block{padding:4rem 1.5rem;background:#fff}.trust-content{max-width:1000px;margin:0 auto}.trust-statements{display:flex;flex-direction:column;gap:1.5rem}.trust-item{background:#f1f5f9;padding:1.5rem 2rem;border-radius:8px;border-left:4px solid #0ea5e9}.trust-item p{margin:0;font-size:1.0625rem;line-height:1.7;color:#334155;font-weight:500}@media(min-width:768px){.trust-statements{gap:2rem}.trust-item{padding:2rem 2.5rem}}.waitlist-form{padding:5rem 1.5rem;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.waitlist-content{max-width:600px;margin:0 auto}.waitlist-form .section-heading{color:#fff;margin-bottom:1rem}.waitlist-intro{text-align:center;font-size:1.0625rem;color:#cbd5e1;margin:0 0 3rem;line-height:1.6}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.9375rem;font-weight:600;color:#e2e8f0}.required{color:#f87171}.optional{color:#94a3b8;font-weight:400}.form-input{padding:.875rem 1rem;font-size:1rem;border:2px solid #334155;border-radius:8px;background:#1e293b;color:#fff;font-family:inherit;transition:all .18s ease}.form-input::placeholder{color:#64748b}.form-input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e933}.form-input:disabled{opacity:.5;cursor:not-allowed}.submit-button{margin-top:.5rem;padding:1rem 2rem;font-size:1.0625rem;font-weight:600;background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .18s ease;font-family:inherit}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e966}.submit-button:disabled{opacity:.5;cursor:not-allowed}.submit-button:focus-visible{outline:3px solid #0ea5e9;outline-offset:2px}.privacy-note{text-align:center;font-size:.875rem;color:#94a3b8;margin:.5rem 0 0}.error-message{padding:.875rem 1rem;background:#f871711a;border:1px solid #f87171;border-radius:8px;color:#fca5a5;font-size:.9375rem}.success-message{text-align:center;padding:3rem 2rem}.success-heading{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem}.success-text{font-size:1.125rem;color:#cbd5e1;line-height:1.6;margin:0}@media(prefers-reduced-motion:reduce){.submit-button:hover:not(:disabled){transform:none}}.footer{background:#0f172a;color:#cbd5e1;padding:3rem 1.5rem 2rem}.footer-content{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.footer-tagline{font-size:.9375rem;color:#94a3b8;margin:0}.footer-nav{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-link{color:#cbd5e1;text-decoration:none;font-size:.9375rem;transition:color .15s ease}.footer-link:hover{color:#0ea5e9}.footer-link:focus-visible{outline:2px solid #0ea5e9;outline-offset:4px;border-radius:4px}.footer-copyright{font-size:.875rem;color:#64748b;margin:0;padding-top:1rem;border-top:1px solid #1e293b;width:100%}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;align-items:flex-start;text-align:left}.footer-brand{align-items:flex-start}.footer-nav{gap:2rem}.footer-copyright{width:auto;border:none;padding-top:0}}.app{min-height:100vh}main{isolation:isolate}
