.page-bingoplus-addiction { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-bingoplus-addiction__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-bingoplus-addiction__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }.page-bingoplus-addiction__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-bingoplus-addiction__title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; }.page-bingoplus-addiction__title--light { color: #ecf0f1; }.page-bingoplus-addiction__subtitle { text-align: center; color: #555; margin-bottom: 20px; font-size: 1.5em; }.page-bingoplus-addiction__hero-section { background-color: #007bff; color: #fff; text-align: center; padding: 80px 20px 60px; border-radius: 0; box-shadow: none; position: relative; overflow: hidden; padding-top: 10px; }.page-bingoplus-addiction__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; }.page-bingoplus-addiction__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }.page-bingoplus-addiction__hero-title { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }.page-bingoplus-addiction__hero-description { font-size: 1.2em; margin-bottom: 30px; }.page-bingoplus-addiction__cta-button { display: inline-block; background-color: #28a745; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-bingoplus-addiction__cta-button:hover { background-color: #218838; }.page-bingoplus-addiction__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-bingoplus-addiction__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-bingoplus-addiction__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-bingoplus-addiction__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-bingoplus-addiction__card { background-color: #f4f4f4; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-bingoplus-addiction__card:hover { transform: translateY(-5px); }.page-bingoplus-addiction__card-icon { width: 60px; height: 60px; margin-bottom: 15px; }.page-bingoplus-addiction__card-title { font-size: 1.3em; margin-bottom: 10px; color: #007bff; }.page-bingoplus-addiction__card-description { font-size: 0.95em; color: #666; }.page-bingoplus-addiction__game-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }.page-bingoplus-addiction__game-item { background-color: #eee; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: center; }.page-bingoplus-addiction__game-image { width: 100%; height: 200px; object-fit: cover; }.page-bingoplus-addiction__game-title { font-size: 1.2em; padding: 15px 10px 5px; color: #007bff; }.page-bingoplus-addiction__game-button { display: block; background-color: #007bff; color: #fff; padding: 10px 15px; border-radius: 0 0 8px 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-bingoplus-addiction__game-button:hover { background-color: #0056b3; }.page-bingoplus-addiction__promotion-item { background-color: #e9ecef; padding: 20px; border-radius: 8px; margin-bottom: 15px; }.page-bingoplus-addiction__promotion-title { font-size: 1.3em; color: #28a745; margin-bottom: 10px; }.page-bingoplus-addiction__promotion-description { margin-bottom: 15px; }.page-bingoplus-addiction__promotion-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; transition: background-color 0.3s ease; }.page-bingoplus-addiction__promotion-button:hover { background-color: #218838; }.page-bingoplus-addiction__faq-list { list-style: none; padding: 0; }.page-bingoplus-addiction__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; margin-bottom: 10px; border-radius: 5px; overflow: hidden; }.page-bingoplus-addiction__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; font-weight: bold; color: #333; user-select: none; transition: background-color 0.3s ease; }.page-bingoplus-addiction__faq-question:hover { background-color: #e0e0e0; }.page-bingoplus-addiction__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-bingoplus-addiction__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; }.page-bingoplus-addiction__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; }.page-bingoplus-addiction__faq-item.active .page-bingoplus-addiction__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-bingoplus-addiction__faq-item.active .page-bingoplus-addiction__faq-question { background-color: #e0e0e0; }.page-bingoplus-addiction__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-bingoplus-addiction__blog-card { background-color: #f4f4f4; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-bingoplus-addiction__blog-card:hover { transform: translateY(-5px); }.page-bingoplus-addiction__blog-image { width: 100%; height: 180px; object-fit: cover; }.page-bingoplus-addiction__blog-content { padding: 20px; }.page-bingoplus-addiction__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #007bff; }.page-bingoplus-addiction__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-bingoplus-addiction__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; }.page-bingoplus-addiction__blog-link:hover { text-decoration: underline; }.page-bingoplus-addiction__text-content p { margin-bottom: 15px; }.page-bingoplus-addiction__text-content ul { list-style: disc; margin-left: 20px; margin-bottom: 15px; }.page-bingoplus-addiction__text-content li { margin-bottom: 5px; }.page-bingoplus-addiction__list-item { box-sizing: border-box; }.page-bingoplus-addiction__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-bingoplus-addiction__image-wrapper img { max-width: 100%; height: auto; display: block; }.page-bingoplus-addiction__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }.page-bingoplus-addiction__quick-link-button { background-color: #6c757d; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-bingoplus-addiction__quick-link-button:hover { background-color: #5a6268; }@media (max-width: 768px) { .page-bingoplus-addiction__hero-section { padding: 60px 15px 40px; }.page-bingoplus-addiction__hero-title { font-size: 2em; }.page-bingoplus-addiction__hero-description { font-size: 1em; }.page-bingoplus-addiction__title { font-size: 2em; }.page-bingoplus-addiction__subtitle { font-size: 1.2em; }.page-bingoplus-addiction__section { padding: 30px 15px; }.page-bingoplus-addiction__grid, .page-bingoplus-addiction__game-gallery, .page-bingoplus-addiction__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-bingoplus-addiction__card { padding: 20px; }.page-bingoplus-addiction__game-image { height: 180px; }.page-bingoplus-addiction__faq-question { padding: 12px 15px; }.page-bingoplus-addiction__faq-question h3 { font-size: 1em; }.page-bingoplus-addiction__faq-answer { padding: 15px !important; }.page-bingoplus-addiction__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-bingoplus-addiction__payment-logo, .page-bingoplus-addiction__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-bingoplus-addiction__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 10px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-bingoplus-addiction__text-content ul { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 10px !important; margin-left: 0 !important; margin-right: 0 !important; }.page-bingoplus-addiction__image-wrapper img { max-width: 100% !important; height: auto !important; }}