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

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

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

.page-promotions-welcome-bonus__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  animation: rotateBackground 20s linear infinite;
  z-index: 0;
}

@keyframes rotateBackground {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-promotions-welcome-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.page-promotions-welcome-bonus__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-promotions-welcome-bonus__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-welcome-bonus__section:last-of-type {
  border-bottom: none;
}

.page-promotions-welcome-bonus__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

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

.page-promotions-welcome-bonus__sub-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-welcome-bonus__introduction p,
.page-promotions-welcome-bonus__conditions p,
.page-promotions-welcome-bonus__bonus-value p,
.page-promotions-welcome-bonus__guide p,
.page-promotions-welcome-bonus__terms p,
.page-promotions-welcome-bonus__faq p,
.page-promotions-welcome-bonus__why-choose p,
.page-promotions-welcome-bonus__conclusion p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e5dfd3;
}

.page-promotions-welcome-bonus__introduction ul,
.page-promotions-welcome-bonus__conditions ul,
.page-promotions-welcome-bonus__bonus-value ul,
.page-promotions-welcome-bonus__guide ul,
.page-promotions-welcome-bonus__terms ul,
.page-promotions-welcome-bonus__faq ul,
.page-promotions-welcome-bonus__why-choose ul,
.page-promotions-welcome-bonus__conclusion ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #e5dfd3;
}

.page-promotions-welcome-bonus__introduction li,
.page-promotions-welcome-bonus__conditions li,
.page-promotions-welcome-bonus__bonus-value li,
.page-promotions-welcome-bonus__guide li,
.page-promotions-welcome-bonus__terms li,
.page-promotions-welcome-bonus__faq li,
.page-promotions-welcome-bonus__why-choose li,
.page-promotions-welcome-bonus__conclusion li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-promotions-welcome-bonus__btn-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-promotions-welcome-bonus__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.page-promotions-welcome-bonus__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-promotions-welcome-bonus__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-welcome-bonus__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-promotions-welcome-bonus__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-welcome-bonus__btn--cta {
  background: linear-gradient(90deg, #FFD700 0%, #e6c200 100%);
  color: #1A202C;
  border: none;
  padding: 18px 45px;
  font-size: 1.2em;
  border-radius: 5px;
}

.page-promotions-welcome-bonus__btn--cta:hover {
  background: linear-gradient(90deg, #e6c200 0%, #FFD700 100%);
  transform: scale(1.03);
}

.page-promotions-welcome-bonus__image-full {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-welcome-bonus__image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

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

.page-promotions-welcome-bonus__content-grid--narrow {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-promotions-welcome-bonus__grid-item {
  background-color: #2a3447;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-promotions-welcome-bonus__grid-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-promotions-welcome-bonus__grid-item ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.page-promotions-welcome-bonus__grid-item ul li::before {
  content: '✓';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-promotions-welcome-bonus__step-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  counter-reset: step-counter;
}

.page-promotions-welcome-bonus__step-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  background-color: #2a3447;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-promotions-welcome-bonus__step-number {
  counter-increment: step-counter;
  font-size: 2.2em;
  font-weight: bold;
  color: #FFD700;
  margin-right: 20px;
  flex-shrink: 0;
  line-height: 1;
}

.page-promotions-welcome-bonus__step-list h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.page-promotions-welcome-bonus__step-list p {
  margin-bottom: 0;
}

.page-promotions-welcome-bonus__note {
  background-color: #2a3447;
  padding: 20px;
  border-left: 4px solid #FFD700;
  margin-top: 40px;
  border-radius: 8px;
  font-style: italic;
  color: #e5dfd3;
}

.page-promotions-welcome-bonus__note a {
  color: #FFD700;
  text-decoration: underline;
}

.page-promotions-welcome-bonus__note a:hover {
  color: #e6c200;
}

.page-promotions-welcome-bonus__accordion {
  margin-top: 30px;
}

.page-promotions-welcome-bonus__accordion-item {
  background-color: #2a3447;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

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

.page-promotions-welcome-bonus__accordion-header:hover {
  background-color: #4a5b71;
  color: #e6c200;
}

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

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

.page-promotions-welcome-bonus__accordion-content {
  padding: 0 25px;
  background-color: #2a3447;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

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

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

.page-promotions-welcome-bonus__feature-list li {
  background-color: #2a3447;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-bottom: 5px solid #FFD700;
}

.page-promotions-welcome-bonus__icon {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 15px;
  display: block;
}

.page-promotions-welcome-bonus__feature-list h3 {
  color: #FFD700;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-promotions-welcome-bonus__feature-list p {
  color: #e5dfd3;
}

.page-promotions-welcome-bonus__conclusion p {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
  font-size: 1.2em;
}

.highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-promotions-welcome-bonus__hero-title {
    font-size: 2.5em;
  }

  .page-promotions-welcome-bonus__hero-subtitle {
    font-size: 1.1em;
  }

  .page-promotions-welcome-bonus__section-title {
    font-size: 2em;
  }

  .page-promotions-welcome-bonus__sub-title {
    font-size: 1.4em;
  }

  .page-promotions-welcome-bonus__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-welcome-bonus__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-promotions-welcome-bonus__content-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions-welcome-bonus__step-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-promotions-welcome-bonus__step-number {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .page-promotions-welcome-bonus__hero-title {
    font-size: 2em;
  }

  .page-promotions-welcome-bonus__hero-subtitle {
    font-size: 1em;
  }

  .page-promotions-welcome-bonus__section-title {
    font-size: 1.8em;
  }

  .page-promotions-welcome-bonus__hero-section {
    padding: 80px 0;
  }

  .page-promotions-welcome-bonus__btn-wrapper .page-promotions-welcome-bonus__btn {
    display: block;
    width: 90%;
    margin: 10px auto;
  }

  .page-promotions-welcome-bonus__btn--secondary {
    margin-left: auto;
    margin-right: auto;
  }
}