/* style/index-why-choose-ku3933.css */

.page-index-why-choose-ku3933__hero {
  background: linear-gradient(135deg, #003366, #1a4d80);
  padding: 100px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-index-why-choose-ku3933__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 204, 0, 0.1) 0%, rgba(0, 51, 102, 0) 70%);
  opacity: 0.3;
  animation: page-index-why-choose-ku3933__rotate 20s linear infinite;
}

@keyframes page-index-why-choose-ku3933__rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-index-why-choose-ku3933__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-index-why-choose-ku3933__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.page-index-why-choose-ku3933__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-index-why-choose-ku3933__section {
  padding: 80px 0;
  background-color: #f8f8f8;
  color: #333;
}

.page-index-why-choose-ku3933__section--dark {
  background-color: #003366;
  color: #e0e0e0;
}

.page-index-why-choose-ku3933__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #003366;
}

.page-index-why-choose-ku3933__section--dark .page-index-why-choose-ku3933__section-title {
  color: #FFCC00;
}

.page-index-why-choose-ku3933__content-block p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
}

.page-index-why-choose-ku3933__highlight {
  color: #FFCC00;
}

.page-index-why-choose-ku3933__flex-row {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-index-why-choose-ku3933__flex-row--reverse {
  flex-direction: row-reverse;
}

.page-index-why-choose-ku3933__content-block {
  flex: 1;
  min-width: 300px;
}

.page-index-why-choose-ku3933__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-index-why-choose-ku3933__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-ku3933__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

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

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

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

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

.page-index-why-choose-ku3933__button--lg {
  padding: 18px 35px;
  font-size: 1.2em;
  margin: 0 10px;
}

.page-index-why-choose-ku3933__cta-banner {
  background: linear-gradient(90deg, #003366, #FFCC00);
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.page-index-why-choose-ku3933__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.page-index-why-choose-ku3933__cta-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-why-choose-ku3933__hero-title {
    font-size: 2.8em;
  }
  .page-index-why-choose-ku3933__section-title {
    font-size: 2em;
  }
  .page-index-why-choose-ku3933__cta-title {
    font-size: 2.5em;
  }
  .page-index-why-choose-ku3933__flex-row {
    flex-direction: column;
    text-align: center;
  }
  .page-index-why-choose-ku3933__flex-row--reverse {
    flex-direction: column;
  }
  .page-index-why-choose-ku3933__image-wrapper {
    order: -1; /* Image appears above text on mobile */
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-index-why-choose-ku3933__hero {
    padding: 60px 0;
  }
  .page-index-why-choose-ku3933__hero-title {
    font-size: 2.2em;
  }
  .page-index-why-choose-ku3933__hero-subtitle {
    font-size: 1.1em;
  }
  .page-index-why-choose-ku3933__section {
    padding: 60px 0;
  }
  .page-index-why-choose-ku3933__section-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-ku3933__content-block p {
    font-size: 1em;
  }
  .page-index-why-choose-ku3933__cta-banner {
    padding: 60px 0;
  }
  .page-index-why-choose-ku3933__cta-title {
    font-size: 2em;
  }
  .page-index-why-choose-ku3933__cta-description {
    font-size: 1.2em;
  }
  .page-index-why-choose-ku3933__button--lg {
    padding: 15px 25px;
    font-size: 1.1em;
    margin: 10px 5px;
  }
  .page-index-why-choose-ku3933__button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .page-index-why-choose-ku3933__hero-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-ku3933__section-title {
    font-size: 1.5em;
  }
  .page-index-why-choose-ku3933__cta-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-ku3933__button--lg {
    font-size: 1em;
    padding: 12px 20px;
  }
}