.page-da-ga { color: #333333; background-color: var(--secondary-color, #f5f5f5); } 
.page-da-ga__hero-section { padding-top: 10px; } 
.page-da-ga__hero-image { width: 100%; height: auto; aspect-ratio: 17/5; object-fit: cover; display: block; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.page-da-ga__hero-content { text-align: center; padding: 20px 16px; }
.page-da-ga__hero-title { color: #017439; font-weight: 700; line-height: 1.3; letter-spacing: 0.5px; max-width: 720px; margin: 0 auto 10px; }
.page-da-ga__hero-subtitle { color: #333333; font-size: 1.1rem; max-width: 600px; margin: 0 auto 20px; }
.page-da-ga__hero-cta { display: inline-block; background: #017439; color: #ffffff; padding: 12px 30px; border-radius: 50px; font-size: 1rem; font-weight: 700; text-decoration: none; transition: background 0.3s ease; }
.page-da-ga__hero-cta:hover { background: #015d2e; color: #ffffff; }
.page-da-ga__partners-section { padding: 40px 16px; }
.page-da-ga__partners-inner { max-width: 1200px; margin: 0 auto; }
.page-da-ga__partners-title { text-align: center; font-size: 1.75rem; font-weight: 700; color: #017439; margin-bottom: 30px; }
.page-da-ga__logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 16px; justify-items: center; }
.page-da-ga__logo-item { display: flex; flex-direction: column; align-items: center; gap: 12px; max-width: 280px; width: 100%; background: #fff; border-radius: 8px; padding: 16px; box-sizing: border-box; box-shadow: 0 2px 8px rgba(0,0,0,0.05); text-decoration: none; transition: transform 0.2s ease; }
.page-da-ga__logo-item:hover { transform: translateY(-4px); }
.page-da-ga__logo-image { width: 100%; aspect-ratio: 2/1; object-fit: contain; display: block; }
.page-da-ga__logo-cta { padding: 10px 22px; border-radius: 999px; background: #017439; color: #fff; font-weight: 700; text-decoration: none; box-sizing: border-box; text-align: center; }
.page-da-ga__logo-cta:hover { background: #015d2e; }
.page-da-ga__logo-item:nth-child(5) { grid-column: 2; }
.page-da-ga__logo-item:nth-child(6) { grid-column: 3; }
.page-da-ga__guide-section { padding: 40px 0; background: #fff; }
.page-da-ga__guide-inner { max-width: 1000px; margin: 0 auto; padding: 16px; }
.page-da-ga__guide-title { text-align: center; color: #017439; font-weight: 700; margin-bottom: 16px; }
.page-da-ga__guide-figure { margin: 0 0 24px; }
.page-da-ga__guide-figure img { width: 100%; max-width: 800px; aspect-ratio: 2/1; object-fit: cover; border-radius: 8px; height: auto; }
.page-da-ga__guide-figure figcaption { text-align: center; color: #666; font-size: 0.9rem; margin-top: 8px; }
.page-da-ga__guide-inner h3 { color: #017439; margin: 24px 0 12px; }
.page-da-ga__guide-inner p { line-height: 1.7; color: #333; }
.page-da-ga__guide-inner a { color: #017439; font-weight: 600; text-decoration-color: #017439; }
.page-da-ga__guide-inner a:hover { color: #015d2e; }
.page-da-ga__guide-inner details { border: 1px solid #e0e0e0; border-radius: 8px; padding: 12px 16px; margin-bottom: 12px; background: #fafafa; }
.page-da-ga__guide-inner summary { cursor: pointer; font-weight: 600; display: flex; justify-content: space-between; align-items: center; list-style: none; }
.page-da-ga__guide-inner summary::-webkit-details-marker { display: none; }
.page-da-ga__faq-toggle { font-size: 1.2rem; font-weight: 700; color: #017439; margin-left: 12px; }
.page-da-ga__guide-inner details p { margin: 12px 0 0; color: #333; }
@media (max-width: 1024px) {
  .page-da-ga__logo-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .page-da-ga__logo-item:nth-child(5), .page-da-ga__logo-item:nth-child(6) { grid-column: auto; }
}
@media (max-width: 768px) {
  .page-da-ga__hero-image { max-width: 100%; height: auto; }
  .page-da-ga img { max-width: 100% !important; height: auto !important; }
  .page-da-ga { max-width: 100%; overflow-x: hidden; }
  .page-da-ga__logo-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .page-da-ga__logo-item:nth-child(5), .page-da-ga__logo-item:nth-child(6) { grid-column: auto; }
  .page-da-ga__logo-cta { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; padding: 10px 12px; font-size: 0.9rem; }
  .page-da-ga__hero-cta { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
  .page-da-ga__guide-title { font-size: 1.3rem; }
  .page-da-ga__guide-figure img { max-width: 100%; }
  .page-da-ga__partners-section { padding: 20px 12px; }
}