:root {
  --color-primary: #11A84E;
  --color-secondary: #22C768;
  --color-text-main: #F2FFF6;
  --color-text-secondary: #A7D9B8;
  --color-bg-card: #11271B;
  --color-bg-body: #08160F;
  --color-border: #2E7A4E;
  --color-glow: #57E38D;
  --color-gold: #F2C14E;
  --color-divider: #1E3A2A;
  --color-deep-green: #0A4B2C;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

body {
  background-color: var(--color-bg-body);
  color: var(--color-text-main);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-hello88-promo-code-guide {
  color: var(--color-text-main);
  background-color: var(--color-bg-body);
}

.page-blog-hello88-promo-code-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px;
  overflow: hidden;
}

.page-blog-hello88-promo-code-guide__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-blog-hello88-promo-code-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-hello88-promo-code-guide__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.page-blog-hello88-promo-code-guide__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-gold);
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-hello88-promo-code-guide__intro-text {
  font-size: 1.15em;
  margin-bottom: 30px;
  color: var(--color-text-secondary);
}

.page-blog-hello88-promo-code-guide__keyword {
  color: var(--color-gold);
  font-weight: bold;
}

.page-blog-hello88-promo-code-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--button-gradient);
  color: var(--color-text-main);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-hello88-promo-code-guide__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-hello88-promo-code-guide__cta-button--centered {
  display: block;
  margin: 40px auto 20px auto;
  max-width: 300px;
}

.page-blog-hello88-promo-code-guide__content-section {
  padding: 60px 0;
  border-bottom: 1px solid var(--color-divider);
}

.page-blog-hello88-promo-code-guide__section-bg-card {
  background-color: var(--color-bg-card);
}

.page-blog-hello88-promo-code-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-hello88-promo-code-guide__section-title {
  font-size: 2.5em;
  color: var(--color-gold);
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-hello88-promo-code-guide__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color-text-secondary);
}

.page-blog-hello88-promo-code-guide__text-block {
  margin-bottom: 30px;
}

.page-blog-hello88-promo-code-guide__text-block p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: var(--color-text-main);
}

.page-blog-hello88-promo-code-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-hello88-promo-code-guide__step-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hello88-promo-code-guide__step-item {
  padding: 30px;
  border-radius: 12px;
  background-color: var(--color-bg-card);
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-blog-hello88-promo-code-guide__step-title {
  font-size: 1.5em;
  color: var(--color-gold);
  margin-bottom: 15px;
}

.page-blog-hello88-promo-code-guide__text-link {
  color: var(--color-secondary);
  text-decoration: underline;
  font-weight: bold;
}

.page-blog-hello88-promo-code-guide__text-link:hover {
  color: var(--color-glow);
}

.page-blog-hello88-promo-code-guide__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hello88-promo-code-guide__card {
  background-color: var(--color-bg-card);
  color: var(--color-text-main);
  border-radius: 12px;
  border: 1px solid var(--color-border);
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-hello88-promo-code-guide__offer-card .page-blog-hello88-promo-code-guide__card-title {
  font-size: 1.4em;
  color: var(--color-gold);
  margin-bottom: 15px;
}

.page-blog-hello88-promo-code-guide__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-hello88-promo-code-guide__list-item {
  background-color: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page-blog-hello88-promo-code-guide__list-title {
  font-size: 1.3em;
  color: var(--color-gold);
  margin-bottom: 10px;
}

.page-blog-hello88-promo-code-guide__faq-section {
  padding: 60px 0;
}

.page-blog-hello88-promo-code-guide__faq-list {
  margin-top: 40px;
}

.page-blog-hello88-promo-code-guide__faq-item {
  background-color: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page-blog-hello88-promo-code-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  color: var(--color-text-main);
  cursor: pointer;
  background-color: var(--color-deep-green);
  border-bottom: 1px solid var(--color-border);
  list-style: none;
}

.page-blog-hello88-promo-code-guide__faq-item[open] .page-blog-hello88-promo-code-guide__faq-question {
  border-bottom: 1px solid var(--color-border);
}

.page-blog-hello88-promo-code-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hello88-promo-code-guide__faq-qtext {
  font-weight: 600;
  color: var(--color-text-main);
}

.page-blog-hello88-promo-code-guide__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--color-gold);
  transition: transform 0.3s ease;
}

.page-blog-hello88-promo-code-guide__faq-item[open] .page-blog-hello88-promo-code-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hello88-promo-code-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: var(--color-text-secondary);
  border-top: none;
}

.page-blog-hello88-promo-code-guide__conclusion-section {
  padding: 60px 0 80px;
  text-align: center;
}

.page-blog-hello88-promo-code-guide__conclusion-section .page-blog-hello88-promo-code-guide__section-title {
  margin-bottom: 20px;
}

.page-blog-hello88-promo-code-guide__conclusion-section .page-blog-hello88-promo-code-guide__section-description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-hello88-promo-code-guide__main-title {
    font-size: 2.8em;
  }
  .page-blog-hello88-promo-code-guide__section-title {
    font-size: 2.2em;
  }
  .page-blog-hello88-promo-code-guide__intro-text {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-blog-hello88-promo-code-guide__hero-section {
    padding: 10px 15px 40px;
  }
  .page-blog-hello88-promo-code-guide__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em);
    margin-top: 20px;
  }
  .page-blog-hello88-promo-code-guide__intro-text {
    font-size: 1em;
  }
  .page-blog-hello88-promo-code-guide__cta-button {
    padding: 12px 25px;
    font-size: 0.95em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-hello88-promo-code-guide__cta-button--centered {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-hello88-promo-code-guide__content-section {
    padding: 40px 0;
  }
  .page-blog-hello88-promo-code-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-blog-hello88-promo-code-guide__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-blog-hello88-promo-code-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-hello88-promo-code-guide__text-block p {
    font-size: 0.95em;
  }
  .page-blog-hello88-promo-code-guide__content-image {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }
  .page-blog-hello88-promo-code-guide__step-list,
  .page-blog-hello88-promo-code-guide__grid-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-hello88-promo-code-guide__step-item,
  .page-blog-hello88-promo-code-guide__card,
  .page-blog-hello88-promo-code-guide__list-item {
    padding: 20px;
  }
  .page-blog-hello88-promo-code-guide__step-title,
  .page-blog-hello88-promo-code-guide__list-title {
    font-size: 1.3em;
  }
  .page-blog-hello88-promo-code-guide__offer-card .page-blog-hello88-promo-code-guide__card-title {
    font-size: 1.2em;
  }
  .page-blog-hello88-promo-code-guide__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-blog-hello88-promo-code-guide__faq-answer {
    padding: 15px 20px;
  }
  .page-blog-hello88-promo-code-guide__faq-toggle {
    font-size: 1.3em;
  }
  .page-blog-hello88-promo-code-guide__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

/* Ensure content area images are at least 200px wide/high */
.page-blog-hello88-promo-code-guide img {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-blog-hello88-promo-code-guide img {
    min-width: unset !important;
    min-height: unset !important;
  }
}