.calculator-module-scss-module__VVmjtG__calc{gap:var(--space-4);flex-direction:column;display:flex}.calculator-module-scss-module__VVmjtG__calcGrid{gap:var(--space-5);grid-template-columns:1.1fr 1fr;align-items:start;display:grid}.calculator-module-scss-module__VVmjtG__calcInputs{gap:var(--space-5);padding:var(--space-6);background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-xl);flex-direction:column;display:flex}.calculator-module-scss-module__VVmjtG__field{flex-direction:column;gap:10px;display:flex}.calculator-module-scss-module__VVmjtG__label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-2);font-size:11px;font-weight:600}.calculator-module-scss-module__VVmjtG__select{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--bg);width:100%;color:var(--ink);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748b'><path d='M4 6l4 4 4-4z'/></svg>");background-position:right 14px center;background-repeat:no-repeat;background-size:14px;padding:12px 36px 12px 14px;font-family:inherit;font-size:15px;transition:border-color .2s}.calculator-module-scss-module__VVmjtG__select:focus{border-color:var(--primary);outline:none}.calculator-module-scss-module__VVmjtG__choices{flex-wrap:wrap;gap:8px;display:flex}.calculator-module-scss-module__VVmjtG__chip{border:1px solid var(--line);background:var(--bg);color:var(--ink-2);cursor:pointer;border-radius:100px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.calculator-module-scss-module__VVmjtG__chip:hover{border-color:var(--primary);color:var(--primary)}.calculator-module-scss-module__VVmjtG__chipActive{background:var(--primary);border-color:var(--primary);color:#fff}.calculator-module-scss-module__VVmjtG__chipActive:hover{color:#fff}.calculator-module-scss-module__VVmjtG__fieldNote{color:var(--ink-3);margin:0;font-size:12px;line-height:1.5}.calculator-module-scss-module__VVmjtG__checkRow{flex-direction:column;gap:10px;display:flex}.calculator-module-scss-module__VVmjtG__checkLabel{color:var(--ink-2);cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.calculator-module-scss-module__VVmjtG__checkLabel input{cursor:pointer}.calculator-module-scss-module__VVmjtG__calcOutput{gap:var(--space-4);top:var(--space-5);flex-direction:column;display:flex;position:sticky}.calculator-module-scss-module__VVmjtG__outCard{padding:var(--space-5);background:var(--bg);border:1px solid var(--line);border-left:4px solid var(--primary);border-radius:var(--radius-xl)}.calculator-module-scss-module__VVmjtG__outEyebrow{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin:0 0 var(--space-3);font-size:11px;font-weight:600}.calculator-module-scss-module__VVmjtG__outFigure{font-family:var(--font-display);color:var(--primary);letter-spacing:-.02em;margin:0;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1}.calculator-module-scss-module__VVmjtG__outFigureSmall{font-family:var(--font-display);color:var(--ink-2);letter-spacing:-.02em;margin:0 0 var(--space-3);font-size:22px;font-weight:700}.calculator-module-scss-module__VVmjtG__outNote{color:var(--ink-3);margin:var(--space-3) 0 0;font-size:13px;line-height:1.5}.calculator-module-scss-module__VVmjtG__savingsBar{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--line);justify-content:space-between;align-items:baseline;display:flex}.calculator-module-scss-module__VVmjtG__savingsLabel{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);font-size:12px}.calculator-module-scss-module__VVmjtG__savingsFigure{font-family:var(--font-display);color:var(--primary);letter-spacing:-.02em;font-size:28px;font-weight:700}.calculator-module-scss-module__VVmjtG__breakdown{padding:var(--space-5);background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-xl)}.calculator-module-scss-module__VVmjtG__row{border-bottom:1px solid var(--line);color:var(--ink-2);justify-content:space-between;align-items:baseline;gap:var(--space-3);padding:10px 0;font-size:13.5px;display:flex}.calculator-module-scss-module__VVmjtG__row:last-child{border-bottom:none}.calculator-module-scss-module__VVmjtG__row span:first-child{color:var(--ink-2)}.calculator-module-scss-module__VVmjtG__row span:last-child{color:var(--ink);font-family:var(--font-mono);white-space:nowrap;font-weight:600}.calculator-module-scss-module__VVmjtG__rowTotal{border-top:2px solid var(--ink);margin-top:8px;padding-top:14px;font-size:15px}.calculator-module-scss-module__VVmjtG__rowTotal span:first-child{color:var(--ink);font-weight:700;font-family:var(--font-display)}.calculator-module-scss-module__VVmjtG__rowTotal span:last-child{color:var(--primary);font-size:16px;font-weight:700}.calculator-module-scss-module__VVmjtG__ctaRow{gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.calculator-module-scss-module__VVmjtG__disclaimer{color:var(--ink-3);margin:var(--space-3) 0 0;max-width:880px;font-size:12px;line-height:1.5}@media (max-width:1024px){.calculator-module-scss-module__VVmjtG__calcGrid{grid-template-columns:1fr}.calculator-module-scss-module__VVmjtG__calcOutput{position:static}}@media (max-width:560px){.calculator-module-scss-module__VVmjtG__calcInputs{padding:var(--space-4)}.calculator-module-scss-module__VVmjtG__ctaRow{flex-direction:column;align-items:stretch}}
.china-health-module-scss-module__dgSyuG__hero{background-image:url(https://images.unsplash.com/photo-1547981609-4b6bfe67ca0b?w=1600&q=80&auto=format&fit=crop);background-position:50% 30%;background-size:cover;flex-direction:column;justify-content:flex-end;min-height:540px;display:flex;position:relative}.china-health-module-scss-module__dgSyuG__heroOverlay{background:linear-gradient(135deg,#041228bf 0%,#04122873 60%,#04122833 100%);position:absolute;inset:0}.china-health-module-scss-module__dgSyuG__heroContent{z-index:1;padding-top:var(--space-10);padding-bottom:var(--space-9);max-width:680px;position:relative}.china-health-module-scss-module__dgSyuG__heroEyebrow{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#ffffffa6;margin-bottom:var(--space-3);font-size:11px}.china-health-module-scss-module__dgSyuG__heroTitle{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;margin:0 0 var(--space-5);font-size:clamp(36px,5.5vw,68px);font-weight:800;line-height:1.04}.china-health-module-scss-module__dgSyuG__heroTitleAccent{color:#5ecfef}.china-health-module-scss-module__dgSyuG__heroSubtitle{color:#ffffffd1;max-width:560px;margin-bottom:var(--space-6);font-size:17px;line-height:1.65}.china-health-module-scss-module__dgSyuG__heroCtas{gap:var(--space-3);flex-wrap:wrap;display:flex}.china-health-module-scss-module__dgSyuG__heroCtas .btn-outline{color:#fff;border-color:#ffffff8c}.china-health-module-scss-module__dgSyuG__heroCtas .btn-outline:hover{color:#fff;border-color:#fff}.china-health-module-scss-module__dgSyuG__statsSection{padding:var(--space-8) 0;background:var(--bg-card);border-bottom:1px solid var(--line)}.china-health-module-scss-module__dgSyuG__statsGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.china-health-module-scss-module__dgSyuG__statCard{padding:var(--space-5);gap:var(--space-1);flex-direction:column;display:flex}.china-health-module-scss-module__dgSyuG__statFigure{font-family:var(--font-display);color:var(--accent-2);letter-spacing:-.025em;margin:0;font-size:clamp(24px,2.5vw,34px);font-weight:800;line-height:1}.china-health-module-scss-module__dgSyuG__statLabel{color:var(--ink);margin:0;font-size:13px;font-weight:600}.china-health-module-scss-module__dgSyuG__statDetail{color:var(--ink-2);margin:0;font-size:12px;line-height:1.55}.china-health-module-scss-module__dgSyuG__statSource{font-family:var(--font-mono);color:var(--ink-4);margin:0;margin-top:var(--space-1);font-size:10px}.china-health-module-scss-module__dgSyuG__introSection{padding:var(--space-10) 0;border-bottom:1px solid var(--line)}.china-health-module-scss-module__dgSyuG__introGrid{gap:var(--space-9);grid-template-columns:1fr 1fr;align-items:start;display:grid}.china-health-module-scss-module__dgSyuG__sectionEyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--accent-2);margin:0 0 var(--space-4);font-size:11px;font-weight:600}.china-health-module-scss-module__dgSyuG__introTitle{line-height:1.08;margin:0!important}.china-health-module-scss-module__dgSyuG__introText{gap:var(--space-4);padding-top:var(--space-5);flex-direction:column;display:flex}.china-health-module-scss-module__dgSyuG__introBody{color:var(--ink-2);line-height:1.7}.china-health-module-scss-module__dgSyuG__accentText{color:var(--accent-2)}.china-health-module-scss-module__dgSyuG__tierSection{padding:var(--space-10) 0;border-bottom:1px solid var(--line)}.china-health-module-scss-module__dgSyuG__tierHeader{margin-bottom:var(--space-7);gap:var(--space-3);flex-direction:column;display:flex}.china-health-module-scss-module__dgSyuG__tierGrid{gap:var(--space-4);grid-template-columns:repeat(4,1fr);display:grid}.china-health-module-scss-module__dgSyuG__tierCard{padding:var(--space-5);gap:var(--space-3);border-top:3px solid var(--line);flex-direction:column;transition:border-color .2s;display:flex}.china-health-module-scss-module__dgSyuG__tierCard:hover{border-color:var(--accent-2)}.china-health-module-scss-module__dgSyuG__tierCardPrimary{border-top-color:var(--accent-2)}.china-health-module-scss-module__dgSyuG__tierBadge{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);background:var(--accent-soft);width:fit-content;color:var(--accent-2);padding:3px 8px;font-size:10px;font-weight:600}.china-health-module-scss-module__dgSyuG__tierBadge[data-tone=neutral]{background:var(--bg-card);color:var(--ink-3)}.china-health-module-scss-module__dgSyuG__tierLevel{color:var(--ink);margin:0;font-size:14px;font-weight:700;line-height:1.3}.china-health-module-scss-module__dgSyuG__tierDesc{color:var(--ink-2);font-size:13px;line-height:1.65}.china-health-module-scss-module__dgSyuG__tierCount{font-family:var(--font-mono);color:var(--ink-3);margin:auto 0 0;font-size:11px}.china-health-module-scss-module__dgSyuG__tierNote{margin-top:var(--space-5);color:var(--ink-2);border-left:3px solid var(--accent-2);padding-left:var(--space-4);font-size:13px}.china-health-module-scss-module__dgSyuG__compareSection{padding:var(--space-10) 0;background:var(--bg-card);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.china-health-module-scss-module__dgSyuG__compareHeader{gap:var(--space-3);margin-bottom:var(--space-7);flex-direction:column;display:flex}.china-health-module-scss-module__dgSyuG__compareSubtitle{color:var(--ink-2);max-width:540px}.china-health-module-scss-module__dgSyuG__compareTable{border-radius:var(--radius-lg);border:1px solid var(--line);overflow:hidden}.china-health-module-scss-module__dgSyuG__compareHead{background:var(--bg-elevated);border-bottom:2px solid var(--line);grid-template-columns:2fr 1.5fr 1fr 1fr;display:grid}.china-health-module-scss-module__dgSyuG__compareRow{border-bottom:1px solid var(--line);grid-template-columns:2fr 1.5fr 1fr 1fr;transition:background .15s;display:grid}.china-health-module-scss-module__dgSyuG__compareRow:last-child{border-bottom:none}.china-health-module-scss-module__dgSyuG__compareRow:hover{background:var(--bg-card)}.china-health-module-scss-module__dgSyuG__compareCell{padding:var(--space-4) var(--space-5);color:var(--ink-2);font-size:14px;font-weight:500}.china-health-module-scss-module__dgSyuG__compareCell:first-child{border-right:1px solid var(--line)}.china-health-module-scss-module__dgSyuG__compareCellChina{color:var(--accent-2);border-right:1px solid var(--line);background:#0891b20d;font-weight:700}.china-health-module-scss-module__dgSyuG__compareCellLabel{color:var(--ink);font-weight:600}.china-health-module-scss-module__dgSyuG__compareCellValue{font-size:13px}.china-health-module-scss-module__dgSyuG__compareDisclaimer{margin-top:var(--space-4);color:var(--ink-4);font-size:12px;line-height:1.6}.china-health-module-scss-module__dgSyuG__faqSection{padding:var(--space-10) 0;border-bottom:1px solid var(--line)}.china-health-module-scss-module__dgSyuG__faqHeader{margin-bottom:var(--space-7)}.china-health-module-scss-module__dgSyuG__faqList{gap:var(--space-5);grid-template-columns:repeat(2,1fr);display:grid}.china-health-module-scss-module__dgSyuG__faqItem{border-left:2px solid var(--accent-2);padding-left:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.china-health-module-scss-module__dgSyuG__faqQ{color:var(--ink);margin:0;font-size:15px;font-weight:600;line-height:1.4}.china-health-module-scss-module__dgSyuG__faqA{color:var(--ink-2);margin:0;font-size:14px;line-height:1.7}.china-health-module-scss-module__dgSyuG__exploreSection{padding:var(--space-10) 0;border-bottom:1px solid var(--line)}.china-health-module-scss-module__dgSyuG__exploreTitle{margin-bottom:var(--space-7)!important}.china-health-module-scss-module__dgSyuG__exploreGrid{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}.china-health-module-scss-module__dgSyuG__exploreCard{padding:var(--space-6);gap:var(--space-3);flex-direction:column;display:flex}.china-health-module-scss-module__dgSyuG__exploreCardTitle{font-family:var(--font-display);color:var(--ink);margin:0;font-size:17px;font-weight:700}.china-health-module-scss-module__dgSyuG__exploreCardDesc{color:var(--ink-2);flex:1;line-height:1.65}.china-health-module-scss-module__dgSyuG__exploreCardCta{align-items:center;gap:var(--space-2);color:var(--accent-2);margin-top:auto;font-size:13px;font-weight:600;display:flex}.china-health-module-scss-module__dgSyuG__ctaSection{padding:var(--space-10) 0;background:var(--bg-card);border-top:1px solid var(--line)}.china-health-module-scss-module__dgSyuG__ctaInner{text-align:center;max-width:820px;margin-left:auto;margin-right:auto}.china-health-module-scss-module__dgSyuG__ctaBody{margin-top:var(--space-4);max-width:680px;color:var(--ink-2);margin-left:auto;margin-right:auto}.china-health-module-scss-module__dgSyuG__ctaButtons{margin-top:var(--space-6);justify-content:center;gap:12px;display:flex}@media (max-width:960px){.china-health-module-scss-module__dgSyuG__statsGrid,.china-health-module-scss-module__dgSyuG__tierGrid{grid-template-columns:repeat(2,1fr)}.china-health-module-scss-module__dgSyuG__compareHead,.china-health-module-scss-module__dgSyuG__compareRow{grid-template-columns:1.5fr 1.2fr 1fr 1fr}}@media (max-width:768px){.china-health-module-scss-module__dgSyuG__hero{min-height:420px}.china-health-module-scss-module__dgSyuG__heroContent{max-width:100%}.china-health-module-scss-module__dgSyuG__heroCtas{flex-direction:column}.china-health-module-scss-module__dgSyuG__introGrid{gap:var(--space-5);grid-template-columns:1fr}.china-health-module-scss-module__dgSyuG__introText{padding-top:0}.china-health-module-scss-module__dgSyuG__faqHeader{gap:var(--space-4);grid-template-columns:1fr}.china-health-module-scss-module__dgSyuG__faqList,.china-health-module-scss-module__dgSyuG__exploreGrid{grid-template-columns:1fr}.china-health-module-scss-module__dgSyuG__compareHead,.china-health-module-scss-module__dgSyuG__compareRow{grid-template-columns:1fr 1fr}.china-health-module-scss-module__dgSyuG__compareHead .china-health-module-scss-module__dgSyuG__compareCell:nth-child(3),.china-health-module-scss-module__dgSyuG__compareHead .china-health-module-scss-module__dgSyuG__compareCell:nth-child(4),.china-health-module-scss-module__dgSyuG__compareRow .china-health-module-scss-module__dgSyuG__compareCell:nth-child(3),.china-health-module-scss-module__dgSyuG__compareRow .china-health-module-scss-module__dgSyuG__compareCell:nth-child(4){display:none}.china-health-module-scss-module__dgSyuG__ctaButtons{flex-direction:column;align-items:center}}@media (max-width:480px){.china-health-module-scss-module__dgSyuG__statsGrid,.china-health-module-scss-module__dgSyuG__tierGrid{grid-template-columns:1fr}}
