.page-casino-table-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #26A9E0, #1a7bb0);
  color: #ffffff;
  overflow: hidden;
}

.page-casino-table-games__hero-content {
  max-width: 900px;
  z-index: 2;
}

.page-casino-table-games__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-casino-table-games__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  line-height: 1.6;
  opacity: 0.9;
}

.page-casino-table-games__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-casino-table-games__btn-primary,
.page-casino-table-games__btn-secondary {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.page-casino-table-games__btn-primary {
  background: #EA7C07; /* Màu cam cho đăng ký */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-casino-table-games__btn-primary:hover {
  background: #d46f06;
  border-color: #d46f06;
  transform: translateY(-2px);
}

.page-casino-table-games__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-casino-table-games__btn-secondary:hover {
  background: #e0f4ff;
  color: #1a7bb0;
  border-color: #1a7bb0;
  transform: translateY(-2px);
}

.page-casino-table-games__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-casino-table-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* Tăng độ mờ để văn bản dễ đọc hơn */
}

.page-casino-table-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-casino-table-games__introduction-section,
.page-casino-table-games__why-choose-us,
.page-casino-table-games__faq-section {
  padding: 80px 0;
  background: #ffffff;
  color: #333333;
}

.page-casino-table-games__games-showcase,
.page-casino-table-games__get-started,
.page-casino-table-games__cta-section {
  padding: 80px 0;
  background: #1a1a1a; /* Nền tối hơn cho các phần nổi bật */
  color: #ffffff;
}

.page-casino-table-games__section-title {
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: #26A9E0;
}

.page-casino-table-games__games-showcase .page-casino-table-games__section-title {
  color: #ffffff;
}

.page-casino-table-games__section-subtitle {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 60px;
  color: #f0f0f0;
}

.page-casino-table-games__text-block {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-casino-table-games__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-casino-table-games__game-card {
  background: #2a2a2a; /* Nền card tối hơn */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.page-casino-table-games__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-casino-table-games__game-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.page-casino-table-games__game-title {
  font-size: 1.8em;
  margin: 25px 15px 15px;
  font-weight: 600;
  color: #26A9E0;
}

.page-casino-table-games__game-description {
  font-size: 1em;
  line-height: 1.6;
  padding: 0 20px;
  margin-bottom: 25px;
  flex-grow: 1;
  opacity: 0.85;
}

.page-casino-table-games__card-button {
  display: inline-block;
  background: #EA7C07;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 20px;
  transition: background 0.3s ease;
}

.page-casino-table-games__card-button:hover {
  background: #d46f06;
}

.page-casino-table-games__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-casino-table-games__feature-item {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-casino-table-games__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-casino-table-games__feature-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
  border-radius: 8px;
}

.page-casino-table-games__feature-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  font-weight: 600;
  color: #26A9E0;
}

.page-casino-table-games__feature-description {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-casino-table-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-casino-table-games__step-item {
  background: #2a2a2a;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.page-casino-table-games__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #26A9E0;
  color: #ffffff;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
  border: 3px solid #1a7bb0;
}

.page-casino-table-games__step-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.page-casino-table-games__step-description {
  font-size: 1em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-casino-table-games__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-casino-table-games__faq-list {
  margin-top: 40px;
}

.page-casino-table-games__faq-item {
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-casino-table-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  transition: background 0.3s ease;
  list-style: none;
}

.page-casino-table-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-casino-table-games__faq-item[open] > .page-casino-table-games__faq-question {
  background: #e0f4ff;
  color: #26A9E0;
}

.page-casino-table-games__faq-qtext {
  flex-grow: 1;
}

.page-casino-table-games__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 15px;
  color: #26A9E0;
}

.page-casino-table-games__faq-item[open] .page-casino-table-games__faq-toggle {
  color: #1a7bb0;
}

.page-casino-table-games__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  background: #fdfdfd;
  border-top: 1px solid #eeeeee;
}

.page-casino-table-games__faq-answer p {
  margin-bottom: 0;
}

.page-casino-table-games__cta-section .page-casino-table-games__section-title {
  color: #ffffff;
}

.page-casino-table-games__cta-section .page-casino-table-games__text-block {
  text-align: center;
  max-width: 800px;
  margin: 20px auto 40px;
  color: #f0f0f0;
}

.page-casino-table-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-casino-table-games__hero-title {
    font-size: 2.8em;
  }
  .page-casino-table-games__hero-description {
    font-size: 1.2em;
  }
  .page-casino-table-games__section-title {
    font-size: 2.2em;
  }
  .page-casino-table-games__game-title {
    font-size: 1.6em;
  }
  .page-casino-table-games__feature-title,
  .page-casino-table-games__step-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-casino-table-games__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-casino-table-games__hero-title {
    font-size: 2.2em;
  }
  .page-casino-table-games__hero-description {
    font-size: 1em;
  }
  .page-casino-table-games__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-casino-table-games__btn-primary,
  .page-casino-table-games__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 25px;
  }

  .page-casino-table-games__introduction-section,
  .page-casino-table-games__games-showcase,
  .page-casino-table-games__why-choose-us,
  .page-casino-table-games__get-started,
  .page-casino-table-games__faq-section,
  .page-casino-table-games__cta-section {
    padding: 50px 0;
  }
  .page-casino-table-games__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-casino-table-games__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-casino-table-games__section-subtitle {
    font-size: 1em;
    margin-bottom: 40px;
  }
  .page-casino-table-games__text-block {
    font-size: 0.95em;
  }

  .page-casino-table-games__game-grid,
  .page-casino-table-games__feature-grid,
  .page-casino-table-games__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-casino-table-games__game-image,
  .page-casino-table-games__feature-icon {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-casino-table-games__game-card,
  .page-casino-table-games__feature-item,
  .page-casino-table-games__step-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-casino-table-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-casino-table-games__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-casino-table-games__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
  }
  .page-casino-table-games__faq-toggle {
    font-size: 1.3em;
  }
}