.kemove-contact {
  color: #1a1a1a;
  background: #fafafa;
  font-family: var(--kemove-font-stack, var(--sort-body-font));
}

.kemove-contact__inner {
  width: min(calc(100% - 144px), 1120px);
  max-width: 1120px;
  margin-inline: auto;
  padding-block: 80px 96px;
}

.kemove-contact__hero {
  max-width: 760px;
}

.kemove-contact__eyebrow,
.kemove-contact__small-label,
.kemove-contact__route-copy > span {
  margin: 0;
  color: #0066ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kemove-contact__title {
  margin: 0;
  color: #1a1a1a;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.kemove-contact__description {
  max-width: 620px;
  margin-block-start: 20px;
  color: #666;
  font-size: 16px;
  line-height: 1.62;
}

.kemove-contact__description p {
  margin: 0;
}

.kemove-contact__routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-block: 34px 40px;
}

.kemove-contact__route {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  min-width: 0;
  min-height: 230px;
  padding: 28px;
  overflow: hidden;
  color: #1a1a1a !important;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgb(0 0 0 / 3.5%);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.kemove-contact__route:hover {
  color: #1a1a1a !important;
  border-color: rgb(26 26 26 / 18%);
  box-shadow: 0 14px 34px rgb(0 0 0 / 4%);
  transform: translateY(-3px);
}

.kemove-contact__route-icon {
  display: inline-flex;
  flex: 0 0 56px;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: #1a1a1a;
  border-radius: 18px;
}

.kemove-contact__route-icon .icon {
  width: 22px;
  height: 22px;
}

.kemove-contact__route-logo,
.kemove-contact__route-icon img {
  display: block;
  width: 42px;
  max-width: none;
  height: 42px;
  object-fit: contain;
}

.kemove-contact__route-mark {
  color: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.kemove-contact__route-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.kemove-contact__route strong {
  display: block;
  margin: 0;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.24;
}

.kemove-contact__route p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.kemove-contact__route em {
  display: inline-flex;
  width: fit-content;
  margin-block-start: 2px;
  color: #1a1a1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.kemove-contact__route--tracking {
  color: #fff !important;
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.kemove-contact__route--tracking:hover,
.kemove-contact__route--discord:hover {
  color: #fff !important;
}

.kemove-contact__route--tracking .kemove-contact__route-icon {
  color: #1a1a1a;
  background: #fff;
}

.kemove-contact__route--discord {
  color: #fff !important;
  background: #5865f2;
  border-color: #4752c4;
  box-shadow: 0 18px 44px rgb(88 101 242 / 16%);
}

.kemove-contact__route--discord .kemove-contact__route-icon {
  color: #5865f2;
  background: #fff;
}

.kemove-contact__route--email {
  background: #fff;
}

.kemove-contact__route--tracking .kemove-contact__route-copy > span,
.kemove-contact__route--tracking .kemove-contact__route p,
.kemove-contact__route--discord .kemove-contact__route-copy > span,
.kemove-contact__route--discord .kemove-contact__route p {
  color: rgb(255 255 255 / 76%);
}

.kemove-contact__route--tracking .kemove-contact__route strong,
.kemove-contact__route--tracking .kemove-contact__route em,
.kemove-contact__route--discord .kemove-contact__route strong,
.kemove-contact__route--discord .kemove-contact__route em {
  color: #fff;
}

.kemove-contact__main {
  display: block;
}

.kemove-contact__form-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgb(0 0 0 / 3.5%);
}

.kemove-contact__form-head h2 {
  margin: 14px 0 0;
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
}

.kemove-contact__form-card {
  padding: 34px;
}

.kemove-contact__form-head {
  margin-block-end: 22px;
}

.kemove-contact__support-hint {
  display: grid;
  gap: 8px;
  margin-block: -4px 24px;
  padding: 16px 18px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.kemove-contact__support-hint span {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kemove-contact__support-hint p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.kemove-contact__form {
  display: block;
}

.kemove-contact__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-block-end: 14px;
}

.kemove-contact__field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.kemove-contact__field--full {
  margin-block-start: 14px;
}

.kemove-contact__field span {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.kemove-contact__field input,
.kemove-contact__field select,
.kemove-contact__field textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  color: #1a1a1a;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
}

.kemove-contact__field textarea {
  min-height: 168px;
  resize: vertical;
}

.kemove-contact__field input:focus,
.kemove-contact__field select:focus,
.kemove-contact__field textarea:focus {
  border-color: #0066ff;
  outline: 2px solid rgb(0 102 255 / 14%);
  outline-offset: 0;
}

.kemove-contact__note {
  margin: 12px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.45;
}

.kemove-contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-block-start: 20px;
  padding: 0 28px;
  color: #fff;
  background: #0066ff;
  border: 1px solid #0066ff;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.kemove-contact__submit:hover {
  background: #005ce6;
  box-shadow: 0 12px 26px rgb(0 102 255 / 18%);
  transform: translateY(-1px);
}

@media (max-width: 989px) {
  .kemove-contact__inner {
    width: min(calc(100% - 80px), 1120px);
  }

  .kemove-contact__routes,
  .kemove-contact__main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  .kemove-contact__inner {
    width: min(calc(100% - 32px), 1120px);
    padding-block: 48px 58px;
  }

  .kemove-contact__title {
    font-size: 38px;
  }

  .kemove-contact__routes {
    margin-block: 28px 30px;
  }

  .kemove-contact__field-grid {
    grid-template-columns: 1fr;
  }

  .kemove-contact__form-card,
  .kemove-contact__route {
    padding: 22px;
  }

  .kemove-contact__form-head h2 {
    font-size: 24px;
  }
}

/* KEMOVE service visual pass */
.kemove-contact {
  background:
    linear-gradient(180deg, #f6f8fc 0%, #fafafa 44%, #fff 100%);
}

.kemove-contact__eyebrow,
.kemove-contact__small-label {
  color: #5865f2;
}

.kemove-contact__title {
  font-size: clamp(44px, 4.7vw, 62px);
}

.kemove-contact__routes {
  gap: 18px;
}

.kemove-contact__route {
  min-height: 248px;
  border-color: rgb(26 26 26 / 8%);
  box-shadow: 0 22px 60px rgb(30 45 80 / 7%);
}

.kemove-contact__route:hover {
  border-color: rgb(88 101 242 / 28%);
  box-shadow: 0 26px 70px rgb(30 45 80 / 10%);
}

.kemove-contact__route--tracking {
  color: #3a2411 !important;
  background: #fff4e2;
  border-color: #ffd6a3;
}

.kemove-contact__route--discord {
  color: #fff !important;
  background: #5865f2;
  border-color: #4752c4;
  box-shadow: 0 24px 68px rgb(88 101 242 / 18%);
}

.kemove-contact__route--email {
  color: #123d2c !important;
  background: #ecfdf5;
  border-color: #bfead5;
}

.kemove-contact__route--tracking:hover,
.kemove-contact__route--email:hover {
  color: inherit !important;
}

.kemove-contact__route--tracking .kemove-contact__route-icon {
  color: #f97316;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgb(249 115 22 / 18%);
}

.kemove-contact__route--discord .kemove-contact__route-icon {
  color: #5865f2;
  background: #fff;
}

.kemove-contact__route--email .kemove-contact__route-icon {
  color: #059669;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgb(5 150 105 / 18%);
}

.kemove-contact__route--tracking .kemove-contact__route-copy > span,
.kemove-contact__route--email .kemove-contact__route-copy > span {
  color: currentColor;
  opacity: 0.64;
}

.kemove-contact__route--tracking .kemove-contact__route strong,
.kemove-contact__route--tracking .kemove-contact__route em,
.kemove-contact__route--email .kemove-contact__route strong,
.kemove-contact__route--email .kemove-contact__route em {
  color: currentColor;
}

.kemove-contact__route--tracking .kemove-contact__route p,
.kemove-contact__route--email .kemove-contact__route p {
  color: currentColor;
  opacity: 0.72;
}

.kemove-contact__route--discord .kemove-contact__route-copy > span,
.kemove-contact__route--discord .kemove-contact__route p {
  color: rgb(255 255 255 / 76%);
}

.kemove-contact__route--discord .kemove-contact__route strong,
.kemove-contact__route--discord .kemove-contact__route em {
  color: #fff;
}

.kemove-contact__route-logo,
.kemove-contact__route-icon img {
  width: 44px;
  height: 44px;
}

.kemove-contact__truck {
  position: relative;
  display: block;
  width: 28px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.kemove-contact__truck::before {
  position: absolute;
  right: -9px;
  bottom: -2px;
  width: 10px;
  height: 11px;
  content: "";
  border: 2px solid currentColor;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.kemove-contact__truck::after {
  position: absolute;
  bottom: -8px;
  left: 5px;
  width: 6px;
  height: 6px;
  content: "";
  background: currentColor;
  border-radius: 50%;
  box-shadow: 21px 0 0 currentColor;
}

.kemove-contact__form-card {
  overflow: hidden;
  border-color: #dfe6f2;
  box-shadow: 0 26px 74px rgb(35 52 92 / 8%);
}

.kemove-contact__support-hint {
  background: #eef2ff;
  border-color: #cfd8ff;
}

.kemove-contact__support-hint span {
  color: #4752c4;
}

.kemove-contact__field input,
.kemove-contact__field select,
.kemove-contact__field textarea {
  background: #fbfcff;
  border-color: #dde5f1;
}

.kemove-contact__field input:focus,
.kemove-contact__field select:focus,
.kemove-contact__field textarea:focus {
  border-color: #5865f2;
  outline: 3px solid rgb(88 101 242 / 13%);
}

.kemove-contact__attachment {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-block-start: 14px;
  padding: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #f8fbff;
  border: 1px dashed #b8c8f6;
  border-radius: 8px;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.kemove-contact__attachment:hover {
  background: #f1f5ff;
  border-color: #5865f2;
  transform: translateY(-1px);
}

.kemove-contact__attachment input {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.kemove-contact__attachment-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #5865f2;
  background: #fff;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgb(88 101 242 / 18%);
}

.kemove-contact__attachment-icon::before {
  width: 16px;
  height: 28px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: rotate(28deg);
}

.kemove-contact__attachment-icon::after {
  position: absolute;
  width: 8px;
  height: 18px;
  content: "";
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 999px 999px;
  transform: rotate(28deg) translate(1px, 1px);
}

.kemove-contact__attachment-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
  pointer-events: none;
}

.kemove-contact__attachment-copy strong {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.kemove-contact__attachment-copy span {
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.45;
}

.kemove-contact__attachment-copy em {
  max-width: 100%;
  overflow: hidden;
  color: #5865f2;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kemove-contact__submit {
  background: #5865f2;
  border-color: #5865f2;
  box-shadow: 0 16px 34px rgb(88 101 242 / 18%);
}

.kemove-contact__submit:hover {
  background: #4752c4;
  border-color: #4752c4;
  box-shadow: 0 18px 38px rgb(88 101 242 / 22%);
}

.kemove-contact__banner {
  position: relative;
  display: grid;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  background: #0d2238;
  place-items: center;
}

.kemove-contact__banner-image,
.kemove-contact__banner-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.kemove-contact__banner-image,
.kemove-contact__banner-image img {
  display: block;
  object-fit: cover;
}

.kemove-contact__banner-fallback {
  background:
    radial-gradient(circle at 20% 28%, rgb(22 169 232 / 38%), transparent 30%),
    radial-gradient(circle at 78% 22%, rgb(88 101 242 / 28%), transparent 28%),
    linear-gradient(135deg, #071827 0%, #0e2d44 52%, #111827 100%);
}

.kemove-contact__banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 22%), rgb(0 0 0 / 38%)),
    radial-gradient(circle at 50% 58%, rgb(255 255 255 / 12%), transparent 34%);
}

.kemove-contact__banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: 64px;
  text-align: center;
}

.kemove-contact__banner-eyebrow {
  margin: 0 0 12px;
  color: rgb(255 255 255 / 78%);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kemove-contact__banner-title {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.kemove-contact__search {
  position: relative;
  display: block;
  width: min(100%, 580px);
  margin-block-start: 28px;
}

.kemove-contact__search input {
  width: 100%;
  min-height: 54px;
  padding: 0 56px 0 54px;
  color: #1a1a1a;
  font: inherit;
  font-size: 16px;
  background: rgb(255 255 255 / 90%);
  border: 1px solid rgb(255 255 255 / 58%);
  border-radius: 999px;
  outline: 0;
  box-shadow: 0 18px 48px rgb(0 0 0 / 18%);
  backdrop-filter: blur(10px);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.kemove-contact__search input:focus {
  background: #fff;
  box-shadow: 0 22px 56px rgb(0 0 0 / 22%);
  transform: translateY(-1px);
}

.kemove-contact__search-icon {
  position: absolute;
  z-index: 1;
  inset-block-start: 50%;
  inset-inline-start: 24px;
  width: 16px;
  height: 16px;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  transform: translateY(-50%);
}

.kemove-contact__search-icon::after {
  position: absolute;
  inset-block-start: 11px;
  inset-inline-start: 11px;
  width: 8px;
  height: 2px;
  content: "";
  background: #1a1a1a;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.kemove-contact__banner + .kemove-contact__inner {
  padding-block-start: 56px;
}

.kemove-contact__banner + .kemove-contact__inner .kemove-contact__hero {
  display: none;
}

.kemove-contact__no-results {
  margin: -16px 0 34px;
  padding: 20px 22px;
  color: #5f6b7a;
  text-align: center;
  background: #fff;
  border: 1px solid #dfe6f2;
  border-radius: 10px;
}

@media (max-width: 749px) {
  .kemove-contact__banner {
    min-height: 300px;
  }

  .kemove-contact__banner-content {
    padding-block: 44px;
  }

  .kemove-contact__banner-title {
    font-size: 36px;
  }

  .kemove-contact__search {
    width: min(100%, 460px);
    margin-block-start: 20px;
  }

  .kemove-contact__search input {
    min-height: 48px;
    font-size: 14px;
  }

  .kemove-contact__banner + .kemove-contact__inner {
    padding-block-start: 36px;
  }

  .kemove-contact__title {
    font-size: 38px;
  }

  .kemove-contact__route {
    min-height: 0;
  }

  .kemove-contact__attachment {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 15px;
  }

  .kemove-contact__attachment-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }
}

/* KEMOVE inner page visual sync */
.kemove-contact {
  --kemove-inner-blue: #0091ff;
  --kemove-inner-cyan: #35d8ff;
  --kemove-inner-text: #111827;
  --kemove-inner-muted: #6b7280;
  --kemove-inner-border: #e5e7eb;
  color: var(--kemove-inner-text);
  background: #f5f7fa;
}

.kemove-contact__banner {
  min-height: 340px;
  background: #050b14;
}

.kemove-contact__banner-fallback {
  background:
    radial-gradient(circle at 24% 22%, rgb(0 145 255 / 28%), transparent 28%),
    radial-gradient(circle at 80% 30%, rgb(53 216 255 / 16%), transparent 34%),
    linear-gradient(135deg, #050b14 0%, #080a0f 62%, #111827 100%);
}

.kemove-contact__banner-overlay {
  background:
    linear-gradient(180deg, rgb(5 11 20 / 24%), rgb(5 11 20 / 46%)),
    radial-gradient(circle at 50% 66%, rgb(0 145 255 / 12%), transparent 34%);
}

.kemove-contact__banner-content.page-width {
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px));
}

.kemove-contact__banner-eyebrow,
.kemove-contact__eyebrow,
.kemove-contact__small-label,
.kemove-contact__route-copy > span {
  color: var(--kemove-inner-blue);
  font-weight: 850;
}

.kemove-contact__banner-title {
  font-size: clamp(42px, 4.5vw, 72px);
  font-weight: 850;
}

.kemove-contact__search input {
  min-height: 56px;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgb(0 0 0 / 18%);
}

.kemove-contact__inner {
  width: 100%;
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px));
  padding-block: 56px 92px;
}

.kemove-contact__title {
  color: var(--kemove-inner-text);
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 850;
}

.kemove-contact__description,
.kemove-contact__route p,
.kemove-contact__support-hint p,
.kemove-contact__note,
.kemove-contact__attachment-copy span {
  color: var(--kemove-inner-muted);
}

.kemove-contact__routes {
  gap: 20px;
  margin-block: 32px 36px;
}

.kemove-contact__route,
.kemove-contact__route--tracking,
.kemove-contact__route--discord,
.kemove-contact__route--email {
  min-height: 216px;
  color: var(--kemove-inner-text) !important;
  background: #fff;
  border: 1px solid var(--kemove-inner-border);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgb(15 23 42 / 6%);
}

.kemove-contact__route:hover,
.kemove-contact__route--tracking:hover,
.kemove-contact__route--discord:hover,
.kemove-contact__route--email:hover {
  color: var(--kemove-inner-text) !important;
  border-color: rgb(0 145 255 / 38%);
  box-shadow: 0 20px 60px rgb(15 23 42 / 10%);
  transform: translateY(-4px);
}

.kemove-contact__route-icon,
.kemove-contact__route--tracking .kemove-contact__route-icon,
.kemove-contact__route--discord .kemove-contact__route-icon,
.kemove-contact__route--email .kemove-contact__route-icon {
  color: var(--kemove-inner-blue);
  background: #eff8ff;
  border: 1px solid rgb(0 145 255 / 18%);
  border-radius: 16px;
  box-shadow: none;
}

.kemove-contact__route strong,
.kemove-contact__route em,
.kemove-contact__route--tracking .kemove-contact__route strong,
.kemove-contact__route--tracking .kemove-contact__route em,
.kemove-contact__route--discord .kemove-contact__route strong,
.kemove-contact__route--discord .kemove-contact__route em,
.kemove-contact__route--email .kemove-contact__route strong,
.kemove-contact__route--email .kemove-contact__route em {
  color: var(--kemove-inner-text);
}

.kemove-contact__route--tracking .kemove-contact__route-copy > span,
.kemove-contact__route--tracking .kemove-contact__route p,
.kemove-contact__route--discord .kemove-contact__route-copy > span,
.kemove-contact__route--discord .kemove-contact__route p,
.kemove-contact__route--email .kemove-contact__route-copy > span,
.kemove-contact__route--email .kemove-contact__route p {
  color: var(--kemove-inner-muted);
  opacity: 1;
}

.kemove-contact__form-card {
  padding: clamp(28px, 3vw, 44px);
  background: #fff;
  border-color: var(--kemove-inner-border);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgb(15 23 42 / 8%);
}

.kemove-contact__form-head h2 {
  color: var(--kemove-inner-text);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 850;
}

.kemove-contact__support-hint,
.kemove-contact__attachment {
  background: #f5faff;
  border-color: #d8ecff;
  border-radius: 14px;
}

.kemove-contact__support-hint span,
.kemove-contact__attachment-icon,
.kemove-contact__attachment-copy em {
  color: var(--kemove-inner-blue);
}

.kemove-contact__field input,
.kemove-contact__field select,
.kemove-contact__field textarea {
  min-height: 50px;
  color: var(--kemove-inner-text);
  background: #f8fafc;
  border-color: var(--kemove-inner-border);
  border-radius: 12px;
}

.kemove-contact__field input:focus,
.kemove-contact__field select:focus,
.kemove-contact__field textarea:focus {
  border-color: var(--kemove-inner-blue);
  outline: 3px solid rgb(0 145 255 / 13%);
}

.kemove-contact__submit {
  min-height: 46px;
  padding-inline: 24px;
  background: var(--kemove-inner-blue);
  border-color: var(--kemove-inner-blue);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgb(0 145 255 / 18%);
}

.kemove-contact__submit:hover {
  background: #007ee0;
  border-color: #007ee0;
  box-shadow: 0 18px 38px rgb(0 145 255 / 24%);
}

@media (max-width: 989px) {
  .kemove-contact__banner-content.page-width,
  .kemove-contact__inner {
    max-width: calc(100vw - 48px);
  }
}

@media (max-width: 749px) {
  .kemove-contact__banner {
    min-height: 280px;
  }

  .kemove-contact__banner-content.page-width,
  .kemove-contact__inner {
    max-width: calc(100vw - 32px);
  }

  .kemove-contact__inner {
    padding-block: 36px 58px;
  }

  .kemove-contact__banner-title,
  .kemove-contact__title {
    font-size: 36px;
  }

  .kemove-contact__route {
    min-height: 0;
  }
}
