.page-ph345-login__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; font-family: 'Arial', sans-serif; color: #333; } .page-ph345-login__hero-section { background: linear-gradient(135deg, #0056b3, #007bff); color: #fff; text-align: center; padding: 60px 20px; border-radius: 10px; margin-bottom: 40px; position: relative; overflow: hidden; padding-top: 70px; } .page-ph345-login__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('[GALLERY:hero:1920x1080:ph345,login,gaming_background]'); background-size: cover; background-position: center; opacity: 0.2; z-index: 0; } .page-ph345-login__hero-content { position: relative; z-index: 1; } .page-ph345-login__hero-title { font-size: 3em; margin-bottom: 15px; font-weight: bold; line-height: 1.2; } .page-ph345-login__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-ph345-login__cta-button { display: inline-block; background-color: #ffc107; color: #333; 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; margin: 10px; } .page-ph345-login__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-ph345-login__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 2px solid #eee; } .page-ph345-login__introduction-section, .page-ph345-login__quick-access-section, .page-ph345-login__games-section, .page-ph345-login__promotions-section, .page-ph345-login__security-section, .page-ph345-login__faq-section, .page-ph345-login__blog-section { padding: 40px 0; margin-bottom: 20px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .page-ph345-login__introduction-content { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; text-align: center; } .page-ph345-login__intro-item { flex: 1 1 300px; padding: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 1px 5px rgba(0,0,0,0.03); } .page-ph345-login__intro-item h3 { color: #007bff; margin-bottom: 10px; } .page-ph345-login__intro-item p { line-height: 1.6; } .page-ph345-login__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; justify-content: center; padding: 20px; } .page-ph345-login__quick-access-item { text-align: center; } .page-ph345-login__quick-access-item .page-ph345-login__cta-button { width: 100%; max-width: 250px; } .page-ph345-login__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 20px; } .page-ph345-login__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-ph345-login__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); } .page-ph345-login__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-ph345-login__game-card-content { padding: 20px; } .page-ph345-login__game-card-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; } .page-ph345-login__game-card-description { font-size: 0.9em; color: #555; line-height: 1.5; margin-bottom: 15px; } .page-ph345-login__promotions-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-ph345-login__promotion-item { background-color: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); padding: 25px; flex: 1 1 300px; max-width: 350px; text-align: center; } .page-ph345-login__promotion-item h3 { color: #d9534f; margin-bottom: 10px; } .page-ph345-login__promotion-item p { font-size: 0.95em; line-height: 1.6; color: #666; } .page-ph345-login__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 20px; } .page-ph345-login__security-item { background-color: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); padding: 25px; text-align: center; } .page-ph345-login__security-item h3 { color: #007bff; margin-bottom: 10px; } .page-ph345-login__security-item p { line-height: 1.6; color: #555; } .page-ph345-login__faq-list { list-style: none; padding: 0; margin: 0 auto; max-width: 800px; } .page-ph345-login__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); overflow: hidden; } .page-ph345-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #eaf4ff; color: #0056b3; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-ph345-login__faq-question:hover { background-color: #d0e7ff; } .page-ph345-login__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-ph345-login__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-ph345-login__faq-item.active .page-ph345-login__faq-toggle { transform: rotate(45deg); } .page-ph345-login__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-ph345-login__faq-item.active .page-ph345-login__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-ph345-login__faq-answer p { margin: 0; line-height: 1.6; color: #555; } .page-ph345-login__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 20px; } .page-ph345-login__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-ph345-login__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); } .page-ph345-login__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-ph345-login__blog-card-content { padding: 20px; } .page-ph345-login__blog-card-title { font-size: 1.4em; margin-bottom: 10px; line-height: 1.3; } .page-ph345-login__blog-card-title a { color: #0056b3; text-decoration: none; transition: color 0.3s ease; } .page-ph345-login__blog-card-title a:hover { color: #007bff; } .page-ph345-login__blog-card-excerpt { font-size: 0.9em; color: #666; line-height: 1.6; margin-bottom: 15px; } .page-ph345-login__read-more-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-ph345-login__read-more-button:hover { background-color: #218838; } @media (max-width: 768px) { .page-ph345-login__hero-title { font-size: 2.2em; } .page-ph345-login__hero-subtitle { font-size: 1.2em; } .page-ph345-login__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-ph345-login__section-title { font-size: 1.8em; } .page-ph345-login__introduction-content, .page-ph345-login__quick-access-grid, .page-ph345-login__games-grid, .page-ph345-login__promotions-list, .page-ph345-login__security-grid, .page-ph345-login__blog-grid { padding: 10px; } .page-ph345-login__intro-item, .page-ph345-login__quick-access-item, .page-ph345-login__game-card, .page-ph345-login__promotion-item, .page-ph345-login__security-item, .page-ph345-login__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ph345-login__quick-access-item .page-ph345-login__cta-button { max-width: none; } .page-ph345-login__promotions-list { flex-direction: column; align-items: center; } .page-ph345-login__faq-question { padding: 15px; } .page-ph345-login__faq-question h3 { font-size: 1em; } .page-ph345-login__faq-answer { padding: 0 10px; } .page-ph345-login__faq-item.active .page-ph345-login__faq-answer { padding: 15px 10px !important; } .page-ph345-login__game-card-title, .page-ph345-login__blog-card-title { font-size: 1.2em; } .page-ph345-login__game-card-description, .page-ph345-login__blog-card-excerpt { font-size: 0.85em; } } @media (max-width: 480px) { .page-ph345-login__hero-title { font-size: 1.8em; } .page-ph345-login__hero-subtitle { font-size: 1em; } .page-ph345-login__cta-button { padding: 10px 20px; font-size: 1em; margin: 5px; } .page-ph345-login__section-title { font-size: 1.5em; } }