.page-index-uu-diem-1xbet {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  line-height: 1.6;
}

.page-index-uu-diem-1xbet__content-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-index-uu-diem-1xbet__section-title {
  font-size: 2.5em;
  color: #C91F17;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-index-uu-diem-1xbet__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

/* Hero Section */
.page-index-uu-diem-1xbet__hero-section {
  padding-top: 10px; /* Small top padding, relying on body padding-top from shared.css */
  padding-bottom: 60px;
  background-color: #f5f5f5; /* Light background for hero */
}

.page-index-uu-diem-1xbet__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-index-uu-diem-1xbet__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
  color: #333333;
}

.page-index-uu-diem-1xbet__main-title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #C91F17;
  font-size: clamp(2em, 4vw, 3.2em);
}

.page-index-uu-diem-1xbet__hero-description {
  font-size: 1.15em;
  margin-bottom: 30px;
}

.page-index-uu-diem-1xbet__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-index-uu-diem-1xbet__hero-main-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-index-uu-diem-1xbet__cta-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-uu-diem-1xbet__btn-primary,
.page-index-uu-diem-1xbet__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-index-uu-diem-1xbet__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #333333;
  border: none;
}

.page-index-uu-diem-1xbet__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-index-uu-diem-1xbet__btn-secondary {
  background-color: transparent;
  color: #C91F17;
  border: 2px solid #C91F17;
}

.page-index-uu-diem-1xbet__btn-secondary:hover {
  background-color: #C91F17;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Intro Section (Module 1) */
.page-index-uu-diem-1xbet__intro-section {
  padding: 80px 0;
}

.page-index-uu-diem-1xbet__dark-section {
  background-color: #B71C1C; /* Custom Background color */
  color: #FFF5E1; /* Custom Text Main color */
}

.page-index-uu-diem-1xbet__dark-section .page-index-uu-diem-1xbet__section-title,
.page-index-uu-diem-1xbet__dark-section .page-index-uu-diem-1xbet__section-description,
.page-index-uu-diem-1xbet__dark-section .page-index-uu-diem-1xbet__icon-box-title,
.page-index-uu-diem-1xbet__dark-section .page-index-uu-diem-1xbet__icon-box-text {
  color: #FFF5E1;
}

.page-index-uu-diem-1xbet__icon-boxes {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
}

.page-index-uu-diem-1xbet__icon-box {
  flex: 1 1 30%;
  min-width: 280px;
  background-color: #D32F2F; /* Custom Card BG color */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #FFF5E1; /* Custom Text Main color */
  border: 1px solid #F2B544; /* Custom Border color */
}

.page-index-uu-diem-1xbet__icon-box-media {
  width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(255, 204, 102, 0.5); /* Custom Glow color */
}

.page-index-uu-diem-1xbet__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-index-uu-diem-1xbet__icon-box-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-index-uu-diem-1xbet__icon-box-text {
  font-size: 1em;
}

/* Advantages Section */
.page-index-uu-diem-1xbet__advantages-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.page-index-uu-diem-1xbet__advantage-item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.page-index-uu-diem-1xbet__advantage-item:last-child {
  margin-bottom: 0;
}

.page-index-uu-diem-1xbet__advantage-item--reverse {
  flex-direction: row-reverse;
}

.page-index-uu-diem-1xbet__advantage-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #333333;
}

.page-index-uu-diem-1xbet__advantage-title {
  font-size: 2em;
  color: #C91F17;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-index-uu-diem-1xbet__advantage-text {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-index-uu-diem-1xbet__advantage-media {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-index-uu-diem-1xbet__advantage-media img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-uu-diem-1xbet__btn-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #E53935;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-index-uu-diem-1xbet__btn-link:hover {
  background-color: #C91F17;
}

/* FAQ Section */
.page-index-uu-diem-1xbet__faq-section {
  padding: 80px 0;
  background-color: #f9f9f9; /* Light background for FAQ */
  color: #333333;
}

.page-index-uu-diem-1xbet__light-bg .page-index-uu-diem-1xbet__section-title {
  color: #C91F17;
}

.page-index-uu-diem-1xbet__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-uu-diem-1xbet__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-index-uu-diem-1xbet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #fefefe;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-index-uu-diem-1xbet__faq-item[open] > .page-index-uu-diem-1xbet__faq-question {
  background-color: #f0f0f0;
  color: #C91F17;
}

.page-index-uu-diem-1xbet__faq-question::-webkit-details-marker {
  display: none;
}

.page-index-uu-diem-1xbet__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #C91F17;
}

.page-index-uu-diem-1xbet__faq-item[open] .page-index-uu-diem-1xbet__faq-toggle {
  content: '−';
}

.page-index-uu-diem-1xbet__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
}

/* Final CTA Section */
.page-index-uu-diem-1xbet__cta-section {
  padding: 60px 0;
}

.page-index-uu-diem-1xbet__cta-section .page-index-uu-diem-1xbet__cta-group {
  justify-content: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-index-uu-diem-1xbet__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-index-uu-diem-1xbet__hero-content {
    text-align: center;
  }

  .page-index-uu-diem-1xbet__cta-group {
    justify-content: center;
  }

  .page-index-uu-diem-1xbet__advantage-item {
    flex-direction: column;
    text-align: center;
  }

  .page-index-uu-diem-1xbet__advantage-item--reverse {
    flex-direction: column;
  }

  .page-index-uu-diem-1xbet__advantage-content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-index-uu-diem-1xbet__hero-section {
    padding-top: 10px !important;
  }

  .page-index-uu-diem-1xbet__main-title {
    font-size: clamp(1.8em, 7vw, 2.8em) !important;
  }

  .page-index-uu-diem-1xbet__hero-description,
  .page-index-uu-diem-1xbet__section-description,
  .page-index-uu-diem-1xbet__advantage-text,
  .page-index-uu-diem-1xbet__icon-box-text,
  .page-index-uu-diem-1xbet__faq-answer p {
    font-size: 1em !important;
  }

  .page-index-uu-diem-1xbet__section-title {
    font-size: 2em !important;
  }

  .page-index-uu-diem-1xbet__icon-boxes {
    flex-direction: column;
    align-items: center;
  }

  .page-index-uu-diem-1xbet__icon-box {
    flex: 1 1 100% !important;
    min-width: unset;
    width: 100%;
  }

  .page-index-uu-diem-1xbet__icon-box-media {
    width: 200px !important;
    height: 200px !important;
  }

  .page-index-uu-diem-1xbet__advantage-item,
  .page-index-uu-diem-1xbet__advantage-item--reverse {
    flex-direction: column;
    gap: 30px;
  }

  .page-index-uu-diem-1xbet__advantage-content,
  .page-index-uu-diem-1xbet__advantage-media {
    flex: 1 1 100% !important;
    min-width: unset;
  }

  .page-index-uu-diem-1xbet__advantage-title {
    font-size: 1.8em !important;
  }

  .page-index-uu-diem-1xbet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-index-uu-diem-1xbet__section,
  .page-index-uu-diem-1xbet__card,
  .page-index-uu-diem-1xbet__container,
  .page-index-uu-diem-1xbet__content-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important;
  }

  .page-index-uu-diem-1xbet__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-uu-diem-1xbet__btn-primary,
  .page-index-uu-diem-1xbet__btn-secondary,
  .page-index-uu-diem-1xbet__btn-link {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-index-uu-diem-1xbet__faq-question {
    font-size: 1.1em !important;
    padding: 15px 20px !important;
  }

  .page-index-uu-diem-1xbet__faq-answer {
    padding: 0 20px 15px !important;
  }
}