 .seo-content-section {
        background: #f9f9f9;
        padding: 60px 0;
        font-family: 'Poppins', sans-serif;
    }
    .seo-content-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .seo-main-title {
        font-size: 36px;
        color: #2c3e2f;
        margin-bottom: 20px;
        font-weight: 700;
        border-left: 5px solid #c49a6c;
        padding-left: 20px;
    }
    .seo-subtitle {
        font-size: 28px;
        color: #1e3c2c;
        margin: 30px 0 15px 0;
        font-weight: 600;
    }
    .seo-subtitle-small {
        font-size: 22px;
        color: #c49a6c;
        margin: 25px 0 12px 0;
        font-weight: 600;
    }
    .seo-paragraph {
        font-size: 16px;
        line-height: 1.7;
        color: #333;
        margin-bottom: 20px;
        text-align: justify;
    }
    .seo-list {
        margin: 20px 0;
        padding-left: 20px;
    }
    .seo-list li {
        font-size: 16px;
        line-height: 1.7;
        color: #333;
        margin-bottom: 10px;
        list-style-type: none;
        position: relative;
        padding-left: 25px;
    }
    .seo-list li:before {
        content: "✓";
        color: #c49a6c;
        font-weight: bold;
        position: absolute;
        left: 0;
    }
    .seo-table {
        width: 100%;
        border-collapse: collapse;
        margin: 25px 0;
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .seo-table th, .seo-table td {
        border: 1px solid #ddd;
        padding: 12px;
        text-align: left;
    }
    .seo-table th {
        background: #2c3e2f;
        color: #fff;
        font-weight: 600;
    }
    .seo-table tr:nth-child(even) {
        background: #f2f2f2;
    }
    .seo-highlight {
        background: #e8f5e9;
        padding: 20px;
        border-left: 5px solid #c49a6c;
        margin: 25px 0;
        border-radius: 5px;
    }
    .seo-highlight p {
        margin: 0;
        font-style: italic;
    }
    .seo-faq-item {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    .seo-faq-question {
        font-weight: 700;
        color: #2c3e2f;
        font-size: 18px;
        margin-bottom: 8px;
    }
    .seo-faq-answer {
        color: #555;
        line-height: 1.6;
    }
    @media (max-width: 768px) {
        .seo-main-title { font-size: 28px; }
        .seo-subtitle { font-size: 24px; }
        .seo-table th, .seo-table td { padding: 8px; font-size: 14px; }
    }