* { box-sizing: border-box; }
  :root {
    --ink: #173632;
    --green: #24685c;
    --deep: #153f38;
    --paper: #f8fbf9;
    --soft: #edf6f2;
    --white: #fff;
    --line: #d8e6e1;
    --text: #263c38;
    --muted: #637671;
    --gold: #c98742;
    --blue: #315f86;
    --card: #ffffff;
    --card-soft: #f2f8f5;
    --shadow: 0 18px 48px rgba(31, 58, 55, .10);
    --shadow-soft: 0 10px 28px rgba(31, 58, 55, .075);
  }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: var(--text);
    background: var(--paper);
    line-height: 1.62;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; }
  .wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
  header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(248,251,249,.91);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(223,233,229,.86);
  }
  nav {
    min-height: 84px;
    display: grid;
    grid-template-columns: 285px 1fr auto;
    gap: 18px;
    align-items: center;
  }
  .brand { display: flex; align-items: center; gap: 14px; }
  .brand img:first-child { width: 58px; height: 58px; object-fit: contain; }
  .brand img:last-child { width: 198px; height: auto; }
  .nav-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    color: var(--muted);
    font-size: 12.5px;
    font-weight: 700;
    white-space: nowrap;
    margin-left: auto;
    margin-right: 32px;
  }
  .nav-links a { transition: color .18s ease; }
  .nav-links a:hover { color: var(--ink); }
  .nav-actions { display: flex; gap: 10px; align-items: center; }
  .button {
    border: 1px solid var(--line);
    border-radius: 999px;
    min-height: 42px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 780;
    font-size: 14px;
    background: var(--white);
    color: var(--ink);
    box-shadow: 0 1px 0 rgba(255,255,255,.88) inset;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  }
  .button.primary { background: var(--green); color: white; border-color: var(--green); box-shadow: 0 10px 24px rgba(36,104,92,.20); }
  .button.gold { background: #c98742; color: #fffaf2; border-color: #c98742; box-shadow: 0 10px 24px rgba(201,135,66,.18); }
  .button.text { border: 0; background: transparent; color: var(--green); padding: 0; min-height: auto; }
  .button:hover { transform: translateY(-1px); border-color: rgba(36,104,92,.34); box-shadow: var(--shadow-soft); }
  .button:active { transform: translateY(0); }
  .hero {
    display: grid;
    align-items: center;
    padding: 82px 0 76px;
    background:
      radial-gradient(circle at 88% 18%, rgba(201,135,66,.13), transparent 26%),
      linear-gradient(180deg, rgba(237,246,242,.82), rgba(248,251,249,0) 66%),
      var(--paper);
  }
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
    gap: 46px;
    align-items: center;
  }
  .hero-copy { display: flex; flex-direction: column; justify-content: center; }
  h1 {
    margin: 0 0 24px;
    color: var(--ink);
    font-size: 58px;
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 600;
    max-width: 760px;
  }
  .hero-lede {
    margin: 0;
    max-width: 640px;
    color: #3f5550;
    font-size: 19px;
    line-height: 1.58;
    font-weight: 380;
  }
  .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
  .fineprint {
    margin-top: auto;
    padding-top: 30px;
    max-width: 500px;
    color: #72807c;
    font-size: 12px;
    line-height: 1.45;
  }
  .hero-media {
    position: relative;
    min-height: 520px;
    border-radius: 22px;
    overflow: hidden;
    background: #dfe8e4;
    box-shadow: 0 24px 58px rgba(31,58,55,.16);
    border: 1px solid rgba(255,255,255,.78);
  }
  .hero-media img,
  .hero-media video { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
  .hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31,58,55,0) 36%, rgba(31,58,55,.76));
  }
  .hero-label {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    color: white;
  }
  .hero-label b { display: block; font-size: 18px; }
  .hero-label span { display: block; margin-top: 4px; color: rgba(255,255,255,.72); font-size: 13px; }
  section { padding: 88px 0; }
  .section-head {
    max-width: 820px;
    margin-bottom: 38px;
  }
  h2 {
    margin: 0;
    color: var(--ink);
    font-size: 46px;
    line-height: 1.12;
    letter-spacing: -0.015em;
    font-weight: 600;
  }
  .section-head p, .muted { color: var(--muted); }
  .section-head p { margin: 18px 0 0; font-size: 17.5px; line-height: 1.62; font-weight: 380; max-width: 690px; }
  .why {
    background:
      linear-gradient(180deg, #eef7f3, #f8fbf9);
    color: var(--text);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .why h2 { color: var(--ink); }
  .why .section-head p { color: var(--muted); }
  .metric-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .metric {
    min-height: 220px;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px;
    background: var(--card);
    box-shadow: var(--shadow-soft);
  }
  .metric strong {
    display: block;
    color: var(--gold);
    font-size: 44px;
    line-height: .98;
    letter-spacing: 0;
  }
  .metric b { display: block; color: var(--ink); font-size: 17.5px; margin-top: 16px; line-height: 1.24; font-weight: 650; }
  .metric span { display: block; color: var(--muted); font-size: 13.5px; margin-top: 10px; line-height: 1.52; font-weight: 380; }
  .why-link {
    margin-top: 24px;
    display: inline-flex;
    color: var(--green);
    font-weight: 820;
    border-bottom: 1px solid rgba(36,104,92,.34);
  }
  .note { margin: 14px 0 0; color: rgba(255,255,255,.52); font-size: 12px; }
  .product-grid {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 18px;
  }
  .product {
    border: 1px solid var(--line);
    border-radius: 22px;
    background: white;
    overflow: hidden;
    box-shadow: 0 10px 34px rgba(31,58,55,.06);
  }
  .product img { width: 100%; height: 265px; object-fit: cover; }
  .product-body { padding: 26px; }
  .product h3 { margin: 0 0 7px; color: var(--ink); font-size: 30px; }
  .product p { margin: 0 0 18px; color: var(--muted); }
  .price-mini {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
  }
  .price-mini div { padding: 13px 12px; background: #f8fbfa; border-right: 1px solid var(--line); }
  .price-mini div:last-child { border-right: 0; background: #ecf5f1; }
  .price-mini span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
  .price-mini strong { display: block; color: var(--ink); font-size: 17px; margin-top: 4px; }
  .product-link { display: inline-flex; margin-top: 18px; color: var(--green); font-weight: 820; }
  .addons-head {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
  }
  .addons-head h3 { margin: 0; color: var(--ink); font-size: 30px; }
  .addons-head p { max-width: 580px; margin: 0; color: var(--muted); }
  .addon-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .addon {
    min-height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #dfe8e4;
    border: 1px solid var(--line);
  }
  .addon img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; }
  .addon::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31,58,55,.05), rgba(31,58,55,.78));
  }
  .addon div {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    color: white;
  }
  .addon b { display: block; font-size: 18px; }
  .addon span { display: block; color: rgba(255,255,255,.72); font-size: 12px; margin-top: 4px; }
  .compare {
    background:
      linear-gradient(180deg, #f8fbf9, #edf6f2);
    color: var(--text);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .compare h2 { color: var(--ink); }
  .compare .section-head p { color: var(--muted); }
  .compare-table {
    border: 1px solid rgba(21,63,56,.18);
    border-radius: 20px;
    overflow: hidden;
    background: #173632;
    box-shadow: 0 22px 58px rgba(21,63,56,.18);
  }
.comparison-row {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.comparison-row .col-label { display: flex; flex-direction: column; justify-content: center; }
.comparison-row .col-uk,
.comparison-row .col-us,
.comparison-row .col-mb { display: flex; align-items: center; }
.comparison-row .row-sub { display: inline; font-size: 11px; color: rgba(255,255,255,.52); margin-left: 6px; }
.compare-note { color: var(--muted); font-size: 12px; margin: 16px 0 0; }
.row.divider > div {
  min-height: 0;
  padding: 0;
  border-bottom: 2px dashed rgba(201,135,66,.62);
}
  .service-band {
    background: linear-gradient(135deg, #edf6f2, #fff);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .service-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(178px, 1fr));
    gap: 0;
    overflow-x: auto;
    padding: 8px;
    scrollbar-width: thin;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,255,255,.72);
    box-shadow: var(--shadow-soft);
  }
  .service-step {
    border-top: 0;
    padding-top: 18px;
    position: relative;
  }
  .service-strip .service-step + .service-step { border-left: 1px solid var(--line); }
  .service-step span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--green);
    background: #e4f2ed;
    font-weight: 820;
    font-size: 13px;
  }
  .service-step h3 { margin: 12px 0 8px; color: var(--ink); font-size: 18px; line-height: 1.18; }
  .service-step p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.48; }
  .difference-grid {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .difference-card {
    min-height: 232px;
    border-radius: 18px;
    padding: 24px;
    background: #f4faf7;
    color: var(--ink);
    border: 1px solid rgba(36,104,92,.13);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .difference-card:nth-child(2),
  .difference-card:nth-child(4) {
    background: #fff7ed;
    border-color: rgba(201,135,66,.22);
  }
  .difference-card span {
    color: var(--gold);
    font-weight: 820;
    font-size: 12px;
    letter-spacing: .08em;
  }
  .difference-card h3 { margin: 42px 0 10px; color: var(--ink); font-size: 24px; line-height: 1.08; }
  .difference-card p { margin: 0; color: var(--muted); font-size: 14px; }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .blog-card {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
    min-height: 408px;
    box-shadow: var(--shadow-soft);
  }
  .blog-card img { width: 100%; height: 185px; object-fit: cover; }
  .blog-card div { padding: 22px; display: flex; flex-direction: column; flex: 1; }
  .blog-card h3,
  .blog-card h2 { margin: 0; color: var(--ink); font-size: 22px; line-height: 1.16; }
  .blog-card p { margin: 12px 0 0; color: var(--muted); }
  .blog-card small { margin-top: 14px; color: #7a8a84; font-size: 13px; font-weight: 750; }
  .blog-card span { margin-top: auto; color: var(--green); font-weight: 820; padding-top: 18px; }
  .faq-accordion {
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    background: white;
    box-shadow: var(--shadow-soft);
  }
  .faq-accordion details + details { border-top: 1px solid var(--line); }
  .faq-accordion details { transition: background .18s ease; }
  .faq-accordion details[open] { background: #fbfdfc; }
  .faq-accordion summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 26px;
    color: var(--ink);
    font-weight: 820;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .faq-accordion summary:hover { background: #f4faf7; }
  .faq-accordion summary::-webkit-details-marker { display: none; }
  .faq-accordion summary::after {
    content: "+";
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #edf6f2;
    color: var(--gold);
    font-size: 22px;
    line-height: 1;
  }
  .faq-accordion details[open] summary::after { content: "-"; }
  .faq-accordion details > div {
    padding: 0 26px 26px;
    max-width: 900px;
    color: var(--muted);
    animation: faqReveal .24s ease both;
  }
  .faq-accordion a { color: var(--green); font-weight: 780; }
  @keyframes faqReveal {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
  }
  section#free-quote {
    background: linear-gradient(135deg, #153f38, #1f6f62);
    padding: 88px 0;
  }
  .cta-panel {
    border-radius: 22px;
    padding: 36px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 20px 48px rgba(0,0,0,.16);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
  }
  .cta-panel h2 { font-size: 42px; margin: 0; line-height: 1.1; color: white; }
  .cta-panel p { margin: 10px 0 0; color: rgba(255,255,255,.78); max-width: 680px; }
  footer {
    background: var(--ink);
    color: rgba(255,255,255,.72);
    padding: 58px 0 30px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: minmax(280px, 1.2fr) 1fr 1fr 1fr;
    gap: 34px;
    align-items: start;
  }
  .footer-logo { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
  .footer-logo img:first-child { width: 70px; }
  .footer-logo img:last-child { width: 220px; filter: brightness(1.1); }
  .footer-tagline { max-width: 380px; color: rgba(255,255,255,.76); margin: 0; font-size: 15px; }
  footer h4 { color: white; margin: 0 0 14px; }
  footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
  footer a { color: rgba(255,255,255,.76); }
  .bottom {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.42);
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
  }
  @media (max-width: 1080px) {
    nav { grid-template-columns: 1fr auto; }
    .nav-links { display: none; }
    .hero-grid, .section-head, .product-grid, .cta-panel { grid-template-columns: 1fr; }
    .hero-copy { min-height: 0; }
    .fineprint { margin-top: 22px; padding-top: 0; }
    .metric-grid, .addon-grid, .service-grid, .difference-grid, .blog-grid, .planning-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    h1 { font-size: 50px; }
    h2 { font-size: 40px; }
    .hero-media, .hero-media img, .hero-media video { min-height: 460px; }
  }
  @media (max-width: 680px) {
    .wrap { padding: 0 18px; }
    nav { min-height: 72px; }
    .brand img:first-child { width: 48px; height: 48px; }
    .brand img:last-child { width: 150px; }
    .nav-actions .button:first-child { display: none; }
    .hero { padding: 54px 0 58px; }
    .hero-media, .hero-media img, .hero-media video { min-height: 320px; }
    h1 { font-size: 38px; line-height: 1.08; }
    h2 { font-size: 32px; line-height: 1.12; }
    .hero-lede { font-size: 17px; }
    section { padding: 68px 0; }
    .metric-grid, .addon-grid, .service-grid, .difference-grid, .blog-grid, .planning-grid, .footer-top { grid-template-columns: 1fr; }
    .addons-head { display: block; }
    .addons-head p { margin-top: 8px; }
    .price-mini, .row { grid-template-columns: 1fr; }
    .price-mini div, .row > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .row.head { display: none; }
    .footer-logo img:last-child { width: 190px; }
  }


/* r3 preview additions */
.hero-media.clean::after { display: none; }
.hero-media.clean { background: #dfe8e4; }
.hero-media.clean img,
.hero-media.clean video { position: relative; z-index: 1; }
.hero-media.clean .image-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  color: white;
  background: rgba(21, 63, 56, .74);
  font-size: 12px;
}
.hero-media.clean video + .image-caption {
  position: static;
  border-radius: 0;
  background: rgba(21, 63, 56, .82);
}
.visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.visual-card {
  min-height: 414px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: white;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
}
.visual-card img { width: 100%; height: 218px; object-fit: cover; }
.visual-card div { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.visual-card h3 { margin: 0; color: var(--ink); font-size: 23px; line-height: 1.14; }
.visual-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.52; }
.visual-card .service-features {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.visual-card .service-features li {
  margin: 7px 0;
  padding-left: 20px;
  position: relative;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.48;
}
.visual-card .service-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 820;
}
.core-product-grid .visual-card:nth-child(2) .service-features {
  font-size: 13.5px;
}
.core-product-grid .visual-card:nth-child(2) .service-features li {
  margin: 6px 0;
}
.visual-card span { margin-top: auto; padding-top: 18px; color: var(--green); font-weight: 820; }
.image-metrics .metric { display: flex; flex-direction: column; }
.image-metrics .metric img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  object-fit: cover;
  margin-bottom: 18px;
  border: 1px solid var(--line);
}
.image-metrics .metric strong { font-size: 40px; }
.proof-strip .metric {
  box-shadow: none;
  background: linear-gradient(180deg, #ffffff, #f7fbf9);
}
.proof-strip .metric strong {
  color: var(--green);
  font-size: 32px;
  line-height: 1.05;
}
.logo-wall {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 22px;
  padding: 36px;
}
.logo-wall img {
  max-width: 72%;
  max-height: 112px;
  min-height: 0;
  object-fit: contain;
  filter: none;
}
.hospital-logo-grid .visual-card {
  min-height: 0;
  align-content: start;
  height: auto;
}
.hospital-logo-grid .visual-card > div:last-child {
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.hospital-logo-tile {
  min-height: 218px;
  display: grid !important;
  place-items: center;
  padding: 30px !important;
  background: linear-gradient(135deg, #f8fbf9, #edf6f2);
}
.hospital-logo-tile img {
  width: min(88%, 310px);
  height: auto;
  min-height: 0;
  max-height: 154px;
  object-fit: contain;
}
.hospital-logo-tile img[src*="xinhua"] {
  max-height: 126px;
}
.hospital-logo-hero {
  display: grid;
  place-items: center;
  padding: 48px;
  background: linear-gradient(135deg, #ffffff, #edf6f2);
}
.hospital-logo-hero img {
  max-width: 82%;
  min-height: 0;
  max-height: 260px;
  object-fit: contain;
}
.evidence-grid .detail-card {
  background: linear-gradient(180deg, #ffffff, #f7fbf9);
}
.media-review {
  padding-top: 28px;
  background: #f8fbf9;
}
.video-panel {
  min-height: 620px;
  max-width: 960px;
}
.video-panel video,
.video-panel img {
  min-height: 620px;
}
.iol-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.iol-card {
  min-height: 245px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  background: white;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}
.iol-card.is-primary {
  background: linear-gradient(160deg, #edf6f2, #ffffff);
  border-color: rgba(36,104,92,.22);
}
.iol-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 820;
}
.iol-card h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.06;
}
.iol-card p {
  margin: 0;
  color: var(--muted);
}
.screening-map {
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  gap: 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow-soft);
}
.screening-map article {
  min-height: 230px;
  padding: 22px;
  border-right: 1px solid var(--line);
}
.screening-map article:last-child {
  border-right: 0;
}
.screening-map h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 20px;
}
.screening-map p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.compare-table .subtotal { background: rgba(255,255,255,.075); }
.compare-table .divider { background: rgba(201,135,66,.18); color: #ffe2b8; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.compare-table .divider div:not(:first-child) { color: transparent; }
.compare-table .travel { border-top: 1px solid rgba(255,255,255,.22); }
.compare-table .total { font-weight: 820; }
.addons-band {
  background:
    linear-gradient(180deg, #f6faf8, #fff);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.addon-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: white;
  min-height: 392px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
}
.addon-card img { width: 100%; height: 178px; object-fit: cover; }
.addon-card div { padding: 22px; }
.addon-card h3 { margin: 0; color: var(--ink); font-size: 21px; }
.addon-card p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.service-step {
  min-height: 196px;
  border: 0;
  border-radius: 12px;
  padding: 18px;
  background: rgba(255,255,255,.62);
}
.service-grid .service-step {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.service-step h3 {
  min-height: 46px;
  display: flex;
  align-items: flex-start;
}
.transition-copy {
  margin: 30px 0 0;
  color: var(--muted);
  max-width: 720px;
  font-size: 17px;
  line-height: 1.58;
}
.planning-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.planning-grid article {
  min-height: 162px;
  border: 1px solid rgba(36,104,92,.14);
  border-radius: 16px;
  padding: 22px;
  background: rgba(255,255,255,.76);
}
.planning-grid article:nth-child(2) {
  background: #eef7f3;
}
.planning-grid article:nth-child(3) {
  background: #fff7ed;
  border-color: rgba(199,129,54,.18);
}
.planning-grid b {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.18;
}
.planning-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.table-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: var(--shadow-soft);
}
.table-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.2fr 1.2fr 1.15fr;
  border-bottom: 1px solid var(--line);
}
.table-row:last-child { border-bottom: 0; }
.table-row > div { padding: 17px 16px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.table-row > div:first-child { color: var(--ink); font-weight: 820; }
.table-head { background: #edf6f2; }
.table-head > div { color: var(--ink); font-weight: 820; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.detail-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  background: white;
  box-shadow: var(--shadow-soft);
}
.detail-card h3, .detail-card h2 { margin: 0 0 10px; color: var(--ink); font-size: 22px; }
.detail-card p { margin: 9px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.5; }
.pathway-detail { display: grid; gap: 16px; }
.pathway-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
  background: white;
  box-shadow: var(--shadow-soft);
}
.pathway-card h3 { margin: 0 0 18px; color: var(--ink); font-size: 28px; }
.compact-pathway .pathway-card {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) 1fr;
  gap: 24px;
  align-items: start;
}
.compact-pathway .pathway-card h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.12;
}
.compact-pathway .two-col > div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  background: #f8fbf9;
}
.compact-pathway .two-col > div:nth-child(2) {
  background: #fff8ef;
  border-color: rgba(201,135,66,.24);
}
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.two-col h4 { margin: 0 0 10px; color: var(--ink); }
.two-col ul { margin: 0; padding-left: 20px; color: var(--muted); }
.two-col li + li { margin-top: 6px; }
.compact-hero { min-height: auto; padding: 92px 0 42px; }
.all-articles { grid-template-columns: repeat(3, 1fr); }
.note.light { color: var(--muted); font-size: 13px; }
.visual-card, .blog-card, .addon-card, .detail-card, .pathway-card, .metric, .difference-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.visual-card:hover, .blog-card:hover, .addon-card:hover, .detail-card:hover, .metric:hover {
  transform: translateY(-2px);
  border-color: rgba(36,104,92,.30);
  box-shadow: 0 16px 36px rgba(31,58,55,.10);
}
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(216,148,79,.5); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media (max-width: 1080px) {
  .visual-grid, .detail-grid, .all-articles { grid-template-columns: 1fr 1fr; }
  .iol-choice-grid { grid-template-columns: 1fr 1fr; }
  .table-row { grid-template-columns: 1fr; }
  .table-head { display: none; }
  .table-row > div { border-bottom: 1px solid var(--line); }
  .table-row > div:last-child { border-bottom: 0; }
  .logo-wall img { max-width: 58%; }
  .video-panel, .video-panel video, .video-panel img { min-height: 460px; }
}
@media (max-width: 680px) {
  .visual-grid, .detail-grid, .all-articles, .two-col, .iol-choice-grid { grid-template-columns: 1fr; }
  .compact-pathway .pathway-card { grid-template-columns: 1fr; }
  .visual-card, .addon-card { min-height: auto; }
  .logo-wall { min-height: 320px; padding: 24px; }
  .logo-wall img { max-width: 86%; max-height: 86px; }
  .hospital-logo-hero { min-height: 320px; padding: 28px; }
  .hospital-logo-hero img { max-height: 170px; }
  .video-panel, .video-panel video, .video-panel img { min-height: 320px; }
  .screening-map { grid-template-columns: 1fr; }
  .screening-map article { border-right: 0; border-bottom: 1px solid var(--line); }
  .screening-map article:last-child { border-bottom: 0; }
}

/* v5 visual polish: trust-first clinical brand, not template cards */
:root {
  --paper: #f6faf8;
  --soft: #eaf4ef;
  --line: #d9e7e2;
  --muted: #5b716c;
  --shadow: 0 18px 40px rgba(23,54,50,.09);
  --shadow-soft: 0 8px 22px rgba(23,54,50,.06);
}
body {
  background:
    linear-gradient(180deg, #f7fbf9 0%, #f3faf6 46%, #ffffff 100%);
}
header {
  background: rgba(250,253,251,.88);
  border-bottom-color: rgba(217,231,226,.74);
}
nav { min-height: 72px; }
.button {
  border-color: rgba(36,104,92,.18);
  box-shadow: none;
}
.button.primary {
  background: #1f6f62;
  box-shadow: 0 12px 26px rgba(31,111,98,.18);
}
.button.gold {
  background: #c78136;
  border-color: #c78136;
  box-shadow: 0 12px 26px rgba(199,129,54,.16);
}
.hero {
  padding: clamp(64px, 7vw, 92px) 0 clamp(58px, 7vw, 86px);
  background:
    radial-gradient(circle at 72% 12%, rgba(199,129,54,.11), transparent 24%),
    linear-gradient(180deg, rgba(234,244,239,.84), rgba(246,250,248,.28) 70%),
    var(--paper);
}
h1 {
  font-size: clamp(42px, 5.2vw, 64px);
  line-height: 1.03;
  max-width: 780px;
}
h2 {
  font-size: clamp(34px, 4vw, 50px);
  max-width: 880px;
}
.section-head {
  max-width: 900px;
  margin-bottom: 34px;
}
.hero-media {
  border-radius: 18px;
  border-color: rgba(255,255,255,.92);
  box-shadow: 0 22px 48px rgba(23,54,50,.12);
}
.hero-media img,
.hero-media video {
  min-height: 500px;
}
.metric,
.visual-card,
.blog-card,
.addon-card,
.detail-card,
.pathway-card,
.iol-card {
  border-radius: 14px;
  box-shadow: none;
}
.visual-card,
.blog-card,
.addon-card,
.detail-card,
.pathway-card,
.iol-card,
.faq-accordion,
.table-card {
  border-color: rgba(36,104,92,.14);
}
.visual-card:hover,
.blog-card:hover,
.addon-card:hover,
.detail-card:hover,
.metric:hover {
  box-shadow: 0 12px 28px rgba(23,54,50,.08);
}
.proof-strip {
  gap: 12px;
}
.proof-strip .metric {
  min-height: 196px;
  padding: 22px 20px;
  background: rgba(255,255,255,.78);
  border-color: rgba(36,104,92,.14);
}
.proof-strip .metric strong {
  font-size: 28px;
  color: #1f6f62;
}
.compare-table {
  border-radius: 16px;
  background: #153f38;
  box-shadow: 0 18px 38px rgba(21,63,56,.16);
}
.row > div {
  min-height: 58px;
  padding: 15px 18px;
}
.row .mb {
  background: rgba(199,129,54,.20);
}
.difference-card {
  background: #eef7f3;
}
.difference-card:nth-child(2),
.difference-card:nth-child(4) {
  background: #fbf3e8;
}
.logo-wall {
  min-height: 430px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: center;
  justify-items: center;
  background:
    linear-gradient(150deg, rgba(255,255,255,.92), rgba(236,246,241,.78)),
    #fff;
  border-color: rgba(36,104,92,.12);
  gap: 14px;
}
.logo-wall img {
  width: 100%;
  max-width: 132px;
  max-height: 132px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(36,104,92,.10);
}
.hospital-logo-tile {
  min-height: 190px;
  background:
    linear-gradient(150deg, rgba(255,255,255,.96), rgba(238,247,243,.86)),
    #fff;
}
.hospital-logo-tile img {
  width: min(84%, 285px);
  max-height: 142px;
}
.hospital-logo-hero {
  background:
    linear-gradient(150deg, rgba(255,255,255,.96), rgba(236,246,241,.82)),
    #fff;
}
.hospital-logo-hero img {
  max-width: 70%;
  max-height: 210px;
}
.video-panel {
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(23,54,50,.10);
}
.iol-choice-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.iol-card {
  min-height: 222px;
  background: rgba(255,255,255,.84);
}
.iol-card.is-primary {
  background: linear-gradient(160deg, #eef8f4, #ffffff);
}
.iol-card h3 {
  font-size: 25px;
}
.screening-map {
  border-radius: 16px;
  box-shadow: none;
}
.screening-map article {
  background: rgba(255,255,255,.78);
}
.screening-catalog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(36,104,92,.14);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.screening-catalog article {
  padding: 24px;
  border-bottom: 1px solid rgba(36,104,92,.12);
}
.screening-catalog article:nth-child(odd) {
  border-right: 1px solid rgba(36,104,92,.12);
}
.screening-catalog article:nth-last-child(-n+2) {
  border-bottom: 0;
}
.screening-catalog h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 22px;
}
.screening-catalog p {
  margin: 0;
  color: var(--muted);
}
.screening-catalog.clickable {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}
.screening-catalog.clickable details {
  border: 1px solid rgba(36,104,92,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  overflow: hidden;
}
.screening-catalog.clickable details[open] {
  background: linear-gradient(160deg, #ffffff, #eef8f4);
  box-shadow: 0 12px 30px rgba(23,54,50,.07);
}
.screening-catalog.clickable summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}
.screening-catalog.clickable summary::-webkit-details-marker { display: none; }
.screening-catalog.clickable article,
.screening-catalog.clickable details {
  border-bottom: 1px solid rgba(36,104,92,.14);
}
.screening-catalog.clickable article:nth-child(odd),
.screening-catalog.clickable details:nth-child(odd) {
  border-right: 1px solid rgba(36,104,92,.14);
}
.module-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #edf6f2;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
}
.screening-catalog.clickable b,
.screening-catalog.clickable h3 {
  display: block;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.12;
}
.screening-catalog.clickable em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.28;
}
.screening-catalog.clickable details > div {
  padding: 0 20px 20px 82px;
}
.screening-catalog.clickable h4 {
  margin: 14px 0 5px;
  color: var(--green);
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.screening-catalog.clickable details > div p {
  font-size: 14px;
  line-height: 1.48;
}
.hover-catalog .screening-module {
  border: 1px solid rgba(36,104,92,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
  outline: none;
}
.hover-catalog .screening-module:hover,
.hover-catalog .screening-module:focus-within,
.hover-catalog .screening-module:focus {
  border-color: rgba(36,104,92,.28);
  background: linear-gradient(160deg, #ffffff, #eef8f4);
  box-shadow: 0 12px 30px rgba(23,54,50,.08);
  transform: translateY(-2px);
}
.hover-catalog .module-summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
}
.hover-catalog .module-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px 0 82px;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height .34s ease, opacity .22s ease, transform .24s ease, padding-bottom .24s ease;
}
.hover-catalog .screening-module:hover .module-panel,
.hover-catalog .screening-module:focus-within .module-panel,
.hover-catalog .screening-module:focus .module-panel {
  max-height: 420px;
  padding-bottom: 20px;
  opacity: 1;
  transform: translateY(0);
}
.hover-catalog .module-panel h4 {
  margin: 12px 0 5px;
  color: var(--green);
  font-size: 12.5px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hover-catalog .module-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.45;
}
.blog-hero {
  text-align: left;
  justify-items: start;
}
.blog-hero .wrap {
  width: 100%;
}
.checklist-callout {
  margin-top: 24px;
}
.card-facts {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.card-facts li {
  position: relative;
  padding-left: 18px;
  color: #50635f;
  font-size: 12.8px;
  line-height: 1.34;
}
.card-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1f6f62;
}
.key-specialties {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-left: 3px solid rgba(201,135,66,.78);
  border-radius: 0 12px 12px 0;
  background: rgba(255,248,239,.82);
  color: #465c57;
  font-size: 12.8px;
  line-height: 1.42;
}
.key-specialties b {
  color: var(--ink);
}
.hospital-logo-grid .visual-card {
  align-content: start;
}
.hospital-logo-grid .visual-card > div:last-child {
  min-height: 0;
  padding: 18px;
}
.hospital-logo-tile img[src*="xinhua"] {
  max-height: 116px;
  width: min(78%, 250px);
}
.hospital-fact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.stat-card span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  color: #1f6f62;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}
.hospital-strength-panel {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 24px;
}
.hospital-strength-panel article {
  border: 1px solid rgba(36,104,92,.14);
  border-radius: 16px;
  padding: 24px;
  background: rgba(255,255,255,.86);
}
.hospital-strength-panel h3,
.hospital-strength-panel h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
}
.hospital-strength-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.5;
}
.hospital-strength-panel ul {
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}
.hospital-strength-panel li + li {
  margin-top: 6px;
}
.source-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.5;
}
.source-note a {
  color: var(--green);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hospital-gallery {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  align-items: start;
}
.hospital-gallery img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(36,104,92,.12);
  box-shadow: 0 12px 28px rgba(20,49,44,.08);
  background: #eef5f1;
}
.blog-hero h1,
.blog-hero .hero-lede {
  margin-left: 0;
  text-align: left;
}
.compact-pathway .pathway-card {
  border-radius: 16px;
  background: rgba(255,255,255,.86);
}
.compact-pathway .two-col > div {
  border-radius: 12px;
  background: #f3faf6;
}
.compact-pathway .two-col > div:nth-child(2) {
  background: #fff7ed;
}

@media (max-width: 680px) {
  .service-strip {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }
  .service-strip .service-step + .service-step {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .planning-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-07-08 sales-positive review pass */
nav { min-height: 90px; grid-template-columns: 334px 1fr auto; }
.brand img:first-child { width: 70px; height: 70px; }
.brand img:last-child { width: 238px; }
.hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(201,135,66,.30), transparent 30%),
    linear-gradient(135deg, #b7d3ca 0%, #d9ebe5 42%, #f2f8f5 100%);
}
.ad-hoc-callout {
  margin-top: 24px;
  border: 1px solid rgba(36,104,92,.16);
  border-radius: 16px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(36,104,92,.08), rgba(201,135,66,.10)),
    #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.ad-hoc-callout h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
}
.ad-hoc-callout p {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 780px;
}
.row.divider {
  background: transparent;
}
.row.divider > div {
  min-height: 0;
  padding: 0;
  border-bottom: 2px dashed rgba(201,135,66,.66);
}
.difference-card {
  justify-content: flex-start;
}
.difference-card h3 {
  margin: 42px 0 10px;
}
@media (max-width: 1080px) {
  nav { grid-template-columns: 1fr auto; }
}
@media (max-width: 680px) {
  .brand img:first-child { width: 56px; height: 56px; }
  .brand img:last-child { width: 178px; }
  .ad-hoc-callout { grid-template-columns: 1fr; }
  .screening-catalog { grid-template-columns: 1fr; }
  .screening-catalog.clickable { grid-template-columns: 1fr; }
  .screening-catalog article,
  .screening-catalog article:nth-child(odd),
  .screening-catalog.clickable details,
  .screening-catalog.clickable details:nth-child(odd) {
    border-right: 0;
  }
  .screening-catalog.clickable details > div { padding-left: 20px; }
  .hover-catalog .module-panel {
    max-height: none;
    padding: 0 20px 20px;
    opacity: 1;
    transform: none;
  }
  .hover-catalog .module-summary {
    grid-template-columns: 44px 1fr;
  }
  .hospital-fact-grid,
  .hospital-strength-panel {
    grid-template-columns: 1fr;
  }
  .hospital-gallery {
    grid-template-columns: 1fr;
  }
  .hospital-gallery img {
    height: 240px;
  }
  .screening-catalog article:nth-last-child(2) {
    border-bottom: 1px solid rgba(36,104,92,.12);
  }
}
@media (max-width: 1080px) {
  .hero-media img,
  .hero-media video { min-height: 430px; }
  .logo-wall { min-height: 360px; }
}
@media (max-width: 680px) {
  .hero-media img,
  .hero-media video { min-height: 310px; }
  .logo-wall { grid-template-columns: 1fr; }
  .logo-wall img { width: min(86%, 160px); max-height: 90px; padding: 10px 14px; }
}

/* 2026-07-09 v2 content/layout pass */
.core-product-grid .visual-card {
  border-color: rgba(31,111,98,.24);
  background: linear-gradient(180deg, #ffffff, #f2f9f6);
}
.hero-media-products img,
.hospital-index-hero .hero-media img {
  object-position: center 40%;
}
.hospital-detail .hero-media img,
.hospitals .hero-media img {
  height: auto;
  object-fit: contain;
}
.hero-media img[src*="mediconnex-hero-care"] {
  object-position: center 38%;
}
.hero-media img[src*="product-rle-lens-consult"] {
  object-position: center 36%;
}
.hero-media img[src*="hospital-xinhua-official-building"] {
  object-fit: contain;
  object-position: center center;
  padding: 18px;
  background: #e8f1ed;
}
.hero-media img[src*="hospital-renji-official-campus"] {
  object-position: center 44%;
}
.hospital-logo-tile {
  min-height: 214px;
  padding: 26px !important;
}
.hospital-logo-tile img {
  max-height: 72px;
  width: auto;
  object-fit: contain;
}
.hospital-logo-grid .visual-card {
  overflow: visible;
}
.hospital-logo-grid .visual-card p,
.hospital-logo-grid .key-specialties,
.hospital-logo-grid .card-facts li {
  overflow-wrap: anywhere;
}
.hospital-logo-grid .card-facts li {
  font-size: 12.4px;
  line-height: 1.32;
}
.hospital-gallery {
  grid-template-columns: 1.18fr .9fr .9fr;
  align-items: stretch;
}
.hospital-gallery img {
  height: clamp(230px, 24vw, 310px);
  object-position: center center;
}
.hospital-gallery img:first-child {
  grid-column: span 2;
}
.hospital-gallery img[src*="renji-official-surgery"] {
  object-position: center 35%;
}
.hospital-gallery img[src*="renji-official-equipment"] {
  object-position: center 46%;
}
.hospital-gallery img[src*="renji-official-consult"] {
  object-position: center 28%;
}
.hospital-gallery img[src*="fudan-eent-official-campus"] {
  object-position: center 58%;
}
.screening-catalog.clickable em {
  color: #1f6f62;
  font-weight: 780;
}
.screening-catalog.clickable b + em,
.screening-catalog.clickable h3 + em {
  max-width: 34ch;
}
section#faq {
  background: linear-gradient(180deg, #f6faf8, #edf6f2);
  border-top: 1px solid var(--line);
}
.faq-accordion {
  display: grid;
  gap: 12px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.faq-item {
  overflow: hidden;
  border: 1px solid rgba(36,104,92,.14);
  border-radius: 12px;
  background: white;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.faq-item.open {
  border-color: rgba(199,129,54,.45);
  box-shadow: 0 8px 20px rgba(23,54,50,.06);
  background: #fbfdfc;
}
.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 820;
  text-align: left;
}
.faq-question:hover {
  background: #f4faf7;
}
.faq-question .arrow {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #edf6f2;
  color: var(--gold);
  font-size: 20px;
  line-height: 1;
  transition: transform .3s ease;
}
.faq-item.open .arrow {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 24px;
  transition: max-height .4s ease, padding .3s ease, opacity .22s ease;
}
.faq-item.open .faq-answer {
  max-height: 420px;
  opacity: 1;
  padding: 0 24px 22px;
}
.faq-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
  max-width: 900px;
}
.faq-question:focus-visible {
  outline: 3px solid rgba(216,148,79,.5);
  outline-offset: 3px;
}
.compact-pathway .pathway-card {
  padding: 20px;
}
.compact-pathway .pathway-card h3 {
  font-size: 22px;
}
.compact-pathway .two-col {
  gap: 14px;
}
.compact-pathway .two-col > div {
  padding: 15px;
}
.compact-pathway .two-col li {
  font-size: 13px;
  line-height: 1.42;
}
.service-strip .service-step {
  min-height: 172px;
  padding: 16px;
}
.service-strip .service-step h3 {
  font-size: 16px;
  min-height: 38px;
}
.service-strip .service-step p {
  font-size: 12.8px;
  line-height: 1.42;
}
footer {
  padding: 40px 0 22px;
}
.footer-top {
  grid-template-columns: minmax(250px, 1.15fr) .85fr .85fr .9fr;
  gap: 24px;
}
.footer-logo {
  gap: 12px;
  margin-bottom: 10px;
}
.footer-logo img:first-child {
  width: 54px;
}
.footer-logo img:last-child {
  width: 180px;
}
.footer-tagline {
  font-size: 13px;
}
footer h4 {
  margin-bottom: 10px;
  font-size: 13px;
}
footer ul {
  gap: 6px;
}
footer a,
.bottom {
  font-size: 12.5px;
}
.bottom {
  margin-top: 24px;
  padding-top: 16px;
}

@media (max-width: 1080px) {
  .hospital-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .hospital-gallery img:first-child {
    grid-column: span 2;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .hospital-gallery,
  .footer-top {
    grid-template-columns: 1fr;
  }
  .hospital-gallery img,
  .hospital-gallery img:first-child {
    grid-column: auto;
    height: 240px;
  }
  .faq-question {
    padding: 18px 18px;
  }
  .faq-answer,
  .faq-item.open .faq-answer {
    padding-left: 18px;
    padding-right: 18px;
  }
  footer {
    padding: 34px 0 20px;
  }
}

/* R3-4b: Fudan gallery equal-height + Renji equipment crop + compact detail text */
.hospital-gallery img {
  height: 320px;
  width: auto;
  object-fit: cover;
  object-position: center;
}
.hospital-gallery img.renji-equipment-crop {
  object-fit: cover;
  object-position: top;
  max-height: 220px;
}
.hospital-strength-panel ul li,
.detail-card p,
.stat-card p {
  font-size: 13px;
  line-height: 1.5;
}

/* Service features list */
.service-features {
  list-style: none;
  margin-bottom: 24px;
  flex: 1;
}
.service-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  color: var(--text);
}
.service-features li::before {
  content: '✓';
  color: #24685c;
  font-weight: 700;
  flex-shrink: 0;
}

/* ============ Warm Trust Reskin — live-site design system (2026-07-11) ============ */
/* Design only: fonts + colour tokens + centred section heads + card/CTA feel to match production index.html. No content changes. */
:root {
  --ink: #1F3A37;
  --green: #2D6A5E;
  --deep: #1F4D44;
  --paper: #FBF8F3;
  --soft: #F5F0E8;
  --white: #fff;
  --line: #EAE3D7;
  --text: #2D3A36;
  --muted: #5C6B65;
  --gold: #E08E45;
  --card: #ffffff;
  --card-soft: #F5F0E8;
  --shadow: 0 18px 48px rgba(31,58,55,.10);
  --shadow-soft: 0 10px 28px rgba(31,58,55,.075);
  /* live-site aliases */
  --primary: #2D6A5E;
  --primary-dark: #1F4D44;
  --accent: #E08E45;
  --accent-light: #F4C99F;
  --bg: #FBF8F3;
  --bg-soft: #F5F0E8;
  --text-light: #5C6B65;
  --success: #2D7A4A;
}
/* --- Typography: DM Sans body, DM Serif Display headings (matches production) --- */
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg) !important;
}
h1, h2 {
  font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.5px;
}
footer h4, .cta-panel h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
}

/* --- Centred section headers (production uses centred eyebrow/title/subtitle) --- */
.section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-head > div {
  margin-left: auto;
  margin-right: auto;
}
.section-head p {
  margin-left: auto;
  margin-right: auto;
}
.section-head .section-tag {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 12px;
  background: rgba(45,106,94,.08);
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 999px;
}
/* Blog hero header stays left-aligned as before */
.blog-hero .section-head,
.blog-hero h1,
.blog-hero .hero-lede {
  text-align: left;
  margin-left: 0;
}
/* --- Hero: production dark-green gradient with white copy --- */
.hero {
  background:
    radial-gradient(circle at 20% 30%, rgba(224,142,69,0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 50%),
    linear-gradient(135deg, #2D6A5E 0%, #3E8676 55%, #1F4D44 100%);
  color: #fff;
}
.hero h1 { color: #fff; }
.hero h1 .hl-accent { color: var(--accent); }
.hero .hero-lede { color: rgba(255,255,255,0.85); }
.hero .fineprint { color: rgba(255,255,255,0.60); }
.hero .button:not(.primary):not(.gold) {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.hero .button:not(.primary):not(.gold):hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}
/* Blog hero keeps its own lighter treatment: neutralise dark hero copy colours there */
.blog-hero.hero { color: var(--text); }
.blog-hero.hero h1 { color: var(--ink); }
.blog-hero.hero .hero-lede { color: #3f5550; }

/* --- Buttons / CTAs --- */
.button.primary { background: var(--primary); border-color: var(--primary); }
.button.primary:hover { background: var(--primary-dark); }
.button.gold { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.button.gold:hover { box-shadow: 0 10px 24px rgba(224,142,69,.32); }

/* --- Accent recolours (warm production orange / green) --- */
.proof-strip .metric strong,
.stat-card span,
.metric strong { color: var(--primary); }
.card-facts li::before { background: var(--primary); }
.service-features li::before { color: var(--success); }
.row .mb { background: rgba(224,142,69,.20); color: #ffe2b8; }

/* --- Card radius + hover to match production feel --- */
.metric, .visual-card, .blog-card, .addon-card, .detail-card,
.pathway-card, .iol-card, .difference-card, .faq-item {
  border-radius: 18px;
}
.visual-card:hover, .blog-card:hover, .addon-card:hover,
.detail-card:hover, .metric:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(45,106,94,.14);
  border-color: rgba(45,106,94,.30);
}

/* --- Warm section backgrounds --- */
.why { background: linear-gradient(180deg, var(--bg-soft), var(--bg)); }
.compare { background: linear-gradient(180deg, var(--bg), var(--bg-soft)); }
.addons-band { background: linear-gradient(180deg, var(--bg-soft), #fff); }
section#faq { background: linear-gradient(180deg, var(--bg), var(--bg-soft)); }
.hospital-logo-tile { background: linear-gradient(135deg, var(--bg), var(--bg-soft)); }
.hospital-logo-hero { background: linear-gradient(135deg, #ffffff, var(--bg-soft)); }
.module-icon, .faq-question .arrow, .service-step span { background: var(--bg-soft); }
.faq-question .arrow { color: var(--accent); }

@media (max-width: 1080px) {
  /* keep headers centred on tablet/mobile like production; ensure copy wraps cleanly */
  .section-head { max-width: 640px; }
}
/* ============ End Warm Trust Reskin ============ */

/* ===== Live-restore 单A: China Advantage / Worked Example ===== */
.advantage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 900px){ .advantage-grid { grid-template-columns: 1fr; gap: 32px; } }
.advantage-grid .section-tag { display:inline-block; }
.advantage-grid .section-title { margin: 10px 0 14px; }
.advantage-grid .section-subtitle { color: var(--text-light); font-size: 15px; line-height: 1.6; margin-bottom: 18px; }
.advantage-points { list-style:none; margin:18px 0 0; padding:0; }
.advantage-points li { padding:10px 0; display:flex; gap:12px; font-size:15px; line-height:1.5; }
.advantage-points .tick { color: var(--success); font-weight:700; flex-shrink:0; }
.comparison-table { background: var(--bg); border-radius:16px; overflow:hidden; border:1px solid var(--line); position:relative; }
.comparison-table-tag { background: linear-gradient(135deg, var(--accent), #B89052); padding:14px 20px; display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.ct-tag-pill { background: var(--ink); color: var(--accent); padding:4px 10px; border-radius:100px; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1.2px; }
.ct-tag-title { color: var(--ink); font-weight:700; font-size:14px; }
.comparison-row { display:grid; grid-template-columns:1.5fr 1fr 1fr 1.1fr; padding:14px 18px; border-bottom:1px solid var(--line); align-items:center; }
.comparison-row:last-child { border-bottom:none; }
.comparison-row.header { background: var(--primary); color:#fff; font-size:11.5px; font-weight:600; text-transform:uppercase; letter-spacing:.8px; }
.comparison-row.header .col-uk, .comparison-row.header .col-us { color: rgba(255,255,255,.7); }
.comparison-row.header .col-mb { color: var(--accent-light); }
.comparison-row .col-label { font-weight:600; color: var(--ink); font-size:13px; }
.comparison-row .col-uk, .comparison-row .col-us { font-size:13px; color: var(--text-light); }
.comparison-row .col-mb { font-size:13px; font-weight:600; color: var(--success); }
.comparison-savings { background: var(--accent); color: var(--ink); padding:16px 18px; text-align:center; font-weight:700; font-size:14px; line-height:1.4; }
.promo-note { margin-top:10px; color: var(--text-light); font-size:12px; line-height:1.5; max-width:680px; }
@media (max-width: 640px){ .comparison-row { grid-template-columns:1.5fr 1fr 1fr 1.1fr; font-size:12px; padding:11px 12px; } }

/* ===== Live-restore 单B: little things / 4优势 / How it works / 保险 ===== */
.tlc-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap:16px; margin-top:8px; }
.tlc-card { background: var(--bg); border:1px solid var(--line); border-radius:14px; padding:22px 20px; transition:all .3s; }
.tlc-card:hover { transform: translateY(-3px); box-shadow:0 16px 36px rgba(31,58,55,.08); }
.tlc-emoji { font-size:30px; display:block; margin-bottom:10px; }
.tlc-card h5 { font-size:16px; color: var(--ink); margin:0 0 6px; }
.tlc-desc { font-size:13px; color: var(--text-light); line-height:1.5; margin:0 0 14px; }
.tlc-price { display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
.tlc-price s { color: var(--text-light); opacity:.7; font-size:12.5px; }
.tlc-cn { color: var(--accent); font-weight:700; font-size:16px; flex-basis:100%; margin-top:2px; }
.tlc-card.hook { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border:none; cursor:pointer; }
.tlc-card.hook h5, .tlc-card.hook .tlc-desc { color:#fff; }
.tlc-card.hook .tlc-desc { opacity:.85; }
.tlc-card.hook .tlc-cn { color: var(--accent-light); }
.tlc-note { text-align:center; margin-top:20px; font-size:12.5px; color: var(--text-light); font-style:italic; }
.addon-hook { display:inline-block; margin-top:20px; color:var(--primary); font-weight:600; text-decoration:none; }
.addon-hook:hover { text-decoration:underline; }

/* Text-link CTAs remain visually distinct from filled and outlined buttons. */
.why-link,
.visual-card > div > span,
.blog-card > div > span,
.addon-hook {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-skip-ink: auto;
}

/* 2026-07-13 v4: final alignment and spacing corrections. */
.why-link {
  border-bottom: 0;
}

.comparison-row.complication-cover-row {
  align-items: start;
}

.comparison-row.complication-cover-row > div {
  align-self: start;
  line-height: 1.35;
}

.comparison-row.complication-cover-row .col-uk,
.comparison-row.complication-cover-row .col-us,
.comparison-row.complication-cover-row .col-mb {
  align-items: flex-start;
}

.comparison-row.complication-cover-row .row-sub {
  display: block;
  margin: 3px 0 0;
  color: var(--text-light);
}

.page-service .service-responsibilities > .wrap {
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-service .service-responsibilities .section-head {
  margin-bottom: 40px;
}

.page-service .service-responsibilities .compact-pathway {
  padding: 0 clamp(20px, 3vw, 40px);
  border: 1px solid var(--line);
  border-radius: 20px;
}

@media (max-width: 680px) {
  .page-service .service-responsibilities .section-head {
    margin-bottom: 28px;
  }

  .page-service .service-responsibilities .compact-pathway {
    padding: 0 18px;
    border-radius: 16px;
  }
}
.addon-note { font-size:11.5px; color:var(--text-light); margin-top:6px; font-style:italic; }
.mb-advantage-grid { display:grid; grid-template-columns: repeat(2,1fr); gap:24px; margin-top:36px; }
@media (max-width:768px){ .mb-advantage-grid { grid-template-columns:1fr; } }
.mb-card { background:#fff; padding:32px; border-radius:16px; border:1px solid var(--line); display:flex; gap:22px; transition:all .3s; }
.mb-card:hover { transform: translateY(-4px); box-shadow:0 24px 50px rgba(31,58,55,.1); }
.mb-card .num { font-size:34px; font-weight:800; color: var(--accent); line-height:1; flex-shrink:0; }
.mb-card h3 { font-size:19px; color: var(--ink); margin:0 0 8px; }
.mb-card p { font-size:14px; color: var(--text-light); line-height:1.6; margin:0; }
.mb-insurance-banner { background: linear-gradient(135deg, var(--accent), #B89052); padding:28px 32px; border-radius:16px; margin-top:28px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; }
.mb-insurance-banner .text strong { display:block; font-size:21px; color: var(--ink); margin-bottom:6px; line-height:1.3; }
.mb-insurance-banner .text span { color: var(--ink); font-size:14px; opacity:.85; }
.mb-insurance-banner .badge { background: var(--ink); color: var(--accent); padding:10px 20px; border-radius:8px; font-weight:700; font-size:13px; text-transform:uppercase; letter-spacing:1px; }
.process-section .section-head { text-align:center; }
.process-section .section-head .section-tag { display:inline-block; margin-bottom:8px; }
.process-timeline { max-width:900px; margin:40px auto 0; position:relative; }
.process-timeline::before { content:''; position:absolute; left:30px; top:30px; bottom:30px; width:2px; background: linear-gradient(to bottom, var(--accent), var(--primary)); }
.process-step { display:flex; gap:28px; align-items:flex-start; margin-bottom:36px; position:relative; }
.process-step:last-child { margin-bottom:0; }
.process-num { flex-shrink:0; width:56px; height:56px; background:#fff; border:3px solid var(--accent); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; font-weight:800; color: var(--primary); position:relative; z-index:1; }
.process-content { padding-top:6px; flex:1; }
.process-content h3 { font-size:18px; color: var(--ink); margin:0 0 8px; }
.process-content p { font-size:14px; color: var(--text-light); line-height:1.6; margin:0; }
.process-content .timing { font-size:12px; color: var(--accent); font-weight:700; text-transform:uppercase; letter-spacing:1px; margin-bottom:6px; }

/* R2-3a hospitals index */
.rank-src{ font-weight:400; color:var(--text-light); font-size:11.5px; }
.hospital-index-hero .hero-copy .fineprint{ display:none; }
.hospital-logo-grid .hospital-logo-tile img{ max-height:120px; max-width:86%; width:auto; }
.hospital-logo-grid .key-specialties{ font-size:13.5px; line-height:1.5; }
.hospital-logo-grid .visual-card h3{ font-size:19px; line-height:1.2; }

/* R2-4a products-and-price price transparency */
.pp-price{ display:flex; flex-wrap:wrap; align-items:baseline; gap:10px; margin:6px 0 0; }
.pp-price s{ color:var(--text-light); opacity:.7; font-size:13px; }
.pp-cn{ color:var(--accent); font-weight:700; font-size:18px; }

/* 2026-07-12 v3: all-pages review notes + user visual refinements */
#products .core-product-grid .visual-card > div > p {
  min-height: 92px;
}
#products .core-product-grid .service-features {
  justify-content: flex-start;
}
#products .ad-hoc-callout .button {
  transform: translateX(-16px);
}

.visa-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-left: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.addons-band .addon-card > div {
  display: grid;
  grid-template-rows: auto minmax(44px, auto) auto minmax(0, auto);
}
.addons-band .addon-card .tlc-price {
  align-self: start;
}

.mb-insurance-banner {
  flex-wrap: nowrap;
}
.mb-insurance-banner .text {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.mb-insurance-banner .text strong {
  margin-bottom: 0;
}
.mb-insurance-banner .text span {
  white-space: nowrap;
}

.hospital-logo-grid .hospital-logo-tile {
  min-height: 250px;
  padding: 24px !important;
  overflow: hidden;
}
.hospital-logo-grid .hospital-logo-tile img,
.hospital-logo-grid .hospital-logo-tile img[src*="xinhua"] {
  width: 100%;
  height: 180px;
  max-width: none;
  max-height: none;
  object-fit: contain;
}
.hospital-logo-grid .visual-card:nth-child(3) .hospital-logo-tile img {
  transform: scale(1.14);
}

.hospital-gallery.renji-gallery {
  grid-template-columns: 1.05fr .95fr;
  align-items: stretch;
}
.hospital-gallery.renji-gallery img,
.hospital-gallery.renji-gallery img:first-child,
.hospital-gallery.renji-gallery img.renji-equipment-crop {
  grid-column: auto;
  width: 100%;
  height: 320px;
  max-height: none;
  object-fit: cover;
}
.hospital-gallery.renji-gallery img.renji-equipment-crop {
  object-position: top;
}

.screening-benefit-stat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-left: 8px;
  padding: 5px 14px;
  border-radius: 999px;
  background: #e89042;
  color: #073f40;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  vertical-align: middle;
}

.pp-price {
  justify-content: flex-start;
  text-align: left;
}
.pp-price .pp-cn {
  flex-basis: 100%;
  text-align: left;
}
.addons-band .tlc-note {
  text-align: left;
}

.rle-service-strip {
  grid-template-columns: repeat(7, minmax(150px, 1fr));
}
.rle-service-strip .service-step span {
  width: auto;
  min-width: 38px;
  padding: 0 8px;
}
.rle-timeline-note {
  margin: 24px 0 0;
  text-align: center;
  color: var(--text-light);
  font-size: 12px;
}

.cta-final {
  padding: 100px 24px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 50%, rgba(200,163,104,.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(255,255,255,.05) 0%, transparent 50%);
}
.cta-final-content {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.cta-final h2.cta-section-title {
  margin: 0 0 20px;
  color: white;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 44px);
  font-weight: 400;
  letter-spacing: -.6px;
}
.cta-final-content > p {
  margin: 0 0 36px;
  color: rgba(255,255,255,.85);
  font-size: 18px;
  line-height: 1.6;
}
.cta-final-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cta-final .btn-primary,
.cta-final .btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
}
.cta-final .btn-primary {
  border: 0;
  background: var(--accent);
  color: var(--ink);
}
.cta-final .btn-secondary {
  border: 1.5px solid rgba(255,255,255,.4);
  background: transparent;
  color: white;
}
.cta-final-content > p.cta-response-time {
  margin: 28px 0 0;
  color: rgba(255,255,255,.6);
  font-size: 13px;
}

@media (max-width: 680px) {
  #products .core-product-grid .visual-card > div > p {
    min-height: 0;
  }
  #products .ad-hoc-callout .button {
    transform: none;
  }
  .visa-pill {
    margin: 8px 0 0;
  }
  .mb-insurance-banner,
  .mb-insurance-banner .text {
    align-items: flex-start;
    flex-direction: column;
  }
  .mb-insurance-banner .text span {
    white-space: normal;
  }
  .hospital-gallery.renji-gallery,
  .rle-service-strip {
    grid-template-columns: 1fr;
  }
  .hospital-gallery.renji-gallery img,
  .hospital-gallery.renji-gallery img:first-child,
  .hospital-gallery.renji-gallery img.renji-equipment-crop {
    height: auto;
  }
}

/* 2026-07-12 v4: final review polish */
#products {
  background:
    radial-gradient(circle at 82% 18%, rgba(201,135,66,.10), transparent 32%),
    linear-gradient(180deg, #fff7ed 0%, #fffaf4 100%);
  border-top: 1px solid rgba(201,135,66,.16);
  border-bottom: 1px solid rgba(201,135,66,.16);
}

.hospital-logo-grid {
  align-items: stretch;
}
.hospital-logo-grid .visual-card {
  height: 100%;
  overflow: hidden;
}
.hospital-logo-grid .visual-card > div:last-child {
  min-height: 260px;
  display: flex;
  flex-direction: column;
}
.hospital-logo-grid .visual-card > div:last-child > span {
  margin-top: auto;
}

.hospital-gallery.renji-gallery {
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr);
  align-items: stretch;
}
.hospital-gallery.renji-gallery img:first-child {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.hospital-gallery.renji-gallery img.renji-equipment-crop {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
}

#core-products .pp-cn {
  color: #c98742;
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.screening-module .module-summary > span:last-child {
  min-width: 0;
}
.screening-module .module-summary > span:last-child > b {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  white-space: nowrap;
}
.screening-benefit-stat {
  flex: 0 0 auto;
  min-height: 28px;
  margin-left: 0;
  padding: 4px 11px;
  font-size: 11px;
  white-space: nowrap;
}

.cataract-overview {
  background: #fffaf4;
  border-bottom: 1px solid rgba(201,135,66,.12);
}
.cataract-iol {
  background:
    radial-gradient(circle at 12% 10%, rgba(36,104,92,.08), transparent 30%),
    #edf6f2;
}

@media (max-width: 680px) {
  .hospital-logo-grid .visual-card > div:last-child {
    min-height: 0;
  }
  .hospital-gallery.renji-gallery {
    grid-template-columns: 1fr;
  }
  .hospital-gallery.renji-gallery img:first-child,
  .hospital-gallery.renji-gallery img.renji-equipment-crop {
    height: auto;
    min-height: 0;
  }
  .screening-module .module-summary {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px;
    padding-inline: 12px;
  }
  .screening-module .module-icon {
    width: 38px;
    height: 38px;
  }
  .screening-module .module-summary > span:last-child > b {
    gap: 5px;
    font-size: 13px;
    letter-spacing: -.02em;
  }
  .screening-benefit-stat {
    min-height: 24px;
    padding: 3px 6px;
    font-size: 8.5px;
  }
}

/* 2026-07-12 v6: final content and alignment corrections */
.mb-insurance-banner .text {
  flex: 1 1 auto;
}
.mb-insurance-banner .text strong {
  display: block;
  margin: 0;
  font-size: clamp(11px, 1.55vw, 21px);
  line-height: 1.25;
  white-space: nowrap;
}

#blog-preview .blog-card p {
  font-size: 13.5px;
  line-height: 1.52;
}

.hospital-logo-grid .visual-card {
  min-height: 560px;
  height: 100%;
  overflow: hidden;
}
.hospital-logo-grid .visual-card > div:last-child {
  min-height: 270px;
  flex: 1 1 auto;
}
.hospital-logo-grid .visual-card > div:last-child > span {
  margin-top: auto;
}

.hero .compare-note {
  color: #fff;
}

nav {
  min-height: 76px;
}

@media (max-width: 680px) {
  .mb-insurance-banner .text strong {
    font-size: 11px;
  }
  .hospital-logo-grid .visual-card {
    min-height: 0;
  }
  .hospital-logo-grid .visual-card > div:last-child {
    min-height: 0;
  }
}

/* 2026-07-12 v8: approved copy, price, comparison and footer alignment */
.hero .payment-note {
  margin-top: 14px;
  font-size: 11px;
  line-height: 1.5;
}

/* 2026-07-12 v9: concise claim notes and insurance emphasis */
.site-note,
.faq-note {
  margin: 12px 0 0;
  color: var(--text-light);
  font-size: 11.5px;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
}
.hero .site-note {
  color: rgba(255,255,255,.74);
}
.process-note {
  max-width: 900px;
  margin: 18px auto 0;
}
.rle-timeline-note.site-note {
  margin-top: 18px;
  text-align: left;
}
.comparison-row > div {
  align-self: center;
}
.mb-insurance-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 26px 30px;
  background: linear-gradient(125deg, #d99a55, var(--accent));
  border: 1px solid rgba(31,58,55,.12);
  box-shadow: 0 18px 42px rgba(31,58,55,.12);
}
.mb-insurance-banner .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.mb-insurance-banner .insurance-kicker {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}
.mb-insurance-banner .text strong {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
  white-space: normal;
}
.mb-insurance-banner .insurance-duration {
  color: var(--ink);
  font-size: 13px;
  opacity: .8;
  white-space: normal;
}
.mb-insurance-banner .badge {
  align-self: center;
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 11px;
  letter-spacing: .04em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 680px) {
  .mb-insurance-banner {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .mb-insurance-banner .badge {
    justify-self: start;
  }
}

/* 2026-07-13 v7: match the Home product callout shell without changing insurance colours */
.page-home .mb-insurance-banner {
  margin-top: 24px;
  padding: 22px;
  gap: 20px;
  border-radius: 16px;
  box-shadow: none;
}
.page-home .mb-insurance-banner .badge {
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
.addons-band .addon-card > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.addons-band .addon-card .tlc-price {
  margin-top: auto;
  align-self: auto;
}
.comparison-row {
  grid-template-columns: minmax(0, 1.75fr) repeat(2, minmax(0, .9fr)) minmax(0, 1fr);
}
.footer-top {
  grid-template-columns: minmax(250px, 1.15fr) repeat(4, .85fr);
}
.footer-top > div:last-child li {
  font-size: 12.5px;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .comparison-row.dashed .col-label {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 6px;
    white-space: nowrap;
  }
  .comparison-row.dashed .row-sub {
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* v13 semantic heading reset: visual appearance remains unchanged. */
.screening-catalog.clickable h3 { margin: 0; }

/* 2026-07-14: hospital detail Hero video and approved high-resolution photography */
.page-hospital-detail .hero-media.hospital-hero-video {
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  aspect-ratio: 3 / 2;
  align-self: center;
  background: #153f38;
}
.page-hospital-detail .hero-grid > * {
  min-width: 0;
}
.page-hospital-detail .hospital-hero-video .hospital-hero-poster,
.page-hospital-detail .hospital-hero-video video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  object-fit: cover;
}
.page-hospital-detail .hospital-hero-video .hospital-hero-poster {
  z-index: 1;
}
.page-hospital-detail .hospital-hero-video video {
  z-index: 2;
}
.page-hospital-detail .hospital-gallery-hd img,
.page-hospital-detail .hospital-gallery-hd img:first-child {
  width: 100%;
  height: clamp(280px, 27vw, 360px);
  min-height: 0;
  object-fit: cover;
  object-position: center;
}
.page-renji .hospital-gallery-hd img:last-child {
  object-position: center 38%;
}
@media (prefers-reduced-motion: reduce) {
  .page-hospital-detail .hospital-hero-video video {
    display: none;
  }
}
@media (max-width: 680px) {
  .page-hospital-detail .hero-media.hospital-hero-video {
    min-height: 0;
  }
  .page-hospital-detail .hospital-gallery-hd img,
  .page-hospital-detail .hospital-gallery-hd img:first-child {
    height: 240px;
  }
}
