.page-resources-security-at-arenaplus {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-resources-security-at-arenaplus__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #000000; /* Main color */
  color: #FFFFFF; /* White text for dark background */
  text-align: center;
  padding-bottom: 60px;
}

.page-resources-security-at-arenaplus__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-security-at-arenaplus__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  font-weight: bold;
}

.page-resources-security-at-arenaplus__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.5;
}

.page-resources-security-at-arenaplus__hero-image {
  margin: 40px auto;
  max-width: 1000px;
}

.page-resources-security-at-arenaplus__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-security-at-arenaplus__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-security-at-arenaplus__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-resources-security-at-arenaplus__button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000; /* Text color for register button */
}

.page-resources-security-at-arenaplus__button--register:hover {
  background-color: #FCBC45; /* Login button color on hover */
  color: #000000;
}

.page-resources-security-at-arenaplus__button--login,
.page-resources-security-at-arenaplus__button--join,
.page-resources-security-at-arenaplus__button--download {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Text color for login button */
}

.page-resources-security-at-arenaplus__button--login:hover,
.page-resources-security-at-arenaplus__button--join:hover,
.page-resources-security-at-arenaplus__button--download:hover {
  background-color: #FFFFFF; /* Register button color on hover */
  color: #000000;
}

.page-resources-security-at-arenaplus__content-area {
  max-width: 1000px; /* Adjusted for better reading width */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF; /* Ensures a white background for article content */
}

.page-resources-security-at-arenaplus__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-security-at-arenaplus__back-link:hover {
  text-decoration: underline;
}

.page-resources-security-at-arenaplus__article {
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-security-at-arenaplus__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-security-at-arenaplus__sub-heading {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-security-at-arenaplus__article p {
  margin-bottom: 1em;
}

.page-resources-security-at-arenaplus__article ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-security-at-arenaplus__article li {
  margin-bottom: 0.5em;
}

.page-resources-security-at-arenaplus__image-container {
  text-align: center;
  margin: 30px auto;
  max-width: 700px; /* Content image width */
}

.page-resources-security-at-arenaplus__image-container img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-security-at-arenaplus__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 40px;
}

.page-resources-security-at-arenaplus__internal-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-security-at-arenaplus__internal-link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-security-at-arenaplus__hero-title {
    font-size: 2em;
  }

  .page-resources-security-at-arenaplus__hero-description {
    font-size: 1em;
  }

  .page-resources-security-at-arenaplus__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-security-at-arenaplus__button {
    width: 100%;
    padding: 12px 20px;
  }

  .page-resources-security-at-arenaplus__article-heading {
    font-size: 1.8em;
  }

  .page-resources-security-at-arenaplus__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-security-at-arenaplus__article {
    font-size: 1em;
  }

  /* Mobile content area image overflow prevention */
  .page-resources-security-at-arenaplus img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-security-at-arenaplus__hero-title {
    font-size: 1.5em;
  }

  .page-resources-security-at-arenaplus__hero-description {
    font-size: 0.9em;
  }

  .page-resources-security-at-arenaplus__hero-section {
    padding: 40px 15px;
  }

  .page-resources-security-at-arenaplus__content-area {
    padding: 20px 15px;
  }
}