:root{
  --bg:#0b1220;
  --text:#0f172a;
  --muted:#64748b;
  --card:#ffffff;
  --line:rgba(15,23,42,.12);

  --yellow:#facc15;
  --pink:#ff4fa3;
  --blue:#2563eb;
  --green:#22c55e;
  --lime:#a3e635;
  --purple:#8b5cf6;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#f8fafc}
a{color:inherit;text-decoration:none}
.container{max-width:1120px;margin:0 auto;padding:0 18px}
.hidden{display:none}
.mt-10{margin-top:10px}
.mt-12{margin-top:12px}
.tiny{font-size:12px}
.fw-900{font-weight:900}

/* Header */
.site-header{background:var(--yellow);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(0,0,0,.08)}
.nav{display:flex;align-items:center;gap:14px;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px;font-weight:900}
.brand-dot{width:14px;height:14px;border-radius:999px;background:#111}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-name{font-weight:900}
.brand-sub{font-weight:800;font-size:12px;opacity:.8}
.menu-btn{display:none;border:0;background:rgba(255,255,255,.35);padding:10px 12px;border-radius:12px;font-weight:900;cursor:pointer}
.nav-links{display:flex;align-items:center;gap:14px;flex:1;justify-content:center}
.nav-links a{font-weight:700;opacity:.9}
.nav-links a.active{text-decoration:underline;text-underline-offset:3px}
.cart-btn{border:0;background:rgba(255,255,255,.35);padding:10px 12px;border-radius:12px;font-weight:900;cursor:pointer}
.cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;margin-left:6px;border-radius:999px;background:#111;color:#fff;font-size:12px}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:16px;padding:12px 16px;font-weight:900;border:1px solid transparent;cursor:pointer}
.btn-full{width:100%}
.btn-sm{padding:10px 12px;border-radius:14px;font-size:13px}
.btn-primary{background:#111;color:#fff}
.btn-pink{background:var(--pink);color:#111}
.btn-blue{background:var(--blue);color:#fff}
.btn-yellow{background:var(--yellow);color:#111}
.btn-outline{background:transparent;border-color:rgba(17,17,17,.25)}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0)}

/* Hero */
.hero{background:linear-gradient(180deg, var(--yellow) 0%, #fff 60%);padding:44px 0 28px}
.hero-grid{display:grid;grid-template-columns:1.25fr .9fr;gap:22px;align-items:start}
.hero-copy h1{font-size:44px;line-height:1.05;margin:12px 0}
.muted{color:var(--muted)}
.pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(0,0,0,.08);font-weight:900}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.hero-stats{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}
.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px 14px;min-width:140px;box-shadow:0 10px 30px rgba(2,6,23,.06)}
.stat-num{font-weight:900;font-size:20px}
.stat-label{font-weight:700;color:var(--muted);font-size:12px;margin-top:4px}

.hero-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 20px 60px rgba(2,6,23,.10)}
.hero-card-top{display:flex;justify-content:space-between;gap:10px}
.meta{margin:12px 0 14px;padding-left:18px;color:var(--muted);font-weight:700}
.meta li{margin:6px 0}

/* Sections */
.section{padding:44px 0}
.section.soft{background:#fff}
h2{font-size:30px;margin:0 0 18px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 18px 50px rgba(2,6,23,.06)}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;align-items:start}

.tag{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-weight:900;font-size:12px}
.tag-blue{background:rgba(37,99,235,.15)}
.tag-green{background:rgba(34,197,94,.18)}
.tag-pink{background:rgba(255,79,163,.18)}
.tag-lime{background:rgba(163,230,53,.25)}
.tag-purple{background:rgba(139,92,246,.18)}

.quote-card{background:#111;color:#fff;border-radius:22px;padding:18px}
.quote{font-size:18px;line-height:1.4;font-weight:800}
.quote-who{display:flex;align-items:center;gap:12px;margin-top:16px}
.avatar{width:40px;height:40px;border-radius:14px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-weight:900}

/* Footer */
.footer{background:#0b1220;color:#fff;padding:34px 0 20px;margin-top:28px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px}
.footer-muted{color:rgba(255,255,255,.72);max-width:48ch}
.footer-links{display:grid;gap:10px;color:rgba(255,255,255,.9)}
.footer-form{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.footer-form input{padding:12px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;min-width:200px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:18px;gap:10px;flex-wrap:wrap}
.badge{display:inline-flex;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.10);font-weight:900}

/* Modals */
.overlay{position:fixed;inset:0;background:rgba(2,6,23,.55);opacity:0;pointer-events:none;transition:.2s;z-index:90}
.overlay.open{opacity:1;pointer-events:auto}
.modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(980px,92vw);background:#fff;border-radius:22px;border:1px solid var(--line);box-shadow:0 40px 120px rgba(2,6,23,.35);opacity:0;pointer-events:none;transition:.2s;z-index:100}
.modal.open{opacity:1;pointer-events:auto}
.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 16px;border-bottom:1px solid var(--line)}
.modal-head-actions{display:flex;gap:10px;align-items:center}
.icon-btn{border:0;background:rgba(2,6,23,.06);border-radius:14px;padding:10px 12px;cursor:pointer;font-weight:900}
.modal-body{padding:16px}
.two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}

.empty{padding:16px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);font-weight:700}
.cart-list{display:grid;gap:10px}
.cart-item{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:18px;padding:12px}
.cart-title{font-weight:900}
.cart-meta{color:var(--muted);font-weight:700;font-size:13px;margin-top:4px}
.cart-controls{display:flex;gap:10px;align-items:center;margin-top:10px;flex-wrap:wrap}
.qty{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:6px 10px}
.qty button{border:0;background:transparent;font-weight:900;cursor:pointer}
.remove{border:0;background:transparent;color:#ef4444;font-weight:900;cursor:pointer}

.summary{border:1px solid var(--line);border-radius:18px;padding:14px;background:#f8fafc}
.row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-weight:800}
.row.total{border-top:1px solid var(--line);margin-top:8px;padding-top:12px;font-weight:900;font-size:18px}

.checkout{display:grid;gap:12px}
.field label{display:block;font-weight:900;margin-bottom:6px}
.field input,.field textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  font-weight:650;
}
.field textarea{min-height:100px;resize:vertical}
.actions{display:flex;gap:10px;flex-wrap:wrap}
.success{display:none;margin-top:10px;padding:12px;border-radius:14px;background:rgba(34,197,94,.14);font-weight:900}

/* Toast */
.toast{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);background:#111;color:#fff;padding:12px 14px;border-radius:999px;opacity:0;pointer-events:none;transition:.2s;z-index:200;font-weight:800}
.toast.show{opacity:1}

/* Responsive */
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .two-col{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .nav-links{display:none;position:absolute;left:18px;right:18px;top:62px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:18px;padding:12px;flex-direction:column;align-items:stretch}
  .nav-links.open{display:flex}
  .menu-btn{display:inline-flex}
}
/* ==========================
   HOME PAGE COLOR SECTIONS
   Add bold color bands + more contrast
   ========================== */

.section.soft{
  background: linear-gradient(180deg, rgba(37,99,235,.10), rgba(255,79,163,.08));
}

.section:nth-of-type(2){
  background: #ffffff;
}

.section:nth-of-type(3){
  background: linear-gradient(90deg, rgba(255,79,163,.18), rgba(37,99,235,.15));
}

.section:nth-of-type(4){
  background: #0b1220;
  color: #fff;
}

.section:nth-of-type(4) .muted{
  color: rgba(255,255,255,.75);
}

.section:nth-of-type(4) .card{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  color: #fff;
}

/* Make the “What we offer” cards pop */
.cards .card{
  transition: transform .15s ease, box-shadow .15s ease;
}
.cards .card:hover{
  transform: translateY(-4px);
  box-shadow: 0 25px 70px rgba(2,6,23,.14);
}

/* Stronger button styling */
.btn-pink{
  box-shadow: 0 14px 40px rgba(255,79,163,.35);
}
.btn-blue{
  box-shadow: 0 14px 40px rgba(37,99,235,.30);
}
/* FORCE CRISIS SECTION TO DARK WITHOUT HTML EDIT */
.section.soft{
  background: #0b1220 !important;
  color: #ffffff;
}

.section.soft h2,
.section.soft h3{
  color: #ffffff;
}

.section.soft .muted{
  color: rgba(255,255,255,.8);
}

.section.soft .card,
.section.soft .quote-card{
  background: #ffffff;
  color: #0f172a;
}
/* ===== Homepage sections from screenshots ===== */

.band-green{background:#3a7b1d;color:#fff}
.band-purple{background:linear-gradient(135deg,#ff4fa3,#2563eb);color:#fff}
.band-lime{background:#b7d11a;color:#111}

.center{text-align:center}
.mt-12{margin-top:12px}
.mt-20{margin-top:20px}

.cards{display:grid;gap:20px}
.cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.cards.two,.cards.three{grid-template-columns:1fr}}

.program{padding:26px}
.program.featured{border:3px solid #ff4fa3}

.icon-circle{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;font-size:22px;margin:0 auto 14px;background:#fff}
.icon-circle.blue{background:#1d4ed8;color:#fff}
.icon-circle.yellow{background:#facc15;color:#111}
.icon-circle.green{background:#22c55e;color:#111}
.icon-circle.pink{background:#ff4fa3;color:#111}

.ticks{list-style:none;padding:0;margin:14px 0 18px;text-align:left}
.ticks li{margin:10px 0;position:relative;padding-left:24px}
.ticks li::before{content:"✓";position:absolute;left:0;top:0;color:#ff4fa3;font-weight:900}

.btn.wide{display:block;width:100%}

.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;text-align:left}
@media(max-width:900px){.how-grid{grid-template-columns:1fr}}

.how-card{border-radius:22px;padding:26px;color:#fff;position:relative}
.how-blue{background:#2563eb}
.how-pink{background:#ff4fa3;color:#111}
.how-num{width:44px;height:44px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;font-weight:900;margin-bottom:14px}

.emergency{background:#facc15;padding:18px;border-radius:16px}

.vol{background:rgba(255,255,255,.85)}
.vol .link{color:#1d4ed8;font-weight:800}

.resource{overflow:hidden}
.resource-top{height:110px;display:grid;place-items:center;font-size:34px;color:#fff;border-radius:18px}
.r-yellow .resource-top{background:#f59e0b}
.r-blue .resource-top{background:#2563eb}
.r-pink .resource-top{background:#ff4fa3}

.news-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:18px;text-align:left}
@media(max-width:900px){.news-grid{grid-template-columns:1fr}}
.news{display:flex;gap:14px;align-items:stretch}
.news.big{grid-row:span 2;flex-direction:column}
.news.wide{grid-column:1 / -1}
.news-img{height:220px;border-radius:18px;background:#111}
.news-thumb{width:150px;min-width:150px;border-radius:16px;background:#111}
@media(max-width:900px){.news-thumb{width:120px;min-width:120px}}
.news-body{padding:16px}
.news-body.lime{background:#b7d11a;border-radius:0 0 18px 18px}
.news-meta{display:flex;gap:10px;align-items:center;margin-bottom:10px}

.review-head{display:flex;gap:12px;align-items:center;margin-bottom:10px}
.badge{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;font-weight:900}
.badge.yellow{background:#facc15}
.badge.green{background:#22c55e}
.badge.pink{background:#ff4fa3}
.badge.blue{background:#2563eb;color:#fff}
.stars{color:#f59e0b;font-size:18px}

.actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.social{display:flex;gap:12px;justify-content:center}
.social-btn{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;text-decoration:none;font-weight:900}
