.page-taik9cc {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Dark text for default light background */
  line-height: 1.6;
  font-size: 16px;
}

/* Hero Section */
.page-taik9cc__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 10px; /* Minimal top padding as body handles header offset */
  background-color: #f8f9fa; /* Light background for hero section */
}

.page-taik9cc__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-taik9cc__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-taik9cc__hero-content {
  max-width: 900px;
  margin: 20px auto 0;
  padding: 0 15px;
}

.page-taik9cc__main-title {
  font-size: clamp(2em, 5vw, 2.8em); /* Responsive font size */
  color: #2563eb;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-taik9cc__hero-description {
  font-size: 1.1em;
  color: #4a5568;
  margin-bottom: 30px;
}

.page-taik9cc__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

.page-taik9cc__btn-primary,
.page-taik9cc__btn-secondary,
.page-taik9cc__btn-small {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-taik9cc__btn-primary {
  background-color: #2563eb;
  color: #ffffff;
  border: 2px solid #2563eb;
}

.page-taik9cc__btn-primary:hover {
  background-color: #1e40af;
  border-color: #1e40af;
}

.page-taik9cc__btn-secondary {
  background-color: #ffffff;
  color: #2563eb;
  border: 2px solid #2563eb;
}

.page-taik9cc__btn-secondary:hover {
  background-color: #e0e7ff;
  color: #1e40af;
  border-color: #1e40af;
}

.page-taik9cc__btn-small {
  padding: 8px 15px;
  font-size: 0.9em;
  background-color: #64748b;
  color: #ffffff;
  border: 1px solid #64748b;
}

.page-taik9cc__btn-small:hover {
  background-color: #475569;
  border-color: #475569;
}

.page-taik9cc__cta-buttons--center {
  margin-top: 30px;
}

/* General Section Styling */
.page-taik9cc__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em); /* Responsive font size */
  color: #2563eb;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.page-taik9cc__sub-title {
  font-size: clamp(1.4em, 3vw, 1.8em); /* Responsive font size */
  color: #333333;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-taik9cc__text-block {
  font-size: 1.05em;
  margin-bottom: 15px;
  color: #4a5568;
}

.page-taik9cc__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-taik9cc__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-taik9cc__dark-bg {
  background-color: #2563eb;
  color: #ffffff;
}

.page-taik9cc__dark-bg .page-taik9cc__section-title,
.page-taik9cc__dark-bg .page-taik9cc__sub-title {
  color: #ffffff;
}

.page-taik9cc__dark-bg .page-taik9cc__text-block,
.page-taik9cc__dark-bg .page-taik9cc__list-item {
  color: #e0e7ff;
}

.page-taik9cc__dark-bg .page-taik9cc__inline-link {
  color: #f0f0f0;
}

.page-taik9cc__inline-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.page-taik9cc__inline-link:hover {
  text-decoration: underline;
}

/* Image & Content Wrapper */
.page-taik9cc__image-content-wrapper {
  margin: 30px 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-taik9cc__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Features List */
.page-taik9cc__features-list,
.page-taik9cc__promotions-list,
.page-taik9cc__payment-methods,
.page-taik9cc__app-steps {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-taik9cc__list-item {
  background-color: rgba(37, 99, 235, 0.05);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid #2563eb;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
  box-sizing: border-box;
  word-wrap: break-word;
}

.page-taik9cc__dark-bg .page-taik9cc__list-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-left-color: #ffffff;
  color: #ffffff;
}

/* Games Section */
.page-taik9cc__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-taik9cc__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-taik9cc__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-taik9cc__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-taik9cc__game-title {
  font-size: 1.3em;
  color: #2563eb;
  margin-bottom: 10px;
  padding: 0 15px;
  font-weight: 600;
}

.page-taik9cc__game-description {
  font-size: 0.95em;
  color: #4a5568;
  padding: 0 15px;
  margin-bottom: 20px;
}

/* Guide Section */
.page-taik9cc__app-steps {
  counter-reset: step-counter;
}

.page-taik9cc__app-steps .page-taik9cc__list-item {
  position: relative;
  padding-left: 45px;
  border-left: none;
  background-color: #f0f8ff;
  color: #333333;
  margin-bottom: 15px;
}

.page-taik9cc__app-steps .page-taik9cc__list-item::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2563eb;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.9em;
}

/* FAQ Section */
.page-taik9cc__faq-list {
  margin-top: 30px;
}

.page-taik9cc__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}