body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; line-height: 1.6; } .page-bingoplus { max-width: 1200px; margin: 0 auto; padding: 10px 15px; box-sizing: border-box; } .page-bingoplus__hero-section { background-color: #002d62; color: #fff; padding: 60px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; border-radius: 8px; margin-bottom: 40px; } .page-bingoplus__hero-content { z-index: 1; max-width: 800px; margin-bottom: 30px; } .page-bingoplus__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; font-weight: bold; } .page-bingoplus__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-bingoplus__hero-actions { display: flex; gap: 15px; justify-content: center; } .page-bingoplus__button { display: inline-block; padding: 12px 28px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-bingoplus__button--primary { background-color: #e44d26; color: #fff; border: 2px solid #e44d26; } .page-bingoplus__button--primary:hover { background-color: #ff6a3d; transform: translateY(-3px); } .page-bingoplus__button--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; } .page-bingoplus__button--secondary:hover { background-color: rgba(255, 255, 255, 0.2); transform: translateY(-3px); } .page-bingoplus__hero-image-wrapper { position: relative; width: 100%; max-width: 900px; margin-top: 30px; border-radius: 8px; overflow: hidden; } .page-bingoplus__hero-image { max-width: 100%; height: auto; display: block; object-fit: cover; border-radius: 8px; } .page-bingoplus__section-title { font-size: 2.2em; text-align: center; margin-bottom: 20px; color: #002d62; font-weight: bold; } .page-bingoplus__section-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px; color: #555; } .text-highlight { color: #e44d26; } .page-bingoplus__about-section, .page-bingoplus__games-section, .page-bingoplus__promotions-section, .page-bingoplus__payment-section, .page-bingoplus__faq-section { background-color: #fff; padding: 40px 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 40px; } .page-bingoplus__features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 30px; } .page-bingoplus__feature-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; padding: 20px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease; box-sizing: border-box; } .page-bingoplus__feature-item:hover { transform: translateY(-5px); } .page-bingoplus__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-bingoplus__feature-title { font-size: 1.5em; color: #002d62; margin-bottom: 10px; } .page-bingoplus__feature-text { font-size: 1em; color: #666; } .page-bingoplus__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-bingoplus__game-category { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); text-align: center; transition: transform 0.3s ease; } .page-bingoplus__game-category:hover { transform: translateY(-5px); } .page-bingoplus__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-bingoplus__game-title { font-size: 1.4em; color: #002d62; margin: 15px 10px 5px; } .page-bingoplus__game-text { font-size: 0.95em; color: #666; padding: 0 15px 20px; } .page-bingoplus__provider-logos { margin-top: 60px; text-align: center; } .page-bingoplus__provider-title { font-size: 1.6em; color: #002d62; margin-bottom: 30px; } .page-bingoplus__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 25px; } .page-bingoplus__provider-logo { height: 60px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-bingoplus__provider-logo:hover { filter: grayscale(0%); opacity: 1; } .page-bingoplus__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-bingoplus__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); text-align: center; transition: transform 0.3s ease; } .page-bingoplus__promo-card:hover { transform: translateY(-5px); } .page-bingoplus__promo-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-bingoplus__promo-title { font-size: 1.4em; color: #002d62; margin: 15px 10px 5px; } .page-bingoplus__promo-text { font-size: 0.95em; color: #666; padding: 0 15px 20px; } .page-bingoplus__button--small { padding: 8px 20px; font-size: 0.9em; margin-bottom: 20px; } .page-bingoplus__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-bingoplus__payment-item { display: flex; flex-direction: column; align-items: center; background-color: #f9f9f9; padding: 15px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); min-width: 100px; transition: transform 0.3s ease; box-sizing: border-box; } .page-bingoplus__payment-item:hover { transform: translateY(-3px); } .page-bingoplus__payment-logo { height: 40px; width: auto; object-fit: contain; margin-bottom: 8px; } .page-bingoplus__payment-item span { font-size: 0.9em; color: #333; font-weight: bold; } .page-bingoplus__faq-list { margin-top: 30px; } .page-bingoplus__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); } .page-bingoplus__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #002d62; color: #fff; border-radius: 8px; transition: background-color 0.3s ease; } .page-bingoplus__faq-question:hover { background-color: #003e82; } .page-bingoplus__faq-title { font-size: 1.2em; margin: 0; pointer-events: none; } .page-bingoplus__faq-toggle { font-size: 1.5em; font-weight: bold; line-height: 1; 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; } .page-bingoplus__faq-item.active .page-bingoplus__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-bingoplus__faq-text { margin: 0; color: #333; font-size: 1em; } .page-bingoplus__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-bingoplus__floating-button { display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; border-radius: 50%; text-decoration: none; color: #fff; font-weight: bold; font-size: 0.9em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, background-color 0.3s ease; } .page-bingoplus__floating-button:hover { transform: scale(1.1); } .page-bingoplus__floating-button--register { background-color: #e44d26; } .page-bingoplus__floating-button--register:hover { background-color: #ff6a3d; } .page-bingoplus__floating-button--login { background-color: #002d62; } .page-bingoplus__floating-button--login:hover { background-color: #003e82; } @media (max-width: 1024px) { .page-bingoplus__hero-title { font-size: 2.4em; } .page-bingoplus__hero-description { font-size: 1.1em; } .page-bingoplus__section-title { font-size: 2em; } .page-bingoplus__features, .page-bingoplus__game-categories, .page-bingoplus__promo-cards { gap: 20px; } } @media (max-width: 768px) { .page-bingoplus { padding: 10px; } .page-bingoplus__hero-section { padding: 40px 15px; } .page-bingoplus__hero-title { font-size: 2em; } .page-bingoplus__hero-description { font-size: 1em; } .page-bingoplus__hero-actions { flex-direction: column; gap: 10px; } .page-bingoplus__button { width: 100%; max-width: 250px; } .page-bingoplus__section-title { font-size: 1.8em; } .page-bingoplus__section-description { font-size: 0.95em; margin-bottom: 30px; } .page-bingoplus__features { flex-direction: column; align-items: center; } .page-bingoplus__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 15px; margin-left: 0 !important; margin-right: 0 !important; } .page-bingoplus__game-categories, .page-bingoplus__promo-cards { grid-template-columns: 1fr; } .page-bingoplus__game-image, .page-bingoplus__promo-image { height: 150px; } .page-bingoplus__provider-logo { height: 50px; } .page-bingoplus__payment-methods { gap: 10px; } .page-bingoplus__payment-item { min-width: unset; width: calc(33.33% - 10px) !important; padding: 10px; box-sizing: border-box !important; } .page-bingoplus__payment-item span { font-size: 0.8em; } .page-bingoplus__faq-question { padding: 12px 15px; } .page-bingoplus__faq-title { font-size: 1.1em; } .page-bingoplus__faq-answer { padding: 0 15px; } .page-bingoplus__faq-item.active .page-bingoplus__faq-answer { padding: 15px 15px !important; } .page-bingoplus__faq-text { font-size: 0.95em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-bingoplus__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-bingoplus__floating-button { width: 50px; height: 50px; font-size: 0.85em; } img { max-width: 100% !important; height: auto !important; } .page-bingoplus__game-category, .page-bingoplus__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-bingoplus__logo-grid { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } } @media (max-width: 480px) { .page-bingoplus__hero-title { font-size: 1.8em; } .page-bingoplus__section-title { font-size: 1.6em; } .page-bingoplus__payment-item { width: calc(50% - 10px) !important; } }