.page-hifi-rush-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-hifi-rush-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-hifi-rush-playtime__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-hifi-rush-playtime__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 60px 20px 40px; border-radius: 0; margin-bottom: 0; padding-top: 10px; }.page-hifi-rush-playtime__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; }.page-hifi-rush-playtime__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; opacity: 0.9; }.page-hifi-rush-playtime__hero-cta { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-hifi-rush-playtime__hero-cta:hover { background-color: #e0a800; transform: translateY(-3px); }.page-hifi-rush-playtime__intro-section { text-align: center; }.page-hifi-rush-playtime__intro-title { font-size: 2.2em; color: #007bff; margin-bottom: 20px; }.page-hifi-rush-playtime__intro-text { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px; }.page-hifi-rush-playtime__features { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-hifi-rush-playtime__feature-item { flex: 1 1 calc(33% - 40px); min-width: 280px; text-align: center; padding: 25px; border-radius: 8px; background-color: #f8f9fa; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-hifi-rush-playtime__feature-icon { margin-bottom: 15px; }.page-hifi-rush-playtime__feature-icon img { width: 80px; height: 80px; object-fit: contain; }.page-hifi-rush-playtime__feature-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; }.page-hifi-rush-playtime__quick-access { text-align: center; background-color: #e9ecef; }.page-hifi-rush-playtime__quick-access-title { font-size: 2em; color: #007bff; margin-bottom: 25px; }.page-hifi-rush-playtime__quick-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }.page-hifi-rush-playtime__quick-link-button { display: inline-block; background-color: #28a745; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-hifi-rush-playtime__quick-link-button:hover { background-color: #218838; }.page-hifi-rush-playtime__games-section { text-align: center; }.page-hifi-rush-playtime__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-hifi-rush-playtime__game-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-hifi-rush-playtime__game-card:hover { transform: translateY(-5px); }.page-hifi-rush-playtime__game-image { width: 100%; height: 200px; object-fit: cover; }.page-hifi-rush-playtime__game-content { padding: 20px; }.page-hifi-rush-playtime__game-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; }.page-hifi-rush-playtime__game-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-hifi-rush-playtime__game-play-button { display: inline-block; background-color: #dc3545; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-hifi-rush-playtime__game-play-button:hover { background-color: #c82333; }.page-hifi-rush-playtime__promotions-section { background-color: #ffeeba; border: 1px solid #ffc107; text-align: center; }.page-hifi-rush-playtime__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-hifi-rush-playtime__promo-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); text-align: left; }.page-hifi-rush-playtime__promo-image { width: 100%; height: 220px; object-fit: cover; }.page-hifi-rush-playtime__promo-content { padding: 20px; }.page-hifi-rush-playtime__promo-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; }.page-hifi-rush-playtime__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-hifi-rush-playtime__promo-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-hifi-rush-playtime__promo-button:hover { background-color: #0056b3; }.page-hifi-rush-playtime__security-section { text-align: center; background-color: #f8f9fa; }.page-hifi-rush-playtime__security-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px; margin-top: 30px; }.page-hifi-rush-playtime__security-text { flex: 1 1 45%; min-width: 300px; text-align: left; }.page-hifi-rush-playtime__security-image { flex: 1 1 45%; min-width: 300px; }.page-hifi-rush-playtime__security-image img { max-width: 100%; height: auto; border-radius: 8px; }.page-hifi-rush-playtime__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }.page-hifi-rush-playtime__payment-method-item { width: 80px; height: 50px; display: flex; align-items: center; justify-content: center; background-color: #e9ecef; border-radius: 5px; }.page-hifi-rush-playtime__payment-method-item img { max-width: 100%; max-height: 100%; object-fit: contain; }.page-hifi-rush-playtime__faq-section { }.page-hifi-rush-playtime__faq-title { font-size: 2.2em; color: #007bff; text-align: center; margin-bottom: 30px; }.page-hifi-rush-playtime__faq-item { background-color: #f8f9fa; border: 1px solid #e0e0e0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; transition: box-shadow 0.3s ease; }.page-hifi-rush-playtime__faq-item:hover { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-hifi-rush-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #e9ecef; color: #333; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; }.page-hifi-rush-playtime__faq-question:hover { background-color: #dee2e6; }.page-hifi-rush-playtime__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; }.page-hifi-rush-playtime__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-hifi-rush-playtime__faq-item.active .page-hifi-rush-playtime__faq-toggle { transform: rotate(45deg); }.page-hifi-rush-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-hifi-rush-playtime__faq-item.active .page-hifi-rush-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-hifi-rush-playtime__blog-section { text-align: center; }.page-hifi-rush-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-hifi-rush-playtime__blog-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); text-align: left; transition: transform 0.3s ease; }.page-hifi-rush-playtime__blog-card:hover { transform: translateY(-5px); }.page-hifi-rush-playtime__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-hifi-rush-playtime__blog-content { padding: 20px; }.page-hifi-rush-playtime__blog-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; }.page-hifi-rush-playtime__blog-summary { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-hifi-rush-playtime__blog-read-more { display: inline-block; background-color: #6c757d; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-hifi-rush-playtime__blog-read-more:hover { background-color: #5a6268; }.page-hifi-rush-playtime img { max-width: 100%; height: auto; display: block; margin: 0 auto; }.page-hifi-rush-playtime ul { list-style: none; padding: 0; margin: 0; }.page-hifi-rush-playtime li { margin-bottom: 10px; }.page-hifi-rush-playtime h2 { font-size: 2em; color: #007bff; margin-bottom: 20px; text-align: center; }.page-hifi-rush-playtime h3 { font-size: 1.5em; color: #333; margin-bottom: 15px; }.page-hifi-rush-playtime p { margin-bottom: 15px; }.page-hifi-rush-playtime strong { color: #007bff; }.page-hifi-rush-playtime__gamelogo-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-hifi-rush-playtime__gamelogo-item { width: 100px; height: 60px; display: flex; align-items: center; justify-content: center; background-color: #f0f0f0; border-radius: 5px; padding: 5px; }.page-hifi-rush-playtime__gamelogo-item img { max-width: 90%; max-height: 90%; object-fit: contain; }.page-hifi-rush-playtime__social-media-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }.page-hifi-rush-playtime__social-media-item { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background-color: #e9ecef; border-radius: 50%; transition: background-color 0.3s ease; }.page-hifi-rush-playtime__social-media-item:hover { background-color: #d6d9dc; }.page-hifi-rush-playtime__social-media-item img { max-width: 70%; max-height: 70%; object-fit: contain; }@media (max-width: 768px) { .page-hifi-rush-playtime__hero-title { font-size: 2em; }.page-hifi-rush-playtime__hero-subtitle { font-size: 1em; }.page-hifi-rush-playtime__intro-title, .page-hifi-rush-playtime__quick-access-title, .page-hifi-rush-playtime h2, .page-hifi-rush-playtime__faq-title { font-size: 1.8em; }.page-hifi-rush-playtime__features { flex-direction: column; }.page-hifi-rush-playtime__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; }.page-hifi-rush-playtime__quick-links, .page-hifi-rush-playtime__payment-methods, .page-hifi-rush-playtime__social-media-list { flex-direction: column; align-items: center; }.page-hifi-rush-playtime__quick-link-button { width: 90%; max-width: 300px; }.page-hifi-rush-playtime__game-card, .page-hifi-rush-playtime__promo-card, .page-hifi-rush-playtime__blog-card { max-width: 100%; }.page-hifi-rush-playtime__security-content { flex-direction: column; }.page-hifi-rush-playtime__security-text, .page-hifi-rush-playtime__security-image { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }.page-hifi-rush-playtime__faq-question { padding: 15px; font-size: 1em; }.page-hifi-rush-playtime__faq-answer { padding: 15px !important; }.page-hifi-rush-playtime__blog-title { font-size: 1.2em; }.page-hifi-rush-playtime__blog-summary { font-size: 0.85em; }.page-hifi-rush-playtime img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-hifi-rush-playtime ul, .page-hifi-rush-playtime ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-hifi-rush-playtime 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; } }