.site-header nav a,
.contact-link,
.button,
.text-link {
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.site-header nav a:hover {
  color: #ffffff;
}

.site-header nav a[aria-current="page"] {
  color: #ffffff;
}

@media (min-width: 981px) {
  .site-header nav a {
    position: relative;
  }

  .site-header nav a::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: #1597f5;
    content: "";
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-header nav a:hover::after,
  .site-header nav a:focus-visible::after,
  .site-header nav a[aria-current="page"]::after {
    opacity: 1;
    transform: scaleX(1);
  }
}

.contact-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 21px;
  border: 1px solid rgba(182, 219, 245, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  font-size: 14px;
  font-weight: 800;
}

.contact-link:hover {
  border-color: rgba(21, 151, 245, 0.55);
  background: rgba(21, 151, 245, 0.07);
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(182, 219, 245, 0.24);
  border-radius: 999px;
  background: #071722;
}

.language-switch button {
  width: 40px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #97a9b6;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

.language-switch button.is-active {
  background: #f5f8fb;
  color: #071522;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.pill-row span,
.detail-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(133, 183, 214, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #b8c8d3;
  font-size: 12px;
  line-height: 1;
}

.pill-row.compact {
  gap: 7px;
  margin-top: 24px;
}

.pill-row.compact span {
  padding: 8px 10px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary,
.cta-button {
  background: linear-gradient(110deg, #149eea, #1bb8fa);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(20, 153, 226, 0.24);
}

.button.secondary {
  border-color: rgba(182, 219, 245, 0.25);
  background: rgba(255, 255, 255, 0.025);
}

.card-index,
.employer-grid article > span,
.process-grid article > span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.quick-section h2 {
  margin: 28px 0 12px;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.quick-section p {
  margin: 0;
  font-size: 14px;
}

.employer-grid article,
.comparison {
  border: 1px solid var(--soft-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.022);
}

.employer-grid h3 {
  margin: 52px 0 14px;
  font-size: 23px;
}

.employer-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.employer-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.employer-note > span:first-child {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(198, 161, 91, 0.5);
}

.position-copy .employer-note {
  max-width: 520px;
  padding: 16px 18px;
  border: 1px solid rgba(21, 151, 245, 0.28);
  border-left-width: 3px;
  border-radius: 14px;
  background: rgba(21, 151, 245, 0.07);
  color: #e5eef5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.visual-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid rgba(182, 219, 245, 0.22);
  border-radius: 15px;
  background: rgba(5, 15, 24, 0.86);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.23);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.visual-badge.passive {
  top: 34px;
  left: 34px;
}

.visual-badge.qualified {
  right: 34px;
  bottom: 34px;
}

.visual-badge i,
.visual-badge b {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(21, 151, 245, 0.14);
  color: var(--cyan);
  font-style: normal;
  font-size: 14px;
}

.visual-badge i::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(21, 151, 245, 0.11);
  content: "";
}

.visual-badge small,
.visual-badge strong {
  display: block;
}

.visual-badge small {
  margin-bottom: 4px;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.visual-badge strong {
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 800;
}

.text-link:hover {
  color: #ffffff;
}

.qualification-tabs {
  border: 1px solid var(--soft-line);
  border-radius: 20px;
  background: rgba(1, 10, 17, 0.25);
}

.qualification-tab {
  position: relative;
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.qualification-tab + .qualification-tab {
  border-top: 1px solid var(--soft-line);
}

.qualification-tab:first-child {
  border-radius: 19px 19px 0 0;
}

.qualification-tab:last-child {
  border-radius: 0 0 19px 19px;
}

.qualification-tab.is-active {
  border-left-color: var(--cyan);
  background: rgba(21, 151, 245, 0.075);
}

.step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(97, 215, 255, 0.22);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
}

.qualification-tab.is-active .step-number {
  border-color: var(--cyan);
  background: var(--cyan);
  color: var(--navy-950);
  box-shadow: 0 0 0 5px rgba(97, 215, 255, 0.08);
}

.qualification-tab strong,
.qualification-tab small {
  display: block;
}

.qualification-tab strong {
  margin-bottom: 5px;
  font-size: 15px;
}

.qualification-tab small {
  color: var(--muted);
  font-size: 12px;
}

.qualification-detail {
  min-height: 198px;
  margin-top: 14px;
  padding: 24px;
  border: 1px solid rgba(97, 215, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(21, 151, 245, 0.08), rgba(255, 255, 255, 0.018));
}

.qualification-panel p {
  margin-bottom: 18px;
  font-size: 14px;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.detail-tags span {
  padding: 7px 9px;
  font-size: 11px;
}

.outcome-bar {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 0 30px;
  border: 1px solid var(--soft-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.018);
}

.outcome-bar b {
  color: var(--cyan);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.outcome-bar strong {
  font-size: 13px;
}

.outcome-bar > span {
  color: var(--gold);
}

.process-grid article > i {
  width: 100%;
  height: 1px;
  display: block;
  margin: 27px 0 35px;
  background: linear-gradient(90deg, var(--blue), rgba(21, 151, 245, 0));
}

.process-grid h3 {
  min-height: 64px;
  margin-bottom: 14px;
  font-size: 20px;
}

.process-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.comparison.traditional {
  opacity: 0.78;
}

.comparison.proficient {
  border-color: rgba(97, 215, 255, 0.25);
  background: linear-gradient(145deg, rgba(21, 151, 245, 0.11), rgba(255, 255, 255, 0.022));
}

.comparison small {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.comparison h3 {
  margin: 34px 0 24px;
  font-size: 25px;
}

.comparison ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison li {
  position: relative;
  padding: 11px 0 11px 23px;
  border-top: 1px solid var(--soft-line);
  color: var(--muted-bright);
  font-size: 13px;
  line-height: 1.5;
}

.comparison li::before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.traditional li::before {
  background: #61778a;
}

.faq-intro .section-lead {
  max-width: 450px;
}

.faq-list {
  border-top: 1px solid var(--soft-line);
}

.faq-item {
  border-bottom: 1px solid var(--soft-line);
}

.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 24px;
  padding: 27px 0;
  color: var(--muted-bright);
  cursor: pointer;
  font-size: 19px;
  font-weight: 780;
  line-height: 1.4;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover,
.faq-item[open] summary {
  color: var(--ink);
}

.faq-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(97, 215, 255, 0.22);
  border-radius: 50%;
  background: rgba(21, 151, 245, 0.05);
}

.faq-icon::before,
.faq-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--cyan);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.faq-item > p {
  max-width: 680px;
  margin: -5px 58px 27px 0;
  font-size: 14px;
}

.cta-section > div:last-child {
  align-self: center;
}

.cta-section > div:last-child p {
  margin-bottom: 24px;
}

.footer-shell p,
.footer-shell a,
.footer-brand span {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
