:root {
  --navy-950: #051a2d;
  --navy-900: #082b49;
  --navy-800: #0c3b63;
  --navy-700: #124d7e;
  --blue-600: #1d63d8;
  --blue-500: #2f78eb;
  --blue-100: #eaf2ff;
  --blue-50: #f4f8ff;
  --orange-700: #a93400;
  --orange-600: #c84406;
  --orange-500: #f26922;
  --orange-100: #fff0e6;
  --orange-50: #fff8f3;
  --ink: #10263b;
  --ink-soft: #52677a;
  --surface: #ffffff;
  --canvas: #f2f5f9;
  --canvas-strong: #e7edf4;
  --border: #d5e0ea;
  --border-strong: #adbdcb;
  --success: #087f5b;
  --danger: #b42318;
  --shadow-sm: 0 8px 24px rgba(5, 26, 45, 0.08);
  --shadow-md: 0 20px 55px rgba(5, 26, 45, 0.14);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --container: 1180px;
  --focus: 0 0 0 4px rgba(47, 120, 235, 0.26);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main > section[id] {
  scroll-margin-top: 84px;
}

body {
  background: var(--canvas);
  color: var(--ink);
  margin: 0;
  min-width: 320px;
}

body.dialog-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
strong {
  font-weight: 750;
}

h1 {
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-bottom: 1.35rem;
}

h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 0.8rem;
}

h3 {
  font-size: 1.08rem;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-bottom: 0.45rem;
}

p {
  line-height: 1.65;
}

.container {
  margin-inline: auto;
  max-width: var(--container);
  padding-inline: 24px;
  width: 100%;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link {
  background: var(--surface);
  border: 2px solid var(--blue-600);
  border-radius: var(--radius-sm);
  left: 12px;
  padding: 12px 16px;
  position: fixed;
  top: -80px;
  z-index: 200;
}

.skip-link:focus {
  top: 12px;
}

.svg-sprite {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.icon {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.icon-large {
  height: 30px;
  width: 30px;
}

:focus-visible {
  outline: 3px solid var(--blue-500);
  outline-offset: 3px;
}

.button,
.icon-button,
.square-search {
  align-items: center;
  border: 0;
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button {
  border-radius: 12px;
  font-weight: 700;
  gap: 9px;
  padding: 12px 18px;
}

.button:hover,
.icon-button:hover,
.square-search:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--orange-600);
  color: #fff;
}

.button-primary:hover {
  background: var(--orange-700);
}

.button-secondary {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  color: var(--navy-900);
}

.button-secondary:hover {
  background: var(--blue-50);
  border-color: var(--blue-500);
}

.button-ghost {
  background: transparent;
  color: var(--ink-soft);
}

.button-ghost:hover {
  background: var(--canvas);
  color: var(--ink);
}

.icon-button {
  background: transparent;
  border-radius: 50%;
  color: inherit;
  min-width: 46px;
  padding: 0;
  position: relative;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(213, 224, 234, 0.82);
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(16px);
}

.header-inner {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr auto;
  min-height: 72px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 800;
  gap: 0;
  letter-spacing: -0.035em;
  line-height: 0;
}

.brand-picture {
  display: block;
  line-height: 0;
}

.brand-logo {
  display: block;
  height: auto;
  width: 178px;
}

.brand-mark {
  height: 36px;
  width: 36px;
}

.brand-orange {
  fill: var(--orange-500);
}

.brand-blue {
  fill: var(--navy-900);
}

.brand-blue-light {
  fill: var(--blue-500);
}

.brand-cut,
.brand-cut-dark {
  fill: none;
  stroke-width: 3;
}

.brand-cut {
  stroke: #fff;
}

.brand-cut-dark {
  stroke: var(--navy-950);
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
}

.main-nav a,
.main-nav button {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-weight: 650;
  padding: 10px 2px;
}

.main-nav a:hover,
.main-nav button:hover {
  color: var(--blue-600);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.counter {
  align-items: center;
  background: var(--orange-600);
  border: 2px solid #fff;
  border-radius: 99px;
  color: #fff;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  height: 19px;
  justify-content: center;
  min-width: 19px;
  padding-inline: 4px;
  position: absolute;
  right: 1px;
  top: 1px;
}

.menu-button {
  display: none;
}

.hero {
  background: var(--surface);
  overflow: hidden;
  padding: 0;
  position: relative;
}

.section-kicker {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.hero-photo {
  aspect-ratio: 16 / 7;
  margin: 0;
  max-height: 720px;
  overflow: hidden;
  width: 100%;
}

.hero-photo > img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  width: 100%;
}

.orbit-thin {
  fill: none;
  opacity: 0.42;
  stroke: #63829d;
  stroke-width: 2;
}

.orbit-strong {
  fill: none;
  stroke: url(#orbit);
  stroke-linecap: round;
  stroke-width: 8;
}

.orb-blue,
.robot-foot-blue {
  fill: var(--blue-500);
}

.orb-orange,
.robot-foot-orange {
  fill: var(--orange-500);
}

.robot-line,
.robot-face,
.robot-limb {
  fill: none;
  stroke: #e9f4fc;
  stroke-linecap: round;
}

.robot-line,
.robot-face {
  stroke-width: 6;
}

.robot-limb {
  stroke-width: 12;
}

.robot-surface,
.robot-body {
  fill: rgba(255, 255, 255, 0.08);
  stroke: #e9f4fc;
  stroke-width: 6;
}

.robot-body {
  stroke-linejoin: round;
}

.robot-core {
  stroke: url(#orbit);
  stroke-width: 8;
}

.search-area {
  background: var(--canvas);
  margin-top: 0;
  padding: 46px 0 18px;
  position: relative;
  z-index: 1;
}

.search-card {
  background: var(--surface);
  border: 1px solid rgba(213, 224, 234, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: visible;
  padding: 28px;
}

.search-heading {
  margin-bottom: 20px;
  text-align: center;
}

.search-heading h2 {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  margin-bottom: 0;
}

.search-heading > p:last-child {
  color: var(--ink-soft);
  margin: 8px auto 0;
  max-width: 680px;
}

.section-kicker {
  color: var(--blue-600);
  margin-bottom: 8px;
}

.quick-search {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin: 20px 0;
  position: relative;
}

.quick-search input {
  border: 2px solid var(--border-strong);
  border-radius: 14px;
  font-size: 1rem;
  min-height: 58px;
  padding: 14px 64px 14px 48px;
  width: 100%;
}

.quick-search input:focus {
  border-color: var(--blue-500);
  box-shadow: var(--focus);
  outline: 0;
}

.input-icon {
  color: var(--ink-soft);
  left: 17px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.square-search {
  background: var(--orange-600);
  border-radius: 10px;
  color: #fff;
  height: 44px;
  margin-right: 7px;
  min-height: 44px;
  min-width: 44px;
  position: absolute;
  right: 0;
}

.square-search:hover {
  background: var(--orange-700);
}

.search-panel {
  display: block;
  overflow: visible;
}

.category-rail {
  background: linear-gradient(135deg, var(--blue-50), rgba(242, 105, 34, 0.055));
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px;
  position: relative;
  z-index: 2;
}

.category-picker-heading {
  align-items: baseline;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.category-picker-heading h3 {
  font-size: 1rem;
  margin: 0;
}

.category-picker-heading span {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.category-picker-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.all-categories {
  width: auto;
}

.all-categories[aria-pressed="true"] {
  background: #fff7ed;
  border-color: var(--orange-600);
  box-shadow: inset 0 -4px 0 var(--blue-500);
  color: var(--orange-700);
}

.category-icons {
  display: contents;
}

.category-button {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--ink-soft);
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  min-height: 100px;
  padding: 12px 8px 10px;
  position: relative;
  text-align: center;
  transition: border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
}

.category-button:hover {
  background: var(--surface);
  border-color: var(--blue-500);
  box-shadow: var(--shadow-sm);
  color: var(--blue-600);
  transform: translateY(-2px);
}

.category-button[aria-pressed="true"] {
  background: var(--orange-100);
  border-color: var(--orange-600);
  box-shadow: inset 0 -4px 0 var(--blue-500);
  color: var(--orange-700);
}

.category-button .icon {
  height: 28px;
  width: 28px;
}

.category-label {
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 780;
  line-height: 1.18;
  max-width: 120px;
}

.filter-content {
  padding: 22px;
}

.filter-details {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.filter-details > summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
  padding: 17px 20px;
}

.filter-details > summary::-webkit-details-marker {
  display: none;
}

.filter-details > summary > span:first-child {
  display: grid;
  gap: 2px;
}

.filter-details > summary small {
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.filter-details-action {
  background: var(--blue-50);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--blue-700);
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 7px 11px;
}

.filter-details .when-open {
  display: none;
}

.filter-details[open] .when-closed {
  display: none;
}

.filter-details[open] .when-open {
  display: inline;
}

.filter-details[open] > summary {
  background: var(--blue-50);
  border-bottom: 1px solid var(--border);
}

.selected-category {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.selected-category h3,
.selected-category p {
  margin-bottom: 0;
}

.selected-category p:last-child {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.selected-category-icon,
.feature-icon,
.success-icon {
  align-items: center;
  background: linear-gradient(145deg, var(--blue-100), var(--orange-100));
  border-radius: 14px;
  color: var(--navy-900);
  display: inline-flex;
  flex: 0 0 auto;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.filter-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.filter-grid label,
.wizard-fields label,
.sort-control {
  color: var(--ink);
  display: grid;
  font-size: 0.82rem;
  font-weight: 750;
  gap: 7px;
}

input,
select,
textarea {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-500);
  box-shadow: var(--focus);
  outline: 0;
}

.filter-footer {
  align-items: center;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 18px;
}

.offer-modes {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.offer-modes label {
  align-items: center;
  background: var(--canvas);
  border: 1px solid var(--border);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 6px;
  min-height: 40px;
  padding: 8px 12px;
}

.offer-modes label:has(input:checked) {
  background: var(--blue-100);
  border-color: var(--blue-500);
  color: var(--navy-900);
}

.offer-modes input {
  accent-color: var(--blue-600);
  height: 16px;
  margin: 0;
  min-height: 16px;
  padding: 0;
  width: 16px;
}

.filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.manufacturer-products-section,
.listings-section,
.trust-section,
.steps-section {
  padding: 86px 0;
}

.manufacturer-products-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(242, 105, 34, 0.12), transparent 26%),
    radial-gradient(circle at 8% 88%, rgba(47, 120, 235, 0.12), transparent 30%),
    #f6f9fc;
  border-bottom: 1px solid var(--border);
}

.listings-section {
  background: var(--surface);
  padding-top: 58px;
}

.manufacturer-products-header {
  align-items: center;
}

.manufacturer-products-header > div {
  max-width: 760px;
}

.manufacturer-products-intro {
  color: var(--ink-soft);
  margin: 10px 0 0;
}

.manufacturer-products-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.manufacturer-product-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  color: inherit;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.manufacturer-product-card:hover,
.manufacturer-product-card:focus-visible {
  border-color: var(--blue-500);
  box-shadow: 0 18px 44px rgba(5, 26, 45, 0.13);
  transform: translateY(-3px);
}

.manufacturer-product-image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #fff, #edf4fa);
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
}

.manufacturer-product-image img {
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
  width: 100%;
}

.manufacturer-product-card:hover .manufacturer-product-image img {
  transform: scale(1.025);
}

.manufacturer-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
}

.manufacturer-product-body strong {
  color: var(--navy-950);
  font-size: 1.06rem;
}

.manufacturer-product-body > span:not(.source-badge):not(.manufacturer-product-link) {
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.source-badge {
  align-self: flex-start;
  background: var(--blue-100);
  border: 1px solid #bed5fa;
  border-radius: 999px;
  color: var(--blue-600);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 6px 9px;
  text-transform: uppercase;
}

.manufacturer-product-link {
  align-items: center;
  color: var(--blue-600);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 6px;
  margin-top: auto;
  padding-top: 8px;
}

.manufacturer-product-link .icon {
  height: 16px;
  width: 16px;
}

.manufacturer-products-note {
  color: var(--ink-soft);
  font-size: 0.78rem;
  margin: 18px 0 0;
}

.section-header {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.section-header h2 {
  margin-bottom: 0;
}

.section-header.centered {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sort-control {
  min-width: 220px;
}

.results-bar {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.results-bar p {
  margin-bottom: 0;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter-chip {
  background: var(--blue-100);
  border: 1px solid #bed5fa;
  border-radius: 999px;
  color: var(--navy-900);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 6px 10px;
}

.listing-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.listing-card:hover {
  border-color: #9eb9d1;
  box-shadow: 0 18px 44px rgba(5, 26, 45, 0.13);
  transform: translateY(-3px);
}

.listing-visual {
  align-items: center;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 72% 25%, rgba(242, 105, 34, 0.32), transparent 31%),
    radial-gradient(circle at 18% 72%, rgba(47, 120, 235, 0.34), transparent 36%),
    linear-gradient(135deg, var(--navy-900), var(--navy-950));
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.listing-visual::before,
.listing-visual::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.listing-visual::before {
  height: 190px;
  width: 190px;
}

.listing-visual::after {
  height: 120px;
  width: 120px;
}

.listing-visual .category-art {
  height: 70px;
  position: relative;
  stroke-width: 1.4;
  width: 70px;
  z-index: 1;
}

.demo-badge,
.product-state-badge,
.verification-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 5px;
  padding: 6px 9px;
}

.listing-badge-stack {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  left: 12px;
  position: absolute;
  top: 12px;
  z-index: 2;
}

.demo-badge {
  background: rgba(255, 255, 255, 0.93);
  color: var(--navy-900);
}

.product-state-badge {
  background: #dcebff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: var(--navy-900);
}

.product-state-badge.is-new {
  background: var(--orange-100);
  color: var(--orange-700);
}

.favorite-button {
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy-900);
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.favorite-button.is-favorite {
  background: var(--orange-100);
  color: var(--orange-700);
}

.favorite-button.is-favorite .icon {
  fill: currentColor;
}

.listing-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.listing-category {
  color: var(--blue-600);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.listing-card h3 {
  font-size: 1.08rem;
  margin-bottom: 5px;
}

.listing-subtitle {
  color: var(--ink-soft);
  font-size: 0.86rem;
  margin-bottom: 15px;
}

.listing-price {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.listing-meta {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.listing-meta span {
  align-items: center;
  color: var(--ink-soft);
  display: inline-flex;
  font-size: 0.78rem;
  gap: 6px;
  min-width: 0;
}

.listing-meta .icon {
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

.listing-footer {
  align-items: center;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
  flex-wrap: wrap;
}

.verification-badge {
  background: #e8f7f1;
  color: #076d4e;
  line-height: 1.2;
}

.verification-badge-neutral {
  background: var(--blue-50);
  color: var(--navy-900);
}

.verification-badge .icon {
  height: 15px;
  width: 15px;
}

.card-link {
  background: transparent;
  border: 0;
  color: var(--blue-600);
  font-weight: 800;
  padding: 9px 0;
}

.card-link:hover {
  color: var(--navy-900);
}

.empty-state {
  background: var(--surface);
  border: 1px dashed var(--border-strong);
  border-radius: var(--radius-md);
  padding: 56px 20px;
  text-align: center;
}

.empty-state-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.empty-icon {
  color: var(--blue-500);
  fill: none;
  height: 48px;
  margin: 0 auto 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
  width: 48px;
}

.trust-section {
  background: var(--surface);
}

.trust-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
}

.trust-grid article {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px;
}

.trust-grid h3 {
  margin-top: 18px;
}

.trust-grid p {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.steps-section {
  background: linear-gradient(135deg, var(--blue-50), var(--orange-50));
}

.steps-layout {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.steps-layout > div > p:not(.section-kicker) {
  color: var(--ink-soft);
  max-width: 530px;
}

.steps-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps-list li {
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 15px;
  display: grid;
  gap: 15px;
  grid-template-columns: auto 1fr;
  padding: 17px;
}

.steps-list li > span {
  align-items: center;
  background: var(--navy-900);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.steps-list li:nth-child(even) > span {
  background: var(--orange-600);
}

.steps-list p,
.steps-list strong {
  margin: 0;
}

.steps-list p {
  color: var(--ink-soft);
  font-size: 0.86rem;
  margin-top: 3px;
}

.site-footer {
  background: var(--navy-950);
  color: #dce9f4;
  padding: 58px 0;
}

.footer-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
}

.brand-footer {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  padding: 8px 11px;
  margin-bottom: 15px;
  width: max-content;
}

.brand-footer .brand-logo {
  width: 205px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-grid p {
  color: #a9bed0;
  font-size: 0.84rem;
  margin-bottom: 0;
}

.footer-grid strong {
  color: #fff;
  margin-bottom: 4px;
}

.footer-grid a,
.footer-grid button {
  background: transparent;
  border: 0;
  color: #cbd9e5;
  font-size: 0.86rem;
  padding: 0;
  text-align: left;
}

.footer-grid a:hover,
.footer-grid button:hover {
  color: #fff;
}

.dialog {
  background: transparent;
  border: 0;
  max-height: 92vh;
  max-width: 940px;
  padding: 0;
  width: calc(100% - 32px);
}

.dialog::backdrop {
  background: rgba(5, 26, 45, 0.72);
  backdrop-filter: blur(6px);
}

.dialog-shell {
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  max-height: 92vh;
  overflow: auto;
  padding: 32px;
  position: relative;
}

.dialog-close {
  background: var(--canvas);
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 4;
}

.detail-header {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  margin-bottom: 28px;
  padding-right: 40px;
}

.detail-visual {
  align-items: center;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 74% 22%, rgba(242, 105, 34, 0.35), transparent 30%),
    radial-gradient(circle at 15% 79%, rgba(47, 120, 235, 0.38), transparent 34%),
    var(--navy-950);
  border-radius: var(--radius-md);
  color: #fff;
  display: flex;
  justify-content: center;
}

.detail-visual .icon {
  height: 92px;
  stroke-width: 1.3;
  width: 92px;
}

.detail-summary .listing-category {
  margin-top: 4px;
}

.detail-summary h2 {
  font-size: 2rem;
}

.detail-price {
  font-size: 1.65rem;
  font-weight: 850;
  margin-bottom: 16px;
}

.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}

.detail-badge {
  background: var(--canvas);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 7px 10px;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.detail-grid {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 26px;
}

.detail-facts {
  display: grid;
  gap: 0;
  margin: 0;
}

.detail-facts div {
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 11px 0;
}

.detail-facts dt {
  color: var(--ink-soft);
}

.detail-facts dd {
  font-weight: 750;
  margin: 0;
  text-align: right;
}

.detail-description {
  color: var(--ink-soft);
}

.wizard-heading {
  padding-right: 50px;
}

.wizard-heading h2 {
  margin-bottom: 4px;
}

.wizard-heading > p:last-child {
  color: var(--ink-soft);
  margin-bottom: 20px;
}

.wizard-progress {
  background: var(--canvas-strong);
  border-radius: 99px;
  height: 8px;
  margin-bottom: 28px;
  overflow: hidden;
}

.wizard-progress span {
  background: linear-gradient(90deg, var(--blue-500), var(--orange-500));
  display: block;
  height: 100%;
  transition: width 180ms ease;
  width: 25%;
}

.wizard-step h3 {
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.wizard-categories {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
}

.wizard-category {
  align-items: center;
  background: var(--blue-50);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  font-size: 0.76rem;
  font-weight: 750;
  gap: 7px;
  justify-content: center;
  min-height: 88px;
  padding: 10px;
  text-align: center;
}

.wizard-category[aria-pressed="true"] {
  background: var(--orange-100);
  border: 2px solid var(--orange-600);
  box-shadow: inset 0 -4px 0 var(--blue-500);
}

.wizard-category .icon {
  height: 26px;
  width: 26px;
}

.wizard-fields {
  display: grid;
  gap: 16px;
}

.wizard-fields.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wizard-fields .full-width {
  grid-column: 1 / -1;
}

.upload-placeholder {
  align-items: center;
  background: var(--blue-50);
  border: 1px dashed var(--blue-500);
  border-radius: 13px;
  display: flex;
  gap: 15px;
  padding: 18px;
}

.upload-placeholder p,
.upload-placeholder strong {
  margin: 0;
}

.upload-placeholder p {
  color: var(--ink-soft);
  font-size: 0.84rem;
  margin-top: 3px;
}

.wizard-actions {
  border-top: 1px solid var(--border);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 28px;
  padding-top: 20px;
}

.wizard-preview {
  background: var(--blue-50);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  margin-bottom: 18px;
  padding: 20px;
}

.preview-icon {
  align-items: center;
  background: linear-gradient(145deg, var(--blue-100), var(--orange-100));
  border-radius: 14px;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.preview-icon .icon {
  height: 32px;
  width: 32px;
}

.preview-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.preview-facts span {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.76rem;
  padding: 6px 9px;
}

.consent-row {
  align-items: start;
  display: flex;
  font-size: 0.84rem;
  gap: 9px;
}

.consent-row input {
  accent-color: var(--blue-600);
  flex: 0 0 auto;
  height: 19px;
  min-height: 19px;
  width: 19px;
}

.wizard-success {
  padding: 45px 10px 20px;
  text-align: center;
}

.wizard-success .success-icon {
  background: #e8f7f1;
  color: var(--success);
  margin: 0 auto 18px;
}

.wizard-success p {
  color: var(--ink-soft);
  margin: 0 auto 22px;
  max-width: 570px;
}

.toast {
  background: var(--navy-950);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  bottom: 20px;
  box-shadow: var(--shadow-md);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  left: 50%;
  max-width: calc(100% - 32px);
  padding: 13px 18px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 180;
}

.noscript {
  background: #fff3cd;
  border: 1px solid #ffe69c;
  bottom: 0;
  color: #664d03;
  margin: 0;
  padding: 12px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 200;
}

.robot-filter-panel {
  background: linear-gradient(145deg, #f7fbff, #fffaf6);
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-top: 18px;
  overflow: hidden;
}

.robot-filter-panel summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
  min-height: 60px;
  padding: 13px 16px;
}

.robot-filter-panel summary::-webkit-details-marker {
  display: none;
}

.robot-filter-panel summary > span:first-child {
  display: grid;
  gap: 2px;
}

.robot-filter-panel summary strong {
  color: var(--navy-950);
  font-size: 0.92rem;
}

.robot-filter-panel summary small,
.filter-panel-hint {
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.filter-panel-hint {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  text-align: right;
}

.filter-panel-hint::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 8px;
  margin-left: 6px;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
  width: 8px;
}

.robot-filter-panel[open] .filter-panel-hint::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.robot-filter-panel[open] summary {
  border-bottom: 1px solid var(--border);
}

.robot-filter-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 16px;
}

.robot-filter-grid label {
  color: var(--ink);
  display: grid;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 7px;
  min-width: 0;
}

.robot-filter-grid select {
  font-size: 0.82rem;
}

.robot-filter-note {
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.55;
  margin: 0;
  padding: 0 16px 16px;
}

.product-comparison-section {
  scroll-margin-top: 84px;
}

.comparison-transparency-badge {
  align-items: center;
  background: #e8f7f1;
  border: 1px solid #b9e6d7;
  border-radius: 999px;
  color: #076d4e;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 7px;
  padding: 9px 12px;
}

.comparison-transparency-badge .icon {
  height: 17px;
  width: 17px;
}

.comparison-results-bar {
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--border);
  border-radius: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 13px 16px;
}

.comparison-results-bar p {
  color: var(--ink-soft);
  font-size: 0.8rem;
  margin: 0;
}

.comparison-results-bar p:first-child {
  color: var(--ink);
  font-size: 0.9rem;
}

.product-comparison-list {
  display: grid;
  gap: 18px;
}

.comparison-product-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  min-width: 0;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.comparison-product-card:hover {
  border-color: #9eb9d1;
  box-shadow: 0 18px 44px rgba(5, 26, 45, 0.11);
}

.comparison-product-summary {
  display: grid;
  gap: 20px;
  grid-template-columns: 190px minmax(0, 1fr) 205px;
  padding: 20px;
}

.comparison-product-image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #fff, #edf4fa);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 10px;
}

.comparison-product-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.comparison-product-main {
  min-width: 0;
}

.comparison-product-eyebrow {
  align-items: center;
  color: var(--blue-600);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7rem;
  font-weight: 850;
  gap: 7px;
  letter-spacing: 0.07em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.comparison-product-main h3 {
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  margin-bottom: 6px;
}

.comparison-product-description {
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.5;
  margin-bottom: 12px;
}

.comparison-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.comparison-specs span {
  background: var(--blue-50);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--navy-900);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 9px;
}

.comparison-spec-note {
  color: var(--ink-soft);
  font-size: 0.69rem;
  line-height: 1.45;
  margin: 0 0 12px;
}

.official-product-link {
  align-items: center;
  color: var(--blue-600);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 6px;
}

.official-product-link .icon {
  height: 16px;
  width: 16px;
}

.product-price-overview {
  align-content: start;
  background: var(--blue-50);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.price-overview-item {
  display: grid;
  gap: 2px;
}

.price-overview-item + .price-overview-item {
  border-top: 1px solid var(--border);
  padding-top: 9px;
}

.price-overview-item span,
.price-overview-item small {
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.price-overview-item strong {
  color: var(--navy-950);
  font-size: 1.05rem;
}

.price-overview-item.is-demo strong {
  color: var(--orange-700);
}

.comparison-source-list {
  border-top: 1px solid var(--border);
}

.comparison-source-heading {
  align-items: center;
  background: #f8fafc;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 11px 20px;
}

.comparison-source-heading strong {
  font-size: 0.82rem;
}

.comparison-source-heading span {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.comparison-source-row {
  align-items: center;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(150px, 0.9fr) minmax(180px, 1.25fr) minmax(125px, 0.65fr) minmax(135px, auto);
  padding: 14px 20px;
}

.comparison-source-row:first-of-type {
  border-top: 0;
}

.source-identity,
.source-status,
.source-price-block {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.source-kind {
  border-radius: 999px;
  font-size: 0.63rem;
  font-weight: 850;
  justify-self: start;
  letter-spacing: 0.04em;
  padding: 4px 7px;
  text-transform: uppercase;
}

.source-kind.is-manufacturer {
  background: var(--blue-100);
  color: var(--blue-600);
}

.source-kind.is-comparison {
  background: #e8f7f1;
  color: #076d4e;
}

.source-kind.is-demo {
  background: var(--orange-100);
  color: var(--orange-700);
}

.source-identity strong,
.source-price-block strong {
  color: var(--navy-950);
  font-size: 0.88rem;
}

.source-identity small,
.source-status span,
.source-status small,
.source-price-block small {
  color: var(--ink-soft);
  font-size: 0.7rem;
  line-height: 1.4;
}

.source-status .is-unavailable {
  color: #9b3a15;
  font-weight: 750;
}

.source-status .is-available {
  color: #076d4e;
  font-weight: 750;
}

.source-price-block strong {
  font-size: 1rem;
}

.source-action {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--blue-500);
  border-radius: 10px;
  color: var(--blue-600);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 850;
  gap: 6px;
  justify-content: center;
  min-height: 42px;
  padding: 9px 11px;
  text-decoration: none;
}

.source-action:hover,
.source-action:focus-visible {
  background: var(--blue-100);
}

.source-action .icon {
  height: 15px;
  width: 15px;
}

.comparison-disclosure {
  align-items: flex-start;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 13px;
  color: #7c2d12;
  display: flex;
  font-size: 0.75rem;
  gap: 8px;
  line-height: 1.5;
  margin-top: 18px;
  padding: 12px 14px;
}

.comparison-disclosure strong {
  flex: 0 0 auto;
}

.listings-intro {
  color: var(--ink-soft);
  font-size: 0.86rem;
  margin: 9px 0 0;
  max-width: 720px;
}

@media (max-width: 1050px) {
  .header-inner {
    gap: 10px;
  }

  .site-header .brand-logo {
    width: 150px;
  }

  .main-nav {
    gap: 16px;
  }

  .main-nav a,
  .main-nav button {
    font-size: 0.88rem;
  }

  .login-button {
    display: none;
  }

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

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

  .robot-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .comparison-product-summary {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .product-price-overview {
    display: flex;
    grid-column: 2;
  }

  .price-overview-item {
    flex: 1;
  }

  .price-overview-item + .price-overview-item {
    border-left: 1px solid var(--border);
    border-top: 0;
    padding-left: 10px;
    padding-top: 0;
  }

  .comparison-source-row {
    grid-template-columns: minmax(145px, 0.8fr) minmax(170px, 1fr) minmax(115px, 0.65fr) auto;
  }

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

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

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

@media (max-width: 820px) {
  .container {
    padding-inline: 18px;
  }

  .search-card,
  .search-panel {
    overflow: hidden;
  }

  .header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .menu-button {
    display: inline-flex;
  }

  .main-nav {
    align-items: stretch;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow-md);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 18px;
    padding: 10px;
    position: absolute;
    right: 18px;
    top: 66px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a,
  .main-nav button {
    border-radius: 9px;
    font-size: 0.95rem;
    padding: 12px;
    text-align: left;
  }

  .header-actions {
    justify-self: end;
  }

  .hero {
    padding: 0;
  }

  .hero-photo {
    aspect-ratio: 4 / 3;
    margin: 0;
    max-height: none;
    max-width: none;
  }

  .search-panel {
    grid-template-columns: 1fr;
  }

  .category-rail {
    border-radius: var(--radius-md);
    padding: 18px;
  }

  .category-picker-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-button {
    min-height: 94px;
  }

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

  .comparison-product-summary {
    grid-template-columns: 145px minmax(0, 1fr);
  }

  .product-price-overview {
    grid-column: 1 / -1;
  }

  .comparison-source-row {
    grid-template-columns: minmax(145px, 0.85fr) minmax(180px, 1.15fr) auto;
  }

  .comparison-source-row .source-action {
    grid-column: 1 / -1;
    justify-self: end;
    min-width: 180px;
  }

  .steps-layout {
    gap: 42px;
    grid-template-columns: 1fr;
  }

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

  .detail-header {
    grid-template-columns: 1fr;
  }

  .detail-visual {
    max-height: 310px;
  }
}

@media (max-width: 620px) {
  .container {
    padding-inline: 14px;
  }

  .site-header .container {
    padding-inline: 10px;
  }

  .header-inner {
    min-height: 64px;
  }

  .brand {
    font-size: 1.05rem;
  }

  .brand-mark {
    height: 32px;
    width: 32px;
  }

  .site-header .brand-logo {
    height: 44px;
    object-fit: contain;
    width: 44px;
  }

  .header-sell {
    min-width: 46px;
    padding: 0;
  }

  .header-sell .icon + * {
    display: none;
  }

  .header-sell {
    font-size: 0;
  }

  .header-sell .icon {
    display: block;
  }

  .hero {
    padding: 0;
  }

  h1 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
  }

  .hero-photo {
    aspect-ratio: 4 / 3;
  }

  .hero-photo > img {
    object-position: 57% center;
  }

  .search-card {
    border-radius: 19px;
    padding: 18px;
  }

  .search-heading {
    text-align: left;
  }

  .quick-search input {
    font-size: 0.9rem;
    min-height: 54px;
  }

  .category-picker-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .category-picker-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-button {
    min-height: 92px;
    padding-inline: 5px;
  }

  .category-label {
    font-size: 0.68rem;
  }

  .filter-details > summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .filter-details-action {
    align-self: stretch;
    text-align: center;
  }

  .filter-content {
    padding: 16px;
  }

  .robot-filter-panel summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .filter-panel-hint {
    text-align: left;
  }

  .robot-filter-grid {
    grid-template-columns: 1fr;
  }

  .comparison-results-bar,
  .comparison-disclosure {
    align-items: stretch;
    flex-direction: column;
  }

  .comparison-product-summary {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .comparison-product-image {
    aspect-ratio: 16 / 9;
  }

  .product-price-overview {
    flex-direction: column;
    grid-column: auto;
  }

  .price-overview-item + .price-overview-item {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding-left: 0;
    padding-top: 9px;
  }

  .comparison-source-heading,
  .comparison-source-row {
    padding-inline: 16px;
  }

  .comparison-source-row {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .comparison-source-row .source-action {
    grid-column: auto;
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

  .filter-grid,
  .manufacturer-products-grid,
  .listing-grid,
  .trust-grid,
  .detail-grid,
  .wizard-fields.two-columns {
    grid-template-columns: 1fr;
  }

  .filter-footer,
  .section-header,
  .results-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .filter-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .filter-actions .button {
    width: 100%;
  }

  .offer-modes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .offer-modes label {
    justify-content: center;
  }

  .manufacturer-products-section,
  .listings-section,
  .trust-section,
  .steps-section {
    padding: 62px 0;
  }

  .sort-control {
    min-width: 0;
  }

  .listing-meta {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .dialog {
    max-height: 96vh;
    width: calc(100% - 16px);
  }

  .dialog-shell {
    border-radius: 18px;
    max-height: 96vh;
    padding: 22px 16px;
  }

  .detail-header {
    padding-right: 0;
  }

  .detail-summary {
    padding-right: 32px;
  }

  .wizard-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wizard-fields .full-width {
    grid-column: auto;
  }

  .wizard-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .wizard-actions .button:last-child {
    grid-column: 2;
  }

  .wizard-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .header-actions > .icon-button {
    display: none;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
