
    .blog-container {
        max-width: 1220px;
        margin: 0 auto;
        padding: 42px 26px;
        font-family: 'Montserrat', sans-serif;
        color: #212121;
        background: #ffffff;
        line-height: 1.78;
    }
    h1 {
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 26px;
        letter-spacing: 0.3px;
    }
    h2 {
        font-size: 26px;
        font-weight: 600;
        margin: 54px 0 18px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eeee;
    }
    h3 {
        font-size: 20px;
        font-weight: 600;
        margin: 30px 0 12px;
        color: #2c2c2c;
    }
    p {
        font-size: 16px;
        margin: 0 0 20px;
        color: #363636;
    }
    ul, ol {
        font-size: 16px;
        margin: 0 0 22px 24px;
        padding: 0;
    }
    li {
        margin-bottom: 9px;
    }
    hr.divider {
        border: none;
        height: 1px;
        background: #eee;
        margin: 48px 0;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        margin: 26px 0 38px;
        font-size: 16px;
    }
    table th {
        background: #f7f8fa;
        padding: 15px 20px;
        text-align: left;
        border: 1px solid #e4e4e4;
        font-weight: 600;
    }
    table td {
        padding: 14px 20px;
        border: 1px solid #e4e4e4;
        vertical-align: top;
    }
    .formula-box {
        background: #f0f4f9;
        padding: 22px 28px;
        border-radius: 8px;
        margin: 24px 0;
        font-size: 17px;
        font-weight: 500;
        text-align: center;
    }
    .faq-box {
        background: #faf9fb;
        padding: 30px 34px;
        border-radius: 12px;
        margin: 36px 0;
    }
    .faq-box h3 {
        margin-top: 28px;
        font-size: 18px;
    }
    .faq-box h3:first-child {
        margin-top: 0;
    }
    .soft-cta-block {
        background: #f4f8fd;
        padding: 32px 36px;
        border-radius: 12px;
        margin: 42px 0;
    }
    .soft-cta-block a {
        color: #005fc8;
        text-decoration: none;
        display: inline-block;
        margin: 8px 12px 8px 0;
        font-weight: 500;
    }
    .soft-cta-block a:hover {
        text-decoration: underline;
    }
    .email-template-box {
        background: #fff8f0;
        padding: 24px 28px;
        border-radius: 8px;
        margin: 24px 0;
        font-family: 'Courier New', monospace;
        font-size: 15px;
        line-height: 1.9;
        white-space: pre-line;
    }
    .two-col-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin: 24px 0;
    }
    .two-col-list .col {
        background: #fafbfc;
        padding: 20px 24px;
        border-radius: 8px;
    }
    .two-col-list h4 {
        margin: 0 0 14px;
        font-size: 17px;
        color: #2c2c2c;
    }
    @media (max-width: 768px) {
        .two-col-list {
            grid-template-columns: 1fr;
        }
    }
