.page-ph22-9d1-p { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; }.page-ph22-9d1-p__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-ph22-9d1-p__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-ph22-9d1-p__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-ph22-9d1-p__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-ph22-9d1-p__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #e74c3c; margin: 10px auto 0; border-radius: 2px; }.page-ph22-9d1-p__section--dark .page-ph22-9d1-p__section-title { color: #ecf0f1; }.page-ph22-9d1-p__section--dark .page-ph22-9d1-p__section-title::after { background-color: #f39c12; }.page-ph22-9d1-p__text-center { text-align: center; }.page-ph22-9d1-p__hero-section { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 100px 20px; min-height: 600px; background-size: cover; background-position: center; border-radius: 0; box-shadow: none; padding-top: 10px; }.page-ph22-9d1-p__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; }.page-ph22-9d1-p__hero-content { position: relative; z-index: 2; max-width: 800px; }.page-ph22-9d1-p__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-ph22-9d1-p__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-ph22-9d1-p__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; 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-ph22-9d1-p__button:hover { background-color: #c0392b; transform: translateY(-3px); }.page-ph22-9d1-p__button--secondary { background-color: #3498db; }.page-ph22-9d1-p__button--secondary:hover { background-color: #2980b9; }.page-ph22-9d1-p__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-ph22-9d1-p__intro-item { text-align: center; padding: 25px; background-color: #f2f2f2; border-radius: 8px; }.page-ph22-9d1-p__intro-item h3 { color: #e74c3c; margin-bottom: 15px; font-size: 1.4em; }.page-ph22-9d1-p__intro-item p { font-size: 0.95em; color: #555; }.page-ph22-9d1-p__quick-access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-ph22-9d1-p__quick-access-link { flex: 1 1 auto; min-width: 200px; max-width: 280px; text-align: center; }.page-ph22-9d1-p__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-ph22-9d1-p__game-card { background-color: #f2f2f2; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-ph22-9d1-p__game-card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-ph22-9d1-p__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-ph22-9d1-p__game-card-content { padding: 20px; }.page-ph22-9d1-p__game-card-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; }.page-ph22-9d1-p__game-card-description { font-size: 0.9em; color: #666; margin-bottom: 20px; }.page-ph22-9d1-p__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-ph22-9d1-p__promo-card { background-color: #f2f2f2; border-radius: 8px; overflow: hidden; text-align: center; padding: 25px; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-ph22-9d1-p__promo-card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-ph22-9d1-p__promo-card h3 { color: #e74c3c; margin-bottom: 15px; font-size: 1.6em; }.page-ph22-9d1-p__promo-card p { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-ph22-9d1-p__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }.page-ph22-9d1-p__feature-item { text-align: center; padding: 25px; background-color: #f2f2f2; border-radius: 8px; }.page-ph22-9d1-p__feature-item h3 { color: #3498db; margin-bottom: 10px; font-size: 1.3em; }.page-ph22-9d1-p__feature-item p { font-size: 0.9em; color: #555; }.page-ph22-9d1-p__faq-list { margin-top: 30px; }.page-ph22-9d1-p__faq-item { background-color: #f2f2f2; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-ph22-9d1-p__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #eee; border-bottom: 1px solid #ddd; }.page-ph22-9d1-p__faq-question:hover { background-color: #e0e0e0; }.page-ph22-9d1-p__faq-question h3 { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; }.page-ph22-9d1-p__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; }.page-ph22-9d1-p__faq-item.active .page-ph22-9d1-p__faq-toggle { transform: rotate(45deg); }.page-ph22-9d1-p__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-ph22-9d1-p__faq-item.active .page-ph22-9d1-p__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-ph22-9d1-p__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-ph22-9d1-p__blog-card { background-color: #f2f2f2; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-ph22-9d1-p__blog-card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-ph22-9d1-p__blog-card-image { width: 100%; height: 180px; object-fit: cover; }.page-ph22-9d1-p__blog-card-content { padding: 20px; }.page-ph22-9d1-p__blog-card-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; }.page-ph22-9d1-p__blog-card-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; }.page-ph22-9d1-p__blog-card-title a:hover { color: #e74c3c; }.page-ph22-9d1-p__blog-card-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-ph22-9d1-p__blog-card-date { font-size: 0.8em; color: #999; text-align: right; }.page-ph22-9d1-p__float-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-ph22-9d1-p__float-button { background-color: #e74c3c; color: #fff; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9em; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; line-height: 1.2; }.page-ph22-9d1-p__float-button:hover { background-color: #c0392b; transform: scale(1.05); }.page-ph22-9d1-p__float-button--register { background-color: #2ecc71; }.page-ph22-9d1-p__float-button--register:hover { background-color: #27ae60; }.page-ph22-9d1-p__app-download-section { text-align: center; padding: 50px 20px; background-color: #34495e; color: #ecf0f1; border-radius: 8px; margin-bottom: 20px; }.page-ph22-9d1-p__app-download-title { font-size: 2em; margin-bottom: 20px; }.page-ph22-9d1-p__app-download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-ph22-9d1-p__app-download-button { background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; display: flex; align-items: center; gap: 10px; }.page-ph22-9d1-p__app-download-button:hover { background-color: #c0392b; }.page-ph22-9d1-p__app-download-button img { width: 30px; height: 30px; }.page-ph22-9d1-p__app-image { max-width: 300px; height: auto; margin-top: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }.page-ph22-9d1-p__quick-access-image { width: 100%; height: 150px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }.page-ph22-9d1-p__intro-item img { max-width: 100px; height: auto; margin-bottom: 15px; }.page-ph22-9d1-p__feature-item img { max-width: 80px; height: auto; margin-bottom: 15px; }.page-ph22-9d1-p__float-buttons .page-ph22-9d1-p__float-button--login { background-color: #f39c12; }.page-ph22-9d1-p__float-buttons .page-ph22-9d1-p__float-button--login:hover { background-color: #e67e22; }@media (max-width: 1024px) { .page-ph22-9d1-p__hero-title { font-size: 3em; }.page-ph22-9d1-p__hero-subtitle { font-size: 1.3em; }.page-ph22-9d1-p__section-title { font-size: 2em; }}.page-ph22-9d1-p__float-buttons { right: 10px; bottom: 10px; }.page-ph22-9d1-p__float-button { width: 50px; height: 50px; font-size: 0.8em; }@media (max-width: 768px) { .page-ph22-9d1-p__hero-section { padding: 80px 15px; min-height: 500px; }.page-ph22-9d1-p__hero-title { font-size: 2.5em; }.page-ph22-9d1-p__hero-subtitle { font-size: 1.1em; }.page-ph22-9d1-p__section { padding: 30px 15px; }.page-ph22-9d1-p__section-title { font-size: 1.8em; }.page-ph22-9d1-p__button { padding: 12px 25px; font-size: 1em; }.page-ph22-9d1-p__quick-access-grid { flex-direction: column; align-items: center; }.page-ph22-9d1-p__quick-access-link { max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-ph22-9d1-p__quick-access-link .page-ph22-9d1-p__button { width: 100%; }.page-ph22-9d1-p__intro-grid, .page-ph22-9d1-p__games-grid, .page-ph22-9d1-p__promotions-grid, .page-ph22-9d1-p__security-features, .page-ph22-9d1-p__blog-grid { grid-template-columns: 1fr; }.page-ph22-9d1-p__intro-item, .page-ph22-9d1-p__game-card, .page-ph22-9d1-p__promo-card, .page-ph22-9d1-p__feature-item, .page-ph22-9d1-p__blog-card { max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-ph22-9d1-p__faq-question h3 { font-size: 1.1em; }.page-ph22-9d1-p__faq-answer { padding: 0 10px; }.page-ph22-9d1-p__faq-item.active .page-ph22-9d1-p__faq-answer { padding: 15px 10px !important; }.page-ph22-9d1-p__app-download-title { font-size: 1.5em; }.page-ph22-9d1-p__app-download-buttons { flex-direction: column; align-items: center; }.page-ph22-9d1-p__app-download-button { width: 80%; text-align: center; justify-content: center; }.page-ph22-9d1-p__float-buttons { flex-direction: row; width: 100%; justify-content: center; bottom: 0; left: 0; right: 0; background-color: rgba(255, 255, 255, 0.9); padding: 10px 0; border-top: 1px solid #eee; }.page-ph22-9d1-p__float-button { width: 45px; height: 45px; font-size: 0.75em; }.page-ph22-9d1-p__blog-card-excerpt, .page-ph22-9d1-p__game-card-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-ph22-9d1-p__float-button--download { background-color: #9b59b6; }.page-ph22-9d1-p__float-button--download:hover { background-color: #8e44ad; }