.page-promotions-new-player-bonus-guide {
  font-family: Arial, sans-serif;
  color: var(--text-main, #333333);
  background-color: var(--background, #F5F7FA);
}

.page-promotions-new-player-bonus-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 40px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  text-align: center;
}

.page-promotions-new-player-bonus-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.page-promotions-new-player-bonus-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-promotions-new-player-bonus-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-promotions-new-player-bonus-guide__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-promotions-new-player-bonus-guide__description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-promotions-new-player-bonus-guide__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-promotions-new-player-bonus-guide__btn-primary,
.page-promotions-new-player-bonus-guide__btn-secondary,
.page-promotions-new-player-bonus-guide__btn-small {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-promotions-new-player-bonus-guide__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid #E53935;
}

.page-promotions-new-player-bonus-guide__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  border-color: #FF5A4F;
}

.page-promotions-new-player-bonus-guide__btn-secondary {
  background-color: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-promotions-new-player-bonus-guide__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #FF5A4F;
  border-color: #FF5A4F;
}

.page-promotions-new-player-bonus-guide__btn-small {
  padding: 8px 15px;
  font-size: 0.9em;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
}

.page-promotions-new-player-bonus-guide__btn-small:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
}

.page-promotions-new-player-bonus-guide__section-title {
  font-size: 2.2em;
  color: #E53935;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-promotions-new-player-bonus-guide__benefits-section,
.page-promotions-new-player-bonus-guide__steps-section,
.page-promotions-new-player-bonus-guide__terms-section,
.page-promotions-new-player-bonus-guide__tips-section,
.page-promotions-new-player-bonus-guide__faq-section,
.page-promotions-new-player-bonus-guide__cta-final-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

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

.page-promotions-new-player-bonus-guide__benefit-card {
  background-color: var(--card-b-g, #ffffff);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 320px;
}

.page-promotions-new-player-bonus-guide__benefit-card:hover {
  transform: translateY(-5px);
}

.page-promotions-new-player-bonus-guide__benefit-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-promotions-new-player-bonus-guide__benefit-title {
  font-size: 1.5em;
  color: #E53935;
  margin-bottom: 10px;
}

.page-promotions-new-player-bonus-guide__benefit-text {
  font-size: 1em;
  line-height: 1.6;
  color: var(--text-main, #333333);
}

.page-promotions-new-player-bonus-guide__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-promotions-new-player-bonus-guide__steps-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.page-promotions-new-player-bonus-guide__step-card {
  background-color: var(--card-b-g, #ffffff);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 300px;
}

.page-promotions-new-player-bonus-guide__step-number {
  font-size: 2.5em;
  font-weight: 700;
  color: #FF5A4F;
  margin-bottom: 15px;
  background-color: rgba(229, 57, 53, 0.1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-promotions-new-player-bonus-guide__step-title {
  font-size: 1.3em;
  color: #E53935;
  margin-bottom: 10px;
}

.page-promotions-new-player-bonus-guide__step-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: var(--text-main, #333333);
  flex-grow: 1;
}

.page-promotions-new-player-bonus-guide__terms-content {
  background-color: var(--card-b-g, #ffffff);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.page-promotions-new-player-bonus-guide__text-block {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--text-main, #333333);
}

.page-promotions-new-player-bonus-guide__terms-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-main, #333333);
}

.page-promotions-new-player-bonus-guide__terms-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-promotions-new-player-bonus-guide__terms-list strong {
  color: #E53935;
}

.page-promotions-new-player-bonus-guide__terms-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  border-radius: 10px;
  object-fit: cover;
}

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

.page-promotions-new-player-bonus-guide__tips-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.page-promotions-new-player-bonus-guide__tip-card {
  background-color: var(--card-b-g, #ffffff);
  border-left: 5px solid #E53935;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  min-height: 180px;
}

.page-promotions-new-player-bonus-guide__tip-title {
  font-size: 1.3em;
  color: #E53935;
  margin-bottom: 10px;
}

.page-promotions-new-player-bonus-guide__tip-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: var(--text-main, #333333);
}

.page-promotions-new-player-bonus-guide__faq-list {
  background-color: var(--card-b-g, #ffffff);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.page-promotions-new-player-bonus-guide__faq-item {
  border-bottom: 1px solid var(--border, #E0E0E0);
  padding: 15px 0;
}

.page-promotions-new-player-bonus-guide__faq-item:last-child {
  border-bottom: none;
}

.page-promotions-new-player-bonus-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
  color: #333333;
  padding: 10px 0;
  list-style: none;
}

.page-promotions-new-player-bonus-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions-new-player-bonus-guide__faq-qtext {
  flex-grow: 1;
  color: #E53935;
}

.page-promotions-new-player-bonus-guide__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #FF5A4F;
  margin-left: 15px;
}

.page-promotions-new-player-bonus-guide__faq-answer {
  font-size: 0.95em;
  line-height: 1.6;
  color: var(--text-main, #333333);
  padding: 10px 0 5px 0;
}

.page-promotions-new-player-bonus-guide__cta-final-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  padding: 40px 20px;
  margin-bottom: 60px;
}

.page-promotions-new-player-bonus-guide__cta-content {
  max-width: 800px;
  margin-bottom: 30px;
}

.page-promotions-new-player-bonus-guide__cta-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-promotions-new-player-bonus-guide__cta-text {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-promotions-new-player-bonus-guide__cta-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

/* General image responsiveness */
.page-promotions-new-player-bonus-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-promotions-new-player-bonus-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-promotions-new-player-bonus-guide__hero-section {
    padding: 10px 15px 30px;
  }

  .page-promotions-new-player-bonus-guide__hero-image {
    object-fit: contain !important;
    max-height: none !important;
    aspect-ratio: unset !important;
  }

  .page-promotions-new-player-bonus-guide__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-promotions-new-player-bonus-guide__description {
    font-size: 1em;
  }

  .page-promotions-new-player-bonus-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-promotions-new-player-bonus-guide__btn-primary,
  .page-promotions-new-player-bonus-guide__btn-secondary,
  .page-promotions-new-player-bonus-guide__btn-small {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-new-player-bonus-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-promotions-new-player-bonus-guide__benefits-section,
  .page-promotions-new-player-bonus-guide__steps-section,
  .page-promotions-new-player-bonus-guide__terms-section,
  .page-promotions-new-player-bonus-guide__tips-section,
  .page-promotions-new-player-bonus-guide__faq-section,
  .page-promotions-new-player-bonus-guide__cta-final-section {
    padding: 40px 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .page-promotions-new-player-bonus-guide__benefit-card,
  .page-promotions-new-player-bonus-guide__step-card,
  .page-promotions-new-player-bonus-guide__tip-card {
    padding: 20px;
    min-height: auto;
  }

  .page-promotions-new-player-bonus-guide__terms-content,
  .page-promotions-new-player-bonus-guide__faq-list {
    padding: 20px;
  }

  .page-promotions-new-player-bonus-guide__terms-list {
    margin-left: 20px;
  }

  .page-promotions-new-player-bonus-guide__faq-question {
    font-size: 1em;
  }

  .page-promotions-new-player-bonus-guide__faq-qtext {
    color: #E53935;
  }

  .page-promotions-new-player-bonus-guide__cta-final-section {
    padding: 30px 15px;
  }

  .page-promotions-new-player-bonus-guide__cta-title {
    font-size: 1.8em;
  }

  .page-promotions-new-player-bonus-guide__cta-text {
    font-size: 1em;
  }

  /* Ensure all images and their containers are responsive */
  .page-promotions-new-player-bonus-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-promotions-new-player-bonus-guide__hero-image-wrapper,
  .page-promotions-new-player-bonus-guide__steps-image,
  .page-promotions-new-player-bonus-guide__terms-image,
  .page-promotions-new-player-bonus-guide__tips-image,
  .page-promotions-new-player-bonus-guide__cta-image,
  .page-promotions-new-player-bonus-guide__benefit-icon {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}