.page-arcade-games { color: #333333; font-family: Arial, sans-serif; line-height: 1.6; background-color: #f5f5f5; }
.page-arcade-games__hero-section { position: relative; width: 100%; overflow: hidden; margin-bottom: 20px; padding-top: 10px; background-color: #1A202C; color: #ffffff; }
.page-arcade-games__hero-image-wrapper { width: 100%; }
.page-arcade-games__hero-image { width: 100%; height: auto; display: block; object-fit: cover; }
.page-arcade-games__hero-content { padding: 20px; max-width: 1200px; margin: 0 auto; text-align: center; }
.page-arcade-games__main-title { font-size: clamp(2em, 4vw, 3em); font-weight: bold; margin-bottom: 10px; line-height: 1.2; letter-spacing: -0.5px; }
.page-arcade-games__description { font-size: 1.1em; margin-bottom: 20px; max-width: 800px; margin-left: auto; margin-right: auto; }
.page-arcade-games__cta-button { display: inline-block; background-color: #FFD700; color: #1A202C; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }
.page-arcade-games__cta-button:hover { background-color: #e6c200; }

.page-arcade-games__introduction-section, .page-arcade-games__why-choose-us-section, .page-arcade-games__game-categories-section, .page-arcade-games__featured-games-section, .page-arcade-games__how-to-play-section, .page-arcade-games__mobile-gaming-section, .page-arcade-games__faq-section, .page-arcade-games__cta-section { max-width: 1200px; margin: 20px auto; padding: 20px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }

.page-arcade-games__section-title { font-size: 2em; color: #1A202C; margin-bottom: 15px; text-align: center; }
.page-arcade-games__text-content { margin-bottom: 15px; text-align: justify; }

.page-arcade-games__features-grid, .page-arcade-games__categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; }
.page-arcade-games__feature-item, .page-arcade-games__category-card { text-align: center; padding: 20px; border: 1px solid #eee; border-radius: 8px; background-color: #fdfdfd; }
.page-arcade-games__feature-icon, .page-arcade-games__category-image { width: 100%; height: auto; max-width: 250px; margin-bottom: 15px; border-radius: 5px; object-fit: cover; min-height: 200px; min-width: 200px; }
.page-arcade-games__feature-title, .page-arcade-games__category-title { font-size: 1.5em; color: #1A202C; margin-bottom: 10px; }
.page-arcade-games__feature-description, .page-arcade-games__category-description { font-size: 0.95em; color: #555; }
.page-arcade-games__category-button { display: inline-block; background-color: #1A202C; color: #FFD700; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 15px; transition: background-color 0.3s ease; }
.page-arcade-games__category-button:hover { background-color: #333; }

.page-arcade-games__games-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px; list-style: none; padding: 0; margin-top: 20px; }
.page-arcade-games__game-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.08); text-align: center; transition: transform 0.2s ease; }
.page-arcade-games__game-card:hover { transform: translateY(-5px); }
.page-arcade-games__game-card a { text-decoration: none; color: inherit; display: block; padding-bottom: 15px; }
.page-arcade-games__game-image { width: 100%; height: auto; aspect-ratio: 200/270; object-fit: cover; display: block; min-height: 200px; min-width: 170px; }
.page-arcade-games__game-title { font-size: 1.1em; color: #1A202C; margin-top: 10px; padding: 0 10px; }
.page-arcade-games__view-all-wrapper { text-align: center; margin-top: 30px; }
.page-arcade-games__view-all-button { padding: 15px 30px; font-size: 1.1em; }

.page-arcade-games__steps-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; }
.page-arcade-games__step-item { background-color: #fdfdfd; padding: 25px; border-radius: 8px; border-left: 5px solid #FFD700; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.page-arcade-games__step-title { font-size: 1.3em; color: #1A202C; margin-bottom: 10px; }
.page-arcade-games__step-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }
.page-arcade-games__step-button { display: inline-block; background-color: #1A202C; color: #FFD700; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }
.page-arcade-games__step-button:hover { background-color: #333; }

.page-arcade-games__mobile-gaming-section { display: flex; align-items: center; gap: 30px; }
.page-arcade-games__mobile-text { flex: 1; }
.page-arcade-games__mobile-image-wrapper { flex: 1; text-align: center; }
.page-arcade-games__mobile-image { max-width: 100%; height: auto; border-radius: 8px; object-fit: cover; min-height: 200px; min-width: 200px; }

.page-arcade-games__faq-list { margin-top: 20px; }
.page-arcade-games__faq-item { background-color: #fdfdfd; border: 1px solid #eee; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.page-arcade-games__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-weight: bold; color: #1A202C; cursor: pointer; background-color: #f5f5f5; border-bottom: 1px solid #eee; }
.page-arcade-games__faq-question:hover { background-color: #eaeaea; }
.page-arcade-games__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; }
.page-arcade-games__faq-answer { padding: 15px 20px; color: #555; }

.page-arcade-games__cta-buttons { text-align: center; margin-top: 30px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.page-arcade-games__cta-button--secondary { background-color: #1A202C; color: #FFD700; }
.page-arcade-games__cta-button--secondary:hover { background-color: #333; }

@media (max-width: 1024px) {
  .page-arcade-games__games-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .page-arcade-games__mobile-gaming-section { flex-direction: column; text-align: center; }
  .page-arcade-games__mobile-image-wrapper { order: -1; margin-bottom: 20px; }
}

@media (max-width: 768px) {
  .page-arcade-games__hero-content { padding: 15px; }
  .page-arcade-games__main-title { font-size: clamp(1.8em, 6vw, 2.5em); }
  .page-arcade-games__description { font-size: 1em; }
  .page-arcade-games__cta-button { padding: 10px 20px; font-size: 0.95em; width: 100%; max-width: 300px; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
  .page-arcade-games__introduction-section, .page-arcade-games__why-choose-us-section, .page-arcade-games__game-categories-section, .page-arcade-games__featured-games-section, .page-arcade-games__how-to-play-section, .page-arcade-games__mobile-gaming-section, .page-arcade-games__faq-section, .page-arcade-games__cta-section { padding: 15px; margin: 15px auto; }
  .page-arcade-games__section-title { font-size: 1.8em; }
  .page-arcade-games__features-grid, .page-arcade-games__categories-grid, .page-arcade-games__steps-list { grid-template-columns: 1fr; }
  .page-arcade-games__games-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-arcade-games__game-image { min-height: 170px; min-width: 170px; }
  .page-arcade-games__cta-buttons { flex-direction: column; gap: 10px; }
  .page-arcade-games img { max-width: 100% !important; height: auto !important; }
}

@media (max-width: 480px) {
  .page-arcade-games__games-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-arcade-games__game-image { min-height: 150px; min-width: 150px; }
  .page-arcade-games__cta-button { max-width: 100%; }
  .page-arcade-games__category-image { min-height: 200px; min-width: 200px; }
  .page-arcade-games__feature-icon { min-height: 200px; min-width: 200px; }
  .page-arcade-games__mobile-image { min-height: 200px; min-width: 200px; }
}