.page-bk { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; } .page-bk__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-bk__hero-section { background: linear-gradient(135deg, #001f3f 0%, #007bff 100%); color: #fff; text-align: center; padding: 80px 20px 60px; position: relative; overflow: hidden; border-radius: 15px; margin-bottom: 40px; } .page-bk__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-bk__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-bk__hero-cta { display: inline-block; background-color: #ffc107; color: #000; padding: 15px 40px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-bk__hero-cta:hover { background-color: #e0a800; transform: translateY(-3px); } .page-bk__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; background-color: #f8f9fa; border-radius: 10px; margin-bottom: 40px; } .page-bk__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-bk__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-bk__section-title { font-size: 2.5em; color: #001f3f; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-bk__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; } .page-bk__intro-text { text-align: center; font-size: 1.1em; max-width: 900px; margin: 0 auto 50px; color: #555; } .page-bk__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } .page-bk__feature-item { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease; } .page-bk__feature-item:hover { transform: translateY(-5px); } .page-bk__feature-icon { margin-bottom: 20px; } .page-bk__feature-icon img { width: 100%; max-width: 200px !important; height: auto !important; max-height: 200px !important; object-fit: contain; border-radius: 8px; } .page-bk__feature-title { font-size: 1.5em; color: #001f3f; margin-bottom: 15px; } .page-bk__feature-description { color: #666; font-size: 0.95em; } .page-bk__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 50px; } .page-bk__access-button { display: block; background-color: #007bff; color: #fff; padding: 15px 20px; border-radius: 8px; text-align: center; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-bk__access-button:hover { background-color: #0056b3; } .page-bk__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } .page-bk__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease; } .page-bk__game-card:hover { transform: translateY(-5px); } .page-bk__game-image { width: 100%; height: 200px; object-fit: cover; } .page-bk__game-content { padding: 25px; } .page-bk__game-title { font-size: 1.6em; color: #001f3f; margin-bottom: 10px; } .page-bk__game-description { color: #666; font-size: 0.9em; margin-bottom: 15px; } .page-bk__game-cta { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-bk__game-cta:hover { background-color: #218838; } .page-bk__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } .page-bk__promotion-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease; } .page-bk__promotion-card:hover { transform: translateY(-5px); } .page-bk__promotion-image { width: 100%; height: 200px; object-fit: cover; } .page-bk__promotion-content { padding: 25px; } .page-bk__promotion-title { font-size: 1.6em; color: #001f3f; margin-bottom: 10px; } .page-bk__promotion-description { color: #666; font-size: 0.9em; margin-bottom: 15px; } .page-bk__promotion-cta { display: inline-block; background-color: #ffc107; color: #000; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-bk__promotion-cta:hover { background-color: #e0a800; } .page-bk__security-section { background-color: #f8f9fa; padding: 50px 20px; border-radius: 15px; margin-bottom: 50px; } .page-bk__security-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; text-align: center; } .page-bk__security-item { flex: 1 1 300px; max-width: 350px; background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-bk__security-icon { margin-bottom: 20px; } .page-bk__security-icon img { width: 100%; max-width: 200px !important; height: auto !important; max-height: 200px !important; object-fit: contain; } .page-bk__security-title { font-size: 1.4em; color: #001f3f; margin-bottom: 10px; } .page-bk__security-description { color: #666; } .page-bk__faq-section { margin-bottom: 50px; } .page-bk__faq-item { background-color: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 15px; overflow: hidden; } .page-bk__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #007bff; color: #fff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-bk__faq-question:hover { background-color: #0056b3; } .page-bk__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-bk__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-bk__faq-item.active .page-bk__faq-toggle { transform: rotate(45deg); } .page-bk__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: #333; background-color: #f0f8ff; border-top: 1px solid #e0e0e0; } .page-bk__faq-item.active .page-bk__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-bk__blog-section { margin-bottom: 50px; } .page-bk__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-bk__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease; } .page-bk__blog-card:hover { transform: translateY(-5px); } .page-bk__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-bk__blog-content { padding: 25px; } .page-bk__blog-title { font-size: 1.4em; color: #001f3f; margin-bottom: 10px; } .page-bk__blog-title a { text-decoration: none; color: #001f3f; transition: color 0.3s ease; } .page-bk__blog-title a:hover { color: #007bff; } .page-bk__blog-summary { color: #666; font-size: 0.9em; margin-bottom: 15px; } .page-bk__blog-date { font-size: 0.8em; color: #999; } .page-bk__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-bk__floating-btn { background-color: #ffc107; color: #000; 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.2); transition: background-color 0.3s ease, transform 0.3s ease; } .page-bk__floating-btn:hover { background-color: #e0a800; transform: scale(1.05); } @media (max-width: 768px) { .page-bk__hero-section { padding: 60px 15px 40px; } .page-bk__hero-title { font-size: 2.5em; } .page-bk__hero-subtitle { font-size: 1.2em; } .page-bk__hero-cta { padding: 12px 30px; font-size: 1em; } .page-bk__section-title { font-size: 2em; margin-bottom: 30px; } .page-bk__intro-text { font-size: 1em; margin-bottom: 40px; } .page-bk__features-grid, .page-bk__quick-access-grid, .page-bk__game-categories, .page-bk__promotions-grid, .page-bk__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-bk__feature-item, .page-bk__game-card, .page-bk__promotion-card, .page-bk__blog-card { padding: 20px; } .page-bk__feature-icon img, .page-bk__security-icon img { max-width: 150px !important; max-height: 150px !important; } .page-bk__game-image, .page-bk__promotion-image, .page-bk__blog-image { height: 180px; } .page-bk__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-bk__faq-question h3 { font-size: 1.1em; pointer-events: none; } .page-bk__faq-answer { padding: 0 20px; } .page-bk__faq-item.active .page-bk__faq-answer { padding: 15px 20px !important; } .page-bk__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-bk__floating-btn { padding: 10px 18px; font-size: 0.9em; } .page-bk__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-bk__payment-logo, .page-bk__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-bk__container { padding: 10px; } .page-bk__security-item { flex: 1 1 100%; max-width: 100%; } .page-bk__faq-question h3 { pointer-events: none; } .page-bk__faq-toggle { pointer-events: none; } .page-bk__features-grid > *, .page-bk__quick-access-grid > *, .page-bk__game-categories > *, .page-bk__promotions-grid > *, .page-bk__blog-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-bk__features-grid, .page-bk__quick-access-grid, .page-bk__game-categories, .page-bk__promotions-grid, .page-bk__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }