body.page-id-5 {
  --ijc-purple: #70408c;
  --ijc-purple-dark: #45245c;
  --ijc-blue: #566dcc;
  --ijc-lavender: #eee9f8;
  --ijc-soft: #f8f6fc;
  --ijc-green: #b3bd00;
  --ijc-ink: #202538;
  --ijc-muted: #5e667a;
  --ijc-line: #ded7eb;
  --ijc-white: #fff;
}

body.page-id-5 #Content {
  padding-top: 0 !important;
}

body.page-id-5 #Content > .content_wrapper,
body.page-id-5 #Content .section_wrapper,
body.page-id-5 #Content .the_content_wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.page-id-5 #Footer {
  display: none !important;
}

body.page-id-5 #Top_bar {
  border-bottom: 1px solid rgba(69, 36, 92, .10);
  box-shadow: 0 8px 28px rgba(32, 37, 56, .06);
}

body.page-id-5 #Top_bar .menu > li > a {
  color: var(--ijc-ink);
  font-size: 14px;
  font-weight: 600;
}

body.page-id-5 #Top_bar .menu > li > a:hover,
body.page-id-5 #Top_bar .menu > li.current-menu-item > a {
  color: var(--ijc-purple) !important;
}

body.page-id-5 #Top_bar .menu > li.ijc-menu-cta > a {
  margin: 10px 6px;
  padding: 0 20px !important;
  border-radius: 8px;
  background: var(--ijc-green) !important;
  color: var(--ijc-purple-dark) !important;
  line-height: 40px !important;
}

.ijc-home-v2,
.ijc-home-footer {
  color: var(--ijc-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.ijc-home-v2 *,
.ijc-home-v2 *::before,
.ijc-home-v2 *::after,
.ijc-home-footer *,
.ijc-home-footer *::before,
.ijc-home-footer *::after {
  box-sizing: border-box;
}

.ijc-home-v2 h1,
.ijc-home-v2 h2,
.ijc-home-v2 h3,
.ijc-home-v2 p,
.ijc-home-v2 ul,
.ijc-home-v2 ol,
.ijc-home-v2 figure,
.ijc-home-footer h2,
.ijc-home-footer p {
  margin-top: 0;
}

.ijc-home-v2 h1,
.ijc-home-v2 h2,
.ijc-home-v2 h3,
.ijc-home-footer h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.ijc-home-v2 h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
}

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

.ijc-home-v2 h3 {
  margin-bottom: 12px;
  color: var(--ijc-ink);
  font-size: 25px;
}

.ijc-home-v2 a,
.ijc-home-footer a {
  text-decoration: none;
}

.ijc-home-v2 a:focus-visible,
.ijc-home-footer a:focus-visible {
  outline: 3px solid var(--ijc-blue);
  outline-offset: 4px;
}

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

.ijc-home-intro {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: linear-gradient(125deg, #45245c 0%, #70408c 56%, #566dcc 100%);
}

.ijc-home-orb {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}

.ijc-home-orb-one { top: -180px; right: -80px; width: 460px; height: 460px; }
.ijc-home-orb-two { bottom: -160px; left: -100px; width: 340px; height: 340px; background: rgba(179,189,0,.13); }

.ijc-home-intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .7fr);
  gap: 64px;
  align-items: center;
}

.ijc-home-kicker,
.ijc-home-eyebrow {
  margin-bottom: 16px;
  color: var(--ijc-purple);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ijc-home-kicker { color: #fff; }
.ijc-home-kicker span { display: inline-block; width: 28px; height: 3px; margin-right: 10px; background: var(--ijc-green); vertical-align: middle; }

.ijc-home-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.88);
  font-size: 20px;
  line-height: 1.55;
}

.ijc-home-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.ijc-home-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ijc-home-button:hover { transform: translateY(-2px); }
.ijc-home-button-primary { background: var(--ijc-green); color: var(--ijc-purple-dark) !important; box-shadow: 0 12px 28px rgba(23,27,39,.20); }
.ijc-home-button-secondary { border-color: rgba(255,255,255,.7); color: #fff !important; }
.ijc-home-button-secondary:hover { background: rgba(255,255,255,.10); }

.ijc-home-proof {
  padding: 8px 28px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  box-shadow: 0 24px 55px rgba(25,16,35,.18);
  backdrop-filter: blur(8px);
}

.ijc-home-proof div { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.ijc-home-proof div:last-child { border-bottom: 0; }
.ijc-home-proof strong, .ijc-home-proof span { display: block; }
.ijc-home-proof strong { margin-bottom: 4px; color: #fff; font-size: 18px; }
.ijc-home-proof span { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.45; }

.ijc-home-trust { background: #fff; border-bottom: 1px solid var(--ijc-line); box-shadow: 0 10px 28px rgba(52,36,64,.05); }
.ijc-home-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ijc-home-trust-grid div { display: grid; grid-template-columns: 34px 1fr; padding: 24px 22px; border-right: 1px solid var(--ijc-line); }
.ijc-home-trust-grid div:last-child { border-right: 0; }
.ijc-home-trust-grid span { grid-row: 1 / 3; color: var(--ijc-green); font-size: 22px; font-weight: 900; }
.ijc-home-trust-grid strong { color: var(--ijc-ink); font-size: 14px; line-height: 1.3; }
.ijc-home-trust-grid small { color: var(--ijc-muted); font-size: 12px; line-height: 1.4; }

.ijc-home-section { padding: 88px 0; background: #fff; }
.ijc-home-section-soft { background: var(--ijc-soft); }
.ijc-home-heading { max-width: 800px; margin-bottom: 42px; }
.ijc-home-heading > p:not(.ijc-home-eyebrow) { margin-bottom: 0; color: var(--ijc-muted); font-size: 18px; }
.ijc-home-heading-centred { margin-right: auto; margin-left: auto; text-align: center; }

.ijc-home-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ijc-home-audience-card {
  position: relative;
  min-height: 330px;
  padding: 34px;
  border: 1px solid var(--ijc-line);
  border-radius: 18px;
  background: #fff;
  color: var(--ijc-ink) !important;
  box-shadow: 0 18px 42px rgba(52,36,64,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ijc-home-audience-card:hover { transform: translateY(-5px); border-color: rgba(112,64,140,.45); box-shadow: 0 24px 52px rgba(52,36,64,.14); }
.ijc-home-audience-card-primary { border-color: transparent; background: linear-gradient(145deg, var(--ijc-purple-dark), var(--ijc-purple)); }
.ijc-home-audience-card-primary h3, .ijc-home-audience-card-primary p, .ijc-home-audience-card-primary strong { color: #fff; }
.ijc-home-card-number { display: inline-grid; width: 56px; height: 56px; margin-bottom: 30px; place-items: center; border-radius: 50%; background: var(--ijc-lavender); color: var(--ijc-purple); font-weight: 900; }
.ijc-home-audience-card-primary .ijc-home-card-number { background: var(--ijc-green); color: var(--ijc-purple-dark); }
.ijc-home-audience-card h3 { font-size: 30px; }
.ijc-home-audience-card p { min-height: 92px; margin-bottom: 28px; color: var(--ijc-muted); }
.ijc-home-audience-card strong { color: var(--ijc-purple); font-size: 14px; }
.ijc-home-audience-card strong b { margin-left: 5px; }

.ijc-home-about-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 70px; align-items: center; }
.ijc-home-about-copy > p:not(.ijc-home-eyebrow) { color: var(--ijc-muted); }
.ijc-home-check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.ijc-home-check-list li { position: relative; padding-left: 32px; color: var(--ijc-ink); font-weight: 700; }
.ijc-home-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--ijc-green); font-size: 20px; font-weight: 900; }
.ijc-home-text-link { color: var(--ijc-purple) !important; font-weight: 800; }
.ijc-home-image-card { overflow: hidden; margin: 0; border-radius: 18px; background: var(--ijc-purple-dark); box-shadow: 0 24px 56px rgba(32,37,56,.16); }
.ijc-home-image-card img { display: block; width: 100%; height: 390px; object-fit: cover; }
.ijc-home-image-card figcaption { display: grid; padding: 24px 28px; }
.ijc-home-image-card strong { color: #fff; font-size: 18px; }
.ijc-home-image-card span { color: rgba(255,255,255,.72); font-size: 14px; }

.ijc-home-services-section { background: linear-gradient(180deg, #f8f6fc, #eee9f8); }
.ijc-home-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ijc-home-service-card { padding: 30px; border-radius: 16px; background: #fff; box-shadow: 0 14px 34px rgba(52,36,64,.07); }
.ijc-home-service-card > span { display: inline-block; margin-bottom: 24px; color: var(--ijc-blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.ijc-home-service-card h3 { min-height: 56px; font-size: 24px; }
.ijc-home-service-card p { min-height: 124px; color: var(--ijc-muted); font-size: 15px; }
.ijc-home-service-card a { color: var(--ijc-purple) !important; font-size: 14px; font-weight: 800; }

.ijc-home-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.ijc-home-process li { position: relative; padding: 28px 24px; border-top: 4px solid var(--ijc-purple); background: var(--ijc-soft); }
.ijc-home-process li:nth-child(2) { border-color: var(--ijc-blue); }
.ijc-home-process li:nth-child(3) { border-color: var(--ijc-green); }
.ijc-home-process li:nth-child(4) { border-color: var(--ijc-purple-dark); }
.ijc-home-process > li > span { display: inline-grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; border-radius: 50%; background: var(--ijc-purple-dark); color: #fff; font-weight: 900; }
.ijc-home-process h3 { font-size: 22px; }
.ijc-home-process p { margin-bottom: 0; color: var(--ijc-muted); font-size: 15px; }

.ijc-home-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ijc-home-benefit-grid article { position: relative; min-height: 210px; padding: 30px 28px 26px 72px; border: 1px solid var(--ijc-line); border-radius: 16px; background: #fff; }
.ijc-home-benefit-grid article > span { position: absolute; top: 30px; left: 28px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--ijc-green); color: var(--ijc-purple-dark); font-weight: 900; }
.ijc-home-benefit-grid h3 { font-size: 22px; }
.ijc-home-benefit-grid p { margin-bottom: 0; color: var(--ijc-muted); font-size: 15px; }

.ijc-home-faq-section { background: #fff; }
.ijc-home-faq-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 72px; align-items: start; }
.ijc-home-faq-layout > .ijc-home-heading { position: sticky; top: 112px; margin-bottom: 0; }
.ijc-home-fact-box { margin-top: 30px; padding: 26px; border: 1px solid var(--ijc-line); border-radius: 16px; background: var(--ijc-soft); }
.ijc-home-fact-box > strong { display: block; margin-bottom: 16px; color: var(--ijc-purple-dark); font-size: 18px; }
.ijc-home-fact-box dl, .ijc-home-fact-box dd { margin: 0; }
.ijc-home-fact-box dl > div { display: grid; grid-template-columns: 104px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid var(--ijc-line); }
.ijc-home-fact-box dt { color: var(--ijc-ink); font-size: 13px; font-weight: 800; }
.ijc-home-fact-box dd { color: var(--ijc-muted); font-size: 14px; line-height: 1.45; }
.ijc-home-faq-list { border-top: 1px solid var(--ijc-line); }
.ijc-home-faq-list details { border-bottom: 1px solid var(--ijc-line); }
.ijc-home-faq-list summary { position: relative; padding: 25px 48px 25px 0; color: var(--ijc-ink); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 700; line-height: 1.3; cursor: pointer; list-style: none; }
.ijc-home-faq-list summary::-webkit-details-marker { display: none; }
.ijc-home-faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 2px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--ijc-lavender); color: var(--ijc-purple); font-family: Arial, sans-serif; font-size: 23px; line-height: 1; }
.ijc-home-faq-list details[open] summary::after { content: "−"; background: var(--ijc-purple); color: #fff; }
.ijc-home-faq-list details p { max-width: 720px; padding: 0 48px 24px 0; color: var(--ijc-muted); }

.ijc-home-cta { padding: 72px 0; background: linear-gradient(120deg, var(--ijc-purple-dark), var(--ijc-purple)); }
.ijc-home-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.ijc-home-cta .ijc-home-eyebrow { color: var(--ijc-green); }
.ijc-home-cta h2 { margin-bottom: 12px; color: #fff; }
.ijc-home-cta p:not(.ijc-home-eyebrow) { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.82); }

.ijc-home-footer { background: #34203f; color: rgba(255,255,255,.78); }
.ijc-home-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 48px; padding-top: 58px; padding-bottom: 48px; }
.ijc-home-footer-brand > strong { display: block; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 30px; }
.ijc-home-footer-brand > span { display: block; margin: 3px 0 22px; color: var(--ijc-green); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ijc-home-footer-brand p { max-width: 380px; margin-bottom: 14px; }
.ijc-home-footer-brand small { color: rgba(255,255,255,.58); }
.ijc-home-footer h2 { margin-bottom: 20px; color: #fff; font-size: 20px; }
.ijc-home-footer nav a, .ijc-home-footer-contact a { display: block; margin-bottom: 9px; color: rgba(255,255,255,.76) !important; }
.ijc-home-footer nav a:hover, .ijc-home-footer-contact a:hover { color: var(--ijc-green) !important; }
.ijc-home-footer-contact p { margin-bottom: 16px; }
.ijc-home-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.ijc-home-footer-bottom > div { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; }
.ijc-home-footer-bottom a { color: rgba(255,255,255,.76) !important; }

body.page-id-5 #moove_gdpr_cookie_info_bar {
  border-top: 0 !important;
  background: #202538 !important;
  box-shadow: 0 -10px 30px rgba(0,0,0,.16);
}
body.page-id-5 #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all {
  background: var(--ijc-green) !important;
  color: var(--ijc-purple-dark) !important;
}

@media (max-width: 1100px) {
  .ijc-home-intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .ijc-home-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .ijc-home-proof div { border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .ijc-home-proof div:last-child { border-right: 0; }
  .ijc-home-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ijc-home-trust-grid div:nth-child(2) { border-right: 0; }
  .ijc-home-trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--ijc-line); }
  .ijc-home-service-grid, .ijc-home-process { grid-template-columns: repeat(2, 1fr); }
  .ijc-home-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .ijc-home-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .ijc-home-v2, .ijc-home-footer { font-size: 16px; }
  .ijc-home-wrap { width: min(100% - 32px, 1200px); }
  .ijc-home-intro, .ijc-home-section { padding: 64px 0; }
  .ijc-home-v2 h1 { font-size: clamp(38px, 11vw, 52px); }
  .ijc-home-v2 h2 { font-size: clamp(31px, 9vw, 42px); }
  .ijc-home-lead { font-size: 18px; }
  .ijc-home-proof { grid-template-columns: 1fr; }
  .ijc-home-proof div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .ijc-home-audience-grid, .ijc-home-about-grid, .ijc-home-benefit-grid { grid-template-columns: 1fr; }
  .ijc-home-about-grid { gap: 42px; }
  .ijc-home-faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .ijc-home-faq-layout > .ijc-home-heading { position: static; }
  .ijc-home-audience-card { min-height: 0; }
  .ijc-home-audience-card p, .ijc-home-service-card h3, .ijc-home-service-card p { min-height: 0; }
  .ijc-home-image-card img { height: 280px; }
  .ijc-home-cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .ijc-home-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .ijc-home-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .ijc-home-actions, .ijc-home-actions .ijc-home-button, .ijc-home-cta .ijc-home-button { width: 100%; }
  .ijc-home-trust-grid, .ijc-home-service-grid, .ijc-home-process, .ijc-home-footer-grid { grid-template-columns: 1fr; }
  .ijc-home-trust-grid div { border-right: 0; border-bottom: 1px solid var(--ijc-line); }
  .ijc-home-trust-grid div:last-child { border-bottom: 0; }
  .ijc-home-footer-brand, .ijc-home-footer-contact { grid-column: auto; }
  .ijc-home-footer-bottom > div { min-height: 96px; flex-direction: column; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .ijc-home-v2 *, .ijc-home-v2 *::before, .ijc-home-v2 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
