.page-promotions {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-promotions__hero-section {
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles main offset */
  text-align: center;
  background-color: #111111;
  position: relative;
  overflow: hidden;
}

.page-promotions__hero-image {
  margin-bottom: 20px;
}

.page-promotions__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-promotions__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-promotions__main-title {
  font-size: clamp(1.75rem, 5vw, 2.2rem);
  font-weight: bold;
  color: #F2C14E;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-promotions__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFD36B;
}

.page-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 180px;
  text-align: center;
}

.page-promotions__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions__cta-button--secondary {
  background: #3A2A12;
  color: #FFF6D6;
  border: 1px solid #FFD36B;
}

.page-promotions__cta-button--secondary:hover {
  background: #503d21;
  border-color: #F2C14E;
}

.page-promotions__cta-button--large {
  padding: 16px 35px;
  font-size: 1.1rem;
}

.page-promotions__section {
  padding: 60px 20px;
  background-color: #0A0A0A;
  text-align: center;
}

.page-promotions__section:nth-of-type(even) {
  background-color: #111111;
}

.page-promotions__section-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #F2C14E;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions__section-description {
  font-size: 1rem;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #FFF6D6;
}

.page-promotions__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-promotions__card {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promotions__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-promotions__card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-promotions__card-title {
  font-size: 1.3rem;
  color: #FFD36B;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions__card-text {
  font-size: 0.95rem;
  color: #FFF6D6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promotions__card-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  transition: transform 0.2s ease;
}

.page-promotions__card-button:hover {
  transform: translateY(-1px);
}

.page-promotions__promo-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-promotions__promo-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  align-items: center;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions__promo-icon {
  flex-shrink: 0;
  margin-right: 20px;
}

.page-promotions__promo-icon img {
  
  
  object-fit: contain;
  min-
  min-
}

.page-promotions__promo-title {
  font-size: 1.2rem;
  color: #FFD36B;
  margin-bottom: 5px;
  font-weight: bold;
}

.page-promotions__promo-text {
  font-size: 0.95rem;
  color: #FFF6D6;
}

.page-promotions__cta-buttons--center {
  margin-top: 40px;
}

.page-promotions__vip-rewards .page-promotions__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.page-promotions__feature-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions__feature-item img {
  
  
  margin-bottom: 15px;
  object-fit: contain;
  min-
  min-
}

.page-promotions__feature-title {
  font-size: 1.2rem;
  color: #FFD36B;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions__feature-text {
  font-size: 0.95rem;
  color: #FFF6D6;
}

.page-promotions__how-to-claim .page-promotions__steps-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.page-promotions__step-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.page-promotions__step-number {
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #F2C14E;
  color: #111111;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  border: 2px solid #FFD36B;
}

.page-promotions__step-title {
  font-size: 1.2rem;
  color: #FFD36B;
  margin-bottom: 10px;
  font-weight: bold;
  padding-top: 15px; /* Offset for number */
}

.page-promotions__step-text {
  font-size: 0.95rem;
  color: #FFF6D6;
}

.page-promotions__app-promo-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.page-promotions__app-image {
  flex: 1 1 300px;
  max-width: 400px;
}

.page-promotions__app-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  min-height: 200px;
}

.page-promotions__app-details {
  flex: 2 1 400px;
}

.page-promotions__app-title {
  font-size: 1.6rem;
  color: #F2C14E;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions__app-details ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-promotions__app-details li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #FFF6D6;
}

.page-promotions__app-details li img {
  
  
  margin-right: 10px;
  object-fit: contain;
  min-
  min-
}

.page-promotions__responsible-gaming-content {
  max-width: 800px;
  margin: 0 auto;
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions__text {
  font-size: 1rem;
  color: #FFF6D6;
  margin-bottom: 20px;
  text-align: left;
}

.page-promotions__text-link {
  color: #F2C14E;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-promotions__text-link:hover {
  color: #FFD36B;
}

.page-promotions__faq-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-promotions__faq-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions__faq-question {
  font-size: 1.15rem;
  color: #FFD36B;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions__faq-answer {
  font-size: 0.95rem;
  color: #FFF6D6;
}

@media (max-width: 768px) {
  .page-promotions__hero-section {
    padding: 40px 15px;
    padding-top: 10px;
  }

  .page-promotions__main-title {
    font-size: clamp(1.5rem, 6vw, 1.8rem);
  }

  .page-promotions__intro-text {
    font-size: 1rem;
  }

  .page-promotions__cta-button {
    width: 100%;
    max-width: 300px;
  }

  .page-promotions__section {
    padding: 40px 15px;
  }

  .page-promotions__section-title {
    font-size: clamp(1.3rem, 5vw, 1.7rem);
  }

  .page-promotions__promo-item {
    flex-direction: column;
    text-align: center;
  }

  .page-promotions__promo-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-promotions__app-promo-content {
    flex-direction: column;
    text-align: center;
  }

  .page-promotions__app-details ul {
    text-align: left;
    padding-left: 20px;
  }

  .page-promotions__app-image img, .page-promotions__card img {
    max-width: 100%;
    height: auto;
  }

  /* Ensure content area images don't overflow */
  .page-promotions img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions__card-grid, .page-promotions__steps-list {
    grid-template-columns: 1fr;
  }

  .page-promotions__step-item {
    padding: 25px 20px;
  }

  .page-promotions__step-number {
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }

  .page-promotions__step-title {
    padding-top: 10px;
  }
}