.page-ph111 { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-ph111__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-ph111__hero-section { background: linear-gradient(135deg, #0f3460, #1a1a2e); padding: 60px 20px; text-align: center; border-bottom: 5px solid #e94560; padding-top: 10px; } .page-ph111__hero-title { font-size: 2.8em; color: #e94560; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; } .page-ph111__hero-subtitle { font-size: 1.2em; color: #c0c0c0; margin-bottom: 30px; } .page-ph111__cta-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; margin-top: 20px; } .page-ph111__cta-button:hover { background-color: #ff6a80; transform: translateY(-3px); } .page-ph111__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-ph111__floating-button { background-color: #007bff; color: #ffffff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.2s ease; } .page-ph111__floating-button--register { background-color: #e94560; } .page-ph111__floating-button--login { background-color: #0f3460; } .page-ph111__floating-button:hover { transform: scale(1.05); } .page-ph111__game-categories { padding: 40px 20px; text-align: center; } .page-ph111__section-title { font-size: 2em; color: #e94560; margin-bottom: 30px; text-transform: uppercase; } .page-ph111__category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph111__category-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-ph111__category-card:hover { transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7); } .page-ph111__category-image { width: 100%; height: 180px; object-fit: cover; } .page-ph111__category-content { padding: 20px; } .page-ph111__category-title { font-size: 1.5em; color: #ffffff; margin-bottom: 15px; } .page-ph111__category-button { display: block; background-color: #e94560; color: #ffffff; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; } .page-ph111__category-button:hover { background-color: #ff6a80; } .page-ph111__promotions-section { background-color: #0f3460; padding: 40px 20px; text-align: center; border-top: 5px solid #e94560; } .page-ph111__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-ph111__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); text-align: left; } .page-ph111__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-ph111__promo-content { padding: 20px; } .page-ph111__promo-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-ph111__promo-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; } .page-ph111__promo-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-ph111__promo-button:hover { background-color: #ff6a80; } .page-ph111__about-section { padding: 40px 20px; text-align: center; } .page-ph111__about-content { max-width: 800px; margin: 0 auto; font-size: 1.1em; color: #c0c0c0; } .page-ph111__about-content h3 { color: #e94560; margin-top: 30px; font-size: 1.5em; } .page-ph111__about-content p { margin-bottom: 15px; } .page-ph111__download-section { background: linear-gradient(135deg, #1a1a2e, #0f3460); padding: 60px 20px; text-align: center; border-top: 5px solid #e94560; } .page-ph111__download-title { font-size: 2.5em; color: #e94560; margin-bottom: 20px; } .page-ph111__download-subtitle { font-size: 1.1em; color: #c0c0c0; margin-bottom: 40px; } .page-ph111__faq-section { padding: 40px 20px; } .page-ph111__faq-list { max-width: 800px; margin: 0 auto; } .page-ph111__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-ph111__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #1a1a2e; cursor: pointer; user-select: none; border-bottom: 1px solid #0f3460; } .page-ph111__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffffff; pointer-events: none; } .page-ph111__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-ph111__faq-item.active .page-ph111__faq-toggle { transform: rotate(45deg); } .page-ph111__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-ph111__faq-item.active .page-ph111__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-ph111__faq-answer p { margin: 0; font-size: 0.95em; color: #c0c0c0; } @media (max-width: 768px) { .page-ph111__hero-title { font-size: 2em; } .page-ph111__hero-subtitle { font-size: 1em; } .page-ph111__section-title { font-size: 1.8em; } .page-ph111__category-grid, .page-ph111__promo-grid { grid-template-columns: 1fr; } .page-ph111__floating-buttons { flex-direction: row; left: 10px; right: 10px; justify-content: space-around; bottom: 10px; gap: 5px; } .page-ph111__floating-button { padding: 10px 15px; font-size: 0.9em; } .page-ph111__download-title { font-size: 2em; } .page-ph111__download-subtitle { font-size: 1em; } .page-ph111__faq-question h3 { font-size: 1.1em; } .page-ph111__faq-answer p { font-size: 0.9em; } .page-ph111__category-card, .page-ph111__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-ph111__category-grid > *, .page-ph111__promo-grid > * { 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; } .page-ph111__category-grid, .page-ph111__promo-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ph111__category-image, .page-ph111__promo-image { max-width: 100% !important; height: auto !important; } .page-ph111__category-image-container, .page-ph111__promo-image-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-ph111__hero-title { font-size: 1.8em; } .page-ph111__floating-buttons { flex-direction: column; align-items: center; } }