/* ============================================
   TrustLink Buzz — Legal Pages Stylesheet
   ============================================ */

.legal-page section { background-color: transparent !important; }

.legal-main { padding-top: 120px; padding-bottom: 80px; }

.legal-header { margin-bottom: 48px; text-align: center; }

.legal-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 38px;
    font-weight: 700;
    color: #1B4D3E;
    margin-bottom: 8px;
}

.legal-date {
    font-size: 15px;
    color: #6B6E75;
}

/* ---------- TABLE OF CONTENTS ---------- */
.toc {
    background-color: #F0EDE8;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 48px;
    border-left: 4px solid #C47A6B;
}

.toc-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: 700;
    color: #14362C;
    margin-bottom: 16px;
}

.toc-list {
    list-style: decimal;
    padding-left: 20px;
    columns: 2;
    column-gap: 40px;
}

@media (max-width: 768px) {
    .toc-list { columns: 1; }
}

.toc-list li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
    break-inside: avoid;
}

.toc-list a {
    color: #2A6B56;
    font-weight: 500;
}
.toc-list a:hover { color: #C47A6B; }

/* ---------- LEGAL CONTENT ---------- */
.legal-content { max-width: 800px; margin: 0 auto; }

.legal-content section {
    margin-bottom: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E0DBD3;
}
.legal-content section:last-child { border-bottom: none; margin-bottom: 0; }

.legal-content h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1B4D3E;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #F0EDE8;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #1E1F24;
    margin-bottom: 16px;
}

.legal-content strong {
    font-weight: 700;
    color: #14362C;
}

.legal-content a {
    color: #1B4D3E;
    text-decoration: underline;
}
.legal-content a:hover { color: #C47A6B; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .legal-main { padding-top: 100px; padding-bottom: 48px; }
    .legal-title { font-size: 28px; }
    .legal-content h2 { font-size: 20px; }
    .toc { padding: 24px; }
}
