:root {
    --body-bg: #f7f5ef;
    --card-bg: #ffffff;
    --primary-color: #0f6a52;
    --primary-contrast: #ffffff;
    --accent-color: #d7b56d;
    --heading-color: #0d1f1a;
    --text-color: #26322e;
    --muted-color: #61706b;
    --border-color: rgba(15, 106, 82, 0.12);
}

.section-kicker,
.section-badge {
    background: rgba(15, 106, 82, 0.08);
    color: var(--primary-color);
}

.hero-wrap {
    background:
        radial-gradient(circle at top left, rgba(215, 181, 109, 0.18), transparent 35%),
        linear-gradient(180deg, #f9f7f1 0%, #f7f5ef 100%);
}

.prayer-wrap,
.donations-wrap,
.blog-wrap {
    background: #fcfbf7;
}

.programs-wrap,
.gallery-wrap {
    background: #f7f5ef;
}

.about-wrap,
.imam-wrap,
.contact-wrap,
.events-wrap {
    background: #fff;
}