.charity-page {
  background: linear-gradient(180deg, #eef6fc 0%, #f8fafc 28%, #fff 100%);
}

.charity-page .hub-hero--charity {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.charity-hero__orb {
  position: absolute;
  top: -6rem;
  right: -8%;
  width: 40rem;
  height: 40rem;
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
  animation: charity-orb-float 8s ease-in-out infinite;
}

@keyframes charity-orb-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1.2rem);
  }
}

.charity-page .hub-hero__inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .charity-hero__orb {
    display: none;
  }
}

.charity-intro {
  padding: 3rem 0 2rem;
}

.charity-intro__title {
  font-size: clamp(2.8rem, 3.5vw, 3.6rem);
  font-weight: 600;
  color: #082d7c;
  margin: 0 0 1.2rem;
  max-width: 52rem;
}

.charity-intro__text {
  font-size: 1.7rem;
  line-height: 1.55;
  color: #444651;
  margin: 0;
  max-width: 72rem;
}

.charity-vectors {
  padding: 2rem 0 3rem;
}

.charity-vectors__title {
  font-size: clamp(2.8rem, 3.5vw, 3.6rem);
  font-weight: 600;
  color: #082d7c;
  margin: 0 0 0.8rem;
  text-align: center;
}

.charity-vectors__lead {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #555;
  margin: 0 auto 2.4rem;
  max-width: 56rem;
  text-align: center;
}

.charity-vectors__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .charity-vectors__grid {
    grid-template-columns: 1fr;
  }
}

.charity-vector {
  padding: 2.4rem;
  border-radius: 1.6rem;
  background: #fff;
  border: 0.1rem solid #ced9f2;
  list-style: none;
}

.charity-vector__num {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #54b7eb;
  margin-bottom: 0.8rem;
}

.charity-vector__title {
  font-size: 2rem;
  font-weight: 600;
  color: #082d7c;
  margin: 0 0 0.8rem;
}

.charity-vector__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #444;
  margin: 0;
}

.charity-vector__link {
  display: inline-block;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.charity-trust {
  padding: 2rem 0 3rem;
}

.charity-trust__title {
  font-size: clamp(2.6rem, 3vw, 3.2rem);
  font-weight: 600;
  color: #082d7c;
  margin: 0 0 2rem;
  text-align: center;
}

.charity-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .charity-trust__grid {
    grid-template-columns: 1fr;
  }
}

.charity-trust-item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.85);
  border: 0.1rem solid #ced9f2;
  list-style: none;
}

.charity-trust-item__icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}

.charity-trust-item__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  margin: 0;
}

.charity-project__eyebrow {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #54b7eb;
  margin: 0 0 0.8rem;
}

.charity-project {
  padding: 2rem 0 4rem;
}

.charity-project__card {
  padding: 3rem;
  border-radius: 2rem;
  background: #fff;
  border: 0.1rem solid #ced9f2;
  box-shadow: 0 1.6rem 3.2rem rgba(8, 45, 124, 0.08);
}

.charity-project__title {
  font-size: 3rem;
  font-weight: 600;
  color: #082d7c;
  margin: 0 0 1.2rem;
}

.charity-project__desc {
  font-size: 1.6rem;
  line-height: 1.55;
  color: #444;
  margin: 0 0 2.4rem;
  max-width: 72rem;
}

.charity-fund {
  margin-bottom: 2.4rem;
}

.charity-fund:last-child {
  margin-bottom: 0;
}

.charity-fund__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem 1.6rem;
  margin-bottom: 0.8rem;
}

.charity-fund__label {
  font-size: 1.8rem;
  font-weight: 600;
  color: #082d7c;
  margin: 0;
}

.charity-fund__amount {
  font-size: 1.6rem;
  font-weight: 600;
  color: #54b7eb;
  margin: 0;
}

.charity-fund__meta {
  font-size: 1.4rem;
  color: #666;
  margin: 0 0 1rem;
}

.charity-fund__bar {
  height: 1rem;
  border-radius: 999rem;
  background: #e8f0fc;
  overflow: hidden;
}

.charity-fund__fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #082d7c 0%, #54b7eb 100%);
}

.charity-fund__fill--mvp {
  width: 0%;
}

.charity-fund__fill--full {
  width: 0%;
}

.charity-partners {
  padding: 4rem 0 2rem;
}

.charity-partners .section-partners__title {
  text-align: center;
}

.charity-help {
  padding: 2rem 0 4rem;
}
