.page-promotions {
  background-color: #0D0E12; /* Overall background for the page */
  color: #FFF3E6; /* Main text color for dark background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-promotions__section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions__section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFB04D; /* Glow color for titles */
  text-align: center;
  line-height: 1.2;
}

.page-promotions__text-block {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF3E6;
}

/* HERO Section */
.page-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #0D0E12; /* Ensure hero background matches body */
  overflow: hidden; /* Prevent image overflow */
}

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

.page-promotions__hero-image {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden; /* Ensure image within its container doesn't overflow */
}

.page-promotions__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

.page-promotions__hero-content h1 {
  font-size: clamp(30px, 4vw, 48px); /* H1 size with clamp */
  font-weight: 800;
  color: #FFB04D; /* Use Glow color for H1 */
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions__hero-content p {
  font-size: clamp(16px, 2vw, 20px);
  color: #FFF3E6;
  max-width: 700px;
  margin: 0 auto 30px auto;
}

.page-promotions__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: none;
}

.page-promotions__cta-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Section: Intro (Why Choose) */
.page-promotions__intro-section {
  background-color: #17191F; /* Card BG color for this section */
  color: #FFF3E6;
}

.page-promotions__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions__feature-item {
  background-color: #0D0E12; /* Darker background for feature cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
  border: 1px solid #A84F0C; /* Border color */
}

.page-promotions__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions__feature-item img {
  
  
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid #FF8C1A; /* Primary color border for icons */
}

.page-promotions__feature-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFB04D;
}

.page-promotions__feature-item p {
  font-size: 16px;
  color: #FFF3E6;
}

/* Section: Quick Access Links */
.page-promotions__quick-access-section {
  background-color: #0D0E12;
}

.page-promotions__button-group {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping for multiple buttons */
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-promotions__btn-primary,
.page-promotions__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent; /* Default transparent border */
  max-width: 100%; /* For mobile responsiveness */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
}

.page-promotions__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}

.page-promotions__btn-secondary {
  background-color: #17191F; /* Card BG */
  color: #FF8C1A; /* Primary color text */
  border-color: #FF8C1A; /* Primary color border */
}

.page-promotions__btn-secondary:hover {
  background-color: #FF8C1A;
  color: #ffffff;
  border-color: #FFA53A;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}

/* Section: Game Offers */
.page-promotions__game-offers-section {
  background-color: #17191F; /* Card BG color */
  color: #FFF3E6;
}

.page-promotions__game-offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions__game-card {
  background-color: #0D0E12;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #A84F0C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promotions__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions__game-card img {
  width: 100%;
   /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #FF8C1A;
}

.page-promotions__game-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFB04D;
}

.page-promotions__game-card p {
  font-size: 15px;
  color: #FFF3E6;
  flex-grow: 1; /* Allow paragraph to take available space */
  margin-bottom: 20px;
}

.page-promotions__learn-more {
  display: inline-block;
  color: #FF8C1A;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.page-promotions__learn-more:hover {
  color: #FFA53A;
  text-decoration: underline;
}

/* Section: Current Promotions */
.page-promotions__current-promotions-section {
  background-color: #0D0E12;
}

.page-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions__promo-card {
  background-color: #17191F;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #A84F0C;
  display: flex;
  flex-direction: column;
}

.page-promotions__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions__promo-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #FF8C1A;
}

.page-promotions__promo-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFB04D;
}

.page-promotions__promo-card p {
  font-size: 15px;
  color: #FFF3E6;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-promotions__view-all-promos {
  margin-top: 50px;
}

/* Section: Security & Support */
.page-promotions__security-support-section {
  background-color: #17191F;
  color: #FFF3E6;
}

.page-promotions__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions__info-item {
  background-color: #0D0E12;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #A84F0C;
}

.page-promotions__info-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFB04D;
}

.page-promotions__info-item p {
  font-size: 16px;
  color: #FFF3E6;
}

.page-promotions__contact-cta {
  margin-top: 50px;
}

/* Section: FAQ */
.page-promotions__faq-section {
  background-color: #0D0E12;
}

.page-promotions__faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
  text-align: left;
}

details.page-promotions__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #A84F0C; /* Border color */
  overflow: hidden;
  background: #17191F; /* Card BG */
  color: #FFF3E6;
}
details.page-promotions__faq-item summary.page-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFB04D; /* Question text color */
  font-weight: bold;
}
details.page-promotions__faq-item summary.page-promotions__faq-question::-webkit-details-marker {
  display: none;
}
details.page-promotions__faq-item summary.page-promotions__faq-question:hover {
  background: rgba(255, 140, 26, 0.1); /* Slight hover effect with primary color */
}
.page-promotions__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFB04D; /* Ensure consistency */
}
.page-promotions__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FF8C1A; /* Primary color for toggle icon */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-promotions__faq-item .page-promotions__faq-answer {
  padding: 0 20px 20px;
  background: #0D0E12; /* Darker background for answer */
  border-radius: 0 0 5px 5px;
  color: #FFF3E6;
  font-size: 15px;
}

/* Section: Latest Blog */
.page-promotions__latest-blog-section {
  background-color: #17191F;
  color: #FFF3E6;
}

.page-promotions__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions__blog-card {
  background-color: #0D0E12;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: transform 0.3s ease;
  border: 1px solid #A84F0C;
  display: flex;
  flex-direction: column;
}

.page-promotions__blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions__blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #FF8C1A;
}

.page-promotions__blog-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-promotions__blog-title a {
  color: #FFB04D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promotions__blog-title a:hover {
  color: #FFA53A;
  text-decoration: underline;
}

.page-promotions__blog-excerpt {
  font-size: 15px;
  color: #FFF3E6;
  flex-grow: 1;
  margin-bottom: 15px;
}

.page-promotions__blog-date {
  font-size: 14px;
  color: #A84F0C; /* Border color for date text */
  margin-top: 10px;
}

.page-promotions__view-all-blog {
  margin-top: 50px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-promotions__container {
    padding: 30px 15px;
  }
  .page-promotions__section-title {
    font-size: 32px;
  }
  .page-promotions__text-block {
    font-size: 16px;
  }
  .page-promotions__hero-content h1 {
    font-size: clamp(28px, 5vw, 40px);
  }
  .page-promotions__hero-content p {
    font-size: clamp(15px, 2.5vw, 18px);
  }
}

@media (max-width: 768px) {
  .page-promotions__section {
    padding: 40px 0;
  }
  .page-promotions__section-title {
    font-size: 28px;
  }
  .page-promotions__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions__hero-image img {
    border-radius: 4px;
  }
  .page-promotions__hero-content h1 {
    font-size: clamp(24px, 6vw, 36px);
  }
  .page-promotions__hero-content p {
    font-size: clamp(14px, 3vw, 16px);
  }
  .page-promotions__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Responsive images */
  .page-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions__section,
  .page-promotions__container,
  .page-promotions__feature-item,
  .page-promotions__game-card,
  .page-promotions__promo-card,
  .page-promotions__info-item,
  .page-promotions__blog-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions__button-group {
    flex-direction: column; /* Stack buttons vertically on mobile */
    gap: 15px;
  }
  .page-promotions__btn-primary,
  .page-promotions__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
  }
  .page-promotions__game-card img,
  .page-promotions__promo-card img,
  .page-promotions__blog-card img {
    height: auto; /* Allow height to adjust */
     /* Max height for smaller screens */
  }
  details.page-promotions__faq-item summary.page-promotions__faq-question { padding: 15px; }
  .page-promotions__faq-qtext { font-size: 15px; }
  details.page-promotions__faq-item .page-promotions__faq-answer { padding: 0 15px 15px; }
}

@media (max-width: 480px) {
  .page-promotions__section-title {
    font-size: 24px;
  }
  .page-promotions__text-block {
    font-size: 15px;
  }
  .page-promotions__feature-title,
  .page-promotions__game-title,
  .page-promotions__promo-title,
  .page-promotions__info-title {
    font-size: 20px;
  }
  .page-promotions__faq-qtext {
    font-size: 14px;
  }
}