/* Site-wide regulatory disclosures: footer (footer_disclosure.html), testimonials note (index).
   Load after :root / theme is defined. */

.footer-legal-disclosures {
    max-width: 900px;
    margin: 0 auto 24px;
    padding: 20px 24px;
    border: 1px solid var(--border, #374151);
    border-radius: 12px;
    background: var(--bg-tertiary, #1f2937);
}

.footer-disclosure-text {
    color: var(--text-secondary, #9ca3af);
    font-size: 12px;
    line-height: 1.65;
    margin: 0 0 12px 0;
}

.footer-disclosure-text:last-of-type {
    margin-bottom: 0;
}

.footer-disclosure-text strong {
    color: var(--text-muted, #6b7280);
}

.footer-disclosure-text a {
    color: var(--green-accent, #00e599);
    text-decoration: none;
}

.footer-disclosure-text a:hover {
    text-decoration: underline;
}

.footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.footer .footer-links a {
    color: var(--text-secondary, #9ca3af);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer .footer-links a:hover {
    color: var(--green-accent, #00e599);
}

.footer .footer-copy {
    text-align: center;
    color: var(--text-muted, #6b7280);
    font-size: 14px;
    margin: 0;
}

/* Testimonials: disclosure sits directly under the grid (index.html only) */
.testimonials-disclaimer {
    max-width: 900px;
    margin: 32px auto 0;
    padding: 16px 20px;
    font-size: 12px;
    line-height: 1.65;
    color: var(--text-secondary, #9ca3af);
    border: 1px solid var(--border, #374151);
    border-radius: 10px;
    background: var(--bg-tertiary, #1f2937);
}

.testimonials-disclaimer strong {
    color: var(--text-muted, #6b7280);
}

.testimonials-disclaimer a {
    color: var(--green-accent, #00e599);
    text-decoration: none;
}

.testimonials-disclaimer a:hover {
    text-decoration: underline;
}
