.page-resources-99vn-bet-platform-advantages {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-resources-99vn-bet-platform-advantages__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  color: #FFFFFF;
  background-color: #017439; /* Brand primary color for hero */
  overflow: hidden;
}

.page-resources-99vn-bet-platform-advantages__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-99vn-bet-platform-advantages__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFF00; /* Yellow for prominence */
}

.page-resources-99vn-bet-platform-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-99vn-bet-platform-advantages__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-99vn-bet-platform-advantages__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Slightly transparent to let background color show */
}

.page-resources-99vn-bet-platform-advantages__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-99vn-bet-platform-advantages__section-title {
  font-size: 2.5em;
  color: #017439; /* Brand primary color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-99vn-bet-platform-advantages__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #333333;
}

.page-resources-99vn-bet-platform-advantages__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-99vn-bet-platform-advantages__card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-resources-99vn-bet-platform-advantages__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-99vn-bet-platform-advantages__card-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-99vn-bet-platform-advantages__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-99vn-bet-platform-advantages__card-text {
  font-size: 1em;
  color: #555555;
  text-align: justify;
}

.page-resources-99vn-bet-platform-advantages__game-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}

.page-resources-99vn-bet-platform-advantages__game-list li {
  margin-bottom: 8px;
  font-size: 1em;
  color: #333333;
  position: relative;
  padding-left: 20px;
}

.page-resources-99vn-bet-platform-advantages__game-list li::before {
  content: '✓';
  color: #017439;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-99vn-bet-platform-advantages__game-list li a {
  color: #017439;
  text-decoration: none;
}

.page-resources-99vn-bet-platform-advantages__game-list li a:hover {
  text-decoration: underline;
}

.page-resources-99vn-bet-platform-advantages__steps-list {
  list-style: decimal;
  padding-left: 20px;
  max-width: 800px;
  margin: 40px auto;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-99vn-bet-platform-advantages__steps-list li {
  margin-bottom: 15px;
}

.page-resources-99vn-bet-platform-advantages__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-99vn-bet-platform-advantages__btn-primary,
.page-resources-99vn-bet-platform-advantages__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-99vn-bet-platform-advantages__btn-primary {
  background-color: #C30808; /* Red for Register/Login */
  color: #FFFF00; /* Yellow font */
  border: 2px solid #C30808;
}

.page-resources-99vn-bet-platform-advantages__btn-primary:hover {
  background-color: #e00b0b;
  border-color: #e00b0b;
}

.page-resources-99vn-bet-platform-advantages__btn-secondary {
  background-color: #017439; /* Brand primary color */
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-resources-99vn-bet-platform-advantages__btn-secondary:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

.page-resources-99vn-bet-platform-advantages__app-download-section {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
  padding: 40px;
  background-color: #f8f8f8;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
  justify-content: center;
}

.page-resources-99vn-bet-platform-advantages__app-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-99vn-bet-platform-advantages__app-info {
  flex: 1;
  max-width: 600px;
  text-align: left;
}

.page-resources-99vn-bet-platform-advantages__app-title {
  font-size: 2em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-99vn-bet-platform-advantages__app-text {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 25px;
}

.page-resources-99vn-bet-platform-advantages__faq-container {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-99vn-bet-platform-advantages__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-99vn-bet-platform-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #333333;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-99vn-bet-platform-advantages__faq-question:hover {
  background-color: #ebebeb;
}

.page-resources-99vn-bet-platform-advantages__faq-title {
  font-size: 1.2em;
  margin: 0;
  color: #017439;
}

.page-resources-99vn-bet-platform-advantages__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #017439;
}

.page-resources-99vn-bet-platform-advantages__faq-item.active .page-resources-99vn-bet-platform-advantages__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-99vn-bet-platform-advantages__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #FFFFFF;
}

.page-resources-99vn-bet-platform-advantages__faq-item.active .page-resources-99vn-bet-platform-advantages__faq-answer {
  max-height: 1000px !important; /* Use !important to ensure it overrides */
  padding: 15px 25px 25px;
}

.page-resources-99vn-bet-platform-advantages__faq-text {
  margin: 0;
  font-size: 1em;
  color: #555555;
}

.page-resources-99vn-bet-platform-advantages__faq-text a {
  color: #017439;
  text-decoration: none;
}

.page-resources-99vn-bet-platform-advantages__faq-text a:hover {
  text-decoration: underline;
}

.page-resources-99vn-bet-platform-advantages__conclusion-section {
  padding: 80px 20px;
  text-align: center;
  color: #FFFFFF;
  background-color: #017439; /* Brand primary color */
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-99vn-bet-platform-advantages__conclusion-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFF00; /* Yellow for prominence */
}

.page-resources-99vn-bet-platform-advantages__conclusion-text {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #FFFFFF;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-99vn-bet-platform-advantages__hero-title {
    font-size: 2.8em;
  }
  .page-resources-99vn-bet-platform-advantages__section-title {
    font-size: 2em;
  }
  .page-resources-99vn-bet-platform-advantages__card-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-99vn-bet-platform-advantages {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-99vn-bet-platform-advantages__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-99vn-bet-platform-advantages__hero-title {
    font-size: 2.2em;
  }
  .page-resources-99vn-bet-platform-advantages__hero-description {
    font-size: 1em;
  }
  .page-resources-99vn-bet-platform-advantages__content-area {
    padding: 30px 15px;
  }
  .page-resources-99vn-bet-platform-advantages__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-99vn-bet-platform-advantages__paragraph {
    font-size: 1em;
  }
  .page-resources-99vn-bet-platform-advantages__advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-99vn-bet-platform-advantages__card {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .page-resources-99vn-bet-platform-advantages__card-title {
    font-size: 1.3em;
  }
  .page-resources-99vn-bet-platform-advantages__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-99vn-bet-platform-advantages__btn-primary,
  .page-resources-99vn-bet-platform-advantages__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-99vn-bet-platform-advantages__app-download-section {
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
  }
  .page-resources-99vn-bet-platform-advantages__app-image {
    max-width: 300px;
  }
  .page-resources-99vn-bet-platform-advantages__app-info {
    text-align: center;
  }
  .page-resources-99vn-bet-platform-advantages__app-title {
    font-size: 1.6em;
  }
  .page-resources-99vn-bet-platform-advantages__app-text {
    font-size: 1em;
  }
  .page-resources-99vn-bet-platform-advantages__faq-question {
    padding: 15px 20px;
  }
  .page-resources-99vn-bet-platform-advantages__faq-title {
    font-size: 1.1em;
  }
  .page-resources-99vn-bet-platform-advantages__faq-answer {
    padding: 0 20px;
  }
  .page-resources-99vn-bet-platform-advantages__faq-item.active .page-resources-99vn-bet-platform-advantages__faq-answer {
    padding: 10px 20px 20px;
  }
  .page-resources-99vn-bet-platform-advantages__conclusion-section {
    padding: 50px 15px;
  }
  .page-resources-99vn-bet-platform-advantages__conclusion-title {
    font-size: 2em;
  }
  .page-resources-99vn-bet-platform-advantages__conclusion-text {
    font-size: 1em;
  }

  /* Mobile image, video, and container responsiveness */
  .page-resources-99vn-bet-platform-advantages img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-99vn-bet-platform-advantages video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-99vn-bet-platform-advantages__section,
  .page-resources-99vn-bet-platform-advantages__card,
  .page-resources-99vn-bet-platform-advantages__container,
  .page-resources-99vn-bet-platform-advantages__app-download-section,
  .page-resources-99vn-bet-platform-advantages__faq-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .page-resources-99vn-bet-platform-advantages__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}

@media (max-width: 480px) {
  .page-resources-99vn-bet-platform-advantages__hero-title {
    font-size: 1.8em;
  }
  .page-resources-99vn-bet-platform-advantages__section-title {
    font-size: 1.6em;
  }
  .page-resources-99vn-bet-platform-advantages__app-title {
    font-size: 1.4em;
  }
  .page-resources-99vn-bet-platform-advantages__conclusion-title {
    font-size: 1.8em;
  }
}