.page-resources-taya777-app-features {
  color: #333333; /* Dark text for light body background */
}

.page-resources-taya777-app-features__hero-section {
  background-color: #000000; /* Dark background for hero */
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  position: relative;
  overflow: hidden;
}

.page-resources-taya777-app-features__hero-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.page-resources-taya777-app-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}

.page-resources-taya777-app-features__hero-content {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  max-width: 800px;
}

.page-resources-taya777-app-features__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-taya777-app-features__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-taya777-app-features__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-taya777-app-features__button {
  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;
  font-size: 1.1em;
}

.page-resources-taya777-app-features__button--primary {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-taya777-app-features__button--primary:hover {
  background-color: #e0a53a;
  border-color: #e0a53a;
}

.page-resources-taya777-app-features__button--secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-taya777-app-features__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-taya777-app-features__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.7;
  font-size: 1.1em;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-taya777-app-features__article-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-taya777-app-features__article-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-taya777-app-features__meta-info {
  font-size: 0.9em;
  color: #666666;
}

.page-resources-taya777-app-features__article-content h3 {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.page-resources-taya777-app-features__article-content p {
  margin-bottom: 20px;
}

.page-resources-taya777-app-features__article-content ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-taya777-app-features__article-content li {
  margin-bottom: 8px;
}

.page-resources-taya777-app-features__article-content a {
  color: #000000;
  text-decoration: underline;
}

.page-resources-taya777-app-features__article-content a:hover {
  color: #FCBC45;
}

.page-resources-taya777-app-features__image {
  display: block;
  margin: 30px auto;
  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-taya777-app-features__image--centered {
  text-align: center;
}

.page-resources-taya777-app-features__article-content blockquote {
  border-left: 5px solid #FCBC45;
  padding: 15px 20px;
  margin: 30px 0;
  background-color: #FFF8E1;
  color: #333333;
  font-style: italic;
  border-radius: 4px;
}

.page-resources-taya777-app-features__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 8px;
}

.page-resources-taya777-app-features__cta-bottom p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #000000;
}

.page-resources-taya777-app-features__related-resources {
  margin-top: 60px;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 8px;
}

.page-resources-taya777-app-features__related-title {
  font-size: 2em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-taya777-app-features__related-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.page-resources-taya777-app-features__related-list li {
  margin-bottom: 10px;
}

.page-resources-taya777-app-features__related-list a {
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  padding: 8px 15px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-taya777-app-features__related-list a:hover {
  background-color: #FCBC45;
  color: #000000;
  border-color: #FCBC45;
}

.page-resources-taya777-app-features__back-link {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-taya777-app-features__back-link:hover {
  color: #FCBC45;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-taya777-app-features__hero-title {
    font-size: 2.8em;
  }
  .page-resources-taya777-app-features__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-taya777-app-features__hero-title {
    font-size: 2.2em;
  }
  .page-resources-taya777-app-features__hero-description {
    font-size: 1em;
  }
  .page-resources-taya777-app-features__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-taya777-app-features__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-taya777-app-features__article-title {
    font-size: 2em;
  }
  .page-resources-taya777-app-features__article-content h3 {
    font-size: 1.5em;
  }
  .page-resources-taya777-app-features__content-area {
    padding: 15px;
    margin: 20px auto;
  }
  /* Ensure content area images do not overflow */
  .page-resources-taya777-app-features__article-content img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size for content images */
    min-height: 200px; /* Enforce minimum size for content images */
  }
}

@media (max-width: 480px) {
  .page-resources-taya777-app-features__hero-title {
    font-size: 1.8em;
  }
  .page-resources-taya777-app-features__hero-description {
    font-size: 0.9em;
  }
  .page-resources-taya777-app-features__button {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-resources-taya777-app-features__article-title {
    font-size: 1.8em;
  }
  .page-resources-taya777-app-features__article-content h3 {
    font-size: 1.3em;
  }
  .page-resources-taya777-app-features__related-title {
    font-size: 1.8em;
  }
  .page-resources-taya777-app-features__related-list a {
    font-size: 1em;
    padding: 6px 10px;
  }
}