.page-bingoplus-cheat {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-bingoplus-cheat__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}.page-bingoplus-cheat__section {  background-color: #fff;  margin-bottom: 30px;  padding: 30px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-bingoplus-cheat__section-title {  font-size: 2.2em;  color: #0056b3;  margin-bottom: 20px;  text-align: center;  font-weight: bold;}.page-bingoplus-cheat__section-subtitle {  font-size: 1.5em;  color: #0056b3;  margin-top: 25px;  margin-bottom: 15px;  font-weight: bold;}.page-bingoplus-cheat__hero-section {  position: relative;  background: linear-gradient(135deg, #007bff, #0056b3);  color: #fff;  padding: 80px 20px;  text-align: center;  overflow: hidden;  border-radius: 0 0 15px 15px;  padding-top: 10px;}.page-bingoplus-cheat__hero-title {  font-size: 3em;  margin-bottom: 15px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);}.page-bingoplus-cheat__hero-text {  font-size: 1.2em;  margin-bottom: 30px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-bingoplus-cheat__cta-button {  display: inline-block;  background-color: #ffc107;  color: #333;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.2s ease;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);}.page-bingoplus-cheat__cta-button:hover {  background-color: #e0a800;  transform: translateY(-2px);}.page-bingoplus-cheat__introduction-section .page-bingoplus-cheat__section-title, .page-bingoplus-cheat__quick-access-section .page-bingoplus-cheat__section-title, .page-bingoplus-cheat__games-section .page-bingoplus-cheat__section-title, .page-bingoplus-cheat__promotions-section .page-bingoplus-cheat__section-title, .page-bingoplus-cheat__security-support-section .page-bingoplus-cheat__section-title, .page-bingoplus-cheat__faq-section .page-bingoplus-cheat__section-title, .page-bingoplus-cheat__blog-section .page-bingoplus-cheat__section-title {  color: #0056b3;}.page-bingoplus-cheat__quick-access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  gap: 20px;  margin-top: 20px;}.page-bingoplus-cheat__quick-access-button {  display: block;  width: 100%;  padding: 15px;  background-color: #007bff;  color: #fff;  text-align: center;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  box-sizing: border-box;}.page-bingoplus-cheat__quick-access-button:hover {  background-color: #0056b3;}.page-bingoplus-cheat__game-category-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 25px;  margin-top: 20px;}.page-bingoplus-cheat__game-category-card {  background-color: #f0f8ff;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  text-align: center;  transition: transform 0.3s ease;}.page-bingoplus-cheat__game-category-card:hover {  transform: translateY(-5px);}.page-bingoplus-cheat__game-category-card-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-bingoplus-cheat__game-category-card-content {  padding: 20px;}.page-bingoplus-cheat__game-category-card-title {  font-size: 1.4em;  color: #0056b3;  margin-bottom: 10px;}.page-bingoplus-cheat__game-category-card-description {  font-size: 0.95em;  color: #555;  margin-bottom: 15px;}.page-bingoplus-cheat__game-category-card-button {  display: inline-block;  background-color: #28a745;  color: #fff;  padding: 10px 20px;  border-radius: 25px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-bingoplus-cheat__game-category-card-button:hover {  background-color: #218838;}.page-bingoplus-cheat__promotions-list {  list-style: none;  padding: 0;}.page-bingoplus-cheat__promotion-item {  background-color: #f0f8ff;  border: 1px solid #e0e0e0;  border-radius: 8px;  margin-bottom: 20px;  padding: 20px;  display: flex;  flex-direction: column;  align-items: flex-start;}.page-bingoplus-cheat__promotion-title {  font-size: 1.5em;  color: #0056b3;  margin-bottom: 10px;}.page-bingoplus-cheat__promotion-description {  font-size: 1em;  color: #555;  margin-bottom: 15px;}.page-bingoplus-cheat__promotion-button {  background-color: #ffc107;  color: #333;  padding: 10px 20px;  border-radius: 25px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-bingoplus-cheat__promotion-button:hover {  background-color: #e0a800;}.page-bingoplus-cheat__feature-list {  list-style: none;  padding: 0;  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 20px;}.page-bingoplus-cheat__feature-item {  background-color: #f0f8ff;  border-radius: 8px;  padding: 20px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  text-align: center;  box-sizing: border-box;}.page-bingoplus-cheat__feature-icon {  width: 60px;  height: 60px;  margin-bottom: 15px;  object-fit: contain;}.page-bingoplus-cheat__feature-title {  font-size: 1.2em;  color: #0056b3;  margin-bottom: 10px;}.page-bingoplus-cheat__feature-description {  font-size: 0.9em;  color: #555;}.page-bingoplus-cheat__faq-item {  border-bottom: 1px solid #eee;  margin-bottom: 10px;}.page-bingoplus-cheat__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px;  background-color: #f9f9f9;  cursor: pointer;  user-select: none;  border-radius: 5px;  transition: background-color 0.3s ease;}.page-bingoplus-cheat__faq-question:hover {  background-color: #e9e9e9;}.page-bingoplus-cheat__faq-question h3 {  margin: 0;  font-size: 1.1em;  color: #333;  pointer-events: none;}.page-bingoplus-cheat__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #007bff;  pointer-events: none;  transition: transform 0.3s ease;}.page-bingoplus-cheat__faq-item.active .page-bingoplus-cheat__faq-toggle {  transform: rotate(45deg);}.page-bingoplus-cheat__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  background-color: #fff;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-bingoplus-cheat__faq-item.active .page-bingoplus-cheat__faq-answer {  max-height: 2000px !important;  padding: 20px 15px !important;  opacity: 1;}.page-bingoplus-cheat__faq-answer p {  margin-top: 0;  margin-bottom: 10px;  color: #555;}.page-bingoplus-cheat__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 25px;  margin-top: 20px;}.page-bingoplus-cheat__blog-card {  background-color: #f0f8ff;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease;}.page-bingoplus-cheat__blog-card:hover {  transform: translateY(-5px);}.page-bingoplus-cheat__blog-card-image {  width: 100%;  height: 220px;  object-fit: cover;  display: block;}.page-bingoplus-cheat__blog-card-content {  padding: 20px;}.page-bingoplus-cheat__blog-card-title {  font-size: 1.3em;  color: #0056b3;  margin-bottom: 10px;  line-height: 1.3;}.page-bingoplus-cheat__blog-card-link {  text-decoration: none;  color: inherit;}.page-bingoplus-cheat__blog-card-link:hover .page-bingoplus-cheat__blog-card-title {  text-decoration: underline;}.page-bingoplus-cheat__blog-card-excerpt {  font-size: 0.95em;  color: #555;  margin-bottom: 15px;}.page-bingoplus-cheat__blog-card-read-more {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 8px 18px;  border-radius: 20px;  text-decoration: none;  font-weight: bold;  font-size: 0.9em;  transition: background-color 0.3s ease;}.page-bingoplus-cheat__blog-card-read-more:hover {  background-color: #0056b3;}@media (max-width: 768px) {  .page-bingoplus-cheat__container {    padding: 15px;  }  .page-bingoplus-cheat__hero-title {    font-size: 2.2em;  }  .page-bingoplus-cheat__hero-text {    font-size: 1em;  }  .page-bingoplus-cheat__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-bingoplus-cheat__section-title {    font-size: 1.8em;  }  .page-bingoplus-cheat__quick-access-grid {    grid-template-columns: 1fr;  }  .page-bingoplus-cheat__quick-access-button {    font-size: 0.95em;  }  .page-bingoplus-cheat__game-category-grid {    grid-template-columns: 1fr;  }  .page-bingoplus-cheat__game-category-card-image {    height: 180px;  }  .page-bingoplus-cheat__game-category-card-title {    font-size: 1.2em;  }  .page-bingoplus-cheat__promotion-title {    font-size: 1.3em;  }  .page-bingoplus-cheat__feature-list {    grid-template-columns: 1fr;  }  .page-bingoplus-cheat__feature-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-bingoplus-cheat__blog-grid {    grid-template-columns: 1fr;  }  .page-bingoplus-cheat__blog-card-image {    height: 200px;  }  .page-bingoplus-cheat__blog-card-title {    font-size: 1.1em;  }  .page-bingoplus-cheat__faq-question h3 {    font-size: 1em;  }  .page-bingoplus-cheat__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-bingoplus-cheat__promotions-list,  .page-bingoplus-cheat__feature-list,  .page-bingoplus-cheat__game-category-grid,  .page-bingoplus-cheat__quick-access-grid,  .page-bingoplus-cheat__blog-grid {    width: 100% !important;    max-width: 100% !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }}