.page-da-ga { color: #333333; background: #F5F7FA; }
.page-da-ga__hero-section { display: flex; flex-direction: column; background: linear-gradient(135deg, #E53935 0%, #FF5A4F 100%); padding: 10px 16px 24px; }
.page-da-ga__hero-image { width: 100%; max-width: 1200px; margin: 0 auto; }
.page-da-ga__hero-image img { width: 100%; height: auto; aspect-ratio: 17/5; object-fit: cover; display: block; border-radius: 12px; }
.page-da-ga__hero-content { text-align: center; max-width: 1200px; margin: 20px auto 0; width: 100%; }
.page-da-ga__hero-title { color: #ffffff; font-weight: 700; line-height: 1.3; letter-spacing: 0.02em; margin-bottom: 12px; }
.page-da-ga__hero-description { color: #ffffff; max-width: 700px; margin: 0 auto 20px; font-size: 1rem; line-height: 1.6; }
.page-da-ga__hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }
.page-da-ga__btn { display: inline-block; padding: 12px 28px; border-radius: 999px; font-size: 0.95rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 0.03em; transition: opacity 0.3s; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
.page-da-ga__btn--primary { background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); color: #ffffff; border: 2px solid #ffffff; }
.page-da-ga__btn--secondary { background: #ffffff; color: #E53935; border: 2px solid #E53935; }
.page-da-ga__btn:hover { opacity: 0.85; }
.page-da-ga__logo-section { padding: 32px 16px; }
.page-da-ga__logo-title { text-align: center; color: #E53935; margin-bottom: 24px; font-size: 1.5rem; }
.page-da-ga__logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 16px; justify-items: center; max-width: 1200px; margin: 16px auto; width: 100%; }
.page-da-ga__logo-item { display: flex; flex-direction: column; align-items: center; gap: 12px; max-width: 280px; width: 100%; background: #FFFFFF; border: 1px solid #E0E0E0; border-radius: 12px; padding: 16px; box-sizing: border-box; }
.page-da-ga__logo-image { width: 100%; aspect-ratio: 2/1; object-fit: contain; border-radius: 8px; }
.page-da-ga__logo-cta { padding: 10px 22px; border-radius: 999px; background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); color: #ffffff; font-weight: 700; text-decoration: none; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
.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 16px 64px; }
.page-da-ga__guide-inner { max-width: 1000px; margin: 0 auto; background: #FFFFFF; padding: 24px; border-radius: 16px; border: 1px solid #E0E0E0; box-sizing: border-box; }
.page-da-ga__guide-title { text-align: center; color: #E53935; margin-bottom: 16px; font-size: 1.5rem; }
.page-da-ga__guide-intro { font-size: 1rem; line-height: 1.7; margin-bottom: 24px; text-align: center; }
.page-da-ga__guide-subtitle { color: #E53935; margin: 24px 0 12px; font-size: 1.2rem; }
.page-da-ga__guide-steps, .page-da-ga__guide-tips { padding-left: 20px; margin-bottom: 20px; }
.page-da-ga__guide-steps li, .page-da-ga__guide-tips li { margin-bottom: 10px; line-height: 1.6; }
.page-da-ga__guide-figure { margin: 24px 0; text-align: center; }
.page-da-ga__guide-figure img { width: 100%; max-width: 800px; aspect-ratio: 2/1; object-fit: cover; border-radius: 12px; }
.page-da-ga__guide-figure figcaption { font-style: italic; margin-top: 8px; color: #666; font-size: 0.9rem; }
.page-da-ga__guide-cta { text-align: center; margin-top: 32px; }
@media (max-width: 1024px) {
  .page-da-ga__logo-grid { grid-template-columns: repeat(3, 1fr); }
  .page-da-ga__logo-item:nth-child(5) { grid-column: auto; }
  .page-da-ga__logo-item:nth-child(6) { grid-column: auto; }
  .page-da-ga__hero-image img { aspect-ratio: 16/6; }
}
@media (max-width: 768px) {
  .page-da-ga__hero-section { padding: 10px 10px 20px; }
  .page-da-ga__hero-image img { aspect-ratio: 2/1; }
  .page-da-ga__hero-title { font-size: 1.4rem; }
  .page-da-ga__hero-actions { flex-direction: column; align-items: center; }
  .page-da-ga__btn { width: 100%; text-align: center; }
  .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-item { padding: 12px; }
  .page-da-ga__logo-cta { width: 100%; text-align: center; }
  .page-da-ga__guide-inner { padding: 16px; }
  .page-da-ga img { max-width: 100% !important; height: auto !important; }
}