body{font-family:'Arial',sans-serif;margin:0;padding:0;background-color:#f4f7f6;color:#333}.page-kasuotan-ng-diwata{padding-top:10px}.page-kasuotan-ng-diwata__section{padding:40px 20px;margin-bottom:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.page-kasuotan-ng-diwata__section--dark{background-color:#2a3042;color:#fff}.page-kasuotan-ng-diwata__container{max-width:1200px;margin:0 auto;padding:0 15px}.page-kasuotan-ng-diwata__h1,.page-kasuotan-ng-diwata__h2{text-align:center;color:#007bff;margin-bottom:30px}.page-kasuotan-ng-diwata__h1{font-size:2.8em}.page-kasuotan-ng-diwata__h2{font-size:2.2em;color:#333}.page-kasuotan-ng-diwata__h2--dark{color:#fff}.page-kasuotan-ng-diwata__h3{font-size:1.6em;color:#333;margin-bottom:15px}.page-kasuotan-ng-diwata__h3--dark{color:#fff}.page-kasuotan-ng-diwata__text{font-size:1.1em;line-height:1.6;margin-bottom:20px}.page-kasuotan-ng-diwata__text--center{text-align:center}.page-kasuotan-ng-diwata__button{display:inline-block;padding:12px 25px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s ease;border:none;cursor:pointer}.page-kasuotan-ng-diwata__button:hover{background-color:#0056b3}.page-kasuotan-ng-diwata__button--secondary{background-color:#6c757d}.page-kasuotan-ng-diwata__button--secondary:hover{background-color:#5a6268}.page-kasuotan-ng-diwata__hero{position:relative;width:100%;height:500px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 20px}.page-kasuotan-ng-diwata__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.page-kasuotan-ng-diwata__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2}.page-kasuotan-ng-diwata__hero-content{position:relative;z-index:3;max-width:800px}.page-kasuotan-ng-diwata__hero-title{font-size:3.5em;margin-bottom:20px;line-height:1.2}.page-kasuotan-ng-diwata__hero-subtitle{font-size:1.5em;margin-bottom:30px}.page-kasuotan-ng-diwata__hero-buttons .page-kasuotan-ng-diwata__button{margin:0 10px}.page-kasuotan-ng-diwata__features{display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px;margin-top:30px}.page-kasuotan-ng-diwata__feature-item{flex:1 1 300px;text-align:center;padding:20px;border-radius:8px;background-color:#f9f9f9;box-shadow:0 1px 5px rgba(0,0,0,.05)}.page-kasuotan-ng-diwata__feature-icon{width:80px;height:80px;margin-bottom:15px;display:block;margin-left:auto;margin-right:auto}.page-kasuotan-ng-diwata__feature-title{font-size:1.3em;color:#007bff;margin-bottom:10px}.page-kasuotan-ng-diwata__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:30px}.page-kasuotan-ng-diwata__game-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .2s ease}.page-kasuotan-ng-diwata__game-card:hover{transform:translateY(-5px)}.page-kasuotan-ng-diwata__game-image{width:100%;height:200px;object-fit:cover}.page-kasuotan-ng-diwata__game-content{padding:15px}.page-kasuotan-ng-diwata__game-title{font-size:1.3em;margin-bottom:10px;color:#007bff}.page-kasuotan-ng-diwata__promotion-card{background-color:#f9f9f9;border-radius:8px;padding:25px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:20px}.page-kasuotan-ng-diwata__promotion-title{font-size:1.5em;color:#007bff;margin-bottom:10px}.page-kasuotan-ng-diwata__promotion-description{margin-bottom:15px}.page-kasuotan-ng-diwata__security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}.page-kasuotan-ng-diwata__security-item{background-color:#3a4154;padding:25px;border-radius:8px;text-align:center}.page-kasuotan-ng-diwata__security-icon{width:90px;height:90px;margin-bottom:15px;display:block;margin-left:auto;margin-right:auto}.page-kasuotan-ng-diwata__security-title{font-size:1.3em;color:#fff;margin-bottom:10px}.page-kasuotan-ng-diwata__faq-list{margin-top:30px}.page-kasuotan-ng-diwata__faq-item{background-color:#f9f9f9;border-radius:8px;margin-bottom:15px;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.05)}.page-kasuotan-ng-diwata__faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;background-color:#e9ecef;border-bottom:1px solid #dee2e6;user-select:none}.page-kasuotan-ng-diwata__faq-question h3{margin:0;font-size:1.2em;color:#333;pointer-events:none}.page-kasuotan-ng-diwata__faq-toggle{font-size:1.8em;font-weight:700;color:#007bff;transition:transform .3s ease;pointer-events:none}.page-kasuotan-ng-diwata__faq-item.active .page-kasuotan-ng-diwata__faq-toggle{transform:rotate(45deg)}.page-kasuotan-ng-diwata__faq-answer{max-height:0;overflow:hidden;padding:0 15px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-kasuotan-ng-diwata__faq-item.active .page-kasuotan-ng-diwata__faq-answer{max-height:2000px!important;padding:20px 15px!important;opacity:1}.page-kasuotan-ng-diwata__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-top:30px}.page-kasuotan-ng-diwata__blog-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .2s ease}.page-kasuotan-ng-diwata__blog-card:hover{transform:translateY(-5px)}.page-kasuotan-ng-diwata__blog-image{width:100%;height:220px;object-fit:cover}.page-kasuotan-ng-diwata__blog-content{padding:15px}.page-kasuotan-ng-diwata__blog-title{font-size:1.3em;margin-bottom:10px}.page-kasuotan-ng-diwata__blog-title a{color:#007bff;text-decoration:none}.page-kasuotan-ng-diwata__blog-date{font-size:.9em;color:#6c757d;margin-bottom:10px}.page-kasuotan-ng-diwata__blog-excerpt{font-size:1em;color:#555}.page-kasuotan-ng-diwata__quick-access-links{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-top:30px}.page-kasuotan-ng-diwata__quick-access-link{flex:1 1 200px;text-align:center}.page-kasuotan-ng-diwata__quick-access-link .page-kasuotan-ng-diwata__button{width:100%}.page-kasuotan-ng-diwata__float-buttons{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.page-kasuotan-ng-diwata__float-button{background-color:#007bff;color:#fff;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1em;box-shadow:0 2px 10px rgba(0,0,0,.2);text-decoration:none;transition:background-color .3s ease}.page-kasuotan-ng-diwata__float-button:hover{background-color:#0056b3}.page-kasuotan-ng-diwata__float-button--register{background-color:#28a745}.page-kasuotan-ng-diwata__float-button--register:hover{background-color:#218838}.page-kasuotan-ng-diwata__float-button--login{background-color:#ffc107;color:#333}.page-kasuotan-ng-diwata__float-button--login:hover{background-color:#e0a800}.page-kasuotan-ng-diwata__app-download{text-align:center;margin-top:30px}.page-kasuotan-ng-diwata__app-download-button{margin-top:20px}.page-kasuotan-ng-diwata__app-download-icon{width:120px;height:120px;margin-bottom:15px;display:block;margin-left:auto;margin-right:auto}@media (max-width:1024px){.page-kasuotan-ng-diwata__hero-title{font-size:3em}.page-kasuotan-ng-diwata__hero-subtitle{font-size:1.3em}}.page-kasuotan-ng-diwata__features ul,.page-kasuotan-ng-diwata__security-grid ul,.page-kasuotan-ng-diwata__promotion-list ul,.page-kasuotan-ng-diwata__faq-list ul,.page-kasuotan-ng-diwata__blog-grid ul{list-style:none;padding:0;margin:0}.page-kasuotan-ng-diwata__features li,.page-kasuotan-ng-diwata__security-grid li,.page-kasuotan-ng-diwata__promotion-list li,.page-kasuotan-ng-diwata__faq-list li,.page-kasuotan-ng-diwata__blog-grid li{box-sizing:border-box}.page-kasuotan-ng-diwata__game-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.page-kasuotan-ng-diwata__game-image{height:180px}@media (max-width:768px){.page-kasuotan-ng-diwata__hero{height:400px}.page-kasuotan-ng-diwata__hero-title{font-size:2.5em}.page-kasuotan-ng-diwata__hero-subtitle{font-size:1.1em}.page-kasuotan-ng-diwata__hero-buttons{display:flex;flex-direction:column;gap:15px}.page-kasuotan-ng-diwata__hero-buttons .page-kasuotan-ng-diwata__button{margin:0;width:100%}.page-kasuotan-ng-diwata__section{padding:30px 15px}.page-kasuotan-ng-diwata__h1{font-size:2em}.page-kasuotan-ng-diwata__h2{font-size:1.8em}.page-kasuotan-ng-diwata__feature-item,.page-kasuotan-ng-diwata__security-item,.page-kasuotan-ng-diwata__quick-access-link{flex:1 1 100%}.page-kasuotan-ng-diwata__features,.page-kasuotan-ng-diwata__security-grid,.page-kasuotan-ng-diwata__game-grid,.page-kasuotan-ng-diwata__blog-grid{gap:15px}.page-kasuotan-ng-diwata__game-image{height:150px}.page-kasuotan-ng-diwata__float-buttons{bottom:15px;right:15px}.page-kasuotan-ng-diwata__float-button{width:45px;height:45px;font-size:.9em}.page-kasuotan-ng-diwata__app-download-icon{width:100px;height:100px}.page-kasuotan-ng-diwata__features ul,.page-kasuotan-ng-diwata__security-grid ul,.page-kasuotan-ng-diwata__promotion-list ul,.page-kasuotan-ng-diwata__faq-list ul,.page-kasuotan-ng-diwata__blog-grid ul{width:100%!important;max-width:100%!important;padding:0!important;margin-left:0!important;margin-right:0!important}.page-kasuotan-ng-diwata__features li,.page-kasuotan-ng-diwata__security-grid li,.page-kasuotan-ng-diwata__promotion-list li,.page-kasuotan-ng-diwata__faq-list li,.page-kasuotan-ng-diwata__blog-grid li{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:15px!important;margin-left:0!important;margin-right:0!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important}.page-kasuotan-ng-diwata__faq-question{padding:12px 15px}.page-kasuotan-ng-diwata__faq-question h3{font-size:1.1em}.page-kasuotan-ng-diwata__faq-answer{padding:15px!important}}.page-kasuotan-ng-diwata__app-download-text{font-size:1.2em;margin-bottom:20px}.page-kasuotan-ng-diwata__app-download-button .page-kasuotan-ng-diwata__button{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto;max-width:300px}.page-kasuotan-ng-diwata__app-download-button img{width:30px;height:30px}