.page-b29 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-b29__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; padding-top: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-b29__sub-title { font-size: 1.8em; color: #e94560; margin-bottom: 20px; text-align: center; } .page-b29__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; text-align: center; white-space: nowrap; cursor: pointer; border: none; } .page-b29__button--primary { background-color: #e94560; color: #fff; box-shadow: 0 4px 15px rgba(233, 69, 96, 0.4); } .page-b29__button--primary:hover { background-color: #c4324c; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(233, 69, 96, 0.6); } .page-b29__button--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560; box-shadow: 0 4px 15px rgba(233, 69, 96, 0.2); } .page-b29__button--secondary:hover { background-color: #e94560; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(233, 69, 96, 0.4); } .page-b29__button--access, .page-b29__button--game, .page-b29__button--promo, .page-b29__button--readmore, .page-b29__button--small { background-color: #0f3460; color: #fff; padding: 10px 20px; border-radius: 5px; font-size: 0.9em; margin-top: 15px; } .page-b29__button--access:hover, .page-b29__button--game:hover, .page-b29__button--promo:hover, .page-b29__button--readmore:hover, .page-b29__button--small:hover { background-color: #1a1a2e; border-color: #e94560; color: #e94560; transform: translateY(-2px); } .page-b29__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; } .page-b29__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); max-width: 100%; } .page-b29__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-b29__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #fff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } .page-b29__hero-description { font-size: 1.4em; color: #eee; margin-bottom: 30px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); } .page-b29__hero-cta { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-b29__intro-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-b29__intro-text { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px; color: #ccc; } .page-b29__features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-b29__feature-item { background-color: #2c3e50; padding: 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); } .page-b29__feature-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; max-width: 100%; height: auto; } .page-b29__feature-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-b29__feature-description { color: #ccc; } .page-b29__quick-access-section { padding: 60px 20px; background-color: #16213e; text-align: center; } .page-b29__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 40px auto 0; } .page-b29__button--access { flex: 1 1 auto; min-width: 200px; max-width: 250px; } .page-b29__games-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-b29__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .page-b29__game-category { background-color: #2c3e50; padding: 30px 20px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; } .page-b29__game-icon { width: 120px; height: 120px; margin-bottom: 20px; object-fit: contain; max-width: 100%; height: auto; } .page-b29__game-title { font-size: 1.6em; color: #e94560; margin-bottom: 10px; } .page-b29__game-description { color: #ccc; flex-grow: 1; margin-bottom: 20px; } .page-b29__promotions-section { padding: 60px 20px; background-color: #16213e; text-align: center; } .page-b29__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; max-width: 1200px; margin-left: auto; margin-right: auto; } .page-b29__promo-card { background-color: #2c3e50; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); text-align: left; } .page-b29__promo-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; } .page-b29__promo-title { font-size: 1.4em; color: #e94560; padding: 15px 20px 0; } .page-b29__promo-description { color: #ccc; padding: 0 20px 15px; } .page-b29__button--promo { display: block; width: calc(100% - 40px); margin: 0 20px 20px; } .page-b29__security-cs-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-b29__content-wrapper { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 40px; } .page-b29__security-info, .page-b29__cs-info { flex: 1 1 45%; background-color: #2c3e50; padding: 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); } .page-b29__security-info p, .page-b29__cs-info p { color: #ccc; margin-bottom: 20px; } .page-b29__security-image { width: 100%; height: auto; border-radius: 8px; margin-top: 20px; object-fit: cover; max-width: 100%; } .page-b29__contact-list { list-style: none; padding: 0; margin: 0; } .page-b29__contact-item { margin-bottom: 10px; color: #ccc; } .page-b29__contact-item a { color: #e94560; text-decoration: none; } .page-b29__contact-item a:hover { text-decoration: underline; } .page-b29__faq-section { padding: 60px 20px; background-color: #1a1a2e; max-width: 1000px; margin: 0 auto; } .page-b29__faq-container { margin-top: 40px; } .page-b29__faq-item { background-color: #2c3e50; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-b29__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #0f3460; color: #fff; transition: background-color 0.3s ease; } .page-b29__faq-question:hover { background-color: #1a1a2e; } .page-b29__faq-title { font-size: 1.2em; margin: 0; flex-grow: 1; pointer-events: none; color: #fff; } .page-b29__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; width: 20px; text-align: center; } .page-b29__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2c3e50; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; } .page-b29__faq-answer p { margin-bottom: 15px; } .page-b29__faq-item.active .page-b29__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-b29__faq-item.active .page-b29__faq-toggle { transform: rotate(45deg); } .page-b29__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-b29__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-b29__blog-post { background-color: #2c3e50; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); text-align: left; } .page-b29__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; } .page-b29__blog-content { padding: 20px; } .page-b29__blog-title { font-size: 1.4em; margin-bottom: 10px; } .page-b29__blog-title a { color: #e94560; text-decoration: none; } .page-b29__blog-title a:hover { text-decoration: underline; } .page-b29__blog-date { font-size: 0.9em; color: #999; margin-bottom: 10px; } .page-b29__blog-excerpt { color: #ccc; margin-bottom: 20px; } @media (max-width: 1024px) { .page-b29__hero-title { font-size: 3em; } .page-b29__hero-description { font-size: 1.2em; } .page-b29__section-title { font-size: 2em; } .page-b29__sub-title { font-size: 1.6em; } } @media (max-width: 768px) { .page-b29__hero-section { min-height: 400px; } .page-b29__hero-title { font-size: 2.2em; } .page-b29__hero-description { font-size: 1em; } .page-b29__hero-cta { flex-direction: column; gap: 15px; } .page-b29__button { width: 80%; margin: 0 auto; padding: 10px 20px; } .page-b29__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-b29__intro-section, .page-b29__quick-access-section, .page-b29__games-section, .page-b29__promotions-section, .page-b29__security-cs-section, .page-b29__faq-section, .page-b29__blog-section { padding: 40px 15px; } .page-b29__features, .page-b29__game-categories, .page-b29__promo-grid, .page-b29__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-b29__button--access { width: 100%; max-width: none; } .page-b29__content-wrapper { flex-direction: column; gap: 30px; } .page-b29__security-info, .page-b29__cs-info { flex: 1 1 100%; } .page-b29__contact-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-b29__contact-item { 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; padding: 5px 0; } .page-b29__faq-question { padding: 15px 20px; } .page-b29__faq-title { font-size: 1.1em; } .page-b29__faq-answer { padding: 0 20px; } .page-b29__faq-item.active .page-b29__faq-answer { padding: 15px 20px !important; } .page-b29__blog-image { height: 180px; } .page-b29__blog-title { font-size: 1.2em; } .page-b29__blog-excerpt { font-size: 0.9em; } img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }