/* style/promotions-new-user-bonus.css */
.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;
}

.page-promotions-new-user-bonus__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

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

.page-promotions-new-user-bonus__subtitle {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}

.page-promotions-new-user-bonus__button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-new-user-bonus__button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-2px);
}

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

/* Hero Section */
.page-promotions-new-user-bonus__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #204a91 100%);
  color: #fff;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.page-promotions-new-user-bonus__hero-content {
  max-width: 600px;
  margin: 0 20px;
}

.page-promotions-new-user-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFD700;
}

.page-promotions-new-user-bonus__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-promotions-new-user-bonus__hero-image-wrapper {
  margin-left: 40px;
  flex-shrink: 0;
  max-width: 400px;
}

.page-promotions-new-user-bonus__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-promotions-new-user-bonus__hero-description a {
  color: #FFD700;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__hero-description a:hover {
  color: #fff;
}

/* About M88 Section */
.page-promotions-new-user-bonus__about-m88 {
  background-color: #fff;
}

.page-promotions-new-user-bonus__content-grid {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-promotions-new-user-bonus__text-content {
  flex: 1;
}

.page-promotions-new-user-bonus__text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-promotions-new-user-bonus__text-content a {
  color: #0A2463;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__text-content a:hover {
  color: #FFD700;
}

.page-promotions-new-user-bonus__image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-promotions-new-user-bonus__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Bonus Details Section */
.page-promotions-new-user-bonus__bonus-details {
  background-color: #f0f3f5;
}

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

.page-promotions-new-user-bonus__detail-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions-new-user-bonus__card-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions-new-user-bonus__detail-card p {
  font-size: 1.05em;
  color: #555;
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus__detail-card ol {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 25px;
  width: 100%;
}

.page-promotions-new-user-bonus__detail-card ol li {
  margin-bottom: 10px;
  color: #444;
}

.page-promotions-new-user-bonus__detail-card a {
  color: #0A2463;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__detail-card a:hover {
  color: #FFD700;
}

.page-promotions-new-user-bonus__card-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Registration Guide Section */
.page-promotions-new-user-bonus__registration-guide {
  background-color: #fff;
}

.page-promotions-new-user-bonus__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-promotions-new-user-bonus__step-card {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-top: 5px solid #0A2463;
}

.page-promotions-new-user-bonus__step-icon {
  font-size: 2.5em;
  color: #FFD700;
  background-color: #0A2463;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-weight: bold;
}

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

.page-promotions-new-user-bonus__step-card a {
  color: #0A2463;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__step-card a:hover {
  color: #FFD700;
}

.page-promotions-new-user-bonus__cta-block {
  text-align: center;
  margin-top: 40px;
}

.page-promotions-new-user-bonus__cta-block p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #333;
}

.page-promotions-new-user-bonus__cta-block p a {
  color: #0A2463;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__cta-block p a:hover {
  color: #FFD700;
}

/* Terms & Conditions Section */
.page-promotions-new-user-bonus__terms-conditions {
  background-color: #e8ecef;
}

.page-promotions-new-user-bonus__terms-conditions ul {
  list-style-type: disc;
  margin-left: 25px;
  color: #444;
  font-size: 1.1em;
}

.page-promotions-new-user-bonus__terms-conditions ul li {
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__terms-conditions ul li strong {
  color: #0A2463;
}

.page-promotions-new-user-bonus__terms-conditions p a {
  color: #0A2463;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__terms-conditions p a:hover {
  color: #FFD700;
}

/* Why Activate Section */
.page-promotions-new-user-bonus__why-activate {
  background-color: #fff;
}

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

.page-promotions-new-user-bonus__benefit-card {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-new-user-bonus__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

/* Other Promotions Section */
.page-promotions-new-user-bonus__other-promotions {
  background-color: #f0f3f5;
}

.page-promotions-new-user-bonus__promotion-list {
  list-style-type: disc;
  margin-left: 25px;
  color: #444;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-promotions-new-user-bonus__promotion-list li {
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__other-promotions .page-promotions-new-user-bonus__button {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.page-promotions-new-user-bonus__other-promotions a {
  color: #0A2463;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__other-promotions a:hover {
  color: #FFD700;
}

/* App Download Section */
.page-promotions-new-user-bonus__app-download {
  background-color: #0A2463;
  color: #fff;
}

.page-promotions-new-user-bonus__app-download .page-promotions-new-user-bonus__section-title {
  color: #FFD700;
}

.page-promotions-new-user-bonus__app-download .page-promotions-new-user-bonus__text-content p {
  color: #e0e0e0;
}

.page-promotions-new-user-bonus__app-download .page-promotions-new-user-bonus__text-content a {
  color: #FFD700;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__app-download .page-promotions-new-user-bonus__text-content a:hover {
  color: #fff;
}

.page-promotions-new-user-bonus__app-download .page-promotions-new-user-bonus__image-wrapper {
  order: 2;
}

.page-promotions-new-user-bonus__app-download .page-promotions-new-user-bonus__text-content {
  order: 1;
}

/* FAQ Section */
.page-promotions-new-user-bonus__faq {
  background-color: #fff;
}

.page-promotions-new-user-bonus__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
}

.page-promotions-new-user-bonus__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions-new-user-bonus__faq-answer {
  font-size: 1.05em;
  color: #555;
}

.page-promotions-new-user-bonus__faq-answer a {
  color: #0A2463;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__faq-answer a:hover {
  color: #FFD700;
}

/* Final CTA Section */
.page-promotions-new-user-bonus__cta-final {
  background-color: #FFD700;
  padding: 80px 0;
  text-align: center;
}

.page-promotions-new-user-bonus__cta-final .page-promotions-new-user-bonus__section-title {
  color: #0A2463;
  margin-bottom: 30px;
}

.page-promotions-new-user-bonus__cta-final .page-promotions-new-user-bonus__section-title::after {
  background-color: #0A2463;
}

.page-promotions-new-user-bonus__cta-final p {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 40px;
}

.page-promotions-new-user-bonus__cta-final p a {
  color: #0A2463;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__cta-final p a:hover {
  color: #555;
}

.page-promotions-new-user-bonus__button--hero {
  background-color: #0A2463;
  color: #FFD700;
}

.page-promotions-new-user-bonus__button--hero:hover {
  background-color: #1a3c7a;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-new-user-bonus__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-new-user-bonus__section-title {
    font-size: 2em;
  }
  .page-promotions-new-user-bonus__hero-section {
    flex-direction: column;
    padding: 80px 20px;
  }
  .page-promotions-new-user-bonus__hero-image-wrapper {
    margin-left: 0;
    margin-top: 40px;
    max-width: 80%;
  }
  .page-promotions-new-user-bonus__content-grid {
    flex-direction: column;
  }
  .page-promotions-new-user-bonus__app-download .page-promotions-new-user-bonus__content-grid {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .page-promotions-new-user-bonus__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-new-user-bonus__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-new-user-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promotions-new-user-bonus__subtitle {
    font-size: 1em;
  }
  .page-promotions-new-user-bonus__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-new-user-bonus__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-promotions-new-user-bonus__detail-card, .page-promotions-new-user-bonus__step-card, .page-promotions-new-user-bonus__benefit-card {
    padding: 20px;
  }
  .page-promotions-new-user-bonus__card-title {
    font-size: 1.5em;
  }
  .page-promotions-new-user-bonus__faq-question {
    font-size: 1.1em;
  }
  .page-promotions-new-user-bonus__faq-answer {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-promotions-new-user-bonus__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-new-user-bonus__section-title {
    font-size: 1.5em;
  }
  .page-promotions-new-user-bonus__hero-section, .page-promotions-new-user-bonus__section {
    padding: 40px 15px;
  }
  .page-promotions-new-user-bonus__button {
    width: 100%;
  }
  .page-promotions-new-user-bonus__button--large {
    width: 100%;
  }
  .page-promotions-new-user-bonus__hero-image-wrapper {
    max-width: 100%;
  }
}