.fixlab-catalog-scope {
  --bg: #f3f7f3;
  --panel: #ffffff;
  --panel-soft: #f7fbf8;
  --text: #17211d;
  --muted: #576761;
  --line: rgba(24, 50, 42, 0.12);
  --brand: #20b558;
  --brand-strong: #167a3d;
  --badge: rgba(32, 181, 88, 0.12);
  --shadow: 0 14px 34px rgba(21, 45, 35, 0.08);
  --radius: 18px;
  --fixlab-max-width: 1200px;
}

.fixlab-catalog-scope * {
  box-sizing: border-box;
}

.fixlab-catalog-scope {
  width: 100%;
  max-width: var(--fixlab-max-width);
  margin: 0 auto;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(32, 181, 88, 0.12), transparent 30%),
    radial-gradient(circle at top left, rgba(31, 114, 171, 0.1), transparent 24%),
    var(--bg);
  color: var(--text);
}

body.is-modal-open {
  overflow: hidden;
}

.fixlab-catalog-scope a {
  color: inherit;
  text-decoration: none;
}

.fixlab-catalog-scope .page {
  width: min(1140px, calc(100% - 28px));
  margin: 20px auto 36px;
}

.fixlab-catalog-scope .quick-search input,
.fixlab-catalog-scope .search-form input {
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(26, 62, 50, 0.16);
  background: #fff;
  padding: 12px 14px;
  font: inherit;
}

.fixlab-catalog-scope .quick-search button,
.fixlab-catalog-scope .search-form button,
.fixlab-catalog-scope .btn {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  padding: 11px 16px;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.fixlab-catalog-scope .hero,
.fixlab-catalog-scope .results,
.fixlab-catalog-scope .table-wrap,
.fixlab-catalog-scope .grid .card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 250, 247, 0.99));
  box-shadow: var(--shadow);
}

.fixlab-catalog-scope .hero,
.fixlab-catalog-scope .results,
.fixlab-catalog-scope .table-wrap {
  padding: 20px;
}

.fixlab-catalog-scope .hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}

.fixlab-catalog-scope .hero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.fixlab-catalog-scope .crumb {
  margin-bottom: 10px !important;
}

.fixlab-catalog-scope .crumb a {
  color: var(--brand-strong);
}

.fixlab-catalog-scope .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.fixlab-catalog-scope .breadcrumbs a {
  color: var(--brand-strong);
  font-weight: 600;
}

.fixlab-catalog-scope .breadcrumbs span[aria-current="page"] {
  color: var(--text);
  font-weight: 700;
}

.fixlab-catalog-scope .breadcrumbs-sep {
  color: rgba(23, 33, 29, 0.34);
}

.fixlab-catalog-scope .hero-meta {
  margin-top: 10px !important;
  color: #3f5f52 !important;
  font-weight: 600;
}

.fixlab-catalog-scope .service-price {
  margin-top: 12px !important;
  font-size: 1.15rem;
  color: var(--brand-strong) !important;
  font-weight: 700;
}

.fixlab-catalog-scope .actions {
  margin-top: 14px;
}

.fixlab-catalog-scope .search-form {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.fixlab-catalog-scope .results {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.fixlab-catalog-scope .results h2 {
  margin: 0 0 6px;
  font-size: 1.12rem;
}

.fixlab-catalog-scope .result-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(26, 62, 50, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

.fixlab-catalog-scope .result-row strong {
  display: block;
  margin-bottom: 3px;
}

.fixlab-catalog-scope .result-row p,
.fixlab-catalog-scope .result-row small {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.fixlab-catalog-scope .badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--badge);
  color: var(--brand-strong);
  font-weight: 700;
  font-size: 0.82rem;
  white-space: nowrap;
}

.fixlab-catalog-scope .grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fixlab-catalog-scope .card {
  padding: 16px;
}

.fixlab-catalog-scope .card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.fixlab-catalog-scope .card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.56;
}

.fixlab-catalog-scope .meta {
  margin-top: 10px;
  color: var(--brand-strong);
  font-weight: 700;
}

.fixlab-catalog-scope .table-wrap {
  margin-top: 16px;
}

.fixlab-catalog-scope table {
  width: 100%;
  border-collapse: collapse;
}

.fixlab-catalog-scope th,
.fixlab-catalog-scope td {
  text-align: left;
  border-bottom: 1px solid rgba(26, 62, 50, 0.1);
  padding: 11px 6px;
}

.fixlab-catalog-scope th {
  font-size: 0.9rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fixlab-catalog-scope td a {
  color: var(--brand-strong);
  font-weight: 600;
}

.fixlab-catalog-scope .empty {
  margin: 0;
  color: var(--muted);
}

.fixlab-catalog-scope .source {
  margin-top: 8px !important;
  color: #3e7560 !important;
}

.fixlab-catalog-scope .wizard-shell {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 245, 0.98));
  box-shadow: var(--shadow);
  padding: 26px;
  overflow: hidden;
}

.fixlab-catalog-scope .wizard-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.fixlab-catalog-scope .wizard-heading-mark {
  display: none;
}

.fixlab-catalog-scope .wizard-shell h1 {
  margin: 0 0 4px;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.04;
}

.fixlab-catalog-scope .wizard-heading p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1rem;
}

.fixlab-catalog-scope .wizard-topbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.fixlab-catalog-scope .lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.fixlab-catalog-scope .lang-link {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #d5ddda;
  background: #f7faf8;
  color: #4e5a55;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.fixlab-catalog-scope .lang-link:hover {
  border-color: #9ad3e8;
  color: #116785;
}

.fixlab-catalog-scope .lang-link.is-active {
  border-color: #8fcfad;
  background: #e7f5eb;
  color: #14803f;
}

.fixlab-catalog-scope .wizard-steps {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 16px 0 18px;
}

.fixlab-catalog-scope .wizard-step {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #84908b;
  font-weight: 700;
}

.fixlab-catalog-scope .wizard-step span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #d7dedd;
  color: #54615c;
  font-size: 0.78rem;
}

.fixlab-catalog-scope .wizard-step small {
  font-size: 0.72rem;
}

.fixlab-catalog-scope .wizard-step.is-active span,
.fixlab-catalog-scope .wizard-step.is-done span {
  background: #1b9ac5;
  color: #fff;
}

.fixlab-catalog-scope .wizard-step.is-active {
  color: #163039;
}

.fixlab-catalog-scope .wizard-panels {
  margin-top: 10px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.fixlab-catalog-scope .wizard-stage-box {
  padding: 22px;
  border-radius: 28px;
  background: #f2f4f3;
}

.fixlab-catalog-scope .wizard-shell.is-switching .wizard-panels {
  opacity: 0.42;
  transform: translateY(10px);
}

.fixlab-catalog-scope .wizard-panel {
  display: none;
}

.fixlab-catalog-scope .wizard-panel.is-active {
  display: block;
  animation: wizardPanelIn 220ms ease;
}

@keyframes wizardPanelIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fixlab-catalog-scope .wizard-search-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #2f403a;
}

.fixlab-catalog-scope .wizard-section-lead {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #495651;
  font-size: 1.06rem;
}

.fixlab-catalog-scope .wizard-section-lead strong {
  color: #24312d;
}

.fixlab-catalog-scope .wizard-section-lead--compact {
  margin-top: 20px;
}

.fixlab-catalog-scope .wizard-lead-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #1b9ac5;
  flex: 0 0 auto;
}

.fixlab-catalog-scope .wizard-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.fixlab-catalog-scope .wizard-search-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 14px;
  align-items: stretch;
}

.fixlab-catalog-scope .wizard-search-main {
  padding: 22px 22px 16px;
  border-radius: 22px;
  border: 0;
  background: #f3f4f3;
  position: relative;
}

.fixlab-catalog-scope .wizard-search-row--hero {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 18px;
  border: 2px solid rgba(27, 154, 197, 0.55);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.fixlab-catalog-scope .wizard-search-row--hero:focus-within {
  border-color: rgba(27, 154, 197, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 0 4px rgba(27, 154, 197, 0.08);
}

.fixlab-catalog-scope .wizard-search-row--hero input {
  min-height: 54px;
  padding: 0 10px 0 14px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  font-size: 1.12rem;
  box-shadow: none;
}

.fixlab-catalog-scope .wizard-search-row--hero input:focus {
  outline: none;
}

.fixlab-catalog-scope .wizard-search-submit {
  width: 54px;
  height: 54px;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #d9edf3;
  color: #1b9ac5;
  cursor: pointer;
  position: relative;
  appearance: none;
  transition: background-color 140ms ease, transform 140ms ease;
}

.fixlab-catalog-scope .wizard-search-submit:hover {
  background: #c9e6ef;
}

.fixlab-catalog-scope .wizard-search-submit:active {
  transform: scale(0.98);
}

.fixlab-catalog-scope .wizard-search-submit::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid currentColor;
  border-radius: 999px;
  top: 13px;
  left: 18px;
}

.fixlab-catalog-scope .wizard-search-submit::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
  transform: rotate(45deg);
  top: 29px;
  left: 31px;
}

.fixlab-catalog-scope .wizard-search-row input {
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(26, 62, 50, 0.16);
  background: #fff;
  padding: 12px 14px;
  font: inherit;
}

.fixlab-catalog-scope .wizard-search-row button:not(.wizard-search-submit) {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  padding: 10px 14px;
  background: #1b9ac5;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.fixlab-catalog-scope .wizard-suggestions {
  margin-top: 12px;
  border: 1px solid rgba(23, 42, 34, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(17, 43, 39, 0.12);
  overflow: hidden;
}

.fixlab-catalog-scope .wizard-suggestion-item {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(23, 42, 34, 0.08);
  background: #fff;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.fixlab-catalog-scope .wizard-suggestion-item:first-child {
  border-top: 0;
}

.fixlab-catalog-scope .wizard-suggestion-item.is-active,
.fixlab-catalog-scope .wizard-suggestion-item:hover {
  background: #f4fafc;
}

.fixlab-catalog-scope .wizard-suggestion-thumb {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #101616, #2f454b);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.fixlab-catalog-scope .wizard-suggestion-body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.fixlab-catalog-scope .wizard-suggestion-body strong,
.fixlab-catalog-scope .wizard-suggestion-body small {
  display: block;
}

.fixlab-catalog-scope .wizard-suggestion-body strong {
  color: #27312f;
  font-size: 1rem;
}

.fixlab-catalog-scope .wizard-suggestion-body small {
  color: #5f6d68;
}

.fixlab-catalog-scope .wizard-suggestion-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fixlab-catalog-scope .wizard-suggestion-chip,
.fixlab-catalog-scope .wizard-suggestion-more {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #dcebef;
  color: #33555e;
  font-size: 0.84rem;
  font-weight: 700;
}

.fixlab-catalog-scope .wizard-shell .model-help-trigger {
  border: 1px solid rgba(31, 65, 53, 0.08) !important;
  border-radius: 20px;
  background: #fafbfa !important;
  color: #485452 !important;
  font-weight: 700;
  cursor: pointer;
  padding: 14px 12px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  transition: box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.fixlab-catalog-scope .wizard-shell .model-help-trigger:hover,
.fixlab-catalog-scope .wizard-shell .model-help-trigger:focus-visible {
  border-color: rgba(27, 154, 197, 0.52) !important;
  background: #fff !important;
  color: #0f6f8f !important;
  box-shadow: 0 12px 24px rgba(17, 59, 70, 0.06);
  outline: none;
}

.fixlab-catalog-scope .wizard-shell .model-help-icon {
  width: 38px;
  height: 38px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #f3f6f5 !important;
  border: 1px solid rgba(31, 65, 53, 0.1) !important;
  color: #7b8783;
  font-weight: 800;
}

.fixlab-catalog-scope .wizard-shell .model-help-trigger:hover .model-help-icon,
.fixlab-catalog-scope .wizard-shell .model-help-trigger:focus-visible .model-help-icon {
  border-color: rgba(27, 154, 197, 0.52) !important;
  background: #fff !important;
  color: #0f6f8f;
}

.fixlab-catalog-scope .wizard-type-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fixlab-catalog-scope .wizard-type-card {
  border: 1px solid rgba(30, 76, 60, 0.06);
  border-radius: 22px;
  background: #fafbfa;
  min-height: 190px;
  padding: 24px 18px;
  text-align: center;
  cursor: pointer;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
}

.fixlab-catalog-scope .wizard-type-icon {
  width: 58px;
  height: 58px;
  color: #6b6f6f;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.fixlab-catalog-scope .wizard-type-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fixlab-catalog-scope .wizard-type-icon.is-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.fixlab-catalog-scope .wizard-type-card strong {
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #454d4d;
}

.fixlab-catalog-scope .wizard-type-card small {
  color: var(--muted);
  line-height: 1.4;
}

.fixlab-catalog-scope .wizard-type-card span {
  color: var(--brand-strong);
  font-weight: 700;
}

.fixlab-catalog-scope .wizard-type-card:hover,
.fixlab-catalog-scope .wizard-type-card.is-active {
  border-color: rgba(27, 154, 197, 0.6);
  box-shadow: 0 12px 26px rgba(17, 59, 70, 0.08);
  background: #fff;
}

.fixlab-catalog-scope .wizard-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.fixlab-catalog-scope .wizard-toolbar h2 {
  margin: 0;
  font-size: 1.2rem;
}

.fixlab-catalog-scope .wizard-back {
  border: 1px solid rgba(27, 154, 197, 0.25);
  background: #e9f7fc;
  color: #1d7b9b;
  border-radius: 12px;
  padding: 8px 10px;
  font-weight: 700;
  cursor: pointer;
}

.fixlab-catalog-scope .wizard-filter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.fixlab-catalog-scope .wizard-brand-card {
  border: 1px solid rgba(31, 65, 53, 0.08);
  background: #fafbfa;
  color: #485452;
  border-radius: 20px;
  min-height: 152px;
  padding: 18px 14px;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
}

.fixlab-catalog-scope .wizard-brand-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(31, 65, 53, 0.1);
  background: #f3f6f5;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #7b8783;
  font-size: 1.25rem;
  font-weight: 800;
}

.fixlab-catalog-scope .wizard-brand-icon.is-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixlab-catalog-scope .wizard-brand-card strong {
  font-size: 0.96rem;
  color: #475150;
}

.fixlab-catalog-scope .wizard-brand-card small {
  color: #7b8783;
}

.fixlab-catalog-scope .wizard-brand-card.is-active,
.fixlab-catalog-scope .wizard-brand-card:hover {
  border-color: rgba(27, 154, 197, 0.52);
  background: #fff;
  color: #0f6f8f;
  box-shadow: 0 12px 24px rgba(17, 59, 70, 0.06);
}

.fixlab-catalog-scope .wizard-model-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fixlab-catalog-scope .wizard-model-card {
  border: 1px solid rgba(31, 65, 53, 0.08);
  border-radius: 20px;
  background: #fafbfa;
  padding: 18px 16px;
  text-align: left;
  cursor: pointer;
  display: grid;
  gap: 6px;
  min-height: 152px;
  color: #485452;
  transition: box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.fixlab-catalog-scope .wizard-model-card strong {
  font-size: 1rem;
  color: #475150;
}

.fixlab-catalog-scope .wizard-model-card p,
.fixlab-catalog-scope .wizard-model-card small {
  margin: 0;
  color: #7b8783;
  line-height: 1.45;
}

.fixlab-catalog-scope .wizard-model-card:hover,
.fixlab-catalog-scope .wizard-model-card:focus-visible {
  border-color: rgba(27, 154, 197, 0.52);
  background: #fff;
  color: #0f6f8f;
  box-shadow: 0 12px 24px rgba(17, 59, 70, 0.06);
  outline: none;
}

.fixlab-catalog-scope .wizard-empty {
  margin: 10px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f6fbf9;
  color: var(--muted);
}

.fixlab-catalog-scope .model-help-modal[hidden] {
  display: none;
}

.fixlab-catalog-scope .model-help-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 14px;
}

.fixlab-catalog-scope .model-help-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 30, 24, 0.46);
  backdrop-filter: blur(2px);
}

.fixlab-catalog-scope .model-help-dialog {
  position: relative;
  width: 100%;
  max-width: none;
  max-height: calc(100dvh - 72px);
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(22, 57, 46, 0.14);
  background: #f2f6f4;
  box-shadow: 0 30px 80px rgba(14, 36, 30, 0.4);
  padding: 18px;
}

.fixlab-catalog-scope .model-help-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: #e4edf1;
  color: #1e7da1;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.fixlab-catalog-scope .model-help-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.fixlab-catalog-scope .model-help-tab {
  border: 1px solid rgba(24, 62, 50, 0.15);
  background: #e1e9e5;
  color: #3a4a45;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
}

.fixlab-catalog-scope .model-help-tab.is-active {
  border-color: rgba(27, 154, 197, 0.6);
  background: #e8f5fa;
  color: #0f6e8d;
}

.fixlab-catalog-scope .model-help-kicker {
  margin: 4px 0;
  color: #1f8a53;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.fixlab-catalog-scope .model-help-dialog h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.1vw, 1.95rem);
  line-height: 1.08;
}

.fixlab-catalog-scope .model-help-subtitle {
  margin: 6px 0 10px;
  color: #4f635d;
  font-size: 0.92rem;
}

.fixlab-catalog-scope .model-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fixlab-catalog-scope .model-help-card {
  border: 1px solid rgba(31, 65, 53, 0.08);
  border-radius: 20px;
  background: #fafbfa;
  padding: 18px 16px;
  display: grid;
  gap: 6px;
  align-content: start;
  transition: box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.fixlab-catalog-scope .model-help-card.is-wide {
  grid-column: auto;
}

.fixlab-catalog-scope .model-help-step-label {
  color: #5f706a;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
}

.fixlab-catalog-scope .model-help-card h4 {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.15;
}

.fixlab-catalog-scope .model-help-card p {
  margin: 0;
  color: #7b8783;
  line-height: 1.45;
  font-size: 0.88rem;
}

.fixlab-catalog-scope .model-help-card:hover,
.fixlab-catalog-scope .model-help-card:focus-within {
  border-color: rgba(27, 154, 197, 0.52);
  background: #fff;
  box-shadow: 0 12px 24px rgba(17, 59, 70, 0.06);
}

.fixlab-catalog-scope .model-help-zoom {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  display: grid;
  justify-items: center;
  cursor: zoom-in;
}

.fixlab-catalog-scope .model-help-zoom:focus-visible {
  outline: 2px solid rgba(27, 154, 197, 0.55);
  outline-offset: 4px;
  border-radius: 14px;
}

.fixlab-catalog-scope .model-help-card img {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(24, 62, 50, 0.12);
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 42, 34, 0.08);
  cursor: inherit;
}

.fixlab-catalog-scope .model-help-card img[data-help-tab="iphone"],
.fixlab-catalog-scope .model-help-card.is-wide img[data-help-tab="iphone"] {
  width: min(100%, 182px);
  height: auto;
  justify-self: center;
}

.fixlab-catalog-scope .model-help-card img[data-help-tab="android"],
.fixlab-catalog-scope .model-help-card.is-wide img[data-help-tab="android"] {
  width: min(100%, 178px);
  height: auto;
  justify-self: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.fixlab-catalog-scope .model-help-card img[data-help-tab="ipad"],
.fixlab-catalog-scope .model-help-card.is-wide img[data-help-tab="ipad"] {
  width: min(100%, 176px);
  height: auto;
  justify-self: center;
  object-fit: contain;
  background: transparent;
}

.fixlab-catalog-scope .model-help-card img[data-help-tab="macbook"] {
  width: min(100%, 210px);
  justify-self: center;
}

.fixlab-catalog-scope .model-help-lightbox[hidden] {
  display: none;
}

.fixlab-catalog-scope .model-help-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
  padding: 24px;
}

.fixlab-catalog-scope .model-help-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 18, 16, 0.74);
  cursor: zoom-out;
}

.fixlab-catalog-scope .model-help-lightbox-figure {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(92vw, 1100px);
  max-height: min(88vh, 900px);
  display: grid;
  place-items: center;
}

.fixlab-catalog-scope .model-help-lightbox-figure img {
  display: block;
  width: min(88vw, 760px);
  max-width: none;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  animation: modelHelpZoomIn 160ms ease;
}

.fixlab-catalog-scope .model-help-lightbox-figure img[data-help-tab="iphone"] {
  width: min(88vw, 760px);
}

.fixlab-catalog-scope .model-help-lightbox-figure img[data-help-tab="android"] {
  width: min(88vw, 840px);
  background: transparent;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.fixlab-catalog-scope .model-help-lightbox-figure img[data-help-tab="ipad"] {
  width: min(88vw, 860px);
  background: transparent;
}

.fixlab-catalog-scope .model-help-lightbox-figure img[data-help-tab="macbook"] {
  width: min(90vw, 980px);
}

@keyframes modelHelpZoomIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fixlab-catalog-scope .model-help-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #215e78;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.fixlab-catalog-scope .wizard-price-card {
  border: 1px solid rgba(31, 65, 53, 0.12);
  border-radius: 18px;
  background: #fff;
  padding: 16px;
}

.fixlab-catalog-scope .wizard-price-card h3 {
  margin: 0 0 8px;
}

.fixlab-catalog-scope .wizard-price-card p {
  margin: 0 0 8px;
  color: var(--muted);
}

.fixlab-catalog-scope .wizard-price-card h4 {
  margin: 12px 0 8px;
  font-size: 1.05rem;
}

.fixlab-catalog-scope .wizard-first-price {
  margin: 8px 0 !important;
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
  color: #205347 !important;
}

.fixlab-catalog-scope .wizard-first-price span {
  font-size: 0.92rem;
  color: #59736a;
}

.fixlab-catalog-scope .wizard-first-price strong {
  color: #0f8a4e;
  font-size: 1.32rem;
}

.fixlab-catalog-scope .wizard-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fixlab-catalog-scope .wizard-price-actions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
}

.fixlab-catalog-scope .wizard-booking-btn {
  min-width: 190px;
  text-align: center;
}

.fixlab-catalog-scope .wizard-booking-embed {
  margin-top: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}

.fixlab-catalog-scope .wizard-booking-embed-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 0;
  background: transparent;
}

.fixlab-catalog-scope .wizard-booking-embed-head strong {
  color: #183e33;
}

.fixlab-catalog-scope .wizard-booking-close {
  border: 0;
  background: transparent;
  color: #215e78;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.fixlab-catalog-scope .wizard-booking-embed iframe {
  display: block;
  width: 100%;
  min-height: 0;
  height: 360px;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.fixlab-catalog-scope .wizard-price-item {
  border: 1px solid rgba(24, 62, 50, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  display: grid;
  gap: 6px;
}

.fixlab-catalog-scope .wizard-price-item small {
  color: #5f706a;
}

.fixlab-catalog-scope .wizard-price-item strong {
  color: #183e33;
  font-size: 1.02rem;
}

.fixlab-catalog-scope .wizard-archive-link {
  margin: 10px 0 0;
}

.fixlab-catalog-scope .wizard-archive-link a {
  color: #1e7d52;
  font-weight: 700;
}

.fixlab-catalog-scope .archive-hero {
  display: grid;
  gap: 14px;
}

.fixlab-catalog-scope .archive-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.fixlab-catalog-scope .archive-shell {
  display: grid;
  gap: 18px;
}

.fixlab-catalog-scope .archive-category {
  border: 1px solid rgba(31, 65, 53, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 248, 0.98));
  box-shadow: var(--shadow);
  padding: 20px;
}

.fixlab-catalog-scope .archive-category-head h2 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}

.fixlab-catalog-scope .archive-category-head p {
  margin: 0;
  color: var(--muted);
}

.fixlab-catalog-scope .archive-device-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fixlab-catalog-scope .archive-device-card {
  border: 1px solid rgba(31, 65, 53, 0.12);
  border-radius: 18px;
  background: #fff;
  padding: 16px;
}

.fixlab-catalog-scope .archive-device-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.fixlab-catalog-scope .archive-device-head h3 {
  margin: 0;
  font-size: 1.05rem;
}

.fixlab-catalog-scope .archive-device-card p {
  margin: 8px 0 0;
  color: var(--muted);
}

.fixlab-catalog-scope .archive-table-wrap {
  margin-top: 14px;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.fixlab-catalog-scope .archive-price-table {
  width: 100%;
}

.fixlab-catalog-scope .section-title {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0 0 4px;
  font-size: 1.2rem;
}

.fixlab-catalog-scope .site-footer {
  text-align: center;
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .fixlab-catalog-scope .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixlab-catalog-scope .wizard-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixlab-catalog-scope .archive-device-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .fixlab-catalog-scope .page {
    width: min(100% - 16px, 100%);
  }

  .fixlab-catalog-scope .wizard-shell {
    padding: 18px;
  }

  .fixlab-catalog-scope .quick-search,
  .fixlab-catalog-scope .search-form,
  .fixlab-catalog-scope .quick-search-main {
    grid-template-columns: 1fr;
  }

  .fixlab-catalog-scope .quick-search-tools {
    justify-content: flex-start;
  }

  .fixlab-catalog-scope .grid {
    grid-template-columns: 1fr;
  }

  .fixlab-catalog-scope .wizard-steps {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 12px;
    row-gap: 8px;
    margin: 10px 0 12px;
  }

  .fixlab-catalog-scope .wizard-step span {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
  }

  .fixlab-catalog-scope .wizard-step small {
    font-size: 0.64rem;
  }

  .fixlab-catalog-scope .wizard-topbar {
    justify-content: flex-start;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .fixlab-catalog-scope .wizard-search-row {
    grid-template-columns: 1fr;
  }

  .fixlab-catalog-scope .wizard-search-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fixlab-catalog-scope .wizard-stage-box {
    padding: 14px;
  }

  .fixlab-catalog-scope .wizard-heading {
    gap: 10px;
  }

  .fixlab-catalog-scope .wizard-heading-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .fixlab-catalog-scope .wizard-shell h1 {
    font-size: 1.8rem;
  }

  .fixlab-catalog-scope .wizard-section-lead {
    font-size: 0.98rem;
  }

  .fixlab-catalog-scope .wizard-search-main {
    padding: 14px;
  }

  .fixlab-catalog-scope .wizard-search-row--hero {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 6px;
  }

  .fixlab-catalog-scope .wizard-search-row--hero input {
    min-height: 48px;
    padding: 0 8px 0 12px;
    font-size: 1rem;
  }

  .fixlab-catalog-scope .wizard-search-submit {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .fixlab-catalog-scope .wizard-booking-embed {
    margin-top: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .fixlab-catalog-scope .wizard-booking-embed-head {
    padding: 10px 0;
    border-bottom: 0;
    background: transparent;
  }

  .fixlab-catalog-scope .wizard-booking-embed iframe {
    border-radius: 0;
  }

  .fixlab-catalog-scope .model-help-trigger {
    justify-items: start;
    grid-template-columns: 38px 1fr;
    display: grid;
  }

  .fixlab-catalog-scope .model-help-grid {
    grid-template-columns: 1fr;
  }

  .fixlab-catalog-scope .model-help-card.is-wide {
    grid-column: auto;
  }

  .fixlab-catalog-scope .model-help-dialog {
    max-height: calc(100dvh - 34px);
    overflow: auto;
  }

  .fixlab-catalog-scope .model-help-lightbox {
    padding: 14px;
  }

  .fixlab-catalog-scope .model-help-lightbox-close {
    top: 10px;
    right: 10px;
  }

  .fixlab-catalog-scope .model-help-card img[data-help-tab="iphone"],
  .fixlab-catalog-scope .model-help-card img[data-help-tab="android"],
  .fixlab-catalog-scope .model-help-card.is-wide img[data-help-tab="iphone"],
  .fixlab-catalog-scope .model-help-card.is-wide img[data-help-tab="android"] {
    height: auto;
  }

  .fixlab-catalog-scope .model-help-card img[data-help-tab="iphone"],
  .fixlab-catalog-scope .model-help-card.is-wide img[data-help-tab="iphone"] {
    width: min(100%, 230px);
  }

  .fixlab-catalog-scope .model-help-card img[data-help-tab="android"],
  .fixlab-catalog-scope .model-help-card.is-wide img[data-help-tab="android"] {
    width: min(100%, 236px);
  }

  .fixlab-catalog-scope .model-help-card img[data-help-tab="ipad"],
  .fixlab-catalog-scope .model-help-card.is-wide img[data-help-tab="ipad"],
  .fixlab-catalog-scope .model-help-card img[data-help-tab="macbook"] {
    width: min(100%, 236px);
  }

  .fixlab-catalog-scope .wizard-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .fixlab-catalog-scope .wizard-filter,
  .fixlab-catalog-scope .wizard-model-grid {
    grid-template-columns: 1fr;
  }

  .fixlab-catalog-scope .wizard-type-card,
  .fixlab-catalog-scope .wizard-brand-card,
  .fixlab-catalog-scope .wizard-model-card {
    min-height: 132px;
  }

  .fixlab-catalog-scope .wizard-price-grid {
    grid-template-columns: 1fr;
  }

  .fixlab-catalog-scope .result-row {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 520px) {
  .fixlab-catalog-scope .wizard-type-grid {
    grid-template-columns: 1fr;
  }

  .fixlab-catalog-scope .wizard-type-card,
  .fixlab-catalog-scope .wizard-brand-card,
  .fixlab-catalog-scope .wizard-model-card {
    min-height: 120px;
  }
}
