.page-da-ga {
  color: #F3F8FF; /* Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-da-ga__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-da-ga__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #F3F8FF; /* Text Main */
  line-height: 1.2;
}

.page-da-ga__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #AFC4E8; /* Text Secondary */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-da-ga__btn-primary,
.page-da-ga__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-da-ga__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF; /* Text Main */
}

.page-da-ga__btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-da-ga__btn-secondary {
  background: transparent;
  color: #1D5FD1; /* Auxiliary Color */
  border: 2px solid #1D5FD1;
}

.page-da-ga__btn-secondary:hover {
  background: #1D5FD1;
  color: #F3F8FF; /* Text Main */
}

.page-da-ga__btn-small {
  padding: 8px 20px;
  font-size: 0.9em;
}

.page-da-ga__btn-large {
  padding: 16px 36px;
  font-size: 1.1em;
}

/* Hero Section */
.page-da-ga__hero-section {
  padding-top: 10px; /* Small top padding as body already handles header offset */
  padding-bottom: 60px;
  background: #08162B; /* Deep Navy */
}

.page-da-ga__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 20px 16px;
}

.page-da-ga__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.page-da-ga__hero-title {
  font-size: clamp(2.2em, 4vw, 3.5em); /* Responsive H1 font size */
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F3F8FF; /* Text Main */
}

.page-da-ga__hero-description {
  font-size: 1.15em;
  margin-bottom: 30px;
  color: #AFC4E8; /* Text Secondary */
  text-align: left;
}

.page-da-ga__hero-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  margin-top: 30px;
}

.page-da-ga__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-da-ga__side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Intro Section */
.page-da-ga__intro-section {
  background: #10233F; /* Card B G */
  padding: 80px 0;
}

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

.page-da-ga__feature-item {
  text-align: center;
  padding: 30px;
  background: #08162B; /* Deep Navy */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

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

.page-da-ga__icon-box-media {
  width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #244D84; /* Border Color */
  box-shadow: 0 0 15px rgba(79, 168, 255, 0.5); /* Glow */
}

.page-da-ga__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-da-ga__feature-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-da-ga__feature-text {
  font-size: 1em;
  color: #AFC4E8; /* Text Secondary */
}

/* About Đá Gà Section */
.page-da-ga__about-daga-section {
  background: #08162B; /* Deep Navy */
  padding: 80px 0;
}

.page-da-ga__reverse-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-da-ga__content-block {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-da-ga__content-block p {
  margin-bottom: 20px;
  color: #AFC4E8; /* Text Secondary */
}

.page-da-ga__image-block {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-da-ga__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Guide Section */
.page-da-ga__guide-section {
  background: #10233F; /* Card B G */
  padding: 80px 0;
}

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

.page-da-ga__step-item {
  background: #08162B; /* Deep Navy */\  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-da-ga__step-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-da-ga__step-item p {
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-da-ga__guide-image {
  text-align: center;
  margin-top: 40px;
}

/* Promo Section */
.page-da-ga__promo-section {
  background: #08162B; /* Deep Navy */\  padding: 80px 0;
}

.page-da-ga__promo-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 50px auto;
  max-width: 800px;
}

.page-da-ga__promo-item {
  background: #10233F; /* Card B G */\  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #F3F8FF; /* Text Main */
  border-left: 5px solid #F2C14E; /* Gold */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* FAQ Section */
.page-da-ga__faq-section {
  background: #10233F; /* Card B G */\  padding: 80px 0;
}

.page-da-ga__faq-list {
  max-width: 800px;
  margin: 50px auto 0 auto;
}

.page-da-ga__faq-item {
  background: #08162B; /* Deep Navy */\  border: 1px solid #244D84; /* Border Color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-da-ga__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F3F8FF; /* Text Main */
  cursor: pointer;
  background: #113B7A; /* Primary Color */
  border-bottom: 1px solid #1B3357; /* Divider */
}

.page-da-ga__faq-item[open] .page-da-ga__faq-question {
  border-bottom: 1px solid #1B3357; /* Divider */
}

.page-da-ga__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
}

.page-da-ga__faq-item[open] .page-da-ga__faq-toggle {
  content: '−';
}

.page-da-ga__faq-answer {
  padding: 20px;
  font-size: 1em;
  color: #AFC4E8; /* Text Secondary */
  background: #08162B; /* Deep Navy */
}

.page-da-ga__faq-answer p {
  margin: 0;
}

/* CTA Section */
.page-da-ga__cta-section {
  padding: 80px 0;
  text-align: center;
  background: #08162B; /* Deep Navy */
}

.page-da-ga__cta-bg {
  background: #113B7A; /* Primary Color */
  border-radius: 12px;
  padding: 60px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-da-ga__cta-title {
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
}

.page-da-ga__cta-description {
  color: #F3F8FF; /* Text Main */
  font-size: 1.2em;
  margin-bottom: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-da-ga__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-da-ga__hero-content {
    text-align: center;
  }

  .page-da-ga__hero-description {
    text-align: center;
  }

  .page-da-ga__hero-cta-buttons {
    justify-content: center;
  }

  .page-da-ga__reverse-layout {
    flex-direction: column;
  }

  .page-da-ga__about-daga-section .page-da-ga__content-block {
    order: 2;
  }

  .page-da-ga__about-daga-section .page-da-ga__image-block {
    order: 1;
  }
}

@media (max-width: 768px) {
  .page-da-ga__hero-section {
    padding-top: 10px !important; /* Ensure minimal top padding */
  }

  .page-da-ga__hero-title {
    font-size: clamp(2em, 8vw, 2.5em);
  }

  .page-da-ga__hero-description {
    font-size: 1em;
  }

  .page-da-ga__section-title {
    font-size: 1.8em;
  }

  .page-da-ga__section-description {
    font-size: 0.95em;
  }

  .page-da-ga__container {
    padding: 20px 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-da-ga img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-da-ga__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-da-ga__btn-primary,
  .page-da-ga__btn-secondary,
  .page-da-ga a[class*="button"],
  .page-da-ga a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-da-ga__icon-box-media {
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
  }

  .page-da-ga__features-grid,
  .page-da-ga__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-da-ga__promo-item {
    padding: 15px;
    font-size: 1em;
  }

  .page-da-ga__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-da-ga__faq-answer {
    padding: 15px;
    font-size: 0.95em;
  }

  .page-da-ga__cta-bg {
    padding: 40px 20px;
  }

  .page-da-ga__cta-title {
    font-size: 1.6em;
  }

  .page-da-ga__cta-description {
    font-size: 1em;
  }
}

/* Ensure content containers do not cause horizontal scroll */
.page-da-ga__hero-section,
.page-da-ga__intro-section,
.page-da-ga__about-daga-section,
.page-da-ga__guide-section,
.page-da-ga__promo-section,
.page-da-ga__faq-section,
.page-da-ga__cta-section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}