.page-resources-tg777-secure-download {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-tg777-secure-download__hero-section {
  background-color: #000000; /* Dark background for hero */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-tg777-secure-download__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  z-index: 1;
}

.page-resources-tg777-secure-download__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-tg777-secure-download__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-tg777-secure-download__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-tg777-secure-download__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color for download CTA */
  color: #000000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-tg777-secure-download__hero-button:hover {
  background-color: #e0a53b;
}

.page-resources-tg777-secure-download__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
}

.page-resources-tg777-secure-download__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-tg777-secure-download__article-subheading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-tg777-secure-download__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-tg777-secure-download__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-tg777-secure-download__ordered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-tg777-secure-download__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-tg777-secure-download__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-tg777-secure-download__blockquote {
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555555;
  font-size: 1.1em;
  border-radius: 4px;
}

.page-resources-tg777-secure-download__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-tg777-secure-download__button--download {
  background-color: #FCBC45;
  color: #000000;
  margin-right: 15px;
}

.page-resources-tg777-secure-download__button--download:hover {
  background-color: #e0a53b;
}

.page-resources-tg777-secure-download__button--access {
  background-color: #000000;
  color: #ffffff;
}

.page-resources-tg777-secure-download__button--access:hover {
  background-color: #333333;
}

.page-resources-tg777-secure-download__button--explore {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-tg777-secure-download__button--explore:hover {
  background-color: #e0a53b;
}

.page-resources-tg777-secure-download__button--bonus {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-tg777-secure-download__button--bonus:hover {
  background-color: #e0a53b;
}

.page-resources-tg777-secure-download__faq-container {
  margin-top: 40px;
}

.page-resources-tg777-secure-download__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-resources-tg777-secure-download__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-tg777-secure-download__faq-answer {
  font-size: 1.0em;
  color: #555555;
}

.page-resources-tg777-secure-download__return-link-wrapper {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.page-resources-tg777-secure-download__return-link {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 2px solid #000000;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-tg777-secure-download__return-link:hover {
  background-color: #000000;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-tg777-secure-download {
    padding-top: var(--header-offset, 120px);
  }
  .page-resources-tg777-secure-download__hero-title {
    font-size: 2.2em;
  }

  .page-resources-tg777-secure-download__hero-description {
    font-size: 1em;
  }

  .page-resources-tg777-secure-download__article-heading {
    font-size: 1.8em;
  }

  .page-resources-tg777-secure-download__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-tg777-secure-download__article-paragraph,
  .page-resources-tg777-secure-download__list-item,
  .page-resources-tg777-secure-download__faq-answer {
    font-size: 1em;
  }

  .page-resources-tg777-secure-download__hero-button,
  .page-resources-tg777-secure-download__button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-tg777-secure-download__content-area {
    padding: 20px 15px;
  }

  .page-resources-tg777-secure-download__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }

  /* Ensure no horizontal scroll */
  .page-resources-tg777-secure-download__hero-section,
  .page-resources-tg777-secure-download__content-area {
    overflow-x: hidden;
  }
  .page-resources-tg777-secure-download__hero-image,
  .page-resources-tg777-secure-download__hero-content,
  .page-resources-tg777-secure-download__article-image {
    max-width: 100%;
    height: auto;
  }
}

/* General image sizing for content area - enforce minimums */
.page-resources-tg777-secure-download img {
  min-width: 200px;
  min-height: 200px;
}

.page-resources-tg777-secure-download__article-image {
  min-width: 400px; /* Example, adjust as needed based on content */
  min-height: 300px;
}