.page-resources-iwin68-club-security-and-privacy-protection {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: #121212; /* Inherited from body */
}

.page-resources-iwin68-club-security-and-privacy-protection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-iwin68-club-security-and-privacy-protection__hero-section {
  padding: 120px 0 80px; /* Adjusted padding-top for fixed header */
  text-align: center;
  background: linear-gradient(135deg, var(--primary-color, #1A2B5B) 0%, #0d1a33 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-iwin68-club-security-and-privacy-protection__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Use auxiliary color for highlight */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.page-resources-iwin68-club-security-and-privacy-protection__main-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-iwin68-club-security-and-privacy-protection__main-title a:hover {
  color: #ffffff;
}

.page-resources-iwin68-club-security-and-privacy-protection__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  opacity: 0.9;
}

.page-resources-iwin68-club-security-and-privacy-protection__hero-description a {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-iwin68-club-security-and-privacy-protection__hero-description a:hover {
  color: #ffffff;
}

.page-resources-iwin68-club-security-and-privacy-protection__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-iwin68-club-security-and-privacy-protection__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: none;
}

.page-resources-iwin68-club-security-and-privacy-protection__btn-primary {
  background: var(--auxiliary-color, #FFD700);
  color: #1A2B5B; /* Dark text for auxiliary color */
}

.page-resources-iwin68-club-security-and-privacy-protection__btn-primary:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-iwin68-club-security-and-privacy-protection__btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-iwin68-club-security-and-privacy-protection__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-iwin68-club-security-and-privacy-protection__content-section {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.page-resources-iwin68-club-security-and-privacy-protection__section-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 15px;
}

.page-resources-iwin68-club-security-and-privacy-protection__text-block {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #e0e0e0;
}

.page-resources-iwin68-club-security-and-privacy-protection__text-block a,
.page-resources-iwin68-club-security-and-privacy-protection__list a {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-iwin68-club-security-and-privacy-protection__text-block a:hover,
.page-resources-iwin68-club-security-and-privacy-protection__list a:hover {
  color: #ffffff;
}

.page-resources-iwin68-club-security-and-privacy-protection__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #e0e0e0;
}

.page-resources-iwin68-club-security-and-privacy-protection__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-iwin68-club-security-and-privacy-protection__image-full-width {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-iwin68-club-security-and-privacy-protection__call-to-action {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(45deg, #0d1a33 0%, var(--primary-color, #1A2B5B) 100%);
  color: #ffffff;
}

.page-resources-iwin68-club-security-and-privacy-protection__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.page-resources-iwin68-club-security-and-privacy-protection__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  opacity: 0.9;
}

.page-resources-iwin68-club-security-and-privacy-protection__cta-description a {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-iwin68-club-security-and-privacy-protection__cta-description a:hover {
  color: #ffffff;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-iwin68-club-security-and-privacy-protection__main-title {
    font-size: 2.8em;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__section-title {
    font-size: 2em;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-iwin68-club-security-and-privacy-protection__hero-section {
    padding-top: 100px !important; /* Mobile fixed header padding */
    padding-bottom: 60px;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__main-title {
    font-size: 2.2em;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__hero-description {
    font-size: 1em;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: 1em;
    padding: 12px 25px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__section-title {
    font-size: 1.8em;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__text-block,
  .page-resources-iwin68-club-security-and-privacy-protection__list li {
    font-size: 0.95em;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__cta-title {
    font-size: 1.8em;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__cta-description {
    font-size: 1em;
  }
  /* Ensure images are responsive */
  .page-resources-iwin68-club-security-and-privacy-protection img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-iwin68-club-security-and-privacy-protection__main-title {
    font-size: 1.8em;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__section-title {
    font-size: 1.5em;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__cta-title {
    font-size: 1.6em;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__list {
    padding-left: 10px;
  }
  .page-resources-iwin68-club-security-and-privacy-protection__list li {
    margin-bottom: 8px;
  }
}