.page-index-security-guarantee {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D;
  background-color: var(--background-color, #F4F7FB);
}

.page-index-security-guarantee__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-index-security-guarantee__hero-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-security-guarantee__hero-content {
  max-width: 900px;
  margin-top: 40px;
  text-align: center;
  padding: 0 20px;
}

.page-index-security-guarantee__hero-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #1F2D3D;
  margin-bottom: 20px;
}

.page-index-security-guarantee__hero-description {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 30px;
}

.page-index-security-guarantee__hero-cta {
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-security-guarantee__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
}

.page-index-security-guarantee__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-index-security-guarantee__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.page-index-security-guarantee__btn-secondary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

.page-index-security-guarantee__section {
  padding: 60px 0;
  border-bottom: 1px solid #D6E2FF;
}

.page-index-security-guarantee__section:last-of-type {
  border-bottom: none;
}

.page-index-security-guarantee__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-index-security-guarantee__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-index-security-guarantee__section-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-security-guarantee__features-grid,
.page-index-security-guarantee__content-grid,
.page-index-security-guarantee__contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-index-security-guarantee__card {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF;
  color: #1F2D3D;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-security-guarantee__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-index-security-guarantee__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-security-guarantee__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-index-security-guarantee__card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
}

.page-index-security-guarantee__dark-section {
  background-color: #2F6BFF;
  color: #ffffff;
}

.page-index-security-guarantee__dark-section .page-index-security-guarantee__section-title,
.page-index-security-guarantee__dark-section .page-index-security-guarantee__section-text {
  color: #ffffff;
}

.page-index-security-guarantee__dark-section .page-index-security-guarantee__list-item .page-index-security-guarantee__list-title {
  color: #6FA3FF;
}

.page-index-security-guarantee__dark-section .page-index-security-guarantee__list-item .page-index-security-guarantee__list-text {
  color: #f0f0f0;
}

.page-index-security-guarantee__light-bg {
  background: #ffffff;
  color: #1F2D3D;
}

.page-index-security-guarantee__light-bg .page-index-security-guarantee__card-title {
  color: #2F6BFF;
}

.page-index-security-guarantee__light-bg .page-index-security-guarantee__card-text {
  color: #333333;
}

.page-index-security-guarantee__list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

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

.page-index-security-guarantee__list-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 10px;
}

.page-index-security-guarantee__list-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
}

.page-index-security-guarantee__block-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 10px;
}

.page-index-security-guarantee__block-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
}

.page-index-security-guarantee__faq-list {
  margin-top: 40px;
}

.page-index-security-guarantee__faq-item {
  background: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-security-guarantee__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1F2D3D;
  cursor: pointer;
  background-color: #F4F7FB;
  transition: background-color 0.3s ease;
}

.page-index-security-guarantee__faq-question:hover {
  background-color: #e9eff7;
}

.page-index-security-guarantee__faq-qtext {
  flex-grow: 1;
  margin-right: 15px;
}

.page-index-security-guarantee__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #2F6BFF;
  transition: transform 0.3s ease;
}

.page-index-security-guarantee__faq-item[open] .page-index-security-guarantee__faq-toggle {
  transform: rotate(45deg);
}

.page-index-security-guarantee__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
  border-top: 1px solid #D6E2FF;
}

.page-index-security-guarantee__cta {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-index-security-guarantee__cta-button {
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-security-guarantee__hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-index-security-guarantee__section-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .page-index-security-guarantee {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-index-security-guarantee__hero-section {
    padding-bottom: 40px;
  }

  .page-index-security-guarantee__hero-content {
    margin-top: 30px;
    padding: 0 15px;
  }

  .page-index-security-guarantee__hero-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-index-security-guarantee__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-index-security-guarantee__hero-cta,
  .page-index-security-guarantee__btn-primary,
  .page-index-security-guarantee__btn-secondary,
  .page-index-security-guarantee a[class*="button"],
  .page-index-security-guarantee a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px; /* Add some spacing for stacked buttons */
  }
  
  .page-index-security-guarantee__cta-buttons,
  .page-index-security-guarantee__button-group,
  .page-index-security-guarantee__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .page-index-security-guarantee__section {
    padding: 40px 0;
  }

  .page-index-security-guarantee__container {
    padding: 0 15px;
  }

  .page-index-security-guarantee__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 30px;
  }

  .page-index-security-guarantee__section-text,
  .page-index-security-guarantee__card-text,
  .page-index-security-guarantee__list-text,
  .page-index-security-guarantee__block-text,
  .page-index-security-guarantee__faq-answer p {
    font-size: 0.95rem;
  }

  .page-index-security-guarantee__features-grid,
  .page-index-security-guarantee__content-grid,
  .page-index-security-guarantee__contact-methods {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .page-index-security-guarantee__card-title {
    font-size: 1.3rem;
  }

  .page-index-security-guarantee__list-item {
    padding: 20px;
    margin-bottom: 15px;
  }

  .page-index-security-guarantee__list-title {
    font-size: 1.2rem;
  }

  .page-index-security-guarantee__faq-question {
    padding: 15px 20px;
    font-size: 1.1rem;
  }

  .page-index-security-guarantee__faq-answer {
    padding: 15px 20px;
  }

  /* Mobile image responsiveness */
  .page-index-security-guarantee img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-index-security-guarantee__section,
  .page-index-security-guarantee__card,
  .page-index-security-guarantee__container,
  .page-index-security-guarantee__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  
  .page-index-security-guarantee__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
  }
  
  .page-index-security-guarantee__video-section {
    padding-top: 10px !important;
  }
}

/* Glow effect for certain elements if needed */
.page-index-security-guarantee__glow-effect {
  box-shadow: 0 0 15px #A5C4FF;
}