.page-28betgold {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-28betgold__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-28betgold__section-title {
  font-size: 32px;
  font-weight: 700;
  color: #2563eb;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-28betgold__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-28betgold__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Minimal top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: #0a1f44;
}

.page-28betgold__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-28betgold__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-28betgold__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  max-width: 900px;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-28betgold__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-28betgold__subtitle {
  font-size: 19px;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-28betgold__cta-button {
  display: inline-block;
  background-color: #2563eb;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-28betgold__cta-button:hover {
  background-color: #1a4dcc;
  transform: translateY(-2px);
}

/* About Section */
.page-28betgold__about-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-28betgold__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 20px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-28betgold__btn-secondary:hover {
  background-color: #2563eb;
  color: #ffffff;
}

/* Features Section */
.page-28betgold__features-section {
  padding: 60px 0;
  background-color: #2563eb;
  color: #ffffff;
  text-align: center;
}

.page-28betgold__features-section .page-28betgold__section-title {
  color: #ffffff;
}

.page-28betgold__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-28betgold__feature-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-28betgold__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-28betgold__feature-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-28betgold__feature-description {
  font-size: 16px;
  color: #f0f0f0;
}

/* Games Section */
.page-28betgold__games-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-28betgold__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-28betgold__game-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-28betgold__game-card:hover {
  transform: translateY(-5px);
}

.page-28betgold__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-28betgold__game-title {
  font-size: 20px;
  font-weight: 700;
  color: #2563eb;
  margin: 20px 20px 10px;
}

.page-28betgold__game-description {
  font-size: 15px;
  color: #666666;
  padding: 0 20px;
  flex-grow: 1;
}

.page-28betgold__game-button {
  display: inline-block;
  background-color: #64748b;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  margin: 20px;
  transition: background-color 0.3s ease;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-28betgold__game-button:hover {
  background-color: #4a5462;
}

.page-28betgold__more-games {
  text-align: center;
  margin-top: 40px;
}

.page-28betgold__btn-primary {
  display: inline-block;
  background-color: #2563eb;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-28betgold__btn-primary:hover {
  background-color: #1a4dcc;
  transform: translateY(-2px);
}

/* Guide Section */
.page-28betgold__guide-section {
  padding: 60px 0;
  background-color: #0a1f44;
  color: #ffffff;
  text-align: center;
}

.page-28betgold__guide-section .page-28betgold__section-title {
  color: #ffffff;
}

.page-28betgold__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-28betgold__step-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.page-28betgold__step-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-28betgold__step-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-28betgold__step-description {
  font-size: 16px;
  color: #f0f0f0;
}

/* App Section */
.page-28betgold__app-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-28betgold__app-content {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: left;
}

.page-28betgold__app-text {
  flex: 1;
}

.page-28betgold__app-text .page-28betgold__section-title {
  text-align: left;
  padding-top: 0;
}

.page-28betgold__app-text .page-28betgold__text-block {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.page-28betgold__app-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-28betgold__app-image-wrapper {
  flex-shrink: 0;
  width: 300px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-28betgold__app-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Promotions Section */
.page-28betgold__promotions-section {
  padding: 60px 0;
  background-color: #64748b;
  color: #ffffff;
  text-align: center;
}

.page-28betgold__promotions-section .page-28betgold__section-title {
  color: #ffffff;
}

.page-28betgold__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-28betgold__promo-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-28betgold__promo-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-28betgold__promo-description {
  font-size: 16px;
  color: #f0f0f0;
  margin-bottom: 25px;
}

.page-28betgold__promo-button {
  display: inline-block;
  background-color: #2563eb;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-28betgold__promo-button:hover {
  background-color: #1a4dcc;
}

/* FAQ Section */
details.page-28betgold__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-28betgold__faq-item summary.page-28betgold__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-28betgold__faq-item summary.page-28betgold__faq-question::-webkit-details-marker {
  display: none;
}
details.page-28betgold__faq-item summary.page-28betgold__faq-question:hover {
  background: #f5f5f5;
}
.page-28betgold__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-28betgold__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-28betgold__faq-item .page-28betgold__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

.page-28betgold__faq-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-28betgold__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Bottom CTA */
.page-28betgold__cta-bottom {
  padding: 60px 0;
  background-color: #2563eb;
  color: #ffffff;
  text-align: center;
}

.page-28betgold__cta-bottom .page-28betgold__section-title {
  color: #ffffff;
}

/* Floating Button */
.page-28betgold__floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffcc00; /* Eye-catching color */
  color: #000000;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  max-width: calc(100% - 40px); /* Adjust for padding on small screens */
  box-sizing: border-box;
  text-align: center;
}

.page-28betgold__floating-button:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-28betgold__hero-image-wrapper {
    max-height: 400px;
  }

  .page-28betgold__app-content {
    flex-direction: column;
    text-align: center;
  }

  .page-28betgold__app-text .page-28betgold__section-title,
  .page-28betgold__app-text .page-28betgold__text-block {
    text-align: center;
  }

  .page-28betgold__app-buttons {
    justify-content: center;
  }

  .page-28betgold__app-image-wrapper {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .page-28betgold__section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .page-28betgold__text-block {
    font-size: 16px;
    padding: 0 10px;
  }

  /* Hero Section */
  .page-28betgold__hero-section {
    padding-bottom: 30px;
    padding-top: 10px; /* Ensure minimal top padding */
  }

  .page-28betgold__hero-image-wrapper {
    max-height: 300px;
  }

  .page-28betgold__main-title {
    font-size: clamp(24px, 7vw, 36px);
  }

  .page-28betgold__subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .page-28betgold__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
  }

  /* About Section */
  .page-28betgold__about-section,
  .page-28betgold__features-section,
  .page-28betgold__games-section,
  .page-28betgold__guide-section,
  .page-28betgold__app-section,
  .page-28betgold__promotions-section,
  .page-28betgold__faq-section,
  .page-28betgold__cta-bottom {
    padding: 40px 0;
  }

  .page-28betgold__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 20px;
    font-size: 15px;
  }

  /* Features Section */
  .page-28betgold__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-28betgold__feature-item {
    padding: 25px;
  }

  .page-28betgold__feature-title {
    font-size: 20px;
  }

  /* Games Section */
  .page-28betgold__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-28betgold__game-card {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-28betgold__game-image {
    height: 180px;
  }

  .page-28betgold__game-title {
    font-size: 18px;
  }

  .page-28betgold__game-description {
    font-size: 14px;
  }

  .page-28betgold__game-button {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    font-size: 14px;
  }

  .page-28betgold__btn-primary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
  }

  /* Guide Section */
  .page-28betgold__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-28betgold__step-item {
    padding: 25px;
  }

  .page-28betgold__step-title {
    font-size: 20px;
  }

  /* App Section */
  .page-28betgold__app-content {
    gap: 30px;
  }

  .page-28betgold__app-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-28betgold__app-buttons .page-28betgold__cta-button,
  .page-28betgold__app-buttons .page-28betgold__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-28betgold__app-image-wrapper {
    width: 200px;
  }

  /* Promotions Section */
  .page-28betgold__promo-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-28betgold__promo-card {
    padding: 25px;
  }

  .page-28betgold__promo-title {
    font-size: 20px;
  }

  .page-28betgold__promo-button {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 15px;
  }

  /* FAQ Section */
  details.page-28betgold__faq-item summary.page-28betgold__faq-question { padding: 15px; }
  .page-28betgold__faq-qtext { font-size: 15px; }
  details.page-28betgold__faq-item .page-28betgold__faq-answer { padding: 0 15px 15px; }

  /* Floating Button */
  .page-28betgold__floating-button {
    left: 15px;
    right: 15px;
    width: auto;
    max-width: none;
    bottom: 15px;
    font-size: 16px;
    padding: 12px 20px;
  }

  .page-28betgold img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-28betgold__section,
  .page-28betgold__card,
  .page-28betgold__container,
  .page-28betgold__feature-grid,
  .page-28betgold__game-grid,
  .page-28betgold__guide-steps,
  .page-28betgold__promo-cards,
  .page-28betgold__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-28betgold__game-card, .page-28betgold__feature-item, .page-28betgold__step-item, .page-28betgold__promo-card {
    margin-left: 0;
    margin-right: 0;
  }
}