.page-22ph-login { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; } .page-22ph-login__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-22ph-login__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; background-color: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-22ph-login__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-22ph-login__section--dark h2, .page-22ph-login__section--dark h3 { color: #ecf0f1; } .page-22ph-login__section-title { font-size: 2.5em; color: #2980b9; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-22ph-login__section-subtitle { font-size: 1.8em; color: #34495e; text-align: center; margin-bottom: 20px; } .page-22ph-login__hero-section { background-color: #e0f7fa; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; border-radius: 0; padding-top: 10px; } .page-22ph-login__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); } .page-22ph-login__hero-content { position: relative; z-index: 2; color: #fff; max-width: 900px; margin: 0 auto; } .page-22ph-login__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-22ph-login__hero-description { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-22ph-login__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-22ph-login__cta-button:hover { background-color: #c0392b; transform: translateY(-3px); } .page-22ph-login__introduction-text { font-size: 1.1em; text-align: justify; margin-bottom: 20px; } .page-22ph-login__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-22ph-login__feature-item { background-color: #f8f8f8; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-22ph-login__feature-item:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .page-22ph-login__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; } .page-22ph-login__feature-title { font-size: 1.4em; color: #2980b9; margin-bottom: 10px; } .page-22ph-login__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-22ph-login__access-link { display: inline-block; background-color: #3498db; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-22ph-login__access-link:hover { background-color: #2980b9; transform: translateY(-2px); } .page-22ph-login__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-22ph-login__game-card { background-color: #f8f8f8; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-22ph-login__game-card:hover { transform: translateY(-5px); } .page-22ph-login__game-image { width: 100%; height: 200px; object-fit: cover; } .page-22ph-login__game-content { padding: 20px; } .page-22ph-login__game-title { font-size: 1.3em; color: #34495e; margin-bottom: 10px; } .page-22ph-login__promotions-list { list-style: none; padding: 0; margin-top: 30px; } .page-22ph-login__promotion-item { background-color: #f8f8f8; padding: 20px; margin-bottom: 15px; border-radius: 8px; display: flex; align-items: center; gap: 20px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); } .page-22ph-login__promotion-image { width: 120px; height: 120px; object-fit: cover; border-radius: 5px; } .page-22ph-login__promotion-details { flex-grow: 1; } .page-22ph-login__promotion-title { font-size: 1.5em; color: #e74c3c; margin-bottom: 10px; } .page-22ph-login__promotion-description { font-size: 1em; color: #555; margin-bottom: 15px; } .page-22ph-login__security-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; } .page-22ph-login__security-item { text-align: center; } .page-22ph-login__security-image { width: 100px; height: 100px; object-fit: contain; margin-bottom: 10px; } .page-22ph-login__security-text { font-size: 1.1em; color: #ecf0f1; } .page-22ph-login__contact-info { text-align: center; margin-top: 30px; font-size: 1.1em; } .page-22ph-login__contact-info a { color: #3498db; text-decoration: none; font-weight: bold; } .page-22ph-login__contact-info a:hover { text-decoration: underline; } .page-22ph-login__faq-list { margin-top: 30px; } .page-22ph-login__faq-item { background-color: #f8f8f8; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-22ph-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #ecf0f1; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; } .page-22ph-login__faq-question:hover { background-color: #e0e0e0; } .page-22ph-login__faq-question h3 { margin: 0; font-size: 1.2em; color: #34495e; pointer-events: none; } .page-22ph-login__faq-toggle { font-size: 1.5em; font-weight: bold; color: #34495e; pointer-events: none; transition: transform 0.3s ease; } .page-22ph-login__faq-item.active .page-22ph-login__faq-toggle { transform: rotate(45deg); } .page-22ph-login__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-22ph-login__faq-item.active .page-22ph-login__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-22ph-login__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-22ph-login__blog-card { background-color: #f8f8f8; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-22ph-login__blog-card:hover { transform: translateY(-5px); } .page-22ph-login__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-22ph-login__blog-content { padding: 20px; } .page-22ph-login__blog-date { font-size: 0.9em; color: #7f8c8d; margin-bottom: 10px; } .page-22ph-login__blog-title { font-size: 1.4em; color: #34495e; margin-bottom: 10px; text-decoration: none; font-weight: bold; display: block; } .page-22ph-login__blog-title:hover { color: #2980b9; } .page-22ph-login__blog-excerpt { font-size: 1em; color: #555; margin-bottom: 15px; } .page-22ph-login__read-more { display: inline-block; color: #2980b9; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-22ph-login__read-more:hover { color: #3498db; text-decoration: underline; } @media (max-width: 768px) { .page-22ph-login__hero-title { font-size: 2.5em; } .page-22ph-login__hero-description { font-size: 1.1em; } .page-22ph-login__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-22ph-login__section { padding: 30px 15px; } .page-22ph-login__section-title { font-size: 2em; } .page-22ph-login__section-subtitle { font-size: 1.5em; } .page-22ph-login__features-grid, .page-22ph-login__games-grid, .page-22ph-login__blog-grid { grid-template-columns: 1fr; } .page-22ph-login__feature-item, .page-22ph-login__game-card, .page-22ph-login__blog-card { padding: 20px; } .page-22ph-login__promotion-item { flex-direction: column; text-align: center; } .page-22ph-login__promotion-image { margin-bottom: 15px; } .page-22ph-login__faq-question { padding: 12px 15px; } .page-22ph-login__faq-question h3 { font-size: 1.1em; } .page-22ph-login__faq-answer { padding: 15px !important; } .page-22ph-login__faq-item.active .page-22ph-login__faq-answer { padding: 15px !important; } .page-22ph-login__promotions-list, .page-22ph-login__quick-access-links { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-22ph-login__promotion-item, .page-22ph-login__access-link { 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; } }