{"product_id":"hospital-matching-report","title":"Hospital Matching Report","description":"\u003csection class=\"sm-guidance-page\"\u003e\n        \u003cstyle\u003e\n            .sm-guidance-page {\n                --sm-primary: #0f766e;\n                --sm-primary-dark: #115e59;\n                --sm-primary-soft: #ccfbf1;\n                --sm-navy: #0f172a;\n                --sm-muted: #64748b;\n                --sm-line: #e2e8f0;\n                --sm-bg: #f8fafc;\n                --sm-card: #ffffff;\n                --sm-warn-bg: #fff7ed;\n                --sm-warn-border: #fed7aa;\n                --sm-warn-text: #7c2d12;\n                color: var(--sm-navy);\n                font-family: inherit;\n                line-height: 1.65;\n            }\n\n            .sm-guidance-page * {\n                box-sizing: border-box;\n            }\n\n            .sm-guidance-wrap {\n                max-width: 1180px;\n                margin: 0 auto;\n                padding: 48px 20px;\n            }\n\n            .sm-guidance-hero {\n                display: grid;\n                grid-template-columns: 1.05fr 0.95fr;\n                gap: 36px;\n                align-items: center;\n                padding: 48px;\n                border-radius: 32px;\n                background:\n                    linear-gradient(135deg, rgba(15, 118, 110, 0.95), rgba(15, 23, 42, 0.94)),\n                    radial-gradient(circle at 80% 20%, rgba(204, 251, 241, 0.28), transparent 32%);\n                color: #fff;\n                overflow: hidden;\n                position: relative;\n            }\n\n            .sm-guidance-hero::after {\n                content: \"\";\n                position: absolute;\n                width: 260px;\n                height: 260px;\n                right: -80px;\n                top: -80px;\n                border-radius: 999px;\n                background: rgba(255, 255, 255, 0.08);\n            }\n\n            .sm-guidance-kicker {\n                display: inline-flex;\n                align-items: center;\n                gap: 8px;\n                padding: 7px 14px;\n                border: 1px solid rgba(204, 251, 241, 0.55);\n                background: rgba(204, 251, 241, 0.14);\n                border-radius: 999px;\n                color: #ccfbf1;\n                font-size: 13px;\n                font-weight: 800;\n                margin-bottom: 18px;\n            }\n\n            .sm-guidance-hero h1 {\n                font-size: clamp(34px, 4.8vw, 58px);\n                line-height: 1.05;\n                letter-spacing: -0.04em;\n                margin: 0 0 20px;\n                color: #fff;\n            }\n\n            .sm-guidance-hero p {\n                color: #dbeafe;\n                font-size: 18px;\n                margin: 0 0 28px;\n                max-width: 680px;\n            }\n\n            .sm-guidance-actions {\n                display: flex;\n                gap: 14px;\n                flex-wrap: wrap;\n                margin-top: 26px;\n            }\n\n            .sm-btn {\n                display: inline-flex;\n                align-items: center;\n                justify-content: center;\n                min-height: 48px;\n                padding: 0 22px;\n                border-radius: 999px;\n                font-weight: 800;\n                text-decoration: none;\n                border: 1px solid transparent;\n                transition: .18s ease;\n                cursor: pointer;\n            }\n\n            .sm-btn-primary {\n                background: #fff;\n                color: var(--sm-primary-dark);\n            }\n\n            .sm-btn-primary:hover {\n                transform: translateY(-1px);\n                box-shadow: 0 14px 28px rgba(0, 0, 0, .18);\n            }\n\n            .sm-btn-outline {\n                border-color: rgba(255, 255, 255, .38);\n                color: #fff;\n                background: rgba(255, 255, 255, .08);\n            }\n\n            .sm-guidance-price-card {\n                position: relative;\n                z-index: 1;\n                background: rgba(255, 255, 255, .96);\n                color: var(--sm-navy);\n                border-radius: 28px;\n                padding: 30px;\n                box-shadow: 0 24px 70px rgba(0, 0, 0, .18);\n            }\n\n            .sm-price-label {\n                color: var(--sm-muted);\n                font-weight: 800;\n                font-size: 13px;\n                text-transform: uppercase;\n                letter-spacing: .06em;\n            }\n\n            .sm-price {\n                font-size: 56px;\n                font-weight: 950;\n                letter-spacing: -0.06em;\n                margin: 4px 0 6px;\n            }\n\n            .sm-price-note {\n                color: var(--sm-muted);\n                margin-bottom: 20px;\n                font-size: 14px;\n            }\n\n            .sm-credit-box {\n                padding: 16px;\n                border-radius: 18px;\n                background: #ecfdf5;\n                color: #166534;\n                border: 1px solid #bbf7d0;\n                font-size: 14px;\n                font-weight: 700;\n            }\n\n            .sm-section {\n                margin-top: 56px;\n            }\n\n            .sm-section-head {\n                \/* max-width: 760px; *\/\n                margin-bottom: 28px;\n            }\n\n            .sm-section-head h2 {\n                font-size: clamp(28px, 3.2vw, 42px);\n                line-height: 1.12;\n                letter-spacing: -0.04em;\n                margin: 0 0 14px;\n            }\n\n            .sm-section-head p {\n                color: var(--sm-muted);\n                font-size: 17px;\n                margin: 0;\n            }\n\n            .sm-grid-3 {\n                display: grid;\n                grid-template-columns: repeat(3, 1fr);\n                gap: 18px;\n            }\n\n            .sm-grid-2 {\n                display: grid;\n                grid-template-columns: repeat(2, 1fr);\n                gap: 22px;\n            }\n\n            .sm-card {\n                background: var(--sm-card);\n                border: 1px solid var(--sm-line);\n                border-radius: 22px;\n                padding: 24px;\n                box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);\n            }\n\n            .sm-icon {\n                float: left;\n                margin-right: 15px;\n                width: 46px;\n                height: 46px;\n                border-radius: 16px;\n                background: var(--sm-primary-soft);\n                color: var(--sm-primary-dark);\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                font-weight: 950;\n                margin-bottom: 16px;\n                font-size: 20px;\n            }\n\n            .sm-card h3 {\n                font-size: 19px;\n                margin: 0 0 10px;\n                line-height: 1.25;\n            }\n\n            .sm-card p {\n                clear: left;\n                color: var(--sm-muted);\n                margin: 0;\n                font-size: 15px;\n            }\n\n            .sm-list {\n                display: grid;\n                gap: 14px;\n                margin: 0;\n                padding: 0;\n                list-style: none;\n            }\n\n            .sm-list li {\n                display: grid;\n                grid-template-columns: 28px 1fr;\n                gap: 12px;\n                align-items: start;\n                padding: 16px;\n                border: 1px solid var(--sm-line);\n                border-radius: 18px;\n                background: #fff;\n            }\n\n            .sm-check {\n                width: 28px;\n                height: 28px;\n                border-radius: 50%;\n                background: var(--sm-primary);\n                text-align: center;\n                line-height: 29px;\n                color: #fff !important;\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                font-size: 14px;\n                font-weight: 900;\n            }\n\n            .sm-list strong {\n                display: block;\n                margin-bottom: 3px;\n                color: var(--sm-navy);\n                font-size: 16px;\n            }\n\n            .sm-list span {\n                display: block;\n                color: var(--sm-muted);\n                font-size: 14px;\n            }\n\n            .sm-process {\n                display: grid;\n                gap: 14px;\n                counter-reset: process;\n            }\n\n            .sm-process-item {\n                display: grid;\n                grid-template-columns: 56px 1fr;\n                gap: 16px;\n                align-items: start;\n                background: #fff;\n                border: 1px solid var(--sm-line);\n                border-radius: 20px;\n                padding: 18px;\n            }\n\n            .sm-process-num {\n                width: 48px;\n                height: 48px;\n                border-radius: 16px;\n                background: var(--sm-primary);\n                color: #fff;\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                font-weight: 950;\n                font-size: 18px;\n            }\n\n            .sm-process-item h3 {\n                margin: 2px 0 5px;\n                font-size: 18px;\n            }\n\n            .sm-process-item p {\n                margin: 0;\n                color: var(--sm-muted);\n                font-size: 15px;\n            }\n\n            .sm-included-box {\n                background: var(--sm-bg);\n                border-radius: 28px;\n                padding: 34px;\n                border: 1px solid var(--sm-line);\n            }\n\n            .sm-warning {\n                background: var(--sm-warn-bg);\n                color: var(--sm-warn-text);\n                border: 1px solid var(--sm-warn-border);\n                border-radius: 22px;\n                padding: 22px;\n            }\n\n            .sm-warning strong {\n                display: block;\n                margin-bottom: 8px;\n                color: #9a3412;\n            }\n\n            .sm-compare {\n                width: 100%;\n                border-collapse: collapse;\n                background: #fff;\n                overflow: hidden;\n                border-radius: 20px;\n                box-shadow: 0 12px 34px rgba(15, 23, 42, .05);\n            }\n\n            .sm-compare th,\n            .sm-compare td {\n                padding: 16px;\n                border-bottom: 1px solid var(--sm-line);\n                text-align: left;\n                vertical-align: top;\n            }\n\n            .sm-compare th {\n                background: var(--sm-navy);\n                color: #fff;\n                font-weight: 800;\n            }\n\n            .sm-compare tr:last-child td {\n                border-bottom: 0;\n            }\n\n            .sm-compare td:first-child {\n                font-weight: 800;\n                color: var(--sm-navy);\n                width: 34%;\n            }\n\n            .sm-faq details {\n                background: #fff;\n                border: 1px solid var(--sm-line);\n                border-radius: 18px;\n                padding: 18px 20px;\n                margin-bottom: 12px;\n            }\n\n            .sm-faq summary {\n                cursor: pointer;\n                font-weight: 900;\n                color: var(--sm-navy);\n            }\n\n            .sm-faq p {\n                color: var(--sm-muted);\n                margin: 12px 0 0;\n            }\n\n            .sm-final-cta {\n                margin-top: 56px;\n                padding: 38px;\n                border-radius: 28px;\n                background: linear-gradient(135deg, var(--sm-primary), var(--sm-navy));\n                color: #fff;\n                display: grid;\n                grid-template-columns: 1fr auto;\n                gap: 24px;\n                align-items: center;\n            }\n\n            .sm-final-cta h2 {\n                color: #fff;\n                margin: 0 0 8px;\n                font-size: clamp(26px, 3vw, 40px);\n                letter-spacing: -0.04em;\n            }\n\n            .sm-final-cta p {\n                margin: 0;\n                color: #dbeafe;\n            }\n\n\n            .sm-title-divider {\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                gap: 20px;\n                margin: 0 0 34px;\n                color: var(--sm-navy);\n                font-size: 18px;\n                font-weight: 900;\n                line-height: 1.2;\n                letter-spacing: .02em;\n                text-align: center;\n                text-transform: uppercase;\n            }\n\n            .sm-title-divider::before,\n            .sm-title-divider::after {\n                content: \"\";\n                flex: 1;\n                height: 2px;\n                background: var(--sm-navy);\n                opacity: .95;\n            }\n\n            .sm-title-divider span {\n                flex: 0 0 auto;\n                white-space: nowrap;\n            }\n\n            @media (max-width: 920px) {\n\n                .sm-guidance-hero,\n                .sm-grid-2,\n                .sm-final-cta {\n                    grid-template-columns: 1fr;\n                }\n\n                .sm-grid-3 {\n                    grid-template-columns: 1fr;\n                }\n\n                .sm-guidance-hero {\n                    padding: 34px 24px;\n                }\n\n                .sm-final-cta {\n                    padding: 30px 24px;\n                }\n            }\n\n            @media (max-width: 640px) {\n                .sm-guidance-wrap {\n                    padding: 32px 16px;\n                }\n\n                .sm-price {\n                    font-size: 44px;\n                }\n\n                .sm-compare {\n                    display: block;\n                    overflow-x: auto;\n                    white-space: nowrap;\n                }\n            }\n        \u003c\/style\u003e\n\n        \u003cdiv class=\"sm-guidance-wrap\"\u003e\n            \u003cdiv class=\"sm-title-divider\"\u003e\u003cspan\u003eDescription\u003c\/span\u003e\u003c\/div\u003e\n            \u003cdiv class=\"sm-guidance-hero\"\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"sm-guidance-kicker\"\u003eGUIDANCE · Hospital Matching Report\u003c\/div\u003e\n                    \u003ch1\u003eKnow if China is the right medical path before you make a bigger decision.\u003c\/h1\u003e\n                    \u003cp\u003e\n                        The $39 Guidance Report gives you a structured first orientation: whether your case may be\n                        suitable for China,\n                        which named hospital and department direction to consider, what the cost may look like, and what\n                        to do next.\n                    \u003c\/p\u003e\n\n                    \u003cdiv class=\"sm-guidance-actions\"\u003e\n                        \u003ca class=\"sm-btn sm-btn-primary\" href=\"#included-guidance\"\u003eView what is included\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"sm-guidance-price-card\"\u003e\n                    \u003cdiv class=\"sm-price-label\"\u003eOne-time guidance report\u003c\/div\u003e\n                    \u003cdiv class=\"sm-price\"\u003e$39\u003c\/div\u003e\n                    \u003cdiv class=\"sm-price-note\"\u003e\n                        Best for patients and families deciding whether China is worth considering before paying for\n                        deeper coordination.\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"sm-credit-box\"\u003e\n                        The $39 Guidance fee is credited in full toward any upgraded package you purchase afterward.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003csection class=\"sm-section\"\u003e\n                \u003cdiv class=\"sm-section-head\"\u003e\n                    \u003ch2\u003eWho this report is for\u003c\/h2\u003e\n                    \u003cp\u003e\n                        This is not a full medical consultation. It is a first-step navigation report for patients who\n                        need clarity before moving forward.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"sm-grid-3\"\u003e\n                    \u003cdiv class=\"sm-card\"\u003e\n                        \u003cdiv class=\"sm-icon\"\u003e1\u003c\/div\u003e\n                        \u003ch3\u003eYou are unsure if China is suitable\u003c\/h3\u003e\n                        \u003cp\u003e\n                            You may have a diagnosis already, but you are not sure whether Chinese hospitals are a\n                            realistic option for your case.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"sm-card\"\u003e\n                        \u003cdiv class=\"sm-icon\"\u003e2\u003c\/div\u003e\n                        \u003ch3\u003eYou need a hospital direction\u003c\/h3\u003e\n                        \u003cp\u003e\n                            You want to know which named hospital and department direction may fit your condition,\n                            instead of choosing blindly.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"sm-card\"\u003e\n                        \u003cdiv class=\"sm-icon\"\u003e3\u003c\/div\u003e\n                        \u003ch3\u003eYou need a next-step plan\u003c\/h3\u003e\n                        \u003cp\u003e\n                            You want to understand the possible pathway, estimated cost range, travel considerations and\n                            whether to upgrade to deeper support.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003csection class=\"sm-section\" id=\"included-guidance\"\u003e\n                \u003cdiv class=\"sm-section-head\"\u003e\n                    \u003ch2\u003eWhat is included in the $39 Guidance Report\u003c\/h2\u003e\n                    \u003cp\u003e\n                        The report is designed to give you a clear direction without pretending to replace a licensed\n                        doctor or hospital evaluation.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"sm-included-box\"\u003e\n                    \u003cul class=\"sm-list\"\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n                            \u003cdiv\u003e\n                                \u003cstrong\u003eEligibility \u0026amp; feasibility screening\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    We review the basic case information you provide and assess whether China may be a\n                                    reasonable medical route to explore.\n                                    If China does not look suitable, we will say so clearly.\n                                \u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n                            \u003cdiv\u003e\n                                \u003cstrong\u003eNamed hospital \u0026amp; department recommendation\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    You receive a named hospital and department direction based on your condition, not\n                                    just a generic hospital list.\n                                    The focus is on helping you understand where your case may belong.\n                                \u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n                            \u003cdiv\u003e\n                                \u003cstrong\u003eIndicative cost estimate based on primary Chinese-source pricing\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    We provide an indicative self-pay cost reference using primary Chinese-source\n                                    pricing where available.\n                                    Final hospital pricing must be confirmed case by case and may differ.\n                                \u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n                            \u003cdiv\u003e\n                                \u003cstrong\u003eTreatment-pathway explanation\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    You receive a plain-language explanation of the likely treatment route: which\n                                    department may be involved,\n                                    what documents matter, and what needs to happen before deeper coordination.\n                                \u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n                            \u003cdiv\u003e\n                                \u003cstrong\u003eVisa \u0026amp; travel overview for your country\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    We provide a general travel and entry overview based on your country, so you can\n                                    understand whether a China visit may be practical.\n                                    Final visa and entry rules should always be confirmed with official authorities.\n                                \u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n                            \u003cdiv\u003e\n                                \u003cstrong\u003eBilingual FAQ \u0026amp; clear next-step plan\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    Your report includes a bilingual FAQ and a clear next-step plan, so you know whether\n                                    to collect more documents,\n                                    upgrade to Online Standard, or prepare for an in-person visit.\n                                \u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003csection class=\"sm-section\"\u003e\n                \u003cdiv class=\"sm-section-head\"\u003e\n                    \u003ch2\u003eHow the report works\u003c\/h2\u003e\n                    \u003cp\u003e\n                        The process is simple and structured. You submit the case, we review the available information,\n                        then we deliver a written guidance report.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"sm-process\"\u003e\n                    \u003cdiv class=\"sm-process-item\"\u003e\n                        \u003cdiv class=\"sm-process-num\"\u003e1\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003ch3\u003eSubmit basic case information\u003c\/h3\u003e\n                            \u003cp\u003e\n                                Share the diagnosis, current condition, treatment history, country, preferred language\n                                and your main goal.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"sm-process-item\"\u003e\n                        \u003cdiv class=\"sm-process-num\"\u003e2\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003ch3\u003eProvide available medical documents\u003c\/h3\u003e\n                            \u003cp\u003e\n                                Diagnosis summary, CT\/MRI\/PET-CT reports, pathology report, discharge summary, blood\n                                tests or medication list can help us review the case more accurately.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"sm-process-item\"\u003e\n                        \u003cdiv class=\"sm-process-num\"\u003e3\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003ch3\u003eWe prepare your Guidance Report\u003c\/h3\u003e\n                            \u003cp\u003e\n                                The report explains feasibility, hospital and department direction, indicative cost,\n                                treatment route, travel overview and next steps.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"sm-process-item\"\u003e\n                        \u003cdiv class=\"sm-process-num\"\u003e4\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003ch3\u003eChoose your next step\u003c\/h3\u003e\n                            \u003cp\u003e\n                                You can stop at the report, collect more documents, upgrade to Online Standard, or\n                                request full Patient Visit coordination in China.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003csection class=\"sm-section\"\u003e\n                \u003cdiv class=\"sm-grid-2\"\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"sm-section-head\"\u003e\n                            \u003ch2\u003eWhat this report is not\u003c\/h2\u003e\n                            \u003cp\u003e\n                                Clear boundaries protect both patients and our team. Guidance is navigation, not a\n                                diagnosis.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"sm-warning\"\u003e\n                            \u003cstrong\u003eImportant medical limitation\u003c\/strong\u003e\n                            The $39 Guidance Report is informational navigation. It is not a medical diagnosis, not a\n                            prescription,\n                            not a treatment guarantee, and not a replacement for a licensed doctor’s opinion. Anything\n                            requiring physical examination\n                            must be assessed in person by a qualified medical institution.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"sm-section-head\"\u003e\n                            \u003ch2\u003eNot included in the $39 report\u003c\/h2\u003e\n                        \u003c\/div\u003e\n\n                        \u003cul class=\"sm-list\"\u003e\n                            \u003cli\u003e\n                                \u003cspan class=\"sm-check\"\u003e—\u003c\/span\u003e\n                                \u003cdiv\u003e\n                                    \u003cstrong\u003eNo specialist written opinion\u003c\/strong\u003e\n                                    \u003cspan\u003eSpecialist written opinion belongs to the Online Standard package.\u003c\/span\u003e\n                                \u003c\/div\u003e\n                            \u003c\/li\u003e\n                            \u003cli\u003e\n                                \u003cspan class=\"sm-check\"\u003e—\u003c\/span\u003e\n                                \u003cdiv\u003e\n                                    \u003cstrong\u003eNo appointment booking\u003c\/strong\u003e\n                                    \u003cspan\u003eAppointment booking and deeper coordination are handled in upgraded\n                                        packages.\u003c\/span\u003e\n                                \u003c\/div\u003e\n                            \u003c\/li\u003e\n                            \u003cli\u003e\n                                \u003cspan class=\"sm-check\"\u003e—\u003c\/span\u003e\n                                \u003cdiv\u003e\n                                    \u003cstrong\u003eNo hospital or treatment fees included\u003c\/strong\u003e\n                                    \u003cspan\u003eHospital fees, treatment costs, flights and accommodation are not\n                                        included.\u003c\/span\u003e\n                                \u003c\/div\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003csection class=\"sm-section\"\u003e\n                \u003cdiv class=\"sm-section-head\"\u003e\n                    \u003ch2\u003eGuidance vs upgraded packages\u003c\/h2\u003e\n                    \u003cp\u003e\n                        Start small with the Guidance Report. Upgrade only when you need real specialist opinion,\n                        appointment bookings or full on-ground coordination in China.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003ctable class=\"sm-compare\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003ePackage\u003c\/th\u003e\n                            \u003cth\u003eBest for\u003c\/th\u003e\n                            \u003cth\u003eWhat changes after upgrade\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eHospital Matching Report\u003c\/td\u003e\n                            \u003ctd\u003eDeciding if China is right for you\u003c\/td\u003e\n                            \u003ctd\u003eFeasibility screening, named hospital and department direction, indicative cost, pathway\n                                explanation and next-step plan.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eOnline Standard Package\u003c\/td\u003e\n                            \u003ctd\u003eA real specialist opinion and appointments from home\u003c\/td\u003e\n                            \u003ctd\u003eAdds medical record collection, bilingual dossier, document translation, written\n                                specialist opinion and appointment bookings.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003ePatient Visit Package\u003c\/td\u003e\n                            \u003ctd\u003eFull coordination on the ground in China\u003c\/td\u003e\n                            \u003ctd\u003eAdds airport transfer, in-hospital interpreter, hospital navigation, accommodation\n                                support, SIM\/WeChat\/Alipay setup and follow-up support.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/section\u003e\n\n            \u003csection class=\"sm-section sm-faq\"\u003e\n                \u003cdiv class=\"sm-section-head\"\u003e\n                    \u003ch2\u003eFAQ\u003c\/h2\u003e\n                    \u003cp\u003e\n                        These are the questions patients usually ask before starting with the $39 Guidance Report.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdetails\u003e\n                    \u003csummary\u003eWill the report tell me the exact treatment price?\u003c\/summary\u003e\n                    \u003cp\u003e\n                        No. The report provides an indicative cost estimate based on available Chinese-source self-pay\n                        pricing references where possible.\n                        Final hospital pricing must be confirmed by the hospital and may differ depending on tests,\n                        diagnosis, department route and treatment plan.\n                    \u003c\/p\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails\u003e\n                    \u003csummary\u003eWill I receive a real doctor’s diagnosis?\u003c\/summary\u003e\n                    \u003cp\u003e\n                        No. Guidance is not a diagnosis. It helps you understand feasibility, hospital direction and\n                        next steps.\n                        A written specialist opinion is included in upgraded Online Standard packages.\n                    \u003c\/p\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails\u003e\n                    \u003csummary\u003eCan the $39 fee be used toward another package?\u003c\/summary\u003e\n                    \u003cp\u003e\n                        Yes. The $39 Guidance fee is credited in full toward any upgraded package you purchase\n                        afterward.\n                    \u003c\/p\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails\u003e\n                    \u003csummary\u003eWhat documents should I prepare?\u003c\/summary\u003e\n                    \u003cp\u003e\n                        Helpful documents include diagnosis summary, CT\/MRI\/PET-CT reports, pathology report, blood\n                        tests, discharge summary,\n                        previous treatment records and current medication list. If documents are missing, the report\n                        will explain what is still needed.\n                    \u003c\/p\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails\u003e\n                    \u003csummary\u003eCan you tell me if China is not suitable for my case?\u003c\/summary\u003e\n                    \u003cp\u003e\n                        Yes. Honest guidance is part of the service. If China does not appear to be the right route\n                        based on the information provided,\n                        the report will say so and explain why.\n                    \u003c\/p\u003e\n                \u003c\/details\u003e\n            \u003c\/section\u003e\n\n            \u003c!-- \u003csection class=\"sm-final-cta\" id=\"start-guidance\"\u003e\n                \u003cdiv\u003e\n                    \u003ch2\u003eStart with $39 Guidance\u003c\/h2\u003e\n                    \u003cp\u003e\n                        Get a structured first orientation before paying for deeper coordination, specialist opinion or\n                        a China visit package.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003ca class=\"sm-btn sm-btn-primary\"\n                    href=\"\/cart\/add?id={{ product.selected_or_first_available_variant.id }}\u0026quantity=1\"\u003e\n                    Add Guidance Report\n                \u003c\/a\u003e\n            \u003c\/section\u003e --\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e","brand":"Synmedi","offers":[{"title":"Default Title","offer_id":54153788915925,"sku":"Synmedi-1000-01","price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0816\/3003\/6181\/files\/report.png?v=1783579737","url":"https:\/\/synmedi.com\/products\/hospital-matching-report","provider":"Synmedi","version":"1.0","type":"link"}