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

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

.page-da-ga h1, .page-da-ga h2, .page-da-ga h3 {
  color: #003366;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-da-ga h1 {
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 30px;
}

.page-da-ga h2 {
  font-size: 2.2em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}

.page-da-ga h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #FFCC00;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-da-ga h3 {
  font-size: 1.6em;
  color: #003366;
}

.page-da-ga p {
  margin-bottom: 15px;
}

.page-da-ga a {
  color: #003366;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-da-ga a:hover {
  color: #FFCC00;
}

.page-da-ga .cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-da-ga .cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-da-ga .secondary-button {
  display: inline-block;
  background-color: #003366;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-left: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-da-ga .secondary-button:hover {
  background-color: #002244;
  transform: translateY(-2px);
}

/* Hero Section */
.page-da-ga .hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #003366;
  padding-bottom: 50px;
}

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

.page-da-ga .hero-container img {
  width: 100%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.page-da-ga .hero-content {
  text-align: center;
  color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
}

.page-da-ga .hero-content h1 {
  color: #FFCC00;
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-da-ga .hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

/* Introduction Section */
.page-da-ga .introduction-section {
  padding: 60px 0;
  background-color: #ffffff;
}

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

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

.page-da-ga .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-da-ga .feature-item .feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-da-ga .feature-item h3 {
  font-size: 1.5em;
  margin-top: 0;
  color: #003366;
}

/* Betting Types Section */
.page-da-ga .betting-types-section {
  padding: 60px 0;
  background-color: #f4f7f6;
}

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

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

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

.page-da-ga .betting-type-card .card-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.page-da-ga .betting-type-card h3 {
  padding: 20px 20px 0;
  margin-bottom: 10px;
  font-size: 1.4em;
}

.page-da-ga .betting-type-card h3 a {
  color: #003366;
}

.page-da-ga .betting-type-card p {
  padding: 0 20px 20px;
  font-size: 0.95em;
  color: #555555;
}

.page-da-ga .call-to-action-text {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  font-weight: bold;
  color: #003366;
}

/* Guide Section */
.page-da-ga .guide-section {
  padding: 60px 0;
  background-color: #ffffff;
}

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

.page-da-ga .guide-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-da-ga .guide-item .guide-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-da-ga .guide-item h3 {
  font-size: 1.4em;
  margin-top: 0;
}

.page-da-ga .guide-item h3 a {
  color: #003366;
}

.page-da-ga .action-buttons {
  text-align: center;
  margin-top: 50px;
}

/* Tips Section */
.page-da-ga .tips-section {
  padding: 60px 0;
  background-color: #f4f7f6;
}

.page-da-ga .tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-da-ga .tips-list li {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.page-da-ga .tips-list li h3 {
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

/* Security and Support Section */
.page-da-ga .security-support-section {
  padding: 60px 0;
  background-color: #003366;
  color: #ffffff;
}

.page-da-ga .security-support-section h2 {
  color: #FFCC00;
}

.page-da-ga .security-support-section h2::after {
  background-color: #FFCC00;
}

.page-da-ga .security-support-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-da-ga .security-info, .page-da-ga .support-info {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.page-da-ga .security-info h3, .page-da-ga .support-info h3 {
  color: #FFCC00;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-da-ga .security-info p, .page-da-ga .support-info p {
  color: #e0e0e0;
  font-size: 1.05em;
  margin-bottom: 20px;
}

.page-da-ga .security-img, .page-da-ga .support-img {
  width: 250px;
  height: 200px;
  object-fit: contain;
  margin-top: 15px;
}

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

.page-da-ga .faq-list {
  margin-top: 40px;
}

.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-color: #fcfcfc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.page-da-ga .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #003366;
}

.page-da-ga .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFCC00;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-da-ga .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #003366;
}

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

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

.page-da-ga .faq-answer p {
  margin-bottom: 0;
}

/* Latest News Section */
.page-da-ga .latest-news-section {
  padding: 60px 0;
  background-color: #f4f7f6;
}

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

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

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

.page-da-ga .news-card .news-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-da-ga .news-card h3 {
  padding: 20px 20px 0;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.page-da-ga .news-card h3 a {
  color: #003366;
}

.page-da-ga .news-card p {
  padding: 0 20px;
  font-size: 0.9em;
  color: #555555;
}

.page-da-ga .news-card .news-date {
  display: block;
  padding: 10px 20px 20px;
  font-size: 0.85em;
  color: #888888;
}

.page-da-ga .view-all-news {
  text-align: center;
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-da-ga .hero-content h1 {
    font-size: 2.8em;
  }
  .page-da-ga .hero-content p {
    font-size: 1.1em;
  }
  .page-da-ga .security-support-content {
    grid-template-columns: 1fr;
  }
  .page-da-ga .security-info, .page-da-ga .support-info {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-da-ga h1 {
    font-size: 2.2em;
  }
  .page-da-ga h2 {
    font-size: 1.8em;
  }
  .page-da-ga h3 {
    font-size: 1.3em;
  }
  .page-da-ga .hero-container img {
    max-height: 400px;
  }
  .page-da-ga .hero-content h1 {
    font-size: 2.5em;
  }
  .page-da-ga .cta-button, .page-da-ga .secondary-button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 10px 0;
  }
  .page-da-ga .secondary-button {
    margin-left: 0;
  }
  .page-da-ga .action-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-da-ga .feature-grid, .page-da-ga .betting-types-grid, .page-da-ga .step-by-step-guide, .page-da-ga .news-grid {
    grid-template-columns: 1fr;
  }
  .page-da-ga .faq-question {
    padding: 15px 20px;
  }
  .page-da-ga .faq-question h3 {
    font-size: 1.1em;
  }
  .page-da-ga .faq-toggle {
    font-size: 1.5em;
  }
  .page-da-ga .faq-answer {
    padding: 0 20px;
  }
  .page-da-ga .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-da-ga .security-img, .page-da-ga .support-img {
    width: 200px;
    height: 160px;
  }
}

@media (max-width: 480px) {
  .page-da-ga .hero-content h1 {
    font-size: 2em;
  }
  .page-da-ga .hero-content p {
    font-size: 1em;
  }
  .page-da-ga h1 {
    font-size: 1.8em;
  }
  .page-da-ga h2 {
    font-size: 1.6em;
  }
  .page-da-ga .cta-button, .page-da-ga .secondary-button {
    width: 100%;
    box-sizing: border-box;
  }
}