.kim-services-page {
  --kim-services-blue: #0f67c6;
  --kim-services-dark-blue: #123b70;
  --kim-services-soft-blue: #dff0ff;
  --kim-services-soft-grey: #f3f5f7;
  --kim-services-text: #12203a;
  --kim-sv-sec-y: 96px;
  --kim-sv-sec-y-tight: 84px;
  --kim-sv-sec-y-loose: 104px;
  --kim-sv-head-gap: 34px;
  --kim-sv-workflow-head-gap: 78px;
  background: #fff;
  color: var(--kim-services-text);
}

.kim-services-wrap {
  width: min(var(--kimplast-layout-max, 1260px), calc(100% - 48px));
  margin: 0 auto;
}

.kim-services-wrap .kimplast-breadcrumb,
.kim-services-wrap .kim-breadcrumb,
.kim-services-wrap nav[aria-label="Breadcrumb"] {
  margin-bottom: 14px;
}

.kim-services-head {
  margin: 0 0 var(--kim-sv-head-gap);
}

.kim-services-head--center {
  text-align: center;
}

.kim-services-head h2 {
  margin: 0;
  font-size: clamp(32px, 2.8vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  color: #12203a;
}

.kim-services-head p {
  margin: 12px auto 0;
  max-width: 650px;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.62;
  color: rgba(18, 32, 58, 0.76);
}

.kim-services-hero {
  background: #fff;
  padding: 8px 0 24px;
}

.kim-services-hero__media {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: 460px;
  background: #ecf3f9;
  box-shadow: 0 24px 54px rgba(16, 44, 86, 0.16);
}

.kim-services-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--kim-services-hero-bg, none);
  background-position: var(--kim-services-hero-position, center center);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate3d(0, var(--kim-services-hero-shift, 0px), 0) scale(1.04);
  transform-origin: center top;
  transition: transform 0.7s ease;
}

.kim-services-hero__media::after {
  content: none;
}

.kim-services-hero-copy {
  background: #fff;
  padding: 40px 0 52px;
}

.kim-services-hero-copy__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.kim-services-hero-copy__inner h1 {
  margin: 0;
  color: #12203a;
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.08;
  font-weight: 800;
}

.kim-services-hero-copy__inner h1 .is-accent {
  color: var(--kim-services-blue);
}

.kim-services-hero-copy__inner p {
  margin: 14px auto 0;
  max-width: 800px;
  color: rgba(18, 32, 58, 0.76);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.68;
}

.kim-services-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 460px;
  padding: 52px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate3d(0, var(--kim-services-hero-content-shift, 0px), 0);
  transition: transform 0.7s ease;
}

.kim-services-hero__inner h1 {
  margin: 0;
  color: #ffffff;
  max-width: 980px;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.06;
  font-weight: 800;
}

.kim-services-hero__inner h1 .is-accent {
  color: #5dadff;
}

.kim-services-hero__inner p {
  margin: 18px auto 0;
  max-width: min(700px, 78%);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.6;
  font-weight: 520;
  color: rgba(255, 255, 255, 0.92);
  text-wrap: pretty;
}

.kim-services-hero.is-motion-ready [data-kim-services-hero-title],
.kim-services-hero.is-motion-ready [data-kim-services-hero-desc] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.kim-services-hero.is-motion-ready [data-kim-services-hero-desc] {
  transition-delay: 0.12s;
}

.kim-services-hero.is-motion-ready.is-visible [data-kim-services-hero-title],
.kim-services-hero.is-motion-ready.is-visible [data-kim-services-hero-desc] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.kim-services-intro {
  background: #fff;
  padding: 28px 0 var(--kim-sv-sec-y);
}

.kim-services-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .94fr);
  gap: 34px;
  align-items: center;
}

.kim-services-intro__content h2 {
  margin: 0;
  font-size: clamp(32px, 2.7vw, 44px);
  line-height: 1.08;
  font-weight: 800;
}

.kim-services-intro__content p {
  margin: 14px 0 0;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.72;
  color: rgba(18, 32, 58, 0.78);
}

.kim-services-btn {
  display: inline-flex;
  margin-top: 20px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 12px;
  text-decoration: none !important;
  color: #fff;
  background: linear-gradient(135deg, #0f67c6 0%, #19a8e1 100%);
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(15, 103, 198, 0.28);
  transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.kim-services-btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 20px 34px rgba(10, 84, 162, 0.32);
}

.kim-services-intro__media {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 360px;
  background-color: #dce7f2;
  background-image: var(--kim-services-intro-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: kimServicesFloat 6s ease-in-out infinite;
}

.kim-services-intro__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 22px 20px;
  color: #fff;
  background: linear-gradient(180deg, rgba(8, 23, 48, 0) 0%, rgba(13, 49, 95, 0.8) 54%, rgba(11, 88, 158, 0.98) 100%);
}

.kim-services-intro__overlay h4 {
  margin: 0;
  font-size: clamp(23px, 1.8vw, 30px);
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}

.kim-services-intro__overlay p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.kim-services-factory {
  background: var(--kim-services-soft-grey);
  padding: var(--kim-sv-sec-y-tight) 0;
}

.kim-services-factory-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  grid-auto-flow: row dense;
}

.kim-services-factory-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 330px;
  background-color: #cfd8e4;
  background-image: var(--kim-services-factory-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
  grid-column: span 6;
}

.kim-services-factory-card--long {
  grid-column: span 7;
}

.kim-services-factory-card--short {
  grid-column: span 5;
}

.kim-services-factory-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 20px 18px;
  color: #fff;
  background: linear-gradient(180deg, rgba(5, 26, 48, 0) 0%, rgba(11, 61, 112, 0.64) 42%, rgba(8, 93, 166, 0.98) 100%);
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.kim-services-factory-card__overlay::before {
  content: "";
  width: 6px;
  height: 68px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.96);
  flex: 0 0 auto;
}

.kim-services-factory-card--long .kim-services-factory-card__overlay {
  padding-top: 88px;
  padding-bottom: 22px;
}

.kim-services-factory-card--long .kim-services-factory-card__overlay::before {
  width: 7px;
  height: 82px;
}

.kim-services-factory-card--short .kim-services-factory-card__overlay {
  padding-top: 88px;
  padding-bottom: 22px;
}

.kim-services-factory-card--short .kim-services-factory-card__overlay::before {
  width: 7px;
  height: 82px;
}

.kim-services-factory-card__text {
  min-width: 0;
}

.kim-services-factory-card__overlay h4 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.08;
  font-weight: 800;
}

.kim-services-factory-card--short .kim-services-factory-card__overlay h4 {
  font-size: clamp(20px, 1.6vw, 26px);
}

.kim-services-factory-card__overlay p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

.kim-services-factory-card--short .kim-services-factory-card__overlay p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.55;
}

.kim-services-factory-card:hover {
  transform: translateY(-5px) scale(1.01);
  filter: saturate(1.1);
  box-shadow: 0 22px 36px rgba(8, 32, 67, 0.22);
}

.kim-services-oem {
  background: #fff;
  padding: var(--kim-sv-sec-y) 0 calc(var(--kim-sv-sec-y) - 4px);
}

.kim-services-oem__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kim-services-oem-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 16px;
  padding: 22px 22px 18px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(13, 34, 67, 0.08);
  transition: transform .28s ease, box-shadow .28s ease;
}

.kim-services-oem-card__topline {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 10px;
  border-radius: 16px 16px 0 0;
  background: #111827;
}

.kim-services-oem-card--odm .kim-services-oem-card__topline {
  background: #0f67c6;
}

.kim-services-oem-card__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 10px;
}

.kim-services-oem-card__icon {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  background: #e6e6e6;
  color: #2d2f33;
}

.kim-services-oem-card__icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}

.kim-services-oem-card--odm .kim-services-oem-card__icon {
  background: rgba(15, 103, 198, 0.18);
  color: #0f67c6;
}

.kim-services-oem-card h3 {
  margin: 0;
  font-size: clamp(34px, 2.4vw, 46px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.01em;
}

.kim-services-oem-card--odm h3,
.kim-services-oem-card--odm .kim-services-oem-card__subtitle {
  color: #0f67c6;
}

.kim-services-oem-card__subtitle {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(18, 32, 58, 0.92);
}

.kim-services-oem-card__desc {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(18, 32, 58, 0.86);
  font-weight: 500;
}

.kim-services-oem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(9, 36, 73, 0.15);
}

.kim-services-workflow {
  background: #fff;
  padding: var(--kim-sv-sec-y-tight) 0 var(--kim-sv-sec-y);
}

.kim-services-workflow .kim-services-head {
  margin-bottom: var(--kim-sv-workflow-head-gap);
}

.kim-services-workflow-line {
  display: none;
}

.kim-services-workflow-grid {
  position: relative;
  display: grid;
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}

.kim-services-workflow-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48px;
  bottom: 48px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(20, 64, 122, 0.35) 0%, rgba(18, 59, 112, 0.95) 100%);
  transform: translateX(-50%);
}

.kim-services-workflow-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
  row-gap: 2px;
  min-height: 174px;
  padding: 0;
}

.kim-services-workflow-item.is-right {
  padding: 0;
}

.kim-services-workflow-item__icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: center;
  width: 102px;
  height: 102px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #113f79;
  font-weight: 700;
  font-size: 30px;
  background: #f5f9ff;
  border: 5px solid #133f7a;
  box-shadow: 0 0 0 12px rgba(19, 63, 122, 0.08);
  animation: kimServicesPulse 2.4s ease-in-out infinite;
}

.kim-services-workflow-item__icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.kim-services-workflow-item h4 {
  margin: 0 0 0;
  padding-bottom: 0 !important;
  color: var(--kim-services-dark-blue);
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.15;
  font-weight: 800;
  align-self: end;
}

.kim-services-workflow-item p {
  margin: 0;
  padding-bottom: 0 !important;
  color: rgba(18, 59, 112, 0.84);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.28;
  font-weight: 400;
  align-self: start;
}

.kim-services-workflow-item.is-left h4,
.kim-services-workflow-item.is-left p {
  grid-column: 1;
  max-width: 430px;
  justify-self: end;
  text-align: right;
}

.kim-services-workflow-item.is-right h4,
.kim-services-workflow-item.is-right p {
  grid-column: 3;
  max-width: 430px;
  justify-self: start;
  text-align: left;
}

.kim-services-workflow-item.is-left h4,
.kim-services-workflow-item.is-right h4 {
  margin-bottom: 0;
}

.kim-services-workflow-item.is-left h4,
.kim-services-workflow-item.is-left p {
  margin-right: 34px;
}

.kim-services-workflow-item.is-right h4,
.kim-services-workflow-item.is-right p {
  margin-left: 34px;
}

.kim-services-work-adv {
  background: #fff;
  padding: var(--kim-sv-sec-y-tight) 0 var(--kim-sv-sec-y);
}

.kim-services-work-adv-grid {
  display: grid;
  gap: 14px;
  max-width: 1020px;
  margin: 0 auto;
}

.kim-services-work-adv-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border-radius: 14px;
  padding: 16px 20px;
  background: var(--kim-services-soft-grey);
  border: 1px solid rgba(18, 59, 112, 0.08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.kim-services-work-adv-card__icon {
  width: 66px;
  height: 66px;
  border-radius: 10px;
  background: transparent;
  color: var(--kim-services-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
}

.kim-services-work-adv-card__icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.kim-services-work-adv-card__line {
  margin: 0;
  padding-bottom: 0 !important;
  font-size: clamp(20px, 1.75vw, 26px);
  line-height: 1.24;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kim-services-work-adv-card__line strong {
  color: var(--kim-services-dark-blue);
  font-weight: 800;
}

.kim-services-work-adv-card__line span {
  color: rgba(18, 89, 154, 0.88);
  font-weight: 500;
}

.kim-services-work-adv-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 103, 198, 0.28);
  box-shadow: 0 16px 24px rgba(9, 37, 75, 0.12);
}

.kim-services-categories {
  background: var(--kim-services-soft-grey);
  padding: var(--kim-sv-sec-y-tight) 0;
}

.kim-services-slider {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 10px;
  align-items: center;
}

.kim-services-slider__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.kim-services-slider__track {
  display: flex;
  gap: 14px;
  transition: transform .36s ease;
  will-change: transform;
}

.kim-services-slider__viewport.is-dragging .kim-services-slider__track {
  transition: none;
}

@media (pointer: fine) {
  .kim-services-slider__viewport {
    cursor: grab;
  }

  .kim-services-slider__viewport.is-dragging {
    cursor: grabbing;
  }
}

.kim-services-category-card {
  flex: 0 0 calc((100% - (14px * 3)) / 4);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 59, 112, 0.1);
  box-shadow: 0 8px 18px rgba(9, 32, 66, 0.08);
}

.kim-services-category-card__image {
  min-height: 180px;
  background-color: #d5deea;
  background-image: var(--kim-services-cat-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kim-services-category-card__body {
  padding: 14px;
}

.kim-services-category-card__body h4 {
  margin: 0;
  font-size: 21px;
  line-height: 1.14;
  font-weight: 800;
  color: #123b70;
}

.kim-services-category-card__body p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(18, 32, 58, 0.78);
}

.kim-services-slider__nav {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  background: #0f67c6;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
}

.kim-services-slider__nav:hover {
  transform: scale(1.05);
  background: #0b59ad;
}

.kim-services-slider__nav.is-hidden,
.kim-services-slider__nav:disabled {
  opacity: 0;
  pointer-events: none;
}

.kim-services-customers {
  background: #fff;
  padding: var(--kim-sv-sec-y-tight) 0;
}

.kim-services-customer-grid {
  display: grid;
  grid-template-columns: repeat(var(--kim-services-customer-cols-visible, var(--kim-services-customer-cols-desktop, 4)), minmax(180px, 220px));
  justify-content: center;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.kim-services-customer-item {
  min-height: 96px;
  border-radius: 12px;
  border: 1px solid rgba(18, 59, 112, 0.12);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.kim-services-customer-item img {
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 82px;
  display: block;
  filter: grayscale(100%);
  opacity: .8;
  transition: filter .24s ease, opacity .24s ease;
}

.kim-services-customer-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 18px rgba(10, 36, 70, 0.1);
}

.kim-services-customer-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.kim-services-customer-item.is-hidden {
  display: none;
}

@media (max-width: 1100px) {
  .kim-services-customer-grid {
    grid-template-columns: repeat(var(--kim-services-customer-cols-visible, var(--kim-services-customer-cols-tablet, 3)), minmax(168px, 1fr));
  }
}

@media (max-width: 767px) {
  .kim-services-customer-grid {
    grid-template-columns: repeat(var(--kim-services-customer-cols-visible, var(--kim-services-customer-cols-mobile, 2)), minmax(132px, 1fr));
  }
}

.kim-services-customers__actions {
  text-align: center;
  margin-top: 16px;
}

.kim-services-load-more {
  border: 0;
  border-radius: 12px;
  min-height: 46px;
  padding: 0 22px;
  font-weight: 700;
  color: #fff;
  background: #0f67c6;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}

.kim-services-load-more:hover {
  transform: translateY(-2px);
  background: #0b59ad;
}

.kim-services-load-more.is-hidden {
  display: none;
}

.kim-services-specs {
  background: #fff;
  padding: var(--kim-sv-sec-y-tight) 0 var(--kim-sv-sec-y);
}

.kim-services-specs-card {
  border-radius: 22px;
  min-height: 420px;
  padding: 72px 42px 64px;
  background: linear-gradient(180deg, #0b5cae 0%, #0a3972 100%);
  color: #fff;
  box-shadow: 0 22px 38px rgba(9, 36, 74, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.kim-services-specs-certs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  max-width: 860px;
  margin: 0 auto;
}

.kim-services-specs-cert {
  min-height: 58px;
  min-width: 214px;
  border-radius: 60px;
  background: rgba(205, 225, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.48);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  font-size: clamp(20px, 1.65vw, 22px);
  line-height: 1.1;
  font-weight: 700;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.kim-services-specs-cert:hover {
  transform: translateY(-2px);
  background: rgba(226, 239, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 18px rgba(4, 30, 66, 0.18);
}

.kim-services-specs-line1 {
  margin: 56px 0 0;
  text-align: center;
  font-size: clamp(30px, 2.05vw, 32px);
  line-height: 1.2;
  font-weight: 650;
}

.kim-services-specs-line2 {
  margin: 8px 0 0;
  text-align: center;
  font-size: clamp(22px, 1.5vw, 24px);
  line-height: 0.5;
  font-weight: 500;
}

.kim-services-form-section {
  background: var(--kim-services-soft-grey);
  padding: var(--kim-sv-sec-y) 0 var(--kim-sv-sec-y-loose);
}

.kim-services-alert {
  margin: 0 auto 14px;
  max-width: 920px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
}

.kim-services-alert.is-success {
  background: #e7f8ee;
  color: #0a7a3b;
  border: 1px solid #b9e6ca;
}

.kim-services-alert.is-error {
  background: #fff1f1;
  color: #9e1f1f;
  border: 1px solid #f0c1c1;
}

.kim-services-form {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(18, 59, 112, 0.1);
  box-shadow: 0 18px 34px rgba(9, 33, 67, 0.12);
  padding: 24px;
  display: grid;
  gap: 14px;
}

.kim-services-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.kim-services-form label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #112746;
}

.kim-services-form input,
.kim-services-form textarea {
  margin-top: 8px;
  width: 100%;
  min-height: 52px;
  border-radius: 12px;
  border: 1px solid rgba(18, 59, 112, 0.16);
  background: #fff;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.45;
}

.kim-services-form textarea {
  min-height: 168px;
  resize: vertical;
}

.kim-services-form input::placeholder,
.kim-services-form textarea::placeholder {
  color: rgba(78, 112, 154, 0.78);
}

.kim-services-captcha-question {
  display: block;
  margin-top: 8px;
  color: rgba(18, 59, 112, 0.74);
  font-size: 14px;
  font-weight: 500;
}

.kim-services-form input[name="kim_contact_captcha_answer"] {
  width: 120px;
}

.kim-services-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.kim-services-form button[type="submit"] {
  min-height: 56px;
  width: min(260px, 100%);
  margin: 6px auto 0;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #0f67c6 0%, #1aa9e1 100%);
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(10, 84, 163, 0.28);
  transition: transform .24s ease, filter .24s ease;
}

.kim-services-form button[type="submit"]:hover {
  transform: translateY(-2px);
  filter: saturate(1.1);
}

.kim-services-reveal {
  opacity: 1;
}

.kim-services-reveal.is-reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(2px);
  transition: opacity .62s ease, transform .62s ease, filter .62s ease;
  transition-delay: var(--kim-services-delay, 0ms);
}

.kim-services-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes kimServicesPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(15, 103, 198, 0.12); }
  50% { box-shadow: 0 0 0 14px rgba(15, 103, 198, 0.06); }
}

@keyframes kimServicesFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 1100px) {
  .kim-services-page {
    --kim-sv-sec-y: 80px;
    --kim-sv-sec-y-tight: 70px;
    --kim-sv-sec-y-loose: 88px;
    --kim-sv-head-gap: 28px;
    --kim-sv-workflow-head-gap: 58px;
  }

  .kim-services-category-card {
    flex-basis: calc((100% - 14px) / 2);
  }

  .kim-services-customer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kim-services-workflow-grid {
    max-width: 980px;
  }
}

@media (max-width: 980px) {
  .kim-services-page {
    --kim-sv-sec-y: 68px;
    --kim-sv-sec-y-tight: 58px;
    --kim-sv-sec-y-loose: 76px;
    --kim-sv-head-gap: 24px;
    --kim-sv-workflow-head-gap: 44px;
  }

  .kim-services-wrap {
    width: calc(100% - 32px);
  }

  .kim-services-intro__grid,
  .kim-services-oem__grid,
  .kim-services-form-grid {
    grid-template-columns: 1fr;
  }

  .kim-services-factory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kim-services-factory-card,
  .kim-services-factory-card--long,
  .kim-services-factory-card--short {
    grid-column: span 1;
  }

  .kim-services-hero__media,
  .kim-services-hero__inner {
    min-height: 420px;
  }

  .kim-services-workflow-grid {
    gap: 14px;
  }

  .kim-services-workflow-grid::before {
    left: 42px;
    transform: none;
  }

  .kim-services-workflow-item {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 126px;
    column-gap: 12px;
  }

  .kim-services-workflow-item__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 72px;
    height: 72px;
    font-size: 22px;
    border-width: 4px;
    box-shadow: 0 0 0 8px rgba(19, 63, 122, 0.08);
  }

  .kim-services-workflow-item__icon img {
    width: 38px;
    height: 38px;
  }

  .kim-services-work-adv-grid {
    max-width: 100%;
  }

  .kim-services-work-adv-card__line {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  .kim-services-workflow-item.is-left h4,
  .kim-services-workflow-item.is-left p,
  .kim-services-workflow-item.is-right h4,
  .kim-services-workflow-item.is-right p {
    grid-column: 2;
    justify-self: start;
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .kim-services-customer-grid {
    grid-template-columns: repeat(2, minmax(180px, 240px));
  }

  .kim-services-specs-certs {
    max-width: 100%;
    gap: 12px;
  }

  .kim-services-specs-card {
    min-height: 0;
    padding: 42px 20px 38px;
  }

  .kim-services-specs-cert {
    min-width: 0;
    width: 100%;
    max-width: 320px;
    min-height: 50px;
    font-size: clamp(17px, 3.9vw, 22px);
  }

  .kim-services-specs-line1 {
    margin-top: 30px;
    font-size: clamp(24px, 5.6vw, 30px);
  }

  .kim-services-specs-line2 {
    margin-top: 6px;
    font-size: clamp(17px, 3.8vw, 22px);
  }
}

@media (max-width: 767px) {
  .kim-services-hero__media::before {
    background-image: var(--kim-services-hero-bg-mobile, var(--kim-services-hero-bg, none));
    background-position: var(--kim-services-hero-position-mobile, var(--kim-services-hero-position, center center));
  }

  .kim-services-page {
    --kim-sv-sec-y: 56px;
    --kim-sv-sec-y-tight: 48px;
    --kim-sv-sec-y-loose: 62px;
    --kim-sv-head-gap: 20px;
    --kim-sv-workflow-head-gap: 34px;
  }

  .kim-services-wrap {
    width: calc(100% - 24px);
  }

  .kim-services-hero__media {
    min-height: 320px;
  }

  .kim-services-hero__inner {
    min-height: 320px;
    padding: 20px 18px;
    justify-content: center;
  }

  .kim-services-hero__inner h1 {
    max-width: 100%;
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.1;
  }

  .kim-services-hero__inner p {
    margin-top: 14px;
    max-width: 92%;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 520;
  }

  .kim-services-hero-copy__inner h1 {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.1;
  }

  .kim-services-hero-copy__inner p {
    font-size: 15px;
    line-height: 1.58;
  }

  .kim-services-hero-copy {
    padding: 28px 0 36px;
  }

  .kim-services-slider {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kim-services-factory-grid {
    grid-template-columns: 1fr;
  }

  .kim-services-factory-card,
  .kim-services-factory-card--long,
  .kim-services-factory-card--short {
    grid-column: span 1;
    min-height: 260px;
  }

  .kim-services-slider__nav {
    width: 40px;
    height: 40px;
  }

  .kim-services-slider__nav.is-prev,
  .kim-services-slider__nav.is-next {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 3;
  }

  .kim-services-slider__nav.is-prev {
    left: 6px;
  }

  .kim-services-slider__nav.is-next {
    right: 6px;
  }

  .kim-services-category-card {
    flex-basis: 100%;
  }

  .kim-services-customer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 100%;
  }

  .kim-services-customer-item {
    min-height: 82px;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .kim-services-customer-item img {
    max-width: 88%;
    max-height: 68px;
  }

  .kim-services-specs-card {
    padding: 34px 16px 30px;
    border-radius: 18px;
  }

  .kim-services-specs-certs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    width: max-content;
    min-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    margin-inline: -2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .kim-services-specs-certs::-webkit-scrollbar {
    display: none;
  }

  .kim-services-specs-cert {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: max-content;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: clamp(15px, 3.7vw, 18px);
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .kim-services-specs-line2 {
    margin-top: 8px;
    line-height: 1.55;
  }

  .kim-services-form {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kim-services-hero__media::before,
  .kim-services-hero__inner,
  .kim-services-hero.is-motion-ready [data-kim-services-hero-title],
  .kim-services-hero.is-motion-ready [data-kim-services-hero-desc] {
    transition: none;
    transform: none;
  }

  .kim-services-hero.is-motion-ready [data-kim-services-hero-title],
  .kim-services-hero.is-motion-ready [data-kim-services-hero-desc] {
    opacity: 1;
  }
}