/* Header styling */
.page-header {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a2530 100%);
  color: white;
  padding: 3rem 0;
  margin-bottom: 3rem;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  box-shadow: var(--shadow);
}

.page-header h1 {
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
}

.page-header .subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  color: white;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .page-header {
    padding: 1.5rem 1rem !important;
  }
  .page-header h1 {
    font-size: 1.8rem;
  }
  .product-highlights-section {
    padding: 1.2rem;
  }
}/*# sourceMappingURL=banner.css.map */