.page-index-why-choose-us {
  font-family: 'Arial', sans-serif;
  color: #f5e6d0; /* Light text for dark background */
  background-color: #0A192F;
  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, #0A192F 0%, #1a3a60 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-index-why-choose-us__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-index-why-choose-us__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-index-why-choose-us__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-index-why-choose-us__highlight {
  color: #f5e6d0;
}

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

.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, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-why-choose-us__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
}

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

.page-index-why-choose-us__btn--secondary {
  background-color: #1a3a60;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-index-why-choose-us__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-index-why-choose-us__features-section,
.page-index-why-choose-us__cta-section,
.page-index-why-choose-us__testimonial-section,
.page-index-why-choose-us__faq-section {
  padding: 80px 0;
  text-align: center;
}

.page-index-why-choose-us__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

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

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

.page-index-why-choose-us__feature-item {
  background-color: #1a3a60;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

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

.page-index-why-choose-us__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

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

.page-index-why-choose-us__feature-text {
  font-size: 1em;
  color: #f5e6d0;
}

.page-index-why-choose-us__keyword {
  color: #FFD700;
  font-weight: bold;
}

.page-index-why-choose-us__cta-section {
  background-color: #0A192F;
  padding: 100px 0;
  border-top: 5px solid #FFD700;
  border-bottom: 5px solid #FFD700;
}

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

.page-index-why-choose-us__cta-description {
  font-size: 1.4em;
  color: #e0e0e0;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.page-index-why-choose-us__testimonial-card {
  background-color: #0A192F;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

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

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

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

.page-index-why-choose-us__faq-section {
  background-color: #0A192F;
  padding: 80px 0;
  border-top: 5px solid #1a3a60;
}

.page-index-why-choose-us__faq-item {
  background-color: #1a3a60;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

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

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

.page-index-why-choose-us__faq-question.active::after {
  transform: rotate(45deg);
}

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

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

/* Responsive adjustments */
@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.3em;
  }
  .page-index-why-choose-us__section-title {
    font-size: 2.2em;
  }
  .page-index-why-choose-us__cta-title {
    font-size: 2.5em;
  }
  .page-index-why-choose-us__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-why-choose-us__btn--secondary {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .page-index-why-choose-us__hero-section,
  .page-index-why-choose-us__features-section,
  .page-index-why-choose-us__cta-section,
  .page-index-why-choose-us__testimonial-section,
  .page-index-why-choose-us__faq-section {
    padding: 60px 0;
  }
  .page-index-why-choose-us__hero-title {
    font-size: 2.2em;
  }
  .page-index-why-choose-us__hero-subtitle {
    font-size: 1.1em;
  }
  .page-index-why-choose-us__section-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-us__section-description {
    font-size: 1em;
    margin-bottom: 40px;
  }
  .page-index-why-choose-us__feature-item {
    padding: 25px;
  }
  .page-index-why-choose-us__feature-title {
    font-size: 1.5em;
  }
  .page-index-why-choose-us__cta-title {
    font-size: 2em;
  }
  .page-index-why-choose-us__cta-description {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  .page-index-why-choose-us__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-why-choose-us__testimonials-grid,
  .page-index-why-choose-us__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-index-why-choose-us__faq-question {
    font-size: 1.3em;
  }
  .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: 1em;
  }
  .page-index-why-choose-us__btn {
    width: 100%;
    margin-left: 0 !important;
  }
  .page-index-why-choose-us__cta-buttons {
    flex-direction: column;
  }
}