/* =========================================================
   CN LinkLight — V2 GREEN variant "Deep Emerald Medical"
   墨绿主色版：面向东南亚/穆斯林客群的高端医疗配色
   ========================================================= */
:root {
  --ink: #0d1f26;
  --ink-soft: #4b6068;
  --navy: #0a2f27;
  --navy-deep: #06221c;
  --teal: #0f5c4c;
  --teal-deep: #0a453a;
  --teal-bright: #1a7a64;
  --teal-soft: #e3efe9;
  --coral: #f4715c;
  --coral-deep: #d95a44;
  --gold: #d9a45b;
  --bg: #fbfaf7;
  --bg-alt: #f1f5f4;
  --paper: #ffffff;
  --line: #e2e8e6;
  --line-strong: #c8d4d1;
  --r-sm: 12px;
  --r: 20px;
  --r-lg: 28px;
  --shadow-sm: 0 1px 2px rgba(13, 31, 38, .05), 0 4px 14px rgba(13, 31, 38, .06);
  --shadow-md: 0 2px 6px rgba(13, 31, 38, .06), 0 16px 40px rgba(13, 31, 38, .10);
  --shadow-lg: 0 8px 20px rgba(13, 31, 38, .08), 0 32px 72px rgba(13, 31, 38, .16);
  --sans: "Inter", "Noto Sans SC", -apple-system, "Segoe UI", Arial, sans-serif;
  --serif: "Newsreader", "Noto Serif SC", Georgia, serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: 0; background: none; }
::selection { background: var(--teal); color: #fff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--teal-deep); border: 3px solid var(--bg); border-radius: 99px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.wrap { width: min(1200px, calc(100% - 56px)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 128px) 0; }
.section--alt { background: var(--bg-alt); }
.h2, h1, h2, h3, h4, h5, p { margin: 0; }
.h2, h2 { max-width: 20ch; font-size: clamp(2rem, 3.6vw, 3.1rem); font-weight: 700; line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.lead { max-width: 60ch; margin-top: 18px; color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.125rem); }
.sec-head { margin-bottom: clamp(36px, 5vw, 60px); }
.sec-head--center { max-width: 720px; margin-inline: auto; text-align: center; }
.sec-head--center .h2, .sec-head--center .lead { margin-inline: auto; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--teal-deep); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(217, 164, 91, .20); }

/* ---------- Buttons ---------- */
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 26px; border: 1.5px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.1; transition: background .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease), box-shadow .22s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { color: #fff; background: var(--teal); border-color: var(--teal); box-shadow: 0 8px 20px rgba(15, 92, 76, .28); }
.btn--primary:hover { background: var(--teal-deep); border-color: var(--teal-deep); box-shadow: 0 12px 26px rgba(15, 92, 76, .34); }
.btn--coral { color: #fff; background: var(--coral); border-color: var(--coral); box-shadow: 0 8px 20px rgba(244, 113, 92, .30); }
.btn--coral:hover { background: var(--coral-deep); border-color: var(--coral-deep); }
.btn--dark { color: #fff; background: var(--navy); border-color: var(--navy); }
.btn--dark:hover { background: var(--navy-deep); border-color: var(--navy-deep); }
.btn--outline { color: var(--ink); background: transparent; border-color: var(--line-strong); }
.btn--outline:hover { border-color: var(--teal); color: var(--teal-deep); background: var(--teal-soft); }
.btn--ghost { color: var(--ink); border-color: var(--line-strong); background: rgba(255, 255, 255, .6); }
.btn--ghost:hover { border-color: var(--ink); background: #fff; }
.btn--light { color: var(--navy); background: #fff; border-color: #fff; }
.btn--light:hover { background: var(--teal-soft); border-color: var(--teal-soft); }
.btn--wa { color: #fff; background: #1da851; border-color: #1da851; box-shadow: 0 8px 20px rgba(29, 168, 81, .28); }
.btn--wa:hover { background: #178f44; border-color: #178f44; }
.btn--wa .wa-ic { width: 19px; height: 19px; }
.btn--wa .arrow { transition: transform .2s var(--ease); }
.btn--wa:hover .arrow { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 16px 0; color: var(--ink); transition: background .25s var(--ease), box-shadow .25s var(--ease), padding .25s var(--ease); }
.site-header.scrolled { padding: 10px 0; background: rgba(255, 255, 255, .88); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line), 0 10px 30px rgba(13, 31, 38, .08); }
.nav { min-height: 56px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand__mark { width: 34px; height: 34px; }
.brand__name { color: var(--ink); font-family: var(--serif); font-size: 1.4rem; font-weight: 600; letter-spacing: 0; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a { position: relative; padding: 8px 0; color: var(--ink-soft); font-size: .92rem; font-weight: 500; transition: color .2s var(--ease); }
.nav-links a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; border-radius: 2px; transform: scaleX(0); transform-origin: right; background: var(--teal); transition: transform .25s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-cta .btn { min-height: 44px; padding: 10px 20px; font-size: .88rem; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--ink); }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 21px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s var(--ease), opacity .2s; }
.nav-toggle::before { transform: translateY(-6px); }
.nav-toggle::after { transform: translateY(6px); }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(2px) rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-2px) rotate(-45deg); }

/* ---------- Language selector ---------- */
.lang-switch { position: relative; display: inline-flex; }
.lang-btn { display: inline-flex; align-items: center; gap: 7px; height: 44px; padding: 0 14px; color: var(--ink); border: 1.5px solid var(--line-strong); border-radius: 999px; background: rgba(255, 255, 255, .6); font-size: .82rem; font-weight: 600; transition: border-color .2s var(--ease), background .2s var(--ease); }
.lang-btn:hover, .lang-switch.open .lang-btn { border-color: var(--teal); background: #fff; }
.lang-menu { position: absolute; top: calc(100% + 10px); right: 0; min-width: 190px; margin: 0; padding: 7px; list-style: none; visibility: hidden; opacity: 0; transform: translateY(-6px); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-md); transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s; }
.lang-switch.open .lang-menu { visibility: visible; opacity: 1; transform: none; }
.lang-menu button { width: 100%; display: flex; align-items: center; gap: 9px; padding: 10px 11px; color: var(--ink); background: transparent; text-align: left; border-radius: 9px; font-size: .9rem; font-weight: 500; }
.lang-menu button:hover, .lang-menu button.active { background: var(--teal-soft); color: var(--teal-deep); }
.lang-menu .dot { width: 7px; height: 7px; background: var(--line-strong); border-radius: 50%; }
.lang-menu button.active .dot { background: var(--teal); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(140px, 16vw, 190px) 0 clamp(72px, 8vw, 110px); background:
  radial-gradient(900px 520px at 88% -10%, rgba(15, 92, 76, .10), transparent 60%),
  radial-gradient(700px 460px at -10% 30%, rgba(217, 164, 91, .08), transparent 60%),
  var(--bg); }
.hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: clamp(44px, 6vw, 88px); align-items: center; }
.hero__badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; margin-bottom: 26px; color: var(--teal-deep); background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; font-weight: 600; letter-spacing: .02em; box-shadow: var(--shadow-sm); }
.hero__badge .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); animation: pulse 2.4s var(--ease) infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(15, 92, 76, .35); } 70% { box-shadow: 0 0 0 9px rgba(15, 92, 76, 0); } 100% { box-shadow: 0 0 0 0 rgba(15, 92, 76, 0); } }
.hero__title { max-width: 13ch; font-size: clamp(2.7rem, 5.2vw, 4.4rem); font-weight: 700; line-height: 1.06; letter-spacing: -.032em; text-wrap: balance; }
.hero__title em { color: var(--teal); font-family: var(--serif); font-style: italic; font-weight: 500; letter-spacing: -.01em; }
.hero__sub { max-width: 52ch; margin-top: 24px; color: var(--ink-soft); font-size: 1.06rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__stats { display: flex; flex-wrap: wrap; margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero__stat { padding-right: 34px; margin-right: 34px; border-right: 1px solid var(--line); }
.hero__stat:last-child { padding-right: 0; margin-right: 0; border-right: 0; }
.hero__stat .n { font-size: 1.9rem; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.hero__stat .l { margin-top: 5px; color: var(--ink-soft); font-size: .82rem; font-weight: 500; }

.hero__media { position: relative; }
.hero__media .media-img { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.hero__media::before { content: ""; position: absolute; inset: 22px -18px -18px 22px; border: 1.5px solid var(--teal); border-radius: var(--r-lg); opacity: .28; pointer-events: none; }
.hero__card { position: absolute; left: -34px; bottom: 34px; width: min(330px, 84%); padding: 24px 24px 8px; background: rgba(255, 255, 255, .92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, .7); border-radius: var(--r); box-shadow: var(--shadow-md); }
.hero__card .tag { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 10px; color: var(--teal-deep); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero__card .tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.hero__card h3 { font-size: 1.22rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.hero__card p { margin-top: 8px; color: var(--ink-soft); font-size: .87rem; }
.hero__card .row { display: grid; grid-template-columns: 10px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); font-size: .86rem; font-weight: 500; }
.hero__card .row:first-of-type { margin-top: 16px; }
.hero__card .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.hero__card small { color: var(--teal-deep); font-size: .76rem; font-weight: 600; }

/* ---------- Marquee strip ---------- */
.strip { overflow: hidden; background: var(--navy); color: rgba(255, 255, 255, .82); }
.strip__track { display: flex; gap: 46px; align-items: center; justify-content: center; min-height: 58px; white-space: nowrap; font-size: .76rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.strip__track span { display: inline-flex; align-items: center; }
.strip__track span::before { content: ""; width: 5px; height: 5px; margin: 0 14px 1px 0; border-radius: 50%; background: var(--gold); }

/* ---------- Values ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value { padding: 34px 30px 36px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.value:hover { transform: translateY(-6px); border-color: var(--teal); box-shadow: var(--shadow-md); }
.value .idx { display: block; margin-bottom: 26px; color: var(--line-strong); font-size: .82rem; font-weight: 800; letter-spacing: .1em; }
.value .ic-wrap { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin-bottom: 22px; color: var(--teal-deep); background: var(--teal-soft); border-radius: 16px; }
.value .ic { width: 30px; height: 30px; }
.value h3 { font-size: 1.18rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.25; }
.value p { margin-top: 11px; color: var(--ink-soft); font-size: .94rem; }

/* ---------- Services preview ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.svc-card { display: flex; gap: 22px; align-items: flex-start; padding: 32px 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.svc-card:hover { transform: translateY(-5px); border-color: var(--teal); box-shadow: var(--shadow-md); }
.svc-card .ic-wrap { display: inline-flex; flex: none; align-items: center; justify-content: center; width: 60px; height: 60px; color: var(--gold); background: #faf3e7; border-radius: 16px; }
.svc-card .ic { width: 32px; height: 32px; }
.svc-card h3 { font-size: 1.16rem; font-weight: 700; letter-spacing: -.02em; }
.svc-card p { margin-top: 10px; color: var(--ink-soft); font-size: .93rem; }
.svc-card .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--teal-deep); font-size: .88rem; font-weight: 600; }
.svc-card .more::after { content: "→"; transition: transform .2s var(--ease); }
.svc-card:hover .more::after { transform: translateX(4px); }

/* ---------- Process ---------- */
.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step { counter-increment: step; position: relative; padding-top: 26px; border-top: 2px solid var(--line); }
.step::before { content: "0" counter(step); position: absolute; top: -17px; left: 0; display: inline-flex; align-items: center; height: 32px; padding: 0 12px; color: #fff; background: var(--teal); border-radius: 999px; font-size: .8rem; font-weight: 700; letter-spacing: .06em; box-shadow: 0 4px 10px rgba(15, 92, 76, .3); }
.step h3 { margin-top: 14px; font-size: 1.2rem; font-weight: 700; letter-spacing: -.02em; }
.step p { margin-top: 10px; color: var(--ink-soft); font-size: .92rem; }

/* ---------- Trust / network ---------- */
.trust { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 5vw, 72px); align-items: center; padding: clamp(36px, 4.5vw, 60px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.trust .sec-head { margin-bottom: 0; }
.trust__logos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.logo-chip { min-height: 118px; padding: 20px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-sm); font-size: 1.02rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.3; transition: border-color .25s var(--ease), transform .25s var(--ease); }
.logo-chip:hover { border-color: var(--teal); transform: translateY(-3px); }
.logo-chip small { display: block; margin-bottom: 9px; color: var(--ink-soft); font-size: .66rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.logo-chip .grade { display: inline-block; margin-top: 12px; padding: 3px 10px; color: var(--teal-deep); background: var(--teal-soft); border-radius: 999px; font-size: .68rem; font-weight: 700; letter-spacing: .04em; }

/* ---------- Testimonial ---------- */
.quote { max-width: 860px; margin: auto; text-align: center; }
.quote .mark { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 26px; color: #fff; background: var(--teal); border-radius: 50%; font-family: var(--serif); font-size: 2rem; line-height: 0; padding-top: 14px; box-shadow: 0 8px 18px rgba(15, 92, 76, .3); }
.quote blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 2.8vw, 2.35rem); font-style: italic; font-weight: 500; line-height: 1.32; letter-spacing: -.01em; text-wrap: balance; }
.quote blockquote em { color: var(--teal); font-style: italic; }
.quote .by { margin-top: 26px; color: var(--ink-soft); font-size: .9rem; }
.quote .by strong { color: var(--ink); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr auto; align-items: center; gap: 40px; padding: clamp(40px, 5vw, 64px); color: #fff; background:
  radial-gradient(640px 320px at 100% 0%, rgba(217, 164, 91, .20), transparent 62%),
  radial-gradient(560px 300px at 0% 100%, rgba(26, 122, 100, .32), transparent 60%),
  var(--navy); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.cta-band h2 { max-width: 16ch; font-size: clamp(1.9rem, 3.2vw, 2.9rem); }
.cta-band p { max-width: 52ch; margin-top: 16px; color: rgba(255, 255, 255, .72); }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; }
.cta-band .btn--ghost { color: #fff; border-color: rgba(255, 255, 255, .4); background: transparent; }
.cta-band .btn--ghost:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .7); }

/* ---------- Footer ---------- */
.site-footer { padding-top: 76px; color: rgba(255, 255, 255, .68); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 44px; padding-bottom: 52px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand .brand__name { color: #fff; }
.footer-brand p { max-width: 34ch; font-size: .9rem; }
.footer-col h5 { margin: 0 0 17px; color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { display: block; padding: 6px 0; font-size: .9rem; transition: color .2s var(--ease); }
.footer-col a:hover { color: #fff; }
.footer-news p { font-size: .9rem; }
.footer-news .field { display: flex; gap: 9px; margin: 16px 0 0; }
.footer-news .field input { flex: 1; min-width: 0; height: 48px; padding: 0 18px; color: #fff; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; font-size: .9rem; transition: border-color .2s var(--ease), background .2s var(--ease); }
.footer-news .field input::placeholder { color: rgba(255, 255, 255, .45); }
.footer-news .field input:focus { outline: 0; border-color: var(--teal-bright); background: rgba(255, 255, 255, .12); }
.footer-news .field .btn { min-height: 48px; padding: 12px 22px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 26px 0 34px; font-size: .8rem; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Motion ---------- */
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
  .reveal.visible { opacity: 1; transform: none; }
  .reveal[data-delay="1"] { transition-delay: .08s; }
  .reveal[data-delay="2"] { transition-delay: .16s; }
  .reveal[data-delay="3"] { transition-delay: .24s; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .hero__inner { grid-template-columns: 1fr; gap: 60px; }
  .hero__media { max-width: 620px; }
  .hero__card { left: 22px; bottom: -24px; }
  .values { grid-template-columns: 1fr 1fr; }
  .trust { grid-template-columns: 1fr; gap: 36px; }
  .process { grid-template-columns: 1fr 1fr; gap: 34px 26px; }
}
@media (max-width: 880px) {
  .nav { gap: 16px; }
  .nav-links { display: none; }
  .nav-links.open { position: fixed; inset: 72px 14px auto; display: flex; flex-direction: column; align-items: stretch; gap: 2px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); }
  .nav-links.open a { padding: 14px 12px; color: var(--ink); border-radius: 10px; font-size: 1rem; }
  .nav-links.open a:hover { background: var(--teal-soft); }
  .nav-links a::after { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-cta .btn--ghost { display: none; }
  .svc-grid { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 40px, 1200px); }
  .site-header { padding: 12px 0; }
  .brand__name { font-size: 1.2rem; }
  .nav-cta .btn--coral, .nav-cta .btn--primary { display: none; }
  .lang-btn { width: 44px; padding: 0; justify-content: center; }
  .lang-btn .lang-code, .lang-btn .chev { display: none; }
  .hero { padding-top: 118px; }
  .hero__title { font-size: clamp(2.35rem, 10.5vw, 3.1rem); }
  .hero__actions .btn { width: 100%; }
  .hero__stats { gap: 20px; }
  .hero__stat { padding-right: 0; margin-right: 0; border-right: 0; flex: 1 1 40%; }
  .hero__stat .n { font-size: 1.55rem; }
  .hero__media .media-img { aspect-ratio: 4 / 3.4; }
  .hero__card { position: relative; left: 0; bottom: 0; width: 100%; margin-top: -54px; }
  .values, .process { grid-template-columns: 1fr; }
  .svc-card { flex-direction: column; gap: 16px; padding: 26px 22px; }
  .trust { padding: 28px 22px; }
  .trust__logos { grid-template-columns: 1fr; }
  .cta-band { padding: 34px 24px; }
  .cta-band .actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-news .field { flex-direction: column; }
  .footer-news .field .btn { width: 100%; }
}

/* =========================================================
   V2 GREEN — added components (2026-08 content refresh)
   ========================================================= */

/* ---------- Inner page hero ---------- */
.page-hero { padding: clamp(140px, 15vw, 180px) 0 clamp(46px, 5.5vw, 72px); background:
  radial-gradient(900px 480px at 90% -10%, rgba(15, 92, 76, .10), transparent 60%),
  radial-gradient(680px 420px at -8% 30%, rgba(217, 164, 91, .08), transparent 60%),
  var(--bg); }
.page-hero h1 { max-width: 22ch; font-size: clamp(2.3rem, 4.4vw, 3.5rem); font-weight: 700; line-height: 1.1; letter-spacing: -.03em; text-wrap: balance; }
.page-hero p { max-width: 64ch; margin-top: 20px; color: var(--ink-soft); font-size: 1.06rem; }

/* ---------- Fact stats band ---------- */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fact { padding: 28px 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease); }
.fact:hover { transform: translateY(-5px); border-color: var(--teal); box-shadow: var(--shadow-md); }
.fact .n { color: var(--teal-deep); font-size: clamp(1.7rem, 2.4vw, 2.15rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; }
.fact .t { margin-top: 10px; font-size: .95rem; font-weight: 700; letter-spacing: -.01em; line-height: 1.3; }
.fact .d { margin-top: 7px; color: var(--ink-soft); font-size: .85rem; line-height: 1.55; }

/* ---------- Specialty grid ---------- */
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.spec-card { padding: 26px 26px 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease); }
.spec-card:hover { transform: translateY(-4px); border-color: var(--teal); box-shadow: var(--shadow-md); }
.spec-card .need { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-deep); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.spec-card .need::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.spec-card h3 { margin-top: 12px; font-size: 1.08rem; font-weight: 700; letter-spacing: -.015em; line-height: 1.3; }
.spec-card p { margin-top: 8px; color: var(--ink-soft); font-size: .9rem; }

/* ---------- Hospital profile cards ---------- */
.hosp-group { margin-top: clamp(40px, 5vw, 64px); }
.hosp-group:first-of-type { margin-top: 0; }
.hosp-group__head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.hosp-group__head h3 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); font-weight: 700; letter-spacing: -.02em; }
.hosp-group__head span { color: var(--ink-soft); font-size: .9rem; }
.hosp-card { padding: clamp(26px, 3.4vw, 38px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); transition: border-color .3s var(--ease), box-shadow .3s var(--ease); }
.hosp-card:hover { border-color: var(--teal); box-shadow: var(--shadow-md); }
.hosp-card + .hosp-card { margin-top: 22px; }
.hosp-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.hosp-card__head h4 { font-size: 1.25rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.25; }
.hosp-card__head .sub { margin-top: 5px; color: var(--ink-soft); font-size: .86rem; }
.pills { display: flex; flex-wrap: wrap; gap: 7px; }
.pill { display: inline-flex; align-items: center; padding: 5px 12px; color: var(--teal-deep); background: var(--teal-soft); border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .03em; }
.pill--gold { color: #7a5a24; background: #f6ead2; }
.hosp-card__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 22px; }
.hosp-card__cols h5 { display: flex; align-items: center; gap: 8px; margin: 0 0 9px; color: var(--teal-deep); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hosp-card__cols h5::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hosp-card__cols p { color: var(--ink-soft); font-size: .9rem; line-height: 1.6; }
.hosp-card__cols strong { color: var(--ink); font-weight: 600; }

/* ---------- Glossary table ---------- */
.terms { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); }
.terms th, .terms td { padding: 17px 22px; text-align: left; vertical-align: top; font-size: .92rem; line-height: 1.55; }
.terms thead th { color: #fff; background: var(--navy); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.terms tbody tr + tr td { border-top: 1px solid var(--line); }
.terms tbody tr:nth-child(even) { background: var(--bg); }
.terms td:first-child { width: 26%; font-weight: 700; color: var(--teal-deep); }

/* ---------- Two-column text split ---------- */
.split2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4.5vw, 60px); align-items: center; }
.split2 .media-frame { display: flex; align-items: center; justify-content: center; padding: clamp(28px, 4vw, 48px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.split2 .media-frame svg { width: min(280px, 70%); height: auto; }
.muted { color: var(--ink-soft); }

/* ---------- Stats row (about) ---------- */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat-card { padding: 28px 24px; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); }
.stat-card .n { color: var(--teal-deep); font-size: 2rem; font-weight: 800; letter-spacing: -.03em; line-height: 1.05; }
.stat-card .l { margin-top: 8px; color: var(--ink-soft); font-size: .85rem; font-weight: 500; }

/* ---------- Numbered list-line (about values) ---------- */
.list-line { display: grid; gap: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.list-line .item { display: grid; grid-template-columns: 90px 1fr; gap: 20px; align-items: start; padding: 26px 30px; }
.list-line .item + .item { border-top: 1px solid var(--line); }
.list-line .num { color: var(--gold); font-size: 1.05rem; font-weight: 800; letter-spacing: .06em; }
.list-line h3 { font-size: 1.08rem; font-weight: 700; letter-spacing: -.015em; }
.list-line p { margin-top: 6px; color: var(--ink-soft); font-size: .92rem; }

/* ---------- Service detail rows ---------- */
.svc-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 4.5vw, 60px); align-items: center; padding: clamp(30px, 4vw, 46px) 0; }
.svc-detail + .svc-detail { border-top: 1px solid var(--line); }
.svc-detail--rev > div:first-child { order: 2; }
.svc-detail--rev .svc-detail__media { order: 1; }
.svc-detail h2 { max-width: 24ch; }
.svc-detail p.muted { margin-top: 16px; }
.svc-detail__media { display: flex; align-items: center; justify-content: center; min-height: 260px; padding: 40px; border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.svc-detail__media svg { width: min(240px, 66%); height: auto; }
.feat { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.feat li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-soft); font-size: .94rem; }
.feat li svg { flex: none; width: 20px; height: 20px; margin-top: 2px; color: var(--teal); }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 32px 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); }
.price-card.featured { border-color: var(--teal); box-shadow: var(--shadow-md); position: relative; }
.price-card .tier { color: var(--teal-deep); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-card .desc { margin-top: 8px; color: var(--ink-soft); font-size: .9rem; }
.price-card .price { margin: 18px 0 6px; font-size: 1.7rem; font-weight: 800; letter-spacing: -.02em; }
.price-card .price small { color: var(--ink-soft); font-size: .85rem; font-weight: 500; }
.price-card ul { margin: 14px 0 24px; padding: 0; list-style: none; display: grid; gap: 10px; flex: 1; }
.price-card ul li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-soft); font-size: .9rem; }
.price-card ul li svg { flex: none; width: 18px; height: 18px; margin-top: 2px; color: var(--teal); }
.price-card .btn { width: 100%; justify-content: center; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 26px; align-items: start; }
.form-card, .info-card { padding: clamp(28px, 3.4vw, 40px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; margin-bottom: 7px; font-size: .84rem; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 16px; color: var(--ink); background: var(--bg); border: 1.5px solid var(--line-strong); border-radius: 12px; font-size: .94rem; transition: border-color .2s var(--ease), background .2s var(--ease); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--teal); background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.form-note { margin-top: 14px; color: var(--ink-soft); font-size: .8rem; }
.form-success, .form-error { display: none; margin-top: 14px; padding: 13px 16px; border-radius: 12px; font-size: .88rem; }
.form-success { color: var(--teal-deep); background: var(--teal-soft); }
.form-error { color: #8a3324; background: #fbe4de; }
.form-success.show, .form-error.show { display: block; }
.info-card .info-block { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-top: 1px solid var(--line); }
.info-card .info-block:first-of-type { border-top: 0; padding-top: 6px; }
.info-block .ic { flex: none; width: 38px; height: 38px; color: var(--teal-deep); }
.info-block h4 { margin: 0 0 5px; font-size: .98rem; font-weight: 700; }
.info-block p { color: var(--ink-soft); font-size: .88rem; line-height: 1.55; }
.info-block a { color: var(--teal-deep); font-weight: 600; }
.info-block.qr { display: block; text-align: center; }
.qr-img { width: 150px; height: 150px; margin: 10px auto; border-radius: 14px; border: 1px solid var(--line); }

/* ---------- FAQ ---------- */
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-sm); }
.faq-item + .faq-item { margin-top: 12px; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 22px; text-align: left; font-size: .98rem; font-weight: 600; letter-spacing: -.01em; }
.faq-q .plus { position: relative; flex: none; width: 22px; height: 22px; }
.faq-q .plus::before, .faq-q .plus::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; background: var(--teal-deep); transform: translate(-50%, -50%); transition: transform .25s var(--ease); }
.faq-q .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a p { padding: 0 22px 20px; color: var(--ink-soft); font-size: .92rem; }

/* ---------- Notice / disclaimer ---------- */
.notice { padding: 20px 24px; color: var(--ink-soft); background: var(--bg); border: 1px dashed var(--line-strong); border-radius: var(--r-sm); font-size: .86rem; line-height: 1.6; }

/* ---------- Added components: responsive ---------- */
@media (max-width: 1020px) {
  .facts { grid-template-columns: 1fr 1fr; }
  .hosp-card__cols { grid-template-columns: 1fr; gap: 18px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .svc-detail, .svc-detail--rev { grid-template-columns: 1fr; }
  .svc-detail--rev > div:first-child { order: 0; }
  .split2 { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .facts, .spec-grid { grid-template-columns: 1fr; }
  .field--2 { grid-template-columns: 1fr; gap: 0; }
  .terms td:first-child { width: 34%; }
  .terms th, .terms td { padding: 13px 14px; font-size: .85rem; }
  .list-line .item { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
}

/* =========================================================
   Thai typography
   ---------------------------------------------------------
   Thai stacks vowels and tone marks above/below the baseline.
   The default stacks (Inter / Noto Sans SC) carry no Thai glyphs,
   and the display headings use very tight leading (1.06–1.12),
   which clips those marks. Add Thai-capable families and relax
   leading whenever the page is rendered in Thai.
   Applied via the data-lang attribute set by js/i18n-core.js.
   ========================================================= */
html[data-lang="th"] {
  --sans: "Inter", "Noto Sans Thai", "Leelawadee UI", "Thonburi", "Sarabun",
          -apple-system, "Segoe UI", Arial, sans-serif;
}
html[data-lang="th"] body { line-height: 1.85; }
html[data-lang="th"] h1,
html[data-lang="th"] h2,
html[data-lang="th"] h3,
html[data-lang="th"] h4,
html[data-lang="th"] .h2,
html[data-lang="th"] .hero__title,
html[data-lang="th"] .page-hero h1,
html[data-lang="th"] .quote blockquote,
html[data-lang="th"] .step h3,
html[data-lang="th"] .logo-chip { line-height: 1.5; }
html[data-lang="th"] .logo-chip small,
html[data-lang="th"] .eyebrow,
html[data-lang="th"] .kicker { line-height: 1.7; }

/* Vietnamese relies on stacked diacritics (e.g. ế, ộ) that the tight
   display leading can also crowd; a small lift keeps them clear. */
html[data-lang="vi"] .hero__title,
html[data-lang="vi"] .h2,
html[data-lang="vi"] h2 { line-height: 1.18; }
