/* CSS file for index-gioi-thieu-58win.html */

/* Custom Colors */
:root {
  --page-index-gioi-thieu-58win-primary-color: #11A84E;
  --page-index-gioi-thieu-58win-secondary-color: #22C768;
  --page-index-gioi-thieu-58win-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --page-index-gioi-thieu-58win-bg-color: #08160F;
  --page-index-gioi-thieu-58win-card-bg: #11271B;
  --page-index-gioi-thieu-58win-text-main: #F2FFF6;
  --page-index-gioi-thieu-58win-text-secondary: #A7D9B8;
  --page-index-gioi-thieu-58win-border-color: #2E7A4E;
  --page-index-gioi-thieu-58win-glow-color: #57E38D;
  --page-index-gioi-thieu-58win-gold-color: #F2C14E;
  --page-index-gioi-thieu-58win-divider-color: #1E3A2A;
  --page-index-gioi-thieu-58win-deep-green: #0A4B2C;
}

.page-index-gioi-thieu-58win {
  font-family: 'Arial', sans-serif;
  color: var(--page-index-gioi-thieu-58win-text-main);
  background-color: var(--page-index-gioi-thieu-58win-bg-color);
  line-height: 1.6;
}

.page-index-gioi-thieu-58win__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-index-gioi-thieu-58win__dark-section {
  background-color: var(--page-index-gioi-thieu-58win-bg-color);
  color: var(--page-index-gioi-thieu-58win-text-main);
}

.page-index-gioi-thieu-58win__light-bg {
  background-color: #f9f9f9; /* A light background for contrast */
  color: #333333; /* Dark text for light background */
}

/* Hero Section */
.page-index-gioi-thieu-58win__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-index-gioi-thieu-58win__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.page-index-gioi-thieu-58win__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-index-gioi-thieu-58win__hero-content {
  position: relative; /* Ensure content is above image filter if any */
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  margin-top: 20px;
}

.page-index-gioi-thieu-58win__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--page-index-gioi-thieu-58win-gold-color);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.page-index-gioi-thieu-58win__intro-text {
  font-size: 1.15rem;
  color: var(--page-index-gioi-thieu-58win-text-main);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-gioi-thieu-58win__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-index-gioi-thieu-58win__btn-primary,
.page-index-gioi-thieu-58win__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s 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-index-gioi-thieu-58win__btn-primary {
  background: var(--page-index-gioi-thieu-58win-button-gradient);
  color: #ffffff;
  border: none;
}

.page-index-gioi-thieu-58win__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-index-gioi-thieu-58win__btn-secondary {
  background-color: transparent;
  color: var(--page-index-gioi-thieu-58win-primary-color);
  border: 2px solid var(--page-index-gioi-thieu-58win-primary-color);
}

.page-index-gioi-thieu-58win__btn-secondary:hover {
  background-color: var(--page-index-gioi-thieu-58win-primary-color);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* General Content Sections */
.page-index-gioi-thieu-58win__about-intro-section,
.page-index-gioi-thieu-58win__mission-vision-section,
.page-index-gioi-thieu-58win__why-choose-us-section,
.page-index-gioi-thieu-58win__game-diversity-section,
.page-index-gioi-thieu-58win__security-commitment-section,
.page-index-gioi-thieu-58win__support-section,
.page-index-gioi-thieu-58win__cta-section,
.page-index-gioi-thieu-58win__faq-section {
  padding: 60px 0;
}

.page-index-gioi-thieu-58win__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: inherit; /* Inherit from section background */
}

.page-index-gioi-thieu-58win__about-intro-section .page-index-gioi-thieu-58win__section-title,
.page-index-gioi-thieu-58win__why-choose-us-section .page-index-gioi-thieu-58win__section-title,
.page-index-gioi-thieu-58win__security-commitment-section .page-index-gioi-thieu-58win__section-title,
.page-index-gioi-thieu-58win__cta-section .page-index-gioi-thieu-58win__section-title,
.page-index-gioi-thieu-58win__faq-section .page-index-gioi-thieu-58win__section-title {
  color: #333333;
}

.page-index-gioi-thieu-58win__mission-vision-section .page-index-gioi-thieu-58win__section-title,
.page-index-gioi-thieu-58win__game-diversity-section .page-index-gioi-thieu-58win__section-title,
.page-index-gioi-thieu-58win__support-section .page-index-gioi-thieu-58win__section-title {
  color: var(--page-index-gioi-thieu-58win-text-main);
}

.page-index-gioi-thieu-58win__text-block {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
  color: inherit;
}

.page-index-gioi-thieu-58win__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-gioi-thieu-58win__sub-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333333;
}

/* Mission Vision Section */
.page-index-gioi-thieu-58win__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-gioi-thieu-58win__card {
  background-color: var(--page-index-gioi-thieu-58win-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: var(--page-index-gioi-thieu-58win-text-main);
  display: flex;
  flex-direction: column;
}

.page-index-gioi-thieu-58win__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--page-index-gioi-thieu-58win-gold-color);
}

.page-index-gioi-thieu-58win__card-text {
  font-size: 1rem;
  line-height: 1.7;
  flex-grow: 1;
}

.page-index-gioi-thieu-58win__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-index-gioi-thieu-58win__card-list li {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-index-gioi-thieu-58win__card-list li::before {
  content: '✔';
  color: var(--page-index-gioi-thieu-58win-glow-color);
  position: absolute;
  left: 0;
  top: 0;
}

/* Why Choose Us Section */
.page-index-gioi-thieu-58win__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-gioi-thieu-58win__feature-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-gioi-thieu-58win__feature-card:hover {
  transform: translateY(-5px);
}

.page-index-gioi-thieu-58win__feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: block;
}

.page-index-gioi-thieu-58win__feature-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--page-index-gioi-thieu-58win-primary-color);
}

.page-index-gioi-thieu-58win__feature-text {
  font-size: 0.95rem;
  line-height: 1.7;
  flex-grow: 1;
}

/* Game Diversity Section */
.page-index-gioi-thieu-58win__products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-gioi-thieu-58win__product-card {
  background-color: var(--page-index-gioi-thieu-58win-card-bg);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: var(--page-index-gioi-thieu-58win-text-main);
  display: flex;
  flex-direction: column;
}

.page-index-gioi-thieu-58win__product-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-index-gioi-thieu-58win__product-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--page-index-gioi-thieu-58win-gold-color);
}

.page-index-gioi-thieu-58win__product-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-gioi-thieu-58win__btn-small {
  display: inline-block;
  padding: 10px 20px;
  background: var(--page-index-gioi-thieu-58win-button-gradient);
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: opacity 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-gioi-thieu-58win__btn-small:hover {
  opacity: 0.9;
}

/* Security Commitment Section */
.page-index-gioi-thieu-58win__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-gioi-thieu-58win__security-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-gioi-thieu-58win__security-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: block;
}

.page-index-gioi-thieu-58win__security-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--page-index-gioi-thieu-58win-primary-color);
}

.page-index-gioi-thieu-58win__security-text {
  font-size: 0.95rem;
  line-height: 1.7;
  flex-grow: 1;
}

/* Support Section */
.page-index-gioi-thieu-58win__support-channels {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-index-gioi-thieu-58win__channel-card {
  background-color: var(--page-index-gioi-thieu-58win-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: var(--page-index-gioi-thieu-58win-text-main);
  max-width: 450px;
  width: 100%;
}

.page-index-gioi-thieu-58win__channel-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--page-index-gioi-thieu-58win-gold-color);
}

.page-index-gioi-thieu-58win__channel-text {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* CTA Section */
.page-index-gioi-thieu-58win__cta-content {
  text-align: center;
}

/* FAQ Section */
details.page-index-gioi-thieu-58win__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--page-index-gioi-thieu-58win-border-color);
  overflow: hidden;
  background: #ffffff;
  color: #333333;
}
details.page-index-gioi-thieu-58win__faq-item summary.page-index-gioi-thieu-58win__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-index-gioi-thieu-58win__faq-item summary.page-index-gioi-thieu-58win__faq-question::-webkit-details-marker {
  display: none;
}
details.page-index-gioi-thieu-58win__faq-item summary.page-index-gioi-thieu-58win__faq-question:hover {
  background: #f5f5f5;
}
.page-index-gioi-thieu-58win__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-index-gioi-thieu-58win__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--page-index-gioi-thieu-58win-primary-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-index-gioi-thieu-58win__faq-item .page-index-gioi-thieu-58win__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-gioi-thieu-58win__container {
    padding: 20px 30px;
  }
  .page-index-gioi-thieu-58win__main-title {
    font-size: 3rem;
  }
  .page-index-gioi-thieu-58win__section-title {
    font-size: 2.5rem;
  }
  .page-index-gioi-thieu-58win__hero-image-wrapper {
    max-height: 500px;
  }
  .page-index-gioi-thieu-58win__product-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-index-gioi-thieu-58win__container {
    padding: 0 15px; /* Adjust padding for mobile */
  }

  .page-index-gioi-thieu-58win__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    padding-bottom: 30px;
  }

  .page-index-gioi-thieu-58win__hero-image-wrapper {
    max-height: 300px;
  }
  
  .page-index-gioi-thieu-58win__hero-image {
    object-fit: contain !important; /* Prevent cropping on mobile */
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-index-gioi-thieu-58win__main-title {
    font-size: 2.2rem; /* Smaller H1 for mobile */
    margin-top: 15px;
  }

  .page-index-gioi-thieu-58win__intro-text {
    font-size: 1rem;
    text-align: left;
  }

  .page-index-gioi-thieu-58win__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-index-gioi-thieu-58win__btn-primary,
  .page-index-gioi-thieu-58win__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-index-gioi-thieu-58win__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 15px;
  }

  .page-index-gioi-thieu-58win__text-block {
    font-size: 0.95rem;
    padding: 0 15px;
    text-align: left;
  }

  .page-index-gioi-thieu-58win__image-content {
    width: calc(100% - 30px) !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box !important;
  }

  .page-index-gioi-thieu-58win__sub-title {
    font-size: 1.5rem;
    text-align: left;
    padding: 0 15px;
  }

  .page-index-gioi-thieu-58win__content-grid,
  .page-index-gioi-thieu-58win__features-grid,
  .page-index-gioi-thieu-58win__products-grid,
  .page-index-gioi-thieu-58win__security-features {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .page-index-gioi-thieu-58win__card,
  .page-index-gioi-thieu-58win__feature-card,
  .page-index-gioi-thieu-58win__product-card,
  .page-index-gioi-thieu-58win__security-item,
  .page-index-gioi-thieu-58win__channel-card {
    padding: 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-index-gioi-thieu-58win__product-image {
    height: 150px; /* Adjust image height for mobile cards */
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-index-gioi-thieu-58win__btn-small {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-index-gioi-thieu-58win__support-channels {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }

  details.page-index-gioi-thieu-58win__faq-item summary.page-index-gioi-thieu-58win__faq-question {
    padding: 15px;
  }
  .page-index-gioi-thieu-58win__faq-qtext {
    font-size: 15px;
  }
  details.page-index-gioi-thieu-58win__faq-item .page-index-gioi-thieu-58win__faq-answer {
    padding: 0 15px 15px;
  }

  .page-index-gioi-thieu-58win img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  
  .page-index-gioi-thieu-58win__section,
  .page-index-gioi-thieu-58win__card,
  .page-index-gioi-thieu-58win__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-index-gioi-thieu-58win__products-section {
    overflow-x: hidden;
  }
}