/* focusChrist About closing section hardening.
   This file intentionally uses the stable About disclosure marker and !important
   so older shared section/button rules cannot create a light-background/light-text mismatch. */
body.fc-site section[data-focuschrist-independence="about"].fc-about-close {
    background:
        radial-gradient(circle at 86% 12%, rgba(224, 170, 62, 0.08), transparent 28rem),
        radial-gradient(circle at 10% 92%, rgba(113, 128, 92, 0.20), transparent 26rem),
        linear-gradient(145deg, #28434a 0%, #334a43 54%, #243943 100%) !important;
    border-block: 1px solid rgba(240, 195, 106, 0.12) !important;
    color: #e8e3d8 !important;
}

body.fc-site section[data-focuschrist-independence="about"].fc-about-close .fc-notice {
    border-left-color: #9eaa83 !important;
    background: linear-gradient(90deg, rgba(113, 128, 92, 0.22), rgba(134, 175, 200, 0.08)) !important;
    color: #e8e3d8 !important;
    box-shadow: inset 0 0 0 1px rgba(158, 170, 131, 0.10) !important;
}

body.fc-site section[data-focuschrist-independence="about"].fc-about-close .fc-notice strong {
    color: #fff2dc !important;
}

body.fc-site section[data-focuschrist-independence="about"].fc-about-close .fc-button:not(.fc-button--primary) {
    border-color: #86afc8 !important;
    background: rgba(134, 175, 200, 0.08) !important;
    color: #f3eee4 !important;
}

body.fc-site section[data-focuschrist-independence="about"].fc-about-close .fc-button:not(.fc-button--primary):hover,
body.fc-site section[data-focuschrist-independence="about"].fc-about-close .fc-button:not(.fc-button--primary):focus-visible {
    border-color: #b8d1df !important;
    background: rgba(134, 175, 200, 0.18) !important;
    color: #ffffff !important;
}

body.fc-site section[data-focuschrist-independence="about"].fc-about-close .fc-button--primary {
    border-color: #e0aa3e !important;
    background: #e0aa3e !important;
    color: #17282f !important;
}

body.fc-site section[data-focuschrist-independence="about"].fc-about-close .fc-button--primary:hover,
body.fc-site section[data-focuschrist-independence="about"].fc-about-close .fc-button--primary:focus-visible {
    border-color: #f0c36a !important;
    background: #f0c36a !important;
    color: #17282f !important;
}
