/* Shared page hero — same light blue wash as the rest of the site */
.site-hero {
  background:
    radial-gradient(circle at 12% 20%, rgba(58, 56, 102, 0.07), transparent 28%),
    #eef4fb;
}

/* Solid white bar on inner pages + after scroll */
.navbar {
  background: #fff !important;
  backdrop-filter: none;
  box-shadow: none;
  border: 0 !important;
  border-bottom: 1px solid transparent;
  padding: 14px 0 !important;
  min-height: 76px !important;
  z-index: 1040;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.navbar.scrolled {
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(58, 56, 102, 0.08);
  border-bottom-color: #f3efe9 !important;
}
.nav-shell {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.nav-shell .navbar-brand {
  margin: 0;
  padding: 8px 0;
  flex-shrink: 0;
}
.nav-shell .navbar-brand img {
  height: 40px;
  width: auto;
}
.nav-shell .navbar-toggler {
  margin-left: auto;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 8px 10px;
}
.nav-shell .navbar-collapse {
  flex-grow: 1;
}
.navbar-nav .nav-link {
  font-weight: 700;
  font-size: 0.92rem;
  padding: 8px 12px !important;
  margin: 0 2px;
  border-radius: 10px;
  color: var(--blue) !important;
  background: none;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: #fff8f4;
  color: var(--primary-color) !important;
}
.navbar-nav .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 2px;
  border-top-width: 5px;
}
.nav-cta-btn {
  flex-shrink: 0;
  margin: 0 0 0 8px;
}

body {
  padding-top: 76px;
}
body.home-fullhero {
  padding-top: 0;
}

/* Home at top only: floating pill over the hero */
body.home-fullhero .navbar:not(.scrolled) {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 12px 0 !important;
  min-height: 0 !important;
}
body.home-fullhero .navbar:not(.scrolled) .nav-shell {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  min-height: 64px;
  padding: 0 10px 0 18px;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
}
body.home-fullhero .navbar:not(.scrolled) .navbar-brand img {
  height: 36px;
}
body.home-fullhero .navbar:not(.scrolled) .navbar-nav {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.home-fullhero .navbar:not(.scrolled) .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 0.9rem;
  padding: 8px 4px !important;
  margin: 0 10px;
  border-radius: 0;
  color: #526071 !important;
  background: none !important;
}
body.home-fullhero .navbar:not(.scrolled) .navbar-nav .nav-link:hover,
body.home-fullhero .navbar:not(.scrolled) .navbar-nav .nav-link.active {
  background: none !important;
  color: var(--primary-color) !important;
}

/* Full-bleed home hero */
.cc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 148px 0 72px;
  overflow: hidden;
  background: #071426;
}
.cc-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.88) 0%, rgba(7, 20, 38, 0.62) 48%, rgba(7, 20, 38, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 20, 38, 0.16) 0%, rgba(7, 20, 38, 0.5) 100%);
}
.cc-hero .container {
  position: relative;
  z-index: 2;
}
.cc-hero-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
}
.cc-hero-copy {
  max-width: 640px;
}
.cc-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 22px;
  backdrop-filter: blur(8px);
}
.cc-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}
.cc-hero h1 {
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
  color: #fff;
}
.cc-hero h1 span {
  color: #fb923c;
}
.cc-hero-lead {
  max-width: 34rem;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 28px;
}
.cc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cc-hero .cc-hero-outline,
.cc-hero .btn-ghost.cc-hero-outline {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.cc-hero .cc-hero-outline:hover {
  background: #fff !important;
  color: #0f172a !important;
  border-color: #fff !important;
}
.cc-hero-trust {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}
.cc-avatars {
  display: flex;
}
.cc-avatar {
  width: 36px;
  height: 36px;
  margin-left: -8px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #ffedd9;
  color: var(--primary-color);
  font-size: 0.78rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  text-transform: uppercase;
}
.cc-avatar:first-child { margin-left: 0; }
.cc-avatar-plus { background: #fff; color: var(--blue); }
.cc-trust-copy strong {
  display: block;
  font-size: 0.88rem;
  color: #fff;
}
.cc-trust-copy span {
  display: block;
  font-size: 0.78rem;
  color: #cbd5e1;
}
.cc-hero-floats {
  display: grid;
  gap: 12px;
  flex-shrink: 0;
}
.cc-float-card {
  width: 180px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}
.cc-float-ico {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  margin-bottom: 10px;
}
.cc-float-ico.rate { background: #fff7ed; color: #d97706; }
.cc-float-ico.qa { background: #eff6ff; color: #1d4ed8; }
.cc-float-card small {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 2px;
}
.cc-float-card b {
  display: block;
  font-size: 1.2rem;
  color: var(--blue);
}
.cc-stars { color: #f59e0b; font-size: 0.78rem; letter-spacing: 1px; }

.cc-hero-stats {
  background: linear-gradient(90deg, #f47a20 0%, #ea580c 100%);
  color: #fff;
  padding: 28px 0;
}
.cc-hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.cc-hero-stats-grid div {
  text-align: center;
  padding: 8px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cc-stat-ico {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.cc-hero-stats-grid div:last-child { border-right: 0; }
.cc-hero-stats-grid strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.cc-hero-stats-grid span {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991.98px) {
  body.home-fullhero .navbar:not(.scrolled) .nav-shell {
    flex-wrap: wrap;
    min-height: 58px;
    padding: 6px 10px 6px 14px;
  }
  .navbar-collapse {
    flex-basis: 100%;
    margin-top: 8px;
    padding: 8px 4px 12px;
    border-top: 1px solid #f1f5f9;
  }
  .navbar-nav .nav-link {
    margin: 0;
    padding: 12px 10px !important;
    border-radius: 9px;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    background: #fff8f4 !important;
  }
  .navbar-collapse .btn.btn-primary-custom {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cc-hero {
    min-height: 88vh;
    padding: 120px 0 56px;
    align-items: center;
  }
  .cc-hero-grid { display: grid; }
  .cc-hero-floats {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .cc-float-card { width: auto; }
  .cc-hero-stats-grid { grid-template-columns: 1fr 1fr; }
  .cc-hero-stats-grid div {
    border-right: 0;
    padding: 14px 8px;
  }
}

@media (max-width: 576px) {
  .cc-hero h1 { font-size: 2.15rem; }
  .cc-hero-trust { flex-wrap: wrap; }
  .cc-hero-floats { grid-template-columns: 1fr; }
}
.site-hero .si-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.site-hero .si-hero-pills span {
  background: #fff;
  border: 1px solid #ffd8b5;
  color: var(--blue);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.si-page .site-hero {
  padding: 48px 0 36px;
}
.cd-page .site-hero,
.jd-page .site-hero {
  padding: 28px 0 24px;
}
.iq-detail .site-hero {
  padding: 28px 0 12px;
}

/* Mega nav + light Interview catalog + light Job board + detail pages */

.mega-menu {
  min-width: min(380px, 92vw);
  border: 1px solid #f0e6dc !important;
  border-radius: 20px !important;
  padding: 14px !important;
  background: #fff !important;
  box-shadow: 0 22px 50px rgba(58, 56, 102, 0.14) !important;
  overflow: hidden;
}
.mega-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-color);
  padding: 2px 8px 10px;
}
.mega-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
.mega-card {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  color: var(--blue) !important;
  background: #fff;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.mega-card:hover {
  background: #fff8f4;
  border-color: #ffd8b5;
  transform: none;
  color: var(--blue) !important;
  box-shadow: 0 8px 18px rgba(244, 122, 32, 0.08);
}
.mega-copy { min-width: 0; }
.mega-card b {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 2px;
  letter-spacing: -0.02em;
}
.mega-copy span {
  display: block;
  font-size: 0.75rem;
  color: #8b869c;
  line-height: 1.4;
  font-weight: 600;
}
.mega-visual {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 1rem;
  color: #fff;
}
.mega-visual.interview { background: linear-gradient(135deg, var(--primary-color), #ff9a4d); }
.mega-visual.jobs { background: linear-gradient(135deg, var(--blue), #6b68b5); }
.mega-visual.intern { background: linear-gradient(135deg, #ea580c, #f47a20); }
.mega-go {
  color: #d6d3d1;
  font-size: 0.78rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.mega-card:hover .mega-go {
  color: var(--primary-color);
  transform: translateX(3px);
}
.mega-menu-courses {
  min-width: min(560px, 94vw);
}
.mega-grid-courses {
  grid-template-columns: 1fr 1fr;
  max-height: min(68vh, 440px);
  overflow-y: auto;
  padding-right: 2px;
}
.mega-card.compact {
  grid-template-columns: 1fr auto;
  padding: 10px 12px;
  gap: 10px;
}
.mega-card.compact.is-on {
  background: #fff8f4;
  border-color: #ffd8b5;
}
.mega-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--primary-color) !important;
  background: #fff8f4;
}
.mega-all:hover { background: #fff1e6; color: var(--primary-color) !important; }

@media (min-width: 992px) {
  .navbar .nav-item.dropdown { position: relative; }
  .navbar .nav-item.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 14px;
  }
  .navbar .dropdown-menu.mega-menu {
    margin-top: 10px;
  }
  .navbar .nav-item.dropdown:hover > .dropdown-menu,
  .navbar .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

/* ===== INTERVIEWS: unique arena layout ===== */
.iq-page {
  background: var(--light-blue);
}

.iq-masthead {
  position: relative;
  overflow: hidden;
  padding: 48px 0 56px;
  min-height: auto;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 86% 12%, rgba(244, 122, 32, 0.12), transparent 32%),
    var(--light-blue);
}

.iq-masthead .container {
  position: relative;
  z-index: 1;
}

.iq-orb {
  display: none;
}
.iq-orb-a {
  width: 280px;
  height: 280px;
  background: #ffb27a;
  opacity: 0.45;
  top: -60px;
  left: -40px;
  animation: blobFloat 8s ease-in-out infinite;
}
.iq-orb-b {
  width: 220px;
  height: 220px;
  background: #fde68a;
  opacity: 0.4;
  right: 8%;
  bottom: -50px;
  animation: blobFloat 10s ease-in-out infinite reverse;
}

.iq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #c2410c;
  margin-bottom: 14px;
}
.iq-kicker span {
  background: #111827;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  letter-spacing: 0;
}

.iq-title {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 16px;
}
.iq-title span {
  color: var(--primary-color);
  font-style: italic;
  font-weight: 700;
  position: relative;
}
.iq-title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 10px;
  background: rgba(255, 102, 0, 0.18);
  z-index: -1;
  border-radius: 4px;
}

.iq-lead {
  color: #57534e;
  max-width: 460px;
  margin-bottom: 18px;
}

.iq-float-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.iq-float-tags span {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 102, 0, 0.2);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #9a3412;
  backdrop-filter: blur(8px);
}
.iq-float-tags i { margin-right: 6px; color: var(--primary-color); }

.iq-search {
  position: relative;
  max-width: 440px;
}
.iq-search i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #a8a29e;
}
.iq-search input {
  width: 100%;
  border: 1px solid #e7e5e4;
  background: #fff;
  border-radius: 999px;
  padding: 14px 18px 14px 44px;
  outline: none;
  box-shadow: 0 12px 30px rgba(255, 102, 0, 0.1);
}
.iq-search input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.12);
}

.iq-hero-shot {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 24px 50px rgba(28, 25, 23, 0.18);
}

.iq-hero-shot img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.iq-hero-shot .iq-path {
  position: absolute;
  inset: 18px 14px 18px auto;
  width: min(92%, 360px);
}

.iq-hero {
  padding: 36px 0 12px;
  overflow: visible;
}

.iq-path {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  padding: 12px 8px 6px 0;
  overflow: visible;
}
.iq-path::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 32px;
  bottom: 20px;
  width: 2px;
  background: repeating-linear-gradient(#fdba74, #fdba74 6px, transparent 6px, transparent 12px);
  z-index: 0;
}
.path-step {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 12px;
  align-items: center;
  text-align: left;
  border: 1px solid #f5e6d8;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 12px 14px;
  box-shadow: 0 10px 24px rgba(120, 53, 15, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.path-step:nth-child(1) { transform: none; }
.path-step:nth-child(2) { margin-left: 22px; }
.path-step:nth-child(3) { margin-left: 8px; }
.path-step:nth-child(4) { margin-left: 28px; }
.path-step:hover, .path-step.active {
  transform: none !important;
  border-color: var(--primary-color);
  box-shadow: 0 12px 28px rgba(244, 122, 32, 0.14);
}
.path-step b { display: block; font-size: 0.92rem; }
.path-step small { color: #78716c; }
.path-step strong { font-size: 1.35rem; min-width: 36px; text-align: right; }
.path-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1rem;
}
.s-all .path-ico { background: var(--blue); }
.s-easy .path-ico { background: #059669; }
.s-easy strong { color: #059669; }
.s-mod .path-ico { background: #d97706; }
.s-mod strong { color: #d97706; }
.s-high .path-ico { background: #dc2626; }
.s-high strong { color: #dc2626; }

.iq-side {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px 14px;
  position: sticky;
  top: 92px;
  color: var(--blue);
  box-shadow: 0 14px 36px rgba(58, 56, 102, 0.07);
}
.iq-side-label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b869c;
  font-weight: 800;
  padding: 0 8px 10px;
}
.iq-track {
  border: 0;
  background: transparent;
  color: var(--blue);
  text-align: left;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
}
.iq-track i { width: 22px; color: var(--primary-color); }
.iq-track:hover {
  background: var(--light-bg);
  color: var(--blue);
}
.iq-track.active {
  background: var(--primary-color);
  color: #fff;
}
.iq-track.active i { color: #fff; }

.iq-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.iq-list-head h2 { font-size: 1.15rem; margin: 0; }
.iq-list-head #visibleCount { color: #78716c; font-size: 0.85rem; font-weight: 600; }

.iq-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: start;
}

.iq-item {
  background: #fff;
  border: 1px solid #f0e6dc;
  border-radius: 20px;
  margin-bottom: 12px;
  overflow: hidden;
}
.iq-item.open {
  background: #fff9f5;
  border-color: #ffd8b5;
  box-shadow: 0 10px 28px rgba(244, 122, 32, 0.08);
}

.iq-qbtn {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 20px 22px;
  display: flex;
  gap: 14px;
  align-items: center;
  cursor: pointer;
}
.iq-qbtn h3 {
  font-size: 1.06rem;
  margin: 0;
  line-height: 1.4;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.iq-ans {
  display: none;
  padding: 0 22px 24px;
  color: #4b5563;
  line-height: 1.75;
}
.iq-item.open .iq-ans { display: block; }
.iq-item.open .iq-chevron { transform: rotate(180deg); color: var(--primary-color); }
.iq-chevron { margin-left: auto; color: #c4bdb6; transition: transform 0.2s ease; font-size: 0.85rem; }

.q-card {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-height: 180px;
}
.q-card h3 { font-size: 1.05rem; margin: 10px 0 12px; }
.q-card .read-link { margin-top: auto; font-weight: 700; color: var(--primary-color); }

.pager.light button {
  background: #fff;
  color: #374151;
  border: 1px solid var(--border);
}
.pager.light button.active, .pager.light button:hover:not(:disabled) {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

/* Interview DETAIL — article layout */
.iq-detail .iqd-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.85fr);
  gap: 20px;
  align-items: start;
}
.iq-article {
  background: #fff;
  border: 1px solid #f0e4db;
  border-radius: 24px;
  padding: 28px 30px;
  box-shadow: 0 12px 40px rgba(255, 102, 0, 0.06);
}
.iq-article h1 {
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  color: var(--blue);
  letter-spacing: -0.035em;
  line-height: 1.28;
  margin: 14px 0 8px;
  font-weight: 800;
}
.iq-article h2 {
  font-size: 1.05rem;
  color: var(--blue);
  margin: 0;
  font-weight: 800;
}
.iqd-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.iq-detail .topic-badge {
  font-size: 0.78rem;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f4f2fb;
  color: var(--blue);
}
.iq-detail .level-pill { font-size: 0.78rem; padding: 5px 11px; }
.iqd-meta {
  margin: 0 0 22px;
  color: var(--text-light);
  font-weight: 600;
  font-size: 0.95rem;
}
.iqd-answer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.iqd-copy {
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #ffd0a8;
  background: #fff8f2;
  color: var(--primary-color);
  font-weight: 700;
  font-family: inherit;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.iqd-takeaway {
  margin: 0 0 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff8f2, #fff);
  border: 1px solid #ffe3cc;
  color: var(--blue);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.55;
}
.iq-answer {
  background: #faf8ff;
  border-left: 4px solid var(--primary-color);
  border-radius: 0 16px 16px 0;
  padding: 18px 20px;
  line-height: 1.85;
  color: var(--text-dark);
  font-size: 1.08rem;
  max-width: 68ch;
}
.iq-answer p { margin: 0 0 12px; }
.iq-answer p:last-child { margin-bottom: 0; }
.iqd-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.iqd-pager {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px dashed var(--border);
}
.iqd-step {
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.iqd-step:hover { color: var(--primary-color); }
.iqd-side { display: grid; gap: 16px; }
.iq-article.iqd-track {
  background:
    radial-gradient(circle at 88% 12%, rgba(58, 56, 102, 0.08), transparent 36%),
    linear-gradient(165deg, #f5f7fc 0%, #e4ecf8 100%);
  border: 1.5px solid #c5d0e6;
  box-shadow: inset 4px 0 0 var(--blue), 0 12px 28px rgba(58, 56, 102, 0.1);
}
.iqd-track-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 6px 0 10px;
}
.iqd-track b {
  display: block;
  font-size: 1.15rem;
  color: var(--blue);
  margin: 0;
}
.iqd-track .cd-duration {
  padding: 6px 12px;
  font-size: 0.8rem;
  background: #fff;
  border-color: #c5d0e6;
}
.iqd-track .cd-duration i { color: var(--blue); }
.iqd-track p { color: #5c5774; font-weight: 600; margin: 0 0 18px; line-height: 1.5; }
.iqd-track-actions {
  display: grid;
  gap: 12px;
}
.iqd-track-actions .btn.btn-primary-custom,
.iqd-track-actions .btn.btn-ghost,
.iqd-track-actions .btn.btn-navy {
  width: 100% !important;
}
.iqd-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-color);
}
.iqd-side .btn.btn-primary-custom,
.iqd-side .btn.btn-ghost,
.iqd-side .btn.btn-navy { width: 100% !important; }
.iqd-rel { display: grid; gap: 10px; margin-top: 14px; }
.iqd-rel a {
  display: grid;
  gap: 6px;
  padding: 14px 15px;
  border: 1px solid var(--border);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: #faf8ff;
}
.iqd-rel a:hover { border-color: #ffd0a8; background: #fff8f2; }
.iqd-rel b { color: var(--blue); font-size: 0.95rem; line-height: 1.4; font-weight: 700; }
.iqd-rel-meta {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600; color: var(--text-light);
}
.iqd-rel .level-pill { font-size: 0.7rem; padding: 3px 8px; }
@media (max-width: 980px) {
  .iq-detail .iqd-grid { grid-template-columns: 1fr; }
}

/* ===== PLACEMENTS: cool corporate board ===== */
.job-page { background: var(--light-blue); }

.jobs-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--border);
}

.jobs-searchbar {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 10px;
  background: #fff;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}
.jobs-searchbar input {
  border: 0;
  outline: none;
  padding: 10px 12px;
}

.job-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 22px;
}

.job-filter-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 16px;
}

.job-listing {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
  color: inherit;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.job-listing:hover {
  border-color: #99f6e4;
  box-shadow: 0 10px 28px rgba(15, 118, 110, 0.1);
  color: inherit;
}
.job-listing h3 { font-size: 1.08rem; margin: 0 0 4px; }
.salary-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #ffd0a8;
  background: var(--primary-soft);
  color: var(--primary-color);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(244, 122, 32, 0.08);
}

.salary-tag i {
  font-size: 0.72rem;
}

.side-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  padding: 8px 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: left;
}

.pager {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 0 0;
}
.pager button {
  min-width: 38px;
  height: 38px;
  border-radius: 10px;
  font-weight: 700;
}
.side-btn.light { color: #334155; }
.side-btn.light:hover, .side-btn.light.active {
  background: #ecfdf5;
  color: #0f766e;
}

.post-panel {
  background: #fff;
  border: 1px solid #e8e4f0;
  border-radius: 24px;
  padding: 28px 28px 24px;
  box-shadow: 0 18px 50px rgba(58, 56, 102, 0.08);
}
.post-panel h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--blue);
}
.post-panel-lead {
  margin: 6px 0 0;
  color: var(--text-light);
  font-weight: 600;
  font-size: 0.92rem;
  max-width: 52ch;
}
.post-panel .form-label {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 6px;
}
.post-panel .form-control, .post-panel .form-select, .post-panel textarea {
  background: #fff;
  border: 1.5px solid #e4e0ef;
  border-radius: 12px;
  height: 40px;
  min-height: 40px;
  font-weight: 600;
  color: var(--blue);
  box-shadow: none;
}
.post-panel textarea.form-control {
  height: auto;
  min-height: 120px;
  padding-top: 10px;
}
.post-panel .form-control:focus, .post-panel .form-select:focus {
  border-color: #ffd0a8;
  box-shadow: 0 0 0 4px rgba(244, 122, 32, 0.12);
}
.post-panel .form-control::placeholder {
  color: #b4adc4;
  font-weight: 600;
}

.post-job-page { background: var(--light-blue); }
.pj-hero {
  padding: 28px 0 8px;
}
.pj-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}
.pj-hero h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: var(--blue);
  margin: 10px 0 12px;
}
.pj-hero h1 span { color: var(--primary-color); }
.pj-hero p {
  max-width: 52ch;
  color: var(--text-light);
  font-weight: 600;
  font-size: 1.02rem;
  margin-bottom: 22px;
}
.pj-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.pj-hero-card {
  background: #fff;
  border: 1px solid #efeaf4;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 22px 50px rgba(58, 56, 102, 0.1);
}
.pj-mini-job {
  background: linear-gradient(180deg, #fff8f2, #fff);
  border: 1px solid #ffe3cc;
  border-radius: 18px;
  padding: 16px 16px 14px;
  margin-bottom: 14px;
}
.pj-mini-job small {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 6px;
}
.pj-mini-job b {
  display: block;
  color: var(--blue);
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}
.pj-mini-job > span {
  display: block;
  color: var(--text-light);
  font-weight: 600;
  font-size: 0.86rem;
  margin: 4px 0 10px;
}
.pj-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.pj-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--blue);
  font-size: 0.9rem;
}
.pj-steps i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  font-style: normal;
  font-weight: 800;
  font-size: 0.78rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.pj-wrap { padding: 28px 0 72px; }
.pj-desk {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.7fr);
  gap: 22px;
  align-items: start;
}
.pj-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.pj-badge {
  flex-shrink: 0;
  background: #fff4eb;
  color: var(--primary-color);
  border: 1px solid #ffd0a8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}
.pj-sec {
  margin: 8px 0 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-color);
  padding-bottom: 6px;
  border-bottom: 1px dashed #ffe3cc;
}
.pj-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.pj-submit small {
  color: var(--text-light);
  font-weight: 600;
}
.pj-side { display: grid; gap: 14px; position: sticky; top: 96px; }
.pj-side-card {
  background: #fff;
  border: 1px solid #efeaf4;
  border-radius: 22px;
  padding: 20px 20px 18px;
  box-shadow: 0 12px 32px rgba(58, 56, 102, 0.06);
}
.pj-side-card.soft {
  background: linear-gradient(180deg, #fff8f2, #fff);
  border-color: #ffe3cc;
}
.pj-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 6px;
}
.pj-side-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: var(--blue);
  letter-spacing: -0.02em;
}
.pj-side-card p {
  margin: 0 0 12px;
  color: var(--text-light);
  font-weight: 600;
  font-size: 0.9rem;
}
.pj-side-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.pj-side-card li {
  display: flex;
  gap: 10px;
  color: var(--blue);
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.45;
}
.pj-side-card li i {
  color: var(--primary-color);
  margin-top: 3px;
  width: 16px;
}
.pj-side-link {
  font-weight: 800;
  color: var(--primary-color);
  text-decoration: none;
}
.pj-side-link:hover { color: var(--blue); }
.post-success {
  text-align: center;
  padding: 28px 12px 12px;
}
.post-success h3 {
  margin: 12px 0 8px;
  color: var(--blue);
  font-size: 1.4rem;
}
.post-success p {
  max-width: 46ch;
  margin: 0 auto 18px;
  color: var(--text-light);
  font-weight: 600;
}
.pj-ok {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  background: #e8f8ef;
  color: #0f9f5a;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
}
.pj-ok-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }

@media (max-width: 991px) {
  .pj-hero-grid, .pj-desk { grid-template-columns: 1fr; }
  .pj-side { position: static; }
}
@media (max-width: 768px) {
  .post-panel { padding: 20px 16px 16px; border-radius: 18px; }
  .pj-panel-head { flex-direction: column; }
}

/* Job DETAIL — dossier + sticky apply */
.jd-apply {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 20px;
  position: sticky;
  top: 96px;
}
.jd-body {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px;
}

.crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 10px 20px 10px 16px;
  border-radius: 999px;
  background: var(--blue);
  color: rgba(255, 255, 255, 0.38);
  font-family: "Plus Jakarta Sans", var(--font-main), sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.crumb a,
.crumb span {
  font-family: "Plus Jakarta Sans", var(--font-main), sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.crumb a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.crumb a:hover { color: var(--primary-color); }
.crumb > i,
.crumb a .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.crumb > i {
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.38);
}
.crumb a .fa-house { font-size: 0.78rem; }
.crumb span {
  color: var(--primary-color);
  font-weight: 800;
}

.stat-pills.light {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.stat-pills.light .stat-pill {
  background: #fff;
  border: 1px solid #f0e4db;
  border-radius: 16px;
  padding: 12px;
}
.stat-pills.light strong { color: #111827; display: block; font-size: 1.35rem; }
.stat-pills.light span { font-size: 0.72rem; color: #6b7280; font-weight: 700; }

.dash-frame {
  background: #111827;
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
  min-height: 430px;
}
.dash-frame::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -20%;
  width: 280px;
  height: 280px;
  background: var(--primary-color);
  filter: blur(80px);
  opacity: 0.35;
}
.dash-top { display: flex; gap: 6px; margin-bottom: 14px; }
.dash-top i { width: 10px; height: 10px; border-radius: 50%; background: #374151; display: block; }
.dash-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 10px; position: relative; z-index: 1; }
.dash-tile { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 12px; color: #e5e7eb; }
.dash-line { height: 8px; background: rgba(255,255,255,0.08); border-radius: 99px; margin: 8px 0; }
.dash-line.w60 { width: 60%; }
.dash-line.w80 { width: 80%; }
.dash-line.accent { background: linear-gradient(90deg, var(--primary-color), #ffb27a); width: 72%; height: 10px; }

@media (max-width: 991px) {
  .mega-menu {
    min-width: 0;
    width: 100%;
    margin: 8px 0 6px;
    box-shadow: none !important;
  }
  .mega-grid-courses { grid-template-columns: 1fr; max-height: none; }
  .iq-layout { grid-template-columns: 1fr; }
  .iq-side { position: static; }
  .job-layout, .jobs-searchbar, .naukri-search, .stat-pills.light, .dash-grid {
    grid-template-columns: 1fr;
  }
  .naukri-search label {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .naukri-search button.btn.btn-primary-custom,
  .naukri-search button.btn.btn-navy {
    width: 100% !important;
    border-radius: 0 !important;
  }
  .job-filter-card, .nk-apply-card { position: static; }
  .nk-head-row { flex-direction: column; }
  .job-listing { grid-template-columns: 48px 1fr; }
  .job-listing .salary-tag { grid-column: 2; }
  .iq-hero-shot { min-height: auto; }
  .iq-hero-shot img { min-height: 210px; max-height: 230px; }
  .iq-hero-shot .iq-path {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 12px;
  }
  .path-step:nth-child(n) { margin-left: 0; transform: none; }
}

/* One CTA size for every page */
a.btn.btn-primary-custom,
a.btn.btn-ghost,
a.btn.btn-navy,
button.btn.btn-primary-custom,
button.btn.btn-ghost,
button.btn.btn-navy,
.btn.btn-primary-custom,
.btn.btn-ghost,
.btn.btn-navy,
.btn.btn-primary-custom.btn-lg,
.btn.btn-ghost.btn-lg,
.btn.btn-navy.btn-lg,
.btn.btn-primary-custom.w-100,
.btn.btn-ghost.w-100,
.btn.btn-navy.w-100,
.btn.btn-primary-custom.py-3,
.navbar .btn.btn-primary-custom,
.navbar .btn.btn-navy {
  --bs-btn-padding-y: 12px;
  --bs-btn-padding-x: 28px;
  --bs-btn-font-size: 0.95rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.2;
  --bs-btn-border-width: 2px;
  --bs-btn-border-radius: 50px;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  width: auto !important;
  padding: 0 28px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  border-width: 2px !important;
  border-radius: 50px !important;
  white-space: nowrap !important;
}

.btn.btn-primary-custom i,
.btn.btn-ghost i,
.btn.btn-navy i {
  font-size: 0.92rem !important;
  line-height: 1 !important;
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  .navbar-collapse .btn.btn-primary-custom {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.jobs-searchbar .btn {
  align-self: center;
}

.naukri-search {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1fr auto;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  min-height: 52px;
}

.naukri-search label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 14px;
  min-height: 52px;
  border-right: 1px solid var(--border);
}

.naukri-search label i { color: var(--blue); flex-shrink: 0; }

.naukri-search input,
.naukri-search select {
  border: 0;
  outline: none;
  width: 100%;
  height: 52px;
  background: transparent;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 52px;
  padding: 0;
}

.naukri-search button.btn.btn-primary-custom,
.naukri-search button.btn.btn-navy {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 22px !important;
  margin: 0 !important;
  width: auto !important;
  align-self: stretch !important;
  transform: none !important;
}

.naukri-search button.btn.btn-primary-custom:hover {
  background: var(--primary-hover) !important;
  color: #fff !important;
  transform: none !important;
}

.naukri-search button.btn.btn-navy:hover {
  background: var(--blue-hover) !important;
  color: #fff !important;
  transform: none !important;
}

.job-filter-card {
  position: sticky;
  top: 92px;
  height: fit-content;
}

.nk-filter-head {
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.nk-filter-title {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 6px;
}

.nk-filter-block + .nk-filter-block {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.nk-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.nk-sort {
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  min-width: 188px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%233a3866' d='M1.2.6 6 5.4 10.8.6 12 1.8 6 7.8 0 1.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px 7px;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 40px;
  color: var(--blue);
  box-shadow: 0 4px 12px rgba(58, 56, 102, 0.06);
  cursor: pointer;
  vertical-align: middle;
}

.nk-sort:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(244, 122, 32, 0.14);
}

.nk-job {
  display: block;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 12px;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nk-job:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 28px rgba(244, 122, 32, 0.12);
  color: inherit;
}

.nk-job-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.nk-job-pay {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

.nk-job h3 {
  font-size: 1.12rem;
  margin: 0 0 6px;
  color: var(--blue);
}

.nk-company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--text-dark);
}

.nk-rating {
  color: var(--primary-color);
  font-weight: 800;
}

.nk-rating i { font-size: 0.78rem; }

.nk-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--text-light);
  font-size: 0.9rem;
  margin: 10px 0 12px;
  font-weight: 600;
}

.nk-facts i { color: var(--blue); margin-right: 6px; }

.nk-facts-lg { font-size: 0.95rem; margin: 14px 0 0; }

.nk-job-foot,
.nk-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed var(--border);
  font-size: 0.8rem;
  color: var(--text-light);
  font-weight: 600;
}

.nk-head-card,
.nk-block,
.nk-apply-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 24px;
}

.nk-head-card { margin-bottom: 8px; }

.nk-head-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.nk-head-card h1 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  color: var(--blue);
  margin-bottom: 8px;
}

.nk-logo-lg {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  flex-shrink: 0;
}

.nk-head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.nk-block + .nk-block { margin-top: 14px; }

.nk-block h2,
.nk-apply-card h3 {
  font-size: 1.05rem;
  color: var(--blue);
  margin-bottom: 12px;
}

.nk-block p,
.nk-block li {
  color: var(--text-light);
  line-height: 1.75;
}

.nk-block ul { padding-left: 1.15rem; margin-bottom: 0; }
.nk-block li { margin-bottom: 6px; }

.nk-apply-card {
  position: sticky;
  top: 96px;
  min-width: 0;
}

.nk-offer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nk-offer-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, #fff8f2 0%, #fff 70%);
  border: 1px solid #ffe3cc;
}
.nk-offer-stat small {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-color);
}
.nk-offer-stat b {
  display: block;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: var(--blue);
  font-weight: 800;
}
.nk-offer-stat span {
  font-size: 0.8rem;
  color: var(--text-light);
  font-weight: 600;
}
.nk-offer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nk-offer-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue);
  background: #f7f5fb;
  border-radius: 999px;
  padding: 6px 10px;
}
.nk-offer-meta i { color: var(--primary-color); font-size: 0.72rem; }
.nk-apply-card .btn.btn-primary-custom,
.nk-apply-card .btn.btn-ghost,
.nk-apply-card .btn.btn-navy {
  width: 100% !important;
}
.nk-offer-note {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-light);
}

.nk-similar {
  display: grid;
  gap: 2px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: inherit;
}

.nk-similar b { color: var(--blue); font-size: 0.92rem; }
.nk-similar span { font-size: 0.8rem; color: var(--text-light); }
.nk-similar:hover { color: inherit; }
.nk-similar:hover b { color: var(--primary-color); }

.side-btn.light:hover,
.side-btn.light.active {
  background: var(--primary-soft);
  color: var(--primary-color);
}

.cd-cover {
  width: 240px;
  height: 160px;
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
  border: 1px solid var(--border);
  background: var(--blue-soft);
}

.cd-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: var(--primary-color);
  border: 1px solid #ffd0a8;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.cd-module {
  padding: 14px 0;
  border-bottom: 1px dashed var(--border);
}

.cd-module:first-child { padding-top: 0; }
.cd-module:last-child { border-bottom: 0; padding-bottom: 0; }

.cd-module strong {
  display: block;
  color: var(--blue);
  margin-bottom: 6px;
}

.cd-module ul { margin-top: 6px; }

.program-title-link {
  color: inherit;
  text-decoration: none;
}

.program-title-link:hover { color: var(--primary-color); }

.nk-block .program-includes {
  padding-left: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .nk-head-row { flex-direction: column-reverse; }
  .cd-cover { width: 100%; height: 180px; }
}

.lead-modal {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(58, 56, 102, 0.22);
  max-height: calc(100vh - 24px);
}

#leadModal { overflow: hidden; }
#leadModal .modal-dialog {
  overflow: visible;
  margin: 12px auto;
  max-width: 980px;
}

html.modal-lock,
body.modal-lock,
body.modal-open {
  overflow: hidden !important;
  overscroll-behavior: none;
  touch-action: none;
}

.lead-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 0;
  max-height: calc(100vh - 24px);
}

.lead-visual {
  position: relative;
  min-height: 220px;
  background: var(--blue);
  overflow: hidden;
  border-radius: 24px 0 0 24px;
}

.lead-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lead-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(58, 56, 102, 0.12) 0%, rgba(58, 56, 102, 0.82) 100%);
}

.lead-visual-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
}

.lead-visual-copy span {
  display: inline-block;
  background: var(--primary-color);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.lead-visual-copy b {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.lead-visual-copy p { display: none; }

.lead-panel {
  padding: 0;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: calc(100vh - 24px);
}
#leadForm,
#leadFormBody {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
}
.lead-form-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0 22px 8px;
}
.lead-form-foot {
  flex-shrink: 0;
  padding: 12px 22px 16px;
  border-top: 1px solid #eeeaf4;
  background: #fff;
}
.lead-form-foot .btn {
  width: 100%;
}
.lead-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
  padding: 16px 22px 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #eeeaf4;
}

.lead-modal .modal-title {
  font-size: 1.35rem;
  color: var(--blue);
  margin: 2px 0 0;
  letter-spacing: -0.03em;
}

.lead-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f4f2fb;
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.lead-close:hover { background: var(--primary-soft); color: var(--primary-color); }

.lead-hint {
  color: var(--text-light);
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.lead-field {
  position: relative;
  margin-bottom: 10px;
}

.lead-field > label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #8b869c;
  margin-bottom: 4px;
}

.lead-input,
.lead-select-btn {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border: 1.5px solid #e4e0ef;
  border-radius: 10px;
  background: #fff !important;
  background-image: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  text-align: left;
  color: var(--blue);
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-select-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
  background: transparent;
}

.lead-input i,
.lead-select-btn > i {
  color: var(--primary-color);
  width: 16px;
  text-align: center;
}

.lead-input input {
  border: 0;
  outline: none;
  flex: 1;
  min-width: 0;
  height: 38px;
  background: transparent;
  color: var(--blue);
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1;
}

.lead-input input::placeholder,
.lead-select-value.placeholder {
  color: #9b97ad;
  font-weight: 500;
}

.lead-input:focus-within,
.lead-select-btn.open,
.lead-select-btn:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(244, 122, 32, 0.14);
}

.lead-select-value {
  flex: 1;
  min-width: 0;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lead-select-btn.open .fa-chevron-down { transform: rotate(180deg); }

.lead-select-menu,
.lead-cal {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 5;
  background: #fff;
  border: 1px solid #ece8f5;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(58, 56, 102, 0.16);
  overflow: hidden;
}

.lead-cal {
  top: auto;
  bottom: calc(100% + 6px);
}

.lead-select-menu { padding: 6px; max-height: 210px; overflow-y: auto; }

.lead-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  border: 0;
  background: transparent;
  border-radius: 12px;
  padding: 10px 10px;
  color: var(--blue);
}

.lead-option:hover,
.lead-option.active {
  background: var(--light-bg);
}

.lead-option-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--blue-soft);
  color: var(--blue);
  flex-shrink: 0;
}

.lead-option.active .lead-option-icon {
  background: var(--primary-color);
  color: #fff;
}

.lead-option b { display: block; font-size: 0.9rem; }
.lead-option small { display: block; color: #8b869c; font-size: 0.72rem; }

.lead-mode-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.lead-mode {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.lead-mode input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.lead-mode span {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1.5px solid #e4e0ef;
  border-radius: 10px;
  background: #fff;
  color: var(--blue);
  font-weight: 700;
  font-size: 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.lead-mode span i { color: var(--primary-color); }
.lead-mode input:checked + span {
  border-color: var(--primary-color);
  background: #fff8f2;
  box-shadow: 0 0 0 4px rgba(244, 122, 32, 0.12);
}
.lead-mode.off { display: none; }

.program-modes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.nk-head-card .program-modes { margin: 12px 0 4px; }
.mode-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  border-radius: 999px;
}
.mode-pill.online {
  background: #fff4eb;
  color: #c2410c;
}
.mode-pill.offline {
  background: #eef2ff;
  color: var(--blue);
}
.mode-pill i { font-size: 0.7rem; }

.lead-cal { padding: 14px; }

.lead-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.lead-cal-head strong { color: var(--blue); font-size: 0.95rem; }

.lead-cal-head button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--light-bg);
  color: var(--blue);
}

.lead-cal-head button:hover { background: var(--primary-soft); color: var(--primary-color); }

.lead-cal-week,
.lead-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  text-align: center;
}

.lead-cal-week span {
  font-size: 0.7rem;
  font-weight: 800;
  color: #9b97ad;
  padding: 4px 0;
}

.lead-day {
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--blue);
  font-weight: 700;
  font-size: 0.82rem;
}

.lead-day:hover:not(:disabled) { background: var(--light-bg); }
.lead-day.today { box-shadow: inset 0 0 0 1.5px var(--blue); }
.lead-day.selected,
.lead-day.selected:hover {
  background: var(--primary-color);
  color: #fff;
}
.lead-day.muted,
.lead-day:disabled {
  color: #c9c6d4;
  cursor: default;
}

.lead-error {
  color: #dc2626;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 4px 0 10px;
}

.lead-success {
  padding: 48px 12px 20px;
}

.lead-success i {
  font-size: 2.4rem;
  color: #059669;
  margin-bottom: 12px;
}

.lead-success h3 {
  color: var(--blue);
  font-size: 1.3rem;
}

.lead-success p {
  color: var(--text-light);
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .lead-layout { grid-template-columns: 1fr; max-height: calc(100vh - 16px); }
  .lead-visual {
    height: 120px;
    min-height: 120px;
    border-radius: 24px 24px 0 0;
  }
  .lead-form-scroll { padding: 0 16px 8px; }
  .lead-form-foot { padding: 12px 16px 16px; }
  .lead-panel-head { padding: 14px 16px 8px; }
}

.iq-db-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.iq-db-stats div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 18px;
}

.iq-db-stats b {
  display: block;
  font-size: 1.6rem;
  color: var(--blue);
  letter-spacing: -0.03em;
}

.iq-db-stats span {
  color: #8b869c;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.iq-list-head {
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 18px 20px 16px;
  margin: 0;
  background: linear-gradient(180deg, #fff8f2 0%, #fff 100%);
  border-bottom: 1px solid #ffe3cc;
}

.iq-db-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(58, 56, 102, 0.07);
}

.iq-db-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.iq-db-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--primary-color);
  color: #fff;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.iq-db-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 2px;
}

.iq-db-title h2 {
  font-size: 1.45rem;
  margin: 0;
  color: var(--blue);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.iq-table-head {
  display: none;
}

.iq-list-head #visibleCount {
  display: block;
  color: #8b869c;
  font-size: 0.78rem;
  font-weight: 700;
}

.iq-db-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.iq-page-size {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #8b869c;
  margin: 0;
}

.iq-page-size select {
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  min-width: 64px;
  padding: 0 28px 0 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-weight: 700;
  color: var(--blue);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%233a3866' d='M1.2.6 6 5.4 10.8.6 12 1.8 6 7.8 0 1.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 7px;
  line-height: 40px;
  cursor: pointer;
}

.iq-page-size select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(244, 122, 32, 0.12);
}

.iq-dl-btn {
  height: 40px;
  min-height: 40px;
  border: 1.5px solid #ffd0a8;
  border-radius: 10px;
  background: var(--primary-soft);
  color: var(--primary-color);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.iq-dl-btn:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

#qaList {
  padding: 14px 16px 10px;
  display: grid;
  gap: 12px;
  background: #fff8f4;
}

.iq-db-panel .iq-item {
  margin: 0;
  border: 1px solid #f0e6dc;
  border-radius: 18px;
  box-shadow: none;
}

.iq-db-panel .iq-item.open {
  background: #fff9f5;
  border-color: #ffd8b5;
  box-shadow: 0 8px 24px rgba(244, 122, 32, 0.08);
}

.iq-db-panel .iq-ans {
  padding: 2px 24px 24px 90px;
}

.iq-db-panel .empty-state {
  margin: 0;
  padding: 28px 18px;
  border: 0;
  box-shadow: none;
}

.iq-db-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px 16px;
  margin: 0;
  background: #fff8f4;
}
.iq-pager-meta {
  font-size: 0.82rem;
  font-weight: 700;
  color: #8b869c;
}
.iq-pager-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  max-width: 100%;
}
.iq-pg-num,
.iq-pg-nav {
  height: 40px;
  min-width: 40px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #f0e6dc;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
  font-size: 0.85rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.iq-pg-nav { min-width: 84px; }
.iq-pg-num.active,
.iq-pg-num:hover,
.iq-pg-nav:hover:not(:disabled) {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.iq-pg-nav:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  background: #fff;
  color: #a8a29e;
}
.iq-pg-gap {
  min-width: 22px;
  text-align: center;
  font-weight: 800;
  color: #c4bdb6;
  letter-spacing: 0.08em;
}
@media (max-width: 576px) {
  .iq-db-pager { justify-content: center; }
  .iq-pager-meta { width: 100%; text-align: center; }
  .iq-pg-nav { min-width: 40px; padding: 0; }
  .iq-pg-nav { font-size: 0; gap: 0; }
  .iq-pg-nav i { font-size: 0.78rem; }
}

.iq-page .iq-qbtn {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto 22px;
  gap: 8px 16px;
  align-items: center;
  padding: 20px 22px;
}

.iq-id {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--primary-color);
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.iq-qmeta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.iq-page .iq-qbtn .level-pill,
.iq-page .iq-qbtn .topic-badge {
  font-size: 0.74rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.iq-page .iq-qbtn .topic-badge {
  background: #eef0f3;
  color: #5b6570;
  border-radius: 999px;
}

.iq-viz {
  background: #fff;
  border: 1px solid #c5d0e6;
  border-radius: 16px;
  padding: 14px 14px 12px;
  margin: 0 0 18px;
}
.iq-viz--flow {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 22px;
}
.iq-viz-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 12px;
}
.iq-viz-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.iq-viz-step {
  flex: 1 1 0;
  min-width: 0;
  background: #eef4fb;
  border: 1px solid #c5d0e6;
  border-radius: 16px;
  padding: 14px 16px;
}
.iq-viz-step small {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 6px;
}
.iq-viz-step b {
  display: block;
  color: var(--blue);
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 800;
  word-break: break-word;
}
.iq-viz-arrow {
  flex: 0 0 18px;
  width: 18px;
  display: grid;
  place-items: center;
  align-self: center;
  color: var(--blue);
  font-size: 0.8rem;
  line-height: 1;
}
.iq-viz-arrow::before { content: none; }
.iq-viz-nest {
  border: 2px dashed;
  border-radius: 12px;
  padding: 8px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
}
.iq-viz-nest > span { display: block; margin-bottom: 6px; }
.iq-viz-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.iq-viz-chips span {
  background: #fff4eb;
  color: #c2410c;
  border: 1px solid #ffd0a8;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.8rem;
  font-weight: 800;
}
.iq-viz-array {
  display: flex;
  gap: 6px;
}
.iq-viz-array i {
  flex: 1;
  height: 44px;
  border-radius: 10px;
  background: #fff4eb;
  border: 1px solid #ffd0a8;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 800;
  color: var(--blue);
}
.iq-viz-note {
  margin: 8px 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-light);
}
.iq-viz-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.iq-viz-stats div {
  background: #fff8f2;
  border: 1px solid #ffe3cc;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}
.iq-viz-stats b { display: block; color: var(--blue); font-size: 0.78rem; }
.iq-viz-stats span { display: block; font-size: 1.2rem; font-weight: 800; color: var(--primary-color); }
.iq-viz-stats small { color: var(--text-light); font-weight: 600; }
.iq-viz-split {
  display: flex;
  gap: 6px;
  overflow: hidden;
  border-radius: 12px;
}
.iq-viz-split i {
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 800;
  color: #fff;
  padding: 12px 8px;
  text-align: center;
}
.iq-viz-split i:nth-child(1) { background: #3a3866; }
.iq-viz-split i:nth-child(2) { background: #f47a20; }
.iq-viz-split i:nth-child(3) { background: #7c6fd6; }
.iq-viz-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.iq-viz-layout > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  background: #f7f5fb;
  border-radius: 12px;
  padding: 10px;
}
.iq-viz-layout small { width: 100%; font-weight: 800; color: var(--blue); }
.iq-viz-layout b {
  height: 22px;
  border-radius: 6px;
  background: #ffd0a8;
  flex: 1;
}
.iq-viz-layout .grid b { flex: 0 0 calc(50% - 3px); background: #c7d2fe; }
.iq-viz-tree { text-align: center; }
.iq-viz-tree b, .iq-viz-tree span {
  display: inline-block;
  background: #fff4eb;
  border: 1px solid #ffd0a8;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--blue);
  margin: 3px;
}
.iq-viz-tree .kids { margin-top: 4px; }
.iq-teach {
  display: grid;
  gap: 4px;
}
.iq-teach-block {
  margin-bottom: 20px;
}
.iq-teach-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.iq-teach-block p, .iq-teach-block li {
  margin: 0;
  color: var(--blue);
  font-weight: 600;
  line-height: 1.75;
  font-size: 0.98rem;
}
.iq-teach-block ul {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 10px;
}
.iq-teach-say {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 16px;
  align-items: start;
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 122, 32, 0.12), transparent 42%),
    linear-gradient(180deg, #fffaf6 0%, #fff5ee 100%);
  border: 1px solid #ffd7b8;
  border-radius: 16px;
  padding: 18px 22px 18px 20px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 5px 0 0 var(--blue), 0 10px 24px rgba(244, 122, 32, 0.08);
}
.iq-teach-say-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(58, 56, 102, 0.18);
}
.iq-teach-say-copy {
  min-width: 0;
  padding-top: 2px;
}
.iq-teach-say-kicker {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 8px;
  line-height: 1.35;
}
.iq-teach-say p {
  margin: 0;
  color: var(--blue);
  font-weight: 600;
  line-height: 1.7;
  font-size: 0.98rem;
}
#iqTeachMount { margin-top: 8px; }
.iq-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #a8a29e;
  text-decoration: none;
}
.iq-more:hover { color: var(--primary-color); }

@media (max-width: 576px) {
  .iq-viz-stats, .iq-viz-layout { grid-template-columns: 1fr; }
  .iq-viz-row { flex-wrap: wrap; }
  .iq-viz-arrow { display: none; }
  .iq-viz-step { flex: 1 1 100%; }
  .iq-teach-say { padding: 16px 16px 16px 14px; gap: 12px; }
  .iq-teach-say-ico { width: 34px; height: 34px; border-radius: 9px; }
}

.iq-page .iq-qbtn h3 {
  margin: 0;
  font-size: 1.06rem;
  min-width: 0;
}

.iq-downloads {
  background: var(--light-bg);
  padding: 64px 0;
  border-top: 1px solid var(--border);
}

.iq-dl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.iq-dl-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  min-height: 210px;
}

.iq-dl-card.featured {
  border-color: #ffd0a8;
  background: linear-gradient(180deg, #fff, var(--light-bg));
}

.iq-dl-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--blue-soft);
  color: var(--blue);
  margin-bottom: 12px;
}

.iq-dl-card h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.iq-dl-card p {
  color: #78716c;
  font-size: 0.85rem;
  margin-bottom: 16px;
  flex: 1;
}

@media (max-width: 991px) {
  .iq-dl-grid { grid-template-columns: 1fr 1fr; }
  .iq-db-stats { grid-template-columns: 1fr 1fr; }
  .iq-page .iq-qbtn {
    grid-template-columns: 44px minmax(0, 1fr) 22px;
    grid-template-areas:
      "id q chev"
      "id meta chev";
    gap: 6px 12px;
    padding: 16px 16px 14px;
  }
  .iq-page .iq-qbtn .iq-id { grid-area: id; font-size: 1.3rem; }
  .iq-page .iq-qbtn h3 { grid-area: q; font-size: 0.98rem; }
  .iq-page .iq-qbtn .iq-qmeta { grid-area: meta; }
  .iq-page .iq-qbtn .iq-chevron { grid-area: chev; margin: 0; }
  .iq-db-panel .iq-ans { padding: 0 16px 20px; }
  #qaList { padding: 12px; gap: 10px; }
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#applyModal .modal-dialog {
  max-width: 560px;
  margin: 16px auto;
}
.apply-modal {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(58, 56, 102, 0.22);
  padding: 0;
  background: #fff;
  max-height: calc(100vh - 32px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.apply-modal::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #ffb06a);
  flex-shrink: 0;
}
.am-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px 8px;
}
.am-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 4px;
}
.apply-modal-head h2,
.am-head h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--blue);
}
.am-head p {
  margin: 4px 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-light);
}
.apply-modal-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f4f2fb;
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.apply-modal-close:hover {
  background: var(--primary-soft);
  color: var(--primary-color);
}
.am-tags {
  margin: 0 22px 4px;
}
.am-form {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
}
.am-body {
  overflow: auto;
  padding: 12px 22px 8px;
  min-height: 0;
}
.am-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}
.am-span { grid-column: 1 / -1; }
.am-field {
  display: grid;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--blue);
  margin: 0;
}
.am-field small {
  font-weight: 600;
  color: var(--text-light);
  text-transform: none;
  letter-spacing: 0;
}
.am-input {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  min-height: 40px;
  border: 1.5px solid #e4e0ef;
  border-radius: 12px;
  background: #fff;
  padding: 0 12px;
}
.am-input i {
  color: var(--primary-color);
  width: 16px;
  text-align: center;
  font-size: 0.82rem;
}
.am-input .form-control {
  border: 0;
  height: 38px;
  min-height: 38px;
  padding: 0;
  box-shadow: none;
  font-weight: 600;
  color: var(--blue);
  background: transparent;
}
.am-input:focus-within {
  border-color: #ffd0a8;
  box-shadow: 0 0 0 4px rgba(244, 122, 32, 0.12);
}
.am-field textarea.form-control {
  height: auto;
  min-height: 84px;
  border: 1.5px solid #e4e0ef;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 600;
  color: var(--blue);
  box-shadow: none;
}
.am-field textarea.form-control:focus {
  border-color: #ffd0a8;
  box-shadow: 0 0 0 4px rgba(244, 122, 32, 0.12);
}
.am-drop {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 4px;
  padding: 18px 14px;
  border: 1.5px dashed #ffd0a8;
  border-radius: 16px;
  background: #fff8f2;
  cursor: pointer;
  position: relative;
}
.am-drop input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.am-drop i {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.am-drop b {
  color: var(--blue);
  font-size: 0.9rem;
}
.am-drop span {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-light);
}
.am-drop em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-top: 4px;
}
.am-drop.drag,
.am-drop.has-file {
  border-style: solid;
  background: #fff;
}
.am-foot {
  display: grid;
  gap: 10px;
  padding: 12px 22px 18px;
  border-top: 1px solid #efeaf4;
  background: #fff;
  flex-shrink: 0;
}
.am-foot small {
  color: var(--text-light);
  font-weight: 600;
  font-size: 0.78rem;
}
.am-foot .btn.btn-primary-custom {
  width: 100% !important;
}
.am-success {
  padding: 36px 24px 28px;
  text-align: center;
}
.am-success h3 {
  margin: 12px 0 8px;
  color: var(--blue);
}
.am-success p {
  color: var(--text-light);
  font-weight: 600;
  margin: 0 auto 18px;
  max-width: 36ch;
}
body.modal-open .whatsapp-float {
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 576px) {
  #applyModal .modal-dialog {
    max-width: calc(100% - 20px);
    margin: 12px auto;
  }
  .am-grid { grid-template-columns: 1fr; }
  .am-head, .am-body, .am-foot { padding-left: 16px; padding-right: 16px; }
  .am-tags { margin-left: 16px; margin-right: 16px; }
}

.si-strip {
  display: block;
  position: relative;
  width: 100%;
  height: 88px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.si-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.si-strip-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(58, 56, 102, 0.88) 0%, rgba(244, 122, 32, 0.78) 100%);
}
.si-strip-row {
  position: relative;
  z-index: 1;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.si-strip-copy {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 14px;
  min-width: 0;
}
.si-strip-copy small {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffd0a8;
}
.si-strip-copy b {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}
.si-strip-copy em {
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}
.si-strip-cta {
  flex-shrink: 0;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.si-strip:hover .si-strip-cta { background: var(--primary-color); color: #fff; }

.si-hero {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #1f1d3a;
}
.si-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.si-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 29, 58, 0.25) 0%, rgba(31, 29, 58, 0.78) 100%);
}
.si-hero-copy {
  position: relative;
  z-index: 1;
  padding: 72px 0 48px;
  max-width: 760px;
  color: #fff;
}
.si-hero-copy h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  letter-spacing: -0.04em;
  margin: 8px 0 12px;
  color: #fff;
}
.si-hero-copy p {
  font-size: 1.08rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  max-width: 42ch;
  margin-bottom: 18px;
}
.si-hero .section-eyebrow { color: #ffd0a8; }
.si-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.si-hero-pills span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.si-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.si-hero .btn-ghost {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.si-hero .btn-ghost:hover {
  background: #fff !important;
  color: #3a3866 !important;
  border-color: #fff !important;
}
  border-color: #fff;
}

.si-stats { background: #fff; border-bottom: 1px solid #f0e6dc; }
.si-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  align-items: stretch;
}
.si-stat-row div {
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid #f0e6dc;
}
.si-stat-row div:last-child { border-right: 0; }
.si-stat-row b {
  display: block;
  color: var(--blue);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.si-stat-row span {
  display: block;
  margin-top: 4px;
  color: #8b869c;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
}

.si-shots { padding: 28px 0 8px; background: var(--light-blue); }
.si-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.si-shot-grid figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(58, 56, 102, 0.08);
}
.si-shot-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.si-shot-grid figcaption {
  padding: 10px 14px 12px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--blue);
}

.si-block { padding: 56px 0; }
.si-alt { background: #eaf2fb; }
.si-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.si-feature-grid article {
  background: #fff;
  border: 1px solid #f0e6dc;
  border-radius: 18px;
  padding: 20px 18px;
}
.si-feature-grid i {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff4eb;
  color: var(--primary-color);
  margin-bottom: 12px;
}
.si-feature-grid h3 {
  font-size: 1.02rem;
  margin-bottom: 6px;
  color: var(--blue);
}
.si-feature-grid p {
  margin: 0;
  color: #78716c;
  font-size: 0.9rem;
  font-weight: 500;
}

.si-track-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.si-track {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid #f0e6dc;
  border-radius: 16px;
  padding: 10px 14px 10px 10px;
  text-decoration: none;
  color: var(--blue);
}
.si-track:hover { border-color: #ffd0a8; box-shadow: 0 10px 24px rgba(244, 122, 32, 0.08); }
.si-track img {
  width: 88px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
}
.si-track b { display: block; font-size: 1rem; }
.si-track span { color: #8b869c; font-size: 0.8rem; font-weight: 600; }
.si-track > i { color: var(--primary-color); }

.si-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}
.si-steps {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 14px;
}
.si-steps li {
  display: grid;
  gap: 2px;
  padding-left: 18px;
  border-left: 3px solid #ffd0a8;
}
.si-steps b { color: var(--blue); }
.si-steps span { color: #78716c; font-weight: 500; font-size: 0.92rem; }
.si-apply-card {
  background: #fff;
  border: 1px solid #f0e6dc;
  border-radius: 22px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 14px 36px rgba(58, 56, 102, 0.08);
}
.si-apply-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.si-apply-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
.si-apply-body h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--blue);
}
.si-apply-body p {
  margin: 0 0 6px;
  color: #78716c;
  font-weight: 500;
}
.si-apply-body .btn {
  width: 100% !important;
  margin: 0 !important;
  align-self: stretch;
}

@media (max-width: 991px) {
  .si-strip, .si-strip-row { height: auto; min-height: 88px; }
  .si-strip-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .si-stat-row, .si-feature-grid, .si-track-grid, .si-split, .si-shot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .si-stat-row div { border-right: 0; }
}
@media (max-width: 576px) {
  .si-stat-row, .si-feature-grid, .si-track-grid, .si-split, .si-shot-grid {
    grid-template-columns: 1fr;
  }
  .si-shot-grid img { height: 180px; }
  .si-hero { min-height: 380px; }
}

.rev-section {
  padding: 64px 0;
  background: var(--light-blue);
}
.rev-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.rev-head .section-head { margin-bottom: 0; }
.rev-nav { display: flex; gap: 8px; flex-shrink: 0; }
.rev-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #e4e0ef;
  background: #fff;
  color: var(--blue);
  display: grid;
  place-items: center;
}
.rev-arrow:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.rev-viewport {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 2px;
  padding: 4px 2px 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.rev-viewport::-webkit-scrollbar { display: none; }
.rev-card {
  flex: 0 0 min(340px, 82vw);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #ece8f5;
  border-radius: 20px;
  padding: 22px 20px 20px;
  box-shadow: 0 10px 28px rgba(58, 56, 102, 0.07);
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.rev-stars {
  color: #f59e0b;
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.rev-card p {
  color: #5e5c7a;
  font-weight: 500;
  line-height: 1.65;
  margin: 0 0 18px;
  flex: 1;
}
.rev-card b {
  display: block;
  color: var(--blue);
  font-size: 0.95rem;
}
.rev-card span {
  color: var(--primary-color);
  font-size: 0.8rem;
  font-weight: 700;
}

/* ===== Course detail + site wash ===== */
.site-wash,
.cd-page,
.si-page,
.iq-page,
.job-page,
.cl-page,
.pg-page {
  background: #eef4fb;
}

.cd-wrap {
  padding: 28px 0 72px;
}

.cd-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 28px;
  padding: 28px 28px 26px;
  box-shadow: 0 18px 44px rgba(58, 56, 102, 0.08);
  margin-bottom: 18px;
}

.cd-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 0 10px;
}
.cd-hero-copy h1 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
  color: var(--blue);
  margin: 0;
}

.cd-lead {
  font-size: 1.02rem;
  color: var(--text-light);
  font-weight: 500;
  max-width: 46ch;
  margin-bottom: 14px;
}

.cd-hero .program-modes { margin: 0 0 14px; }

.cd-duration {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff4eb;
  border: 1px solid #ffd0a8;
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}
.cd-duration i { color: var(--primary-color); }
.cd-duration strong { font-weight: 800; color: var(--primary-color); }

.cd-offer-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}
.cd-offer-stats .nk-offer-stat { margin: 0; }
.cd-offer-stats .nk-offer-stat b { font-size: 1.15rem; }

.cd-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}

.cd-tools span {
  background: #eef4fb;
  color: var(--blue);
  border: 1px solid #d7e3f3;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 8px;
}

.cd-hero .nk-head-actions { margin-top: 18px; }

.cd-hero-media {
  margin: 0;
  position: relative;
  width: 100%;
  height: 320px;
  min-height: 320px;
  max-height: 320px;
  border-radius: 22px;
  overflow: hidden;
  background: var(--blue-soft);
  align-self: start;
}

.cd-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cd-hero-media figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  margin: 0;
  background: rgba(31, 29, 58, 0.78);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 999px;
}

.cd-statbar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 8px;
}

.cd-statbar > div {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue);
}

.cd-statbar i {
  color: var(--primary-color);
  width: 18px;
  text-align: center;
}

.cd-ai-strip {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
  margin: 22px 0 24px;
  padding: 22px 22px 22px 20px;
  background: #fffaf6;
  border: 1px solid #ffd7b8;
  border-radius: 18px;
  box-shadow: inset 4px 0 0 var(--primary-color);
}
.cd-ai-strip > i {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 1.05rem;
}
.cd-ai-strip b {
  display: block;
  font-family: var(--font-main);
  color: var(--blue);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.cd-ai-strip p {
  margin: 0;
  color: var(--text-light);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.cd-page .cd-badge {
  background: #fff4eb;
}

.cd-kicker {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 6px;
}

.cd-block {
  border-radius: 22px;
  border-color: #dbe4f0;
  padding: 26px 28px;
}

.cd-block h2 {
  font-size: 1.28rem;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.cd-block h3 {
  font-size: 0.92rem;
  color: var(--blue);
  margin-bottom: 10px;
}

.cd-intro {
  margin-bottom: 16px;
}

.cd-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.cd-ticks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cd-ticks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--text-light);
  font-weight: 600;
}

.cd-ticks i {
  color: var(--primary-color);
  margin-top: 4px;
  font-size: 0.78rem;
}

.cd-mods { display: grid; gap: 12px; }

.cd-mod {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 16px 14px;
  border: 1px solid #e6eef8;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7faff 0%, #fff 55%);
}

.cd-mod-n {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--primary-color);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
}

.cd-mod small {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 2px;
}

.cd-mod strong {
  display: block;
  color: var(--blue);
  margin-bottom: 6px;
}

.cd-mod ul {
  margin: 0;
  padding-left: 1.1rem;
}

.cd-projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cd-projects article {
  background: #f7faff;
  border: 1px solid #e6eef8;
  border-radius: 16px;
  padding: 16px 16px 14px;
  display: grid;
  gap: 8px;
}

.cd-projects span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary-color);
}

.cd-projects b {
  color: var(--blue);
  font-size: 0.95rem;
  line-height: 1.4;
}

.cd-includes li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cd-attend {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cd-attend article {
  background: #f7faff;
  border: 1px solid #e6eef8;
  border-radius: 16px;
  padding: 18px;
}

.cd-attend i {
  color: var(--primary-color);
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.cd-attend h3 { margin-bottom: 6px; }

.cd-attend p {
  margin: 0;
  font-size: 0.9rem;
}

.cd-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.cd-faq details {
  border-bottom: 1px dashed #e0e7f2;
  padding: 12px 0;
}

.cd-faq details:last-child { border-bottom: 0; padding-bottom: 0; }

.cd-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--blue);
  list-style: none;
}

.cd-faq summary::-webkit-details-marker { display: none; }

.cd-faq summary::after {
  content: "+";
  float: right;
  color: var(--primary-color);
  font-weight: 800;
}

.cd-faq details[open] summary::after { content: "–"; }

.cd-faq p {
  margin: 8px 0 0;
  padding-right: 28px;
}

.cd-page .nk-apply-card {
  position: relative;
  top: auto;
  border-color: #dbe4f0;
  border-radius: 22px;
}

.cd-page .cd-offer {
  position: sticky;
  top: 96px;
}

@media (max-width: 991px) {
  .cd-hero,
  .cd-split,
  .cd-attend,
  .cd-projects,
  .cd-statbar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .cd-hero,
  .cd-split,
  .cd-attend,
  .cd-projects,
  .cd-statbar {
    grid-template-columns: 1fr;
  }
  .cd-hero-media {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
  }
  .cd-block { padding: 20px 18px; }
}

/* ===== Job detail ===== */
.jd-wrap { padding: 28px 0 72px; }

.jd-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 44px rgba(58, 56, 102, 0.08);
  margin-bottom: 18px;
}

.jd-hero-copy h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
  color: var(--blue);
  margin: 0 0 14px;
}

.jd-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.jd-pills span {
  background: #eef4fb;
  color: var(--blue);
  border: 1px solid #d7e3f3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}

.jd-company {
  display: grid;
  gap: 2px;
  margin-bottom: 14px;
}

.jd-company b {
  display: block;
  color: var(--blue);
  font-size: 1.02rem;
}

.jd-company span {
  display: block;
  color: var(--text-light);
  font-size: 0.85rem;
  font-weight: 600;
}

.jd-company .fa-star { color: #f59e0b; }

.jd-skills { margin: 0 0 8px; }

.jd-resp { display: grid; gap: 10px; }

.jd-resp article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid #e6eef8;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7faff 0%, #fff 60%);
}

.jd-resp span {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--primary-color);
  color: #fff;
  font-weight: 800;
}

.jd-resp p {
  margin: 6px 0 0;
  font-weight: 600;
  color: var(--text-light);
}

.jd-edu {
  margin: 14px 0 0;
  font-weight: 700;
  color: var(--blue);
}

.jd-edu i { color: var(--primary-color); margin-right: 8px; }

.jd-co-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.jd-co-facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f7faff;
  border: 1px solid #e6eef8;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue);
}

.jd-co-facts i { color: var(--primary-color); }

.jd-page .nk-apply-card {
  position: relative;
  top: auto;
  border-color: #dbe4f0;
  border-radius: 22px;
}

.jd-page .jd-offer {
  position: sticky;
  top: 96px;
}

.jd-all {
  display: inline-block;
  margin-top: 12px;
  font-weight: 800;
  font-size: 0.88rem;
}

@media (max-width: 991px) {
  .jd-hero { grid-template-columns: 1fr; }
}

/* ===== Courses catalog + inner pages ===== */
.cl-hero,
.pg-hero {
  padding: 48px 0 28px;
}

.cl-hero h1,
.pg-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  letter-spacing: -0.045em;
  color: var(--blue);
  margin: 8px 0 14px;
  line-height: 1.12;
}

.cl-lead {
  font-size: 1.08rem;
  color: var(--text-light);
  font-weight: 500;
  max-width: 46ch;
  margin-bottom: 18px;
}

.cl-hero-grid,
.pg-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.cl-ticks {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.cl-ticks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--blue);
}

.cl-ticks i {
  color: var(--primary-color);
  margin-top: 4px;
}

.cl-hero-media,
.pg-hero-media {
  margin: 0;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 320px;
  box-shadow: 0 22px 50px rgba(58, 56, 102, 0.16);
}

.cl-hero-media img,
.pg-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.cl-hero-note {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #ffd0a8;
  border-radius: 16px;
  padding: 12px 14px;
}

.cl-hero-note i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--primary-color);
  color: #fff;
}

.cl-hero-note b { display: block; color: var(--blue); font-size: 0.92rem; }
.cl-hero-note span { display: block; color: var(--text-light); font-size: 0.78rem; font-weight: 600; }

.cl-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.cl-stats > div,
.cl-stats-stack > div {
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  padding: 16px 18px;
}

.cl-stats b,
.cl-stats-stack b {
  display: block;
  color: var(--blue);
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}

.cl-stats span,
.cl-stats-stack span {
  display: block;
  color: var(--text-light);
  font-size: 0.82rem;
  font-weight: 600;
}

.cl-stats-stack {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.cl-fine {
  margin: 12px 0 0;
  font-size: 0.78rem;
  color: #8b869c;
  font-weight: 600;
}

.cl-block { padding: 56px 0; }
.cl-alt { background: #eaf2fb; }

.cl-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cl-features article {
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 20px;
  padding: 22px 20px;
}

.cl-features i {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.cl-features h3 {
  font-size: 1.02rem;
  color: var(--blue);
  margin-bottom: 8px;
}

.cl-features p {
  margin: 0;
  color: var(--text-light);
  font-size: 0.9rem;
  font-weight: 500;
}

.cl-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: start;
}

.cl-split h2 {
  overflow: visible;
  max-width: none;
}

.cl-steps {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  counter-reset: step;
}

.cl-steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num copy";
  column-gap: 14px;
  row-gap: 2px;
  margin-bottom: 14px;
  align-items: start;
}

.cl-steps li::before {
  grid-area: num;
  content: counter(step);
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.cl-steps b {
  grid-area: title;
  align-self: center;
  color: var(--blue);
}

.cl-steps span {
  grid-area: copy;
  color: var(--text-light);
  font-weight: 500;
  font-size: 0.92rem;
  line-height: 1.5;
}

.cl-aside {
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  padding: 24px 22px;
  box-shadow: 0 14px 36px rgba(58, 56, 102, 0.07);
}

.cl-aside h3 { color: var(--blue); margin-bottom: 8px; }
.cl-aside p { color: var(--text-light); }
.cl-aside .btn { width: 100% !important; margin-top: 8px; }

.cl-faq {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  padding: 8px 28px 18px;
}

.cl-faq details {
  border-bottom: 1px dashed #e0e7f2;
  padding: 14px 0;
}

.cl-faq details:last-child { border-bottom: 0; }

.cl-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--blue);
  list-style: none;
}

.cl-faq summary::-webkit-details-marker { display: none; }
.cl-faq summary::after {
  content: "+";
  float: right;
  color: var(--primary-color);
  font-weight: 800;
}
.cl-faq details[open] summary::after { content: "–"; }
.cl-faq p { margin: 8px 0 0; color: var(--text-light); padding-right: 28px; }

.cl-form-card {
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(58, 56, 102, 0.07);
}

.cl-form-card h2 { color: var(--blue); margin-bottom: 8px; font-size: 1.4rem; }
.cl-form-card .form-control,
.cl-form-card .form-select {
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  border-color: #dbe4f0;
}

.cl-info-stack { display: grid; gap: 12px; }
.cl-info-stack article {
  display: flex;
  gap: 14px;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  padding: 16px 18px;
}
.cl-info-stack i {
  color: var(--primary-color);
  font-size: 1.1rem;
  margin-top: 4px;
  width: 20px;
  text-align: center;
}
.cl-info-stack b { display: block; color: var(--blue); }
.cl-info-stack span { display: block; color: var(--text-light); font-size: 0.9rem; font-weight: 500; }
.cl-info-stack a { font-weight: 800; font-size: 0.88rem; }
.cl-map {
  margin-top: 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dbe4f0;
  background: #fff;
  min-height: 240px;
}
.cl-map iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.mega-menu-career {
  min-width: min(520px, 94vw);
  max-height: min(80vh, 640px);
  overflow-y: auto;
}
.mega-kicker-sub { padding-top: 14px; }
.mega-grid-q {
  grid-template-columns: 1fr 1fr;
}

.iq-seo-tracks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}
.iq-seo-track {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #eadfd4;
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  min-height: 72px;
}
.iq-seo-track i {
  color: var(--primary-color);
  width: 22px;
  text-align: center;
}
.iq-seo-track b {
  display: block;
  color: var(--blue);
  font-size: 0.92rem;
}
.iq-seo-track small {
  display: block;
  color: var(--text-light);
  font-size: 0.78rem;
  font-weight: 600;
}
.iq-seo-track:hover {
  border-color: #ffd8b5;
  box-shadow: 0 8px 18px rgba(244, 122, 32, 0.08);
  color: inherit;
}
.iq-seo-track.compact {
  min-height: 0;
  padding: 10px 12px;
  margin-top: 0;
}
.home-track-chips {
  grid-template-columns: 1fr 1fr;
  margin: 16px 0 0;
  gap: 8px;
}

.iq-level-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.iq-level-links a {
  border: 1px solid #eadfd4;
  background: #fff;
  color: var(--blue);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}
.iq-level-links a.active,
.iq-level-links a:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.loop-cta {
  background:
    radial-gradient(circle at 88% 12%, rgba(58, 56, 102, 0.08), transparent 36%),
    linear-gradient(165deg, #f5f7fc 0%, #e4ecf8 100%);
  border: 1.5px solid #c5d0e6;
  border-radius: 18px;
  padding: 22px;
  box-shadow: inset 4px 0 0 var(--blue), 0 12px 28px rgba(58, 56, 102, 0.1);
  box-sizing: border-box;
  width: 100%;
}
.loop-cta h2 {
  color: var(--blue);
  font-size: 1.25rem;
  margin: 6px 0 8px;
}
.loop-cta p {
  color: #5c5774;
  margin: 0 0 16px;
}
.loop-cta .cd-cta-row {
  margin: 0;
  align-items: center;
}
.loop-cta .cd-cta-row .btn {
  margin: 0;
}
.nk-block .loop-cta {
  margin-top: 18px;
}

.iqd-follow {
  display: grid;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}
.iqd-follow .loop-cta { margin: 0; }
.iqd-jobs h2 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  color: var(--blue);
}
.iqd-jobs .loop-jobs { margin: 0; }

.loop-list,
.loop-jobs {
  background: #fff;
  border: 1px solid #eadfd4;
  border-radius: 18px;
  overflow: hidden;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  container-type: inline-size;
  container-name: joblist;
}
.loop-row,
.loop-job {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #f0e6dc;
  color: inherit;
  text-decoration: none;
  font-family: var(--font-main);
}
.loop-row:last-child,
.loop-job:last-child { border-bottom: 0; }
.loop-job {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: start;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.loop-job-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: var(--font-main);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: -0.02em;
  color: #fff;
  background: linear-gradient(160deg, var(--blue), #2d2b52);
  flex-shrink: 0;
}
.loop-job-body {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.loop-row b,
.loop-job b {
  display: block;
  font-family: var(--font-main);
  color: var(--blue);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.loop-job-co {
  font-family: var(--font-main);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary-color);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.loop-job-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  color: var(--text-light);
  font-family: var(--font-main);
  font-size: 0.78rem;
  font-weight: 600;
  min-width: 0;
}
.loop-job-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.loop-job-meta i {
  color: var(--primary-color);
  font-size: 0.72rem;
  width: 12px;
  text-align: center;
}
.loop-row small,
.loop-job small {
  display: block;
  color: var(--text-light);
  font-size: 0.78rem;
  font-weight: 600;
}
.loop-row:hover,
.loop-job:hover {
  background: #fff8f4;
  color: inherit;
}
.loop-job-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  grid-column: 2;
  justify-self: start;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--primary-color);
  color: #fff;
  font-family: var(--font-main);
  font-style: normal;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
@container joblist (min-width: 560px) {
  .loop-job {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px 16px;
  }
  .loop-job-logo {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .loop-job-apply {
    grid-column: auto;
    justify-self: end;
    min-height: 40px;
    padding: 0 16px;
  }
}
.loop-job:hover .loop-job-apply {
  background: var(--primary-hover);
  color: #fff;
}
.loop-job em {
  font-style: normal;
  font-weight: 800;
  font-size: 0.8rem;
  color: var(--primary-color);
}
.home-lab-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.15fr);
  gap: 28px 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #ffd0a8;
  border-radius: 24px;
  padding: 28px 32px;
  box-shadow: 0 16px 40px rgba(58, 56, 102, 0.08);
}
.home-lab-copy h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}
.home-lab-copy p {
  color: var(--text-light);
  margin: 0 0 18px;
  max-width: 38rem;
}
.home-lab-list {
  display: grid;
  gap: 10px;
  min-width: 0;
}
.home-lab-card .catalog-row {
  background: #fffaf6;
  border: 1px solid #ffd7b8;
  border-radius: 16px;
  padding: 16px 18px;
  gap: 14px;
}
.home-lab-card .catalog-row:hover {
  background: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 12px 28px rgba(244, 122, 32, 0.12);
}
.home-lab-card .catalog-row b {
  font-family: var(--font-main);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}
.home-lab-card .catalog-row > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 800;
}
.home-lab-tracks {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.home-lab-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--light-bg);
  border: 1px solid #ffd0a8;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}
.home-lab-chip i { color: var(--primary-color); }
.home-lab-chip:hover {
  background: #fff;
  border-color: var(--primary-color);
  color: var(--blue);
}

.home-jobs-band {
  padding: 64px 0;
  background: var(--light-blue);
}

/* Equal vertical rhythm between home page sections */
body.home-fullhero .placement-proof,
body.home-fullhero .programs-section,
body.home-fullhero .catalog-section,
body.home-fullhero .home-jobs-band,
body.home-fullhero .rev-section {
  padding-top: 64px;
  padding-bottom: 64px;
}
.home-jobs-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 22px;
}
.home-jobs-head .section-head {
  margin: 0;
  max-width: none;
  text-align: left;
}
.home-jobs-head h2 {
  font-family: var(--font-main);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--blue);
  margin: 0;
}
.home-jobs-band .loop-jobs {
  background: transparent;
  border: 0;
  overflow: visible;
  display: grid;
  gap: 14px;
  box-shadow: none;
}
.home-jobs-band .loop-job {
  background: #fff;
  border: 1px solid #ffd0a8;
  border-radius: 20px;
  padding: 20px 22px;
  align-items: center;
  box-shadow: 0 12px 32px rgba(58, 56, 102, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.home-jobs-band .loop-job:last-child { border-bottom: 1px solid #ffd0a8; }
.home-jobs-band .loop-job:hover {
  background: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 12px 28px rgba(244, 122, 32, 0.14);
  transform: translateY(-2px);
}
.home-jobs-band .loop-job-logo {
  align-self: center;
}
.home-jobs-band .loop-job-meta {
  line-height: 1;
}
.home-jobs-band .loop-job-meta i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.home-jobs-band .loop-job-apply {
  min-height: 44px;
  height: 44px;
  padding: 0 18px;
}
.loop-num {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff5ee;
  color: var(--blue);
  font-weight: 800;
  font-size: 0.8rem;
}

@media (max-width: 991px) {
  .iq-seo-tracks { grid-template-columns: 1fr 1fr; }
  .mega-grid-q { grid-template-columns: 1fr; }
  .home-lab-card {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
}
@media (max-width: 768px) {
  .iq-seo-tracks,
  .home-track-chips { grid-template-columns: 1fr; }
  .loop-row { grid-template-columns: 36px 1fr; }
  .loop-row .level-pill { display: none; }
  .home-jobs-head { flex-direction: column; align-items: flex-start; }
  .home-lab-card .catalog-row { grid-template-columns: auto 1fr; }
  .home-lab-card .catalog-row > span:last-child { display: none; }
  .loop-job {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .loop-job-apply {
    grid-column: 2;
    justify-self: start;
  }
}

.stat-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "val ico"
    "lab ico";
  align-items: center;
  column-gap: 8px;
}
.stat-card > b { grid-area: val; }
.stat-card > span { grid-area: lab; }
.stat-card > .stat-ico { grid-area: ico; }

.stat-ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #fff5ee;
  color: var(--primary-color) !important;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
}

.iq-db-stats .stat-ico {
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
}

.si-stat-row .stat-ico {
  margin: 0 auto 10px;
}

.info-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}
.info-steps article {
  background: #fff;
  border: 1px solid #eadfd4;
  border-radius: 18px;
  padding: 18px 18px 16px;
}
.info-steps i {
  color: var(--primary-color);
  font-size: 1.15rem;
  margin-bottom: 10px;
  display: inline-block;
}
.info-steps b {
  display: block;
  color: var(--blue);
  margin-bottom: 4px;
}
.info-steps p {
  margin: 0;
  color: var(--text-light);
  font-size: 0.88rem;
  font-weight: 500;
}

.program-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--blue);
}
.program-loop i {
  color: var(--primary-color);
  margin-right: 4px;
}

.cl-steps b i,
.si-steps b i {
  color: var(--primary-color);
  margin-right: 6px;
  font-size: 0.82rem;
}

.hero-stat i {
  display: block;
  color: var(--primary-color);
  font-size: 0.92rem;
  margin-bottom: 6px;
}

.placement-proof .info-steps { margin: 0 0 48px; }

@media (max-width: 991px) {
  .cl-hero-grid,
  .pg-hero-grid,
  .cl-split,
  .cl-features,
  .cl-stats {
    grid-template-columns: 1fr 1fr;
  }
  .info-steps { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .cl-hero-grid,
  .pg-hero-grid,
  .cl-split,
  .cl-features,
  .cl-stats {
    grid-template-columns: 1fr;
  }
  .cl-hero-media img,
  .pg-hero-media img { min-height: 220px; }
  .info-steps { grid-template-columns: 1fr; }
}

.crumb-bar {
  background:
    radial-gradient(circle at 12% 20%, rgba(58, 56, 102, 0.07), transparent 28%),
    #eef4fb;
  padding: 20px 0;
}
.crumb-bar .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
