:root { --primary-color: #FFD700; /* Gold */ --secondary-color: #00BFFF; /* Deep Sky Blue */ --dark-bg: #1a1a2e; /* Dark Blue */ --text-color: #e0e0e0; --accent-color: #E94560; /* Reddish Pink */ }.page-bingoplus-philippines-official-site { font-family: 'Arial', sans-serif; color: var(--text-color); line-height: 1.6; background-color: var(--dark-bg); padding-top: 10px; /* Small decorative padding, assuming shared.css handles header offset */ }.page-bingoplus-philippines-official-site__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-bingoplus-philippines-official-site__hero-section { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 60px 20px; min-height: 70vh; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--dark-bg) 0%, #0f0f1d 100%); }.page-bingoplus-philippines-official-site__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.2; }.page-bingoplus-philippines-official-site__hero-image { width: 100%; height: 100%; object-fit: cover; }.page-bingoplus-philippines-official-site__hero-content { position: relative; z-index: 1; max-width: 900px; }.page-bingoplus-philippines-official-site__hero-title { font-size: 3em; color: var(--primary-color); margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-bingoplus-philippines-official-site__hero-subtitle { font-size: 1.2em; color: #f0f0f0; margin-bottom: 30px; }.page-bingoplus-philippines-official-site__hero-buttons { display: flex; gap: 20px; justify-content: center; }.page-bingoplus-philippines-official-site__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.1em; }.page-bingoplus-philippines-official-site__button--primary { background-color: var(--primary-color); color: var(--dark-bg); border: none; }.page-bingoplus-philippines-official-site__button--primary:hover { background-color: #FFC107; transform: translateY(-3px); }.page-bingoplus-philippines-official-site__button--secondary { background-color: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); }.page-bingoplus-philippines-official-site__button--secondary:hover { background-color: var(--primary-color); color: var(--dark-bg); transform: translateY(-3px); }.page-bingoplus-philippines-official-site__section-title { font-size: 2.5em; color: var(--primary-color); text-align: center; margin-bottom: 40px; padding-top: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }.page-bingoplus-philippines-official-site__text-content { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px auto; }.page-bingoplus-philippines-official-site__about-section, .page-bingoplus-philippines-official-site__games-section, .page-bingoplus-philippines-official-site__promotions-section, .page-bingoplus-philippines-official-site__payments-section, .page-bingoplus-philippines-official-site__faq-section { padding: 60px 0; background-color: #24243e; margin-bottom: 20px; }.page-bingoplus-philippines-official-site__about-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-bingoplus-philippines-official-site__feature-item { background-color: #1a1a2e; padding: 30px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-bingoplus-philippines-official-site__feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }.page-bingoplus-philippines-official-site__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 5px; object-fit: cover; }.page-bingoplus-philippines-official-site__feature-item h3 { color: var(--secondary-color); font-size: 1.5em; margin-bottom: 10px; }.page-bingoplus-philippines-official-site__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-bingoplus-philippines-official-site__category-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-bingoplus-philippines-official-site__category-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }.page-bingoplus-philippines-official-site__category-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; }.page-bingoplus-philippines-official-site__category-card h3 { color: var(--primary-color); font-size: 1.4em; margin-bottom: 10px; padding: 0 15px; }.page-bingoplus-philippines-official-site__category-card p { font-size: 0.95em; padding: 0 15px 20px; }.page-bingoplus-philippines-official-site__providers { margin-top: 60px; text-align: center; }.page-bingoplus-philippines-official-site__providers-title { color: var(--secondary-color); font-size: 1.8em; margin-bottom: 30px; }.page-bingoplus-philippines-official-site__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; }.page-bingoplus-philippines-official-site__provider-logo { height: 80px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-bingoplus-philippines-official-site__provider-logo:hover { filter: grayscale(0%); opacity: 1; }.page-bingoplus-philippines-official-site__cta-games { text-align: center; margin-top: 50px; }.page-bingoplus-philippines-official-site__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-bingoplus-philippines-official-site__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-bingoplus-philippines-official-site__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }.page-bingoplus-philippines-official-site__promo-image { width: 100%; height: 220px; object-fit: cover; margin-bottom: 20px; }.page-bingoplus-philippines-official-site__promo-card h3 { color: var(--primary-color); font-size: 1.5em; margin-bottom: 10px; padding: 0 15px; }.page-bingoplus-philippines-official-site__promo-card p { font-size: 1em; margin-bottom: 20px; padding: 0 15px; }.page-bingoplus-philippines-official-site__button--small { padding: 10px 20px; font-size: 0.9em; }.page-bingoplus-philippines-official-site__cta-promotions { text-align: center; margin-top: 50px; }.page-bingoplus-philippines-official-site__payments-section { background-color: #1a1a2e; }.page-bingoplus-philippines-official-site__payment-methods-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; }.page-bingoplus-philippines-official-site__payment-item { background-color: #24243e; padding: 20px; border-radius: 8px; text-align: center; width: 150px; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-bingoplus-philippines-official-site__payment-item:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); }.page-bingoplus-philippines-official-site__payment-logo { max-width: 100%; height: 80px; object-fit: contain; margin-bottom: 10px; }.page-bingoplus-philippines-official-site__payment-item span { color: var(--text-color); font-weight: bold; font-size: 1.1em; }.page-bingoplus-philippines-official-site__faq-list { margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; }.page-bingoplus-philippines-official-site__faq-item { background-color: #1a1a2e; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-bingoplus-philippines-official-site__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #24243e; border-bottom: 1px solid rgba(255, 255, 255, 0.1); user-select: none; transition: background-color 0.3s ease; }.page-bingoplus-philippines-official-site__faq-question:hover { background-color: #30304a; }.page-bingoplus-philippines-official-site__faq-question h3 { margin: 0; font-size: 1.2em; color: var(--primary-color); pointer-events: none; }.page-bingoplus-philippines-official-site__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--secondary-color); transition: transform 0.3s ease; pointer-events: none; }.page-bingoplus-philippines-official-site__faq-item.active .page-bingoplus-philippines-official-site__faq-toggle { transform: rotate(45deg); }.page-bingoplus-philippines-official-site__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: var(--text-color); }.page-bingoplus-philippines-official-site__faq-item.active .page-bingoplus-philippines-official-site__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-bingoplus-philippines-official-site__faq-answer p { margin: 0; line-height: 1.8; }.page-bingoplus-philippines-official-site__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-bingoplus-philippines-official-site__floating-button { display: none; /* Hidden by default, shown on mobile */ padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.2s ease; }.page-bingoplus-philippines-official-site__floating-button:hover { transform: scale(1.05); }.page-bingoplus-philippines-official-site__floating-button--register { background-color: var(--primary-color); color: var(--dark-bg); }.page-bingoplus-philippines-official-site__floating-button--login { background-color: var(--secondary-color); color: #fff; }.page-bingoplus-philippines-official-site__floating-button--login:hover { background-color: #0099CC; }.page-bingoplus-philippines-official-site__floating-button--register:hover { background-color: #FFC107; }@media (max-width: 1024px) { .page-bingoplus-philippines-official-site__hero-title { font-size: 2.5em; } .page-bingoplus-philippines-official-site__section-title { font-size: 2em; } .page-bingoplus-philippines-official-site__button { padding: 12px 25px; font-size: 1em; } }.page-bingoplus-philippines-official-site__provider-logo { max-width: 120px; }.page-bingoplus-philippines-official-site__payment-item { width: 120px; padding: 15px; }.page-bingoplus-philippines-official-site__payment-logo { height: 60px; }.page-bingoplus-philippines-official-site__faq-question { padding: 15px 20px; }.page-bingoplus-philippines-official-site__faq-question h3 { font-size: 1.1em; }.page-bingoplus-philippines-official-site__faq-toggle { font-size: 1.5em; }.page-bingoplus-philippines-official-site__faq-answer { padding: 0 20px; }.page-bingoplus-philippines-official-site__faq-item.active .page-bingoplus-philippines-official-site__faq-answer { padding: 15px 20px !important; }@media (max-width: 768px) { .page-bingoplus-philippines-official-site__hero-section { min-height: 60vh; padding: 40px 15px; } .page-bingoplus-philippines-official-site__hero-title { font-size: 2em; } .page-bingoplus-philippines-official-site__hero-subtitle { font-size: 1em; } .page-bingoplus-philippines-official-site__hero-buttons { flex-direction: column; gap: 15px; } .page-bingoplus-philippines-official-site__button { width: 100%; max-width: 300px; } .page-bingoplus-philippines-official-site__section-title { font-size: 1.8em; padding-top: 30px; } .page-bingoplus-philippines-official-site__text-content { font-size: 0.95em; margin-bottom: 30px; } .page-bingoplus-philippines-official-site__about-section, .page-bingoplus-philippines-official-site__games-section, .page-bingoplus-philippines-official-site__promotions-section, .page-bingoplus-philippines-official-site__payments-section, .page-bingoplus-philippines-official-site__faq-section { padding: 40px 0; } .page-bingoplus-philippines-official-site__feature-item, .page-bingoplus-philippines-official-site__category-card, .page-bingoplus-philippines-official-site__promo-card { margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-bingoplus-philippines-official-site__feature-item p, .page-bingoplus-philippines-official-site__category-card p, .page-bingoplus-philippines-official-site__promo-card p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-bingoplus-philippines-official-site__provider-logos { gap: 20px; } .page-bingoplus-philippines-official-site__provider-logo { height: 60px; } .page-bingoplus-philippines-official-site__payment-methods-list { gap: 20px; } .page-bingoplus-philippines-official-site__payment-item { width: calc(50% - 10px); max-width: calc(50% - 10px) !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-bingoplus-philippines-official-site__faq-list { padding: 0 15px; }.page-bingoplus-philippines-official-site__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-bingoplus-philippines-official-site__faq-answer { padding: 0 15px; }.page-bingoplus-philippines-official-site__faq-item.active .page-bingoplus-philippines-official-site__faq-answer { padding: 15px 15px !important; } .page-bingoplus-philippines-official-site__floating-button { display: block; } .page-bingoplus-philippines-official-site__floating-buttons { right: 10px; bottom: 10px; } }