.page-da-ga {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-da-ga section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-da-ga h1, .page-da-ga h2, .page-da-ga h3 {
  color: #8B0000; /* Dark Red */
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-da-ga h1 {
  font-size: 3em;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-da-ga h2 {
  font-size: 2.5em;
  position: relative;
  padding-bottom: 15px;
}

.page-da-ga h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-da-ga h3 {
  font-size: 1.8em;
  color: #8B0000;
}

.page-da-ga p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-da-ga .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #8B0000 0%, #FFD700 100%); /* Adjusted gradient for better contrast with text */
  color: #ffffff;
  overflow: hidden;
}

.page-da-ga .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-da-ga .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-da-ga .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-da-ga .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-da-ga .hero-content h1 {
  color: #FFD700;
  margin-bottom: 15px;
  font-size: 3.5em;
}

.page-da-ga .hero-content p {
  color: #ffffff;
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-da-ga .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFD700;
}

.page-da-ga .cta-button:hover {
  background: #ffffff;
  color: #8B0000;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-color: #ffffff;
}

.page-da-ga .btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: #8B0000; /* Dark Red */
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
  border: 1px solid #8B0000;
}

.page-da-ga .btn-primary:hover {
  background: #FFD700; /* Gold */  color: #8B0000;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-color: #FFD700;
}

.page-da-ga .btn-small {
  display: inline-block;
  padding: 8px 20px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 10px;
  transition: all 0.3s ease;
  border: 1px solid #FFD700;
}

.page-da-ga .btn-small:hover {
  background: #8B0000;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-color: #8B0000;
}

.page-da-ga .about-section {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

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

.page-da-ga .feature-item {
  background-color: #fefefe;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #FFD700;
}

.page-da-ga .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-da-ga .feature-icon {
  width: 250px; /* Increased size, min 200px */
  height: 250px; /* Increased size, min 200px */
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-da-ga .feature-item h3 {
  color: #8B0000;
  margin-bottom: 15px;
  font-size: 1.5em;
}

.page-da-ga .feature-item p {
  text-align: center;
  color: #555555;
  font-size: 1em;
}

.page-da-ga .game-types-section {
  background-color: #f2f2f2;
}

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

.page-da-ga .game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-da-ga .game-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-da-ga .card-img {
  width: 100%;
  height: 250px; /* Ensure minimum height */
  object-fit: cover;
  display: block;
}

.page-da-ga .card-content {
  padding: 25px;
  text-align: center;
}

.page-da-ga .card-content h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.6em;
}

.page-da-ga .card-title-link {
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-da-ga .card-title-link:hover {
  color: #FFD700; /* Gold */
}

.page-da-ga .card-content p {
  color: #666666;
  font-size: 1em;
  margin-bottom: 20px;
}

.page-da-ga .guide-section {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

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

.page-da-ga .step-item {
  text-align: center;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fefefe;
  transition: box-shadow 0.3s ease;
}

.page-da-ga .step-item:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-da-ga .step-icon {
  width: 250px; /* Increased size, min 200px */
  height: 250px; /* Increased size, min 200px */
  object-fit: contain;
  margin-bottom: 25px;
}

.page-da-ga .step-item h3 {
  font-size: 1.4em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-da-ga .step-item h3 a {
  color: #8B0000;
  text-decoration: none;
}

.page-da-ga .step-item h3 a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-da-ga .step-item p {
  color: #666666;
  font-size: 1em;
}

.page-da-ga .tips-section {
  background-color: #f2f2f2;
}

.page-da-ga .tips-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-da-ga .tips-list li {
  background-color: #ffffff;
  padding: 25px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  border-left: 5px solid #FFD700; /* Gold accent */
  text-align: left;
}

.page-da-ga .tips-list li h3 {
  color: #8B0000;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}

.page-da-ga .tips-list li p {
  color: #555555;
  font-size: 1em;
  margin-bottom: 0;
  text-align: left;
}

.page-da-ga .faq-section {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

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

.page-da-ga .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-da-ga .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fefefe;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-da-ga .faq-question:hover {
  background: #f5f5f5;
}

.page-da-ga .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #333333;
  text-align: left;
}

.page-da-ga .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700; /* Gold */
  transition: transform 0.3s ease;
}

.page-da-ga .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #8B0000; /* Dark Red */
}

.page-da-ga .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 25px;
  background: #f9f9f9;
}

.page-da-ga .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 25px;
  border-top: 1px solid #eee;
}

.page-da-ga .faq-answer p {
  margin: 0;
  color: #555555;
  text-align: left;
}

.page-da-ga .cta-final-section {
  background: linear-gradient(90deg, #8B0000 0%, #FFD700 100%);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.page-da-ga .cta-final-section h2 {
  color: #ffffff;
  font-size: 2.8em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-da-ga .cta-final-section p {
  color: #ffffff;
  font-size: 1.2em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-da-ga .cta-final-section .cta-button {
  background: #ffffff;
  color: #8B0000;
  border: 2px solid #ffffff;
}

.page-da-ga .cta-final-section .cta-button:hover {
  background: #FFD700;
  color: #8B0000;
  border-color: #FFD700;
}

.page-da-ga .small-text {
  font-size: 0.9em;
  margin-top: 20px;
  opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-da-ga h1 {
    font-size: 2.8em;
  }
  .page-da-ga h2 {
    font-size: 2.2em;
  }
  .page-da-ga .hero-content p {
    font-size: 1.1em;
  }
  .page-da-ga .cta-button {
    padding: 15px 35px;
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-da-ga section {
    padding: 40px 0;
  }
  .page-da-ga .hero-section {
    padding: 40px 15px;
  }
  .page-da-ga .hero-image img {
    border-radius: 8px;
  }
  .page-da-ga .hero-content h1 {
    font-size: 2.2em;
  }
  .page-da-ga .hero-content p {
    font-size: 1em;
  }
  .page-da-ga .cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }
  .page-da-ga h2 {
    font-size: 2em;
  }
  .page-da-ga h3 {
    font-size: 1.5em;
  }
  .page-da-ga .features-grid, .page-da-ga .game-cards-grid, .page-da-ga .guide-steps {
    grid-template-columns: 1fr;
  }
  .page-da-ga .feature-icon, .page-da-ga .step-icon {
    width: 200px;
    height: 200px;
  }
  .page-da-ga .game-card .card-img {
    height: 200px;
  }
  .page-da-ga .tips-list li, .page-da-ga .faq-question, .page-da-ga .faq-answer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-da-ga .faq-question h3 {
    font-size: 1.1em;
  }
  .page-da-ga .faq-toggle {
    font-size: 20px;
  }
  .page-da-ga .cta-final-section h2 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-da-ga h1 {
    font-size: 1.8em;
  }
  .page-da-ga .hero-content p {
    font-size: 0.95em;
  }
  .page-da-ga .cta-button {
    padding: 10px 25px;
    font-size: 1em;
  }
  .page-da-ga h2 {
    font-size: 1.8em;
  }
  .page-da-ga h3 {
    font-size: 1.3em;
  }
  .page-da-ga .feature-item, .page-da-ga .game-card, .page-da-ga .step-item {
    padding: 20px;
  }
  .page-da-ga .cta-final-section h2 {
    font-size: 1.8em;
  }
}