/* certificates.php */
.page-certificates .menu a.active { color: var(--blue); }

.cert-page-hero {
  padding: 120px 0 56px;
  background:
    linear-gradient(135deg, rgba(7,23,47,.92), rgba(11,36,72,.78)),
    url("../images/company-facility.jpg") center / cover no-repeat;
  color: #fff;
}
.cert-page-kicker {
  font-size: 12px; font-weight: 800; letter-spacing: .18em;
  color: #9bd652; margin-bottom: 14px;
}
.cert-page-hero h1 {
  margin: 0 0 16px; font-size: clamp(28px, 4vw, 42px); line-height: 1.25; letter-spacing: -.8px;
}
.cert-page-hero p {
  margin: 0; max-width: 720px; color: #d9e2ec; line-height: 1.75; font-size: 15px;
}

.cert-page-actions {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px;
}
.cert-page-actions a {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 20px; font-weight: 800;
  border: 1px solid var(--line); background: #fff; color: var(--navy);
}
.cert-page-actions a:hover { border-color: var(--blue); color: var(--blue); }

@media (max-width: 720px) {
  .cert-page-hero { padding: 96px 0 40px; }
  .cert-page-actions a { width: 100%; }
}
