.page-da-ga {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: transparent; /* Body BG is handled by shared.css: #B71C1C */
}

.page-da-ga__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #7A0E0E 0%, #B71C1C 100%); /* Deep Red to Background Red */
}

.page-da-ga__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 16px;
}

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

.page-da-ga__hero-title {
  font-size: 3.2em;
  font-weight: bold;
  color: #FFD86A; /* Gold color for title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-da-ga__hero-description {
  font-size: 1.1em;
  color: #FFF5E1; /* Text Main */
  margin-bottom: 30px;
}

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

.page-da-ga__btn-primary,
.page-da-ga__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  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: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button gradient */
  color: #7A0E0E; /* Deep Red for text on gold button */
  border: 2px solid #F2B544; /* Border Gold */
  box-shadow: 0 4px 15px rgba(255, 204, 102, 0.4); /* Glow */
}

.page-da-ga__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 204, 102, 0.6);
}

.page-da-ga__btn-secondary {
  background: #D32F2F; /* Card BG */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #F2B544; /* Border Gold */
}

.page-da-ga__btn-secondary:hover {
  background: #7A0E0E; /* Deep Red */
  transform: translateY(-2px);
}

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

.page-da-ga__hero-main-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-da-ga__intro-section,
.page-da-ga__guide-section,
.page-da-ga__strategy-section,
.page-da-ga__promo-section,
.page-da-ga__faq-section,
.page-da-ga__final-cta-section {
  padding: 60px 0;
  background-color: #B71C1C; /* Background Red */
  color: #FFF5E1; /* Text Main */
}

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

.page-da-ga__intro-title,
.page-da-ga__guide-title,
.page-da-ga__strategy-title,
.page-da-ga__promo-title,
.page-da-ga__faq-main-title,
.page-da-ga__final-cta-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #FFD86A; /* Gold color for titles */
  text-align: center;
  margin-bottom: 20px;
}

.page-da-ga__intro-description,
.page-da-ga__guide-description,
.page-da-ga__strategy-description,
.page-da-ga__promo-description,
.page-da-ga__final-cta-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  background-color: #D32F2F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #F2B544; /* Border Gold */
}

.page-da-ga__icon-box-media {
  width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F4D34D; /* Gold border */
  box-shadow: 0 0 15px rgba(255, 204, 102, 0.6); /* Glow */
}

.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: #FFD86A; /* Gold color */
  margin-bottom: 15px;
}

.page-da-ga__feature-text {
  font-size: 1em;
  color: #FFF5E1; /* Text Main */
}

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

.page-da-ga__guide-step-item {
  background-color: #D32F2F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #F2B544; /* Border Gold */
}

.page-da-ga__guide-step-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-da-ga__guide-step-title {
  font-size: 1.6em;
  color: #FFD86A; /* Gold color */
  margin-bottom: 15px;
}

.page-da-ga__guide-step-text {
  font-size: 1em;
  color: #FFF5E1; /* Text Main */
}

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

.page-da-ga__strategy-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.page-da-ga__strategy-list li {
  background-color: #D32F2F; /* Card BG */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 1.1em;
  color: #FFF5E1; /* Text Main */
  border: 1px solid #F2B544; /* Border Gold */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-da-ga__strategy-icon {
  font-size: 1.5em;
  color: #FFD86A; /* Gold color */
  line-height: 1;
}

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

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

.page-da-ga__faq-item {
  background-color: #D32F2F; /* Card BG */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #F2B544; /* Border Gold */
  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;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFD86A; /* Gold color */
  cursor: pointer;
  background-color: #C91F17; /* Main Red */
  border-bottom: 1px solid #7A0E0E; /* Deep Red */
}

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

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

.page-da-ga__faq-toggle {
  font-size: 1.5em;
  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: 20px;
  font-size: 1em;
  color: #FFF5E1; /* Text Main */
  background-color: #D32F2F; /* Card BG */
}

.page-da-ga__final-cta-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-da-ga__hero-title {
    font-size: 2.8em;
  }
  .page-da-ga__intro-title,
  .page-da-ga__guide-title,
  .page-da-ga__strategy-title,
  .page-da-ga__promo-title,
  .page-da-ga__faq-main-title,
  .page-da-ga__final-cta-title {
    font-size: 2em;
  }
  .page-da-ga__icon-box-media {
    width: 180px;
    height: 180px;
  }
  .page-da-ga__features-grid,
  .page-da-ga__guide-steps {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .page-da-ga {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-da-ga__hero-section {
    padding-top: 10px !important; /* Small top padding, body handles header offset */
  }
  .page-da-ga__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 30px;
  }
  .page-da-ga__hero-content,
  .page-da-ga__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }
  .page-da-ga__hero-title {
    font-size: 2.2em !important;
    text-align: center;
  }
  .page-da-ga__hero-description {
    font-size: 1em !important;
    text-align: center;
  }
  .page-da-ga__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .page-da-ga__btn-primary,
  .page-da-ga__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-da-ga__hero-main-img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-da-ga__intro-section,
  .page-da-ga__guide-section,
  .page-da-ga__strategy-section,
  .page-da-ga__promo-section,
  .page-da-ga__faq-section,
  .page-da-ga__final-cta-section {
    padding: 40px 0;
  }
  .page-da-ga__content-area {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-da-ga__intro-title,
  .page-da-ga__guide-title,
  .page-da-ga__strategy-title,
  .page-da-ga__promo-title,
  .page-da-ga__faq-main-title,
  .page-da-ga__final-cta-title {
    font-size: 1.8em !important;
  }
  .page-da-ga__intro-description,
  .page-da-ga__guide-description,
  .page-da-ga__strategy-description,
  .page-da-ga__promo-description,
  .page-da-ga__final-cta-description {
    font-size: 0.95em !important;
  }
  .page-da-ga__features-grid,
  .page-da-ga__guide-steps {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-da-ga__feature-item,
  .page-da-ga__guide-step-item {
    padding: 25px;
  }
  .page-da-ga__icon-box-media {
    width: 150px !important;
    height: 150px !important;
    margin-bottom: 15px;
  }
  .page-da-ga__feature-title {
    font-size: 1.3em !important;
  }
  .page-da-ga__guide-step-title {
    font-size: 1.4em !important;
  }
  .page-da-ga__guide-step-img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-da-ga__strategy-list li {
    font-size: 1em !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }
  .page-da-ga__strategy-icon {
    font-size: 1.2em !important;
  }
  .page-da-ga__faq-question {
    font-size: 1.1em !important;
    padding: 15px;
  }
  .page-da-ga__faq-answer {
    font-size: 0.95em !important;
    padding: 15px;
  }
  .page-da-ga img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}