/* style/index-gioi-thieu-vb777.css */

/* Base Styles */
.page-index-gioi-thieu-vb777 {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #333333; /* Matches Text Main for light body background */
  line-height: 1.6;
  background-color: #F5F7FA; /* Matches Background color */
}

.page-index-gioi-thieu-vb777__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-index-gioi-thieu-vb777__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #E53935; /* Main brand color for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-gioi-thieu-vb777__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FF5A4F; /* Auxiliary brand color */
  border-radius: 2px;
}

.page-index-gioi-thieu-vb777__sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-gioi-thieu-vb777__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
}

.page-index-gioi-thieu-vb777__article-body p {
  margin-bottom: 1em;
}

.page-index-gioi-thieu-vb777__article-body a {
  color: #E53935;
  text-decoration: underline;
}

.page-index-gioi-gioi-thieu-vb777__article-body a:hover {
  color: #FF5A4F;
}

.page-index-gioi-thieu-vb777__article-figure {
  margin: 30px auto;
  max-width: 100%;
  text-align: center;
}

.page-index-gioi-thieu-vb777__article-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-index-gioi-thieu-vb777__article-figure figcaption {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
}

/* Buttons */
.page-index-gioi-thieu-vb777__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Custom button color */
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(229, 57, 53, 0.3);
}

.page-index-gioi-thieu-vb777__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  box-shadow: 0 6px 15px rgba(229, 57, 53, 0.4);
}

.page-index-gioi-thieu-vb777__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  background: #ffffff;
  color: #E53935;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #E53935;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index-gioi-thieu-vb777__btn-secondary:hover {
  background: #E53935;
  color: #ffffff;
  border-color: #E53935;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-index-gioi-thieu-vb777__btn-link {
  display: inline-block;
  margin-top: 15px;
  color: #E53935;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-index-gioi-thieu-vb777__btn-link:hover {
  color: #FF5A4F;
  text-decoration: underline;
}

/* Hero Section */
.page-index-gioi-thieu-vb777__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, not --header-offset */
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-index-gioi-thieu-vb777__hero-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-gioi-thieu-vb777__hero-image img {
  width: 100%;
  height: 675px; /* Fixed height for desktop to maintain aspect ratio */
  object-fit: cover; /* Cover the area */
  display: block;
}

.page-index-gioi-thieu-vb777__hero-content {
  max-width: 900px;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  margin-top: -80px; /* Overlap with image slightly for visual effect */
  position: relative;
  z-index: 10;
}

.page-index-gioi-thieu-vb777__main-title {
  font-size: clamp(32px, 4vw, 48px); /* Responsive font size */
  font-weight: 800;
  color: #E53935;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-gioi-thieu-vb777__hero-description {
  font-size: 18px;
  color: #555555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-index-gioi-thieu-vb777__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* Game Cards Section */
.page-index-gioi-thieu-vb777__games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.page-index-gioi-thieu-vb777__game-card {
  background: #FFFFFF; /* Card BG */
  border: 1px solid #E0E0E0; /* Border color */
  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;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 20px;
}

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

.page-index-gioi-thieu-vb777__game-card img {
  width: 100%;
  height: 200px; /* Fixed height for cards */
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-index-gioi-thieu-vb777__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #E53935;
  margin-bottom: 10px;
  padding: 0 15px;
}}