.js_show_text > .kmc-wrap,
.requisites-page .kmc-wrap {
  display: block;
}

html:has(.kmc-wrap),
body:has(.kmc-wrap) {
  overflow-x: hidden;
}

.kmc-wrap {
  margin: 18px 0 56px;
  color: #1a1a2e;
  font-family: Roboto, Arial, sans-serif;
}

.kmc-hero {
  background: linear-gradient(135deg, #333355 0%, #1a1a2e 100%);
  color: #fff;
  border-radius: 14px;
  padding: 26px 28px;
  margin-bottom: 18px;
}

.kmc-badge {
  display: inline-flex;
  align-items: center;
  background: #ffc820;
  color: #1a1a2e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 14px;
}

.kmc-hero__title {
  margin: 0 0 10px;
  font-family: Cuprum, Roboto, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
}

.kmc-hero__accent {
  color: #ffc820;
}

.kmc-hero__desc {
  margin: 0;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .9);
}

.kmc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.kmc-hero__actions .kmc-btn {
  min-height: 36px;
  padding: 10px 14px;
  font-size: 14px;
}

.kmc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 11px 18px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  transition: transform .15s ease, opacity .2s ease;
}

.kmc-btn:hover {
  opacity: .92;
  transform: translateY(-1px);
}

.kmc-btn--accent {
  background: #ffc820;
  color: #1a1a2e;
}

.kmc-btn--ghost {
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
}

.kmc-btn--dark {
  background: #1a1a2e;
  color: #fff;
}

.kmc-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 26px;
}

.kmc-city-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  color: #1a1a2e;
  padding: 12px 14px;
  min-height: 64px;
}

.kmc-city-card__letter {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 200, 32, .25);
  color: #e5b400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
}

.kmc-city-card__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kmc-city-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.kmc-city-card__desc {
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.2;
}

.kmc-city-card__arrow {
  margin-left: auto;
  font-size: 16px;
  color: #c5c7cf;
}

.kmc-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
}

.kmc-layout__content {
  min-width: 0;
}

.kmc-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kmc-sidebar__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
}

.kmc-sidebar__title {
  margin: 0 0 12px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9ca3af;
  font-weight: 700;
}

.kmc-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kmc-sidebar__link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 8px;
  padding: 9px 10px;
  color: #1a1a2e;
  font-weight: 600;
  background: #f5f7fa;
}

.kmc-sidebar__lead {
  margin: -4px 0 10px;
  color: #9ca3af;
  font-size: 12px;
}

.kmc-sidebar__icon {
  font-size: 12px;
  color: #ffc820;
  line-height: 1;
}

.kmc-sidebar__link--sep {
  margin-top: 4px;
  padding-top: 11px;
  border-top: 1px solid #eceff3;
}

.kmc-sidebar__link.is-active {
  background: rgba(255, 200, 32, .12);
  color: #0072bc;
}

.kmc-sidebar__docs {
  margin: 0;
  padding-left: 16px;
}

.kmc-sidebar__docs li {
  margin: 0 0 8px;
}

.kmc-sidebar__docs a {
  color: #0072bc;
  text-decoration: none;
}

.kmc-section {
  margin-bottom: 28px;
}

.kmc-section--tight {
  margin-bottom: 20px;
}

.kmc-section__label {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  color: #9ca3af;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

.kmc-section__title {
  margin: 0;
  text-align: center;
  color: #1a1a2e;
  font-family: Cuprum, Roboto, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.08;
}

.kmc-section__title--left {
  text-align: left;
  font-size: 32px;
}

.kmc-section__subtitle {
  margin: 10px 0 0;
  text-align: center;
  color: #9ca3af;
}

.kmc-card-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.kmc-card-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kmc-card-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kmc-info-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  min-height: 120px;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.kmc-info-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 10px 24px rgba(26, 26, 46, .08);
  transform: translateY(-2px);
}

.kmc-info-card--wide {
  min-height: auto;
}

.kmc-info-card__icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #e5b400;
  background: rgba(255, 200, 32, .22);
}

.kmc-info-card h3 {
  margin: 10px 0 8px;
  font-size: 18px;
  color: #1a1a2e;
}

.kmc-info-card p {
  margin: 6px 0 0;
  color: #6b7280;
}

.kmc-info-card small {
  display: block;
  color: #6b7280;
  font-size: 12px;
}

.kmc-info-card strong {
  color: #1a1a2e;
}

.kmc-info-card a {
  display: block;
  color: #0072bc;
  text-decoration: none;
  font-weight: 700;
}

.kmc-tabs {
  display: inline-flex;
  gap: 6px;
  background: #f5f7fa;
  border-radius: 10px;
  padding: 5px;
  margin-top: 14px;
}

.kmc-tab {
  border: 0;
  background: transparent;
  color: #1a1a2e;
  font-weight: 700;
  border-radius: 8px;
  padding: 9px 15px;
  cursor: pointer;
}

.kmc-tab.is-active {
  background: rgba(255, 200, 32, .15);
  color: #0072bc;
  box-shadow: inset 0 -2px 0 #ffc820;
}

.kmc-tab-panel {
  display: none;
  margin-top: 12px;
}

.kmc-tab-panel.is-active {
  display: block;
}

.kmc-address-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
}

.kmc-address-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  color: #1a1a2e;
}

.kmc-address-card p {
  margin: 0 0 6px;
}

.kmc-address-card a {
  color: #0072bc;
  text-decoration: none;
  font-weight: 700;
}

.kmc-map-card {
  margin-top: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.kmc-map-card__head {
  padding: 12px 14px;
  border-bottom: 1px solid #f1f3f5;
}

.kmc-map-card__head h3 {
  margin: 0;
  font-size: 16px;
  color: #1a1a2e;
}

.kmc-map {
  margin-top: 0;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  min-height: 260px;
  background: #fff;
}

.kmc-warning {
  background: #fff7d7;
  border: 1px solid #ffc820;
  color: #3d2f00;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 10px;
  font-weight: 600;
}

.kmc-warning__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.kmc-warning__text {
  font-size: 14px;
  font-weight: 500;
}

.kmc-delivery-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 18px;
}

.kmc-delivery-card__head h2 {
  margin: 0 0 8px;
  font-size: 28px;
  color: #1a1a2e;
  font-family: Cuprum, Roboto, Arial, sans-serif;
}

.kmc-delivery-card p {
  margin: 0 0 10px;
  color: #4b5563;
  line-height: 1.5;
}

.kmc-delivery-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.kmc-delivery-feature {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
  background: #f8fafc;
  color: #4b5563;
  font-size: 13px;
}

.kmc-geo-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.kmc-geo-card {
  background: #f8fafc;
  color: #1a1a2e;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
}

.kmc-geo-card strong {
  display: block;
  color: #1a1a2e;
  margin-bottom: 6px;
  font-size: 14px;
}

.kmc-geo-card span {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
}

.kmc-cta {
  background: #ffc820;
  border-radius: 12px;
  padding: 22px;
  margin-top: 20px;
}

.kmc-cta__title {
  margin: 0;
  text-align: center;
  font-family: Cuprum, Roboto, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.08;
  color: #1a1a2e;
}

.kmc-cta__desc {
  margin: 8px 0 0;
  text-align: center;
  color: rgba(26, 26, 46, .85);
}

.kmc-cta__controls {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.kmc-cta__input {
  border: 1px solid rgba(26, 26, 46, .28);
  border-radius: 8px;
  min-width: 240px;
  padding: 10px 12px;
  background: #fff;
}

.kmc-company-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
}

.kmc-company-card__row {
  margin: 0 0 7px;
}

.kmc-company-card__row:last-child {
  margin-bottom: 0;
}

.kmc-company-card a {
  color: #0072bc;
  text-decoration: none;
}

.kmc-requisites-list {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.kmc-requisites-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 11px 14px;
  border-bottom: 1px solid #f1f3f5;
}

.kmc-requisites-row:last-child {
  border-bottom: 0;
}

.kmc-requisites-row__label {
  color: #6b7280;
  font-weight: 700;
}

.kmc-requisites-row__value {
  color: #1a1a2e;
}

.kmc-copy-btn {
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #1a1a2e;
  border-radius: 8px;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.kmc-copy-btn.is-copied {
  background: #1a1a2e;
  color: #fff;
  border-color: #1a1a2e;
}

.kmc-doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.kmc-doc-item {
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  text-decoration: none;
  color: #1a1a2e;
  font-weight: 700;
  transition: border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.kmc-doc-item:hover {
  border-color: #ffc820;
  color: #0072bc;
  box-shadow: 0 8px 18px rgba(26, 26, 46, .08);
}

.kmc-feedback-intro {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 6px 0 2px;
  text-align: center;
}

.kmc-feedback-intro .kmc-section__title {
  font-size: 46px;
}

.kmc-feedback-intro__desc {
  margin: 8px 0 14px;
  color: #6b7280;
}

.kmc-company-hero {
  display: flex;
  gap: 14px;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 200, 32, .16) 0%, rgba(0, 114, 188, .07) 100%);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 16px;
}

.kmc-company-hero__logo {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #1a1a2e;
}

.kmc-company-hero__main h2 {
  margin: 0;
  font-size: 26px;
}

.kmc-company-hero__main p {
  margin: 2px 0 8px;
  color: #6b7280;
}

.kmc-company-hero__badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.kmc-company-hero__badges span {
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}

.kmc-company-hero__badges span:first-child {
  background: #ffc820;
  color: #1a1a2e;
}

.kmc-company-hero__badges span:last-child {
  background: rgba(0, 114, 188, .12);
  color: #0072bc;
}

.kmc-quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.kmc-quick-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #1a1a2e;
  text-decoration: none;
  font-weight: 700;
}

#wrapper:has(.kmc-wrap) .request-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 auto 24px;
  max-width: 840px;
  padding: 0;
}

#wrapper:has(.kmc-wrap) .request-section .request-section__title {
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
  font-size: 52px;
  color: #1a1a2e;
}

#wrapper:has(.kmc-wrap) .request-section .section__center {
  width: 100% !important;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}

#wrapper:has(.kmc-wrap) .kmc-feedback-form__label {
  display: block;
  margin: 0 0 6px;
  color: #9ca3af;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

#wrapper:has(.kmc-wrap) .kmc-feedback-form__subtitle {
  margin: 0 0 14px;
  text-align: center;
  color: #6b7280;
  font-size: 14px;
}

#wrapper:has(.kmc-wrap) .kmc-feedback-form__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#wrapper:has(.kmc-wrap) .kmc-feedback-form__input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 0 12px;
  color: #1a1a2e;
  font-size: 14px;
}

#wrapper:has(.kmc-wrap) .kmc-feedback-form__submit {
  border: 0;
  height: 40px;
  border-radius: 8px;
  background: #ffc820;
  color: #1a1a2e;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

#wrapper:has(.kmc-wrap) .kmc-feedback-form__privacy {
  margin-top: 8px;
  text-align: center;
  color: #9ca3af;
  font-size: 11px;
}

#wrapper:has(.kmc-wrap) .kmc-feedback-form__privacy a {
  color: #6b7280;
}

@media screen and (max-width: 1180px) {
  .kmc-hero__title,
  .kmc-section__title,
  .kmc-section__title--left,
  .kmc-cta__title {
    font-size: 34px;
  }
  .kmc-card-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kmc-delivery-features {
    grid-template-columns: 1fr;
  }
  .kmc-requisites-row {
    grid-template-columns: 180px minmax(0, 1fr) auto;
  }
}

@media screen and (max-width: 900px) {
  .kmc-layout {
    grid-template-columns: 1fr;
  }
  .kmc-sidebar {
    order: 2;
  }
  .kmc-layout__content {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .kmc-wrap {
    margin-top: 12px;
  }
  .kmc-hero {
    padding: 18px;
    border-radius: 12px;
  }
  .kmc-hero__title {
    font-size: 26px;
  }
  .kmc-hero__desc {
    font-size: 14px;
  }
  .kmc-hero__actions .kmc-btn {
    width: 100%;
  }
  .kmc-city-grid,
  .kmc-card-grid--2,
  .kmc-card-grid--4,
  .kmc-doc-grid,
  .kmc-geo-grid,
  .kmc-quick-actions {
    grid-template-columns: 1fr;
  }
  .kmc-cta {
    padding: 18px 14px;
  }
  .kmc-cta__title,
  .kmc-section__title,
  .kmc-section__title--left {
    font-size: 30px;
  }
  .kmc-feedback-intro .kmc-section__title {
    font-size: 32px;
  }
  #wrapper:has(.kmc-wrap) .request-section .request-section__title {
    font-size: 36px;
  }
  .kmc-cta__controls {
    flex-direction: column;
  }
  .kmc-cta__input {
    min-width: 100%;
    width: 100%;
  }
  .kmc-requisites-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .kmc-copy-btn {
    justify-self: start;
  }
}

/* Kimi parity overrides for TEST contact pages */
body:has(.kmc-wrap) {
  background: #f4f6fa;
}

body:has(.kmc-wrap) .content__center {
  max-width: 1320px;
}

body:has(.kmc-wrap) .main {
  padding: 0 0 24px;
}

body:has(.kmc-wrap) .path {
  margin: 14px 0 20px;
}

body:has(.kmc-wrap) .path,
body:has(.kmc-wrap) .path a {
  color: #9ca3af;
  font-size: 13px;
}

body:has(.kmc-wrap) .path a:hover {
  color: #ffc820;
}

.kmc-wrap {
  margin: 10px 0 56px;
  color: #111827;
  font-family: Inter, Roboto, Arial, sans-serif;
}

.kmc-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 52%, #4a5568 100%);
  border-radius: 16px;
  padding: 34px 38px;
  margin-bottom: 24px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.2);
}

.kmc-badge {
  background: #ffc820;
  color: #1a1a2e;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 16px;
}

.kmc-hero__title {
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin: 0 0 12px;
}

.kmc-hero__desc {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}

.kmc-hero__actions {
  gap: 10px;
  margin-top: 22px;
}

.kmc-btn {
  border-radius: 10px;
  min-height: 42px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.kmc-btn--accent {
  background: #ffc820;
  color: #1a1a2e;
}

.kmc-btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.kmc-city-grid {
  gap: 14px;
  margin-bottom: 32px;
}

.kmc-city-card,
.kmc-sidebar__card,
.kmc-info-card,
.kmc-address-card,
.kmc-map-card,
.kmc-delivery-card,
.kmc-requisites-list,
.kmc-doc-item,
.kmc-company-card,
.kmc-quick-action,
.kmc-geo-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.kmc-city-card {
  padding: 14px 16px;
  min-height: 68px;
}

.kmc-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
}

.kmc-sidebar__title {
  color: #9ca3af;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.kmc-sidebar__link {
  background: #f8fafc;
  border: 1px solid #eceff3;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.kmc-sidebar__link.is-active {
  color: #0072bc;
  background: rgba(255, 200, 32, 0.18);
  border-color: rgba(255, 200, 32, 0.5);
}

.kmc-section__label {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #9ca3af;
  margin: 0 auto 12px;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.kmc-section__title {
  color: #1f2937;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.kmc-section__title--left {
  text-align: left;
  font-size: clamp(30px, 3.2vw, 40px);
}

.kmc-section__subtitle {
  color: #9ca3af;
  margin-top: 8px;
}

.kmc-info-card {
  padding: 20px;
  min-height: 138px;
}

.kmc-info-card__icon {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}

.kmc-info-card h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 8px 0 8px;
  color: #1f2937;
}

.kmc-info-card small {
  font-size: 11px;
  color: #9ca3af;
  letter-spacing: 0.01em;
}

.kmc-info-card p {
  color: #6b7280;
}

.kmc-info-card a {
  color: #0072bc;
}

.kmc-tabs {
  background: #f3f4f6;
  border-radius: 10px;
  margin-top: 16px;
}

.kmc-tab {
  font-size: 14px;
}

.kmc-tab-panel {
  margin-top: 14px;
}

.kmc-map {
  min-height: 360px;
}

.kmc-warning {
  border-radius: 10px;
  border: 1px solid #f6c94c;
  background: #fff6dd;
}

.kmc-cta {
  border-radius: 16px;
  padding: 32px;
  background: #ffc820;
  box-shadow: 0 10px 24px rgba(217, 154, 0, 0.24);
}

.kmc-cta__title {
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: clamp(38px, 3.4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a1a2e;
}

.kmc-cta__desc {
  margin-top: 6px;
  color: rgba(26, 26, 46, 0.76);
}

.kmc-cta__controls {
  margin-top: 18px;
}

.kmc-cta__input {
  min-width: 280px;
  height: 42px;
}

.kmc-requisites-row {
  grid-template-columns: 250px minmax(0, 1fr) auto;
  padding: 12px 14px;
}

.kmc-copy-btn {
  border-radius: 8px;
}

#wrapper:has(.kmc-wrap) .request-section {
  max-width: 760px;
}

#wrapper:has(.kmc-wrap) .request-section .request-section__title {
  font-size: clamp(42px, 4vw, 56px);
  font-family: Inter, Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1180px) {
  .kmc-layout {
    grid-template-columns: 250px minmax(0, 1fr);
  }
  .kmc-info-card h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .kmc-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .kmc-sidebar {
    order: 1;
  }
  .kmc-layout__content {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .kmc-wrap {
    margin-top: 8px;
  }
  .kmc-hero {
    border-radius: 14px;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
  .kmc-hero__title {
    font-size: 34px;
  }
  .kmc-hero__desc {
    font-size: 14px;
  }
  .kmc-hero__actions .kmc-btn {
    width: 100%;
  }
  .kmc-section__title,
  .kmc-section__title--left,
  .kmc-cta__title {
    font-size: 38px;
  }
  .kmc-info-card {
    min-height: auto;
  }
  .kmc-map {
    min-height: 300px;
  }
  .kmc-cta {
    padding: 20px 14px;
  }
  .kmc-requisites-row {
    grid-template-columns: 1fr;
  }
}

/* Kimi class aliases used inside CMS text1 */
.kimi-contact-page .text-center {
  text-align: center;
}

.kimi-contact-page .hero-block {
  border-radius: 16px;
  padding: 34px 38px;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 52%, #4a5568 100%);
}

.kimi-contact-page .hero-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px;
  background: #ffc820;
  color: #1a1a2e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.kimi-contact-page .hero-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.kimi-contact-page .hero-title-accent {
  color: #ffc820;
}

.kimi-contact-page .hero-desc {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.5;
  max-width: 760px;
}

.kimi-contact-page .btn-primary,
.kimi-contact-page .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  min-height: 42px;
  padding: 11px 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.kimi-contact-page .btn-primary {
  background: #ffc820;
  color: #1a1a2e;
}

.kimi-contact-page .btn-secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}

.kimi-contact-page .section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 12px;
}

.kimi-contact-page .section-title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(36px, 3.6vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.kimi-contact-page .section-subtitle {
  margin: 8px 0 0;
  color: #9ca3af;
  font-size: 14px;
}

.kimi-contact-page .nav-tab {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.kimi-contact-page .nav-tab:hover {
  border-color: #ffc820;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.kimi-contact-page .feature-card {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.kimi-contact-page .feature-card:hover {
  border-color: #d9dee8;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.kimi-contact-page .info-card {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kimi-contact-page .info-card:hover {
  border-color: #d9dee8;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

.kimi-contact-page .sidebar-nav {
  display: block;
}

.kimi-contact-page .sidebar-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kimi-contact-page .sidebar-link:hover {
  border-color: #e2e8f0;
}

.kimi-contact-page .sidebar-link.is-active,
.kimi-contact-page .sidebar-link-active {
  background: rgba(255, 200, 32, 0.18);
  border-color: rgba(255, 200, 32, 0.52);
  color: #0072bc;
}

.kimi-contact-page .cta-section {
  background: #ffc820;
  border-radius: 16px;
  padding: 32px;
}

@media screen and (max-width: 768px) {
  .kimi-contact-page .hero-block {
    padding: 20px 16px;
    border-radius: 14px;
  }
  .kimi-contact-page .hero-title {
    font-size: 34px;
  }
  .kimi-contact-page .hero-desc {
    font-size: 14px;
  }
  .kimi-contact-page .section-title {
    font-size: 38px;
  }
  .kimi-contact-page .btn-primary,
  .kimi-contact-page .btn-secondary {
    width: 100%;
  }
  .kimi-contact-page .cta-section {
    padding: 20px 14px;
  }
}
/* KIMI FINAL STYLES - Precise Design System */
/* Icons as CSS variables */
:root {
  --kimi-icon-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFC820' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  --kimi-icon-mail: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFC820' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  --kimi-icon-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFC820' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
  --kimi-icon-globe: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFC820' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
  --kimi-icon-headphones: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFC820' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/%3E%3C/svg%3E");
  --kimi-icon-map-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  --kimi-icon-building: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7l8-4 8 4v14'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E");
  --kimi-icon-file: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E");
  --kimi-icon-credit-card: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='4' width='22' height='16' rx='2' ry='2'/%3E%3Cline x1='1' y1='10' x2='23' y2='10'/%3E%3C/svg%3E");
  --kimi-icon-briefcase: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='14' rx='2' ry='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E");
  --kimi-icon-user: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  --kimi-icon-copy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E");
  --kimi-icon-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2310B981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  --kimi-icon-download: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
  --kimi-icon-send: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'/%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'/%3E%3C/svg%3E");
  --kimi-icon-arrow-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
  --kimi-icon-telegram: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 3 9 15l-4-4'/%3E%3Cpath d='M2 12l7 4 12-13'/%3E%3C/svg%3E");
  --kimi-icon-warehouse: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
  
  /* Typography Scale */
  --kimi-hero-title-size: clamp(36px, 4.2vw, 54px);
  --kimi-hero-title-line: 1.04;
  --kimi-hero-title-spacing: -0.02em;
  --kimi-badge-size: 11px;
  --kimi-badge-spacing: 0.12em;
  --kimi-section-title: clamp(32px, 3.6vw, 48px);
  --kimi-section-line: 1.05;
  --kimi-card-title: 16px;
  --kimi-body-small: 13px;
  --kimi-text-gray: #9ca3af;
  
  /* Spacing Scale */
  --kimi-section-gap: 48px;
  --kimi-card-padding: 24px;
  --kimi-card-gap: 20px;
  --kimi-hero-padding-x: 38px;
  --kimi-hero-padding-y: 34px;
}

/* Base Reset */
.js_show_text > .kmc-wrap,
.requisites-page .kmc-wrap {
  display: block;
}

html:has(.kmc-wrap),
body:has(.kmc-wrap) {
  overflow-x: hidden;
}

/* Main Wrapper */
.kmc-wrap {
  margin: 18px 0 56px;
  color: #1a1a2e;
  font-family: Roboto, Arial, sans-serif;
}

/* HERO BLOCK - Kimi Precision */
.hero-block.kmc-hero,
.kmc-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 52%, #4a5568 100%);
  color: #fff;
  border-radius: 16px;
  padding: var(--kimi-hero-padding-y) var(--kimi-hero-padding-x);
  margin-bottom: 32px;
}

.hero-badge.kmc-badge,
.kmc-badge {
  display: inline-flex;
  align-items: center;
  background: #ffc820;
  color: #1a1a2e;
  font-size: var(--kimi-badge-size);
  font-weight: 800;
  letter-spacing: var(--kimi-badge-spacing);
  text-transform: uppercase;
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 16px;
}

.hero-title.kmc-hero__title,
.kmc-hero__title {
  margin: 0 0 12px;
  font-family: Cuprum, Roboto, Arial, sans-serif;
  font-size: var(--kimi-hero-title-size);
  line-height: var(--kimi-hero-title-line);
  letter-spacing: var(--kimi-hero-title-spacing);
  font-weight: 800;
  color: #fff;
}

.hero-title-accent.kmc-hero__accent,
.kmc-hero__accent {
  color: #ffc820;
}

.hero-desc.kmc-hero__desc,
.kmc-hero__desc {
  margin: 0;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

/* CTA BUTTONS */
.kmc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn-primary.kmc-btn--accent,
.kmc-btn--accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffc820;
  color: #1a1a2e;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.2s ease;
  border: none;
  cursor: pointer;
}

.btn-secondary.kmc-btn--ghost,
.kmc-btn--ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.2s ease;
  cursor: pointer;
}

.btn-primary:hover,
.btn-secondary:hover,
.kmc-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* Button Icons */
.btn-primary::before,
.kmc-btn--accent[data-icon="phone"]::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--kimi-icon-phone) center/contain no-repeat;
  filter: brightness(0);
}

.btn-secondary[data-icon="mail"]::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--kimi-icon-mail) center/contain no-repeat;
}

/* SECTION HEADERS */
.text-center {
  text-align: center;
  margin-bottom: 32px;
}

.section-label.kmc-section__label,
.kmc-section__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: var(--kimi-text-gray);
  font-size: var(--kimi-badge-size);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 12px;
}

.section-title.kmc-section__title,
.kmc-section__title {
  margin: 0;
  font-family: Cuprum, Roboto, Arial, sans-serif;
  font-size: var(--kimi-section-title);
  line-height: var(--kimi-section-line);
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #1f2937;
}

.section-subtitle.kmc-section__subtitle,
.kmc-section__subtitle {
  margin: 8px 0 0;
  color: var(--kimi-text-gray);
  font-size: 15px;
  line-height: 1.5;
}

/* CARDS WITH SVG ICONS */
.kmc-card-grid {
  display: grid;
  gap: var(--kimi-card-gap);
  margin-top: 24px;
}

.kmc-card-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.kmc-card-grid--2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.feature-card.kmc-info-card,
.info-card.kmc-info-card,
.kmc-info-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: var(--kimi-card-padding);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.feature-card:hover,
.info-card:hover,
.kmc-info-card:hover {
  border-color: #d9dee8;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

/* Icon System - Replace text symbols with SVG */
.kmc-info-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 200, 32, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 0; /* Hide text content */
}

/* Apply SVG icons based on context */
.kmc-info-card:has(h3:contains("Телефон")) .kmc-info-card__icon,
.kmc-info-card h3:contains("Телефон") ~ .kmc-info-card__icon,
.kmc-info-card__icon[data-icon="phone"],
.feature-card:has(h4:contains("Телефон")) .feature-icon {
  background-image: var(--kimi-icon-phone);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.kmc-info-card:has(h3:contains("Email")) .kmc-info-card__icon,
.kmc-info-card__icon[data-icon="mail"],
.feature-card:has(h4:contains("Email")) .feature-icon {
  background-image: var(--kimi-icon-mail);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

/* CITY CARDS */
.kmc-city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: var(--kimi-section-gap);
}

.nav-tab.kmc-city-card,
.kmc-city-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nav-tab:hover,
.kmc-city-card:hover {
  border-color: #ffc820;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.kmc-city-card__letter {
  width: 48px;
  height: 48px;
  background: rgba(255, 200, 32, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  color: #ffc820;
}

.kmc-city-card__arrow {
  margin-left: auto;
  width: 20px;
  height: 20px;
  background: var(--kimi-icon-arrow-right);
  opacity: 0.3;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.kmc-city-card:hover .kmc-city-card__arrow {
  opacity: 1;
  color: #ffc820;
  transform: translateX(4px);
}

/* SECTIONS SPACING */
.kmc-section {
  margin-bottom: var(--kimi-section-gap);
}

.kmc-section--tight {
  margin-bottom: 24px;
}

/* CTA SECTION / FEEDBACK FORM */
.cta-section.kmc-cta,
.kmc-cta {
  background: #ffc820;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  margin-bottom: var(--kimi-section-gap);
}

.kmc-cta__title {
  margin: 0 0 8px;
  font-family: Cuprum, Roboto, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
}

.kmc-cta__desc {
  margin: 0 0 24px;
  color: rgba(26, 26, 46, 0.8);
  font-size: 15px;
}

.kmc-cta__controls {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}

.kmc-cta__input {
  flex: 1;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(26, 26, 46, 0.2);
  border-radius: 10px;
  font-size: 15px;
  background: #fff;
}

.kmc-cta__input:focus {
  outline: none;
  border-color: #1a1a2e;
}

.kmc-btn--dark {
  height: 48px;
  padding: 0 24px;
  background: #1a1a2e;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s ease;
}

.kmc-btn--dark:hover {
  opacity: 0.9;
}

/* LAYOUT */
.kmc-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
}

/* SIDEBAR */
.sidebar-nav.kmc-sidebar,
.kmc-sidebar {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.kmc-sidebar__card {
  padding: 20px;
  border-bottom: 1px solid #e5e7eb;
}

.kmc-sidebar__card:last-child {
  border-bottom: none;
}

.kmc-sidebar__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
}

.kmc-sidebar__lead {
  margin: 0;
  font-size: 13px;
  color: var(--kimi-text-gray);
}

.kmc-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sidebar-link.kmc-sidebar__link,
.kmc-sidebar__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #4b5563;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
  cursor: pointer;
}

.sidebar-link:hover,
.kmc-sidebar__link:hover {
  background: #f9fafb;
  color: #1a1a2e;
}

.sidebar-link.is-active,
.kmc-sidebar__link.is-active,
.kmc-sidebar__link-active {
  background: rgba(255, 200, 32, 0.15);
  border: 1px solid rgba(255, 200, 32, 0.4);
  color: #0072bc;
}

.kmc-sidebar__link--sep {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e5e7eb;
}

.kmc-sidebar__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.kmc-sidebar__link[href*="saratov"] .kmc-sidebar__icon,
.kmc-sidebar__link[href*="moskva"] .kmc-sidebar__icon,
.kmc-sidebar__link[href*="rossiya"] .kmc-sidebar__icon {
  background: var(--kimi-icon-map-pin);
  background-size: contain;
}

.kmc-sidebar__link[href*="rekvizity"] .kmc-sidebar__icon {
  background: var(--kimi-icon-building);
  background-size: contain;
}

/* TABS */
.kmc-tabs-wrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.kmc-tabs {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
}

.kmc-tab {
  flex: 1;
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.kmc-tab:hover {
  color: #1a1a2e;
  background: #f9fafb;
}

.kmc-tab.is-active {
  color: #0072bc;
  border-bottom: 2px solid #ffc820;
  background: rgba(255, 200, 32, 0.05);
}

.kmc-tab-panel {
  display: none;
  padding: 24px;
}

.kmc-tab-panel.is-active {
  display: block;
}

/* MAP */
.kmc-map-card {
  margin-top: 20px;
}

.kmc-map-card__head {
  margin-bottom: 12px;
}

.kmc-map-card__head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.kmc-map {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.kmc-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

/* WARNING BLOCK */
.kmc-warning {
  background: rgba(255, 200, 32, 0.12);
  border: 1px solid rgba(255, 200, 32, 0.4);
  border-radius: 10px;
  padding: 16px 20px;
  margin: 20px 0;
}

.kmc-warning__title {
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
  font-size: 14px;
}

.kmc-warning__text {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

/* ADDRESS CARD */
.kmc-address-card {
  margin-bottom: 20px;
}

.kmc-address-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.kmc-address-card p {
  margin: 0 0 4px;
  color: #4b5563;
  font-size: 14px;
}

/* REQUISITES */
.kmc-requisites-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kmc-requisites-row {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.kmc-requisites-row__label {
  font-size: 13px;
  color: var(--kimi-text-gray);
  font-weight: 500;
}

.kmc-requisites-row__value {
  font-size: 15px;
  color: #1a1a2e;
  font-weight: 600;
}

.kmc-requisites-row__value a {
  color: #0072bc;
  text-decoration: none;
}

.kmc-requisites-row__value a:hover {
  color: #ffc820;
}

/* COPY BUTTONS */
.kmc-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.kmc-copy-btn::before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--kimi-icon-copy);
  background-size: contain;
}

.kmc-copy-btn:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
}

.kmc-copy-btn.copied,
.kmc-copy-btn[data-copied="true"] {
  background: rgba(16, 185, 129, 0.1);
  border-color: #10b981;
  color: #10b981;
}

.kmc-copy-btn.copied::before,
.kmc-copy-btn[data-copied="true"]::before {
  background: var(--kimi-icon-check);
}

/* COMPANY HERO */
.kmc-company-hero {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.kmc-company-hero__logo {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ffc820 0%, #f59e0b 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  color: #1a1a2e;
  flex-shrink: 0;
}

.kmc-company-hero__main h2 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.kmc-company-hero__main p {
  margin: 0 0 12px;
  color: var(--kimi-text-gray);
  font-size: 14px;
}

.kmc-company-hero__badges {
  display: flex;
  gap: 8px;
}

.kmc-company-hero__badges span {
  padding: 4px 10px;
  background: rgba(255, 200, 32, 0.15);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a2e;
}

/* DOCS SIDEBAR */
.kmc-sidebar__docs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kmc-sidebar__docs li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  color: #4b5563;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.kmc-sidebar__docs li a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--kimi-icon-download);
  background-size: contain;
  opacity: 0.6;
}

.kmc-sidebar__docs li a:hover {
  border-color: #ffc820;
  color: #0072bc;
}

.kmc-sidebar__docs li a:hover::before {
  opacity: 1;
  color: #ffc820;
}

/* QUICK ACTIONS */
.kmc-quick-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.kmc-quick-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.kmc-quick-action:hover {
  border-color: #ffc820;
  color: #0072bc;
}

/* DELIVERY / RUSSIA PAGE */
.kmc-delivery-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.kmc-delivery-card__head {
  margin-bottom: 16px;
}

.kmc-delivery-card__head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.kmc-delivery-card > p {
  margin: 0 0 16px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.kmc-delivery-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kmc-delivery-feature {
  padding: 6px 12px;
  background: rgba(255, 200, 32, 0.12);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
}

/* GEO GRID */
.kmc-geo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.kmc-geo-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
}

.kmc-geo-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.kmc-geo-card span {
  font-size: 13px;
  color: var(--kimi-text-gray);
}

/* FEEDBACK INTRO */
.kmc-feedback-intro {
  text-align: center;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
}

/* RESPONSIVE - 768px */
@media screen and (max-width: 992px) {
  .kmc-layout {
    grid-template-columns: 280px 1fr;
    gap: 24px;
  }
  
  .kmc-card-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .kmc-geo-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --kimi-hero-padding-x: 20px;
    --kimi-hero-padding-y: 24px;
    --kimi-section-gap: 36px;
  }
  
  .hero-block.kmc-hero,
  .kmc-hero {
    border-radius: 14px;
  }
  
  .hero-title.kmc-hero__title,
  .kmc-hero__title {
    font-size: 34px;
  }
  
  .hero-desc.kmc-hero__desc,
  .kmc-hero__desc {
    font-size: 15px;
  }
  
  .kmc-hero__actions {
    flex-direction: column;
  }
  
  .btn-primary.kmc-btn--accent,
  .btn-secondary.kmc-btn--ghost,
  .kmc-btn {
    width: 100%;
    justify-content: center;
  }
  
  .kmc-city-grid {
    grid-template-columns: 1fr;
  }
  
  .kmc-card-grid--4,
  .kmc-card-grid--2 {
    grid-template-columns: 1fr;
  }
  
  .kmc-layout {
    grid-template-columns: 1fr;
  }
  
  .kmc-sidebar {
    order: -1;
  }
  
  .section-title.kmc-section__title,
  .kmc-section__title {
    font-size: 32px;
  }
  
  .kmc-requisites-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  
  .kmc-cta {
    padding: 24px 20px;
  }
  
  .kmc-cta__controls {
    flex-direction: column;
  }
  
  .kmc-cta__input,
  .kmc-btn--dark {
    width: 100%;
  }
  
  .kmc-company-hero {
    flex-direction: column;
    text-align: center;
  }
}

/* RESPONSIVE - 390px */
@media screen and (max-width: 480px) {
  .hero-title.kmc-hero__title,
  .kmc-hero__title {
    font-size: 28px;
    letter-spacing: -0.01em;
  }
  
  .section-title.kmc-section__title,
  .kmc-section__title {
    font-size: 26px;
  }
  
  .kmc-badge {
    letter-spacing: 0.08em;
  }
  
  .kmc-city-card {
    padding: 16px;
  }
  
  .kmc-city-card__letter {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .feature-card.kmc-info-card,
  .info-card.kmc-info-card,
  .kmc-info-card {
    padding: 20px;
  }
  
  .kmc-delivery-card,
  .kmc-tabs-wrap,
  .kmc-company-hero {
    padding: 20px;
  }
  
  .kmc-tab {
    padding: 12px 8px;
    font-size: 13px;
  }
  
  .kmc-map iframe {
    height: 280px;
  }
}

/* Legacy form override - make it look like Kimi */
.js_show_text > .feedback-form,
.js_show_text form[name="feedback"],
.js_show_text .feedback_block {
  background: #ffc820 !important;
  border-radius: 16px !important;
  padding: 32px !important;
  max-width: 600px !important;
  margin: 32px auto !important;
}

.js_show_text > .feedback-form h3,
.js_show_text > .feedback-form .form-title {
  font-family: Cuprum, Roboto, Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  margin: 0 0 8px !important;
}

.js_show_text > .feedback-form input[type="tel"],
.js_show_text > .feedback-form input[type="text"] {
  height: 48px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(26, 26, 46, 0.2) !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  background: #fff !important;
}

.js_show_text > .feedback-form button[type="submit"],
.js_show_text > .feedback-form .btn-submit {
  height: 48px !important;
  padding: 0 24px !important;
  background: #1a1a2e !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: none !important;
}

/* SVG ICONS via data-icon attributes */
.kmc-info-card__icon[data-icon="phone"] {
  background-image: var(--kimi-icon-phone);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.kmc-info-card__icon[data-icon="mail"] {
  background-image: var(--kimi-icon-mail);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.kmc-info-card__icon[data-icon="clock"] {
  background-image: var(--kimi-icon-clock);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.kmc-info-card__icon[data-icon="globe"] {
  background-image: var(--kimi-icon-globe);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.kmc-info-card__icon[data-icon="headphones"] {
  background-image: var(--kimi-icon-headphones);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.kmc-info-card__icon[data-icon="map-pin"],
.kmc-sidebar__icon[data-icon="map-pin"] {
  background-image: var(--kimi-icon-map-pin);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.kmc-sidebar__icon[data-icon="building"] {
  background-image: var(--kimi-icon-building);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Force icon visibility */
.kmc-info-card__icon::before {
  content: none !important;
}

/* Button icons */
.kmc-btn--accent[data-icon="phone"]::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--kimi-icon-phone) center/contain no-repeat;
  filter: brightness(0);
}

.kmc-btn--ghost[data-icon="mail"]::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--kimi-icon-mail) center/contain no-repeat;
}

.kmc-btn--ghost[data-icon="telegram"]::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--kimi-icon-telegram) center/contain no-repeat;
}

/* Fix legacy icon symbols that might remain */
.kmc-info-card__icon:contains("☎"),
.kmc-info-card__icon:contains("@"),
.kmc-info-card__icon:contains("◷"),
.kmc-info-card__icon:contains("⌖"),
.kmc-info-card__icon:contains("◌") {
  font-size: 0;
}

/* Sidebar icon mapping */
.kmc-sidebar__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.kmc-sidebar__icon[data-icon="map-pin"] {
  background-image: var(--kimi-icon-map-pin);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.kmc-sidebar__icon[data-icon="building"] {
  background-image: var(--kimi-icon-building);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Hide text content in icons */
.kmc-sidebar__icon,
.kmc-info-card__icon {
  color: transparent;
  font-size: 0;
  line-height: 0;
}

/* Tab icons */
.kmc-tab[data-icon="building"]::before,
.kmc-tab[data-icon="warehouse"]::before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.kmc-tab[data-icon="building"]::before {
  background-image: var(--kimi-icon-building);
}

/* FIX: Force font-size with higher specificity */
.hero-block .hero-badge.kmc-badge,
.kimi-contact-page .hero-badge.kmc-badge,
.hero-badge.kmc-badge,
.kmc-badge {
  font-size: var(--kimi-badge-size, 11px) !important;
  letter-spacing: var(--kimi-badge-spacing, 0.12em) !important;
}

/* Fix hero font size on mobile */
@media screen and (max-width: 480px) {
  .hero-block .hero-title.kmc-hero__title,
  .kimi-contact-page .hero-title,
  .hero-title {
    font-size: 28px !important;
    letter-spacing: -0.01em !important;
  }
  
  .section-title.kmc-section__title,
  .kmc-section__title {
    font-size: 26px !important;
  }
  
  .section-label.kmc-section__label,
  .kmc-section__label {
    font-size: 11px !important;
  }
}

/* Fix mobile hero padding */
@media screen and (max-width: 768px) {
  .hero-block.kmc-hero,
  .kmc-hero {
    padding: 24px 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .hero-block.kmc-hero,
  .kmc-hero {
    padding: 24px 20px !important;
    border-radius: 14px !important;
  }
}

/* Fix desc size */
.hero-desc.kmc-hero__desc,
.kmc-hero__desc {
  font-size: 17px !important;
}

@media screen and (max-width: 768px) {
  .hero-desc.kmc-hero__desc,
  .kmc-hero__desc {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .hero-desc.kmc-hero__desc,
  .kmc-hero__desc {
    font-size: 15px !important;
  }
}

/* GLOBAL FIX: Reset base font size for Kimi pages */
html:has(.kimi-contact-page),
body:has(.kimi-contact-page) {
  font-size: 16px !important;
}

/* Ensure all Kimi elements use correct sizes */


.kimi-contact-page .hero-badge,
.kimi-contact-page .kmc-badge,
.hero-badge.kmc-badge,
.kmc-badge {
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
}

.kimi-contact-page .hero-title,
.kimi-contact-page .kmc-hero__title,
.hero-title.kmc-hero__title {
  font-size: clamp(36px, 4.2vw, 54px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.02em !important;
}

.kimi-contact-page .hero-desc,
.kimi-contact-page .kmc-hero__desc,
.hero-desc.kmc-hero__desc {
  font-size: 17px !important;
  line-height: 1.5 !important;
}

.kimi-contact-page .section-label,
.kimi-contact-page .kmc-section__label,
.section-label.kmc-section__label {
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
}

.kimi-contact-page .section-title,
.kimi-contact-page .kmc-section__title,
.section-title.kmc-section__title {
  font-size: clamp(32px, 3.6vw, 48px) !important;
  line-height: 1.05 !important;
}

/* Mobile overrides with px values */
@media screen and (max-width: 480px) {
  html:has(.kimi-contact-page) {
    font-size: 16px !important;
  }
  
  .kimi-contact-page .hero-title,
  .kimi-contact-page .kmc-hero__title {
    font-size: 28px !important;
    letter-spacing: -0.01em !important;
  }
  
  .kimi-contact-page .section-title,
  .kimi-contact-page .kmc-section__title {
    font-size: 26px !important;
  }
  
  .kimi-contact-page .hero-desc,
  .kimi-contact-page .kmc-hero__desc {
    font-size: 15px !important;
  }
  
  .kimi-contact-page .kmc-btn,
  .kimi-contact-page .btn-primary,
  .kimi-contact-page .btn-secondary {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .kimi-contact-page .hero-title,
  .kimi-contact-page .kmc-hero__title {
    font-size: 34px !important;
  }
  
  .kimi-contact-page .section-title,
  .kimi-contact-page .kmc-section__title {
    font-size: 32px !important;
  }
}
