/* style/resources-deep-analysis-xo-so-kubet-lottery-mechanism.css */
.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark #1a1a1a, so text is light */
  background-color: #1a1a1a;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-section {
  position: relative;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Adjust for fixed header */
  background-color: #26A9E0; /* Primary brand color for hero background */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-content {
  max-width: 900px;
  margin-bottom: 30px;
  z-index: 1;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  z-index: 1;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__btn-primary,
.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__btn-primary:hover {
  background-color: #d16e06;
  transform: translateY(-2px);
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__btn-secondary:hover {
  background-color: #e0f7fa;
  color: #1a8cc7;
  transform: translateY(-2px);
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.15;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Light background for main content */
  color: #333333; /* Dark text for light background */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-40px); /* Lift content slightly over hero */
  position: relative;
  z-index: 2;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__section-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #26A9E0;
  border-radius: 2px;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__sub-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__sub-sub-title {
  font-size: 1.3em;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__paragraph {
  margin-bottom: 15px;
  color: #333333;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__image-wrapper {
  margin: 30px 0;
  text-align: center;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-list {
  margin-top: 40px;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #ffffff;
  color: #26A9E0;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-question:hover {
  background-color: #eaf6fc;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-title {
  margin: 0;
  font-size: 1.1em;
  color: #26A9E0;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-item.active .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-item.active .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__cta-section {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__cta-text {
  font-size: 1.4em;
  margin-bottom: 25px;
  color: #ffffff;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__cta-button {
  padding: 15px 35px;
  font-size: 1.1em;
  border-radius: 10px;
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
}

.page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__cta-button:hover {
  background-color: #d16e06;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-title {
    font-size: 2.2em;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__section-title {
    font-size: 1.8em;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__sub-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-title {
    font-size: 1.8em;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-description {
    font-size: 1em;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px; /* Constrain button group width */
    margin: 0 auto;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__btn-primary,
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__btn-secondary,
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism a[class*="button"],
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism a[class*="btn"] {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__content-area {
    padding: 20px 15px;
    transform: translateY(-20px);
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__section-title {
    font-size: 1.5em;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__sub-title {
    font-size: 1.2em;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__sub-sub-title {
    font-size: 1.1em;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__image-wrapper,
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__cta-section,
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__cta-section {
    padding: 30px 15px;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__cta-text {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__hero-title {
    font-size: 1.5em;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__section-title {
    font-size: 1.3em;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-question {
    padding: 12px 15px;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-answer {
    padding: 0 15px;
  }
  .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-item.active .page-resources-deep-analysis-xo-so-kubet-lottery-mechanism__faq-answer {
    padding: 10px 15px;
  }
}