.page-da-ga {
  color: #F3F8FF; /* Text Main */
  background-color: var(--deep-navy); /* Body background from shared.css */
}

.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;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}

.page-da-ga__text-block {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  color: #AFC4E8; /* Text Secondary */
}

/* Hero Section */
.page-da-ga__hero-section {
  padding-top: 10px; /* Small top padding, relying on body padding-top from shared.css */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #113B7A 0%, var(--deep-navy) 100%);
  position: relative;
  overflow: hidden;
}

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

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

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

.page-da-ga__hero-description {
  font-size: 1.2em;
  color: #AFC4E8;
  margin-bottom: 30px;
  line-height: 1.6;
}

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

.page-da-ga__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  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;
  border: 2px solid transparent;
}

.page-da-ga__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  box-shadow: 0 0 15px rgba(79, 168, 255, 0.6);
}

.page-da-ga__btn-secondary {
  background: transparent;
  color: #F3F8FF;
  border: 2px solid #2B73F6;
}

.page-da-ga__btn-secondary:hover {
  background: #2B73F6;
  color: #F3F8FF;
  box-shadow: 0 0 15px rgba(79, 168, 255, 0.6);
}

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

.page-da-ga__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

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

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

.page-da-ga__feature-item {
  background-color: var(--deep-navy);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #244D84; /* Border */
}

.page-da-ga__icon-box-media {
  width: 200px;
  height: 200px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F2C14E; /* Gold */
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.page-da-ga__feature-title {
  font-size: 1.5em;
  color: #F3F8FF;
  margin-bottom: 15px;
}

.page-da-ga__feature-description {
  font-size: 1em;
  color: #AFC4E8;
  line-height: 1.6;
}

/* Game Overview Section */
.page-da-ga__game-overview-section {
  padding: 60px 0;
}

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

.page-da-ga__game-type-card {
  background-color: #10233F; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #244D84; /* Border */
  display: flex;
  flex-direction: column;
  color: #F3F8FF;
}

.page-da-ga__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-da-ga__card-title {
  font-size: 1.4em;
  font-weight: bold;
  padding: 20px 20px 10px;
  color: #F2C14E; /* Gold */
}

.page-da-ga__card-description {
  font-size: 0.95em;
  color: #AFC4E8;
  padding: 0 20px 20px;
  line-height: 1.6;
}

/* Guide Section */
.page-da-ga__guide-section {
  padding: 60px 0;
  background-color: var(--deep-navy);
}

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

.page-da-ga__guide-step-item {
  background-color: #10233F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #244D84; /* Border */
}

.page-da-ga__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1;
}

.page-da-ga__step-title {
  font-size: 1.3em;
  color: #F3F8FF;
  margin-bottom: 10px;
}

.page-da-ga__step-description {
  font-size: 0.95em;
  color: #AFC4E8;
  line-height: 1.6;
}

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

.page-da-ga__guide-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Tips Section */
.page-da-ga__tips-section {
  padding: 60px 0;
  background-color: #113B7A;
}

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

.page-da-ga__tips-item {
  background-color: #10233F; /* Card BG */
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #244D84; /* Border */
}

.page-da-ga__tips-heading {
  font-size: 1.3em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-da-ga__tips-description {
  font-size: 1em;
  color: #AFC4E8;
  line-height: 1.6;
}

.page-da-ga__tips-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-da-ga__faq-section {
  padding: 60px 0;
  background-color: var(--deep-navy);
}

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

.page-da-ga__faq-item {
  background-color: #10233F; /* Card BG */
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #244D84; /* Border */
  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;
  cursor: pointer;
  background-color: #10233F; /* Card BG */
  border-bottom: 1px solid #1B3357; /* Divider */
  list-style: none; /* For details/summary */
}

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

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

.page-da-ga__faq-toggle {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  transition: transform 0.3s ease;
}

.page-da-ga__faq-item[open] .page-da-ga__faq-toggle {
  transform: rotate(45deg);
}

.page-da-ga__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #AFC4E8;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-da-ga__faq-item[open] .page-da-ga__faq-answer {
  max-height: 500px; /* Arbitrarily large value for smooth transition */
  padding-top: 15px;
}

.page-da-ga__faq-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* CTA Banner */
.page-da-ga__cta-banner {
  padding: 80px 0;
  background: linear-gradient(90deg, #113B7A 0%, #1D5FD1 100%);
  text-align: center;
}

.page-da-ga__cta-banner .page-da-ga__section-title {
  color: #F3F8FF;
  margin-bottom: 20px;
}

.page-da-ga__cta-banner .page-da-ga__text-block {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #F3F8FF;
}

.page-da-ga__cta-banner .page-da-ga__cta-buttons {
  justify-content: center;
}

/* 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-cta-buttons {
    justify-content: center;
  }

  .page-da-ga__hero-image {
    order: -1; /* Image above text on smaller screens */
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-da-ga__container,
  .page-da-ga__hero-container {
    padding: 20px 15px !important;
  }

  .page-da-ga__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }

  .page-da-ga__hero-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
    margin-bottom: 15px;
  }

  .page-da-ga__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

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

  .page-da-ga__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px !important;
  }
  
  .page-da-ga__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-da-ga__text-block {
    font-size: 0.95em;
    margin-bottom: 20px;
  }

  /* Module 1: Intro Section - Features Grid */
  .page-da-ga__intro-section {
    padding: 40px 0;
  }

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

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

  .page-da-ga__feature-title {
    font-size: 1.3em;
  }

  .page-da-ga__feature-description {
    font-size: 0.9em;
  }

  /* Game Overview Section - Game Types Grid */
  .page-da-ga__game-overview-section {
    padding: 40px 0;
  }

  .page-da-ga__game-types-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-da-ga__card-image {
    height: 180px;
  }

  .page-da-ga__card-title {
    font-size: 1.2em;
    padding: 15px 15px 8px;
  }

  .page-da-ga__card-description {
    font-size: 0.85em;
    padding: 0 15px 15px;
  }

  /* Guide Section - Guide Steps */
  .page-da-ga__guide-section {
    padding: 40px 0;
  }

  .page-da-ga__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .page-da-ga__step-number {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .page-da-ga__step-title {
    font-size: 1.1em;
  }

  .page-da-ga__step-description {
    font-size: 0.85em;
  }

  .page-da-ga__guide-image {
    margin-top: 30px;
  }

  /* Tips Section */
  .page-da-ga__tips-section {
    padding: 40px 0;
  }

  .page-da-ga__tips-item {
    padding: 20px;
    margin-bottom: 15px;
  }

  .page-da-ga__tips-heading {
    font-size: 1.1em;
  }

  .page-da-ga__tips-description {
    font-size: 0.85em;
  }

  .page-da-ga__tips-image {
    margin-top: 30px;
  }

  /* FAQ Section */
  .page-da-ga__faq-section {
    padding: 40px 0;
  }

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

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

  .page-da-ga__faq-toggle {
    font-size: 1.2em;
  }

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

  .page-da-ga__faq-item[open] .page-da-ga__faq-answer {
    padding-top: 10px;
  }

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

  /* CTA Banner */
  .page-da-ga__cta-banner {
    padding: 60px 0;
  }

  .page-da-ga__cta-banner .page-da-ga__text-block {
    margin-bottom: 30px;
  }

  /* General image and container responsive styles */
  .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 {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .page-da-ga__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-da-ga__cta-buttons.page-da-ga__guide-cta {
    flex-direction: column;
  }
  .page-da-ga__cta-banner .page-da-ga__cta-buttons {
    flex-direction: column;
  }
}