.page-resources-panaloko-slot-promotions {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-resources-panaloko-slot-promotions__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-resources-panaloko-slot-promotions__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  z-index: 1;
}

.page-resources-panaloko-slot-promotions__hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.page-resources-panaloko-slot-promotions__hero-content {
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-panaloko-slot-promotions__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45;
  line-height: 1.2;
}

.page-resources-panaloko-slot-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-panaloko-slot-promotions__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-panaloko-slot-promotions__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
  white-space: nowrap;
}

.page-resources-panaloko-slot-promotions__button--register {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-panaloko-slot-promotions__button--register:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-panaloko-slot-promotions__button--login {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FCBC45;
}

.page-resources-panaloko-slot-promotions__button--login:hover {
  background-color: #FCBC45;
  color: #000000;
  transform: translateY(-2px);
}

.page-resources-panaloko-slot-promotions__button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
  background-color: #000000;
  color: #FCBC45;
  border: 1px solid #FCBC45;
}

.page-resources-panaloko-slot-promotions__button--small:hover {
  background-color: #FCBC45;
  color: #000000;
  transform: translateY(-1px);
}

.page-resources-panaloko-slot-promotions__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-panaloko-slot-promotions__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-panaloko-slot-promotions__article-subheading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-panaloko-slot-promotions__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-resources-panaloko-slot-promotions__article-paragraph a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-panaloko-slot-promotions__article-paragraph a:hover {
  text-decoration: underline;
}

.page-resources-panaloko-slot-promotions__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-panaloko-slot-promotions__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-panaloko-slot-promotions__image-caption {
  font-style: italic;
  color: #666666;
  margin-top: 10px;
  font-size: 0.9em;
}

.page-resources-panaloko-slot-promotions__ordered-list,
.page-resources-panaloko-slot-promotions__unordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-panaloko-slot-promotions__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-panaloko-slot-promotions__list-item strong {
  color: #000000;
}

.page-resources-panaloko-slot-promotions__list-item a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-panaloko-slot-promotions__list-item a:hover {
  text-decoration: underline;
}

.page-resources-panaloko-slot-promotions__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-panaloko-slot-promotions__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-panaloko-slot-promotions__faq-answer {
  font-size: 1.1em;
  color: #333333;
}

.page-resources-panaloko-slot-promotions__return-link-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-panaloko-slot-promotions__hero-section {
    min-height: 400px;
    padding: 40px 15px;
  }

  .page-resources-panaloko-slot-promotions__main-title {
    font-size: 2.2em;
  }

  .page-resources-panaloko-slot-promotions__hero-description {
    font-size: 1em;
  }

  .page-resources-panaloko-slot-promotions__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-panaloko-slot-promotions__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .page-resources-panaloko-slot-promotions__content-area {
    padding: 0 15px;
  }

  .page-resources-panaloko-slot-promotions__article-heading {
    font-size: 1.8em;
  }

  .page-resources-panaloko-slot-promotions__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-panaloko-slot-promotions__article-paragraph,
  .page-resources-panaloko-slot-promotions__list-item,
  .page-resources-panaloko-slot-promotions__faq-answer {
    font-size: 1em;
  }

  /* Critical: Ensure all content images do not overflow */
  .page-resources-panaloko-slot-promotions img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-panaloko-slot-promotions__main-title {
    font-size: 1.8em;
  }

  .page-resources-panaloko-slot-promotions__hero-description {
    font-size: 0.9em;
  }

  .page-resources-panaloko-slot-promotions__button {
    padding: 12px 20px;
    font-size: 1em;
  }
}