.page-resources-w88-slot-gameplay-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #333; /* Inherited from shared, explicitly set for clarity */
}

.page-resources-w88-slot-gameplay-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-w88-slot-gameplay-analysis__hero-section {
  position: relative;
  padding: 100px 0;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  text-align: center;
  background-color: #26A9E0; /* Brand primary color */
  color: #ffffff;
  background-image: url('[GALLERY:hero:1920x1080:w88 slot,gameplay analysis,hero banner,modern,vibrant]');
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}

.page-resources-w88-slot-gameplay-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-w88-slot-gameplay-analysis__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page-resources-w88-slot-gameplay-analysis__btn-primary {
  display: inline-block;
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  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;
  border: none;
}

.page-resources-w88-slot-gameplay-analysis__btn-primary:hover {
  background-color: #d16b06;
  transform: translateY(-2px);
}

.page-resources-w88-slot-gameplay-analysis__btn-primary--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
}

.page-resources-w88-slot-gameplay-analysis__btn-secondary {
  display: inline-block;
  background-color: #ffffff;
  color: #26A9E0; /* Brand primary color */
  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;
  border: 2px solid #26A9E0;
  margin-left: 20px;
}

.page-resources-w88-slot-gameplay-analysis__btn-secondary:hover {
  background-color: #e0f2f7;
  transform: translateY(-2px);
}

.page-resources-w88-slot-gameplay-analysis__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #26A9E0; /* Brand primary color */
}

.page-resources-w88-slot-gameplay-analysis__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 60px 0;
}

.page-resources-w88-slot-gameplay-analysis__light-bg {
  background-color: #ffffff;
  color: #333333;
  padding: 60px 0;
}

.page-resources-w88-slot-gameplay-analysis__introduction-section .page-resources-w88-slot-gameplay-analysis__section-title,
.page-resources-w88-slot-gameplay-analysis__strategy-section .page-resources-w88-slot-gameplay-analysis__section-title,
.page-resources-w88-slot-gameplay-analysis__games-section .page-resources-w88-slot-gameplay-analysis__section-title,
.page-resources-w88-slot-gameplay-analysis__faq-section .page-resources-w88-slot-gameplay-analysis__section-title,
.page-resources-w88-slot-gameplay-analysis__cta-section .page-resources-w88-slot-gameplay-analysis__section-title {
  color: #26A9E0;
}

.page-resources-w88-slot-gameplay-analysis__introduction-section .page-resources-w88-slot-gameplay-analysis__paragraph,
.page-resources-w88-slot-gameplay-analysis__strategy-section .page-resources-w88-slot-gameplay-analysis__paragraph,
.page-resources-w88-slot-gameplay-analysis__games-section .page-resources-w88-slot-gameplay-analysis__paragraph,
.page-resources-w88-slot-gameplay-analysis__faq-section .page-resources-w88-slot-gameplay-analysis__paragraph,
.page-resources-w88-slot-gameplay-analysis__cta-section .page-resources-w88-slot-gameplay-analysis__paragraph {
  color: #333333;
}

.page-resources-w88-slot-gameplay-analysis__features-section .page-resources-w88-slot-gameplay-analysis__section-title,
.page-resources-w88-slot-gameplay-analysis__benefits-section .page-resources-w88-slot-gameplay-analysis__section-title,
.page-resources-w88-slot-gameplay-analysis__video-section .page-resources-w88-slot-gameplay-analysis__section-title {
  color: #ffffff;
}

.page-resources-w88-slot-gameplay-analysis__features-section .page-resources-w88-slot-gameplay-analysis__card-title,
.page-resources-w88-slot-gameplay-analysis__benefits-section .page-resources-w88-slot-gameplay-analysis__benefit-title {
  color: #ffffff;
}

.page-resources-w88-slot-gameplay-analysis__features-section .page-resources-w88-slot-gameplay-analysis__card-text,
.page-resources-w88-slot-gameplay-analysis__benefits-section .page-resources-w88-slot-gameplay-analysis__benefit-text,
.page-resources-w88-slot-gameplay-analysis__video-section .page-resources-w88-slot-gameplay-analysis__paragraph {
  color: #f0f0f0;
}

.page-resources-w88-slot-gameplay-analysis__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-resources-w88-slot-gameplay-analysis__content-wrapper .page-resources-w88-slot-gameplay-analysis__paragraph {
  flex: 1;
}

.page-resources-w88-slot-gameplay-analysis__image {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-w88-slot-gameplay-analysis__image--right {
  width: 400px;
  height: 300px;
  flex-shrink: 0;
}

.page-resources-w88-slot-gameplay-analysis__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-w88-slot-gameplay-analysis__feature-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-w88-slot-gameplay-analysis__card-title {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-resources-w88-slot-gameplay-analysis__card-text {
  font-size: 1.1em;
}

.page-resources-w88-slot-gameplay-analysis__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-resources-w88-slot-gameplay-analysis__text-block {
  flex: 1;
}

.page-resources-w88-slot-gameplay-analysis__sub-title {
  font-size: 2em;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-resources-w88-slot-gameplay-analysis__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-resources-w88-slot-gameplay-analysis__image-wrapper {
  flex-shrink: 0;
  width: 500px;
  height: 375px;
  border-radius: 10px;
  overflow: hidden;
}

.page-resources-w88-slot-gameplay-analysis__image-wrapper .page-resources-w88-slot-gameplay-analysis__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-w88-slot-gameplay-analysis__cta-buttons {
  text-align: center;
  margin-top: 40px;
}

.page-resources-w88-slot-gameplay-analysis__video-section {
  text-align: center;
  padding: 60px 0;
}

.page-resources-w88-slot-gameplay-analysis__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-w88-slot-gameplay-analysis__video-wrapper .page-resources-w88-slot-gameplay-analysis__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.page-resources-w88-slot-gameplay-analysis__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-resources-w88-slot-gameplay-analysis__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-w88-slot-gameplay-analysis__game-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.page-resources-w88-slot-gameplay-analysis__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-resources-w88-slot-gameplay-analysis__game-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-resources-w88-slot-gameplay-analysis__game-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-w88-slot-gameplay-analysis__game-title a:hover {
  text-decoration: underline;
}

.page-resources-w88-slot-gameplay-analysis__game-description {
  font-size: 1em;
  margin-bottom: 20px;
}

.page-resources-w88-slot-gameplay-analysis__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-w88-slot-gameplay-analysis__benefit-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-w88-slot-gameplay-analysis__benefit-title {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-resources-w88-slot-gameplay-analysis__benefit-text {
  font-size: 1.1em;
}

.page-resources-w88-slot-gameplay-analysis__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-w88-slot-gameplay-analysis__faq-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-resources-w88-slot-gameplay-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-w88-slot-gameplay-analysis__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-w88-slot-gameplay-analysis__faq-question h3 {
  margin: 0;
  color: #333333;
}

.page-resources-w88-slot-gameplay-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-w88-slot-gameplay-analysis__faq-item.active .page-resources-w88-slot-gameplay-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-w88-slot-gameplay-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f8f8f8;
}

.page-resources-w88-slot-gameplay-analysis__faq-item.active .page-resources-w88-slot-gameplay-analysis__faq-answer {
  max-height: 1000px !important; /* Ensure it expands sufficiently */
  padding: 15px 20px;
}

.page-resources-w88-slot-gameplay-analysis__faq-answer p {
  margin: 0;
  color: #333333;
}

.page-resources-w88-slot-gameplay-analysis__cta-section {
  text-align: center;
  padding: 80px 0;
}

.page-resources-w88-slot-gameplay-analysis__cta-section .page-resources-w88-slot-gameplay-analysis__paragraph {
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-w88-slot-gameplay-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-resources-w88-slot-gameplay-analysis__section-title {
    font-size: 2em;
  }
  .page-resources-w88-slot-gameplay-analysis__sub-title {
    font-size: 1.8em;
  }
  .page-resources-w88-slot-gameplay-analysis__content-wrapper,
  .page-resources-w88-slot-gameplay-analysis__content-grid {
    flex-direction: column;
    gap: 30px;
  }
  .page-resources-w88-slot-gameplay-analysis__image--right,
  .page-resources-w88-slot-gameplay-analysis__image-wrapper {
    width: 100%;
    height: auto;
  }
  .page-resources-w88-slot-gameplay-analysis__image--right img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-resources-w88-slot-gameplay-analysis {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-w88-slot-gameplay-analysis__hero-section {
    padding: 80px 0;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-w88-slot-gameplay-analysis__hero-title {
    font-size: 2.2em;
  }
  .page-resources-w88-slot-gameplay-analysis__hero-description {
    font-size: 1.1em;
  }
  .page-resources-w88-slot-gameplay-analysis__section-title {
    font-size: 1.8em;
  }
  .page-resources-w88-slot-gameplay-analysis__sub-title {
    font-size: 1.5em;
  }
  .page-resources-w88-slot-gameplay-analysis__btn-primary,
  .page-resources-w88-slot-gameplay-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 10px 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-w88-slot-gameplay-analysis__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-w88-slot-gameplay-analysis__container {
    padding: 0 15px;
  }
  .page-resources-w88-slot-gameplay-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-w88-slot-gameplay-analysis__section,
  .page-resources-w88-slot-gameplay-analysis__card,
  .page-resources-w88-slot-gameplay-analysis__container,
  .page-resources-w88-slot-gameplay-analysis__video-section,
  .page-resources-w88-slot-gameplay-analysis__video-container,
  .page-resources-w88-slot-gameplay-analysis__video-wrapper,
  .page-resources-w88-slot-gameplay-analysis__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-w88-slot-gameplay-analysis video,
  .page-resources-w88-slot-gameplay-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-w88-slot-gameplay-analysis__video-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .page-resources-w88-slot-gameplay-analysis__image--right {
    width: 100%;
    height: auto;
  }
  .page-resources-w88-slot-gameplay-analysis__image-wrapper {
    width: 100%;
    height: auto;
  }
  .page-resources-w88-slot-gameplay-analysis__game-image {
    height: auto;
  }
  .page-resources-w88-slot-gameplay-analysis__faq-question,
  .page-resources-w88-slot-gameplay-analysis__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}