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

.page-da-ga .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-da-ga h1, .page-da-ga h2, .page-da-ga h3 {
  color: #8B0000; /* Dark Red */
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-da-ga h1 {
  font-size: 3em;
  color: #8B0000; /* Dark Red */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.page-da-ga h2 {
  font-size: 2.5em;
  color: #8B0000;
  padding-top: 40px;
  margin-top: 0;
}

.page-da-ga h3 {
  font-size: 1.8em;
  color: #8B0000;
}

.page-da-ga p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-da-ga section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-da-ga section:last-of-type {
  border-bottom: none;
}

/* Hero Section */
.page-da-ga .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #FFD700, #8B0000);
  color: #fff;
}

.page-da-ga .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-da-ga .hero-image {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  overflow: hidden;
}

.page-da-ga .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-da-ga .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Overlay for text readability */
  border-radius: 10px;
}

.page-da-ga .hero-content h1 {
  color: #FFD700; /* Gold */
  font-size: 3.5em;
  margin-bottom: 15px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.page-da-ga .hero-content p {
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-da-ga .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFD700;
}

.page-da-ga .cta-button:hover {
  background: #e6c200; /* Slightly darker gold */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  color: #6a0000;
}

.page-da-ga .cta-button-secondary {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 15px 40px;
  background: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #8B0000;
}

.page-da-ga .cta-button-secondary:hover {
  background: #6a0000; /* Slightly darker red */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  color: #ffd700;
}

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

.page-da-ga .section-intro p {
  font-size: 1.1em;
  line-height: 1.8;
  color: #555;
}

/* Section Features */
.page-da-ga .section-features {
  background-color: #f4f4f4;
}

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

.page-da-ga .feature-item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-da-ga .feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-da-ga .feature-item .feature-img {
  width: 100%;
  max-width: 300px; /* Ensure images are not too small */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-da-ga .feature-item h3 {
  color: #8B0000;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-da-ga .feature-item p {
  color: #666;
  font-size: 1em;
}

/* Section Types (Cards) */
.page-da-ga .section-types {
  background-color: #fff;
}

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

.page-da-ga .type-card {
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 20px;
}

.page-da-ga .type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.page-da-ga .type-card .card-img {
  width: 100%;
  height: 220px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.page-da-ga .type-card h3 {
  color: #8B0000;
  font-size: 1.6em;
  padding: 0 15px;
  margin-bottom: 10px;
}

.page-da-ga .type-card p {
  color: #666;
  font-size: 0.95em;
  padding: 0 15px;
  margin-bottom: 20px;
  text-align: justify;
}

.page-da-ga .btn-small {
  display: inline-block;
  padding: 10px 25px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 1px solid #FFD700;
}

.page-da-ga .btn-small:hover {
  background: #e6c200;
  transform: translateY(-1px);
  color: #6a0000;
}

/* Section Guide */
.page-da-ga .section-guide {
  background-color: #f4f4f4;
  padding-bottom: 80px;
}

.page-da-ga .section-guide ol {
  list-style: none;
  counter-reset: guide-counter;
  padding: 0;
  margin-top: 40px;
}

.page-da-ga .section-guide ol li {
  counter-increment: guide-counter;
  background: #fff;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-left: 80px;
}

.page-da-ga .section-guide ol li::before {
  content: counter(guide-counter);
  position: absolute;
  left: 20px;
  top: 30px;
  background: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-da-ga .section-guide ol li h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  color: #8B0000;
  font-size: 1.7em;
}

.page-da-ga .section-guide ol li p {
  color: #555;
  font-size: 1.05em;
}

/* Section Tips */
.page-da-ga .section-tips {
  background-color: #fff;
}

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

.page-da-ga .tip-card {
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 20px;
}

.page-da-ga .tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.page-da-ga .tip-card .card-img {
  width: 100%;
  height: 200px; /* Consistent height */
  object-fit: cover;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.page-da-ga .tip-card h3 {
  color: #8B0000;
  font-size: 1.6em;
  padding: 0 15px;
  margin-bottom: 10px;
}

.page-da-ga .tip-card p {
  color: #666;
  font-size: 0.95em;
  padding: 0 15px;
  text-align: justify;
}

.page-da-ga .tip-summary {
  text-align: center;
  font-style: italic;
  margin-top: 40px;
  font-size: 1.1em;
  color: #444;
}

/* Section Promotions */
.page-da-ga .section-promotions {
  background-color: #f4f4f4;
}

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

.page-da-ga .promo-item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-da-ga .promo-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-da-ga .promo-item .promo-img {
  width: 100%;
  max-width: 350px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-da-ga .promo-item h3 {
  color: #8B0000;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-da-ga .promo-item p {
  color: #666;
  font-size: 1em;
  margin-bottom: 20px;
}

.page-da-ga .btn-promo {
  display: inline-block;
  padding: 12px 30px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 1px solid #FFD700;
}

.page-da-ga .btn-promo:hover {
  background: #e6c200;
  transform: translateY(-1px);
  color: #6a0000;
}

.page-da-ga .promo-note {
  text-align: center;
  font-style: italic;
  margin-top: 40px;
  font-size: 0.95em;
  color: #777;
}

/* Section Safety Support */
.page-da-ga .section-safety-support {
  background-color: #fff;
}

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

.page-da-ga .safety-item {
  background: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-da-ga .safety-item .safety-img {
  width: 100%;
  max-width: 300px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-da-ga .safety-item h3 {
  color: #8B0000;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-da-ga .safety-item p {
  color: #666;
  font-size: 1em;
}

/* Section FAQ */
.page-da-ga .section-faq {
  background-color: #f4f4f4;
}

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

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

.page-da-ga .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-da-ga .faq-question:hover {
  background: #f0f0f0;
}

.page-da-ga .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #8B0000;
  text-align: left;
  flex-grow: 1;
}

.page-da-ga .faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFD700; /* Gold */
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-da-ga .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #8B0000; /* Dark Red */
}

.page-da-ga .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #444;
}

.page-da-ga .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-da-ga .faq-answer p {
  margin: 0;
  text-align: justify;
  font-size: 1em;
}

/* Section Blog */
.page-da-ga .section-blog {
  background-color: #fff;
}

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

.page-da-ga .blog-card {
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 20px;
}

.page-da-ga .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.page-da-ga .blog-card .card-img {
  width: 100%;
  height: 200px; /* Consistent height */
  object-fit: cover;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.page-da-ga .blog-card h3 {
  font-size: 1.5em;
  padding: 0 15px;
  margin-bottom: 10px;
}

.page-da-ga .blog-card h3 .blog-link {
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-da-ga .blog-card h3 .blog-link:hover {
  color: #FFD700; /* Gold */
}

.page-da-ga .blog-card p {
  color: #666;
  font-size: 0.95em;
  padding: 0 15px;
  margin-bottom: 20px;
  text-align: justify;
}

.page-da-ga .btn-read-more {
  display: inline-block;
  padding: 10px 25px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 1px solid #FFD700;
}

.page-da-ga .btn-read-more:hover {
  background: #e6c200;
  transform: translateY(-1px);
  color: #6a0000;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-da-ga .hero-content h1 {
    font-size: 3em;
  }
  .page-da-ga .hero-content p {
    font-size: 1.1em;
  }
  .page-da-ga .cta-button {
    padding: 15px 35px;
    font-size: 1.2em;
  }
  .page-da-ga h2 {
    font-size: 2em;
  }
  .page-da-ga h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-da-ga section {
    padding: 40px 0;
  }
  .page-da-ga .hero-section {
    padding: 60px 15px;
  }
  .page-da-ga .hero-image {
    margin-bottom: 20px;
  }
  .page-da-ga .hero-content h1 {
    font-size: 2.5em;
  }
  .page-da-ga .hero-content p {
    font-size: 1em;
  }
  .page-da-ga .cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }
  .page-da-ga .cta-button-secondary {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-da-ga h2 {
    font-size: 1.8em;
  }
  .page-da-ga h3 {
    font-size: 1.4em;
  }
  .page-da-ga .feature-grid, .page-da-ga .type-cards, .page-da-ga .tip-cards, .page-da-ga .promo-list, .page-da-ga .safety-grid, .page-da-ga .blog-cards {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-da-ga .section-guide ol li {
    padding: 25px 15px 25px 65px;
  }
  .page-da-ga .section-guide ol li::before {
    left: 15px;
    top: 25px;
    width: 35px;
    height: 35px;
    font-size: 1.2em;
  }
  .page-da-ga .faq-question {
    padding: 15px 20px;
  }
  .page-da-ga .faq-question h3 {
    font-size: 1.1em;
  }
  .page-da-ga .faq-toggle {
    font-size: 24px;
  }
  .page-da-ga .faq-answer {
    padding: 0 20px;
  }
  .page-da-ga .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-da-ga .hero-content h1 {
    font-size: 2em;
  }
  .page-da-ga .hero-content p {
    font-size: 0.9em;
  }
  .page-da-ga .cta-button {
    padding: 10px 25px;
    font-size: 1em;
  }
  .page-da-ga h2 {
    font-size: 1.6em;
  }
  .page-da-ga h3 {
    font-size: 1.2em;
  }
  .page-da-ga .feature-item .feature-img, .page-da-ga .type-card .card-img, .page-da-ga .tip-card .card-img, .page-da-ga .promo-item .promo-img, .page-da-ga .safety-item .safety-img, .page-da-ga .blog-card .card-img {
    height: 180px; /* Further adjust image heights for smaller screens */
  }
}