/* Custom Colors */
:root {
  --page-primary-color: #2F6BFF;
  --page-secondary-color: #6FA3FF;
  --page-text-main: #1F2D3D;
  --page-text-black: #000000;
  --page-card-bg: #FFFFFF;
  --page-background: #F4F7FB;
  --page-border-color: #D6E2FF;
  --page-glow-color: #A5C4FF;
  --page-button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
}

.page-blog-5699-no-hu-latest-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--page-text-main); /* Default text color, assuming light body bg */
  background: var(--page-background); /* Page specific background, if different from body */
}

/* Ensure text contrast against body background (assuming light body bg for now) */
.page-blog-5699-no-hu-latest-promotions {
  color: var(--page-text-main); /* #1F2D3D */
}
.page-blog-5699-no-hu-latest-promotions__dark-bg {
  background: var(--page-primary-color); /* #2F6BFF */
  color: #ffffff; /* Forced white text */
}
.page-blog-5699-no-hu-latest-promotions__section-title--light,
.page-blog-5699-no-hu-latest-promotions__section-description--light {
  color: #ffffff;
}

/* General Section Styling */
.page-blog-5699-no-hu-latest-promotions__section {
  padding: 40px 0;
  margin-bottom: 20px;
}

.page-blog-5699-no-hu-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-5699-no-hu-latest-promotions__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: var(--page-text-black); /* #000000 */
}

.page-blog-5699-no-hu-latest-promotions__section-description {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
  color: var(--page-text-main);
}

/* Hero Section */
.page-blog-5699-no-hu-latest-promotions__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background: var(--page-primary-color); /* Fallback background for hero */
}

.page-blog-5699-no-hu-latest-promotions__hero-image-wrapper {
  width: 100%;
  height: 500px; /* Fixed height for hero image wrapper */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-5699-no-hu-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover for desktop, will change to contain on mobile */
  display: block;
}

.page-blog-5699-no-hu-latest-promotions__hero-content {
  text-align: center;
  padding: 40px 15px;
  color: #ffffff;
  background: linear-gradient(0deg, var(--page-primary-color) 0%, rgba(47, 107, 255, 0.8) 50%, transparent 100%); /* Gradient over image for text visibility */
  position: relative; /* Ensure content is above image but not overlapping it */
  z-index: 1; /* Ensure content is above the image but not absolutely positioned over it */
  margin-top: -100px; /* Pull up to overlay the bottom of the image */
  padding-top: 100px; /* compensate for negative margin */
}

.page-blog-5699-no-hu-latest-promotions__main-title {
  font-size: clamp(32px, 4vw, 48px); /* H1 font size with clamp */
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-5699-no-hu-latest-promotions__intro-text {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

/* CTA Buttons */
.page-blog-5699-no-hu-latest-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.page-blog-5699-no-hu-latest-promotions__cta-buttons--inline {
  justify-content: flex-start;
}
.page-blog-5699-no-hu-latest-promotions__cta-buttons--single {
  justify-content: center;
}
.page-blog-5699-no-hu-latest-promotions__cta-buttons--center {
  justify-content: center;
}

.page-blog-5699-no-hu-latest-promotions__btn-primary,
.page-blog-5699-no-hu-latest-promotions__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box; /* Ensure padding is included in width */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
}
.page-blog-5699-no-hu-latest-promotions__btn-primary--large,
.page-blog-5699-no-hu-latest-promotions__btn-secondary--large {
  padding: 18px 35px;
  font-size: 20px;
}

.page-blog-5699-no-hu-latest-promotions__btn-primary {
  background: var(--page-button-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-5699-no-hu-latest-promotions__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-5699-no-hu-latest-promotions__btn-secondary {
  background: #ffffff;
  color: var(--page-primary-color);
  border: 2px solid var(--page-primary-color);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.page-blog-5699-no-hu-latest-promotions__btn-secondary:hover {
  background: var(--page-primary-color);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

/* Promotions Overview Section */
.page-blog-5699-no-hu-latest-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-5699-no-hu-latest-promotions__promo-card {
  background: var(--page-card-bg); /* #FFFFFF */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--page-text-main);
}

.page-blog-5699-no-hu-latest-promotions__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.page-blog-5699-no-hu-latest-promotions__promo-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-5699-no-hu-latest-promotions__card-content {
  padding: 25px;
}

.page-blog-5699-no-hu-latest-promotions__card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-blog-5699-no-hu-latest-promotions__card-title a {
  color: var(--page-text-black); /* #000000 */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-5699-no-hu-latest-promotions__card-title a:hover {
  color: var(--page-primary-color);
}

.page-blog-5699-no-hu-latest-promotions__card-text {
  font-size: 16px;
  color: var(--page-text-main);
  margin-bottom: 20px;
}

.page-blog-5699-no-hu-latest-promotions__card-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background: var(--page-primary-color);
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-blog-5699-no-hu-latest-promotions__card-button:hover {
  background: var(--page-secondary-color);
}

/* Benefits Section */
.page-blog-5699-no-hu-latest-promotions__container--reverse {
  display: flex;
  align-items: center;
  gap: 50px;
}
.page-blog-5699-no-hu-latest-promotions__content-block {
  flex: 1;
}
.page-blog-5699-no-hu-latest-promotions__image-block {
  flex: 1;
  text-align: center;
}
.page-blog-5699-no-hu-latest-promotions__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  display: block; /* Ensure it behaves as a block element for max-width */
}

.page-blog-5699-no-hu-latest-promotions__benefits-list,
.page-blog-5699-no-hu-latest-promotions__reason-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.page-blog-5699-no-hu-latest-promotions__benefits-list li,
.page-blog-5699-no-hu-latest-promotions__reason-list li {
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: var(--page-text-main);
}

.page-blog-5699-no-hu-latest-promotions__benefits-list li::before,
.page-blog-5699-no-hu-latest-promotions__reason-list li::before {
  content: '✔';
  color: var(--page-primary-color);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* Game Strategies Section */
.page-blog-5699-no-hu-latest-promotions__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: var(--page-text-main);
}

.page-blog-5699-no-hu-latest-promotions__article-body p {
  margin-bottom: 20px;
}