.page-bingoplus { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-bingoplus__main-content { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-bingoplus__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; background-color: #000; padding-top: 10px; /* Decorative top spacing */ box-sizing: border-box; }.page-bingoplus__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; }.page-bingoplus__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; }.page-bingoplus__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-bingoplus__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; }.page-bingoplus__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-bingoplus__cta-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-bingoplus__section { padding: 60px 20px; text-align: center; }.page-bingoplus__section:nth-of-type(even) { background-color: #e0e0e0; }.page-bingoplus__section-title { font-size: 2.2em; color: #0056b3; margin-bottom: 40px; }.page-bingoplus__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-bingoplus__category-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; }.page-bingoplus__category-card:hover { transform: translateY(-5px); }.page-bingoplus__category-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-bingoplus__category-content { padding: 20px; }.page-bingoplus__category-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; }.page-bingoplus__category-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-bingoplus__category-link { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-bingoplus__category-link:hover { background-color: #0056b3; }.page-bingoplus__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-bingoplus__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; }.page-bingoplus__promo-card:hover { transform: translateY(-5px); }.page-bingoplus__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-bingoplus__promo-content { padding: 20px; }.page-bingoplus__promo-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; }.page-bingoplus__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-bingoplus__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }.page-bingoplus__feature-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); text-align: center; }.page-bingoplus__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; }.page-bingoplus__feature-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; }.page-bingoplus__feature-description { font-size: 0.9em; color: #555; }.page-bingoplus__faq-list { max-width: 800px; margin: 40px auto 0; text-align: left; }.page-bingoplus__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-bingoplus__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #007bff; color: #fff; border-bottom: 1px solid #0056b3; user-select: none; transition: background-color 0.3s ease; }.page-bingoplus__faq-question:hover { background-color: #0056b3; }.page-bingoplus__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-bingoplus__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; }.page-bingoplus__faq-item.active .page-bingoplus__faq-toggle { transform: rotate(45deg); }.page-bingoplus__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; background-color: #f9f9f9; color: #333; }.page-bingoplus__faq-item.active .page-bingoplus__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-bingoplus__faq-answer p { margin: 0; font-size: 0.95em; }.page-bingoplus__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-bingoplus__floating-buttons .page-bingoplus__cta-button { padding: 12px 25px; font-size: 1em; border-radius: 30px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }.page-bingoplus__floating-buttons .page-bingoplus__cta-button:first-child { background-color: #ffcc00; color: #333; }.page-bingoplus__floating-buttons .page-bingoplus__cta-button:last-child { background-color: #007bff; color: #fff; }.page-bingoplus__floating-buttons .page-bingoplus__cta-button:last-child:hover { background-color: #0056b3; }.page-bingoplus__logo-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 40px; }.page-bingoplus__logo-item { display: flex; justify-content: center; align-items: center; height: 80px; max-width: 150px; flex-shrink: 0; }.page-bingoplus__logo-item img { max-width: 100%; max-height: 100%; object-fit: contain; }.page-bingoplus__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 25px; margin-top: 40px; }.page-bingoplus__payment-method-item { height: 60px; max-width: 120px; }.page-bingoplus__payment-method-item img { max-width: 100%; max-height: 100%; object-fit: contain; }.page-bingoplus__social-media { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 40px; }.page-bingoplus__social-icon { width: 50px; height: 50px; transition: transform 0.3s ease; }.page-bingoplus__social-icon:hover { transform: translateY(-3px); }@media (max-width: 768px) { .page-bingoplus__hero-title { font-size: 2em; }.page-bingoplus__hero-subtitle { font-size: 1em; }.page-bingoplus__section { padding: 40px 15px; }.page-bingoplus__section-title { font-size: 1.8em; }.page-bingoplus__game-categories, .page-bingoplus__promotions-grid, .page-bingoplus__features-grid { grid-template-columns: 1fr; }.page-bingoplus__floating-buttons { bottom: 10px; right: 10px; }.page-bingoplus__floating-buttons .page-bingoplus__cta-button { padding: 10px 20px; font-size: 0.9em; }.page-bingoplus__faq-list { margin: 20px auto 0; }.page-bingoplus__faq-question { padding: 15px; }.page-bingoplus__faq-question h3 { font-size: 1em; }.page-bingoplus__faq-answer { padding: 15px 15px; }.page-bingoplus__logo-row, .page-bingoplus__payment-methods, .page-bingoplus__social-media { gap: 15px; }.page-bingoplus__logo-item { height: 60px; max-width: 100px; }.page-bingoplus__payment-method-item { height: 50px; max-width: 100px; }.page-bingoplus__social-icon { width: 40px; height: 40px; } /* List item responsive requirements */ .page-bingoplus__game-categories > *, .page-bingoplus__promotions-grid > *, .page-bingoplus__features-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !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__game-categories, .page-bingoplus__promotions-grid, .page-bingoplus__features-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }}