.page-resources-game-bai-68-online-strategies-tips {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-game-bai-68-online-strategies-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-game-bai-68-online-strategies-tips__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue gradient for depth */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-game-bai-68-online-strategies-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-resources-game-bai-68-online-strategies-tips__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  font-weight: 300;
}

.page-resources-game-bai-68-online-strategies-tips__cta-button {
  display: inline-block;
  background-color: #ffc107; /* Auxiliary color */
  color: #333; /* Dark text for contrast */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-game-bai-68-online-strategies-tips__cta-button:hover {
  background-color: #e0a800; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-game-bai-68-online-strategies-tips__cta-button--outline {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}

.page-resources-game-bai-68-online-strategies-tips__cta-button--outline:hover {
  background-color: #ffc107;
  color: #333;
}

.page-resources-game-bai-68-online-strategies-tips__cta-button--secondary {
  background-color: #007bff;
  color: #ffffff;
}

.page-resources-game-bai-68-online-strategies-tips__cta-button--secondary:hover {
  background-color: #0056b3;
}

.page-resources-game-bai-68-online-strategies-tips__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-game-bai-68-online-strategies-tips__text-block {
  margin-bottom: 50px;
  padding: 20px;
  background-color: #fefefe;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-game-bai-68-online-strategies-tips__section-title {
  font-size: 2.5em;
  color: #007bff; /* Main color for titles */
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

.page-resources-game-bai-68-online-strategies-tips__sub-section-title {
  font-size: 1.8em;
  color: #333;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-game-bai-68-online-strategies-tips__text-block p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #555;
}

.page-resources-game-bai-68-online-strategies-tips__text-block ul {
  list-style: disc inside;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-resources-game-bai-68-online-strategies-tips__text-block li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #555;
}

.page-resources-game-bai-68-online-strategies-tips__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-game-bai-68-online-strategies-tips__image-content {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-game-bai-68-online-strategies-tips__highlight {
  color: #ffc107;
  font-weight: 700;
}

.page-resources-game-bai-68-online-strategies-tips__strong-keyword {
  font-weight: 600;
  color: #007bff;
}

.page-resources-game-bai-68-online-strategies-tips__text-uppercase {
  text-transform: uppercase;
}

.page-resources-game-bai-68-online-strategies-tips__text-link {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-resources-game-bai-68-online-strategies-tips__text-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.page-resources-game-bai-68-online-strategies-tips__action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-game-bai-68-online-strategies-tips__hero-title {
    font-size: 2.5em;
  }
  .page-resources-game-bai-68-online-strategies-tips__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-game-bai-68-online-strategies-tips__section-title {
    font-size: 2em;
  }
  .page-resources-game-bai-68-online-strategies-tips__sub-section-title {
    font-size: 1.5em;
  }
  .page-resources-game-bai-68-online-strategies-tips__text-block p,
  .page-resources-game-bai-68-online-strategies-tips__text-block li {
    font-size: 1em;
  }
  .page-resources-game-bai-68-online-strategies-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-game-bai-68-online-strategies-tips__hero-title {
    font-size: 2em;
  }
  .page-resources-game-bai-68-online-strategies-tips__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-game-bai-68-online-strategies-tips__section-title {
    font-size: 1.8em;
  }
  .page-resources-game-bai-68-online-strategies-tips__cta-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-resources-game-bai-68-online-strategies-tips__action-buttons {
    flex-direction: column;
  }
}