.page-promotions-specific-game {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-promotions-specific-game__hero {
  background: linear-gradient(135deg, #1A237E 0%, #3f4a9b 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

.page-promotions-specific-game__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

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

.page-promotions-specific-game__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-promotions-specific-game__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
}

.page-promotions-specific-game__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-promotions-specific-game__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-promotions-specific-game__btn--primary {
  background-color: #FFD700;
  color: #1A237E;
}

.page-promotions-specific-game__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

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

.page-promotions-specific-game__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A237E;
  transform: translateY(-2px);
}

.page-promotions-specific-game__intro-text {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

.page-promotions-specific-game__intro-text p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-specific-game__intro-text a {
  color: #1A237E;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-specific-game__intro-text a:hover {
  text-decoration: underline;
}

.page-promotions-specific-game__section-title {
  font-size: 2.5em;
  color: #1A237E;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-promotions-specific-game__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-promotions-specific-game__section-description {
  font-size: 1.1em;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-specific-game__promotions-grid {
  padding: 80px 0;
  background-color: #f0f2f5;
}

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

.page-promotions-specific-game__card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.page-promotions-specific-game__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-promotions-specific-game__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-promotions-specific-game__card-title {
  font-size: 1.6em;
  color: #1A237E;
  padding: 20px 20px 10px;
  margin-bottom: 0;
}

.page-promotions-specific-game__card-text {
  font-size: 0.95em;
  color: #555;
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-promotions-specific-game__card-text a {
  color: #1A237E;
  font-weight: bold;
  text-decoration: none;
}

.page-promotions-specific-game__card-text a:hover {
  text-decoration: underline;
}

.page-promotions-specific-game__card-features {
  list-style: none;
  padding: 0 20px 15px;
  margin: 0;
}

.page-promotions-specific-game__card-features li {
  background-color: #e8f0fe;
  color: #1A237E;
  padding: 8px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  font-size: 0.9em;
}

.page-promotions-specific-game__card .page-promotions-specific-game__btn {
  margin: 0 20px;
  width: calc(100% - 40px);
  text-align: center;
}

.page-promotions-specific-game__how-to-claim {
  padding: 80px 0;
  background-color: #fff;
}

.page-promotions-specific-game__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.page-promotions-specific-game__steps-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

.page-promotions-specific-game__step-title {
  font-size: 1.8em;
  color: #1A237E;
  margin-bottom: 15px;
}

.page-promotions-specific-game__step-title::before {
  content: attr(data-step);
  display: block;
  font-size: 2.5em;
  color: #FFD700;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-promotions-specific-game__steps-list li:nth-child(1) .page-promotions-specific-game__step-title::before { content: '1'; }
.page-promotions-specific-game__steps-list li:nth-child(2) .page-promotions-specific-game__step-title::before { content: '2'; }
.page-promotions-specific-game__steps-list li:nth-child(3) .page-promotions-specific-game__step-title::before { content: '3'; }
.page-promotions-specific-game__steps-list li:nth-child(4) .page-promotions-specific-game__step-title::before { content: '4'; }

.page-promotions-specific-game__steps-list p {
  max-width: 700px;
  font-size: 1.05em;
  color: #666;
  margin-bottom: 25px;
}

.page-promotions-specific-game__steps-list p a {
  color: #1A237E;
  font-weight: bold;
  text-decoration: none;
}

.page-promotions-specific-game__steps-list p a:hover {
  text-decoration: underline;
}

.page-promotions-specific-game__step-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-specific-game__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

.page-promotions-specific-game__terms {
  padding: 80px 0;
  background-color: #f0f2f5;
}

.page-promotions-specific-game__terms-list {
  list-style: disc;
  margin-left: 25px;
  color: #555;
  font-size: 1.05em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.page-promotions-specific-game__terms-list li {
  margin-bottom: 15px;
}

.page-promotions-specific-game__terms-list li a,
.page-promotions-specific-game__call-to-action a {
  color: #1A237E;
  font-weight: bold;
  text-decoration: none;
}

.page-promotions-specific-game__terms-list li a:hover,
.page-promotions-specific-game__call-to-action a:hover {
  text-decoration: underline;
}

.page-promotions-specific-game__call-to-action {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #444;
}

.page-promotions-specific-game__why-choose {
  padding: 80px 0;
  background-color: #fff;
}

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

.page-promotions-specific-game__benefit-item {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-promotions-specific-game__benefit-item:hover {
  transform: translateY(-5px);
}

.page-promotions-specific-game__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.page-promotions-specific-game__benefit-item h3 {
  font-size: 1.5em;
  color: #1A237E;
  margin-bottom: 10px;
}

.page-promotions-specific-game__benefit-item p {
  font-size: 0.95em;
  color: #666;
}

.page-promotions-specific-game__final-cta {
  background: linear-gradient(135deg, #1A237E 0%, #0f144d 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-promotions-specific-game__final-cta .page-promotions-specific-game__section-title {
  color: #FFD700;
}

.page-promotions-specific-game__final-cta .page-promotions-specific-game__section-description {
  color: #e0e0e0;
}

.page-promotions-specific-game__final-cta .page-promotions-specific-game__section-description a {
  color: #FFD700;
  font-weight: bold;
  text-decoration: none;
}

.page-promotions-specific-game__final-cta .page-promotions-specific-game__section-description a:hover {
  text-decoration: underline;
}

.page-promotions-specific-game__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-specific-game__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-specific-game__hero-subtitle {
    font-size: 1.3em;
  }
  .page-promotions-specific-game__section-title {
    font-size: 2em;
  }
  .page-promotions-specific-game__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-promotions-specific-game__steps-list li {
    margin-bottom: 40px;
  }
  .page-promotions-specific-game__benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-specific-game__hero {
    padding: 60px 0;
  }
  .page-promotions-specific-game__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-specific-game__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-specific-game__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-specific-game__btn--secondary {
    margin-left: 10px;
  }
  .page-promotions-specific-game__intro-text, .page-promotions-specific-game__promotions-grid, .page-promotions-specific-game__how-to-claim, .page-promotions-specific-game__terms, .page-promotions-specific-game__why-choose, .page-promotions-specific-game__final-cta {
    padding: 50px 0;
  }
  .page-promotions-specific-game__section-title {
    font-size: 1.8em;
  }
  .page-promotions-specific-game__card-title {
    font-size: 1.4em;
  }
  .page-promotions-specific-game__step-title {
    font-size: 1.5em;
  }
  .page-promotions-specific-game__steps-list li {
    margin-bottom: 30px;
  }
  .page-promotions-specific-game__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-specific-game__btn--secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-promotions-specific-game__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-specific-game__hero-subtitle {
    font-size: 1em;
  }
  .page-promotions-specific-game__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-promotions-specific-game__grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-specific-game__card .page-promotions-specific-game__btn {
    width: calc(100% - 40px);
  }
  .page-promotions-specific-game__steps-list p,
  .page-promotions-specific-game__terms-list,
  .page-promotions-specific-game__call-to-action {
    font-size: 0.95em;
  }
  .page-promotions-specific-game__benefits-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-specific-game__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-promotions-specific-game__btn--secondary {
    margin-left: 0;
  }
}