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

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

.page-promotions-welcome-bonus h1,
.page-promotions-welcome-bonus h2,
.page-promotions-welcome-bonus h3 {
  color: #0A2463;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-promotions-welcome-bonus h1 {
  font-size: 2.8em;
  text-align: center;
  color: #FFFFFF;
}

.page-promotions-welcome-bonus h2 {
  font-size: 2.2em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-promotions-welcome-bonus h3 {
  font-size: 1.6em;
  margin-top: 25px;
}

.page-promotions-welcome-bonus p {
  margin-bottom: 15px;
  color: #444;
}

.page-promotions-welcome-bonus ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-promotions-welcome-bonus ul li {
  margin-bottom: 10px;
  color: #444;
}

.page-promotions-welcome-bonus strong {
  color: #0A2463;
}

.page-promotions-welcome-bonus .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.page-promotions-welcome-bonus .btn-primary {
  background-color: #E3B505;
  color: #0A2463;
  border: 2px solid #E3B505;
}

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

.page-promotions-welcome-bonus .btn-secondary {
  background-color: #0A2463;
  color: #FFFFFF;
  border: 2px solid #0A2463;
}

.page-promotions-welcome-bonus .btn-secondary:hover {
  background-color: #1a3a7f;
  border-color: #1a3a7f;
  transform: translateY(-2px);
}

/* Hero Section */
.page-promotions-welcome-bonus .hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #1A3A7F 100%);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-promotions-welcome-bonus .hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-promotions-welcome-bonus .hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-promotions-welcome-bonus .hero-image-wrapper {
  max-width: 600px;
  width: 100%;
}

.page-promotions-welcome-bonus .hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Promo Overview Section */
.page-promotions-welcome-bonus .promo-overview-section {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

.page-promotions-welcome-bonus .promo-overview-section p {
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-size: 1.1em;
  color: #555;
}

/* How to Claim Section */
.page-promotions-welcome-bonus .how-to-claim-section {
  padding: 60px 0;
  background-color: #f0f4f8;
}

.page-promotions-welcome-bonus .how-to-claim-section h2 {
  margin-bottom: 40px;
}

.page-promotions-welcome-bonus .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-promotions-welcome-bonus .step-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-promotions-welcome-bonus .step-item:hover {
  transform: translateY(-8px);
}

.page-promotions-welcome-bonus .step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-promotions-welcome-bonus .step-item h3 {
  color: #E3B505;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-promotions-welcome-bonus .step-item p {
  color: #666;
  font-size: 0.95em;
}

/* Terms & Conditions Section */
.page-promotions-welcome-bonus .terms-conditions-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-promotions-welcome-bonus .terms-conditions-section ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-promotions-welcome-bonus .terms-conditions-section ul li {
  background-color: #f9f9f9;
  border-left: 5px solid #E3B505;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333;
}

.page-promotions-welcome-bonus .terms-conditions-section ul li strong {
  color: #0A2463;
}

/* Why da88 Section */
.page-promotions-welcome-bonus .why-da88-section {
  padding: 60px 0;
  background-color: #0A2463;
  color: #FFFFFF;
  text-align: center;
}

.page-promotions-welcome-bonus .why-da88-section h2 {
  color: #E3B505;
  margin-bottom: 50px;
}

.page-promotions-welcome-bonus .why-da88-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-welcome-bonus .why-da88-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-promotions-welcome-bonus .why-da88-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-promotions-welcome-bonus .why-da88-item h3 {
  color: #E3B505;
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-promotions-welcome-bonus .why-da88-item p {
  color: #E0E0E0;
  font-size: 0.95em;
}

.page-promotions-welcome-bonus .feature-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 0 5px rgba(227, 181, 5, 0.5));
}

/* FAQ Section */
.page-promotions-welcome-bonus .faq-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-promotions-welcome-bonus .faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.page-promotions-welcome-bonus .faq-item h3 {
  color: #0A2463;
  font-size: 1.3em;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-welcome-bonus .faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  color: #E3B505;
  transition: transform 0.3s ease;
}

.page-promotions-welcome-bonus .faq-item.active h3::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-welcome-bonus .faq-item p {
  margin-top: 10px;
  color: #555;
  display: none;
}

.page-promotions-welcome-bonus .faq-item.active p {
  display: block;
}

/* CTA Bottom Section */
.page-promotions-welcome-bonus .cta-bottom-section {
  padding: 80px 0;
  background: linear-gradient(45deg, #0A2463, #1A3A7F);
  color: #FFFFFF;
  text-align: center;
}

.page-promotions-welcome-bonus .cta-bottom-section h2 {
  color: #E3B505;
  font-size: 2.5em;
}

.page-promotions-welcome-bonus .cta-bottom-section p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 20px auto 40px auto;
  color: #E0E0E0;
}

.page-promotions-welcome-bonus .responsible-gambling {
  font-size: 0.9em;
  margin-top: 30px;
  opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-welcome-bonus .hero-section .container {
    flex-direction: column;
  }

  .page-promotions-welcome-bonus h1 {
    font-size: 2.2em;
  }

  .page-promotions-welcome-bonus h2 {
    font-size: 1.8em;
  }

  .page-promotions-welcome-bonus .hero-content p {
    font-size: 1.1em;
  }

  .page-promotions-welcome-bonus .steps-grid,
  .page-promotions-welcome-bonus .why-da88-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-promotions-welcome-bonus .hero-section {
    padding: 60px 0;
  }

  .page-promotions-welcome-bonus h1 {
    font-size: 2em;
  }

  .page-promotions-welcome-bonus h2 {
    font-size: 1.6em;
  }

  .page-promotions-welcome-bonus .promo-overview-section,
  .page-promotions-welcome-bonus .how-to-claim-section,
  .page-promotions-welcome-bonus .terms-conditions-section,
  .page-promotions-welcome-bonus .why-da88-section,
  .page-promotions-welcome-bonus .faq-section,
  .page-promotions-welcome-bonus .cta-bottom-section {
    padding: 40px 0;
  }

  .page-promotions-welcome-bonus .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-promotions-welcome-bonus h1 {
    font-size: 1.8em;
  }

  .page-promotions-welcome-bonus h2 {
    font-size: 1.5em;
  }

  .page-promotions-welcome-bonus .hero-content p {
    font-size: 1em;
  }
}