.page-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-sports-betting-guide__section {
  padding: 60px 0;
}

.page-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-sports-betting-guide__section-title {
  font-size: 36px;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-sports-betting-guide__section-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  color: #555555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-sports-betting-guide__sub-title {
  font-size: 24px;
  color: #017439;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-sports-betting-guide__text-link {
  color: #017439;
  text-decoration: underline;
}

.page-sports-betting-guide__text-link:hover {
  color: #005a2d;
}

/* HERO Section */
.page-sports-betting-guide__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-color: #017439;
  color: #ffffff;
  overflow: hidden;
}

.page-sports-betting-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-sports-betting-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.page-sports-betting-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-sports-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-sports-betting-guide__hero-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFFF00;
  line-height: 1.2;
}

.page-sports-betting-guide__hero-description {
  font-size: 22px;
  margin-bottom: 40px;
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-sports-betting-guide__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-sports-betting-guide__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;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-sports-betting-guide__btn-register {
  background: #C30808;
  color: #FFFF00;
}

.page-sports-betting-guide__btn-login {
  background: #C30808;
  color: #FFFF00;
}

.page-sports-betting-guide__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Overview Section */
.page-sports-betting-guide__overview-section {
  background-color: #FFFFFF;
  color: #333333;
}

.page-sports-betting-guide__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-sports-betting-guide__text-block {
  flex: 1;
}

.page-sports-betting-guide__image-block {
  flex: 1;
  text-align: center;
}

.page-sports-betting-guide__image-block img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 0 auto;
}

.page-sports-betting-guide__list {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-sports-betting-guide__list li {
  margin-bottom: 10px;
}

/* Guide Section */
.page-sports-betting-guide__guide-section {
  background-color: #017439;
  color: #ffffff;
}

.page-sports-betting-guide__guide-section .page-sports-betting-guide__section-title,
.page-sports-betting-guide__guide-section .page-sports-betting-guide__sub-title {
  color: #FFFF00;
}

.page-sports-betting-guide__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-sports-betting-guide__guide-step {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

.page-sports-betting-guide__guide-step p {
  color: #f0f0f0;
}

.page-sports-betting-guide__guide-step .page-sports-betting-guide__text-link {
  color: #FFFF00;
}

.page-sports-betting-guide__guide-step .page-sports-betting-guide__text-link:hover {
  color: #ffffff;
}

.page-sports-betting-guide__image-block--center {
  text-align: center;
  margin-top: 40px;
}

/* Bet Types Section */
.page-sports-betting-guide__bet-types-section {
  background-color: #FFFFFF;
  color: #333333;
}

.page-sports-betting-guide__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}