.page-index-about-slotbet {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-index-about-slotbet__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000; /* Dark background for hero content */
}

.page-index-about-slotbet__hero-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-index-about-slotbet__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.7;
}

.page-index-about-slotbet__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  max-width: 900px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-index-about-slotbet__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-index-about-slotbet__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-index-about-slotbet__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-index-about-slotbet__hero-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  min-width: 200px; /* Ensure button minimum width */
}

.page-index-about-slotbet__hero-button--primary {
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Deep red text for contrast */
  border: 2px solid #FFD700;
}

.page-index-about-slotbet__hero-button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-index-about-slotbet__hero-button--secondary {
  background-color: #8B0000; /* Deep red button */
  color: #FFD700; /* Gold text for contrast */
  border: 2px solid #8B0000;
}

.page-index-about-slotbet__hero-button--secondary:hover {
  background-color: #6b0000;
  transform: translateY(-3px);
}

.page-index-about-slotbet__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-index-about-slotbet__section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}

.page-index-about-slotbet__section:nth-child(even) {
  flex-direction: row-reverse; /* Alternate image and text */
}

.page-index-about-slotbet__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Deep red for section titles */
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.page-index-about-slotbet__paragraph {
  flex: 1;
  padding: 0 20px;
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  min-width: 300px;
}

.page-index-about-slotbet__image {
  flex: 1;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  min-width: 300px;
  min-height: 200px;
  width: 800px; /* HTML width for layout slot */
  height: 600px; /* HTML height for layout slot */
}

.page-index-about-slotbet__image--left {
  margin-right: 40px;
}

.page-index-about-slotbet__image--right {
  margin-left: 40px;
}

.page-index-about-slotbet__call-to-action {
  background-color: #FFD700; /* Gold background */
  color: #8B0000; /* Deep red text */\  padding: 60px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 80px auto;
  max-width: 1000px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-about-slotbet__call-to-action-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #8B0000; /* Deep red for CTA title */
}

.page-index-about-slotbet__call-to-action-text {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-index-about-slotbet__call-to-action-button {
  display: inline-block;
  padding: 18px 40px;
  background-color: #8B0000; /* Deep red button */
  color: #FFD700; /* Gold text */
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-about-slotbet__call-to-action-button:hover {
  background-color: #6b0000;
  transform: translateY(-3px);
}

.page-index-about-slotbet__related-resources {
  margin-top: 80px;
  padding: 40px 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-index-about-slotbet__related-resources-title {
  font-size: 2em;
  color: #8B0000; /* Deep red */
  margin-bottom: 25px;
  text-align: center;
}

.page-index-about-slotbet__resource-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.page-index-about-slotbet__resource-item {
  margin-bottom: 15px;
}

.page-index-about-slotbet__resource-link {
  font-size: 1.1em;
  color: #FFD700; /* Gold link */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-about-slotbet__resource-link:hover {
  color: #8B0000; /* Deep red on hover */
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-about-slotbet__hero-title {
    font-size: 3em;
  }
  .page-index-about-slotbet__hero-description {
    font-size: 1.1em;
  }
  .page-index-about-slotbet__section {
    flex-direction: column; /* Stack image and text */
  }
  .page-index-about-slotbet__section:nth-child(even) {
    flex-direction: column; /* Maintain stacking */
  }
  .page-index-about-slotbet__image--left,
  .page-index-about-slotbet__image--right {
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .page-index-about-slotbet__hero-title {
    font-size: 2.2em;
  }
  .page-index-about-slotbet__hero-description {
    font-size: 1em;
  }
  .page-index-about-slotbet__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-about-slotbet__hero-button {
    width: 80%;
    max-width: 300px;
  }
  .page-index-about-slotbet__section-title {
    font-size: 2em;
  }
  .page-index-about-slotbet__paragraph {
    padding: 0 10px;
  }
  .page-index-about-slotbet__image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
  .page-index-about-slotbet__call-to-action-title {
    font-size: 2em;
  }
  .page-index-about-slotbet__call-to-action-button {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  /* Mobile content area images must be constrained */
  .page-index-about-slotbet__content-area img {
    max-width: 100%;
    height: auto;
  }
  .page-index-about-slotbet {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-index-about-slotbet__hero-title {
    font-size: 1.8em;
  }
  .page-index-about-slotbet__hero-content {
    padding: 20px;
  }
  .page-index-about-slotbet__section-title {
    font-size: 1.8em;
  }
  .page-index-about-slotbet__call-to-action-title {
    font-size: 1.8em;
  }
  .page-index-about-slotbet__resource-link {
    font-size: 1em;
  }
}