.page-da-ga { font-family: 'Arial', sans-serif; color: #333333; line-height: 1.6; }
.page-da-ga__hero-section { padding-top: 10px; padding-bottom: 60px; background-color: #f5f5f5; }
.page-da-ga__hero-container { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 20px 15px; gap: 30px; }
.page-da-ga__hero-content { flex: 1 1 45%; min-width: 300px; padding-right: 30px; }
.page-da-ga__hero-title { font-size: clamp(2.2em, 4vw, 3.5em); font-weight: 700; color: #C91F17; margin-bottom: 20px; line-height: 1.2; }
.page-da-ga__hero-description { font-size: 1.1em; margin-bottom: 30px; color: #555555; }
.page-da-ga__hero-cta-buttons { display: flex; gap: 15px; flex-wrap: wrap; }
.page-da-ga__hero-image { flex: 1 1 45%; text-align: center; min-width: 300px; }
.page-da-ga__hero-image img { max-width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); }

.page-da-ga__container { max-width: 1200px; margin: 0 auto; padding: 40px 15px; }
.page-da-ga__content-area { padding: 40px 15px; }
.page-da-ga__section-title { font-size: 2.5em; font-weight: 700; text-align: center; color: #C91F17; margin-bottom: 20px; }
.page-da-ga__section-description { font-size: 1.1em; text-align: center; color: #555555; max-width: 800px; margin: 0 auto 40px; }

.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: 30px; border-radius: 10px; background-color: #fff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }
.page-da-ga__feature-item:hover { transform: translateY(-10px); }
.page-da-ga__icon-box-media { width: 240px; height: 240px; margin: 0 auto 20px; border-radius: 50%; overflow: hidden; border: 5px solid #F2B544; box-shadow: 0 0 15px rgba(244, 211, 77, 0.5); }
.page-da-ga__icon-box-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-da-ga__feature-title { font-size: 1.5em; color: #C91F17; margin-bottom: 15px; font-weight: 600; }
.page-da-ga__feature-text { font-size: 1em; color: #555555; }

.page-da-ga__dark-section { background-color: #B71C1C; color: #FFF5E1; padding: 60px 0; }
.page-da-ga__text-main { color: #FFF5E1; }
.page-da-ga__about-section p { font-size: 1.1em; margin-bottom: 20px; text-align: justify; }
.page-da-ga__image-wrapper { margin-top: 30px; text-align: center; }
.page-da-ga__image-wrapper img { max-width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); margin: 0 auto; }

.page-da-ga__benefits-section { background-color: #f5f5f5; padding: 60px 0; }
.page-da-ga__benefit-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__benefit-item { background-color: #ffffff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); font-size: 1.05em; line-height: 1.5; color: #333333; border-left: 5px solid #C91F17; }
.page-da-ga__benefit-item strong { color: #C91F17; }

.page-da-ga__guide-section { padding: 60px 0; }
.page-da-ga__guide-section .page-da-ga__section-description { color: #FFF5E1; }
.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; background-color: #D32F2F; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
.page-da-ga__step-number { display: inline-flex; justify-content: center; align-items: center; width: 60px; height: 60px; border-radius: 50%; background-color: #F4D34D; color: #7A0E0E; font-size: 2em; font-weight: bold; margin-bottom: 15px; border: 2px solid #FFCC66; }
.page-da-ga__step-title { font-size: 1.4em; margin-bottom: 10px; font-weight: 600; }

.page-da-ga__promotions-section { background-color: #ffffff; padding: 60px 0; }
.page-da-ga__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-top: 40px; }
.page-da-ga__promotion-card { background-color: #D32F2F; color: #FFF5E1; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; }
.page-da-ga__promotion-image { width: 100%; height: 200px; object-fit: cover; display: block; }
.page-da-ga__promotion-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.page-da-ga__promotion-title { font-size: 1.4em; margin-bottom: 10px; font-weight: 600; color: #FFF5E1; }
.page-da-ga__promotion-text { font-size: 1em; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; }
.page-da-ga__all-promos-cta { text-align: center; margin-top: 40px; }

.page-da-ga__faq-section { 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-color: #D32F2F; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
.page-da-ga__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; font-size: 1.2em; font-weight: 600; color: #FFF5E1; list-style: none; }
.page-da-ga__faq-question::-webkit-details-marker { display: none; }
.page-da-ga__faq-question::marker { display: none; }
.page-da-ga__faq-qtext { flex-grow: 1; }
.page-da-ga__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; }
.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: 1em; line-height: 1.6; color: #FFF5E1; }
.page-da-ga__faq-answer p { margin: 0; }

.page-da-ga__final-cta-section { background-color: #C91F17; padding: 80px 0; text-align: center; color: #FFF5E1; }
.page-da-ga__final-cta-section .page-da-ga__section-title { color: #FFF5E1; margin-bottom: 20px; }
.page-da-ga__final-cta-section .page-da-ga__section-description { color: #FFF5E1; max-width: 700px; margin: 0 auto 40px; font-size: 1.1em; }

.page-da-ga__btn-primary, .page-da-ga__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}
.page-da-ga__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #7A0E0E;
  border: none;
  box-shadow: 0 5px 15px rgba(244, 211, 77, 0.4);
}
.page-da-ga__btn-primary:hover { background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(244, 211, 77, 0.6); }
.page-da-ga__btn-secondary {
  background-color: transparent;
  color: #C91F17;
  border: 2px solid #C91F17;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.page-da-ga__btn-secondary:hover { background-color: #C91F17; color: #FFF5E1; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

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

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-da-ga {
    font-size: 15px;
    line-height: 1.5;
  }

  /* HERO Section */
  .page-da-ga__hero-section { padding-top: 10px !important; padding-bottom: 40px; }
  .page-da-ga__hero-container { flex-direction: column; padding: 20px 15px; }
  .page-da-ga__hero-content { padding-right: 0; text-align: center; }
  .page-da-ga__hero-title { font-size: 2.2em; margin-bottom: 15px; }
  .page-da-ga__hero-description { font-size: 1em; margin-bottom: 25px; }
  .page-da-ga__hero-cta-buttons { flex-direction: column; gap: 10px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 0 15px; }
  .page-da-ga__hero-image { order: -1; margin-bottom: 20px; }

  /* Module 1 - Intro Section (Feature Grid) */
  .page-da-ga__intro-section { padding: 40px 0; }
  .page-da-ga__section-title { font-size: 2em; margin-bottom: 15px; }
  .page-da-ga__section-description { font-size: 0.95em; margin-bottom: 30px; }
  .page-da-ga__features-grid { grid-template-columns: 1fr; gap: 20px; }
  .page-da-ga__icon-box-media { width: 200px; height: 200px; margin-bottom: 15px; }

  /* About Section */
  .page-da-ga__about-section { padding: 40px 0; }
  .page-da-ga__about-section p { font-size: 1em; }

  /* Benefits Section */
  .page-da-ga__benefits-section { padding: 40px 0; }
  .page-da-ga__benefit-list { grid-template-columns: 1fr; gap: 15px; }

  /* Guide Section */
  .page-da-ga__guide-section { padding: 40px 0; }
  .page-da-ga__guide-steps { grid-template-columns: 1fr; gap: 20px; }
  .page-da-ga__step-item { padding: 25px; }
  .page-da-ga__step-number { width: 50px; height: 50px; font-size: 1.8em; }

  /* Promotions Section */
  .page-da-ga__promotions-section { padding: 40px 0; }
  .page-da-ga__promotion-grid { grid-template-columns: 1fr; gap: 20px; }
  .page-da-ga__promotion-card { flex-direction: column; }
  .page-da-ga__promotion-image { height: 180px; }
  .page-da-ga__promotion-content { padding: 20px; }

  /* FAQ Section */
  .page-da-ga__faq-section { padding: 40px 0; }
  .page-da-ga__faq-question { padding: 15px 20px; font-size: 1.1em; }
  .page-da-ga__faq-answer { padding: 0 20px 15px; font-size: 0.95em; }

  /* Final CTA Section */
  .page-da-ga__final-cta-section { padding: 60px 0; }
  .page-da-ga__final-cta-section .page-da-ga__section-title { font-size: 2em; }
  .page-da-ga__final-cta-section .page-da-ga__section-description { font-size: 1em; }

  /* Universal Image and Container Responsiveness */
  .page-da-ga img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-da-ga__container,
  .page-da-ga__content-area,
  .page-da-ga__hero-cta-buttons,
  .page-da-ga__promotion-card,
  .page-da-ga__all-promos-cta {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Button Responsiveness */
  .page-da-ga__btn-primary,
  .page-da-ga__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-da-ga__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
}