/* =========================================================
   Inner-page heroes — clean institute UI (home unchanged)
   Light canvas · navy type · orange accents · unique layouts
   ========================================================= */
:root {
  --display-font: "Manrope", system-ui, sans-serif;
}

/* ---------- Breadcrumb (full-bleed navy, vertically centered) ---------- */
body:not(.home-fullhero) .crumb-bar {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 12px 0 !important;
  background: #35345a !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: hidden !important;
}

body:not(.home-fullhero) .crumb-bar .container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  min-height: 28px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:not(.home-fullhero) .crumb {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 0.84rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

body:not(.home-fullhero) .crumb a,
body:not(.home-fullhero) .crumb span {
  display: inline-flex !important;
  align-items: center !important;
  height: auto !important;
  font-size: 0.84rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

body:not(.home-fullhero) .crumb a {
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none !important;
  gap: 6px;
}

body:not(.home-fullhero) .crumb a:hover {
  color: #ffb06b !important;
}

body:not(.home-fullhero) .crumb span {
  color: #ffb06b !important;
  font-weight: 700 !important;
}

body:not(.home-fullhero) .crumb > i {
  font-size: 0.55rem !important;
  color: rgba(255, 255, 255, 0.4) !important;
}

body:not(.home-fullhero) .crumb a .fa-house {
  font-size: 0.8rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

/* ---------- Shared hero shell ---------- */

body:not(.home-fullhero) .site-hero {
  background: linear-gradient(135deg, #35345a 0%, #2a2948 55%, #3d3428 100%) !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 4px 0 0 !important;
  overflow: visible !important;
  color: #fff;
}

body:not(.home-fullhero) .site-hero > .container {
  padding-top: 8px !important;
  padding-bottom: 40px !important;
}

body:not(.home-fullhero) .site-hero h1,
body:not(.home-fullhero) .cd-hero-copy h1,
body:not(.home-fullhero) .jd-hero-copy h1,
body:not(.home-fullhero) .iq-hero-copy h1,
body:not(.home-fullhero) .pj-hero h1,
body:not(.home-fullhero) .jobs-hero h1,
body:not(.home-fullhero) .about-hero-copy h1,
body:not(.home-fullhero) .contact-hero-copy h1 {
  font-size: clamp(1.75rem, 3.2vw, 2.45rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.12 !important;
  max-width: 16ch !important;
  margin: 0 0 12px !important;
  color: #fff !important;
}

body:not(.home-fullhero) .site-hero h1 em,
body:not(.home-fullhero) .cd-hero-copy h1 em,
body:not(.home-fullhero) .pj-hero h1 em,
body:not(.home-fullhero) .about-hero-copy h1 em,
body:not(.home-fullhero) .contact-hero-copy h1 em,
body:not(.home-fullhero) .jobs-hero h1 em,
body:not(.home-fullhero) .iq-hero-copy h1 em {
  font-family: var(--display-font) !important;
  font-style: italic !important;
  font-weight: 600 !important;
  color: #ffb06b !important;
}

/* Course title + duration stay on one line (e.g. Frontend Master 2 months) */
body.cd-page:not(.home-fullhero) .site-hero .cd-hero-copy h1 {
  max-width: none !important;
}

body:not(.home-fullhero) .site-hero .cl-lead,
body:not(.home-fullhero) .site-hero .cd-lead,
body:not(.home-fullhero) .site-hero .text-muted,
body:not(.home-fullhero) .iq-hero-copy .text-muted,
body:not(.home-fullhero) .cd-place {
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  max-width: 38rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

body:not(.home-fullhero) .hero-chip {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffb06b !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body:not(.home-fullhero) .hero-chip i {
  color: #ffb06b !important;
}

body:not(.home-fullhero) .hero-checks {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

body:not(.home-fullhero) .hero-checks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

body:not(.home-fullhero) .hero-checks li i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(200, 232, 108, 0.22);
  color: #c8e86c;
  font-size: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body:not(.home-fullhero) .nk-head-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px !important;
}

body:not(.home-fullhero) .nk-head-actions .btn {
  border-radius: 5px !important;
  min-height: 44px;
  font-weight: 700 !important;
}

body:not(.home-fullhero) .nk-head-actions .btn-ghost,
body:not(.home-fullhero) .jobs-post-link {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
}

.float-ico {
  display: none !important;
}

.hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.hero-avatars {
  display: flex;
}

.hero-avatars i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  margin-left: -8px;
  display: block;
}

.hero-avatars i:first-child { margin-left: 0; background: #ffb06b; }
.hero-avatars i:nth-child(2) { background: #e86f1a; }
.hero-avatars i:nth-child(3) { background: #9bc43a; }
.hero-avatars i:nth-child(4) { background: #7a90c8; }

.hero-proof b {
  display: block;
  font-size: 0.82rem;
  color: #fff;
}

.hero-stars {
  display: flex;
  gap: 2px;
  color: #f0a01a;
  font-size: 0.65rem;
}

body:not(.home-fullhero) .hero-trust {
  margin-top: 8px;
  border-top: 1px solid #f0d2b5;
  background: #fff1e6;
  padding: 18px 0 22px;
}

body:not(.home-fullhero) .hero-trust .container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px 20px;
  align-items: center;
}

body:not(.home-fullhero) .hero-trust-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue, #35345a);
  white-space: nowrap;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

body:not(.home-fullhero) .hero-trust .cd-statbar {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body:not(.home-fullhero) .hero-trust .cd-statbar > div {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 14px !important;
  border: 1px solid var(--primary-color, #e86f1a) !important;
  border-radius: 5px !important;
  background: var(--primary-color, #e86f1a) !important;
  font-size: 0.86rem !important;
  font-weight: 600;
  color: #fff !important;
  white-space: nowrap !important;
  flex: 0 0 auto;
}

body:not(.home-fullhero) .hero-trust .cd-statbar i {
  color: #fff !important;
}

/* ---------- Course detail ---------- */
body.cd-page .hero-course,
body.jd-page .hero-job,
body.cl-page .hero-catalog,
body.pg-page .hero-about,
body.pg-page .hero-services,
body.pg-page .hero-contact,
body.iq-page .hero-lab,
body.iq-page .hero-track,
body.post-job-page .hero-post,
body.si-page .hero-intern,
body:not(.home-fullhero) .hero-cms,
body.job-page:not(.jd-page):not(.post-job-page) .hero-jobs,
body.job-page .jobs-hero,
body.job-page .hero-jobs,
body.iq-page .iq-hero,
body.cl-page .hero-catalog,
body.pg-page .pg-hero,
body.si-page .site-hero,
body.post-job-page .pj-hero {
  background: #35345a !important;
}

body.cd-page .mode-online {
  background: rgba(232, 111, 26, 0.22) !important;
  color: #ffb06b !important;
  border: 1px solid rgba(255, 176, 107, 0.4) !important;
}

body.cd-page .mode-offline {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body.cd-page .cd-tools span {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
}

body.jd-page .jd-pills span {
  color: rgba(255, 255, 255, 0.65) !important;
  border-right-color: rgba(255, 255, 255, 0.22) !important;
}

body.jd-page .jd-company b { color: #fff !important; }
body.jd-page .jd-company span { color: rgba(255, 255, 255, 0.72) !important; }
body.jd-page .jd-company span i { color: #ffb06b !important; }

body.jd-page .jd-skills span {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
}

body.jd-page .hero-job-meta .cd-statbar > div {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
}

body.jd-page .hero-job-meta .cd-statbar i {
  color: #ffb06b !important;
}

body.pg-page .svc-tiles article {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.pg-page .svc-tiles article b { color: #fff !important; }
body.pg-page .svc-tiles article small { color: rgba(255, 255, 255, 0.7) !important; }
body.pg-page .svc-tiles article > span { color: rgba(255, 255, 255, 0.35) !important; }

body.pg-page .contact-hero-card {
  background: var(--primary-color) !important;
}

body.job-page:not(.jd-page):not(.post-job-page) .hero-jobs h1 {
  color: #fff !important;
}

body.job-page:not(.jd-page):not(.post-job-page) .hero-jobs .text-muted {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.job-page:not(.jd-page):not(.post-job-page) .hero-jobs .hero-chip {
  color: #ffb06b !important;
}

body.job-page:not(.jd-page):not(.post-job-page) .hero-jobs h1 em {
  color: #ffb06b !important;
}

body.job-page .jobs-post-link {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
}

body.job-page .jobs-hero-tags span,
body.job-page .jobs-hero-tags button {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.iq-page .iq-level-links a {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

body.iq-page .iq-level-links a.active,
body.iq-page .iq-level-links a:hover {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}

body.post-job-page .pj-hero h1 span {
  color: #ffb06b !important;
}

body.post-job-page .pj-hero .cl-lead {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.si-page .intern-timeline::before {
  background: rgba(255, 255, 255, 0.2) !important;
}

body.si-page .intern-timeline b { color: #fff !important; }
body.si-page .intern-timeline small { color: rgba(255, 255, 255, 0.7) !important; }


body.cd-page .cd-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 36px 48px;
  align-items: center !important;
  margin: 0 0 8px !important;
}

body.cd-page .cd-place {
  margin: -4px 0 10px !important;
}

body.cd-page .hero-modes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 6px;
}

body.cd-page .hero-modes span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}

body.cd-page .mode-online {
  background: rgba(232, 111, 26, 0.22) !important;
  color: #ffb06b !important;
  border: 1px solid rgba(255, 176, 107, 0.4) !important;
}

body.cd-page .mode-offline {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body.cd-page .cd-tools span {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 5px !important;
  color: #fff !important;
  padding: 5px 9px !important;
  font-weight: 600 !important;
}

body.cd-page .cd-hero-stage {
  position: relative;
  min-height: 300px;
}

body.cd-page .cd-hero-panel {
  display: none;
}

body.cd-page .cd-hero-stage .cd-hero-media {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
  border-radius: 5px !important;
  border: 1px solid #e6e7ef !important;
  overflow: hidden;
  background: #f0f1f6;
  box-shadow: none !important;
}

body.cd-page .cd-hero-stage .cd-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Job detail (reference style) ---------- */
body.jd-page .hero-job {
  background: #fff !important;
}

body.jd-page .jd-hero {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.jd-page .jd-hero-copy h1 {
  max-width: 22ch !important;
}

body.jd-page .jd-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 12px;
}

body.jd-page .jd-pills span {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 10px 0 0 !important;
  margin-right: 10px;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8a89a3 !important;
  border-right: 1px solid #dddce8 !important;
}

body.jd-page .jd-pills span:last-child {
  border-right: 0 !important;
}

body.jd-page .jd-company b {
  display: block;
  font-size: 1rem;
  color: var(--blue);
}

body.jd-page .jd-company span {
  color: #6b6a86;
  font-size: 0.86rem;
}

body.jd-page .jd-company span i {
  color: var(--primary-color);
}

body.jd-page .jd-skills {
  margin: 12px 0 4px;
}

body.jd-page .jd-skills span {
  background: #f4f4f8 !important;
  border: 1px solid #e6e7ef !important;
  border-radius: 5px !important;
  color: var(--blue) !important;
  padding: 5px 10px !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
}

body.jd-page .hero-job-meta {
  margin-top: 24px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.jd-page .hero-job-meta .cd-statbar {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 !important;
  border: 0 !important;
  background: #35345a !important;
}

body.jd-page .hero-job-meta .cd-statbar > div {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 14px 16px !important;
  border: 1px solid #e6e7ef !important;
  border-radius: 5px !important;
  background: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 700;
  color: var(--blue) !important;
}

body.jd-page .hero-job-meta .cd-statbar i {
  color: var(--primary-color) !important;
}

/* ---------- Courses catalog ---------- */
body.cl-page .hero-catalog {
  background: #35345a !important;
}

body.cl-page .hero-catalog .cl-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 36px 48px;
  align-items: center;
}

body.cl-page .catalog-stage {
  position: relative;
  min-height: 300px;
}

body.cl-page .catalog-frame {
  margin: 0;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
  background: #f0f1f6;
  border: 1px solid #e6e7ef;
  padding: 0;
  box-shadow: none;
}

body.cl-page .catalog-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

body.cl-page .catalog-float {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  background: #fff;
  border: 1px solid #e6e7ef;
  border-radius: 5px;
  padding: 12px 14px;
  box-shadow: 0 8px 20px rgba(53, 52, 90, 0.08);
}

body.cl-page .catalog-float b {
  display: block;
  color: var(--blue);
  font-size: 0.9rem;
}

body.cl-page .catalog-float span {
  color: #6b6a86;
  font-size: 0.78rem;
}

/* ---------- About ---------- */
body.pg-page .hero-about {
  background: #35345a !important;
}

body.pg-page .about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 36px 48px;
  align-items: center;
}

body.pg-page .about-frames {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 12px;
  align-items: end;
  min-height: 320px;
}

body.pg-page .about-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
  height: 300px;
  border: 1px solid #e6e7ef;
}

body.pg-page .about-frame-a {
  background: #fff1e6;
  height: 320px;
}

body.pg-page .about-frame-b {
  background: #eef5d8;
  height: 260px;
}

body.pg-page .about-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Services ---------- */
body.pg-page .hero-services {
  background: #35345a !important;
}

body.pg-page .svc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  gap: 32px 40px;
  align-items: center;
}

body.pg-page .svc-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

body.pg-page .svc-tiles article {
  position: relative;
  background: #fafafc;
  border: 1px solid #e6e7ef;
  border-radius: 5px;
  padding: 16px 14px;
  min-height: 120px;
  box-shadow: none;
  transition: border-color 0.15s ease;
}

body.pg-page .svc-tiles article:hover {
  border-color: #cfd2e0;
  transform: none;
  box-shadow: none;
}

body.pg-page .svc-tiles article > span {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #c5c4d4;
}

body.pg-page .svc-tiles article i {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 10px;
  font-size: 0.85rem;
}

body.pg-page .svc-tiles .t1 i { background: var(--primary-color); }
body.pg-page .svc-tiles .t2 i { background: var(--blue); }
body.pg-page .svc-tiles .t3 i { background: #7aa33a; }
body.pg-page .svc-tiles .t4 i { background: #5b7fd6; }

body.pg-page .svc-tiles article b {
  display: block;
  font-size: 0.95rem;
  color: var(--blue);
  margin-bottom: 4px;
}

body.pg-page .svc-tiles article small {
  color: #6b6a86;
  font-size: 0.8rem;
}

/* ---------- Contact ---------- */
body.pg-page .hero-contact {
  background: #35345a !important;
  text-align: left !important;
}

body.pg-page .contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.75fr);
  gap: 28px 36px;
  align-items: stretch;
}

body.pg-page .contact-hero-card {
  background: var(--blue);
  color: #fff;
  border-radius: 5px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: none;
}

body.pg-page .contact-hero-card b {
  font-size: 1rem;
}

body.pg-page .contact-hero-card a {
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  opacity: 0.92;
}

body.pg-page .contact-hero-card a:hover {
  color: #ffd2ad;
  opacity: 1;
}

body.pg-page .contact-hero-card a i {
  color: #fff !important;
  margin-top: 3px;
}

body.pg-page .contact-hours {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.84rem;
  opacity: 0.85;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* ---------- Jobs board ---------- */
body.job-page:not(.jd-page):not(.post-job-page) .hero-jobs {
  background: #35345a !important;
  border-bottom: 0 !important;
}

body.job-page:not(.jd-page):not(.post-job-page) .hero-jobs h1 {
  color: #fff !important;
}

body.job-page:not(.jd-page):not(.post-job-page) .hero-jobs .text-muted {
  color: rgba(255, 255, 255, 0.78) !important;
  opacity: 1;
}

body.job-page:not(.jd-page):not(.post-job-page) .hero-jobs .hero-chip {
  color: #ffb06b !important;
  background: #35345a !important;
  border: 0 !important;
}

body.job-page:not(.jd-page):not(.post-job-page) .hero-jobs h1 em {
  color: #ffb06b !important;
}

body.job-page .jobs-hero-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 8px;
}

body.job-page .jobs-post-link {
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
}

body.job-page:not(.jd-page):not(.post-job-page) .naukri-search {
  margin-top: 16px !important;
  border-radius: 5px !important;
  border: 1px solid #e6e7ef !important;
  box-shadow: none !important;
  background: #fff !important;
  overflow: hidden;
}

body.job-page .jobs-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

body.job-page .jobs-hero-tags span,
body.job-page .jobs-hero-tags button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

body.job-page .jobs-hero-tags button:hover,
body.job-page .jobs-hero-tags button.active {
  background: rgba(232, 111, 26, 0.28);
  border-color: rgba(255, 176, 107, 0.55);
  color: #fff;
}

/* ---------- Interview lab ---------- */
body.iq-page .hero-lab,
body.iq-page .hero-track {
  background: #35345a !important;
}

body.iq-page .hero-lab .iq-path .path-step {
  border-radius: 5px !important;
  background: #fff !important;
  border: 1px solid #e6e7ef !important;
  box-shadow: none;
  min-height: 74px;
}

body.iq-page .hero-lab .iq-search {
  margin-top: 18px;
  border-radius: 5px !important;
  border: 1px solid #e6e7ef !important;
  background: #fff;
  box-shadow: none;
}

body.iq-page .track-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  gap: 28px 36px;
  align-items: start;
}

body.iq-page .iq-level-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

body.iq-page .iq-level-links a {
  border: 1px solid #e6e7ef;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
  background: #fff;
}

body.iq-page .iq-level-links a.active,
body.iq-page .iq-level-links a:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

/* ---------- Post job ---------- */
body.post-job-page .hero-post {
  background: #35345a !important;
}

body.post-job-page .pj-hero-card {
  border-radius: 5px !important;
  border: 1px solid #e6e7ef !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.post-job-page .pj-hero h1 {
  max-width: 14ch !important;
}

body.post-job-page .pj-hero h1 span {
  display: inline;
  color: var(--primary-color);
  font-weight: 700;
  font-style: normal;
  font-family: inherit;
}

body.post-job-page .pj-hero .cl-lead {
  color: #6b6a86 !important;
}

/* ---------- Internship ---------- */
body.si-page .hero-intern {
  background: #35345a !important;
}

body.si-page .intern-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.9fr);
  gap: 36px 48px;
  align-items: center;
}

body.si-page .intern-timeline {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  position: relative;
}

body.si-page .intern-timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #e6e7ef;
}

body.si-page .intern-timeline li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
}

body.si-page .intern-timeline li > span {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: var(--primary-color);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
}

body.si-page .intern-timeline b {
  display: block;
  font-size: 0.92rem;
  color: var(--blue);
}

body.si-page .intern-timeline small {
  color: #6b6a86;
  font-size: 0.8rem;
}

body.si-page .intern-hero-media {
  margin: 0;
  height: 300px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #e6e7ef;
  background: #f0f1f6;
  padding: 0;
  box-shadow: none;
}

body.si-page .intern-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* ---------- CMS ---------- */
body:not(.home-fullhero) .hero-cms {
  background: transparent !important;
}

body:not(.home-fullhero) .hero-cms h1 {
  max-width: 18ch !important;
}

@media (max-width: 991.98px) {
  body.cd-page .cd-hero,
  body.cl-page .hero-catalog .cl-hero-grid,
  body.pg-page .about-hero-grid,
  body.pg-page .svc-hero-grid,
  body.pg-page .contact-hero-grid,
  body.si-page .intern-hero-grid,
  body.iq-page .track-hero-grid,
  body:not(.home-fullhero) .hero-trust .container {
    grid-template-columns: 1fr !important;
  }

  body:not(.home-fullhero) .site-hero h1,
  body:not(.home-fullhero) .cd-hero-copy h1,
  body:not(.home-fullhero) .about-hero-copy h1,
  body:not(.home-fullhero) .jobs-hero h1 {
    max-width: none !important;
  }

  body.cd-page .cd-hero-stage .cd-hero-media,
  body.cl-page .catalog-frame,
  body.si-page .intern-hero-media {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }

  body.pg-page .about-frame,
  body.pg-page .about-frame-a,
  body.pg-page .about-frame-b {
    height: 200px;
  }

  body.jd-page .hero-job-meta .cd-statbar {
    grid-template-columns: 1fr 1fr !important;
  }

  body:not(.home-fullhero) .crumb-bar .container {
    justify-content: flex-start !important;
  }

  body:not(.home-fullhero) .crumb {
    justify-content: flex-start !important;
  }
}

@media (max-width: 575.98px) {
  body.jd-page .hero-job-meta .cd-statbar,
  body.pg-page .svc-tiles {
    grid-template-columns: 1fr !important;
  }
}


/* FORCE: crumb + hero same solid dark navy (fixes placements white text bug) */
body:not(.home-fullhero) .crumb-bar,
body:not(.home-fullhero) .site-hero,
body:not(.home-fullhero) .site-hero.hero-jobs,
body:not(.home-fullhero) .site-hero.jobs-hero,
body:not(.home-fullhero) .site-hero.hero-lab,
body:not(.home-fullhero) .site-hero.iq-hero,
body:not(.home-fullhero) .site-hero.hero-course,
body:not(.home-fullhero) .site-hero.hero-job,
body:not(.home-fullhero) .site-hero.hero-catalog,
body:not(.home-fullhero) .site-hero.hero-about,
body:not(.home-fullhero) .site-hero.hero-services,
body:not(.home-fullhero) .site-hero.hero-contact,
body:not(.home-fullhero) .site-hero.hero-post,
body:not(.home-fullhero) .site-hero.hero-intern,
body:not(.home-fullhero) .site-hero.hero-track,
body:not(.home-fullhero) .site-hero.hero-cms,
body:not(.home-fullhero) .site-hero.pj-hero,
body.job-page .site-hero,
body.job-page .jobs-hero,
body.job-page .hero-jobs,
body.iq-page .site-hero,
body.iq-page .iq-hero,
body.iq-page .hero-lab,
body.cd-page .site-hero,
body.cl-page .site-hero,
body.pg-page .site-hero,
body.si-page .site-hero,
body.jd-page .site-hero,
body.post-job-page .site-hero {
  background: #35345a !important;
  background-image: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body:not(.home-fullhero) .crumb-bar {
  padding: 12px 0 !important;
  width: 100% !important;
}
body:not(.home-fullhero) .site-hero h1,
body.job-page .jobs-hero h1,
body.job-page .hero-jobs h1 {
  color: #fff !important;
}
body:not(.home-fullhero) .site-hero .text-muted,
body.job-page .jobs-hero .text-muted,
body.job-page .hero-jobs .text-muted {
  color: rgba(255,255,255,0.78) !important;
}
body.job-page .jobs-hero-tags span,
body.job-page .jobs-hero-tags button {
  background: rgba(255,255,255,0.12) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.2) !important;
}


/* =========================================================
   Dark hero polish: white primary CTA · more space · orange pills
   Applied to ALL inner-page heroes
   ========================================================= */
body:not(.home-fullhero) .site-hero > .container {
  padding-bottom: 56px !important;
}

body:not(.home-fullhero) .site-hero .nk-head-actions,
body:not(.home-fullhero) .site-hero .pj-hero-actions {
  margin-bottom: 0;
}

body:not(.home-fullhero) .site-hero .hero-proof {
  margin-top: 18px !important;
  margin-bottom: 8px;
}

body:not(.home-fullhero) .hero-trust {
  margin-top: 28px !important;
  padding: 22px 0 24px !important;
  border-top: 1px solid #f0d2b5 !important;
  background: #fff1e6 !important;
}

/* Bottom snapshot / meta pills → orange, one line */
body:not(.home-fullhero) .hero-trust .cd-statbar {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  overflow-x: auto;
}

body:not(.home-fullhero) .hero-trust .cd-statbar > div,
body.jd-page .hero-job-meta .cd-statbar > div {
  background: var(--primary-color, #e86f1a) !important;
  border: 1px solid var(--primary-color, #e86f1a) !important;
  color: #fff !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  flex: 0 0 auto;
}

body:not(.home-fullhero) .hero-trust .cd-statbar > div span,
body.jd-page .hero-job-meta .cd-statbar > div span {
  color: #fff !important;
}

body:not(.home-fullhero) .hero-trust .cd-statbar i,
body.jd-page .hero-job-meta .cd-statbar i {
  color: #fff !important;
}

body:not(.home-fullhero) .hero-trust-label {
  color: var(--blue, #35345a) !important;
}
body:not(.home-fullhero) .site-hero .btn.btn-primary-custom,
body:not(.home-fullhero) .site-hero .nk-head-actions .btn.btn-primary-custom,
body:not(.home-fullhero) .site-hero .pj-hero-actions .btn.btn-primary-custom {
  background: var(--primary-color, #e86f1a) !important;
  border: 1px solid var(--primary-color, #e86f1a) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body:not(.home-fullhero) .site-hero .btn.btn-primary-custom:hover,
body:not(.home-fullhero) .site-hero .nk-head-actions .btn.btn-primary-custom:hover,
body:not(.home-fullhero) .site-hero .pj-hero-actions .btn.btn-primary-custom:hover {
  background: var(--primary-hover, #d46212) !important;
  border-color: var(--primary-hover, #d46212) !important;
  color: #fff !important;
}

body:not(.home-fullhero) .site-hero .btn.btn-primary-custom i {
  color: #fff !important;
}

/* Secondary → white bg, black text */
body:not(.home-fullhero) .site-hero .btn.btn-navy {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #111 !important;
}

body:not(.home-fullhero) .site-hero .btn.btn-navy:hover {
  background: #fff4eb !important;
  border-color: #fff4eb !important;
  color: #111 !important;
}

body:not(.home-fullhero) .site-hero .btn.btn-navy i {
  color: var(--primary-color, #e86f1a) !important;
}

/* Bottom snapshot / meta pills → orange */
body:not(.home-fullhero) .hero-trust .cd-statbar > div,
body.jd-page .hero-job-meta .cd-statbar > div {
  background: var(--primary-color, #e86f1a) !important;
  border: 1px solid var(--primary-color, #e86f1a) !important;
  color: #fff !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}

body:not(.home-fullhero) .hero-trust .cd-statbar > div span,
body.jd-page .hero-job-meta .cd-statbar > div span {
  color: #fff !important;
}

body:not(.home-fullhero) .hero-trust .cd-statbar i,
body.jd-page .hero-job-meta .cd-statbar i {
  color: #fff !important;
}

body:not(.home-fullhero) .hero-trust-label {
  color: var(--blue, #35345a) !important;
}

/* Job meta bar: space from actions */
body.jd-page .hero-job-meta {
  margin-top: 36px !important;
}


/* Skill / tool tags in dark heroes → white bg, black text */
body:not(.home-fullhero) .site-hero .cd-tools span,
body:not(.home-fullhero) .site-hero .jd-skills span,
body:not(.home-fullhero) .site-hero .job-tags span,
body.cd-page .cd-tools span,
body.jd-page .jd-skills span,
body.jd-page .job-tags span {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #111 !important;
  font-weight: 600 !important;
}


/* Snapshot bar: light orange strip + single-line orange pills */
body:not(.home-fullhero) .hero-trust {
  background: #fff1e6 !important;
  border-top: 1px solid #f0d2b5 !important;
}
body:not(.home-fullhero) .hero-trust .container {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 16px 18px !important;
}
body:not(.home-fullhero) .hero-trust-label {
  color: #35345a !important;
  flex: 0 0 auto;
}
body:not(.home-fullhero) .hero-trust .cd-statbar {
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: none !important;
  gap: 10px !important;
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  background: transparent !important;
  border: 0 !important;
}
body:not(.home-fullhero) .hero-trust .cd-statbar > div,
body:not(.home-fullhero) .hero-trust .cd-statbar > div:first-child {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  background: #e86f1a !important;
  border: 1px solid #e86f1a !important;
  border-left: 1px solid #e86f1a !important;
  color: #fff !important;
  padding: 10px 14px !important;
}


/* PROGRAM SNAPSHOT — clean bar (no scroll) */
body:not(.home-fullhero) .hero-trust {
  margin-top: 24px !important;
  padding: 14px 0 10px !important;
  background: #f3f4f8 !important;
  border-top: 1px solid #e4e6ef !important;
}

body:not(.home-fullhero) .hero-trust .container {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px 14px !important;
}

body:not(.home-fullhero) .hero-trust-label {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #6b6a86 !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body:not(.home-fullhero) .hero-trust .cd-statbar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  grid-template-columns: none !important;
}

body:not(.home-fullhero) .hero-trust .cd-statbar > div,
body:not(.home-fullhero) .hero-trust .cd-statbar > div:first-child {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 7px 11px !important;
  border: 1px solid #e8c4a8 !important;
  border-left: 1px solid #e8c4a8 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #35345a !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

body:not(.home-fullhero) .hero-trust .cd-statbar > div span {
  color: #35345a !important;
}

body:not(.home-fullhero) .hero-trust .cd-statbar i {
  color: #e86f1a !important;
  margin-top: 0 !important;
  font-size: 0.78rem !important;
}

/* Job detail meta row — same clean chips, no scroll */
body.jd-page .hero-job-meta {
  margin-top: 28px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.jd-page .hero-job-meta .cd-statbar {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  grid-template-columns: none !important;
}

body.jd-page .hero-job-meta .cd-statbar > div {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  flex: 0 0 auto !important;
  padding: 7px 11px !important;
  border: 1px solid #e8c4a8 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #35345a !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

body.jd-page .hero-job-meta .cd-statbar i {
  color: #e86f1a !important;
}

body.jd-page .hero-job-meta .cd-statbar > div span {
  color: #35345a !important;
}


/* Richer interview / jobs heroes */
body.iq-page .hero-lab .iq-search {
  margin-top: 14px;
  margin-bottom: 4px;
}
body.iq-page .hero-lab .nk-head-actions {
  margin-top: 16px !important;
}
body.job-page .jobs-hero-side .btn-navy {
  background: #fff !important;
  border-color: #fff !important;
  color: #111 !important;
}
body.job-page .jobs-hero-side .btn-navy i {
  color: #e86f1a !important;
}
body.job-page .naukri-search {
  border-radius: 5px !important;
}
body.iq-page .iq-path .path-step {
  border-radius: 5px !important;
}
body.iq-page .iq-search {
  border-radius: 5px !important;
}

/* =========================================================
   LOCK: dark hero text readable + light cards inside hero safe
   ========================================================= */
body:not(.home-fullhero) .site-hero {
  background: #35345a !important;
  color: #fff !important;
}

body:not(.home-fullhero) .site-hero h1 {
  color: #fff !important;
}

body:not(.home-fullhero) .site-hero .cl-lead,
body:not(.home-fullhero) .site-hero .cd-lead,
body:not(.home-fullhero) .site-hero .text-muted,
body:not(.home-fullhero) .site-hero .cd-place {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* Light funnel / CTA cards inside dark heroes keep dark text */
body:not(.home-fullhero) .site-hero .loop-cta,
body:not(.home-fullhero) .site-hero .track-funnel,
body:not(.home-fullhero) .site-hero .pj-hero-card,
body:not(.home-fullhero) .site-hero .contact-hero-card,
body:not(.home-fullhero) .site-hero .naukri-search,
body:not(.home-fullhero) .site-hero .iq-search,
body:not(.home-fullhero) .site-hero .iq-path .path-step {
  color: #35345a !important;
}

body:not(.home-fullhero) .site-hero .loop-cta h2,
body:not(.home-fullhero) .site-hero .loop-cta p,
body:not(.home-fullhero) .site-hero .loop-cta .cd-kicker,
body:not(.home-fullhero) .site-hero .naukri-search input,
body:not(.home-fullhero) .site-hero .naukri-search select,
body:not(.home-fullhero) .site-hero .naukri-search label {
  color: inherit;
}

body:not(.home-fullhero) .site-hero .naukri-search input,
body:not(.home-fullhero) .site-hero .naukri-search select {
  color: #35345a !important;
}

/* =========================================================
   INTERVIEW LAB HERO LOCK — always 2-col on desktop, no stagger
   ========================================================= */
body.iq-page .iq-hero-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr) !important;
  gap: 28px 40px !important;
  align-items: start !important;
  width: 100% !important;
}

body.iq-page .iq-hero-copy {
  min-width: 0 !important;
  max-width: none !important;
}

body.iq-page .iq-path {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 420px !important;
  justify-self: end !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

body.iq-page .iq-path::before {
  display: none !important;
  content: none !important;
}

body.iq-page .iq-path .path-step,
body.iq-page .iq-path .path-step:nth-child(1),
body.iq-page .iq-path .path-step:nth-child(2),
body.iq-page .iq-path .path-step:nth-child(3),
body.iq-page .iq-path .path-step:nth-child(4),
body.iq-page .iq-path .path-step:nth-child(n) {
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.iq-page .iq-search {
  max-width: min(100%, 38rem) !important;
  width: 100% !important;
}

@media (max-width: 767.98px) {
  body.iq-page .iq-hero-top {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body.iq-page .iq-path {
    max-width: none !important;
    justify-self: stretch !important;
  }
}

/* =========================================================
   COURSE HERO LOCK — kill white card / invisible white text
   ========================================================= */
body.cd-page .site-hero,
body.cd-page .site-hero.hero-course {
  background: #35345a !important;
  background-image: none !important;
}

body.cd-page .site-hero > .container,
body.cd-page .cd-hero,
body.cd-page .cd-hero-copy {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.cd-page .cd-hero {
  padding: 0 !important;
}

body.cd-page .cd-hero-copy h1,
body.cd-page .site-hero .cd-hero-copy h1 {
  color: #fff !important;
  max-width: none !important;
}

body.cd-page .cd-hero-copy h1 em {
  color: #ffb06b !important;
}

body.cd-page .cd-place,
body.cd-page .cd-lead,
body.cd-page .site-hero .cd-place,
body.cd-page .site-hero .cd-lead {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.cd-page .hero-proof,
body.cd-page .hero-proof span,
body.cd-page .site-hero .hero-proof {
  color: rgba(255, 255, 255, 0.85) !important;
}

body.cd-page .mode-online {
  background: rgba(232, 111, 26, 0.22) !important;
  color: #ffb06b !important;
  border: 1px solid rgba(255, 176, 107, 0.4) !important;
}

body.cd-page .mode-offline {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body.cd-page .cd-tools span {
  display: inline-block !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #111 !important;
  border-radius: 5px !important;
  padding: 5px 9px !important;
  font-weight: 600 !important;
}
