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

.page-da-ga__hero-section {
  padding-top: 10px; /* Small top padding for non-homepage HERO */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #F2C14E 0%, #DDA11D 100%); /* Using brand colors with gradient */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

.page-da-ga__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #ffffff;
}

.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;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-da-ga__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-da-ga__btn-primary,
.page-da-ga__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-da-ga__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

.page-da-ga__btn-secondary {
  background-color: transparent;
  color: #F2C14E; /* Main color */
  border: 2px solid #F2C14E;
}

.page-da-ga__btn-secondary:hover {
  background-color: #F2C14E;
  color: #0A0A0A;
  transform: translateY(-2px);
}

.page-da-ga__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #F2C14E; /* Main color */
}

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

.page-da-ga__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-da-ga__text-block {
  background-color: #0A0A0A;
  color: #FFF6D6;
}

.page-da-ga__dark-bg {
  background-color: #111111; /* Card BG */
  color: #FFF6D6;
}

.page-da-ga__intro-section,
.page-da-ga__guide-section,
.page-da-ga__benefits-section,
.page-da-ga__conclusion-section {
  padding: 60px 0;
}

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

.page-da-ga__intro-text {
  flex: 1 1 55%;
  min-width: 300px;
}

.page-da-ga__intro-text p {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #FFF6D6;
}

.page-da-ga__intro-image {
  flex: 1 1 35%;
  min-width: 250px;
  text-align: center;
}

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

.page-da-ga__betting-types-section {
  padding: 60px 0;
}

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

.page-da-ga__card {
  background-color: #0A0A0A; /* Background */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #FFF6D6;
}

.page-da-ga__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-da-ga__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Main color */
}

.page-da-ga__card-text {
  font-size: 1rem;
  color: #FFF6D6;
}

.page-da-ga__image-container {
  text-align: center;
  margin-top: 40px;
}

.page-da-ga__guide-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 40px;
  color: #FFF6D6;
}

.page-da-ga__guide-list li {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #FFF6D6;
}

.page-da-ga__guide-list li strong {
  color: #F2C14E;
}

.page-da-ga__tips-list {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 40px;
  color: #FFF6D6;
}

.page-da-ga__tips-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #FFF6D6;
}

.page-da-ga__tips-list li strong {
  color: #F2C14E;
}

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

.page-da-ga__benefit-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #FFF6D6;
}

.page-da-ga__benefit-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #F2C14E; /* Main color */
}

.page-da-ga__benefit-text {
  font-size: 0.95rem;
  color: #FFF6D6;
}

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

.page-da-ga__faq-item {
  background-color: #0A0A0A; /* Background */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF6D6;
}

.page-da-ga__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  color: #F2C14E; /* Main color */
  list-style: none;
  user-select: none;
}

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

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

.page-da-ga__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  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 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #FFF6D6;
}

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

.page-da-ga__conclusion-section {
  text-align: center;
  padding: 60px 0;
}

.page-da-ga__conclusion-section .page-da-ga__cta-buttons {
  justify-content: center;
  margin-top: 30px;
}

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

/* Mobile responsive styles */
@media (max-width: 768px) {
  .page-da-ga {
    font-size: 16px;
    line-height: 1.6;
  }

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

  .page-da-ga__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }

  .page-da-ga__hero-content,
  .page-da-ga__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-da-ga__main-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

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

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

  .page-da-ga__btn-primary,
  .page-da-ga__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  /* Content sections */
  .page-da-ga__content-area {
    padding: 40px 15px;
  }

  .page-da-ga__section-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .page-da-ga__section-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  /* Intro Section */
  .page-da-ga__intro-grid {
    flex-direction: column;
    gap: 30px;
  }

  .page-da-ga__intro-text,
  .page-da-ga__intro-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-da-ga__intro-text p {
    font-size: 0.95rem;
  }

  /* Grid Cards (Betting Types, Benefits) */
  .page-da-ga__grid-cards,
  .page-da-ga__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-da-ga__card,
  .page-da-ga__benefit-item {
    padding: 25px;
  }

  .page-da-ga__card-title,
  .page-da-ga__benefit-title {
    font-size: 1.3rem;
  }

  .page-da-ga__card-text,
  .page-da-ga__benefit-text {
    font-size: 0.9rem;
  }

  /* Guide and Tips Lists */
  .page-da-ga__guide-list,
  .page-da-ga__tips-list {
    padding-left: 20px;
  }

  .page-da-ga__guide-list li,
  .page-da-ga__tips-list li {
    font-size: 0.95rem;
  }

  /* FAQ Section */
  .page-da-ga__faq-question {
    padding: 18px 20px;
    font-size: 1rem;
  }

  .page-da-ga__faq-answer {
    padding: 0 20px 18px;
    font-size: 0.95rem;
  }

  /* General Image adaptation for content area */
  .page-da-ga img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-da-ga__hero-side-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-da-ga__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* All containers with images or buttons */
  .page-da-ga__hero-section,
  .page-da-ga__hero-container,
  .page-da-ga__intro-section,
  .page-da-ga__betting-types-section,
  .page-da-ga__guide-section,
  .page-da-ga__tips-section,
  .page-da-ga__benefits-section,
  .page-da-ga__faq-section,
  .page-da-ga__conclusion-section,
  .page-da-ga__intro-grid,
  .page-da-ga__grid-cards,
  .page-da-ga__benefits-grid,
  .page-da-ga__cta-buttons,
  .page-da-ga__image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-da-ga__content-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}