:root {
  --navy: #082343;
  --navy-2: #0d3d68;
  --blue: #1268b3;
  --sky: #eaf5fc;
  --sky-2: #f5fafe;
  --gold: #d7a45d;
  --gold-soft: #fbf1df;
  --ink: #10243b;
  --muted: #5b6f86;
  --line: #d9e6ef;
  --white: #fff;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(8, 35, 67, .12);
  --soft-shadow: 0 16px 44px rgba(8, 35, 67, .08);
}

/* Medical consultation secondary page */
.medical-service-page { background: #fff; }
.medical-detail { color: #0a2a4f; }
.medical-hero {
  padding: 34px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 20%, rgba(70, 201, 189, .16), transparent 28%),
    linear-gradient(135deg, #f5fbff 0%, #eef8fb 48%, #f9fdff 100%);
  border-bottom: 1px solid #dcecf2;
}
.medical-breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 38px;
  color: #55718d;
  font-size: .86rem;
  font-weight: 700;
}
.medical-breadcrumb a { color: #1370be; }
.medical-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr);
  gap: 64px;
  align-items: center;
}
.medical-eyebrow,
.medical-heading > span {
  display: inline-flex;
  align-items: center;
  color: #087a8c;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.medical-copy h1 {
  margin: 14px 0 10px;
  color: #082b52;
  font-size: clamp(3.1rem, 5vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}
html[lang="zh"] .medical-copy h1 {
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  letter-spacing: 0;
}
.medical-copy h2 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #0a66b2;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.25;
}
.medical-intro {
  max-width: 790px;
  margin: 0;
  color: #526d88;
  font-size: 1.04rem;
  line-height: 1.9;
}
.medical-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}
.medical-trust span {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #cfe2eb;
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  color: #173e64;
  font-size: .82rem;
  font-weight: 800;
}
.medical-trust b { color: #0b83a2; font-size: .72rem; }
.medical-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}
.medical-actions p {
  max-width: 430px;
  margin: 0;
  color: #647c93;
  font-size: .83rem;
  line-height: 1.65;
}
.medical-hero-card {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(35, 154, 166, .25);
  border-radius: 28px;
  background: linear-gradient(155deg, #0c6f87, #083d69 72%);
  color: #fff;
  box-shadow: 0 26px 70px rgba(6, 58, 91, .2);
  text-align: center;
}
.medical-hero-card:before,
.medical-hero-card:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}
.medical-hero-card:before { width: 240px; height: 240px; top: -80px; right: -60px; }
.medical-hero-card:after { width: 170px; height: 170px; bottom: -70px; left: -40px; }
.medical-hero-icon {
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.medical-hero-icon img { width: 88px; height: 88px; object-fit: contain; }
.medical-hero-card > span { color: #a9f1e7; font-weight: 800; }
.medical-hero-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
  color: #fff;
  line-height: .92;
}
.medical-hero-price small {
  color: #fff;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 900;
  letter-spacing: .14em;
}
.medical-hero-price strong {
  white-space: nowrap;
  font-size: clamp(3.2rem, 5.8vw, 5rem);
  letter-spacing: 0;
}
.medical-hero-card > p { margin: 10px 0 28px; color: #d5edf2; font-weight: 800; }
.medical-hero-card > div:last-child {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(255,255,255,.1);
  text-align: left;
}
.medical-hero-card > div:last-child b { font-size: 1.75rem; }
.medical-hero-card > div:last-child small { color: #e1f5f6; font-weight: 700; }
.medical-section { padding: 82px 0; }
.medical-heading { max-width: 850px; margin: 0 auto 38px; text-align: center; }
.medical-heading h2 {
  margin: 12px 0 14px;
  color: #082b52;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.medical-heading p { margin: 0; color: #607890; font-size: 1rem; line-height: 1.8; }
.medical-online { background: #fff; }
.medical-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.medical-price-card {
  position: relative;
  min-height: 305px;
  padding: 30px;
  border: 1px solid #cfe1eb;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f8fcfe);
  box-shadow: 0 18px 42px rgba(10, 54, 91, .07);
}
.medical-price-card:nth-child(2) { border-color: #89d5d1; box-shadow: 0 20px 48px rgba(14, 126, 133, .12); }
.medical-price-level {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #e7f8f6;
  color: #087f8b;
  font-weight: 900;
}
.medical-price-card h3 { min-height: 54px; margin: 22px 0 12px; color: #0b3157; font-size: 1.1rem; line-height: 1.45; }
.medical-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 18px; color: #087f8b; }
.medical-price strong { font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1; }
.medical-price small { color: #698198; font-weight: 700; }
.medical-price-card p { margin: 0; color: #607991; line-height: 1.72; }
.medical-fee-banner {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 26px;
  align-items: center;
  margin-top: 24px;
  padding: 24px 28px;
  border-radius: 22px;
  background: linear-gradient(120deg, #07345d, #075b76);
  color: #fff;
  box-shadow: 0 20px 48px rgba(5, 49, 84, .18);
}
.medical-fee-banner > div:first-child {
  min-height: 90px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
}
.medical-fee-banner > div:first-child span { font-size: 2.7rem; font-weight: 900; }
.medical-fee-banner h2 { margin: 0 0 7px; color: #fff; font-size: 1.32rem; }
.medical-fee-banner p { margin: 0; color: #d8edf1; line-height: 1.68; }
.medical-fee-banner .button { background: #fff; color: #08345d; }
.medical-scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.medical-scope-grid article { padding: 28px; border: 1px solid #d7e7ee; border-radius: 20px; background: #fbfdff; }
.medical-scope-grid h3 { margin: 0 0 18px; color: #0b3157; font-size: 1.15rem; }
.medical-scope-grid ul,
.medical-visit-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.medical-scope-grid li,
.medical-visit-card li { position: relative; padding-left: 25px; color: #5d758d; line-height: 1.65; }
.medical-scope-grid li:before,
.medical-visit-card li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: .62em;
  width: 8px;
  height: 8px;
  border: 2px solid #0792a1;
  border-radius: 50%;
}
.medical-flow { background: #f4f9fc; }
.medical-flow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.medical-flow-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 10px 12px;
  min-height: 0;
  padding: 26px 22px;
  border: 1px solid #d1e3ec;
  border-radius: 20px;
  background: #fff;
}
.medical-flow-grid article > span { margin: 0; color: #0a8c98; font-size: .8rem; font-weight: 900; letter-spacing: .1em; line-height: 1.3; }
.medical-flow-grid h3 { margin: 0; align-self: center; color: #0b3157; font-size: 1.06rem; line-height: 1.25; }
.medical-flow-grid p { grid-column: 1 / -1; margin: 0; color: #607990; font-size: .91rem; line-height: 1.7; }
.medical-visit { background: #fff; }
.medical-visit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.medical-visit-card {
  min-height: 590px;
  padding: 30px;
  border: 1px solid #cfe3eb;
  border-radius: 24px;
  background: linear-gradient(180deg, #f9fdff, #fff);
  box-shadow: 0 18px 46px rgba(11, 55, 89, .07);
}
.medical-visit-head { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.medical-visit-head span {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0a7892;
  color: #fff;
  font-weight: 900;
}
.medical-visit-head h3 { margin: 0; color: #0a3157; font-size: 1.2rem; line-height: 1.35; }
.medical-advantages { background: #eef7fa; }
.medical-advantage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.medical-advantage-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid #cfe3eb;
  border-radius: 20px;
  background: #fff;
}
.medical-advantage-grid article > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 14px;
  background: #e6f7f5;
}
.medical-advantage-grid article > span:before { content: "+"; color: #078a97; font-size: 1.55rem; font-weight: 800; }
.medical-advantage-grid h3 { margin: 0 0 10px; color: #0a3157; font-size: 1.05rem; }
.medical-advantage-grid p { margin: 0; color: #607890; font-size: .91rem; line-height: 1.68; }
.medical-boundary { padding: 62px 0 78px; background: #fff; }
.medical-boundary article {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid #efd5a8;
  border-radius: 22px;
  background: #fffaf0;
}
.medical-boundary-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2b853;
  color: #6d4300;
  font-size: 1.7rem;
  font-weight: 900;
}
.medical-boundary h2 { margin: 0 0 8px; color: #5d3d08; font-size: 1.28rem; }
.medical-boundary p { margin: 0; color: #755f39; line-height: 1.7; }

@media (max-width: 1080px) {
  .medical-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .medical-hero-card { min-height: 340px; }
  .medical-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .medical-fee-banner { grid-template-columns: 100px 1fr; }
  .medical-fee-banner .button { grid-column: 1 / -1; width: 100%; justify-content: center; }
  .medical-flow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .medical-visit-grid { grid-template-columns: 1fr; }
  .medical-visit-card { min-height: 0; }
  .medical-advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .medical-hero { padding: 22px 0 48px; }
  .medical-breadcrumb { margin-bottom: 28px; overflow-x: auto; white-space: nowrap; }
  .medical-copy h1,
  html[lang="zh"] .medical-copy h1 { font-size: clamp(2.6rem, 14vw, 3.55rem); }
  .medical-copy h2 { font-size: 1.25rem; }
  .medical-intro { font-size: .94rem; line-height: 1.76; }
  .medical-trust { grid-template-columns: 1fr 1fr; }
  .medical-trust span { min-height: 60px; padding: 10px; font-size: .76rem; }
  .medical-actions { align-items: stretch; flex-direction: column; }
  .medical-actions .button { width: 100%; justify-content: center; }
  .medical-hero-card { min-height: 320px; padding: 28px 20px; border-radius: 22px; }
  .medical-hero-icon { width: 104px; height: 104px; }
  .medical-hero-icon img { width: 72px; height: 72px; }
  .medical-section { padding: 58px 0; }
  .medical-heading { margin-bottom: 28px; text-align: left; }
  .medical-heading h2 { font-size: 2rem; }
  .medical-pricing-grid,
  .medical-scope-grid,
  .medical-flow-grid,
  .medical-advantage-grid { grid-template-columns: 1fr; }
  .medical-price-card,
  .medical-flow-grid article,
  .medical-advantage-grid article { min-height: 0; }
  .medical-price-card h3 { min-height: 0; }
  .medical-fee-banner { grid-template-columns: 72px 1fr; gap: 16px; padding: 20px; }
  .medical-fee-banner > div:first-child { min-height: 72px; }
  .medical-fee-banner > div:first-child span { font-size: 2rem; }
  .medical-scope-grid article,
  .medical-visit-card { padding: 22px 20px; }
  .medical-flow-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .medical-flow-grid::-webkit-scrollbar { display: none; }
  .medical-flow-grid article { flex: 0 0 min(82vw, 310px); min-height: 220px; scroll-snap-align: start; }
  .medical-visit-head { align-items: flex-start; }
  .medical-boundary article { grid-template-columns: 52px 1fr; padding: 22px 18px; }
  .medical-boundary-mark { width: 50px; height: 50px; }
  .medical-boundary .button { grid-column: 1 / -1; width: 100%; justify-content: center; }
  .medical-service-page .mobile-cta { display: none; }
  .medical-service-page .site-footer { padding-bottom: 36px; }
}

/* Online services detail */
.online-service-page { background: #fff; }
.online-detail { overflow: hidden; color: var(--ink); }
.os-hero { padding: 28px 0 82px; background: radial-gradient(circle at 82% 18%, rgba(55,151,235,.2), transparent 30%), linear-gradient(135deg, #f8fcff 0%, #eef7ff 54%, #f8fbff 100%); border-bottom: 1px solid #d8e8f4; }
.os-breadcrumb { display: flex; gap: 10px; align-items: center; margin-bottom: 34px; color: #53708e; font-size: .88rem; }
.os-breadcrumb a { color: #0b68bd; font-weight: 750; }
.os-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr); gap: 56px; align-items: center; }
.os-copy { max-width: 650px; }
.os-eyebrow, .os-heading > span, .os-why-copy > span { display: inline-flex; color: #0872cf; font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.os-copy h1 { margin: 18px 0 24px; font-size: clamp(3.4rem, 6vw, 5.9rem); line-height: .98; letter-spacing: 0; }
html[lang="zh"] .os-copy h1 { font-size: clamp(3.2rem, 5.5vw, 5.1rem); letter-spacing: 0; }
.os-intro { max-width: 630px; color: #4f6a86; font-size: 1.12rem; line-height: 1.85; }
.os-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 30px; }
.os-trust span { display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 10px 14px; border: 1px solid #cfe1ef; border-radius: 13px; background: rgba(255,255,255,.72); color: #123b65; font-weight: 850; box-shadow: 0 12px 30px rgba(20,72,119,.06); }
.os-trust b { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; color: #fff; background: #0c76d2; font-size: .67rem; }
.os-actions { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
.os-actions p { max-width: 330px; margin: 0; color: #57718b; font-size: .86rem; line-height: 1.55; }
.os-flow-card { position: relative; min-height: 520px; padding: 34px; border: 1px solid rgba(158,195,221,.72); border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: 0 30px 80px rgba(18,72,119,.14); backdrop-filter: blur(14px); }
.os-flow-card:before { content: ""; position: absolute; inset: 14px; z-index: -1; border-radius: 22px; background: linear-gradient(145deg, rgba(225,243,255,.9), rgba(255,255,255,.4)); }
.os-flow-card-head { display: grid; grid-template-columns: 88px 1fr; gap: 20px; align-items: center; }
.os-flow-card-head > span { display: grid; place-items: center; width: 88px; height: 88px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #0877d7, #06437f); box-shadow: 0 18px 34px rgba(7,83,151,.25); font-size: 1.75rem; font-weight: 950; }
.os-flow-card-head strong { display: block; font-size: 1.28rem; line-height: 1.25; }
.os-flow-card-head p { margin: 8px 0 0; color: #5d748d; line-height: 1.58; }
.os-flow { display: flex; align-items: stretch; justify-content: space-between; gap: 8px; margin: 50px 0 42px; }
.os-flow-node { display: grid; align-content: center; justify-items: center; width: 112px; min-height: 126px; padding: 14px 9px; border: 1px solid #d5e5f1; border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 12px 26px rgba(18,72,119,.07); }
.os-flow-node span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 12px; border-radius: 12px; color: #0872cf; background: #e8f5ff; font-weight: 950; }
.os-flow-node--3 { border-color: #edc67c; background: #fffaf0; }
.os-flow-node--3 span { color: #8c5800; background: #ffedc8; }
.os-flow-node strong { font-size: .82rem; line-height: 1.35; }
.os-flow > i { align-self: center; color: #8aa9c4; font-style: normal; font-size: 1.2rem; }
.os-escrow-line { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 16px; color: #fff; background: #062e58; }
.os-escrow-line > span { position: relative; width: 34px; height: 28px; flex: 0 0 34px; border: 3px solid #58b7ff; border-radius: 7px; }
.os-escrow-line > span:before { content: ""; position: absolute; left: 6px; right: 6px; top: -15px; height: 18px; border: 3px solid #58b7ff; border-bottom: 0; border-radius: 14px 14px 0 0; }
.os-section { padding: 88px 0; }
.os-heading { max-width: 850px; margin: 0 auto 42px; text-align: center; }
.os-heading h2, .os-why-copy h2 { margin: 13px 0 14px; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.12; letter-spacing: 0; }
.os-heading p, .os-why-copy p { margin: 0; color: #5c7289; line-height: 1.75; }
.os-scope { background: #fff; }
.os-scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.os-scope-grid article { position: relative; min-height: 220px; padding: 30px 26px; border: 1px solid #d8e6f0; border-radius: 20px; background: #fff; box-shadow: 0 18px 45px rgba(18,72,119,.07); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.os-scope-grid article:hover { transform: translateY(-5px); border-color: #8bc4ee; box-shadow: 0 24px 55px rgba(18,72,119,.13); }
.os-card-index { display: inline-flex; margin-bottom: 28px; color: #0b76cf; font-size: .78rem; font-weight: 950; letter-spacing: .12em; }
.os-scope-grid h3, .os-safety-grid h3, .os-process-grid h3, .os-why-grid h3 { margin: 0 0 10px; font-size: 1.08rem; }
.os-scope-grid p, .os-safety-grid p, .os-process-grid p, .os-why-grid p { margin: 0; color: #5a728b; line-height: 1.65; }
.os-safety { padding-top: 24px; background: #fff; }
.os-safety-panel { padding: 64px; border-radius: 30px; background: linear-gradient(135deg, #06294d, #07477f); box-shadow: 0 30px 70px rgba(4,41,77,.2); }
.os-heading--light > span { color: #7fc7ff; }
.os-heading--light h2 { color: #fff; }
.os-heading--light p { color: #c4dbed; }
.os-safety-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.os-safety-grid article { min-height: 245px; padding: 30px; border: 1px solid rgba(173,215,246,.24); border-radius: 20px; background: rgba(255,255,255,.08); color: #fff; }
.os-safety-grid p { color: #c9dbea; }
.os-safety-icon { display: block; position: relative; width: 58px; height: 58px; margin-bottom: 28px; border: 2px solid #63baff; border-radius: 17px; }
.os-safety-icon:before { content: ""; position: absolute; left: 16px; top: 10px; width: 20px; height: 28px; border: solid #63baff; border-width: 0 4px 4px 0; transform: rotate(45deg); }
.os-process { background: linear-gradient(180deg, #f7fbff, #fff); }
.os-process-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.os-process-grid article { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: start; gap: 10px 12px; min-height: 0; padding: 22px 18px; border: 1px solid #d9e6ef; border-radius: 18px; background: #fff; box-shadow: 0 15px 35px rgba(18,72,119,.06); }
.os-process-grid article > span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0; border-radius: 50%; color: #fff; background: #062f59; font-size: .76rem; font-weight: 950; }
.os-process-grid h3 { margin: 0; align-self: center; font-size: .95rem; line-height: 1.25; }
.os-process-grid p { grid-column: 1 / -1; font-size: .82rem; }
.os-why { background: #fff; }
.os-why-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 68px; align-items: center; }
.os-why-copy { max-width: 480px; }
.os-why-grid { display: grid; gap: 14px; }
.os-why-grid article { display: grid; grid-template-columns: 54px 1fr; grid-template-rows: auto auto; column-gap: 18px; padding: 24px 26px; border: 1px solid #d9e7f1; border-radius: 18px; background: #fbfdff; }
.os-why-grid article > span { grid-row: 1 / 3; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; color: #0875ce; background: #e6f4ff; font-size: 1.6rem; font-weight: 500; }
.os-commercial { padding-top: 30px; background: #fff; }
.os-commercial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.os-fee-banner, .os-refund-banner { display: grid; grid-template-columns: 120px 1fr; gap: 26px; align-items: center; min-height: 250px; padding: 38px; border-radius: 24px; }
.os-fee-banner { color: #fff; background: linear-gradient(135deg, #0876d1, #063867); box-shadow: 0 24px 50px rgba(7,70,126,.22); }
.os-refund-banner { border: 1px solid #f0d8a7; background: #fff9ed; }
.os-fee-banner > span, .os-refund-banner > span { display: grid; place-items: center; width: 112px; height: 112px; border-radius: 30px; font-size: 2.2rem; font-weight: 950; }
.os-fee-banner > span { background: rgba(255,255,255,.14); }
.os-refund-banner > span { color: #965d00; background: #ffe9bc; }
.os-fee-banner h2, .os-refund-banner h2 { margin: 0 0 12px; font-size: 1.45rem; }
.os-fee-banner p, .os-refund-banner p { margin: 0; line-height: 1.68; }
.os-fee-banner p { color: #d6eafa; }
.os-refund-banner p { color: #6d5c3d; }
.online-service-page .mobile-cta { display: none; }
.online-service-page .site-footer { padding-bottom: 36px; }

@media (max-width: 1100px) {
  .os-hero-grid { grid-template-columns: 1fr; }
  .os-copy { max-width: none; }
  .os-flow-card { min-height: 0; }
  .os-process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .os-scope-grid, .os-safety-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .os-why-layout, .os-commercial-grid { grid-template-columns: 1fr; }
  .os-why-copy { max-width: 720px; }
}

@media (max-width: 760px) {
  .os-hero { padding: 20px 0 54px; }
  .os-breadcrumb { margin-bottom: 26px; overflow-x: auto; white-space: nowrap; }
  .os-hero-grid { gap: 34px; }
  .os-copy h1, html[lang="zh"] .os-copy h1 { margin: 14px 0 20px; font-size: clamp(2.55rem, 13vw, 3.5rem); }
  .os-intro { font-size: .98rem; line-height: 1.72; }
  .os-trust { grid-template-columns: 1fr; }
  .os-actions { align-items: stretch; flex-direction: column; }
  .os-actions .button { width: 100%; justify-content: center; }
  .os-flow-card { padding: 22px 16px; border-radius: 20px; }
  .os-flow-card-head { grid-template-columns: 68px 1fr; gap: 14px; }
  .os-flow-card-head > span { width: 68px; height: 68px; border-radius: 19px; font-size: 1.35rem; }
  .os-flow-card-head strong { font-size: 1.05rem; }
  .os-flow-card-head p { font-size: .82rem; }
  .os-flow { display: grid; grid-template-columns: 1fr; margin: 30px 0; }
  .os-flow-node { width: 100%; min-height: 78px; grid-template-columns: 42px 1fr; justify-items: start; text-align: left; }
  .os-flow-node span { margin: 0 12px 0 0; }
  .os-flow > i { justify-self: center; transform: rotate(90deg); }
  .os-section { padding: 60px 0; }
  .os-heading { margin-bottom: 28px; text-align: left; }
  .os-heading h2, .os-why-copy h2 { font-size: 2rem; }
  .os-scope-grid, .os-safety-grid { grid-template-columns: 1fr; }
  .os-scope-grid article, .os-safety-grid article { min-height: 0; }
  .os-safety { padding-top: 0; }
  .os-safety-panel { width: 100%; padding: 50px 20px; border-radius: 0; }
  .os-process-grid { display: flex; gap: 12px; overflow-x: auto; padding: 2px 2px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .os-process-grid::-webkit-scrollbar { display: none; }
  .os-process-grid article { flex: 0 0 min(80vw, 290px); min-height: 220px; scroll-snap-align: start; }
  .os-why-layout { gap: 28px; }
  .os-why-grid article { padding: 20px 18px; grid-template-columns: 46px 1fr; column-gap: 14px; }
  .os-why-grid article > span { width: 46px; height: 46px; }
  .os-fee-banner, .os-refund-banner { grid-template-columns: 72px 1fr; gap: 16px; min-height: 0; padding: 24px 18px; }
  .os-fee-banner > span, .os-refund-banner > span { width: 68px; height: 68px; border-radius: 20px; font-size: 1.3rem; }
  .os-fee-banner h2, .os-refund-banner h2 { font-size: 1.12rem; }
  .os-fee-banner p, .os-refund-banner p { font-size: .84rem; }
}

/* Travel services detail */
.travel-service-page { background: #fff; }
.travel-detail { overflow: hidden; color: var(--ink); }
.travel-hero { padding: 28px 0 86px; background: radial-gradient(circle at 86% 18%, rgba(24,117,205,.18), transparent 32%), linear-gradient(135deg, #f7fcff 0%, #edf7ff 58%, #ffffff 100%); border-bottom: 1px solid #d8e8f4; }
.travel-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 34px; color: #57718b; font-size: .88rem; }
.travel-breadcrumb a { color: #0b68bd; font-weight: 800; }
.travel-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); gap: 56px; align-items: center; }
.travel-copy { max-width: 690px; }
.travel-eyebrow, .travel-heading > span { display: inline-flex; color: #0872cf; font-size: .78rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.travel-copy h1 { margin: 18px 0 22px; font-size: clamp(3.4rem, 6vw, 5.9rem); line-height: .98; letter-spacing: 0; }
html[lang="zh"] .travel-copy h1 { font-size: clamp(3.1rem, 5.5vw, 5.05rem); letter-spacing: 0; }
.travel-intro { max-width: 660px; color: #526d88; font-size: 1.1rem; line-height: 1.85; }
.travel-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 30px; }
.travel-trust span { display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 10px 14px; border: 1px solid #cfe1ef; border-radius: 14px; background: rgba(255,255,255,.74); color: #123b65; font-weight: 850; box-shadow: 0 12px 30px rgba(20,72,119,.06); }
.travel-trust b { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; color: #fff; background: #0c76d2; font-size: .67rem; }
.travel-actions { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
.travel-actions p { max-width: 360px; margin: 0; color: #5b7187; font-size: .87rem; line-height: 1.58; }
.travel-arrival-card { position: relative; min-height: 500px; padding: 40px; border: 1px solid rgba(153,194,224,.72); border-radius: 30px; background: linear-gradient(150deg, rgba(255,255,255,.94), rgba(238,248,255,.9)); box-shadow: 0 30px 80px rgba(18,72,119,.14); overflow: hidden; }
.travel-arrival-card:before { content: ""; position: absolute; right: -130px; top: -120px; width: 330px; height: 330px; border-radius: 50%; background: rgba(10,112,202,.11); }
.travel-arrival-card > span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  margin-bottom: 126px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(145deg, #0b82e6 0%, #075ca9 55%, #063c72 100%);
  box-shadow: 0 24px 48px rgba(7,83,151,.3), inset 0 0 0 7px rgba(255,255,255,.07);
  font-size: 2.65rem;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 3px 12px rgba(0,33,74,.28);
}
.travel-arrival-card h2 { position: relative; margin: 0 0 14px; font-size: 2rem; line-height: 1.15; }
.travel-arrival-card p { position: relative; max-width: 420px; margin: 0; color: #526e89; line-height: 1.72; }
.travel-plane { position: absolute; right: 40px; top: 72px; width: 230px; height: 150px; border-radius: 34px; background: linear-gradient(135deg, rgba(9,111,204,.14), rgba(255,255,255,.3)); }
.travel-plane:before { content: "\2708"; position: absolute; left: 55px; top: 18px; color: #0a73cc; font-size: 6rem; transform: rotate(-10deg); }
.travel-plane:after { content: ""; position: absolute; left: 30px; right: 30px; bottom: 32px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, transparent, #0a73cc, transparent); }
.travel-section { padding: 88px 0; }
.travel-heading { max-width: 880px; margin: 0 auto 42px; text-align: center; }
.travel-heading--left { margin-left: 0; text-align: left; }
.travel-heading h2 { margin: 13px 0 14px; font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.12; letter-spacing: 0; }
.travel-heading p { margin: 0; color: #5b7289; line-height: 1.75; }
.travel-basics { padding-bottom: 24px; background: #fff; }
.travel-basic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.travel-basic-grid article { min-height: 230px; padding: 28px 24px; border: 1px solid #d9e7f1; border-radius: 20px; background: linear-gradient(145deg, #fff, #f7fbff); box-shadow: 0 16px 38px rgba(18,72,119,.06); }
.travel-basic-grid span { display: inline-flex; margin-bottom: 24px; color: #0c76d2; font-size: .8rem; font-weight: 950; letter-spacing: .12em; }
.travel-basic-grid h3 { margin: 0 0 10px; font-size: 1.06rem; }
.travel-basic-grid p { margin: 0; color: #5a728b; line-height: 1.62; }
.travel-types { padding-top: 40px; background: #fff; }
.travel-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.travel-type-card { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; min-height: 390px; padding: 36px; border: 1px solid #d8e6f0; border-radius: 26px; background: #fff; box-shadow: 0 20px 52px rgba(18,72,119,.08); }
.travel-type-card--custom { background: linear-gradient(145deg, #fff, #f4fbff); }
.travel-type-card--group { background: linear-gradient(145deg, #fff, #fffaf0); border-color: #ead7ac; }
.travel-type-card span { display: inline-flex; margin-bottom: 22px; color: #0c76d2; font-weight: 950; letter-spacing: .14em; }
.travel-type-card h3 { margin: 0; font-size: 2rem; line-height: 1.1; }
.travel-type-card strong { display: block; margin: 12px 0 16px; color: #17456f; font-size: 1rem; }
.travel-type-card p { margin: 0; color: #526f89; line-height: 1.68; }
.travel-type-card ul { display: grid; gap: 10px; align-content: center; margin: 0; padding: 0; list-style: none; }
.travel-type-card li { position: relative; padding-left: 24px; color: #1c3956; font-weight: 750; line-height: 1.45; }
.travel-type-card li:before { content: ""; position: absolute; left: 0; top: .55em; width: 9px; height: 9px; border-radius: 50%; background: #0c76d2; }
.travel-quote { padding-top: 22px; background: #fff; }
.travel-quote-panel { padding: 58px; border: 1px solid #d7e6f1; border-radius: 30px; background: linear-gradient(135deg, #f4fbff, #fff); box-shadow: 0 24px 62px rgba(18,72,119,.09); }
.travel-quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.travel-quote-grid article { min-height: 185px; padding: 24px; border: 1px solid #d9e7f1; border-radius: 19px; background: rgba(255,255,255,.82); }
.travel-quote-grid span { display: inline-flex; margin-bottom: 24px; color: #0c76d2; font-size: .8rem; font-weight: 950; letter-spacing: .12em; }
.travel-quote-grid h3, .travel-flow-list h3, .travel-advantage-grid h3 { margin: 0 0 10px; font-size: 1.05rem; }
.travel-quote-grid p, .travel-flow-list p, .travel-advantage-grid p { margin: 0; color: #5a728b; line-height: 1.62; }
.travel-flows { background: linear-gradient(180deg, #f8fcff, #fff); }
.travel-flow-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.travel-flow-column { padding: 34px; border: 1px solid #d8e6f0; border-radius: 26px; background: #fff; box-shadow: 0 18px 45px rgba(18,72,119,.06); }
.travel-flow-list { display: grid; gap: 14px; }
.travel-flow-list article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 18px; border-radius: 16px; background: #f7fbff; }
.travel-flow-list span { grid-row: 1 / 3; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: #fff; background: #062f59; font-size: .78rem; font-weight: 950; }
.travel-escort { padding: 36px 0 24px; background: #fff; }
.travel-escort article { display: grid; grid-template-columns: 82px 1fr; gap: 24px; align-items: center; padding: 32px 38px; border-radius: 24px; color: #fff; background: linear-gradient(135deg, #062f59, #075596); box-shadow: 0 24px 55px rgba(5,58,105,.2); }
.travel-escort span { display: grid; place-items: center; width: 82px; height: 82px; border-radius: 24px; background: rgba(255,255,255,.12); font-size: 2.5rem; font-weight: 400; }
.travel-escort h2 { margin: 0 0 10px; font-size: 1.55rem; }
.travel-escort p { margin: 0; color: #d9ecfb; line-height: 1.72; }
.travel-advantages { background: #fff; }
.travel-advantage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.travel-advantage-grid article { min-height: 210px; padding: 28px; border: 1px solid #d9e7f1; border-radius: 20px; background: #fff; box-shadow: 0 16px 38px rgba(18,72,119,.06); }
.travel-advantage-grid span { display: block; position: relative; width: 52px; height: 52px; margin-bottom: 24px; border-radius: 15px; background: #e7f5ff; }
.travel-advantage-grid span:before { content: ""; position: absolute; left: 15px; top: 13px; width: 18px; height: 10px; border: solid #0a73cc; border-width: 0 0 4px 4px; transform: rotate(-45deg); }
.travel-rights { padding-top: 10px; background: #fff; }
.travel-rights article { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 40px; border: 1px solid #efd7a5; border-radius: 24px; background: #fff9ed; }
.travel-rights h2 { margin: 0 0 10px; font-size: 1.55rem; }
.travel-rights p { max-width: 900px; margin: 0; color: #695a3e; line-height: 1.72; }
.travel-service-page .mobile-cta { display: none; }
.travel-service-page .site-footer { padding-bottom: 36px; }

@media (max-width: 1100px) {
  .travel-hero-grid, .travel-flow-layout { grid-template-columns: 1fr; }
  .travel-copy { max-width: none; }
  .travel-arrival-card { min-height: 390px; }
  .travel-basic-grid, .travel-quote-grid, .travel-advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .travel-type-card { grid-template-columns: 1fr; min-height: 0; }
  .travel-quote-panel { padding: 36px 24px; }
}

@media (max-width: 760px) {
  .travel-hero { padding: 20px 0 54px; }
  .travel-breadcrumb { margin-bottom: 24px; overflow-x: auto; white-space: nowrap; }
  .travel-hero-grid { gap: 34px; }
  .travel-copy h1, html[lang="zh"] .travel-copy h1 { margin: 14px 0 20px; font-size: clamp(2.55rem, 13vw, 3.5rem); }
  .travel-intro { font-size: .98rem; line-height: 1.72; }
  .travel-trust { grid-template-columns: 1fr; }
  .travel-actions { align-items: stretch; flex-direction: column; }
  .travel-actions .button { width: 100%; justify-content: center; }
  .travel-arrival-card { min-height: 0; padding: 28px 20px; border-radius: 20px; }
  .travel-plane { position: relative; right: auto; top: auto; width: 100%; height: 100px; margin-bottom: 20px; }
  .travel-plane:before { left: 34px; top: 5px; font-size: 4.5rem; }
  .travel-arrival-card > span { width: 92px; height: 92px; margin-bottom: 24px; border-radius: 25px; font-size: 1.9rem; box-shadow: 0 18px 34px rgba(7,83,151,.27), inset 0 0 0 5px rgba(255,255,255,.07); }
  .travel-arrival-card h2 { font-size: 1.35rem; }
  .travel-section { padding: 58px 0; }
  .travel-basics { padding-bottom: 18px; }
  .travel-types { padding-top: 30px; }
  .travel-heading { margin-bottom: 28px; text-align: left; }
  .travel-heading h2 { font-size: 2rem; }
  .travel-type-grid, .travel-basic-grid, .travel-quote-grid, .travel-advantage-grid { grid-template-columns: 1fr; }
  .travel-basic-grid article { min-height: 0; }
  .travel-type-card { padding: 24px 20px; border-radius: 20px; }
  .travel-type-card h3 { font-size: 1.6rem; }
  .travel-quote { padding-top: 0; }
  .travel-quote-panel { width: 100%; padding: 42px 20px; border-radius: 0; border-left: 0; border-right: 0; }
  .travel-flow-column { padding: 24px 18px; border-radius: 20px; }
  .travel-flow-list article { grid-template-columns: 44px 1fr; padding: 16px 14px; }
  .travel-flow-list span { width: 44px; height: 44px; }
  .travel-escort article { grid-template-columns: 56px 1fr; gap: 16px; padding: 24px 18px; }
  .travel-escort span { width: 56px; height: 56px; border-radius: 16px; font-size: 1.6rem; }
  .travel-escort h2 { font-size: 1.18rem; }
  .travel-escort p, .travel-rights p { font-size: .88rem; }
  .travel-rights article { grid-template-columns: 1fr; padding: 24px 18px; }
  .travel-rights .button { width: 100%; }
}

/* Legal and custom local services detail */
.coord-service-page { background: #fff; }
.coord-detail { overflow: hidden; color: var(--ink); }
.coord-hero {
  padding: 30px 0 84px;
  border-bottom: 1px solid #d8e8f4;
  background:
    radial-gradient(circle at 86% 20%, rgba(18,104,179,.18), transparent 31%),
    linear-gradient(135deg, #f7fcff 0%, #edf7ff 58%, #fff 100%);
}
.legal-service-page .coord-hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(215,164,93,.18), transparent 31%),
    linear-gradient(135deg, #f8fcff 0%, #eef7ff 58%, #fff 100%);
}
.coord-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: #57718b;
  font-size: .88rem;
}
.coord-breadcrumb a { color: #0b68bd; font-weight: 800; }
.coord-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: 58px;
  align-items: center;
  min-width: 0;
}
.coord-copy { max-width: 820px; min-width: 0; }
.coord-eyebrow,
.coord-heading > span,
.coord-cost-copy > span {
  display: inline-flex;
  color: #0872cf;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.legal-service-page .coord-eyebrow,
.legal-service-page .coord-heading > span,
.legal-service-page .coord-cost-copy > span { color: #a56d13; }
.coord-copy h1 {
  margin: 18px 0 12px;
  color: var(--navy);
  font-size: clamp(3.3rem, 5.7vw, 5.6rem);
  line-height: .98;
  letter-spacing: 0;
}
html[lang="zh"] .coord-copy h1 {
  font-size: clamp(3.2rem, 5.2vw, 5.05rem);
  letter-spacing: 0;
}
.coord-copy h2 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #0c66b1;
  font-size: clamp(1.32rem, 2.2vw, 2rem);
  line-height: 1.28;
  overflow-wrap: anywhere;
}
.legal-service-page .coord-copy h2 { color: #7d5518; }
.coord-intro {
  max-width: 830px;
  margin: 0;
  color: #526d88;
  font-size: 1.06rem;
  line-height: 1.86;
}
.coord-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}
.coord-trust span {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid #cfe1ef;
  border-radius: 14px;
  background: rgba(255,255,255,.74);
  color: #123b65;
  font-size: .82rem;
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(20,72,119,.06);
}
.coord-trust b {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0c76d2;
  font-size: .67rem;
}
.legal-service-page .coord-trust b { background: #b57b20; }
.coord-actions { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
.coord-actions p {
  max-width: 430px;
  margin: 0;
  color: #5b7187;
  font-size: .88rem;
  line-height: 1.58;
}
.coord-hero-card {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border: 1px solid rgba(153,194,224,.72);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.55), transparent 26%),
    linear-gradient(150deg, #07325c, #075996);
  color: #fff;
  box-shadow: 0 30px 80px rgba(18,72,119,.17);
}
.legal-service-page .coord-hero-card {
  background:
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.28), transparent 26%),
    linear-gradient(150deg, #082343, #173b5e 58%, #6f4b17);
}
.coord-icon-frame {
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 54px rgba(0,0,0,.18);
}
.coord-icon-frame svg {
  width: 76px;
  height: 76px;
  color: #0a73cc;
  overflow: visible;
}
.legal-service-page .coord-icon-frame svg { color: #0a73cc; }
.coord-hero-card > span {
  width: fit-content;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #07325c;
  background: #fff;
  font-size: .8rem;
  font-weight: 900;
}
.legal-service-page .coord-hero-card > span { color: #7d4d07; background: #fff3d9; }
.coord-hero-card h2 { margin: 0 0 14px; color: #fff; font-size: 1.65rem; line-height: 1.22; }
.coord-hero-card p { margin: 0; color: #d8ebfb; line-height: 1.72; }
.legal-service-page .coord-hero-card p { color: #f3e6cf; }
.coord-section { padding: 86px 0; }
.coord-heading { max-width: 870px; margin: 0 auto 42px; text-align: center; }
.coord-heading h2,
.coord-cost-copy h2 {
  margin: 12px 0 14px;
  color: var(--navy);
  font-size: clamp(2rem, 3.7vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.coord-heading p,
.coord-cost-copy p { margin: 0; color: #5c7289; line-height: 1.78; }
.coord-scope { background: #fff; }
.coord-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.coord-scope-grid article {
  min-height: 255px;
  padding: 30px 26px;
  border: 1px solid #d7e6f1;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f9fdff);
  box-shadow: 0 18px 45px rgba(18,72,119,.07);
}
.coord-scope-grid article,
.coord-process-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 10px 12px;
}
.coord-scope-grid article > span,
.coord-process-grid article > span {
  grid-column: 1;
  margin: 0;
  color: #0b76cf;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1.3;
}
.legal-service-page .coord-scope-grid article > span,
.legal-service-page .coord-process-grid article > span { color: #a56d13; }
.coord-scope-grid h3,
.coord-process-grid h3,
.coord-cost-grid h3 { margin: 0; align-self: center; color: var(--navy); font-size: 1.08rem; line-height: 1.25; }
.coord-scope-grid p,
.coord-process-grid p,
.coord-cost-grid p { margin: 0; color: #5a728b; line-height: 1.66; }
.coord-process { background: linear-gradient(180deg, #f7fbff, #fff); }
.coord-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.coord-process-grid article {
  min-height: 250px;
  padding: 28px 22px;
  border: 1px solid #d9e7f1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18,72,119,.06);
}
.coord-cost { padding-top: 32px; background: #fff; }
.coord-cost-panel {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 44px;
  align-items: center;
  padding: 54px;
  border: 1px solid #d7e6f1;
  border-radius: 30px;
  background: linear-gradient(135deg, #f4fbff, #fff);
  box-shadow: 0 24px 62px rgba(18,72,119,.09);
}
.legal-service-page .coord-cost-panel { background: linear-gradient(135deg, #fffaf0, #fff); border-color: #ecd8b5; }
.coord-cost-grid { display: grid; gap: 14px; }
.coord-cost-grid article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid #d9e7f1;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
}
.coord-cost-grid article > span {
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #e6f4ff;
  position: relative;
}
.coord-cost-grid h3,
.coord-cost-grid p {
  grid-column: 2;
}
.coord-cost-grid article > span:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 18px;
  height: 10px;
  border: solid #0a73cc;
  border-width: 0 0 4px 4px;
  transform: rotate(-45deg);
}
.legal-service-page .coord-cost-grid article > span { background: #fff0d3; }
.legal-service-page .coord-cost-grid article > span:before { border-color: #b57b20; }
.coord-boundary { padding: 52px 0 82px; background: #fff; }
.coord-boundary article {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid #efd5a8;
  border-radius: 22px;
  background: #fffaf0;
}
.local-service-page .coord-boundary article { border-color: #cfe2ef; background: #f4fbff; }
.coord-boundary-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2b853;
  color: #6d4300;
  font-size: 1.7rem;
  font-weight: 900;
}
.local-service-page .coord-boundary-mark { color: #fff; background: #0c76d2; }
.coord-boundary h2 { margin: 0 0 8px; color: #5d3d08; font-size: 1.28rem; }
.local-service-page .coord-boundary h2 { color: var(--navy); }
.coord-boundary p { margin: 0; color: #755f39; line-height: 1.72; }
.local-service-page .coord-boundary p { color: #57718b; }
.coord-service-page .mobile-cta { display: none; }
.coord-service-page .site-footer { padding-bottom: 36px; }

@media (max-width: 1100px) {
  .coord-hero-grid,
  .coord-cost-panel { grid-template-columns: 1fr; }
  .coord-hero-card { min-height: 0; }
  .coord-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .coord-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .coord-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .coord-hero { padding: 20px 0 54px; }
  .coord-breadcrumb { margin-bottom: 24px; overflow-x: auto; white-space: nowrap; }
  .coord-hero-grid { gap: 34px; }
  .coord-copy,
  .coord-hero-card,
  .coord-heading,
  .coord-cost-copy { width: 100%; max-width: 100%; min-width: 0; }
  .coord-copy h1,
  html[lang="zh"] .coord-copy h1 { margin: 14px 0 18px; font-size: clamp(2.45rem, 12vw, 3.35rem); overflow-wrap: anywhere; }
  .coord-copy h2 {
    display: block;
    max-width: calc(100vw - 28px);
    white-space: normal !important;
    font-size: clamp(1.02rem, 5vw, 1.16rem);
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }
  .coord-intro { font-size: .96rem; line-height: 1.74; }
  .coord-trust { grid-template-columns: 1fr; }
  .coord-actions { align-items: stretch; flex-direction: column; }
  .coord-actions .button { width: 100%; }
  .coord-hero-card { padding: 28px 20px; border-radius: 22px; }
  .coord-icon-frame { width: 102px; height: 102px; margin-bottom: 22px; border-radius: 24px; }
  .coord-icon-frame svg { width: 66px; height: 66px; }
  .coord-hero-card h2 { font-size: 1.34rem; overflow-wrap: anywhere; }
  .coord-section { padding: 58px 0; }
  .coord-heading { margin-bottom: 28px; text-align: left; }
  .coord-heading h2,
  .coord-cost-copy h2 {
    display: block;
    max-width: calc(100vw - 28px);
    white-space: normal !important;
    font-size: clamp(1.36rem, 6vw, 1.58rem);
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }
  .coord-scope-grid { grid-template-columns: 1fr; }
  .coord-scope-grid article { min-height: 0; }
  .coord-process-grid { display: flex; gap: 12px; overflow-x: auto; padding: 2px 2px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .coord-process-grid::-webkit-scrollbar { display: none; }
  .coord-process-grid article { flex: 0 0 min(82vw, 310px); min-height: 220px; scroll-snap-align: start; }
  .coord-cost { padding-top: 0; }
  .coord-cost-panel { width: 100%; padding: 42px 20px; border-radius: 0; border-left: 0; border-right: 0; }
  .coord-cost-grid article { grid-template-columns: 46px 1fr; padding: 18px 16px; gap: 14px; }
  .coord-cost-grid article > span { width: 46px; height: 46px; border-radius: 14px; }
  .coord-cost-grid article > span:before { left: 13px; top: 12px; }
  .coord-boundary article { grid-template-columns: 52px 1fr; padding: 22px 18px; }
  .coord-boundary-mark { width: 50px; height: 50px; }
  .coord-boundary .button { grid-column: 1 / -1; width: 100%; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
html[dir="rtl"] body { direction: rtl; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.svg-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.wrap { width: min(1280px, calc(100% - 56px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(217,230,239,.85); box-shadow: 0 8px 28px rgba(8,35,67,.05); backdrop-filter: blur(18px); }
.header-shell { min-height: 72px; display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 28px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-size: 1.12rem; font-weight: 900; line-height: 1.05; }
.site-brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .04em; }
.site-header .site-brand small { font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: .7rem; font-weight: 500; letter-spacing: .015em; line-height: 1.2; font-variant: normal; font-feature-settings: normal; }
.brand-mark { width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(8,35,67,.14)); }
.site-nav { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; color: #1f3652; font-size: .92rem; font-weight: 760; }
.nav-center { display: flex; align-items: center; justify-content: flex-end; gap: 32px; min-width: 0; }
.nav-right { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.nav-center > a, .nav-dropdown > a, .language-link { padding: 8px 0; }
.nav-center a:hover, .nav-right a:hover { color: var(--blue); }
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 0 20px; border-radius: 10px; color: white !important; background: var(--navy); box-shadow: 0 14px 30px rgba(8,35,67,.18); }
.nav-dropdown { position: relative; display: inline-flex; align-items: center; }
.dropdown-panel { position: absolute; top: calc(100% + 16px); left: 50%; min-width: 280px; padding: 12px; display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 28px 80px rgba(8,35,67,.16); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: .18s ease; }
.dropdown-panel a { padding: 11px 12px; border-radius: 10px; color: #334a62; white-space: nowrap; font-size: .88rem; }
.dropdown-panel a:hover { color: var(--blue); background: var(--sky); }
.dropdown-panel .dropdown-featured { color: var(--navy); background: var(--gold-soft); font-weight: 900; }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.language-dropdown .dropdown-panel { min-width: 190px; }
.menu-toggle { display: none; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; background: white; color: var(--navy); font: inherit; font-weight: 800; }
.menu-toggle::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor;
  flex: none;
}

/* Final compact overrides for numbered cards. */
.v10-step,
.medical-flow-grid article,
.coord-scope-grid article,
.coord-process-grid article,
.os-process-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 10px 12px;
  min-height: 0;
  text-align: left;
}

.v10-step-number,
.medical-flow-grid article > span,
.coord-scope-grid article > span,
.coord-process-grid article > span,
.os-process-grid article > span {
  margin: 0;
  line-height: 1.3;
}

.v10-step h3,
.medical-flow-grid h3,
.coord-scope-grid h3,
.coord-process-grid h3,
.os-process-grid h3 {
  margin: 0;
  align-self: center;
  line-height: 1.22;
}

.v10-step p,
.medical-flow-grid p,
.coord-scope-grid p,
.coord-process-grid p,
.os-process-grid p {
  grid-column: 1 / -1;
  margin: 0;
}

.v10-step-icon {
  grid-column: 1 / -1;
  width: 48px;
  height: 48px;
  margin-top: 2px;
}

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font: inherit; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--navy); box-shadow: 0 16px 34px rgba(8,35,67,.2); }
.button--secondary { color: var(--navy); background: rgba(255,255,255,.72); border-color: #b9ccda; }
.button--gold { color: #152337; background: var(--gold); }

.v10-hero { position: relative; overflow: hidden; padding: 52px 0 0; background: linear-gradient(90deg, #f9fcff 0%, #eef7fd 46%, #dfeff8 100%); }
.v10-hero:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 18%, rgba(18,104,179,.18), transparent 25%), linear-gradient(90deg, rgba(255,255,255,.74), rgba(255,255,255,.22) 56%, transparent); }
.v10-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr); gap: 42px; align-items: stretch; min-height: 510px; }
.v10-hero-copy { padding-bottom: 36px; }
.v10-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.v10-hero-tags span { display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 0 15px; border: 1px solid #c8dbe8; border-radius: 999px; background: rgba(255,255,255,.78); color: var(--navy); font-size: .83rem; font-weight: 820; box-shadow: 0 8px 22px rgba(8,35,67,.06); }
.v10-hero-tags span:before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(18,104,179,.13); }
.v10-kicker { margin: 0 0 14px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.v10-hero h1 { max-width: 760px; margin: 0 0 20px; color: var(--navy); font-size: clamp(3.2rem, 5.1vw, 5rem); line-height: 1.02; letter-spacing: 0; }
html[lang="zh"] .v10-hero h1 { font-size: clamp(3.2rem, 4.5vw, 4rem); line-height: 1.1; letter-spacing: 0; }
.v10-lead { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.12rem; line-height: 1.78; }
html[lang="zh"] .v10-lead { font-size: 1.05rem; }
.v10-core { margin: 20px 0 0; color: var(--navy); font-weight: 900; font-size: 1.05rem; }
.v10-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 18px; }
.v10-support-copy { max-width: 680px; margin: 0; color: #60758c; font-size: .93rem; }
.v10-hero-art { position: relative; min-height: 510px; display: flex; flex-direction: column; justify-content: flex-end; overflow: visible; }
.v10-hero-art:before { content: ""; position: absolute; left: -12px; right: -12px; bottom: 0; height: 82%; border-radius: 30px 0 0 30px; background: rgba(255,255,255,.18); box-shadow: 0 26px 70px rgba(8,35,67,.08); }
.v10-hero-visual-img { position: relative; z-index: 2; width: 100%; max-width: 690px; margin-left: auto; object-fit: contain; filter: drop-shadow(0 28px 46px rgba(8,35,67,.12)); }
.v10-visual-tags { position: relative; z-index: 3; margin: 6px 8px 18px auto; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }
.v10-visual-tags span { min-height: 34px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid #c7d9e7; border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.9); box-shadow: 0 14px 34px rgba(8,35,67,.1); font-size: .78rem; font-weight: 850; }
.v10-hero--inquiry { padding-top: 0; background: #eef6fb; }
.v10-hero--inquiry .v10-hero-grid { width: 100%; max-width: none; grid-template-columns: 47% 53%; gap: 0; min-height: 640px; }
.v10-hero--inquiry .v10-hero-copy { position: relative; z-index: 5; display: flex; flex-direction: column; justify-content: center; padding: 54px 48px 48px max(42px, calc((100vw - 1280px) / 2)); background: linear-gradient(90deg, #f9fcff 0%, #f7fbfe 72%, rgba(247,251,254,.92) 88%, rgba(247,251,254,0) 100%); }
.v10-hero--inquiry .v10-hero-copy h1 { font-size: clamp(3.4rem, 4.8vw, 5.15rem); }
html[lang="zh"] .v10-hero--inquiry .v10-hero-copy h1 { font-size: clamp(4rem, 5.2vw, 5.75rem); line-height: 1.04; }
.v10-hero--inquiry .v10-lead { max-width: 690px; font-size: 1.08rem; line-height: 1.92; }
.v10-hero--inquiry .v10-core { margin-top: 26px; font-size: 1.16rem; }
.v10-hero--inquiry .v10-support-copy { max-width: 660px; font-size: 1rem; line-height: 1.75; }
.v10-hero--inquiry .v10-hero-art { min-height: 640px; justify-content: stretch; overflow: hidden; }
.v10-hero--inquiry .v10-hero-art:before { display: none; }
.v10-hero--inquiry .v10-hero-art:after { content: ""; position: absolute; z-index: 3; inset: 0 auto 0 0; width: 32%; pointer-events: none; background: linear-gradient(90deg, #f7fbfe 0%, rgba(247,251,254,.78) 38%, rgba(247,251,254,0) 100%); }
.v10-hero--inquiry .v10-hero-visual-img { width: 100%; max-width: none; height: 100%; margin: 0; object-fit: cover; object-position: center center; filter: none; }
.v10-hero-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 38px; max-width: 780px; }
.v10-hero-proof article { min-width: 0; }
.v10-hero-proof span { width: 28px; height: 28px; margin-bottom: 8px; display: block; border: 2px solid #b7d4eb; border-radius: 50%; background: radial-gradient(circle, var(--blue) 0 24%, transparent 27%); }
.v10-hero-proof strong { display: block; color: var(--navy); font-size: .78rem; line-height: 1.25; font-weight: 950; }
.v10-hero-proof small { display: block; margin-top: 3px; color: var(--muted); font-size: .68rem; line-height: 1.35; }
.v10-hero-card { position: absolute; z-index: 4; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 2px 14px; padding: 18px 24px; border: 1px solid #cbddeb; border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 22px 52px rgba(8,35,67,.17); }
.v10-hero-card > span { grid-row: 1 / span 2; width: 46px; height: 46px; border-radius: 50%; background: radial-gradient(circle, var(--blue) 0 27%, #e1effa 29% 100%); box-shadow: inset 0 0 0 8px rgba(18,104,179,.08); }
.v10-hero-card strong { color: var(--navy); font-size: 1.02rem; line-height: 1.25; font-weight: 950; white-space: nowrap; }
.v10-hero-card small { color: #587089; font-size: .84rem; line-height: 1.35; }
.v10-hero-card--bottom { right: 18px; bottom: 42px; min-width: 385px; }
.v10-hero-card--shield > span { background: radial-gradient(circle, #fff 0 20%, #1f7ae0 22% 52%, #e1effa 54% 100%); }
.v10-hero-local { position: absolute; z-index: 4; right: 18px; bottom: 30px; min-width: 225px; display: grid; grid-template-columns: 36px 1fr; padding: 12px 14px; border: 1px solid #c8d9e6; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 20px 48px rgba(8,35,67,.18); }
.v10-hero-local > span { grid-row: 1 / span 2; width: 30px; height: 30px; border-radius: 50%; background: radial-gradient(circle, var(--blue) 0 30%, #e1effa 32% 100%); }
.v10-hero-local strong { color: var(--navy); font-size: .8rem; }
.v10-hero-local small { color: var(--muted); font-size: .68rem; }
.v10-hero-inquiry { position: relative; z-index: 5; align-self: center; margin-left: -10px; padding: 20px; display: grid; gap: 9px; border: 1px solid #cbd9e4; border-radius: 14px; color: var(--ink); background: white; box-shadow: 0 24px 60px rgba(8,35,67,.17); }
.v10-hero-inquiry h2 { margin: 0; color: var(--navy); font-size: 1.25rem; }
.v10-hero-inquiry > p { margin: -3px 0 4px; color: var(--muted); font-size: .73rem; line-height: 1.45; }
.v10-hero-inquiry label { display: grid; gap: 3px; }
.v10-hero-inquiry label span { color: #40546a; font-size: .67rem; font-weight: 850; }
.v10-hero-inquiry input, .v10-hero-inquiry select, .v10-hero-inquiry textarea { width: 100%; min-height: 36px; padding: 7px 9px; border: 1px solid #cbd7e1; border-radius: 6px; color: var(--ink); background: white; font: inherit; font-size: .76rem; }
.v10-hero-inquiry textarea { min-height: 66px; resize: vertical; }
.v10-hero-inquiry .button { min-height: 40px; width: 100%; border-radius: 6px; font-size: .8rem; }
.request-modal[hidden] { display: none; }
.request-modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 24px; }
.request-modal__backdrop { position: absolute; inset: 0; background: rgba(4,20,38,.64); backdrop-filter: blur(6px); }
.request-modal__dialog { position: relative; z-index: 1; width: min(560px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; border-radius: 18px; box-shadow: 0 34px 100px rgba(0,0,0,.34); }
.request-modal__dialog .v10-hero-inquiry { margin: 0; padding: 30px; border: 0; border-radius: 18px; box-shadow: none; }
.request-modal__close { position: absolute; z-index: 3; top: 12px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: #edf4f9; cursor: pointer; font-size: 1.7rem; line-height: 1; }
.request-modal__close:hover { background: #dfeaf2; }
body.request-modal-open { overflow: hidden; }

.v10-services { padding: 68px 0 34px; background: white; }
.v10-section-heading--compact { margin-bottom: 28px; }
.v10-section-heading--compact h2 { font-size: clamp(2rem, 3.4vw, 2.8rem); }
.v10-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.v10-service-card { position: relative; min-height: 210px; display: grid; grid-template-columns: 74px 1fr; grid-template-rows: auto 1fr auto; column-gap: 20px; align-items: start; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 14px 38px rgba(8,35,67,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.v10-service-card:hover { transform: translateY(-6px); border-color: #b6cede; box-shadow: 0 26px 70px rgba(8,35,67,.13); }
.v10-service-card--featured { border-color: #bdd4e4; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 18px 46px rgba(18,104,179,.1); }
.v10-service-icon { grid-row: 1 / span 3; width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid #d6e5ef; border-radius: 50%; color: #0759ba; background: #fafdff; }
.v10-service-icon svg { width: 52px; height: 52px; overflow: visible; }
.v10-service-card h3 { margin: 3px 0 9px; color: var(--navy); font-size: 1.12rem; line-height: 1.2; }
.v10-service-card p { margin: 0 0 15px; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.v10-service-card ul { margin: 0 0 15px; padding: 0; list-style: none; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.v10-service-card li { position: relative; padding: 3px 0 3px 16px; }
.v10-service-card li:before { content: ""; position: absolute; left: 0; top: .82em; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.v10-service-card a { align-self: end; color: var(--blue); font-size: .82rem; font-weight: 850; }
.v10-pill { display: inline-flex; align-items: center; min-height: 28px; padding: 0 11px; border-radius: 999px; color: #815015; background: var(--gold-soft); font-size: .7rem; font-weight: 900; letter-spacing: .06em; }
.v10-service-card .v10-pill { position: absolute; top: 18px; right: 16px; }

.v10-purchase, .v10-trust, .v10-free-review, .v10-how, .v10-about { padding: 82px 0; }
.v10-purchase { padding: 28px 0 0; }
.v10-purchase-panel { display: grid; grid-template-columns: 330px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, #f8fbfe, #edf5fb); box-shadow: 0 18px 52px rgba(8,35,67,.08); }
.v10-purchase-photo { min-height: 430px; }
.v10-purchase-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.v10-purchase-content { padding: 36px 40px 30px; }
.v10-featured-label { color: var(--blue); font-size: .75rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.v10-purchase-content > h2 { margin: 8px 0 10px; color: var(--navy); font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.1; }
.v10-purchase-intro { max-width: 820px; margin: 0; color: var(--muted); font-size: .98rem; }
.v10-feature-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 24px; }
.v10-feature-grid article { position: relative; min-height: 104px; padding: 4px 0 0 58px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.v10-feature-icon { position: absolute; left: 0; top: 0; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #ccdfed; border-radius: 50%; color: #0759ba; background: white; }
.v10-feature-icon svg { width: 34px; height: 34px; }
.v10-feature-grid h3 { margin: 0 0 5px; color: var(--navy); font-size: .92rem; }
.v10-feature-grid p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.v10-purchase-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--blue); font-size: .86rem; font-weight: 900; }

.v10-section-heading { max-width: 820px; margin: 0 auto 32px; text-align: center; }
.v10-section-heading span { color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.v10-section-heading h2, .v10-about h2 { margin: 12px 0 12px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; letter-spacing: 0; }
.v10-section-heading p { margin: 0 auto; color: var(--muted); font-size: 1.02rem; }
.v10-trust { margin-top: 0; padding: 0 0 64px; background: radial-gradient(circle at 50% 0, #fff 0, #fbfdff 54%, #f7fbfe 100%); }
.v10-trust-heading { margin-bottom: 42px; }
.v10-assurance-panels { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.v10-assurance-panel { padding: 30px 26px 24px; border: 1px solid #caddeb; border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 22px 60px rgba(8,35,67,.07); }
.v10-assurance-panel > h3 { margin: 0 0 24px; color: var(--navy); font-size: 1.48rem; line-height: 1.2; }
.v10-assurance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.v10-assurance-item { min-width: 0; min-height: 150px; padding: 20px 12px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; text-align: center; }
.v10-assurance-item:not(:nth-child(3n)) { border-right: 1px solid #dbe7ef; }
.v10-assurance-item:nth-child(n+4) { border-top: 1px solid #dbe7ef; }
.v10-assurance-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #0871cb; }
.v10-assurance-icon svg { width: 52px; height: 52px; overflow: visible; }
.v10-assurance-item strong { color: var(--navy); font-size: .95rem; line-height: 1.35; }

.v10-free-review { padding: 58px 0 72px; background: white; }
.v10-free-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 0; align-items: stretch; min-height: 540px; border: 1px solid #c8ddeb; border-radius: 24px; overflow: hidden; background: radial-gradient(circle at 16% 38%, rgba(203,231,247,.7) 0, rgba(203,231,247,.24) 24%, rgba(255,255,255,0) 47%), linear-gradient(110deg, #eaf6fd 0%, #f8fcff 43%, #fff 100%); box-shadow: 0 34px 94px rgba(8,35,67,.11); }
.v10-review-art { min-height: 540px; display: flex; align-items: center; justify-content: center; padding: 34px 28px; background: linear-gradient(135deg, rgba(232,246,253,.76), rgba(255,255,255,.55)); }
.v10-review-visual-frame { display: block; width: min(100%, 520px); aspect-ratio: 4 / 3; overflow: hidden; border-radius: 20px; box-shadow: 0 30px 74px rgba(8,35,67,.15); }
.v10-review-visual-img { width: 100%; height: auto; display: block; }
.v10-review-copy { padding: 44px 52px 46px; }
.v10-review-copy h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(2.2rem, 2.6vw, 2.8rem); line-height: 1.1; letter-spacing: 0; white-space: nowrap; }
.v10-review-copy h2 span { display: block; margin-top: .03em; }
.v10-review-copy .v10-lead { max-width: 860px; margin: 0; color: #52687f; font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.72; }
.v10-review-features { margin: 42px 0 34px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 34px; }
.v10-review-feature { min-width: 0; display: grid; grid-template-columns: 54px 1fr; grid-template-rows: 32px auto; gap: 8px 15px; align-items: start; }
.v10-review-feature-icon { grid-row: 1; width: 54px; height: 54px; display: grid; place-items: center; color: #0871cb; }
.v10-review-feature-icon svg { width: 46px; height: 46px; overflow: visible; }
.v10-review-feature strong { min-height: 32px; display: flex; align-items: flex-start; color: var(--navy); font-size: 1.02rem; line-height: 1.28; }
.v10-review-feature p { grid-column: 2; margin: 0; color: #52687f; font-size: .9rem; line-height: 1.55; }
.v10-review-cta { min-height: 58px; padding: 0 34px; font-size: 1rem; box-shadow: 0 22px 50px rgba(4,36,74,.24); }

.request-form { padding: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; border-radius: 18px; color: var(--ink); background: white; box-shadow: 0 32px 90px rgba(0,0,0,.24); }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field { display: grid; gap: 6px; }
.field > span { color: #40546a; font-size: .79rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid #cad6e0; border-radius: 9px; background: white; color: var(--ink); font: inherit; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(18,104,179,.14); border-color: var(--blue); }
.field--full { grid-column: 1 / -1; }
.form-note { color: var(--muted); font-size: .76rem; }
.form-note { margin: 0; text-align: center; }
.form-status { display: none; padding: 12px 14px; border-radius: 9px; font-size: .88rem; font-weight: 800; }
.form-status.is-pending, .form-status.is-success, .form-status.is-error { display: block; }
.form-status.is-pending { color: #375269; background: #edf3f7; }
.form-status.is-success { color: #155f49; background: #e5f5ef; }
.form-status.is-error { color: #8a2929; background: #fbeaea; }
.request-form button:disabled { cursor: wait; opacity: .65; transform: none; }

.v10-how { background: white; }
.v10-process-block { padding-top: 76px; }
.v10-process-block .v10-section-heading { margin-bottom: 34px; }
.v10-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.v10-step { position: relative; min-height: 0; padding: 22px 20px 18px; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: start; gap: 10px 12px; border: 1px solid #caddeb; border-radius: 18px; background: rgba(255,255,255,.94); text-align: left; box-shadow: 0 16px 44px rgba(8,35,67,.06); }
.v10-step-number { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy); font-size: .9rem; font-weight: 900; box-shadow: 0 8px 20px rgba(8,35,67,.18); }
.v10-step h3 { margin: 0; align-self: center; color: var(--navy); font-size: 1.05rem; line-height: 1.22; }
.v10-step p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.v10-step-icon { grid-column: 1 / -1; width: 48px; height: 48px; display: grid; place-items: center; margin-top: 2px; color: #0871cb; }
.v10-step-icon svg { width: 52px; height: 52px; overflow: visible; }
.v10-about { text-align: center; background: var(--sky-2); }
.v10-about .wrap { max-width: 900px; }
.v10-about p { color: var(--muted); font-size: 1.05rem; }

.section-heading { max-width: 820px; margin: 0 auto 32px; text-align: center; }
.section-heading > span, .section-label { color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section-heading h2 { color: var(--navy); font-size: clamp(2rem, 4vw, 3.2rem); }

.site-footer { padding: 54px 0 90px; color: #b9c7d5; background: #061a30; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr 1.15fr .95fr; gap: 30px; }
.site-brand--footer { color: white; margin-bottom: 14px; }
.site-footer strong { color: white; }
.site-footer a { color: white; }
.site-footer p { margin: 8px 0 0; }
.footer-contact-row {
  display: grid;
  gap: 2px;
}
.footer-contact-row span {
  color: #7fa4c7;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-whatsapp-button {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 2px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #06281a;
  background: #25d366;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(37, 211, 102, .18);
}
.footer-whatsapp-button:hover {
  color: #06281a;
  background: #35e477;
}
.footer-hours p {
  color: #b9c7d5;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.footer-legal span {
  color: #7fa4c7;
}
.copyright { margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.build-marker { margin-left: 10px; color: #e7c489; font-weight: 900; }
.mobile-cta { display: none; }

.detail-hero, .free-review-hero { padding: 84px 0; background: linear-gradient(135deg, #f5f9fc, #eef6fb); }
.detail-grid, .free-review-page-grid { display: grid; grid-template-columns: 1fr 260px; gap: 60px; align-items: center; }
.free-review-page-grid { grid-template-columns: .92fr 1.08fr; align-items: start; }
.detail-grid h1, .detail-hero h1, .free-review-page-grid h1 { color: var(--navy); font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 1.05; }
.hero-lead, .section-lead { color: var(--muted); font-size: 1.1rem; }
.detail-hero--service { padding: 76px 0 72px; background: radial-gradient(circle at 82% 26%, rgba(13,116,204,.13), transparent 28%), linear-gradient(135deg, #f8fbff, #eef6fb); }
.detail-hero--service .detail-grid { grid-template-columns: minmax(0, 1fr) 320px; }
.detail-hero--service .hero-lead { max-width: 820px; margin: 18px 0 24px; line-height: 1.75; }
.detail-bullets { max-width: 880px; margin: 0 0 30px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; }
.detail-bullets li { position: relative; min-height: 54px; padding: 15px 18px 15px 42px; border: 1px solid #cfe0ed; border-radius: 14px; background: rgba(255,255,255,.78); color: var(--navy); font-weight: 850; box-shadow: 0 12px 30px rgba(8,35,67,.05); }
.detail-bullets li:before { content: ""; position: absolute; left: 18px; top: 22px; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px #e2f0fb; }
.detail-visual-card { min-height: 300px; padding: 34px; display: grid; place-items: center; text-align: center; border: 1px solid #cfe0ed; border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); }
.detail-visual-card img { width: 156px; height: 156px; object-fit: contain; }
.detail-visual-card strong { margin-top: 12px; color: var(--navy); font-size: 1.35rem; }
.detail-visual-card span { color: var(--muted); font-weight: 700; }
.detail-feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-bottom: 48px; }
.service-detail-section { background: white; }
.detail-feature-grid article { padding: 28px; border: 1px solid #cfe0ed; border-radius: 18px; background: linear-gradient(135deg, #ffffff, #f6fbff); box-shadow: 0 14px 36px rgba(8,35,67,.06); }
.detail-feature-grid h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.18rem; }
.detail-feature-grid p, .detail-content p { color: var(--muted); line-height: 1.72; }
.detail-fee-note { padding: 34px; border: 1px solid #cfe0ed; border-radius: 22px; background: linear-gradient(135deg, #f8fbff, #eef6fb); box-shadow: 0 18px 44px rgba(8,35,67,.07); }
.detail-fee-note h2 { margin-top: 0; color: var(--navy); }
.service-index { max-width: 850px; margin: 35px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; list-style: none; }
.service-index a { display: block; padding: 17px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); background: white; font-weight: 800; }
.review-includes { margin: 24px 0; padding: 0; list-style: none; }
.review-includes li { padding: 7px 0; color: var(--navy); font-weight: 800; }
.free-review-form { box-shadow: var(--shadow); }
.free-review-form--simple { align-content: start; }
.free-review-form--simple .field { grid-column: 1 / -1; }
.free-review-form--simple .button { margin-top: 2px; }
.free-review-form--simple h2 { margin: 0 0 2px; font-size: 1.42rem; line-height: 1.25; }
.free-review-group-title { margin: 8px 0 -4px; padding-top: 10px; border-top: 1px solid #e5edf4; color: var(--navy); font-size: .88rem; font-weight: 950; }
.free-review-form--simple h2 + .free-review-group-title { margin-top: 0; padding-top: 0; border-top: 0; }
.free-review-contact-note { margin: -3px 0 0; color: #657c93; font-size: .78rem; line-height: 1.55; }
.identity-hint { margin: -4px 0 2px; color: var(--muted); font-size: .8rem; }
.identity-hint.is-error { color: #a12828; font-weight: 800; }

/* V10 purchase and supplier protection detail page */
.purchase-detail { background: #fff; }
.pd-hero { overflow: hidden; background: linear-gradient(90deg, #f8fbff 0%, #eef6fc 44%, #e4f0f8 100%); }
.pd-breadcrumb { min-height: 58px; display: flex; align-items: center; gap: 10px; color: #647a91; font-size: .8rem; }
.pd-breadcrumb a { color: var(--blue); font-weight: 800; }
.pd-breadcrumb strong { color: #445b73; }
.pd-hero-grid { display: grid; grid-template-columns: minmax(390px, .98fr) minmax(320px, .74fr) 300px; align-items: stretch; min-height: 500px; }
.pd-copy { position: relative; z-index: 2; padding: 56px 38px 38px 0; }
.pd-badge { display: inline-flex; min-height: 28px; align-items: center; padding: 0 12px; border-radius: 999px; color: var(--navy); background: #e4efff; font-size: .72rem; font-weight: 900; }
.pd-copy h1 { max-width: 640px; margin: 18px 0 18px; color: #092653; font-size: clamp(3rem, 4.6vw, 4.45rem); line-height: 1.02; letter-spacing: 0; }
html[lang="zh"] .pd-copy h1 { font-size: clamp(2.7rem, 4vw, 3.9rem); line-height: 1.1; }
.pd-copy > p { max-width: 620px; margin: 0; color: #3e5570; font-size: 1.05rem; line-height: 1.78; }
.pd-trust-row { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pd-trust-row article { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 8px; color: var(--navy); font-size: .71rem; line-height: 1.3; }
.pd-trust-row article span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: white; border: 1px solid #cbdce9; font-size: .65rem; font-weight: 900; }
.pd-photo { position: relative; min-height: 500px; margin-left: -40px; }
.pd-photo:before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 120px; background: linear-gradient(90deg, #eef6fc, transparent); }
.pd-photo img { width: 100%; height: 100%; object-fit: cover; }
.pd-local-card { position: absolute; z-index: 3; right: 22px; bottom: 26px; min-width: 245px; display: grid; grid-template-columns: 40px 1fr; padding: 13px 16px; border: 1px solid #cadbe8; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(8,35,67,.18); }
.pd-local-card > span { grid-row: 1 / span 2; width: 34px; height: 34px; border-radius: 50%; background: radial-gradient(circle, var(--blue) 0 30%, #e0effb 32% 100%); }
.pd-local-card strong { color: var(--navy); font-size: .84rem; }
.pd-local-card small { color: var(--muted); font-size: .69rem; }
.pd-quick-form { position: relative; z-index: 5; align-self: center; margin-left: -16px; padding: 22px; display: grid; gap: 10px; border: 1px solid #ccdae6; border-radius: 14px; background: white; box-shadow: 0 24px 60px rgba(8,35,67,.16); }
.pd-quick-form h2 { margin: 0; color: var(--navy); font-size: 1.32rem; }
.pd-quick-form > p { margin: -4px 0 4px; color: var(--muted); font-size: .76rem; }
.pd-quick-form label { display: grid; gap: 4px; }
.pd-quick-form label span { color: #354b62; font-size: .68rem; font-weight: 850; }
.pd-quick-form input, .pd-quick-form textarea { width: 100%; min-height: 38px; padding: 8px 10px; border: 1px solid #cbd7e1; border-radius: 6px; font: inherit; font-size: .8rem; }
.pd-quick-form textarea { min-height: 80px; resize: vertical; }
.pd-quick-form .button { width: 100%; min-height: 42px; border-radius: 6px; }
.pd-section { padding: 42px 0; }
.pd-section h2 { margin: 0 0 26px; color: var(--navy); text-align: center; font-size: 1.75rem; line-height: 1.15; }
.pd-help-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.pd-help-grid article, .pd-risk-grid article { min-height: 205px; padding: 24px 16px; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid #d9e4ec; border-radius: 12px; background: white; box-shadow: 0 12px 30px rgba(8,35,67,.05); }
.pd-icon, .pd-risk-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 16px; color: var(--blue); background: #edf5fc; font-size: .76rem; font-weight: 950; }
.pd-help-grid h3, .pd-risk-grid h3 { margin: 0 0 9px; color: var(--navy); font-size: .9rem; }
.pd-help-grid p, .pd-risk-grid p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.pd-section--risks { padding-top: 16px; }
.pd-risk-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.pd-risk-grid article { min-height: 180px; }
.pd-risk-icon { color: #e72f38; background: #fff0f1; border-radius: 50%; font-size: 1.25rem; }
.pd-process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.pd-process-grid article { position: relative; text-align: center; }
.pd-process-grid article:not(:last-child):after { content: ""; position: absolute; top: 28px; left: calc(50% + 35px); width: calc(100% - 48px); border-top: 1px dashed #76a2ca; }
.pd-process-grid span { position: relative; z-index: 2; width: 58px; height: 58px; margin: 0 auto 14px; display: grid; place-items: center; border: 1px solid #cbdce9; border-radius: 50%; color: white; background: var(--navy); box-shadow: 0 0 0 8px white; font-weight: 900; }
.pd-process-grid h3 { margin: 0 0 8px; color: var(--navy); font-size: .84rem; }
.pd-process-grid p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.pd-highlight { padding-top: 20px; }
.pd-highlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pd-highlight article { min-height: 240px; display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; border: 1px solid #d8e3eb; border-radius: 14px; background: linear-gradient(135deg, #f9fcff, #edf5fb); }
.pd-highlight article > div { padding: 28px 16px 24px 28px; }
.pd-highlight article h2 { margin: 0 0 10px; text-align: left; font-size: 1.18rem; }
.pd-highlight article p, .pd-highlight article li { color: #526980; font-size: .78rem; line-height: 1.55; }
.pd-highlight article ul { padding-left: 18px; }
.pd-highlight article img { width: 100%; height: 100%; object-fit: cover; }
.pd-faq { padding-top: 20px; padding-bottom: 64px; }
.pd-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.pd-faq details { border: 1px solid #d6e2eb; border-radius: 8px; background: white; }
.pd-faq summary { padding: 13px 16px; color: var(--navy); cursor: pointer; font-size: .8rem; font-weight: 850; }
.pd-faq details p { margin: 0; padding: 0 16px 16px; color: var(--muted); font-size: .8rem; }

.service-seo-faq {
  padding: 58px 0 72px;
  background: #f7fbff;
}

.service-seo-faq h2 {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.12;
}

.service-seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-seo-faq details {
  border: 1px solid #d7e7f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(8, 43, 76, .06);
  overflow: hidden;
}

.service-seo-faq summary {
  padding: 18px 18px 14px;
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.35;
}

.service-seo-faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.68;
}

/* Purchase service: buyer-first positioning and transparent pricing */
.pd-hero-grid--clean { grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr); min-height: 570px; }
.pd-hero-grid--clean .pd-copy { padding: 62px 54px 48px 0; }
.pd-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pd-eyebrow:before { content: ""; width: 30px; border-top: 2px solid currentColor; }
.pd-hero-grid--clean .pd-copy h1 { margin-top: 22px; }
.pd-hero-grid--clean .pd-photo { min-height: 570px; margin-left: 0; overflow: hidden; border-radius: 24px 24px 0 0; }
.pd-hero-grid--clean .pd-photo img { object-position: center; }
.pd-hero-grid--clean .pd-trust-row { max-width: 680px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 38px; }
.pd-hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 20px; }
.pd-hero-actions small { max-width: 310px; color: #526980; font-size: .78rem; line-height: 1.55; }
.pd-commercial { padding: 86px 0 82px; background: #fff; }
.pd-section-heading { max-width: 920px; margin: 0 auto 38px; text-align: center; }
.pd-section-heading > span { color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pd-section-heading h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(2rem, 3.5vw, 2.9rem); line-height: 1.16; }
.pd-pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pd-price-card { min-height: 250px; padding: 34px; display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 30px; border: 1px solid #cbddea; border-radius: 22px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 20px 55px rgba(8,35,67,.08); }
.pd-price-card--plan { border-color: #9fc7e8; background: linear-gradient(145deg, #edf7ff, #fff); }
.pd-price-value { min-height: 150px; display: grid; place-content: center; text-align: center; border-radius: 18px; color: white; background: linear-gradient(145deg, #0d74cc, #073462); box-shadow: 0 16px 36px rgba(7,52,98,.22); }
.pd-price-value strong { font-size: 2.55rem; line-height: 1; }
.pd-price-value span { margin-top: 10px; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.pd-price-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.35rem; }
.pd-price-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.pd-quote-panel { margin-top: 26px; padding: 42px; border: 1px solid #cbddea; border-radius: 24px; background: #f6faff; }
.pd-quote-heading { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 40px; margin-bottom: 30px; }
.pd-quote-heading h2 { margin: 0; color: var(--navy); font-size: clamp(1.65rem, 2.6vw, 2.1rem); line-height: 1.22; }
.pd-quote-heading p { margin: 0; color: var(--muted); line-height: 1.7; }
.pd-quote-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pd-quote-grid article { min-height: 182px; padding: 24px 20px; display: grid; grid-template-columns: 42px 1fr; align-content: start; gap: 14px; border: 1px solid #d5e3ee; border-radius: 16px; background: white; }
.pd-quote-grid article > span { width: 42px; height: 42px; border-radius: 13px; background: #e8f4fd; position: relative; }
.pd-quote-grid article > span:after { content: ""; position: absolute; left: 13px; top: 11px; width: 14px; height: 9px; border-left: 3px solid var(--blue); border-bottom: 3px solid var(--blue); transform: rotate(-45deg); }
.pd-quote-grid h3 { margin: 1px 0 8px; color: var(--navy); font-size: 1rem; }
.pd-quote-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.pd-guarantee { margin-top: 26px; padding: 28px 32px; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 24px; border-radius: 22px; color: white; background: linear-gradient(120deg, #062c55, #0b5795); box-shadow: 0 22px 52px rgba(6,44,85,.2); }
.pd-guarantee-mark { width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 1.4rem; font-weight: 950; }
.pd-guarantee h2 { margin: 0 0 7px; font-size: 1.45rem; }
.pd-guarantee p { max-width: 820px; margin: 0; color: #dceafa; font-size: .84rem; line-height: 1.65; }
.pd-guarantee .button { color: var(--navy); background: white; box-shadow: none; white-space: nowrap; }

@media (max-width: 1100px) {
  .header-shell { grid-template-columns: 1fr auto; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 18px 28px 24px; grid-template-columns: 1fr; gap: 8px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(8,35,67,.1); }
  .site-nav.open { display: grid; }
  .nav-center, .nav-right { flex-direction: column; align-items: stretch; gap: 4px; }
  .nav-center { display: flex; }
  .nav-right { display: flex; border-top: 1px solid var(--line); padding-top: 10px; }
  .nav-dropdown { display: grid; }
  .dropdown-panel { position: static; min-width: 0; display: none; padding: 4px 0 4px 12px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; background: transparent; }
  .nav-dropdown.is-open .dropdown-panel { display: grid; }
  .v10-hero-grid, .v10-purchase-panel, .v10-free-grid, .free-review-page-grid, .detail-hero--service .detail-grid { grid-template-columns: 1fr; }
  .v10-hero-grid { min-height: 0; }
  .v10-hero-art { min-height: 430px; }
  .v10-hero-visual-img { max-width: 760px; margin: 0 auto; }
  .v10-visual-tags { margin-right: auto; justify-content: center; }
  .v10-purchase-photo { min-height: 360px; }
  .v10-service-grid { grid-template-columns: repeat(2, 1fr); }
  .v10-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .v10-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .v10-review-art { min-height: 360px; }
  .v10-review-copy { padding: 48px 40px 44px; }
  .v10-review-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-visual-card { min-height: 220px; }
  .v10-steps { grid-template-columns: repeat(3, 1fr); }
  .v10-hero--inquiry .v10-hero-grid { width: min(100% - 56px, 1280px); margin: 0 auto; grid-template-columns: 1fr; gap: 24px; }
  .v10-hero--inquiry .v10-hero-copy { grid-column: auto; padding: 48px 0 32px; background: transparent; }
  .v10-hero--inquiry .v10-hero-art { min-height: 500px; border-radius: 22px; }
  .v10-hero--inquiry .v10-hero-art:after { display: none; }
  .v10-hero-card--bottom { right: 22px; bottom: 22px; }
  .v10-hero-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pd-hero-grid { grid-template-columns: 1fr 1fr; }
  .pd-quick-form { grid-column: 1 / -1; margin: -18px auto 34px; width: min(720px, 100%); grid-template-columns: 1fr 1fr; }
  .pd-quick-form h2, .pd-quick-form > p, .pd-quick-form label:last-of-type, .pd-quick-form .button, .pd-quick-form .form-status { grid-column: 1 / -1; }
  .pd-help-grid { grid-template-columns: repeat(3, 1fr); }
  .pd-risk-grid { grid-template-columns: repeat(3, 1fr); }
  .pd-process-grid { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }
  .pd-process-grid article:after { display: none; }
  .pd-hero-grid--clean { grid-template-columns: 1fr 1fr; }
  .pd-hero-grid--clean .pd-copy { padding-right: 34px; }
  .pd-pricing-grid { grid-template-columns: 1fr; }
  .pd-quote-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-guarantee { grid-template-columns: 72px 1fr; }
  .pd-guarantee .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 900px) {
  .v10-assurance-panels { grid-template-columns: 1fr; }
  .v10-process-block { padding-top: 64px; }
  .v10-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pd-hero-grid--clean { grid-template-columns: 1fr; }
  .pd-hero-grid--clean .pd-copy { padding: 46px 0 34px; }
  .pd-hero-grid--clean .pd-photo { min-height: 500px; border-radius: 22px; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .site-brand { flex: 0 1 auto; font-size: 1rem; }
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .v10-hero { padding-top: 42px; }
  .v10-hero h1 { font-size: clamp(2.6rem, 13vw, 3.7rem); }
  html[lang="zh"] .v10-hero h1 { font-size: clamp(2.25rem, 10vw, 2.9rem); }
  .v10-hero-tags { gap: 8px; }
  .v10-hero-tags span { font-size: .76rem; }
  .v10-actions { display: grid; grid-template-columns: 1fr; }
  .v10-hero-art { min-height: 0; overflow: hidden; border-radius: 18px; }
  .v10-hero-art:before { inset: 28px 0 0; height: auto; border-radius: 18px; }
  .v10-hero-visual-img { width: calc(100% + 20px); max-width: none; margin: 28px -10px 0; }
  .v10-visual-tags { margin: 10px 12px 16px; justify-content: center; }
  .v10-visual-tags span { min-height: 30px; padding: 0 10px; font-size: .7rem; }
  .v10-service-grid, .v10-feature-grid, .v10-trust-grid, .v10-steps, .request-form, .footer-grid, .detail-feature-grid, .service-index, .detail-grid, .detail-bullets { grid-template-columns: 1fr; }
  .detail-hero--service { padding: 54px 0 46px; }
  .detail-hero--service .hero-lead { font-size: .98rem; }
  .detail-bullets li { min-height: 0; padding-top: 13px; padding-bottom: 13px; }
  .detail-visual-card { min-height: 190px; padding: 24px; }
  .detail-visual-card img { width: 112px; height: 112px; }
  .v10-purchase, .v10-trust, .v10-free-review, .v10-how, .v10-about { padding: 64px 0; }
  .v10-trust-heading { margin-bottom: 30px; }
  .v10-assurance-panel { padding: 24px 16px 16px; border-radius: 16px; }
  .v10-assurance-panel > h3 { margin-bottom: 18px; font-size: 1.24rem; }
  .v10-assurance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .v10-assurance-item { min-height: 132px; padding: 16px 8px; border: 1px solid #dbe7ef !important; border-radius: 13px; background: #fbfdff; }
  .v10-assurance-icon { width: 48px; height: 48px; }
  .v10-assurance-icon svg { width: 44px; height: 44px; }
  .v10-assurance-item strong { font-size: .86rem; }
  .v10-process-block { padding-top: 56px; }
  .v10-steps { display: flex; gap: 12px; padding: 3px 2px 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .v10-steps::-webkit-scrollbar { display: none; }
  .v10-step { flex: 0 0 min(82vw, 310px); min-height: 220px; scroll-snap-align: start; }
  .v10-services { padding: 54px 0 22px; }
  .v10-service-card { min-height: 0; grid-template-columns: 62px 1fr; column-gap: 16px; padding: 22px 18px; }
  .v10-service-icon { width: 58px; height: 58px; }
  .v10-service-icon svg { width: 40px; height: 40px; }
  .v10-service-card h3 { font-size: 1rem; }
  .v10-purchase { padding: 24px 0 0; }
  .v10-trust { padding: 0 0 54px; }
  .v10-free-review { padding: 46px 0 56px; }
  .v10-purchase-photo { min-height: 280px; }
  .v10-purchase-content { padding: 28px 20px; }
  .v10-purchase-content > h2 { font-size: 2rem; }
  .v10-feature-grid { margin-top: 24px; gap: 20px; }
  .v10-feature-grid article { min-height: 0; padding-left: 56px; }
  .v10-free-grid { min-height: 0; border-radius: 18px; }
  .v10-review-art { min-height: 0; padding: 24px 20px; }
  .v10-review-visual-frame { width: min(100%, 480px); min-height: 0; }
  .v10-review-visual-img { width: 100%; height: auto; }
  .v10-review-copy { padding: 34px 22px 32px; }
  .v10-review-copy h2 { font-size: clamp(1.82rem, 8.5vw, 2.35rem); line-height: 1.14; white-space: normal; }
  .v10-review-copy .v10-lead { font-size: .95rem; line-height: 1.65; }
  .v10-review-features { margin: 28px 0 26px; grid-template-columns: 1fr; gap: 18px; }
  .v10-review-feature { grid-template-columns: 46px 1fr; grid-template-rows: auto auto; gap: 6px 12px; }
  .v10-review-feature-icon { width: 46px; height: 46px; }
  .v10-review-feature-icon svg { width: 38px; height: 38px; }
  .v10-review-feature strong { min-height: 0; font-size: .96rem; }
  .v10-review-feature p { font-size: .84rem; }
  .v10-review-cta { width: 100%; justify-content: center; }
  .request-form { padding: 20px; }
  .site-footer { padding-bottom: 110px; }
  .mobile-cta { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; min-height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 12px; color: white; background: var(--blue); box-shadow: 0 14px 36px rgba(8,35,67,.3); font-weight: 900; }
  .v10-hero--inquiry .v10-hero-grid { grid-template-columns: 1fr; }
  .v10-hero--inquiry .v10-hero-grid { width: min(100% - 28px, 1180px); }
  .v10-hero--inquiry .v10-hero-copy { padding: 40px 0 16px; }
  .v10-hero--inquiry .v10-hero-art { min-height: 390px; border-radius: 16px; }
  .v10-hero--inquiry .v10-hero-visual-img { width: 100%; height: 390px; margin: 0; }
  .v10-hero-card { grid-template-columns: 46px 1fr; padding: 14px 16px; border-radius: 14px; }
  .v10-hero-card > span { width: 38px; height: 38px; }
  .v10-hero-card strong { font-size: .9rem; white-space: normal; }
  .v10-hero-card small { font-size: .76rem; }
  .v10-hero-card--bottom { left: 12px; right: 12px; bottom: 12px; min-width: 0; }
  .v10-hero-proof { grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
  .v10-hero-local { left: 12px; right: 12px; min-width: 0; }
  .request-modal { align-items: end; padding: 0; }
  .request-modal__dialog { width: 100%; max-height: 100dvh; border-radius: 20px 20px 0 0; }
  .request-modal__dialog .v10-hero-inquiry { min-height: 100dvh; padding: 58px 18px 28px; border-radius: 0; }
  .request-modal__close { position: fixed; top: 10px; right: 12px; }
  .pd-breadcrumb { overflow-x: auto; white-space: nowrap; }
  .pd-hero-grid, .pd-highlight-grid, .pd-highlight article, .pd-faq-grid { grid-template-columns: 1fr; }
  .pd-copy { padding: 36px 0 26px; }
  .pd-copy h1, html[lang="zh"] .pd-copy h1 { font-size: clamp(2.35rem, 11vw, 3.15rem); }
  .pd-trust-row { margin-top: 30px; grid-template-columns: 1fr 1fr; }
  .pd-photo { min-height: 350px; margin-left: 0; }
  .pd-photo:before { display: none; }
  .pd-local-card { right: 12px; left: 12px; min-width: 0; }
  .pd-quick-form { display: grid; grid-template-columns: 1fr; margin: -8px 0 28px; }
  .pd-quick-form > * { grid-column: 1 !important; }
  .pd-help-grid, .pd-risk-grid, .pd-process-grid { grid-template-columns: 1fr; }
  .pd-help-grid article, .pd-risk-grid article { min-height: 0; }
  .pd-process-grid { gap: 26px; }
  .pd-highlight article img { height: 220px; }
  .pd-hero-grid--clean .pd-photo { min-height: 370px; }
  .pd-hero-grid--clean .pd-trust-row { grid-template-columns: 1fr; }
  .pd-hero-actions { align-items: stretch; flex-direction: column; }
  .pd-hero-actions .button { width: 100%; justify-content: center; }
  .pd-commercial { padding: 58px 0 56px; }
  .pd-section-heading { margin-bottom: 28px; text-align: left; }
  .pd-price-card { min-height: 0; padding: 20px; grid-template-columns: 1fr; gap: 18px; }
  .pd-price-value { min-height: 112px; }
  .pd-quote-panel { padding: 24px 18px; }
  .pd-quote-heading, .pd-quote-grid { grid-template-columns: 1fr; gap: 16px; }
  .pd-quote-grid article { min-height: 0; }
  .pd-guarantee { padding: 24px 20px; grid-template-columns: 58px 1fr; gap: 16px; }
  .pd-guarantee-mark { width: 58px; height: 58px; font-size: 1.05rem; }
  .pd-guarantee h2 { font-size: 1.2rem; }
  .pd-guarantee .button { grid-column: 1 / -1; width: 100%; justify-content: center; }
  .purchase-service-page .mobile-cta { display: none; }
  .purchase-service-page .site-footer { padding-bottom: 36px; }
}

@media (max-width: 760px) {
  html,
  body,
  main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .pd-hero,
  .pd-commercial,
  .pd-highlight,
  .os-section,
  .travel-section,
  .medical-section,
  .coord-section,
  .wrap,
  .pd-hero-grid,
  .pd-commercial .wrap,
  .pd-quote-panel,
  .pd-pricing-grid,
  .os-scope-grid,
  .os-safety-grid,
  .os-process-grid,
  .travel-basic-grid,
  .travel-type-grid,
  .travel-quote-grid,
  .travel-flow-layout,
  .travel-flow-list,
  .travel-advantage-grid,
  .medical-pricing-grid,
  .medical-scope-grid,
  .medical-flow-grid,
  .medical-visit-grid,
  .medical-advantage-grid,
  .coord-scope-grid,
  .coord-process-grid,
  .coord-cost-panel {
    min-width: 0;
    max-width: 100%;
  }

  .pd-section-heading h2,
  .pd-quote-heading h2,
  .os-heading h2,
  .os-why-copy h2,
  .travel-heading h2,
  .medical-heading h2,
  .coord-heading h2,
  .coord-cost-copy h2 {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
    font-size: clamp(1.52rem, 6.4vw, 1.92rem);
    line-height: 1.16;
    letter-spacing: 0;
  }

  html[lang="zh"] .pd-section-heading h2,
  html[lang="zh"] .pd-quote-heading h2,
  html[lang="zh"] .os-heading h2,
  html[lang="zh"] .os-why-copy h2,
  html[lang="zh"] .travel-heading h2,
  html[lang="zh"] .medical-heading h2,
  html[lang="zh"] .coord-heading h2,
  html[lang="zh"] .coord-cost-copy h2 {
    font-size: clamp(1.42rem, 6vw, 1.76rem);
    letter-spacing: 0;
  }
}

/* Final business polish for European reading habits and multilingual pages. */
:root {
  --navy: #071f3a;
  --navy-2: #0b355a;
  --blue: #0b67bd;
  --muted: #536a83;
  --line: #d8e5ef;
  --soft: #f4f8fb;
  --shadow: 0 18px 46px rgba(7, 31, 58, .075);
}

html {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 88px;
}

body {
  font-family: Inter, "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.62;
  letter-spacing: 0;
}

html[lang="zh"] body,
html[lang="ja"] body,
html[lang="ko"] body {
  font-family: Inter, "Aptos", "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  letter-spacing: 0;
}

html[lang="ar"] body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

h1,
h2,
h3,
.site-brand,
.button,
.nav-cta {
  font-feature-settings: "kern" 1;
}

h1,
h2,
h3,
.v10-hero h1,
.detail-hero h1,
.pd-title,
.os-copy h1,
.travel-copy h1,
.medical-copy h1,
.coord-copy h1 {
  letter-spacing: 0;
  line-height: 1.08;
}

html[lang="zh"] h1,
html[lang="zh"] h2,
html[lang="zh"] h3,
html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ko"] h1,
html[lang="ko"] h2,
html[lang="ko"] h3 {
  letter-spacing: 0;
}

.wrap {
  width: min(100% - 64px, 1240px);
}

.site-header {
  background: rgba(255, 255, 255, .985);
  border-bottom-color: rgba(216, 229, 239, .92);
  box-shadow: 0 10px 28px rgba(7, 31, 58, .045);
}

.header-shell {
  min-height: 78px;
  gap: 28px;
}

.site-brand {
  font-size: 1.02rem;
  letter-spacing: 0;
}

.site-brand small {
  margin-top: 1px;
  color: #65758a;
  font-size: .72rem;
  font-weight: 720;
  letter-spacing: .01em;
}

.brand-mark {
  width: 46px;
  height: 46px;
}

.site-nav {
  font-size: .92rem;
  font-weight: 780;
}

.nav-center {
  gap: 28px;
}

.nav-right {
  gap: 12px;
}

.site-nav a {
  letter-spacing: 0;
}

.nav-cta,
.button {
  min-height: 44px;
  border-radius: 12px;
  font-weight: 820;
}

.dropdown-panel {
  min-width: 292px;
  padding: 10px;
  border-radius: 18px;
  border-color: #d6e3ee;
  box-shadow: 0 24px 62px rgba(7, 31, 58, .13);
}

.dropdown-panel a {
  min-height: 42px;
  border-radius: 12px;
  color: #12304d;
  line-height: 1.25;
}

.language-dropdown .dropdown-panel {
  min-width: 310px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.language-dropdown .dropdown-panel a {
  justify-content: flex-start;
  white-space: normal;
}

.v10-hero--inquiry .v10-hero-grid {
  min-height: 610px;
}

.v10-hero--inquiry .v10-hero-copy {
  padding-top: 48px;
  padding-bottom: 44px;
}

.v10-hero--inquiry .v10-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3rem, 4.05vw, 4.45rem);
  line-height: 1.04;
}

html[lang="zh"] .v10-hero--inquiry .v10-hero-copy h1 {
  font-size: clamp(3.35rem, 4.35vw, 4.85rem);
  line-height: 1.08;
}

.v10-hero--inquiry .v10-lead {
  max-width: 680px;
  font-size: 1.03rem;
  line-height: 1.78;
}

.v10-hero--inquiry .v10-core {
  margin-top: 22px;
  font-size: 1.08rem;
}

.v10-hero--inquiry .v10-support-copy {
  max-width: 640px;
  font-size: .96rem;
  line-height: 1.72;
}

.v10-kicker,
.section-label,
.pd-eyebrow,
.os-eyebrow,
.travel-eyebrow,
.medical-eyebrow,
.coord-eyebrow,
.v10-section-heading span,
.pd-section-heading span,
.os-heading span,
.travel-heading span,
.medical-heading span,
.coord-heading span {
  letter-spacing: .16em;
  font-weight: 850;
}

.v10-service-card,
.v10-purchase-panel,
.v10-assurance-panel,
.v10-step,
.v10-free-grid,
.request-form,
.pd-plan-card,
.pd-feature-card,
.pd-quote-card,
.os-scope-grid article,
.os-process-grid article,
.travel-basic-grid article,
.travel-type-card,
.medical-price-card,
.medical-scope-grid article,
.coord-scope-grid article,
.coord-process-grid article,
.coord-cost-grid article,
.free-review-page-grid {
  border-color: var(--line);
  box-shadow: 0 18px 44px rgba(7, 31, 58, .055);
}

.v10-service-card:hover,
.v10-step:hover,
.pd-feature-card:hover,
.os-scope-grid article:hover,
.travel-basic-grid article:hover,
.medical-price-card:hover,
.coord-scope-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 58px rgba(7, 31, 58, .09);
}

.v10-section-heading h2,
.pd-section-heading h2,
.pd-quote-heading h2,
.os-heading h2,
.travel-heading h2,
.medical-heading h2,
.coord-heading h2,
.coord-cost-copy h2,
.v10-review-copy h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.15rem, 3vw, 3.15rem);
  line-height: 1.1;
  white-space: normal;
  overflow-wrap: anywhere;
}

.v10-review-copy h2 {
  margin-left: 0;
  font-size: clamp(2.25rem, 3.2vw, 3.35rem);
}

.v10-lead,
.hero-lead,
.pd-lead,
.os-intro,
.travel-intro,
.medical-intro,
.coord-intro,
.v10-section-heading p,
.pd-section-heading p,
.os-heading p,
.travel-heading p,
.medical-heading p,
.coord-heading p {
  color: #536a83;
}

.pd-hero,
.os-hero,
.travel-hero,
.medical-hero,
.coord-hero {
  background: linear-gradient(135deg, #f6fbff 0%, #eef7fd 46%, #f9fbfd 100%);
}

.pd-hero-grid,
.os-hero-grid,
.travel-hero-grid,
.medical-hero-grid,
.coord-hero-grid {
  align-items: center;
}

.pd-title,
.os-copy h1,
.travel-copy h1,
.medical-copy h1,
.coord-copy h1 {
  font-size: clamp(3rem, 4.6vw, 4.9rem);
}

.coord-cost-panel,
.pd-commercial,
.v10-trust,
.medical-online,
.travel-types {
  padding-top: 72px;
  padding-bottom: 72px;
}

html[lang="de"] .v10-hero h1,
html[lang="de"] .v10-section-heading h2,
html[lang="de"] .detail-hero h1,
html[lang="de"] .pd-title,
html[lang="de"] .os-copy h1,
html[lang="de"] .travel-copy h1,
html[lang="de"] .medical-copy h1,
html[lang="de"] .coord-copy h1,
html[lang="fr"] .v10-hero h1,
html[lang="es"] .v10-hero h1,
html[lang="pt"] .v10-hero h1,
html[lang="ru"] .v10-hero h1 {
  overflow-wrap: anywhere;
  font-size: clamp(2.7rem, 3.8vw, 4.1rem);
}

html[dir="rtl"] .site-nav,
html[dir="rtl"] .v10-hero-copy,
html[dir="rtl"] .detail-content,
html[dir="rtl"] .pd-copy,
html[dir="rtl"] .os-copy,
html[dir="rtl"] .travel-copy,
html[dir="rtl"] .medical-copy,
html[dir="rtl"] .coord-copy {
  text-align: right;
}

html[dir="rtl"] .language-dropdown .dropdown-panel a,
html[dir="rtl"] .dropdown-panel a {
  justify-content: flex-end;
}

/* Compact step-card overrides to keep numbered cards short on all pages. */
.v10-step,
.medical-flow-grid article,
.coord-scope-grid article,
.coord-process-grid article,
.os-process-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 10px 12px;
  min-height: 0;
  text-align: left;
}

.v10-step-number,
.medical-flow-grid article > span,
.coord-scope-grid article > span,
.coord-process-grid article > span,
.os-process-grid article > span {
  margin: 0;
  line-height: 1.3;
}

.v10-step h3,
.medical-flow-grid h3,
.coord-scope-grid h3,
.coord-process-grid h3,
.os-process-grid h3 {
  margin: 0;
  align-self: center;
  line-height: 1.22;
}

.v10-step p,
.medical-flow-grid p,
.coord-scope-grid p,
.coord-process-grid p,
.os-process-grid p {
  grid-column: 1 / -1;
  margin: 0;
}

.v10-step-icon {
  grid-column: 1 / -1;
  width: 48px;
  height: 48px;
  margin-top: 2px;
}

@media (max-width: 1180px) {
  .header-shell {
    gap: 18px;
  }

  .nav-center {
    gap: 20px;
  }

  .site-nav {
    font-size: .86rem;
  }

  .nav-cta {
    padding-inline: 16px;
  }
}

@media (max-width: 900px) {
  .wrap {
    width: min(100% - 36px, 1240px);
  }

  .site-nav {
    font-size: .96rem;
  }

  .language-dropdown .dropdown-panel {
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .v10-hero--inquiry .v10-hero-grid {
    min-height: 0;
  }

  .v10-hero--inquiry .v10-hero-copy h1,
  html[lang="zh"] .v10-hero--inquiry .v10-hero-copy h1 {
    font-size: clamp(2.55rem, 10vw, 3.35rem);
  }

  .pd-title,
  .os-copy h1,
  .travel-copy h1,
  .medical-copy h1,
  .coord-copy h1 {
    font-size: clamp(2.2rem, 9vw, 3.1rem);
  }

  .v10-section-heading h2,
  .pd-section-heading h2,
  .pd-quote-heading h2,
  .os-heading h2,
  .travel-heading h2,
  .medical-heading h2,
  .coord-heading h2,
  .coord-cost-copy h2,
  .v10-review-copy h2 {
    font-size: clamp(1.85rem, 7.2vw, 2.55rem);
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, 1240px);
  }

  body {
    line-height: 1.58;
  }

  .site-brand small {
    font-size: .68rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .v10-hero--inquiry .v10-lead,
  .hero-lead,
  .pd-lead,
  .os-intro,
  .travel-intro,
  .medical-intro,
  .coord-intro {
    font-size: .98rem;
    line-height: 1.68;
  }
}

/* Mobile menu reliability: keep all navigation content visible and tappable. */
@media (max-width: 1100px) {
  .header-shell {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #d7e4ee;
    border-radius: 12px;
    background: #fff;
    color: var(--navy);
    font-weight: 850;
  }

  .site-nav {
    position: absolute;
    z-index: 120;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 24px 52px rgba(7, 31, 58, .16);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav .nav-center,
  .site-nav .nav-right {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: stretch;
    gap: 7px;
  }

  .site-nav .nav-right {
    padding-top: 10px;
    border-top: 1px solid #e2edf4;
  }

  .site-nav .nav-center > a,
  .site-nav .nav-dropdown > a,
  .site-nav .language-link {
    display: flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid #dbe9f2;
    border-radius: 12px;
    background: #f7fbfe;
    color: var(--navy);
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .site-nav .nav-cta {
    width: 100%;
    min-height: 46px;
    justify-content: center;
  }

  .site-nav .nav-dropdown {
    display: grid;
    width: 100%;
  }

  .site-nav .dropdown-panel {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    margin-top: 6px;
    padding: 8px;
    grid-template-columns: 1fr;
    gap: 5px;
    border: 1px solid #dbe9f2;
    border-radius: 12px;
    background: #fbfdff;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-nav .nav-dropdown.is-open .dropdown-panel {
    display: grid;
  }

  .site-nav .dropdown-panel a {
    display: flex;
    min-height: 40px;
    align-items: center;
    padding: 9px 10px;
    border-radius: 10px;
    background: #fff;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

/* Absolute last overrides for compact step cards. */
.v10-step,
.medical-flow-grid article,
.coord-scope-grid article,
.coord-process-grid article,
.os-process-grid article {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 10px 12px !important;
  min-height: 0 !important;
  text-align: left !important;
}

.v10-step-number,
.medical-flow-grid article > span,
.coord-scope-grid article > span,
.coord-process-grid article > span,
.os-process-grid article > span {
  margin: 0 !important;
  line-height: 1.3 !important;
}

.v10-step h3,
.medical-flow-grid h3,
.coord-scope-grid h3,
.coord-process-grid h3,
.os-process-grid h3 {
  margin: 0 !important;
  align-self: center !important;
  line-height: 1.22 !important;
}

.v10-step p,
.medical-flow-grid p,
.coord-scope-grid p,
.coord-process-grid p,
.os-process-grid p {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
}

.v10-step-icon {
  grid-column: 1 / -1 !important;
  width: 48px !important;
  height: 48px !important;
  margin-top: 2px !important;
}

/* Compact card headers: number/icon and title share the first row, body text starts below. */
.os-scope-grid article,
.travel-basic-grid article,
.travel-quote-grid article {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  grid-template-rows: minmax(34px, auto) auto !important;
  align-content: start !important;
  align-items: center !important;
  gap: 12px 14px !important;
  min-height: 0 !important;
  padding: 24px !important;
  text-align: left !important;
}

.os-scope-grid .os-card-index,
.travel-basic-grid article > span,
.travel-quote-grid article > span {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  border-radius: 11px !important;
  background: #e8f5ff !important;
  color: #0a73cc !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  letter-spacing: .05em !important;
  line-height: 1 !important;
}

.os-scope-grid h3,
.travel-basic-grid h3,
.travel-quote-grid h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--navy) !important;
  font-size: clamp(.98rem, 1.06vw, 1.12rem) !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.os-scope-grid p,
.travel-basic-grid p,
.travel-quote-grid p {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  align-self: start !important;
  margin: 0 !important;
}

.os-process-grid {
  grid-template-columns: repeat(7, minmax(142px, 1fr)) !important;
  gap: 14px !important;
}

.os-process-grid article,
.medical-flow-grid article,
.coord-scope-grid article,
.coord-process-grid article {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  grid-template-rows: minmax(30px, auto) auto !important;
  align-content: start !important;
  align-items: center !important;
  gap: 12px 10px !important;
  min-height: 0 !important;
  padding: 22px 18px !important;
  text-align: left !important;
}

.os-process-grid article > span,
.medical-flow-grid article > span,
.coord-scope-grid article > span,
.coord-process-grid article > span {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  width: 30px !important;
  height: 30px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  border-radius: 10px !important;
  background: #e8f5ff !important;
  color: #0a73cc !important;
  font-size: .68rem !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.medical-flow-grid article > span {
  background: #e6f7f5 !important;
  color: #078a97 !important;
}

.legal-service-page .coord-scope-grid article > span,
.legal-service-page .coord-process-grid article > span {
  background: #fff3d9 !important;
  color: #a56d13 !important;
}

.os-process-grid h3,
.medical-flow-grid h3,
.coord-scope-grid h3,
.coord-process-grid h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  font-size: clamp(.86rem, .9vw, .98rem) !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.os-process-grid p,
.medical-flow-grid p,
.coord-scope-grid p,
.coord-process-grid p {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  align-self: start !important;
  margin: 0 !important;
}

.travel-advantage-grid article,
.medical-advantage-grid article {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  grid-template-rows: minmax(40px, auto) auto !important;
  align-content: start !important;
  align-items: center !important;
  gap: 14px 14px !important;
  min-height: 0 !important;
  padding: 24px !important;
  text-align: left !important;
}

.travel-advantage-grid article > span,
.medical-advantage-grid article > span {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  border-radius: 13px !important;
}

.travel-advantage-grid article > span:before {
  left: 11px !important;
  top: 10px !important;
  width: 15px !important;
  height: 8px !important;
}

.medical-advantage-grid article > span:before {
  font-size: 1.3rem !important;
}

.travel-advantage-grid h3,
.medical-advantage-grid h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--navy) !important;
  font-size: clamp(.96rem, 1.02vw, 1.08rem) !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.travel-advantage-grid p,
.medical-advantage-grid p {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  align-self: start !important;
  margin: 0 !important;
}

html:lang(zh) .os-scope-grid h3,
html:lang(zh) .travel-basic-grid h3,
html:lang(zh) .travel-quote-grid h3,
html:lang(zh) .os-process-grid h3,
html:lang(zh) .medical-flow-grid h3,
html:lang(zh) .coord-scope-grid h3,
html:lang(zh) .coord-process-grid h3,
html:lang(zh) .travel-advantage-grid h3,
html:lang(zh) .medical-advantage-grid h3,
html:lang(ja) .os-scope-grid h3,
html:lang(ja) .travel-basic-grid h3,
html:lang(ja) .travel-quote-grid h3,
html:lang(ja) .os-process-grid h3,
html:lang(ja) .medical-flow-grid h3,
html:lang(ja) .coord-scope-grid h3,
html:lang(ja) .coord-process-grid h3,
html:lang(ja) .travel-advantage-grid h3,
html:lang(ja) .medical-advantage-grid h3,
html:lang(ko) .os-scope-grid h3,
html:lang(ko) .travel-basic-grid h3,
html:lang(ko) .travel-quote-grid h3,
html:lang(ko) .os-process-grid h3,
html:lang(ko) .medical-flow-grid h3,
html:lang(ko) .coord-scope-grid h3,
html:lang(ko) .coord-process-grid h3,
html:lang(ko) .travel-advantage-grid h3,
html:lang(ko) .medical-advantage-grid h3 {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

@media (max-width: 1180px) {
  .os-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .os-process-grid h3,
  .medical-flow-grid h3,
  .coord-scope-grid h3,
  .coord-process-grid h3 {
    font-size: .92rem !important;
  }

  .os-scope-grid h3,
  .travel-basic-grid h3,
  .travel-quote-grid h3,
  .travel-advantage-grid h3,
  .medical-advantage-grid h3 {
    font-size: 1rem !important;
  }
}

/* Purchase quote panel: reduce empty vertical space in short itemized cost cards. */
.pd-quote-panel {
  padding: 34px !important;
}

.pd-quote-heading {
  grid-template-columns: minmax(500px, .94fr) minmax(0, 1.06fr) !important;
  align-items: center !important;
  gap: 34px !important;
  margin-bottom: 22px !important;
}

.pd-quote-heading h2 {
  max-width: 760px !important;
  margin: 0 !important;
  font-size: clamp(2rem, 2.35vw, 2.65rem) !important;
  line-height: 1.08 !important;
}

.pd-quote-heading p {
  max-width: 820px !important;
  margin: 0 !important;
  font-size: .98rem !important;
  line-height: 1.58 !important;
}

.pd-quote-grid {
  gap: 12px !important;
}

.pd-quote-grid article {
  min-height: 0 !important;
  padding: 18px 20px !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  align-content: start !important;
  align-items: start !important;
  gap: 8px 14px !important;
}

.pd-quote-grid article > span {
  width: 36px !important;
  height: 36px !important;
  border-radius: 12px !important;
}

.pd-quote-grid article > span:after {
  left: 10px !important;
  top: 9px !important;
  width: 13px !important;
  height: 8px !important;
}

.pd-quote-grid h3 {
  margin: 0 0 5px !important;
  font-size: .98rem !important;
  line-height: 1.2 !important;
}

.pd-quote-grid p {
  margin: 0 !important;
  font-size: .82rem !important;
  line-height: 1.48 !important;
}

@media (max-width: 1100px) {
  .pd-quote-heading {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .pd-quote-heading h2 {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  .pd-quote-panel {
    padding: 24px 18px !important;
  }

  .pd-quote-grid article {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    padding: 16px !important;
  }

  .pd-quote-grid article > span {
    width: 34px !important;
    height: 34px !important;
  }
}

/* Compact copy pass: shorter content should sit in tighter sections and cards. */
.v10-services,
.v10-trust,
.v10-process-block,
.section,
.pd-commercial,
.pd-section,
.os-section,
.travel-section,
.medical-section,
.coord-section {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.v10-section-heading,
.pd-section-heading,
.os-heading,
.travel-heading,
.medical-heading,
.coord-heading {
  margin-bottom: 28px !important;
}

.v10-section-heading p,
.pd-section-heading p,
.os-heading p,
.travel-heading p,
.medical-heading p,
.coord-heading p,
.pd-copy > p,
.os-intro,
.travel-intro,
.medical-intro,
.coord-intro {
  line-height: 1.62 !important;
}

.medical-price-card {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  grid-template-rows: minmax(42px, auto) auto auto !important;
  align-items: center !important;
  gap: 14px 16px !important;
  min-height: 0 !important;
  padding: 26px 30px !important;
}

.medical-price-level {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  font-size: .78rem !important;
}

.medical-price-card h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  min-height: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  font-size: clamp(1rem, 1.08vw, 1.12rem) !important;
  line-height: 1.2 !important;
}

.medical-price {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  margin: 14px 0 4px !important;
}

.medical-price strong {
  font-size: clamp(2.2rem, 3.2vw, 2.85rem) !important;
}

.medical-price-card p {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  line-height: 1.58 !important;
}

html:lang(zh) .medical-price-card h3,
html:lang(ja) .medical-price-card h3,
html:lang(ko) .medical-price-card h3 {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

.medical-scope-grid article,
.medical-visit-card,
.travel-type-card,
.os-scope-grid article,
.travel-basic-grid article,
.travel-quote-grid article,
.travel-advantage-grid article,
.medical-advantage-grid article,
.coord-scope-grid article,
.coord-process-grid article {
  min-height: 0 !important;
}

@media (max-width: 760px) {
  .v10-services,
  .v10-trust,
  .v10-process-block,
  .section,
  .pd-commercial,
  .pd-section,
  .os-section,
  .travel-section,
  .medical-section,
  .coord-section {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .medical-price-card {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    padding: 22px !important;
  }

  .medical-price strong {
    font-size: clamp(2rem, 10vw, 2.55rem) !important;
  }
}

/* Purchase process cards: number and title must share one compact row. */
.pd-process-grid {
  gap: 14px !important;
}

.pd-process-grid article {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  grid-template-rows: minmax(30px, auto) auto !important;
  align-content: start !important;
  align-items: center !important;
  gap: 10px 10px !important;
  min-height: 0 !important;
  padding: 18px 16px !important;
  border: 1px solid #d7e6f1 !important;
  border-radius: 18px !important;
  background: #fff !important;
  text-align: left !important;
  box-shadow: 0 14px 34px rgba(8, 35, 67, .055) !important;
}

.pd-process-grid article:after {
  display: none !important;
}

.pd-process-grid span {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  width: 30px !important;
  height: 30px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #0a73cc !important;
  background: #e8f5ff !important;
  box-shadow: none !important;
  font-size: .74rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.pd-process-grid h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--navy) !important;
  font-size: .95rem !important;
  line-height: 1.2 !important;
}

.pd-process-grid p {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: .8rem !important;
  line-height: 1.46 !important;
}

html:lang(zh) .pd-process-grid h3,
html:lang(ja) .pd-process-grid h3,
html:lang(ko) .pd-process-grid h3 {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

/* Final mobile menu fallback for in-app browsers. */
@media (max-width: 1100px) {
  body.mobile-menu-open .mobile-cta {
    display: none !important;
  }

  .site-nav.open {
    display: grid !important;
    align-content: start !important;
    max-height: calc(100vh - 88px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav.open .nav-center,
  .site-nav.open .nav-right {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .site-nav.open .nav-dropdown {
    display: grid !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .site-nav.open .nav-center > a,
  .site-nav.open .nav-dropdown > a,
  .site-nav.open .language-link {
    display: flex !important;
    min-height: 46px !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 11px 12px !important;
    border: 1px solid #dbe9f2 !important;
    border-radius: 12px !important;
    background: #f7fbfe !important;
    color: var(--navy) !important;
    -webkit-text-fill-color: var(--navy) !important;
    opacity: 1 !important;
  }

  .site-nav.open .dropdown-panel {
    position: static !important;
    inset: auto !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 6px 0 0 !important;
    padding: 8px !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    overflow: visible !important;
    border: 1px solid #dbe9f2 !important;
    border-radius: 12px !important;
    background: #eef6fb !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .site-nav.open .nav-dropdown.is-open .dropdown-panel {
    display: grid !important;
  }

  .site-nav.open .dropdown-panel a {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    min-height: 40px !important;
    height: auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 9px 11px !important;
    border: 1px solid #e1edf5 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #082343 !important;
    -webkit-text-fill-color: #082343 !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: .94rem !important;
    font-weight: 820 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  .site-nav.open .language-dropdown:not(.is-open) .dropdown-panel {
    display: none !important;
  }

  .site-nav.open .nav-cta {
    width: 100% !important;
    min-height: 48px !important;
    margin-top: 2px !important;
    justify-content: center !important;
  }
}

@media (max-width: 900px) {
  .service-seo-faq-grid {
    grid-template-columns: 1fr;
  }

  .service-seo-faq {
    padding: 42px 0 58px;
  }
}

/* Floating contact buttons: visible enough for conversion, compact on mobile. */
.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 86;
  display: grid;
  gap: 10px;
  pointer-events: none;
}

.floating-contact__link {
  pointer-events: auto;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 14px 9px 10px;
  border: 1px solid rgba(168, 195, 214, .72);
  border-radius: 999px;
  color: #082343;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 34px rgba(8, 35, 67, .16);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.floating-contact__link:hover {
  transform: translateY(-2px);
  border-color: #8bc4ee;
  box-shadow: 0 18px 42px rgba(8, 35, 67, .22);
}

.floating-contact__wa {
  color: #fff;
  border-color: rgba(18, 140, 94, .72);
  background: #128c5e;
}

.floating-contact__email {
  color: #0b3157;
}

.floating-contact__mark {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: 0;
}

.floating-contact__email .floating-contact__mark {
  color: #0a73cc;
  background: #e8f5ff;
}

@media (max-width: 1100px) {
  body.mobile-menu-open .floating-contact {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .floating-contact {
    right: 14px;
    bottom: 76px;
    gap: 8px;
    z-index: 89;
  }

  .floating-contact__link {
    width: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 999px;
  }

  .floating-contact__mark {
    width: 30px;
    height: 30px;
    font-size: .72rem;
  }

  .floating-contact__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

