/* ===== Sảnh game trực tuyến Momo88 ===== */
.page-index-sanh-game-truc-tuyen { color: #333333; background-color: #0D0E12; }

/* Hero */
.page-index-sanh-game-truc-tuyen__hero-section { padding-top: 10px; }
.page-index-sanh-game-truc-tuyen__hero-image { width: 100%; margin-bottom: 16px; }
.page-index-sanh-game-truc-tuyen__hero-image img { width: 100%; height: auto; aspect-ratio: 17/5; object-fit: cover; display: block; }
.page-index-sanh-game-truc-tuyen__hero-content { max-width: 1200px; margin: 0 auto; padding: 24px 16px; text-align: center; }
.page-index-sanh-game-truc-tuyen__hero-content h1 { color: #FFF3E6; font-weight: 700; line-height: 1.2; letter-spacing: .5px; max-width: 800px; margin: 0 auto 12px; }
.page-index-sanh-game-truc-tuyen__hero-content p { color: #FFF3E6; max-width: 600px; margin: 0 auto 24px; line-height: 1.6; }
.page-index-sanh-game-truc-tuyen__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* Buttons */
.page-index-sanh-game-truc-tuyen__btn { display: inline-block; padding: 12px 28px; border-radius: 999px; font-weight: 700; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: all .3s ease; }
.page-index-sanh-game-truc-tuyen__btn--primary { background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); color: #fff; }
.page-index-sanh-game-truc-tuyen__btn--primary:hover { opacity: .85; }
.page-index-sanh-game-truc-tuyen__btn--secondary { background: transparent; border-color: #FFA53A; color: #FFA53A; }
.page-index-sanh-game-truc-tuyen__btn--secondary:hover { background: rgba(255,165,58,.15); }
.page-index-sanh-game-truc-tuyen__btn--ghost { background: transparent; border-color: #FFF3E6; color: #FFF3E6; }
.page-index-sanh-game-truc-tuyen__btn--ghost:hover { background: rgba(255,243,230,.15); }

/* Logo grid section */
.page-index-sanh-game-truc-tuyen__logo-grid-section { padding: 40px 16px; }
.page-index-sanh-game-truc-tuyen__section-title { text-align: center; color: #FFA53A; font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 32px; }
.page-index-sanh-game-truc-tuyen__logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 16px; justify-items: center; max-width: 1200px; margin: 0 auto; }
.page-index-sanh-game-truc-tuyen__logo-item { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; max-width: 280px; padding: 16px; background-color: #17191F; border: 1px solid #A84F0C; border-radius: 12px; }
.page-index-sanh-game-truc-tuyen__logo-image { width: 100%; }
.page-index-sanh-game-truc-tuyen__logo-image img { width: 100%; height: auto; aspect-ratio: 2/1; object-fit: contain; border-radius: 8px; }
.page-index-sanh-game-truc-tuyen__logo-cta { padding: 10px 22px; border-radius: 999px; background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); color: #fff; font-weight: 700; text-decoration: none; transition: opacity .3s; }
.page-index-sanh-game-truc-tuyen__logo-cta:hover { opacity: .85; }
.page-index-sanh-game-truc-tuyen__logo-item:nth-child(5) { grid-column: 2; }
.page-index-sanh-game-truc-tuyen__logo-item:nth-child(6) { grid-column: 3; }

/* Guide section */
.page-index-sanh-game-truc-tuyen__guide-section { padding: 40px 16px 64px; }
.page-index-sanh-game-truc-tuyen__guide-inner { max-width: 1000px; margin: 0 auto; }
.page-index-sanh-game-truc-tuyen__guide-title { text-align: center; color: #FFA53A; font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 32px; }
.page-index-sanh-game-truc-tuyen__guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.page-index-sanh-game-truc-tuyen__guide-figure { margin: 0; background-color: #17191F; border: 1px solid #A84F0C; border-radius: 12px; padding: 16px; }
.page-index-sanh-game-truc-tuyen__guide-figure img { width: 100%; max-width: 800px; aspect-ratio: 2/1; object-fit: cover; border-radius: 8px; }
.page-index-sanh-game-truc-tuyen__guide-figure figcaption { margin-top: 12px; text-align: center; color: #FFF3E6; }
.page-index-sanh-game-truc-tuyen__guide-actions { text-align: center; margin-top: 32px; }

/* Responsive */
@media (max-width: 1024px) {
    .page-index-sanh-game-truc-tuyen__logo-grid { grid-template-columns: repeat(3, 1fr); }
    .page-index-sanh-game-truc-tuyen__logo-item:nth-child(5), .page-index-sanh-game-truc-tuyen__logo-item:nth-child(6) { grid-column: auto; }
}

@media (max-width: 768px) {
    .page-index-sanh-game-truc-tuyen__hero-image img { aspect-ratio: 2/1; }
    .page-index-sanh-game-truc-tuyen__hero-content { padding: 16px 12px; }
    .page-index-sanh-game-truc-tuyen__hero-actions { flex-direction: column; width: 100%; }
    .page-index-sanh-game-truc-tuyen__btn { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
    .page-index-sanh-game-truc-tuyen__logo-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .page-index-sanh-game-truc-tuyen__logo-item:nth-child(5), .page-index-sanh-game-truc-tuyen__logo-item:nth-child(6) { grid-column: auto; }
    .page-index-sanh-game-truc-tuyen__logo-item { max-width: 100%; }
    .page-index-sanh-game-truc-tuyen__guide-grid { grid-template-columns: 1fr; }
    .page-index-sanh-game-truc-tuyen__guide-figure { width: 100%; }
    .page-index-sanh-game-truc-tuyen img { max-width: 100% !important; height: auto !important; }
    .page-index-sanh-game-truc-tuyen { max-width: 100%; overflow-x: hidden; }
}