/* ============================================================
   Knowell — Global Care (全球送诊) page
   ============================================================ */

/* ---------- PAGE HEADER ---------- */
.page-hero {
  position: relative; min-height: 56vh; display: flex; align-items: center;
  background: var(--navy-900); color: #fff; overflow: hidden; padding: calc(var(--nav-h) + 40px) 0 60px;
}
.page-hero .mesh {
  position: absolute; inset: -20%;
  background:
    radial-gradient(46% 50% at 20% 30%, rgba(0,114,255,.42), transparent 60%),
    radial-gradient(40% 46% at 88% 18%, rgba(0,198,255,.3), transparent 60%),
    radial-gradient(52% 60% at 72% 96%, rgba(121,40,202,.26), transparent 60%);
  filter: blur(16px); animation: meshDrift 24s ease-in-out infinite alternate;
}
.page-hero .grid-tex {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(120,190,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(120,190,255,.06) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: radial-gradient(120% 100% at 30% 30%, #000 30%, transparent 80%);
}
/* flight-path motif */
.page-hero .flight { position: absolute; inset: 0; opacity: .5; }
.page-hero .flight path { fill: none; stroke: url(#fpGrad); stroke-width: 2; stroke-dasharray: 6 8; }
.page-hero .flight .plane { fill: var(--cyan); filter: drop-shadow(0 0 6px rgba(0,198,255,.7)); }
.page-hero .flight .pin { fill: none; stroke: var(--cyan); stroke-width: 2; }
.page-hero .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,25,47,.4), rgba(10,25,47,.78)); }

.page-hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.crumb { font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 22px; font-family: var(--mono); letter-spacing: .5px; }
.crumb a:hover { color: var(--cyan); }
.page-hero h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 800; letter-spacing: -1.2px; line-height: 1.08; text-wrap: balance; }
.page-hero .en { margin-top: 16px; font-family: var(--mono); font-size: 14px; letter-spacing: 1.5px; color: var(--cyan); text-transform: uppercase; }
.page-hero .sub { margin-top: 18px; font-size: 19px; color: rgba(255,255,255,.8); max-width: 540px; }
.page-hero .acts { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }

.float-stats {
  justify-self: end; width: 100%; max-width: 340px; position: relative;
  background: rgba(13,33,56,.6); border: 1px solid var(--navy-line); border-radius: 20px;
  padding: 28px; backdrop-filter: blur(14px); box-shadow: 0 30px 70px rgba(0,0,0,.45);
}
.float-stats::before {
  content: ""; position: absolute; inset: 0; border-radius: 20px; padding: 1px;
  background: linear-gradient(140deg, rgba(0,198,255,.6), transparent 50%, rgba(121,40,202,.5));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.float-stats .fs-head { font-family: var(--mono); font-size: 12px; letter-spacing: 1px; color: var(--cyan); margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.float-stats .fs-head .pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(82,196,26,.25); animation: blink 1.6s infinite; }
.fs-row { display: flex; align-items: baseline; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--navy-line); }
.fs-row:last-child { border-bottom: 0; }
.fs-row .fs-label { font-size: 14px; color: rgba(255,255,255,.7); }
.fs-row .fs-val { font-family: var(--mono); font-weight: 700; font-size: 30px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-variant-numeric: tabular-nums; }
.fs-row .fs-val small { font-size: 14px; }

/* ---------- SOP TIMELINE ---------- */
.sop { position: relative; }
.sop-list { max-width: 980px; margin: 0 auto; }
.sop-row { display: grid; grid-template-columns: 56px 1fr; gap: 26px; position: relative; padding-bottom: 40px; }
.sop-row:last-child { padding-bottom: 0; }
.sop-rail { position: relative; }
.sop-rail::before {
  content: ""; position: absolute; left: 27px; top: 8px; bottom: -40px; width: 2px;
  background: linear-gradient(180deg, var(--blue), rgba(0,114,255,.15));
}
.sop-row:last-child .sop-rail::before { display: none; }
.sop-node {
  position: relative; z-index: 2; width: 56px; height: 56px; border-radius: 50%;
  background: var(--grad); display: grid; place-items: center; color: #fff;
  font-family: var(--mono); font-weight: 700; font-size: 18px; box-shadow: 0 8px 22px rgba(0,114,255,.4);
}
.sop-node::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1.5px solid rgba(0,198,255,.4); }

.sop-card {
  background: #fff; border: 1px solid var(--ink-100); border-radius: var(--r-card-lg);
  box-shadow: var(--sh-card); overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr;
  transition: transform .3s, box-shadow .3s; 
}
.sop-card:hover { transform: translateY(-3px); box-shadow: var(--sh-card-hover); }
.sop-text { padding: 26px 28px; }
.sop-time {
  display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 12.5px;
  color: var(--blue); background: var(--grad-soft); padding: 6px 12px; border-radius: var(--r-pill); margin-bottom: 14px;
}
.sop-time svg { width: 13px; height: 13px; }
.sop-text h3 { font-size: 21px; font-weight: 700; letter-spacing: -.3px; }
.sop-text ul { margin-top: 14px; display: flex; flex-direction: column; gap: 10px; }
.sop-text li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink-700); line-height: 1.55; }
.sop-text li svg { width: 17px; height: 17px; color: var(--blue); flex-shrink: 0; margin-top: 2px; }

/* mock result panel */
.sop-mock { background: var(--ink-50); border-left: 1px solid var(--ink-100); padding: 20px; display: flex; flex-direction: column; }
.mock {
  background: #fff; border: 1px solid var(--ink-100); border-radius: 12px; overflow: hidden;
  box-shadow: 0 6px 18px rgba(10,25,47,.06); flex: 1; display: flex; flex-direction: column; min-height: 190px;
}
.mock-bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px; border-bottom: 1px solid var(--ink-100); background: #fbfcfe; }
.mock-bar i { width: 9px; height: 9px; border-radius: 50%; background: #e2e8f0; }
.mock-bar i:nth-child(1) { background: #ff5f57; } .mock-bar i:nth-child(2) { background: #febc2e; } .mock-bar i:nth-child(3) { background: #28c840; }
.mock-bar span { margin-left: 8px; font-family: var(--mono); font-size: 10.5px; color: var(--ink-grey); }
.mock-body { padding: 14px; flex: 1; display: flex; flex-direction: column; gap: 9px; }
.mock-cap { text-align: center; font-size: 11.5px; color: var(--ink-grey); margin-top: 10px; font-family: var(--mono); }

/* mock primitives */
.m-line { height: 8px; border-radius: 4px; background: var(--ink-100); }
.m-line.w-40 { width: 40%; } .m-line.w-60 { width: 60%; } .m-line.w-80 { width: 80%; } .m-line.w-100 { width: 100%; }
.m-line.accent { background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.m-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; padding: 4px 9px; border-radius: 999px; background: var(--grad-soft); color: var(--blue); font-weight: 600; width: fit-content; }
.m-chat { display: flex; gap: 8px; align-items: flex-end; }
.m-chat.me { flex-direction: row-reverse; }
.m-avatar { width: 24px; height: 24px; border-radius: 50%; background: var(--grad); flex-shrink: 0; }
.m-bubble { background: var(--ink-50); border-radius: 10px; padding: 8px 10px; max-width: 70%; display: flex; flex-direction: column; gap: 5px; }
.m-chat.me .m-bubble { background: var(--grad); }
.m-chat.me .m-bubble .m-line { background: rgba(255,255,255,.55); }
.m-gauge { display: flex; align-items: center; gap: 14px; }
.m-ring { width: 60px; height: 60px; border-radius: 50%; border: 6px solid var(--ink-100); border-top-color: var(--blue); border-right-color: var(--blue); transform: rotate(45deg); display: grid; place-items: center; flex-shrink: 0; }
.m-ring::after { content: "98"; transform: rotate(-45deg); width: 40px; height: 40px; border-radius: 50%; background: #fff; display: grid; place-items: center; font-family: var(--mono); font-weight: 700; font-size: 15px; color: var(--blue); }
.m-bars { display: flex; align-items: flex-end; gap: 7px; height: 60px; }
.m-bars span { flex: 1; border-radius: 4px 4px 0 0; background: var(--grad); opacity: .85; }
.m-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.m-cardlet { border: 1px solid var(--ink-100); border-radius: 8px; padding: 9px; display: flex; flex-direction: column; gap: 6px; }
.m-cardlet.sel { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(0,114,255,.12); }
.m-num { font-family: var(--mono); font-weight: 700; color: var(--blue); font-size: 16px; }
.m-map { position: relative; flex: 1; border-radius: 8px; background: linear-gradient(135deg,#0a192f,#16304f); overflow: hidden; min-height: 90px; }
.m-map .dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(0,198,255,.25); }
.m-map .route { position: absolute; inset: 0; }
.m-row { display: flex; align-items: center; gap: 8px; }
.m-check { width: 18px; height: 18px; border-radius: 50%; background: rgba(82,196,26,.15); color: var(--success); display: grid; place-items: center; flex-shrink: 0; }
.m-check svg { width: 11px; height: 11px; }
.m-doc { display: flex; gap: 10px; }
.m-doc .col { flex: 1; display: flex; flex-direction: column; gap: 7px; }
.m-doc .col .tag { font-size: 9.5px; font-family: var(--mono); color: var(--ink-grey); }

/* ---------- PRICING ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; max-width: 1040px; margin: 0 auto; }
.price-card {
  position: relative; background: #fff; border: 1px solid var(--ink-100); border-radius: var(--r-card-lg);
  padding: 34px 30px; display: flex; flex-direction: column; box-shadow: var(--sh-card); transition: transform .3s, box-shadow .3s;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--sh-card-hover); }
.price-card.featured { border: 2px solid var(--blue); box-shadow: 0 18px 50px rgba(0,114,255,.18); }
.price-tag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff;
  font-size: 12.5px; font-weight: 700; padding: 6px 16px; border-radius: 999px; box-shadow: 0 6px 16px rgba(0,114,255,.35); white-space: nowrap;
}
.price-card h3 { font-size: 22px; font-weight: 800; }
.price-card .for { margin-top: 8px; font-size: 14px; color: var(--ink-grey); min-height: 40px; }
.price-amt { margin: 18px 0 6px; display: flex; align-items: baseline; gap: 4px; }
.price-amt .cur { font-size: 22px; font-weight: 700; color: var(--blue); }
.price-amt .num { font-family: var(--mono); font-size: 44px; font-weight: 700; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.price-amt .per { font-size: 14px; color: var(--ink-grey); }
.price-note { font-size: 12.5px; color: var(--ink-grey); margin-bottom: 22px; }
.price-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; flex: 1; }
.price-list li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink-700); }
.price-list li svg { width: 18px; height: 18px; color: var(--success); flex-shrink: 0; margin-top: 1px; }
.price-list li.off { color: var(--ink-300); }
.price-list li.off svg { color: var(--ink-300); }

/* ---------- APPOINTMENT CTA ---------- */
.appt-cta { background: var(--navy-900); color: #fff; position: relative; overflow: hidden; }
.appt-cta .gene-tex { position: absolute; inset: 0; opacity: .12; pointer-events: none; }
.appt-cta .wrap { position: relative; z-index: 1; text-align: center; }
.appt-cta h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -1px; text-wrap: balance; }
.appt-cta p { margin-top: 14px; font-size: 18px; color: rgba(255,255,255,.78); }
.appt-cta .acts { margin-top: 30px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.appt-cta .mini { margin-top: 22px; font-size: 13px; color: rgba(255,255,255,.5); font-family: var(--mono); }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .page-hero .wrap { grid-template-columns: 1fr; }
  .float-stats { justify-self: start; max-width: 420px; }
  .pricing { grid-template-columns: 1fr; max-width: 460px; }
}
@media (max-width: 760px) {
  .sop-card { grid-template-columns: 1fr; }
  .sop-mock { border-left: 0; border-top: 1px solid var(--ink-100); }
  .sop-row { grid-template-columns: 44px 1fr; gap: 16px; }
  .sop-node { width: 44px; height: 44px; font-size: 15px; }
  .sop-rail::before { left: 21px; }
}
