:root{--ink:#102a43;--muted:#627d98;--brand:#116b73;--brand2:#0e8d86;--pale:#eef8f6;--line:#dbe7e5;--white:#fff;--shadow:0 18px 50px rgba(16,42,67,.10);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;color:var(--ink);background:#f8fbfb;line-height:1.65}a{text-decoration:none;color:inherit}button,input{font:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{background:#0c3d43;color:#d9f4f0;font-size:13px}.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding:7px 0}.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(219,231,229,.85)}.nav{display:flex;align-items:center;min-height:72px;gap:30px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;white-space:nowrap}.brandmark{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,var(--brand),var(--brand2));color:white;display:grid;place-items:center;font-size:22px;box-shadow:0 8px 22px rgba(17,107,115,.2)}.brandcopy strong{display:block;font-size:18px;letter-spacing:.03em}.brandcopy small{display:block;font-size:10px;color:#78909c;font-weight:600;letter-spacing:.12em}.links{margin-left:auto;display:flex;align-items:center;gap:24px;font-size:14px;color:#355d65}.links a:hover{color:var(--brand)}.nav-cta,.btn{border:0;border-radius:12px;padding:11px 18px;background:var(--brand);color:white;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.secondary{background:white;color:var(--brand);border:1px solid #bad8d4}.btn.ghost{background:transparent;color:var(--brand);border:1px solid #c9dfdc}.hero{background:radial-gradient(circle at 86% 18%,#d6f1ed 0,transparent 31%),linear-gradient(180deg,#f7fbfb,#edf8f6);padding:72px 0 58px;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:54px}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid #bfe0dc;background:white;border-radius:99px;padding:6px 12px;color:var(--brand);font-size:13px;font-weight:750}.eyebrow i{width:7px;height:7px;border-radius:50%;background:#24a394}.hero h1{font-size:clamp(36px,5vw,60px);line-height:1.12;margin:18px 0;color:#0d3540;letter-spacing:-.035em}.hero h1 span{color:var(--brand)}.hero p{font-size:18px;color:#526e7a;max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px;color:#526e7a;font-size:13px}.hero-trust span:before{content:"✓";color:#168a7d;font-weight:900;margin-right:6px}.clinic-card{background:white;border:1px solid rgba(190,219,215,.85);border-radius:30px;box-shadow:var(--shadow);padding:24px}.visual{min-height:360px;border-radius:22px;background:linear-gradient(145deg,#d8eeeb,#f8fbfa);position:relative;overflow:hidden;display:grid;place-items:center}.visual:before,.visual:after{content:"";position:absolute;border-radius:50%;background:rgba(17,107,115,.08)}.visual:before{width:220px;height:220px;right:-50px;top:-40px}.visual:after{width:160px;height:160px;left:-30px;bottom:-50px}.doctor-illustration{position:relative;width:230px;height:250px}.doc-head{position:absolute;left:73px;top:12px;width:84px;height:84px;border-radius:50%;background:#f2d3bd;border:7px solid white}.doc-hair{position:absolute;left:68px;top:4px;width:95px;height:48px;border-radius:50px 50px 25px 25px;background:#263f4a}.doc-body{position:absolute;left:38px;top:92px;width:155px;height:150px;border-radius:42px 42px 18px 18px;background:white;box-shadow:0 10px 25px rgba(16,42,67,.08)}.doc-body:before{content:"";position:absolute;left:58px;top:0;border-left:18px solid transparent;border-right:18px solid transparent;border-top:55px solid #d9f0ed}.steth{position:absolute;left:94px;top:125px;width:50px;height:68px;border:4px solid #426b73;border-top:0;border-radius:0 0 28px 28px}.steth:after{content:"";position:absolute;width:15px;height:15px;border-radius:50%;background:#426b73;left:34px;bottom:-7px}.visual-note{position:absolute;bottom:18px;left:18px;right:18px;background:rgba(255,255,255,.9);border:1px solid #d5e8e5;border-radius:16px;padding:12px 15px;font-size:13px;color:#54717b}.section{padding:76px 0}.section.alt{background:white}.section-head{text-align:center;max-width:720px;margin:0 auto 38px}.section-head h2{font-size:32px;line-height:1.3;margin:0 0 10px;color:#113b46}.section-head p{margin:0;color:#6a818b}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.problem{background:white;border:1px solid var(--line);border-radius:17px;padding:20px;transition:.2s}.problem:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(16,42,67,.07);border-color:#acd3ce}.problem b{display:block;margin-bottom:3px}.problem small{color:#738b94}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service{background:#fbfefe;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.icon{width:48px;height:48px;border-radius:15px;background:var(--pale);display:grid;place-items:center;color:var(--brand);font-size:24px;margin-bottom:16px}.service h3{margin:0 0 8px;font-size:20px}.service p{color:#687f89;margin:0}.statement{margin-top:32px;border-radius:24px;background:#0d4e55;color:white;padding:28px;text-align:center;font-size:24px;font-weight:800}.team-area{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:center}.team-copy h2{font-size:34px;margin:0 0 14px}.team-copy p{color:#657f89}.team-disciplines{display:grid;grid-template-columns:1fr 1fr;gap:14px}.discipline{background:white;border:1px solid var(--line);border-radius:18px;padding:18px}.discipline strong{display:block}.discipline small{color:#748b94}.team-panel{background:#eff8f7;border:1px solid #cae4e0;border-radius:26px;padding:24px}.team-avatars{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.avatar-slot{background:white;border:1px solid #d7e8e5;border-radius:18px;padding:14px;text-align:center}.avatar{width:72px;height:72px;border-radius:50%;margin:0 auto 9px;background:linear-gradient(150deg,#dcecea,#f6faf9);display:grid;place-items:center;color:#66848a;font-size:25px}.avatar-slot b{font-size:13px}.avatar-slot small{font-size:11px;color:#8aa0a5;display:block}.team-note{margin-top:14px;font-size:12px;color:#68818a}.steps{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.step{position:relative;background:white;border:1px solid var(--line);border-radius:17px;padding:20px 14px;text-align:center;min-height:145px}.step-num{width:31px;height:31px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;margin:0 auto 10px;font-weight:800;font-size:13px}.step b{font-size:14px}.step p{font-size:12px;color:#758b94;margin:6px 0 0}.faq{max-width:860px;margin:auto}.faq details{background:white;border:1px solid var(--line);border-radius:14px;margin-bottom:10px;padding:0 18px}.faq summary{padding:17px 4px;font-weight:700;cursor:pointer}.faq p{color:#657e88;margin:0 4px 18px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-item{padding:19px;border-left:3px solid #7cc5bb;background:#f7fbfb;border-radius:4px 14px 14px 4px}.trust-item b{display:block}.trust-item small{color:#6d858e}.cta-box{background:linear-gradient(135deg,#0e5058,#11776f);color:white;border-radius:30px;padding:44px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}.cta-box h2{font-size:30px;margin:0 0 7px}.cta-box p{margin:0;color:#d6eeea}.footer{background:#092f35;color:#c7e0dd;padding:46px 0 85px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer h4{color:white;margin:0 0 10px}.footer a,.footer p{font-size:13px;color:#a8c4c2}.footer-note{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;font-size:12px;color:#8fafad}.mobile-bar{display:none}.contact-modal{position:fixed;inset:0;background:rgba(3,28,32,.55);z-index:80;display:none;align-items:center;justify-content:center;padding:18px}.contact-modal.show{display:flex}.contact-card{width:min(430px,100%);background:white;border-radius:22px;padding:26px;box-shadow:var(--shadow)}.contact-card h3{margin:0 0 8px}.contact-card p{color:#657f89}.wechat-box{background:#eff8f7;border-radius:14px;padding:15px;margin:16px 0;display:flex;justify-content:space-between;align-items:center}.wechat-box strong{font-size:19px}.close{background:#edf3f2;color:#456a70}.page-hero{padding:55px 0;background:linear-gradient(180deg,#eef8f6,#f9fbfb);border-bottom:1px solid var(--line)}.page-hero h1{font-size:40px;margin:0 0 8px}.page-hero p{color:#617c86;max-width:700px}.doctor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.doctor-card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden}.doctor-photo{height:210px;background:linear-gradient(150deg,#dcecea,#f7fbfa);display:grid;place-items:center;color:#6d8d92;font-size:46px}.doctor-info{padding:20px}.doctor-info h3{margin:0 0 3px}.doctor-info p{font-size:13px;color:#728891}.pending{display:inline-block;margin-top:8px;background:#eef6f5;color:#50747a;border-radius:99px;padding:4px 9px;font-size:11px}.notice{background:#fff7e8;border:1px solid #f0dfb8;color:#745f2c;border-radius:14px;padding:14px 16px;font-size:13px;margin-bottom:22px}
@media(max-width:900px){.links{display:none}.hero{padding-top:44px}.hero-grid,.team-area,.cta-box{grid-template-columns:1fr}.clinic-card{order:-1}.visual{min-height:280px}.problem-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.doctor-grid{grid-template-columns:repeat(2,1fr)}.mobile-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line);box-shadow:0 -5px 20px rgba(16,42,67,.08)}.mobile-bar .btn{padding:12px 8px}.footer{padding-bottom:110px}}
@media(max-width:560px){.wrap{width:min(100% - 26px,1180px)}.topbar{display:none}.nav{min-height:64px}.brandcopy small{display:none}.hero h1{font-size:39px}.hero p{font-size:16px}.clinic-card{padding:12px}.problem-grid,.trust-grid,.team-disciplines,.doctor-grid{grid-template-columns:1fr}.team-avatars{grid-template-columns:repeat(2,1fr)}.section{padding:56px 0}.section-head h2{font-size:28px}.steps{grid-template-columns:1fr 1fr}.cta-box{padding:28px 22px}.cta-box h2{font-size:25px}.hero-trust{gap:8px 14px}.doctor-photo{height:165px}}

.doctor-photo{overflow:hidden}.doctor-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.doctor-specialty{display:inline-block;color:var(--brand);background:#eef8f6;border-radius:99px;padding:4px 10px;font-size:12px;font-weight:750;margin-bottom:10px}.doctor-en{font-size:13px;color:#617d86;margin-bottom:10px}.doctor-info p{margin:6px 0}.qualification{line-height:1.5}.team-summary{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#eff8f7;border:1px solid #cae4e0;border-radius:16px;padding:14px 18px;margin-bottom:22px;color:#466c73}.team-summary strong{color:#123d46}.avatar-img{width:72px;height:72px;border-radius:50%;margin:0 auto 9px;object-fit:cover;object-position:center top;display:block;border:3px solid #e4f1ef}.avatar-slot b{display:block}.doctor-card{transition:.2s}.doctor-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(16,42,67,.08)}
@media(max-width:560px){.team-summary{align-items:flex-start;flex-direction:column;gap:2px}.doctor-photo{height:300px}}

/* V3: preserve original doctor-photo proportions; no crop or stretch */
.doctor-photo{height:340px;background:#fff;padding:10px;display:flex;align-items:center;justify-content:center}
.doctor-photo img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block}
.page-hero p{max-width:1120px;margin:12px 0 0;line-height:1.85}
@media(max-width:560px){.doctor-photo{height:360px;padding:8px}.page-hero h1{font-size:31px}.page-hero p{font-size:14px;line-height:1.8}}

/* V4: doctor appointment actions */
.doctor-actions{margin-top:16px}.doctor-book{width:100%;padding:10px 14px;border-radius:10px}.match-doctor{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px;margin:-6px 0 24px}.match-doctor strong{display:block;color:#123d46}.match-doctor span{display:block;color:#6b838c;font-size:13px;margin-top:2px}.doctor-remark{background:#f7fbfb;border:1px solid #d9e9e6;border-radius:12px;padding:11px 13px;color:#4f6f76!important;font-size:13px}.modal-actions{display:flex;gap:10px}.copy-tip{font-size:12px;margin-bottom:0}.contact-card h3{color:#123d46}.doctor-card .btn{box-shadow:none}
@media(max-width:560px){.match-doctor{align-items:stretch;flex-direction:column}.match-doctor .btn{width:100%}.doctor-actions{margin-top:14px}}

/* V5: warmer About page and patient-assistant contact */
.about-hero{padding-bottom:48px}.about-lead{font-size:20px!important;color:#355d65!important;max-width:900px!important}.about-story{padding-top:62px}.about-copy{max-width:900px;margin:0 auto;font-size:17px;color:#536f79}.about-copy p{margin:0 0 22px}.about-emphasis{font-size:20px;color:#123d46!important;font-weight:800;border-left:4px solid #55afa5;padding:14px 18px;background:#f1f9f7;border-radius:0 14px 14px 0}.assistant-contact{max-width:900px;margin:46px auto 0;background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 14px 36px rgba(16,42,67,.06)}.assistant-contact h2{font-size:27px;margin:16px 0 8px}.assistant-contact p{color:#617c86}.contact-line{margin-top:22px;display:flex;align-items:center;gap:14px;background:#eff8f7;border-radius:16px;padding:15px 17px}.contact-line span{color:#607b84}.contact-line strong{font-size:20px;color:#0e5960;letter-spacing:.02em}.contact-line .btn{margin-left:auto}.contact-tags{margin-top:13px;color:#789098;font-size:13px}.about-final{background:linear-gradient(135deg,#0e5058,#11776f);color:#fff;border-radius:28px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:28px}.about-final h2{font-size:29px;margin:0 0 7px}.about-final p{margin:0;color:#d6eeea}.about-final .btn.secondary{white-space:nowrap}
@media(max-width:700px){.about-lead{font-size:17px!important}.about-copy{font-size:15px}.about-emphasis{font-size:17px}.assistant-contact{padding:22px}.assistant-contact h2{font-size:23px}.contact-line{align-items:flex-start;flex-direction:column}.contact-line .btn{margin-left:0;width:100%}.about-final{padding:28px 22px;align-items:stretch;flex-direction:column}.about-final h2{font-size:24px}.about-final .btn{width:100%}}
