.page-index__hero-section { padding-top: 0; margin-top: 0; width: 100%; overflow: hidden; }
.page-index__hero-image { width: 100%; height: auto; display: block; object-fit: cover; aspect-ratio: 17/5; filter: none; }

.page-index__logo-grid-section { max-width: 1200px; margin: 16px auto 28px; padding: 0 16px; }
.page-index__logo-grid-title { text-align: center; color: #C91F17; font-size: 1.6rem; margin: 10px 0 20px; }
.page-index__logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 16px; justify-items: center; }
.page-index__logo-item { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; max-width: 280px; text-align: center; background: #ffffff; padding: 12px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
.page-index__logo-image { width: 100%; height: auto; aspect-ratio: 2/1; object-fit: contain; display: block; filter: none; }
.page-index__logo-cta { display: inline-block; padding: 10px 22px; border-radius: 999px; background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); color: #333333; font-weight: 700; text-decoration: none; box-shadow: 0 4px 14px rgba(230, 184, 0, 0.45); max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
.page-index__logo-item:nth-child(5) { grid-column: 2; }
.page-index__logo-item:nth-child(6) { grid-column: 3; }

.page-index__guide-section { background: #FFF5E1; color: #333333; }
.page-index__guide-inner { max-width: 1000px; margin: 0 auto; padding: 16px 16px 48px; }
.page-index__guide-title { text-align: center; color: #C91F17; margin: 12px 0 20px; font-weight: 700; line-height: 1.2; letter-spacing: 0.5px; }
.page-index__guide-section h2 { color: #7A0E0E; margin-top: 32px; }
.page-index__guide-section h3 { color: #E53935; margin-top: 20px; }
.page-index__guide-section p { line-height: 1.7; margin-bottom: 16px; color: #333333; }
.page-index__guide-figure { margin: 24px auto; text-align: center; max-width: 800px; }
.page-index__guide-figure img { width: 100%; height: auto; aspect-ratio: 2/1; object-fit: cover; display: block; border-radius: 8px; filter: none; }
.page-index__guide-figure figcaption { font-size: 0.9rem; color: #666666; margin-top: 8px; }
.page-index__guide-figure img { max-width: 100%; height: auto; }
.page-index__guide-cta, .page-index__guide-kicker a { display: inline-block; padding: 12px 28px; border-radius: 999px; background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); color: #333333; font-weight: 700; text-decoration: none; box-shadow: 0 4px 14px rgba(230, 184, 0, 0.45); }
.page-index__guide-section details { background: #ffffff; border: 1px solid #F2B544; border-radius: 8px; padding: 12px 16px; margin-bottom: 12px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.page-index__guide-section summary { font-weight: 600; color: #333333; cursor: pointer; }
.page-index__guide-section details p { color: #333333; margin-top: 8px; }
.page-index__guide-quote { border-left: 4px solid #F4D34D; background: #ffffff; padding: 16px 20px; font-style: italic; border-radius: 0 8px 8px 0; margin: 24px 0; }
.page-index__guide-kicker { text-align: center; font-weight: 500; }

@media (max-width: 1024px) {
  .page-index__logo-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .page-index__guide-inner { padding: 16px 12px 40px; }
}

@media (max-width: 768px) {
  .page-index__hero-image { aspect-ratio: 2/1; width: 100% !important; height: auto !important; max-width: 100% !important; }
  .page-index__logo-grid-title { font-size: 1.2rem; }
  .page-index__logo-grid { grid-template-columns: repeat(2, 1fr); }
  .page-index__logo-item:nth-child(5), .page-index__logo-item:nth-child(6) { grid-column: auto; }
  .page-index__logo-image { max-width: 100%; height: auto; aspect-ratio: 2/1; object-fit: contain; }
  .page-index__guide-inner { padding: 10px 12px 36px; }
  .page-index__guide-title { font-size: 1.35rem; }
  .page-index__guide-section h2 { font-size: 1.2rem; }
  .page-index__guide-section h3 { font-size: 1.1rem; }
  .page-index__guide-figure img { width: 100% !important; height: auto !important; max-width: 100% !important; }
  .page-index img { max-width: 100% !important; height: auto !important; }
  .page-index__logo-cta, .page-index__guide-cta, .page-index__guide-kicker a { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; padding: 10px 18px; }
  .page-index__logo-grid-section, .page-index__hero-section, .page-index__guide-section { overflow: hidden; }
  .page-index { max-width: 100%; overflow-x: hidden; }
}