*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#1E293B;background:#F8FAFC}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(124,58,237,.1);position:fixed;width:100%;top:0;z-index:100}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#7C3AED,#EC4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#64748B;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#7C3AED}.cta-buttons{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(135deg,#7C3AED,#EC4899);color:white;box-shadow:0 4px 14px 0 rgba(124,58,237,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(124,58,237,.4)}.btn-secondary{background:transparent;color:#7C3AED;border:2px solid #7c3aed}.btn-secondary:hover{background:#7C3AED;color:white}.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,rgba(124,58,237,.05),rgba(236,72,153,.05));text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:200%;background:radial-gradient(circle,rgba(124,58,237,.1) 0,transparent 70%);animation:float 6s ease-in-out infinite}.beta-badge{background:linear-gradient(135deg,#F97316,#EA580C);color:white;padding:.5rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:2rem;display:inline-block;box-shadow:0 4px 14px 0 rgba(249,115,22,.3);animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content{position:relative;z-index:2}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#7C3AED,#EC4899,#F97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero p{font-size:1.25rem;color:#64748B;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.hero-demo{max-width:800px;margin:0 auto;background:white;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden;border:1px solid rgba(124,58,237,.1)}.demo-header{background:linear-gradient(135deg,#7C3AED,#EC4899);padding:1rem;color:white;align-items:center}.demo-dots,.demo-header{display:flex;gap:.5rem}.dot{width:.75rem;height:.75rem;border-radius:50%;background:rgba(255,255,255,.3)}.demo-content{padding:2rem;background:#F8FAFC}.chat-preview{display:flex;flex-direction:column;gap:1rem}.message{max-width:70%;padding:.75rem 1rem;border-radius:1rem;position:relative}.message.sent{background:linear-gradient(135deg,#7C3AED,#EC4899);color:white;align-self:flex-end;border-bottom-right-radius:.25rem}.message.received{color:#1E293B;border-bottom-left-radius:.25rem;border:1px solid #e2e8f0}.message.received,.typing{background:white;align-self:flex-start}.typing{display:flex;gap:.25rem;padding:.5rem 1rem;border-radius:1rem;border:1px solid #e2e8f0;max-width:-moz-fit-content;max-width:fit-content}.typing-dot{width:.5rem;height:.5rem;border-radius:50%;background:#64748B;animation:typing 1.5s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3}30%{opacity:1}}.features{padding:6rem 0;background:white}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1E293B}.section-header p{font-size:1.1rem;color:#64748B;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:white;padding:2rem;border-radius:1rem;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#7C3AED,#EC4899);transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px -12px rgba(124,58,237,.2)}.feature-icon{width:3rem;height:3rem;border-radius:.75rem;background:linear-gradient(135deg,#7C3AED,#EC4899);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:white;font-size:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1E293B}.feature-card p{color:#64748B;line-height:1.6}.beta-signup{padding:6rem 0;background:linear-gradient(135deg,rgba(124,58,237,.08),rgba(236,72,153,.08))}.beta-signup-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.beta-info h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#7C3AED,#EC4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.beta-info p{font-size:1.1rem;color:#64748B;margin-bottom:2rem;line-height:1.6}.beta-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.stat{text-align:center;padding:1.5rem;background:white;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.stat-number{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#7C3AED,#EC4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:#64748B;margin-top:.5rem}.beta-perks{background:white;padding:2rem;border-radius:1rem;border:1px solid #e2e8f0}.beta-perks h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1E293B}.beta-perks ul{list-style:none}.beta-perks li{padding:.5rem 0;color:#64748B;display:flex;align-items:center;gap:.5rem}.beta-form{background:white;padding:2.5rem;border-radius:1rem;box-shadow:0 20px 40px -12px rgba(124,58,237,.15);border:1px solid #e2e8f0}.form-header{text-align:center;margin-bottom:2rem}.form-header h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#1E293B}.form-header p{color:#64748B}.btn-full{width:100%;padding:1rem;font-size:1.1rem}.form-note{text-align:center;font-size:.75rem;color:#9CA3AF;margin-top:1rem}.footer{background:#1E293B;color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:white}.footer-section a{color:#94A3B8;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#EC4899}.footer-bottom{border-top:1px solid #334155;padding-top:1rem;text-align:center;color:#94A3B8}@media (max-width:768px){.nav-links{display:none}.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.beta-signup-content,.features-grid{grid-template-columns:1fr}.beta-signup-content{gap:2rem}.beta-stats{grid-template-columns:1fr}}@media (max-width:900px){.auth-beta-row{flex-direction:column!important;gap:32px!important;align-items:center!important}}