.page-blog-2024-latest-gaming-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  padding-bottom: 50px;
}

.page-blog-2024-latest-gaming-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-blog-2024-latest-gaming-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  position: relative;
}

.page-blog-2024-latest-gaming-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-blog-2024-latest-gaming-promotions__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 900px;
  width: 90%;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-2024-latest-gaming-promotions__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFB04D; /* Glow */
  line-height: 1.2;
}

.page-blog-2024-latest-gaming-promotions__intro-text {
  font-size: clamp(1em, 1.5vw, 1.25em);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-2024-latest-gaming-promotions__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-2024-latest-gaming-promotions__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

.page-blog-2024-latest-gaming-promotions__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 165, 58, 0.6);
}

.page-blog-2024-latest-gaming-promotions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-blog-2024-latest-gaming-promotions__text-block {
  margin-bottom: 40px;
  background-color: #17191F; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C; /* Border */
}

.page-blog-2024-latest-gaming-promotions__section-title {
  font-size: 2.2em;
  color: #FFA53A; /* Auxiliary */
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-2024-latest-gaming-promotions h3 {
  font-size: 1.6em;
  color: #FFB04D; /* Glow */
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-blog-2024-latest-gaming-promotions p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #FFF3E6; /* Text Main */
}

.page-blog-2024-latest-gaming-promotions__list,
.page-blog-2024-latest-gaming-promotions__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-2024-latest-gaming-promotions__ordered-list {
  list-style-type: decimal;
}

.page-blog-2024-latest-gaming-promotions__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-blog-2024-latest-gaming-promotions__list-item strong {
  color: #FFA53A;
}

.page-blog-2024-latest-gaming-promotions__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.page-blog-2024-latest-gaming-promotions__inline-link {
  color: #FFB04D; /* Glow */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-2024-latest-gaming-promotions__inline-link:hover {
  color: #FFA53A;
}

.page-blog-2024-latest-gaming-promotions__faq-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.page-blog-2024-latest-gaming-promotions__faq-list {
  margin-top: 30px;
}

.page-blog-2024-latest-gaming-promotions__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: left;
}

.page-blog-2024-latest-gaming-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFA53A; /* Auxiliary */
  cursor: pointer;
  background-color: #1F2229;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-2024-latest-gaming-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-2024-latest-gaming-promotions__faq-question:hover {
  background-color: #2a2e36;
}

.page-blog-2024-latest-gaming-promotions__faq-qtext {
  flex-grow: 1;
}

.page-blog-2024-latest-gaming-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #FFB04D; /* Glow */
}

.page-blog-2024-latest-gaming-promotions__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #FFF3E6; /* Text Main */
  line-height: 1.7;
}

.page-blog-2024-latest-gaming-promotions__faq-answer p {
  margin-top: 15px;
  margin-bottom: 0;
}

.page-blog-2024-latest-gaming-promotions__cta-banner {
  background: linear-gradient(135deg, #FF8C1A 0%, #D96800 100%);
  padding: 60px 20px;
  text-align: center;
  border-radius: 10px;
  max-width: 1200px;
  margin: 60px auto;
  box-shadow: 0 10px 30px rgba(255, 140, 26, 0.5);
}

.page-blog-2024-latest-gaming-promotions__cta-title {
  font-size: 2.5em;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-2024-latest-gaming-promotions__cta-description {
  font-size: 1.2em;
  color: #FFF3E6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-2024-latest-gaming-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-2024-latest-gaming-promotions__btn-secondary {
  background: #17191F; /* Card BG */
  color: #FFB04D; /* Glow */
  border: 2px solid #FFB04D;
}

.page-blog-2024-latest-gaming-promotions__btn-secondary:hover {
  background-color: #2a2e36;
  color: #FFA53A;
  border-color: #FFA53A;
  transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-2024-latest-gaming-promotions__hero-content {
    max-width: 80%;
  }
  .page-blog-2024-latest-gaming-promotions__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }
  .page-blog-2024-latest-gaming-promotions__section-title {
    font-size: 2em;
  }
  .page-blog-2024-latest-gaming-promotions__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-blog-2024-latest-gaming-promotions {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-2024-latest-gaming-promotions__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-2024-latest-gaming-promotions__hero-content {
    position: static;
    transform: none;
    padding: 20px;
    background: rgba(13, 14, 18, 0.7); /* Background with transparency */
    border-radius: 0;
    width: 100%;
    margin-top: -5px; /* Pull up slightly */
  }
  .page-blog-2024-latest-gaming-promotions__hero-image-wrapper {
    max-height: 400px;
  }
  .page-blog-2024-latest-gaming-promotions__main-title {
    font-size: 2em !important;
  }
  .page-blog-2024-latest-gaming-promotions__intro-text {
    font-size: 1em !important;
  }
  .page-blog-2024-latest-gaming-promotions__content-area,
  .page-blog-2024-latest-gaming-promotions__faq-section,
  .page-blog-2024-latest-gaming-promotions__cta-banner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-2024-latest-gaming-promotions__text-block {
    padding: 20px;
  }
  .page-blog-2024-latest-gaming-promotions__section-title {
    font-size: 1.8em;
  }
  .page-blog-2024-latest-gaming-promotions h3 {
    font-size: 1.4em;
  }
  .page-blog-2024-latest-gaming-promotions p,
  .page-blog-2024-latest-gaming-promotions__list-item {
    font-size: 1em;
  }
  .page-blog-2024-latest-gaming-promotions__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-2024-latest-gaming-promotions__cta-button,
  .page-blog-2024-latest-gaming-promotions__btn-primary,
  .page-blog-2024-latest-gaming-promotions__btn-secondary,
  .page-blog-2024-latest-gaming-promotions a[class*="button"],
  .page-blog-2024-latest-gaming-promotions a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-2024-latest-gaming-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-2024-latest-gaming-promotions__cta-title {
    font-size: 1.8em;
  }
  .page-blog-2024-latest-gaming-promotions__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-blog-2024-latest-gaming-promotions__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-2024-latest-gaming-promotions__hero-section {
    padding-top: 10px !important;
  }
}