/* Auto-generated theme for statistics-intro */
body {
  background-color: #E8F1FA;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.title-section {
  background: linear-gradient(135deg, #659AD2 0%, #87B3E0 100%);
  color: #fff;
  padding: 30px 0;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.title-section .main-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.title-section .subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
}

.btn-intro {
  background: linear-gradient(135deg, #659AD2 0%, #87B3E0 100%);
  border-color: #659AD2;
  color: #fff;
}
