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

.page-index__logo-grid-section { background-color: #0A0A0A; padding: 16px 16px 28px; }
.page-index__logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 16px; justify-items: center; max-width: 1200px; margin: 0 auto; }
.page-index__logo-item { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; max-width: 280px; text-align: center; }
.page-index__logo-image { width: 100%; height: auto; aspect-ratio: 2/1; object-fit: contain; display: block; background-color: #111111; border-radius: 8px; border: 1px solid #3A2A12; }
.page-index__logo-cta { display: inline-block; padding: 10px 22px; border-radius: 999px; background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); color: #111111; font-weight: 700; text-decoration: none; box-shadow: 0 4px 14px rgba(255, 211, 107, 0.35); font-size: 0.925rem; border: 1px solid #3A2A12; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.page-index__logo-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(255, 211, 107, 0.5); }
.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-color: #0A0A0A; }
.page-index__guide-inner { max-width: 1000px; margin: 0 auto; padding: 16px 16px 48px; color: #FFF6D6; }
.page-index__guide-title { text-align: center; color: #FFD36B; margin: 12px 0 20px; font-weight: 700; line-height: 1.3; letter-spacing: 0.5px; max-width: 900px; margin-left: auto; margin-right: auto; }
.page-index__guide-intro { font-size: 1.05rem; line-height: 1.7; margin-bottom: 28px; text-align: justify; }
.page-index__guide-subtitle { color: #FFD36B; font-size: 1.5rem; font-weight: 700; margin-top: 36px; margin-bottom: 16px; line-height: 1.3; }
.page-index__guide-section h3 { color: #F2C14E; font-size: 1.2rem; font-weight: 600; margin-top: 24px; margin-bottom: 8px; }
.page-index__guide-section p { font-size: 1rem; line-height: 1.7; margin-bottom: 16px; text-align: justify; }
.page-index__guide-section a { color: #FFD36B; text-decoration: underline; font-weight: 500; word-break: break-word; }
.page-index__guide-section a:hover { color: #F2C14E; }
.page-index__guide-figure { margin: 28px 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: 12px; border: 1px solid #3A2A12; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); }
.page-index__guide-figure figcaption { font-size: 0.9rem; color: #B0A88C; margin-top: 8px; font-style: italic; }
.page-index__guide-list, .page-index__guide-steps { padding-left: 20px; margin-bottom: 20px; }
.page-index__guide-list li, .page-index__guide-steps li { line-height: 1.6; margin-bottom: 8px; }
.page-index__faq-item { border: 1px solid #3A2A12; border-radius: 8px; padding: 12px 16px; margin-bottom: 12px; background-color: #111111; }
.page-index__faq-item summary { cursor: pointer; font-weight: 600; color: #F2C14E; display: flex; justify-content: space-between; align-items: center; list-style: none; line-height: 1.4; }
.page-index__faq-item summary::-webkit-details-marker { display: none; }
.page-index__faq-icon { font-weight: 700; font-size: 1.2rem; margin-left: 12px; color: #F2C14E; }
.page-index__faq-item p { margin-top: 12px; color: #FFF6D6; }
.page-index__guide-cta { text-align: center; margin-top: 32px; }
.page-index__guide-cta-button { display: inline-block; padding: 14px 32px; border-radius: 999px; background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); color: #111111 !important; font-weight: 700; text-decoration: none !important; font-size: 1.05rem; border: 1px solid #3A2A12; box-shadow: 0 4px 14px rgba(255, 211, 107, 0.35); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.page-index__guide-cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(255, 211, 107, 0.5); color: #111111 !important; }

@media (max-width: 1024px) {
  .page-index__logo-grid { grid-template-columns: repeat(3, 1fr); }
  .page-index__logo-item:nth-child(5), .page-index__logo-item:nth-child(6) { grid-column: auto; }
}

@media (max-width: 768px) {
  .page-index__hero-image { aspect-ratio: 2/1; }
  .page-index__logo-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 12px; }
  .page-index__logo-item { max-width: 100%; }
  .page-index__logo-cta { width: 100%; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; text-align: center; }
  .page-index__guide-title { font-size: 1.4rem; }
  .page-index__guide-subtitle { font-size: 1.3rem; }
  .page-index__guide-figure img { max-width: 100% !important; height: auto !important; }
  .page-index__guide-cta { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }
  .page-index__guide-cta-button { width: 100%; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; text-align: center; }
  .page-index img { max-width: 100% !important; height: auto !important; }
}