.page-promotions {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8; /* Default light background */
}

.page-promotions__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 40px;
  padding-top: var(--header-offset, 120px); /* Ensure spacing below fixed header */
  background-color: #003366; /* Main brand color */
  color: #ffffff;
  overflow: hidden;
  min-height: 500px;
}

.page-promotions__hero-content {
  flex: 1;
  max-width: 600px;
  z-index: 1;
  padding-right: 40px;
}

.page-promotions__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Accent color for title */
}

.page-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-promotions__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}