/* Base Styles for the page */.page-diwata-kisame {font-family: 'Arial', sans-serif;color: #e0e0e0;background-color: #1a1a2e;line-height: 1.6;}.page-diwata-kisame__highlight {color: #ffcc00;font-weight: bold;}.page-diwata-kisame__section-title {font-size: 2.2em;color: #ffcc00;text-align: center;margin-bottom: 40px;padding-top: 20px;}.page-diwata-kisame__button {display: inline-block;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;text-align: center;}.page-diwata-kisame__button--primary {background-color: #ffcc00;color: #1a1a2e;border: none;}.page-diwata-kisame__button--primary:hover {background-color: #e6b800;transform: translateY(-2px);}.page-diwata-kisame__button--secondary {background-color: #4a148c;color: #ffffff;border: 1px solid #6a1b9a;}.page-diwata-kisame__button--secondary:hover {background-color: #5e24a5;transform: translateY(-2px);}.page-diwata-kisame__button--small {padding: 8px 15px;font-size: 0.9em;}.page-diwata-kisame img {max-width: 100%;height: auto;display: block;object-fit: cover;border-radius: 8px;}/* Hero Section */.page-diwata-kisame__hero-section {position: relative;display: flex;align-items: center;justify-content: center;min-height: 500px;text-align: center;overflow: hidden;padding-top: 10px; /* Assuming body has padding-top: var(--header-offset) */}.page-diwata-kisame__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}.page-diwata-kisame__hero-content {position: relative;z-index: 2;max-width: 900px;padding: 20px;background-color: rgba(0, 0, 0, 0.5);border-radius: 10px;}.page-diwata-kisame__hero-title {font-size: 3.5em;margin-bottom: 15px;color: #ffffff;}.page-diwata-kisame__hero-subtitle {font-size: 1.4em;margin-bottom: 30px;color: #ccc;}.page-diwata-kisame__hero-cta {margin-top: 20px;}/* Intro Section */.page-diwata-kisame__intro-section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;}.page-diwata-kisame__intro-text {text-align: center;font-size: 1.1em;margin-bottom: 50px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-diwata-kisame__features {display: flex;justify-content: space-around;flex-wrap: wrap;gap: 30px;}.page-diwata-kisame__feature-item {flex: 1 1 300px;background-color: #2e005f;padding: 30px;border-radius: 10px;text-align: center;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-diwata-kisame__feature-icon {width: 100%;height: 200px;margin-bottom: 20px;}.page-diwata-kisame__feature-title {font-size: 1.5em;color: #ffcc00;margin-bottom: 10px;}.page-diwata-kisame__feature-description {font-size: 0.95em;color: #ccc;}/* Quick Access Section */.page-diwata-kisame__quick-access-section {padding: 60px 20px;background-color: #2a0050;text-align: center;}.page-diwata-kisame__quick-access-description {font-size: 1.1em;margin-bottom: 40px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-diwata-kisame__access-links {display: flex;justify-content: center;flex-wrap: wrap;gap: 20px;}/* Games Section */.page-diwata-kisame__games-section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;}.page-diwata-kisame__games-intro {text-align: center;font-size: 1.1em;margin-bottom: 50px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-diwata-kisame__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;}.page-diwata-kisame__game-card {background-color: #2e005f;padding: 20px;border-radius: 10px;text-align: center;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);display: flex;flex-direction: column;justify-content: space-between;}.page-diwata-kisame__game-image {width: 100%;height: 250px;margin-bottom: 15px;}.page-diwata-kisame__game-title {font-size: 1.4em;color: #ffcc00;margin-bottom: 10px;}.page-diwata-kisame__game-description {font-size: 0.9em;color: #ccc;margin-bottom: 20px;flex-grow: 1;}/* Promotions Section */.page-diwata-kisame__promotions-section {padding: 60px 20px;background-color: #1f003d;}.page-diwata-kisame__promotions-intro {text-align: center;font-size: 1.1em;margin-bottom: 50px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-diwata-kisame__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;}.page-diwata-kisame__promo-card {background-color: #2e005f;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);text-align: center;display: flex;flex-direction: column;}.page-diwata-kisame__promo-image {width: 100%;height: 250px;}.page-diwata-kisame__promo-title {font-size: 1.5em;color: #ffcc00;margin: 20px 15px 10px;}.page-diwata-kisame__promo-description {font-size: 0.95em;color: #ccc;padding: 0 15px 20px;flex-grow: 1;}.page-diwata-kisame__promo-card .page-diwata-kisame__button {margin: 0 15px 20px;width: calc(100% - 30px);}/* Security & Support Section */.page-diwata-kisame__security-support-section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;}.page-diwata-kisame__security-intro {text-align: center;font-size: 1.1em;margin-bottom: 50px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-diwata-kisame__contact-info {display: flex;justify-content: space-around;flex-wrap: wrap;gap: 30px;}.page-diwata-kisame__contact-item {flex: 1 1 45%;background-color: #2e005f;padding: 30px;border-radius: 10px;text-align: center;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);min-width: 280px;}.page-diwata-kisame__contact-title {font-size: 1.5em;color: #ffcc00;margin-bottom: 10px;}.page-diwata-kisame__contact-description {font-size: 0.95em;color: #ccc;margin-bottom: 20px;}.page-diwata-kisame__payment-logos {width: 100%;height: 100px;}/* FAQ Section */.page-diwata-kisame__faq-section {padding: 60px 20px;background-color: #2a0050;}.page-diwata-kisame__faq-list {max-width: 900px;margin: 0 auto;}.page-diwata-kisame__faq-item {background-color: #1a1a2e;margin-bottom: 15px;border-radius: 8px;overflow: hidden;}.page-diwata-kisame__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;background-color: #2e005f;color: #ffcc00;border-bottom: 1px solid #4a148c;user-select: none;}.page-diwata-kisame__faq-question:hover {background-color: #3e007d;}.page-diwata-kisame__faq-title {margin: 0;font-size: 1.2em;flex-grow: 1;}.page-diwata-kisame__faq-toggle {font-size: 1.5em;font-weight: bold;margin-left: 15px;transition: transform 0.3s ease;}.page-diwata-kisame__faq-item.active .page-diwata-kisame__faq-toggle {transform: rotate(45deg);}.page-diwata-kisame__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-diwata-kisame__faq-item.active .page-diwata-kisame__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}/* Blog Section */.page-diwata-kisame__blog-section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;}.page-diwata-kisame__blog-intro {text-align: center;font-size: 1.1em;margin-bottom: 50px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-diwata-kisame__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-diwata-kisame__blog-card {background-color: #2e005f;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);display: flex;flex-direction: column;}.page-diwata-kisame__blog-image {width: 100%;height: 200px;}.page-diwata-kisame__blog-title {font-size: 1.3em;margin: 15px 15px 10px;}.page-diwata-kisame__blog-title a {color: #ffcc00;text-decoration: none;}.page-diwata-kisame__blog-title a:hover {text-decoration: underline;}.page-diwata-kisame__blog-excerpt {font-size: 0.9em;color: #ccc;padding: 0 15px 15px;flex-grow: 1;}.page-diwata-kisame__read-more {display: block;text-align: right;padding: 0 15px 15px;color: #ffcc00;text-decoration: none;font-weight: bold;}.page-diwata-kisame__read-more:hover {text-decoration: underline;}/* Responsive Adjustments */@media (max-width: 1024px) {.page-diwata-kisame__hero-title {font-size: 2.8em;}.page-diwata-kisame__hero-subtitle {font-size: 1.2em;}.page-diwata-kisame__section-title {font-size: 2em;}}.page-diwata-kisame__feature-item, .page-diwata-kisame__contact-item, .page-diwata-kisame__game-card, .page-diwata-kisame__promo-card, .page-diwata-kisame__blog-card {box-sizing: border-box !important;}@media (max-width: 768px) {.page-diwata-kisame__hero-section {min-height: 400px;}.page-diwata-kisame__hero-title {font-size: 2em;}.page-diwata-kisame__hero-subtitle {font-size: 1em;}.page-diwata-kisame__button {padding: 10px 20px;font-size: 0.9em;}.page-diwata-kisame__section-title {font-size: 1.8em;margin-bottom: 30px;}.page-diwata-kisame__intro-text, .page-diwata-kisame__quick-access-description, .page-diwata-kisame__games-intro, .page-diwata-kisame__promotions-intro, .page-diwata-kisame__security-intro, .page-diwata-kisame__blog-intro {font-size: 1em;}.page-diwata-kisame__features, .page-diwata-kisame__game-categories, .page-diwata-kisame__promo-grid, .page-diwata-kisame__contact-info, .page-diwata-kisame__blog-grid {display: flex;flex-direction: column;gap: 20px;}.page-diwata-kisame__feature-item, .page-diwata-kisame__contact-item, .page-diwata-kisame__game-card, .page-diwata-kisame__promo-card, .page-diwata-kisame__blog-card {width: 100% !important;max-width: 100% !important;margin-left: 0 !important;margin-right: 0 !important;padding: 20px;}.page-diwata-kisame__feature-icon, .page-diwata-kisame__game-image, .page-diwata-kisame__promo-image, .page-diwata-kisame__payment-logos, .page-diwata-kisame__blog-image {max-width: 100% !important;height: auto !important;width: 100% !important;box-sizing: border-box !important;}.page-diwata-kisame__faq-question {padding: 15px 20px;}.page-diwata-kisame__faq-title {font-size: 1.1em;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-diwata-kisame__faq-answer {padding: 0 20px;}.page-diwata-kisame__faq-item.active .page-diwata-kisame__faq-answer {padding: 15px 20px !important;}}