/* style/resources-ga88-gameplay-details.css */
.page-resources-ga88-gameplay-details {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-ga88-gameplay-details__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-ga88-gameplay-details__hero {
  background: linear-gradient(135deg, #B22222 0%, #FFD700 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-ga88-gameplay-details__hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-resources-ga88-gameplay-details__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.page-resources-ga88-gameplay-details__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-ga88-gameplay-details__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}

.page-resources-ga88-gameplay-details__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) brightness(70%);
}

.page-resources-ga88-gameplay-details__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color */
  color: #B22222; /* Primary color for text */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-ga88-gameplay-details__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-ga88-gameplay-details__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-ga88-gameplay-details__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-ga88-gameplay-details__section {
  padding: 60px 0;
}

.page-resources-ga88-gameplay-details__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-resources-ga88-gameplay-details__section-title {
  font-size: 2.5em;
  color: #B22222; /* Primary color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

.page-resources-ga88-gameplay-details__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Auxiliary color */
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-resources-ga88-gameplay-details__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-ga88-gameplay-details__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-ga88-gameplay-details__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-ga88-gameplay-details__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-ga88-gameplay-details__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-ga88-gameplay-details__item-title {
  font-size: 1.5em;
  color: #B22222;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-ga88-gameplay-details__steps {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
}

.page-resources-ga88-gameplay-details__steps li {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-left: 80px;
}

.page-resources-ga88-gameplay-details__steps li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 30px;
  top: 30px;
  background-color: #B22222;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-resources-ga88-gameplay-details__step-title {
  font-size: 1.6em;
  color: #B22222;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-ga88-gameplay-details__image--wide {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-resources-ga88-gameplay-details__list {
  list-style: none;
  padding: 0;
}

.page-resources-ga88-gameplay-details__list li {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  border-left: 5px solid #FFD700;
}

.page-resources-ga88-gameplay-details__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-ga88-gameplay-details__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #B22222;
}

.page-resources-ga88-gameplay-details__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-ga88-gameplay-details__app-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-resources-ga88-gameplay-details__app-text-content {
  flex: 1;
  min-width: 300px;
}

.page-resources-ga88-gameplay-details__app-image-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.page-resources-ga88-gameplay-details__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-resources-ga88-gameplay-details__accordion {
  margin-top: 30px;
}

.page-resources-ga88-gameplay-details__accordion-item {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-ga88-gameplay-details__accordion-header {
  padding: 20px;
  cursor: pointer;
  background-color: #B22222;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-ga88-gameplay-details__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-ga88-gameplay-details__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-ga88-gameplay-details__accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  background-color: #fefefe;
  color: #333;
}

.page-resources-ga88-gameplay-details__accordion-content.active {
  max-height: 200px; /* Adjust as needed */
  padding: 20px;
}

.page-resources-ga88-gameplay-details__accordion-content p {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-ga88-gameplay-details__conclusion {
  text-align: center;
  background-color: #B22222;
  color: #fff;
  padding: 80px 0;
}

.page-resources-ga88-gameplay-details__conclusion .page-resources-ga88-gameplay-details__section-title {
  color: #FFD700;
}

.page-resources-ga88-gameplay-details__conclusion .page-resources-ga88-gameplay-details__section-title::after {
  background-color: #fff;
}

.page-resources-ga88-gameplay-details__conclusion p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-ga88-gameplay-details__main-title {
    font-size: 2.5em;
  }
  .page-resources-ga88-gameplay-details__subtitle {
    font-size: 1.1em;
  }
  .page-resources-ga88-gameplay-details__section-title {
    font-size: 2em;
  }
  .page-resources-ga88-gameplay-details__steps li {
    padding-left: 60px;
  }
  .page-resources-ga88-gameplay-details__steps li::before {
    left: 20px;
    top: 25px;
    width: 35px;
    height: 35px;
    font-size: 1.3em;
  }
  .page-resources-ga88-gameplay-details__app-flex {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-ga88-gameplay-details__main-title {
    font-size: 2em;
  }
  .page-resources-ga88-gameplay-details__subtitle {
    font-size: 1em;
  }
  .page-resources-ga88-gameplay-details__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-ga88-gameplay-details__section-title {
    font-size: 1.8em;
  }
  .page-resources-ga88-gameplay-details__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-ga88-gameplay-details__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-ga88-gameplay-details__accordion-header {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-resources-ga88-gameplay-details__accordion-content {
    padding: 15px;
  }
}