/* ── CV Section ── */
.cv-section {
  text-align: center;
}

.cv__header {
  margin-bottom: 3rem;
}

.edu-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: left;
}

.edu-entry {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.edu-entry__degree {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--navy);
  letter-spacing: 0.01em;
}

.edu-entry__school {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.cv__certifications {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: left;
}

.cv__certifications h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.cv__certifications p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.cv__download {
  margin-top: 1rem;
}

.cv__note {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
}
