.page-resources-what-is-789win-link {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-what-is-789win-link__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-what-is-789win-link__hero {
  background: linear-gradient(135deg, #E44D26, #FFB800);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-what-is-789win-link__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff; /* Đảm bảo độ tương phản */
}

.page-resources-what-is-789win-link__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  color: #f0f0f0; /* Đảm bảo độ tương phản */
}

.page-resources-what-is-789win-link__cta-button {
  display: inline-block;
  background-color: #333333; /* Màu tương phản mạnh */
  color: #ffffff;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-what-is-789win-link__cta-button:hover {
  background-color: #555555;
  transform: translateY(-3px);
}

.page-resources-what-is-789win-link__section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-resources-what-is-789win-link__section:last-of-type {
  border-bottom: none;
}

.page-resources-what-is-789win-link__section-title {
  font-size: 2.2em;
  color: #E44D26;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-what-is-789win-link__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFB800;
  border-radius: 2px;
}

.page-resources-what-is-789win-link__introduction p, 
.page-resources-what-is-789win-link__identification p, 
.page-resources-what-is-789win-link__access-guide p, 
.page-resources-what-is-789win-link__registration p, 
.page-resources-what-is-789win-link__promotions p, 
.page-resources-what-is-789win-link__support p, 
.page-resources-what-is-789win-link__conclusion p {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #444444;
}

.page-resources-what-is-789win-link__image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-resources-what-is-789win-link__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-what-is-789win-link__grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-what-is-789win-link__grid-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-what-is-789win-link__grid-item h3 {
  font-size: 1.5em;
  color: #E44D26;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-resources-what-is-789win-link__grid-item p {
  color: #555555;
  font-size: 1em;
}

.page-resources-what-is-789win-link__icon-large {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}

.page-resources-what-is-789win-link__list, 
.page-resources-what-is-789win-link__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-what-is-789win-link__ordered-list {
  list-style-type: decimal;
}

.page-resources-what-is-789win-link__list li, 
.page-resources-what-is-789win-link__ordered-list li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #444444;
}

.page-resources-what-is-789win-link__list li strong, 
.page-resources-what-is-789win-link__ordered-list li strong {
  color: #E44D26;
}

.page-resources-what-is-789win-link__button {
  display: inline-block;
  background-color: #FFB800;
  color: #333333;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.page-resources-what-is-789win-link__button:hover {
  background-color: #E44D26;
  color: #ffffff;
}

.page-resources-what-is-789win-link__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-what-is-789win-what-is-789win-link__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-what-is-789win-what-is-789win-link__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-what-is-789win-link__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eeeeee;
}

.page-resources-what-is-789win-what-is-789win-link__game-card h3 {
  font-size: 1.4em;
  margin: 15px 15px 10px;
  color: #E44D26;
}

.page-resources-what-is-789win-what-is-789win-link__game-card h3 a {
  color: #E44D26;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-what-is-789win-what-is-789win-link__game-card h3 a:hover {
  color: #FFB800;
}

.page-resources-what-is-789win-what-is-789win-link__game-card p {
  font-size: 0.95em;
  color: #666666;
  padding: 0 15px 20px;
}

.page-resources-what-is-789win-link__cta-button--final {
  margin-top: 40px;
  background-color: #E44D26;
  color: #ffffff;
}

.page-resources-what-is-789win-link__cta-button--final:hover {
  background-color: #FFB800;
  color: #333333;
}

/* FAQ Styles */
.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333333;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E44D26;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFB800;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  color: #555555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 15px 20px;
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
}

.faq-answer p {
  margin-bottom: 0;
  font-size: 1em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-what-is-789win-link__main-title {
    font-size: 2.5em;
  }

  .page-resources-what-is-789win-link__subtitle {
    font-size: 1.1em;
  }

  .page-resources-what-is-789win-link__section-title {
    font-size: 1.8em;
  }

  .page-resources-what-is-789win-link__grid-item {
    padding: 25px;
  }

  .page-resources-what-is-789win-link__icon-large {
    width: 100px;
    height: 100px;
  }

  .page-resources-what-is-789win-link__game-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-resources-what-is-789win-link__hero {
    padding: 60px 15px;
  }

  .page-resources-what-is-789win-link__main-title {
    font-size: 2em;
  }

  .page-resources-what-is-789win-link__subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-resources-what-is-789win-link__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-what-is-789win-link__section {
    padding: 40px 0;
  }

  .page-resources-what-is-789win-link__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .page-resources-what-is-789win-link__introduction p, 
  .page-resources-what-is-789win-link__identification p, 
  .page-resources-what-is-789win-link__access-guide p, 
  .page-resources-what-is-789win-link__registration p, 
  .page-resources-what-is-789win-link__promotions p, 
  .page-resources-what-is-789win-link__support p, 
  .page-resources-what-is-789win-link__conclusion p {
    font-size: 1em;
  }

  .page-resources-what-is-789win-link__image {
    margin: 20px auto;
  }

  .page-resources-what-is-789win-link__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-what-is-789win-link__list, 
  .page-resources-what-is-789win-link__ordered-list {
    margin-left: 15px;
  }

  .page-resources-what-is-789win-link__list li, 
  .page-resources-what-is-789win-link__ordered-list li {
    font-size: 1em;
  }

  .page-resources-what-is-789win-link__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-what-is-789win-link__game-image {
    height: 160px;
  }

  .faq-question {
    padding: 12px 15px;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }

  .faq-toggle {
    font-size: 20px;
  }

  .faq-answer {
    padding: 0 15px;
  }

  .faq-item.active .faq-answer {
    padding: 12px 15px;
  }
}