@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");.gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.trust-indicators{margin-top:2rem;text-align:center}.trust-badges{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:.75rem;flex-wrap:wrap}.trust-badges span{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.demo-interface{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.demo-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}.demo-tabs{display:flex;gap:1rem}.tab{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.tab.active{background:#3b82f6;color:white}.demo-content{padding:1.5rem}.search-box{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem}.search-box i{color:#3b82f6}.typing-demo{color:#1e293b;font-weight:500}.search-results{display:flex;flex-direction:column;gap:1rem}.result-item{padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background:white}.result-title{font-weight:600;color:#1e293b;margin-bottom:.5rem}.result-snippet{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:.75rem}.result-meta{display:flex;gap:1rem;font-size:.75rem}.confidence{color:#059669;font-weight:500}.source{color:#64748b}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin:2rem 0}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#3b82f6;line-height:1}.stat-label{font-size:.875rem;color:#64748b;margin-top:.5rem}.btn-primary.large,.btn-secondary.large{padding:1rem 2rem;font-size:1.125rem;font-weight:600}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}@media (max-width:768px){.hero-stats{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:2rem}.hero-cta{flex-direction:column;align-items:center}.btn-primary.large,.btn-secondary.large{width:100%;max-width:280px}}