/* style/promotions-new-user-bonus.css */

/* Base Styles for the specific page */
.page-promotions-new-user-bonus {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

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

/* Hero Section */
.page-promotions-new-user-bonus__hero-section {
  background: linear-gradient(135deg, #003366, #1a528a);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-new-user-bonus__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,patterns]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-new-user-bonus__hero-section .page-promotions-new-user-bonus__container {
  position: relative;
  z-index: 1;
}

.page-promotions-new-user-bonus__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-promotions-new-user-bonus__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

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

.page-promotions-new-user-bonus__btn--primary {
  background-color: #FFD700;
  color: #003366;
  border: 2px solid #FFD700;
}

.page-promotions-new-user-bonus__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-new-user-bonus__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-new-user-bonus__btn--secondary:hover {
  background-color: #FFD700;
  color: #003366;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-new-user-bonus__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

/* Content Section */
.page-promotions-new-user-bonus__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-promotions-new-user-bonus__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-promotions-new-user-bonus__sub-section-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-promotions-new-user-bonus__text-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.page-promotions-new-user-bonus__text-block p {
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
  font-size: 1.1em;
  color: #444;
}

.page-promotions-new-user-bonus__image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
}

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

.page-promotions-new-user-bonus__list li {
  background-color: #e6f2ff; /* Lighter blue */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #003366;
  border-radius: 5px;
  font-size: 1.1em;
  color: #222;
}

.page-promotions-new-user-bonus__list li strong {
  color: #003366;
}

/* Promo Grid */
.page-promotions-new-user-bonus__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-promotions-new-user-bonus__promo-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-new-user-bonus__promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-new-user-bonus__promo-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.page-promotions-new-user-bonus__promo-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__promo-item p {
  color: #555;
  font-size: 1em;
}

/* Steps List */
.page-promotions-new-user-bonus__steps-list {
  list-style-type: none;
  padding: 0;
  counter-reset: step-counter;
  margin-bottom: 60px;
}

.page-promotions-new-user-bonus__steps-list li {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-promotions-new-user-bonus__steps-list li::before {
  counter-increment: step-counter;
  content: "Bước " counter(step-counter);
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #003366;
  color: #FFD700;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9em;
}

.page-promotions-new-user-bonus__steps-list li .page-promotions-new-user-bonus__sub-section-title {
  margin-top: 0;
  padding-left: 0;
  border-left: none;
  color: #003366;
  font-size: 1.6em;
}

.page-promotions-new-user-bonus__steps-list li p {
  color: #444;
}

/* Game Categories */
.page-promotions-new-user-bonus__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-promotions-new-user-bonus__game-card {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-new-user-bonus__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-new-user-bonus__game-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FFD700;
}

.page-promotions-new-user-bonus__game-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__game-card p {
  color: #555;
  font-size: 0.95em;
}

/* FAQ Section */
.page-promotions-new-user-bonus__faq {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-promotions-new-user-bonus__faq-item {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-promotions-new-user-bonus__faq-question {
  font-size: 1.3em;
  color: #003366;
  padding: 18px 25px;
  margin: 0;
  cursor: pointer;
  background-color: #e6f2ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-new-user-bonus__faq-question::after {
  content: '+';
  font-size: 1.2em;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-promotions-new-user-bonus__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-new-user-bonus__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  color: #555;
}

.page-promotions-new-user-bonus__faq-question.active + .page-promotions-new-user-bonus__faq-answer {
  max-height: 200px; /* Adjust based on content */
  padding: 15px 25px 20px;
}

/* CTA Footer */
.page-promotions-new-user-bonus__cta-footer {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-top: 60px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-new-user-bonus__main-title {
    font-size: 2.5em;
  }

  .page-promotions-new-user-bonus__subtitle {
    font-size: 1.1em;
  }

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

  .page-promotions-new-user-bonus__sub-section-title {
    font-size: 1.5em;
  }

  .page-promotions-new-user-bonus__text-block {
    flex-direction: column;
  }

  .page-promotions-new-user-bonus__text-block p {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .page-promotions-new-user-bonus__image {
    margin-left: 0;
    max-width: 100%;
  }

  .page-promotions-new-user-bonus__promo-item,
  .page-promotions-new-user-bonus__game-card {
    padding: 20px;
  }

  .page-promotions-new-user-bonus__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-promotions-new-user-bonus__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-promotions-new-user-bonus__steps-list li {
    padding: 20px;
  }

  .page-promotions-new-user-bonus__steps-list li::before {
    top: -10px;
    left: 10px;
    padding: 6px 12px;
    font-size: 0.8em;
  }
  .page-promotions-new-user-bonus__steps-list li .page-promotions-new-user-bonus__sub-section-title {
    font-size: 1.4em;
  }
}

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

  .page-promotions-new-user-bonus__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-promotions-new-user-bonus__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

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

  .page-promotions-new-user-bonus__sub-section-title {
    font-size: 1.3em;
  }

  .page-promotions-new-user-bonus__promo-icon,
  .page-promotions-new-user-bonus__game-icon {
    width: 70px;
    height: 70px;
  }
}