.page-pg-678-game { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: 10px; }.page-pg-678-game__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f); color: #fff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 20px; }.page-pg-678-game__hero-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); animation: page-pg-678-game__hero-glow 15s infinite alternate; }.page-pg-678-game__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-weight: bold; }.page-pg-678-game__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-pg-678-game__cta-button { display: inline-block; background-color: #ffcc00; color: #1a2a6c; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-pg-678-game__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-pg-678-game__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }.page-pg-678-game__section-title { font-size: 2em; color: #1a2a6c; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-pg-678-game__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffcc00; border-radius: 2px; }.page-pg-678-game__content-text { text-align: justify; margin-bottom: 20px; font-size: 1.05em; }.page-pg-678-game__button-group { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 30px; }.page-pg-678-game__secondary-button { display: inline-block; background-color: #1a2a6c; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.3s ease; border: 2px solid #1a2a6c; }.page-pg-678-game__secondary-button:hover { background-color: #0d1a4a; transform: translateY(-2px); }.page-pg-678-game__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-pg-678-game__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-pg-678-game__game-card:hover { transform: translateY(-5px); }.page-pg-678-game__game-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-pg-678-game__game-title { font-size: 1.3em; color: #1a2a6c; margin: 15px 10px 10px; }.page-pg-678-game__game-description { font-size: 0.9em; color: #555; padding: 0 15px 15px; }.page-pg-678-game__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-pg-678-game__promotion-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-pg-678-game__promotion-card:hover { transform: translateY(-5px); }.page-pg-678-game__promotion-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-pg-678-game__promotion-content { padding: 20px; }.page-pg-678-game__promotion-title { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; }.page-pg-678-game__promotion-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-pg-678-game__promotion-button { display: inline-block; background-color: #ffcc00; color: #1a2a6c; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-pg-678-game__promotion-button:hover { background-color: #e6b800; }.page-pg-678-game__faq-list { list-style: none; padding: 0; margin-top: 30px; }.page-pg-678-game__faq-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }.page-pg-678-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e8f0fe; color: #1a2a6c; font-weight: bold; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-pg-678-game__faq-question:hover { background-color: #d1e0fc; }.page-pg-678-game__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-pg-678-game__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; }.page-pg-678-game__faq-item.active .page-pg-678-game__faq-toggle { transform: rotate(45deg); }.page-pg-678-game__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-pg-678-game__faq-item.active .page-pg-678-game__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-pg-678-game__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-pg-678-game__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-pg-678-game__blog-card:hover { transform: translateY(-5px); }.page-pg-678-game__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; }.page-pg-678-game__blog-content { padding: 15px; }.page-pg-678-game__blog-title { font-size: 1.2em; color: #1a2a6c; margin-bottom: 8px; }.page-pg-678-game__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 10px; }.page-pg-678-game__blog-read-more { display: inline-block; color: #ffcc00; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: color 0.3s ease; }.page-pg-678-game__blog-read-more:hover { color: #e6b800; }.page-pg-678-game__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; background-color: #f0f0f0; border-radius: 8px; margin-bottom: 20px; }.page-pg-678-game__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }.page-pg-678-game__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-pg-678-game__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; }.page-pg-678-game__image-container img { max-width: 100%; height: auto; display: block; }.page-pg-678-game__cta-buttons-float { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; z-index: 1000; background-color: rgba(0, 0, 0, 0.7); padding: 10px 20px; border-radius: 50px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }.page-pg-678-game__cta-buttons-float .page-pg-678-game__cta-button { padding: 10px 20px; font-size: 0.9em; }.page-pg-678-game__cta-buttons-float .page-pg-678-game__secondary-button { padding: 10px 20px; font-size: 0.9em; }.page-pg-678-game__floating-brand { position: fixed; top: 0; left: 0; right: 0; background-color: #1a2a6c; color: #fff; text-align: center; padding: 10px 0; z-index: 1000; font-weight: bold; font-size: 1.2em; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }.page-pg-678-game__floating-brand span { display: inline-block; }.page-pg-678-game__floating-brand a { color: #ffcc00; text-decoration: none; }.page-pg-678-game__floating-brand a:hover { text-decoration: underline; } @keyframes page-pg-678-game__hero-glow { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } } @media (max-width: 768px) { .page-pg-678-game__hero-title { font-size: 2em; }.page-pg-678-game__hero-subtitle { font-size: 1em; }.page-pg-678-game__cta-button { padding: 12px 25px; font-size: 1em; }.page-pg-678-game__section { padding: 30px 15px; }.page-pg-678-game__section-title { font-size: 1.8em; margin-bottom: 25px; }.page-pg-678-game__content-text { font-size: 0.95em; }.page-pg-678-game__button-group { flex-direction: column; gap: 10px; }.page-pg-678-game__secondary-button { width: 100%; box-sizing: border-box; }.page-pg-678-game__game-grid, .page-pg-678-game__promotion-grid, .page-pg-678-game__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-pg-678-game__game-image, .page-pg-678-game__promotion-image, .page-pg-678-game__blog-image { height: 180px; }.page-pg-678-game__game-title, .page-pg-678-game__promotion-title, .page-pg-678-game__blog-title { font-size: 1.1em; }.page-pg-678-game__game-description, .page-pg-678-game__promotion-description, .page-pg-678-game__blog-excerpt { font-size: 0.85em; }.page-pg-678-game__faq-question { padding: 12px 15px; }.page-pg-678-game__faq-question h3 { font-size: 1em; }.page-pg-678-game__faq-answer { padding: 0 15px; }.page-pg-678-game__faq-item.active .page-pg-678-game__faq-answer { padding: 15px !important; }.page-pg-678-game__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-pg-678-game__payment-logo, .page-pg-678-game__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-pg-678-game__cta-buttons-float { width: calc(100% - 40px); bottom: 10px; }.page-pg-678-game__floating-brand { font-size: 1em; padding: 8px 0; } }