:root {
  --ink: #173332;
  --muted: #687c79;
  --green: #0f554f;
  --green-dark: #093e3a;
  --mint: #35bca3;
  --mint-soft: #e8f7f2;
  --orange: #ef9e61;
  --cream: #f6f4ed;
  --line: #dce7e3;
  --white: #fff;
  --shadow: 0 22px 60px rgba(15, 67, 62, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f8faf8; font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; overflow: hidden; }

.site-header { position: sticky; top: 0; z-index: 30; height: 78px; padding: 0 max(28px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; gap: 34px; color: #fff; background: rgba(9, 62, 58, .96); backdrop-filter: blur(18px); box-shadow: 0 8px 28px rgba(3, 35, 33, .12); }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img, .footer-brand img { width: 40px; height: 40px; padding: 3px; border-radius: 10px; object-fit: contain; background: #fff; }
.brand span, .footer-brand span { display: flex; flex-direction: column; }
.brand strong { font-size: 18px; letter-spacing: .12em; }
.brand small { color: rgba(255,255,255,.68); margin-top: 2px; }
.site-header nav { display: flex; align-items: center; gap: 26px; font-size: 14px; color: rgba(255,255,255,.78); }
.site-header nav a:hover { color: #fff; }
.header-actions { margin-left: auto; display: flex; gap: 10px; }
.header-actions button, .header-actions a { min-height: 42px; padding: 0 18px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18); color: #fff; cursor: pointer; }
.ghost-action { background: rgba(255,255,255,.06); }
.primary-action { background: var(--mint); border-color: var(--mint) !important; color: #073b37 !important; font-weight: 800; }

.hero { position: relative; min-height: 620px; padding: 88px max(32px, calc((100vw - 1200px) / 2)) 96px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 76px; align-items: center; color: #fff; background: radial-gradient(circle at 77% 4%, rgba(66,192,167,.34), transparent 34%), linear-gradient(135deg, #093e3a 0%, #0d554e 58%, #0a4440 100%); }
.hero::after { content: ""; position: absolute; right: -130px; bottom: -210px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.glow-one { left: 9%; top: 12%; width: 120px; height: 120px; background: rgba(57,189,163,.1); }
.glow-two { left: 47%; bottom: 8%; width: 90px; height: 90px; background: rgba(239,158,97,.1); }
.hero-copy, .hero-board { position: relative; z-index: 1; }
.eyebrow, .section-heading > div > span, .booking-copy > span { display: inline-flex; align-items: center; gap: 10px; color: #7ee0ca; font-weight: 800; font-size: 12px; letter-spacing: .18em; }
.eyebrow::before, .section-heading > div > span::before, .booking-copy > span::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero h1 { margin: 22px 0 22px; font-size: clamp(42px, 4.2vw, 58px); line-height: 1.15; letter-spacing: -.045em; }
.hero h1 span { color: #7ee0ca; white-space: nowrap; }
.hero-copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.75); line-height: 1.9; font-size: 17px; }
.hero-buttons { margin-top: 32px; display: flex; gap: 13px; }
.hero-buttons a { min-height: 52px; padding: 0 24px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: var(--mint); color: #073b37; font-weight: 800; }
.hero-buttons a.secondary { color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); }
.hero-trust { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px 18px; color: rgba(255,255,255,.64); font-size: 13px; }
.hero-board { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: rgba(255,255,255,.09); backdrop-filter: blur(22px); box-shadow: 0 28px 70px rgba(2,28,26,.25); }
.board-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; color: rgba(255,255,255,.75); }
.board-head span { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.board-head i { width: 8px; height: 8px; border-radius: 50%; background: #63e2bd; box-shadow: 0 0 0 5px rgba(99,226,189,.12); }
.board-head small { color: rgba(255,255,255,.52); }
.metric-board { margin: 24px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.metric-board article { min-height: 116px; padding: 20px; display: flex; flex-direction: column; justify-content: center; border-radius: 18px; background: rgba(255,255,255,.09); }
.metric-board strong { font-size: 31px; color: #fff; }
.metric-board span { margin-top: 6px; color: rgba(255,255,255,.62); font-size: 13px; }
.journey { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 16px 5px 6px; color: rgba(255,255,255,.75); font-size: 12px; }
.journey span { display: flex; align-items: center; gap: 6px; }
.journey i { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(126,224,202,.18); color: #93eed8; font-style: normal; font-weight: 800; }
.journey b { color: rgba(255,255,255,.28); }
.hero-board > p { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.7; }

.quick-paths { position: relative; z-index: 3; max-width: 1180px; margin: -44px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 21px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.quick-paths a { min-height: 110px; padding: 24px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.quick-paths a:last-child { border: 0; }
.quick-paths i { width: 45px; height: 45px; display: grid; place-items: center; flex: none; border-radius: 15px; background: var(--mint-soft); color: var(--green); font-style: normal; font-weight: 900; }
.quick-paths span { display: flex; flex-direction: column; min-width: 0; }
.quick-paths b { font-size: 15px; }
.quick-paths small { margin-top: 5px; color: var(--muted); white-space: nowrap; font-size: 11px; }
.quick-paths em { margin-left: auto; color: #9aaca9; font-style: normal; }

.section { max-width: 1200px; margin: 0 auto; padding: 94px 24px; }
.section-heading { margin-bottom: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.section-heading > div > span, .booking-copy > span { color: #19907f; }
.section-heading h2, .booking-copy h2 { margin: 12px 0 8px; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.04em; }
.section-heading p { margin: 0; max-width: 680px; color: var(--muted); line-height: 1.75; }
.source-badge { padding: 10px 14px; border-radius: 999px; color: #33746c; background: var(--mint-soft); font-size: 12px; white-space: nowrap; }
.resource-toolbar { margin-bottom: 25px; display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.resource-search { flex: 1; max-width: 700px; height: 52px; padding: 0 17px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 30px rgba(28,80,73,.05); }
.resource-search span { color: var(--green); font-size: 22px; }
.resource-search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.district-tabs { display: flex; gap: 7px; }
.district-tabs button { min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: #fff; cursor: pointer; }
.district-tabs button.active { color: #fff; border-color: var(--green); background: var(--green); }
.hospital-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.hospital-card { padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 35px rgba(20,70,64,.05); cursor: pointer; transition: transform .2s, box-shadow .2s, border .2s; }
.hospital-card:hover, .hospital-card:focus { transform: translateY(-3px); border-color: #b7dcd4; box-shadow: 0 20px 45px rgba(20,70,64,.11); outline: none; }
.hospital-card-top { display: flex; gap: 17px; }
.hospital-icon { width: 54px; height: 54px; display: grid; place-items: center; flex: none; border-radius: 17px; color: #fff; background: var(--green); font-style: normal; font-weight: 900; }
.hospital-icon.tone-2 { background: #2b776d; }
.hospital-icon.tone-3 { background: #ce7d47; }
.hospital-icon.tone-4 { background: #536f87; }
.hospital-card-top > div { min-width: 0; }
.hospital-card-top span { color: #358378; font-size: 12px; font-weight: 700; }
.hospital-sync-badge { display: inline-block; margin-left: 7px; padding: 4px 7px; border-radius: 6px; color: #176b58; background: #e4f5ef; font-size: 10px; font-style: normal; font-weight: 800; }
.hospital-card h3 { margin: 7px 0 8px; font-size: 21px; }
.hospital-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.department-tags { min-height: 55px; margin: 21px 0 18px; display: flex; flex-wrap: wrap; align-content: flex-start; gap: 7px; }
.department-tags span { padding: 6px 9px; border-radius: 8px; color: #4e706c; background: #f2f7f5; font-size: 11px; }
.hospital-card-foot { padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #ecf1ef; }
.hospital-card-foot small { max-width: 62%; color: #95a6a3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hospital-card-foot button { padding: 0; border: 0; color: var(--green); background: none; font-weight: 800; font-size: 12px; cursor: pointer; }
.loading-card, .resource-error, .resource-empty { grid-column: 1 / -1; padding: 55px 24px; border: 1px dashed #bdd4cf; border-radius: 20px; text-align: center; color: var(--muted); background: #fff; }
.resource-error strong, .resource-empty strong { color: var(--ink); font-size: 18px; }
.resource-error p, .resource-empty p { margin: 10px auto 20px; max-width: 560px; line-height: 1.7; }
.resource-error button { padding: 10px 18px; border: 0; border-radius: 10px; color: #fff; background: var(--green); cursor: pointer; }

.services-section { max-width: none; padding-left: max(24px, calc((100vw - 1152px) / 2)); padding-right: max(24px, calc((100vw - 1152px) / 2)); color: #fff; background: #0c4742; }
.light-heading > div > span { color: #7ee0ca; }
.light-heading p { color: rgba(255,255,255,.58); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-grid article { position: relative; min-height: 290px; padding: 27px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.06); overflow: hidden; }
.service-grid article::after { content: ""; position: absolute; right: -45px; top: -45px; width: 130px; height: 130px; border-radius: 50%; background: rgba(126,224,202,.05); }
.service-no { position: absolute; right: 19px; top: 18px; color: rgba(255,255,255,.25); font-size: 12px; font-weight: 800; }
.service-grid article > i { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; color: #123f3b; background: #7ee0ca; font-style: normal; font-weight: 900; }
.service-grid h3 { margin: 22px 0 10px; font-size: 20px; }
.service-grid p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.75; font-size: 13px; }
.service-grid button { margin-top: auto; padding: 20px 0 0; border: 0; color: #7ee0ca; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }

.process-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: 22px; background: var(--line); overflow: hidden; }
.process-flow article { position: relative; min-height: 190px; padding: 25px; background: #fff; }
.process-flow span { display: block; color: #4cb9a4; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.process-flow b { display: block; margin: 28px 0 9px; font-size: 17px; }
.process-flow p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 12px; }

.booking-section { max-width: 1200px; margin: 0 auto 100px; padding: 56px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; border-radius: 30px; color: #fff; background: linear-gradient(135deg, #0d4b46, #083b37); box-shadow: var(--shadow); }
.booking-copy h2 { margin-top: 15px; }
.booking-copy > p { color: rgba(255,255,255,.64); line-height: 1.85; }
.booking-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.booking-copy li { position: relative; margin: 13px 0; padding-left: 20px; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.65; }
.booking-copy li::before { content: "•"; position: absolute; left: 0; color: #7ee0ca; }
.booking-form { padding: 28px; border-radius: 22px; color: var(--ink); background: #fff; }
.form-title { margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; }
.form-title strong { font-size: 21px; }
.form-title small { color: #91a29f; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { color: #56706d; font-size: 12px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #dbe5e2; border-radius: 11px; color: var(--ink); background: #fbfcfc; outline: 0; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: #55b9a6; box-shadow: 0 0 0 3px rgba(53,188,163,.1); }
.consent { margin: 18px 0; display: flex; align-items: flex-start; gap: 9px; color: #758987; font-size: 11px; line-height: 1.65; }
.consent input { margin-top: 3px; accent-color: var(--green); }
.submit-button { width: 100%; min-height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 13px; color: #fff; background: var(--green); cursor: pointer; }
.submit-button:disabled { opacity: .6; cursor: wait; }
.submit-button span { font-weight: 800; }
.submit-button small { color: rgba(255,255,255,.66); }
.form-message { min-height: 21px; margin: 12px 0 -5px; text-align: center; color: var(--muted); font-size: 12px; }
.form-message.success { color: #18836f; }
.form-message.error { color: #c35e50; }

footer { padding: 45px max(28px, calc((100vw - 1200px) / 2)) 110px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; color: rgba(255,255,255,.58); background: #072f2c; font-size: 12px; line-height: 1.75; }
.footer-brand { display: flex; align-items: center; gap: 11px; color: #fff; }
.footer-brand strong { font-size: 15px; }
.footer-brand small { color: rgba(255,255,255,.48); }
footer > p { margin: 0; }
footer > div:last-child { display: flex; gap: 15px; color: #87d7c6; }

.resource-modal { position: fixed; inset: 0; z-index: 60; display: none; }
.resource-modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(3,26,24,.72); backdrop-filter: blur(6px); }
.resource-panel { position: absolute; top: 3vh; right: 3vw; bottom: 3vh; width: min(820px, 94vw); border-radius: 25px; background: #f8faf9; overflow: auto; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.modal-close { position: sticky; top: 14px; float: right; z-index: 3; width: 40px; height: 40px; margin: 14px 14px -54px 0; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.24); font-size: 26px; cursor: pointer; }
.detail-loading { min-height: 420px; display: grid; place-items: center; align-content: center; color: var(--muted); text-align: center; }
.detail-loading p { margin: 8px; }
.detail-hero { padding: 45px 40px 38px; color: #fff; background: linear-gradient(135deg, #0a4a44, #167365); }
.detail-hero > span { color: #8de5d1; font-size: 12px; font-weight: 800; }
.detail-hero h2 { margin: 11px 0 8px; padding-right: 45px; font-size: 32px; }
.detail-hero p { margin: 0; color: rgba(255,255,255,.7); }
.detail-hero > div { margin-top: 23px; display: flex; gap: 10px; }
.detail-hero button, .detail-hero a { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; border: 0; border-radius: 10px; color: #0c423d; background: #8de5d1; font-size: 12px; font-weight: 800; cursor: pointer; }
.detail-hero a { color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.detail-info { margin: -16px 24px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 16px; background: #fff; box-shadow: 0 10px 35px rgba(18,73,67,.1); overflow: hidden; }
.detail-info article { min-height: 83px; padding: 18px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.detail-info article:last-child { border: 0; }
.detail-info small { color: #90a19e; }
.detail-info b { margin-top: 7px; font-size: 12px; }
.catalog-sync-state { margin: 22px 25px 0; padding: 17px; display: grid; grid-template-columns: 38px 1fr; gap: 12px; border: 1px solid #eadbc9; border-radius: 15px; color: #765b42; background: #fff9f0; }
.catalog-sync-state.connected { color: #2a6e5f; border-color: #bfe2d8; background: #edf9f5; }
.catalog-sync-state > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: #bd8a4e; font-style: normal; font-weight: 900; }
.catalog-sync-state.connected > i { background: #2c9076; }
.catalog-sync-state > div > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.catalog-sync-state b { font-size: 13px; }
.catalog-sync-state span { padding: 5px 8px; border-radius: 7px; background: #fff; font-size: 10px; font-weight: 800; white-space: nowrap; }
.catalog-sync-state p { margin: 7px 0; color: #55776f; font-size: 11px; line-height: 1.65; }
.catalog-sync-state small { color: #7c928d; font-size: 9px; }
.detail-section { margin: 30px 25px; }
.detail-title { margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; }
.detail-title h3 { margin: 0; font-size: 19px; }
.detail-title span { color: #829693; font-size: 11px; }
.detail-departments { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.detail-departments article { padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.detail-departments b, .detail-departments span { display: block; }
.detail-departments span { margin-top: 5px; color: #5e817c; font-size: 11px; }
.detail-departments p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; font-size: 11px; }
.detail-experts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.detail-experts article { padding: 14px; display: flex; gap: 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.detail-experts article > i { width: 41px; height: 41px; display: grid; place-items: center; flex: none; border-radius: 50%; color: #fff; background: var(--green); font-style: normal; font-weight: 900; }
.detail-experts article > div { min-width: 0; }
.detail-experts b, .detail-experts span, .detail-experts small { display: block; }
.detail-experts span { margin-top: 3px; color: #4f7771; font-size: 11px; }
.detail-experts p { margin: 7px 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.detail-experts small { color: #9aa8a6; }
.schedule-state, .official-note { margin: 26px 25px; padding: 18px; border: 1px solid #eadbc9; border-radius: 15px; color: #765b42; background: #fff9f0; }
.schedule-state.has-data { color: #306e65; border-color: #cce6df; background: #eef9f6; }
.schedule-state > div { display: flex; gap: 13px; align-items: center; }
.schedule-state i { width: 38px; height: 38px; display: grid; place-items: center; flex: none; border-radius: 12px; background: rgba(220,147,85,.12); font-style: normal; font-weight: 900; }
.schedule-state span { display: flex; flex-direction: column; }
.schedule-state p { margin: 4px 0 0; font-size: 11px; }
.schedule-rows{margin-top:14px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.schedule-row{padding:10px;display:flex;justify-content:space-between;gap:10px;border:1px solid rgba(48,110,101,.14);border-radius:10px;background:rgba(255,255,255,.68)}.schedule-row>div{display:flex;flex-direction:column}.schedule-row b{font-size:10px}.schedule-row span{margin-top:3px;color:#6b817e;font-size:9px}
.official-note { color: var(--ink); border-color: var(--line); background: #fff; }
.official-note p { color: var(--muted); line-height: 1.7; font-size: 12px; }
.official-note > div { display: flex; flex-wrap: wrap; gap: 8px; }
.official-note a, .official-note span { padding: 7px 9px; border-radius: 8px; color: #37766d; background: #eff7f5; font-size: 11px; }

.mobile-bar { display: none; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 90; max-width: 82vw; padding: 12px 18px; border-radius: 12px; color: #fff; background: rgba(9,50,47,.95); box-shadow: 0 10px 40px rgba(0,0,0,.2); opacity: 0; transform: translate(-50%, 18px); pointer-events: none; transition: .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .site-header { height: 68px; padding: 0 18px; }
  .site-header nav { display: none; }
  .header-actions .ghost-action { display: none; }
  .hero { grid-template-columns: 1fr; gap: 45px; padding: 72px 30px 95px; }
  .hero-copy { max-width: 750px; }
  .hero-board { max-width: 720px; }
  .quick-paths { width: calc(100% - 34px); grid-template-columns: repeat(2, 1fr); }
  .quick-paths a:nth-child(2) { border-right: 0; }
  .quick-paths a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-flow { grid-template-columns: repeat(2, 1fr); }
  .process-flow article:last-child { grid-column: 1 / -1; }
  .booking-section { margin-left: 22px; margin-right: 22px; padding: 42px; grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 680px) {
  .site-header { position: relative; }
  .brand img { width: 35px; height: 35px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 10px; }
  .header-actions .primary-action { min-height: 38px; padding: 0 13px; font-size: 12px; }
  .hero { min-height: auto; padding: 54px 20px 88px; }
  .hero h1 { margin-top: 16px; font-size: 38px; }
  .hero-copy > p { font-size: 14px; line-height: 1.8; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons a { width: 100%; }
  .hero-trust { flex-direction: column; }
  .hero-board { padding: 20px; border-radius: 20px; }
  .board-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .metric-board article { min-height: 94px; padding: 15px; }
  .metric-board strong { font-size: 26px; }
  .journey { align-items: flex-start; }
  .journey span { flex-direction: column; text-align: center; }
  .quick-paths { margin-top: -38px; grid-template-columns: 1fr; }
  .quick-paths a { min-height: 88px; padding: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-paths a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 72px 17px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading h2, .booking-copy h2 { font-size: 31px; }
  .resource-toolbar { align-items: stretch; flex-direction: column; }
  .district-tabs button { flex: 1; }
  .hospital-grid, .service-grid { grid-template-columns: 1fr; }
  .hospital-card { padding: 20px; }
  .hospital-card-foot { align-items: flex-start; flex-direction: column; }
  .hospital-card-foot small { max-width: 100%; }
  .services-section { padding-left: 17px; padding-right: 17px; }
  .service-grid article { min-height: 260px; }
  .process-flow { grid-template-columns: 1fr; }
  .process-flow article:last-child { grid-column: auto; }
  .process-flow article { min-height: 150px; }
  .booking-section { margin: 0 12px 80px; padding: 27px 18px; border-radius: 23px; gap: 34px; }
  .booking-form { margin: 0 -4px; padding: 20px 15px; }
  .form-title { align-items: flex-start; flex-direction: column; gap: 5px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  footer { padding: 38px 22px 100px; }
  footer > div:last-child { flex-wrap: wrap; }
  .resource-panel { inset: 0; width: 100%; border-radius: 0; }
  .detail-hero { padding: 52px 21px 32px; }
  .detail-hero h2 { font-size: 26px; }
  .detail-info { grid-template-columns: repeat(2, 1fr); }
  .detail-info article:nth-child(2) { border-right: 0; }
  .detail-info article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .catalog-sync-state > div > div { align-items: flex-start; flex-direction: column; }
  .catalog-sync-state span { white-space: normal; }
  .detail-departments, .detail-experts { grid-template-columns: 1fr; }
  .schedule-rows{grid-template-columns:1fr}
  .mobile-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 35; height: 58px; padding: 6px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(7,47,44,.96); box-shadow: 0 14px 45px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
  .mobile-bar button, .mobile-bar a { display: grid; place-items: center; border: 0; border-radius: 12px; color: #fff; background: rgba(255,255,255,.08); font-weight: 800; }
  .mobile-bar a { color: #073a36; background: #65d1ba; }
  .toast { bottom: 82px; }
}
