.page-gioi-thieu-doi-tac__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-gioi-thieu-doi-tac__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: var(--bg-color, #F4F7FB);
}

.page-gioi-thieu-doi-tac__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-gioi-thieu-doi-tac__hero-image-wrapper {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
  order: 2;
}

.page-gioi-thieu-doi-tac__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-gioi-thieu-doi-tac__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  order: 1;
  color: var(--text-main, #1F2D3D);
}

.page-gioi-thieu-doi-tac__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--custom-color-1776249996415, #000000);
  margin-bottom: 20px;
}

.page-gioi-thieu-doi-tac__hero-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: var(--text-main, #1F2D3D);
}

.page-gioi-thieu-doi-tac__btn-primary {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-gioi-thieu-doi-tac__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-gioi-thieu-doi-tac__section-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: var(--custom-color-1776249996415, #000000);
}

.page-gioi-thieu-doi-tac__section-description {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: var(--text-main, #1F2D3D);
}

.page-gioi-thieu-doi-tac__benefits-section {
  padding: 80px 0;
  background-color: var(--card-bg, #FFFFFF);
}

.page-gioi-thieu-doi-tac__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-gioi-thieu-doi-tac__benefit-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border, #D6E2FF);
  color: var(--text-main, #1F2D3D);
}

.page-gioi-thieu-doi-tac__benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-gioi-thieu-doi-tac__benefit-media {
  margin-bottom: 20px;
  height: 225px; /* Fixed height for consistent image display */
  overflow: hidden;
  border-radius: 8px;
}

.page-gioi-thieu-doi-tac__benefit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-gioi-thieu-doi-tac__benefit-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--custom-color-1776249996415, #000000);
}

.page-gioi-thieu-doi-tac__benefit-text {
  font-size: 16px;
  line-height: 1.6;
}

.page-gioi-thieu-doi-tac__how-it-works-section {
  padding: 80px 0;
  background-color: var(--bg-color, #F4F7FB);
}

.page-gioi-thieu-doi-tac__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-gioi-thieu-doi-tac__step-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  position: relative;
  border: 1px solid var(--border, #D6E2FF);
  color: var(--text-main, #1F2D3D);
}

.page-gioi-thieu-doi-tac__step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #ffffff;
  box-shadow: 0 3px 10px rgba(47, 107, 255, 0.4);
}

.page-gioi-thieu-doi-tac__step-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
  color: var(--custom-color-1776249996415, #000000);
}

.page-gioi-thieu-doi-tac__step-text {
  font-size: 16px;
  line-height: 1.6;
}

.page-gioi-thieu-doi-tac__faq-section {
  padding: 80px 0;
  background-color: var(--card-bg, #FFFFFF);
}

.page-gioi-thieu-doi-tac__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-gioi-thieu-doi-tac__faq-item {
  background-color: #ffffff;
  border: 1px solid var(--border, #D6E2FF);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main, #1F2D3D);
}

.page-gioi-thieu-doi-tac__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background-color: #F4F7FB;
  border-bottom: 1px solid var(--border, #D6E2FF);
  color: var(--custom-color-1776249996415, #000000);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
}

.page-gioi-thieu-doi-tac__faq-question::-webkit-details-marker {
  display: none;
}

.page-gioi-thieu-doi-tac__faq-question:hover {
  background-color: #e9eff7;
}

.page-gioi-thieu-doi-tac__faq-toggle {
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-gioi-thieu-doi-tac__faq-item[open] .page-gioi-thieu-doi-tac__faq-toggle {
  transform: rotate(45deg);
}

.page-gioi-thieu-doi-tac__faq-answer {
  padding: 20px 25px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-main, #1F2D3D);
}

.page-gioi-thieu-doi-tac__faq-answer p {
  margin-bottom: 0;
}

.page-gioi-thieu-doi-tac__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-gioi-thieu-doi-tac__dark-section {
  background-color: #2F6BFF;
  color: #ffffff;
}

.page-gioi-thieu-doi-tac__dark-section .page-gioi-thieu-doi-tac__section-title,
.page-gioi-thieu-doi-tac__dark-section .page-gioi-thieu-doi-tac__section-description {
  color: #ffffff;
}

.page-gioi-thieu-doi-tac__cta-buttons {
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-gioi-thieu-doi-tac__hero-container {
    flex-direction: column;
  }
  .page-gioi-thieu-doi-tac__hero-image-wrapper {
    order: 1;
  }
  .page-gioi-thieu-doi-tac__hero-content {
    order: 2;
    text-align: center;
  }
  .page-gioi-thieu-doi-tac__hero-cta {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-gioi-thieu-doi-tac__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-gioi-thieu-doi-tac__main-title {
    font-size: clamp(24px, 8vw, 36px);
  }

  .page-gioi-thieu-doi-tac__hero-description {
    font-size: 16px;
  }

  .page-gioi-thieu-doi-tac__btn-primary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
  }

  .page-gioi-thieu-doi-tac__section-title {
    font-size: clamp(22px, 7vw, 32px);
  }

  .page-gioi-thieu-doi-tac__section-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-gioi-thieu-doi-tac__benefits-section,
  .page-gioi-thieu-doi-tac__how-it-works-section,
  .page-gioi-thieu-doi-tac__faq-section,
  .page-gioi-thieu-doi-tac__cta-section {
    padding: 40px 0;
  }

  .page-gioi-thieu-doi-tac__benefits-grid,
  .page-gioi-thieu-doi-tac__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-gioi-thieu-doi-tac__benefit-card,
  .page-gioi-thieu-doi-tac__step-card {
    padding: 20px;
  }

  .page-gioi-thieu-doi-tac__benefit-media {
    height: 180px;
  }

  .page-gioi-thieu-doi-tac__benefit-media img,
  .page-gioi-thieu-doi-tac__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  
  .page-gioi-thieu-doi-tac__container,
  .page-gioi-thieu-doi-tac__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-gioi-thieu-doi-tac__faq-question {
    padding: 15px 20px;
    font-size: 16px;
  }

  .page-gioi-thieu-doi-tac__faq-answer {
    padding: 15px 20px;
    font-size: 15px;
  }

  .page-gioi-thieu-doi-tac__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}