.page-phjoy-telegram { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; }.page-phjoy-telegram__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-phjoy-telegram__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }.page-phjoy-telegram__section--dark { background-color: #343a40; color: #f8f9fa; }.page-phjoy-telegram__title { text-align: center; color: #007bff; margin-bottom: 30px; font-size: 2.5em; }.page-phjoy-telegram__title--light { color: #f8f9fa; }.page-phjoy-telegram__subtitle { text-align: center; color: #6c757d; margin-bottom: 40px; font-size: 1.2em; }.page-phjoy-telegram__text { margin-bottom: 15px; }.page-phjoy-telegram__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; box-shadow: none; padding-top: calc(var(--header-offset, 122px) + 10px); }.page-phjoy-telegram__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }.page-phjoy-telegram__hero-description { font-size: 1.5em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-phjoy-telegram__hero-cta { display: inline-block; background-color: #28a745; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.2s ease; }.page-phjoy-telegram__hero-cta:hover { background-color: #218838; transform: translateY(-2px); }.page-phjoy-telegram__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: #f1f1f1; border-radius: 8px; margin-bottom: 20px; }.page-phjoy-telegram__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-phjoy-telegram__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-phjoy-telegram__introduction-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }.page-phjoy-telegram__introduction-text { flex: 1; min-width: 300px; }.page-phjoy-telegram__introduction-image { flex: 0 0 400px; max-width: 100%; height: auto; border-radius: 8px; object-fit: cover; }.page-phjoy-telegram__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; text-align: center; }.page-phjoy-telegram__quick-access-item { background-color: #e9ecef; padding: 25px; border-radius: 8px; transition: transform 0.2s ease, box-shadow 0.2s ease; }.page-phjoy-telegram__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }.page-phjoy-telegram__quick-access-link { display: block; font-size: 1.1em; font-weight: bold; color: #007bff; text-decoration: none; }.page-phjoy-telegram__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-phjoy-telegram__game-card { background-color: #f1f1f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05); text-align: center; transition: transform 0.2s ease; }.page-phjoy-telegram__game-card:hover { transform: translateY(-5px); }.page-phjoy-telegram__game-image { width: 100%; height: 200px; object-fit: cover; }.page-phjoy-telegram__game-title { font-size: 1.3em; margin: 15px 0 10px; color: #333; }.page-phjoy-telegram__game-description { font-size: 0.9em; color: #555; padding: 0 15px 15px; }.page-phjoy-telegram__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-phjoy-telegram__promo-card { background-color: #e6f7ff; border-left: 5px solid #007bff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }.page-phjoy-telegram__promo-title { color: #007bff; margin-bottom: 10px; }.page-phjoy-telegram__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-phjoy-telegram__promo-cta { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-phjoy-telegram__promo-cta:hover { background-color: #0056b3; }.page-phjoy-telegram__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-phjoy-telegram__security-item { background-color: #f1f1f1; padding: 25px; border-radius: 8px; text-align: center; }.page-phjoy-telegram__security-icon { width: 60px; height: 60px; margin-bottom: 15px; object-fit: contain; }.page-phjoy-telegram__security-title { font-size: 1.2em; color: #333; margin-bottom: 10px; }.page-phjoy-telegram__security-text { font-size: 0.9em; color: #555; }.page-phjoy-telegram__faq-list { list-style: none; padding: 0; }.page-phjoy-telegram__faq-item { margin-bottom: 10px; border: 1px solid #eee; border-radius: 8px; overflow: hidden; }.page-phjoy-telegram__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f9f9f9; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-phjoy-telegram__faq-question:hover { background-color: #e9ecef; }.page-phjoy-telegram__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-phjoy-telegram__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; }.page-phjoy-telegram__faq-item.active .page-phjoy-telegram__faq-toggle { transform: rotate(45deg); }.page-phjoy-telegram__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-phjoy-telegram__faq-item.active .page-phjoy-telegram__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-phjoy-telegram__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-phjoy-telegram__blog-card { background-color: #f1f1f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: transform 0.2s ease; }.page-phjoy-telegram__blog-card:hover { transform: translateY(-5px); }.page-phjoy-telegram__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-phjoy-telegram__blog-content { padding: 20px; }.page-phjoy-telegram__blog-title { font-size: 1.3em; margin-bottom: 10px; }.page-phjoy-telegram__blog-link { text-decoration: none; color: #333; }.page-phjoy-telegram__blog-link:hover { color: #007bff; }.page-phjoy-telegram__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-phjoy-telegram__blog-date { font-size: 0.8em; color: #888; text-align: right; }.page-phjoy-telegram__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-phjoy-telegram__floating-btn { display: flex; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 30px; font-size: 16px; font-weight: bold; text-decoration: none; color: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; min-width: 120px; }.page-phjoy-telegram__floating-btn--register { background-color: #007bff; }.page-phjoy-telegram__floating-btn--register:hover { background-color: #0056b3; }.page-phjoy-telegram__floating-btn--login { background-color: #28a745; }.page-phjoy-telegram__floating-btn--login:hover { background-color: #1e7e34; }@media (max-width: 768px) { .page-phjoy-telegram__hero-section { padding: 80px 15px; padding-top: calc(var(--header-offset, 122px) + 10px); }.page-phjoy-telegram__hero-title { font-size: 2.5em; }.page-phjoy-telegram__hero-description { font-size: 1.2em; }.page-phjoy-telegram__hero-cta { padding: 12px 25px; font-size: 1em; }.page-phjoy-telegram__section { padding: 30px 15px; }.page-phjoy-telegram__title { font-size: 2em; }.page-phjoy-telegram__subtitle { font-size: 1em; }.page-phjoy-telegram__introduction-content { flex-direction: column; }.page-phjoy-telegram__introduction-image { flex: none; width: 100%; height: 250px; }.page-phjoy-telegram__quick-access-grid { grid-template-columns: 1fr; }.page-phjoy-telegram__quick-access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; }.page-phjoy-telegram__games-grid, .page-phjoy-telegram__promotions-grid, .page-phjoy-telegram__security-grid, .page-phjoy-telegram__blog-grid { grid-template-columns: 1fr; }.page-phjoy-telegram__game-card, .page-phjoy-telegram__promo-card, .page-phjoy-telegram__security-item, .page-phjoy-telegram__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-phjoy-telegram__game-image, .page-phjoy-telegram__blog-image { height: 180px; }.page-phjoy-telegram__faq-question { padding: 12px 15px; }.page-phjoy-telegram__faq-question h3 { font-size: 1em; }.page-phjoy-telegram__faq-answer { padding: 0 15px; }.page-phjoy-telegram__faq-item.active .page-phjoy-telegram__faq-answer { padding: 15px !important; }.page-phjoy-telegram__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-phjoy-telegram__floating-btn { padding: 10px 18px; font-size: 14px; min-width: 100px; }}.page-phjoy-telegram__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box;}.page-phjoy-telegram__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box;}.page-phjoy-telegram__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain;}@media (max-width: 768px) { .page-phjoy-telegram__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-phjoy-telegram__payment-logo, .page-phjoy-telegram__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }}