/* style/index-about-qq88-nohu.css */
.page-index-about-qq88-nohu {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  line-height: 1.6;
  background-color: #0A1931;
}

.page-index-about-qq88-nohu__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-about-qq88-nohu__hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #303f9f 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-index-about-qq88-nohu__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, rgba(10, 25, 49, 0) 70%);
  animation: page-index-about-qq88-nohu__spin 20s linear infinite;
  z-index: 0;
}

@keyframes page-index-about-qq88-nohu__spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.page-index-about-qq88-nohu__hero-section > * {
  position: relative;
  z-index: 1;
}

.page-index-about-qq88-nohu__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}

.page-index-about-qq88-nohu__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
}

.page-index-about-qq88-nohu__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A1931;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-index-about-qq88-nohu__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-index-about-qq88-nohu__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-index-about-qq88-nohu__cta-button--large {
  padding: 20px 40px;
  font-size: 1.4em;
}

.page-index-about-qq88-nohu__cta-link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-about-qq88-nohu__cta-link:hover {
  color: #e6c200;
}

.page-index-about-qq88-nohu__section {
  padding: 80px 0;
  text-align: center;
  background-color: #0A1931;
}

.page-index-about-qq88-nohu__section:nth-of-type(even) {
  background-color: #1A2A47;
}

.page-index-about-qq88-nohu__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
}

.page-index-about-qq88-nohu__section-description {
  font-size: 1.3em;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #C0C0C0;
}

.page-index-about-qq88-nohu__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin-top: 40px;
}

.page-index-about-qq88-nohu__content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-index-about-qq88-nohu__text-content {
  flex: 1;
  min-width: 0;
}

.page-index-about-qq88-nohu__text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-index-about-qq88-nohu__text-content strong {
  color: #FFD700;
}

.page-index-about-qq88-nohu__image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-about-qq88-nohu__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-index-about-qq88-nohu__features-grid,
.page-index-about-qq88-nohu__grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-about-qq88-nohu__feature-item,
.page-index-about-qq88-nohu__grid-item {
  background-color: #1A2A47;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-about-qq88-nohu__feature-item:hover,
.page-index-about-qq88-nohu__grid-item:hover {
  transform: translateY(-5px);
  background-color: #2A3B57;
}

.page-index-about-qq88-nohu__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
}

.page-index-about-qq88-nohu__feature-title,
.page-index-about-qq88-nohu__item-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-about-qq88-nohu__feature-item p,
.page-index-about-qq88-nohu__grid-item p {
  font-size: 1.05em;
  color: #C0C0C0;
}

.page-index-about-qq88-nohu__list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 20px;
  text-align: left;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-index-about-qq88-nohu__list li {
  margin-bottom: 10px;
}

.page-index-about-qq88-nohu__list li strong {
  color: #FFD700;
}

.page-index-about-qq88-nohu__conclusion p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 20px auto;
  color: #E0E0E0;
}

.page-index-about-qq88-nohu .highlight {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-about-qq88-nohu__main-title {
    font-size: 2.8em;
  }
  .page-index-about-qq88-nohu__subtitle {
    font-size: 1.2em;
  }
  .page-index-about-qq88-nohu__section-title {
    font-size: 2.2em;
  }
  .page-index-about-qq88-nohu__section-description {
    font-size: 1.1em;
  }
  .page-index-about-qq88-nohu__content-wrapper {
    flex-direction: column;
  }
  .page-index-about-qq88-nohu__content-wrapper--reversed {
    flex-direction: column;
  }
  .page-index-about-qq88-nohu__image-content {
    order: -1; /* Image appears above text on small screens */
    margin-bottom: 30px;
  }
  .page-index-about-qq88-nohu__features-grid,
  .page-index-about-qq88-nohu__grid-3-cols {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-about-qq88-nohu__hero-section {
    padding: 80px 0;
  }
  .page-index-about-qq88-nohu__main-title {
    font-size: 2.2em;
  }
  .page-index-about-qq88-nohu__subtitle {
    font-size: 1em;
  }
  .page-index-about-qq88-nohu__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-about-qq88-nohu__section {
    padding: 60px 0;
  }
  .page-index-about-qq88-nohu__section-title {
    font-size: 1.8em;
  }
  .page-index-about-qq88-nohu__section-description {
    font-size: 0.95em;
  }
  .page-index-about-qq88-nohu__text-content p {
    font-size: 1em;
  }
  .page-index-about-qq88-nohu__feature-title,
  .page-index-about-qq88-nohu__item-title {
    font-size: 1.5em;
  }
  .page-index-about-qq88-nohu__list {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index-about-qq88-nohu__hero-section {
    padding: 60px 0;
  }
  .page-index-about-qq88-nohu__main-title {
    font-size: 1.8em;
  }
  .page-index-about-qq88-nohu__subtitle {
    font-size: 0.9em;
  }
  .page-index-about-qq88-nohu__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-index-about-qq88-nohu__section {
    padding: 40px 0;
  }
  .page-index-about-qq88-nohu__section-title {
    font-size: 1.5em;
  }
  .page-index-about-qq88-nohu__section-description {
    font-size: 0.9em;
  }
  .page-index-about-qq88-nohu__feature-icon {
    width: 60px;
    height: 60px;
  }
  .page-index-about-qq88-nohu__feature-title,
  .page-index-about-qq88-nohu__item-title {
    font-size: 1.3em;
  }
  .page-index-about-qq88-nohu__list {
    padding-left: 15px;
  }
  .page-index-about-qq88-nohu__container {
    padding: 0 15px;
  }
}