/* style/resources-taya777-account-security.css */
.page-resources-taya777-account-security {
  color: #333333; /* Default dark text for assumed light body background */
  background-color: #FFFFFF; /* Explicitly set main content background to white */
}

.page-resources-taya777-account-security__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-resources-taya777-account-security__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-resources-taya777-account-security__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-taya777-account-security__hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.7); /* Dark overlay for text readability */
  border-radius: 10px;
  color: #FFFFFF;
}

.page-resources-taya777-account-security__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  line-height: 1.2;
}

.page-resources-taya777-account-security__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #FFFFFF;
}

.page-resources-taya777-account-security__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-taya777-account-security__hero-button:hover {
  background-color: #FFD700;
}

.page-resources-taya777-account-security__content-area {
  max-width: 800px; /* Constrained width for long-form reading */
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-taya777-account-security__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-taya777-account-security__back-link:hover {
  text-decoration: underline;
}

.page-resources-taya777-account-security__section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-taya777-account-security__sub-section-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-taya777-account-security__paragraph {
  margin-bottom: 1em;
}

.page-resources-taya777-account-security__paragraph a,
.page-resources-taya777-account-security__list a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-taya777-account-security__paragraph a:hover,
.page-resources-taya777-account-security__list a:hover {
  text-decoration: underline;
}

.page-resources-taya777-account-security__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1.5em;
}

.page-resources-taya777-account-security__list li {
  margin-bottom: 0.5em;
}

.page-resources-taya777-account-security__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure images are not small icons */
  min-height: 200px;
}

.page-resources-taya777-account-security__inline-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 5px;
  margin-right: 5px;
  transition: background-color 0.3s ease;
}

.page-resources-taya777-account-security__inline-button:hover {
  background-color: #FFD700;
}

.page-resources-taya777-account-security__cta-section {
  background-color: #000000; /* Main color as background */
  color: #FFFFFF;
  padding: 50px 20px;
  text-align: center;
  margin-top: 60px;
  border-radius: 10px;
}

.page-resources-taya777-account-security__cta-title {
  font-size: 2.2em;
  margin-bottom: 25px;
  color: #FCBC45;
}

.page-resources-taya777-account-security__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-taya777-account-security__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-taya777-account-security__cta-button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
}

.page-resources-taya777-account-security__cta-button--register:hover {
  background-color: #F0F0F0;
}

.page-resources-taya777-account-security__cta-button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
}

.page-resources-taya777-account-security__cta-button--login:hover {
  background-color: #FFD700;
}

.page-resources-taya777-account-security__related-resources {
  margin-top: 60px;
  padding: 20px;
  background-color: #F8F8F8;
  border-radius: 8px;
}

.page-resources-taya777-account-security__related-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-taya777-account-security__related-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.page-resources-taya777-account-security__related-list li {
  margin-bottom: 10px;
}

.page-resources-taya777-account-security__related-list a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.1em;
}

.page-resources-taya777-account-security__related-list a:hover {
  text-decoration: underline;
  color: #FCBC45;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-taya777-account-security__hero-title {
    font-size: 2em;
  }

  .page-resources-taya777-account-security__hero-description {
    font-size: 1em;
  }

  .page-resources-taya777-account-security__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-taya777-account-security__content-area {
    padding: 0 15px;
    font-size: 1em;
  }

  .page-resources-taya777-account-security__section-title {
    font-size: 1.8em;
  }

  .page-resources-taya777-account-security__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-taya777-account-security__list {
    margin-left: 20px;
  }

  .page-resources-taya777-account-security__cta-title {
    font-size: 1.8em;
  }

  .page-resources-taya777-account-security__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-taya777-account-security__cta-button {
    width: 100%;
    max-width: 300px;
  }

  .page-resources-taya777-account-security__image {
    max-width: 100%;
    height: auto;
  }

  /* Mobile content image constraint */
  .page-resources-taya777-account-security img {
    max-width: 100%;
    height: auto;
  }
}