.page-promotions-deposit-bonus {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A1A1A; /* Dark background */
  line-height: 1.6;
}

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

.page-promotions-deposit-bonus h1, 
.page-promotions-deposit-bonus h2, 
.page-promotions-deposit-bonus h3 {
  color: #FF0055; /* Main brand color for headings */
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-promotions-deposit-bonus h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 30px;
  color: #00FFEE; /* Auxiliary color for main heading */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.page-promotions-deposit-bonus h2 {
  font-size: 2.2em;
  border-bottom: 2px solid #FF0055;
  padding-bottom: 10px;
  margin-top: 50px;
  color: #FF0055;
}

.page-promotions-deposit-bonus h3 {
  font-size: 1.6em;
  color: #00FFEE; /* Auxiliary color for subheadings */
  margin-top: 30px;
}

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

.page-promotions-deposit-bonus .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 1.05em;
  letter-spacing: 0.5px;
}

.page-promotions-deposit-bonus .btn-primary {
  background-color: #FF0055; /* Main brand color */
  color: #FFFFFF;
  border: 2px solid #FF0055;
}

.page-promotions-deposit-bonus .btn-primary:hover {
  background-color: #CC0044;
  border-color: #CC0044;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 0, 85, 0.4);
}

.page-promotions-deposit-bonus .btn-secondary {
  background-color: transparent;
  color: #00FFEE; /* Auxiliary brand color */
  border: 2px solid #00FFEE;
  margin-left: 15px;
}

.page-promotions-deposit-bonus .btn-secondary:hover {
  background-color: #00FFEE;
  color: #1A1A1A;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 255, 238, 0.4);
}

.page-promotions-deposit-bonus .btn-outline {
  background-color: transparent;
  color: #FF0055;
  border: 2px solid #FF0055;
  padding: 8px 18px;
  font-size: 0.95em;
}

.page-promotions-deposit-bonus .btn-outline:hover {
  background-color: #FF0055;
  color: #FFFFFF;
}

.page-promotions-deposit-bonus .btn-lg {
  padding: 15px 35px;
  font-size: 1.2em;
}

/* Hero Section */
.page-promotions-deposit-bonus .hero-section {
  background: linear-gradient(135deg, #1A1A1A, #333333);
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #FF0055;
}

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

.page-promotions-deposit-bonus .hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-promotions-deposit-bonus .hero-content p {
  font-size: 1.2em;
  color: #D0D0D0;
  margin-bottom: 30px;
}

.page-promotions-deposit-bonus .hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-deposit-bonus .hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 255, 238, 0.3);
}

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

/* Why Choose Us Section */
.page-promotions-deposit-bonus .why-choose-us-section {
  padding: 80px 0;
  background-color: #111111;
  text-align: center;
}

.page-promotions-deposit-bonus .why-choose-us-section p {
  max-width: 900px;
  margin: 0 auto 50px;
}

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

.page-promotions-deposit-bonus .feature-item {
  background-color: #222222;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  text-align: center;
  border: 1px solid #333333;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.page-promotions-deposit-bonus .feature-item:hover {
  transform: translateY(-5px);
  border-color: #00FFEE;
}

.page-promotions-deposit-bonus .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px #00FFEE);
}

.page-promotions-deposit-bonus .feature-item h3 {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #FF0055;
}

.page-promotions-deposit-bonus .feature-item p {
  font-size: 1em;
  color: #B0B0B0;
  text-align: center;
}

.page-promotions-deposit-bonus .cta-btn {
  margin-top: 50px;
}

/* Bonus Types Section */
.page-promotions-deposit-bonus .bonus-types-section {
  padding: 80px 0;
  background-color: #1A1A1A;
}

.page-promotions-deposit-bonus .bonus-types-section p {
  max-width: 900px;
  margin: 0 auto 50px;
}

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

.page-promotions-deposit-bonus .bonus-card {
  background-color: #222222;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  text-align: center;
  border: 1px solid #333333;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.page-promotions-deposit-bonus .bonus-card:hover {
  transform: translateY(-5px);
  border-color: #FF0055;
}

.page-promotions-deposit-bonus .bonus-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #00FFEE;
}

.page-promotions-deposit-bonus .bonus-card h3 {
  color: #FF0055;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-promotions-deposit-bonus .bonus-card p {
  color: #B0B0B0;
  font-size: 1em;
  margin-bottom: 25px;
  text-align: center;
}

/* How to Claim Section */
.page-promotions-deposit-bonus .how-to-claim-section {
  padding: 80px 0;
  background-color: #111111;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-bonus .how-to-claim-section p {
  max-width: 900px;
  margin: 0 auto 50px;
}

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

.page-promotions-deposit-bonus .step-item {
  background-color: #222222;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  text-align: center;
  border: 1px solid #333333;
  position: relative;
}

.page-promotions-deposit-bonus .step-number {
  width: 60px;
  height: 60px;
  background-color: #FF0055;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin: -60px auto 20px;
  border: 3px solid #00FFEE;
  box-shadow: 0 0 15px rgba(255, 0, 85, 0.6);
}

.page-promotions-deposit-bonus .step-item h3 {
  margin-top: 15px;
  color: #00FFEE;
  font-size: 1.3em;
}

.page-promotions-deposit-bonus .step-item p {
  font-size: 0.95em;
  color: #B0B0B0;
  text-align: center;
}

.page-promotions-deposit-bonus .step-item p a {
  color: #FF0055;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-deposit-bonus .step-item p a:hover {
  text-decoration: underline;
}

.page-promotions-deposit-bonus .process-illustration {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 60px auto 0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 2px solid #FF0055;
}

/* Terms and Conditions Section */
.page-promotions-deposit-bonus .terms-conditions-section {
  padding: 80px 0;
  background-color: #1A1A1A;
}

.page-promotions-deposit-bonus .terms-conditions-section p {
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-promotions-deposit-bonus .terms-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-promotions-deposit-bonus .terms-list li {
  background-color: #222222;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  border-left: 5px solid #00FFEE;
  font-size: 1.05em;
  color: #D0D0D0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus .responsible-gambling-note {
  font-size: 0.95em;
  color: #FF0055;
  font-style: italic;
  margin-top: 40px;
  padding: 20px;
  background-color: #222222;
  border-left: 5px solid #FF0055;
  border-radius: 8px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* FAQ Section */
.page-promotions-deposit-bonus .faq-section {
  padding: 80px 0;
  background-color: #111111;
}

.page-promotions-deposit-bonus .faq-accordion {
  max-width: 900px;
  margin: 40px auto;
}

.page-promotions-deposit-bonus .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #333333;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus .accordion-header {
  background-color: #222222;
  color: #FF0055;
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-promotions-deposit-bonus .accordion-header:hover, .page-promotions-deposit-bonus .accordion-header.active {
  background-color: #333333;
  color: #00FFEE;
}

.page-promotions-deposit-bonus .accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-deposit-bonus .accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-deposit-bonus .accordion-content {
  background-color: #282828;
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-deposit-bonus .accordion-content p {
  padding: 15px 0;
  color: #D0D0D0;
  text-align: left;
}

/* Final CTA Section */
.page-promotions-deposit-bonus .final-cta-section {
  padding: 80px 0;
  background: linear-gradient(45deg, #FF0055, #00FFEE);
  text-align: center;
  color: #FFFFFF;
  border-top: 3px solid #00FFEE;
}

.page-promotions-deposit-bonus .final-cta-section h2 {
  color: #FFFFFF;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}

.page-promotions-deposit-bonus .final-cta-section p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #F0F0F0;
}

.page-promotions-deposit-bonus .cta-banner-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 0 auto 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 2px solid #FFFFFF;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-deposit-bonus h1 {
    font-size: 2em;
  }

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

  .page-promotions-deposit-bonus h3 {
    font-size: 1.4em;
  }

  .page-promotions-deposit-bonus p {
    font-size: 1em;
  }

  .page-promotions-deposit-bonus .hero-section .container {
    flex-direction: column;
  }

  .page-promotions-deposit-bonus .hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions-deposit-bonus .btn-secondary {
    margin-left: 0;
  }

  .page-promotions-deposit-bonus .features-grid,
  .page-promotions-deposit-bonus .bonus-grid,
  .page-promotions-deposit-bonus .steps-wrapper {
    grid-template-columns: 1fr;
  }

  .page-promotions-deposit-bonus .step-number {
    margin-top: 0;
    position: static;
  }

  .page-promotions-deposit-bonus .terms-list li {
    padding: 15px;
    font-size: 0.95em;
  }

  .page-promotions-deposit-bonus .accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-promotions-deposit-bonus .accordion-content p {
    font-size: 0.95em;
  }
}

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

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

  .page-promotions-deposit-bonus .btn {
    width: 100%;
    padding: 10px 15px;
  }

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

  .page-promotions-deposit-bonus .hero-image-wrapper {
    margin-top: 20px;
  }

  .page-promotions-deposit-bonus .step-item {
    padding: 20px;
  }

  .page-promotions-deposit-bonus .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
    margin-bottom: 15px;
  }
}