body {
            font-family: 'SF Pro Text', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: var(--white);
            color: var(--purple-deep);
            line-height: 1.7;
        }

        .article-header {
            background: linear-gradient(135deg, var(--green-main) 0%, var(--green-dark) 100%);
            padding: 80px 40px;
            position: relative;
            overflow: hidden;
        }

        .article-header::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, hsl(41, 61%, 56%, 0.15) 0%, transparent 70%);
        }

        .header-inner {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .breadcrumb {
            margin-bottom: 24px;
        }

        .breadcrumb a {
            color: hsl(0, 0%, 100%, 0.7);
            text-decoration: none;
            font-size: 14px;
        }

        .category-tag {
            display: inline-block;
            background: hsl(0, 0%, 100%, 0.2);
            color: var(--white);
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .article-header h1 {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 44px;
            font-weight: 700;
            color: var(--white);
            margin-bottom: 20px;
            line-height: 1.15;
        }

        .article-meta {
            display: flex;
            align-items: center;
            gap: 24px;
            color: hsl(0, 0%, 100%, 0.8);
            font-size: 15px;
        }

        .article-meta svg {
            width: 18px;
            height: 18px;
            stroke: currentColor;
            stroke-width: 2;
            fill: none;
            margin-right: 6px;
            vertical-align: -3px;
        }

        .article-content {
            max-width: 760px;
            margin: 0 auto;
            padding: 60px 40px;
        }

        .article-content p {
            font-size: 18px;
            margin-bottom: 24px;
            color: hsl(240, 12%, 27%);
        }

        .article-content h2 {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 32px;
            font-weight: 700;
            margin: 48px 0 20px;
            color: var(--purple-deep);
        }

        .article-content h3 {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 24px;
            font-weight: 600;
            margin: 36px 0 16px;
            color: var(--purple-deep);
        }

        .lead-paragraph {
            font-size: 22px;
            color: var(--purple-deep);
            font-weight: 500;
            line-height: 1.6;
            margin-bottom: 32px;
            padding-bottom: 32px;
            border-bottom: 1px solid var(--gray-mid);
        }

        .callout {
            padding: 28px 32px;
            border-radius: 12px;
            margin: 32px 0;
        }

        .callout.stat {
            background: linear-gradient(135deg, hsl(262, 39%, 40%, 0.1) 0%, hsl(262, 39%, 40%, 0.05) 100%);
            border-left: 4px solid var(--purple-main);
        }

        .callout.warning {
            background: var(--red-light);
            border-left: 4px solid var(--red-main);
        }

        .callout.insight {
            background: var(--gray-light);
            border-left: 4px solid var(--gold-main);
        }

        .callout.success {
            background: var(--green-light);
            border-left: 4px solid var(--green-main);
        }

        .callout-label {
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .callout.stat .callout-label { color: var(--purple-main); }
        .callout.warning .callout-label { color: var(--red-main); }
        .callout.insight .callout-label { color: var(--gold-main); }
        .callout.success .callout-label { color: var(--green-dark); }

        .callout p { margin-bottom: 0; font-size: 17px; }

        /* Key Equation */
        .key-equation {
            background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple-main) 100%);
            border-radius: 16px;
            padding: 40px;
            text-align: center;
            margin: 40px 0;
            position: relative;
            overflow: hidden;
        }

        .key-equation::before {
            content: '';
            position: absolute;
            top: -30%;
            right: -15%;
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, hsl(41, 61%, 56%, 0.2) 0%, transparent 70%);
        }

        .key-equation .formula {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 28px;
            color: var(--white);
            position: relative;
            z-index: 1;
            line-height: 1.4;
        }

        .key-equation .formula .highlight {
            color: var(--gold-light);
            font-weight: 700;
        }

        .key-equation .explanation {
            color: var(--purple-light);
            font-size: 16px;
            margin-top: 16px;
            position: relative;
            z-index: 1;
        }

        /* Recovery Funnel */
        .recovery-funnel {
            margin: 40px 0;
        }

        .funnel-stage {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 12px;
        }

        .funnel-bar {
            height: 48px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            padding: 0 20px;
            color: var(--white);
            font-weight: 600;
            font-size: 15px;
            position: relative;
        }

        .funnel-bar.stage-1 {
            width: 100%;
            background: linear-gradient(135deg, var(--red-main) 0%, hsl(0, 58%, 62%) 100%);
        }

        .funnel-bar.stage-2 {
            width: 75%;
            background: linear-gradient(135deg, hsl(28, 80%, 52%) 0%, hsl(37, 90%, 51%) 100%);
        }

        .funnel-bar.stage-3 {
            width: 55%;
            background: linear-gradient(135deg, var(--gold-main) 0%, var(--gold-light) 100%);
            color: var(--purple-deep);
        }

        .funnel-bar.stage-4 {
            width: 40%;
            background: linear-gradient(135deg, var(--green-main) 0%, hsl(123, 38%, 57%) 100%);
        }

        .funnel-stat {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 20px;
            font-weight: 700;
            color: var(--purple-deep);
            min-width: 80px;
            text-align: right;
        }

        /* Timeline */
        .recovery-timeline {
            margin: 40px 0;
            position: relative;
        }

        .recovery-timeline::before {
            content: '';
            position: absolute;
            left: 24px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: var(--gray-mid);
        }

        .timeline-item {
            display: flex;
            gap: 24px;
            margin-bottom: 24px;
            position: relative;
        }

        .timeline-marker {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--white);
            border: 3px solid var(--purple-main);
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-weight: 700;
            color: var(--purple-main);
            font-size: 14px;
            flex-shrink: 0;
            z-index: 1;
        }

        .timeline-marker.success {
            background: var(--green-main);
            border-color: var(--green-main);
            color: var(--white);
        }

        .timeline-content {
            background: var(--gray-light);
            border-radius: 12px;
            padding: 20px 24px;
            flex-grow: 1;
        }

        .timeline-content h4 {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 18px;
            margin-bottom: 8px;
            color: var(--purple-deep);
        }

        .timeline-content p {
            font-size: 15px;
            margin: 0;
            color: var(--gray-text);
        }

        .timeline-content .recovery-rate {
            display: inline-block;
            background: var(--green-light);
            color: var(--green-dark);
            padding: 4px 12px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 600;
            margin-top: 12px;
        }

        /* Comparison Cards */
        .comparison-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 40px 0;
        }

        .comparison-card {
            padding: 28px;
            border-radius: 16px;
        }

        .comparison-card.bad {
            background: var(--red-light);
            border: 1px solid hsl(0, 50%, 54%, 0.2);
        }

        .comparison-card.good {
            background: var(--green-light);
            border: 1px solid hsl(122, 39%, 49%, 0.2);
        }

        .comparison-card .label {
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 16px;
        }

        .comparison-card.bad .label { color: var(--red-main); }
        .comparison-card.good .label { color: var(--green-dark); }

        .comparison-card h4 {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 20px;
            margin-bottom: 12px;
            color: var(--purple-deep);
        }

        .comparison-card p {
            font-size: 15px;
            margin: 0;
            color: var(--gray-text);
            line-height: 1.6;
        }

        .comparison-card .stat {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 32px;
            font-weight: 700;
            margin-top: 16px;
        }

        .comparison-card.bad .stat { color: var(--red-main); }
        .comparison-card.good .stat { color: var(--green-dark); }

        /* Data Table */
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 32px 0;
            font-size: 15px;
        }

        .data-table th {
            background: var(--gray-light);
            padding: 14px 16px;
            text-align: left;
            font-weight: 600;
            border-bottom: 2px solid var(--gray-mid);
        }

        .data-table td {
            padding: 14px 16px;
            border-bottom: 1px solid var(--gray-mid);
        }

        .data-table .highlight {
            background: var(--green-light);
            font-weight: 600;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple-main) 100%);
            border-radius: 20px;
            padding: 50px;
            text-align: center;
            margin: 48px 0;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, hsl(41, 61%, 56%, 0.15) 0%, transparent 70%);
        }

        .cta-section h3 {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 28px;
            color: var(--white);
            margin-bottom: 12px;
            position: relative;
            z-index: 1;
        }

        .cta-section p {
            color: var(--purple-light);
            margin-bottom: 24px;
            font-size: 17px;
            position: relative;
            z-index: 1;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, var(--gold-main) 0%, var(--gold-light) 100%);
            color: var(--purple-deep);
            padding: 16px 32px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            position: relative;
            z-index: 1;
            transition: transform 0.2s;
        }

        .cta-button:hover { transform: translateY(-2px); }

        .cta-button svg {
            width: 20px;
            height: 20px;
            stroke: currentColor;
            stroke-width: 2.5;
            fill: none;
        }

        /* Related Articles */
        .related-section {
            background: var(--gray-light);
            padding: 60px 40px;
        }

        .related-inner {
            max-width: 1000px;
            margin: 0 auto;
        }

        .related-section h3 {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 24px;
            margin-bottom: 24px;
            text-align: center;
        }

        .related-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .related-card {
            background: var(--white);
            border-radius: 12px;
            padding: 24px;
            text-decoration: none;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .related-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px hsl(261, 49%, 21%, 0.1);
        }

        .related-card .tag {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }

        .related-card.retention .tag { color: var(--purple-main); }
        .related-card.reactivation .tag { color: hsl(212, 80%, 42%); }
        .related-card.conversion .tag { color: hsl(21, 100%, 45%); }

        .related-card h4 {
            font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 17px;
            color: var(--purple-deep);
            line-height: 1.3;
        }

        @media (max-width: 768px) {
            .comparison-grid { grid-template-columns: 1fr; }
            .related-grid { grid-template-columns: 1fr; }
            .funnel-stat { display: none; }
        }