.page-security-fund-protection {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-security-fund-protection__hero {
  background: linear-gradient(135deg, #003366 0%, #004080 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-security-fund-protection__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  opacity: 0.3;
  animation: page-security-fund-protection__pulse 15s infinite ease-in-out;
}

@keyframes page-security-fund-protection__pulse {
  0% { transform: scale(0.8); opacity: 0.1; }
  50% { transform: scale(1.2); opacity: 0.4; }
  100% { transform: scale(0.8); opacity: 0.1; }
}

.page-security-fund-protection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-security-fund-protection__hero h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-security-fund-protection__hero p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #e0e0e0;
}

.page-security-fund-protection__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-security-fund-protection__btn--primary {
  background-color: #FFD700;
  color: #003366;
  border: 2px solid #FFD700;
}

.page-security-fund-protection__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-security-fund-protection__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-security-fund-protection__btn--secondary:hover {
  background-color: #FFD700;
  color: #003366;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-security-fund-protection__section {
  padding: 60px 0;
}

.page-security-fund-protection__section h2 {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-security-fund-protection__section h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-security-fund-protection__principles {
  background-color: #f8f8f8;
}

.page-security-fund-protection__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-security-fund-protection__card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-security-fund-protection__card:hover {
  transform: translateY(-10px);
}

.page-security-fund-protection__card h3 {
  color: #003366;
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-security-fund-protection__card p {
  color: #555;
}

.page-security-fund-protection__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.page-security-fund-protection__deposit-security, .page-security-fund-protection__withdrawal-security {
  background-color: #fff;
}

.page-security-fund-protection__content-image-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-security-fund-protection__content-image-layout--reverse {
  flex-direction: row-reverse;
}

.page-security-fund-protection__text-content {
  flex: 1;
}

.page-security-fund-protection__text-content h2 {
  text-align: left;
  font-size: 2em;
  margin-bottom: 20px;
}

.page-security-fund-protection__text-content h2::after {
  margin: 10px 0 0 0;
}

.page-security-fund-protection__text-content h3 {
  color: #003366;
  font-size: 1.4em;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-security-fund-protection__text-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.page-security-fund-protection__text-content ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #444;
}

.page-security-fund-protection__image-wrapper {
  flex: 1;
  min-width: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-security-fund-protection__img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.page-security-fund-protection__img:hover {
  transform: scale(1.03);
}

.page-security-fund-protection__technology {
  background-color: #f0f5fa;
}

.page-security-fund-protection__tech-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-security-fund-protection__tech-item h3 {
  color: #003366;
  font-size: 1.3em;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-security-fund-protection__tech-item p {
  color: #555;
}

.page-security-fund-protection__user-responsibility {
  background-color: #fff;
}

.page-security-fund-protection__user-responsibility ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23003366"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #333;
}

.page-security-fund-protection__faq {
  background-color: #f8f8f8;
}

.page-security-fund-protection__faq-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-security-fund-protection__faq-item h3 {
  color: #003366;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-security-fund-protection__faq-item p {
  color: #555;
}

.page-security-fund-protection__cta-banner {
  background: linear-gradient(90deg, #003366, #004080);
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.page-security-fund-protection__cta-banner h2 {
  color: #FFD700;
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-security-fund-protection__cta-banner h2::after {
  background-color: #FFD700;
}

.page-security-fund-protection__cta-banner p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #e0e0e0;
}

.page-security-fund-protection__cta-buttons .page-security-fund-protection__btn {
  margin: 0 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-security-fund-protection__content-image-layout {
    flex-direction: column;
  }

  .page-security-fund-protection__content-image-layout--reverse {
    flex-direction: column;
  }

  .page-security-fund-protection__image-wrapper {
    min-width: unset;
    width: 100%;
  }

  .page-security-fund-protection__text-content h2 {
    text-align: center;
  }

  .page-security-fund-protection__text-content h2::after {
    margin: 10px auto 0;
  }
}

@media (max-width: 768px) {
  .page-security-fund-protection__hero h1 {
    font-size: 2.5em;
  }

  .page-security-fund-protection__hero p {
    font-size: 1em;
  }

  .page-security-fund-protection__section h2 {
    font-size: 2em;
  }

  .page-security-fund-protection__btn {
    padding: 10px 20px;
    font-size: 1em;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .page-security-fund-protection__btn--secondary {
    margin-left: 0;
  }

  .page-security-fund-protection__cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-security-fund-protection__cta-banner h2 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-security-fund-protection__hero h1 {
    font-size: 2em;
  }

  .page-security-fund-protection__section h2 {
    font-size: 1.8em;
  }

  .page-security-fund-protection__card, .page-security-fund-protection__tech-item, .page-security-fund-protection__faq-item {
    padding: 20px;
  }

  .page-security-fund-protection__cta-banner h2 {
    font-size: 1.8em;
  }
}