.page-resources-why-download-789bet {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

.page-resources-why-download-789bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-why-download-789bet__section {
  padding: 60px 0;
}

.page-resources-why-download-789bet__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-resources-why-download-789bet__section-title--light {
  color: #FFFFFF;
}

.page-resources-why-download-789bet__section-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-why-download-789bet__section-description--light {
  color: #f0f0f0;
}

.page-resources-why-download-789bet__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #26A9E0, #FFFFFF);
  overflow: hidden;
}

.page-resources-why-download-789bet__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-resources-why-download-789bet__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-why-download-789bet__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-why-download-789bet__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-why-download-789bet__hero-title {
  font-size: 48px;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-why-download-789bet__hero-description {
  font-size: 20px;
  color: #333333;
  margin-bottom: 30px;
}

.page-resources-why-download-789bet__hero-cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-why-download-789bet__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-why-download-789bet__cta-button--primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-why-download-789bet__cta-button--primary:hover {
  background: #1e87c2;
  border-color: #1e87c2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-why-download-789bet__cta-button--secondary {
  background: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-why-download-789bet__cta-button--secondary:hover {
  background: #e0e0e0;
  border-color: #26A9E0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-why-download-789bet__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-why-download-789bet__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-why-download-789bet__feature-grid, .page-resources-why-download-789bet__game-grid, .page-resources-why-download-789bet__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-why-download-789bet__feature-card, .page-resources-why-download-789bet__game-card, .page-resources-why-download-789bet__promo-card {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-resources-why-download-789bet__dark-bg .page-resources-why-download-789bet__feature-card,
.page-resources-why-download-789bet__dark-bg .page-resources-why-download-789bet__promo-card {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.page-resources-why-download-789bet__feature-card img, .page-resources-why-download-789bet__game-card img {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-why-download-789bet__feature-card-title, .page-resources-why-download-789bet__game-card-title, .page-resources-why-download-789bet__promo-card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-resources-why-download-789bet__dark-bg .page-resources-why-download-789bet__feature-card-title,
.page-resources-why-download-789bet__dark-bg .page-resources-why-download-789bet__promo-card-title {
  color: #FFFFFF;
}

.page-resources-why-download-789bet__feature-card-text, .page-resources-why-download-789bet__game-card-text, .page-resources-why-download-789bet__promo-card-text {
  font-size: 16px;
  line-height: 1.6;
}

.page-resources-why-download-789bet__download-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-why-download-789bet__download-platform {
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 10px;
  color: #FFFFFF;
}