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

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

.page-da-ga__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}

.page-da-ga__text-block {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

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

.page-da-ga__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

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

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

.page-da-ga__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1e87b7;
  border-color: #1e87b7;
}

/* Hero Section */
.page-da-ga__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: #f7fbfc;
}

.page-da-ga__hero-container {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
  flex-wrap: wrap;
}

.page-da-ga__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #333333;
}

.page-da-ga__hero-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-da-ga__hero-description {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.page-da-ga__hero-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

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

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

.page-da-ga__intro-section .page-da-ga__section-title {
  color: #333333;
}

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

.page-da-ga__feature-item {
  background-color: #f7fbfc;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-da-ga__icon-box-media {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  border: 4px solid #26A9E0;
  box-shadow: 0 0 0 8px rgba(38, 169, 224, 0.2);
}

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

.page-da-ga__feature-title {
  font-size: 24px;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-da-ga__feature-description {
  font-size: 15px;
  color: #555555;
  text-align: center;
}

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

.page-da-ga__guide-section .page-da-ga__section-title {
  color: #FFFFFF;
}

.page-da-ga__guide-section .page-da-ga__text-block {
  color: #f0f0f0;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-da-ga__step-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-da-ga__step-title {
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.page-da-ga__step-description {
  font-size: 15px;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-da-ga__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

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

.page-da-ga__benefits-section .page-da-ga__section-title {
  color: #333333;
}

.page-da-ga__benefits-section .page-da-ga__text-block {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

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

.page-da-ga__benefit-item {
  background-color: #f7fbfc;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-da-ga__benefit-title {
  font-size: 22px;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-da-ga__benefit-description {
  font-size: 15px;
  color: #555555;
}

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

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

.page-da-ga__faq-section .page-da-ga__section-title {
  color: #333333;
}

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

.page-da-ga__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.page-da-ga__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #fefefe;
  border-bottom: 1px solid #eee;
  list-style: none;
}

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

.page-da-ga__faq-question:hover {
  background-color: #f0f8ff;
}

.page-da-ga__faq-toggle {
  font-size: 24px;
  line-height: 1;
  color: #26A9E0;
  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: 15px 25px 20px;
  font-size: 15px;
  color: #555555;
  line-height: 1.7;
  border-top: 1px solid #f0f0f0;
}

.page-da-ga__faq-item:last-child .page-da-ga__faq-question {
  border-bottom: none;
}

/* Call to Action Section */
.page-da-ga__cta-section {
  padding: 60px 0;
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-da-ga__cta-container {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 40px 16px;
}

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

.page-da-ga__cta-section .page-da-ga__section-title {
  color: #FFFFFF;
  padding-top: 0;
  margin-bottom: 20px;
}

.page-da-ga__cta-section .page-da-ga__text-block {
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-da-ga__cta-button {
  background-color: #EA7C07; /* Login color */
  border-color: #EA7C07;
  padding: 16px 35px;
  font-size: 18px;
  border-radius: 10px;
}

.page-da-ga__cta-button:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}

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

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

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

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-da-ga__container,
  .page-da-ga__hero-container,
  .page-da-ga__cta-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-da-ga__section-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .page-da-ga__text-block {
    font-size: 15px;
  }

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

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

  .page-da-ga__hero-content {
    order: 2; /* Content below image */
    flex: 1 1 100%;
    text-align: center;
  }

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

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

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

  .page-da-ga__hero-image {
    order: 1; /* Image above content */
    flex: 1 1 100%;
  }

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

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

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

  .page-da-ga__icon-box-media {
    width: 160px;
    height: 160px;
    border: 3px solid #26A9E0;
    box-shadow: 0 0 0 6px rgba(38, 169, 224, 0.15);
  }

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

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

  .page-da-ga__step-title {
    font-size: 22px;
  }

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

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

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

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

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

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

  .page-da-ga__faq-toggle {
    font-size: 20px;
  }

  .page-da-ga__faq-answer {
    padding: 10px 20px 15px;
    font-size: 14px;
  }

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

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

  .page-da-ga__cta-content {
    order: 2;
    flex: 1 1 100%;
  }

  .page-da-ga__cta-section .page-da-ga__section-title {
    font-size: 28px;
  }

  .page-da-ga__cta-section .page-da-ga__text-block {
    font-size: 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: 14px 25px;
    font-size: 16px;
  }

  .page-da-ga__cta-image {
    order: 1;
    flex: 1 1 100%;
  }

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

  /* General Button Responsiveness */
  .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;
  }

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