#eliteTest,
#knowledgeAssessment,
#whyChooseUs,
#aboutUs {
  scroll-margin-top: 16px;
}

.ka-card-step {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: #f14d5d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navbar .nav-item.dropdown:hover > .dropdown-menu,
  .navbar .nav-item.dropdown.show > .dropdown-menu {
    display: block;
  }
}

.et-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffc107;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.et-hero-subtitle {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Jost", sans-serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.4;
}

.et-journey {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem 0.55rem;
  margin-top: 1.75rem;
}

.et-journey-step {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
}

.et-journey-arrow {
  color: #ffc107;
  font-size: 1.1rem;
  font-weight: 700;
}

.et-launch-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(241, 77, 93, 0.1);
  color: #f14d5d;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.et-tagline {
  max-width: 720px;
  margin: 0.75rem auto 0;
  color: #2878eb;
  font-family: "Jost", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.45;
}

.et-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.et-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #ecf4ff;
  color: #2878eb;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.et-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e6eef8;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 8px 24px rgba(18, 15, 45, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.et-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(40, 120, 235, 0.12);
}

.et-card h4 {
  color: #120f2d;
  margin-bottom: 0.75rem;
}

.et-card p {
  margin-bottom: 0;
}

.et-ai-panel {
  background: linear-gradient(135deg, #120f2d 0%, #1d4f9a 100%);
  color: #fff;
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
}

.et-ai-panel h3,
.et-ai-panel h4 {
  color: #fff;
}

.et-ai-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.et-ai-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.85rem;
}

.et-ai-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffc107;
}

.et-module {
  background: #fff;
  border-left: 4px solid #2878eb;
  border-radius: 8px;
  padding: 1.5rem 1.4rem;
  box-shadow: 0 6px 18px rgba(18, 15, 45, 0.05);
  height: 100%;
}

.et-module--ai {
  border-left-color: #f14d5d;
}

.et-module h4 {
  color: #120f2d;
}

@media (max-width: 767.98px) {
  .et-tagline {
    font-size: 1.1rem;
  }

  .et-hero-subtitle {
    font-size: 1.15rem;
  }

  .et-ai-panel {
    padding: 1.75rem 1.25rem;
  }
}
