.page-blog-12win-latest-promotions {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-12win-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0;
  overflow: hidden;
}

.page-blog-12win-latest-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  margin-bottom: 40px; /* Space between image and content */
}

.page-blog-12win-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-12win-latest-promotions__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-12win-latest-promotions__hero-title {
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-12win-latest-promotions__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

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

.page-blog-12win-latest-promotions__btn-primary,
.page-blog-12win-latest-promotions__btn-secondary,
.page-blog-12win-latest-promotions a[class*="button"],
.page-blog-12win-latest-promotions a[class*="btn"] {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-12win-latest-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-12win-latest-promotions__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-12win-latest-promotions__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-12win-latest-promotions__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  color: #57E38D; /* Glow */
  transform: translateY(-2px);
}

.page-blog-12win-latest-promotions__section {
  padding: 60px 20px;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-12win-latest-promotions__section:last-of-type {
  border-bottom: none;
}

.page-blog-12win-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-12win-latest-promotions__heading {
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-12win-latest-promotions__paragraph {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-12win-latest-promotions__highlight {
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
}

.page-blog-12win-latest-promotions__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

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

.page-blog-12win-latest-promotions__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-blog-12win-latest-promotions__card:hover {
  transform: translateY(-5px);
}

.page-blog-12win-latest-promotions__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-12win-latest-promotions__card-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.3em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-12win-latest-promotions__card-text {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-12win-latest-promotions__card-button {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.page-blog-12win-latest-promotions__card-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

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

.page-blog-12win-latest-promotions__step-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-12win-latest-promotions__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-12win-latest-promotions__step-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.2em;
  margin-bottom: 10px;
}

.page-blog-12win-latest-promotions__step-text {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-12win-latest-promotions__step-text a {
  color: #2AD16F;
  text-decoration: none;
}

.page-blog-12win-latest-promotions__step-text a:hover {
  text-decoration: underline;
}

.page-blog-12win-latest-promotions__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-12win-latest-promotions__benefits-list li {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.page-blog-12win-latest-promotions__benefits-list li::before {
  content: '✔';
  color: #2AD16F;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

.page-blog-12win-latest-promotions__list-item-title {
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
}

.page-blog-12win-latest-promotions__faq-list {
  margin-top: 40px;
}

.page-blog-12win-latest-promotions__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-12win-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

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

.page-blog-12win-latest-promotions__faq-question:hover {
  background-color: rgba(46, 122, 78, 0.2);
}

.page-blog-12win-latest-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #F2C14E; /* Gold */
  margin-left: 15px;
}

.page-blog-12win-latest-promotions__faq-item[open] .page-blog-12win-latest-promotions__faq-toggle {
  content: '−';
}

.page-blog-12win-latest-promotions__faq-answer {
  padding: 0 25px 18px 25px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

.page-blog-12win-latest-promotions__faq-answer a {
  color: #2AD16F;
  text-decoration: none;
}

.page-blog-12win-latest-promotions__faq-answer a:hover {
  text-decoration: underline;
}

.page-blog-12win-latest-promotions__faq-image {
  max-width: 600px;
  margin-top: 60px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-12win-latest-promotions__hero-title {
    font-size: 2.5em;
  }
  .page-blog-12win-latest-promotions__heading {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-12win-latest-promotions__hero-title {
    font-size: clamp(1.8em, 5vw, 2.2em);
  }
  .page-blog-12win-latest-promotions__hero-description {
    font-size: 1em;
  }
  .page-blog-12win-latest-promotions__heading {
    font-size: 1.8em;
  }
  .page-blog-12win-latest-promotions__section {
    padding: 40px 15px;
  }
  .page-blog-12win-latest-promotions__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-12win-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-12win-latest-promotions__btn-primary,
  .page-blog-12win-latest-promotions__btn-secondary,
  .page-blog-12win-latest-promotions a[class*="button"],
  .page-blog-12win-latest-promotions a[class*="btn"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-12win-latest-promotions__card-grid,
  .page-blog-12win-latest-promotions__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-12win-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-12win-latest-promotions__section,
  .page-blog-12win-latest-promotions__card,
  .page-blog-12win-latest-promotions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-12win-latest-promotions__video-section {
    padding-top: 10px !important;
  }
  .page-blog-12win-latest-promotions video,
  .page-blog-12win-latest-promotions__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-12win-latest-promotions__video-section,
  .page-blog-12win-latest-promotions__video-container,
  .page-blog-12win-latest-promotions__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-12win-latest-promotions__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}