body.page-programs .page-hero {
  background-color: #1b4931;
  background-image:
    linear-gradient(135deg, rgba(8, 27, 17, 0.2), rgba(183, 238, 164, 0.08)),
    url("../images/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.page-programs .spotlight-card {
  background:
    linear-gradient(145deg, rgba(10, 30, 76, 0.65), rgba(37, 99, 235, 0.58)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.page-programs .section-header {
  max-width: 50rem;
}

.page-programs .program-grid {
  align-items: stretch;
}

.page-programs .program-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  gap: 0.9rem;
  padding: clamp(1.35rem, 2vw, 1.9rem);
  border-radius: 1.75rem;
  border: 0.0625rem solid rgba(255, 177, 122, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 245, 238, 0.99), rgba(255, 236, 228, 0.95));
  box-shadow: 0 1.1rem 2.8rem rgba(255, 170, 95, 0.16);
}

.page-programs .program-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 16%,
      rgba(255, 255, 255, 0.72),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 34%);
  pointer-events: none;
}

.page-programs .program-card > * {
  position: relative;
  z-index: 1;
}

.page-programs .program-icon {
  width: 4.55rem;
  height: 4.55rem;
  display: inline-grid;
  place-items: center;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, #ff8b32, #ff7a1a);
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(255, 126, 38, 0.28);
}

.page-programs .program-icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-programs .program-card h3 {
  margin-bottom: 0.1rem;
  color: #2f2a26;
}

.page-programs .program-card p {
  margin-bottom: 0;
  color: #706761;
}

.page-programs .program-points {
  display: grid;
  gap: 0.72rem;
  padding: 0;
  margin: 0.3rem 0 0;
  list-style: none;
}

.page-programs .program-points li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  color: #6d645f;
}

.page-programs .program-points li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #ff7d1f;
  box-shadow: 0 0 0 0.28rem rgba(255, 125, 31, 0.12);
}

.page-programs .tone-education {
  background:
    linear-gradient(180deg, rgba(255, 242, 237, 0.99), rgba(255, 231, 222, 0.95));
  border-color: rgba(255, 177, 137, 0.42);
}

.page-programs .tone-healthcare {
  background:
    linear-gradient(180deg, rgba(245, 248, 255, 0.99), rgba(235, 240, 255, 0.95));
  border-color: rgba(164, 185, 255, 0.38);
}

.page-programs .tone-women {
  background:
    linear-gradient(180deg, rgba(255, 244, 248, 0.99), rgba(252, 235, 241, 0.95));
  border-color: rgba(245, 172, 193, 0.4);
}

.page-programs .tone-skills {
  background:
    linear-gradient(180deg, rgba(239, 249, 248, 0.99), rgba(230, 245, 242, 0.95));
  border-color: rgba(136, 210, 202, 0.36);
}

.page-programs .tone-community {
  background:
    linear-gradient(180deg, rgba(250, 242, 251, 0.99), rgba(243, 235, 248, 0.95));
  border-color: rgba(214, 180, 237, 0.38);
}

.page-programs .tone-sdg {
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.99), rgba(251, 240, 220, 0.95));
  border-color: rgba(243, 194, 124, 0.4);
}

@media (max-width: 40rem) {
  .page-programs .program-card {
    gap: 0.8rem;
    padding: 1.1rem 1.05rem;
    border-radius: 1.05rem;
  }

  .page-programs .program-icon {
    width: 3.55rem;
    height: 3.55rem;
    border-radius: 0.95rem;
  }

  .page-programs .program-icon svg {
    width: 1.55rem;
    height: 1.55rem;
  }

  .page-programs .program-points {
    gap: 0.55rem;
  }
}

@media (max-width: 40rem) {
  .page-programs .program-card {
    gap: 0.75rem;
    padding: 1.05rem;
    border-radius: 1.1rem;
  }

  .page-programs .program-icon {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 0.9rem;
  }

  .page-programs .program-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .page-programs .program-points {
    gap: 0.5rem;
  }

  .page-programs .program-points li {
    font-size: 0.88rem;
  }
}
