.page-blog-uuu888-no-hu-winning-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Default text color for dark background */
  background-color: #08160F; /* Main background color */
}

.page-blog-uuu888-no-hu-winning-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding for hero section */
  background-color: #08160F;
}

.page-blog-uuu888-no-hu-winning-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit hero image height */
}

.page-blog-uuu888-no-hu-winning-tips__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 40px 20px;
  background-color: #11271B; /* Card BG color for content */
  border-radius: 10px;
  margin-top: -80px; /* Overlap with image slightly for visual effect */
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
}

.page-blog-uuu888-no-hu-winning-tips__main-title {
  color: #F2C14E; /* Gold color for main title */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-blog-uuu888-no-hu-winning-tips__hero-description {
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
  font-size: 1.1em;
}

.page-blog-uuu888-no-hu-winning-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-uuu888-no-hu-winning-tips__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-uuu888-no-hu-winning-tips__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-uuu888-no-hu-winning-tips__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
  margin-left: 20px;
}

.page-blog-uuu888-no-hu-winning-tips__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-uuu888-no-hu-winning-tips__content-section {
  padding: 60px 0;
}

.page-blog-uuu888-no-hu-winning-tips__light-bg {
  background-color: #08160F; /* Main background, but content text will be light */
  color: #F2FFF6; /* Main text color */
}

.page-blog-uuu888-no-hu-winning-tips__dark-bg {
  background-color: #11271B; /* Card BG color */
  color: #F2FFF6; /* Main text color */
}

.page-blog-uuu888-no-hu-winning-tips__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-uuu888-no-hu-winning-tips__section-title {
  color: #F2C14E; /* Gold color for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.2em;
  font-weight: bold;
}

.page-blog-uuu888-no-hu-winning-tips__sub-title {
  color: #22C768; /* Auxiliary color for sub-titles */
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-uuu888-no-hu-winning-tips__text-block {
  margin-bottom: 20px;
  color: #A7D9B8; /* Secondary text color */
}

.page-blog-uuu888-no-hu-winning-tips__feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-uuu888-no-hu-winning-tips__feature-item {
  background-color: #0A4B2C; /* Deep Green */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
}

.page-blog-uuu888-no-hu-winning-tips__feature-title {
  color: #F2C14E;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-blog-uuu888-no-hu-winning-tips__feature-description {
  color: #A7D9B8;
}

.page-blog-uuu888-no-hu-winning-tips__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-blog-uuu888-no-hu-winning-tips__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
}

.page-blog-uuu888-no-hu-winning-tips__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-blog-uuu888-no-hu-winning-tips__cta-section {
  text-align: center;
  padding: 80px 0;
}

.page-blog-uuu888-no-hu-winning-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-uuu888-no-hu-winning-tips__faq-list {
  margin-top: 40px;
}

.page-blog-uuu888-no-hu-winning-tips__faq-item {
  background-color: #0A4B2C;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #2E7A4E;
}

.page-blog-uuu888-no-hu-winning-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: #F2FFF6;
  font-weight: bold;
  font-size: 1.1em;
  list-style: none;
}

.page-blog-uuu888-no-hu-winning-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-uuu888-no-hu-winning-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #2AD16F;
}

.page-blog-uuu888-no-hu-winning-tips__faq-item[open] .page-blog-uuu888-no-hu-winning-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-uuu888-no-hu-winning-tips__faq-answer {
  padding: 0 20px 20px;
  color: #A7D9B8;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-uuu888-no-hu-winning-tips {
    font-size: 15px;
  }

  .page-blog-uuu888-no-hu-winning-tips__hero-content {
    margin-top: -40px;
    padding: 30px 15px;
  }

  .page-blog-uuu888-no-hu-winning-tips__main-title {
    font-size: 1.8em;
  }

  .page-blog-uuu888-no-hu-winning-tips__section-title {
    font-size: 1.8em;
  }

  .page-blog-uuu888-no-hu-winning-tips__sub-title {
    font-size: 1.3em;
  }

  .page-blog-uuu888-no-hu-winning-tips__feature-list {
    grid-template-columns: 1fr;
  }

  .page-blog-uuu888-no-hu-winning-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-uuu888-no-hu-winning-tips__btn-secondary {
    margin-left: 0;
  }

  .page-blog-uuu888-no-hu-winning-tips__cta-button,
  .page-blog-uuu888-no-hu-winning-tips__btn-primary,
  .page-blog-uuu888-no-hu-winning-tips__btn-secondary,
  .page-blog-uuu888-no-hu-winning-tips a[class*="button"],
  .page-blog-uuu888-no-hu-winning-tips 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-uuu888-no-hu-winning-tips__cta-buttons,
  .page-blog-uuu888-no-hu-winning-tips__button-group,
  .page-blog-uuu888-no-hu-winning-tips__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-uuu888-no-hu-winning-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-uuu888-no-hu-winning-tips__section,
  .page-blog-uuu888-no-hu-winning-tips__card,
  .page-blog-uuu888-no-hu-winning-tips__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-uuu888-no-hu-winning-tips__hero-section {
    padding-top: 10px !important;
  }
}