/* CSS cho trang Đá Gà ibet888 */

.page-da-ga {
  color: #333333;
  background-color: #FFFFFF;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* HERO Section */
.page-da-ga__hero-section {
  padding: 10px 10px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.page-da-ga__hero-image {
  width: 100%;
  margin-bottom: 16px;
}

.page-da-ga__hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.page-da-ga__hero-content {
  text-align: center;
  padding: 0 15px;
}

.page-da-ga__hero-title {
  color: #0779c9;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
  max-width: 900px;
  margin: 16px auto 10px;
}

.page-da-ga__hero-description {
  color: #333333;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.page-da-ga__hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 24px;
}

.page-da-ga__hero-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.2s;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-da-ga__hero-btn:hover {
  opacity: 0.85;
}

.page-da-ga__hero-btn--login {
  background-color: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-da-ga__hero-btn--register {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

/* Logo Grid Section */
.page-da-ga__logo-section {
  padding: 30px 10px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-da-ga__section-title {
  text-align: center;
  color: #0779c9;
  font-size: 28px;
  margin: 0 0 8px;
}

.page-da-ga__section-subtitle {
  text-align: center;
  color: #333333;
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.5;
}

.page-da-ga__logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 16px;
  justify-items: center;
  max-width: 1050px;
  margin: 0 auto;
}

.page-da-ga__logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 260px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #eaf3f8;
}

.page-da-ga__logo-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  aspect-ratio: 4 / 2;
  object-fit: cover;
}

.page-da-ga__logo-info {
  text-align: center;
  width: 100%;
}

.page-da-ga__logo-name {
  font-weight: 700;
  color: #222222;
  margin: 0 0 2px;
  line-height: 1.2;
}

.page-da-ga__logo-tag {
  display: inline-block;
  background-color: #e3f5fd;
  color: #0779c9;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.page-da-ga__logo-cta {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  background-color: #EA7C07;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #EA7C07;
  transition: opacity 0.2s;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-da-ga__logo-cta:hover {
  opacity: 0.85;
}

.page-da-ga__logo-item:nth-child(5),
.page-da-ga__logo-item:nth-child(6) {
  grid-column: auto;
}

/* Guide Section */
.page-da-ga__guide-section {
  background-color: #f8fcfe;
  border-top: 1px solid #e0f2fe;
  border-bottom: 1px solid #e0f2fe;
}

.page-da-ga__guide-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 16px 48px;
}

.page-da-ga__guide-title {
  text-align: center;
  color: #0779c9;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-da-ga__guide-intro {
  text-align: center;
  color: #333333;
  max-width: 700px;
  margin: 0 auto 35px;
  line-height: 1.6;
}

.page-da-ga__guide-steps {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}

.page-da-ga__guide-step {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #d9f0fa;
  width: 100%;
  box-sizing: border-box;
}

.page-da-ga__guide-step-image {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-da-ga__guide-step-content {
  flex: 1;
  min-width: 240px;
}

.page-da-ga__guide-step-title {
  color: #0779c9;
  margin: 0 0 8px;
}

.page-da-ga__guide-step-desc {
  color: #333333;
  line-height: 1.6;
  margin: 0;
}

.page-da-ga__guide-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
  width: 100%;
}

.page-da-ga__guide-register-btn,
.page-da-ga__guide-download-btn {
  text-decoration: none;
  color: #ffffff;
  padding: 13px 32px;
  border-radius: 6px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid transparent;
  transition: opacity 0.2s;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-da-ga__guide-register-btn {
  background-color: #EA7C07;
}

.page-da-ga__guide-download-btn {
  background-color: #26A9E0;
}

.page-da-ga__guide-register-btn:hover,
.page-da-ga__guide-download-btn:hover {
  opacity: 0.85;
}

/* Info Grid Section */
.page-da-ga__info-section {
  padding: 40px 16px;
}

.page-da-ga__info-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-da-ga__info-title {
  text-align: center;
  color: #0779c9;
  font-weight: 700;
  margin-bottom: 35px;
}

.page-da-ga__info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.page-da-ga__info-card {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #eaf3f8;
  padding: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out;
}

.page-da-ga__info-card:hover {
  transform: translateY(-4px);
}

.page-da-ga__info-card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-da-ga__info-card-title {
  color: #222;
  border-left: 4px solid #26A9E0;
  padding-left: 10px;
  margin: 0 0 10px;
}

.page-da-ga__info-card-desc {
  color: #333333;
  line-height: 1.7;
  margin: 0;
}

/* FAQ Section */
.page-da-ga__faq-section {
  background-color: #f8fcfe;
  border-top: 1px solid #e0f2fe;
}

.page-da-ga__faq-inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 16px 50px;
}

.page-da-ga__faq-title {
  text-align: center;
  color: #0779c9;
  font-weight: 700;
  margin-bottom: 25px;
}

.page-da-ga__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 14px;
  border: 1px solid #d0ecf7;
}

.page-da-ga__faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #055681;
  list-style: none;
}

.page-da-ga__faq-question::-webkit-details-marker {
  display: none;
}

.page-da-ga__faq-item[open] .page-da-ga__faq-question {
  border-bottom: 1px solid #eaeef2;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.page-da-ga__faq-question::after {
  content: '+';
  font-size: 22px;
  color: #0779c9;
  line-height: 1;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}

.page-da-ga__faq-item[open] .page-da-ga__faq-question::after {
  transform: rotate(45deg);
  content: '−';
}

.page-da-ga__faq-answer {
  color: #333;
  line-height: 1.7;
  margin: 0;
}

/* Media Queries */
@media (max-width: 900px) {
  .page-da-ga__logo-grid {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .page-da-ga__info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .page-da-ga__guide-step {
    flex-direction: column;
    text-align: center;
  }

  .page-da-ga__guide-step-image {
    max-width: 100%;
    max-height: 350px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-da-ga__logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .page-da-ga__logo-item:nth-child(5),
  .page-da-ga__logo-item:nth-child(6) {
    grid-column: auto;
  }

  .page-da-ga__hero-title {
    font-size: 24px;
  }

  .page-da-ga__info-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-da-ga__guide-step {
    padding: 15px;
  }

  .page-da-ga__guide-step-content {
    width: 100%;
  }

  .page-da-ga__guide-cta {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .page-da-ga__guide-register-btn,
  .page-da-ga__guide-download-btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-da-ga__guide-title,
  .page-da-ga__info-title,
  .page-da-ga__faq-title {
    font-size: 24px;
  }

  .page-da-ga__hero-section {
    padding: 10px 10px 0;
  }

  .page-da-ga__hero-btn {
    display: block;
    width: 100%;
  }

  .page-da-ga__logo-item {
    padding: 10px;
    max-width: 240px;
  }

  .page-da-ga__logo-image {
    max-width: 100%;
    height: auto;
  }

  .page-da-ga__logo-cta {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-da-ga__hero-image img,
  .page-da-ga__guide-step-image,
  .page-da-ga__info-card-image {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-da-ga__section-subtitle {
    font-size: 16px;
  }

  .page-da-ga__faq-inner {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .page-da-ga__logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .page-da-ga__hero-title {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -0.2px;
  }

  .page-da-ga__guide-steps {
    gap: 15px;
  }

  .page-da-ga__section-title {
    font-size: 24px;
  }
}

/* Đảm bảo mọi hình ảnh trong nội dung không bị nhỏ hơn 200px */
.page-da-ga img {
  min-width: 200px;
  min-height: 200px;
}

/* Đảm bảo không có filter làm thay đổi màu sắc hình ảnh */
.page-da-ga img {
  filter: none !important;
}