.page--blog-banca28-explore {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page--blog-banca28-explore__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page--blog-banca28-explore__hero-section {
  background-color: #e0f2f7;
  padding: 10px 0 60px 0;
  text-align: center;
}

.page--blog-banca28-explore__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 15px;
}

.page--blog-banca28-explore__main-title {
  font-size: 44px;
  color: #2563eb;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page--blog-banca28-explore__lead-text {
  font-size: 18px;
  margin-bottom: 30px;
  color: #64748b;
}

.page--blog-banca28-explore__cta-button {
  display: inline-block;
  background-color: #2563eb;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page--blog-banca28-explore__cta-button:hover {
  background-color: #1e40af;
  transform: translateY(-2px);
}

.page--blog-banca28-explore__btn-secondary {
  background-color: #ffffff;
  color: #2563eb;
  border: 2px solid #2563eb;
}

.page--blog-banca28-explore__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1e40af;
}

.page--blog-banca28-explore__intro-section,
.page--blog-banca28-explore__games-section,
.page--blog-banca28-explore__guide-section,
.page--blog-banca28-explore__safety-section,
.page--blog-banca28-explore__faq-section,
.page--blog-banca28-explore__conclusion-section,
.page--blog-banca28-explore__footer-links {
  padding: 60px 0;
}

.page--blog-banca28-explore__dark-section {
  background-color: #2563eb;
  color: #ffffff;
}

.page--blog-banca28-explore__dark-section .page--blog-banca28-explore__section-title,
.page--blog-banca28-explore__dark-section .page--blog-banca28-explore__text-block,
.page--blog-banca28-explore__dark-section .page--blog-banca28-explore__promo-title,
.page--blog-banca28-explore__dark-section .page--blog-banca28-explore__promo-item p,
.page--blog-banca28-explore__dark-section .page--blog-banca28-explore__text-link {
  color: #ffffff;
}

.page--blog-banca28-explore__dark-section .page--blog-banca28-explore__text-link:hover {
  color: #e0e0e0;
}

.page--blog-banca28-explore__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page--blog-banca28-explore__section-title {
  font-size: 36px;
  color: #2563eb;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page--blog-banca28-explore__text-block {
  font-size: 16px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #64748b;
}

.page--blog-banca28-explore__feature-grid,
.page--blog-banca28-explore__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page--blog-banca28-explore__feature-item,
.page--blog-banca28-explore__game-card,
.page--blog-banca28-explore__promo-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}

.page--blog-banca28-explore__feature-item:hover,
.page--blog-banca28-explore__game-card:hover,
.page--blog-banca28-explore__promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}