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

.page-promotions-first-deposit-bonus__hero {
  background: linear-gradient(135deg, #007bff, #4da3ff);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

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

.page-promotions-first-deposit-bonus__hero h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e9ecef;
}

.page-promotions-first-deposit-bonus__hero-image-wrapper {
  position: absolute;
  bottom: -50px;
  right: -50px;
  opacity: 0.15;
  transform: rotate(15deg);
  z-index: 0;
}

.page-promotions-first-deposit-bonus__hero-image {
  width: 400px;
  height: auto;
}

.page-promotions-first-deposit-bonus__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-promotions-first-deposit-bonus__section h2 {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-first-deposit-bonus__section h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-first-deposit-bonus__section p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-promotions-first-deposit-bonus__card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-first-deposit-bonus__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-promotions-first-deposit-bonus__card h3 {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__card p {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
  text-align: left;
  flex-grow: 1;
}

.page-promotions-first-deposit-bonus__card-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.page-promotions-first-deposit-bonus__steps {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.page-promotions-first-deposit-bonus__steps li {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.page-promotions-first-deposit-bonus__step-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-color: #ffc107;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(255, 193, 7, 0.4);
}

.page-promotions-first-deposit-bonus__icon {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}

.page-promotions-first-deposit-bonus__step-content h3 {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus__step-content p {
  text-align: left;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
}

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

.page-promotions-first-deposit-bonus__benefit-item {
  background-color: #e9f5ff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 123, 255, 0.1);
}

.page-promotions-first-deposit-bonus__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-promotions-first-deposit-bonus__benefit-item h3 {
  font-size: 1.5em;
  color: #0056b3;
  margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus__benefit-item p {
  font-size: 1em;
  color: #495057;
  text-align: center;
}

.page-promotions-first-deposit-bonus__cta {
  text-align: center;
  margin-top: 60px;
  background-color: #007bff;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 123, 255, 0.3);
}

.page-promotions-first-deposit-bonus__cta p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #fff;
}

.page-promotions-first-deposit-bonus__faq-list {
  margin-top: 40px;
}

.page-promotions-first-deposit-bonus__faq-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 25px;
}

.page-promotions-first-deposit-bonus__faq-item h3 {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus__faq-item p {
  font-size: 1em;
  color: #555;
  text-align: left;
  margin-bottom: 0;
}

.page-promotions-first-deposit-bonus__final-cta {
  text-align: center;
  padding: 80px 20px;
  background-color: #ffc107;
  color: #333;
  border-radius: 10px;
  margin: 60px auto;
  max-width: 1000px;
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

.page-promotions-first-deposit-bonus__final-cta h2 {
  color: #b38705;
  font-size: 2.8em;
  margin-bottom: 25px;
}

.page-promotions-first-deposit-bonus__final-cta h2::after {
  background-color: #007bff;
}

.page-promotions-first-deposit-bonus__final-cta p {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #555;
}

.page-promotions-first-deposit-bonus__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.page-promotions-first-deposit-bonus__button--primary {
  background-color: #ffc107;
  color: #333;
  border: 2px solid #ffc107;
}

.page-promotions-first-deposit-bonus__button--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

.page-promotions-first-deposit-bonus__button--highlight {
  background-color: #0056b3;
  color: #fff;
  border: 2px solid #0056b3;
  font-size: 1.4em;
  padding: 18px 40px;
}

.page-promotions-first-deposit-bonus__button--highlight:hover {
  background-color: #003f80;
  border-color: #003f80;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 86, 179, 0.4);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-promotions-first-deposit-bonus__hero h1 {
    font-size: 2.5em;
  }
  .page-promotions-first-deposit-bonus__hero p {
    font-size: 1em;
  }
  .page-promotions-first-deposit-bonus__section h2 {
    font-size: 2em;
  }
  .page-promotions-first-deposit-bonus__steps li {
    flex-direction: column;
    text-align: center;
  }
  .page-promotions-first-deposit-bonus__step-content h3 {
    margin-top: 15px;
  }
  .page-promotions-first-deposit-bonus__step-content p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-promotions-first-deposit-bonus__hero {
    padding: 60px 15px;
  }
  .page-promotions-first-deposit-bonus__hero h1 {
    font-size: 2em;
  }
  .page-promotions-first-deposit-bonus__section {
    padding: 40px 15px;
  }
  .page-promotions-first-deposit-bonus__card {
    padding: 25px;
  }
  .page-promotions-first-deposit-bonus__final-cta h2 {
    font-size: 2.2em;
  }
  .page-promotions-first-deposit-bonus__final-cta p {
    font-size: 1.1em;
  }
  .page-promotions-first-deposit-bonus__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-first-deposit-bonus__button--highlight {
    font-size: 1.2em;
    padding: 15px 30px;
  }
}

@media (max-width: 576px) {
  .page-promotions-first-deposit-bonus__hero-image-wrapper {
    display: none;
  }
  .page-promotions-first-deposit-bonus__hero {
    padding: 40px 15px;
  }
  .page-promotions-first-deposit-bonus__hero h1 {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit-bonus__section h2 {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit-bonus__section p {
    font-size: 0.95em;
  }
  .page-promotions-first-deposit-bonus__card h3 {
    font-size: 1.4em;
  }
  .page-promotions-first-deposit-bonus__steps li {
    padding: 20px;
  }
  .page-promotions-first-deposit-bonus__step-icon {
    width: 60px;
    height: 60px;
  }
  .page-promotions-first-deposit-bonus__icon {
    width: 40px;
    height: 40px;
  }
  .page-promotions-first-deposit-bonus__step-content h3 {
    font-size: 1.5em;
  }
  .page-promotions-first-deposit-bonus__final-cta h2 {
    font-size: 2em;
  }
  .page-promotions-first-deposit-bonus__final-cta p {
    font-size: 1em;
  }
  .page-promotions-first-deposit-bonus__button--highlight {
    font-size: 1.1em;
    padding: 12px 25px;
  }
}