/* Kano Electric — secondary pages */

.ke-page {
  background: #fff;
}

.ke-page .ke-page-body {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.ke-page .ke-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #6b778d;
  margin-bottom: 1.5rem;
}

.ke-legal h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #101d29;
  margin: 2rem 0 0.75rem;
}

.ke-legal p,
.ke-legal li {
  font-size: 15px;
  line-height: 1.7;
  color: #6b778d;
}

.ke-legal ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.ke-legal li {
  margin-bottom: 0.4rem;
}

.ke-support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  margin: 2rem 0 2.5rem;
}

.ke-support-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 6px;
  padding: 1.4rem 1.25rem;
  box-shadow: 0 8px 24px rgba(16, 29, 41, 0.06);
}

.ke-support-card span.fa {
  color: #ff6768;
  font-size: 22px;
  margin-bottom: 0.6rem;
  display: inline-block;
}

.ke-support-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #101d29;
  margin-bottom: 0.4rem;
}

.ke-support-card p,
.ke-support-card a {
  font-size: 14px;
  color: #6b778d;
  margin: 0;
  line-height: 1.5;
}

.ke-support-card a:hover {
  color: #ff6768;
}

.ke-form .submit {
  border: none;
  color: #fff;
  background: #ff6768;
  font-size: 16px;
  padding: 12px 32px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.ke-form .submit:hover {
  background: #101d29;
}

.ke-form input[type="file"] {
  border: 1px dashed #adb5bd;
  background: #f8f9fb;
  padding: 14px;
}

.ke-customers {
  text-align: center;
  margin: 0 auto 2rem;
}

.ke-customers h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #101d29;
  margin-bottom: 1.5rem;
}

.ke-customers h4 span {
  color: #ff3300;
  font-size: 28px;
  font-weight: 700;
}

.ke-customers-wrap {
  display: flex;
  justify-content: center;
}

.ke-customers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.7;
}

.ke-videos-vk {
  background: #fff;
  text-align: center;
}

.ke-video-player {
  display: block;
  width: 415px;
  height: 230px;
  max-width: 100%;
  margin: 0 auto 28px;
  border: 0;
}

@media (max-width: 480px) {
  .ke-video-player {
    height: auto;
    aspect-ratio: 415 / 230;
  }
}

.ke-diff-carousel .carousel-control-prev,
.ke-diff-carousel .carousel-control-next,
.ke-diff-carousel .carousel-indicators {
  display: none;
}

.ke-diff-carousel .carousel-item {
  display: none;
  float: none;
  margin-right: 0;
  transform: none;
  transition: none;
}

.ke-diff-carousel .carousel-item.active {
  display: block;
}

.ke-diff-carousel .carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}
