.page-resources-okgames-gcash-security {
  color: #ffffff; /* Light text for dark body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  line-height: 1.6;
  font-family: 'Arial', sans-serif;
}

.page-resources-okgames-gcash-security__hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 40px 20px;
  text-align: center;
  background-color: #0A192F; /* Dark background for hero content */
}

.page-resources-okgames-gcash-security__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3; /* Slightly transparent to let content stand out */
}

.page-resources-okgames-gcash-security__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-resources-okgames-gcash-security__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-okgames-gcash-security__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-okgames-gcash-security__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-okgames-gcash-security__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.page-resources-okgames-gcash-security__button--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-resources-okgames-gcash-security__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-okgames-gcash-security__button--secondary {
  background-color: #1E90FF;
  color: #ffffff;
  border: 2px solid #1E90FF;
}

.page-resources-okgames-gcash-security__button--secondary:hover {
  background-color: #1565b3;
  transform: translateY(-2px);
}

.page-resources-okgames-gcash-security__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #0d1e3a; /* Slightly lighter dark background for readability */
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.page-resources-okgames-gcash-security__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #1E90FF;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-okgames-gcash-security__back-link:hover {
  color: #FFD700;
}

.page-resources-okgames-gcash-security__back-link--bottom {
  margin-top: 40px;
  display: block;
  text-align: center;
}

.page-resources-okgames-gcash-security__article-heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-resources-okgames-gcash-security__article-subheading {
  font-size: 1.8em;
  color: #1E90FF;
  margin-top: 35px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.page-resources-okgames-gcash-security__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-okgames-gcash-security__image-figure {
  margin: 40px 0;
  text-align: center;
}

.page-resources-okgames-gcash-security__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0 auto;
  min-width: 200px; /* Ensure images are not small icons */
  min-height: 200px;
}

.page-resources-okgames-gcash-security__image-caption {
  font-size: 0.9em;
  color: #cccccc;
  margin-top: 10px;
}

.page-resources-okgames-gcash-security__call-to-action {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: rgba(255, 215, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #FFD700;
}

.page-resources-okgames-gcash-security__call-to-action-text {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-okgames-gcash-security__hero-title {
    font-size: 2.5em;
  }

  .page-resources-okgames-gcash-security__hero-description {
    font-size: 1em;
  }

  .page-resources-okgames-gcash-security__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-okgames-gcash-security__button {
    width: 100%;
    padding: 12px 20px;
  }

  .page-resources-okgames-gcash-security__content-area {
    padding: 20px 15px;
  }

  .page-resources-okgames-gcash-security__article-heading {
    font-size: 2em;
  }

  .page-resources-okgames-gcash-security__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-okgames-gcash-security__article-paragraph {
    font-size: 1em;
  }

  /* Mobile image scaling to prevent overflow */
  .page-resources-okgames-gcash-security__article-image,
  .page-resources-okgames-gcash-security__hero-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-okgames-gcash-security__call-to-action-text {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-okgames-gcash-security__hero-title {
    font-size: 2em;
  }

  .page-resources-okgames-gcash-security__hero-description {
    font-size: 0.9em;
  }

  .page-resources-okgames-gcash-security__article-heading {
    font-size: 1.8em;
  }

  .page-resources-okgames-gcash-security__article-subheading {
    font-size: 1.3em;
  }
}