.page-blog-13win21-link-faq {
  padding-top: 10px; /* Small top padding for the main content */
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-blog-13win21-link-faq__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.page-blog-13win21-link-faq__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.page-blog-13win21-link-faq__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-13win21-link-faq__hero-content {
  max-width: 800px;
}

.page-blog-13win21-link-faq__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.page-blog-13win21-link-faq__description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-13win21-link-faq__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.3);
  border: none;
  cursor: pointer;
}

.page-blog-13win21-link-faq__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(47, 107, 255, 0.4);
  opacity: 0.9;
}

.page-blog-13win21-link-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-13win21-link-faq__faq-section {
  padding: 60px 0;
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  margin: 40px auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.page-blog-13win21-link-faq__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-13win21-link-faq__faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-blog-13win21-link-faq__faq-item {
  background-color: #F4F7FB;
  border: 1px solid #D6E2FF;
  border-radius: 10px;
  padding: 25px;
  transition: all 0.3s ease;
}

.page-blog-13win21-link-faq__faq-item:hover {
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.1);
}

.page-blog-13win21-link-faq__faq-question {
  font-size: 1.25em;
  color: #2F6BFF;
  margin-bottom: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-blog-13win21-link-faq__faq-question::after {
  content: '+';
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-13win21-link-faq__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-blog-13win21-link-faq__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #1F2D3D;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.page-blog-13win21-link-faq__faq-answer.active {
  max-height: 500px; /* Adjust based on expected content length */
}

.page-blog-13win21-link-faq__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-13win21-link-faq__link-button {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 18px;
  background-color: #6FA3FF;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
}

.page-blog-13win21-link-faq__link-button:hover {
  background-color: #2F6BFF;
}

.page-blog-13win21-link-faq__additional-info {
  padding: 60px 0;
  text-align: center;
}

.page-blog-13win21-link-faq__info-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

.page-blog-13win21-link-faq__cta-button--bottom {
  margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-13win21-link-faq__hero-section {
    padding: 30px 15px;
  }

  .page-blog-13win21-link-faq__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-13win21-link-faq__description {
    font-size: 1em;
  }

  .page-blog-13win21-link-faq__faq-section {
    padding: 40px 0;
    margin: 20px auto;
  }

  .page-blog-13win21-link-faq__section-title {
    font-size: clamp(1.6em, 5vw, 2em);
    margin-bottom: 30px;
  }

  .page-blog-13win21-link-faq__faq-question {
    font-size: 1.1em;
  }

  .page-blog-13win21-link-faq__faq-answer p {
    font-size: 0.95em;
  }

  .page-blog-13win21-link-faq__info-image {
    max-width: 100%;
  }

  /* Ensure all content images are responsive and do not overflow */
  .page-blog-13win21-link-faq img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-13win21-link-faq__cta-button {
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-blog-13win21-link-faq__faq-item {
    padding: 20px;
  }

  .page-blog-13win21-link-faq__faq-question {
    font-size: 1em;
  }
}