/* Страница дилеров Киммерия. Все стили изолированы внутри .kimmeria-dealers-page */
.kimmeria-dealers-page,
.kimmeria-dealers-page * {
  box-sizing: border-box;
}

.kimmeria-dealers-page {
  width: 100%;
  margin: 0 auto;
  color: #2f3742;
  font-family: inherit;
}

.kimmeria-dealers-page a,
.kimmeria-dealers-page button,
.kimmeria-dealers-page input {
  font-family: inherit;
}

.kimmeria-dealers-hero,
.kimmeria-dealers-search,
.kimmeria-map-card,
.kimmeria-dealers-list-wrap {
  background: #fff;
  border: 1px solid #f0f1f3;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(31, 39, 48, 0.06);
}

.kimmeria-dealers-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 34px 38px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f8fa 100%);
}

.kimmeria-dealers-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(238, 75, 82, 0.07);
  pointer-events: none;
}

.kimmeria-dealers-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #ee4b52;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.kimmeria-dealers-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  background: #ee4b52;
  border-radius: 2px;
}

.kimmeria-dealers-hero h1 {
  margin: 0 0 10px;
  color: #313943;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.kimmeria-dealers-hero p {
  max-width: 640px;
  margin: 0;
  color: #5d6672;
  font-size: 17px;
  line-height: 1.5;
}

.kimmeria-dealers-search {
  margin-bottom: 18px;
  padding: 22px 24px;
}

.kimmeria-dealers-search label {
  display: block;
  margin-bottom: 10px;
  color: #313943;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.kimmeria-search-row {
  display: flex;
  gap: 10px;
  min-width: 0;
}

.kimmeria-search-row input {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  outline: none;
  background: #fafafa;
  color: #313943;
  font-size: 15px;
  line-height: 48px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.kimmeria-search-row input:focus {
  border-color: #ee4b52;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(238, 75, 82, 0.12);
}

.kimmeria-search-row button,
.dealer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.kimmeria-search-row button {
  flex: 0 0 auto;
  min-width: 118px;
  height: 48px;
  padding: 0 18px;
  background: #313943;
  color: #fff;
}

.kimmeria-search-row button:hover,
.dealer-btn:hover {
  transform: translateY(-1px);
}

.kimmeria-dealers-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 18px;
  align-items: start;
}

.kimmeria-map-card,
.kimmeria-dealers-list-wrap {
  min-width: 0;
  overflow: hidden;
}

.kimmeria-map-card {
  position: sticky;
  top: 16px;
}

.kimmeria-map-head,
.kimmeria-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #f0f1f3;
  background: #fbfbfc;
}

.kimmeria-map-head span,
.kimmeria-list-head span {
  display: block;
  color: #313943;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.kimmeria-map-head small,
.kimmeria-list-head small {
  display: block;
  margin-top: 4px;
  color: #7a838d;
  font-size: 13px;
  line-height: 1.35;
}

.kimmeria-dealers-map {
  position: relative;
  width: 100%;
  height: 620px;
  min-height: 420px;
  background: #f2f3f5;
}

.kimmeria-map-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #7a838d;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
}

.kimmeria-dealers-list-wrap {
  max-height: 720px;
  display: flex;
  flex-direction: column;
}

.kimmeria-dealers-list {
  min-height: 0;
  padding: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.dealer-card {
  width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dealer-card + .dealer-card {
  margin-top: 12px;
}

.dealer-card:hover,
.dealer-card--active {
  border-color: rgba(238, 75, 82, 0.45);
  box-shadow: 0 8px 22px rgba(31, 39, 48, 0.08);
  transform: translateY(-1px);
}

.dealer-card__city {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(238, 75, 82, 0.1);
  color: #ee4b52;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.dealer-card h2 {
  margin: 0 0 10px;
  color: #313943;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  word-break: break-word;
}

.dealer-card__address {
  position: relative;
  margin: 0 0 10px;
  padding-left: 20px;
  color: #5d6672;
  font-size: 14px;
  line-height: 1.45;
}

.dealer-card__address::before {
  content: "⌖";
  position: absolute;
  left: 0;
  top: 0;
  color: #ee4b52;
  font-weight: 700;
}

.dealer-card__phone {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 14px;
  color: #313943;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  word-break: break-word;
}

.dealer-card__phone:hover {
  color: #ee4b52;
}

.dealer-card__actions {
  display: grid;
  grid-template-columns: minmax(110px, auto) minmax(145px, 1fr);
  gap: 10px;
}

.dealer-btn {
  min-height: 40px;
  padding: 0 14px;
}

.dealer-btn--call {
  background: #ee4b52;
  color: #fff;
  box-shadow: 0 8px 18px rgba(238, 75, 82, 0.22);
}

.dealer-btn--call:hover {
  background: #df3e45;
  color: #fff;
}

.dealer-btn--map {
  background: #f3f4f6;
  color: #313943;
}

.dealer-btn--map:hover {
  background: #313943;
  color: #fff;
}

.kimmeria-empty {
  display: none;
  margin: 16px;
  padding: 18px;
  border-radius: 8px;
  background: #fff7f7;
  color: #914148;
  font-size: 14px;
  line-height: 1.45;
}

.content {
  padding: 0;
  background: transparent;
}

@media (max-width: 1099px) {
  .kimmeria-dealers-layout {
    grid-template-columns: 1fr;
  }

  .kimmeria-dealers-list-wrap {
    order: 1;
    max-height: none;
  }

  .kimmeria-map-card {
    position: static;
    order: 2;
  }

  .kimmeria-dealers-list {
    overflow: visible;
  }

  .kimmeria-dealers-map {
    height: 460px;
    min-height: 360px;
  }
}

@media (max-width: 767px) {

  .kimmeria-dealers-hero,
  .kimmeria-dealers-search,
  .kimmeria-map-card,
  .kimmeria-dealers-list-wrap {
    border-radius: 7px;
  }

  .kimmeria-dealers-hero {
    margin-bottom: 14px;
    padding: 24px 18px;
  }

  .kimmeria-dealers-eyebrow {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .kimmeria-dealers-hero h1 {
    font-size: 25px;
  }

  .kimmeria-dealers-hero p {
    font-size: 15px;
  }

  .kimmeria-dealers-search {
    margin-bottom: 14px;
    padding: 18px 16px;
  }

  .kimmeria-search-row {
    flex-direction: column;
  }

  .kimmeria-search-row input,
  .kimmeria-search-row button {
    width: 100%;
  }

  .kimmeria-dealers-layout {
    gap: 14px;
  }

  .kimmeria-map-head,
  .kimmeria-list-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
  }

  .kimmeria-map-head span,
  .kimmeria-list-head span {
    font-size: 17px;
  }

  .kimmeria-dealers-list {
    padding: 12px;
  }

  .dealer-card {
    padding: 16px;
  }

  .dealer-card h2 {
    font-size: 16px;
  }

  .dealer-card__actions {
    grid-template-columns: 1fr;
  }

  .dealer-btn {
    width: 100%;
    min-height: 42px;
  }

  .kimmeria-dealers-map {
    height: 360px;
    min-height: 320px;
  }
}

@media (max-width: 420px) {
  .kimmeria-dealers-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .kimmeria-dealers-hero {
    padding: 22px 15px;
  }

  .kimmeria-dealers-hero h1 {
    font-size: 22px;
  }

  .kimmeria-dealers-search {
    padding: 16px 12px;
  }

  .kimmeria-dealers-list {
    padding: 10px;
  }

  .dealer-card {
    padding: 14px;
  }

  .dealer-card__city {
    font-size: 11px;
  }

  .kimmeria-dealers-map {
    height: 320px;
    min-height: 300px;
  }
}
