/* AmmaTrust Page Specific Styles */
/* Force all paragraph text to be black for visibility on beige backgrounds */
/* But keep footer text gold */

.hero p,
.section:not(.footer) p,
.glass-card p,
.offering-item p,
.text-center:not(.footer *) p {
    color: var(--black) !important;
}

/* Ensure strong tags inherit the black color in content sections */
.section:not(.footer) strong {
    color: inherit;
}

/* Ensure all footer text is gold */
.footer,
.footer *,
.footer p,
.footer h3,
.footer h4,
.footer h5,
.footer a,
.footer strong {
    color: var(--gold) !important;
}