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

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

.page-index-security-guarantee-commitment__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-security-guarantee-commitment__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-security-guarantee-commitment__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-index-security-guarantee-commitment__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #1a1a1a;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-security-guarantee-commitment__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-index-security-guarantee-commitment__content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-index-security-guarantee-commitment__intro-text {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}

.page-index-security-guarantee-commitment__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-security-guarantee-commitment__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-index-security-guarantee-commitment__feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}

.page-index-security-guarantee-commitment__feature-item--reverse {
  flex-direction: row-reverse;
}

.page-index-security-guarantee-commitment__feature-text {
  flex: 1;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-index-security-guarantee-commitment__feature-heading {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-index-security-guarantee-commitment__feature-text p {
  font-size: 1.05em;
  color: #444;
}

.page-index-security-guarantee-commitment__feature-image-wrapper {
  flex: 1;
  min-width: 400px;
  text-align: center;
}

.page-index-security-guarantee-commitment__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-security-guarantee-commitment__commitment-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 60px auto;
  max-width: 800px;
}

.page-index-security-guarantee-commitment__commitment-list li {
  background-color: #eaf5ff;
  border-left: 5px solid #007bff;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #222;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-security-guarantee-commitment__commitment-list li i {
  color: #007bff;
  margin-right: 15px;
  font-size: 1.3em;
}

.page-index-security-guarantee-commitment__closing-text {
  font-size: 1.2em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
  font-weight: bold;
  color: #007bff;
}

.page-index-security-guarantee-commitment__cta-block {
  text-align: center;
  background-color: #007bff;
  color: #fff;
  padding: 60px 20px;
  border-radius: 15px;
  margin-top: 80px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.page-index-security-guarantee-commitment__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
}

.page-index-security-guarantee-commitment__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-index-security-guarantee-commitment__cta-button--large {
  background-color: #ffc107;
  color: #1a1a1a;
  padding: 18px 40px;
  font-size: 1.4em;
  margin: 0 10px 20px;
}

.page-index-security-guarantee-commitment__cta-button--secondary {
  background-color: #fff;
  color: #007bff;
  padding: 15px 30px;
  font-size: 1.2em;
  margin: 0 10px 20px;
  border: 2px solid #fff;
}

.page-index-security-guarantee-commitment__cta-button--secondary:hover {
  background-color: #eaf5ff;
  color: #0056b3;
  transform: translateY(-3px);
}

.page-index-security-guarantee-commitment__faq-section {
  padding: 60px 0;
  background-color: #f0f7ff;
}

.page-index-security-guarantee-commitment__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-security-guarantee-commitment__faq-question {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-index-security-guarantee-commitment__faq-answer {
  font-size: 1.1em;
  color: #555;
}

.page-index-security-guarantee-commitment .highlight {
  color: #007bff;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-security-guarantee-commitment__hero-title {
    font-size: 2.8em;
  }

  .page-index-security-guarantee-commitment__hero-subtitle {
    font-size: 1.3em;
  }

  .page-index-security-guarantee-commitment__section-title {
    font-size: 2em;
  }

  .page-index-security-guarantee-commitment__feature-item,
  .page-index-security-guarantee-commitment__feature-item--reverse {
    flex-direction: column;
    text-align: center;
  }

  .page-index-security-guarantee-commitment__feature-image-wrapper {
    min-width: unset;
    margin-top: 30px;
  }

  .page-index-security-guarantee-commitment__feature-text {
    padding: 15px;
  }

  .page-index-security-guarantee-commitment__cta-title {
    font-size: 2.2em;
  }

  .page-index-security-guarantee-commitment__cta-description {
    font-size: 1.1em;
  }

  .page-index-security-guarantee-commitment__cta-button--large,
  .page-index-security-guarantee-commitment__cta-button--secondary {
    width: 80%;
    margin: 10px auto;
    display: block;
  }
}

@media (max-width: 768px) {
  .page-index-security-guarantee-commitment__hero-title {
    font-size: 2.2em;
  }

  .page-index-security-guarantee-commitment__hero-subtitle {
    font-size: 1.1em;
  }

  .page-index-security-guarantee-commitment__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-index-security-guarantee-commitment__section-title {
    font-size: 1.8em;
  }

  .page-index-security-guarantee-commitment__feature-heading {
    font-size: 1.5em;
  }

  .page-index-security-guarantee-commitment__commitment-list li {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-index-security-guarantee-commitment__faq-question {
    font-size: 1.3em;
  }

  .page-index-security-guarantee-commitment__faq-answer {
    font-size: 1em;
  }

  .page-index-security-guarantee-commitment__cta-title {
    font-size: 1.8em;
  }

  .page-index-security-guarantee-commitment__cta-button--large {
    font-size: 1.2em;
    padding: 15px 30px;
  }

  .page-index-security-guarantee-commitment__cta-button--secondary {
    font-size: 1em;
    padding: 12px 25px;
  }
}