/* ===== PPDB CARD ===== */
.ppdb-card {
  padding: 2rem;
}

.ppdb-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.ppdb-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(29, 78, 137, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--biru);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.ppdb-card-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--biru);
  margin: 0;
}

.ppdb-list {
  list-style: disc;
  padding-left: 1.125rem;
  margin: 0;
}

.ppdb-list li {
  margin-bottom: .5rem;
  font-size: .875rem;
  color: #475569;
  line-height: 1.65;
}

.ppdb-list li:last-child {
  margin-bottom: 0;
}

.ppdb-text {
  font-size: .875rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: .75rem;
}

.ppdb-text:last-child {
  margin-bottom: 0;
}

.ppdb-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ppdb-step {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}

.ppdb-step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--biru);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .75rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.ppdb-step-content {
  display: flex;
  flex-direction: column;
}

.ppdb-step-title {
  font-size: .875rem;
  font-weight: 600;
  color: var(--biru);
  margin-bottom: 1px;
}

.ppdb-step-desc {
  font-size: .813rem;
  color: #475569;
  line-height: 1.55;
}

/* ===== PPDB CTA ===== */
.ppdb-cta {
  margin-top: 3rem;
  padding: 3rem;
  text-align: center;
  background: linear-gradient(135deg, #1D4E89 0%, #0f2d4e 100%);
  border-radius: 20px;
}

.ppdb-cta-title {
  color: var(--putih);
  font-size: 1.75rem;
  margin-bottom: .5rem;
  font-weight: 700;
}

.ppdb-cta-text {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
