{"product_id":"online-package","title":"Online Standard Package","description":"\u003csection class=\"sm-online-package\"\u003e\n        \u003cstyle\u003e\n            .sm-online-package {\n                --sm-primary: #0f766e;\n                --sm-primary-dark: #115e59;\n                --sm-primary-soft: #ccfbf1;\n                --sm-blue: #2563eb;\n                --sm-blue-soft: #dbeafe;\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-online-package * {\n                box-sizing: border-box;\n            }\n\n            .sm-online-wrap {\n                max-width: 1180px;\n                margin: 0 auto;\n                padding: 48px 20px;\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            .sm-online-hero {\n                display: grid;\n                grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);\n                grid-template-areas:\n                    \"kicker kicker\"\n                    \"title title\"\n                    \"copy card\"\n                    \"points card\";\n                gap: 18px 42px;\n                align-items: start;\n                padding: 48px;\n                border-radius: 32px;\n                background:\n                    radial-gradient(circle at 84% 20%, rgba(204, 251, 241, 0.25), transparent 34%),\n                    linear-gradient(135deg, rgba(15, 118, 110, 0.97), rgba(15, 23, 42, 0.95));\n                color: #fff;\n                overflow: hidden;\n                position: relative;\n            }\n\n            .sm-online-hero \u003e div:first-child {\n                display: contents;\n            }\n\n            .sm-online-hero::after {\n                content: \"\";\n                position: absolute;\n                width: 280px;\n                height: 280px;\n                right: -90px;\n                top: -100px;\n                border-radius: 999px;\n                background: rgba(255, 255, 255, .08);\n            }\n\n            .sm-kicker {\n                grid-area: kicker;\n                justify-self: start;\n                display: inline-flex;\n                align-items: center;\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: 900;\n                margin-bottom: 6px;\n            }\n\n            .sm-online-hero h1 {\n                grid-area: title;\n                max-width: 1050px;\n                font-size: clamp(38px, 4.2vw, 56px);\n                line-height: 1.08;\n                letter-spacing: -0.045em;\n                margin: 0 0 12px;\n                color: #fff;\n            }\n\n            .sm-online-hero p {\n                grid-area: copy;\n                color: #dbeafe;\n                font-size: 18px;\n                margin: 0;\n                max-width: 620px;\n            }\n\n            .sm-hero-points {\n                grid-area: points;\n                display: grid;\n                gap: 10px;\n                margin-top: 6px;\n                max-width: 620px;\n            }\n\n            .sm-hero-point {\n                display: grid;\n                grid-template-columns: 26px 1fr;\n                gap: 10px;\n                align-items: start;\n                color: #ecfeff;\n                font-size: 15px;\n            }\n\n            .sm-hero-point b {\n                width: 26px;\n                height: 26px;\n                border-radius: 50%;\n                display: inline-flex;\n                align-items: center;\n                justify-content: center;\n                background: rgba(204, 251, 241, 0.18);\n                color: #ccfbf1;\n                font-size: 13px;\n            }\n\n            .sm-package-card {\n                grid-area: 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                align-self: start;\n                margin-top: 0;\n            }\n\n            .sm-price-label {\n                color: var(--sm-muted);\n                font-weight: 900;\n                font-size: 13px;\n                text-transform: uppercase;\n                letter-spacing: .06em;\n            }\n\n            .sm-price {\n                font-size: 54px;\n                font-weight: 950;\n                letter-spacing: -0.06em;\n                margin: 4px 0 6px;\n                color: var(--sm-navy);\n            }\n\n            .sm-price-note {\n                color: var(--sm-muted);\n                font-size: 14px;\n                margin-bottom: 18px;\n            }\n\n            .sm-card-note {\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                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                color: var(--sm-navy);\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, .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                color: var(--sm-navy);\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                min-width: 28px;\n                border-radius: 50%;\n                background: var(--sm-primary);\n                color: #fff !important;\n                display: block;\n                font-size: 16px;\n                font-weight: 900;\n                line-height: 28px;\n                text-align: center;\n                padding: 0;\n                margin-top: 0;\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-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-process {\n                display: grid;\n                gap: 14px;\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                color: var(--sm-navy);\n            }\n\n            .sm-process-item p {\n                margin: 0;\n                color: var(--sm-muted);\n                font-size: 15px;\n            }\n\n            .sm-tier-grid {\n                display: grid;\n                grid-template-columns: repeat(3, 1fr);\n                gap: 18px;\n            }\n\n            .sm-tier-card {\n                background: #fff;\n                border: 1px solid var(--sm-line);\n                border-radius: 24px;\n                padding: 24px;\n                position: relative;\n                box-shadow: 0 12px 34px rgba(15, 23, 42, .05);\n            }\n\n            .sm-tier-card.featured {\n                border: 2px solid var(--sm-primary);\n                box-shadow: 0 18px 48px rgba(15, 118, 110, .15);\n            }\n\n            .sm-tier-tag {\n                display: inline-flex;\n                padding: 5px 10px;\n                border-radius: 999px;\n                background: var(--sm-primary-soft);\n                color: var(--sm-primary-dark);\n                font-size: 12px;\n                font-weight: 900;\n                margin-bottom: 14px;\n                text-transform: uppercase;\n                letter-spacing: .04em;\n            }\n\n            .sm-tier-card h3 {\n                margin: 0 0 10px;\n                font-size: 24px;\n                line-height: 1.1;\n                color: var(--sm-navy);\n            }\n\n            .sm-tier-card p {\n                color: var(--sm-muted);\n                margin: 0 0 16px;\n                font-size: 15px;\n            }\n\n            .sm-tier-list {\n                list-style: none;\n                padding: 0;\n                margin: 0;\n                display: grid;\n                gap: 10px;\n            }\n\n            .sm-tier-list li {\n                display: grid;\n                grid-template-columns: 22px 1fr;\n                gap: 9px;\n                color: #334155;\n                font-size: 14px;\n            }\n\n            .sm-tier-list li::before {\n                content: \"✓\";\n                width: 22px;\n                height: 22px;\n                border-radius: 50%;\n                background: #ecfdf5;\n                color: var(--sm-primary);\n                display: inline-flex;\n                align-items: center;\n                justify-content: center;\n                font-weight: 900;\n                font-size: 12px;\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: 26%;\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-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            @media (max-width: 920px) {\n\n                .sm-online-hero {\n                    grid-template-columns: 1fr;\n                    grid-template-areas:\n                        \"kicker\"\n                        \"title\"\n                        \"copy\"\n                        \"points\"\n                        \"card\";\n                    gap: 16px;\n                    padding: 34px 24px;\n                }\n\n                .sm-grid-2 {\n                    grid-template-columns: 1fr;\n                }\n\n                .sm-grid-3,\n                .sm-tier-grid {\n                    grid-template-columns: 1fr;\n                }\n\n                .sm-online-hero h1 {\n                    max-width: 100%;\n                    font-size: clamp(34px, 9vw, 46px);\n                }\n\n                .sm-package-card {\n                    margin-top: 8px;\n                }\n            }\n\n            @media (max-width: 640px) {\n                .sm-online-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                .sm-title-divider {\n                    gap: 12px;\n                    font-size: 16px;\n                }\n            }\n        \u003c\/style\u003e\n\n        \u003cdiv class=\"sm-online-wrap\"\u003e\n            \u003cdiv class=\"sm-title-divider\"\u003e\u003cspan\u003eDescription\u003c\/span\u003e\u003c\/div\u003e\n\n            \u003cdiv class=\"sm-online-hero\"\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"sm-kicker\"\u003eONLINE STANDARD · Second Opinion Coordination\u003c\/div\u003e\n                    \u003ch1\u003eGet a written opinion from a named Chinese Grade-3A specialist before you travel.\u003c\/h1\u003e\n                    \u003cp\u003e\n                        The Online Standard Package is designed for international patients who already have medical\n                        records\n                        and want a structured second opinion, specialist matching, document preparation and appointment\n                        options\n                        before deciding whether to continue treatment in China.\n                    \u003c\/p\u003e\n\n                    \u003cdiv class=\"sm-hero-points\"\u003e\n                        \u003cdiv class=\"sm-hero-point\"\u003e\n\u003cb\u003e✓\u003c\/b\u003e\u003cspan\u003eMedical records organized into a bilingual dossier for\n                                Chinese hospital review.\u003c\/span\u003e\n\u003c\/div\u003e\n                        \u003cdiv class=\"sm-hero-point\"\u003e\n\u003cb\u003e✓\u003c\/b\u003e\u003cspan\u003eSpecialist matching based on your disease area,\n                                condition and treatment goal.\u003c\/span\u003e\n\u003c\/div\u003e\n                        \u003cdiv class=\"sm-hero-point\"\u003e\n\u003cb\u003e✓\u003c\/b\u003e\u003cspan\u003eNamed Grade-3A specialist written opinion or second\n                                opinion coordination.\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"sm-package-card\"\u003e\n                    \u003cdiv class=\"sm-price-label\"\u003eOnline consultation coordination\u003c\/div\u003e\n                    \u003cdiv class=\"sm-price\"\u003eFrom $299\u003c\/div\u003e\n                    \u003cdiv class=\"sm-price-note\"\u003e\n                        Best for patients who need more than a hospital direction, but are not ready to travel to China\n                        yet.\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"sm-card-note\"\u003e\n                        Includes 3 appointment booking opportunities, valid for 6 months and transferable within the\n                        same service scope.\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 package is for\u003c\/h2\u003e\n                    \u003cp\u003e\n                        This package is for patients and families who need a serious online medical pathway, not just a\n                        list of hospitals.\n                        It helps turn scattered medical files into a format that Chinese specialists can review more\n                        efficiently.\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 need a real specialist direction\u003c\/h3\u003e\n                        \u003cp\u003e\n                            You want your condition matched to an appropriate Chinese Grade-3A hospital specialist,\n                            instead of guessing by hospital reputation alone.\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\u003eYour records need preparation\u003c\/h3\u003e\n                        \u003cp\u003e\n                            Your reports may be in Russian, English or another language. We organize and translate the\n                            key materials into a clearer bilingual dossier.\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 written next step\u003c\/h3\u003e\n                        \u003cp\u003e\n                            You want a preliminary written consultation, a comprehensive evaluation report and follow-up\n                            question support before deciding what to do next.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003csection class=\"sm-section\" id=\"online-included\"\u003e\n                \u003cdiv class=\"sm-section-head\"\u003e\n                    \u003ch2\u003eWhat is included in the Online Standard Package\u003c\/h2\u003e\n                    \u003cp\u003e\n                        The package focuses on remote case preparation, specialist matching, written medical opinion\n                        coordination and appointment readiness.\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\u003eMedical record collection \u0026amp; bilingual dossier\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    We help collect and organize your diagnosis summary, imaging reports, pathology\n                                    results, lab tests,\n                                    treatment history, medication list and main questions into a structured bilingual\n                                    case dossier.\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\u003eDocument translation\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    Key medical records are prepared for Chinese review. Patient records can be\n                                    translated toward Chinese,\n                                    while the specialist opinion can be delivered in Russian or English depending on\n                                    your selected language.\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 Grade-3A specialist written opinion \/ second opinion\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    We coordinate a preliminary written opinion from a named specialist direction in a\n                                    Chinese Grade-3A hospital system,\n                                    where available and appropriate for your condition.\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\u003eSpecialist matching to your condition\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    We do not only match by department name. We consider your diagnosis, disease stage,\n                                    previous treatment,\n                                    urgency, required technology and the likely specialist route.\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\u003ePreliminary written consultation based on your inquiry\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    Your main questions are organized and submitted in a medically readable way, so the\n                                    specialist can respond\n                                    to the patient’s actual concerns rather than reviewing files blindly.\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\u003eComprehensive evaluation report\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    You receive a written report summarizing the case background, matched specialist\n                                    direction,\n                                    opinion summary, likely next steps, appointment path and document gaps if more\n                                    materials are needed.\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\u003e3 appointment bookings — valid 6 months, transferable\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    The package includes up to 3 appointment booking opportunities within 6 months.\n                                    They can be used flexibly within the agreed service scope if your hospital or\n                                    specialist route changes.\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\u003eFollow-up question(s) after the opinion\u003c\/strong\u003e\n                                \u003cspan\u003e\n                                    After the written opinion is delivered, we help submit reasonable follow-up\n                                    question(s) to clarify the next step,\n                                    document requirements or whether an in-person visit is necessary.\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 online second opinion process works\u003c\/h2\u003e\n                    \u003cp\u003e\n                        The process is built to reduce confusion before patients spend larger amounts on travel,\n                        hospital visits or full coordination.\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\u003eCase intake and document checklist\u003c\/h3\u003e\n                            \u003cp\u003e\n                                You submit your diagnosis, medical history, current condition, country, preferred\n                                language and main questions.\n                                We tell you which records are useful and what may still be missing.\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\u003eMedical record organization and translation\u003c\/h3\u003e\n                            \u003cp\u003e\n                                We organize the available files into a clearer case dossier and translate key materials\n                                for Chinese specialist review.\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\u003eSpecialist matching and inquiry preparation\u003c\/h3\u003e\n                            \u003cp\u003e\n                                We match your case to a suitable specialist direction and prepare a preliminary written\n                                consultation inquiry around your actual concerns.\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\u003eWritten opinion and evaluation report\u003c\/h3\u003e\n                            \u003cp\u003e\n                                You receive the specialist opinion coordination result and our comprehensive evaluation\n                                report in a patient-readable format.\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\"\u003e5\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003ch3\u003eFollow-up and appointment options\u003c\/h3\u003e\n                            \u003cp\u003e\n                                We help clarify reasonable follow-up question(s) and coordinate up to 3 appointment\n                                booking opportunities within the package validity period.\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-section-head\"\u003e\n                    \u003ch2\u003eChoose the right service tier\u003c\/h2\u003e\n                    \u003cp\u003e\n                        Each package can be structured into Standard, Premium and VIP tiers depending on urgency,\n                        specialist availability and the level of coordination needed.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"sm-tier-grid\"\u003e\n                    \u003cdiv class=\"sm-tier-card\"\u003e\n                        \u003cdiv class=\"sm-tier-tag\"\u003eStandard\u003c\/div\u003e\n                        \u003ch3\u003eWritten Opinion\u003c\/h3\u003e\n                        \u003cp\u003e\n                            For patients who need a structured written second opinion and clear next-step report without\n                            live video consultation.\n                        \u003c\/p\u003e\n                        \u003cul class=\"sm-tier-list\"\u003e\n                            \u003cli\u003eWritten specialist opinion coordination\u003c\/li\u003e\n                            \u003cli\u003e2–5 days typical turnaround after complete records\u003c\/li\u003e\n                            \u003cli\u003eMedical record organization\u003c\/li\u003e\n                            \u003cli\u003eBilingual dossier preparation\u003c\/li\u003e\n                            \u003cli\u003eComprehensive evaluation report\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"sm-tier-card featured\"\u003e\n                        \u003cdiv class=\"sm-tier-tag\"\u003ePremium\u003c\/div\u003e\n                        \u003ch3\u003ePriority + Video\u003c\/h3\u003e\n                        \u003cp\u003e\n                            For patients who need faster handling and a scheduled video consultation pathway when\n                            specialist availability allows.\n                        \u003c\/p\u003e\n                        \u003cul class=\"sm-tier-list\"\u003e\n                            \u003cli\u003eEverything in Standard\u003c\/li\u003e\n                            \u003cli\u003eScheduled video consult coordination\u003c\/li\u003e\n                            \u003cli\u003ePriority 48-hour handling after complete records\u003c\/li\u003e\n                            \u003cli\u003eMore direct question preparation\u003c\/li\u003e\n                            \u003cli\u003eFollow-up clarification support\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"sm-tier-card\"\u003e\n                        \u003cdiv class=\"sm-tier-tag\"\u003eVIP\u003c\/div\u003e\n                        \u003ch3\u003eMDT + Same-day\u003c\/h3\u003e\n                        \u003cp\u003e\n                            For complex or urgent cases that may require multidisciplinary review, faster coordination\n                            and certified translation support.\n                        \u003c\/p\u003e\n                        \u003cul class=\"sm-tier-list\"\u003e\n                            \u003cli\u003eEverything in Premium\u003c\/li\u003e\n                            \u003cli\u003eMultidisciplinary MDT panel coordination where available\u003c\/li\u003e\n                            \u003cli\u003eSame-day priority handling where feasible\u003c\/li\u003e\n                            \u003cli\u003eCertified translation support\u003c\/li\u003e\n                            \u003cli\u003eHigher-touch coordination for complex cases\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-grid-2\"\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"sm-section-head\"\u003e\n                            \u003ch2\u003eWhat you receive\u003c\/h2\u003e\n                            \u003cp\u003e\n                                The final output should help the patient and family understand what the Chinese\n                                specialist route looks like before paying for a China visit.\n                            \u003c\/p\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\u003eBilingual case dossier\u003c\/strong\u003e\n                                    \u003cspan\u003eA structured version of your key medical information for Chinese-side\n                                        review.\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\u003eSpecialist written opinion \/ second opinion result\u003c\/strong\u003e\n                                    \u003cspan\u003eA written opinion or preliminary specialist consultation result based on\n                                        available records.\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\u003eComprehensive evaluation report\u003c\/strong\u003e\n                                    \u003cspan\u003eA patient-readable report explaining the specialist direction, opinion\n                                        summary, next steps and appointment options.\u003c\/span\u003e\n                                \u003c\/div\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"sm-section-head\"\u003e\n                            \u003ch2\u003eWhat this package is not\u003c\/h2\u003e\n                            \u003cp\u003e\n                                Online coordination has clear boundaries. It helps prepare and coordinate specialist\n                                review, but it does not replace hospital 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                            This package provides online medical coordination, document preparation and specialist\n                            opinion coordination based on available records.\n                            It is not emergency care, not a guaranteed diagnosis, not a treatment guarantee, and not a\n                            replacement for in-person examination.\n                            Final medical decisions must be made by licensed doctors and hospitals.\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-section-head\"\u003e\n                    \u003ch2\u003eOnline Standard vs other packages\u003c\/h2\u003e\n                    \u003cp\u003e\n                        The $39 report helps decide if China is worth considering. Online Standard goes deeper by\n                        preparing records and coordinating written specialist input.\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\u003eMain value\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\u003eEarly-stage decision making\u003c\/td\u003e\n                            \u003ctd\u003eFeasibility screening, named hospital and department direction, indicative cost and\n                                next-step plan.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eOnline Standard Package\u003c\/td\u003e\n                            \u003ctd\u003ePatients needing real specialist input before travel\u003c\/td\u003e\n                            \u003ctd\u003eRecord collection, bilingual dossier, translation, specialist matching, written opinion,\n                                evaluation report and appointment options.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003ePatient Visit Package\u003c\/td\u003e\n                            \u003ctd\u003ePatients coming to China for in-person hospital care\u003c\/td\u003e\n                            \u003ctd\u003eOn-ground coordination, hospital accompaniment, interpreter support, travel support and\n                                follow-up coordination.\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                        Common questions before starting the Online Standard second opinion package.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdetails\u003e\n                    \u003csummary\u003eIs this a real doctor consultation?\u003c\/summary\u003e\n                    \u003cp\u003e\n                        This is specialist opinion coordination based on medical records. Depending on the tier and\n                        specialist availability,\n                        it may include written specialist opinion and, in higher tiers, scheduled video consultation\n                        coordination.\n                        It is not a substitute for in-person examination.\n                    \u003c\/p\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails\u003e\n                    \u003csummary\u003eHow long does it take?\u003c\/summary\u003e\n                    \u003cp\u003e\n                        Standard written opinion coordination usually targets 2–5 days after complete records are\n                        received.\n                        Premium may prioritize 48-hour handling. VIP may support same-day handling where feasible,\n                        depending on case complexity and specialist availability.\n                    \u003c\/p\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails\u003e\n                    \u003csummary\u003eCan you guarantee a specific specialist?\u003c\/summary\u003e\n                    \u003cp\u003e\n                        We can coordinate toward a named Grade-3A specialist direction where suitable and available, but\n                        final availability depends on the hospital,\n                        department schedule, case acceptance and specialist workload.\n                    \u003c\/p\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails\u003e\n                    \u003csummary\u003eWhat languages are supported?\u003c\/summary\u003e\n                    \u003cp\u003e\n                        Key records can be prepared for Chinese-side review. The final opinion summary and\n                        patient-facing explanation can be delivered in Russian or English,\n                        depending on your chosen language and package tier.\n                    \u003c\/p\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails\u003e\n                    \u003csummary\u003eWhat does “3 appointment bookings” mean?\u003c\/summary\u003e\n                    \u003cp\u003e\n                        The package includes up to 3 appointment booking opportunities within 6 months.\n                        These may be used if your route changes, if a specialist schedule is unavailable, or if a more\n                        suitable department needs to be arranged.\n                    \u003c\/p\u003e\n                \u003c\/details\u003e\n            \u003c\/section\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e","brand":"Synmedi","offers":[{"title":"Standard","offer_id":54189624131797,"sku":null,"price":299.0,"currency_code":"USD","in_stock":true},{"title":"Premium","offer_id":54189624164565,"sku":null,"price":359.0,"currency_code":"USD","in_stock":true},{"title":"VIP","offer_id":54189624197333,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0816\/3003\/6181\/files\/online.png?v=1783563321","url":"https:\/\/synmedi.com\/products\/online-package","provider":"Synmedi","version":"1.0","type":"link"}