/* style/resources-security-guarantee.css */
.page-resources-security-guarantee {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

.page-resources-security-guarantee .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-security-guarantee .hero-section {
  background: linear-gradient(135deg, #0A246A, #1A4A9A);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-security-guarantee .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-resources-security-guarantee .hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.page-resources-security-guarantee .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-resources-security-guarantee .btn-primary {
  background-color: #F39C12;
  color: #0A246A;
}

.page-resources-security-guarantee .btn-primary:hover {
  background-color: #E08E00;
  transform: translateY(-2px);
}

.page-resources-security-guarantee .content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-security-guarantee .article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.page-resources-security-guarantee .article-intro {
  font-size: 1.15em;
  margin-bottom: 40px;
  color: #555;
  line-height: 1.8;
}

.page-resources-security-guarantee .section-title {
  font-size: 2em;
  color: #0A246A;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #F39C12;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-security-guarantee h3 {
  font-size: 1.5em;
  color: #0A246A;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-security-guarantee p {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #444;
}

.page-resources-security-guarantee .image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-security-guarantee .article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-security-guarantee figcaption {
  font-style: italic;
  font-size: 0.9em;
  color: #777;
  margin-top: 10px;
}

.page-resources-security-guarantee ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-security-guarantee ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-resources-security-guarantee .cta-block {
  text-align: center;
  background-color: #f0f8ff;
  border: 1px solid #e0e0e0;
  padding: 40px;
  border-radius: 8px;
  margin-top: 50px;
}

.page-resources-security-guarantee .cta-block p {
  font-size: 1.3em;
  color: #0A246A;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-security-guarantee .btn-secondary {
  background-color: #0A246A;
  color: #fff;
  margin-right: 15px;
}

.page-resources-security-guarantee .btn-secondary:hover {
  background-color: #1A4A9A;
  transform: translateY(-2px);
}

.page-resources-security-guarantee .btn-download {
  background-color: #F39C12;
  color: #0A246A;
}

.page-resources-security-guarantee .btn-download:hover {
  background-color: #E08E00;
  transform: translateY(-2px);
}

.page-resources-security-guarantee .return-link {
  text-align: center;
  margin-top: 50px;
}

.page-resources-security-guarantee .btn-text-link {
  color: #0A246A;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-security-guarantee .btn-text-link:hover {
  color: #F39C12;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-security-guarantee .hero-title {
    font-size: 2.5em;
  }

  .page-resources-security-guarantee .hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-security-guarantee .article-container {
    padding: 20px;
  }

  .page-resources-security-guarantee .section-title {
    font-size: 1.8em;
  }

  .page-resources-security-guarantee .btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-security-guarantee .cta-block p {
    font-size: 1.1em;
  }

  .page-resources-security-guarantee .btn-secondary, .page-resources-security-guarantee .btn-download {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-security-guarantee .hero-title {
    font-size: 2em;
  }

  .page-resources-security-guarantee .hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-security-guarantee .article-container {
    padding: 15px;
    margin: 0 10px;
  }

  .page-resources-security-guarantee .section-title {
    font-size: 1.5em;
  }

  .page-resources-security-guarantee p {
    font-size: 0.95em;
  }
}