:root {
  --ppa-gold: #f0b429;
  --ppa-gold-dark: #c69300;
  --ppa-bg: #fff8e5;
  --ppa-dark: #0a0a0a;
  --ppa-text: #333;
}

.ppa-scholarship-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--ppa-bg);
  color: var(--ppa-text);
}

.ppa-sch-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

/* HERO */
.ppa-sch-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.ppa-sch-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.65)),
    url('/wp-content/uploads/scholarship/scholarship-hero.webp') center/cover no-repeat;
  transform: scale(1.03);
}

.ppa-sch-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(240,180,41,.22), rgba(0,0,0,.72));
}

.ppa-sch-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  padding: 80px 5% 50px;
  color: #fff;
}

.ppa-sch-eyebrow {
  display: inline-block;
  color: var(--ppa-gold);
  border: 1px solid rgba(240,180,41,.6);
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 18px;
  background: rgba(0,0,0,.25);
}

.ppa-sch-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 1.08;
  color: var(--ppa-gold);
  margin: 0 0 18px;
  font-weight: 800;
}

.ppa-sch-hero p {
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto 32px;
  color: #fff;
}

.ppa-sch-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 850px;
  margin: 0 auto 34px;
}

.ppa-sch-hero-stats div {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(240,180,41,.45);
  border-radius: 22px;
  padding: 22px 16px;
  backdrop-filter: blur(8px);
}

.ppa-sch-hero-stats strong {
  display: block;
  color: var(--ppa-gold);
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 8px;
}

.ppa-sch-hero-stats span {
  color: #fff;
  font-size: .95rem;
}

/* BUTTONS */
.ppa-sch-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.ppa-sch-btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: .25s ease;
}

.ppa-sch-btn-primary {
  background: var(--ppa-gold);
  color: #000;
}

.ppa-sch-btn-outline {
  border: 2px solid var(--ppa-gold);
  color: var(--ppa-gold);
  background: transparent;
}

.ppa-sch-btn:hover {
  transform: translateY(-2px);
}

.ppa-sch-btn-primary:hover {
  color: #000;
  background: #ffd45a;
}

.ppa-sch-btn-outline:hover {
  background: var(--ppa-gold);
  color: #000;
}

/* INTRO */
.ppa-sch-intro {
  background: var(--ppa-bg);
  padding: 75px 0;
  text-align: center;
}

.ppa-sch-intro h2,
.ppa-sch-title {
  color: var(--ppa-dark);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 800;
  margin-bottom: 24px;
  text-align: center;
}

.ppa-sch-intro p {
  max-width: 1050px;
  margin: 0 auto 18px;
  font-size: 1.05rem;
  line-height: 1.85;
}

/* SECTIONS */
.ppa-sch-section {
  padding: 85px 0;
  background: #fff;
}

.ppa-sch-light {
  background: linear-gradient(180deg, #fff8e5 0%, #fdf3d0 100%);
}



.ppa-sch-title.light {
  color: var(--ppa-gold);
}

.ppa-sch-center-text {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 35px;
  color: inherit;
  font-size: 1.08rem;
}

/* CARDS */
.ppa-sch-card-grid {
  display: grid;
  gap: 26px;
}

.ppa-sch-card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.ppa-sch-card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.ppa-sch-card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.ppa-sch-card {
  background: #fff;
  border: 2px solid rgba(240,180,41,.55);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.ppa-sch-card h3 {
  color: var(--ppa-gold-dark);
  font-size: 1.45rem;
  margin-bottom: 14px;
  font-weight: 800;
}

.ppa-sch-card p,
.ppa-sch-card li {
  font-size: 1rem;
  line-height: 1.75;
}

.ppa-sch-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.ppa-sch-tag {
  display: inline-block;
  background: var(--ppa-gold);
  color: #000;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 800;
  margin-bottom: 14px;
}

/* ELIGIBILITY */
.ppa-sch-eligibility {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.ppa-sch-eligibility-box {
  background: var(--ppa-bg);
  border-left: 6px solid var(--ppa-gold);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 10px 24px rgba(0,0,0,.07);
}

.ppa-sch-eligibility-box h3 {
  color: var(--ppa-gold-dark);
  font-size: 1.35rem;
  margin-bottom: 12px;
}

/* PROOF IMAGE */
.ppa-sch-proof {
  max-width: 950px;
  margin: 0 auto;
  background: #111;
  border: 2px solid rgba(240,180,41,.55);
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 16px 35px rgba(0,0,0,.35);
}

.ppa-sch-proof img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* MINI CARDS */
.ppa-sch-mini-card {
  background: #fff;
  border: 2px solid rgba(240,180,41,.55);
  border-radius: 20px;
  padding: 24px 18px;
  text-align: center;
  font-weight: 800;
  color: var(--ppa-dark);
  box-shadow: 0 8px 18px rgba(0,0,0,.07);
}

/* FAQ */
.ppa-sch-faq {
  background: var(--ppa-bg);
}

.ppa-sch-faq-list {
  max-width: 950px;
  margin: 0 auto;
}

.ppa-sch-faq-item {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 14px;
  border: 1px solid rgba(240,180,41,.5);
  overflow: hidden;
}

.ppa-sch-faq-question {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 20px 22px;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ppa-dark);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.ppa-sch-faq-question span {
  color: var(--ppa-gold-dark);
  font-size: 1.5rem;
  line-height: 1;
}

.ppa-sch-faq-answer {
  display: none;
  padding: 0 22px 20px;
}

.ppa-sch-faq-item.active .ppa-sch-faq-answer {
  display: block;
}

.ppa-sch-faq-answer p {
  margin: 0;
  line-height: 1.7;
}

/* FINAL CTA */
.ppa-sch-dark {
  background: linear-gradient(180deg, #fff8e5 0%, #fdf3d0 100%);
  color: #0a0a0a;
}

.ppa-sch-title.light {
  color: #0a0a0a;
}

.ppa-sch-final-cta {
  background: linear-gradient(180deg, #fff8e5 0%, #fdf3d0 100%);
  color: #0a0a0a;
  text-align: center;
  padding: 85px 5%;
  border-top: 2px solid rgba(240,180,41,.45);
}

.ppa-sch-final-cta h2 {
    color: var(--ppa-dark);;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}

.ppa-sch-final-cta p {
  max-width: 780px;
  margin: 0 auto 28px;
  font-size: 1.08rem;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ppa-sch-card-grid.two,
  .ppa-sch-card-grid.three,
  .ppa-sch-card-grid.four,
  .ppa-sch-eligibility {
    grid-template-columns: 1fr;
  }

  .ppa-sch-hero-stats {
    grid-template-columns: 1fr;
  }

  .ppa-sch-hero {
    min-height: 82vh;
  }
}

@media (max-width: 600px) {
  .ppa-sch-section,
  .ppa-sch-intro,
  .ppa-sch-final-cta {
    padding: 58px 0;
  }

  .ppa-sch-card,
  .ppa-sch-eligibility-box {
    padding: 24px;
  }

  .ppa-sch-hero-content {
    padding-top: 60px;
  }
}