.page-xxx8 { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; } .page-xxx8__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-xxx8__hero-section { background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 100%); padding: 10px 0 60px; text-align: center; position: relative; overflow: hidden; } .page-xxx8__hero-image { width: 100%; height: auto; max-width: 100%; object-fit: cover; display: block; margin: 0 auto 20px; border-radius: 8px; } .page-xxx8__hero-content { position: relative; z-index: 1; padding: 0 20px; } .page-xxx8__hero-title { font-size: 3.2em; color: #e0b000; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-xxx8__hero-subtitle { font-size: 1.5em; color: #ccc; margin-bottom: 30px; } .page-xxx8__cta-button { display: inline-block; background-color: #e0b000; color: #1a1a2e; padding: 15px 40px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-xxx8__cta-button:hover { background-color: #ffda47; transform: translateY(-3px); } .page-xxx8__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: 40px 20px; background-color: #0f0f1a; border-top: 1px solid #333; border-bottom: 1px solid #333; } .page-xxx8__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-xxx8__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-xxx8__section { padding: 60px 0; text-align: center; } .page-xxx8__section:nth-of-type(even) { background-color: #0f0f1a; } .page-xxx8__section-title { font-size: 2.8em; color: #e0b000; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-xxx8__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: left; } .page-xxx8__grid-item { background-color: #2a2a4a; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-xxx8__grid-item:hover { transform: translateY(-5px); } .page-xxx8__grid-item-title { font-size: 1.8em; color: #e0b000; margin-bottom: 15px; } .page-xxx8__grid-item-text { font-size: 1.1em; line-height: 1.6; color: #ccc; } .page-xxx8__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-xxx8__game-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease; width: 280px; } .page-xxx8__game-card:hover { transform: translateY(-5px); } .page-xxx8__game-card-image { width: 100%; height: 180px; object-fit: cover; } .page-xxx8__game-card-content { padding: 20px; } .page-xxx8__game-card-title { font-size: 1.5em; color: #e0b000; margin-bottom: 10px; } .page-xxx8__game-card-description { font-size: 1em; color: #ccc; margin-bottom: 20px; } .page-xxx8__game-card-button { display: inline-block; background-color: #e0b000; color: #1a1a2e; padding: 10px 25px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; } .page-xxx8__game-card-button:hover { background-color: #ffda47; } .page-xxx8__promo-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-xxx8__promo-item { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); width: 350px; text-align: left; } .page-xxx8__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-xxx8__promo-content { padding: 25px; } .page-xxx8__promo-title { font-size: 1.6em; color: #e0b000; margin-bottom: 10px; } .page-xxx8__promo-description { font-size: 1em; color: #ccc; margin-bottom: 20px; } .page-xxx8__promo-button { display: inline-block; background-color: #e0b000; color: #1a1a2e; padding: 10px 25px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; } .page-xxx8__promo-button:hover { background-color: #ffda47; } .page-xxx8__faq-list { max-width: 800px; margin: 40px auto 0; text-align: left; } .page-xxx8__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); overflow: hidden; } .page-xxx8__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; font-size: 1.3em; color: #e0b000; background-color: #3a3a5a; border-bottom: 1px solid #4a4a6a; user-select: none; transition: background-color 0.3s ease; } .page-xxx8__faq-question:hover { background-color: #4a4a6a; } .page-xxx8__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-xxx8__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e0b000; margin-left: 20px; transition: transform 0.3s ease; pointer-events: none; } .page-xxx8__faq-item.active .page-xxx8__faq-toggle { transform: rotate(45deg); } .page-xxx8__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; font-size: 1.1em; color: #ccc; line-height: 1.6; } .page-xxx8__faq-item.active .page-xxx8__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-xxx8__blog-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-xxx8__blog-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; } .page-xxx8__blog-card:hover { transform: translateY(-5px); } .page-xxx8__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-xxx8__blog-content { padding: 20px; } .page-xxx8__blog-title { font-size: 1.6em; color: #e0b000; margin-bottom: 10px; } .page-xxx8__blog-title a { color: #e0b000; text-decoration: none; } .page-xxx8__blog-title a:hover { text-decoration: underline; } .page-xxx8__blog-excerpt { font-size: 1em; color: #ccc; line-height: 1.6; margin-bottom: 15px; } .page-xxx8__blog-date { font-size: 0.9em; color: #888; } .page-xxx8__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 15px; } .page-xxx8__floating-button { background-color: #e0b000; color: #1a1a2e; width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; text-decoration: none; font-weight: bold; font-size: 1.1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; } .page-xxx8__floating-button:hover { background-color: #ffda47; transform: scale(1.05); } @media (max-width: 768px) { .page-xxx8__hero-title { font-size: 2.2em; } .page-xxx8__hero-subtitle { font-size: 1.2em; } .page-xxx8__cta-button { padding: 12px 30px; font-size: 1em; } .page-xxx8__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; } .page-xxx8__payment-logo, .page-xxx8__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-xxx8__section { padding: 40px 0; } .page-xxx8__section-title { font-size: 2em; margin-bottom: 30px; } .page-xxx8__grid { grid-template-columns: 1fr; } .page-xxx8__grid-item { padding: 20px; } .page-xxx8__grid-item-title { font-size: 1.5em; } .page-xxx8__grid-item-text { font-size: 1em; } .page-xxx8__game-categories { flex-direction: column; align-items: center; } .page-xxx8__game-card { width: 90%; max-width: 350px; } .page-xxx8__promo-list { flex-direction: column; align-items: center; } .page-xxx8__promo-item { width: 90%; max-width: 350px; } .page-xxx8__faq-list { margin: 30px auto 0; padding: 0 10px; } .page-xxx8__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-xxx8__faq-answer { padding: 0 20px; font-size: 1em; } .page-xxx8__faq-item.active .page-xxx8__faq-answer { padding: 15px 20px !important; } .page-xxx8__blog-list { grid-template-columns: 1fr; } .page-xxx8__blog-card { width: 90%; max-width: 350px; margin: 0 auto; } .page-xxx8__blog-title { font-size: 1.4em; } .page-xxx8__blog-excerpt { font-size: 0.9em; } .page-xxx8__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-xxx8__floating-button { width: 50px; height: 50px; font-size: 1em; } .page-xxx8 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-xxx8__game-card-image, .page-xxx8__promo-image, .page-xxx8__blog-image { width: 100% !important; max-width: 100% !important; height: auto !important; object-fit: cover !important; box-sizing: border-box !important; } ul, ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } ul li, ol li { 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-left: 10px !important; padding-right: 10px !important; } }