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

.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: #FFB04D; /* Glow */
}

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

/* Hero Section */
.page-da-ga__hero-section {
  padding-top: 10px; /* Rely on body for header offset */
  padding-bottom: 40px;
  background-color: #0D0E12;
  color: #FFF3E6;
}

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

.page-da-ga__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-da-ga__hero-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFB04D; /* Glow */
}

.page-da-ga__hero-description {
  font-size: 1.15em;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-da-ga__hero-cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

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

.page-da-ga__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 176, 77, 0.4);
}

/* Buttons */
.page-da-ga__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-da-ga__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6; /* Text Main */
  border: none;
}

.page-da-ga__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-da-ga__btn-secondary {
  background: #17191F; /* Card BG */
  color: #FFA53A; /* Auxiliary */
  border: 2px solid #FFA53A;
}

.page-da-ga__btn-secondary:hover {
  background: #FFA53A;
  color: #17191F;
  border-color: #FFA53A;
  transform: translateY(-2px);
}

/* Intro Section */
.page-da-ga__intro-section {
  background-color: #0D0E12;
  padding: 60px 0;
}

.page-da-ga__icon-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-da-ga__icon-box {
  flex: 1 1 30%;
  min-width: 280px;
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  color: #FFF3E6;
}

.page-da-ga__icon-box:hover {
  transform: translateY(-5px);
}

.page-da-ga__icon-box-media {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FF8C1A;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.page-da-ga__icon-box-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFA53A; /* Auxiliary */
}

.page-da-ga__icon-box-description {
  font-size: 1em;
  color: #FFF3E6;
}

/* How to Play Section */
.page-da-ga__how-to-play-section {
  background-color: #0D0E12;
  padding: 60px 0;
}

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

.page-da-ga__step-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF3E6;
}

.page-da-ga__step-icon-wrapper {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.page-da-ga__step-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-da-ga__step-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFA53A; /* Auxiliary */
}

.page-da-ga__step-description {
  font-size: 0.95em;
  color: #FFF3E6;
}

/* Why Choose Section */
.page-da-ga__why-choose-section {
  background-color: #0D0E12;
  padding: 60px 0;
}

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

.page-da-ga__feature-card {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  color: #FFF3E6;
}

.page-da-ga__feature-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-da-ga__feature-card h3,
.page-da-ga__feature-card p {
  padding: 0 25px;
}

.page-da-ga__feature-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #FFA53A; /* Auxiliary */
}

.page-da-ga__feature-description {
  font-size: 0.95em;
  margin-bottom: 20px;
  color: #FFF3E6;
}

/* CTA Banner */
.page-da-ga__cta-banner {
  background: linear-gradient(90deg, #FF8C1A 0%, #FFA53A 100%);
  padding: 60px 0;
  text-align: center;
  color: #FFF3E6; /* Text Main */
}

.page-da-ga__cta-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-da-ga__cta-banner-title {
  font-size: 2.2em;
  font-weight: bold;
  color: #FFF3E6;
}

.page-da-ga__cta-banner-description {
  font-size: 1.1em;
  max-width: 700px;
  color: #FFF3E6;
}

/* FAQ Section */
.page-da-ga__faq-section {
  background-color: #0D0E12;
  padding: 60px 0;
}

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

.page-da-ga__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  color: #FFF3E6;
}

.page-da-ga__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #FFA53A; /* Auxiliary */
  position: relative;
}

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

.page-da-ga__faq-qtext {
  flex-grow: 1;
}

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

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

.page-da-ga__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #FFF3E6;
}

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

/* General Image Styles */
.page-da-ga img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-da-ga__hero-title {
    font-size: clamp(2rem, 3.5vw, 3rem);
  }
  .page-da-ga__section-title {
    font-size: 2em;
  }
  .page-da-ga__cta-banner-title {
    font-size: 1.8em;
  }
  .page-da-ga__hero-container {
    flex-direction: column;
    text-align: center;
  }
  .page-da-ga__hero-content {
    order: 2;
  }
  .page-da-ga__hero-image {
    order: 1;
  }
  .page-da-ga__hero-cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-da-ga {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-da-ga__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO Section */
  .page-da-ga__hero-section {
    padding-top: 10px !important; /* Fixed header spacing */
    padding-bottom: 30px;
  }
  .page-da-ga__hero-container {
    padding: 30px 15px;
    gap: 30px;
  }
  .page-da-ga__hero-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    text-align: center;
  }
  .page-da-ga__hero-description {
    font-size: 1em;
    text-align: center;
  }
  .page-da-ga__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .page-da-ga__cta-button,
  .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;
    padding-right: 15px;
  }
  .page-da-ga__hero-image {
    width: 100%;
  }

  /* Intro Section */
  .page-da-ga__intro-section {
    padding: 40px 0;
  }
  .page-da-ga__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-da-ga__section-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-da-ga__icon-boxes {
    flex-direction: column;
    gap: 20px;
  }
  .page-da-ga__icon-box {
    padding: 20px;
    min-width: unset;
    width: 100%;
  }
  .page-da-ga__icon-box-media {
    width: 150px;
    height: 150px;
    border-width: 2px;
  }
  .page-da-ga__icon-box-title {
    font-size: 1.3em;
  }

  /* How to Play Section */
  .page-da-ga__how-to-play-section {
    padding: 40px 0;
  }
  .page-da-ga__steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-da-ga__step-item {
    padding: 20px;
  }
  .page-da-ga__step-title {
    font-size: 1.2em;
  }

  /* Why Choose Section */
  .page-da-ga__why-choose-section {
    padding: 40px 0;
  }
  .page-da-ga__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-da-ga__feature-image {
    height: 180px;
  }
  .page-da-ga__feature-title {
    font-size: 1.2em;
  }
  .page-da-ga__feature-card h3,
  .page-da-ga__feature-card p {
    padding: 0 20px;
  }

  /* CTA Banner */
  .page-da-ga__cta-banner {
    padding: 40px 0;
  }
  .page-da-ga__cta-banner-title {
    font-size: 1.6em;
  }
  .page-da-ga__cta-banner-description {
    font-size: 0.95em;
  }

  /* FAQ Section */
  .page-da-ga__faq-section {
    padding: 40px 0;
  }
  .page-da-ga__faq-item summary {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-da-ga__faq-toggle {
    font-size: 1.2em;
  }
  .page-da-ga__faq-answer {
    padding: 0 20px 15px;
  }

  /* General Image & Container Styles for Mobile */
  .page-da-ga img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-da-ga__section,
  .page-da-ga__card,
  .page-da-ga__container,
  .page-da-ga__icon-box,
  .page-da-ga__step-item,
  .page-da-ga__feature-card,
  .page-da-ga__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-da-ga__icon-box-media {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
}