.page-blog-hi8823-web-promotions-vip {
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.page-blog-hi8823-web-promotions-vip__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-hi8823-web-promotions-vip__hero-section {
  position: relative;
  display: flex;
  flex-direction: column; /* Image on top, content below */
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  overflow: hidden; /* Ensure no overflow from image */
  background-color: #0D0E12; /* Match body background */
}

.page-blog-hi8823-web-promotions-vip__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Limit height for aesthetic */
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-hi8823-web-promotions-vip__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-hi8823-web-promotions-vip__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-hi8823-web-promotions-vip__hero-title {
  font-size: clamp(2.2em, 4vw, 2.8em); /* Use clamp for H1 */
  font-weight: 700;
  color: #FFF3E6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-blog-hi8823-web-promotions-vip__hero-description {
  font-size: 1.1em;
  color: #FFF3E6; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-hi8823-web-promotions-vip__hero-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #ffffff; /* White text for buttons */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4); /* Glow */
  border: none;
  cursor: pointer;
  max-width: 100%; /* Button responsive */
  box-sizing: border-box; /* Button responsive */
  white-space: normal; /* Button responsive */
  word-wrap: break-word; /* Button responsive */
}

.page-blog-hi8823-web-promotions-vip__hero-button:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #FFA53A 100%); /* Glow */
}

/* General Section Styles */
.page-blog-hi8823-web-promotions-vip__overview-section,
.page-blog-hi8823-web-promotions-vip__promotions-section,
.page-blog-hi8823-web-promotions-vip__terms-section,
.page-blog-hi8823-web-promotions-vip__how-to-claim-section,
.page-blog-hi8823-web-promotions-vip__cta-section {
  padding: 60px 0;
  background-color: #0D0E12; /* Background */
  color: #FFF3E6; /* Text Main */
}

.page-blog-hi8823-web-promotions-vip__dark-section {
  background-color: #17191F; /* Card BG */
  color: #FFF3E6; /* Text Main */
}

.page-blog-hi8823-web-promotions-vip__section-title {
  font-size: 2.2em;
  color: #FF8C1A; /* Main color for titles */
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-blog-hi8823-web-promotions-vip__section-title--light {
  color: #FFF3E6; /* Light text for dark sections */
}

.page-blog-hi8823-web-promotions-vip__section-description {
  font-size: 1.05em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #FFF3E6; /* Text Main */
}

.page-blog-hi8823-web-promotions-vip__section-description--light {
  color: #FFF3E6; /* Light text for dark sections */
}

/* Promotion Grid */
.page-blog-hi8823-web-promotions-vip__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hi8823-web-promotions-vip__promotion-card {
  background-color: #17191F; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  border: 1px solid #A84F0C; /* Border */
}

.page-blog-hi8823-web-promotions-vip__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-hi8823-web-promotions-vip__card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-hi8823-web-promotions-vip__card-title {
  font-size: 1.4em;
  color: #FFA53A; /* Auxiliary color for card titles */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-hi8823-web-promotions-vip__card-text {
  font-size: 1em;
  color: #FFF3E6; /* Text Main */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-hi8823-web-promotions-vip__card-button {
  display: inline-block;
  padding: 12px 20px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #ffffff; /* White text for buttons */
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  align-self: flex-start; /* Align button to start */
  border: none;
  cursor: pointer;
  max-width: 100%; /* Button responsive */
  box-sizing: border-box; /* Button responsive */
  white-space: normal; /* Button responsive */
  word-wrap: break-word; /* Button responsive */
}

.page-blog-hi8823-web-promotions-vip__card-button:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #FFA53A 100%); /* Glow */
}

/* VIP Program Section */
.page-blog-hi8823-web-promotions-vip__vip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}