.page-blog-bet89-official-link-guide-2024 {
  font-family: Arial, sans-serif;
  color: var(--text-main, #1F2D3D);
  background-color: var(--background, #F4F7FB);
}

.page-blog-bet89-official-link-guide-2024__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Minimal padding to prevent content from touching header */
  padding-bottom: 40px;
  background-color: #2F6BFF;
  overflow: hidden;
}

.page-blog-bet89-official-link-guide-2024__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Ensure image wrapper can scale */
  margin-bottom: 20px;
}

.page-blog-bet89-official-link-guide-2024__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-bet89-official-link-guide-2024__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  color: #FFFFFF;
}

.page-blog-bet89-official-link-guide-2024__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 15px;
  /* Using clamp for responsive font-size, if needed, otherwise rely on font-weight and line-height */
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.page-blog-bet89-official-link-guide-2024__intro-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-blog-bet89-official-link-guide-2024__cta-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  background: var(--button-gradient, linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%));
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-blog-bet89-official-link-guide-2024__cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-bet89-official-link-guide-2024__content-section {
  padding: 60px 0;
}

.page-blog-bet89-official-link-guide-2024__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-bet89-official-link-guide-2024__section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--custom-color-1776249996415, #000000);
  margin-top: 50px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-blog-bet89-official-link-guide-2024__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--text-main, #1F2D3D);
}

.page-blog-bet89-official-link-guide-2024__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-bet89-official-link-guide-2024__step-list,
.page-blog-bet89-official-link-guide-2024__info-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-blog-bet89-official-link-guide-2024__list-item {
  background-color: var(--card-b-g, #FFFFFF);
  border: 1px solid var(--border, #D6E2FF);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-main, #1F2D3D);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.page-blog-bet89-official-link-guide-2024__list-item:hover {
  transform: translateY(-3px);
}

.page-blog-bet89-official-link-guide-2024__list-item strong {
  color: var(--custom-color-1776249996415, #000000);
}

.page-blog-bet89-official-link-guide-2024__cta-wrapper {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px;
  background: var(--glow, #A5C4FF);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-bet89-official-link-guide-2024__cta-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--custom-color-1776249996415, #000000);
  margin-bottom: 25px;
}

.page-blog-bet89-official-link-guide-2024__cta-button--secondary {
  background: var(--button-gradient, linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%));
}

.page-blog-bet89-official-link-guide-2024__footer-note {
  text-align: right;
  font-size: 0.85rem;
  color: #666;
  margin-top: 60px;
  margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-bet89-official-link-guide-2024__main-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
  }
  .page-blog-bet89-official-link-guide-2024__section-title {
    font-size: 2rem;
  }
  .page-blog-bet89-official-link-guide-2024__cta-text {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .page-blog-bet89-official-link-guide-2024__hero-section {
    padding-bottom: 30px;
  }
  .page-blog-bet89-official-link-guide-2024__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }
  .page-blog-bet89-official-link-guide-2024__intro-text {
    font-size: 1rem;
  }
  .page-blog-bet89-official-link-guide-2024__section-title {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .page-blog-bet89-official-link-guide-2024__paragraph,
  .page-blog-bet89-official-link-guide-2024__list-item {
    font-size: 0.95rem;
  }
  .page-blog-bet89-official-link-guide-2024__content-section {
    padding: 40px 0;
  }
  .page-blog-bet89-official-link-guide-2024__cta-wrapper {
    margin-top: 40px;
    padding: 30px 15px;
  }
  .page-blog-bet89-official-link-guide-2024__cta-text {
    font-size: 1.1rem;
  }
  /* Mobile content area images must be constrained */
  .page-blog-bet89-official-link-guide-2024__hero-image,
  .page-blog-bet89-official-link-guide-2024__content-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-bet89-official-link-guide-2024__main-title {
    font-size: clamp(1.3rem, 7vw, 2rem);
  }
  .page-blog-bet89-official-link-guide-2024__section-title {
    font-size: 1.5rem;
  }
  .page-blog-bet89-official-link-guide-2024__cta-button {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
  .page-blog-bet89-official-link-guide-2024__cta-text {
    font-size: 1rem;
  }
  .page-blog-bet89-official-link-guide-2024__list-item {
    padding: 15px;
  }
}