.page-index-secure-sbobet-experience {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark #0a0a0a, so text color should be light */
  background-color: #0a0a0a; /* Ensure consistency with shared.css body background */
}

/* Fixed header offset */
.page-index-secure-sbobet-experience__hero-section {
  padding-top: var(--header-offset, 120px); /* Apply header offset here */
}

.page-index-secure-sbobet-experience__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-index-secure-sbobet-experience__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #26A9E0, #007bb6); /* Brand color gradient */
  min-height: 500px;
  overflow: hidden;
}

.page-index-secure-sbobet-experience__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2; /* Subtly integrate image into background */
}

.page-index-secure-sbobet-experience__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-index-secure-sbobet-experience__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-index-secure-sbobet-experience__hero-title {
  font-size: 3.2em;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-secure-sbobet-experience__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-index-secure-sbobet-experience__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-secure-sbobet-experience__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #FFFFFF;
  border: 2px solid transparent;
}

.page-index-secure-sbobet-experience__btn-primary:hover {
  background-color: #d16b00;
  transform: translateY(-2px);
}

.page-index-secure-sbobet-experience__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0; /* Primary brand color */
  border: 2px solid #26A9E0;
}

.page-index-secure-sbobet-experience__btn-secondary:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-index-secure-sbobet-experience__section-title {
  font-size: 2.5em;
  color: #26A9E0; /* Primary brand color */
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}

.page-index-secure-sbobet-experience__subsection-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-index-secure-sbobet-experience__section-description {
  font-size: 1.1em;
  color: #f0f0f0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-index-secure-sbobet-experience__introduction-section,
.page-index-secure-sbobet-experience__advantages-section,
.page-index-secure-sbobet-experience__game-diversity-section,
.page-index-secure-sbobet-experience__promotions-section,
.page-index-secure-sbobet-experience__login-guide-section,
.page-index-secure-sbobet-experience__faq-section,
.page-index-secure-sbobet-experience__final-cta-section {
  padding: 60px 0;
}

.page-index-secure-sbobet-experience__introduction-section p,
.page-index-secure-sbobet-experience__advantages-section p,
.page-index-secure-sbobet-experience__game-diversity-section p,
.page-index-secure-sbobet-experience__promotions-section p,
.page-index-secure-sbobet-experience__login-guide-section p,
.page-index-secure-sbobet-experience__faq-section p {
  color: #f0f0f0;
  text-align: left;
  margin-bottom: 1em;
}

.page-index-secure-sbobet-experience__advantages-grid,
.page-index-secure-sbobet-experience__game-grid,
.page-index-secure-sbobet-experience__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-secure-sbobet-experience__advantage-card,
.page-index-secure-sbobet-experience__game-card,
.page-index-secure-sbobet-experience__promotion-card {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for dark background */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff; /* Ensure text is light on card background */
}

.page-index-secure-sbobet-experience__advantage-icon,
.page-index-secure-sbobet-experience__game-image,
.page-index-secure-sbobet-experience__promotion-image {
  width: 100%;
  height: auto;
  max-height: 250px; /* Limit height for uniform cards */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-secure-sbobet-experience__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-index-secure-sbobet-experience__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-index-secure-sbobet-experience__card-title a:hover {
  text-decoration: underline;
}

.page-index-secure-sbobet-experience__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-index-secure-sbobet-experience__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-index-secure-sbobet-experience__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin: 40px auto;
  max-width: 960px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-index-secure-sbobet-experience__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.page-index-secure-sbobet-experience__video-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* Above video controls */
    cursor: pointer;
    background: transparent;
    text-decoration: none;
}

.page-index-secure-sbobet-experience__guide-list {
  list-style: decimal;
  color: #f0f0f0;
  max-width: 800px;
  margin: 30px auto;
  padding-left: 40px;
  text-align: left;
}

.page-index-secure-sbobet-experience__guide-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.5;
}

.page-index-secure-sbobet-experience__guide-list li strong {
  color: #26A9E0;
}

.page-index-secure-sbobet-experience__faq-list {
  max-width: 900px;
  margin: 40px auto;
}

.page-index-secure-sbobet-experience__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-index-secure-sbobet-experience__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  font-size: 1.2em;
  color: #26A9E0;
  list-style: none; /* For details/summary */
}

.page-index-secure-sbobet-experience__faq-question::-webkit-details-marker {
  display: none; /* For details/summary */
}

.page-index-secure-sbobet-experience__faq-qtext {
  flex-grow: 1;
  color: #f0f0f0; /* Ensure question text is visible */
}

.page-index-secure-sbobet-experience__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-index-secure-sbobet-experience__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #f0f0f0;
  max-height: 0; /* For JS-controlled collapse */
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-index-secure-sbobet-experience__faq-item[open] .page-index-secure-sbobet-experience__faq-answer {
    max-height: 500px; /* Adjust as needed for content */
    transition: max-height 0.4s ease-in;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .page-index-secure-sbobet-experience__hero-title {
    font-size: 2.2em;
  }

  .page-index-secure-sbobet-experience__hero-description {
    font-size: 1em;
  }

  .page-index-secure-sbobet-experience__section-title {
    font-size: 1.8em;
  }

  .page-index-secure-sbobet-experience__section-description {
    font-size: 0.95em;
  }

  .page-index-secure-sbobet-experience__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-secure-sbobet-experience__cta-button,
  .page-index-secure-sbobet-experience__btn-primary,
  .page-index-secure-sbobet-experience a[class*="button"],
  .page-index-secure-sbobet-experience a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-index-secure-sbobet-experience__cta-buttons,
  .page-index-secure-sbobet-experience__button-group,
  .page-index-secure-sbobet-experience__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-index-secure-sbobet-experience img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-index-secure-sbobet-experience__section,
  .page-index-secure-sbobet-experience__card,
  .page-index-secure-sbobet-experience__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-index-secure-sbobet-experience video,
  .page-index-secure-sbobet-experience__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-index-secure-sbobet-experience__video-section,
  .page-index-secure-sbobet-experience__video-container,
  .page-index-secure-sbobet-experience__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-index-secure-sbobet-experience__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}