/* style/promotions-may88-new-user-bonus.css */
:root {
  --may88-primary-color: #4A0E6B;
  --may88-accent-color: #FFD700;
  --may88-text-light: #FFFFFF;
  --may88-text-dark: #333333;
  --may88-bg-light: #F8F8F8;
  --may88-bg-dark: #2C083D;
}

.page-promotions-may88-new-user-bonus {
  font-family: 'Arial', sans-serif;
  color: var(--may88-text-dark);
  line-height: 1.6;
  background-color: var(--may88-bg-light);
}

.page-promotions-may88-new-user-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-may88-new-user-bonus__hero-section {
  background: linear-gradient(135deg, var(--may88-primary-color) 0%, #6E1A99 100%);
  color: var(--may88-text-light);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-may88-new-user-bonus__hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-color: var(--may88-accent-color);
  opacity: 0.1;
  border-radius: 50%;
  animation: page-promotions-may88-new-user-bonus-pulse 4s infinite alternate;
}

.page-promotions-may88-new-user-bonus__hero-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background-color: var(--may88-accent-color);
  opacity: 0.15;
  border-radius: 50%;
  animation: page-promotions-may88-new-user-bonus-pulse 5s infinite alternate reverse;
}

@keyframes page-promotions-may88-new-user-bonus-pulse {
  0% { transform: scale(1); opacity: 0.1; }
  100% { transform: scale(1.2); opacity: 0.25; }
}

.page-promotions-may88-new-user-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--may88-accent-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-may88-new-user-bonus__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--may88-text-light);
}

.page-promotions-may88-new-user-bonus__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-promotions-may88-new-user-bonus__button--primary {
  background-color: var(--may88-accent-color);
  color: var(--may88-primary-color);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-may88-new-user-bonus__button--primary:hover {
  background-color: #FFEB3B;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-promotions-may88-new-user-bonus__button--secondary {
  background-color: var(--may88-primary-color);
  color: var(--may88-accent-color);
  border: 2px solid var(--may88-accent-color);
  margin-top: 20px;
}

.page-promotions-may88-new-user-bonus__button--secondary:hover {
  background-color: var(--may88-accent-color);
  color: var(--may88-primary-color);
  transform: translateY(-3px);
}

.page-promotions-may88-new-user-bonus__button--cta {
  background-color: var(--may88-accent-color);
  color: var(--may88-primary-color);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-promotions-may88-new-user-bonus__button--cta:hover {
  background-color: #FFEB3B;
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.8);
}

.page-promotions-may88-new-user-bonus__content-section {
  padding: 60px 0;
  background-color: var(--may88-bg-light);
}

.page-promotions-may88-new-user-bonus__article {
  background-color: var(--may88-text-light);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.page-promotions-may88-new-user-bonus__section-title {
  font-size: 2.5em;
  color: var(--may88-primary-color);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-may88-new-user-bonus__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--may88-accent-color);
  border-radius: 2px;
}

.page-promotions-may88-new-user-bonus__subsection-title {
  font-size: 1.8em;
  color: var(--may88-primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid var(--may88-accent-color);
  padding-left: 15px;
}

.page-promotions-may88-new-user-bonus__article p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--may88-text-dark);
}

.page-promotions-may88-new-user-bonus__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-promotions-may88-new-user-bonus__list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: var(--may88-text-dark);
}

.page-promotions-may88-new-user-bonus__list li::before {
  content: '✔️';
  color: var(--may88-accent-color);
  position: absolute;
  left: 0;
  font-size: 1.2em;
  top: 0;
}

.page-promotions-may88-new-user-bonus__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-may88-new-user-bonus__faq-container {
  margin-top: 40px;
}

.page-promotions-may88-new-user-bonus__faq-item {
  background-color: var(--may88-bg-light);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  transition: all 0.3s ease;
}

.page-promotions-may88-new-user-bonus__faq-item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-promotions-may88-new-user-bonus__faq-question {
  font-size: 1.3em;
  color: var(--may88-primary-color);
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-may88-new-user-bonus__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--may88-accent-color);
}

.page-promotions-may88-new-user-bonus__faq-question.active::after {
  content: '-';
}

.page-promotions-may88-new-user-bonus__faq-answer {
  font-size: 1.05em;
  color: var(--may88-text-dark);
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.page-promotions-may88-new-user-bonus__faq-answer.active {
  display: block;
}

.page-promotions-may88-new-user-bonus__cta-footer {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px dashed #e0e0e0;
}

.page-promotions-may88-new-user-bonus__cta-footer p {
  font-size: 1.5em;
  color: var(--may88-primary-color);
  margin-bottom: 30px;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-may88-new-user-bonus__hero-title {
    font-size: 2.8em;
  }

  .page-promotions-may88-new-user-bonus__hero-subtitle {
    font-size: 1.3em;
  }

  .page-promotions-may88-new-user-bonus__section-title {
    font-size: 2em;
  }

  .page-promotions-may88-new-user-bonus__subsection-title {
    font-size: 1.6em;
  }

  .page-promotions-may88-new-user-bonus__article {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-promotions-may88-new-user-bonus__hero-title {
    font-size: 2.2em;
  }

  .page-promotions-may88-new-user-bonus__hero-subtitle {
    font-size: 1.1em;
  }

  .page-promotions-may88-new-user-bonus__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-may88-new-user-bonus__button--cta {
    font-size: 1.1em;
    padding: 15px 30px;
  }

  .page-promotions-may88-new-user-bonus__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-promotions-may88-new-user-bonus__subsection-title {
    font-size: 1.4em;
  }

  .page-promotions-may88-new-user-bonus__article p,
  .page-promotions-may88-new-user-bonus__list li,
  .page-promotions-may88-new-user-bonus__faq-answer {
    font-size: 1em;
  }

  .page-promotions-may88-new-user-bonus__faq-question {
    font-size: 1.1em;
  }

  .page-promotions-may88-new-user-bonus__cta-footer p {
    font-size: 1.2em;
  }

  .page-promotions-may88-new-user-bonus__article {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-promotions-may88-new-user-bonus__hero-title {
    font-size: 1.8em;
  }

  .page-promotions-may88-new-user-bonus__hero-subtitle {
    font-size: 0.9em;
  }

  .page-promotions-may88-new-user-bonus__button {
    width: 100%;
    margin-bottom: 15px;
  }

  .page-promotions-may88-new-user-bonus__button--secondary {
    margin-top: 0;
  }

  .page-promotions-may88-new-user-bonus__section-title {
    font-size: 1.5em;
  }

  .page-promotions-may88-new-user-bonus__subsection-title {
    font-size: 1.2em;
  }

  .page-promotions-may88-new-user-bonus__list li {
    padding-left: 25px;
  }

  .page-promotions-may88-new-user-bonus__list li::before {
    font-size: 1em;
  }

  .page-promotions-may88-new-user-bonus__faq-question {
    font-size: 1em;
  }

  .page-promotions-may88-new-user-bonus__cta-footer p {
    font-size: 1em;
  }
}