.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}}
.Intake-module-scss-module__ZjVkTW__shell{max-width:760px;margin:0 auto;padding:clamp(24px,4vw,48px) 0}.Intake-module-scss-module__ZjVkTW__progressWrap{margin-bottom:24px}.Intake-module-scss-module__ZjVkTW__progressMeta{color:#64748b;letter-spacing:.005em;justify-content:space-between;align-items:baseline;margin-bottom:10px;font-size:13px;display:flex}.Intake-module-scss-module__ZjVkTW__progressMetaCount{color:#0f172a;font-weight:600}.Intake-module-scss-module__ZjVkTW__progressTrack{background:#e2e8f0;border-radius:999px;height:6px;position:relative;overflow:hidden}.Intake-module-scss-module__ZjVkTW__progressFill{background:linear-gradient(90deg,#06c,#09f);border-radius:999px;transition:width .3s cubic-bezier(.22,.61,.36,1);position:absolute;inset:0 auto 0 0}.Intake-module-scss-module__ZjVkTW__card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:clamp(24px,4vw,40px);box-shadow:0 1px 2px #0f172a0a,0 12px 32px #0f172a0f}.Intake-module-scss-module__ZjVkTW__qNumber{letter-spacing:.16em;text-transform:uppercase;color:#06c;margin-bottom:10px;font-size:11px;font-weight:700;display:inline-block}.Intake-module-scss-module__ZjVkTW__qTitle{color:#0f172a;letter-spacing:-.02em;margin:0 0 8px;font-size:clamp(20px,2.4vw,26px);font-weight:600;line-height:1.3}.Intake-module-scss-module__ZjVkTW__qHelp{color:#64748b;margin:0 0 22px;font-size:14px;line-height:1.5}.Intake-module-scss-module__ZjVkTW__options{flex-direction:column;gap:10px;display:flex}.Intake-module-scss-module__ZjVkTW__option{text-align:left;color:#0f172a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;font-family:inherit;font-size:15px;transition:border-color .15s,background .15s,transform .1s;display:flex}.Intake-module-scss-module__ZjVkTW__option:hover{background:#f8fbff;border-color:#93c5fd}.Intake-module-scss-module__ZjVkTW__option:active{transform:scale(.997)}.Intake-module-scss-module__ZjVkTW__optionSelected{background:#eff6ff;border-color:#06c}.Intake-module-scss-module__ZjVkTW__optionRadio{background:#fff;border:1.5px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;transition:border-color .15s,background .15s;display:inline-flex}.Intake-module-scss-module__ZjVkTW__optionRadio:after{content:"";background:0 0;border-radius:50%;width:8px;height:8px;transition:background .15s}.Intake-module-scss-module__ZjVkTW__optionCheckbox{background:#fff;border:1.5px solid #cbd5e1;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;transition:border-color .15s,background .15s;display:inline-flex}.Intake-module-scss-module__ZjVkTW__optionCheckbox:after{content:"";background:0 0;width:8px;height:8px;transition:background .15s}.Intake-module-scss-module__ZjVkTW__optionRadioActive{border-color:#06c}.Intake-module-scss-module__ZjVkTW__optionRadioActive:after{background:#06c}.Intake-module-scss-module__ZjVkTW__optionCheckboxActive{color:#fff;background:#06c;border-color:#06c}.Intake-module-scss-module__ZjVkTW__optionCheckboxActive:after{background:0 0;border-bottom:2px solid #fff;border-left:2px solid #fff;border-radius:0;width:10px;height:6px;margin-top:-2px;transform:rotate(-45deg)}.Intake-module-scss-module__ZjVkTW__optionLabel{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Intake-module-scss-module__ZjVkTW__optionTitle{font-weight:500;line-height:1.4}.Intake-module-scss-module__ZjVkTW__optionHint{color:#64748b;font-size:13px;line-height:1.4}.Intake-module-scss-module__ZjVkTW__numberInputRow{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;max-width:280px;padding:4px 14px;transition:border-color .15s;display:flex}.Intake-module-scss-module__ZjVkTW__numberInputRow:focus-within{background:#f8fbff;border-color:#06c}.Intake-module-scss-module__ZjVkTW__numberInput{color:#0f172a;letter-spacing:-.01em;background:0 0;border:none;outline:none;flex:1;padding:14px 0;font-family:inherit;font-size:22px;font-weight:600}.Intake-module-scss-module__ZjVkTW__numberInput::placeholder{color:#cbd5e1;font-weight:500}.Intake-module-scss-module__ZjVkTW__numberUnit{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:14px;font-weight:600}.Intake-module-scss-module__ZjVkTW__actions{justify-content:space-between;align-items:center;gap:12px;margin-top:28px;display:flex}.Intake-module-scss-module__ZjVkTW__actionsLeft{gap:10px;display:flex}.Intake-module-scss-module__ZjVkTW__btnSecondary{color:#475569;cursor:pointer;background:0 0;border:1.5px solid #e2e8f0;border-radius:999px;padding:11px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:border-color .15s,color .15s}.Intake-module-scss-module__ZjVkTW__btnSecondary:hover:not(:disabled){color:#06c;border-color:#06c}.Intake-module-scss-module__ZjVkTW__btnSecondary:disabled{opacity:.4;cursor:not-allowed}.Intake-module-scss-module__ZjVkTW__btnPrimary{color:#fff;cursor:pointer;background:#06c;border:1.5px solid #06c;border-radius:999px;align-items:center;gap:6px;padding:11px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.Intake-module-scss-module__ZjVkTW__btnPrimary:hover:not(:disabled){background:#0052b3;border-color:#0052b3}.Intake-module-scss-module__ZjVkTW__btnPrimary:disabled{opacity:.4;cursor:not-allowed}.Intake-module-scss-module__ZjVkTW__skipLink{color:#94a3b8;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;font-family:inherit;font-size:13px;text-decoration:underline}.Intake-module-scss-module__ZjVkTW__skipLink:hover{color:#475569}.Intake-module-scss-module__ZjVkTW__disclaimer{color:#92400e;background:#fef9f0;border:1px solid #fde9c4;border-radius:12px;margin-top:20px;padding:14px 16px;font-size:13px;line-height:1.5}.Intake-module-scss-module__ZjVkTW__result{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:clamp(24px,4vw,40px);box-shadow:0 1px 2px #0f172a0a,0 12px 32px #0f172a0f}.Intake-module-scss-module__ZjVkTW__resultBadge{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.Intake-module-scss-module__ZjVkTW__resultBadgeLow{color:#047857;background:#ecfdf5}.Intake-module-scss-module__ZjVkTW__resultBadgeModerate{color:#06c;background:#eff6ff}.Intake-module-scss-module__ZjVkTW__resultBadgeElevated{color:#b45309;background:#fef3c7}.Intake-module-scss-module__ZjVkTW__resultBadgeHigh{color:#b91c1c;background:#fee2e2}.Intake-module-scss-module__ZjVkTW__resultHeadline{color:#0f172a;letter-spacing:-.025em;margin:14px 0 8px;font-size:clamp(24px,3vw,34px);font-weight:700;line-height:1.2}.Intake-module-scss-module__ZjVkTW__resultSummary{color:#334155;margin:0 0 24px;font-size:15px;line-height:1.6}.Intake-module-scss-module__ZjVkTW__metrics{background:#f8fafc;border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:28px;padding:18px;display:grid}.Intake-module-scss-module__ZjVkTW__metric{flex-direction:column;gap:2px;display:flex}.Intake-module-scss-module__ZjVkTW__metricLabel{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;font-size:11px;font-weight:700}.Intake-module-scss-module__ZjVkTW__metricValue{color:#0f172a;letter-spacing:-.01em;font-size:22px;font-weight:700;line-height:1.2}.Intake-module-scss-module__ZjVkTW__metricHelp{color:#64748b;font-size:12px}.Intake-module-scss-module__ZjVkTW__recBlock{border-top:1px solid #f1f5f9;margin-top:22px;padding-top:22px}.Intake-module-scss-module__ZjVkTW__recTitle{letter-spacing:.1em;text-transform:uppercase;color:#06c;margin:0 0 14px;font-size:12px;font-weight:700}.Intake-module-scss-module__ZjVkTW__recList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Intake-module-scss-module__ZjVkTW__recItem{color:#1e293b;align-items:flex-start;gap:10px;font-size:14px;line-height:1.55;display:flex}.Intake-module-scss-module__ZjVkTW__recBullet{background:#06c;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:7px}.Intake-module-scss-module__ZjVkTW__resultCta{background:linear-gradient(135deg,#f5faff 0%,#eaf3ff 100%);border:1px solid #cfe4ff;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-top:28px;padding:20px;display:flex}.Intake-module-scss-module__ZjVkTW__resultCtaText{flex:1;min-width:220px}.Intake-module-scss-module__ZjVkTW__resultCtaTitle{color:#0f172a;margin:0 0 4px;font-size:16px;font-weight:700}.Intake-module-scss-module__ZjVkTW__resultCtaSub{color:#475569;margin:0;font-size:13px;line-height:1.5}.Intake-module-scss-module__ZjVkTW__resultActions{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.Intake-module-scss-module__ZjVkTW__hubGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;display:grid}.Intake-module-scss-module__ZjVkTW__hubCard{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:14px;padding:26px;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;box-shadow:0 1px 2px #0f172a0a}.Intake-module-scss-module__ZjVkTW__hubCard:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 1px 2px #0f172a0a,0 14px 32px #0f172a14}.Intake-module-scss-module__ZjVkTW__hubCardEyebrow{letter-spacing:.12em;text-transform:uppercase;color:#06c;font-size:11px;font-weight:700}.Intake-module-scss-module__ZjVkTW__hubCardTitle{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:700;line-height:1.25}.Intake-module-scss-module__ZjVkTW__hubCardBlurb{color:#475569;flex:1;margin:0;font-size:14px;line-height:1.55}.Intake-module-scss-module__ZjVkTW__hubCardFooter{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:10px;padding-top:12px;display:flex}.Intake-module-scss-module__ZjVkTW__hubCardMeta{color:#94a3b8;font-size:12px}.Intake-module-scss-module__ZjVkTW__hubCardCta{color:#06c;align-items:center;gap:4px;font-size:13px;font-weight:600;display:inline-flex}
