/* style/game-tools-game-statistics.css */
.page-game-tools-game-statistics {
  font-family: 'Segoe UI', Arial, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0A192F; /* Main background color */
}

.page-game-tools-game-statistics__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-tools-game-statistics__hero {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a5a 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-tools-game-statistics__hero-title {
  font-size: 3.2em;
  color: #64FFDA; /* Accent color for main title */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-game-tools-game-statistics__hero-subtitle {
  font-size: 1.4em;
  color: #B0B0B0;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-tools-game-statistics__hero-description {
  font-size: 1.1em;
  color: #D0D0D0;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-tools-game-statistics__hero-image {
  max-width: 90%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-game-tools-game-statistics__section {
  padding: 60px 0;
}

.page-game-tools-game-statistics__section--light {
  background-color: #1a2c42;
}

.page-game-tools-game-statistics__section-title {
  font-size: 2.5em;
  color: #64FFDA;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-game-tools-game-statistics__text-block {
  font-size: 1.1em;
  margin-bottom: 25px;
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #D0D0D0;
}

.page-game-tools-game-statistics__feature-grid, 
.page-game-tools-game-statistics__process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-game-tools-game-statistics__feature-item, 
.page-game-tools-game-statistics__process-item {
  background-color: #0A192F;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #64FFDA;
}

.page-game-tools-game-statistics__feature-title, 
.page-game-tools-game-statistics__process-title {
  font-size: 1.6em;
  color: #64FFDA;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-game-tools-game-statistics__feature-item p, 
.page-game-tools-game-statistics__process-item p {
  font-size: 1em;
  color: #D0D0D0;
}

.page-game-tools-game-statistics__metric-group {
  background-color: #1a2c42;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #64FFDA;
}

.page-game-tools-game-statistics__metric-title {
  font-size: 2em;
  color: #64FFDA;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-game-tools-game-statistics__metric-group p {
  font-size: 1.1em;
  color: #D0D0D0;
  margin-bottom: 15px;
  text-align: justify;
}

.page-game-tools-game-statistics__metric-group ul {
  list-style: disc;
  margin-left: 25px;
  color: #B0B0B0;
  font-size: 1em;
}

.page-game-tools-game-statistics__metric-group ul li {
  margin-bottom: 8px;
}

.page-game-tools-game-statistics__benefits-list, 
.page-game-tools-game-statistics__security-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-game-tools-game-statistics__benefits-list li, 
.page-game-tools-game-statistics__security-list li {
  background-color: #0A192F;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #64FFDA;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-game-tools-game-statistics__benefits-list li strong, 
.page-game-tools-game-statistics__security-list li strong {
  color: #64FFDA;
}

.page-game-tools-game-statistics__image-full-width {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-game-tools-game-statistics__cta-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a5a 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-tools-game-statistics__cta-content {
  max-width: 900px;
}

.page-game-tools-game-statistics__cta-title {
  font-size: 2.8em;
  color: #64FFDA;
  margin-bottom: 25px;
  font-weight: 700;
}

.page-game-tools-game-statistics__cta-description {
  font-size: 1.2em;
  color: #D0D0D0;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-tools-game-statistics__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-game-tools-game-statistics__cta-image {
  max-width: 80%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-game-tools-game-statistics__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-game-tools-game-statistics__btn--primary {
  background-color: #64FFDA;
  color: #0A192F;
  box-shadow: 0 5px 15px rgba(100, 255, 218, 0.4);
}

.page-game-tools-game-statistics__btn--primary:hover {
  background-color: #46b399;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(100, 255, 218, 0.6);
}

.page-game-tools-game-statistics__btn--secondary {
  background-color: transparent;
  color: #64FFDA;
  border: 2px solid #64FFDA;
}

.page-game-tools-game-statistics__btn--secondary:hover {
  background-color: #64FFDA;
  color: #0A192F;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(100, 255, 218, 0.4);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-tools-game-statistics__hero-title {
    font-size: 2.5em;
  }
  .page-game-tools-game-statistics__section-title {
    font-size: 2em;
  }
  .page-game-tools-game-statistics__metric-title {
    font-size: 1.8em;
  }
  .page-game-tools-game-statistics__cta-title {
    font-size: 2.2em;
  }
  .page-game-tools-game-statistics__benefits-list, 
  .page-game-tools-game-statistics__security-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-game-tools-game-statistics__hero {
    padding: 60px 0;
  }
  .page-game-tools-game-statistics__hero-title {
    font-size: 2em;
  }
  .page-game-tools-game-statistics__hero-subtitle {
    font-size: 1.2em;
  }
  .page-game-tools-game-statistics__section {
    padding: 40px 0;
  }
  .page-game-tools-game-statistics__section-title {
    font-size: 1.8em;
  }
  .page-game-tools-game-statistics__feature-grid, 
  .page-game-tools-game-statistics__process-grid {
    grid-template-columns: 1fr;
  }
  .page-game-tools-game-statistics__cta-title {
    font-size: 1.8em;
  }
  .page-game-tools-game-statistics__cta-description {
    font-size: 1em;
  }
  .page-game-tools-game-statistics__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-tools-game-statistics__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-game-tools-game-statistics__hero-title {
    font-size: 1.6em;
  }
  .page-game-tools-game-statistics__hero-subtitle {
    font-size: 1em;
  }
  .page-game-tools-game-statistics__section-title {
    font-size: 1.5em;
  }
  .page-game-tools-game-statistics__metric-title {
    font-size: 1.4em;
  }
  .page-game-tools-game-statistics__cta-title {
    font-size: 1.6em;
  }
  .page-game-tools-game-statistics__btn {
    width: 100%;
  }
}