
        .cms-content {
            line-height: 1.8;
            color: #3f3f46;
            font-size: 1.125rem;
            font-family: inherit;
        }
        .cms-content h1, .cms-content h2, .cms-content h3, .cms-content h4, .cms-content h5, .cms-content h6 {
            color: #18181b;
            font-weight: 800;
            margin-top: 3.5rem;
            margin-bottom: 1.25rem;
            line-height: 1.3;
            letter-spacing: -0.02em;
        }
        .cms-content h1:first-child, .cms-content h2:first-child, .cms-content p:first-child {
            margin-top: 0;
        }
        .cms-content h1 { font-size: 2.5rem; }
        .cms-content h2 { 
            font-size: 1.875rem; 
            border-bottom: 1px solid rgba(228, 228, 231, 0.5); 
            padding-bottom: 0.75rem; 
        }
        .cms-content h3 { font-size: 1.5rem; }
        .cms-content h4 { font-size: 1.25rem; }
        .cms-content p { margin-bottom: 1.75rem; }
        .cms-content ul { 
            list-style-type: none; 
            padding-left: 0; 
            margin-bottom: 2rem; 
        }
        .cms-content ul li { 
            position: relative;
            padding-left: 2rem;
            margin-bottom: 0.75rem; 
        }
        .cms-content ul li::before {
            content: '';
            position: absolute;
            left: 0.5rem;
            top: 0.6rem;
            width: 0.375rem;
            height: 0.375rem;
            background-color: #8b5cf6;
            border-radius: 50%;
        }
        .cms-content ol { 
            list-style-type: decimal; 
            padding-left: 1.5rem; 
            margin-bottom: 2rem; 
        }
        .cms-content ol li { 
            margin-bottom: 0.75rem; 
            padding-left: 0.5rem;
        }
        .cms-content li > p { margin-bottom: 0.5rem; }
        .cms-content a { color: #8b5cf6; text-decoration: none; font-weight: 600; border-bottom: 1px solid transparent; transition: all 0.2s; }
        .cms-content a:hover { color: #7c3aed; border-bottom-color: #7c3aed; }
        .cms-content strong, .cms-content b { font-weight: 700; color: #09090b; }
        .cms-content em, .cms-content i { font-style: italic; }
        .cms-content blockquote {
            border-left: 4px solid #8b5cf6;
            padding-left: 1.5rem;
            font-style: italic;
            color: #52525b;
            margin: 2.5rem 0;
            background-color: rgba(139, 92, 246, 0.05);
            padding: 1.5rem;
            border-radius: 0 0.75rem 0.75rem 0;
        }
        .cms-content hr { border-color: rgba(228, 228, 231, 0.6); margin: 4rem 0; }
        .cms-content img { max-width: 100%; height: auto; border-radius: 0.75rem; }