*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif}#root{min-height:100vh}.chat-fab{color:#fff;cursor:pointer;z-index:1001;background:#1a6db5;border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:background .2s,transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #1a6db566}.chat-fab:hover{background:#145a9a;transform:scale(1.06);box-shadow:0 6px 24px #1a6db580}.chat-fab.fab-open{background:#475569;box-shadow:0 4px 16px #0003}.chat-panel{z-index:1000;opacity:0;pointer-events:none;background:#fff;border-radius:16px;flex-direction:column;width:380px;height:580px;transition:opacity .22s,transform .22s;display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden;transform:translateY(16px)scale(.97);box-shadow:0 8px 40px #0000002e}.chat-panel.panel-open{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.chat-header{background:linear-gradient(135deg,#1a6db5 0%,#1259a0 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.chat-header-left{align-items:center;gap:10px;display:flex}.chat-avatar{color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex}.chat-header-name{color:#fff;font-size:14px;font-weight:600}.chat-header-sub{color:#ffffffbf;align-items:center;gap:5px;margin-top:1px;font-size:11px;display:flex}.online-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.chat-header-close{color:#fffc;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:color .15s,background .15s;display:flex}.chat-header-close:hover{color:#fff;background:#ffffff26}.chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:8px;padding:16px 14px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.msg{max-width:85%;display:flex}.msg-bot{align-self:flex-start}.msg-user{align-self:flex-end}.bubble{white-space:pre-wrap;border-radius:16px;padding:10px 13px;font-size:14px;line-height:1.5}.msg-bot .bubble{color:#1e293b;background:#f1f5f9;border-bottom-left-radius:4px}.msg-user .bubble{color:#fff;background:#1a6db5;border-bottom-right-radius:4px}.quick-replies{flex-wrap:wrap;align-self:flex-start;gap:7px;margin-top:4px;display:flex}.qr-chip{color:#1a6db5;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #1a6db5;border-radius:20px;padding:6px 12px;font-size:13px;transition:background .15s,color .15s}.qr-chip:hover:not(:disabled){color:#fff;background:#1a6db5}.qr-chip:disabled{opacity:.5;cursor:not-allowed}.typing{align-items:center;gap:4px;padding:12px 14px;display:flex}.typing span{background:#94a3b8;border-radius:50%;width:7px;height:7px;animation:1.2s infinite bounce}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.appt-card{background:#ecfdf5;border:1.5px solid #10b981;border-radius:12px;align-self:flex-start;width:100%;margin-top:4px;font-size:13px;overflow:hidden}.appt-card-header{color:#fff;background:#10b981;align-items:center;gap:7px;padding:9px 14px;font-weight:600;display:flex}.appt-check{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;display:inline-flex}.appt-details{flex-direction:column;gap:5px;padding:10px 14px;display:flex}.appt-details div{gap:8px;line-height:1.4;display:flex}.appt-details span{color:#6b7280;min-width:70px;font-size:12px}.appt-details strong{color:#1e293b}.appt-card-footer{color:#4b7a6a;border-top:1px solid #a7f3d0;padding:8px 14px 10px;font-size:12px}.chat-input-row{border-top:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.chat-input{color:#1e293b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:22px;outline:none;flex:1;padding:9px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.chat-input:focus{background:#fff;border-color:#1a6db5}.chat-input::placeholder{color:#94a3b8}.chat-send-btn{color:#fff;cursor:pointer;background:#1a6db5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .1s;display:flex}.chat-send-btn:hover:not(:disabled){background:#145a9a}.chat-send-btn:active:not(:disabled){transform:scale(.93)}.chat-send-btn:disabled{cursor:not-allowed;background:#cbd5e1}@media (width<=480px){.chat-panel{border-radius:0;width:100%;height:100dvh;bottom:0;right:0}.chat-fab{bottom:20px;right:20px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.page{color:#1e293b;background:#fff;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.container{max-width:1100px;margin:0 auto;padding:0 24px}.btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:#1a6db5;border:none;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .18s,transform .1s}.btn-primary:hover{background:#145a9a}.btn-primary:active{transform:scale(.97)}.btn-outline{color:#1a6db5;cursor:pointer;white-space:nowrap;background:0 0;border:2px solid #1a6db5;border-radius:8px;align-items:center;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:background .18s,color .18s;display:inline-flex}.btn-outline:hover{color:#fff;background:#1a6db5}.btn-lg{border-radius:10px;padding:13px 28px;font-size:15px}.btn-sm{padding:7px 16px;font-size:13px}.header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#fffffff7;border-bottom:1px solid #e2e8f0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:16px;padding-top:14px;padding-bottom:14px;display:flex}.logo{align-items:center;gap:10px;text-decoration:none;display:flex}.logo-name{color:#1e293b;font-size:17px;font-weight:700;line-height:1.2}.logo-sub{color:#64748b;margin-top:1px;font-size:11px}.header-right{align-items:center;gap:16px;display:flex}.phone-link{color:#475569;align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.phone-link:hover{color:#1a6db5}@media (width<=600px){.phone-link{display:none}}.hero{background:linear-gradient(160deg,#f0f7ff 0%,#e8f3fd 50%,#f8fafc 100%);padding:72px 0 80px}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.hero-badge{color:#1a6db5;letter-spacing:.2px;background:#dbeafe;border-radius:20px;margin-bottom:20px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-block}.hero-text h1{color:#0f172a;letter-spacing:-1px;margin-bottom:12px;font-size:44px;font-weight:800;line-height:1.15}.hero-zh{color:#1a6db5;margin-bottom:14px;font-size:16px;font-weight:500}.hero-desc{color:#475569;margin-bottom:28px;font-size:16px;line-height:1.6}.hero-ctas{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.hero-special{color:#92400e;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;display:inline-flex}.hero-special strong{color:#c2410c}.hero-visual{justify-content:center;display:flex}.hero-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:360px;padding:36px 32px;box-shadow:0 8px 40px #1a6db526}.hero-card-name{color:#0f172a;margin-top:14px;font-size:18px;font-weight:700}.hero-card-addr{color:#64748b;margin-top:4px;margin-bottom:24px;font-size:13px}.hero-stats{background:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:16px;display:flex}.hero-stat{text-align:center;flex-direction:column;flex:1;gap:3px;display:flex}.hero-stat strong{color:#0f172a;font-size:15px;font-weight:700}.hero-stat span{color:#64748b;font-size:10px;line-height:1.3}.stat-divider{background:#e2e8f0;flex-shrink:0;width:1px;height:36px}@media (width<=768px){.hero{padding:48px 0 56px}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-text h1{font-size:34px}.hero-visual{order:-1}.hero-card{max-width:100%}}.services-section{background:#fff;padding:72px 0}.section-title{color:#0f172a;text-align:center;margin-bottom:8px;font-size:30px;font-weight:700}.section-sub{text-align:center;color:#64748b;margin-bottom:40px;font-size:15px}.services-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.service-card{color:#1e293b;text-align:center;cursor:default;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;gap:12px;padding:24px 20px;font-size:14px;font-weight:600;transition:box-shadow .18s,border-color .18s,transform .18s;display:flex}.service-card:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 4px 16px #1a6db51a}.service-icon{background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}@media (width<=640px){.services-grid{grid-template-columns:repeat(2,1fr)}}.info-section{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:72px 0}.info-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.info-block h3{color:#0f172a;align-items:center;gap:7px;margin-bottom:16px;font-size:16px;font-weight:700;display:flex}.info-block h3 svg{color:#1a6db5;flex-shrink:0}.info-block p{color:#475569;margin-bottom:8px;font-size:14px;line-height:1.6}.hours-list{flex-direction:column;gap:8px;margin-bottom:0;display:flex}.hours-row{color:#475569;justify-content:space-between;gap:8px;font-size:14px;display:flex}.hours-row .closed{color:#94a3b8}.info-link{color:#1a6db5;font-weight:600;text-decoration:none}.info-link:hover{text-decoration:underline}.info-note{color:#94a3b8!important;font-size:12px!important}.insurance-list{flex-direction:column;gap:5px;margin:8px 0;padding:0;list-style:none;display:flex}.insurance-list li{color:#475569;padding-left:16px;font-size:14px;position:relative}.insurance-list li:before{content:"✓";color:#10b981;font-size:12px;position:absolute;top:1px;left:0}@media (width<=768px){.info-grid{grid-template-columns:1fr;gap:40px}}.footer{text-align:center;background:#1e293b;padding:28px 0}.footer p{color:#94a3b8;font-size:13px}.footer a{color:#94a3b8}.footer a:hover{color:#cbd5e1}
