.page-index-gioi-thieu-af88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-index-gioi-thieu-af88__hero-section {
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

.page-index-gioi-thieu-af88__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 15px;
  gap: 30px;
}

.page-index-gioi-thieu-af88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #1F2D3D;
}

.page-index-gioi-thieu-af88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-index-gioi-thieu-af88__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-index-gioi-thieu-af88__cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-index-gioi-thieu-af88__btn-primary,
.page-index-gioi-thieu-af88__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-gioi-thieu-af88__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
}

.page-index-gioi-thieu-af88__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-index-gioi-thieu-af88__btn-secondary {
  background: #FFFFFF; /* Card B G */
  color: #2F6BFF; /* Main Color */
  border: 2px solid #2F6BFF;
}

.page-index-gioi-thieu-af88__btn-secondary:hover {
  background: #2F6BFF;
  color: #FFFFFF;
}

.page-index-gioi-thieu-af88__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-index-gioi-thieu-af88__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-index-gioi-thieu-af88__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 15px;
}

.page-index-gioi-thieu-af88__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-index-gioi-thieu-af88__section-title--light {
  color: #ffffff;
}

.page-index-gioi-thieu-af88__section-description {
  font-size: 1.05rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #1F2D3D;
}

.page-index-gioi-thieu-af88__feature-grid,
.page-index-gioi-thieu-af88__game-grid,
.page-index-gioi-thieu-af88__security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-gioi-thieu-af88__feature-item,
.page-index-gioi-thieu-af88__game-card,
.page-index-gioi-thieu-af88__security-item {
  background: #FFFFFF; /* Card B G */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
  color: #1F2D3D;
}

.page-index-gioi-thieu-af88__feature-item:hover,
.page-index-gioi-thieu-af88__game-card:hover,
.page-index-gioi-thieu-af88__security-item:hover {
  transform: translateY(-5px);
}

.page-index-gioi-thieu-af88__feature-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.page-index-gioi-gioi-thieu-af88__feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-index-gioi-thieu-af88__feature-title,
.page-index-gioi-thieu-af88__game-title,
.page-index-gioi-thieu-af88__security-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-index-gioi-thieu-af88__game-title a {
  color: #000000; /* Custom Color_1776249996415 */
  text-decoration: none;
}

.page-index-gioi-thieu-af88__game-title a:hover {
  color: #2F6BFF;
}

.page-index-gioi-thieu-af88__feature-text,
.page-index-gioi-thieu-af88__game-text,
.page-index-gioi-thieu-af88__security-text {
  font-size: 1rem;
  color: #1F2D3D;
}

.page-index-gioi-thieu-af88__dark-section {
  background-color: #2F6BFF;
  color: #ffffff;
}

.page-index-gioi-thieu-af88__dark-section .page-index-gioi-thieu-af88__section-description {
  color: #ffffff;
}

.page-index-gioi-thieu-af88__mission-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-index-gioi-thieu-af88__mission-vision-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  color: #ffffff;
}

.page-index-gioi-thieu-af88__mission-vision-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-index-gioi-thieu-af88__mission-vision-text {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-index-gioi-thieu-af88__mission-image,
.page-index-gioi-thieu-af88__vision-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin-top: 20px;
}

.page-index-gioi-thieu-af88__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-index-gioi-thieu-af88__security-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: block;
}

.page-index-gioi-thieu-af88__light-bg {
  background-color: #F4F7FB; /* Background */
  color: #1F2D3D;
}

.page-index-gioi-thieu-af88__faq-section {
  padding-bottom: 80px;
}

.page-index-gioi-thieu-af88__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-index-gioi-thieu-af88__faq-item {
  background: #FFFFFF; /* Card B G */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #1F2D3D;
}

.page-index-gioi-thieu-af88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  cursor: pointer;
  background-color: #F4F7FB;
  border-bottom: 1px solid #D6E2FF;
  list-style: none;
}

.page-index-gioi-thieu-af88__faq-question::-webkit-details-marker {
  display: none;
}

.page-index-gioi-thieu-af88__faq-toggle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2F6BFF;
  margin-left: 15px;
}

.page-index-gioi-thieu-af88__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #1F2D3D;
  line-height: 1.6;
}

.page-index-gioi-thieu-af88__cta-section {
  padding: 80px 15px;
  text-align: center;
}

.page-index-gioi-thieu-af88__cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-gioi-thieu-af88__cta-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-index-gioi-thieu-af88__cta-description {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-index-gioi-thieu-af88__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* General image responsive styles */
.page-index-gioi-thieu-af88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
  .page-index-gioi-thieu-af88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-index-gioi-thieu-af88__hero-container {
    flex-direction: column;
    padding: 20px 15px;
  }

  .page-index-gioi-thieu-af88__hero-content,
  .page-index-gioi-thieu-af88__hero-image {
    flex: 1 1 100%;
  }

  .page-index-gioi-thieu-af88__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    text-align: center;
  }

  .page-index-gioi-thieu-af88__hero-description {
    font-size: 1rem;
    text-align: center;
  }

  .page-index-gioi-thieu-af88__cta-group {
    flex-direction: column;
    gap: 10px;
  }

  .page-index-gioi-thieu-af88__btn-primary,
  .page-index-gioi-thieu-af88__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-index-gioi-thieu-af88__content-area {
    padding: 40px 15px;
  }

  .page-index-gioi-thieu-af88__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-index-gioi-thieu-af88__section-description {
    font-size: 0.95rem;
  }

  .page-index-gioi-thieu-af88__feature-grid,
  .page-index-gioi-thieu-af88__game-grid,
  .page-index-gioi-thieu-af88__security-grid {
    grid-template-columns: 1fr;
  }

  .page-index-gioi-thieu-af88__feature-item,
  .page-index-gioi-thieu-af88__game-card,
  .page-index-gioi-thieu-af88__security-item {
    padding: 25px;
  }

  .page-index-gioi-thieu-af88__feature-icon {
    width: 80px;
    height: 80px;
  }

  .page-index-gioi-thieu-af88__feature-title,
  .page-index-gioi-thieu-af88__game-title,
  .page-index-gioi-thieu-af88__security-title {
    font-size: 1.3rem;
  }

  .page-index-gioi-thieu-af88__mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .page-index-gioi-thieu-af88__mission-vision-item {
    padding: 25px;
  }

  .page-index-gioi-thieu-af88__mission-vision-subtitle {
    font-size: 1.6rem;
  }

  .page-index-gioi-thieu-af88__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-index-gioi-thieu-af88__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  .page-index-gioi-thieu-af88__cta-section {
    padding: 60px 15px;
  }

  .page-index-gioi-thieu-af88__cta-title {
    font-size: clamp(1.8rem, 6.5vw, 2.5rem);
  }

  .page-index-gioi-thieu-af88__cta-description {
    font-size: 1rem;
  }

  .page-index-gioi-thieu-af88__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Force responsive images for all content images */
  .page-index-gioi-thieu-af88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-index-gioi-thieu-af88__content-area,
  .page-index-gioi-thieu-af88__why-choose-section,
  .page-index-gioi-thieu-af88__mission-vision-section,
  .page-index-gioi-thieu-af88__games-highlight-section,
  .page-index-gioi-thieu-af88__security-fairplay-section,
  .page-index-gioi-thieu-af88__faq-section,
  .page-index-gioi-thieu-af88__cta-section,
  .page-index-gioi-thieu-af88__feature-item,
  .page-index-gioi-thieu-af88__game-card,
  .page-index-gioi-thieu-af88__security-item,
  .page-index-gioi-thieu-af88__mission-vision-item,
  .page-index-gioi-thieu-af88__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}