:root {
  --blue: #3c8eff;
  --blue-deep: #0b6ffa;
  --blue-dark: #1056bd;
  --blue-soft: #edf5ff;
  --ink: #17243b;
  --muted: #67758b;
  --line: #dce8f6;
  --paper: #ffffff;
  --cloud: #f6faff;
  --warm: #fff7e9;
  --mint: #eafaf6;
  --shadow: 0 18px 55px rgba(29, 79, 142, 0.12);
  --radius: 24px;
  --container-max: 1540px;
  --reading-width: 960px;
  --page-gutter: 40px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 40px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 80px;
  --radius-section: 32px;
  --radius-card: 22px;
  --radius-control: 12px;
  --button-height: 46px;
  --font-home-h1: 56px;
  --font-page-h1: 48px;
  --font-section-title: 36px;
  --font-card-title: 22px;
  --font-title: 19px;
  --font-body: 16px;
  --font-body-small: 14px;
  --font-meta: 13px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; scroll-snap-type: y proximity; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.preview-bar { padding: 7px 16px; color: #fff; background: #183e72; text-align: center; font-size: 13px; letter-spacing: .04em; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,232,246,.8); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 178px; flex: 0 0 auto; display: flex; align-items: center; }
.brand img { display: block; width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 20px; flex: 1; }
.main-nav a { position: relative; padding: 26px 0 23px; color: #3a4a62; font-size: 14px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 14px; width: 0; height: 3px; border-radius: 3px; background: var(--blue); transition: .2s ease; transform: translateX(-50%); }
.main-nav a:hover, .main-nav a.active { color: var(--blue-dark); }
.main-nav a:hover::after, .main-nav a.active::after { width: 22px; }
.phone-pill { padding: 10px 16px; border-radius: 16px; background: var(--blue-soft); color: var(--blue-dark); line-height: 1.25; }
.phone-pill span { display: block; font-size: 12px; color: #6682a8; }
.phone-pill strong { font-size: 15px; }
.menu-button { display: none; }

.hero { position: relative; min-height: calc(100svh - 104px); overflow: hidden; padding: 46px 0 0; background: linear-gradient(145deg, #f8fbff 0%, #eff7ff 56%, #f8fcff 100%); scroll-snap-align: start; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-a { width: 430px; height: 430px; top: -210px; right: 12%; background: rgba(60,142,255,.11); }
.hero-orb-b { width: 250px; height: 250px; left: -100px; bottom: 30px; background: rgba(46,203,175,.08); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 66px; min-height: 400px; }
.eyebrow, .kicker { color: var(--blue-dark); font-size: 15px; font-weight: 700; letter-spacing: .08em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid #d6e7ff; border-radius: 999px; background: rgba(255,255,255,.75); }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(60,142,255,.12); }
.hero h1 { margin: 20px 0 18px; font-size: clamp(40px, 4.3vw, 62px); line-height: 1.14; letter-spacing: -.04em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; gap: 14px; margin: 31px 0 22px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); box-shadow: 0 12px 28px rgba(60,142,255,.28); }
.button.secondary { color: var(--blue-dark); border-color: #cfe1f8; background: #fff; }
.hero-note { display: flex; align-items: flex-start; gap: 9px; color: #5e718d; font-size: 14px; }
.shield { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: #22b99a; border-radius: 50%; font-size: 13px; }
.hero-company { max-width: 650px; margin-top: 26px; padding: 17px 19px; background: rgba(255,255,255,.72); border: 1px solid #d7e7fa; border-radius: 17px; box-shadow: 0 10px 28px rgba(35,83,143,.07); }
.hero-company span { display: block; margin-bottom: 4px; color: var(--blue-dark); font-size: 14px; font-weight: 800; }
.hero-company p { margin: 0; color: #5e718d; font-size: 14px; line-height: 1.75; }

.hero-visual { position: relative; min-height: 360px; }
.carousel-viewport { position: absolute; inset: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: 44px 44px 96px 44px; box-shadow: var(--shadow); }
.carousel-track { height: 100%; display: flex; transition: transform .55s cubic-bezier(.22,.72,.23,1); }
.carousel-slide { position: relative; min-width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; color: #4e79a8; background: linear-gradient(145deg, #dcecff, #edf6ff 55%, #dcefff); }
.carousel-slide::before { content: ""; position: absolute; width: 250px; height: 250px; right: -75px; bottom: -115px; border-radius: 50%; background: rgba(255,255,255,.52); }
.carousel-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.carousel-caption { position: relative; z-index: 1; display: grid; justify-items: center; padding: 12px 18px; border-radius: 12px; background: rgba(255,255,255,.84); backdrop-filter: blur(5px); }
.photo-mark { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 18px; color: #fff; background: var(--blue); border-radius: 24px; font-size: 46px; font-weight: 300; box-shadow: 0 14px 30px rgba(60,142,255,.24); }
.carousel-slide strong { position: relative; font-size: 20px; }
.carousel-slide small { position: relative; margin-top: 5px; font-size: 14px; }
.carousel-button { position: absolute; top: 50%; z-index: 3; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; color: var(--blue-dark); background: rgba(255,255,255,.82); border: 1px solid rgba(193,215,242,.85); border-radius: 50%; box-shadow: 0 8px 22px rgba(34,79,137,.12); cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(10px); }
.carousel-button svg { width: 18px; height: 18px; display: block; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.carousel-button.previous { left: 14px; }
.carousel-button.next { right: 14px; }
.carousel-dots { position: absolute; right: 0; bottom: 17px; left: 0; z-index: 3; display: flex; justify-content: center; gap: 7px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; background: rgba(55,103,158,.3); border: 0; border-radius: 99px; cursor: pointer; transition: .2s ease; }
.carousel-dots button.active { width: 24px; background: var(--blue); }

.stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 30px; padding: 23px 26px 15px; background: #fff; border: 1px solid #e4edf8; border-radius: 26px 26px 0 0; box-shadow: 0 -8px 35px rgba(46,87,139,.06); }
.stats > div { position: relative; padding: 0 30px; text-align: center; }
.stats > div:not(:last-of-type)::after { content: ""; position: absolute; top: 5px; right: 0; width: 1px; height: 48px; background: #e1ebf6; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--blue-dark); font-size: 30px; line-height: 1.2; }
.stats sup { color: var(--blue); font-size: 16px; }
.stats span { margin-top: 6px; color: #758398; font-size: 13px; }
.city-stat-value { position: relative; }
.city-stat-link { position: absolute; top: 50%; left: calc(50% + 55px); display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 36px; padding: 0; color: var(--blue-dark); background: var(--blue-soft); border: 1px solid #d7e7fb; border-radius: 999px; font-size: 11px; font-weight: 700; line-height: 1; letter-spacing: .04em; white-space: nowrap; writing-mode: vertical-rl; text-orientation: upright; transform: translateY(-50%); }
.city-stat-link:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.stats p { grid-column: 1 / -1; margin: 18px 0 0; padding-top: 12px; color: #9aa5b4; border-top: 1px dashed #e4edf6; text-align: center; font-size: 12px; }

.section { position: relative; min-height: calc(100svh - 76px); display: flex; align-items: center; overflow: hidden; padding: clamp(54px, 7vh, 82px) 0; scroll-snap-align: start; }
.section > .shell { position: relative; z-index: 2; width: min(1120px, calc(100% - 40px)); }
.section::before, .section::after { content: ""; position: absolute; z-index: 0; border-radius: 50%; pointer-events: none; }
.section::before { top: -170px; right: -110px; width: 390px; height: 390px; background: rgba(60,142,255,.075); }
.section::after { bottom: -150px; left: -110px; width: 310px; height: 310px; background: rgba(40,197,184,.065); }
.section:nth-of-type(even)::before { top: auto; right: -130px; bottom: -170px; }
.section:nth-of-type(even)::after { top: -140px; bottom: auto; left: -100px; }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { margin: 9px 0 0; font-size: clamp(30px, 3.5vw, 42px); line-height: 1.3; letter-spacing: -.025em; }
.section-heading p { margin: 12px 0 0; color: var(--muted); font-size: 17px; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.split-heading > p { max-width: 450px; margin-bottom: 5px; }
.centered { max-width: 650px; margin-right: auto; margin-left: auto; text-align: center; }

.services { background: linear-gradient(145deg, #f8fbff 0%, #eff7ff 56%, #f8fcff 100%); }
.service-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.service-card { position: relative; min-height: 290px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { grid-row: span 2; min-height: 598px; padding: 36px; color: #fff; background: linear-gradient(155deg, #63a8ff 0%, #3c8eff 58%, #2f82eb 100%); border: 0; overflow: hidden; }
.service-card.featured::after { content: ""; position: absolute; right: -85px; bottom: -110px; width: 300px; height: 300px; border: 64px solid rgba(255,255,255,.1); border-radius: 50%; }
.service-card.muted { grid-column: 2 / 4; min-height: 270px; background: #f8fbff; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 18px; color: var(--blue-dark); background: #fff; font-size: 21px; font-weight: 800; box-shadow: 0 10px 24px rgba(16,86,189,.16); }
.service-icon.pale { color: var(--blue-dark); background: var(--blue-soft); box-shadow: none; }
.service-icon.warm { color: #bc7111; background: var(--warm); box-shadow: none; }
.service-icon.mint { color: #167f6d; background: var(--mint); box-shadow: none; }
.card-tag { position: absolute; top: 34px; right: 34px; padding: 5px 10px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.16); font-size: 12px; }
.card-tag.light { color: var(--blue-dark); background: #eaf3ff; }
.service-card h3 { margin: 0 0 10px; font-size: 24px; }
.service-card p { margin: 0; color: var(--muted); }
.service-card.featured p { max-width: 400px; color: rgba(255,255,255,.82); font-size: 17px; }
.service-card a { position: relative; z-index: 1; display: inline-flex; gap: 16px; margin-top: auto; color: var(--blue-dark); font-weight: 700; }
.service-card.featured a { color: #fff; }
.service-card .service-cta { min-width: 112px; width: fit-content; align-items: center; justify-content: center; margin-top: 18px; padding: 9px 18px; color: #fff; background: var(--blue-dark); border-radius: 11px; box-shadow: 0 8px 20px rgba(21,91,190,.18); }
.service-card.featured .service-cta { margin-top: auto; color: var(--blue-dark); background: #fff; }
.service-links { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.service-links a { margin-top: 0; padding: 8px 12px; color: #fff; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 14px; font-weight: 500; }
.service-solutions { margin-top: 14px; padding: 18px; background: linear-gradient(120deg, #e4f0ff 0%, #edf6ff 50%, #f7fbff 100%); border: 1px solid #c9dff8; border-radius: 22px; box-shadow: 0 14px 38px rgba(31,75,132,.08); }
.service-solutions-heading { padding-left: 13px; border-left: 3px solid var(--blue); }
.service-solutions-heading h3 { margin: 5px 0 0; font-size: 20px; line-height: 1.3; white-space: nowrap; }

.appointment { color: var(--ink); background: linear-gradient(145deg, #eef6ff, #f8fbff 56%, #edf7ff); }
.appointment-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 76px; }
.light-heading .kicker { color: var(--blue-dark); }
.light-heading p { color: var(--muted); }
.text-link { display: inline-flex; gap: 14px; margin-top: 24px; color: var(--blue-dark); font-weight: 700; }
.text-link.dark { color: var(--blue-dark); }
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; padding: 0; list-style: none; }
.steps li { min-height: 142px; display: flex; align-items: flex-start; gap: 17px; padding: 24px; border: 1px solid #dce9f8; border-radius: 20px; background: rgba(255,255,255,.84); box-shadow: 0 12px 30px rgba(39,83,138,.07); }
.steps li b { color: var(--blue); font-size: 14px; }
.steps strong, .steps span { display: block; }
.steps strong { margin-bottom: 7px; font-size: 18px; }
.steps span { color: var(--muted); font-size: 14px; }

.assurance { background: linear-gradient(145deg, #f8fbff 0%, #eff7ff 56%, #f8fcff 100%); }
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.assurance-grid article { padding: 30px 24px; background: #fff; border: 1px solid #e5eef9; border-radius: 22px; }
.assurance-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue-dark); background: var(--blue-soft); border-radius: 13px; font-size: 13px; font-weight: 800; }
.assurance-grid h3 { margin: 24px 0 8px; font-size: 19px; }
.assurance-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.service-process { background: linear-gradient(145deg, #f8fbff 0%, #eff7ff 56%, #f8fcff 100%); }
.process-shell { display: grid; gap: 15px; }
.process-block { padding: 22px 26px; background: rgba(255,255,255,.74); border: 1px solid rgba(214,230,248,.95); border-radius: 24px; box-shadow: 0 14px 38px rgba(34,78,134,.07); backdrop-filter: blur(10px); }
.process-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 17px; }
.process-heading h2 { margin: 5px 0 0; font-size: 28px; line-height: 1.25; }
.process-heading p { max-width: 470px; margin: 0 0 3px; color: var(--muted); font-size: 14px; }
.booking-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.booking-steps li { min-height: 176px; display: flex; flex-direction: column; padding: 20px; background: #fff; border: 1px solid #deebf8; border-radius: 17px; box-shadow: 0 8px 22px rgba(34,78,134,.045); }
.booking-step-head { min-height: 48px; display: flex; align-items: center; gap: 16px; }
.booking-step-head > b { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; color: var(--blue-dark); background: var(--blue-soft); border-radius: 14px; font-size: 14px; line-height: 1; }
.booking-steps strong, .booking-steps > li > span { display: block; }
.booking-steps strong { margin: 0; font-size: 16px; line-height: 1.35; }
.booking-steps > li > span { margin-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.booking-steps .brand-phrase { display: inline; white-space: nowrap; }
.process-divider { display: flex; align-items: center; gap: 16px; color: var(--blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.process-divider::before, .process-divider::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, #bcd7f7); }
.process-divider::after { background: linear-gradient(90deg, #bcd7f7, transparent); }
.compact-heading { margin-bottom: 15px; }
.compact-heading h2 { font-size: 26px; }
.desktop-guarantee-kicker { display: none; }
.compact-grid article { min-height: 204px; padding: 20px; border-color: #deebf8; border-radius: 17px; box-shadow: 0 8px 22px rgba(34,78,134,.045); }
.assurance-head { min-height: 48px; display: flex; align-items: center; gap: 16px; }
.compact-grid .assurance-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; color: var(--blue-dark); background: var(--blue-soft); border-radius: 14px; }
.assurance-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.compact-grid h3 { min-height: 44px; display: flex; align-items: center; margin: 0; font-size: 16px; line-height: 1.35; }
.compact-grid p { font-size: 12px; line-height: 1.55; }
.compact-grid ul { display: grid; gap: 4px; margin: 14px 0 0; padding: 0; color: var(--muted); list-style: none; }
.compact-grid li { position: relative; padding-left: 18px; font-size: 12px; line-height: 1.45; }
.compact-grid li::before { content: "✓"; position: absolute; top: 1px; left: 0; width: 13px; height: 13px; display: grid; place-items: center; color: #fff; background: var(--blue-dark); border-radius: 50%; font-size: 9px; font-weight: 800; }

@media (min-width: 901px) {
  .desktop-guarantee-kicker { display: inline-block; }
  .process-divider { gap: 0; }
  .process-divider span { display: none; }
  .compact-grid li { min-height: 18px; display: flex; align-items: center; }
  .compact-grid li::before { top: 50%; transform: translateY(-50%); }
}

.solutions-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding: 54px; border-radius: 32px; background: linear-gradient(145deg, #f1f7ff, #fbfdff); border: 1px solid #dfebf8; }
.solution-list { display: grid; gap: 10px; }
.solution-list a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 16px; padding: 18px 20px; background: #fff; border: 1px solid #e4edf7; border-radius: 17px; transition: .2s ease; }
.solution-list a:hover { transform: translateX(5px); border-color: #b9d6fb; }
.solution-list a > span { color: #8bacd4; font-size: 13px; }
.solution-list strong, .solution-list small { display: block; }
.solution-list strong { margin-bottom: 3px; font-size: 17px; }
.solution-list small { color: var(--muted); font-size: 13px; }
.solution-list b { color: var(--blue); }
.solution-list .card-action { min-width: 76px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); border: 1px solid rgba(16,86,189,.14); border-radius: 9px; font-size: 12px; font-style: normal; font-weight: 700; white-space: nowrap; box-shadow: 0 7px 16px rgba(21,91,190,.18); transition: transform .2s ease, box-shadow .2s ease; }
.solution-list a:hover .card-action { transform: translateY(-1px); box-shadow: 0 10px 20px rgba(21,91,190,.22); }

.articles { background: linear-gradient(145deg, #f8fbff 0%, #eff7ff 56%, #f8fcff 100%); }
.content-hub { display: grid; grid-template-columns: .72fr 1.55fr; align-items: start; gap: 18px; }
.news-panel, .nursing-panel { padding: 23px; background: rgba(255,255,255,.76); border: 1px solid rgba(218,232,248,.96); border-radius: 24px; box-shadow: 0 15px 40px rgba(31,75,132,.075); backdrop-filter: blur(10px); }
.panel-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.panel-title > div > span { display: block; color: #91a9c7; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.panel-title h3 { margin: 2px 0 0; font-size: 22px; }
.panel-title > small, .panel-title > a { color: var(--blue-dark); font-size: 12px; font-weight: 700; }
.news-list { display: grid; gap: 9px; }
.news-list a { display: grid; gap: 4px; padding: 14px; background: #fff; border: 1px solid #e4edf8; border-radius: 14px; transition: .2s ease; }
.news-list a:hover { border-color: #b9d7fb; transform: translateX(4px); }
.news-list a > span { color: var(--blue-dark); font-size: 11px; font-weight: 700; }
.news-list strong { font-size: 14px; line-height: 1.45; }
.news-list small { color: #8c99aa; font-size: 11px; }
.panel-more { display: flex; justify-content: space-between; margin-top: 14px; padding: 10px 12px; color: var(--blue-dark); background: var(--blue-soft); border-radius: 11px; font-size: 13px; font-weight: 700; }
.nursing-panel { align-self: start; }
.nursing-panel .article-grid { align-items: stretch; gap: 12px; }
.nursing-panel .article-grid article, .nursing-panel .article-grid .article-card-link { border-radius: 17px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-grid article, .article-grid .article-card-link { display: block; overflow: hidden; color: inherit; background: #fff; border: 1px solid #e2ecf7; border-radius: 22px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.article-grid .article-card-link:hover { transform: translateY(-4px); border-color: #b9d6fb; box-shadow: 0 12px 28px rgba(31,75,132,.1); }
.article-grid article > small, .article-grid article > h3, .article-grid article > p, .article-grid .article-card-link > small, .article-grid .article-card-link > h3, .article-grid .article-card-link > p { display: block; margin-right: 24px; margin-left: 24px; }
.article-grid article > small, .article-grid .article-card-link > small { margin-top: 22px; color: var(--blue-dark); font-weight: 700; }
.article-grid h3 { margin-top: 8px; margin-bottom: 8px; font-size: 19px; line-height: 1.5; }
.article-grid p { margin-top: 0; margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.article-cover { aspect-ratio: 16 / 9; display: grid; place-items: center; color: #6282a7; background: #deedff; font-size: 14px; }
.article-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nursing-panel .article-grid .article-card-link { height: 100%; display: flex; flex-direction: column; min-height: 0; }
.nursing-panel .article-grid .article-card-media { width: 100%; height: auto; flex: 0 0 auto; aspect-ratio: 16 / 9; overflow: hidden; }
.nursing-panel .article-grid .article-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.article-card-content { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; padding: 14px 16px 16px; }
.article-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0; }
.article-card-meta small { min-width: 0; overflow: hidden; color: var(--blue-dark); font-size: 11px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.article-card-meta time { flex: 0 0 auto; color: #8c99aa; font-size: 11px; white-space: nowrap; }
.nursing-panel .article-card-content h3 { min-height: 44px; margin: 8px 0 7px; font-size: 15px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.nursing-panel .article-card-content p { min-height: 38px; margin: 0; font-size: 12px; line-height: 1.55; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.solutions, .channels { background: linear-gradient(145deg, #f8fbff 0%, #eff7ff 56%, #f8fcff 100%); }
.channel-panel { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 60px; padding: 54px; color: #fff; background: linear-gradient(135deg, #267eea, #3c8eff 58%, #65a7ff); border-radius: 34px; box-shadow: 0 24px 65px rgba(60,142,255,.23); }
.channel-copy .kicker { color: #dcecff; }
.channel-copy h2 { margin: 10px 0; font-size: 34px; line-height: 1.35; }
.channel-copy p { color: rgba(255,255,255,.78); }
.qr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.qr-card { padding: 13px 13px 15px; color: var(--ink); background: #fff; border: 1px solid rgba(214,230,247,.92); border-radius: 18px; text-align: center; }
.qr-card strong { display: block; margin-top: 10px; font-size: 13px; }
.qr-code { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; padding: 10px; background: #fff; border: 1px solid #dbe8f7; border-radius: 11px; }
.qr-code img { display: block; width: 100%; height: 100%; object-fit: contain; }

@media (min-width: 821px) {
  .main-nav .nav-about { display: none; }
  .site-footer { min-height: 0; justify-content: flex-start; padding: 56px 0 30px; }
  .footer-bottom { margin-top: 32px; padding-top: 16px; }
  .footer-bottom .legal-links { display: none; }
  .qr-card { display: flex; flex-direction: column; padding: 13px 13px 15px; }
  .qr-card strong { min-height: 20px; margin-top: 10px; line-height: 20px; }
  .qr-code { width: 100%; aspect-ratio: 1 / 1; box-sizing: border-box; padding: 10px; }
  .qr-code picture { display: block; width: 100%; height: 100%; }
  .qr-code img { width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: center; }
}

.site-footer { min-height: calc(100svh - 76px); display: flex; flex-direction: column; justify-content: center; padding: 68px 0 84px; color: #b7c8dd; background: #112d53; scroll-snap-align: start; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .65fr .65fr 1.25fr; gap: 55px; }
.footer-brand img { width: 180px; padding: 9px; background: #fff; border-radius: 12px; }
.footer-brand p { max-width: 310px; }
.footer-brand strong, .footer-brand a { display: block; color: #fff; }
.footer-brand strong { margin-top: 18px; font-size: 23px; }
.footer-grid h3 { margin: 0 0 16px; color: #fff; font-size: 16px; }
.footer-grid > div:not(:first-child) a { display: block; margin: 9px 0; }
.footer-grid p { margin: 7px 0; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.psb-filing-wrap { display: inline-flex; align-items: center; gap: 6px; }
.psb-filing-wrap img { width: 18px; height: 18px; object-fit: contain; }

@media (min-width: 821px) {
  .site-footer { min-height: 0; justify-content: flex-start; padding: 54px 0 28px; }
  .footer-bottom { margin-top: 32px; }
}
.mobile-contact { display: none; }

.detail-hero { position: relative; overflow: hidden; padding: 48px 0 64px; background: linear-gradient(145deg, #f8fbff 0%, #eff7ff 56%, #f8fcff 100%); }
.detail-orb { position: absolute; top: -220px; right: 8%; width: 460px; height: 460px; border-radius: 50%; background: rgba(60,142,255,.1); }
.breadcrumb { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 34px; color: #8090a5; font-size: 13px; }
.breadcrumb b { color: var(--blue-dark); }
.detail-hero-grid { position: relative; display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 70px; }
.detail-hero h1 { margin: 12px 0 15px; font-size: clamp(38px, 4vw, 56px); line-height: 1.18; }
.detail-hero-grid > div:first-child > p { max-width: 650px; margin: 0; color: var(--muted); font-size: 18px; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.detail-tags span { padding: 7px 12px; color: var(--blue-dark); background: rgba(255,255,255,.76); border: 1px solid #d5e6fa; border-radius: 999px; font-size: 13px; }
.detail-photo { min-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #4e79a8; background: linear-gradient(145deg, #dcecff, #edf6ff 55%, #dcefff); border: 1px solid rgba(255,255,255,.85); border-radius: 38px 38px 80px 38px; box-shadow: var(--shadow); }
.detail-photo strong { font-size: 19px; }
.detail-photo small { margin-top: 5px; }
.detail-content { background: linear-gradient(180deg, #fff, #f3f8ff); }
.detail-layout { display: grid; grid-template-columns: 1fr 330px; align-items: start; gap: 28px; }
.detail-main { display: grid; gap: 14px; }
.detail-main > section { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 28px; background: #fff; border: 1px solid #e0ebf7; border-radius: 22px; }
.section-number { width: 46px; height: 46px; display: grid; place-items: center; color: var(--blue-dark); background: var(--blue-soft); border-radius: 14px; font-size: 13px; font-weight: 800; }
.detail-main h2, .detail-aside h2 { margin: 0 0 10px; font-size: 21px; }
.detail-main p, .detail-aside p { margin: 0; color: var(--muted); }
.detail-aside { position: sticky; top: 100px; padding: 28px; background: linear-gradient(145deg, #2d83ef, #3c8eff); border-radius: 24px; color: #fff; box-shadow: 0 20px 45px rgba(60,142,255,.22); }
.detail-aside p { color: rgba(255,255,255,.82); }
.detail-aside hr { margin: 22px 0; border: 0; border-top: 1px solid rgba(255,255,255,.22); }
.detail-aside small, .detail-aside strong { display: block; }
.detail-aside strong { margin: 2px 0 18px; font-size: 24px; }
.detail-aside a { display: flex; justify-content: space-between; padding: 12px 14px; color: var(--blue-dark); background: #fff; border-radius: 13px; font-weight: 700; }
.inline-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.inline-process li { padding: 14px 12px; background: var(--blue-soft); border-radius: 12px; text-align: left; }
.inline-process b, .inline-process strong, .inline-process span { display: block; }
.inline-process b { color: var(--blue); }
.inline-process strong { margin-top: 8px; color: var(--ink); font-size: 14px; line-height: 1.45; }
.inline-process span { margin-top: 6px; color: #53677f; font-size: 13px; line-height: 1.55; }
.detail-footer { padding: 26px 0; color: #c4d3e6; background: #112d53; }
.detail-footer .shell { display: flex; justify-content: space-between; gap: 20px; }
.detail-footer a { color: #fff; }

/* Desktop: keep the complete personal-and-family service module within one screen. */
@media (min-width: 821px) {
  .services { padding: 24px 0; }
  .services .section-heading { margin-bottom: 12px; }
  .services .section-heading h2 { font-size: clamp(28px, 2.7vw, 36px); }
  .services .section-heading p { margin-top: 7px; font-size: 15px; }
  .services .service-grid { gap: 14px; }
  .services .service-card { min-height: 154px; padding: 20px; }
  .services .service-card.featured { min-height: 322px; padding: 24px; }
  .services .service-card.muted { min-height: 154px; }
  .services .card-tag { top: 19px; right: 19px; }
  .services .service-card h3 { margin-bottom: 7px; font-size: 21px; }
  .services .service-card p { font-size: 14px; line-height: 1.6; }
  .services .service-card.featured p { font-size: 15px; }
  .services .service-links { gap: 6px; margin-top: 14px; }
  .services .service-links a { padding: 6px 9px; font-size: 12px; }
  .services .service-card > a { gap: 12px; font-size: 14px; }
  .services .service-solutions { display: grid; grid-template-columns: 155px 1fr; align-items: center; gap: 18px; margin: 14px -12px 0; padding: 16px 18px; }
  .services .service-solutions-heading .kicker { display: inline-flex; padding: 3px 8px; background: rgba(255,255,255,.72); border-radius: 999px; font-size: 12px; }
  .services .service-solutions-heading h3 { font-size: 19px; }
  .services .solution-list { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .services .solution-list a { min-height: 86px; grid-template-columns: 24px 1fr auto; gap: 9px; padding: 13px 14px; background: rgba(255,255,255,.9); border-color: #d5e5f7; border-radius: 14px; box-shadow: 0 6px 18px rgba(34,78,134,.045); }
  .services .solution-list a:hover { transform: translateY(-3px); }
  .services .solution-list strong { font-size: 14px; line-height: 1.4; }
  .services .solution-list small { font-size: 11px; line-height: 1.45; }
}

@media (max-width: 1280px) {
  .main-nav { gap: 12px; }
  .main-nav a { font-size: 13px; }
  .brand { width: 160px; }
}

@media (max-width: 1080px) {
  .phone-pill { display: none; }
  .main-nav { gap: 10px; }
  .hero-grid { gap: 40px; }
}

@media (max-width: 820px) {
  .hero { padding-top: 38px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 38px; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-copy > p { font-size: 17px; }
  .hero-visual { min-height: 350px; }
  .carousel-viewport { border-radius: 34px 34px 76px 34px; }
  .stats { grid-template-columns: 1fr 1fr; gap: 24px 0; margin-top: 34px; padding: 26px 10px 16px; }
  .stats > div { padding: 0 10px; }
  .stats > div:nth-child(2)::after, .stats > div:nth-child(4)::after { display: none; }
  .stats > div:nth-child(3)::before, .stats > div:nth-child(4)::before, .stats > div:nth-child(5)::before { content: ""; position: absolute; top: -12px; left: 10%; width: 80%; height: 1px; background: #edf2f8; }
  .stats > div:nth-child(5) { grid-column: 1 / -1; }
  .stats strong { font-size: 25px; }

  .section { padding: 70px 0; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-column: 1 / -1; grid-row: auto; min-height: 430px; }
  .service-card.muted { grid-column: 1 / -1; }
  .appointment-grid, .solutions-panel, .channel-panel { grid-template-columns: 1fr; gap: 36px; }
  .process-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .booking-steps { grid-template-columns: 1fr 1fr; }
  .assurance-grid { grid-template-columns: 1fr 1fr; }
  .solutions-panel, .channel-panel { padding: 36px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-grid article, .article-grid .article-card-link { display: grid; grid-template-columns: 40% 1fr; grid-template-rows: auto auto 1fr; }
  .article-cover { grid-row: 1 / 4; aspect-ratio: auto; }
  .nursing-panel .article-grid .article-card-link { display: grid; grid-template-columns: 40% 1fr; grid-template-rows: 1fr; }
  .nursing-panel .article-grid .article-card-media { grid-row: 1; grid-column: 1; height: 100%; aspect-ratio: auto; }
  .nursing-panel .article-grid .article-card-content { grid-row: 1; grid-column: 2; }
  .article-grid article > small, .article-grid .article-card-link > small { margin-top: 20px; }
  .article-grid h3 { font-size: 17px; }
  .qr-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .detail-hero { padding-top: 34px; }
  .detail-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .detail-photo { min-height: 270px; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
}

@media (max-width: 560px) {
  .hero-visual { min-height: 315px; }
  .carousel-slide strong { font-size: 17px; }
  .stats { margin-right: -14px; margin-left: -14px; border-radius: 22px 22px 0 0; }
  .stats p { line-height: 1.55; }
  .section-heading h2 { font-size: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.muted { min-height: 250px; grid-column: auto; }
  .service-card.featured { min-height: 410px; padding: 30px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; }
  .booking-steps { grid-template-columns: 1fr; }
  .assurance-grid { grid-template-columns: 1fr; }
  .solutions-panel, .channel-panel { margin-right: -4px; margin-left: -4px; padding: 28px 22px; border-radius: 26px; }
  .solution-list a { padding: 16px 14px; }
  .solution-list small { margin-top: 5px; line-height: 1.5; }
  .article-grid article, .article-grid .article-card-link { display: block; }
  .article-cover { aspect-ratio: 16 / 8; }
  .nursing-panel .article-grid .article-card-link { display: block; }
  .nursing-panel .article-grid .article-card-media { width: 100%; height: auto; aspect-ratio: 16 / 8; }
  .qr-grid { grid-template-columns: 1fr 1fr; }
  .channel-copy h2 { font-size: 29px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:nth-child(2), .footer-grid > div:nth-child(3) { display: none; }
  .footer-bottom { flex-direction: column; }
  .detail-main > section { grid-template-columns: 1fr; padding: 22px; }
  .inline-process { grid-template-columns: 1fr 1fr; }
  .detail-footer .shell { flex-direction: column; }
  .mobile-contact { display: none; }
  .mobile-contact a { min-height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 13px; }
  .mobile-contact a:first-child { align-items: flex-start; flex-direction: column; padding-left: 14px; color: var(--blue-dark); }
  .mobile-contact span { font-size: 11px; color: #778aa3; }
  .mobile-contact a:last-child { color: #fff; background: var(--blue); font-weight: 700; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Desktop design system: shared sizing, spacing, type, radii and controls. */
@media (min-width: 1024px) and (max-width: 1199px) {
  :root { --page-gutter: 32px; }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  :root { --page-gutter: 40px; }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  :root { --page-gutter: 48px; }
}

@media (min-width: 1600px) {
  :root { --page-gutter: 24px; }
}

@media (min-width: 1024px) {
  html { scroll-snap-type: none; }
  .main-nav a[data-short="关于我们"] { display: none; }
  .shell,
  .section > .shell { width: min(var(--container-max), calc(100% - (var(--page-gutter) * 2))); }

  .hero { min-height: calc(100svh - 104px); padding-top: var(--space-7); scroll-snap-align: none; }
  .hero-grid { gap: var(--space-8); }
  .hero h1 { margin: var(--space-4) 0 var(--space-3); font-size: var(--font-home-h1); }
  .hero-copy > p { font-size: var(--font-body); line-height: 1.75; }
  .hero-company { margin-top: var(--space-4); padding: var(--space-3) var(--space-4); border-radius: var(--radius-control); }
  .hero-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .carousel-viewport { border-radius: var(--radius-section); }

  .section { min-height: 0; display: block; padding: var(--space-9) 0; scroll-snap-align: none; }
  .section-heading { margin-bottom: var(--space-6); }
  .section-heading h2 { margin-top: var(--space-2); font-size: var(--font-section-title); }
  .section-heading p { margin-top: var(--space-2); font-size: var(--font-body); line-height: 1.7; }
  .split-heading { gap: var(--space-6); }

  .service-grid { gap: var(--space-4); }
  .service-card { padding: var(--space-4); border-radius: var(--radius-card); }
  .service-card.featured { padding: var(--space-5); border-radius: var(--radius-card); }
  .service-card h3 { font-size: var(--font-card-title); }
  .service-card p { font-size: var(--font-body); line-height: 1.7; }
  .service-card.featured p { font-size: var(--font-body); line-height: 1.7; }
  .service-solutions { margin-top: var(--space-4); padding: var(--space-4); border-radius: var(--radius-card); }
  .service-solutions-heading h3 { font-size: var(--font-card-title); }
  .services .service-grid { gap: var(--space-4); }
  .services .service-card { padding: var(--space-4); }
  .services .service-card.featured { padding: var(--space-5); }
  .services .service-solutions { gap: var(--space-4); margin-top: var(--space-4); padding: var(--space-4); }
  .services .solution-list { gap: var(--space-2); }
  .services .solution-list a { padding: var(--space-3); border-radius: var(--radius-control); }

  .process-shell { gap: var(--space-4); }
  .process-block { padding: var(--space-5); border-radius: var(--radius-section); }
  .process-heading { gap: var(--space-5); margin-bottom: var(--space-5); }
  .process-heading h2,
  .compact-heading h2 { font-size: 32px; }
  .booking-steps,
  .assurance-grid { gap: var(--space-4); }
  .booking-steps li,
  .compact-grid article { padding: var(--space-4); border-radius: var(--radius-card); }
  .booking-steps strong,
  .compact-grid h3 { font-size: var(--font-title); }
  .booking-steps > li > span { margin-top: var(--space-3); font-size: var(--font-body-small); line-height: 1.7; }
  .compact-grid li { font-size: var(--font-body-small); line-height: 1.6; }

  .solutions-panel,
  .channel-panel { gap: var(--space-7); padding: var(--space-7); border-radius: var(--radius-section); }
  .solution-list { gap: var(--space-2); }
  .solution-list a { gap: var(--space-3); padding: var(--space-3) var(--space-4); border-radius: var(--radius-control); }
  .solution-list strong { font-size: var(--font-title); }
  .content-hub { gap: var(--space-4); }
  .news-panel,
  .nursing-panel { padding: var(--space-4); border-radius: var(--radius-card); }
  .panel-title { margin-bottom: var(--space-4); }
  .panel-title h3 { font-size: var(--font-card-title); }
  .article-grid { gap: var(--space-4); }
  .article-grid article,
  .article-grid .article-card-link,
  .nursing-panel .article-grid article,
  .nursing-panel .article-grid .article-card-link { border-radius: var(--radius-card); }
  .article-cover { width: 100%; aspect-ratio: 16 / 9; }
  .nursing-panel .article-grid .article-card-link { display: flex; flex-direction: column; height: 100%; }
  .nursing-panel .article-grid .article-card-media { width: 100%; height: auto; flex: 0 0 auto; aspect-ratio: 16 / 9; overflow: hidden; }
  .article-grid h3 { font-size: var(--font-title); }
  .article-card-meta small,
  .article-card-meta time { font-size: var(--font-meta); }
  .channel-copy h2 { font-size: var(--font-section-title); }

  .button,
  .service-card .service-cta,
  .solution-list .card-action,
  .panel-more { min-height: var(--button-height); align-items: center; justify-content: center; gap: var(--space-1); padding: 0 var(--space-4); border-radius: var(--radius-control); font-size: var(--font-body-small); line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease; }
  .button:hover,
  .service-card .service-cta:hover,
  .panel-more:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(21,91,190,.2); }
  .button:active,
  .service-card .service-cta:active,
  .solution-list a:active .card-action,
  .panel-more:active { transform: translateY(0); }

  .carousel-button:hover { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 10px 24px rgba(21,91,190,.22); }
  .carousel-button:active { transform: translateY(-50%) scale(.96); }
  .carousel-dots button:hover { background: rgba(60,142,255,.7); }
  .carousel-dots button:active,
  .letter-filter button:active { transform: scale(.94); }

  :where(a, button, input):focus-visible { outline: 3px solid rgba(60,142,255,.38) !important; outline-offset: 3px; }

  .qr-card { padding: var(--space-2); border-radius: var(--radius-card); }
  .qr-code { aspect-ratio: 1 / 1; padding: var(--space-2); border-radius: var(--radius-control); }
  .qr-code img { object-fit: contain; }

  .site-footer { min-height: 0; padding: var(--space-8) 0 var(--space-5); scroll-snap-align: none; }
  .footer-grid { gap: var(--space-7); }
  .footer-bottom { margin-top: var(--space-5); padding-top: var(--space-3); }

  .detail-hero h1 { font-size: var(--font-page-h1); }
  .detail-photo { border-radius: var(--radius-section); }
  .detail-main { gap: var(--space-3); }
  .detail-main > section { gap: var(--space-4); padding: var(--space-5); border-radius: var(--radius-card); }
  .detail-aside { padding: var(--space-5); border-radius: var(--radius-card); }
}
