.page-index-ga179-platform-overview {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #121C2C; /* A slightly lighter dark background than main color for contrast */
}

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

.page-index-ga179-platform-overview__section {
  padding: 60px 0;
}

.page-index-ga179-platform-overview__hero-section {
  background: linear-gradient(135deg, #1A2E47, #0A1B2E);
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero title for strong contrast */
}

.page-index-ga179-platform-overview__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-ga179-platform-overview__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #E0E0E0;
}

.page-index-ga179-platform-overview__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold accent */
  color: #1A2E47; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  min-width: 200px;
}

.page-index-ga179-platform-overview__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-index-ga179-platform-overview__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-ga179-platform-overview__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-ga179-platform-overview__about-ga179 {
  background-color: #1A2E47;
}

.page-index-ga179-platform-overview__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-index-ga179-platform-overview__text-content {
  flex: 1;
  min-width: 300px;
  color: #E0E0E0;
}

.page-index-ga179-platform-overview__text-content p {
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 1.1em;
}

.page-index-ga179-platform-overview__text-content h3 {
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.5em;
}

.page-index-ga179-platform-overview__text-content ul {
  list-style: none;
  padding-left: 0;
}

.page-index-ga179-platform-overview__text-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-size: 1.05em;
}

.page-index-ga179-platform-overview__text-content ul li::before {
  content: '✓';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-index-ga179-platform-overview__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-index-ga179-platform-overview__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-index-ga179-platform-overview__highlights {
  background-color: #121C2C;
}

.page-index-ga179-platform-overview__grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-ga179-platform-overview__card {
  background-color: #1A2E47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-ga179-platform-overview__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-index-ga179-platform-overview__card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-index-ga179-platform-overview__card-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
}

.page-index-ga179-platform-overview__card-description {
  font-size: 1em;
  line-height: 1.6;
  color: #C0C0C0;
}

.page-index-ga179-platform-overview__getting-started {
  background-color: #1A2E47;
}

.page-index-ga179-platform-overview__grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-ga179-platform-overview__step-card {
  background-color: #121C2C;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-ga179-platform-overview__step-image {
  max-width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-ga179-platform-overview__step-title {
  font-size: 1.7em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
}

.page-index-ga179-platform-overview__step-description {
  font-size: 1em;
  line-height: 1.6;
  color: #C0C0C0;
  margin-bottom: 25px;
}

.page-index-ga179-platform-overview__step-button {
  background-color: #FFD700; /* Gold */
  color: #1A2E47; /* Dark blue */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.page-index-ga179-platform-overview__step-button:hover {
  background-color: #e6c200; /* Darker gold */
}

.page-index-ga179-platform-overview__promotions {
  background-color: #121C2C;
}

.page-index-ga179-platform-overview__safety-responsibility {
  background-color: #1A2E47;
}

.page-index-ga179-platform-overview__faq {
  background-color: #121C2C;
}

.page-index-ga179-platform-overview__faq-item {
  background-color: #1A2E47;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-index-ga179-platform-overview__faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Gold */
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-ga179-platform-overview__faq-answer {
  font-size: 1em;
  color: #C0C0C0;
  line-height: 1.6;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  margin-top: 15px;
}

.page-index-ga179-platform-overview__faq-answer a {
  color: #FFD700;
  text-decoration: none;
}

.page-index-ga179-platform-overview__faq-answer a:hover {
  text-decoration: underline;
}

.page-index-ga179-platform-overview__cta-final {
  background: linear-gradient(45deg, #1A2E47, #0A1B2E);
  padding: 80px 0;
  text-align: center;
}

.page-index-ga179-platform-overview__cta-final-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-ga179-platform-overview__cta-final-title {
  font-size: 3em;
  color: #FFD700; /* Gold */
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-index-ga179-platform-overview__cta-final-description {
  font-size: 1.2em;
  color: #E0E0E0;
  margin-bottom: 40px;
  line-height: 1.7;
}

.page-index-ga179-platform-overview__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-ga179-platform-overview__hero-title {
    font-size: 2.8em;
  }
  .page-index-ga179-platform-overview__section-title {
    font-size: 2em;
  }
  .page-index-ga179-platform-overview__content-wrapper {
    flex-direction: column;
  }
  .page-index-ga179-platform-overview__image-wrapper {
    order: -1; /* Image above text on smaller screens */
  }
  .page-index-ga179-platform-overview__cta-final-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-index-ga179-platform-overview__hero-title {
    font-size: 2.2em;
  }
  .page-index-ga179-platform-overview__hero-description {
    font-size: 1.1em;
  }
  .page-index-ga179-platform-overview__section {
    padding: 40px 0;
  }
  .page-index-ga179-platform-overview__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-ga179-platform-overview__grid-3, .page-index-ga179-platform-overview__grid-2 {
    grid-template-columns: 1fr;
  }
  .page-index-ga179-platform-overview__cta-final-title {
    font-size: 2em;
  }
  .page-index-ga179-platform-overview__cta-final-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index-ga179-platform-overview__hero-title {
    font-size: 1.8em;
  }
  .page-index-ga179-platform-overview__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-index-ga179-platform-overview__card-title, .page-index-ga179-platform-overview__step-title {
    font-size: 1.5em;
  }
  .page-index-ga179-platform-overview__faq-question {
    font-size: 1.2em;
  }
  .page-index-ga179-platform-overview__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}