/* style/resources-typhu88-latest-promotions.css */
.page-resources-typhu88-latest-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f8f9fa; /* Default light background, overridden by sections */
}

.page-resources-typhu88-latest-promotions__hero-section {
  position: relative;
  padding: 80px 20px;
  padding-top: calc(var(--header-offset, 120px) + 60px); /* Ensure content is below fixed header, plus extra padding */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #26A9E0, #1a7bb7); /* Brand color gradient */
  overflow: hidden;
}

.page-resources-typhu88-latest-promotions__hero-content {
  max-width: 900px;
  z-index: 10;
  position: relative;
}

.page-resources-typhu88-latest-promotions__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-typhu88-latest-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-typhu88-latest-promotions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}

.page-resources-typhu88-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-resources-typhu88-latest-promotions__section {
  padding: 60px 20px;
  text-align: center;
}