/* style/resources-sbobet-app-features-benefits.css */
:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --accent-color: #C30808;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --link-color: #017439;
  --border-color: #e0e0e0;
}

.page-resources-sbobet-app-features-benefits {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--secondary-color); /* Body background is white, so default text is dark */
}

.page-resources-sbobet-app-features-benefits__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sbobet-app-features-benefits__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-sbobet-app-features-benefits__section-title {
  font-size: 36px;
  color: var(--primary-color);
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-sbobet-app-features-benefits__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-resources-sbobet-app-features-benefits__highlight {
  color: var(--primary-color);
  font-weight: bold;
}

.page-resources-sbobet-app-features-benefits__inline-link {
  color: var(--link-color);
  text-decoration: underline;
}

.page-resources-sbobet-app-features-benefits__inline-link:hover {
  color: #00562e;
}

/* HERO Section */
.page-resources-sbobet-app-features-benefits__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, var(--primary-color) 0%, #00a04a 100%);
  color: var(--text-color-light);
}

.page-resources-sbobet-app-features-benefits__hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  gap: 30px;
}

.page-resources-sbobet-app-features-benefits__hero-content {
  text-align: center;
  max-width: 800px;
}

.page-resources-sbobet-app-features-benefits__hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--text-color-light);
}

.page-resources-sbobet-app-features-benefits__hero-description {
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--text-color-light);
}

.page-resources-sbobet-app-features-benefits__hero-image {
  width: 100%;
  max-width: 800px;
}