.page-index-why-choose-ok9aa {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-index-why-choose-ok9aa__hero-section {
  background: linear-gradient(135deg, #003366, #1a4d80);
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-index-why-choose-ok9aa__hero-content {
  max-width: 900px;
  z-index: 1;
}

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

.page-index-why-choose-ok9aa__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

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

.page-index-why-choose-ok9aa__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;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-ok9aa__btn--primary {
  background-color: #FFCC00;
  color: #003366;
}

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

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

.page-index-why-choose-ok9aa__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-3px);
}

.page-index-why-choose-ok9aa__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-index-why-choose-ok9aa__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: grayscale(50%);
}

.page-index-why-choose-ok9aa__section {
  padding: 80px 20px;
  text-align: center;
}

.page-index-why-choose-ok9aa__section--features {
  background-color: #f8f8f8;
}

.page-index-why-choose-ok9aa__section--trust {
  background-color: #e6f2ff; /* Lighter blue variant for contrast */
}

.page-index-why-choose-ok9aa__section--cta {
  background-color: #003366;
  color: #fff;
}

.page-index-why-choose-ok9aa__section--faq {
  background-color: #f8f8f8;
}

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

.page-index-why-choose-ok9aa__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #003366;
}

.page-index-why-choose-ok9aa__section--cta .page-index-why-choose-ok9aa__section-title {
  color: #FFCC00;
}

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

.page-index-why-choose-ok9aa__section--cta .page-index-why-choose-ok9aa__section-description {
  color: #f0f0f0;
}

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

.page-index-why-choose-ok9aa__feature-item, .page-index-why-choose-ok9aa__trust-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-why-choose-ok9aa__feature-item:hover, .page-index-why-choose-ok9aa__trust-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-ok9aa__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-index-why-choose-ok9aa__feature-title, .page-index-why-choose-ok9aa__trust-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
}

.page-index-why-choose-ok9aa__feature-text, .page-index-why-choose-ok9aa__trust-text {
  font-size: 1.05em;
  color: #444;
}

.page-index-why-choose-ok9aa__trust-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

.page-index-why-choose-ok9aa__faq-list {
  text-align: left;
  margin-top: 40px;
}

.page-index-why-choose-ok9aa__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

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

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

.page-index-why-choose-ok9aa__faq-answer {
  font-size: 1.0em;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding-top 0.5s ease-out;
  padding-top: 0;
}

.page-index-why-choose-ok9aa__faq-answer.active {
  max-height: 500px; /* Adjust as needed */
  padding-top: 15px;
}

.page-index-why-choose-ok9aa__inline-link {
  color: #003366;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-why-choose-ok9aa__inline-link:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.page-index-why-choose-ok9aa .highlight {
  color: #003366;
  font-weight: bold;
}

.page-index-why-choose-ok9aa__section--cta .highlight {
  color: #FFCC00;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-why-choose-ok9aa__hero-title {
    font-size: 2.8em;
  }
  .page-index-why-choose-ok9aa__hero-subtitle {
    font-size: 1.3em;
  }
  .page-index-why-choose-ok9aa__section-title {
    font-size: 2.2em;
  }
  .page-index-why-choose-ok9aa__feature-grid, .page-index-why-choose-ok9aa__trust-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-why-choose-ok9aa__hero-section {
    padding: 80px 15px;
  }
  .page-index-why-choose-ok9aa__hero-title {
    font-size: 2.2em;
  }
  .page-index-why-choose-ok9aa__hero-subtitle {
    font-size: 1.1em;
  }
  .page-index-why-choose-ok9aa__hero-cta {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-why-choose-ok9aa__btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  .page-index-why-choose-ok9aa__section {
    padding: 60px 15px;
  }
  .page-index-why-choose-ok9aa__section-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-ok9aa__section-description {
    font-size: 1.0em;
  }
  .page-index-why-choose-ok9aa__feature-item, .page-index-why-choose-ok9aa__trust-item {
    padding: 25px;
  }
  .page-index-why-choose-ok9aa__feature-title, .page-index-why-choose-ok9aa__trust-title {
    font-size: 1.5em;
  }
  .page-index-why-choose-ok9aa__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-why-choose-ok9aa__hero-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-ok9aa__hero-subtitle {
    font-size: 1.0em;
  }
  .page-index-why-choose-ok9aa__btn {
    padding: 12px 25px;
    font-size: 1.0em;
  }
  .page-index-why-choose-ok9aa__section-title {
    font-size: 1.5em;
  }
  .page-index-why-choose-ok9aa__feature-icon {
    width: 60px;
    height: 60px;
  }
  .page-index-why-choose-ok9aa__feature-title, .page-index-why-choose-ok9aa__trust-title {
    font-size: 1.3em;
  }
  .page-index-why-choose-ok9aa__faq-question {
    font-size: 1.1em;
  }
  .page-index-why-choose-ok9aa__faq-answer {
    font-size: 0.9em;
  }
}