.kemove-reviewed-by {
  padding-block: 28px 44px;
  font-family: var(--kemove-font-stack, Inter, Arial, sans-serif);
  background: #f5f7fa;
}

.kemove-reviewed-by__inner {
  max-width: var(--kemove-home-width, 1320px);
}

.kemove-reviewed-by__panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1.2fr) minmax(240px, 0.5fr);
  gap: 28px;
  align-items: center;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgb(15 23 42 / 6%);
}

.kemove-reviewed-by__title {
  margin: 0;
  color: #111827;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.12;
}

.kemove-reviewed-by__title::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-inline-start: 10px;
  vertical-align: 45%;
  content: "";
  background: #0091ff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgb(0 145 255 / 62%);
}

.kemove-reviewed-by__text {
  max-width: 360px;
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.55;
}

.kemove-reviewed-by__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
  justify-content: center;
}

.kemove-reviewed-logo {
  display: grid;
  place-items: center;
  min-width: 112px;
  min-height: 54px;
  padding: 10px 14px;
  color: #3f4754;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  background: #fff;
  border: 1px solid rgb(229 231 235 / 80%);
  border-radius: 12px;
}

.kemove-reviewed-logo img,
.kemove-reviewed-logo svg {
  display: block;
  max-width: 128px;
  max-height: 42px;
  object-fit: contain;
}

.kemove-reviewed-by__cta {
  display: grid;
  gap: 12px;
  justify-items: start;
  padding-inline-start: 28px;
  border-inline-start: 1px solid #e5e7eb;
}

.kemove-reviewed-by__cta p {
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.kemove-reviewed-by__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  color: #006be6 !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgb(0 145 255 / 32%);
  border-radius: 10px;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .kemove-reviewed-by__cta a:hover {
    color: #fff !important;
    background: #0091ff;
    transform: translateY(-1px);
  }
}

@media (max-width: 959px) {
  .kemove-reviewed-by {
    padding-block: 24px 34px;
  }

  .kemove-reviewed-by__panel {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 16px;
  }

  .kemove-reviewed-by__logos {
    justify-content: flex-start;
  }

  .kemove-reviewed-by__cta {
    padding-inline-start: 0;
    padding-block-start: 20px;
    border-block-start: 1px solid #e5e7eb;
    border-inline-start: 0;
  }
}
/* KEMOVE homepage final reviewed-by tuning */
.kemove-reviewed-by {
  padding-block: 24px 46px !important;
  background: #f5f7fa !important;
}

.kemove-reviewed-by__inner.page-width {
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
  padding-inline: 0 !important;
}

.kemove-reviewed-by__panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 22px 28px !important;
  align-items: end !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.kemove-reviewed-by__copy {
  max-width: 620px;
}

.kemove-reviewed-by__title {
  font-size: clamp(26px, 2.5vw, 36px) !important;
  font-weight: 900 !important;
}

.kemove-reviewed-by__text {
  max-width: 620px !important;
  font-size: 14px !important;
}

.kemove-reviewed-by__logos {
  display: grid !important;
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fit, minmax(132px, 148px));
  gap: 14px;
  justify-content: start !important;
}

.kemove-reviewed-logo {
  width: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  padding: 20px !important;
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgb(15 23 42 / 5%);
}

.kemove-reviewed-logo img,
.kemove-reviewed-logo svg {
  width: 76% !important;
  height: 76% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

.kemove-reviewed-by__cta {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  padding: 0 !important;
  border: 0 !important;
}

@media (max-width: 959px) {
  .kemove-reviewed-by__inner.page-width {
    max-width: calc(100vw - 32px) !important;
  }

  .kemove-reviewed-by__panel {
    grid-template-columns: 1fr !important;
  }

  .kemove-reviewed-by__cta {
    justify-content: flex-start !important;
    flex-wrap: wrap;
  }

  .kemove-reviewed-by__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* KEMOVE homepage final width parity with service/product sections */
.kemove-reviewed-by__inner.page-width {
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
  padding-inline: var(--page-padding) !important;
}

@media (max-width: 959px) {
  .kemove-reviewed-by__inner.page-width {
    max-width: calc(100vw - 32px) !important;
    padding-inline: var(--page-padding) !important;
  }
}
/* KEMOVE homepage final reviewer logo scale */
.kemove-reviewed-by__logos {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 14px !important;
  justify-content: stretch !important;
}

.kemove-reviewed-logo {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
}

@media (max-width: 1180px) {
  .kemove-reviewed-by__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 959px) {
  .kemove-reviewed-by__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* KEMOVE 0.2.1 media marquee: 1360px copy frame and corrected brand typography. */
body[data-page-type="index"] .kemove-reviewed-by,
body[data-page-type="index"] .kemove-reviewed-by :is(h2, p, a, span) {
  font-family: var(--kemove-font-stack, Barlow, Arial, sans-serif) !important;
}

@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-reviewed-by__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;
  }

  body[data-page-type="index"] .kemove-reviewed-by__title {
    font-weight: 680 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  body[data-page-type="index"] .kemove-reviewed-by__marquee {
    display: flex !important;
    gap: 88px !important;
    width: 100% !important;
    margin-block-start: 38px !important;
    overflow: hidden !important;
  }

  body[data-page-type="index"] .kemove-reviewed-by__logos {
    display: flex !important;
    flex: 0 0 auto !important;
    grid-template-columns: none !important;
    gap: 88px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: max-content !important;
    margin: 0 !important;
    animation: kemove-reviewed-marquee 28s linear infinite !important;
  }

  body[data-page-type="index"] .kemove-reviewed-logo {
    width: 156px !important;
    min-width: 156px !important;
    height: 72px !important;
    min-height: 72px !important;
    aspect-ratio: auto !important;
    opacity: 1 !important;
    filter: none !important;
  }

  body[data-page-type="index"] .kemove-reviewed-logo img,
  body[data-page-type="index"] .kemove-reviewed-logo svg {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 62px !important;
  }
}

/* KEMOVE homepage As Featured In: larger color marquee */
body[data-page-type="index"] .kemove-reviewed-by__marquee {
  position: relative !important;
  display: flex !important;
  gap: clamp(82px, 10vw, 168px) !important;
  width: 100% !important;
  margin-block-start: 42px !important;
  overflow: hidden !important;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent) !important;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent) !important;
}

body[data-page-type="index"] .kemove-reviewed-by__logos {
  display: flex !important;
  flex: 0 0 auto !important;
  gap: clamp(82px, 10vw, 168px) !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  min-width: max-content !important;
  margin: 0 !important;
  animation: kemove-reviewed-marquee 30s linear infinite !important;
  will-change: transform;
}

body[data-page-type="index"] .kemove-reviewed-logo {
  display: grid !important;
  flex: 0 0 auto !important;
  place-items: center !important;
  width: clamp(150px, 12vw, 220px) !important;
  min-width: clamp(150px, 12vw, 220px) !important;
  height: 92px !important;
  min-height: 92px !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
}

body[data-page-type="index"] .kemove-reviewed-logo img,
body[data-page-type="index"] .kemove-reviewed-logo svg {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 78px !important;
  object-fit: contain !important;
}

@media (hover: hover) and (pointer: fine) {
  body[data-page-type="index"] .kemove-reviewed-logo:hover {
    opacity: 1 !important;
    filter: none !important;
    transform: translateY(-2px);
  }
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-reviewed-by__marquee,
  body[data-page-type="index"] .kemove-reviewed-by__logos {
    gap: 54px !important;
  }

  body[data-page-type="index"] .kemove-reviewed-logo {
    width: 142px !important;
    min-width: 142px !important;
    height: 68px !important;
    min-height: 68px !important;
  }

  body[data-page-type="index"] .kemove-reviewed-logo img,
  body[data-page-type="index"] .kemove-reviewed-logo svg {
    max-height: 56px !important;
  }
}

/* KEMOVE As Featured In marquee: final override */
@keyframes kemove-reviewed-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

body[data-page-type="index"] .kemove-reviewed-by {
  padding-block: 46px 42px !important;
  overflow: hidden !important;
  background: #f5f7fa !important;
}

body[data-page-type="index"] .kemove-reviewed-by__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-reviewed-by__panel {
  display: block !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[data-page-type="index"] .kemove-reviewed-by__copy {
  max-width: 680px !important;
}

body[data-page-type="index"] .kemove-reviewed-by__marquee {
  position: relative !important;
  display: flex !important;
  gap: clamp(58px, 9vw, 132px) !important;
  width: 100% !important;
  margin-block-start: 38px !important;
  overflow: hidden !important;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

body[data-page-type="index"] .kemove-reviewed-by__logos {
  display: flex !important;
  flex: 0 0 auto !important;
  grid-column: auto !important;
  grid-template-columns: none !important;
  gap: clamp(58px, 9vw, 132px) !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  min-width: max-content !important;
  margin: 0 !important;
  animation: kemove-reviewed-marquee 28s linear infinite;
  will-change: transform;
}

body[data-page-type="index"] .kemove-reviewed-by__marquee:hover .kemove-reviewed-by__logos {
  animation-play-state: paused;
}

body[data-page-type="index"] .kemove-reviewed-logo {
  display: grid !important;
  flex: 0 0 auto !important;
  place-items: center !important;
  width: clamp(116px, 11vw, 188px) !important;
  min-width: clamp(116px, 11vw, 188px) !important;
  height: 72px !important;
  min-height: 72px !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  color: #4b5563 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 0.72 !important;
  filter: grayscale(1);
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

body[data-page-type="index"] .kemove-reviewed-logo img,
body[data-page-type="index"] .kemove-reviewed-logo svg {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 62px !important;
  object-fit: contain !important;
}

body[data-page-type="index"] .kemove-reviewed-by__cta {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  body[data-page-type="index"] .kemove-reviewed-logo:hover {
    opacity: 1 !important;
    filter: grayscale(0);
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page-type="index"] .kemove-reviewed-by__logos {
    animation: none !important;
  }
}

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

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

  body[data-page-type="index"] .kemove-reviewed-by__marquee,
  body[data-page-type="index"] .kemove-reviewed-by__logos {
    gap: 46px !important;
  }

  body[data-page-type="index"] .kemove-reviewed-logo {
    width: 128px !important;
    min-width: 128px !important;
    height: 60px !important;
    min-height: 60px !important;
  }
}

/* KEMOVE As Featured In layout */
body[data-page-type="index"] .kemove-reviewed-by {
  padding-block: 48px 34px !important;
  background: #f5f7fa !important;
}

body[data-page-type="index"] .kemove-reviewed-by__panel {
  display: block !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-page-type="index"] .kemove-reviewed-by__copy {
  max-width: 100% !important;
}

body[data-page-type="index"] .kemove-reviewed-by__text {
  max-width: 620px !important;
}

body[data-page-type="index"] .kemove-reviewed-by__logos {
  display: flex !important;
  gap: clamp(36px, 7vw, 104px) !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-block-start: 40px !important;
}

body[data-page-type="index"] .kemove-reviewed-logo {
  width: auto !important;
  min-width: 88px !important;
  min-height: 58px !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  color: #4b5563 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 0.78;
  filter: grayscale(1);
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

body[data-page-type="index"] .kemove-reviewed-logo img,
body[data-page-type="index"] .kemove-reviewed-logo svg {
  width: auto !important;
  height: auto !important;
  max-width: 148px !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

body[data-page-type="index"] .kemove-reviewed-by__cta {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  body[data-page-type="index"] .kemove-reviewed-logo:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: translateY(-2px);
  }
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-reviewed-by__logos {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    justify-items: start !important;
  }
}

/* KEMOVE homepage final reviewer logo width match */
.kemove-reviewed-by__logos {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
  justify-content: stretch !important;
}

.kemove-reviewed-logo {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
}

.kemove-reviewed-logo img,
.kemove-reviewed-logo svg {
  width: 84% !important;
  height: 84% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

@media (max-width: 1180px) {
  .kemove-reviewed-by__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 959px) {
  .kemove-reviewed-by__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* KEMOVE 0.2.1 final media marquee override. */
body[data-page-type="index"] .kemove-reviewed-by,
body[data-page-type="index"] .kemove-reviewed-by :is(h2, p, a, span) {
  font-family: var(--kemove-font-stack, Barlow, Arial, sans-serif) !important;
}

@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-reviewed-by__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;
  }

  body[data-page-type="index"] .kemove-reviewed-by__title {
    font-weight: 680 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  body[data-page-type="index"] .kemove-reviewed-by__marquee {
    display: flex !important;
    gap: 88px !important;
    width: 100% !important;
    margin-block-start: 38px !important;
    overflow: hidden !important;
  }

  body[data-page-type="index"] .kemove-reviewed-by__logos {
    display: flex !important;
    flex: 0 0 auto !important;
    grid-template-columns: none !important;
    gap: 88px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: max-content !important;
    margin: 0 !important;
    animation: kemove-reviewed-marquee 28s linear infinite !important;
  }

  body[data-page-type="index"] .kemove-reviewed-logo {
    width: 156px !important;
    min-width: 156px !important;
    height: 72px !important;
    min-height: 72px !important;
    aspect-ratio: auto !important;
    opacity: 1 !important;
    filter: none !important;
  }

  body[data-page-type="index"] .kemove-reviewed-logo img,
  body[data-page-type="index"] .kemove-reviewed-logo svg {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 62px !important;
  }
}

/* Linked media logos: keep the marquee appearance while making real coverage discoverable. */
.kemove-reviewed-logo__link {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
  outline: none;
}

.kemove-reviewed-logo--linked {
  cursor: pointer;
}

.kemove-reviewed-logo--linked:focus-within {
  opacity: 1 !important;
  filter: none !important;
}

.kemove-reviewed-logo__link:focus-visible {
  outline: 3px solid rgb(0 145 255 / 38%);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .kemove-reviewed-logo,
  .kemove-reviewed-logo__link {
    transition: none !important;
  }
}
