.page-resources-vin777-latest-game-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: #121212; /* Inherited from shared, but ensuring contrast */
}

.page-resources-vin777-latest-game-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-vin777-latest-game-guide__hero-section {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #000080, #1a1a3a); /* Dark blue gradient */
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-vin777-latest-game-guide__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-vin777-latest-game-guide__description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-resources-vin777-latest-game-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-vin777-latest-game-guide__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-resources-vin777-latest-game-guide__cta-button--primary {
  background-color: #FFD700; /* Primary brand color */
  color: #000080; /* Dark blue text for contrast */
  border: 2px solid #FFD700;
}

.page-resources-vin777-latest-game-guide__cta-button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-vin777-latest-game-guide__cta-button--secondary {
  background-color: #000080; /* Auxiliary brand color */
  color: #FFD700; /* Gold text for contrast */
  border: 2px solid #FFD700;
}

.page-resources-vin777-latest-game-guide__cta-button--secondary:hover {
  background-color: #000066;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-vin777-latest-game-guide__image-section {
  padding: 40px 0;
  background-color: #1a1a1a;
}

.page-resources-vin777-latest-game-guide__main-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.page-resources-vin777-latest-game-guide__content-section,
.page-resources-vin777-latest-game-guide__tips-section,
.page-resources-vin777-latest-game-guide__why-choose-section,
.page-resources-vin777-latest-game-guide__register-section,
.page-resources-vin777-latest-game-guide__conclusion-section {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.page-resources-vin777-latest-game-guide__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700; /* Gold accent for section titles */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-resources-vin777-latest-game-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: justify;
  color: #e0e0e0;
}

.page-resources-vin777-latest-game-guide__game-category {
  background-color: #222222;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #333;
}

.page-resources-vin777-latest-game-guide__category-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-vin777-latest-game-guide__category-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-resources-vin777-latest-game-guide__category-description {
  font-size: 1em;
  color: #cccccc;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-vin777-latest-game-guide__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-vin777-latest-game-guide__feature-list li {
  background: #333333;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-vin777-latest-game-guide__feature-list li strong {
  color: #FFD700;
  margin-right: 10px;
}

.page-resources-vin777-latest-game-guide__tip-item {
  background-color: #222222;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #333;
}

.page-resources-vin777-latest-game-guide__tip-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  text-align: center;
}

.page-resources-vin777-latest-game-guide__tip-item p {
  color: #cccccc;
  text-align: justify;
}

.page-resources-vin777-latest-game-guide__advantage-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-vin777-latest-game-guide__advantage-list li {
  background: #222222;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
}

.page-resources-vin777-latest-game-guide__advantage-list li strong {
  color: #FFD700;
  font-size: 1.1em;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-resources-vin777-latest-game-guide__advantage-list li p {
  margin: 0;
  color: #cccccc;
}

.page-resources-vin777-latest-game-guide__steps-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-resources-vin777-latest-game-guide__step-item {
  background-color: #222222;
  border-radius: 12px;
  padding: 30px;
  flex: 1 1 calc(33% - 40px);
  min-width: 280px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #333;
}

.page-resources-vin777-latest-game-guide__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFD700;
  color: #000080;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-vin777-latest-game-guide__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-vin777-latest-game-guide__step-item p {
  color: #cccccc;
}

.page-resources-vin777-latest-game-guide__register-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
  object-fit: cover;
}

.page-resources-vin777-latest-game-guide__cta-buttons--bottom {
  margin-top: 40px;
}

.page-resources-vin777-latest-game-guide__conclusion-section .page-resources-vin777-latest-game-guide__text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-vin777-latest-game-guide__main-title {
    font-size: 2.8em;
  }
  .page-resources-vin777-latest-game-guide__section-title {
    font-size: 2.2em;
  }
  .page-resources-vin777-latest-game-guide__step-item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .page-resources-vin777-latest-game-guide__hero-section {
    padding: 60px 0;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-vin777-latest-game-guide__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-resources-vin777-latest-game-guide__description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-resources-vin777-latest-game-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-vin777-latest-game-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-vin777-latest-game-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-vin777-latest-game-guide__content-section,
  .page-resources-vin777-latest-game-guide__tips-section,
  .page-resources-vin777-latest-game-guide__why-choose-section,
  .page-resources-vin777-latest-game-guide__register-section,
  .page-resources-vin777-latest-game-guide__conclusion-section {
    padding: 40px 0;
  }
  .page-resources-vin777-latest-game-guide__game-category,
  .page-resources-vin777-latest-game-guide__tip-item,
  .page-resources-vin777-latest-game-guide__advantage-list li,
  .page-resources-vin777-latest-game-guide__step-item {
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 8px;
  }
  .page-resources-vin777-latest-game-guide__category-title,
  .page-resources-vin777-latest-game-guide__tip-title {
    font-size: 1.5em;
  }
  .page-resources-vin777-latest-game-guide__step-item {
    flex: 1 1 100%;
  }
  .page-resources-vin777-latest-game-guide__main-image,
  .page-resources-vin777-latest-game-guide__category-image,
  .page-resources-vin777-latest-game-guide__register-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    border-radius: 8px;
  }
  .page-resources-vin777-latest-game-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }
  .page-resources-vin777-latest-game-guide__steps-wrapper {
    gap: 20px;
  }
  .page-resources-vin777-latest-game-guide__feature-list li,
  .page-resources-vin777-latest-game-guide__advantage-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }
  .page-resources-vin777-latest-game-guide__advantage-list li strong {
    margin-right: 0;
    margin-bottom: 10px;
  }
}