.catalog-page .catalog-toolbar {
  gap: 14px;
  padding: 16px;
  border-color: #d9e4f1;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 58px rgba(13, 44, 91, 0.12);
}

.catalog-page .catalog-selectors {
  grid-template-columns: 1fr 1fr 1.15fr auto;
}

.catalog-service-nav {
  padding: 14px;
  border: 1px solid #d8e4f2;
  border-radius: 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(59, 137, 247, 0.1), transparent 28%),
    linear-gradient(115deg, #f7faff, #eef5ff);
}

.catalog-service-heading {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.catalog-service-heading > span,
.catalog-service-heading small,
.catalog-service-heading strong {
  display: block;
}

.catalog-service-heading small {
  color: #0b57d0;
  font: 850 8px/1.2 "Sora WebCar", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 0.13em;
}

.catalog-service-heading strong {
  margin-top: 2px;
  color: #10213f;
  font: 750 17px/1.2 "Sora WebCar", "Trebuchet MS", Arial, sans-serif;
}

.catalog-service-heading > button {
  min-height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #cfddeb;
  border-radius: 999px;
  color: #304967;
  background: #fff;
  font: 800 10px/1 "Sora WebCar", "Trebuchet MS", Arial, sans-serif;
  cursor: pointer;
}

.catalog-service-heading > button:hover,
.catalog-service-heading > button.active {
  color: #fff;
  border-color: #0b57d0;
  background: #0b57d0;
  box-shadow: 0 8px 18px rgba(11, 87, 208, 0.2);
}

.catalog-service-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.catalog-service-option {
  min-width: 0;
  min-height: 84px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 11px;
  border: 1px solid #d5e1ef;
  border-radius: 15px;
  color: #173053;
  text-align: left;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 9px 22px rgba(20, 54, 105, 0.07);
  cursor: pointer;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.catalog-service-option:hover {
  transform: translateY(-2px);
  border-color: #a9c4e8;
  box-shadow: 0 14px 28px rgba(20, 54, 105, 0.12);
}

.catalog-service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #0d6ce5, #064dad);
  box-shadow: 0 9px 18px rgba(6, 77, 173, 0.2);
}

.catalog-service-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.catalog-service-copy,
.catalog-service-copy > small,
.catalog-service-copy > strong,
.catalog-service-copy > span {
  min-width: 0;
  display: block;
}

.catalog-service-copy > small {
  color: #54739c;
  font: 850 8px/1.2 "Sora WebCar", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 0.1em;
}

.catalog-service-copy > strong {
  margin-top: 3px;
  overflow: hidden;
  color: #0d2446;
  font: 760 16px/1.15 "Sora WebCar", "Trebuchet MS", Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-service-copy > span {
  margin-top: 3px;
  overflow: hidden;
  color: #60748e;
  font-size: 10px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-service-option > b {
  color: #79a9e8;
  font-size: 20px;
  font-weight: 500;
}

.catalog-service-drive .catalog-service-icon {
  background: linear-gradient(145deg, #ff681f, #c43c05);
  box-shadow: 0 9px 18px rgba(160, 48, 0, 0.22);
}

.catalog-service-second-life .catalog-service-icon {
  background: linear-gradient(145deg, #276ac8, #153d82);
}

.catalog-service-rental .catalog-service-icon {
  background: linear-gradient(145deg, #0e9b90, #087065);
  box-shadow: 0 9px 18px rgba(8, 112, 101, 0.2);
}

.catalog-service-drive.active {
  border-color: #ee6a31;
  background: linear-gradient(110deg, #fff7f2, #fff);
  box-shadow: 0 0 0 2px rgba(237, 91, 27, 0.12), 0 14px 28px rgba(148, 45, 2, 0.13);
}

.catalog-service-second-life.active {
  border-color: #397dcc;
  background: linear-gradient(110deg, #f2f7ff, #fff);
  box-shadow: 0 0 0 2px rgba(39, 106, 200, 0.11), 0 14px 28px rgba(16, 67, 139, 0.12);
}

.catalog-service-rental.active {
  border-color: #25a99d;
  background: linear-gradient(110deg, #effbf9, #fff);
  box-shadow: 0 0 0 2px rgba(14, 155, 144, 0.11), 0 14px 28px rgba(8, 104, 95, 0.12);
}

.catalog-service-option:focus-visible,
.catalog-service-heading > button:focus-visible,
.catalog-page .catalog-filters button:focus-visible {
  outline: 3px solid rgba(255, 104, 31, 0.72);
  outline-offset: 2px;
}

.catalog-page .catalog-filters {
  min-height: 44px;
  padding: 3px 2px 0;
  gap: 7px;
}

.catalog-filter-label {
  margin-right: 4px;
  color: #6b7f98;
  font: 850 8px/1.2 "Sora WebCar", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 0.11em;
}

.catalog-page .catalog-filters button {
  min-height: 39px;
  padding: 7px 11px;
  display: inline-grid;
  align-content: center;
  gap: 1px;
  border-radius: 11px;
  text-align: left;
}

.catalog-page .catalog-filters button > b {
  font-size: 10px;
  font-weight: 850;
}

.catalog-page .catalog-filters button > small {
  color: #7a8ca2;
  font: 650 8px/1.25 "DM Sans", Arial, sans-serif;
}

.catalog-page .catalog-filters button:hover > small,
.catalog-page .catalog-filters button.active > small {
  color: rgba(255, 255, 255, 0.78);
}

.catalog-page .catalog-filters button.active {
  border-color: #234f8d;
  background: #173d74;
  box-shadow: 0 7px 16px rgba(14, 53, 109, 0.18);
}

.catalog-filter-separator {
  width: 1px;
  height: 28px;
  margin: 0 3px;
  background: #d6e1ee;
}

.catalog-saved-filter em {
  min-width: 16px;
  height: 16px;
  margin-left: 3px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #0b57d0;
  background: #e9f1ff;
  font-style: normal;
  font-size: 8px;
}

.catalog-saved-filter.active em {
  color: #173d74;
  background: #fff;
}

@media (max-width: 1100px) {
  .catalog-page .catalog-selectors {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  }

  .catalog-service-option {
    grid-template-columns: 43px minmax(0, 1fr) 18px;
    gap: 9px;
  }

  .catalog-service-icon {
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 760px) {
  .catalog-page .catalog-toolbar {
    padding: 11px;
    gap: 11px;
  }

  .catalog-page .catalog-selectors {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-service-nav {
    padding: 11px;
    border-radius: 16px;
  }

  .catalog-service-heading {
    align-items: flex-end;
  }

  .catalog-service-heading strong {
    font-size: 15px;
  }

  .catalog-service-heading > button {
    min-height: 32px;
    padding-inline: 10px;
    font-size: 9px;
  }

  .catalog-service-options {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .catalog-service-option {
    min-height: 72px;
    grid-template-columns: 44px minmax(0, 1fr) 20px;
  }

  .catalog-service-icon {
    width: 44px;
    height: 44px;
  }

  .catalog-page .catalog-filters {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-filter-label {
    grid-column: 1 / -1;
    margin: 2px 0 0;
  }

  .catalog-filter-separator {
    width: auto;
    height: 1px;
    grid-column: 1 / -1;
    margin: 2px 0;
  }
}

@media (max-width: 440px) {
  .catalog-page .catalog-selectors {
    grid-template-columns: 1fr;
  }

  .catalog-service-heading > button {
    padding-inline: 9px;
  }

  .catalog-service-heading > button span {
    display: none;
  }

  .catalog-page .catalog-filters {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-service-option {
    transition: none;
  }
}
