.page-bingoplus-download-for-android { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding: 10px; }.page-bingoplus-download-for-android__hero-section { background: linear-gradient(135deg, #0f0f1a, #2a0a4a); padding: 60px 20px; text-align: center; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); padding-top: 10px; /* Assuming body has padding-top from shared.css */}.page-bingoplus-download-for-android__hero-title { font-size: 2.8em; color: #e0b0ff; margin-bottom: 20px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); }.page-bingoplus-download-for-android__hero-subtitle { font-size: 1.3em; color: #d1c4e9; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-bingoplus-download-for-android__download-button { display: inline-block; background-color: #00bcd4; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 188, 212, 0.4); }.page-bingoplus-download-for-android__download-button:hover { background-color: #0097a7; transform: translateY(-3px); }.page-bingoplus-download-for-android__image-container { margin-top: 40px; text-align: center; }.page-bingoplus-download-for-android__main-image { max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); }.page-bingoplus-download-for-android__content-section { background-color: #2a0a4a; padding: 40px 20px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }.page-bingoplus-download-for-android__section-title { font-size: 2.2em; color: #8d6e63; margin-bottom: 25px; text-align: center; }.page-bingoplus-download-for-android__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-bingoplus-download-for-android__feature-item { background-color: #1a1a2e; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; }.page-bingoplus-download-for-android__feature-item:hover { transform: translateY(-5px); }.page-bingoplus-download-for-android__feature-icon { margin-bottom: 15px; width: 200px; height: auto; border-radius: 8px; }.page-bingoplus-download-for-android__feature-heading { font-size: 1.5em; color: #e0b0ff; margin-bottom: 10px; }.page-bingoplus-download-for-android__feature-description { font-size: 1em; color: #d1c4e9; }.page-bingoplus-download-for-android__steps-list { list-style: none; counter-reset: step-counter; padding: 0; max-width: 800px; margin: 0 auto; }.page-bingoplus-download-for-android__step-item { background-color: #1a1a2e; margin-bottom: 20px; padding: 25px; border-radius: 10px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); display: flex; align-items: flex-start; }.page-bingoplus-download-for-android__step-item::before { content: counter(step-counter); counter-increment: step-counter; background-color: #00bcd4; color: #ffffff; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.3em; margin-right: 20px; flex-shrink: 0; }.page-bingoplus-download-for-android__step-content { flex-grow: 1; }.page-bingoplus-download-for-android__step-heading { font-size: 1.4em; color: #e0b0ff; margin-bottom: 10px; }.page-bingoplus-download-for-android__step-description { font-size: 1em; color: #d1c4e9; }.page-bingoplus-download-for-android__faq-section { background-color: #2a0a4a; padding: 40px 20px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }.page-bingoplus-download-for-android__faq-title { font-size: 2.2em; color: #8d6e63; margin-bottom: 25px; text-align: center; }.page-bingoplus-download-for-android__faq-item { margin-bottom: 15px; border: 1px solid #4a2a6a; border-radius: 8px; overflow: hidden; }.page-bingoplus-download-for-android__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #1a1a2e; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-bingoplus-download-for-android__faq-question:hover { background-color: #2a0a4a; }.page-bingoplus-download-for-android__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0b0ff; pointer-events: none; }.page-bingoplus-download-for-android__faq-toggle { font-size: 1.5em; font-weight: bold; color: #00bcd4; transition: transform 0.3s ease; pointer-events: none; }.page-bingoplus-download-for-android__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #1a1a2e; color: #d1c4e9; 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-download-for-android__faq-item.active .page-bingoplus-download-for-android__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-bingoplus-download-for-android__faq-item.active .page-bingoplus-download-for-android__faq-toggle { transform: rotate(45deg); }.page-bingoplus-download-for-android__cta-section { text-align: center; padding: 40px 20px; background: linear-gradient(135deg, #2a0a4a, #0f0f1a); border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }.page-bingoplus-download-for-android__cta-text { font-size: 1.8em; color: #e0b0ff; margin-bottom: 25px; }.page-bingoplus-download-for-android__disclaimer { font-size: 0.9em; color: #999; margin-top: 30px; text-align: center; }.page-bingoplus-download-for-android__list-paragraph { color: #d1c4e9; margin-bottom: 15px; }.page-bingoplus-download-for-android__image-caption { font-size: 0.9em; color: #b0b0b0; margin-top: 10px; }.page-bingoplus-download-for-android__logo-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }.page-bingoplus-download-for-android__logo-item { width: 100px; height: 100px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-bingoplus-download-for-android__logo-item:hover { filter: grayscale(0%); opacity: 1; }@media (max-width: 768px) { .page-bingoplus-download-for-android__hero-title { font-size: 2em; }.page-bingoplus-download-for-android__hero-subtitle { font-size: 1em; }.page-bingoplus-download-for-android__download-button { padding: 12px 25px; font-size: 1em; }.page-bingoplus-download-for-android__section-title { font-size: 1.8em; }.page-bingoplus-download-for-android__feature-list { grid-template-columns: 1fr; }.page-bingoplus-download-for-android__feature-item { padding: 20px; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }.page-bingoplus-download-for-android__feature-description, .page-bingoplus-download-for-android__step-description, .page-bingoplus-download-for-android__list-paragraph { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-bingoplus-download-for-android__steps-list { padding: 0; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }.page-bingoplus-download-for-android__step-item { flex-direction: column; align-items: center; text-align: center; padding: 20px; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }.page-bingoplus-download-for-android__step-item::before { margin-right: 0; margin-bottom: 15px; }.page-bingoplus-download-for-android__step-content { width: 100%; }.page-bingoplus-download-for-android__faq-question { padding: 12px 15px; }.page-bingoplus-download-for-android__faq-question h3 { font-size: 1.1em; }.page-bingoplus-download-for-android__faq-answer { padding: 0 15px; }.page-bingoplus-download-for-android__faq-item.active .page-bingoplus-download-for-android__faq-answer { padding: 15px !important; }.page-bingoplus-download-for-android__cta-text { font-size: 1.5em; }.page-bingoplus-download-for-android__main-image, .page-bingoplus-download-for-android__feature-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}.page-bingoplus-download-for-android img { max-width: 100%; height: auto; box-sizing: border-box; }