:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{color:#0f172a;background:radial-gradient(circle at top,#e8f4ff 0%,#f8fafc 45%,#fff 100%);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.site-nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.nav-brand{letter-spacing:-.02em;color:#2563eb;font-size:1.125rem;font-weight:800;text-decoration:none}.nav-links{gap:1.5rem;display:flex}.nav-links a{color:#475569;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:#2563eb}.btn{cursor:pointer;text-align:center;border-radius:.625rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-block}.btn--primary{color:#fff;background:#2563eb}.btn--primary:hover{background:#1d4ed8}.btn--secondary{color:#334155;background:#f1f5f9}.btn--secondary:hover{background:#e2e8f0}.hero{justify-content:center;align-items:center;min-height:calc(100vh - 4rem);padding:2rem;display:flex}.hero-card{background:#fffffff0;border:1px solid #dbeafe;border-radius:1.25rem;width:min(56rem,100%);padding:clamp(1.5rem,3vw,3rem);box-shadow:0 24px 48px -28px #0f172a4d}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin:0;font-size:.875rem;font-weight:700}h1{margin:.5rem 0 1rem;font-size:clamp(2.25rem,5vw,3.75rem);line-height:1.05}.subtitle{color:#334155;max-width:48ch;margin:0;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.pricing-page{max-width:72rem;margin:0 auto;padding:3rem 2rem 4rem}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-header .subtitle{margin:0 auto}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1.5rem;display:grid}.tier-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;padding:1.75rem 1.5rem;transition:box-shadow .2s;display:flex}.tier-card:hover{box-shadow:0 12px 32px -16px #0f172a2e}.tier-card--highlight{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb}.tier-name{margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.tier-price{margin:0 0 .5rem;font-size:1rem}.price-amount{letter-spacing:-.02em;font-size:2rem;font-weight:800}.price-period{color:#64748b;font-size:1rem}.tier-description{color:#64748b;margin:0 0 1rem;font-size:.875rem;line-height:1.5}.tier-features{flex:1;margin:0 0 1.5rem;padding:0;list-style:none}.tier-features li{color:#334155;border-bottom:1px solid #f1f5f9;padding:.375rem 0;font-size:.875rem}.tier-features li:last-child{border-bottom:none}.tier-cta{margin-top:auto}.tier-cta .btn{color:#334155;background:#f1f5f9;width:100%}.tier-card--highlight .tier-cta .btn{color:#fff;background:#2563eb}.features-page{max-width:72rem;margin:0 auto;padding:3rem 2rem 4rem}.features-header{text-align:center;margin-bottom:3rem}.features-header .subtitle{margin:0 auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:2rem;display:grid}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem 1.75rem;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 12px 32px -16px #0f172a2e}.feature-title{color:#0f172a;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.feature-description{color:#475569;margin:0 0 1rem;font-size:.9375rem;line-height:1.7}.feature-highlights{margin:0;padding:0;list-style:none}.feature-highlights li{color:#334155;padding:.3rem 0 .3rem 1.25rem;font-size:.875rem;position:relative}.feature-highlights li:before{content:"✓";color:#2563eb;font-weight:700;position:absolute;left:0}.demo-page{max-width:56rem;margin:0 auto;padding:2rem 2rem 4rem}.demo-header{text-align:center;margin-bottom:2rem}.demo-header .subtitle{margin:0 auto}.demo-container{background:#fff;border:1px solid #dbeafe;border-radius:1.25rem;overflow:hidden;box-shadow:0 12px 40px -16px #0f172a2e}.demo-team{background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:1rem;padding:1rem 1.5rem;display:flex;overflow-x:auto}.team-member{white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.team-emoji{font-size:1.25rem}.team-info{flex-direction:column;display:flex}.team-name{color:#0f172a;font-size:.8125rem;font-weight:700}.team-role{color:#64748b;font-size:.6875rem}.demo-messages{flex-direction:column;gap:1rem;min-height:20rem;max-height:28rem;padding:1.5rem;display:flex;overflow-y:auto}.demo-msg{max-width:85%;animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.demo-msg--user{align-self:flex-end}.demo-msg--assistant{align-self:flex-start}.msg-agent{align-items:center;gap:.375rem;margin-bottom:.25rem;display:flex}.msg-agent-emoji{font-size:.875rem}.msg-agent-name{color:#2563eb;font-size:.75rem;font-weight:600}.msg-content{border-radius:1rem;padding:.75rem 1rem;font-size:.9375rem;line-height:1.6}.demo-msg--user .msg-content{color:#fff;background:#2563eb;border-bottom-right-radius:.25rem}.demo-msg--assistant .msg-content{color:#1e293b;background:#f1f5f9;border-bottom-left-radius:.25rem}.typing-dots{gap:.3rem;padding:.75rem 1rem;display:flex}.typing-dots span{background:#94a3b8;border-radius:50%;width:.5rem;height:.5rem;animation:1.2s infinite bounce}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.demo-suggestions{flex-wrap:wrap;gap:.5rem;padding:0 1.5rem 1rem;display:flex}.suggestion-btn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #dbeafe;border-radius:2rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:background .15s,border-color .15s}.suggestion-btn:hover{background:#dbeafe;border-color:#93c5fd}.demo-input{background:#f8fafc;border-top:1px solid #e2e8f0;gap:.75rem;padding:1rem 1.5rem;display:flex}.demo-input input{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;outline:none;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s}.demo-input input:focus{border-color:#2563eb}.demo-input input:disabled{opacity:.6}.send-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.75rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;transition:background .15s}.send-btn:hover:not(:disabled){background:#1d4ed8}.send-btn:disabled{opacity:.5;cursor:not-allowed}
