.page-g-88 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-g-88__container { max-width: 1200px; margin: 0 auto; padding: 10px 15px; } .page-g-88__section { padding: 40px 0; text-align: center; } .page-g-88__section:nth-of-type(odd) { background-color: #222; } .page-g-88__section:nth-of-type(even) { background-color: #1a1a1a; } .page-g-88__hero-section { background-image: url('[GALLERY:hero:1920x1080:cockfighting,betting,stadium,vietnam]'); background-size: cover; background-position: center; padding: 10px 0 80px; text-align: center; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 600px; } @media (max-width: 768px) { .page-g-88__hero-section { min-height: 400px; padding-top: 10px !important; } } .page-g-88__hero-content { max-width: 900px; margin: 0 auto; padding: 20px; background: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-g-88__hero-title { font-size: 3.5em; color: #ffc107; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } @media (max-width: 768px) { .page-g-88__hero-title { font-size: 2.2em; } } .page-g-88__hero-subtitle { font-size: 1.5em; color: #e0e0e0; margin-bottom: 30px; } @media (max-width: 768px) { .page-g-88__hero-subtitle { font-size: 1.1em; } } .page-g-88__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-g-88__btn { display: inline-block; background-color: #ffc107; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-g-88__btn:hover { background-color: #e0a800; transform: translateY(-2px); } .page-g-88__title { font-size: 2.8em; color: #ffc107; margin-bottom: 30px; text-align: center; } @media (max-width: 768px) { .page-g-88__title { font-size: 1.8em; } } .page-g-88__text-content { font-size: 1.1em; color: #ccc; text-align: left; max-width: 900px; margin: 0 auto 20px; } .page-g-88__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-g-88__intro-item { background-color: #2a2a2a; padding: 25px; border-radius: 8px; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-g-88__intro-item-title { font-size: 1.5em; color: #ffc107; margin-bottom: 15px; } .page-g-88__intro-item-text { font-size: 1em; color: #ccc; } .page-g-88__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; list-style: none; padding: 0; margin-top: 30px; } .page-g-88__quick-access-item { box-sizing: border-box; width: 220px; background-color: #2a2a2a; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-g-88__quick-access-item:hover { transform: translateY(-5px); } .page-g-88__quick-access-item a { display: block; padding: 15px; text-decoration: none; color: #ffc107; font-weight: bold; font-size: 1.1em; background-color: #333; transition: background-color 0.3s ease; } .page-g-88__quick-access-item a:hover { background-color: #444; } @media (max-width: 768px) { .page-g-88__quick-access-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-g-88__quick-access-list { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } } .page-g-88__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-g-88__game-card { background-color: #2a2a2a; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-g-88__game-card:hover { transform: translateY(-5px); } .page-g-88__game-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-g-88__game-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; overflow: hidden !important; } } .page-g-88__game-card-content { padding: 20px; } .page-g-88__game-card-title { font-size: 1.4em; color: #ffc107; margin-bottom: 10px; } .page-g-88__game-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-g-88__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-g-88__promo-card { background-color: #2a2a2a; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-g-88__promo-card:hover { transform: translateY(-5px); } .page-g-88__promo-card-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-g-88__promo-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; overflow: hidden !important; } } .page-g-88__promo-card-content { padding: 20px; } .page-g-88__promo-card-title { font-size: 1.4em; color: #ffc107; margin-bottom: 10px; } .page-g-88__promo-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-g-88__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-g-88__security-item { background-color: #2a2a2a; padding: 25px; border-radius: 8px; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-g-88__security-item-title { font-size: 1.5em; color: #ffc107; margin-bottom: 15px; } .page-g-88__security-item-text { font-size: 1em; color: #ccc; } .page-g-88__faq-list { max-width: 900px; margin: 30px auto 0; text-align: left; } .page-g-88__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-g-88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #333; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-g-88__faq-question:hover { background-color: #444; } .page-g-88__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffc107; pointer-events: none; } .page-g-88__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffc107; pointer-events: none; transition: transform 0.3s ease; } .page-g-88__faq-item.active .page-g-88__faq-toggle { transform: rotate(45deg); } .page-g-88__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; color: #ccc; font-size: 1em; } .page-g-88__faq-item.active .page-g-88__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-g-88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-g-88__blog-card { background-color: #2a2a2a; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-g-88__blog-card:hover { transform: translateY(-5px); } .page-g-88__blog-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-g-88__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; overflow: hidden !important; } } .page-g-88__blog-card-content { padding: 20px; } .page-g-88__blog-card-title { font-size: 1.4em; color: #ffc107; margin-bottom: 10px; } .page-g-88__blog-card-title a { text-decoration: none; color: #ffc107; } .page-g-88__blog-card-title a:hover { text-decoration: underline; } .page-g-88__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-g-88__blog-card-date { font-size: 0.85em; color: #888; } @media (max-width: 768px) { .page-g-88__container { padding: 10px; } .page-g-88__section { padding: 30px 0; } .page-g-88__intro-grid, .page-g-88__games-grid, .page-g-88__promo-grid, .page-g-88__security-features, .page-g-88__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-g-88__text-content { padding: 0 10px; } }