/* Base styles for the Đá Gà page */
.page-da-ga {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light body background */
  background-color: #f5f5f5;
}

.page-da-ga__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
}

.page-da-ga__section {
  padding: 40px 0;
}

.page-da-ga__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #113B7A;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-da-ga__text-block {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}

/* Hero Section */
.page-da-ga__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding as shared.css handles body padding-top */
  padding-bottom: 60px;
  overflow: hidden;
  background-color: #08162B; /* Deep Navy */
}

.page-da-ga__hero-image {
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; /* Space between image and text */
}

.page-da-ga__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%; /* Ensure image doesn't overflow */
  height: auto; /* Maintain aspect ratio */
}

.page-da-ga__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 15px;
}

.page-da-ga__main-title {
  font-weight: 800;
  line-height: 1.2;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 20px;
  font-size: clamp(30px, 4vw, 56px);
}

.page-da-ga__hero-description {
  font-size: 20px;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 30px;
  line-height: 1.6;
}

/* CTA Buttons */
.page-da-ga__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-da-ga__cta-buttons--center {
  margin-top: 30px;
  text-align: center;
}

.page-da-ga__btn-primary,
.page-da-ga__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-da-ga__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF; /* Text Main */
  border: none;
  box-shadow: 0 4px 15px rgba(17, 67, 166, 0.4);
}

.page-da-ga__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(17, 67, 166, 0.6);
}

.page-da-ga__btn-secondary {
  background: #10233F; /* Card BG */
  color: #F3F8FF; /* Text Main */
  border: 2px solid #244D84; /* Border */
}

.page-da-ga__btn-secondary:hover {
  background: #1B3357; /* Divider */
  transform: translateY(-2px);
  border-color: #4FA8FF; /* Glow */
}

/* Intro Section */
.page-da-ga__intro-section {
  background-color: #f5f5f5;
}

/* How to Join Section */
.page-da-ga__how-to-join-section {
  background-color: #f9f9f9;
}

.page-da-ga__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-da-ga__step-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-da-ga__step-item:hover {
  transform: translateY(-5px);
}

.page-da-ga__step-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-da-ga__step-title {
  font-size: 24px;
  font-weight: 700;
  color: #113B7A;
  margin-bottom: 15px;
}

.page-da-ga__step-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

/* Bet Types Section */
.page-da-ga__bet-types-section {
  background-color: #08162B; /* Deep Navy */
}

.page-da-ga__bet-types-section .page-da-ga__section-title {
  color: #F3F8FF; /* Text Main */
}

.page-da-ga__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-da-ga__card {
  background: #10233F; /* Card BG */
  color: #F3F8FF; /* Text Main */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #244D84;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.page-da-ga__card:hover {
  transform: translateY(-5px);
  border-color: #4FA8FF; /* Glow */
}

.page-da-ga__card-title {
  font-size: 22px;
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-da-ga__card-text {
  font-size: 16px;
  line-height: 1.6;
  color: #AFC4E8; /* Text Secondary */
}

/* Advantages Section */
.page-da-ga__advantages-section {
  background-color: #08162B; /* Deep Navy */
}

.page-da-ga__advantages-section .page-da-ga__section-title {
  color: #F3F8FF;
}

.page-da-ga__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-da-ga__feature-item {
  background: #10233F;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #244D84;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.page-da-ga__feature-item:hover {
  transform: translateY(-5px);
  border-color: #4FA8FF;
}

.page-da-ga__feature-item img {
  
  height: auto;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
  width: 200px;
  height: 200px;
  object-fit: contain; /* Use contain for icons/logos within feature items */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-da-ga__feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-da-ga__feature-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #AFC4E8;
}

/* Promotions Section */
.page-da-ga__promotions-section {
  background-color: #f9f9f9;
}

.page-da-ga__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.8;
}

.page-da-ga__promo-list li {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #1D5FD1;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  color: #333333;
}

.page-da-ga__promo-list li strong {
  color: #113B7A;
}

/* Tips Section */
.page-da-ga__tips-section {
  background-color: #f5f5f5;
}

.page-da-ga__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-da-ga__tip-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid #1D5FD1;
}

.page-da-ga__tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-da-ga__tip-card .page-da-ga__card-title {
  color: #113B7A;
}

.page-da-ga__tip-card .page-da-ga__card-text {
  color: #333333;
}

/* App Download Section */
.page-da-ga__app-download-section {
  background-color: #08162B; /* Deep Navy */
  padding: 60px 0;
}

.page-da-ga__app-download-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.page-da-ga__app-text {
  flex: 1;
  max-width: 60%;
}

.page-da-ga__app-text .page-da-ga__section-title {
  color: #F3F8FF;
  text-align: left;
}

.page-da-ga__app-text .page-da-ga__text-block {
  color: #AFC4E8;
  text-align: left;
}

.page-da-ga__app-benefits-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px 0;
}

.page-da-ga__app-benefits-list li {
  color: #AFC4E8;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-da-ga__app-benefits-list li::before {
  content: '✓';
  color: #F2C14E; /* Gold */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-da-ga__app-image {
  flex-shrink: 0;
  width: 35%;
  max-width: 400px;
  text-align: center;
}

.page-da-ga__app-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
  object-fit: contain;
}

/* FAQ Section */
.page-da-ga__faq-section {
  background-color: #f9f9f9;
}

.page-da-ga__faq-list {
  margin-top: 30px;
}

details.page-da-ga__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}