.page-resources-999ok-life-platform-advantages {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is #000000, so text color is white */
  background-color: #000000; /* Ensure main content background is dark */
}

.page-resources-999ok-life-platform-advantages__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background-color: #26A9E0; /* Main brand color for hero background */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-999ok-life-platform-advantages__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 20px;
}

.page-resources-999ok-life-platform-advantages__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-999ok-life-platform-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-resources-999ok-life-platform-advantages__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-999ok-life-platform-advantages__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Overlay effect */
}

.page-resources-999ok-life-platform-advantages__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* For mobile responsiveness */
}

.page-resources-999ok-life-platform-advantages__cta-buttons--center {
  justify-content: center;
  margin-top: 30px;
}

.page-resources-999ok-life-platform-advantages__btn-primary,
.page-resources-999ok-life-platform-advantages__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box; /* Crucial for responsiveness */
  max-width: 100%; /* Crucial for responsiveness */
  white-space: normal; /* Crucial for responsiveness */
  word-wrap: break-word; /* Crucial for responsiveness */
  text-align: center;
}

.page-resources-999ok-life-platform-advantages__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-999ok-life-platform-advantages__btn-primary:hover {
  background-color: #e06c00;
  border-color: #e06c00;
}

.page-resources-999ok-life-platform-advantages__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-999ok-life-platform-advantages__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-resources-999ok-life-platform-advantages__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-999ok-life-platform-advantages__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #26A9E0; /* Brand color for titles in light sections */
}

.page-resources-999ok-life-platform-advantages__paragraph {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #333333; /* Dark text for light backgrounds */
}

.page-resources-999ok-life-platform-advantages__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Explicitly white background for content area */
  color: #333333; /* Dark text for white background */
}

.page-resources-999ok-life-platform-advantages__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-999ok-life-platform-advantages__dark-bg {
  background-color: #26A9E0; /* Use brand color for dark sections */
  color: #ffffff;
}

.page-resources-999ok-life-platform-advantages__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-999ok-life-platform-advantages__text-contrast-fix {
  color: #ffffff !important; /* Force white text for dark backgrounds */
}

.page-resources-999ok-life-platform-advantages__features-grid,
.page-resources-999ok-life-platform-advantages__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-999ok-life-platform-advantages__card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-resources-999ok-life-platform-advantages__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency, object-fit for scaling */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-999ok-life-platform-advantages__card-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #26A9E0; /* Brand color for card titles */
  line-height: 1.3;
}

.page-resources-999ok-life-platform-advantages__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-999ok-life-platform-advantages__card-title a:hover {
  text-decoration: underline;
}

.page-resources-999ok-life-platform-advantages__card-description {
  font-size: 1em;
  color: #555555;
  flex-grow: 1;
}

.page-resources-999ok-life-platform-advantages__video-section {
  padding: 80px 20px;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-999ok-life-platform-advantages__container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.page-resources-999ok-life-platform-advantages__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-top: 30px;
  border-radius: 12px;
}

.page-resources-999ok-life-platform-advantages__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.page-resources-999ok-life-platform-advantages__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-resources-999ok-life-platform-advantages__faq-item {
  background-color: rgba(255, 255, 255, 0.1); /* Light background for FAQ items on dark section */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-resources-999ok-life-platform-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15); /* Slightly darker for question */
  transition: background-color 0.3s ease;
}

.page-resources-999ok-life-platform-advantages__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-999ok-life-platform-advantages__faq-title {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.page-resources-999ok-life-platform-advantages__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-resources-999ok-life-platform-advantages__faq-item.active .page-resources-999ok-life-platform-advantages__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-999ok-life-platform-advantages__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #ffffff;
}

.page-resources-999ok-life-platform-advantages__faq-item.active .page-resources-999ok-life-platform-advantages__faq-answer {
  max-height: 1000px !important;
  padding: 15px 20px;
}

.page-resources-999ok-life-platform-advantages__faq-answer p {
  margin-bottom: 0;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-999ok-life-platform-advantages__hero-title {
    font-size: 3em;
  }
}

@media (max-width: 768px) {
  .page-resources-999ok-life-platform-advantages__hero-section {
    flex-direction: column;
    text-align: center;
    min-height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-999ok-life-platform-advantages__hero-title {
    font-size: 2.2em;
  }

  .page-resources-999ok-life-platform-advantages__hero-description {
    font-size: 1em;
  }

  .page-resources-999ok-life-platform-advantages__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-resources-999ok-life-platform-advantages__btn-primary,
  .page-resources-999ok-life-platform-advantages__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-999ok-life-platform-advantages__section-title {
    font-size: 1.8em;
  }

  .page-resources-999ok-life-platform-advantages__paragraph {
    font-size: 1em;
  }

  .page-resources-999ok-life-platform-advantages__features-grid,
  .page-resources-999ok-life-platform-advantages__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-999ok-life-platform-advantages__card {
    padding: 20px;
  }

  .page-resources-999ok-life-platform-advantages__card-image {
    height: 180px;
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-999ok-life-platform-advantages__card-title {
    font-size: 1.3em;
  }

  /* Image responsive rules for content area */
  .page-resources-999ok-life-platform-advantages img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-999ok-life-platform-advantages__section,
  .page-resources-999ok-life-platform-advantages__card,
  .page-resources-999ok-life-platform-advantages__container,
  .page-resources-999ok-life-platform-advantages__video-section,
  .page-resources-999ok-life-platform-advantages__video-container,
  .page-resources-999ok-life-platform-advantages__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Video specific mobile styles */
  .page-resources-999ok-life-platform-advantages video,
  .page-resources-999ok-life-platform-advantages__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-999ok-life-platform-advantages__video-wrapper {
    padding-bottom: 56.25% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* FAQ specific mobile styles */
  .page-resources-999ok-life-platform-advantages__faq-question {
    padding: 15px;
  }

  .page-resources-999ok-life-platform-advantages__faq-title {
    font-size: 1.1em;
  }

  .page-resources-999ok-life-platform-advantages__faq-answer {
    padding: 0 15px;
  }

  .page-resources-999ok-life-platform-advantages__faq-item.active .page-resources-999ok-life-platform-advantages__faq-answer {
    padding: 10px 15px;
  }
}

/* Ensure content area images are never smaller than 200px by CSS rules */
.page-resources-999ok-life-platform-advantages__content-area img,
.page-resources-999ok-life-platform-advantages__card-image {
  min-width: 200px;
  min-height: 200px;
}