.page-resources-arena-plus-gcash-account-security-guide {
  color: #333333; /* Dark text for light body background */
}

.page-resources-arena-plus-gcash-account-security-guide__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-resources-arena-plus-gcash-account-security-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.page-resources-arena-plus-gcash-account-security-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #FCBC45; /* Highlight title with login button color */
}

.page-resources-arena-plus-gcash-account-security-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-arena-plus-gcash-account-security-guide__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-arena-plus-gcash-account-security-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-resources-arena-plus-gcash-account-security-guide__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-arena-plus-gcash-account-security-guide__button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-arena-plus-gcash-account-security-guide__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-arena-plus-gcash-account-security-guide__button--login:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-arena-plus-gcash-account-security-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.page-resources-arena-plus-gcash-account-security-guide__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-arena-plus-gcash-account-security-guide__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.7;
  font-size: 1.1em;
  background-color: #FFFFFF;
}

.page-resources-arena-plus-gcash-account-security-guide__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-arena-plus-gcash-account-security-guide__subsection-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-arena-plus-gcash-account-security-guide__paragraph {
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-arena-plus-gcash-account-security-guide__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #333333;
}

.page-resources-arena-plus-gcash-account-security-guide__list-item {
  margin-bottom: 10px;
}

.page-resources-arena-plus-gcash-account-security-guide__list-item strong {
  color: #000000;
}

.page-resources-arena-plus-gcash-account-security-guide__image-container {
  margin: 40px 0;
  text-align: center;
}

.page-resources-arena-plus-gcash-account-security-guide__image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-arena-plus-gcash-account-security-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-arena-plus-gcash-account-security-guide__related-resources {
  margin-top: 60px;
  border-top: 1px solid #eee;
  padding-top: 40px;
  text-align: center;
}

.page-resources-arena-plus-gcash-account-security-guide__related-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-arena-plus-gcash-account-security-guide__resource-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-arena-plus-gcash-account-security-guide__resource-item {
  margin-bottom: 10px;
}

.page-resources-arena-plus-gcash-account-security-guide__resource-item a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-arena-plus-gcash-account-security-guide__resource-item a:hover {
  text-decoration: underline;
  color: #e0a53b;
}

.page-resources-arena-plus-gcash-account-security-guide__back-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  margin-top: 30px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000000;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-arena-plus-gcash-account-security-guide__back-link:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-arena-plus-gcash-account-security-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-arena-plus-gcash-account-security-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-arena-plus-gcash-account-security-guide__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-arena-plus-gcash-account-security-guide__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-arena-plus-gcash-account-security-guide__section-title {
    font-size: 2em;
  }

  .page-resources-arena-plus-gcash-account-security-guide__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-arena-plus-gcash-account-security-guide__content-area {
    padding: 20px 15px;
    font-size: 1em;
  }

  .page-resources-arena-plus-gcash-account-security-guide__image-container img {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-resources-arena-plus-gcash-account-security-guide {
    overflow-x: hidden;
  }

  .page-resources-arena-plus-gcash-account-security-guide__hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-arena-plus-gcash-account-security-guide__cta-buttons {
    flex-direction: column;
  }
}