/* style/resources-sunwin-account-security.css */
.page-resources-sunwin-account-security {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0A1931; /* Primary dark blue background */
  line-height: 1.6;
}

.page-resources-sunwin-account-security__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sunwin-account-security__hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #2A3B5B 100%); /* Dark blue gradient */
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-sunwin-account-security__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFC107; /* Accent gold for titles */
  font-weight: bold;
}

.page-resources-sunwin-account-security__hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #B0B0B0;
}

.page-resources-sunwin-account-security__cta-button {
  display: inline-block;
  background-color: #FFC107; /* Accent gold for buttons */
  color: #0A1931; /* Dark text on gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-resources-sunwin-account-security__cta-button:hover {
  background-color: #e0ac00; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-sunwin-account-security__content-section {
  padding: 60px 0;
}

.page-resources-sunwin-account-security__content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

@media (max-width: 992px) {
  .page-resources-sunwin-account-security__content-grid {
    grid-template-columns: 1fr;
  }
}

.page-resources-sunwin-account-security__main-content {
  background-color: #1A2A44; /* Slightly lighter dark blue for content blocks */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-sunwin-account-security__heading {
  font-size: 2.2em;
  color: #FFC107; /* Accent gold for main headings */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFC107;
  padding-bottom: 10px;
}

.page-resources-sunwin-account-security__sub-heading {
  font-size: 1.6em;
  color: #FFC107; /* Accent gold for sub headings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-sunwin-account-security p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-resources-sunwin-account-security ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-resources-sunwin-account-security li {
  margin-bottom: 8px;
}

.page-resources-sunwin-account-security__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-sunwin-account-security__image--large {
  width: 100%;
}

.page-resources-sunwin-account-security__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
}

.page-resources-sunwin-account-security__cta-button--primary {
  background-color: #FFC107;
  color: #0A1931;
}

.page-resources-sunwin-account-security__cta-button--secondary {
  background-color: #334768; /* A darker shade of blue for secondary CTAs */
  color: #FFC107;
  border: 1px solid #FFC107;
}

.page-resources-sunwin-account-security__cta-button--secondary:hover {
  background-color: #4A638D;
}

.page-resources-sunwin-account-security__faq {
  margin-top: 30px;
}

.page-resources-sunwin-account-security__faq-item {
  background-color: #2A3B5B; /* Medium dark blue for FAQ items */
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-sunwin-account-security__faq-question {
  font-size: 1.3em;
  color: #FFC107;
  margin-bottom: 10px;
}

.page-resources-sunwin-account-security__faq-answer {
  color: #D0D0D0;
}

.page-resources-sunwin-account-security__sidebar {
  background-color: #1A2A44;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-sunwin-account-security__sidebar-block {
  margin-bottom: 30px;
}

.page-resources-sunwin-account-security__sidebar-title {
  font-size: 1.8em;
  color: #FFC107;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFC107;
  padding-bottom: 10px;
}

.page-resources-sunwin-account-security__sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-sunwin-account-security__sidebar-list li {
  margin-bottom: 10px;
}

.page-resources-sunwin-account-security__sidebar-link {
  color: #B0B0B0;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-sunwin-account-security__sidebar-link:hover {
  color: #FFC107;
  text-decoration: underline;
}

.page-resources-sunwin-account-security__sidebar-text {
  color: #D0D0D0;
  margin-bottom: 20px;
}

.page-resources-sunwin-account-security__sidebar-button {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #FFC107;
  color: #0A1931;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-sunwin-account-security__sidebar-button:hover {
  background-color: #e0ac00;
}

.page-resources-sunwin-account-security__outro-section {
  background-color: #0A1931;
  padding: 60px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-sunwin-account-security__outro-title {
  font-size: 2.5em;
  color: #FFC107;
  margin-bottom: 20px;
}

.page-resources-sunwin-account-security__outro-text {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .page-resources-sunwin-account-security__hero-title {
    font-size: 2em;
  }

  .page-resources-sunwin-account-security__heading {
    font-size: 1.8em;
  }

  .page-resources-sunwin-account-security__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-sunwin-account-security__cta-group {
    flex-direction: column;
  }

  .page-resources-sunwin-account-security__cta-button {
    width: 100%;
  }
}