.page-88blc { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-88blc__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-88blc__btn { display: inline-block; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; }.page-88blc__btn--primary { background-color: #ff4d4d; color: #fff; border: 2px solid #ff4d4d; }.page-88blc__btn--primary:hover { background-color: #e60000; transform: translateY(-2px); }.page-88blc__btn--secondary { background-color: #4CAF50; color: #fff; border: 2px solid #4CAF50; }.page-88blc__btn--secondary:hover { background-color: #45a049; transform: translateY(-2px); }.page-88blc__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-88blc__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.2em; font-weight: 700; }.page-88blc__section-subtitle { text-align: center; color: #7f8c8d; font-size: 1.1em; margin-bottom: 40px; }.page-88blc__hero-section { position: relative; width: 100%; overflow: hidden; color: #fff; text-align: center; padding: 10px 0 60px; background-color: #2c3e50; }.page-88blc__hero-image { width: 100%; height: 500px; object-fit: cover; display: block; filter: brightness(0.7); }.page-88blc__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; width: 90%; max-width: 800px; }.page-88blc__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-88blc__hero-description { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-88blc__hero-cta { background-color: #ff4d4d; color: #fff; padding: 15px 40px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-88blc__hero-cta:hover { background-color: #e60000; transform: translateY(-3px); }.page-88blc__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; }.page-88blc__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-88blc__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-88blc__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-88blc__intro-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-88blc__intro-item-icon { margin-bottom: 15px; }.page-88blc__intro-item-icon img { width: 200px !important; height: auto !important; max-width: 100% !important; height: auto !important; object-fit: contain; border-radius: 4px; }.page-88blc__intro-item-title { font-size: 1.4em; color: #34495e; margin-bottom: 10px; }.page-88blc__intro-item-text { font-size: 1em; color: #7f8c8d; }.page-88blc__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-88blc__access-link { background-color: #3498db; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-88blc__access-link:hover { background-color: #2980b9; }.page-88blc__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-88blc__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; }.page-88blc__game-card:hover { transform: translateY(-5px); }.page-88blc__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-88blc__game-card-content { padding: 20px; }.page-88blc__game-card-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; }.page-88blc__game-card-description { font-size: 0.95em; color: #7f8c8d; margin-bottom: 20px; }.page-88blc__game-card-btn { background-color: #e74c3c; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-88blc__game-card-btn:hover { background-color: #c0392b; }.page-88blc__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-88blc__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-88blc__promo-card:hover { transform: translateY(-5px); }.page-88blc__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-88blc__promo-content { padding: 20px; }.page-88blc__promo-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-88blc__promo-description { font-size: 0.95em; color: #7f8c8d; margin-bottom: 20px; }.page-88blc__promo-btn { background-color: #f39c12; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-88blc__promo-btn:hover { background-color: #e67e22; }.page-88blc__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; text-align: center; }.page-88blc__info-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-88blc__info-icon { margin-bottom: 15px; }.page-88blc__info-icon img { width: 200px !important; height: auto !important; max-width: 100% !important; height: auto !important; object-fit: contain; border-radius: 4px; }.page-88blc__info-title { font-size: 1.4em; color: #34495e; margin-bottom: 10px; }.page-88blc__info-text { font-size: 1em; color: #7f8c8d; }.page-88blc__faq-item { border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }.page-88blc__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f9f9f9; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-88blc__faq-question h3 { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; }.page-88blc__faq-question:hover { background-color: #f0f0f0; }.page-88blc__faq-toggle { font-size: 1.5em; font-weight: bold; color: #3498db; transition: transform 0.3s ease; pointer-events: none; }.page-88blc__faq-item.active .page-88blc__faq-toggle { transform: rotate(45deg); color: #e74c3c; }.page-88blc__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-88blc__faq-item.active .page-88blc__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-88blc__faq-answer p { margin-bottom: 10px; color: #555; }.page-88blc__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-88blc__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-88blc__blog-card:hover { transform: translateY(-5px); }.page-88blc__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-88blc__blog-content { padding: 20px; }.page-88blc__blog-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-88blc__blog-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; }.page-88blc__blog-title a:hover { color: #3498db; }.page-88blc__blog-meta { font-size: 0.85em; color: #95a5a6; margin-bottom: 15px; }.page-88blc__blog-description { font-size: 0.95em; color: #7f8c8d; }.page-88blc__fixed-cta { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #ff4d4d; padding: 15px 0; text-align: center; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); z-index: 999; display: none; }.page-88blc__fixed-cta-btn { background-color: #fff; color: #ff4d4d; padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; }.page-88blc__fixed-cta-btn:hover { background-color: #f0f0f0; }.page-88blc__center-text { text-align: center; }.page-88blc__section-content { max-width: 1200px; margin: 0 auto; }.page-88blc__game-provider-logo { width: 120px !important; height: 120px !important; object-fit: contain; }.page-88blc__game-provider-item { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #f9f9f9; padding: 20px; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-88blc__game-provider-name { margin-top: 10px; font-weight: bold; color: #34495e; }.page-88blc__game-provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; }.page-88blc__logo-center { text-align: center; margin-bottom: 20px; }.page-88blc__logo-center img { max-width: 200px; height: auto; }.page-88blc__nav-menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }.page-88blc__nav-item a { display: block; padding: 8px 15px; background-color: #ecf0f1; border-radius: 20px; text-decoration: none; color: #2c3e50; font-weight: bold; transition: background-color 0.3s ease; }.page-88blc__nav-item a:hover { background-color: #bdc3c7; }@media (max-width: 768px) { .page-88blc__floating-buttons { bottom: 80px; right: 10px; }.page-88blc__hero-title { font-size: 2.5em; }.page-88blc__hero-description { font-size: 1em; }.page-88blc__hero-cta { padding: 12px 30px; font-size: 1em; }.page-88blc__section { padding: 30px 15px; }.page-88blc__section-title { font-size: 1.8em; }.page-88blc__intro-grid, .page-88blc__game-grid, .page-88blc__promo-grid, .page-88blc__info-grid, .page-88blc__blog-grid, .page-88blc__game-provider-grid { grid-template-columns: 1fr; }.page-88blc__access-links { flex-direction: column; align-items: center; }.page-88blc__access-link { width: 80%; max-width: 300px; }.page-88blc__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-88blc__payment-logo, .page-88blc__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-88blc__intro-item-icon img, .page-88blc__info-icon img { width: 150px !important; height: auto !important; max-width: 100% !important; height: auto !important; }.page-88blc__game-card-image, .page-88blc__promo-image, .page-88blc__blog-image { height: 180px; }.page-88blc__faq-question { padding: 12px 15px; }.page-88blc__faq-question h3 { font-size: 1.1em; }.page-88blc__faq-answer { padding: 0 15px; }.page-88blc__faq-item.active .page-88blc__faq-answer { padding: 15px 15px !important; }.page-88blc__fixed-cta { display: block; }.page-88blc__nav-menu { flex-direction: row; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; padding-bottom: 10px; scrollbar-width: none; -ms-overflow-style: none; }.page-88blc__nav-menu::-webkit-scrollbar { display: none; }.page-88blc__nav-item { flex-shrink: 0; }.page-88blc__nav-item a { padding: 6px 12px; font-size: 0.9em; }.page-88blc__game-provider-item { padding: 15px; }.page-88blc__game-provider-logo { width: 100px !important; height: 100px !important; } }