.page-388-gaming-app { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-388-gaming-app__container { max-width: 1200px; margin: 0 auto; padding: 10px 15px; }.page-388-gaming-app__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 20px; }.page-388-gaming-app__hero-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%); animation: page-388-gaming-app__hero-pulse 10s infinite alternate; }.page-388-gaming-app__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-388-gaming-app__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; }.page-388-gaming-app__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-388-gaming-app__btn { display: inline-block; background-color: #fdbb2d; color: #1a2a6c; padding: 12px 28px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-388-gaming-app__btn:hover { background-color: #e0a426; transform: translateY(-3px); }.page-388-gaming-app__btn--secondary { background-color: #1a2a6c; color: #fff; }.page-388-gaming-app__btn--secondary:hover { background-color: #121e4f; }.page-388-gaming-app__hero-image { max-width: 100%; height: auto; margin-top: 30px; border-radius: 10px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); display: block; object-fit: cover; }.page-388-gaming-app__section { background-color: #fff; padding: 40px 20px; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }.page-388-gaming-app__section-title { text-align: center; font-size: 2.2em; color: #1a2a6c; margin-bottom: 30px; position: relative; }.page-388-gaming-app__section-title::after { content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 80px; height: 4px; background-color: #fdbb2d; border-radius: 2px; }.page-388-gaming-app__text-content { font-size: 1.1em; color: #555; text-align: justify; margin-bottom: 20px; }.page-388-gaming-app__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-388-gaming-app__grid-item { text-align: center; padding: 25px; border-radius: 10px; background-color: #f9f9f9; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }.page-388-gaming-app__grid-item:hover { transform: translateY(-5px); }.page-388-gaming-app__grid-icon { width: 80px; height: 80px; margin-bottom: 15px; display: inline-block; object-fit: contain; }.page-388-gaming-app__grid-title { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; }.page-388-gaming-app__grid-description { font-size: 1em; color: #666; }.page-388-gaming-app__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-388-gaming-app__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-decoration: none; color: inherit; }.page-388-gaming-app__game-card:hover { transform: translateY(-5px); }.page-388-gaming-app__game-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-388-gaming-app__game-content { padding: 20px; }.page-388-gaming-app__game-title { font-size: 1.3em; color: #1a2a6c; margin-bottom: 10px; }.page-388-gaming-app__game-description { font-size: 0.95em; color: #666; }.page-388-gaming-app__promo-list { list-style: none; padding: 0; }.page-388-gaming-app__promo-item { background-color: #fff; border: 1px solid #eee; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: flex-start; gap: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }.page-388-gaming-app__promo-icon { width: 60px; height: 60px; flex-shrink: 0; object-fit: contain; }.page-388-gaming-app__promo-content { flex-grow: 1; }.page-388-gaming-app__promo-title { font-size: 1.4em; color: #b21f1f; margin-bottom: 8px; }.page-388-gaming-app__promo-description { font-size: 1em; color: #555; }.page-388-gaming-app__promo-button { margin-top: 15px; display: inline-block; }.page-388-gaming-app__faq-section { background-color: #fff; padding: 40px 20px; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }.page-388-gaming-app__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; }.page-388-gaming-app__faq-item:last-child { border-bottom: none; margin-bottom: 0; }.page-388-gaming-app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-388-gaming-app__faq-question:hover { background-color: #f5f5f5; }.page-388-gaming-app__faq-question h3 { margin: 0; font-size: 1.1em; color: #1a2a6c; pointer-events: none; }.page-388-gaming-app__faq-toggle { font-size: 1.5em; font-weight: bold; color: #fdbb2d; pointer-events: none; transition: transform 0.3s ease; }.page-388-gaming-app__faq-item.active .page-388-gaming-app__faq-toggle { transform: rotate(45deg); }.page-388-gaming-app__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-388-gaming-app__faq-item.active .page-388-gaming-app__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-388-gaming-app__faq-answer p { margin-bottom: 10px; font-size: 0.95em; color: #666; }.page-388-gaming-app__blog-section { background-color: #fff; padding: 40px 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }.page-388-gaming-app__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-388-gaming-app__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-decoration: none; color: inherit; }.page-388-gaming-app__blog-card:hover { transform: translateY(-5px); }.page-388-gaming-app__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-388-gaming-app__blog-content { padding: 20px; }.page-388-gaming-app__blog-title { font-size: 1.3em; color: #1a2a6c; margin-bottom: 10px; }.page-388-gaming-app__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-388-gaming-app__blog-date { font-size: 0.85em; color: #999; text-align: right; }.page-388-gaming-app__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; margin-bottom: 20px; }.page-388-gaming-app__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-388-gaming-app__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-388-gaming-app__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-388-gaming-app__floating-button { background-color: #fdbb2d; color: #1a2a6c; 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-388-gaming-app__floating-button:hover { background-color: #e0a426; transform: translateY(-3px); }.page-388-gaming-app__floating-button--register { background-color: #b21f1f; color: #fff; }.page-388-gaming-app__floating-button--register:hover { background-color: #8c1919; }.page-388-gaming-app__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; }.page-388-gaming-app__quick-link-item { background-color: #f0f8ff; padding: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }.page-388-gaming-app__quick-link-item a { text-decoration: none; color: #1a2a6c; font-weight: bold; font-size: 1.1em; display: block; }.page-388-gaming-app__quick-link-item a:hover { color: #fdbb2d; }.page-388-gaming-app__security-features { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-388-gaming-app__security-item { display: flex; align-items: center; gap: 15px; background-color: #f9f9f9; padding: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }.page-388-gaming-app__security-icon { width: 50px; height: 50px; object-fit: contain; }.page-388-gaming-app__security-text { font-size: 1em; color: #555; }.page-388-gaming-app__customer-service-info { display: flex; flex-direction: column; gap: 15px; }.page-388-gaming-app__customer-service-item { display: flex; align-items: center; gap: 15px; font-size: 1.1em; color: #333; }.page-388-gaming-app__customer-service-icon { width: 40px; height: 40px; object-fit: contain; }.page-388-gaming-app__customer-service-text a { color: #1a2a6c; text-decoration: none; font-weight: bold; }.page-388-gaming-app__customer-service-text a:hover { color: #fdbb2d; }@keyframes page-388-gaming-app__hero-pulse { 0% { transform: scale(1); opacity: 0.1; } 50% { transform: scale(1.1); opacity: 0.2; } 100% { transform: scale(1); opacity: 0.1; } }@media (max-width: 768px) { .page-388-gaming-app__hero-title { font-size: 2em; }.page-388-gaming-app__hero-subtitle { font-size: 1.1em; }.page-388-gaming-app__hero-buttons { flex-direction: column; }.page-388-gaming-app__btn { width: 100%; max-width: 280px; margin: 0 auto; }.page-388-gaming-app__section-title { font-size: 1.8em; }.page-388-gaming-app__text-content { font-size: 1em; }.page-388-gaming-app__grid, .page-388-gaming-app__game-grid, .page-388-gaming-app__blog-grid, .page-388-gaming-app__security-features, .page-388-gaming-app__quick-links-grid { grid-template-columns: 1fr; }.page-388-gaming-app__promo-item { flex-direction: column; align-items: center; text-align: center; }.page-388-gaming-app__promo-icon { margin-bottom: 10px; }.page-388-gaming-app__faq-question h3 { font-size: 1em; }.page-388-gaming-app__faq-answer p { font-size: 0.9em; }.page-388-gaming-app__floating-buttons { bottom: 10px; right: 10px; gap: 8px; }.page-388-gaming-app__floating-button { padding: 10px 15px; font-size: 0.9em; }.page-388-gaming-app__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-388-gaming-app__payment-logo, .page-388-gaming-app__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-388-gaming-app__promo-list, .page-388-gaming-app__security-features, .page-388-gaming-app__customer-service-info { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-388-gaming-app__promo-item, .page-388-gaming-app__security-item, .page-388-gaming-app__customer-service-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: 15px !important; } }