.page-kuya-j-ozamiz__floating-buttons{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.page-kuya-j-ozamiz__floating-button{background-color:#007bff;color:#fff;border:none;padding:12px 20px;border-radius:30px;font-size:16px;font-weight:bold;cursor:pointer;text-decoration:none;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.2)}.page-kuya-j-ozamiz__floating-button:hover{background-color:#0056b3}.page-kuya-j-ozamiz__hero-section{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding-top:10px;overflow:hidden}.page-kuya-j-ozamiz__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.page-kuya-j-ozamiz__hero-content{max-width:900px;padding:20px}.page-kuya-j-ozamiz__hero-title{font-size:3.5em;margin-bottom:15px;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.page-kuya-j-ozamiz__hero-subtitle{font-size:1.5em;margin-bottom:30px;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.page-kuya-j-ozamiz__cta-button{background-color:#ffc107;color:#333;padding:15px 30px;border-radius:5px;font-size:1.2em;font-weight:bold;text-decoration:none;transition:background-color .3s ease}.page-kuya-j-ozamiz__cta-button:hover{background-color:#e0a800}.page-kuya-j-ozamiz__section{padding:60px 20px;text-align:center;background-color:#1a1a1a;color:#eee}.page-kuya-j-ozamiz__section--alt{background-color:#2a2a2a}.page-kuya-j-ozamiz__section-title{font-size:2.5em;margin-bottom:30px;color:#ffc107}.page-kuya-j-ozamiz__section-text{font-size:1.1em;line-height:1.6;max-width:800px;margin:0 auto 40px}.page-kuya-j-ozamiz__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1200px;margin:0 auto}.page-kuya-j-ozamiz__game-card{background-color:#333;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.3);text-align:left;transition:transform .3s ease}.page-kuya-j-ozamiz__game-card:hover{transform:translateY(-5px)}.page-kuya-j-ozamiz__game-image{width:100%;height:200px;object-fit:cover}.page-kuya-j-ozamiz__game-content{padding:20px}.page-kuya-j-ozamiz__game-title{font-size:1.5em;margin-bottom:10px;color:#ffc107}.page-kuya-j-ozamiz__game-description{font-size:.95em;line-height:1.5;color:#ccc;margin-bottom:15px}.page-kuya-j-ozamiz__game-link{display:inline-block;background-color:#007bff;color:#fff;padding:8px 15px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color .3s ease}.page-kuya-j-ozamiz__game-link:hover{background-color:#0056b3}.page-kuya-j-ozamiz__promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-kuya-j-ozamiz__promo-card{background-color:#333;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.3);padding:30px;text-align:left;transition:transform .3s ease}.page-kuya-j-ozamiz__promo-card:hover{transform:translateY(-5px)}.page-kuya-j-ozamiz__promo-icon{width:80px;height:80px;margin-bottom:20px}.page-kuya-j-ozamiz__promo-title{font-size:1.8em;color:#ffc107;margin-bottom:15px}.page-kuya-j-ozamiz__promo-description{font-size:1em;line-height:1.6;color:#ccc;margin-bottom:20px}.page-kuya-j-ozamiz__security-features{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:40px}.page-kuya-j-ozamiz__feature-item{background-color:#333;border-radius:10px;padding:25px;width:calc(33% - 20px);box-shadow:0 4px 8px rgba(0,0,0,.3);text-align:center}.page-kuya-j-ozamiz__feature-icon{width:100px;height:100px;margin-bottom:15px}.page-kuya-j-ozamiz__feature-title{font-size:1.3em;color:#ffc107;margin-bottom:10px}.page-kuya-j-ozamiz__feature-description{font-size:.95em;color:#ccc}.page-kuya-j-ozamiz__faq-container{max-width:800px;margin:0 auto;text-align:left}.page-kuya-j-ozamiz__faq-item{background-color:#333;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 4px rgba(0,0,0,.2);overflow:hidden}.page-kuya-j-ozamiz__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#444;color:#ffc107;cursor:pointer;font-size:1.2em;font-weight:bold;transition:background-color .3s ease}.page-kuya-j-ozamiz__faq-question:hover{background-color:#555}.page-kuya-j-ozamiz__faq-question h3{margin:0;pointer-events:none}.page-kuya-j-ozamiz__faq-toggle{font-size:1.5em;line-height:1;pointer-events:none;transition:transform .3s ease}.page-kuya-j-ozamiz__faq-item.active .page-kuya-j-ozamiz__faq-toggle{transform:rotate(45deg)}.page-kuya-j-ozamiz__faq-answer{max-height:0;overflow:hidden;padding:0 20px;background-color:#3a3a3a;color:#ccc;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0}.page-kuya-j-ozamiz__faq-item.active .page-kuya-j-ozamiz__faq-answer{max-height:2000px!important;padding:20px!important;opacity:1}.page-kuya-j-ozamiz__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-kuya-j-ozamiz__blog-card{background-color:#333;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.3);text-align:left;transition:transform .3s ease}.page-kuya-j-ozamiz__blog-card:hover{transform:translateY(-5px)}.page-kuya-j-ozamiz__blog-image{width:100%;height:180px;object-fit:cover}.page-kuya-j-ozamiz__blog-content{padding:20px}.page-kuya-j-ozamiz__blog-title{font-size:1.3em;margin-bottom:10px}.page-kuya-j-ozamiz__blog-title a{color:#ffc107;text-decoration:none}.page-kuya-j-ozamiz__blog-title a:hover{color:#ffd700}.page-kuya-j-ozamiz__blog-excerpt{font-size:.9em;line-height:1.5;color:#ccc;margin-bottom:15px}.page-kuya-j-ozamiz__read-more{display:inline-block;background-color:#007bff;color:#fff;padding:8px 15px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color .3s ease}.page-kuya-j-ozamiz__read-more:hover{background-color:#0056b3}.page-kuya-j-ozamiz__quick-links{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-top:40px}.page-kuya-j-ozamiz__quick-link-button{background-color:#007bff;color:#fff;padding:12px 25px;border-radius:5px;font-size:1.1em;font-weight:bold;text-decoration:none;transition:background-color .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.page-kuya-j-ozamiz__quick-link-button:hover{background-color:#0056b3}@media (max-width:1024px){.page-kuya-j-ozamiz__hero-title{font-size:3em}.page-kuya-j-ozamiz__hero-subtitle{font-size:1.3em}.page-kuya-j-ozamiz__feature-item{width:calc(50% - 15px)}}@media (max-width:768px){.page-kuya-j-ozamiz__hero-section{min-height:400px}.page-kuya-j-ozamiz__hero-title{font-size:2.5em}.page-kuya-j-ozamiz__hero-subtitle{font-size:1.1em}.page-kuya-j-ozamiz__cta-button{padding:12px 25px;font-size:1em}.page-kuya-j-ozamiz__section{padding:40px 15px}.page-kuya-j-ozamiz__section-title{font-size:2em}.page-kuya-j-ozamiz__game-grid{grid-template-columns:1fr}.page-kuya-j-ozamiz__promo-grid{grid-template-columns:1fr}.page-kuya-j-ozamiz__feature-item{width:100%}.page-kuya-j-ozamiz__blog-grid{grid-template-columns:1fr}.page-kuya-j-ozamiz__quick-links{flex-direction:column;align-items:center}.page-kuya-j-ozamiz__quick-link-button{width:80%;max-width:300px}.page-kuya-j-ozamiz__faq-answer{padding:0 15px!important}.page-kuya-j-ozamiz__faq-item.active .page-kuya-j-ozamiz__faq-answer{padding:15px!important}.page-kuya-j-ozamiz__faq-container ul,.page-kuya-j-ozamiz__faq-container ol{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0!important;margin-left:0!important;margin-right:0!important}.page-kuya-j-ozamiz__faq-container li{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0!important;margin-left:0!important;margin-right:0!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important}}