@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');:root {--page-88bi-primary-color: #e44d26; --page-88bi-secondary-color: #333; --page-88bi-accent-color: #f7b731; --page-88bi-text-color: #eee; --page-88bi-background-dark: #1a1a1a; --page-88bi-background-light: #2c2c2c; --page-88bi-border-color: #555; --page-88bi-button-hover-bg: #ff6f42; --page-88bi-card-bg: #222;}body {font-family: 'Roboto', sans-serif; color: var(--page-88bi-text-color); background-color: var(--page-88bi-background-dark); line-height: 1.6; margin: 0; padding: 0; overflow-x: hidden;}.page-88bi {max-width: 1200px; margin: 0 auto; padding: 10px 15px; box-sizing: border-box;}.page-88bi__section-title {font-size: 2.5em; color: var(--page-88bi-primary-color); text-align: center; margin-bottom: 40px; padding-top: 40px; position: relative;}.page-88bi__section-title::after {content: ''; display: block; width: 80px; height: 4px; background-color: var(--page-88bi-accent-color); margin: 10px auto 0; border-radius: 2px;}/* General button styles */.page-88bi__hero-button, .page-88bi__game-button, .page-88bi__promo-button, .page-88bi__contact-button {display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; font-size: 1.1em; cursor: pointer; box-sizing: border-box;}.page-88bi__hero-button--primary {background-color: var(--page-88bi-primary-color); color: #fff; border: 2px solid var(--page-88bi-primary-color);}.page-88bi__hero-button--primary:hover {background-color: var(--page-88bi-button-hover-bg); border-color: var(--page-88bi-button-hover-bg); transform: translateY(-2px);}.page-88bi__hero-button--secondary {background-color: transparent; color: var(--page-88bi-primary-color); border: 2px solid var(--page-88bi-primary-color); margin-left: 15px;}.page-88bi__hero-button--secondary:hover {background-color: var(--page-88bi-primary-color); color: #fff; transform: translateY(-2px);}/* Hero Section */.page-88bi__hero-section {display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 500px; background-color: var(--page-88bi-background-light); padding: 50px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px;}.page-88bi__hero-image {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 1;}.page-88bi__hero-content {position: relative; z-index: 2; max-width: 800px;}.page-88bi__hero-title {font-size: 3.5em; color: #fff; margin-bottom: 20px; line-height: 1.2;}.page-88bi__hero-subtitle {font-size: 1.5em; color: #ccc; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto;}.page-88bi__hero-cta-group {display: flex; justify-content: center; flex-wrap: wrap; gap: 15px;}/* Payment Providers Section */.page-88bi__payment-providers {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: var(--page-88bi-card-bg); padding: 30px 20px; border-radius: 10px; margin-bottom: 40px;}.page-88bi__payment-logo-grid {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%;}.page-88bi__payment-logo {flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain;}.page-88bi__payment-logo img {display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain;}/* Intro Section */.page-88bi__intro-section {background-color: var(--page-88bi-card-bg); padding: 40px 30px; border-radius: 10px; margin-bottom: 40px;}.page-88bi__intro-text {font-size: 1.1em; margin-bottom: 20px; color: #ccc;}/* Quick Access Section */.page-88bi__quick-access-section {background-color: var(--page-88bi-background-light); padding: 40px 20px; border-radius: 10px; margin-bottom: 40px;}.page-88bi__quick-links-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px;}.page-88bi__quick-link-card {background-color: var(--page-88bi-card-bg); padding: 25px; border-radius: 10px; text-align: center; text-decoration: none; color: var(--page-88bi-text-color); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; height: 100%; box-sizing: border-box;}.page-88bi__quick-link-card:hover {transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);}.page-88bi__quick-link-icon {width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; border-radius: 50%; background-color: var(--page-88bi-primary-color); padding: 10px; box-sizing: border-box; max-width: 100% !important; height: auto !important;}.page-88bi__quick-link-title {font-size: 1.4em; color: var(--page-88bi-primary-color); margin-bottom: 10px; flex-grow: 1;}.page-88bi__quick-link-description {font-size: 0.95em; color: #bbb;}/* Games Section */.page-88bi__games-section {background-color: var(--page-88bi-card-bg); padding: 40px 20px; border-radius: 10px; margin-bottom: 40px;}.page-88bi__games-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px;}.page-88bi__game-card {background-color: var(--page-88bi-background-light); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; box-sizing: border-box;}.page-88bi__game-card:hover {transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-88bi__game-image {width: 100%; height: 200px; object-fit: cover; max-width: 100% !important; height: auto !important;}.page-88bi__game-title {font-size: 1.5em; color: var(--page-88bi-primary-color); padding: 15px 20px 10px; margin: 0;}.page-88bi__game-description {font-size: 0.95em; color: #bbb; padding: 0 20px 15px; flex-grow: 1;}.page-88bi__game-button {background-color: var(--page-88bi-accent-color); color: var(--page-88bi-secondary-color); border: none; border-radius: 0 0 10px 10px; padding: 12px 20px; width: 100%; font-size: 1.1em; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; box-sizing: border-box;}.page-88bi__game-button:hover {background-color: var(--page-88bi-primary-color); color: #fff;}/* Promotions Section */.page-88bi__promotions-section {background-color: var(--page-88bi-background-light); padding: 40px 20px; border-radius: 10px; margin-bottom: 40px;}.page-88bi__promotions-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px;}.page-88bi__promo-card {background-color: var(--page-88bi-card-bg); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; box-sizing: border-box;}.page-88bi__promo-card:hover {transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-88bi__promo-image {width: 100%; height: 200px; object-fit: cover; max-width: 100% !important; height: auto !important;}.page-88bi__promo-title {font-size: 1.4em; color: var(--page-88bi-primary-color); padding: 15px 20px 10px; margin: 0;}.page-88bi__promo-description {font-size: 0.95em; color: #bbb; padding: 0 20px 15px; flex-grow: 1;}.page-88bi__promo-button {background-color: var(--page-88bi-primary-color); color: #fff; border: none; border-radius: 0 0 10px 10px; padding: 12px 20px; width: 100%; font-size: 1.1em; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; box-sizing: border-box;}.page-88bi__promo-button:hover {background-color: var(--page-88bi-button-hover-bg);}/* Security & Support Section */.page-88bi__security-support-section {background-color: var(--page-88bi-card-bg); padding: 40px 20px; border-radius: 10px; margin-bottom: 40px; text-align: center;}.page-88bi__security-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-bottom: 40px;}.page-88bi__security-item {background-color: var(--page-88bi-background-light); padding: 25px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; align-items: center; height: 100%; box-sizing: border-box;}.page-88bi__security-icon {width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; max-width: 100% !important; height: auto !important;}.page-88bi__security-title {font-size: 1.4em; color: var(--page-88bi-primary-color); margin-bottom: 10px;}.page-88bi__security-description {font-size: 0.95em; color: #bbb;}.page-88bi__contact-cta {margin-top: 30px; padding: 25px; background-color: var(--page-88bi-primary-color); border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center;}.page-88bi__contact-text {font-size: 1.2em; color: #fff; margin-bottom: 15px;}.page-88bi__contact-button {background-color: var(--page-88bi-accent-color); color: var(--page-88bi-secondary-color); border: none; padding: 12px 30px; border-radius: 8px; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease; box-sizing: border-box;}.page-88bi__contact-button:hover {background-color: #fff;}/* FAQ Section */.page-88bi__faq-section {background-color: var(--page-88bi-background-light); padding: 40px 20px; border-radius: 10px; margin-bottom: 40px;}.page-88bi__faq-list {max-width: 800px; margin: 0 auto;}.page-88bi__faq-item {margin-bottom: 15px; border: 1px solid var(--page-88bi-border-color); border-radius: 8px; overflow: hidden; background-color: var(--page-88bi-card-bg);}.page-88bi__faq-question {display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: var(--page-88bi-secondary-color); color: #fff; font-weight: bold; transition: background-color 0.3s ease; user-select: none;}.page-88bi__faq-question:hover {background-color: #444;}.page-88bi__faq-question-text {margin: 0; font-size: 1.2em; color: var(--page-88bi-primary-color); pointer-events: none;}.page-88bi__faq-toggle {font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; color: var(--page-88bi-accent-color);}.page-88bi__faq-item.active .page-88bi__faq-toggle {transform: rotate(45deg);}.page-88bi__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; color: #ccc;}.page-88bi__faq-item.active .page-88bi__faq-answer {max-height: 2000px !important; padding: 20px 15px !important; opacity: 1;}.page-88bi__faq-answer p {margin: 0; padding-bottom: 10px;}/* Blog Section */.page-88bi__blog-section {background-color: var(--page-88bi-card-bg); padding: 40px 20px; border-radius: 10px;}.page-88bi__blog-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px;}.page-88bi__blog-card {background-color: var(--page-88bi-background-light); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; box-sizing: border-box;}.page-88bi__blog-card:hover {transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-88bi__blog-image {width: 100%; height: 200px; object-fit: cover; max-width: 100% !important; height: auto !important;}.page-88bi__blog-title {font-size: 1.3em; padding: 15px 20px 5px; margin: 0; line-height: 1.4;}.page-88bi__blog-title a.page-88bi__blog-link {color: var(--page-88bi-primary-color); text-decoration: none; transition: color 0.3s ease; display: block;}.page-88bi__blog-title a.page-88bi__blog-link:hover {color: var(--page-88bi-accent-color);}.page-88bi__blog-date {font-size: 0.85em; color: #888; padding: 0 20px; margin-bottom: 10px;}.page-88bi__blog-summary {font-size: 0.95em; color: #bbb; padding: 0 20px 20px; flex-grow: 1;}/* Responsive adjustments */@media (max-width: 1024px) {.page-88bi__hero-title {font-size: 3em;}.page-88bi__hero-subtitle {font-size: 1.3em;}.page-88bi__section-title {font-size: 2.2em;}}@media (max-width: 768px) {.page-88bi {padding: 10px 10px;}.page-88bi__hero-section {min-height: 400px; padding: 30px 15px;}.page-88bi__hero-title {font-size: 2.2em;}.page-88bi__hero-subtitle {font-size: 1.1em;}.page-88bi__hero-cta-group {flex-direction: column; gap: 10px;}.page-88bi__hero-button {width: 100%; margin-left: 0 !important;} .page-88bi__section-title {font-size: 1.8em; margin-bottom: 30px; padding-top: 30px;}/* Payment Providers specific mobile rules */.page-88bi__payment-providers {flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px;}.page-88bi__payment-logo, .page-88bi__payment-logo img {width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important;} .page-88bi__intro-section, .page-88bi__quick-access-section, .page-88bi__games-section, .page-88bi__promotions-section, .page-88bi__security-support-section, .page-88bi__faq-section, .page-88bi__blog-section {padding: 30px 15px;} .page-88bi__quick-links-grid, .page-88bi__games-grid, .page-88bi__promotions-grid, .page-88bi__security-grid, .page-88bi__blog-grid {grid-template-columns: 1fr; gap: 20px;} .page-88bi__quick-link-card, .page-88bi__game-card, .page-88bi__promo-card, .page-88bi__security-item, .page-88bi__blog-card {width: 100%; max-width: 100%; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important;} /* Image responsiveness for all non-gamelogo images */.page-88bi__hero-image, .page-88bi__quick-link-icon, .page-88bi__game-image, .page-88bi__promo-image, .page-88bi__security-icon, .page-88bi__blog-image {max-width: 100% !important; height: auto !important; box-sizing: border-box !important;} .page-88bi__faq-question {padding: 12px 15px;}.page-88bi__faq-question-text {font-size: 1.1em;}.page-88bi__faq-answer {padding: 0 10px;}.page-88bi__faq-item.active .page-88bi__faq-answer {padding: 15px 10px !important;}}@media (max-width: 480px) {.page-88bi__hero-title {font-size: 1.8em;}.page-88bi__hero-subtitle {font-size: 1em;}.page-88bi__section-title {font-size: 1.6em;}.page-88bi__hero-button, .page-88bi__game-button, .page-88bi__promo-button, .page-88bi__contact-button {padding: 10px 20px; font-size: 1em;}}