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

.page-index-new-88-security-guarantee__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-new-88-security-guarantee__hero-section {
  background: linear-gradient(135deg, #FFD700, #8B0000);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-new-88-security-guarantee__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-new-88-security-guarantee__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #eee;
}

.page-index-new-88-security-guarantee__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-new-88-security-guarantee__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-new-88-security-guarantee__button--primary {
  background-color: #FFD700;
  color: #8B0000;
}

.page-index-new-88-security-guarantee__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-new-88-security-guarantee__button--secondary {
  background-color: #8B0000;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-new-88-security-guarantee__button--secondary:hover {
  background-color: #a00000;
  transform: translateY(-2px);
}

.page-index-new-88-security-guarantee__hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  max-width: 400px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.page-index-new-88-security-guarantee__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-index-new-88-security-guarantee__content-section--alt-bg {
  background-color: #f9f9f9;
}

.page-index-new-88-security-guarantee__section-title {
  font-size: 2.5em;
  color: #8B0000;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-index-new-88-security-guarantee__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-new-88-security-guarantee__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-index-new-88-security-guarantee__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #FFD700;
}

.page-index-new-88-security-guarantee__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.page-index-new-88-security-guarantee__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: inline-block;
  object-fit: contain;
}

.page-index-new-88-security-guarantee__feature-heading {
  font-size: 1.5em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-index-new-88-security-guarantee__feature-text {
  font-size: 1em;
  color: #555;
}

.page-index-new-88-security-guarantee__text-block {
  padding: 20px;
}

.page-index-new-88-security-guarantee__text-block p {
  margin-bottom: 15px;
  color: #444;
}

.page-index-new-88-security-guarantee__text-block ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444;
}

.page-index-new-88-security-guarantee__text-block ul li {
  margin-bottom: 10px;
}

.page-index-new-88-security-guarantee__image-left,
.page-index-new-88-security-guarantee__image-right {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-index-new-88-security-guarantee__content-section .page-index-new-88-security-guarantee__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-index-new-88-security-guarantee__content-section .page-index-new-88-security-guarantee__container > div,
.page-index-new-88-security-guarantee__content-section .page-index-new-88-security-guarantee__container > img {
  flex: 1;
  min-width: 300px;
}

.page-index-new-88-security-guarantee__cta-section {
  background: linear-gradient(45deg, #8B0000, #FFD700);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-index-new-88-security-guarantee__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #fff;
}

.page-index-new-88-security-guarantee__cta-description {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #eee;
}

.page-index-new-88-security-guarantee__faq-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-index-new-88-security-guarantee__faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-index-new-88-security-guarantee__faq-question {
  font-size: 1.3em;
  color: #8B0000;
  margin-bottom: 10px;
}

.page-index-new-88-security-guarantee__faq-answer {
  color: #555;
}

@media (max-width: 768px) {
  .page-index-new-88-security-guarantee__hero-title {
    font-size: 2.5em;
  }

  .page-index-new-88-security-guarantee__hero-description {
    font-size: 1em;
  }

  .page-index-new-88-security-guarantee__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-new-88-security-guarantee__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-index-new-88-security-guarantee__section-title {
    font-size: 2em;
  }

  .page-index-new-88-security-guarantee__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-index-new-88-security-guarantee__content-section .page-index-new-88-security-guarantee__container {
    flex-direction: column;
  }

  .page-index-new-88-security-guarantee__cta-title {
    font-size: 2em;
  }

  .page-index-new-88-security-guarantee__image-left,
  .page-index-new-88-security-guarantee__image-right {
    order: -1; /* Puts image first on mobile */
  }
}