body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; } .page-ph365-con { max-width: 1200px; margin: 0 auto; padding: 10px; } .page-ph365-con__section { background-color: #fff; border-radius: 8px; margin-bottom: 20px; padding: 30px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .page-ph365-con__section-title { color: #8a2be2; font-size: 2.5em; margin-bottom: 20px; text-align: center; } .page-ph365-con__hero-section { position: relative; width: 100%; height: 500px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; border-radius: 8px; overflow: hidden; margin-bottom: 20px; padding-top: 10px; } .page-ph365-con__hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-ph365-con__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; } .page-ph365-con__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-ph365-con__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-ph365-con__btn { display: inline-block; background-color: #8a2be2; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-ph365-con__btn:hover { background-color: #7a1be1; transform: translateY(-2px); } .page-ph365-con__introduction-text { font-size: 1.1em; line-height: 1.8; text-align: justify; } .page-ph365-con__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-ph365-con__quick-access-item { text-align: center; } .page-ph365-con__quick-access-item .page-ph365-con__btn { width: 100%; padding: 18px 20px; font-size: 1.2em; } .page-ph365-con__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph365-con__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-ph365-con__game-card:hover { transform: translateY(-5px); } .page-ph365-con__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-ph365-con__game-card-content { padding: 20px; } .page-ph365-con__game-card-title { font-size: 1.5em; color: #8a2be2; margin-bottom: 10px; } .page-ph365-con__game-card-description { font-size: 0.95em; line-height: 1.6; color: #555; margin-bottom: 15px; } .page-ph365-con__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph365-con__promo-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-ph365-con__promo-card:hover { transform: translateY(-5px); } .page-ph365-con__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-ph365-con__promo-card-content { padding: 20px; } .page-ph365-con__promo-card-title { font-size: 1.4em; color: #8a2be2; margin-bottom: 10px; } .page-ph365-con__promo-card-description { font-size: 0.95em; line-height: 1.6; color: #555; margin-bottom: 15px; } .page-ph365-con__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; } .page-ph365-con__security-item { text-align: center; padding: 20px; background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-ph365-con__security-item-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; } .page-ph365-con__security-item-title { font-size: 1.3em; color: #8a2be2; margin-bottom: 10px; } .page-ph365-con__security-item-text { font-size: 0.95em; line-height: 1.6; color: #555; } .page-ph365-con__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .page-ph365-con__payment-provider-logo { height: 60px; object-fit: contain; filter: grayscale(10%); transition: filter 0.3s ease; } .page-ph365-con__payment-provider-logo:hover { filter: grayscale(0%); } .page-ph365-con__faq-item { border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px; } .page-ph365-con__faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .page-ph365-con__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 15px 0; font-size: 1.2em; font-weight: bold; color: #333; transition: color 0.3s ease; user-select: none; } .page-ph365-con__faq-question:hover { color: #8a2be2; } .page-ph365-con__faq-question h3 { margin: 0; font-size: 1em; pointer-events: none; } .page-ph365-con__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; } .page-ph365-con__faq-item.active .page-ph365-con__faq-toggle { transform: rotate(45deg); } .page-ph365-con__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease; font-size: 1em; line-height: 1.6; color: #666; opacity: 0; } .page-ph365-con__faq-item.active .page-ph365-con__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-ph365-con__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph365-con__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-ph365-con__blog-card:hover { transform: translateY(-5px); } .page-ph365-con__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-ph365-con__blog-card-content { padding: 20px; } .page-ph365-con__blog-card-title { font-size: 1.4em; color: #8a2be2; margin-bottom: 10px; } .page-ph365-con__blog-card-excerpt { font-size: 0.95em; line-height: 1.6; color: #555; margin-bottom: 15px; } .page-ph365-con__blog-card-link { color: #8a2be2; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-ph365-con__blog-card-link:hover { text-decoration: underline; } .page-ph365-con__blog-card-date { display: block; margin-top: 10px; font-size: 0.85em; color: #999; } @media (max-width: 768px) { .page-ph365-con { padding: 0 10px; } .page-ph365-con__hero-section { height: 400px; } .page-ph365-con__hero-title { font-size: 2.5em; } .page-ph365-con__hero-subtitle { font-size: 1.2em; } .page-ph365-con__section { padding: 20px 15px; } .page-ph365-con__section-title { font-size: 2em; } .page-ph365-con__btn { padding: 12px 25px; font-size: 1em; } .page-ph365-con__quick-access-grid, .page-ph365-con__games-grid, .page-ph365-con__promotions-grid, .page-ph365-con__security-support-grid, .page-ph365-con__blog-grid { grid-template-columns: 1fr; } .page-ph365-con__quick-access-item .page-ph365-con__btn { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ph365-con__game-card-image, .page-ph365-con__promo-card-image, .page-ph365-con__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-ph365-con__payment-providers { gap: 10px; } .page-ph365-con__payment-provider-logo { height: 40px; } .page-ph365-con__faq-question { font-size: 1.1em; padding: 10px 0; } .page-ph365-con__faq-answer { padding: 15px 10px !important; } }