:root {
  --page-title-color: #143a6b;
  --page-title-accent: #1d6fed;
  --page-title-background: linear-gradient(90deg, rgba(29, 111, 237, 0.12) 0%, rgba(29, 111, 237, 0.05) 58%, rgba(29, 111, 237, 0) 100%);
  --page-title-shadow: 0 12px 28px rgba(17, 64, 143, 0.12);
}

.page-title {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 750;
  letter-spacing: 0.01em;
  line-height: 1.18;
  color: var(--page-title-color);
  margin: clamp(1.6rem, 4vw, 2.6rem) clamp(1.2rem, 4vw, 3.2rem) clamp(1.1rem, 3vw, 1.8rem);
  padding: clamp(0.45rem, 1vw, 0.75rem) clamp(1.2rem, 2.8vw, 1.9rem);
  border-left: 6px solid var(--page-title-accent);
  border-radius: 0 18px 18px 0;
  background: var(--page-title-background);
  box-shadow: var(--page-title-shadow);
  max-width: min(100%, 960px);
  display: flex;
  align-items: center;
  width: fit-content;
  flex-wrap: wrap;
  text-wrap: balance;
}

.page-header {
  width: 100%;
  display: flex;
  justify-content: center;
}

.page-title__status {
  color: #b20;
  font-weight: 700;
  margin-left: 0.5em;
}

.page-title--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
}

.page-title--compact {
  margin-bottom: clamp(0.7rem, 1.8vw, 1.1rem);
}

.page-title--tight {
  margin-top: clamp(1rem, 2.6vw, 1.5rem);
}

@media (max-width: 768px) {
  .page-title {
    margin: clamp(1.2rem, 5vw, 2.2rem) clamp(0.9rem, 4vw, 2.4rem) clamp(0.9rem, 3vw, 1.4rem);
    padding: clamp(0.4rem, 1.6vw, 0.65rem) clamp(1rem, 4vw, 1.4rem);
    border-left-width: 5px;
    border-radius: 0 14px 14px 0;
  }
}
