/* style/index-exclusive-promotions.css */
.page-index-exclusive-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #f8f9fa; /* Light background for the page */
}

.page-index-exclusive-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-index-exclusive-promotions__section {
  padding: 60px 0;
}

.page-index-exclusive-promotions__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
}

.page-index-exclusive-promotions__section-title--white {
  color: #ffffff;
}

.page-index-exclusive-promotions__description--white {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}

.page-index-exclusive-promotions__card {
  background: #ffffff;
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-exclusive-promotions__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-index-exclusive-promotions__card-title {
  font-size: 22px;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-index-exclusive-promotions__card p {
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-exclusive-promotions__btn-primary,
.page-index-exclusive-promotions__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-exclusive-promotions__btn-primary {
  background: #007bff;
  color: #ffffff;
  border: 2px solid #007bff;
}

.page-index-exclusive-promotions__btn-primary:hover {
  background: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-index-exclusive-promotions__btn-secondary {
  background: #ffc107;
  color: #333333;
  border: 2px solid #ffc107;
}

.page-index-exclusive-promotions__btn-secondary:hover {
  background: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-index-exclusive-promotions__btn-text {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-exclusive-promotions__btn-text:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* HERO Section */
.page-index-exclusive-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background: linear-gradient(135deg, #007bff, #ffc107);
  color: #ffffff;
  overflow: hidden;
}

.page-index-exclusive-promotions__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-index-exclusive-promotions__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.page-index-exclusive-promotions__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-index-exclusive-promotions__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-exclusive-promotions__main-title {
  font-size: 48px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-index-exclusive-promotions__intro-description {
  font-size: 20px;
  margin-bottom: 40px;
  color: #f0f8ff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-exclusive-promotions__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-index-exclusive-promotions__cta-button {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  flex-shrink: 0;
}

.page-index-exclusive-promotions__cta-button.page-index-exclusive-promotions__btn-primary {
  background: #ffc107;
  color: #333333;
  border-color: #ffc107;
}

.page-index-exclusive-promotions__cta-button.page-index-exclusive-promotions__btn-primary:hover {
  background: #e0a800;
  border-color: #e0a800;
  color: #ffffff;
}

.page-index-exclusive-promotions__cta-button.page-index-exclusive-promotions__btn-secondary {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.page-index-exclusive-promotions__cta-button.page-index-exclusive-promotions__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

/* Intro Module */
.page-index-exclusive-promotions__intro-module p {
  font-size: 17px;
  text-align: justify;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-index-exclusive-promotions__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
}

/* Quick Access Module */
.page-index-exclusive-promotions__dark-bg {
  background-color: #007bff;
  color: #ffffff;
}

.page-index-exclusive-promotions__grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-exclusive-promotions__quick-access .page-index-exclusive-promotions__card {
  background: rgba(255, 255, 255, 0.95);
  color: #333333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-index-exclusive-promotions__quick-access .page-index-exclusive-promotions__card-title {
  color: #007bff;
}

/* Games Module */
.page-index-exclusive-promotions__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.page-index-exclusive-promotions__game-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-exclusive-promotions__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-index-exclusive-promotions__game-card img {
  width: 100%;
  height: 220px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-index-exclusive-promotions__game-content {
  padding: 15px;
}

.page-index-exclusive-promotions__game-title {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 10px 0;
}