.page-resources-ae888-poker-features {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--secondary-color, #FFFFFF);
}

.page-resources-ae888-poker-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-ae888-poker-features__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-resources-ae888-poker-features__section-title--light {
  color: #FFFFFF;
}

.page-resources-ae888-poker-features__text-block {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-ae888-poker-features__text-block--light {
  color: #f0f0f0;
}

.page-resources-ae888-poker-features__highlight {
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-ae888-poker-features__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-ae888-poker-features__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

/* HERO Section */
.page-resources-ae888-poker-features__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); /* Ensures content is not hidden by fixed header */
  background: linear-gradient(135deg, #26A9E0, #1a7bb0);
  overflow: hidden;
}

.page-resources-ae888-poker-features__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-resources-ae888-poker-features__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.page-resources-ae888-poker-features__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.page-resources-ae888-poker-features__hero-title {
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-resources-ae888-poker-features__hero-description {
  font-size: 19px;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ae888-poker-features__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #EA7C07; /* Login button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-resources-ae888-poker-features__cta-button:hover {
  background: #d46f06;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-ae888-poker-features__cta-button--large {
  padding: 18px 50px;
  font-size: 20px;
}

.page-resources-ae888-poker-features__inline-link {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-ae888-poker-features__inline-link:hover {
  color: #f0f0f0;
}

.page-resources-ae888-poker-features__inline-link--light {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-ae888-poker-features__inline-link--light:hover {
  color: #e0e0e0;
}

/* Introduction Section */
.page-resources-ae888-poker-features__introduction-section {
  padding: 80px 0;
  text-align: center;
}

/* Key Features Section */
.page-resources-ae888-poker-features__features-section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-ae888-poker-features__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-ae888-poker-features__feature-card {
  background: #FFFFFF;
  color: #333333;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-ae888-poker-features__feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.page-resources-ae888-poker-features__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 25px;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-ae888-poker-features__feature-title {
  font-size: 22px;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-ae888-poker-features__feature-description {
  font-size: 16px;
  color: #555555;
  text-align: justify;
}

.page-resources-ae888-poker-features__cta-bottom {
  margin-top: 60px;
}

/* Poker Strategy and Tips Section */
.page-resources-ae888-poker-features__strategy-section {
  padding: 80px 0;
  text-align: center;
}