.kemove-hub {
  padding-block: 0;
  font-family: var(--kemove-font-stack, var(--sort-body-font));
  color: #fff;
  background: #1a1a1a;
}

/* KEMOVE 2026 homepage software center banner */
body[data-page-type="index"] .kemove-hub {
  padding-block: 34px 30px;
  color: #111827;
  background: #f5f7fa;
}

body[data-page-type="index"] .kemove-hub__inner.page-width {
  max-width: var(--kemove-home-width, 1320px);
  padding-inline: var(--page-width-padding);
}

body[data-page-type="index"] .kemove-hub__banner {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(460px, 1fr);
  align-items: center;
  aspect-ratio: auto;
  min-height: 300px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 74%, rgb(0 145 255 / 16%), transparent 26%),
    linear-gradient(135deg, #f5faff 0%, #fff 100%);
  border: 1px solid rgb(0 145 255 / 13%);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgb(15 23 42 / 6%);
}

body[data-page-type="index"] .kemove-hub__media {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

body[data-page-type="index"] .kemove-hub__picture {
  inset: 28px 28px 28px 0;
}

body[data-page-type="index"] .kemove-hub__image,
body[data-page-type="index"] .kemove-hub__picture img,
body[data-page-type="index"] .kemove-hub__picture svg,
body[data-page-type="index"] .kemove-hub__placeholder {
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgb(15 23 42 / 16%));
}

body[data-page-type="index"] .kemove-hub__shade {
  display: none;
}

body[data-page-type="index"] .kemove-hub__content {
  grid-column: 1;
  grid-row: 1;
  width: auto;
  height: auto;
  padding: 42px 0 42px 42px;
  color: #111827;
  text-shadow: none;
}

body[data-page-type="index"] .kemove-hub__title {
  color: #111827;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.08;
}

body[data-page-type="index"] .kemove-hub__title span {
  color: #0091ff;
}

body[data-page-type="index"] .kemove-hub__title::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-inline-start: 10px;
  vertical-align: 45%;
  content: "";
  background: #0091ff;
  border-radius: 50%;
  box-shadow: 0 0 14px rgb(0 145 255 / 60%);
}

body[data-page-type="index"] .kemove-hub__text {
  max-width: 430px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
}

body[data-page-type="index"] .kemove-hub__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block-start: 22px;
}

body[data-page-type="index"] .kemove-hub__features span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #006be6;
  font-size: 12px;
  font-weight: 800;
  background: #fff;
  border: 1px solid rgb(0 145 255 / 14%);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgb(15 23 42 / 4%);
}

body[data-page-type="index"] .kemove-hub__button {
  min-height: 42px;
  padding: 0 18px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #0091ff, #006be6);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgb(0 145 255 / 24%);
}

body[data-page-type="index"] .kemove-hub__kbot {
  position: absolute;
  right: 20px;
  bottom: 8px;
  z-index: 3;
  width: 132px;
  pointer-events: none;
}

body[data-page-type="index"] .kbot-software-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgb(0 145 255 / 18%));
  animation: kemoveKbotFloat 5.4s ease-in-out infinite;
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-hub {
    padding-block: 24px;
  }

  body[data-page-type="index"] .kemove-hub__banner {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 18px;
  }

  body[data-page-type="index"] .kemove-hub__content {
    grid-column: 1;
    grid-row: 1;
    padding: 28px 24px 20px;
  }

  body[data-page-type="index"] .kemove-hub__media {
    grid-column: 1;
    grid-row: 2;
    min-height: 220px;
  }

  body[data-page-type="index"] .kemove-hub__picture {
    inset: 0 16px 24px;
  }

  body[data-page-type="index"] .kemove-hub__kbot {
    right: 10px;
    bottom: 8px;
    width: 86px;
  }
}

/* KEMOVE homepage final software-banner alignment, EOF override */
body[data-page-type="index"] .kemove-hub__inner.page-width {
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
  padding-inline: 0 !important;
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-hub__inner.page-width {
    max-width: calc(100vw - 32px) !important;
  }
}

/* KEMOVE homepage final software-banner alignment */
body[data-page-type="index"] .kemove-hub__inner.page-width {
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
  padding-inline: 0 !important;
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-hub__inner.page-width {
    max-width: calc(100vw - 32px) !important;
  }
}

body[data-page-type="index"] .kemove-hub__title span {
  color: #0091ff;
}

.kemove-hub__inner.page-width {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.kemove-hub__banner {
  position: relative;
  aspect-ratio: 3 / 1;
  min-height: 0;
  overflow: hidden;
  background: #1a1a1a;
  border-radius: 0;
}

.kemove-hub__media,
.kemove-hub__shade {
  position: absolute;
  inset: 0;
}

.kemove-hub__picture {
  position: absolute;
  inset: 0;
  display: block;
}

.kemove-hub__picture--mobile {
  display: none;
}

.kemove-hub__image,
.kemove-hub__picture img,
.kemove-hub__picture svg,
.kemove-hub__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kemove-hub__shade {
  z-index: 1;
  pointer-events: none;
  background: none;
}

.kemove-hub__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(520px, 100%);
  height: 100%;
  min-height: 0;
  padding: 48px 7%;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.kemove-hub__title {
  margin: 0 0 12px;
  color: inherit;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
}

.kemove-hub__text {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  max-width: 430px;
}

.kemove-hub__text p {
  margin: 0;
}

.kemove-hub__text ul {
  margin: 0;
  padding-inline-start: 1.25em;
}

.kemove-hub__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0 0 4px;
  margin-block-start: 18px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  border: 0;
  border-block-end: 2px solid #fff;
  border-radius: 0;
  transition: opacity 0.2s ease;
}

.kemove-hub__button:hover {
  color: #fff !important;
  background: transparent;
  opacity: 0.72;
}

@media (max-width: 959px) {
  .kemove-hub {
    padding-block: 0;
  }

  .kemove-hub__banner {
    aspect-ratio: 3 / 4;
    min-height: 0;
  }

  .kemove-hub__picture--desktop {
    display: none;
  }

  .kemove-hub__picture--mobile {
    display: block;
  }

  .kemove-hub__content {
    justify-content: flex-end;
    height: 100%;
    min-height: 0;
    padding: 24px var(--kemove-hub-mobile-inline-padding)
      var(--kemove-hub-mobile-bottom-padding);
  }

  .kemove-hub__title {
    margin-block-end: 8px;
    font-size: var(--kemove-hub-mobile-title-size);
    line-height: 1.08;
    max-width: 100%;
  }

  .kemove-hub__text {
    max-width: 320px;
    font-size: var(--kemove-hub-mobile-text-size);
    line-height: 1.42;
  }

  .kemove-hub__button {
    margin-block-start: 14px;
    font-size: var(--kemove-hub-mobile-button-size);
  }

  .kemove-hub__mobile-hidden {
    display: none !important;
  }
}

/* KEMOVE premium visual pass */
.kemove-hub {
  background: #1a1a1a;
}

.kemove-hub__banner {
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 12%);
}

.kemove-hub__content {
  text-shadow: 0 1px 10px rgb(0 0 0 / 20%);
}

.kemove-hub__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.05;
}

.kemove-hub__text {
  max-width: 440px;
  font-size: 16px;
  font-weight: 500;
}

.kemove-hub__button {
  font-size: 14px;
  font-weight: 600;
  border-block-end-width: 1px;
  text-underline-offset: 5px;
  transition:
    opacity 160ms ease,
    transform 180ms var(--kemove-ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .kemove-hub__button:hover {
    opacity: 0.82;
    transform: translateX(2px);
  }
}

@media (max-width: 959px) {
  .kemove-hub__banner {
    border-radius: 0;
  }

  .kemove-hub__title {
    font-size: var(--kemove-hub-mobile-title-size);
  }
}

/* KEMOVE 2026 final software center overrides */
body[data-page-type="index"] .kemove-hub {
  padding-block: 34px 30px;
  color: #111827;
  background: #f5f7fa;
}

body[data-page-type="index"] .kemove-hub__inner.page-width {
  max-width: var(--kemove-home-width, 1320px);
  padding-inline: var(--page-width-padding);
}

body[data-page-type="index"] .kemove-hub__banner {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(460px, 1fr);
  align-items: center;
  aspect-ratio: auto;
  min-height: 300px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 74%, rgb(0 145 255 / 16%), transparent 26%),
    linear-gradient(135deg, #f5faff 0%, #fff 100%);
  border: 1px solid rgb(0 145 255 / 13%);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgb(15 23 42 / 6%);
}

body[data-page-type="index"] .kemove-hub__media {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

body[data-page-type="index"] .kemove-hub__picture {
  inset: 28px 28px 28px 0;
}

body[data-page-type="index"] .kemove-hub__image,
body[data-page-type="index"] .kemove-hub__picture img,
body[data-page-type="index"] .kemove-hub__picture svg,
body[data-page-type="index"] .kemove-hub__placeholder {
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgb(15 23 42 / 16%));
}

body[data-page-type="index"] .kemove-hub__shade {
  display: none;
}

body[data-page-type="index"] .kemove-hub__content {
  grid-column: 1;
  grid-row: 1;
  width: auto;
  height: auto;
  padding: 42px 0 42px 42px;
  color: #111827;
  text-shadow: none;
}

body[data-page-type="index"] .kemove-hub__title {
  color: #111827;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.08;
}

body[data-page-type="index"] .kemove-hub__title::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-inline-start: 10px;
  vertical-align: 45%;
  content: "";
  background: #0091ff;
  border-radius: 50%;
  box-shadow: 0 0 14px rgb(0 145 255 / 60%);
}

body[data-page-type="index"] .kemove-hub__text {
  max-width: 430px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
}

body[data-page-type="index"] .kemove-hub__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block-start: 22px;
}

body[data-page-type="index"] .kemove-hub__features span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #006be6;
  font-size: 12px;
  font-weight: 800;
  background: #fff;
  border: 1px solid rgb(0 145 255 / 14%);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgb(15 23 42 / 4%);
}

body[data-page-type="index"] .kemove-hub__button {
  min-height: 42px;
  padding: 0 18px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #0091ff, #006be6);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgb(0 145 255 / 24%);
}

body[data-page-type="index"] .kemove-hub__kbot {
  position: absolute;
  right: 20px;
  bottom: 8px;
  z-index: 3;
  width: 132px;
  pointer-events: none;
}

body[data-page-type="index"] .kbot-software-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgb(0 145 255 / 18%));
  animation: kemoveKbotFloat 5.4s ease-in-out infinite;
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-hub {
    padding-block: 24px;
  }

  body[data-page-type="index"] .kemove-hub__banner {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 18px;
  }

  body[data-page-type="index"] .kemove-hub__content {
    grid-column: 1;
    grid-row: 1;
    padding: 28px 24px 20px;
  }

  body[data-page-type="index"] .kemove-hub__media {
    grid-column: 1;
    grid-row: 2;
    min-height: 220px;
  }

  body[data-page-type="index"] .kemove-hub__picture {
    inset: 0 16px 24px;
  }

  body[data-page-type="index"] .kemove-hub__kbot {
    right: 10px;
    bottom: 8px;
    width: 86px;
  }
}
/* KEMOVE homepage final software-banner alignment, true EOF override */
body[data-page-type="index"] .kemove-hub__inner.page-width {
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
  padding-inline: 0 !important;
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-hub__inner.page-width {
    max-width: calc(100vw - 32px) !important;
  }
}
/* KEMOVE homepage final software image-banner tuning */
body[data-page-type="index"] .kemove-hub {
  padding-block: 18px 26px !important;
  background: #f5f7fa !important;
}

body[data-page-type="index"] .kemove-hub__inner.page-width {
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
  padding-inline: 0 !important;
}

body[data-page-type="index"] .kemove-hub__banner {
  display: block !important;
  position: relative;
  aspect-ratio: 2 / 1 !important;
  min-height: 0 !important;
  overflow: hidden;
  background: #080a0f !important;
  border: 1px solid rgb(229 231 235 / 88%) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 46px rgb(15 23 42 / 10%) !important;
}

body[data-page-type="index"] .kemove-hub__media,
body[data-page-type="index"] .kemove-hub__picture {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}

body[data-page-type="index"] .kemove-hub__image,
body[data-page-type="index"] .kemove-hub__picture img,
body[data-page-type="index"] .kemove-hub__picture svg,
body[data-page-type="index"] .kemove-hub__placeholder {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: none !important;
}

body[data-page-type="index"] .kemove-hub__shade {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(5 11 20 / 78%) 0%, rgb(5 11 20 / 42%) 38%, transparent 78%) !important;
}

body[data-page-type="index"] .kemove-hub__content {
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  justify-content: center !important;
  width: min(520px, 46%) !important;
  height: 100% !important;
  padding: clamp(34px, 5vw, 72px) !important;
  color: #fff !important;
  text-shadow: 0 10px 30px rgb(0 0 0 / 28%) !important;
}

body[data-page-type="index"] .kemove-hub__title,
body[data-page-type="index"] .kemove-hub__text {
  color: #fff !important;
}

body[data-page-type="index"] .kemove-hub__title::after {
  box-shadow: none !important;
}

body[data-page-type="index"] .kemove-hub__features span {
  color: #fff !important;
  background: rgb(255 255 255 / 12%) !important;
  border-color: rgb(255 255 255 / 22%) !important;
  box-shadow: none !important;
}

body[data-page-type="index"] .kemove-hub__button {
  width: fit-content;
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-hub {
    padding-block: 14px 22px !important;
  }

  body[data-page-type="index"] .kemove-hub__inner.page-width {
    max-width: calc(100vw - 32px) !important;
  }

  body[data-page-type="index"] .kemove-hub__banner {
    aspect-ratio: 3 / 4 !important;
    border-radius: 18px !important;
  }

  body[data-page-type="index"] .kemove-hub__shade {
    background: linear-gradient(180deg, transparent 0%, rgb(5 11 20 / 30%) 34%, rgb(5 11 20 / 82%) 100%) !important;
  }

  body[data-page-type="index"] .kemove-hub__content {
    inset: auto 0 0 0 !important;
    justify-content: flex-end !important;
    width: 100% !important;
    height: auto !important;
    padding: 28px 22px 26px !important;
  }
}
/* KEMOVE homepage final software size parity with desk setup */
body[data-page-type="index"] .kemove-hub__inner.page-width {
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
  padding-inline: var(--page-padding) !important;
}

body[data-page-type="index"] .kemove-hub__banner {
  aspect-ratio: 16 / 9 !important;
  min-height: 500px !important;
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-hub__inner.page-width {
    max-width: calc(100vw - 32px) !important;
    padding-inline: var(--page-padding) !important;
  }

  body[data-page-type="index"] .kemove-hub__banner {
    aspect-ratio: 3 / 4 !important;
    min-height: 0 !important;
  }
}
/* KEMOVE homepage final banner ratio */
body[data-page-type="index"] .kemove-hub__banner {
  aspect-ratio: 16 / 7 !important;
  min-height: 500px !important;
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-hub__banner {
    aspect-ratio: 3 / 4 !important;
    min-height: 0 !important;
  }
}

/* KEMOVE homepage final background parity */
body[data-page-type="index"] .kemove-hub,
body[data-page-type="index"] .kemove-hub__inner {
  background-color: #f5f7fa !important;
}

body[data-page-type="index"] .kemove-hub__banner {
  box-shadow: 0 12px 34px rgb(15 23 42 / 7%) !important;
}

/* KEMOVE homepage immersive desktop width trial */
@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-hub {
    padding-block: 18px 28px !important;
  }

  body[data-page-type="index"] .kemove-hub__inner.page-width {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-inline: calc(50% - 50vw) !important;
    padding-inline: 0 !important;
  }

  body[data-page-type="index"] .kemove-hub__banner {
    aspect-ratio: 16 / 7 !important;
    width: 100% !important;
    min-height: 0 !important;
    border-radius: 0 !important;
  }
}

/* KEMOVE homepage full-bleed software banner copy safe area */
@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-hub__content {
    width: min(560px, 44%) !important;
    padding-block: clamp(34px, 5vw, 72px) !important;
    padding-inline-start: max(
      118px,
      calc((100vw - min(var(--kemove-home-width, 1640px), calc(100vw - 96px))) / 2 + 88px)
    ) !important;
    padding-inline-end: 56px !important;
  }
}

/* KEMOVE homepage contained width restore */
@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-hub {
    padding-block: 18px 26px !important;
  }

  body[data-page-type="index"] .kemove-hub__inner.page-width {
    width: auto !important;
    max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
    margin-inline: auto !important;
    padding-inline: var(--page-padding) !important;
  }

  body[data-page-type="index"] .kemove-hub__banner {
    aspect-ratio: 16 / 7 !important;
    width: 100% !important;
    min-height: 0 !important;
    border-radius: 20px !important;
  }

  body[data-page-type="index"] .kemove-hub__content {
    width: min(560px, 46%) !important;
    padding-block: clamp(34px, 5vw, 72px) !important;
    padding-inline: clamp(72px, 6vw, 112px) 56px !important;
  }
}

/* KEMOVE homepage software banner copy alignment with desk setup */
@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-hub__content {
    left: clamp(72px, 6vw, 112px) !important;
    inset: 0 auto 0 clamp(72px, 6vw, 112px) !important;
    width: min(500px, 42%) !important;
    padding-block: clamp(30px, 4.6vw, 64px) !important;
    padding-inline: 0 56px !important;
  }

  body[data-page-type="index"] .kemove-hub__title {
    font-size: clamp(28px, 3.35vw, 48px) !important;
    line-height: 1.05 !important;
  }

  body[data-page-type="index"] .kemove-hub__text {
    max-width: 390px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  body[data-page-type="index"] .kemove-hub__features {
    max-width: 390px !important;
    gap: 8px !important;
  }

  body[data-page-type="index"] .kemove-hub__feature {
    min-height: 30px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
  }
}

/* KEMOVE homepage software copy hard alignment with desk setup */
@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-hub__content {
    position: absolute !important;
    inset: auto !important;
    top: 50% !important;
    left: clamp(34px, 5vw, 72px) !important;
    bottom: auto !important;
    right: auto !important;
    transform: translateY(-50%) !important;
    translate: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: min(430px, 36vw) !important;
    max-width: min(430px, 36vw) !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body[data-page-type="index"] .kemove-hub__title {
    max-width: 430px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(30px, 4vw, 54px) !important;
    font-weight: 900 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  body[data-page-type="index"] .kemove-hub__text {
    max-width: 330px !important;
    margin-block-start: 14px !important;
    color: rgb(255 255 255 / 86%) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  body[data-page-type="index"] .kemove-hub__features {
    max-width: 360px !important;
    margin-block-start: 14px !important;
    gap: 7px !important;
  }

  body[data-page-type="index"] .kemove-hub__features span {
    min-height: 30px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
  }

  body[data-page-type="index"] .kemove-hub__button {
    margin-block-start: 14px !important;
  }
}

@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-hub__inner.page-width {
    width: min(1440px, calc(100vw - 64px)) !important;
    max-width: none !important;
    padding-inline: 40px !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
  }
}
