
:root{
 --bnp-red:#d72638;--bnp-green:#226a3d;--bnp-dark:#17211b;--bnp-text:#26312b;
 --bnp-muted:#68736d;--bnp-soft:#f6f8f7;--bnp-border:#e3e9e5;
}
html{font-size:16px}
body{font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--bnp-text);line-height:1.68;background:#fff}
body p,body li,body label,body input,body select,body textarea,body button{font-size:16px}
h1{font-size:clamp(2.35rem,5vw,4.7rem);line-height:1.08}
h2{font-size:clamp(1.8rem,3.5vw,3rem);line-height:1.2}
h3{font-size:clamp(1.25rem,2vw,1.7rem)}
small{font-size:.82rem}
section{scroll-margin-top:90px}
.container{max-width:1180px}
.bnp-clean-card{background:#fff;border:1px solid var(--bnp-border);border-radius:20px;box-shadow:0 18px 50px rgba(18,45,29,.07)}
.bnp-simple-form{max-width:980px;margin:auto;padding:32px}
.bnp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.bnp-form-grid .full{grid-column:1/-1}
.bnp-field label{display:block;font-weight:700;margin-bottom:7px;color:#233229}
.bnp-field input,.bnp-field select,.bnp-field textarea{
 width:100%;min-height:50px;border:1px solid #d9e1dc;border-radius:12px;padding:12px 14px;background:#fff;color:#202b25;
}
.bnp-field textarea{min-height:110px;resize:vertical}
.bnp-submit{border:0;border-radius:12px;padding:15px 24px;background:linear-gradient(135deg,var(--bnp-red),#9f1727);color:#fff;font-weight:800;cursor:pointer}
.bnp-submit:hover{transform:translateY(-2px)}
.bnp-section-head{text-align:center;max-width:780px;margin:0 auto 34px}
.bnp-section-head p{color:var(--bnp-muted)}
.bnp-donate-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.bnp-donate-option{padding:22px;border:1px solid var(--bnp-border);border-radius:16px;background:#fff}
.bnp-donate-option strong{display:block;font-size:1.05rem;margin-bottom:7px}
.bnp-account-box{padding:24px;border-radius:18px;background:linear-gradient(135deg,#17211b,#244f34);color:#fff}
.bnp-account-box p{margin:.35rem 0;color:rgba(255,255,255,.82)}
@media(max-width:767px){
 body p,body li,body label,body input,body select,body textarea,body button{font-size:15px}
 .bnp-form-grid,.bnp-donate-options{grid-template-columns:1fr}
 .bnp-simple-form{padding:22px 16px}
}
/* Database-controlled website settings */
#bnpMaintenanceMode{position:fixed;inset:0;z-index:1000000;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#710b12,var(--bnp-dynamic-color,#c71920));color:#fff;text-align:center}
#bnpMaintenanceMode>div{max-width:650px;padding:50px;border:1px solid rgba(255,255,255,.25);border-radius:24px;background:rgba(0,0,0,.18);box-shadow:0 24px 70px rgba(0,0,0,.35)}
#bnpMaintenanceMode h1,#bnpMaintenanceMode h2{color:#fff;margin:0 0 16px}
#bnpMaintenanceMode p{font-size:18px;line-height:1.7;margin:0}
.bnp-dark-site{background:#111827;color:#e5e7eb}
.bnp-dark-site section,.bnp-dark-site .bnp-final-footer{filter:brightness(.9)}
