
/* v17: readability, layout fixes, payment cards, HOPE 100 */
.page-hero{margin-top:78px!important;min-height:500px!important;padding:110px 0 72px!important;background:#0b2d4b!important;}
.page-hero:after{background:linear-gradient(90deg,rgba(4,24,43,.88) 0%,rgba(4,24,43,.63) 50%,rgba(4,24,43,.38) 100%)!important;}
.page-hero h1,.page-hero .h1{color:#fff!important;text-shadow:0 2px 20px rgba(0,0,0,.28)!important;position:relative;z-index:3;}
.page-hero p,.page-hero .breadcrumb-mini{color:#f4f8fc!important;position:relative;z-index:3;}
.page-hero .breadcrumb-mini{font-weight:600;opacity:.95;}
.page-hero .container{z-index:3!important;}
.contact-layout>.col-lg-5,.contact-layout>.col-lg-7{align-self:flex-start!important;}
.contact-details-card,.contact-form-card,.payment-card,.transfer-confirm-card{height:auto!important;min-height:0!important;}
.contact-section{overflow:visible!important;}
.whatsapp-link{display:inline-flex;align-items:center;gap:.5rem;color:#0f7a43;font-weight:700;text-decoration:none;}
.whatsapp-link:hover{text-decoration:underline;}
.donation-methods .payment-card{display:flex;flex-direction:column;height:100%!important;position:relative;overflow:hidden;}
.donation-methods .payment-card .btn{margin-top:auto;align-self:flex-start;}
.payment-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#fff3e5;color:#ff8a00;font-size:1.25rem;margin-bottom:1rem;}
.recipient-number{display:inline-flex;align-items:center;gap:.8rem;flex-wrap:wrap;background:#fff;border:1px solid #dce7f2;border-radius:14px;padding:12px 15px;margin-top:12px;box-shadow:0 8px 24px rgba(28,60,90,.05)}
.recipient-number span{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#65788a;font-weight:700}.recipient-number strong{font-size:1.1rem;color:#0c3156}.copy-number-btn{border:0;border-radius:8px;padding:7px 10px;background:#edf6ff;color:#0f5da6;font-weight:700}
.transfer-confirm-card{padding:34px!important;}
.model-step-card{cursor:default!important;pointer-events:none!important;position:relative;padding-top:58px!important;box-shadow:0 10px 30px rgba(25,55,85,.06)!important;transform:none!important;}
.model-step-card:hover{transform:none!important;box-shadow:0 10px 30px rgba(25,55,85,.06)!important;}
.step-number{position:absolute;top:18px;left:22px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#ff8a00;color:#fff;font-size:.82rem;font-weight:800;}
.hope-stats .mini-stat{background:#f7fbff;border:1px solid #dfeaf5;border-radius:16px;padding:18px;text-align:center}.mini-stat strong{display:block;font-size:1.8rem;color:#0f5da6}.mini-stat span{font-size:.82rem;color:#627488}
.district-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.district-card{background:#fff;border:1px solid #dfe8f1;border-radius:16px;padding:22px;text-align:center;box-shadow:0 9px 24px rgba(25,55,85,.05)}.district-card strong{display:block;color:#0c3156;font-size:1.05rem}.district-card span{color:#687b8e;font-size:.9rem}
.hope-process{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.hope-step{background:#fff;border:1px solid #e0e8f0;border-radius:16px;padding:22px}.hope-step>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#ff8a00;color:#fff;font-weight:800;margin-bottom:14px}.hope-step h3{font-size:1.1rem;color:#0c3156}.hope-step p{color:#607487;margin-bottom:0;font-size:.92rem;line-height:1.6}
.budget-bars{display:grid;gap:10px;margin-top:20px}.budget-bars>div{display:flex;justify-content:space-between;gap:18px;padding:13px 15px;border-radius:11px;background:#f7fbff;border:1px solid #e1ebf4}.budget-bars span{color:#475f75}.budget-bars strong{white-space:nowrap;color:#0f5da6}
@media(max-width:991px){.page-hero{min-height:440px!important;padding:90px 0 60px!important}.district-grid,.hope-process{grid-template-columns:repeat(2,1fr)}.donation-methods .payment-card{height:auto!important}.budget-bars>div{flex-direction:column;gap:3px}}
@media(max-width:575px){.page-hero{min-height:400px!important;padding:82px 0 52px!important}.page-hero h1{font-size:2.25rem!important}.district-grid,.hope-process{grid-template-columns:1fr}.recipient-number{display:flex}.transfer-confirm-card{padding:22px!important}.budget-bars strong{white-space:normal}}

.footer-whatsapp{display:block;margin-top:8px;color:#dce9f5;text-decoration:none;font-size:.92rem}.footer-whatsapp:hover{color:#fff;text-decoration:underline}@media(max-width:575px){.page-hero{margin-top:70px!important}}

/* v19: compact non-interactive programme model steps */
.model-step-card{
  min-height:0!important;
  padding:42px 18px 16px!important;
  border-radius:14px!important;
  cursor:default!important;
  pointer-events:none!important;
  box-shadow:0 6px 18px rgba(25,55,85,.05)!important;
}
.model-step-card .step-number{
  width:25px!important;height:25px!important;line-height:25px!important;
  font-size:.72rem!important;top:12px!important;left:16px!important;
}
.model-step-card>i{font-size:1.15rem!important;margin-bottom:7px!important;}
.model-step-card h3{font-size:1rem!important;margin:0 0 5px!important;}
.model-step-card p{font-size:.88rem!important;line-height:1.45!important;margin:0!important;}
.model-step-card:hover{transform:none!important;box-shadow:0 6px 18px rgba(25,55,85,.05)!important;}
@media (min-width:992px){
  .model-step-card{max-width:230px;margin-inline:auto;}
  .model-step-card-row{max-width:500px;margin-left:auto;}
}
.image-context-note{font-size:.84rem;line-height:1.5;color:#66798c;margin-bottom:0}.site-footer a[href^="tel:"]{color:#dce9f5;text-decoration:none}.site-footer a[href^="tel:"]:hover{color:#fff;text-decoration:underline}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
