.page-promotions-new-user-bonus {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF;
  background-color: #1a1a1a; /* Dark background to make gold/red pop */
  line-height: 1.6;
}

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

.page-promotions-new-user-bonus h1,
.page-promotions-new-user-bonus h2,
.page-promotions-new-user-bonus h3,
.page-promotions-new-user-bonus h4 {
  color: #FFD700; /* Gold for headings */
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-promotions-new-user-bonus h1 {
  font-size: 3.2em;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-promotions-new-user-bonus h2 {
  font-size: 2.5em;
  padding-top: 60px;
  margin-bottom: 35px;
}

.page-promotions-new-user-bonus h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus h4 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus p {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-bottom: 20px;
  text-align: center;
}

.page-promotions-new-user-bonus ul,
.page-promotions-new-user-bonus ol {
  list-style-type: disc;
  margin: 0 auto 20px auto;
  padding-left: 25px;
  color: #e0e0e0;
  max-width: 800px;
  text-align: left;
}

.page-promotions-new-user-bonus ol {
  list-style-type: decimal;
}

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

.page-promotions-new-user-bonus strong {
  color: #FFD700;
}

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

.page-promotions-new-user-bonus .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #8B0000; /* Deep Red */
  border: 2px solid #FFD700;
}

.page-promotions-new-user-bonus .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.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: #8B0000;
  transform: translateY(-2px);
}

.page-promotions-new-user-bonus .btn-link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: normal;
  padding: 0;
  border: none;
  background: none;
  font-size: 1em;
}

.page-promotions-new-user-bonus .btn-link:hover {
  color: #e6c200;
}

.page-promotions-new-user-bonus .btn-primary-small {
  padding: 10px 20px;
  font-size: 0.95em;
}

.page-promotions-new-user-bonus .btn-secondary-small {
  padding: 10px 20px;
  font-size: 0.95em;
}

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

.page-promotions-new-user-bonus .btn-extra-large {
  padding: 22px 50px;
  font-size: 1.4em;
  margin-top: 30px;
}

/* Sections */
.page-promotions-new-user-bonus section {
  padding: 80px 0;
  text-align: center;
}

.page-promotions-new-user-bonus .hero-section {
  background: linear-gradient(135deg, #8B0000, #4d0000); /* Dark red gradient */
  padding: 100px 0;
  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,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-new-user-bonus .hero-section .container {
  position: relative;
  z-index: 1;
}

.page-promotions-new-user-bonus .hero-section h1 {
  color: #FFD700;
  font-size: 4em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-promotions-new-user-bonus .hero-section p {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-promotions-new-user-bonus .cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-new-user-bonus .why-choose-us-section {
  background-color: #222222;
}

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

.page-promotions-new-user-bonus .feature-item {
  background-color: #333333;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-promotions-new-user-bonus .feature-item .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-promotions-new-user-bonus .feature-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus .feature-item p {
  font-size: 1em;
  color: #cccccc;
  margin-bottom: 0;
}

.page-promotions-new-user-bonus .new-user-offers-section {
  background-color: #1a1a1a;
}

.page-promotions-new-user-bonus .offer-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-promotions-new-user-bonus .offer-card {
  background-color: #333333;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions-new-user-bonus .offer-card .offer-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #FFD700;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-promotions-new-user-bonus .offer-card h3 {
  color: #FFD700;
  font-size: 1.7em;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus .offer-card p {
  font-size: 1em;
  color: #cccccc;
  flex-grow: 1;
  margin-bottom: 25px;
}

.page-promotions-new-user-bonus .registration-guide-section {
  background-color: #222222;
}

.page-promotions-new-user-bonus .guide-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-promotions-new-user-bonus .guide-list li {
  background-color: #333333;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.page-promotions-new-user-bonus .guide-list li h3 {
  text-align: left;
  color: #FFD700;
  margin-top: 0;
}

.page-promotions-new-user-bonus .guide-list li p {
  text-align: left;
  color: #cccccc;
}

.page-promotions-new-user-bonus .guide-list li ul {
  list-style-type: disc;
  padding-left: 25px;
  color: #cccccc;
  max-width: none;
}

.page-promotions-new-user-bonus .guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  border: 2px solid #8B0000;
  box-shadow: 0 0 10px rgba(139, 0, 0, 0.5);
}

.page-promotions-new-user-bonus .claim-bonus-section {
  background-color: #1a1a1a;
}

.page-promotions-new-user-bonus .bonus-claim-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-promotions-new-user-bonus .bonus-claim-list li {
  background-color: #333333;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.page-promotions-new-user-bonus .bonus-claim-list li h4 {
  text-align: left;
  color: #FFD700;
  margin-top: 0;
}

.page-promotions-new-user-bonus .bonus-claim-list li p {
  text-align: left;
  color: #cccccc;
}

.page-promotions-new-user-bonus .terms-conditions-section {
  background-color: #222222;
  text-align: left;
}

.page-promotions-new-user-bonus .terms-conditions-section p {
  text-align: left;
}

.page-promotions-new-user-bonus .terms-conditions-section ul {
  list-style-type: disc;
  padding-left: 25px;
  max-width: 100%;
}

.page-promotions-new-user-bonus .terms-conditions-section li {
  color: #cccccc;
}

.page-promotions-new-user-bonus .faq-section {
  background-color: #1a1a1a;
}

.page-promotions-new-user-bonus .faq-item {
  background-color: #333333;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions-new-user-bonus .faq-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-new-user-bonus .faq-item p {
  color: #cccccc;
  font-size: 1em;
  margin-top: 15px;
  text-align: left;
  display: block; /* Ensure it's visible by default, JS can handle toggle */
}

.page-promotions-new-user-bonus .final-cta-section {
  background: linear-gradient(135deg, #8B0000, #FFD700); /* Red to Gold gradient */
  padding: 100px 0;
}

.page-promotions-new-user-bonus .final-cta-section h2 {
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-promotions-new-user-bonus .final-cta-section p {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-promotions-new-user-bonus .text-center {
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-new-user-bonus h1 {
    font-size: 3em;
  }
  .page-promotions-new-user-bonus h2 {
    font-size: 2em;
  }
  .page-promotions-new-user-bonus p {
    font-size: 1em;
  }
  .page-promotions-new-user-bonus .feature-grid, .page-promotions-new-user-bonus .offer-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-new-user-bonus section {
    padding: 60px 0;
  }
  .page-promotions-new-user-bonus .hero-section h1 {
    font-size: 2.5em;
  }
  .page-promotions-new-user-bonus .hero-section p {
    font-size: 1.1em;
  }
  .page-promotions-new-user-bonus .cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-new-user-bonus .btn-large, .page-promotions-new-user-bonus .btn-extra-large {
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-promotions-new-user-bonus .feature-grid, .page-promotions-new-user-bonus .offer-card-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-new-user-bonus .guide-list li, .page-promotions-new-user-bonus .bonus-claim-list li {
    padding: 20px;
  }
  .page-promotions-new-user-bonus .faq-item h3 {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-promotions-new-user-bonus h1 {
    font-size: 2em;
  }
  .page-promotions-new-user-bonus h2 {
    font-size: 1.8em;
  }
  .page-promotions-new-user-bonus h3 {
    font-size: 1.4em;
  }
  .page-promotions-new-user-bonus .btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-promotions-new-user-bonus .hero-section {
    padding: 80px 0;
  }
  .page-promotions-new-user-bonus .feature-item, .page-promotions-new-user-bonus .offer-card, .page-promotions-new-user-bonus .guide-list li, .page-promotions-new-user-bonus .bonus-claim-list li, .page-promotions-new-user-bonus .faq-item {
    padding: 15px;
  }
}