.home{display:flex;flex-direction:column;min-height:100vh}.hero{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.hero-content{max-width:800px;animation:fadeInUp .8s ease-out}.logo{font-family:Zen Dots,cursive;font-size:clamp(3rem,8vw,5rem);font-weight:400;background:linear-gradient(90deg,var(--accent-primary) 0%,var(--accent-hover) 12.5%,#8b5cf6 25%,#ec4899 37.5%,var(--accent-primary) 50%,var(--accent-hover) 62.5%,#8b5cf6 75%,#ec4899 87.5%,var(--accent-primary) 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.02em;animation:gradientShift 8s linear infinite}.subtitle{font-size:clamp(1.25rem,3vw,1.75rem);color:var(--text-primary);font-weight:600;margin-bottom:1.5rem}.description{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-secondary);line-height:1.8;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.coming-soon-badge{display:inline-block;padding:.5rem 1.5rem;background:var(--bg-tertiary);color:var(--accent-primary);border-radius:50px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;animation:pulse 2s ease-in-out infinite}.features{padding:5rem 2rem;background:var(--bg-secondary)}.features h2{text-align:center;font-size:clamp(2rem,5vw,2.5rem);color:var(--text-primary);margin-bottom:3rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--bg-primary);padding:2rem;border-radius:16px;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp .8s ease-out backwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;color:var(--text-primary);margin-bottom:.75rem;font-weight:600}.feature-card p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.waitlist{padding:5rem 2rem;text-align:center;background:var(--bg-primary)}.waitlist h2{font-size:clamp(2rem,5vw,2.5rem);color:var(--text-primary);margin-bottom:1rem;font-weight:700}.waitlist>p{color:var(--text-secondary);font-size:1.125rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.waitlist-form{display:flex;gap:1rem;max-width:500px;margin:0 auto 1.5rem;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:250px;padding:1rem 1.5rem;font-size:1rem;border:2px solid var(--border-color);border-radius:12px;background:var(--bg-secondary);color:var(--text-primary);transition:border-color .3s ease,box-shadow .3s ease;outline:none}.email-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #6366f11a}.email-input::placeholder{color:var(--text-tertiary)}.submit-btn{padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent-primary);border:none;border-radius:12px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.submit-btn:hover{background:var(--accent-hover);transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.status-message{font-size:.95rem;padding:.75rem 1.5rem;border-radius:8px;max-width:500px;margin:0 auto;animation:fadeIn .3s ease-out}.status-message.success{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.3)}.status-message.error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.footer{padding:2rem;text-align:center;background:var(--bg-secondary);color:var(--text-tertiary);font-size:.875rem;margin-top:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes gradientShift{0%{background-position:0% 50%}to{background-position:200% 50%}}@media(max-width:768px){.hero{min-height:90vh;padding:1.5rem}.features,.waitlist{padding:3rem 1.5rem}.waitlist-form{flex-direction:column;gap:.75rem}.email-input,.submit-btn{width:100%;min-width:unset}}
