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

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

.page-promotions-first-deposit-bonus__hero {
  background: linear-gradient(135deg, #0047AB 0%, #002880 100%); /* Darker blue gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-promotions-first-deposit-bonus__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,luxury,dark_blue_gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-first-deposit-bonus__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-promotions-first-deposit-bonus__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 1.2;
}

.page-promotions-first-deposit-bonus__hero-description {
  font-size: 1.4em;
  color: #e0e0e0;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-first-deposit-bonus__hero-btn,
.page-promotions-first-deposit-bonus__cta-btn,
.page-promotions-first-deposit-bonus__final-cta-btn {
  display: inline-block;
  background-color: #FFD700;
  color: #0047AB;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-first-deposit-bonus__hero-btn:hover,
.page-promotions-first-deposit-bonus__cta-btn:hover,
.page-promotions-first-deposit-bonus__final-cta-btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-promotions-first-deposit-bonus__hero-image {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 800px;
}

.page-promotions-first-deposit-bonus__image-main {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-promotions-first-deposit-bonus__section {
  padding: 60px 0;
  background-color: #1a1a2e;
}

.page-promotions-first-deposit-bonus__section:nth-of-type(even) {
  background-color: #22223b;
}

.page-promotions-first-deposit-bonus__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__intro p,
.page-promotions-first-deposit-bonus__terms p,
.page-promotions-first-deposit-bonus__why-choose p {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions-first-deposit-bonus__image-content {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

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

.page-promotions-first-deposit-bonus__grid-item {
  background-color: #0047AB;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus__grid-item:hover {
  transform: translateY(-10px);
}

.page-promotions-first-deposit-bonus__grid-item h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-promotions-first-deposit-bonus__grid-item h3 i {
  margin-right: 10px;
  font-size: 1.2em; /* Placeholder for icon font */
}

.page-promotions-first-deposit-bonus__grid-item p {
  font-size: 1.05em;
  color: #ffffff;
}

.page-promotions-first-deposit-bonus__highlight-text {
  text-align: center;
  font-size: 1.2em;
  color: #FFD700;
  margin-top: 30px;
  font-weight: bold;
}

.page-promotions-first-deposit-bonus__cta-btn {
  margin-top: 40px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-first-deposit-bonus__how-to-claim .page-promotions-first-deposit-bonus__steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-promotions-first-deposit-bonus__steps li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  background-color: #0047AB;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

.page-promotions-first-deposit-bonus__steps li:hover {
  background-color: #003a8a;
}

.page-promotions-first-deposit-bonus__step-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-color: #FFD700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus__step-icon img {
  width: 40px;
  height: 40px;
  filter: invert(1) brightness(0.2);
}

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

.page-promotions-first-deposit-bonus__step-content p {
  font-size: 1.05em;
  color: #e0e0e0;
}

.page-promotions-first-deposit-bonus__terms .page-promotions-first-deposit-bonus__list {
  list-style: none;
  padding: 0;
}

.page-promotions-first-deposit-bonus__terms .page-promotions-first-deposit-bonus__list li {
  background-color: #2a2a47;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.05em;
  color: #ffffff;
  line-height: 1.8;
}

.page-promotions-first-deposit-bonus__terms .page-promotions-first-deposit-bonus__list li strong {
  color: #FFD700;
}

.page-promotions-first-deposit-bonus__why-choose .page-promotions-first-deposit-bonus__advantages {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-first-deposit-bonus__advantages li {
  background-color: #0047AB;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus__advantages li:hover {
  transform: translateY(-10px);
}

.page-promotions-first-deposit-bonus__advantages li i {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 15px;
  display: block;
  /* Placeholder for icon font/svg */
}

.page-promotions-first-deposit-bonus__advantages li h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus__advantages li p {
  font-size: 1.05em;
  color: #ffffff;
}

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

.page-promotions-first-deposit-bonus__accordion-item {
  background-color: #003a8a;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page-promotions-first-deposit-bonus__accordion-header {
  background-color: #0047AB;
  color: #FFD700;
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  border: none;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-first-deposit-bonus__accordion-header:hover {
  background-color: #003a8a;
}

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

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

.page-promotions-first-deposit-bonus__accordion-content {
  padding: 0 25px;
  background-color: #003a8a;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-promotions-first-deposit-bonus__accordion-content.active {
  max-height: 200px; /* Adjust as needed based on content */
  padding: 20px 25px;
}

.page-promotions-first-deposit-bonus__accordion-content p {
  color: #e0e0e0;
  font-size: 1.05em;
}

.page-promotions-first-deposit-bonus__final-cta {
  background: linear-gradient(90deg, #0047AB, #002880);
  padding: 80px 0;
  text-align: center;
}

.page-promotions-first-deposit-bonus__final-cta-content {
  max-width: 800px;
}

.page-promotions-first-deposit-bonus__final-cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-first-deposit-bonus__final-cta-description {
  font-size: 1.3em;
  color: #e0e0e0;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-first-deposit-bonus__hero-title {
    font-size: 3em;
  }
  .page-promotions-first-deposit-bonus__hero-description {
    font-size: 1.3em;
  }
  .page-promotions-first-deposit-bonus__section-title {
    font-size: 2.2em;
  }
  .page-promotions-first-deposit-bonus__grid-item h3,
  .page-promotions-first-deposit-bonus__advantages li h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-promotions-first-deposit-bonus__hero {
    padding: 80px 0;
  }
  .page-promotions-first-deposit-bonus__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-first-deposit-bonus__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-first-deposit-bonus__hero-image {
    width: 90%;
  }
  .page-promotions-first-deposit-bonus__section {
    padding: 40px 0;
  }
  .page-promotions-first-deposit-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit-bonus__grid,
  .page-promotions-first-deposit-bonus__advantages {
    grid-template-columns: 1fr;
  }
  .page-promotions-first-deposit-bonus__steps li {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .page-promotions-first-deposit-bonus__step-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-promotions-first-deposit-bonus__final-cta-title {
    font-size: 2.5em;
  }
  .page-promotions-first-deposit-bonus__final-cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-promotions-first-deposit-bonus__hero-title {
    font-size: 2em;
  }
  .page-promotions-first-deposit-bonus__hero-description {
    font-size: 1em;
  }
  .page-promotions-first-deposit-bonus__hero-btn,
  .page-promotions-first-deposit-bonus__cta-btn,
  .page-promotions-first-deposit-bonus__final-cta-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-first-deposit-bonus__section-title {
    font-size: 1.5em;
  }
  .page-promotions-first-deposit-bonus__grid-item h3,
  .page-promotions-first-deposit-bonus__advantages li h3 {
    font-size: 1.4em;
  }
  .page-promotions-first-deposit-bonus__intro p,
  .page-promotions-first-deposit-bonus__terms p,
  .page-promotions-first-deposit-bonus__why-choose p,
  .page-promotions-first-deposit-bonus__grid-item p,
  .page-promotions-first-deposit-bonus__step-content p,
  .page-promotions-first-deposit-bonus__terms .page-promotions-first-deposit-bonus__list li,
  .page-promotions-first-deposit-bonus__advantages li p,
  .page-promotions-first-deposit-bonus__accordion-content p {
    font-size: 0.95em;
  }
  .page-promotions-first-deposit-bonus__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-promotions-first-deposit-bonus__accordion-content.active {
    padding: 15px 20px;
  }
  .page-promotions-first-deposit-bonus__final-cta-title {
    font-size: 2em;
  }
  .page-promotions-first-deposit-bonus__final-cta-description {
    font-size: 1em;
  }
}