.page-bingoplus-dowload { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-bingoplus-dowload__section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-bingoplus-dowload__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; padding: 60px 20px; text-align: center; position: relative; overflow: hidden; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; padding-top: 10px; }.page-bingoplus-dowload__hero-content { max-width: 800px; margin: 0 auto; z-index: 1; position: relative; }.page-bingoplus-dowload__hero-title { font-size: 2.5em; margin-bottom: 15px; font-weight: bold; }.page-bingoplus-dowload__hero-description { font-size: 1.1em; margin-bottom: 30px; }.page-bingoplus-dowload__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-bingoplus-dowload__button { display: inline-block; background-color: #ffc107; color: #333; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.05em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-bingoplus-dowload__button:hover { background-color: #e0a800; transform: translateY(-2px); }.page-bingoplus-dowload__section-title { font-size: 2em; color: #007bff; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-bingoplus-dowload__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 4px; background-color: #ffc107; border-radius: 2px; }.page-bingoplus-dowload__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-bingoplus-dowload__feature-item { background-color: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; }.page-bingoplus-dowload__feature-item:hover { transform: translateY(-5px); }.page-bingoplus-dowload__feature-item h3 { color: #007bff; margin-top: 0; font-size: 1.4em; }.page-bingoplus-dowload__feature-item p { font-size: 0.95em; color: #555; }.page-bingoplus-dowload__game-showcase { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }.page-bingoplus-dowload__game-card { background-color: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-bingoplus-dowload__game-card:hover { transform: translateY(-5px); }.page-bingoplus-dowload__game-card img { max-width: 100%; height: auto; display: block; }.page-bingoplus-dowload__game-card h3 { font-size: 1.2em; margin: 15px 10px 10px; color: #007bff; }.page-bingoplus-dowload__game-card p { font-size: 0.9em; color: #666; padding: 0 10px 15px; }.page-bingoplus-dowload__promo-banner { background: linear-gradient(45deg, #dc3545, #fd7e14); color: #fff; padding: 40px 20px; border-radius: 15px; margin-top: 40px; }.page-bingoplus-dowload__promo-banner h2 { font-size: 2.2em; margin-bottom: 15px; }.page-bingoplus-dowload__promo-banner p { font-size: 1.1em; margin-bottom: 30px; }.page-bingoplus-dowload__faq-section { background-color: #e9ecef; }.page-bingoplus-dowload__faq-list { margin-top: 30px; text-align: left; }.page-bingoplus-dowload__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-bingoplus-dowload__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; font-size: 1.1em; font-weight: bold; color: #007bff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-bingoplus-dowload__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-bingoplus-dowload__faq-question:hover { background-color: #f8f9fa; }.page-bingoplus-dowload__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-bingoplus-dowload__faq-item.active .page-bingoplus-dowload__faq-toggle { transform: rotate(45deg); }.page-bingoplus-dowload__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; }.page-bingoplus-dowload__faq-item.active .page-bingoplus-dowload__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-bingoplus-dowload__faq-answer p { margin-top: 0; margin-bottom: 15px; font-size: 0.95em; color: #555; }.page-bingoplus-dowload__cta-section { background-color: #343a40; color: #fff; padding: 60px 20px; }.page-bingoplus-dowload__cta-section h2 { font-size: 2.2em; margin-bottom: 20px; }.page-bingoplus-dowload__cta-section p { font-size: 1.1em; margin-bottom: 40px; }.page-bingoplus-dowload__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-bingoplus-dowload__floating-button { background-color: #28a745; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-bingoplus-dowload__floating-button--register { background-color: #007bff; }.page-bingoplus-dowload__floating-button:hover { transform: translateY(-2px); }.page-bingoplus-dowload__floating-button--register:hover { background-color: #0056b3; }.page-bingoplus-dowload__floating-button--login:hover { background-color: #218838; }@media (max-width: 768px) { .page-bingoplus-dowload__hero-title { font-size: 2em; }.page-bingoplus-dowload__hero-description { font-size: 1em; }.page-bingoplus-dowload__hero-buttons { flex-direction: column; gap: 15px; }.page-bingoplus-dowload__button { width: 100%; max-width: 280px; margin: 0 auto; }.page-bingoplus-dowload__section { padding: 30px 15px; }.page-bingoplus-dowload__section-title { font-size: 1.8em; }.page-bingoplus-dowload__features-grid { grid-template-columns: 1fr; }.page-bingoplus-dowload__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-dowload__game-showcase { grid-template-columns: 1fr; }.page-bingoplus-dowload__game-card { width: 100%; max-width: 100%; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-bingoplus-dowload__promo-banner { padding: 30px 15px; }.page-bingoplus-dowload__promo-banner h2 { font-size: 1.8em; }.page-bingoplus-dowload__promo-banner p { font-size: 1em; }.page-bingoplus-dowload__faq-question { font-size: 1em; padding: 15px 20px; }.page-bingoplus-dowload__faq-question h3 { font-size: 1em; }.page-bingoplus-dowload__faq-answer { padding: 0 20px; }.page-bingoplus-dowload__faq-item.active .page-bingoplus-dowload__faq-answer { padding: 15px 20px !important; }.page-bingoplus-dowload__cta-section { padding: 40px 15px; }.page-bingoplus-dowload__cta-section h2 { font-size: 1.8em; }.page-bingoplus-dowload__cta-section p { font-size: 1em; }.page-bingoplus-dowload__floating-buttons { bottom: 15px; right: 15px; }.page-bingoplus-dowload__floating-button { padding: 10px 15px; font-size: 0.9em; }}.page-bingoplus-dowload img { max-width: 100%; height: auto; display: block; }.page-bingoplus-dowload__feature-item img { margin-bottom: 15px; }.page-bingoplus-dowload__game-card img { border-bottom: 1px solid #eee; }.page-bingoplus-dowload__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; }.page-bingoplus-dowload__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }