/* ==============================
   TABLE OF CONTENTS
============================== */

.toc-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
}

.toc-box {
    border: 1px solid #dcdcdc;
    padding: 25px 30px;
    background: #fff;
}

.toc-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.toc-title span {
    font-weight: 400;
    font-size: 14px;
    color: #777;
    cursor: pointer;
}

/* Numbered list styling */
.toc-list {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}

.toc-list li {
    display: block;
    margin: 10px 0;
    line-height: 1.6;
    font-size: 16px;
    color: #222;
}

.toc-list li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight: 500;
    margin-right: 5px;
}

/* Nested lists */
.toc-list ol {
    counter-reset: item;
    padding-left: 25px;
    margin-top: 8px;
}
/* ===============================
   ARTICLE INTRO SECTION
================================= */

.article-intro {
    max-width: 900px;
    margin: 60px auto 40px;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    line-height: 1.8;
}

/* Hero Image */
.intro-image {
    margin-bottom: 40px;
}

.intro-image img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

/* Lead paragraph */
.lead-text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Highlight sentence */
.highlight-line {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Regular paragraphs */
.article-intro p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .lead-text {
        font-size: 18px;
    }

    .article-intro p {
        font-size: 16px;
    }
}
/* ===============================
   ARTICLE SECTION
================================= */

.article-section {
    max-width: 900px;
    margin: 70px auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    line-height: 1.9;
}

/* H2 */
.article-section h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* H3 */
.article-section h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 50px 0 20px;
}

/* Paragraphs */
.article-section p {
    font-size: 18px;
    margin-bottom: 22px;
}

/* Quick Answer Highlight */
.quick-answer {
    background: #f8f8f8;
    padding: 18px;
    border-left: 4px solid #b8860b;
    border-radius: 6px;
}

/* Problem Blocks */
.problem-block {
    margin-bottom: 35px;
}

.problem-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Conclusion */
.section-conclusion {
    font-weight: 500;
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .article-section h2 {
        font-size: 26px;
    }

    .article-section h3 {
        font-size: 22px;
    }

    .article-section p {
        font-size: 16px;
    }

    .problem-block h4 {
        font-size: 18px;
    }
}
/* ===============================
   ARTICLE SECTION (Shared Style)
================================= */

.article-section {
    max-width: 900px;
    margin: 70px auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    line-height: 1.9;
}

/* Headings */
.article-section h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* Paragraph */
.article-section p {
    font-size: 18px;
    margin-bottom: 22px;
}

/* Image */
.image-block {
    margin: 30px 0;
}

.image-block img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

/* ===============================
   TIMELINE STYLE
================================= */

.timeline {
    margin: 30px 0 40px;
}

.timeline-item {
    margin-bottom: 25px;
    padding-left: 18px;
    border-left: 3px solid #b8860b;
}

.timeline-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Conclusion */
.section-conclusion {
    font-weight: 500;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .article-section h2 {
        font-size: 26px;
    }

    .article-section p {
        font-size: 16px;
    }

    .timeline-item h4 {
        font-size: 18px;
    }
}
/* ===============================
   ARTICLE SECTION
================================= */

.article-section {
    max-width: 900px;
    margin: 70px auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    line-height: 1.9;
}

.article-section h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 25px;
}

.article-section h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 50px 0 20px;
}

.article-section p {
    font-size: 18px;
    margin-bottom: 22px;
}

/* Image */
.image-block {
    margin: 30px 0;
}

.image-block img {
    width: 100%;
    border-radius: 8px;
}

/* Step Blocks */
.step-block {
    margin-bottom: 30px;
    padding-left: 18px;
    border-left: 3px solid #b8860b;
}

.step-block h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

/* Table */
.table-wrapper {
    overflow-x: auto;
    margin: 25px 0;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table th,
.info-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.info-table th {
    background: #f4f4f4;
    font-weight: 600;
}

/* Enforcement Blocks */
.enforcement-block {
    margin-bottom: 25px;
}

.enforcement-block h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .article-section h2 {
        font-size: 26px;
    }

    .article-section h3 {
        font-size: 22px;
    }

    .article-section p {
        font-size: 16px;
    }
}
/* Highlight Truth Line */
.highlight-line {
    background: #f8f8f8;
    padding: 16px;
    border-left: 4px solid #b8860b;
    border-radius: 6px;
    font-weight: 500;
}

/* Global Systems List */
.global-list {
    margin: 25px 0 35px;
}

.global-item {
    margin-bottom: 22px;
    padding-left: 18px;
    border-left: 3px solid #b8860b;
}

.global-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .highlight-line {
        font-size: 16px;
    }

    .global-item h4 {
        font-size: 18px;
    }
}
/* Benefit Bullet List */
.benefit-list {
    margin: 20px 0 25px;
    padding-left: 22px;
}

.benefit-list li {
    margin-bottom: 10px;
    font-size: 18px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .benefit-list li {
        font-size: 16px;
    }
}
/* Vision Lists */
.vision-list {
    margin: 20px 0 25px;
    padding-left: 22px;
}

.vision-list li {
    margin-bottom: 10px;
    font-size: 18px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .vision-list li {
        font-size: 16px;
    }
}
/* Comparison Table */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    margin-bottom: 30px;
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #ddd;
    padding: 14px;
    text-align: left;
    font-size: 17px;
}

.comparison-table th {
    background-color: #f4f4f4;
    font-weight: 600;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

/* Responsive Table */
@media (max-width: 768px) {

    .comparison-table th,
    .comparison-table td {
        font-size: 15px;
        padding: 10px;
    }
}
.styled-list {
    margin: 20px 0 25px;
    padding-left: 22px;
}

.styled-list li {
    margin-bottom: 10px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .styled-list li {
        font-size: 16px;
    }
}
/* FAQ Styling */
.faq-item {
    margin-bottom: 35px;
}

.faq-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-item p {
    font-size: 18px;
    line-height: 1.8;
}

/* CTA Line */
.cta-line {
    font-weight: 600;
    margin-top: 20px;
}

/* Disclaimer Box */
.disclaimer-box {
    margin-top: 25px;
    padding: 20px;
    background: #f8f8f8;
    border-left: 4px solid #b8860b;
    border-radius: 6px;
}

.disclaimer-box p {
    font-size: 16px;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-item h3 {
        font-size: 18px;
    }

    .faq-item p,
    .disclaimer-box p {
        font-size: 15px;
    }
}