.page-xxa88 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-xxa88__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-xxa88__section { padding: 40px 20px; margin-bottom: 30px; border-radius: 10px; background-color: #222; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-xxa88__section--dark { background-color: #1a1a1a; } .page-xxa88__section-title { text-align: center; color: #ffcc00; font-size: 2.5em; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; } .page-xxa88__hero-section { background-color: #1a1a1a; padding: 10px 0 60px 0; text-align: center; position: relative; overflow: hidden; } .page-xxa88__hero-background { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; opacity: 0.4; } .page-xxa88__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 40px 20px; } .page-xxa88__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); } .page-xxa88__hero-description { font-size: 1.3em; color: #e0e0e0; margin-bottom: 40px; } .page-xxa88__cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-xxa88__btn { display: inline-block; padding: 15px 30px; background-color: #ffcc00; color: #1a1a1a; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-xxa88__btn:hover { background-color: #e6b800; transform: translateY(-3px); } .page-xxa88__btn--secondary { background-color: #333; color: #ffcc00; border: 2px solid #ffcc00; } .page-xxa88__btn--secondary:hover { background-color: #444; color: #ffcc00; transform: translateY(-3px); } .page-xxa88__introduction-text { font-size: 1.1em; text-align: justify; color: #ccc; margin-bottom: 20px; } .page-xxa88__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-xxa88__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-xxa88__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; box-sizing: border-box; } .page-xxa88__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-xxa88__game-card-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 2px solid #ffcc00; } .page-xxa88__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-xxa88__game-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-xxa88__game-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-xxa88__promotion-list { list-style: none; padding: 0; margin-top: 30px; } .page-xxa88__promotion-item { background-color: #2a2a2a; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; box-sizing: border-box; } .page-xxa88__promotion-item-text { flex: 1; min-width: 250px; font-size: 1.1em; color: #fff; } .page-xxa88__promotion-item-btn { margin-left: 20px; } .page-xxa88__security-support-content { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; margin-top: 30px; } .page-xxa88__security-feature { background-color: #2a2a2a; padding: 25px; border-radius: 8px; text-align: center; flex: 1; min-width: 280px; max-width: 350px; box-sizing: border-box; } .page-xxa88__security-feature-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-xxa88__security-feature-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-xxa88__security-feature-description { font-size: 0.95em; color: #ccc; } .page-xxa88__faq-list { margin-top: 30px; } .page-xxa88__faq-item { background-color: #2a2a2a; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-xxa88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #333; color: #fff; cursor: pointer; font-size: 1.1em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-xxa88__faq-question:hover { background-color: #444; } .page-xxa88__faq-question h3 { margin: 0; font-size: 1.1em; color: #fff; pointer-events: none; } .page-xxa88__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; } .page-xxa88__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #ccc; background-color: #2a2a2a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-xxa88__faq-item.active .page-xxa88__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-xxa88__faq-answer p { margin: 0; line-height: 1.6; } .page-xxa88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-xxa88__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; box-sizing: border-box; } .page-xxa88__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-xxa88__blog-card-image { width: 100%; height: 220px; object-fit: cover; border-bottom: 2px solid #ffcc00; } .page-xxa88__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-xxa88__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; line-height: 1.3; } .page-xxa88__blog-card-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; } .page-xxa88__blog-card-title a:hover { color: #fff; } .page-xxa88__blog-card-date { font-size: 0.85em; color: #888; margin-bottom: 10px; } .page-xxa88__blog-card-summary { font-size: 0.95em; color: #ccc; line-height: 1.5; margin-bottom: 15px; flex-grow: 1; } .page-xxa88__blog-card-link { display: inline-block; padding: 10px 20px; background-color: #ffcc00; color: #1a1a1a; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: auto; } .page-xxa88__blog-card-link:hover { background-color: #e6b800; } @media (max-width: 992px) { .page-xxa88__hero-title { font-size: 2.8em; } .page-xxa88__hero-description { font-size: 1.1em; } .page-xxa88__section-title { font-size: 2em; } .page-xxa88__game-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .page-xxa88__blog-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .page-xxa88__promotion-item-text { font-size: 1em; } .page-xxa88__promotion-item-btn { margin-left: 10px; } } @media (max-width: 768px) { .page-xxa88__hero-section { padding-bottom: 40px; } .page-xxa88__hero-title { font-size: 2em; } .page-xxa88__hero-description { font-size: 1em; margin-bottom: 30px; } .page-xxa88__cta-group { flex-direction: column; gap: 15px; } .page-xxa88__btn { width: 80%; max-width: 300px; padding: 12px 20px; font-size: 1em; } .page-xxa88__section { padding: 30px 15px; } .page-xxa88__section-title { font-size: 1.8em; margin-bottom: 25px; } .page-xxa88__introduction-text, .page-xxa88__game-card-description, .page-xxa88__security-feature-description, .page-xxa88__blog-card-summary { font-size: 0.9em; } .page-xxa88__quick-access-grid, .page-xxa88__game-grid, .page-xxa88__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-xxa88__promotion-item { flex-direction: column; align-items: flex-start; padding: 15px; } .page-xxa88__promotion-item-text { margin-bottom: 10px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-xxa88__promotion-item-btn { margin-left: 0; width: 100%; } .page-xxa88__security-support-content { flex-direction: column; gap: 20px; } .page-xxa88__security-feature { max-width: 100%; } .page-xxa88__faq-question { padding: 12px 15px; font-size: 1em; } .page-xxa88__faq-question h3 { font-size: 1em; } .page-xxa88__faq-answer { padding: 0 15px; } .page-xxa88__faq-item.active .page-xxa88__faq-answer { padding: 15px !important; } .page-xxa88__blog-card-title { font-size: 1.2em; } .page-xxa88__blog-card-link { width: 100%; text-align: center; } } .page-xxa88__game-providers-section { padding: 40px 20px; margin-bottom: 30px; border-radius: 10px; background-color: #222; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-xxa88__game-providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; justify-items: center; align-items: center; margin-top: 30px; } .page-xxa88__provider-logo { width: 100%; height: auto; max-width: 150px; opacity: 0.7; transition: opacity 0.3s ease; } .page-xxa88__provider-logo:hover { opacity: 1; } @media (max-width: 768px) { .page-xxa88__game-providers-grid { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } .page-xxa88__provider-logo { max-width: 120px; } }