.page-cm8889 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-cm8889__section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-cm8889__section--dark { background-color: #0f0f1a; }.page-cm8889__section--highlight { background-color: #2a0f3a; }.page-cm8889__h1, .page-cm8889__h2 { color: #e94560; margin-bottom: 25px; text-transform: uppercase; }.page-cm8889__h1 { font-size: 2.5em; }.page-cm8889__h2 { font-size: 2em; }.page-cm8889__h3 { color: #f0f0f0; font-size: 1.5em; margin-bottom: 15px; }.page-cm8889__text { margin-bottom: 20px; font-size: 1.1em; }.page-cm8889__button { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; }.page-cm8889__button:hover { background-color: #ff6a80; transform: translateY(-3px); }.page-cm8889__button--secondary { background-color: #0f3460; }.page-cm8889__button--secondary:hover { background-color: #1a4d8f; }.page-cm8889__hero-section { background-image: url('[GALLERY:hero:1920x1080:gaming,casino,banner,cm8889]'); background-size: cover; background-position: center; padding: 100px 20px; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; padding-top: 10px; /* Small decorative padding, assuming body handles main offset */ }.page-cm8889__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 1; }.page-cm8889__hero-content { position: relative; z-index: 2; max-width: 800px; }.page-cm8889__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-cm8889__hero-description { font-size: 1.3em; margin-bottom: 30px; }.page-cm8889__hero-buttons .page-cm8889__button { margin: 0 10px; }.page-cm8889__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-cm8889__floating-buttons .page-cm8889__button { padding: 10px 20px; font-size: 0.9em; }.page-cm8889__intro-section .page-cm8889__text { text-align: left; }.page-cm8889__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }.page-cm8889__quick-access-grid .page-cm8889__button { width: 100%; padding: 15px 10px; }.page-cm8889__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-cm8889__game-card { background-color: #2e1a47; border-radius: 15px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-cm8889__game-card:hover { transform: translateY(-8px); }.page-cm8889__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-cm8889__game-card-content { padding: 20px; }.page-cm8889__game-card-title { font-size: 1.3em; margin-bottom: 10px; color: #f0f0f0; }.page-cm8889__game-card .page-cm8889__button { margin-top: 15px; }.page-cm8889__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-cm8889__promo-card { background-color: #1a0f2e; border-radius: 15px; overflow: hidden; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-cm8889__promo-card:hover { transform: translateY(-8px); }.page-cm8889__promo-card-image { width: 100%; height: 180px; object-fit: cover; }.page-cm8889__promo-card-content { padding: 20px; }.page-cm8889__promo-card-title { font-size: 1.4em; margin-bottom: 10px; color: #e94560; }.page-cm8889__promo-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; }.page-cm8889__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-cm8889__feature-item { background-color: #2e1a47; padding: 25px; border-radius: 10px; width: calc(33% - 20px); box-sizing: border-box; text-align: center; }.page-cm8889__feature-item img { margin-bottom: 15px; }.page-cm8889__feature-item h3 { color: #f0f0f0; margin-bottom: 10px; }.page-cm8889__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-cm8889__payment-provider-logo { width: 120px; height: 60px; object-fit: contain; background-color: #3a2550; padding: 10px; border-radius: 8px; }.page-cm8889__faq-list { margin-top: 30px; text-align: left; }.page-cm8889__faq-item { background-color: #2e1a47; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }.page-cm8889__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #3a2550; transition: background-color 0.3s ease; user-select: none; }.page-cm8889__faq-question:hover { background-color: #4a3060; }.page-cm8889__faq-question h3 { margin: 0; font-size: 1.2em; color: #f0f0f0; pointer-events: none; }.page-cm8889__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; }.page-cm8889__faq-item.active .page-cm8889__faq-toggle { transform: rotate(45deg); }.page-cm8889__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #2e1a47; color: #ccc; }.page-cm8889__faq-item.active .page-cm8889__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-cm8889__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-cm8889__blog-card { background-color: #1a0f2e; border-radius: 15px; overflow: hidden; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-cm8889__blog-card:hover { transform: translateY(-8px); }.page-cm8889__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-cm8889__blog-card-content { padding: 20px; }.page-cm8889__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #e94560; }.page-cm8889__blog-card-date { font-size: 0.85em; color: #888; margin-bottom: 15px; }.page-cm8889__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 20px; }.page-cm8889__blog-card .page-cm8889__button { margin-top: 15px; }.page-cm8889__social-media-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-cm8889__social-media-logo { width: 60px; height: 60px; object-fit: contain; background-color: #3a2550; padding: 10px; border-radius: 50%; transition: transform 0.3s ease; }.page-cm8889__social-media-logo:hover { transform: scale(1.1); }@media (max-width: 768px) { .page-cm8889__h1 { font-size: 2em; }.page-cm8889__h2 { font-size: 1.6em; }.page-cm8889__hero-section { padding: 80px 15px; min-height: 400px; }.page-cm8889__hero-title { font-size: 2.5em; }.page-cm8889__hero-description { font-size: 1.1em; }.page-cm8889__hero-buttons { display: flex; flex-direction: column; gap: 15px; }.page-cm8889__hero-buttons .page-cm8889__button { margin: 0; width: 100%; }.page-cm8889__section { padding: 30px 15px; }.page-cm8889__quick-access-grid { grid-template-columns: 1fr; }.page-cm8889__games-grid, .page-cm8889__promotions-grid, .page-cm8889__blog-grid { grid-template-columns: 1fr; }.page-cm8889__feature-item { width: 100%; }.page-cm8889__faq-question { padding: 15px 20px; }.page-cm8889__faq-question h3 { font-size: 1.1em; }.page-cm8889__faq-answer { padding: 0 20px; }.page-cm8889__faq-item.active .page-cm8889__faq-answer { padding: 15px 20px !important; }.page-cm8889__floating-buttons { bottom: 15px; right: 15px; }.page-cm8889__payment-provider-logo { width: 100px; height: 50px; }.page-cm8889__social-media-logo { width: 50px; height: 50px; } /* List item responsive requirements */ .page-cm8889__quick-access-grid .page-cm8889__button, .page-cm8889__games-grid .page-cm8889__game-card, .page-cm8889__promotions-grid .page-cm8889__promo-card, .page-cm8889__blog-grid .page-cm8889__blog-card, .page-cm8889__faq-list .page-cm8889__faq-item, .page-cm8889__security-features .page-cm8889__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-cm8889__games-grid, .page-cm8889__promotions-grid, .page-cm8889__blog-grid, .page-cm8889__faq-list, .page-cm8889__quick-access-grid, .page-cm8889__security-features { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-cm8889__text, .page-cm8889__promo-card-description, .page-cm8889__blog-card-excerpt, .page-cm8889__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}