/* style/index.css */
.page-index {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-index-section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.page-index-section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-section-description {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.05em;
  text-align: center;
}

.page-index-btn-primary {
  background-color: #FFD700;
  color: #003366;
  border: 2px solid #FFD700;
}

.page-index-btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-index-btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-index-btn-secondary:hover {
  background-color: #FFD700;
  color: #003366;
}

.page-index-btn-outline {
  background-color: transparent;
  color: #003366;
  border: 2px solid #003366;
  padding: 10px 20px;
}

.page-index-btn-outline:hover {
  background-color: #003366;
  color: #FFD700;
}

.page-index-btn-large {
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-index-hero-section {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: #fff;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 1;
}

.page-index-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.page-index-hero-title {
  font-size: 3.8em;
  margin-bottom: 25px;
  color: #FFD700;
  line-height: 1.2;
}

.page-index-hero-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-index-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%; /* Adjust as needed */
  max-width: 800px;
  z-index: 1;
  opacity: 0.7;
}

.page-index-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

/* About Section */
.page-index-about-8kbet {
  padding: 80px 0;
  background-color: #fff;
}

.page-index-about-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-index-about-text {
  flex: 1;
  font-size: 1.1em;
  color: #444;
}

.page-index-about-text p {
  margin-bottom: 20px;
}

.page-index-about-image {
  flex: 1;
  text-align: center;
}

.page-index-responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.page-index-features-section {
  padding: 80px 0;
  background-color: #f0f4f8;
}

.page-index-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);
}

.page-index-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 3px rgba(0, 51, 102, 0.3));
}

.page-index-feature-item h3 {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-index-feature-item p {
  color: #666;
  font-size: 1em;
}

/* Promotions Section */
.page-index-promotions-section {
  padding: 80px 0;
  background-color: #fff;
}

.page-index-promotion-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-index-card {
  background-color: #f8f9fa;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-index-card-title {
  font-size: 1.4em;
  color: #003366;
  padding: 20px 20px 10px;
}

.page-index-card-text {
  color: #555;
  padding: 0 20px 20px;
  font-size: 0.95em;
}

.page-index-card .page-index-btn-outline {
  margin: 0 20px 20px;
  display: block;
  width: calc(100% - 40px);
}

.page-index-more-promos {
  text-align: center;
  font-size: 1.1em;
  color: #555;
}

.page-index-link {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}

.page-index-link:hover {
  text-decoration: underline;
  color: #FFD700;
}

/* App Download Section */
.page-index-app-download {
  padding: 80px 0;
  background-color: #003366;
  color: #fff;
}

.page-index-app-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.page-index-app-text {
  flex: 1;
  font-size: 1.1em;
}

.page-index-app-text p {
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-index-app-image {
  flex: 1;
  text-align: center;
}

/* Detail Pages Section */
.page-index-detail-pages {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.page-index-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-detail-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  border-left: 5px solid #FFD700;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-detail-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-index-detail-item h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-index-detail-item h3 a {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}

.page-index-detail-item h3 a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-detail-item p {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 15px;
}

/* CTA Section */
.page-index-cta-section {
  padding: 100px 0;
  background-color: #FFD700;
  text-align: center;
  color: #003366;
}

.page-index-cta-section .page-index-section-title {
  color: #003366;
}

.page-index-cta-section .page-index-section-title::after {
  background-color: #003366;
}

.page-index-cta-section .page-index-section-description {
  color: #003366;
  margin-bottom: 50px;
}

.page-index-cta-section .page-index-btn-primary {
  background-color: #003366;
  color: #FFD700;
  border-color: #003366;
}

.page-index-cta-section .page-index-btn-primary:hover {
  background-color: #001a33;
  border-color: #001a33;
}

/* Floating Ad */
.page-index-floating-ad {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.page-index-floating-btn {
  background-color: #FFD700;
  color: #003366;
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
}

.page-index-floating-btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.page-index-floating-icon {
  width: 28px;
  height: 28px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-hero-title {
    font-size: 3em;
  }
  .page-index-hero-description {
    font-size: 1.2em;
  }
  .page-index-about-content {
    flex-direction: column;
  }
  .page-index-app-content {
    flex-direction: column-reverse;
  }
  .page-index-hero-image-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-index-section-title {
    font-size: 2em;
  }
  .page-index-hero-title {
    font-size: 2.5em;
  }
  .page-index-hero-description {
    font-size: 1.1em;
  }
  .page-index-hero-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-index-btn-secondary {
    margin-left: 0;
  }
  .page-index-features-grid, .page-index-promotion-cards, .page-index-detail-grid {
    grid-template-columns: 1fr;
  }
  .page-index-floating-btn {
    padding: 10px 15px;
    font-size: 1em;
  }
  .page-index-floating-icon {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .page-index-hero-title {
    font-size: 2em;
  }
  .page-index-hero-description {
    font-size: 1em;
  }
  .page-index-btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-index-section-title {
    font-size: 1.8em;
  }
}