.page-bingoplus-lite-app-free-download { font-family: 'Arial', sans-serif; color: #333; background-color: #f4f7f6; line-height: 1.6; } .page-bingoplus-lite-app-free-download__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-bingoplus-lite-app-free-download__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 10px 20px 80px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; } .page-bingoplus-lite-app-free-download__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-bingoplus-lite-app-free-download__hero-content { position: relative; z-index: 1; } .page-bingoplus-lite-app-free-download__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-bingoplus-lite-app-free-download__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; } .page-bingoplus-lite-app-free-download__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 35px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-bingoplus-lite-app-free-download__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-bingoplus-lite-app-free-download__section-title { text-align: center; font-size: 2.2em; color: #007bff; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-bingoplus-lite-app-free-download__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffc107; border-radius: 2px; } .page-bingoplus-lite-app-free-download__intro-text { text-align: center; max-width: 900px; margin: 0 auto 50px; font-size: 1.1em; color: #555; } .page-bingoplus-lite-app-free-download__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 50px; } .page-bingoplus-lite-app-free-download__feature-item { background-color: #fff; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bingoplus-lite-app-free-download__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-bingoplus-lite-app-free-download__feature-icon { margin-bottom: 20px; width: 100px; height: 100px; object-fit: contain; } .page-bingoplus-lite-app-free-download__feature-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; } .page-bingoplus-lite-app-free-download__feature-description { color: #666; } .page-bingoplus-lite-app-free-download__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 50px; } .page-bingoplus-lite-app-free-download__quick-access-link { display: block; text-align: center; background-color: #fff; padding: 25px 15px; border-radius: 10px; text-decoration: none; color: #007bff; font-weight: bold; font-size: 1.1em; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: background-color 0.3s ease, transform 0.3s ease; } .page-bingoplus-lite-app-free-download__quick-access-link:hover { background-color: #eaf5ff; transform: translateY(-2px); } .page-bingoplus-lite-app-free-download__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 50px; } .page-bingoplus-lite-app-free-download__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bingoplus-lite-app-free-download__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-bingoplus-lite-app-free-download__game-image { width: 100%; height: 200px; object-fit: cover; } .page-bingoplus-lite-app-free-download__game-content { padding: 20px; } .page-bingoplus-lite-app-free-download__game-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-bingoplus-lite-app-free-download__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-bingoplus-lite-app-free-download__game-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 25px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-bingoplus-lite-app-free-download__game-button:hover { background-color: #218838; } .page-bingoplus-lite-app-free-download__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } .page-bingoplus-lite-app-free-download__promotion-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bingoplus-lite-app-free-download__promotion-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-bingoplus-lite-app-free-download__promotion-image { width: 100%; height: 180px; object-fit: cover; } .page-bingoplus-lite-app-free-download__promotion-content { padding: 20px; } .page-bingoplus-lite-app-free-download__promotion-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; } .page-bingoplus-lite-app-free-download__promotion-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-bingoplus-lite-app-free-download__promotion-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 25px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-bingoplus-lite-app-free-download__promotion-button:hover { background-color: #e0a800; } .page-bingoplus-lite-app-free-download__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 50px; } .page-bingoplus-lite-app-free-download__security-item { background-color: #fff; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-bingoplus-lite-app-free-download__security-icon { margin-bottom: 15px; width: 80px; height: 80px; object-fit: contain; } .page-bingoplus-lite-app-free-download__security-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-bingoplus-lite-app-free-download__security-description { color: #666; } .page-bingoplus-lite-app-free-download__faq-list { margin-bottom: 50px; } .page-bingoplus-lite-app-free-download__faq-item { background-color: #fff; border-radius: 10px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-bingoplus-lite-app-free-download__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f8f9fa; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-bingoplus-lite-app-free-download__faq-question:hover { background-color: #e9ecef; } .page-bingoplus-lite-app-free-download__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-bingoplus-lite-app-free-download__faq-toggle { font-size: 1.8em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-bingoplus-lite-app-free-download__faq-item.active .page-bingoplus-lite-app-free-download__faq-toggle { transform: rotate(45deg); } .page-bingoplus-lite-app-free-download__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #555; } .page-bingoplus-lite-app-free-download__faq-item.active .page-bingoplus-lite-app-free-download__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-bingoplus-lite-app-free-download__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-bingoplus-lite-app-free-download__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bingoplus-lite-app-free-download__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-bingoplus-lite-app-free-download__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-bingoplus-lite-app-free-download__blog-content { padding: 20px; } .page-bingoplus-lite-app-free-download__blog-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; } .page-bingoplus-lite-app-free-download__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-bingoplus-lite-app-free-download__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-bingoplus-lite-app-free-download__blog-link:hover { color: #0056b3; } @media (max-width: 768px) { .page-bingoplus-lite-app-free-download__container { padding: 15px; } .page-bingoplus-lite-app-free-download__hero-title { font-size: 2em; } .page-bingoplus-lite-app-free-download__hero-subtitle { font-size: 1.1em; } .page-bingoplus-lite-app-free-download__cta-button { padding: 12px 25px; font-size: 1em; } .page-bingoplus-lite-app-free-download__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-bingoplus-lite-app-free-download__intro-text { font-size: 1em; margin-bottom: 40px; } .page-bingoplus-lite-app-free-download__features-grid, .page-bingoplus-lite-app-free-download__quick-access-grid, .page-bingoplus-lite-app-free-download__games-grid, .page-bingoplus-lite-app-free-download__promotions-grid, .page-bingoplus-lite-app-free-download__security-grid, .page-bingoplus-lite-app-free-download__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-bingoplus-lite-app-free-download__feature-item, .page-bingoplus-lite-app-free-download__quick-access-link, .page-bingoplus-lite-app-free-download__game-card, .page-bingoplus-lite-app-free-download__promotion-card, .page-bingoplus-lite-app-free-download__security-item, .page-bingoplus-lite-app-free-download__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-bingoplus-lite-app-free-download__faq-question { padding: 15px 20px; } .page-bingoplus-lite-app-free-download__faq-question h3 { font-size: 1.1em; } .page-bingoplus-lite-app-free-download__faq-answer { padding: 0 20px; } .page-bingoplus-lite-app-free-download__faq-item.active .page-bingoplus-lite-app-free-download__faq-answer { padding: 15px 20px !important; } .page-bingoplus-lite-app-free-download__game-image, .page-bingoplus-lite-app-free-download__promotion-image, .page-bingoplus-lite-app-free-download__blog-image { height: 150px; } .page-bingoplus-lite-app-free-download__feature-icon, .page-bingoplus-lite-app-free-download__security-icon { width: 80px; height: 80px; } } @media (max-width: 375px) { .page-bingoplus-lite-app-free-download__container { padding: 10px; } .page-bingoplus-lite-app-free-download__hero-title { font-size: 1.8em; } .page-bingoplus-lite-app-free-download__hero-subtitle { font-size: 1em; } .page-bingoplus-lite-app-free-download__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-bingoplus-lite-app-free-download__section-title { font-size: 1.6em; } .page-bingoplus-lite-app-free-download__intro-text { font-size: 0.9em; } .page-bingoplus-lite-app-free-download__faq-question h3 { font-size: 1em; } .page-bingoplus-lite-app-free-download__faq-toggle { font-size: 1.5em; } }