.page-index-security-guarantee {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-index-security-guarantee__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0A2342 0%, #1A3A60 100%);
  color: #ffffff;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.page-index-security-guarantee__hero-content {
  max-width: 900px;
  z-index: 1;
}

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

.page-index-security-guarantee__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-index-security-guarantee__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2342;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

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

.page-index-security-guarantee__hero-image-wrapper {
  position: absolute;
  bottom: -50px;
  right: -50px;
  opacity: 0.1;
  z-index: 0;
  width: 300px;
  height: 300px;
}

.page-index-security-guarantee__hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-index-security-guarantee__section {
  padding: 60px 20px;
}

.page-index-security-guarantee__section:nth-of-type(even) {
  background-color: #e9ecef;
}

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

.page-index-security-guarantee__section-title {
  font-size: 2.2em;
  color: #0A2342;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-index-security-guarantee__section-intro {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-security-guarantee__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-security-guarantee__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.page-index-security-guarantee__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-index-security-guarantee__feature-title {
  font-size: 1.5em;
  color: #0A2342;
  margin-bottom: 15px;
}

.page-index-security-guarantee__feature-description {
  font-size: 1em;
  color: #666;
}

.page-index-security-guarantee__content-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-index-security-guarantee__content-row--reverse {
  flex-direction: row-reverse;
}

.page-index-security-guarantee__content-text {
  flex: 1;
}

.page-index-security-guarantee__sub-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-bottom: 15px;
}

.page-index-security-guarantee__content-text p {
  margin-bottom: 20px;
  color: #444;
}

.page-index-security-guarantee__content-image {
  flex: 1;
  text-align: center;
}

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

.page-index-security-guarantee__button {
  display: inline-block;
  background-color: #0A2342;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.page-index-security-guarantee__button:hover {
  background-color: #1A3A60;
  transform: translateY(-2px);
}

.page-index-security-guarantee__button--primary {
  background-color: #FFD700;
  color: #0A2342;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-index-security-guarantee__button--primary:hover {
  background-color: #e6c200;
}

.page-index-security-guarantee__button--secondary {
  background-color: #0A2342;
  color: #ffffff;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-index-security-guarantee__button--secondary:hover {
  background-color: #1A3A60;
  border-color: #e6c200;
}

.page-index-security-guarantee__cta {
  background: linear-gradient(90deg, #0A2342, #1A3A60);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-index-security-guarantee__cta-content {
  max-width: 900px;
}

.page-index-security-guarantee__cta-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

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

.page-index-security-guarantee__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-security-guarantee__hero-title {
    font-size: 2.2em;
  }
  .page-index-security-guarantee__section-title {
    font-size: 1.8em;
  }
  .page-index-security-guarantee__sub-title {
    font-size: 1.5em;
  }
  .page-index-security-guarantee__content-row {
    flex-direction: column;
    text-align: center;
  }
  .page-index-security-guarantee__content-row--reverse {
    flex-direction: column;
  }
  .page-index-security-guarantee__content-image {
    order: -1; /* Image above text on small screens */
    margin-bottom: 30px;
  }
  .page-index-security-guarantee__cta-title {
    font-size: 2em;
  }
  .page-index-security-guarantee__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-security-guarantee__button--secondary {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .page-index-security-guarantee__hero {
    padding: 60px 15px;
  }
  .page-index-security-guarantee__hero-title {
    font-size: 1.8em;
  }
  .page-index-security-guarantee__hero-description {
    font-size: 1em;
  }
  .page-index-security-guarantee__section {
    padding: 40px 15px;
  }
  .page-index-security-guarantee__section-title {
    font-size: 1.5em;
  }
  .page-index-security-guarantee__feature-item {
    padding: 20px;
  }
  .page-index-security-guarantee__cta {
    padding: 60px 15px;
  }
  .page-index-security-guarantee__cta-title {
    font-size: 1.8em;
  }
  .page-index-security-guarantee__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index-security-guarantee__hero-title {
    font-size: 1.5em;
  }
  .page-index-security-guarantee__section-title {
    font-size: 1.3em;
  }
  .page-index-security-guarantee__sub-title {
    font-size: 1.3em;
  }
  .page-index-security-guarantee__features-grid {
    grid-template-columns: 1fr;
  }
  .page-index-security-guarantee__cta-title {
    font-size: 1.5em;
  }
}