.page-diwata-features__hero-section { background: linear-gradient(135deg, #0a1128, #1a2a52); color: #fff; padding: 10px 20px 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 400px; position: relative; overflow: hidden; }.page-diwata-features__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-diwata-features__hero-image img { width: 100%; height: 100%; object-fit: cover; max-width: 100%; height: auto; display: block; }.page-diwata-features__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }.page-diwata-features__hero-title { font-size: 2.5rem; margin-bottom: 20px; line-height: 1.2; }.page-diwata-features__hero-description { font-size: 1.1rem; margin-bottom: 30px; line-height: 1.6; }.page-diwata-features__hero-actions { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }.page-diwata-features__button { display: inline-block; background-color: #e0b400; color: #0a1128; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-diwata-features__button:hover { background-color: #ffc107; transform: translateY(-3px); }.page-diwata-features__button--secondary { background-color: transparent; color: #e0b400; border: 2px solid #e0b400; }.page-diwata-features__button--secondary:hover { background-color: #e0b400; color: #0a1128; }.page-diwata-features__features-overview, .page-diwata-features__original-games-section, .page-diwata-features__cta-section, .page-diwata-features__faq-section { padding: 60px 20px; background-color: #f8f9fa; text-align: center; }.page-diwata-features__original-games-section { background-color: #e9ecef; }.page-diwata-features__section-title { font-size: 2rem; color: #0a1128; margin-bottom: 20px; }.page-diwata-features__section-description { font-size: 1rem; color: #495057; max-width: 800px; margin: 0 auto 40px; line-height: 1.6; }.page-diwata-features__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-diwata-features__feature-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-diwata-features__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }.page-diwata-features__feature-icon { width: 100%; height: 200px; object-fit: cover; margin-bottom: 20px; border-radius: 8px; max-width: 100%; height: auto; display: block; }.page-diwata-features__feature-title { font-size: 1.4rem; color: #0a1128; margin-bottom: 10px; }.page-diwata-features__feature-text { font-size: 0.95rem; color: #6c757d; line-height: 1.6; }.page-diwata-features__game-showcase { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-diwata-features__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-diwata-features__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }.page-diwata-features__game-image { width: 100%; height: 250px; object-fit: cover; max-width: 100%; height: auto; display: block; }.page-diwata-features__game-title { font-size: 1.3rem; color: #0a1128; margin: 20px 20px 10px; }.page-diwata-features__game-desc { font-size: 0.95rem; color: #6c757d; padding: 0 20px 20px; line-height: 1.6; }.page-diwata-features__game-button { display: block; background-color: #0a1128; color: #fff; padding: 12px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; }.page-diwata-features__game-button:hover { background-color: #1a2a52; }.page-diwata-features__cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }.page-diwata-features__button--large { padding: 18px 40px; font-size: 1.2rem; }.page-diwata-features__button--inverted { background-color: #0a1128; color: #e0b400; border: 2px solid #0a1128; }.page-diwata-features__button--inverted:hover { background-color: #e0b400; color: #0a1128; border-color: #e0b400; }.page-diwata-features__faq-list { max-width: 900px; margin: 40px auto 0; }.page-diwata-features__faq-item { background-color: #fff; border-radius: 10px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-diwata-features__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f2f2f2; transition: background-color 0.3s ease; user-select: none; }.page-diwata-features__faq-question:hover { background-color: #e6e6e6; }.page-diwata-features__faq-question-text { font-size: 1.1rem; color: #0a1128; margin: 0; pointer-events: none; }.page-diwata-features__faq-toggle { font-size: 1.5rem; color: #e0b400; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; }.page-diwata-features__faq-item.active .page-diwata-features__faq-toggle { transform: rotate(45deg); }.page-diwata-features__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; text-align: left; color: #495057; font-size: 0.95rem; }.page-diwata-features__faq-item.active .page-diwata-features__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-diwata-features__faq-answer p { margin-bottom: 0; line-height: 1.6; }@media (max-width: 768px) { .page-diwata-features__hero-title { font-size: 2rem; }.page-diwata-features__hero-description { font-size: 1rem; }.page-diwata-features__hero-actions { flex-direction: column; gap: 15px; }.page-diwata-features__button { width: 100%; max-width: 300px; }.page-diwata-features__section-title { font-size: 1.8rem; }.page-diwata-features__section-description { font-size: 0.9rem; }.page-diwata-features__feature-grid, .page-diwata-features__game-showcase { grid-template-columns: 1fr; }.page-diwata-features__feature-item, .page-diwata-features__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-diwata-features__feature-text, .page-diwata-features__game-desc { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-diwata-features__cta-buttons { flex-direction: column; gap: 15px; }.page-diwata-features__button--large { width: 100%; max-width: 300px; }.page-diwata-features__faq-question { padding: 15px 20px; }.page-diwata-features__faq-question-text { font-size: 1rem; }.page-diwata-features__faq-answer { padding: 0 20px; }.page-diwata-features__faq-item.active .page-diwata-features__faq-answer { padding: 15px 20px !important; }}