/* Home career path — same format, tighter UI */
body.home-fullhero .cc-path {
  background: #eef0f5 !important;
  padding: 48px 0 56px !important;
}
body.home-fullhero .cc-path .container {
  max-width: 1140px;
}

body.home-fullhero .cc-path-board {
  background: #fff !important;
  border: 1px solid #e4e6ef;
  border-radius: 5px;
  padding: 36px 36px 28px;
  margin-bottom: 16px;
}

body.home-fullhero .cc-path-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 36px 48px;
  align-items: stretch;
  margin: 0 !important;
}

body.home-fullhero .cc-path-copy {
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}
body.home-fullhero .cc-path-eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 10px;
  border: 1px solid #f0c9a8;
  border-radius: 5px;
  background: #fff8f2;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e86f1a !important;
}
body.home-fullhero .cc-path-copy h2 {
  margin: 0 0 16px !important;
  max-width: 14ch;
  font-size: clamp(1.7rem, 2.7vw, 2.25rem) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  color: #35345a !important;
}
body.home-fullhero .cc-path-lead {
  margin: 0 0 auto !important;
  max-width: 36rem;
  padding-bottom: 28px;
  font-size: 0.94rem !important;
  line-height: 1.75 !important;
  color: #5f5e78 !important;
}

body.home-fullhero .cc-path-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid #eceef4;
}
body.home-fullhero .cc-path-stats > div {
  padding: 0 16px 0 0;
  border-right: 1px solid #eceef4;
}
body.home-fullhero .cc-path-stats > div:last-child {
  border-right: 0;
  padding-right: 0;
}
body.home-fullhero .cc-path-stats > div:first-child dt {
  color: #e86f1a !important;
}
body.home-fullhero .cc-path-stats dt {
  margin: 0 !important;
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: #35345a !important;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
body.home-fullhero .cc-path-stats dd {
  margin: 6px 0 0 !important;
  max-width: 11ch;
  font-size: 0.74rem !important;
  line-height: 1.4 !important;
  color: #7a7994 !important;
}

body.home-fullhero .cc-path-steps {
  list-style: none !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
body.home-fullhero .cc-path-steps::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 21px;
  width: 2px;
  background: #e6e7ef;
}
body.home-fullhero .cc-path-steps li {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  position: relative;
  z-index: 1;
  margin: 0 0 18px !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
  background: transparent !important;
}
body.home-fullhero .cc-path-steps li:last-child {
  margin-bottom: 0 !important;
}
body.home-fullhero .cc-path-steps li::marker { content: none; }
body.home-fullhero .cc-path-n {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: #35345a !important;
  color: #fff !important;
  border: 0;
  border-radius: 5px;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  box-shadow: none;
}
body.home-fullhero .cc-path-steps li.is-end .cc-path-n {
  background: #e86f1a !important;
  box-shadow: none;
}
body.home-fullhero .cc-path-steps li > div {
  min-height: 44px;
  padding-top: 0;
}
body.home-fullhero .cc-path-title {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin: 0 !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #35345a !important;
  letter-spacing: -0.02em;
  line-height: 1 !important;
}
body.home-fullhero .cc-path-title i {
  display: inline-block;
  width: auto;
  height: auto;
  flex-shrink: 0;
  border-radius: 0;
  background: none !important;
  color: #e86f1a !important;
  font-size: 0.95rem !important;
  line-height: 1 !important;
}
body.home-fullhero .cc-path-steps li.is-end .cc-path-title {
  color: #35345a !important;
}
body.home-fullhero .cc-path-steps li.is-end .cc-path-title i {
  background: none !important;
  color: #e86f1a !important;
}
body.home-fullhero .cc-path-steps li > div > span {
  display: block;
  margin: 2px 0 0 26px;
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
  color: #6b6a86 !important;
}

body.home-fullhero .cc-path-links {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #35345a !important;
  border-radius: 5px;
  overflow: hidden;
}
body.home-fullhero .cc-path-links a {
  display: flex !important;
  flex-direction: column;
  min-height: 200px;
  padding: 22px 22px 18px;
  text-decoration: none !important;
  color: #fff !important;
  background: transparent !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid transparent;
  border-radius: 0 !important;
  transition: background 0.15s ease, border-color 0.15s ease;
}
body.home-fullhero .cc-path-links a:first-child {
  border-top-color: #e86f1a;
}
body.home-fullhero .cc-path-links a:last-child { border-right: 0; }
body.home-fullhero .cc-path-links a:hover {
  background: #2e2d50 !important;
  border-top-color: #e86f1a;
}
body.home-fullhero .cc-path-link-top {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
body.home-fullhero .cc-path-links em {
  display: block;
  margin: 0 !important;
  font-style: normal !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fb923c !important;
}
body.home-fullhero .cc-path-link-ico {
  display: grid !important;
  place-items: center;
  width: 36px !important;
  height: 36px !important;
  flex-shrink: 0;
  border-radius: 5px !important;
  background: #e86f1a !important;
  color: #fff !important;
}
body.home-fullhero .cc-path-link-ico i {
  font-size: 0.92rem !important;
  line-height: 1 !important;
  color: #fff !important;
}
body.home-fullhero .cc-path-links b {
  display: block !important;
  margin: 0 0 auto !important;
  padding-bottom: 18px;
  font-size: 1.28rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em;
}
body.home-fullhero .cc-path-link-foot {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem !important;
  line-height: 1.45 !important;
  color: rgba(255, 255, 255, 0.68) !important;
}
body.home-fullhero .cc-path-link-foot i {
  font-size: 0.7rem;
  color: #fb923c;
  transition: transform 0.15s ease;
}
body.home-fullhero .cc-path-links a:hover .cc-path-link-foot i {
  transform: translateX(3px);
}

@media (max-width: 991.98px) {
  body.home-fullhero .cc-path-board { padding: 24px 20px 18px; }
  body.home-fullhero .cc-path-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  body.home-fullhero .cc-path-copy h2 { max-width: none; }
  body.home-fullhero .cc-path-lead { padding-bottom: 20px; }
  body.home-fullhero .cc-path-links { grid-template-columns: 1fr 1fr; }
  body.home-fullhero .cc-path-links a:nth-child(2) { border-right: 0; }
  body.home-fullhero .cc-path-links a:nth-child(1),
  body.home-fullhero .cc-path-links a:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 575.98px) {
  body.home-fullhero .cc-path { padding: 32px 0 36px !important; }
  body.home-fullhero .cc-path-stats { grid-template-columns: 1fr; }
  body.home-fullhero .cc-path-stats > div {
    border-right: 0;
    border-bottom: 1px solid #eceef4;
    padding: 12px 0;
  }
  body.home-fullhero .cc-path-stats > div:last-child { border-bottom: 0; }
  body.home-fullhero .cc-path-stats dd { max-width: none; }
  body.home-fullhero .cc-path-links { grid-template-columns: 1fr; }
  body.home-fullhero .cc-path-links a {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 0;
  }
  body.home-fullhero .cc-path-links a:last-child { border-bottom: 0; }
  body.home-fullhero .cc-hero {
    min-height: auto !important;
    padding: 108px 0 40px !important;
  }
  body.home-fullhero .cc-hero h1 {
    font-size: 1.7rem !important;
    line-height: 1.15 !important;
  }
  body.home-fullhero .cc-hero-actions {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 10px !important;
  }
  body.home-fullhero .cc-hero-actions .btn,
  body.home-fullhero .cc-hero-actions > a.btn {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
  }
  body.home-fullhero .cc-path-copy h2 {
    font-size: 1.45rem !important;
    max-width: none;
  }
  body.home-fullhero .cc-path-steps li {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 12px;
    margin-bottom: 14px !important;
  }
}

body.home-fullhero .cc-hero-actions .btn,
body.home-fullhero .cc-hero-actions .btn.btn-primary-custom,
body.home-fullhero .cc-hero-actions .btn.cc-hero-outline {
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  font-size: 0.84rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
}
body.home-fullhero .cc-hero-actions .btn i {
  font-size: 0.8rem !important;
  line-height: 1 !important;
}

/* Home: cards/boxes = 5px — keep floating nav + eyebrow as soft pills */
body.home-fullhero .btn,
body.home-fullhero a.btn,
body.home-fullhero button,
body.home-fullhero .whatsapp-float,
body.home-fullhero .navbar-toggler,
body.home-fullhero .cc-float-card,
body.home-fullhero .cc-float-ico,
body.home-fullhero .cc-path-board,
body.home-fullhero .cc-path-n,
body.home-fullhero .cc-path-title i,
body.home-fullhero .cc-path-links,
body.home-fullhero .cc-path-link-ico,
body.home-fullhero .section-eyebrow,
body.home-fullhero .job-assist-card,
body.home-fullhero .job-assist-pct,
body.home-fullhero .info-steps article,
body.home-fullhero .placed-logo,
body.home-fullhero .course-card,
body.home-fullhero .program-card,
body.home-fullhero .home-lab-card,
body.home-fullhero .catalog-row,
body.home-fullhero .home-lab-chip,
body.home-fullhero .level-pill,
body.home-fullhero .loop-jobs,
body.home-fullhero .loop-job,
body.home-fullhero .loop-job-logo,
body.home-fullhero .loop-job-apply,
body.home-fullhero .rev-card,
body.home-fullhero .rev-arrow,
body.home-fullhero .si-strip,
body.home-fullhero .si-strip-cta,
body.home-fullhero .mega-card,
body.home-fullhero .dropdown-menu {
  border-radius: 5px !important;
}
body.home-fullhero .nav-shell {
  border-radius: 16px !important;
}
body.home-fullhero .cc-hero-eyebrow {
  border-radius: 100px !important;
}
body.home-fullhero .cc-avatar,
body.home-fullhero .cc-hero-dot {
  border-radius: 50% !important;
}

/* Nav Enroll CTA — clean inside floating pill (no white frame / clip) */
body.home-fullhero .navbar .nav-cta-btn,
body.home-fullhero .navbar .btn.btn-primary-custom.nav-cta-btn {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 18px !important;
  margin: 0 4px 0 10px !important;
  border-radius: 10px !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: var(--primary-color) !important;
  color: #fff !important;
  align-items: center !important;
  gap: 8px !important;
}
body.home-fullhero .navbar .nav-cta-btn i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 0.78rem !important;
  line-height: 1 !important;
  color: #fff !important;
}

/* Hero CTAs — fixed height, never stretch tall */
body.home-fullhero .cc-hero-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}
body.home-fullhero .cc-hero-actions > a.btn,
body.home-fullhero .cc-hero-actions > .btn {
  flex: 0 0 auto !important;
  align-self: center !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  line-height: 1 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;
}
body.home-fullhero .cc-hero-actions > a.btn i,
body.home-fullhero .cc-hero-actions > .btn i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-size: 0.85rem !important;
  line-height: 1 !important;
  width: 1em !important;
  height: 1em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

/* Hero secondary CTA — solid white, same height as Explore */
body.home-fullhero .cc-hero .btn.cc-hero-outline,
body.home-fullhero .cc-hero-actions .btn.cc-hero-outline {
  background: #fff !important;
  border: 1.5px solid #fff !important;
  color: #1e293b !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.14) !important;
}
body.home-fullhero .cc-hero .btn.cc-hero-outline:hover,
body.home-fullhero .cc-hero-actions .btn.cc-hero-outline:hover {
  background: #fff7ed !important;
  border-color: #fff !important;
  color: #c2410c !important;
}

