.page-resources-288bet-app-latest-features-highlights {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-288bet-app-latest-features-highlights__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-288bet-app-latest-features-highlights__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-288bet-app-latest-features-highlights__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0; /* Slightly off-white for body text */
}

.page-resources-288bet-app-latest-features-highlights__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.page-resources-288bet-app-latest-features-highlights__btn-primary,
.page-resources-288bet-app-latest-features-highlights__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%; /* Ensure responsiveness */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
}

.page-resources-288bet-app-latest-features-highlights__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-288bet-app-latest-features-highlights__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-resources-288bet-app-latest-features-highlights__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-288bet-app-latest-features-highlights__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-288bet-app-latest-features-highlights__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-resources-288bet-app-latest-features-highlights__cta-full-width {
  text-align: center;
  margin-top: 50px;
}

.page-resources-288bet-app-latest-features-highlights__cta-full-width .page-resources-288bet-app-latest-features-highlights__btn-primary {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* Hero Section */
.page-resources-288bet-app-latest-features-highlights__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  box-sizing: border-box;
}

.page-resources-288bet-app-latest-features-highlights__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-288bet-app-latest-features-highlights__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-resources-288bet-app-latest-features-highlights__hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 900px;
  padding: 0 20px;
}

.page-resources-288bet-app-latest-features-highlights__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-288bet-app-latest-features-highlights__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
}

.page-resources-288bet-app-latest-features-highlights__hero-cta-buttons .page-resources-288bet-app-latest-features-highlights__btn-primary,
.page-resources-288bet-app-latest-features-highlights__hero-cta-buttons .page-resources-288bet-app-latest-features-highlights__btn-secondary {
  font-size: 1.1em;
  padding: 15px 35px;
}

/* Intro Section */
.page-resources-288bet-app-latest-features-highlights__intro-section {
  padding: 80px 0;
  background-color: #1a1a1a; /* Explicitly dark background for this section if needed */
}

/* Features Section */
.page-resources-288bet-app-latest-features-highlights__features-section {
  padding: 80px 0;
  background-color: #26A9E0; /* Brand color background */
  color: #ffffff; /* White text for contrast */
}

.page-resources-288bet-app-latest-features-highlights__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-288bet-app-latest-features-highlights__feature-card {
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white card */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-resources-288bet-app-latest-features-highlights__feature-card:hover {
  transform: translateY(-10px);
}

.page-resources-288bet-app-latest-features-highlights__card-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-288bet-app-latest-features-highlights__card-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Video Section */
.page-resources-288bet-app-latest-features-highlights__video-section {
  padding: 80px 0;
  background-color: #1a1a1a;
  text-align: center;
}

.page-resources-288bet-app-latest-features-highlights__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px; /* Max width for video */
  margin: 40px auto;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  box-sizing: border-box; /* Ensure padding/border is included in width */
}

.page-resources-288bet-app-latest-features-highlights__video {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.page-resources-288bet-app-latest-features-highlights__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.page-resources-288bet-app-latest-features-highlights__video-wrapper:hover .page-resources-288bet-app-latest-features-highlights__video-overlay {
  opacity: 1;
}

.page-resources-288bet-app-latest-features-highlights__video-cta-button {
  background-color: #EA7C07; /* Login color for CTA */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}

.page-resources-288bet-app-latest-features-highlights__video-cta-button:hover {
  background-color: #c76706;
}

.page-resources-288bet-app-latest-features-highlights__video-caption {
  font-style: italic;
  font-size: 0.95em;
  color: #ccc;
  margin-top: 20px;
}

/* Guide Section */
.page-resources-288bet-app-latest-features-highlights__guide-section {
  padding: 80px 0;
  background-color: #1a1a1a;
}

.page-resources-288bet-app-latest-features-highlights__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-resources-288bet-app-latest-features-highlights__guide-step {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #f0f0f0;
}

.page-resources-288bet-app-latest-features-highlights__step-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-288bet-app-latest-features-highlights__guide-step p {
  font-size: 1em;
  margin-bottom: 20px;
}

.page-resources-288bet-app-latest-features-highlights__guide-step a {
  color: #EA7C07; /* Login color for links */
  text-decoration: none;
}

.page-resources-288bet-app-latest-features-highlights__guide-step a:hover {
  text-decoration: underline;
}

.page-resources-288bet-app-latest-features-highlights__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

/* Benefits Section */
.page-resources-288bet-app-latest-features-highlights__benefits-section {
  padding: 80px 0;
  background-color: #26A9E0; /* Brand color background */
  color: #ffffff;
}

.page-resources-288bet-app-latest-features-highlights__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-288bet-app-latest-features-highlights__benefit-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-resources-288bet-app-latest-features-highlights__benefit-item:hover {
  transform: translateY(-8px);
}

.page-resources-288bet-app-latest-features-highlights__benefit-title {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-288bet-app-latest-features-highlights__benefit-item p {
  font-size: 1em;
  color: #f0f0f0;
}

/* FAQ Section */
.page-resources-288bet-app-latest-features-highlights__faq-section {
  padding: 80px 0;
  background-color: #1a1a1a; /* Dark background */
}

.page-resources-288bet-app-latest-features-highlights__faq-list {
  max-width: 900px;
  margin: 50px auto 0;
}

.page-resources-288bet-app-latest-features-highlights__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: #f0f0f0;
}