.guide-page { padding: 40px 0 80px; background-color: #faf7f2; }
.guide-page .container { width: 100%; max-width: 900px; margin: 0 auto; padding: 0 20px; }
.guide-page .guide-body { display: flex; flex-direction: column; gap: 40px; }
.guide-page .guide-body .guide-section .section-heading { font-size: 24px; line-height: 32px; font-weight: 800; color: #1a1a1c; margin: 0 0 14px; letter-spacing: -0.3px; }
.guide-page .guide-body .guide-section p { font-size: 16px; line-height: 28px; color: rgba(26, 26, 28, 0.72); margin: 0 0 14px; }
.guide-page .guide-body .guide-section p:last-child { margin-bottom: 0; }
.guide-page .guide-body .guide-section p a { color: #c8102e; text-decoration: none; border-bottom: 1px solid rgba(200, 16, 46, 0.3); padding-bottom: 1px; transition: border-color 0.2s ease; }
.guide-page .guide-body .guide-section p a:hover { border-color: #c8102e; }
.guide-page .guide-body .guide-section p strong { color: #1a1a1c; font-weight: 700; }
.guide-page .guide-body .guide-section .detail-list { display: flex; flex-direction: column; gap: 8px; margin: 0 0 14px; padding: 0; list-style: none; }
.guide-page .guide-body .guide-section .detail-list .detail-item { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; line-height: 24px; color: rgba(26, 26, 28, 0.72); }
.guide-page .guide-body .guide-section .detail-list .detail-item .detail-icon { width: 16px; height: 16px; flex-shrink: 0; margin-top: 4px; color: #b08e2a; }
.guide-page .guide-body .guide-section .detail-list .detail-item strong { color: #1a1a1c; font-weight: 700; }
.guide-page .guide-body .guide-section .where-to-play { display: grid; grid-template-columns: 1fr; gap: 14px; }
.guide-page .guide-body .guide-section .where-to-play .operator-card { display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: center; padding: 18px 20px; background-color: #ffffff; border: 1px solid rgba(26, 26, 28, 0.08); border-left: 3px solid rgba(176, 142, 42, 0.4); border-radius: 0 6px 6px 0; text-decoration: none; color: inherit; transition: border-left-color 0.2s ease, box-shadow 0.2s ease, transform 0.25s ease; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }
.guide-page .guide-body .guide-section .where-to-play .operator-card:hover { border-left-color: #c8102e; color: inherit; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06); transform: translateY(-1px); }
.guide-page .guide-body .guide-section .where-to-play .operator-card .op-logo { width: 56px; height: 56px; border-radius: 8px; background-color: #ffffff; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(26, 26, 28, 0.08); flex-shrink: 0; padding: 3px 4px; overflow: hidden; }
.guide-page .guide-body .guide-section .where-to-play .operator-card .op-logo .logo-placeholder { font-size: 11px; font-weight: 800; color: #8a6a1a; letter-spacing: 1px; }
.guide-page .guide-body .guide-section .where-to-play .operator-card .op-logo .logo-image { width: 100%; height: 100%; object-fit: contain; display: block; }
.guide-page .guide-body .guide-section .where-to-play .operator-card .op-body .op-name { font-size: 15px; font-weight: 800; color: #1a1a1c; margin-bottom: 2px; letter-spacing: -0.2px; }
.guide-page .guide-body .guide-section .where-to-play .operator-card .op-body .op-note { font-size: 13px; color: rgba(26, 26, 28, 0.62); line-height: 20px; }
.guide-page .guide-body .guide-section .where-to-play .operator-card .op-arrow { width: 16px; height: 16px; color: #c8102e; flex-shrink: 0; }
.guide-page .guide-body .guide-section .faq-list { display: flex; flex-direction: column; gap: 16px; }
.guide-page .guide-body .guide-section .faq-list .faq-item { padding: 20px 22px; background-color: #ffffff; border: 1px solid rgba(26, 26, 28, 0.08); border-radius: 8px; border-left: 3px solid rgba(176, 142, 42, 0.4); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }
.guide-page .guide-body .guide-section .faq-list .faq-item .faq-question { font-size: 16px; font-weight: 800; color: #1a1a1c; margin: 0 0 8px; letter-spacing: -0.2px; line-height: 24px; }
.guide-page .guide-body .guide-section .faq-list .faq-item .faq-answer { font-size: 15px; line-height: 26px; color: rgba(26, 26, 28, 0.72); margin: 0; }
.guide-page .guide-body .closing-cta { padding: 28px; background-color: #ffffff; border: 1px solid rgba(26, 26, 28, 0.08); border-radius: 10px; text-align: center; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03); }
.guide-page .guide-body .closing-cta .closing-heading { font-size: 20px; font-weight: 800; color: #1a1a1c; margin: 0 0 10px; letter-spacing: -0.2px; }
.guide-page .guide-body .closing-cta .closing-sub { font-size: 14px; color: rgba(26, 26, 28, 0.55); margin: 0 0 18px; }
.guide-page .guide-body .closing-cta .closing-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 28px; font-size: 15px; font-weight: 800; color: #ffffff; background: linear-gradient(135deg, #c8102e, #a00d24); border-radius: 4px; text-transform: uppercase; letter-spacing: 1px; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 14px rgba(200, 16, 46, 0.25); }
.guide-page .guide-body .closing-cta .closing-cta-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(200, 16, 46, 0.35); color: #ffffff; }
.guide-page .guide-body .closing-cta .closing-cta-btn .cta-arrow { width: 16px; height: 16px; }
@media (min-width: 768px) {
  .guide-page { padding: 48px 0 100px; }
  .guide-page .container { padding: 0 40px; }
}
