/* style/promotions-birthday-bonus.css */
.page-promotions-birthday-bonus {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C; /* Main dark background */
  line-height: 1.6;
}

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

.page-promotions-birthday-bonus__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a414d 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-promotions-birthday-bonus__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:birthday_celebration,confetti,sparkles]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-birthday-bonus__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.page-promotions-birthday-bonus__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e5dfd3;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-promotions-birthday-bonus__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-birthday-bonus__button--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-promotions-birthday-bonus__button--primary:hover {
  background-color: #e0b800;
  transform: translateY(-3px);
}

.page-promotions-birthday-bonus__button--secondary {
  background-color: #4CAF50;
  color: #FFFFFF;
}

.page-promotions-birthday-bonus__button--secondary:hover {
  background-color: #45a049;
  transform: translateY(-3px);
}

.page-promotions-birthday-bonus__button--tertiary {
  background-color: #1A202C;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-birthday-bonus__button--tertiary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
}

.page-promotions-birthday-bonus__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-promotions-birthday-bonus__subtitle {
  font-size: 1.2em;
  color: #e5dfd3;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-birthday-bonus__intro-section {
  padding: 80px 0;
  background-color: #2D3748;
}

.page-promotions-birthday-bonus__intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-promotions-birthday-bonus__intro-content p {
  margin-bottom: 15px;
  color: #e5dfd3;
}

.page-promotions-birthday-bonus__image-round {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-promotions-birthday-bonus__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-promotions-birthday-bonus__benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #e5dfd3;
}

.page-promotions-birthday-bonus__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-color: #FFD700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #1A202C;
}

.page-promotions-birthday-bonus__icon--gift::before { content: '🎁'; }
.page-promotions-birthday-bonus__icon--star::before { content: '⭐'; }
.page-promotions-birthday-bonus__icon--easy::before { content: '✅'; }
.page-promotions-birthday-bonus__icon--celebrate::before { content: '🎉'; }

.page-promotions-birthday-bonus__how-to-claim {
  padding: 80px 0;
  background-color: #1A202C;
}

.page-promotions-birthday-bonus__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-promotions-birthday-bonus__step-card {
  background-color: #2D3748;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-promotions-birthday-bonus__step-card:hover {
  transform: translateY(-5px);
}

.page-promotions-birthday-bonus__step-icon {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #1A202C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-promotions-birthday-bonus__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-birthday-bonus__step-card p {
  color: #e5dfd3;
  font-size: 1em;
}

.page-promotions-birthday-bonus__step-card a {
  color: #FFD700;
  text-decoration: underline;
}

.page-promotions-birthday-bonus__step-card a:hover {
  color: #e0b800;
}

.page-promotions-birthday-bonus__step-image {
  width: 100px;
  height: auto;
  margin-top: 20px;
}

.page-promotions-birthday-bonus__cta-block {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #2D3748;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-birthday-bonus__cta-block p {
  font-size: 1.3em;
  color: #e5dfd3;
  margin-bottom: 30px;
}

.page-promotions-birthday-bonus__terms-conditions {
  padding: 80px 0;
  background-color: #2D3748;
}

.page-promotions-birthday-bonus__terms-list {
  list-style: disc;
  margin-left: 25px;
  color: #e5dfd3;
  font-size: 1.1em;
}

.page-promotions-birthday-bonus__terms-list li {
  margin-bottom: 10px;
}

.page-promotions-birthday-bonus__responsible-gaming {
  margin-top: 40px;
  font-style: italic;
  color: #999;
  text-align: center;
}

.page-promotions-birthday-bonus__faq {
  padding: 80px 0;
  background-color: #1A202C;
}

.page-promotions-birthday-bonus__faq-item {
  background-color: #2D3748;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions-birthday-bonus__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-birthday-bonus__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
}

.page-promotions-birthday-bonus__faq-question.active::after {
  content: '-';
}

.page-promotions-birthday-bonus__faq-answer {
  color: #e5dfd3;
  font-size: 1.1em;
  display: none; /* Hidden by default */
  padding-top: 10px;
}

.page-promotions-birthday-bonus__faq-answer.active {
  display: block;
}

.page-promotions-birthday-bonus .highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-promotions-birthday-bonus__intro-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-birthday-bonus__intro-image {
    order: -1; /* Image appears above text on smaller screens */
  }
  .page-promotions-birthday-bonus__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-birthday-bonus__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-birthday-bonus__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-birthday-bonus__hero-title {
    font-size: 2em;
  }
  .page-promotions-birthday-bonus__hero-description {
    font-size: 1em;
  }
  .page-promotions-birthday-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promotions-birthday-bonus__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-birthday-bonus__steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-promotions-birthday-bonus__hero-section,
  .page-promotions-birthday-bonus__intro-section,
  .page-promotions-birthday-bonus__how-to-claim,
  .page-promotions-birthday-bonus__terms-conditions,
  .page-promotions-birthday-bonus__faq {
    padding: 40px 0;
  }
  .page-promotions-birthday-bonus__container {
    padding: 0 15px;
  }
  .page-promotions-birthday-bonus__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-birthday-bonus__section-title {
    font-size: 1.5em;
  }
  .page-promotions-birthday-bonus__button {
    width: 100%;
    padding: 12px 15px;
    font-size: 0.9em;
  }
  .page-promotions-birthday-bonus__step-card {
    padding: 20px;
  }
  .page-promotions-birthday-bonus__cta-block p {
    font-size: 1.1em;
  }
}