*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:#fafbfc;color:#1f2937;line-height:1.6}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo{gap:.75rem;font-size:1.5rem;color:#1f2937;text-decoration:none}.logo,.logo-icon{display:flex;align-items:center;font-weight:700}.logo-icon{width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);justify-content:center;color:#fff}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#4b5563;font-weight:500;transition:color .3s}.nav-links a:hover{color:#3b82f6}.nav-actions{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s;cursor:pointer;border:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.btn-secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.btn-secondary:hover{background:#eff6ff}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:5rem 2rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2.5rem;font-weight:700}.stat-label{font-size:.9rem;opacity:.8}.section-title{font-size:2rem;margin-bottom:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 1.5rem;padding:0 1rem}.view-all{color:#3b82f6;text-decoration:none;font-weight:500}.features-section{padding:4rem 2rem;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.feature-card{padding:2rem;border-radius:1rem;background:#f9fafb;transition:transform .3s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;margin-bottom:.75rem}.feature-desc{color:#6b7280;line-height:1.6}.footer{background:#111827;color:#9ca3af;padding:3rem 2rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{margin:.5rem 0}.footer-section a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #374151}.chat-widget{position:fixed;bottom:2rem;right:2rem;z-index:1000}.chat-button{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px rgba(59,130,246,.4);transition:transform .3s}.chat-button:hover{transform:scale(1.1)}.chat-window{position:absolute;bottom:70px;right:0;width:350px;height:500px;background:#fff;border-radius:1rem;box-shadow:0 10px 40px rgba(0,0,0,.2);display:flex;flex-direction:column}.chat-header{padding:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-radius:1rem 1rem 0 0;display:flex;justify-content:space-between;align-items:center}.chat-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.chat-messages{flex:1 1;overflow-y:auto;padding:1rem}.message{margin:.5rem 0;padding:.75rem;border-radius:.5rem;max-width:80%}.message.bot{background:#f3f4f6}.message.user{background:#3b82f6;color:#fff;margin-left:auto}.chat-input{padding:1rem;border-top:1px solid #e5e7eb;display:flex;gap:.5rem}.chat-input input{flex:1 1;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem}.chat-input button{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;cursor:pointer}@media (max-width:768px){.navbar{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.hero h1{font-size:2rem}.hero-stats{flex-wrap:wrap;gap:1.5rem}.chat-window{width:300px;height:450px;right:-1rem}}