.page-game-guides { font-family: 'Arial', sans-serif; color: #333333; line-height: 1.6; background-color: #f8f8f8; }
.page-game-guides__container { max-width: 1200px; margin: 0 auto; padding: 20px; }
.page-game-guides__hero-section { position: relative; padding-bottom: 30px; background-color: #f0f8ff; padding-top: 10px; }
.page-game-guides__hero-image-wrapper { width: 100%; height: 500px; overflow: hidden; display: flex; justify-content: center; align-items: center; margin-bottom: 30px; }
.page-game-guides__hero-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-game-guides__hero-content { text-align: center; padding: 0 20px; }
.page-game-guides__main-title { font-size: clamp(2.2rem, 4vw, 3.5rem); color: #26A9E0; margin-bottom: 15px; font-weight: 700; line-height: 1.2; }
.page-game-guides__subtitle { font-size: 1.2rem; color: #555555; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }
.page-game-guides__btn-primary, .page-game-guides__btn-secondary { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; white-space: normal; word-wrap: break-word; text-align: center; box-sizing: border-box; }
.page-game-guides__btn-primary { background-color: #26A9E0; color: #FFFFFF; border: 2px solid #26A9E0; margin-right: 15px; }
.page-game-guides__btn-primary:hover { background-color: #1a8cc7; border-color: #1a8cc7; }
.page-game-guides__btn-secondary { background-color: #FFFFFF; color: #26A9E0; border: 2px solid #26A9E0; }
.page-game-guides__btn-secondary:hover { background-color: #e0f2ff; border-color: #1a8cc7; }

.page-game-guides__introduction-section, .page-game-guides__strategy-section, .page-game-guides__faq-section { padding: 60px 0; }
.page-game-guides__types-section, .page-game-guides__why-choose-us, .page-game-guides__cta-section { padding: 60px 0; background-color: #26A9E0; color: #FFFFFF; }
.page-game-guides__light-bg { background-color: #FFFFFF; color: #333333; }
.page-game-guides__dark-bg { background-color: #26A9E0; color: #FFFFFF; }

.page-game-guides__section-title { font-size: clamp(1.8rem, 3.5vw, 2.5rem); margin-bottom: 25px; text-align: center; color: #26A9E0; font-weight: 700; line-height: 1.3; }
.page-game-guides__section-title--light { color: #FFFFFF; }
.page-game-guides__text-block { font-size: 1.1rem; margin-bottom: 20px; text-align: justify; }
.page-game-guides__text-block strong { color: #26A9E0; }
.page-game-guides__dark-bg .page-game-guides__text-block strong { color: #FFFFFF; }
.page-game-guides__subtitle--light { color: #f0f0f0; }

.page-game-guides__guides-grid, .page-game-guides__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
.page-game-guides__guide-card { display: flex; flex-direction: column; background-color: #FFFFFF; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-decoration: none; color: #333333; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.page-game-guides__guide-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.page-game-guides__guide-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }
.page-game-guides__guide-card-title { font-size: 1.3rem; font-weight: 600; padding: 15px 20px 10px; color: #26A9E0; line-height: 1.4; }
.page-game-guides__guide-card-description { font-size: 1rem; padding: 0 20px 15px; flex-grow: 1; }
.page-game-guides__guide-card-link { display: block; padding: 10px 20px; background-color: #f0f0f0; text-align: right; font-weight: bold; color: #26A9E0; border-top: 1px solid #e0e0e0; }
.page-game-guides__guide-card-link:hover { background-color: #e8e8e8; }

.page-game-guides__strategy-points { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-top: 40px; }
.page-game-guides__strategy-item { background-color: #f9f9f9; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.page-game-guides__strategy-item-title { font-size: 1.4rem; color: #26A9E0; margin-bottom: 15px; font-weight: 600; }
.page-game-guides__strategy-item-description { font-size: 1rem; line-height: 1.7; }

.page-game-guides__feature-item { text-align: center; padding: 30px; background-color: rgba(255,255,255,0.1); border-radius: 10px; transition: background-color 0.3s ease; }
.page-game-guides__feature-item:hover { background-color: rgba(255,255,255,0.2); }
.page-game-guides__feature-title { font-size: 1.4rem; font-weight: 600; margin-bottom: 15px; color: #FFFFFF; }
.page-game-guides__feature-description { font-size: 1rem; color: #f0f0f0; }

.page-game-guides__cta-section { text-align: center; padding: 80px 0; }
.page-game-guides__cta-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 40px; }

/* FAQ Styles */
details.page-game-guides__faq-item { margin-bottom: 15px; border-radius: 5px; border: 1px solid #e0e0e0; overflow: hidden; background: #fff; }
details.page-game-guides__faq-item summary.page-game-guides__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; list-style: none; transition: background-color 0.3s ease; }}