.page-blog-explore-tx666-games-features {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-explore-tx666-games-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-blog-explore-tx666-games-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding */
}

.page-blog-explore-tx666-games-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-explore-tx666-games-features__hero-content {
  width: 100%;
  max-width: 800px;
  margin: 40px auto; /* Adjust margin to place content below image */
  padding: 0 20px;
  z-index: 2;
  position: relative;
  text-align: center;
  color: #F2FFF6;
}

.page-blog-explore-tx666-games-features__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
  line-height: 1.2;
}

.page-blog-explore-tx666-games-features__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-explore-tx666-games-features__btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  min-width: 200px;
  min-height: 48px;
  line-height: 24px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-explore-tx666-games-features__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-explore-tx666-games-features__btn-secondary {
  display: inline-block;
  padding: 10px 25px;
  background: transparent;
  color: #2AD16F; /* A lighter green from the gradient for contrast */
  border: 2px solid #2AD16F; /* Border */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  min-width: 150px;
  min-height: 40px;
  line-height: 20px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-explore-tx666-games-features__btn-secondary:hover {
  background: #2AD16F;
  color: #08160F; /* Background color for hover */
}

/* Section common styles */
.page-blog-explore-tx666-games-features__section-title {
  font-size: 2.5em;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-explore-tx666-games-features__text-block {
  font-size: 1em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

/* Intro Section */
.page-blog-explore-tx666-games-features__intro-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green for a dark section */
}

/* Games Section */
.page-blog-explore-tx666-games-features__games-section {
  padding: 60px 0;
}

.page-blog-explore-tx666-games-features__game-category {
  margin-bottom: 60px;
}

.page-blog-explore-tx666-games-features__game-subtitle {
  font-size: 2em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-explore-tx666-games-features__game-card {
  display: flex;
  background-color: #11271B; /* Card B G */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-explore-tx666-games-features__card-image {
  width: 50%;
  height: auto;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-explore-tx666-games-features__card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.page-blog-explore-tx666-games-features__card-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-explore-tx666-games-features__card-text {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

/* Features Section */
.page-blog-explore-tx666-games-features__features-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-explore-tx666-games-features__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-explore-tx666-games-features__feature-item {
  background-color: #11271B; /* Card B G */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-explore-tx666-games-features__feature-title {
  font-size: 1.8em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

/* Promo Section */
.page-blog-explore-tx666-games-features__promo-section {
  padding: 60px 0;
}

.page-blog-explore-tx666-games-features__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-explore-tx666-games-features__promo-card {
  background-color: #11271B; /* Card B G */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
}

/* Video Section */
.page-blog-explore-tx666-games-features__video-section {
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-explore-tx666-games-features__video-container {
  width: 100%; /* desktop: width: 100% and max-width must be present */
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}