.page-da-ga {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #ffffff;
}

.page-da-ga__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-da-ga__section-title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-da-ga__section-description {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555555;
}

.page-da-ga__paragraph {
  font-size: 16px;
  margin-bottom: 1em;
}

.page-da-ga__list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-da-ga__list-item {
  margin-bottom: 10px;
}

/* HERO Section */
.page-da-ga__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: #f8f8f8;
  color: #333333;
}

.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 45%;
  min-width: 300px;
}

.page-da-ga__hero-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.1;
}

.page-da-ga__hero-description {
  font-size: 18px;
  color: #555555;
  margin-bottom: 30px;
}

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

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

.page-da-ga__btn-primary {
  background: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-da-ga__btn-primary:hover {
  background: #a30707;
  border-color: #a30707;
}

.page-da-ga__btn-secondary {
  background: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-da-ga__btn-secondary:hover {
  background: #005f2e;
  border-color: #005f2e;
}

.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: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: block;
}

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

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

.page-da-ga__feature-item {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-da-ga__icon-box-media {
  width: 240px;
  height: 240px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #017439;
  box-shadow: 0 0 0 8px rgba(1, 116, 57, 0.2);
}

.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: 24px;
  color: #017439;
  margin-bottom: 10px;
}

.page-da-ga__feature-text {
  font-size: 16px;
  color: #666666;
}

/* Dark Section Styling */
.page-da-ga__dark-section {
  background-color: #017439;
  color: #ffffff;
  padding: 60px 0;
}

.page-da-ga__dark-section .page-da-ga__section-title,
.page-da-ga__dark-section .page-da-ga__section-description {
  color: #ffffff;
}

.page-da-ga__dark-section .page-da-ga__paragraph,
.page-da-ga__dark-section .page-da-ga__list-item {
  color: #f0f0f0;
}

/* Content Grid (for bet types and tips) */
.page-da-ga__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-da-ga__content-grid--reverse {
  flex-direction: row-reverse;
}

.page-da-ga__text-block {
  flex: 1;
  min-width: 300px;
}

.page-da-ga__image-block {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

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

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

.page-da-ga__guide-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-da-ga__guide-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #017439;
}

.page-da-ga__guide-step-title {
  font-size: 22px;
  color: #017439;
  margin-bottom: 10px;
}

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

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

/* Advantages Section */
.page-da-ga__advantages-section {
  padding: 60px 0;
}

.page-da-ga__advantages-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-da-ga__advantages-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #C30808;
  font-size: 18px;
  color: #ffffff;
}

.page-da-ga__advantages-item strong {
  color: #FFFF00;
}

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

/* Tournaments Section */
.page-da-ga__tournaments-section {
  padding: 60px 0;
}

.page-da-ga__tournaments-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 40px;
  font-size: 18px;
  color: #f0f0f0;
}

.page-da-ga__tournaments-list .page-da-ga__list-item strong {
  color: #FFFF00;
}

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

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

.page-da-ga__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-da-ga__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  list-style: none; /* Hide default marker for summary */
}

.page-da-ga__faq-item[open] .page-da-ga__faq-question {
  background-color: #e6f4ed;
}

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

.page-da-ga__faq-answer {
  padding: 0 25px 20px;
  font-size: 16px;
  color: #555555;
}

/* Remove default marker for details summary */
.page-da-ga__faq-item > summary::-webkit-details-marker {
  display: none;
}

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

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

.page-da-ga__conclusion-cta {
  margin-top: 40px;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-da-ga__hero-container {
    flex-direction: column;
    text-align: center;
  }

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

  .page-da-ga__hero-cta-buttons {
    justify-content: center;
  }

  .page-da-ga__content-grid {
    flex-direction: column;
  }

  .page-da-ga__content-grid--reverse {
    flex-direction: column-reverse;
  }

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

  .page-da-ga__guide-list {
    grid-template-columns: 1fr;
  }

  .page-da-ga__advantages-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-da-ga__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }

  .page-da-ga__hero-container {
    padding: 30px 15px !important;
    gap: 30px !important;
  }

  .page-da-ga__hero-title {
    font-size: clamp(32px, 8vw, 48px) !important;
  }

  .page-da-ga__hero-description {
    font-size: 16px !important;
  }

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

  /* Buttons & Button Containers */
  .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 !important;
    padding-right: 15px !important;
  }
  
  .page-da-ga__hero-cta-buttons,
  .page-da-ga__guide-cta,
  .page-da-ga__tournaments-cta,
  .page-da-ga__conclusion-cta {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: hidden !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  /* Intro Section - Feature Boxes */
  .page-da-ga__intro-section {
    padding: 40px 0 !important;
  }

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

  .page-da-ga__icon-box-media {
    width: 200px !important;
    height: 200px !important;
    border-width: 4px !important;
    box-shadow: 0 0 0 6px rgba(1, 116, 57, 0.2) !important;
  }

  /* Content Sections (Bet Types, Tips) */
  .page-da-ga__content-grid {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .page-da-ga__content-grid--reverse {
    flex-direction: column-reverse !important;
  }

  .page-da-ga__text-block,
  .page-da-ga__image-block {
    min-width: unset !important;
    width: 100% !important;
  }

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

  .page-da-ga__guide-list {
    gap: 20px !important;
  }

  .page-da-ga__guide-item {
    padding: 20px !important;
  }

  /* Advantages Section */
  .page-da-ga__advantages-section {
    padding: 40px 0 !important;
  }

  .page-da-ga__advantages-list {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

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

  /* Tournaments Section */
  .page-da-ga__tournaments-section {
    padding: 40px 0 !important;
  }

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

  .page-da-ga__faq-question {
    font-size: 18px !important;
    padding: 15px 20px !important;
  }

  .page-da-ga__faq-answer {
    padding: 0 20px 15px !important;
  }

  /* Conclusion Section */
  .page-da-ga__conclusion-section {
    padding: 40px 0 !important;
  }

  /* General Text & Container Adjustments */
  .page-da-ga__container {
    padding: 20px 15px !important;
  }

  .page-da-ga__section-title {
    font-size: clamp(24px, 7vw, 32px) !important;
    margin-bottom: 15px !important;
  }

  .page-da-ga__section-description {
    font-size: 15px !important;
    margin-bottom: 25px !important;
  }

  .page-da-ga p,
  .page-da-ga li {
    font-size: 15px !important;
  }

  /* All Images */
  .page-da-ga img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* All Containers for Images/Content */
  .page-da-ga__section,
  .page-da-ga__card,
  .page-da-ga__container,
  .page-da-ga__feature-item,
  .page-da-ga__guide-item,
  .page-da-ga__advantages-item,
  .page-da-ga__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}