.page-da-ga {
  margin: 0 auto;
  background-color: #f7faf8;
}
.page-da-ga__hero-section {
  background: linear-gradient(135deg, #017439 0%, #00b85c 100%);
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-da-ga__hero-image-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-da-ga__hero-image {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  aspect-ratio: 1020/300;
  object-fit: cover;
  border-radius: 8px;
}
.page-da-ga__hero-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px 20px;
  color: #ffffff;
}
.page-da-ga__hero-title {
  margin: 0 0 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.page-da-ga__hero-description {
  margin: 0 auto 20px;
  max-width: 800px;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
}
.page-da-ga__hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.page-da-ga__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, opacity 0.3s ease;
  box-sizing: border-box;
}
.page-da-ga__btn--primary {
  background-color: #C30808;
  color: #FFFF00;
}
.page-da-ga__btn--primary:hover {
  opacity: 0.9;
}
.page-da-ga__btn--secondary {
  background-color: #C30808;
  color: #FFFF00;
}
.page-da-ga__btn--secondary:hover {
  opacity: 0.9;
}
.page-da-ga__logo-section {
  padding: 40px 20px;
  background-color: #FFFFFF;
}
.page-da-ga__section-title {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #017439;
  margin-bottom: 10px;
  font-weight: 700;
}
.page-da-ga__section-subtitle {
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
  font-size: 1rem;
}
.page-da-ga__logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 16px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.page-da-ga__logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 280px;
  width: 100%;
  text-align: center;
}
.page-da-ga__logo-image {
  width: 100%;
  max-width: 280px;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: contain;
}
.page-da-ga__logo-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #017439;
  text-decoration: none;
  line-height: 1.4;
}
.page-da-ga__logo-link:hover {
  text-decoration: underline;
}
.page-da-ga__logo-item:nth-child(5) { grid-column: 2 / 3; }
.page-da-ga__logo-item:nth-child(6) { grid-column: 3 / 4; }
.page-da-ga__guide-section {
  background-color: #FFFFFF;
  padding: 30px 20px 50px;
}
.page-da-ga__guide-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.page-da-ga__guide-title {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #017439;
  margin-bottom: 20px;
  font-weight: 700;
}
.page-da-ga__guide-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
  color: #333333;
  line-height: 1.7;
}
.page-da-ga__guide-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.page-da-ga__guide-step {
  background: #f0faf3;
  padding: 24px;
  border-radius: 10px;
  border-left: 4px solid #017439;
}
.page-da-ga__guide-step-title {
  font-size: 1.2rem;
  color: #017439;
  margin-bottom: 10px;
}
.page-da-ga__guide-step p {
  color: #333333;
  line-height: 1.6;
  margin: 0;
}
.page-da-ga__guide-media {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page-da-ga__guide-figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.page-da-ga__guide-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.page-da-ga__guide-figure figcaption {
  padding: 12px 16px;
  font-size: 0.9rem;
  color: #017439;
  text-align: center;
  font-weight: 600;
}
.page-da-ga__cta-section {
  background: linear-gradient(135deg, #017439 0%, #00a64a 80%, #ffffff 100%);
  padding: 40px 20px;
  text-align: center;
}
.page-da-ga__cta-content {
  max-width: 800px;
  margin: 0 auto;
}
.page-da-ga__cta-title {
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 15px;
  font-weight: 700;
}
.page-da-ga__cta-text {
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.page-da-ga__cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-da-ga__guide-steps {
    grid-template-columns: 1fr;
  }
  .page-da-ga__guide-media {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .page-da-ga {
    overflow-x: hidden;
    max-width: 100%;
  }
  .page-da-ga__hero-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-da-ga__hero-image-wrap {
    width: 100%;
  }
  .page-da-ga__hero-image {
    aspect-ratio: 2/1;
  }
  .page-da-ga__hero-title {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }
  .page-da-ga__hero-description {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }
  .page-da-ga__hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .page-da-ga__btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
  }
  .page-da-ga__section-title {
    font-size: 1.8rem;
  }
  .page-da-ga__logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-da-ga__logo-item:nth-child(5),
  .page-da-ga__logo-item:nth-child(6) {
    grid-column: auto;
  }
  .page-da-ga__logo-image {
    max-width: 100%;
  }
  .page-da-ga__guide-title {
    font-size: 1.8rem;
  }
  .page-da-ga__guide-media {
    grid-template-columns: 1fr;
  }
  .page-da-ga__guide-figure img {
    max-width: 100%;
    height: auto;
  }
  .page-da-ga img {
    max-width: 100%;
    height: auto;
  }
  .page-da-ga__cta-actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .page-da-ga__cta-title {
    font-size: 1.8rem;
  }
}