.page-ph365-com-ph-login { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-ph365-com-ph-login__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:gaming,philippines,login]') center center no-repeat; background-size: cover; color: #fff; text-align: center; padding: 10px 20px 80px; position: relative; overflow: hidden; min-height: 60vh; display: flex; align-items: center; justify-content: center; box-sizing: border-box; } @media (max-width: 768px) { .page-ph365-com-ph-login__hero-section { padding-top: 60px; min-height: 50vh; } } .page-ph365-com-ph-login__hero-content { max-width: 900px; margin: 0 auto; z-index: 1; } .page-ph365-com-ph-login__hero-title { font-size: 3.2em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-ph365-com-ph-login__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-ph365-com-ph-login__btn { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-ph365-com-ph-login__btn:hover { background-color: #e6b800; transform: translateY(-3px); } .page-ph365-com-ph-login__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-ph365-com-ph-login__section--light-bg { background-color: #fff; } .page-ph365-com-ph-login__section-title { font-size: 2.5em; color: #1a1a1a; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-ph365-com-ph-login__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffcc00; border-radius: 2px; } .page-ph365-com-ph-login__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: justify; } .page-ph365-com-ph-login__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-ph365-com-ph-login__card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-ph365-com-ph-login__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-ph365-com-ph-login__card-image { width: 100%; height: 200px; object-fit: cover; } .page-ph365-com-ph-login__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-ph365-com-ph-login__card-title { font-size: 1.5em; color: #1a1a1a; margin-bottom: 15px; } .page-ph365-com-ph-login__card-text { font-size: 0.95em; color: #555; margin-bottom: 20px; flex-grow: 1; } .page-ph365-com-ph-login__card-link { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-ph365-com-ph-login__card-link:hover { background-color: #0056b3; } .page-ph365-com-ph-login__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin-top: 40px; } .page-ph365-com-ph-login__quick-access-item { text-align: center; } .page-ph365-com-ph-login__quick-access-btn { display: block; background-color: #007bff; color: #fff; padding: 15px 10px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1em; } .page-ph365-com-ph-login__quick-access-btn:hover { background-color: #0056b3; transform: translateY(-3px); } .page-ph365-com-ph-login__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; } .page-ph365-com-ph-login__game-card { background-color: #f0f0f0; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-align: center; } .page-ph365-com-ph-login__game-card:hover { transform: translateY(-5px); } .page-ph365-com-ph-login__game-image { width: 100%; height: 180px; object-fit: cover; } .page-ph365-com-ph-login__game-title { font-size: 1.3em; margin: 15px 0; color: #1a1a1a; } .page-ph365-com-ph-login__game-description { font-size: 0.9em; color: #666; padding: 0 15px 15px; } .page-ph365-com-ph-login__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-ph365-com-ph-login__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; } .page-ph365-com-ph-login__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-ph365-com-ph-login__promo-content { padding: 25px; } .page-ph365-com-ph-login__promo-title { font-size: 1.6em; color: #1a1a1a; margin-bottom: 10px; } .page-ph365-com-ph-login__promo-text { font-size: 1em; color: #555; margin-bottom: 20px; } .page-ph365-com-ph-login__promo-btn { display: inline-block; background-color: #ffcc00; color: #333; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-ph365-com-ph-login__promo-btn:hover { background-color: #e6b800; } .page-ph365-com-ph-login__feature-list { list-style: none; padding: 0; margin-top: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .page-ph365-com-ph-login__feature-item { background-color: #f0f0f0; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); text-align: left; } .page-ph365-com-ph-login__feature-item h3 { font-size: 1.2em; color: #1a1a1a; margin-bottom: 10px; } .page-ph365-com-ph-login__feature-item p { font-size: 0.95em; color: #555; } .page-ph365-com-ph-login__faq-list { list-style: none; padding: 0; margin-top: 40px; } .page-ph365-com-ph-login__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-ph365-com-ph-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #f9f9f9; border-bottom: 1px solid #eee; } .page-ph365-com-ph-login__faq-question:hover { background-color: #f0f0f0; } .page-ph365-com-ph-login__faq-question h3 { margin: 0; font-size: 1.2em; color: #1a1a1a; pointer-events: none; } .page-ph365-com-ph-login__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-ph365-com-ph-login__faq-item.active .page-ph365-com-ph-login__faq-toggle { transform: rotate(45deg); } .page-ph365-com-ph-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-ph365-com-ph-login__faq-item.active .page-ph365-com-ph-login__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-ph365-com-ph-login__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-ph365-com-ph-login__blog-post { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-ph365-com-ph-login__blog-post:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-ph365-com-ph-login__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-ph365-com-ph-login__blog-content { padding: 25px; } .page-ph365-com-ph-login__blog-title { font-size: 1.4em; color: #1a1a1a; margin-bottom: 10px; } .page-ph365-com-ph-login__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-ph365-com-ph-login__blog-date { font-size: 0.85em; color: #888; } .page-ph365-com-ph-login__blog-link { display: inline-block; background-color: #007bff; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 15px; transition: background-color 0.3s ease; } .page-ph365-com-ph-login__blog-link:hover { background-color: #0056b3; } .page-ph365-com-ph-login__sticky-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-ph365-com-ph-login__sticky-btn { background-color: #ffcc00; color: #333; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1em; text-align: center; width: 120px; } .page-ph365-com-ph-login__sticky-btn:hover { background-color: #e6b800; transform: scale(1.05); } @media (max-width: 768px) { .page-ph365-com-ph-login__hero-title { font-size: 2.2em; } .page-ph365-com-ph-login__hero-subtitle { font-size: 1.1em; } .page-ph365-com-ph-login__section { padding: 40px 15px; } .page-ph365-com-ph-login__section-title { font-size: 2em; margin-bottom: 30px; } .page-ph365-com-ph-login__text-content { font-size: 1em; } .page-ph365-com-ph-login__grid, .page-ph365-com-ph-login__quick-access-grid, .page-ph365-com-ph-login__game-grid, .page-ph365-com-ph-login__promo-grid, .page-ph365-com-ph-login__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-ph365-com-ph-login__card-title, .page-ph365-com-ph-login__game-title, .page-ph365-com-ph-login__promo-title, .page-ph365-com-ph-login__blog-title { font-size: 1.3em; } .page-ph365-com-ph-login__feature-list { grid-template-columns: 1fr; gap: 15px; } .page-ph365-com-ph-login__feature-item h3 { font-size: 1.1em; } .page-ph365-com-ph-login__faq-question h3 { font-size: 1.1em; } .page-ph365-com-ph-login__faq-answer p { font-size: 0.9em; } .page-ph365-com-ph-login__quick-access-btn { padding: 12px 8px; font-size: 0.9em; } .page-ph365-com-ph-login__sticky-buttons { bottom: 10px; right: 10px; } .page-ph365-com-ph-login__sticky-btn { width: 100px; padding: 10px 15px; font-size: 0.9em; } .page-ph365-com-ph-login__grid > *, .page-ph365-com-ph-login__quick-access-grid > *, .page-ph365-com-ph-login__game-grid > *, .page-ph365-com-ph-login__promo-grid > *, .page-ph365-com-ph-login__feature-list > *, .page-ph365-com-ph-login__blog-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ph365-com-ph-login__grid, .page-ph365-com-ph-login__quick-access-grid, .page-ph365-com-ph-login__game-grid, .page-ph365-com-ph-login__promo-grid, .page-ph365-com-ph-login__feature-list, .page-ph365-com-ph-login__blog-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-ph365-com-ph-login__text-content, .page-ph365-com-ph-login__card-text, .page-ph365-com-ph-login__game-description, .page-ph365-com-ph-login__promo-text, .page-ph365-com-ph-login__feature-item p, .page-ph365-com-ph-login__faq-answer p, .page-ph365-com-ph-login__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }