.page-promotions-exclusive-bonus {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-promotions-exclusive-bonus__hero {
  background: linear-gradient(135deg, #007BFF, #0056b3);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-exclusive-bonus__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-promotions-exclusive-bonus__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-promotions-exclusive-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-promotions-exclusive-bonus__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
}

.page-promotions-exclusive-bonus__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  overflow: hidden;
}

.page-promotions-exclusive-bonus__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

.page-promotions-exclusive-bonus__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0056b3;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-exclusive-bonus__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-promotions-exclusive-bonus__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-promotions-exclusive-bonus__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 60px;
  color: #007BFF;
  font-weight: bold;
  position: relative;
}

.page-promotions-exclusive-bonus__section-title .highlight {
  color: #FFD700;
}

.page-promotions-exclusive-bonus__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 20px auto 0;
  border-radius: 2px;
}

.page-promotions-exclusive-bonus__features,
.page-promotions-exclusive-bonus__offer-details,
.page-promotions-exclusive-bonus__steps,
.page-promotions-exclusive-bonus__why-mu88,
.page-promotions-exclusive-bonus__games,
.page-promotions-exclusive-bonus__faq,
.page-promotions-exclusive-bonus__final-cta {
  padding: 80px 0;
}

.page-promotions-exclusive-bonus__features {
  background-color: #ffffff;
}

.page-promotions-exclusive-bonus__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-promotions-exclusive-bonus__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
}

.page-promotions-exclusive-bonus__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.page-promotions-exclusive-bonus__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-promotions-exclusive-bonus__feature-item h3 {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-promotions-exclusive-bonus__detail-card {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 1px solid #eee;
}

.page-promotions-exclusive-bonus__details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-promotions-exclusive-bonus__detail-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 25px;
  border-radius: 10px;
  object-fit: cover;
}

.page-promotions-exclusive-bonus__detail-card h3 {
  font-size: 1.8em;
  color: #007BFF;
  margin-bottom: 20px;
}

.page-promotions-exclusive-bonus__detail-card p {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #555;
}

.page-promotions-exclusive-bonus__detail-button {
  display: inline-block;
  background-color: #007BFF;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-promotions-exclusive-bonus__detail-button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-promotions-exclusive-bonus__steps {
  background-color: #e9f7ff;
}

.page-promotions-exclusive-bonus__step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-promotions-exclusive-bonus__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
}

.page-promotions-exclusive-bonus__step-number {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #0056b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: -60px auto 20px;
  border: 4px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-promotions-exclusive-bonus__step-item h3 {
  font-size: 1.6em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-promotions-exclusive-bonus__action-area {
  text-align: center;
  margin-top: 60px;
}

.page-promotions-exclusive-bonus__action-text {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #333;
}

.page-promotions-exclusive-bonus__why-mu88 {
  background-color: #f1f7fc;
}

.page-promotions-exclusive-bonus__why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-promotions-exclusive-bonus__why-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid #007BFF;
}

.page-promotions-exclusive-bonus__why-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.page-promotions-exclusive-bonus__why-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-promotions-exclusive-bonus__why-item h3 {
  font-size: 1.4em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-promotions-exclusive-bonus__download-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0056b3;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-promotions-exclusive-bonus__download-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions-exclusive-bonus__games {
  background-color: #ffffff;
}

.page-promotions-exclusive-bonus__games-intro {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 50px;
  color: #555;
}

.page-promotions-exclusive-bonus__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-promotions-exclusive-bonus__game-item {
  background-color: #f8f8f8;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
}

.page-promotions-exclusive-bonus__game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.page-promotions-exclusive-bonus__game-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-promotions-exclusive-bonus__game-item h3 {
  font-size: 1.4em;
  color: #007BFF;
  margin: 20px 0 10px;
  padding: 0 15px;
}

.page-promotions-exclusive-bonus__game-item p {
  font-size: 0.95em;
  color: #666;
  padding: 0 15px 20px;
}

.page-promotions-exclusive-bonus__faq {
  background-color: #e9f7ff;
}

.page-promotions-exclusive-bonus__accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-promotions-exclusive-bonus__accordion-item {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-exclusive-bonus__accordion-header {
  width: 100%;
  padding: 20px 25px;
  background-color: #007BFF;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  border: none;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-exclusive-bonus__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-promotions-exclusive-bonus__accordion-header.active {
  background-color: #0056b3;
}

.page-promotions-exclusive-bonus__accordion-header.active::after {
  transform: rotate(45deg);
}

.page-promotions-exclusive-bonus__accordion-content {
  padding: 0 25px;
  background-color: #fefefe;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-exclusive-bonus__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #555;
}

.page-promotions-exclusive-bonus__final-cta {
  background: linear-gradient(45deg, #007BFF, #FFD700);
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
}

.page-promotions-exclusive-bonus__final-cta-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

  .page-promotions-exclusive-bonus__hero-description {
    font-size: 1.1em;
  }

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

  .page-promotions-exclusive-bonus__details-grid,
  .page-promotions-exclusive-bonus__feature-grid,
  .page-promotions-exclusive-bonus__step-grid,
  .page-promotions-exclusive-bonus__why-grid,
  .page-promotions-exclusive-bonus__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-exclusive-bonus__hero {
    padding: 80px 0;
  }

  .page-promotions-exclusive-bonus__hero-title {
    font-size: 2.2em;
  }

  .page-promotions-exclusive-bonus__hero-description {
    font-size: 1em;
  }

  .page-promotions-exclusive-bonus__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-promotions-exclusive-bonus__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }

  .page-promotions-exclusive-bonus__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }

  .page-promotions-exclusive-bonus__features,
  .page-promotions-exclusive-bonus__offer-details,
  .page-promotions-exclusive-bonus__steps,
  .page-promotions-exclusive-bonus__why-mu88,
  .page-promotions-exclusive-bonus__games,
  .page-promotions-exclusive-bonus__faq,
  .page-promotions-exclusive-bonus__final-cta {
    padding: 60px 0;
  }

  .page-promotions-exclusive-bonus__step-number {
    margin-top: -50px;
  }

  .page-promotions-exclusive-bonus__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-promotions-exclusive-bonus__final-cta {
    padding: 80px 0;
  }

  .page-promotions-exclusive-bonus__final-cta-description {
    font-size: 1.2em;
  }
}

@media (max-width: 576px) {
  .page-promotions-exclusive-bonus__hero-title {
    font-size: 1.8em;
  }

  .page-promotions-exclusive-bonus__hero-description {
    font-size: 0.95em;
  }

  .page-promotions-exclusive-bonus__cta-button {
    font-size: 1em;
    padding: 10px 20px;
  }

  .page-promotions-exclusive-bonus__section-title {
    font-size: 1.5em;
  }

  .page-promotions-exclusive-bonus__details-grid,
  .page-promotions-exclusive-bonus__feature-grid,
  .page-promotions-exclusive-bonus__step-grid,
  .page-promotions-exclusive-bonus__why-grid,
  .page-promotions-exclusive-bonus__game-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions-exclusive-bonus__step-number {
    margin-top: -40px;
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }

  .page-promotions-exclusive-bonus__detail-card,
  .page-promotions-exclusive-bonus__feature-item,
  .page-promotions-exclusive-bonus__step-item,
  .page-promotions-exclusive-bonus__why-item,
  .page-promotions-exclusive-bonus__game-item {
    padding: 25px;
  }
}