.page-promo-latest-deposit-bonus {
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-promo-latest-deposit-bonus__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
}

.page-promo-latest-deposit-bonus__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-promo-latest-deposit-bonus__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent dark overlay for text readability */
  border-radius: 10px;
}

.page-promo-latest-deposit-bonus__hero-title {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FCBC45; /* Login color for emphasis */
  line-height: 1.2;
}

.page-promo-latest-deposit-bonus__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
  line-height: 1.5;
}

.page-promo-latest-deposit-bonus__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-promo-latest-deposit-bonus__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.page-promo-latest-deposit-bonus__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-promo-latest-deposit-bonus__button--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-3px);
}

.page-promo-latest-deposit-bonus__button--claim,
.page-promo-latest-deposit-bonus__button--learn-more,
.page-promo-latest-deposit-bonus__button--join-large {
  background-color: #FCBC45;
  color: #000000;
}

.page-promo-latest-deposit-bonus__button--claim:hover,
.page-promo-latest-deposit-bonus__button--learn-more:hover,
.page-promo-latest-deposit-bonus__button--join-large:hover {
  background-color: #FFD700;
  transform: translateY(-3px);
}

.page-promo-latest-deposit-bonus__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.6;
}

.page-promo-latest-deposit-bonus__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #FCBC45;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid rgba(252, 188, 69, 0.3);
  padding-bottom: 10px;
}

.page-promo-latest-deposit-bonus__section-text {
  font-size: 1.1em;
  color: #FFFFFF;
  margin-bottom: 40px;
  text-align: center;
}

.page-promo-latest-deposit-bonus__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-promo-latest-deposit-bonus__feature-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(252, 188, 69, 0.2);
}

.page-promo-latest-deposit-bonus__feature-heading {
  font-size: 1.8em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-promo-latest-deposit-bonus__feature-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-promo-latest-deposit-bonus__bonus-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-promo-latest-deposit-bonus__bonus-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(252, 188, 69, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promo-latest-deposit-bonus__bonus-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  min-height: 200px;
}

.page-promo-latest-deposit-bonus__bonus-heading {
  font-size: 1.8em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-promo-latest-deposit-bonus__bonus-description {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promo-latest-deposit-bonus__button--learn-more {
  margin-top: auto; /* Push button to the bottom */
}

.page-promo-latest-deposit-bonus__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-promo-latest-deposit-bonus__step-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(252, 188, 69, 0.2);
}

.page-promo-latest-deposit-bonus__step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FCBC45;
  color: #000000;
  font-size: 2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.page-promo-latest-deposit-bonus__step-heading {
  font-size: 1.8em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-promo-latest-deposit-bonus__step-description {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-promo-latest-deposit-bonus__button--register-small {
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.9em;
}

.page-promo-latest-deposit-bonus__button--register-small:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-promo-latest-deposit-bonus__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  min-height: 200px;
}

.page-promo-latest-deposit-bonus__terms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-promo-latest-deposit-bonus__term-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(252, 188, 69, 0.3);
}

.page-promo-latest-deposit-bonus__term-heading {
  font-size: 1.8em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-promo-latest-deposit-bonus__term-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-promo-latest-deposit-bonus__term-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  min-height: 200px;
}

.page-promo-latest-deposit-bonus__tips-list {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promo-latest-deposit-bonus__tip-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #FCBC45;
  border-radius: 5px;
  font-size: 1.1em;
  color: #FFFFFF;
}

.page-promo-latest-deposit-bonus__tip-item strong {
  color: #FCBC45;
}

.page-promo-latest-deposit-bonus__cta-section {
  background-color: rgba(252, 188, 69, 0.1);
  padding: 60px 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  border: 1px solid #FCBC45;
  position: relative;
  overflow: hidden;
}

.page-promo-latest-deposit-bonus__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}

.page-promo-latest-deposit-bonus__cta-title {
  font-size: 3em;
  font-weight: bold;
  color: #FCBC45;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.page-promo-latest-deposit-bonus__cta-description {
  font-size: 1.2em;
  color: #FFFFFF;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.page-promo-latest-deposit-bonus__button--join-large {
  padding: 20px 40px;
  font-size: 1.3em;
  position: relative;
  z-index: 2;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promo-latest-deposit-bonus__hero-title {
    font-size: 3em;
  }
  .page-promo-latest-deposit-bonus__hero-description {
    font-size: 1.1em;
  }
  .page-promo-latest-deposit-bonus__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promo-latest-deposit-bonus__hero-section {
    min-height: 400px;
    padding: 40px 15px;
  }
  .page-promo-latest-deposit-bonus__hero-title {
    font-size: 2.2em;
  }
  .page-promo-latest-deposit-bonus__hero-description {
    font-size: 1em;
  }
  .page-promo-latest-deposit-bonus__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-promo-latest-deposit-bonus__button {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .page-promo-latest-deposit-bonus__content-area {
    padding: 40px 15px;
  }
  .page-promo-latest-deposit-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promo-latest-deposit-bonus__feature-grid,
  .page-promo-latest-deposit-bonus__bonus-types,
  .page-promo-latest-deposit-bonus__steps-container,
  .page-promo-latest-deposit-bonus__terms-grid {
    grid-template-columns: 1fr;
  }
  .page-promo-latest-deposit-bonus__cta-title {
    font-size: 2.2em;
  }
  .page-promo-latest-deposit-bonus__cta-description {
    font-size: 1em;
  }
  .page-promo-latest-deposit-bonus__button--join-large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  /* Ensure images do not overflow on mobile */
  .page-promo-latest-deposit-bonus img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promo-latest-deposit-bonus__hero-title {
    font-size: 1.8em;
  }
  .page-promo-latest-deposit-bonus__section-title {
    font-size: 1.5em;
  }
  .page-promo-latest-deposit-bonus__feature-heading,
  .page-promo-latest-deposit-bonus__bonus-heading,
  .page-promo-latest-deposit-bonus__step-heading,
  .page-promo-latest-deposit-bonus__term-heading {
    font-size: 1.5em;
  }
  .page-promo-latest-deposit-bonus__cta-title {
    font-size: 1.8em;
  }
}