.page-banner {
  padding: 100px 0 40px;
  background: linear-gradient(135deg, var(--dark) 0%, #2165BF 100%);
  position: relative;
  overflow: hidden;
}

.page-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-title {
  color: white;
  margin-bottom: 1rem;
}

.page-subtitle {
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .page-banner {
    padding: 120px 0 40px;
  }
}
