body.page-id-27 #Subheader,
body.page-id-27 .section-post-header,
body.page-id-27 .post-header,
body.page-id-27 .entry-title:not(.ijc-recruitment-page .entry-title) {
  display: none !important;
}

.ijc-recruitment-page {
  --ijc-purple: #70408c;
  --ijc-purple-dark: #45245c;
  --ijc-blue: #566dcc;
  --ijc-lavender: #eee9f8;
  --ijc-lavender-2: #f8f6fc;
  --ijc-accent: #b3bd00;
  --ijc-ink: #202538;
  --ijc-muted: #5e667a;
  --ijc-line: #ded7eb;
  --ijc-white: #fff;
  width: 100%;
  max-width: 100%;
  color: var(--ijc-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow: hidden;
}

.ijc-recruitment-page *,
.ijc-recruitment-page *::before,
.ijc-recruitment-page *::after {
  box-sizing: border-box;
}

.ijc-recruitment-page h1,
.ijc-recruitment-page h2,
.ijc-recruitment-page h3,
.ijc-recruitment-page p,
.ijc-recruitment-page ul,
.ijc-recruitment-page ol,
.ijc-recruitment-page figure {
  margin-top: 0;
}

.ijc-recruitment-page h1,
.ijc-recruitment-page h2,
.ijc-recruitment-page h3 {
  color: var(--ijc-ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.ijc-recruitment-page h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
}

.ijc-recruitment-page h2 {
  margin-bottom: 18px;
  color: var(--ijc-purple-dark);
  font-size: clamp(34px, 4vw, 52px);
}

.ijc-recruitment-page h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.ijc-recruitment-page a {
  color: var(--ijc-purple-dark);
}

.ijc-full-bleed {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
}

.ijc-rec-wrap {
  width: min(1200px, calc(100% - 44px));
  margin-inline: auto;
}

.ijc-rec-hero {
  isolation: isolate;
  padding: 86px 0 82px;
  color: #fff;
  background: linear-gradient(125deg, #44235b 0%, #74458e 48%, #536bca 100%);
}

.ijc-rec-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  filter: blur(1px);
  animation: ijc-rec-drift 10s ease-in-out infinite alternate;
}

.ijc-rec-orb-one {
  top: -130px;
  right: 3%;
  width: 420px;
  height: 420px;
}

.ijc-rec-orb-two {
  bottom: -170px;
  left: -90px;
  width: 310px;
  height: 310px;
  animation-delay: -4s;
}

.ijc-rec-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 70px;
  align-items: center;
}

.ijc-rec-kicker,
.ijc-rec-eyebrow {
  color: var(--ijc-purple);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ijc-rec-kicker {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.11);
}

.ijc-rec-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9d2ff;
  box-shadow: 0 0 0 5px rgba(255,255,255,.09);
}

.ijc-rec-lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.92);
  font-size: 20px;
  line-height: 1.6;
}

.ijc-rec-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.ijc-rec-button {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 23px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.ijc-rec-button:hover,
.ijc-rec-button:focus-visible {
  transform: translateY(-2px);
}

.ijc-rec-button-primary {
  color: var(--ijc-purple-dark) !important;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24,12,46,.2);
}

.ijc-rec-button-primary:hover,
.ijc-rec-button-primary:focus-visible {
  background: #f4f0fb;
}

.ijc-rec-button-ghost {
  border-color: rgba(255,255,255,.6);
  color: #fff !important;
  background: rgba(255,255,255,.06);
}

.ijc-rec-button-dark {
  color: #fff !important;
  background: linear-gradient(135deg, var(--ijc-purple), var(--ijc-blue));
  box-shadow: 0 12px 28px rgba(77,40,100,.2);
}

.ijc-rec-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.88);
  list-style: none;
}

.ijc-rec-hero-points li::before {
  content: "✓";
  margin-right: 8px;
  color: #d8d2ff;
  font-weight: 900;
}

.ijc-rec-worker-card {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 28px;
  background: rgba(255,255,255,.13);
  box-shadow: 0 30px 60px rgba(25,12,50,.28);
  animation: ijc-rec-float 6s ease-in-out infinite;
}

.ijc-rec-worker-frame {
  overflow: hidden;
  border-radius: 20px;
  background: #ddd6eb;
}

.ijc-rec-worker-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 585 / 366;
  object-fit: cover;
  object-position: center;
}

.ijc-rec-worker-card figcaption {
  display: grid;
  gap: 2px;
  padding: 15px 8px 3px;
  color: #fff;
}

.ijc-rec-worker-card figcaption strong {
  font-size: 18px;
}

.ijc-rec-worker-card figcaption span {
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.ijc-rec-trust {
  z-index: 2;
  padding: 24px 0;
  border-bottom: 1px solid var(--ijc-line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(34,25,62,.06);
}

.ijc-rec-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ijc-rec-trust-grid > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 10px;
  align-items: center;
}

.ijc-rec-trust-grid span {
  grid-row: 1 / 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--ijc-purple), var(--ijc-blue));
  font-weight: 900;
}

.ijc-rec-trust-grid strong {
  font-size: 15px;
}

.ijc-rec-trust-grid small {
  color: var(--ijc-muted);
  font-size: 13px;
  line-height: 1.35;
}

.ijc-rec-section {
  padding: 84px 0;
  background: #fff;
}

.ijc-rec-section-soft {
  background: var(--ijc-lavender-2);
}

.ijc-rec-heading {
  max-width: 800px;
  margin-bottom: 42px;
}

.ijc-rec-heading p:not(.ijc-rec-eyebrow) {
  margin-bottom: 0;
  color: var(--ijc-muted);
  font-size: 19px;
}

.ijc-rec-heading-centered {
  margin-inline: auto;
  text-align: center;
}

.ijc-rec-grid {
  display: grid;
  gap: 24px;
}

.ijc-rec-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.ijc-rec-card {
  display: flex;
  min-width: 0;
  min-height: 320px;
  padding: 28px;
  flex-direction: column;
  border: 1px solid var(--ijc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(56,38,83,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ijc-rec-card:hover {
  transform: translateY(-6px);
  border-color: #c8b9dc;
  box-shadow: 0 24px 55px rgba(56,38,83,.14);
}

.ijc-rec-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 16px;
  color: var(--ijc-purple-dark);
  background: var(--ijc-lavender);
  font-size: 15px;
  font-weight: 900;
}

.ijc-rec-card p {
  margin-bottom: 22px;
  color: var(--ijc-muted);
  font-size: 16px;
  line-height: 1.55;
}

.ijc-rec-card a {
  margin-top: auto;
  font-weight: 800;
  text-decoration: none;
}

.ijc-rec-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ijc-rec-process::before {
  content: "";
  position: absolute;
  top: 31px;
  right: 12%;
  left: 12%;
  height: 2px;
  background: linear-gradient(90deg, var(--ijc-purple), var(--ijc-blue));
}

.ijc-rec-process li {
  position: relative;
  text-align: center;
}

.ijc-rec-process li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  place-items: center;
  border: 7px solid var(--ijc-lavender-2);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--ijc-purple), var(--ijc-blue));
  font-size: 18px;
  font-weight: 900;
}

.ijc-rec-process h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.ijc-rec-process p {
  margin-bottom: 0;
  color: var(--ijc-muted);
  font-size: 15px;
  line-height: 1.5;
}

.ijc-rec-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 70px;
  align-items: start;
}

.ijc-rec-split > div > p:not(.ijc-rec-eyebrow),
.ijc-rec-faq-layout > div > p:not(.ijc-rec-eyebrow) {
  color: var(--ijc-muted);
  font-size: 18px;
}

.ijc-rec-callout {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 5px solid var(--ijc-accent);
  border-radius: 0 16px 16px 0;
  background: var(--ijc-lavender-2);
}

.ijc-rec-callout strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ijc-purple-dark);
  font-size: 18px;
}

.ijc-rec-callout p {
  margin-bottom: 0;
  color: var(--ijc-muted);
}

.ijc-rec-brief {
  padding: 34px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, #4b2861, #674081 60%, #536aca);
  box-shadow: 0 24px 58px rgba(47,27,72,.18);
}

.ijc-rec-brief h3 {
  color: #fff;
  font-size: 30px;
}

.ijc-rec-brief ul {
  display: grid;
  gap: 13px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.ijc-rec-brief li {
  position: relative;
  padding-left: 28px;
  color: rgba(255,255,255,.9);
}

.ijc-rec-brief li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ddd4ff;
  font-weight: 900;
}

.ijc-rec-brief .ijc-rec-button {
  color: var(--ijc-purple-dark) !important;
  background: #fff;
}

.ijc-rec-industries {
  background: linear-gradient(180deg, #fff, #f7f3fb);
}

.ijc-rec-pill-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ijc-rec-pill-grid span {
  position: relative;
  padding: 21px 22px 21px 52px;
  border: 1px solid var(--ijc-line);
  border-radius: 16px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 12px 30px rgba(56,38,83,.06);
  font-weight: 700;
}

.ijc-rec-pill-grid span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--ijc-purple), var(--ijc-blue));
  transform: translateY(-50%) rotate(45deg);
}

.ijc-rec-route-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ijc-rec-route {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 18px;
  min-height: 130px;
  padding: 26px 28px;
  align-content: center;
  border: 1px solid var(--ijc-line);
  border-radius: 18px;
  color: var(--ijc-ink) !important;
  background: #fff;
  text-decoration: none !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ijc-rec-route:hover,
.ijc-rec-route:focus-visible {
  transform: translateY(-3px);
  border-color: #c8b9dc;
  box-shadow: 0 16px 38px rgba(56,38,83,.1);
}

.ijc-rec-route strong {
  color: var(--ijc-purple-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.ijc-rec-route span {
  color: var(--ijc-muted);
}

.ijc-rec-route b {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--ijc-purple);
  font-size: 27px;
}

.ijc-rec-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: start;
}

.ijc-rec-faqs {
  display: grid;
  gap: 14px;
}

.ijc-rec-faqs details {
  border: 1px solid var(--ijc-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(56,38,83,.05);
}

.ijc-rec-faqs summary {
  position: relative;
  padding: 21px 58px 21px 24px;
  cursor: pointer;
  color: var(--ijc-ink);
  font-weight: 800;
  list-style: none;
}

.ijc-rec-faqs summary::-webkit-details-marker {
  display: none;
}

.ijc-rec-faqs summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--ijc-purple);
  font-size: 25px;
  transform: translateY(-50%);
}

.ijc-rec-faqs details[open] summary::after {
  content: "−";
}

.ijc-rec-faqs details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--ijc-muted);
}

.ijc-rec-cta {
  padding: 70px 0;
  color: #fff;
  background: linear-gradient(120deg, #402054, #74438f 55%, #536aca);
}

.ijc-rec-cta-inner {
  display: flex;
  gap: 38px;
  align-items: center;
  justify-content: space-between;
}

.ijc-rec-cta .ijc-rec-eyebrow,
.ijc-rec-cta h2 {
  color: #fff;
}

.ijc-rec-cta h2 {
  margin-bottom: 10px;
}

.ijc-rec-cta p:not(.ijc-rec-eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255,255,255,.84);
  font-size: 18px;
}

@keyframes ijc-rec-float {
  0%, 100% { transform: translateY(0) rotate(-.6deg); }
  50% { transform: translateY(-10px) rotate(.5deg); }
}

@keyframes ijc-rec-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(24px, 18px, 0) scale(1.06); }
}

@media (max-width: 1080px) {
  .ijc-rec-grid-four { grid-template-columns: repeat(2, 1fr); }
  .ijc-rec-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ijc-rec-hero-grid { gap: 42px; }
}

@media (max-width: 860px) {
  .ijc-rec-hero { padding: 64px 0; }
  .ijc-rec-hero-grid,
  .ijc-rec-split,
  .ijc-rec-faq-layout { grid-template-columns: 1fr; }
  .ijc-rec-worker-card { max-width: 620px; }
  .ijc-rec-process { grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
  .ijc-rec-process::before { display: none; }
  .ijc-rec-pill-grid { grid-template-columns: repeat(2, 1fr); }
  .ijc-rec-faq-layout { gap: 28px; }
  .ijc-rec-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .ijc-recruitment-page { font-size: 16px; }
  .ijc-rec-wrap { width: min(1200px, calc(100% - 28px)); }
  .ijc-rec-hero { padding: 52px 0; }
  .ijc-recruitment-page h1 { font-size: clamp(38px, 12vw, 50px); }
  .ijc-recruitment-page h2 { font-size: clamp(31px, 9vw, 42px); }
  .ijc-rec-lead { font-size: 18px; }
  .ijc-rec-actions { display: grid; }
  .ijc-rec-button { width: 100%; }
  .ijc-rec-hero-points { display: grid; }
  .ijc-rec-worker-card { padding: 10px; border-radius: 20px; }
  .ijc-rec-worker-frame { border-radius: 14px; }
  .ijc-rec-trust-grid,
  .ijc-rec-grid-four,
  .ijc-rec-process,
  .ijc-rec-pill-grid,
  .ijc-rec-route-grid { grid-template-columns: 1fr; }
  .ijc-rec-section { padding: 62px 0; }
  .ijc-rec-card { min-height: 0; padding: 24px; }
  .ijc-rec-process li { display: grid; grid-template-columns: 58px 1fr; gap: 16px; text-align: left; }
  .ijc-rec-process li > span { width: 52px; height: 52px; margin: 0; border-width: 5px; }
  .ijc-rec-brief { padding: 26px 22px; }
  .ijc-rec-route { padding: 22px; }
  .ijc-rec-cta { padding: 58px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ijc-recruitment-page *,
  .ijc-recruitment-page *::before,
  .ijc-recruitment-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* IJC HERO FULL-BLEED REPAIR */
body.page-id-27 {
  overflow-x: hidden;
  overflow-x: clip;
}

body.page-id-27 .ijc-recruitment-page {
  overflow: visible !important;
}

body.page-id-27 .ijc-full-bleed {
  position: relative !important;
  left: auto !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
