.page-sbobet-betting-guide {
  font-family: Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-sbobet-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-sbobet-betting-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid #f0f0f0;
}

.page-sbobet-betting-guide__section:last-of-type {
  border-bottom: none;
}

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

.page-sbobet-betting-guide__section-title .highlight {
  color: #C30808;
}

.page-sbobet-betting-guide__section-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

.page-sbobet-betting-guide__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-sbobet-betting-guide__content-wrapper--reverse {
  flex-direction: row-reverse;
}

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

.page-sbobet-betting-guide__image-block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-sbobet-betting-guide__image-block img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-sbobet-betting-guide p {
  margin-bottom: 15px;
  font-size: 17px;
}

.page-sbobet-betting-guide__inline-link {
  color: #017439;
  text-decoration: underline;
  font-weight: bold;
}

.page-sbobet-betting-guide__inline-link:hover {
  color: #C30808;
}

/* HERO Section */
.page-sbobet-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #017439, #059b4e);
  color: #ffffff;
  padding-top: calc(var(--header-offset, 120px) + 60px);
}

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

.page-sbobet-betting-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
  max-width: 800px;
}

.page-sbobet-betting-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

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

.page-sbobet-betting-guide__intro-text {
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

/* CTA Button Styles */
.page-sbobet-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #C30808;
  color: #FFFF00;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: 2px solid #C30808;
}

.page-sbobet-betting-guide__cta-button:hover {
  background: #e01b1b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-color: #e01b1b;
}

.page-sbobet-betting-guide__btn-primary {
  background: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-sbobet-betting-guide__btn-primary:hover {
  background: #005f2e;
  border-color: #005f2e;
}

.page-sbobet-betting-guide__btn-secondary {
  background: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-sbobet-betting-guide__btn-secondary:hover {
  background: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
}

.page-sbobet-betting-guide__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Steps Grid */
.page-sbobet-betting-guide__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-sbobet-betting-guide__step-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-sbobet-betting-guide__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-sbobet-betting-guide__step-title {
  font-size: 22px;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-sbobet-betting-guide__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-sbobet-betting-guide__ordered-list li {
  margin-bottom: 10px;
  font-size: 17px;
}

.page-sbobet-betting-guide__ordered-list li strong {
  color: #017439;
}

.page-sbobet-betting-guide__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-sbobet-betting-guide__feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 17px;
}

.page-sbobet-betting-guide__feature-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #017439;
  font-weight: bold;
}

/* Product Grid */
.page-sbobet-betting-guide__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-sbobet-betting-guide__product-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
}

.page-sbobet-betting-guide__product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-sbobet-betting-guide__product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-sbobet-betting-guide__card-title {
  font-size: 20px;
  color: #017439;
  margin: 20px 20px 10px;
  font-weight: bold;
}

.page-sbobet-betting-guide__product-card p {
  font-size: 16px;
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-sbobet-betting-guide__card-link {
  display: inline-block;
  padding: 10px 20px;
  background: #C30808;
  color: #FFFF00;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 20px 20px;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.page-sbobet-betting-guide__card-link:hover {
  background: #e01b1b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}