.page-promotions-new-user-bonus {
  font-family: 'Arial', sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  line-height: 1.6;
}

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

.page-promotions-new-user-bonus__section-title {
  font-size: 38px;
  font-weight: bold;
  color: #FFB04D; /* Glow */
  text-align: center;
  margin-bottom: 30px;
  margin-top: 60px;
  line-height: 1.2;
}

.page-promotions-new-user-bonus__description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF3E6;
}

.page-promotions-new-user-bonus__card-title {
  font-size: 22px;
  font-weight: bold;
  color: #FFB04D; /* Glow */
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-promotions-new-user-bonus__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-new-user-bonus__cta-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* HERO Section */
.page-promotions-new-user-bonus__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header-offset */
  background-color: #0D0E12;
  overflow: hidden;
}

.page-promotions-new-user-bonus__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-promotions-new-user-bonus__hero-image {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.page-promotions-new-user-bonus__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-new-user-bonus__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.page-promotions-new-user-bonus__main-title {
  font-size: 52px;
  font-weight: 900;
  color: #FFB04D; /* Glow */
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 0 0 15px rgba(255, 176, 77, 0.5);
}

/* Module 1: Intro Section */
.page-promotions-new-user-bonus__intro-section {
  padding: 80px 0;
  background-color: #0D0E12;
}

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

.page-promotions-new-user-bonus__intro-card {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-new-user-bonus__intro-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.page-promotions-new-user-bonus__intro-card p {
  font-size: 16px;
  color: #FFF3E6;
}

/* Module 2: Quick Access Section */
.page-promotions-new-user-bonus__quick-access-section {
  padding: 80px 0;
  background-color: #12141A; /* Slightly different background for contrast */
}

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

.page-promotions-new-user-bonus__access-card {
  display: block;
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  color: #FFF3E6;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.page-promotions-new-user-bonus__access-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  background-color: #202228;
}

.page-promotions-new-user-bonus__access-card .page-promotions-new-user-bonus__card-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #FFA53A; /* Auxiliary color */
}

.page-promotions-new-user-bonus__access-card p {
  font-size: 15px;
  color: #FFF3E6;
}

/* Module 3: Games Section */
.page-promotions-new-user-bonus__games-section {
  padding: 80px 0;
  background-color: #0D0E12;
}

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

.page-promotions-new-user-bonus__game-card {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-promotions-new-user-bonus__game-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-new-user-bonus__game-card p {
  font-size: 16px;
  color: #FFF3E6;
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  background-color: transparent;
  color: #FFA53A; /* Auxiliary color */
  border: 2px solid #FFA53A;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-promotions-new-user-bonus__btn-secondary:hover {
  background-color: #FFA53A;
  color: #17191F;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

/* Module 4: Promotions Overview */
.page-promotions-new-user-bonus__promotions-overview-section {
  padding: 80px 0;
  background-color: #12141A;
}

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

.page-promotions-new-user-bonus__promo-card {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-new-user-bonus__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.page-promotions-new-user-bonus__promo-card img {
  width: 100%;
   /* Consistent height for promo images */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-new-user-bonus__promo-card p {
  font-size: 16px;
  color: #FFF3E6;
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus__btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button */
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-new-user-bonus__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

/* Module 5: Security & Support */
.page-promotions-new-user-bonus__security-support-section {
  padding: 80px 0;
  background-color: #0D0E12;
}

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

.page-promotions-new-user-bonus__info-block {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-new-user-bonus__info-block .page-promotions-new-user-bonus__block-title {
  font-size: 22px;
  font-weight: bold;
  color: #FFB04D; /* Glow */
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__info-block p {
  font-size: 16px;
  color: #FFF3E6;
}

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

/* Module 6: FAQ Section */
.page-promotions-new-user-bonus__faq-section {
  padding: 80px 0;
  background-color: #12141A;
}

.page-promotions-new-user-bonus__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details.page-promotions-new-user-bonus__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #A84F0C; /* Border */
  overflow: hidden;
  background: #17191F; /* Card BG */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

details.page-promotions-new-user-bonus__faq-item summary.page-promotions-new-user-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-promotions-new-user-bonus__faq-item summary.page-promotions-new-user-bonus__faq-question::-webkit-details-marker {
  display: none;
}

details.page-promotions-new-user-bonus__faq-item summary.page-promotions-new-user-bonus__faq-question:hover {
  background: #202228;
}

.page-promotions-new-user-bonus__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF3E6;
}

.page-promotions-new-user-bonus__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFA53A; /* Auxiliary color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}

details.page-promotions-new-user-bonus__faq-item .page-promotions-new-user-bonus__faq-answer {
  padding: 0 25px 25px;
  background: #1A1C23; /* Slightly lighter than Card BG */
  border-radius: 0 0 10px 10px;
  color: #FFF3E6;
  font-size: 16px;
}

/* Module 7: Blog Section */
.page-promotions-new-user-bonus__blog-section {
  padding: 80px 0;
  background-color: #0D0E12;
}

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

.page-promotions-new-user-bonus__blog-card {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-new-user-bonus__blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.page-promotions-new-user-bonus__blog-card img {
  width: 100%;
  
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-new-user-bonus__blog-card .page-promotions-new-user-bonus__card-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__blog-card .page-promotions-new-user-bonus__card-title a {
  color: #FFB04D; /* Glow */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promotions-new-user-bonus__blog-card .page-promotions-new-user-bonus__card-title a:hover {
  color: #FFA53A;
}

.page-promotions-new-user-bonus__blog-card p {
  font-size: 16px;
  color: #FFF3E6;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__blog-date {
  font-size: 14px;
  color: #A84F0C; /* Border color for subtle date */
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__btn-link {
  display: inline-block;
  color: #FFA53A;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.page-promotions-new-user-bonus__btn-link:hover {
  color: #FFB04D;
}

.page-promotions-new-user-bonus__view-all-button {
  text-align: center;
  margin-top: 60px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-new-user-bonus__main-title {
    font-size: 42px;
  }
  .page-promotions-new-user-bonus__section-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .page-promotions-new-user-bonus__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-promotions-new-user-bonus__hero-image img {
    border-radius: 8px;
  }

  .page-promotions-new-user-bonus__main-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .page-promotions-new-user-bonus__description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-promotions-new-user-bonus__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .page-promotions-new-user-bonus__section-title {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-promotions-new-user-bonus__intro-section,
  .page-promotions-new-user-bonus__quick-access-section,
  .page-promotions-new-user-bonus__games-section,
  .page-promotions-new-user-bonus__promotions-overview-section,
  .page-promotions-new-user-bonus__security-support-section,
  .page-promotions-new-user-bonus__faq-section,
  .page-promotions-new-user-bonus__blog-section {
    padding: 40px 0;
  }

  .page-promotions-new-user-bonus__container {
    padding: 0 15px;
  }

  .page-promotions-new-user-bonus__card-title {
    font-size: 20px;
  }

  .page-promotions-new-user-bonus__intro-card,
  .page-promotions-new-user-bonus__access-card,
  .page-promotions-new-user-bonus__game-card,
  .page-promotions-new-user-bonus__promo-card,
  .page-promotions-new-user-bonus__info-block,
  .page-promotions-new-user-bonus__blog-card {
    padding: 20px;
  }

  .page-promotions-new-user-bonus__game-card img,
  .page-promotions-new-user-bonus__promo-card img,
  .page-promotions-new-user-bonus__blog-card img {
    
  }

  .page-promotions-new-user-bonus__btn-secondary,
  .page-promotions-new-user-bonus__btn-primary {
    padding: 10px 20px;
    font-size: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-promotions-new-user-bonus__quick-access-section .page-promotions-new-user-bonus__access-grid,
  .page-promotions-new-user-bonus__game-cards-grid,
  .page-promotions-new-user-bonus__promo-grid,
  .page-promotions-new-user-bonus__security-support-grid,
  .page-promotions-new-user-bonus__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  details.page-promotions-new-user-bonus__faq-item summary.page-promotions-new-user-bonus__faq-question {
    padding: 15px;
  }

  .page-promotions-new-user-bonus__faq-qtext {
    font-size: 16px;
  }
  
  .page-promotions-new-user-bonus__faq-toggle {
    font-size: 24px;
  }

  details.page-promotions-new-user-bonus__faq-item .page-promotions-new-user-bonus__faq-answer {
    padding: 0 15px 15px;
  }

  .page-promotions-new-user-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-promotions-new-user-bonus__section,
  .page-promotions-new-user-bonus__card,
  .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__cta-buttons,
  .page-promotions-new-user-bonus__button-group,
  .page-promotions-new-user-bonus__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-new-user-bonus__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}