.page-blog-88betgroup-brand-story {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-88betgroup-brand-story__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-88betgroup-brand-story__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #2F6BFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.page-blog-88betgroup-brand-story__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit hero image height */
  overflow: hidden;
}

.page-blog-88betgroup-brand-story__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-88betgroup-brand-story__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  z-index: 1;
  position: relative;
  margin-top: -80px; /* Pull content slightly over the image for visual flow */
  background-color: rgba(47, 107, 255, 0.9); /* Semi-transparent background for readability */
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-blog-88betgroup-brand-story__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-blog-88betgroup-brand-story__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-blog-88betgroup-brand-story__hero-button,
.page-blog-88betgroup-brand-story__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-88betgroup-brand-story__hero-button:hover,
.page-blog-88betgroup-brand-story__cta-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
}

.page-blog-88betgroup-brand-story__history-section,
.page-blog-88betgroup-brand-story__values-section,
.page-blog-88betgroup-brand-story__cta-section {
  padding: 60px 0;
  background-color: #F4F7FB;
  text-align: center;
}

.page-blog-88betgroup-brand-story__history-section {
  background-color: #FFFFFF;
}

.page-blog-88betgroup-brand-story__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 40px;
  color: #1F2D3D;
}

.page-blog-88betgroup-brand-story__paragraph {
  font-size: 1.1rem;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #1F2D3D;
}

.page-blog-88betgroup-brand-story__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-88betgroup-brand-story__values-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
}

.page-blog-88betgroup-brand-story__value-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF;
}

.page-blog-88betgroup-brand-story__value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-88betgroup-brand-story__value-heading {
  font-size: 1.5rem;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-blog-88betgroup-brand-story__value-description {
  font-size: 1rem;
  color: #1F2D3D;
}

.page-blog-88betgroup-brand-story__cta-section {
  background-color: #6FA3FF;
  color: #FFFFFF;
}

.page-blog-88betgroup-brand-story__cta-section .page-blog-88betgroup-brand-story__section-title,
.page-blog-88betgroup-brand-story__cta-section .page-blog-88betgroup-brand-story__paragraph {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .page-blog-88betgroup-brand-story__hero-content {
    margin-top: -40px;
    padding: 30px 15px;
  }

  .page-blog-88betgroup-brand-story__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-88betgroup-brand-story__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-88betgroup-brand-story__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
  }

  .page-blog-88betgroup-brand-story__paragraph {
    font-size: 1rem;
  }

  .page-blog-88betgroup-brand-story__hero-button,
  .page-blog-88betgroup-brand-story__cta-button {
    padding: 12px 25px;
  }

  .page-blog-88betgroup-brand-story__content-image {
    max-width: 100%;
    height: auto;
  }

  .page-blog-88betgroup-brand-story__values-list {
    grid-template-columns: 1fr;
  }

  .page-blog-88betgroup-brand-story__hero-image,
  .page-blog-88betgroup-brand-story__content-image {
    max-width: 100%;
    height: auto;
  }
}