/* Homepage first fold — hero UX refresh, 2026-07-14. */
.home-page .home-first-fold,
.home-page .home-first-fold * {
  box-sizing: border-box;
}

.home-page .home-first-fold {
  position: relative;
  min-height: 0;
  overflow: hidden;
  color: #090a43;
  background:
    radial-gradient(circle at 89% 15%, rgba(227, 224, 255, .72), transparent 30%),
    radial-gradient(circle at 70% 49%, rgba(232, 233, 255, .62), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff 51%, #fcfcff 76%, #fafaff 100%);
  font-family: var(--font-family, 'Cerebri Sans'), Inter, system-ui, sans-serif;
  isolation: isolate;
}

.home-page .home-first-fold__inner {
  position: relative;
  width: min(calc(100% - 48px), 1338px);
  min-height: 0;
  margin-inline: auto;
  padding: 34px 0 30px;
}

.home-page .managed-hero {
  position: relative;
  min-height: 386px;
}

.home-page .managed-hero__copy {
  position: relative;
  z-index: 3;
  width: 620px;
  padding-top: 2px;
}

.home-page .managed-hero__kicker {
  width: max-content;
  max-width: 100%;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 0 15px;
  border: 1px solid #d7d5fb;
  border-radius: 999px;
  color: #2b1cff;
  background: rgba(250, 250, 255, .86);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .095em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-page .managed-hero h1 {
  width: 620px;
  margin: 0;
  color: #090a43;
  font-size: 50px;
  line-height: 1.01;
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  text-wrap: initial;
}

.home-page .managed-hero h1 em {
  color: #090a43;
  font-style: normal;
}

.home-page .managed-hero__period { color: #2918ff; }

@media (min-width: 1321px) {
  .home-page .managed-hero__promise-line {
    display: inline-block;
    font-size: 44.5px;
    line-height: 50.5px;
  }
  html[lang="en"] .home-page .managed-hero__promise-line { font-size: 43px; }
  html[lang="nl-BE"] .home-page .managed-hero__promise-line { font-size: 42px; }
}

.home-page .managed-hero__lead {
  width: 574px;
  margin: 21px 0 0;
  color: #4d5593;
  font-size: 17.5px;
  line-height: 1.52;
  font-weight: 500;
  letter-spacing: -.012em;
}

.home-page .managed-hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.home-page .managed-button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.01em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.home-page .managed-button:hover { transform: translateY(-2px); }
.home-page .managed-button:focus-visible {
  outline: 3px solid rgba(41, 24, 255, .22);
  outline-offset: 3px;
}
.home-page .managed-button--primary {
  width: 230px;
  min-width: 230px;
  padding-inline: 17px;
  gap: 12px;
  color: #fff;
  background: linear-gradient(135deg, #321cff 0%, #2510f3 100%);
  box-shadow: 0 15px 32px rgba(37, 16, 243, .24);
}
.home-page .managed-button--secondary {
  width: 230px;
  min-width: 230px;
  padding-inline: 17px;
  gap: 12px;
  color: #2b1cff;
  border-color: #746aff;
  background: rgba(255, 255, 255, .92);
}

.home-page .managed-hero__proof {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #11134f;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.home-page .managed-hero__proof > span {
  min-width: 0;
  min-height: 37px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border: 0;
  white-space: nowrap;
}

.home-page .managed-hero__proof > span:first-child { padding-left: 0; }
.home-page .managed-hero__proof > span + span { border-left: 1px solid #e1e3f4; }
.home-page .managed-hero__proof svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: #2918ff;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-page .managed-hero__proof .flag-inline {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #050505 0 33.33%, #ffd529 33.33% 66.66%, #ed1c24 66.66%);
  box-shadow: 0 0 0 1px rgba(7, 8, 63, .08);
}

.home-page .managed-hero__visual {
  position: absolute;
  z-index: 1;
  top: -34px;
  right: -167px;
  width: 872px;
  height: 462px;
  aspect-ratio: auto;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}
.home-page .managed-hero__visual::after { display: none; }
.home-page .managed-hero__visual img {
  width: calc(100% + 40px);
  max-width: none;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transform: translateX(-40px);
}

.home-page .fold-solutions {
  position: relative;
  z-index: 4;
  height: 174px;
  margin-top: 4px;
}
.home-page .fold-solutions > h2 {
  min-height: 27px;
  margin: 0;
  color: #090a43;
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  letter-spacing: -.025em;
  text-align: center;
}
.home-page .fold-solutions__grid {
  height: 145px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 7px;
}

.home-page .fold-solution {
  --solution-accent: #2918ff;
  --solution-soft: #f0efff;
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-content: start;
  gap: 0 13px;
  padding: 22px 18px 17px 25px;
  border: 1px solid #e0e1f3;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(28, 25, 99, .035);
}
.home-page .fold-solution--serenia { --solution-accent: #11a13b; --solution-soft: #e9f8ed; }
.home-page .fold-solution--ovastack { --solution-accent: #1763f3; --solution-soft: #eaf1ff; }
.home-page .fold-solution--solenio { --solution-accent: #ff572d; --solution-soft: #fff0ea; }
.home-page .fold-solution--m365 { --solution-accent: #1763f3; --solution-soft: #fff; }
.home-page .fold-solution--neoo { --solution-accent: #7b16ef; --solution-soft: #eee8ff; }

.home-page .fold-solution__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--solution-accent);
  background: var(--solution-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--solution-accent) 13%, transparent);
}
.home-page .fold-solution__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-page .fold-solution__icon--m365 {
  grid-template-columns: repeat(2, 13px);
  grid-template-rows: repeat(2, 13px);
  gap: 2px;
  border-radius: 0;
  box-shadow: none;
}
.home-page .fold-solution__icon--m365 i { width: 13px; height: 13px; }
.home-page .fold-solution__icon--m365 i:nth-child(1) { background: #f25022; }
.home-page .fold-solution__icon--m365 i:nth-child(2) { background: #7fba00; }
.home-page .fold-solution__icon--m365 i:nth-child(3) { background: #00a4ef; }
.home-page .fold-solution__icon--m365 i:nth-child(4) { background: #ffb900; }
.home-page .fold-solution__icon--neoo {
  color: #fff;
  background: linear-gradient(145deg, #8921f5, #4810df);
  box-shadow: 0 7px 15px rgba(99, 27, 231, .24);
}
.home-page .fold-solution__icon--neoo svg { stroke-width: 2.5; }

.home-page .fold-solution h3 {
  margin: 4px 0 0;
  color: #0b0c43;
  font-size: 15.5px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.022em;
  white-space: nowrap;
}
.home-page .fold-solution p {
  min-height: 34px;
  margin: 7px 0 0;
  color: #333b7d;
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 500;
}
.home-page .fold-solution a {
  position: absolute;
  left: 25px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--solution-accent);
  font-size: 12.2px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}
.home-page .fold-solution a:hover span:first-child { text-decoration: underline; text-underline-offset: 3px; }

.home-page .fold-why {
  position: relative;
  z-index: 4;
  height: 109px;
  display: grid;
  grid-template-columns: 310px repeat(4, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 28px;
  border: 1px solid #ececf7;
  border-radius: 13px;
  overflow: hidden;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 12px 34px rgba(28, 25, 99, .025);
}
.home-page .fold-why > h2 {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 60px;
  color: #0b0c43;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.035em;
}
.home-page .fold-why__item {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 0 17px;
}
.home-page .fold-why__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  width: 1px;
  background: #e7e8f5;
}
.home-page .fold-why__icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2b1cff;
  background: radial-gradient(circle at 35% 25%, #fff 0%, #f1efff 58%, #fff 100%);
  box-shadow: inset 0 0 0 1px #e0ddff, 0 8px 18px rgba(43, 28, 255, .07);
}
.home-page .fold-why__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-page .fold-why__item h3 {
  margin: 0;
  color: #0b0c43;
  font-size: 14px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.02em;
}
.home-page .fold-why__item p {
  margin: 8px 0 0;
  color: #51598f;
  font-size: 11.2px;
  line-height: 1.42;
  font-weight: 500;
}

.home-page .fold-cta {
  position: relative;
  z-index: 4;
  min-height: 95px;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 233px;
  align-items: center;
  gap: 18px;
  margin-top: 13px;
  padding: 0 110px 0 41px;
  border-radius: 13px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 13% 32%, rgba(105, 91, 255, .48), transparent 18%),
    linear-gradient(100deg, #2414df 0%, #1614b9 54%, #2612ed 100%);
  box-shadow: 0 15px 34px rgba(38, 20, 220, .16);
}

.home-page .fold-cta::after {
  content: '';
  position: absolute;
  right: 23px;
  bottom: -12px;
  width: 130px;
  height: 84px;
  opacity: .24;
  background-image: radial-gradient(circle, rgba(112, 92, 255, .9) 0 6px, transparent 7px);
  background-size: 34px 28px;
  pointer-events: none;
}

.home-page .fold-cta__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07);
}

.home-page .fold-cta__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .fold-cta__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.home-page .fold-cta__copy h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.02em;
}

.home-page .fold-cta__copy p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.home-page .fold-cta__button {
  position: relative;
  z-index: 2;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 9px;
  color: #2918ff;
  background: #fff;
  box-shadow: 0 10px 25px rgba(6, 5, 78, .2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.home-page .fold-cta__button:hover { transform: translateY(-1px); }
.home-page .fold-cta__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .48);
  outline-offset: 3px;
}

@media (min-width: 1321px) {
  .home-page { --header-h: var(--cb-topbar-h); }
  .home-page .site-header,
  .home-page .site-header__inner {
    height: var(--cb-topbar-h) !important;
    min-height: var(--cb-topbar-h) !important;
  }
  .home-page .site-header__inner {
    width: min(calc(100% - 48px), 1338px) !important;
    grid-template-columns: 245px 1fr 315px !important;
    padding: 0 !important;
  }
  .home-page .brand,
  .home-page .brand img.cb-logo-2026 {
    width: 149px !important;
    min-width: 149px !important;
    height: 27px !important;
  }
  .home-page .site-nav {
    gap: clamp(38px, 3vw, 53px) !important;
    font-size: 12.5px !important;
  }
  .home-page .header-actions { gap: 22px !important; }
  .home-page .login-link { display: none !important; }
  .home-page .language-select select {
    width: 62px !important;
    height: 40px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
  }
  .home-page .header-cta {
    width: 211px !important;
    min-width: 211px !important;
    min-height: 41px !important;
    padding-inline: 19px !important;
    border-radius: 9px !important;
    font-size: 13.5px !important;
  }
  .home-page .managed-hero__promise-line { white-space: nowrap; }
}

@media (max-width: 1500px) and (min-width: 1321px) {
  .home-page .home-first-fold__inner { width: min(calc(100% - 48px), 1338px); }
  .home-page .managed-hero__visual { right: -34px; width: min(58vw, 780px); height: auto; aspect-ratio: 912 / 462; }
  .home-page .managed-hero__visual img { width: 100%; max-width: 100%; transform: none; }
  .home-page .fold-solutions__grid { gap: 14px; }
  .home-page .fold-solution { padding-left: 20px; padding-right: 13px; }
  .home-page .fold-solution a { left: 20px; }
  .home-page .fold-why { grid-template-columns: 286px repeat(4, minmax(0, 1fr)); }
  .home-page .fold-why > h2 { padding-left: 42px; }
  .home-page .fold-why__item { gap: 12px; padding-inline: 13px; }
}

@media (min-width: 961px) and (max-width: 1320px) {
  .home-page .home-first-fold__inner { width: min(calc(100% - 40px), 1180px); padding: 36px 0 50px; }
  .home-page .managed-hero { min-height: 500px; }
  .home-page .managed-hero__copy { width: min(50%, 560px); padding-top: 8px; }
  .home-page .managed-hero h1 { width: 100%; font-size: clamp(48px, 4.25vw, 54px); }
  .home-page .managed-hero__lead { width: min(100%, 540px); }
  .home-page .managed-hero__proof { width: min(100%, 520px); }
  .home-page .managed-hero__visual { top: 54px; right: -24px; width: min(56vw, 650px); height: auto; aspect-ratio: 912 / 462; }
  .home-page .managed-hero__visual img { width: 100%; max-width: 100%; transform: none; }
  .home-page .fold-solutions { height: auto; margin-top: 10px; }
  .home-page .fold-solutions__grid { height: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 12px; }
  .home-page .fold-solution { min-height: 145px; }
  .home-page .fold-why { height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
  .home-page .fold-why > h2 { grid-column: 1 / -1; min-height: 72px; justify-content: center; padding: 0; }
  .home-page .fold-why__item { min-height: 96px; }
  .home-page .fold-why__item::after { display: none; }
}

@media (max-width: 960px) {
  .home-page .home-first-fold__inner { width: min(calc(100% - 40px), 820px); padding: 42px 0 48px; }
  .home-page .managed-hero { min-height: 0; display: grid; gap: 24px; }
  .home-page .managed-hero__copy { width: min(100%, 720px); padding-top: 0; }
  .home-page .managed-hero h1 { width: 100%; font-size: clamp(46px, 6.5vw, 58px); }
  .home-page .managed-hero__lead { width: min(100%, 660px); }
  .home-page .managed-hero__visual { position: relative; top: auto; right: auto; width: min(100%, 820px); height: auto; aspect-ratio: 912 / 462; margin: 0 auto; border-radius: 24px; }
  .home-page .managed-hero__visual img { width: 100%; max-width: 100%; transform: none; }
  .home-page .fold-solutions { height: auto; margin-top: 20px; }
  .home-page .fold-solutions__grid { height: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 12px; }
  .home-page .fold-solution { min-height: 145px; }
  .home-page .fold-why { height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
  .home-page .fold-why > h2 { grid-column: 1 / -1; min-height: 72px; justify-content: center; padding: 0; }
  .home-page .fold-why__item { min-height: 96px; }
  .home-page .fold-why__item::after { display: none; }
  .home-page .fold-cta { grid-template-columns: 58px minmax(0, 1fr); padding-block: 18px; }
  .home-page .fold-cta__button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 760px) {
  .home-page .site-header__inner { min-height: 72px !important; }
  .home-page .brand,
  .home-page .brand img.cb-logo-2026 { width: 164px !important; min-width: 164px !important; height: 28px !important; }
  .home-page .home-first-fold__inner { width: min(calc(100% - 28px), 560px); padding: 30px 0 40px; }
  .home-page .managed-hero { gap: 20px; }
  .home-page .managed-hero__kicker { min-height: 28px; margin-bottom: 18px; padding-inline: 12px; font-size: 9.2px; letter-spacing: .09em; }
  .home-page .managed-hero h1 { font-size: clamp(39px, 11.4vw, 51px); line-height: 1.01; letter-spacing: var(--cb-display-tracking); }
  .home-page .managed-hero__lead { margin-top: 18px; font-size: 16px; line-height: 1.48; }
  .home-page .managed-hero__lead-break { display: none; }
  .home-page .managed-hero__actions { flex-direction: column; align-items: stretch; gap: 11px; margin-top: 21px; }
  .home-page .managed-button { width: 100%; min-width: 0; min-height: 50px; }
  .home-page .managed-hero__proof { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin-top: 20px; padding: 6px; border: 1px solid rgba(216, 217, 241, .88); border-radius: 16px; background: rgba(255, 255, 255, .76); box-shadow: 0 16px 38px rgba(22, 19, 93, .07); }
  .home-page .managed-hero__proof > span { min-width: 0; min-height: 44px; padding: 0 9px; font-size: 10.5px; white-space: normal; }
  .home-page .managed-hero__proof > span:first-child { padding-left: 9px; }
  .home-page .managed-hero__proof > span + span { border-left: 0; }
  .home-page .managed-hero__proof > span:nth-child(odd) { border-right: 1px solid #e1e3f4; }
  .home-page .managed-hero__proof > span:nth-child(-n + 2) { border-bottom: 1px solid #e1e3f4; }
  .home-page .managed-hero__proof svg,
  .home-page .managed-hero__proof .flag-inline { width: 20px; height: 20px; flex-basis: 20px; }
  .home-page .managed-hero__visual { width: 100%; aspect-ratio: 4 / 3; margin: 0; border-radius: 20px; }
  .home-page .managed-hero__visual::after { display: none; }
  .home-page .managed-hero__visual img { object-fit: cover; object-position: 56% center; transform: none; }
  .home-page .fold-solutions { margin-top: 16px; }
  .home-page .fold-solutions > h2 { text-align: left; font-size: 22px; }
  .home-page .fold-solutions__grid { grid-template-columns: 1fr; gap: 10px; margin-top: 13px; }
  .home-page .fold-solution { min-height: 112px; padding: 18px 18px 16px; grid-template-columns: 48px minmax(0, 1fr); }
  .home-page .fold-solution p { min-height: 0; }
  .home-page .fold-solution a { left: 79px; bottom: 17px; }
  .home-page .fold-why { grid-template-columns: 1fr; border-radius: 16px; }
  .home-page .fold-why > h2 { grid-column: auto; min-height: 68px; justify-content: flex-start; padding: 0 20px; }
  .home-page .fold-why__item { min-height: 94px; padding: 14px 18px; border-top: 1px solid #e7e8f5; }
  .home-page .fold-cta { grid-template-columns: 50px minmax(0, 1fr); gap: 14px; margin-top: 14px; padding: 20px; border-radius: 16px; }
  .home-page .fold-cta__icon { width: 50px; height: 50px; }
  .home-page .fold-cta__icon svg { width: 29px; height: 29px; }
  .home-page .fold-cta__copy h2 { font-size: 18px; }
  .home-page .fold-cta__copy p { font-size: 12px; line-height: 1.4; }
  .home-page .fold-cta__button { min-height: 50px; }
}

@media (min-width: 1321px) {
  html[lang="nl-BE"] .home-page .managed-hero h1 { font-size: 50px; letter-spacing: var(--cb-display-tracking); }
  html[lang="nl-BE"] .home-page .managed-hero__lead { width: 590px; font-size: 16px; }
  html[lang="nl-BE"] .home-page .fold-solution p { font-size: 10.8px; }
  html[lang="nl-BE"] .home-page .fold-why__item p { font-size: 10.5px; }
  html[lang="en"] .home-page .managed-hero h1 { font-size: 50px; }
}

@media (min-width: 961px) and (max-width: 1320px) {
  html[lang="nl-BE"] .home-page .managed-hero h1 { font-size: clamp(44px, 4vw, 49px); }
}
