.page--g {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f8f8f8;
}

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

.page--g section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page--g .section-heading {
  text-align: center;
  color: #0A2463;
  font-size: 36px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page--g .main-title {
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page--g .hero-description {
  font-size: 20px;
  color: #F0F0F0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page--g .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #0A2463;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page--g .cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Hero Section */
.page--g .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A2463, #0A2463CC);
  overflow: hidden;
}

.page--g .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page--g .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page--g .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page--g .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

/* Intro Section */
.page--g .section-intro {
  background-color: #FFFFFF;
  padding: 80px 0;
}

.page--g .section-intro p {
  font-size: 17px;
  margin-bottom: 20px;
  color: #444444;
}

/* Advantages Section */
.page--g .section-advantages {
  background-color: #F0F5F9;
}

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

.page--g .advantage-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page--g .advantage-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page--g .advantage-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page--g .advantage-title {
  color: #0A2463;
  font-size: 22px;
  margin-bottom: 15px;
}

.page--g .advantage-item p {
  font-size: 16px;
  color: #555555;
}

/* Game Types Section */
.page--g .section-game-types {
  background-color: #FFFFFF;
}

.page--g .game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page--g .game-item {
  background-color: #F8F8F8;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding-bottom: 20px;
}

.page--g .game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page--g .game-title {
  color: #0A2463;
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page--g .game-item p {
  font-size: 16px;
  color: #555555;
  padding: 0 15px;
}

/* How To Section */
.page--g .section-how-to {
  background-color: #F0F5F9;
}

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

.page--g .step-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page--g .step-number {
  width: 60px;
  height: 60px;
  background-color: #0A2463;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 20px auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page--g .step-title {
  color: #0A2463;
  font-size: 22px;
  margin-bottom: 15px;
}

.page--g .step-item p {
  font-size: 16px;
  color: #555555;
}

.page--g .step-item a {
  color: #0A2463;
  font-weight: bold;
  text-decoration: underline;
}

.page--g .step-item a:hover {
  color: #FFD700;
}

/* Promotions Section */
.page--g .section-promotions {
  background-color: #FFFFFF;
}

.page--g .promotion-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page--g .promotion-item {
  background-color: #F8F8F8;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding-bottom: 20px;
}

.page--g .promotion-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page--g .promotion-title {
  color: #0A2463;
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page--g .promotion-item p {
  font-size: 16px;
  color: #555555;
  padding: 0 15px;
}

/* Security Section */
.page--g .section-security {
  background-color: #F0F5F9;
}

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

.page--g .security-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page--g .security-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page--g .security-title {
  color: #0A2463;
  font-size: 22px;
  margin-bottom: 15px;
}

.page--g .security-item p {
  font-size: 16px;
  color: #555555;
}

/* FAQ Section */
.page--g .section-faq {
  background-color: #FFFFFF;
}

.page--g .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page--g .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page--g .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #0A2463;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page--g .faq-question:hover {
  background: #1a3a7c;
}

.page--g .faq-question h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

.page--g .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #FFD700;
}

.page--g .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700;
}

.page--g .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #333333;
}

.page--g .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 25px;
}

.page--g .faq-answer p {
  margin: 0;
  font-size: 16px;
  color: #555555;
}

/* Conclusion Section */
.page--g .section-conclusion {
  background-color: #0A2463;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
}

.page--g .section-conclusion .section-heading {
  color: #FFFFFF;
}

.page--g .section-conclusion .section-heading::after {
  background-color: #FFD700;
}

.page--g .section-conclusion p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #F0F0F0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page--g .section-conclusion a {
  color: #FFD700;
  font-weight: bold;
  text-decoration: underline;
}

.page--g .section-conclusion a:hover {
  color: #e6c200;
}

.page--g .text-center {
  text-align: center;
}

.page--g p strong {
  color: #0A2463;
}

.page--g .section-conclusion p strong {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page--g .section-heading {
    font-size: 30px;
  }
  .page--g .main-title {
    font-size: 40px;
  }
  .page--g .hero-description {
    font-size: 18px;
  }
  .page--g .advantage-grid, .page--g .game-list, .page--g .step-list, .page--g .promotion-list, .page--g .security-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page--g .game-image, .page--g .promotion-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page--g section {
    padding: 40px 0;
  }
  .page--g .section-heading {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page--g .main-title {
    font-size: 32px;
  }
  .page--g .hero-description {
    font-size: 16px;
  }
  .page--g .cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page--g .hero-image {
    margin-bottom: 20px;
  }
  .page--g .hero-image img {
    border-radius: 8px;
  }
  .page--g .advantage-item, .page--g .game-item, .page--g .step-item, .page--g .promotion-item, .page--g .security-item {
    padding: 20px;
  }
  .page--g .advantage-icon, .page--g .security-icon {
    width: 60px;
    height: 60px;
  }
  .page--g .advantage-title, .page--g .game-title, .page--g .step-title, .page--g .promotion-title, .page--g .security-title {
    font-size: 20px;
  }
  .page--g .faq-question {
    padding: 15px 20px;
  }
  .page--g .faq-question h3 {
    font-size: 16px;
  }
  .page--g .faq-answer {
    padding: 0 20px;
  }
  .page--g .faq-item.active .faq-answer {
    padding: 20px;
  }
  .page--g .section-conclusion p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .page--g .section-heading {
    font-size: 22px;
  }
  .page--g .main-title {
    font-size: 28px;
  }
  .page--g .hero-description {
    font-size: 15px;
  }
  .page--g .cta-button {
    padding: 10px 25px;
    font-size: 15px;
  }
  .page--g .advantage-grid, .page--g .game-list, .page--g .step-list, .page--g .promotion-list, .page--g .security-grid {
    grid-template-columns: 1fr;
  }
  .page--g .game-image, .page--g .promotion-image {
    height: 150px;
  }
  .page--g .faq-question h3 {
    font-size: 15px;
  }
  .page--g .faq-toggle {
    font-size: 20px;
  }
  .page--g .faq-answer p {
    font-size: 14px;
  }
  .page--g .section-conclusion p {
    font-size: 15px;
  }
}