body{font-family:Arial,sans-serif;margin:0;padding:0;background-color:#f4f4f4;color:#333}.page-ph365-login-ph-app__container{max-width:1200px;margin:0 auto;padding:10px}.page-ph365-login-ph-app__hero-section{background:linear-gradient(135deg,#0a0a0a,#333);color:#fff;padding:60px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;position:relative;overflow:hidden}.page-ph365-login-ph-app__hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('[GALLERY:hero:1920x1080:mobile_gaming,ph365_app,login]');background-size:cover;background-position:center;opacity:0.3;z-index:0}.page-ph365-login-ph-app__hero-content{position:relative;z-index:1;max-width:800px}.page-ph365-login-ph-app__hero-title{font-size:2.8em;margin-bottom:20px;line-height:1.2;font-weight:700}.page-ph365-login-ph-app__hero-description{font-size:1.2em;margin-bottom:30px}.page-ph365-login-ph-app__button-group{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.page-ph365-login-ph-app__button{display:inline-block;background-color:#e6b800;color:#000;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:bold;transition:background-color 0.3s ease,transform 0.3s ease;box-shadow:0 4px 10px rgba(0,0,0,0.2)}.page-ph365-login-ph-app__button:hover{background-color:#ffd700;transform:translateY(-3px)}.page-ph365-login-ph-app__section{padding:40px 20px;margin-bottom:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.page-ph365-login-ph-app__section-title{font-size:2em;color:#333;text-align:center;margin-bottom:30px}.page-ph365-login-ph-app__features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;list-style:none;padding:0;margin:0}.page-ph365-login-ph-app__feature-item{background-color:#f9f9f9;padding:25px;border-radius:8px;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,0.05);transition:transform 0.3s ease}.page-ph365-login-ph-app__feature-item:hover{transform:translateY(-5px)}.page-ph365-login-ph-app__feature-icon{margin-bottom:15px;width:100%;max-width:250px;height:auto;border-radius:8px}.page-ph365-login-ph-app__feature-title{font-size:1.3em;color:#e6b800;margin-bottom:10px}.page-ph365-login-ph-app__feature-description{font-size:1em;line-height:1.6}.page-ph365-login-ph-app__guide-steps{display:flex;flex-direction:column;gap:30px;align-items:center}.page-ph365-login-ph-app__step-item{display:flex;align-items:center;background-color:#f9f9f9;padding:25px;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.05);width:100%;max-width:700px}.page-ph365-login-ph-app__step-number{font-size:2.5em;color:#e6b800;font-weight:bold;margin-right:20px;flex-shrink:0}.page-ph365-login-ph-app__step-content{flex-grow:1}.page-ph365-login-ph-app__step-title{font-size:1.4em;margin-bottom:10px}.page-ph365-login-ph-app__step-description{font-size:1em;line-height:1.6}.page-ph365-login-ph-app__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.page-ph365-login-ph-app__game-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.05);text-align:center;transition:transform 0.3s ease}.page-ph365-login-ph-app__game-card:hover{transform:translateY(-5px)}.page-ph365-login-ph-app__game-image{width:100%;height:180px;object-fit:cover}.page-ph365-login-ph-app__game-logo{width:100%;height:auto;max-width:120px;margin:15px auto;display:block}.page-ph365-login-ph-app__game-title{font-size:1.1em;padding:15px;color:#333;font-weight:600}.page-ph365-login-ph-app__faq-list{list-style:none;padding:0;margin:0}.page-ph365-login-ph-app__faq-item{margin-bottom:10px;border:1px solid #eee;border-radius:8px;background-color:#f9f9f9}.page-ph365-login-ph-app__faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;background-color:#fff;border-radius:8px;transition:background-color 0.3s ease;user-select:none}.page-ph365-login-ph-app__faq-question:hover{background-color:#f0f0f0}.page-ph365-login-ph-app__faq-question h3{margin:0;font-size:1.1em;color:#333;pointer-events:none}.page-ph365-login-ph-app__faq-toggle{font-size:1.5em;font-weight:bold;color:#e6b800;pointer-events:none;transition:transform 0.3s ease}.page-ph365-login-ph-app__faq-item.active .page-ph365-login-ph-app__faq-toggle{transform:rotate(45deg)}.page-ph365-login-ph-app__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;opacity:0}.page-ph365-login-ph-app__faq-item.active .page-ph365-login-ph-app__faq-answer{max-height:2000px !important;padding:20px 15px !important;opacity:1}.page-ph365-login-ph-app__faq-answer p{margin:0;font-size:0.95em;line-height:1.6;color:#555}.page-ph365-login-ph-app__cta-section{background-color:#1a1a1a;color:#fff;padding:60px 20px;text-align:center;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.1);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.page-ph365-login-ph-app__cta-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('[GALLERY:cta:1200x675:app_download_cta,mobile_gaming_banner]');background-size:cover;background-position:center;opacity:0.2;z-index:0}.page-ph365-login-ph-app__cta-content{position:relative;z-index:1;max-width:800px}.page-ph365-login-ph-app__cta-title{font-size:2.2em;margin-bottom:20px;line-height:1.2;font-weight:700}.page-ph365-login-ph-app__cta-description{font-size:1.1em;margin-bottom:30px}@media (max-width:1024px){.page-ph365-login-ph-app__hero-title{font-size:2.4em}.page-ph365-login-ph-app__hero-description{font-size:1.1em}.page-ph365-login-ph-app__section-title{font-size:1.8em}.page-ph365-login-ph-app__game-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.page-ph365-login-ph-app__cta-title{font-size:2em}}@media (max-width:768px){.page-ph365-login-ph-app__container{padding:0}.page-ph365-login-ph-app__hero-section{padding:40px 15px;min-height:400px}.page-ph365-login-ph-app__hero-title{font-size:2em}.page-ph365-login-ph-app__hero-description{font-size:1em}.page-ph365-login-ph-app__button-group{flex-direction:column;gap:10px}.page-ph365-login-ph-app__button{width:100%;max-width:300px}.page-ph365-login-ph-app__section{padding:30px 15px}.page-ph365-login-ph-app__section-title{font-size:1.6em}.page-ph365-login-ph-app__features-list{grid-template-columns:1fr}.page-ph365-login-ph-app__feature-item{padding:20px;width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-ph365-login-ph-app__feature-title{font-size:1.2em}.page-ph365-login-ph-app__guide-steps{gap:20px}.page-ph365-login-ph-app__step-item{flex-direction:column;text-align:center;padding:20px;width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-ph365-login-ph-app__step-number{margin-right:0;margin-bottom:15px}.page-ph365-login-ph-app__step-title{font-size:1.3em}.page-ph365-login-ph-app__game-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.page-ph365-login-ph-app__game-image{height:150px}.page-ph365-login-ph-app__game-title{font-size:1em;padding:10px}.page-ph365-login-ph-app__faq-question{padding:12px 15px}.page-ph365-login-ph-app__faq-question h3{font-size:1em}.page-ph365-login-ph-app__faq-answer{padding:0 15px}.page-ph365-login-ph-app__faq-item.active .page-ph365-login-ph-app__faq-answer{padding:15px 15px !important}.page-ph365-login-ph-app__cta-section{padding:40px 15px}.page-ph365-login-ph-app__cta-title{font-size:1.8em}.page-ph365-login-ph-app__cta-description{font-size:1em}}@media (max-width:480px){.page-ph365-login-ph-app__hero-title{font-size:1.8em}.page-ph365-login-ph-app__section-title{font-size:1.5em}.page-ph365-login-ph-app__cta-title{font-size:1.6em}}