.page-index-why-choose-us {
  font-family: 'Arial', sans-serif;
  color: #E5E5D1; /* Light text for dark background */
  background-color: #1A1A2E;
  line-height: 1.6;
}

.page-index-why-choose-us__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-why-choose-us__hero-section {
  background: linear-gradient(135deg, #1A1A2E, #33334d);
  padding: 100px 0;
  text-align: center;
  color: #F8F8F8;
}

.page-index-why-choose-us__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E6B34B;
  font-weight: bold;
}

.page-index-why-choose-us__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #CCCCCC;
}

.page-index-why-choose-us__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-why-choose-us__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-index-why-choose-us__btn--primary {
  background-color: #E6B34B;
  color: #1A1A2E;
}

.page-index-why-choose-us__btn--primary:hover {
  background-color: #d4a23a;
  transform: translateY(-2px);
}

.page-index-why-choose-us__btn--secondary {
  background-color: transparent;
  color: #E6B34B;
  border: 2px solid #E6B34B;
}

.page-index-why-choose-us__btn--secondary:hover {
  background-color: #E6B34B;
  color: #1A1A2E;
  transform: translateY(-2px);
}

.page-index-why-choose-us__section-title {
  font-size: 2.8em;
  color: #E6B34B;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-why-choose-us__section-description {
  font-size: 1.2em;
  color: #CCCCCC;
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-why-choose-us__features-section {
  padding: 80px 0;
  background-color: #1A1A2E;
}

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

.page-index-why-choose-us__feature-card {
  background-color: #2a2a47;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-why-choose-us__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-index-why-choose-us__feature-icon {
  width: 250px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 25px;
  border-radius: 8px;
  border: 2px solid #E6B34B;
}

.page-index-why-choose-us__card-title {
  font-size: 1.8em;
  color: #E6B34B;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-why-choose-us__card-text {
  font-size: 1.1em;
  color: #CCCCCC;
}

.page-index-why-choose-us__call-to-action-section {
  background: linear-gradient(90deg, #E6B34B, #d4a23a);
  padding: 80px 0;
  text-align: center;
  color: #1A1A2E;
}

.page-index-why-choose-us__call-to-action-section .page-index-why-choose-us__section-title {
  color: #1A1A2E;
}

.page-index-why-choose-us__call-to-action-section .page-index-why-choose-us__section-description {
  color: #333333;
}

.page-index-why-choose-us__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-index-why-choose-us__call-to-action-section .page-index-why-choose-us__btn--primary {
  background-color: #1A1A2E;
  color: #E6B34B;
}

.page-index-why-choose-us__call-to-action-section .page-index-why-choose-us__btn--primary:hover {
  background-color: #33334d;
  color: #F8F8F8;
}

.page-index-why-choose-us__call-to-action-section .page-index-why-choose-us__btn--secondary {
  background-color: transparent;
  color: #1A1A2E;
  border-color: #1A1A2E;
}

.page-index-why-choose-us__call-to-action-section .page-index-why-choose-us__btn--secondary:hover {
  background-color: #1A1A2E;
  color: #E6B34B;
}

.page-index-why-choose-us__testimonials-section {
  padding: 80px 0;
  background-color: #1A1A2E;
}

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

.page-index-why-choose-us__testimonial-card {
  background-color: #2a2a47;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-index-why-choose-us__testimonial-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #E6B34B;
}

.page-index-why-choose-us__testimonial-text {
  font-style: italic;
  color: #CCCCCC;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-index-why-choose-us__testimonial-author {
  font-weight: bold;
  color: #E6B34B;
  font-size: 1em;
}

.page-index-why-choose-us__faq-section {
  padding: 80px 0;
  background-color: #1A1A2E;
}

.page-index-why-choose-us__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-why-choose-us__faq-item {
  background-color: #2a2a47;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-us__faq-question {
  font-size: 1.6em;
  color: #E6B34B;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
}

.page-index-why-choose-us__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-index-why-choose-us__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-index-why-choose-us__faq-answer {
  font-size: 1.1em;
  color: #CCCCCC;
  display: none;
  padding-top: 10px;
}

.page-index-why-choose-us__faq-answer.active {
  display: block;
}

@media (max-width: 992px) {
  .page-index-why-choose-us__hero-title {
    font-size: 2.8em;
  }
  .page-index-why-choose-us__hero-subtitle {
    font-size: 1.2em;
  }
  .page-index-why-choose-us__section-title {
    font-size: 2.2em;
  }
  .page-index-why-choose-us__section-description {
    font-size: 1em;
  }
  .page-index-why-choose-us__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-index-why-choose-us__feature-icon {
    width: 200px;
    height: 150px;
  }
  .page-index-why-choose-us__card-title {
    font-size: 1.5em;
  }
  .page-index-why-choose-us__testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-why-choose-us__hero-section {
    padding: 80px 0;
  }
  .page-index-why-choose-us__hero-title {
    font-size: 2.2em;
  }
  .page-index-why-choose-us__hero-subtitle {
    font-size: 1em;
  }
  .page-index-why-choose-us__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-why-choose-us__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-index-why-choose-us__section-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-us__section-description {
    font-size: 0.9em;
  }
  .page-index-why-choose-us__features-section,
  .page-index-why-choose-us__call-to-action-section,
  .page-index-why-choose-us__testimonials-section,
  .page-index-why-choose-us__faq-section {
    padding: 60px 0;
  }
  .page-index-why-choose-us__feature-icon {
    width: 180px;
    height: 130px;
  }
  .page-index-why-choose-us__card-title {
    font-size: 1.3em;
  }
  .page-index-why-choose-us__faq-question {
    font-size: 1.4em;
  }
  .page-index-why-choose-us__faq-answer {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index-why-choose-us__hero-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-us__hero-subtitle {
    font-size: 0.9em;
  }
  .page-index-why-choose-us__section-title {
    font-size: 1.5em;
  }
  .page-index-why-choose-us__feature-icon {
    width: 150px;
    height: 100px;
  }
  .page-index-why-choose-us__card-title {
    font-size: 1.2em;
  }
  .page-index-why-choose-us__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-index-why-choose-us__faq-question {
    font-size: 1.2em;
  }
  .page-index-why-choose-us__faq-answer {
    font-size: 0.9em;
  }
}