
    /* Base styles for the page */
.page-789bets-apk {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Container for content width */
.page-789bets-apk__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Section titles */
.page-789bets-apk__section-title {
  font-size: 2.5em;
  color: #007bff; /* Primary blue */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-789bets-apk__intro-text {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555;
}

/* Buttons */
.page-789bets-apk__download-button {
  display: inline-block;
  background-color: #ffc107; /* Yellow/Orange for action */
  color: #333;
  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;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-789bets-apk__download-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-789bets-apk__download-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

/* Hero Section */
.page-789bets-apk__hero-section {
  background: linear-gradient(to right, #0056b3, #007bff); /* Blue gradient */
  color: #fff;
  padding: 10px 0 60px 0; /* 10px top padding for header offset */
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.page-789bets-apk__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-789bets-apk__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-789bets-apk__hero-actions {
  margin-bottom: 40px;
}

.page-789bets-apk__small-text {
  font-size: 0.9em;
  margin-top: 15px;
  opacity: 0.8;
}

.page-789bets-apk__hero-image-wrapper {
  margin-top: 40px;
  position: relative;
  width: 100%;
  max-width: 800px; /* Max width for the image */
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-sizing: border-box;
}

.page-789bets-apk__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Features Section */
.page-789bets-apk__features-section {
  padding: 80px 0;
  background-color: #fff;
}

.page-789bets-apk__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-789bets-apk__feature-item {
  text-align: center;
  padding: 30px;
  background-color: #f0f8ff; /* Light blue background */
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.page-789bets-apk__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-789bets-apk__feature-icon {
  width: 100%; /* Ensure image fits container */
  max-width: 250px; /* Min size is 200x200, so 250 is fine */
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.page-789bets-apk__feature-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-789bets-apk__feature-description {
  font-size: 1em;
  color: #666;
}

/* Download Guide Section */
.page-789bets-apk__download-guide-section {
  padding: 80px 0;
  background-color: #f0f8ff;
}

.page-789bets-apk__guide-steps {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.page-789bets-apk__step-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.page-789bets-apk__step-number {
  font-size: 3em;
  font-weight: bold;
  color: #007bff;
  min-width: 60px;
  text-align: center;
  line-height: 1;
}

.page-789bets-apk__step-content {
  flex-grow: 1;
}

.page-789bets-apk__step-title {
  font-size: 1.8em;
  color: #333;
  margin-bottom: 10px;
}

.page-789bets-apk__step-description {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
}

.page-789bets-apk__step-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

/* Games Section */
.page-789bets-apk__games-section {
  padding: 80px 0;
  background-color: #fff;
}

.page-789bets-apk__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-789bets-apk__game-card {
  background-color: #f0f8ff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.page-789bets-apk__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-789bets-apk__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency, images must be at least 200x200 */
  object-fit: cover;
  display: block;
}

.page-789bets-apk__game-title {
  font-size: 1.5em;
  color: #007bff;
  margin: 20px 15px 10px 15px;
}

.page-789bets-apk__game-description {
  font-size: 0.95em;
  color: #666;
  padding: 0 15px 20px 15px;
}

/* Promotions Section */
.page-789bets-apk__promotions-section {
  padding: 80px 0;
  background-color: #f0f8ff;
}

.page-789bets-apk__promotion-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-789bets-apk__promotion-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
}

.page-789bets-apk__promotion-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-789bets-apk__promotion-title {
  font-size: 1.6em;
  color: #007bff;
  margin: 20px 15px 10px 15px;
}

.page-789bets-apk__promotion-description {
  font-size: 1em;
  color: #666;
  padding: 0 15px 20px 15px;
}

.page-789bets-apk__promotion-button-wrapper {
  text-align: center;
}

.page-789bets-apk__view-promotions-button {
  background-color: #28a745; /* Green for promotions */
  color: #fff;
  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;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-789bets-apk__view-promotions-button:hover {
  background-color: #218838;
  transform: translateY(-2px);
}

/* FAQ Section */
.page-789bets-apk__faq-section {
  padding: 80px 0;
  background-color: #fff;
}

.page-789bets-apk__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-789bets-apk__faq-item {
  background-color: #f0f8ff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-sizing: border-box;
}

.page-789bets-apk__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  user-select: none;
  background-color: #007bff;
  color: #fff;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.page-789bets-apk__faq-question:hover {
  background-color: #0056b3;
}

.page-789bets-apk__faq-title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  pointer-events: none; /* Prevent text selection interfering with click */
  color: #fff; /* Ensure good contrast */
}

.page-789bets-apk__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
  pointer-events: none; /* Prevent icon interfering with click */
  transition: transform 0.3s ease;
  color: #fff; /* Ensure good contrast */
}

.page-789bets-apk__faq-item.active .page-789bets-apk__faq-toggle {
  transform: rotate(45deg); /* Change + to X or similar */
}

.page-789bets-apk__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  background-color: #e9f5ff;
  color: #333;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-789bets-apk__faq-item.active .page-789bets-apk__faq-answer {
  max-height: 2000px !important; /* Sufficiently large */
  padding: 20px 15px !important;
  opacity: 1;
}

.page-789bets-apk__faq-answer p {
  margin: 0;
  font-size: 1em;
}

/* Call to Action Section */
.page-789bets-apk__cta-section {
  background: linear-gradient(to right, #0056b3, #007bff);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-789bets-apk__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-789bets-apk__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Floating Buttons */
.page-789bets-apk__floating-buttons {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 1000;
}

.page-789bets-apk__floating-button {
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 1.1em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-789bets-apk__floating-button--register {
  background-color: #ffc107; /* Yellow */
  color: #333;
}

.page-789bets-apk__floating-button--register:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-789bets-apk__floating-button--login {
  background-color: #28a745; /* Green */
  color: #fff;
}

.page-789bets-apk__floating-button--login:hover {
  background-color: #218838;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-789bets-apk__hero-title {
    font-size: 2.8em;
  }
  .page-789bets-apk__hero-description {
    font-size: 1.2em;
  }
  .page-789bets-apk__section-title,
  .page-789bets-apk__cta-title {
    font-size: 2em;
  }
  .page-789bets-apk__feature-title,
  .page-789bets-apk__step-title,
  .page-789bets-apk__game-title,
  .page-789bets-apk__promotion-title {
    font-size: 1.4em;
  }
  .page-789bets-apk__download-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-789bets-apk__download-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-789bets-apk__hero-section {
    padding-bottom: 40px;
  }
  .page-789bets-apk__hero-title {
    font-size: 2.2em;
  }
  .page-789bets-apk__hero-description {
    font-size: 1.1em;
  }
  .page-789bets-apk__section-title,
  .page-789bets-apk__cta-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-789bets-apk__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-789bets-apk__features-grid,
  .page-789bets-apk__games-grid,
  .page-789bets-apk__promotion-cards {
    grid-template-columns: 1fr;
  }

  /* List item responsive for guide steps */
  .page-789bets-apk__guide-steps {
    gap: 30px;
  }
  .page-789bets-apk__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-789bets-apk__step-number {
    font-size: 2.5em;
    margin-bottom: 15px;
  }
  .page-789bets-apk__step-title {
    font-size: 1.6em;
  }
  .page-789bets-apk__step-description {
    font-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    font-size: 0.95em;
  }
  .page-789bets-apk__step-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* Images responsive */
  .page-789bets-apk__feature-icon,
  .page-789bets-apk__game-image,
  .page-789bets-apk__promotion-image {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  .page-789bets-apk__hero-image {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-789bets-apk__hero-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* FAQ */
  .page-789bets-apk__faq-question {
    padding: 12px 15px;
  }
  .page-789bets-apk__faq-title {
    font-size: 1.1em;
  }
  .page-789bets-apk__faq-toggle {
    font-size: 1.5em;
  }
  .page-789bets-apk__faq-answer {
    padding: 15px 15px;
  }
  .page-789bets-apk__faq-item.active .page-789bets-apk__faq-answer {
    padding: 15px 15px !important;
  }

  /* Floating Buttons */
  .page-789bets-apk__floating-buttons {
    width: calc(100% - 30px); /* Account for padding */
    bottom: 15px;
    gap: 10px;
  }
  .page-789bets-apk__floating-button {
    flex: 1;
    padding: 10px 15px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-789bets-apk__hero-title {
    font-size: 1.8em;
  }
  .page-789bets-apk__hero-description {
    font-size: 1em;
  }
  .page-789bets-apk__section-title,
  .page-789bets-apk__cta-title {
    font-size: 1.6em;
  }
  .page-789bets-apk__download-button--large {
    font-size: 1em;
    padding: 12px 25px;
  }
}

  