
        * { margin: 0; padding: 0; box-sizing: border-box; }
        :root {
            --coral: #F2A09A; --coral-light: #FDF5F4; --coral-dark: #E88B84;
            --teal: #4CB5AE; --teal-dark: #3A9A94; --teal-light: #E8F6F5;
            --navy: #1A2B3C; --text-dark: #2D3748; --text-gray: #5A6B7D;
            --text-light: #8899AA; --white: #FFFFFF; --bg-cream: #FFFAF9; --border: #E8ECF1;
            --fax: #475569; --fax-dark: #334155; --fax-light: #F1F5F9; --fax-mid: #CBD5E1;
        }
        html { scroll-behavior: smooth; }
        body { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text-dark); line-height: 1.6; background: var(--white); -webkit-font-smoothing: antialiased; }
        h1, h2, h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; }

        /* HERO */
        .article-hero { padding: 140px 20px 60px; background: linear-gradient(170deg, var(--bg-cream) 0%, var(--white) 40%, var(--fax-light) 100%); text-align: center; position: relative; overflow: hidden; }
        .article-hero::before { content: ''; position: absolute; top: -50%; right: -15%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(71,85,105,0.07) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
        .article-hero::after { content: ''; position: absolute; bottom: -40%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(242,160,154,0.05) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
        .article-hero .breadcrumb { font-size: var(--fs-breadcrumb); color: var(--text-light); margin-bottom: 24px; letter-spacing: 0.5px; }
        .article-hero .breadcrumb a { color: var(--teal); text-decoration: none; }
        .article-hero .breadcrumb a:hover { text-decoration: underline; }
        .article-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--navy); max-width: 800px; margin: 0 auto 20px; line-height: 1.2; }
        .article-hero .article-meta { font-size: var(--fs-article-meta); color: var(--text-light); }
        .article-hero .article-meta span { display: inline-block; margin: 0 8px; }
        .tag { display: inline-block; background: var(--fax-light); color: var(--fax-dark); font-size: var(--fs-tag); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }

        /* ARTICLE */
        .article-body { max-width: 720px; margin: 0 auto; padding: 48px 20px 80px; }
        .article-body p { font-family: 'Newsreader', Georgia, serif; font-size: var(--fs-article-body); line-height: 1.85; color: var(--text-gray); margin-bottom: 28px; }
        .article-body h2 { font-size: var(--fs-article-h2); color: var(--navy); margin: 48px 0 20px; padding-top: 24px; border-top: 1px solid var(--border); }
        .article-body h2:first-of-type { border-top: none; margin-top: 0; padding-top: 0; }
        .article-body strong { color: var(--text-dark); font-weight: 600; }

        /* FEATURE CARDS */
        .fax-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 36px 0; }
        .fax-feat { border-radius: 16px; padding: 28px 24px; position: relative; overflow: hidden; }
        .fax-feat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
        .fax-feat.intake { background: var(--fax-light); border: 1px solid var(--fax-mid); }
        .fax-feat.intake::before { background: var(--fax); }
        .fax-feat.classify { background: #EEF2FF; border: 1px solid #C7D2FE; }
        .fax-feat.classify::before { background: #6366F1; }
        .fax-feat.match { background: #ECFDF5; border: 1px solid #A7F3D0; }
        .fax-feat.match::before { background: #059669; }
        .fax-feat.route { background: var(--coral-light); border: 1px solid #F0C4BF; }
        .fax-feat.route::before { background: var(--coral); }
        .fax-feat-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
        .fax-feat.intake .fax-feat-icon { background: rgba(71,85,105,0.15); }
        .fax-feat.classify .fax-feat-icon { background: rgba(99,102,241,0.15); }
        .fax-feat.match .fax-feat-icon { background: rgba(5,150,105,0.15); }
        .fax-feat.route .fax-feat-icon { background: rgba(232,139,132,0.15); }
        .fax-feat-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-card-title); font-weight: 700; margin-bottom: 6px; color: var(--text-dark); }
        .fax-feat-desc { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-text); color: var(--text-gray); line-height: 1.5; }

        /* STAT BAR */
        .stat-bar { margin: 36px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
        .stat-card { background: var(--fax-light); border: 1px solid var(--fax-mid); border-radius: 14px; padding: 24px 20px; text-align: center; }
        .stat-number { font-family: 'DM Serif Display', Georgia, serif; font-size: var(--fs-stat-hero); color: var(--fax-dark); line-height: 1.1; margin-bottom: 6px; }
        .stat-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-field); color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.35; }

        /* TRIAGE MOCKUP */
        .triage-inbox { margin: 36px 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
        .triage-inbox-header { background: linear-gradient(135deg, var(--navy) 0%, #2A4A68 100%); padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; }
        .triage-inbox-header .tih-left { display: flex; align-items: center; gap: 10px; }
        .triage-inbox-header .tih-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; }
        .triage-inbox-header .tih-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-row); font-weight: 600; color: #fff; }
        .triage-inbox-header .tih-badge { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-badge); text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 12px; }
        .triage-inbox-body { background: #FAFBFD; }
        .triage-row { display: flex; align-items: center; padding: 14px 24px; border-bottom: 1px solid #F0F2F5; gap: 14px; }
        .triage-row:last-child { border-bottom: none; }
        .triage-sev { width: 4px; height: 36px; border-radius: 2px; flex-shrink: 0; }
        .triage-sev.critical { background: #DC2626; }
        .triage-sev.urgent { background: #F59E0B; }
        .triage-sev.normal { background: #059669; }
        .triage-cat { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-label); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 3px 8px; border-radius: 4px; flex-shrink: 0; white-space: nowrap; }
        .triage-cat.lab { background: #FEF2F2; color: #DC2626; }
        .triage-cat.referral { background: #EEF2FF; color: #4338CA; }
        .triage-cat.prior-auth { background: #FEF3C7; color: #92400E; }
        .triage-cat.consult { background: #ECFDF5; color: #065F46; }
        .triage-cat.rx { background: #FCE7F3; color: #9D174D; }
        .triage-cat.insurance { background: var(--fax-light); color: var(--fax-dark); }
        .triage-content { flex: 1; min-width: 0; }
        .triage-summary { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-text); color: var(--text-dark); font-weight: 500; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .triage-sender { font-family: 'DM Sans', sans-serif; font-size: var(--fs-dot-label); color: var(--text-light); }
        .triage-patient { font-family: 'DM Sans', sans-serif; font-size: var(--fs-dot-label); font-weight: 600; color: var(--teal); flex-shrink: 0; }
        .triage-patient.unmatched { color: var(--text-light); font-style: italic; font-weight: 400; }
        .triage-conf { font-family: 'JetBrains Mono', monospace; font-size: var(--fs-mock-label); color: var(--text-light); flex-shrink: 0; width: 36px; text-align: right; }
        .triage-routed { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-label); color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.08); padding: 2px 6px; border-radius: 4px; flex-shrink: 0; white-space: nowrap; }

        /* CLASSIFICATION VISUAL */
        .classify-visual { margin: 36px 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
        .classify-visual-header { background: linear-gradient(135deg, #4338CA 0%, #6366F1 100%); padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; }
        .classify-visual-header .cvh-left { display: flex; align-items: center; gap: 10px; }
        .classify-visual-header .cvh-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; }
        .classify-visual-header .cvh-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-row); font-weight: 600; color: #fff; }
        .classify-visual-header .cvh-badge { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-badge); text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 12px; }
        .classify-visual-body { background: #FAFBFD; padding: 24px; }
        .classify-doc { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 20px; }
        .classify-doc:last-child { margin-bottom: 0; }
        .classify-page { width: 60px; height: 78px; background: #fff; border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; }
        .classify-page-lines { display: flex; flex-direction: column; gap: 3px; width: 36px; }
        .classify-page-line { height: 2px; background: #E2E8F0; border-radius: 1px; }
        .classify-page-line:nth-child(2) { width: 80%; }
        .classify-page-line:nth-child(3) { width: 60%; }
        .classify-page-line:nth-child(4) { width: 90%; }
        .classify-page-badge { position: absolute; bottom: -6px; right: -6px; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #FAFBFD; }
        .classify-page-badge.lab { background: #DC2626; }
        .classify-page-badge.referral { background: #4338CA; }
        .classify-page-badge.rx { background: #9D174D; }
        .classify-result { flex: 1; }
        .classify-cat-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-caption); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
        .classify-cat-label.lab { color: #DC2626; }
        .classify-cat-label.referral { color: #4338CA; }
        .classify-cat-label.rx { color: #9D174D; }
        .classify-extract { font-family: 'DM Sans', sans-serif; font-size: var(--fs-flow-text); color: var(--text-dark); line-height: 1.5; margin-bottom: 6px; }
        .classify-fields { display: flex; flex-wrap: wrap; gap: 6px; }
        .classify-field { display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; border-radius: 5px; font-family: 'JetBrains Mono', monospace; font-size: var(--fs-flow-num); background: #F4F6F9; color: var(--text-gray); border: 1px solid var(--border); }
        .classify-field strong { color: var(--text-dark); font-family: 'DM Sans', sans-serif; font-weight: 600; }

        /* ROUTING TABLE */
        .route-table { margin: 36px 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
        .route-table-header { background: linear-gradient(135deg, var(--navy) 0%, #2A4A68 100%); padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
        .route-table-header .rth-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-row); font-weight: 600; color: #fff; }
        .route-table-header .rth-badge { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-badge); text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 12px; }
        .route-table-body { background: #FAFBFD; }
        .route-row { display: grid; grid-template-columns: 140px 1fr 140px; align-items: center; padding: 12px 24px; border-bottom: 1px solid #F0F2F5; gap: 12px; }
        .route-row:last-child { border-bottom: none; }
        .route-row.head { background: #F4F6F9; padding: 10px 24px; }
        .route-row.head span { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-badge); text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); font-weight: 700; }
        .route-cat-name { font-family: 'DM Sans', sans-serif; font-size: var(--fs-flow-text); color: var(--text-dark); font-weight: 500; }
        .route-desc { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-action); color: var(--text-gray); line-height: 1.4; }
        .route-dest { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-field); font-weight: 600; color: var(--teal-dark); }

        /* PIPELINE FLOW */
        .doc-pipeline { margin: 36px 0; padding: 32px 20px; background: linear-gradient(135deg, var(--fax-light) 0%, #EEF2FF 50%, #ECFDF5 100%); border-radius: 16px; border: 1px solid var(--fax-mid); }
        .doc-pipeline-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-caption); text-transform: uppercase; letter-spacing: 1.5px; color: var(--fax-dark); font-weight: 700; text-align: center; margin-bottom: 24px; }
        .doc-steps { display: flex; align-items: flex-start; justify-content: center; gap: 0; }
        .doc-step { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; min-width: 0; }
        .doc-step-num { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-field); font-weight: 700; color: #fff; margin-bottom: 10px; }
        .doc-step:nth-child(1) .doc-step-num { background: var(--fax); }
        .doc-step:nth-child(3) .doc-step-num { background: #6366F1; }
        .doc-step:nth-child(5) .doc-step-num { background: #059669; }
        .doc-step:nth-child(7) .doc-step-num { background: var(--coral); }
        .doc-step:nth-child(9) .doc-step-num { background: var(--teal); }
        .doc-step-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-pipeline-title); font-weight: 600; color: var(--text-dark); margin-bottom: 4px; }
        .doc-step-sub { font-family: 'DM Sans', sans-serif; font-size: var(--fs-pipeline-sub); color: var(--text-gray); max-width: 110px; line-height: 1.35; }
        .doc-arrow { flex: 0 0 20px; width: 20px; display: flex; align-items: center; justify-content: center; padding-top: 6px; }
        .doc-arrow svg { width: 18px; height: 18px; stroke: var(--fax); stroke-width: 2; fill: none; opacity: 0.4; }

        /* CALLOUT */
        .callout { background: var(--fax-light); border-left: 4px solid var(--fax); padding: 20px 24px; border-radius: 0 10px 10px 0; margin: 32px 0; }
        .callout.teal { background: var(--teal-light); border-left-color: var(--teal); }
        .callout.indigo { background: #EEF2FF; border-left-color: #6366F1; }
        .callout p { font-family: 'DM Sans', sans-serif !important; font-size: var(--fs-callout) !important; color: var(--text-dark) !important; margin-bottom: 0 !important; line-height: 1.65 !important; }
        .callout strong { color: var(--fax-dark); }
        .callout.teal strong { color: var(--teal-dark); }
        .callout.indigo strong { color: #4338CA; }

        /* COST TABLE */
        .cost-table { margin: 36px 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
        .cost-table-header { background: linear-gradient(135deg, var(--fax-dark) 0%, var(--fax) 100%); padding: 16px 24px; }
        .cost-table-header .cth-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-row); font-weight: 600; color: #fff; }
        .cost-table-body { background: #FAFBFD; }
        .cost-section { padding: 12px 24px; background: #F4F6F9; font-family: 'DM Sans', sans-serif; font-size: var(--fs-dot-label); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); border-bottom: 1px solid #E8ECF1; }
        .cost-row { display: grid; grid-template-columns: 1fr 120px 120px; align-items: center; padding: 12px 24px; border-bottom: 1px solid #F0F2F5; gap: 12px; }
        .cost-row:last-child { border-bottom: none; }
        .cost-item { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-text); color: var(--text-dark); }
        .cost-manual { font-family: 'JetBrains Mono', monospace; font-size: var(--fs-tp-ai); color: #DC2626; text-align: center; font-weight: 500; }
        .cost-hero { font-family: 'JetBrains Mono', monospace; font-size: var(--fs-tp-ai); color: #059669; text-align: center; font-weight: 500; }
        .cost-row.total { background: #F4F6F9; }
        .cost-row.total .cost-item { font-weight: 700; }
        .cost-row.total .cost-manual { font-weight: 700; font-size: var(--fs-mock-row); }
        .cost-row.total .cost-hero { font-weight: 700; font-size: var(--fs-mock-row); }

        /* COMPARISON FLOW */
        .auto-flow { margin: 36px 0; padding: 32px 20px; background: linear-gradient(135deg, #F8FFFE 0%, var(--fax-light) 100%); border-radius: 16px; border: 1px solid var(--fax-mid); }
        .auto-flow-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-caption); text-transform: uppercase; letter-spacing: 1.5px; color: var(--fax-dark); font-weight: 700; text-align: center; margin-bottom: 24px; }
        .auto-flow-cols { display: flex; gap: 32px; align-items: stretch; }
        .auto-flow-col { flex: 1; min-width: 0; }
        .auto-flow-col-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-caption); text-transform: uppercase; letter-spacing: 1.2px; font-weight: 700; text-align: center; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid; }
        .auto-flow-col.manual .auto-flow-col-label { color: #B91C1C; border-color: #FECACA; }
        .auto-flow-col.hero .auto-flow-col-label { color: var(--fax-dark); border-color: var(--fax-mid); }
        .auto-step { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
        .auto-step-num { flex: 0 0 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-size: var(--fs-flow-num); font-weight: 700; color: #fff; margin-top: 1px; }
        .auto-flow-col.manual .auto-step-num { background: #EF4444; }
        .auto-flow-col.hero .auto-step-num { background: var(--fax); }
        .auto-step-text { font-family: 'DM Sans', sans-serif; font-size: var(--fs-flow-text); color: var(--text-gray); line-height: 1.45; }
        .auto-step-text strong { color: var(--text-dark); }
        .auto-flow-col.manual .auto-step-text { color: #7F1D1D; }
        .auto-flow-col.manual .auto-step-text strong { color: #991B1B; }
        .auto-flow-divider { flex: 0 0 1px; background: var(--border); margin: 24px 0 0; }
        .auto-flow-verdict { display: flex; gap: 20px; margin-top: 20px; padding-top: 16px; border-top: 1px dashed var(--fax-mid); }
        .verdict-box { flex: 1; text-align: center; font-family: 'DM Sans', sans-serif; padding: 12px; border-radius: 10px; }
        .verdict-box.bad { background: #FEF2F2; color: #991B1B; font-size: var(--fs-verdict); font-weight: 600; }
        .verdict-box.good { background: var(--fax-light); color: var(--fax-dark); font-size: var(--fs-verdict); font-weight: 600; }

        /* CTA */
        .article-cta { background: linear-gradient(135deg, var(--navy) 0%, #2a4560 100%); border-radius: 16px; padding: 40px 36px; margin: 48px 0 0; text-align: center; }
        .article-cta h3 { color: #fff; font-size: var(--fs-cta-heading); margin-bottom: 12px; }
        .article-cta p { color: rgba(255,255,255,0.65) !important; font-family: 'DM Sans', sans-serif !important; font-size: var(--fs-cta-body) !important; margin-bottom: 24px !important; }
        .article-cta .btn { display: inline-block; background: var(--teal); color: #fff; padding: 14px 32px; border-radius: 10px; font-weight: 600; text-decoration: none; font-size: var(--fs-btn); transition: background 0.2s, transform 0.15s; }
        .article-cta .btn:hover { background: var(--teal-dark); transform: translateY(-1px); }

        /* RESPONSIVE */
        @media (max-width: 600px) {
            .article-hero { padding: 120px 16px 40px; }
            .article-body { padding: 32px 16px 60px; }
            .article-body p { font-size: var(--fs-article-body-sm); }
            .fax-features { grid-template-columns: 1fr; }
            .stat-bar { grid-template-columns: 1fr; }
            .doc-steps { flex-direction: column; align-items: center; }
            .doc-arrow { transform: rotate(90deg); padding: 0; }
            .doc-step { flex-direction: row; text-align: left; gap: 12px; width: 100%; }
            .doc-step-num { flex-shrink: 0; }
            .doc-step-sub { max-width: none; }
            .auto-flow-cols { flex-direction: column; }
            .auto-flow-divider { height: 1px; width: 100%; margin: 12px 0; }
            .route-row { grid-template-columns: 100px 1fr; gap: 8px; padding: 10px 16px; }
            .route-dest { display: none; }
            .cost-row { grid-template-columns: 1fr 80px 80px; gap: 8px; padding: 10px 16px; }
            .triage-conf { display: none; }
            .triage-routed { display: none; }
            .classify-doc { flex-direction: column; gap: 12px; }
            .article-cta { padding: 28px 20px; }
        }
        @media (prefers-reduced-motion: reduce) {
            * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
        }
    