.page-ph365-com-ph__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.page-ph365-com-ph__floating-button{background-color:#007bff;color:#fff;padding:12px 20px;border-radius:30px;text-decoration:none;font-weight:700;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:background-color .3s ease,transform .3s ease}.page-ph365-com-ph__floating-button:hover{background-color:#0056b3;transform:translateY(-2px)}.page-ph365-com-ph__main{font-family:Arial,sans-serif;color:#333;line-height:1.6;background-color:#f8f9fa}.page-ph365-com-ph__section{padding:40px 20px;margin-bottom:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);overflow:hidden}.page-ph365-com-ph__hero-section{background:linear-gradient(135deg,#0a1930,#1a4e63);color:#fff;text-align:center;padding:10px 20px 60px;position:relative;overflow:hidden;border-radius:0}.page-ph365-com-ph__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3;z-index:0}.page-ph365-com-ph__hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.page-ph365-com-ph__hero-title{font-size:2.5em;margin-bottom:15px;color:#ffc107;text-transform:uppercase}.page-ph365-com-ph__hero-subtitle{font-size:1.2em;margin-bottom:30px}.page-ph365-com-ph__cta-button{display:inline-block;background-color:#ffc107;color:#0a1930;padding:15px 30px;border-radius:5px;text-decoration:none;font-weight:700;font-size:1.1em;transition:background-color .3s ease,transform .3s ease}.page-ph365-com-ph__cta-button:hover{background-color:#e0a800;transform:translateY(-2px)}.page-ph365-com-ph__section-title{font-size:2em;color:#0a1930;text-align:center;margin-bottom:30px;position:relative;padding-bottom:10px}.page-ph365-com-ph__section-title:after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;background-color:#ffc107;border-radius:2px}.page-ph365-com-ph__text-content{text-align:center;max-width:800px;margin:0 auto 30px}.page-ph365-com-ph__promotion-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:30px}.page-ph365-com-ph__promotion-card{background-color:#f1f1f1;border-radius:8px;overflow:hidden;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease}.page-ph365-com-ph__promotion-card:hover{transform:translateY(-5px)}.page-ph365-com-ph__promotion-card-image{width:100%;height:200px;object-fit:cover}.page-ph365-com-ph__promotion-card-content{padding:20px}.page-ph365-com-ph__promotion-card-title{font-size:1.3em;color:#0a1930;margin-bottom:10px}.page-ph365-com-ph__promotion-card-description{font-size:.9em;color:#555;margin-bottom:15px}.page-ph365-com-ph__game-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-top:30px}.page-ph365-com-ph__game-category-item{text-align:center;background-color:#f1f1f1;padding:20px 10px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:transform .3s ease}.page-ph365-com-ph__game-category-item:hover{transform:translateY(-3px)}.page-ph365-com-ph__game-category-icon{width:80px;height:80px;object-fit:contain;margin-bottom:10px}.page-ph365-com-ph__game-category-name{font-weight:700;color:#0a1930}.page-ph365-com-ph__payment-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px;margin-top:30px}.page-ph365-com-ph__payment-method-item{text-align:center;background-color:#f1f1f1;padding:15px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:transform .3s ease}.page-ph365-com-ph__payment-method-item:hover{transform:scale(1.05)}.page-ph365-com-ph__payment-method-logo{width:100%;max-width:100px;height:auto;object-fit:contain;margin-bottom:10px}.page-ph365-com-ph__payment-method-name{font-size:.9em;font-weight:700;color:#0a1930}.page-ph365-com-ph__game-providers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:20px;margin-top:30px}.page-ph365-com-ph__provider-item{text-align:center;background-color:#f1f1f1;padding:15px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:transform .3s ease}.page-ph365-com-ph__provider-item:hover{transform:scale(1.05)}.page-ph365-com-ph__provider-logo{width:100%;max-width:80px;height:auto;object-fit:contain}.page-ph365-com-ph__faq-container{max-width:800px;margin:30px auto}.page-ph365-com-ph__faq-item{background-color:#f1f1f1;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.page-ph365-com-ph__faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;background-color:#e9ecef;border-radius:8px;transition:background-color .3s ease}.page-ph365-com-ph__faq-question:hover{background-color:#dee2e6}.page-ph365-com-ph__faq-question h3{margin:0;font-size:1.1em;color:#0a1930;pointer-events:none}.page-ph365-com-ph__faq-toggle{font-size:1.5em;font-weight:700;color:#0a1930;transition:transform .3s ease;pointer-events:none}.page-ph365-com-ph__faq-item.active .page-ph365-com-ph__faq-toggle{transform:rotate(45deg)}.page-ph365-com-ph__faq-answer{max-height:0;overflow:hidden;padding:0 20px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-ph365-com-ph__faq-item.active .page-ph365-com-ph__faq-answer{max-height:2000px!important;padding:20px 20px!important;opacity:1}.page-ph365-com-ph__faq-answer p{margin-bottom:10px;font-size:.95em;color:#555}.page-ph365-com-ph__faq-answer p:last-child{margin-bottom:0}@media (max-width:768px){.page-ph365-com-ph__hero-title{font-size:2em}.page-ph365-com-ph__hero-subtitle{font-size:1em}.page-ph365-com-ph__cta-button{padding:12px 25px;font-size:1em}.page-ph365-com-ph__section{padding:30px 15px}.page-ph365-com-ph__section-title{font-size:1.7em}.page-ph365-com-ph__promotion-cards,.page-ph365-com-ph__game-categories,.page-ph365-com-ph__payment-methods-grid,.page-ph365-com-ph__game-providers-grid{grid-template-columns:1fr;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__promotion-card,.page-ph365-com-ph__game-category-item,.page-ph365-com-ph__payment-method-item,.page-ph365-com-ph__provider-item{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}.page-ph365-com-ph__faq-container{margin:20px auto}.page-ph365-com-ph__faq-question{padding:12px 15px}.page-ph365-com-ph__faq-question h3{font-size:1em}.page-ph365-com-ph__faq-answer{padding:0 15px}.page-ph365-com-ph__faq-item.active .page-ph365-com-ph__faq-answer{padding:15px 15px!important}.page-ph365-com-ph__floating-buttons{bottom:15px;right:15px}}