.page-da-ga { color: #FFF5E1; background: #B71C1C; }
.page-da-ga__hero-section { padding-top: 10px; background: linear-gradient(135deg, #7A0E0E 0%, #B71C1C 100%); }
.page-da-ga__hero-image-wrapper { max-width: 1020px; margin: 0 auto; padding: 0 16px; }
.page-da-ga__hero-image { width: 100%; height: auto; aspect-ratio: 17/5; object-fit: cover; display: block; border-radius: 12px; border: 2px solid #F2B544; box-shadow: 0 0 20px rgba(242, 181, 68, 0.3); }
.page-da-ga__hero-content { max-width: 1000px; margin: 0 auto; padding: 20px 16px 40px; text-align: center; }
.page-da-ga__hero-title { color: #F4D34D; font-weight: 800; line-height: 1.3; letter-spacing: 0.5px; max-width: 900px; margin: 0 auto 12px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }
.page-da-ga__hero-description { color: #FFF5E1; max-width: 800px; margin: 0 auto 24px; line-height: 1.7; }
.page-da-ga__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.page-da-ga__btn { display: inline-block; padding: 12px 28px; border-radius: 50px; font-weight: 700; text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
.page-da-ga__btn--primary { background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); color: #7A0E0E; border: 2px solid #F2B544; box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4); }
.page-da-ga__btn--primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 216, 106, 0.6); }
.page-da-ga__btn--secondary { background: transparent; color: #FFF5E1; border: 2px solid #F2B544; }
.page-da-ga__btn--secondary:hover { background: rgba(242, 181, 68, 0.1); }
.page-da-ga__logo-section { background: #B71C1C; padding: 20px 0 40px; }
.page-da-ga__logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 16px; justify-items: center; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.page-da-ga__logo-item { display: flex; flex-direction: column; align-items: center; gap: 12px; max-width: 280px; width: 100%; background: #D32F2F; border-radius: 12px; padding: 16px; border: 1px solid rgba(242, 181, 68, 0.4); }
.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, #FFD86A 0%, #E6B800 100%); color: #7A0E0E; font-weight: 700; text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.page-da-ga__logo-cta:hover { transform: scale(1.05); box-shadow: 0 4px 15px rgba(255, 216, 106, 0.5); }
.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 { background: #B71C1C; }
.page-da-ga__guide-inner { max-width: 1000px; margin: 0 auto; padding: 16px 16px 48px; }
.page-da-ga__guide-title { text-align: center; color: #F4D34D; margin-bottom: 24px; }
.page-da-ga__guide-figure img { width: 100%; max-width: 800px; aspect-ratio: 2/1; object-fit: cover; border-radius: 12px; border: 2px solid #F2B544; display: block; margin: 0 auto 24px; }
.page-da-ga__guide-subtitle { color: #F4D34D; margin-top: 28px; }
.page-da-ga__guide-text { color: #FFF5E1; line-height: 1.8; }
.page-da-ga__guide-text a { color: #F4D34D; text-decoration: underline; }
@media (max-width: 1024px) {
  .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; }
}
@media (max-width: 768px) {
  .page-da-ga__hero-section { padding-top: 10px; }
  .page-da-ga__hero-image { aspect-ratio: 2/1; }
  .page-da-ga__hero-title { font-size: 1.6rem; }
  .page-da-ga__hero-actions { flex-direction: column; align-items: center; width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }
  .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__logo-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .page-da-ga__logo-item { padding: 12px; }
  .page-da-ga__guide-title { font-size: 1.4rem; }
  .page-da-ga__guide-figure img { width: 100%; max-width: 100%; }
  .page-da-ga img { max-width: 100% !important; height: auto !important; }
  .page-da-ga { overflow-x: hidden; max-width: 100%; }
}