.charity-banner {
  background: linear-gradient(135deg, #0d1321 0%, #1a2438 100%);
  border: 1px solid #00f5ff;
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.charity-banner::after {
  content: "";
  position: absolute;
  top: -60%;
  right: -10%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(0,245,255,0.18) 0%, transparent 70%);
  border-radius: 50%;
}
.charity-banner h1, .charity-banner .lead { position: relative; z-index: 1; }

.rn-slider { border-radius: 16px; overflow: hidden; }
.rn-slider .carousel-item img { height: 420px; object-fit: cover; width: 100%; }
.rn-slider .carousel-caption { background: rgba(10,12,20,0.65); border-radius: 12px; padding: 1rem 1.5rem; left: 1rem; right: auto; text-align: left; }

.feature-box {
  background: #10182b;
  border: 1px solid rgba(0,245,255,0.35);
  border-radius: 14px;
  padding: 1.25rem;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-box:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0,245,255,0.15); }
.feature-box .bi { color: #00f5ff; font-size: 2rem; }

.blockquote-neon {
  background: #0d1321;
  border-left: 3px solid #00f5ff;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  color: #cfe5ec;
  font-size: 0.95rem;
}

.doc-link a { color: #00f5ff; text-decoration: none; }
.doc-link a:hover { text-decoration: underline; }

.blog-card {
  background: #10182b;
  border: 1px solid rgba(0,245,255,0.3);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}
.blog-card img { height: 180px; width: 100%; object-fit: cover; }
.blog-card .card-body { padding: 1rem; }
.blog-card h6 { line-height: 1.25; }

.rn-section-title {
  color: #00f5ff;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.rn-sidebar .list-group-item {
  background: #10182b;
  border-color: rgba(0,245,255,0.2);
  color: #cfe5ec;
}
.rn-sidebar .list-group-item.active {
  background: linear-gradient(135deg, rgba(0,245,255,0.25), rgba(0,245,255,0.1));
  border-color: #00f5ff;
  color: #fff;
}
.rn-sidebar .list-group-item:hover { background: rgba(0,245,255,0.1); color: #fff; }

.rn-donate-link {
  background: #0d1321 !important;
  color: #00f5ff !important;
  border: 1px solid #00f5ff !important;
}
.rn-donate-link:hover {
  background: #00f5ff !important;
  color: #000 !important;
  border-color: #00f5ff !important;
}
.rn-donate-big {
  background: #0d1321 !important;
  color: #00f5ff !important;
  border: 1px solid #00f5ff !important;
}
.rn-donate-big:hover {
  background: #00f5ff !important;
  color: #000 !important;
  border-color: #00f5ff !important;
}