/* style/resources-online-entertainment-platform-selection-strategy.css */

.page-resources-online-entertainment-platform-selection-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Default text color for dark body background */
  background-color: var(--background-color, #1a1a2e);
}

.page-resources-online-entertainment-platform-selection-strategy__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px);
  background-color: #26A9E0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
}

.page-resources-online-entertainment-platform-selection-strategy__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;
}

.page-resources-online-entertainment-platform-selection-strategy__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.page-resources-online-entertainment-platform-selection-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-online-entertainment-platform-selection-strategy__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-online-entertainment-platform-selection-strategy__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-top: 30px;
}

.page-resources-online-entertainment-platform-selection-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-online-entertainment-platform-selection-strategy__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-online-entertainment-platform-selection-strategy__paragraph {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-resources-online-entertainment-platform-selection-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-online-entertainment-platform-selection-strategy__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-online-entertainment-platform-selection-strategy__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-online-entertainment-platform-selection-strategy__feature-grid,
.page-resources-online-entertainment-platform-selection-strategy__promo-cards,
.page-resources-online-entertainment-platform-selection-strategy__ux-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-online-entertainment-platform-selection-strategy__card {
  background-color: #f8f8f8;
  color: #333333;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-online-entertainment-platform-selection-strategy__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-online-entertainment-platform-selection-strategy__card-image,
.page-resources-online-entertainment-platform-selection-strategy__promo-image,
.page-resources-online-entertainment-platform-selection-strategy__ux-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-resources-online-entertainment-platform-selection-strategy__card-title,
.page-resources-online-entertainment-platform-selection-strategy__promo-title,
.page-resources-online-entertainment-platform-selection-strategy__ux-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-online-entertainment-platform-selection-strategy__card-text,
.page-resources-online-entertainment-platform-selection-strategy__promo-text,
.page-resources-online-entertainment-platform-selection-strategy__ux-text {
  font-size: 1em;
  color: #555555;
}

.page-resources-online-entertainment-platform-selection-strategy__btn-primary,
.page-resources-online-entertainment-platform-selection-strategy__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-online-entertainment-platform-selection-strategy__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-online-entertainment-platform-selection-strategy__btn-primary:hover {
  background-color: #1e87b8;
  border-color: #1e87b8;
}

.page-resources-online-entertainment-platform-selection-strategy__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-online-entertainment-platform-selection-strategy__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-online-entertainment-platform-selection-strategy__customer-service-section,
.page-resources-online-entertainment-platform-selection-strategy__payment-section,
.page-resources-online-entertainment-platform-selection-strategy__why-choose-us-section,
.page-resources-online-entertainment-platform-selection-strategy__conclusion-section {
  padding: 60px 0;
}

.page-resources-online-entertainment-platform-selection-strategy__service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  color: #ffffff;
}

.page-resources-online-entertainment-platform-selection-strategy__service-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 25px;
  text-align: center;
}

.page-resources-online-entertainment-platform-selection-strategy__service-title {
  font-size: 1.4em;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-online-entertainment-platform-selection-strategy__service-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-online-entertainment-platform-selection-strategy__payment-list,
.page-resources-online-entertainment-platform-selection-strategy__advantages-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-resources-online-entertainment-platform-selection-strategy__payment-item,
.page-resources-online-entertainment-platform-selection-strategy__advantages-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  color: #ffffff;
}

.page-resources-online-entertainment-platform-selection-strategy__payment-title,
.page-resources-online-entertainment-platform-selection-strategy__advantages-title {
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-online-entertainment-platform-selection-strategy__payment-text,
.page-resources-online-entertainment-platform-selection-strategy__advantages-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-online-entertainment-platform-selection-strategy__ux-item {
  text-align: center;
}

.page-resources-online-entertainment-platform-selection-strategy__cta-buttons {
  text-align: center;
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-online-entertainment-platform-selection-strategy__faq-list {
  margin-top: 30px;
}

.page-resources-online-entertainment-platform-selection-strategy__faq-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-online-entertainment-platform-selection-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  user-select: none;
  list-style: none;
}

.page-resources-online-entertainment-platform-selection-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-online-entertainment-platform-selection-strategy__faq-qtext {
  flex-grow: 1;
}

.page-resources-online-entertainment-platform-selection-strategy__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #26A9E0;
}

.page-resources-online-entertainment-platform-selection-strategy__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #555555;
  background-color: #f8f8f8;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-online-entertainment-platform-selection-strategy__hero-title {
    font-size: 2.5em;
  }
  .page-resources-online-entertainment-platform-selection-strategy__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-online-entertainment-platform-selection-strategy__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-online-entertainment-platform-selection-strategy__hero-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-resources-online-entertainment-platform-selection-strategy__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-resources-online-entertainment-platform-selection-strategy__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  .page-resources-online-entertainment-platform-selection-strategy__paragraph {
    font-size: 0.95em;
  }
  .page-resources-online-entertainment-platform-selection-strategy__feature-grid,
  .page-resources-online-entertainment-platform-selection-strategy__promo-cards,
  .page-resources-online-entertainment-platform-selection-strategy__ux-features,
  .page-resources-online-entertainment-platform-selection-strategy__service-grid,
  .page-resources-online-entertainment-platform-selection-strategy__payment-list,
  .page-resources-online-entertainment-platform-selection-strategy__advantages-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-online-entertainment-platform-selection-strategy__btn-primary,
  .page-resources-online-entertainment-platform-selection-strategy__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-online-entertainment-platform-selection-strategy__hero-cta-buttons,
  .page-resources-online-entertainment-platform-selection-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-resources-online-entertainment-platform-selection-strategy__card,
  .page-resources-online-entertainment-platform-selection-strategy__service-item,
  .page-resources-online-entertainment-platform-selection-strategy__payment-item,
  .page-resources-online-entertainment-platform-selection-strategy__advantages-item {
    padding: 20px;
  }
  .page-resources-online-entertainment-platform-selection-strategy__card-image,
  .page-resources-online-entertainment-platform-selection-strategy__promo-image,
  .page-resources-online-entertainment-platform-selection-strategy__ux-image {
    height: 200px;
  }
  .page-resources-online-entertainment-platform-selection-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-online-entertainment-platform-selection-strategy__section,
  .page-resources-online-entertainment-platform-selection-strategy__card,
  .page-resources-online-entertainment-platform-selection-strategy__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .page-resources-online-entertainment-platform-selection-strategy__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}