.eazi-df,
.eazi-df * {
  box-sizing: border-box;
}

.eazi-df {
  --edf-accent: #007aff;
  --edf-accent-2: #00d9ff;
  --edf-text: #111318;
  --edf-muted: #686b73;
  --edf-soft: #f5f6f8;
  --edf-soft-2: #eef6ff;
  --edf-line: #e5e7eb;
  --edf-card: #fff;
  --edf-radius: 26px;
  width: 100%;
  color: var(--edf-text);
  font-family: inherit;
}

.eazi-df button,
.eazi-df input,
.eazi-df select {
  font: inherit;
}

.eazi-df button {
  cursor: pointer;
}

.eazi-df [hidden] {
  display: none !important;
}

.eazi-df__shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 52px 0 64px;
}

.eazi-df__header {
  max-width: 760px;
  margin-bottom: 28px;
}

.eazi-df__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--edf-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.eazi-df__header h2,
.eazi-df__results-head h3,
.eazi-df__filters-head h3,
.eazi-df__compare-head h3 {
  margin: 0;
  color: var(--edf-text);
  font-weight: 800;
  letter-spacing: -.035em;
}

.eazi-df__header h2 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
}

.eazi-df__header p {
  max-width: 660px;
  margin: 14px 0 0;
  color: var(--edf-muted);
  font-size: 17px;
  line-height: 1.6;
}

.eazi-df__mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: 620px;
  margin-bottom: 22px;
  padding: 6px;
  border-radius: 20px;
  background: #eef0f3;
}

.eazi-df__mode {
  min-height: 68px;
  padding: 11px 18px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: #34363c;
  font-weight: 800;
  text-align: left;
  transition: .2s ease;
}

.eazi-df__mode small {
  display: block;
  margin-top: 3px;
  color: #777b85;
  font-size: 11px;
  font-weight: 600;
}

.eazi-df__mode.is-active {
  background: #fff;
  color: var(--edf-text);
  box-shadow: 0 7px 22px rgba(15, 23, 42, .08);
}

.eazi-df__search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
  border: 1px solid var(--edf-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(15, 23, 42, .055);
}

.eazi-df__search svg {
  width: 23px;
  height: 23px;
  margin-left: 18px;
  color: #4e525b;
  flex: 0 0 auto;
}

.eazi-df__search input {
  width: 100%;
  height: 60px;
  padding: 0 48px 0 13px;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: var(--edf-text);
  box-shadow: none !important;
  font-size: 16px;
}

.eazi-df__search-clear {
  position: absolute;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f2f3f5;
  color: #555963;
  font-size: 24px;
  line-height: 1;
}

.eazi-df__panel {
  border: 1px solid var(--edf-line);
  border-radius: var(--edf-radius);
  background: #fff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .075);
  overflow: hidden;
}

.eazi-df__step {
  padding: 30px;
  border-bottom: 1px solid var(--edf-line);
}

.eazi-df__step:last-child {
  border-bottom: 0;
}

.eazi-df__step--compact {
  padding-top: 24px;
  padding-bottom: 24px;
}

.eazi-df__step-head,
.eazi-df__results-head,
.eazi-df__filters-head,
.eazi-df__drawer-head,
.eazi-df__compare-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.eazi-df__step-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eazi-df__step-head > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--edf-soft-2);
  color: var(--edf-accent);
  font-size: 11px;
  font-weight: 900;
}

.eazi-df__step-head h3,
.eazi-df__step-head--small h3 {
  margin: 0;
  color: var(--edf-text);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.eazi-df__step-head > small {
  color: var(--edf-muted);
  font-size: 12px;
}

.eazi-df__step-head--small {
  margin-bottom: 12px;
}

.eazi-df__step-head--small h3 {
  font-size: 16px;
}

.eazi-df__text-button,
.eazi-df__clear-all,
.eazi-df__advanced-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--edf-accent);
  font-size: 13px;
  font-weight: 800;
}

.eazi-df__choice-grid,
.eazi-df__priority-grid,
.eazi-df__chips,
.eazi-df__budget-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.eazi-df__choice-grid--brand {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eazi-df__choice,
.eazi-df__priority-grid button,
.eazi-df__chips button,
.eazi-df__budget-presets button {
  min-height: 46px;
  padding: 11px 15px;
  border: 1px solid var(--edf-line);
  border-radius: 14px;
  background: #fff;
  color: #34363d;
  font-size: 14px;
  font-weight: 750;
  transition: .18s ease;
}

.eazi-df__choice {
  min-height: 76px;
  text-align: left;
}

.eazi-df__choice strong,
.eazi-df__choice small {
  display: block;
}

.eazi-df__choice strong {
  color: var(--edf-text);
  font-size: 17px;
}

.eazi-df__choice small {
  margin-top: 5px;
  color: var(--edf-muted);
  font-size: 11px;
  font-weight: 650;
}

.eazi-df__choice:hover,
.eazi-df__priority-grid button:hover,
.eazi-df__chips button:hover,
.eazi-df__budget-presets button:hover {
  border-color: #b9d8ff;
  transform: translateY(-1px);
}

.eazi-df__choice.is-active,
.eazi-df__priority-grid button.is-active,
.eazi-df__chips button.is-active,
.eazi-df__budget-presets button.is-active {
  border-color: var(--edf-accent);
  background: var(--edf-soft-2);
  color: #143d80;
  box-shadow: inset 0 0 0 1px var(--edf-accent);
}

.eazi-df__choice[disabled],
.eazi-df__priority-grid button[disabled],
.eazi-df__chips button[disabled],
.eazi-df__budget-presets button[disabled] {
  opacity: .35;
  cursor: not-allowed;
  transform: none;
}

.eazi-df__choice em,
.eazi-df__chips em,
.eazi-df__facet-option em {
  margin-left: 6px;
  color: var(--edf-muted);
  font-size: 10px;
  font-style: normal;
}

.eazi-df__priority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eazi-df__priority-grid button {
  min-height: 56px;
  text-align: left;
}

.eazi-df__budget {
  margin-top: 24px;
}

.eazi-df__budget-output {
  color: var(--edf-text);
  font-size: 14px;
  font-weight: 800;
}

.eazi-df__range-wrap {
  position: relative;
  height: 24px;
  margin: 0 8px 14px;
}

.eazi-df__range-wrap::before,
.eazi-df__range-fill {
  position: absolute;
  top: 11px;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 999px;
}

.eazi-df__range-wrap::before {
  content: '';
  background: #dfe3e9;
}

.eazi-df__range-fill {
  background: linear-gradient(90deg, var(--edf-accent), var(--edf-accent-2));
}

.eazi-df__range-wrap input[type="range"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.eazi-df__range-wrap input[type="range"]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--edf-accent);
  box-shadow: 0 2px 9px rgba(0, 0, 0, .22);
  pointer-events: auto;
  -webkit-appearance: none;
}

.eazi-df__range-wrap input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--edf-accent);
  box-shadow: 0 2px 9px rgba(0, 0, 0, .22);
  pointer-events: auto;
}

.eazi-df__quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.eazi-df__guided-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 30px;
  background: #fafbfc;
}

.eazi-df__advanced-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #33363d;
  font-size: 14px;
}

.eazi-df__advanced-link span {
  color: var(--edf-accent);
  font-size: 22px;
  line-height: 1;
}

.eazi-df__primary {
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 14px;
  background: var(--edf-accent);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 9px 24px rgba(0, 122, 255, .24);
  transition: .2s ease;
}

.eazi-df__primary:hover {
  background: linear-gradient(135deg, var(--edf-accent), var(--edf-accent-2));
  transform: translateY(-1px);
}

.eazi-df__advanced-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr);
  min-height: 580px;
}

.eazi-df__filters {
  padding: 30px;
  border-right: 1px solid var(--edf-line);
}

.eazi-df__filters-head {
  align-items: flex-start;
  margin-bottom: 10px;
}

.eazi-df__filters-head h3 {
  font-size: 26px;
}

.eazi-df__advanced-preview {
  padding: 30px;
  background: #f7f9fb;
}

.eazi-df__advanced-preview-card {
  position: sticky;
  top: 24px;
  padding: 28px;
  border-radius: 22px;
  background: #0e1117;
  color: #fff;
}

.eazi-df__advanced-preview-card span {
  color: #afbac9;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.eazi-df__advanced-preview-card strong {
  display: block;
  margin: 12px 0 6px;
  font-size: 58px;
  line-height: 1;
}

.eazi-df__advanced-preview-card p {
  margin: 0 0 22px;
  color: #c7ced8;
  font-size: 13px;
  line-height: 1.55;
}

.eazi-df__advanced-preview-card .eazi-df__primary {
  width: 100%;
}

.eazi-df__facet {
  border-bottom: 1px solid var(--edf-line);
}

.eazi-df__facet:last-child {
  border-bottom: 0;
}

.eazi-df__facet summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 19px 0;
  list-style: none;
  color: var(--edf-text);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.eazi-df__facet summary::-webkit-details-marker {
  display: none;
}

.eazi-df__facet summary::after {
  content: '+';
  color: var(--edf-accent);
  font-size: 22px;
  font-weight: 500;
}

.eazi-df__facet[open] summary::after {
  content: '−';
}

.eazi-df__facet-options {
  display: grid;
  gap: 3px;
  padding: 0 0 18px;
}

.eazi-df__facet-option {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 39px;
  color: #4e515a;
  font-size: 13px;
  cursor: pointer;
}

.eazi-df__facet-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--edf-accent);
}

.eazi-df__facet-option span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.eazi-df__swatch {
  width: 18px;
  height: 18px;
  border: 2px solid #d5d8df;
  border-radius: 50%;
  background: #ddd;
  flex: 0 0 auto;
}

.eazi-df__facet-option small {
  color: #9296a0;
  font-size: 10px;
}

.eazi-df__applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 24px 0 0;
  padding: 12px 14px;
  border: 1px solid var(--edf-line);
  border-radius: 16px;
  background: #fff;
}

.eazi-df__applied-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.eazi-df__applied-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: var(--edf-soft-2);
  color: #174a92;
  font-size: 11px;
  font-weight: 800;
}

.eazi-df__applied-chip span {
  font-size: 16px;
  line-height: 1;
}

.eazi-df__results {
  padding-top: 50px;
  scroll-margin-top: 30px;
}

.eazi-df__results-head {
  margin-bottom: 22px;
}

.eazi-df__results-head h3 {
  font-size: clamp(25px, 3vw, 36px);
}

.eazi-df__sort {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--edf-muted);
  font-size: 12px;
  font-weight: 700;
}

.eazi-df__sort select {
  min-width: 180px;
  height: 44px;
  padding: 0 38px 0 13px;
  border: 1px solid var(--edf-line);
  border-radius: 12px;
  background-color: #fff;
  color: var(--edf-text);
  box-shadow: none;
  font-weight: 750;
}

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

.eazi-df__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--edf-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(15, 23, 42, .07);
  transition: .2s ease;
}

.eazi-df__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(15, 23, 42, .12);
}

.eazi-df__card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.35 / 1;
  padding: 22px;
  background: #f4f5f6;
}

.eazi-df__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.eazi-df__card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  padding: 7px 10px;
  border-radius: 999px;
  background: #111318;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.eazi-df__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px;
}

.eazi-df__card h4 {
  margin: 0;
  color: var(--edf-text);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.eazi-df__card-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 22px;
  margin-top: 8px;
}

.eazi-df__card-reasons span {
  padding: 5px 7px;
  border-radius: 8px;
  background: #eef6ff;
  color: #245d9f;
  font-size: 9px;
  font-weight: 800;
}

.eazi-df__card-attrs {
  margin-top: 12px;
}

.eazi-df__card-pills,
.eazi-df__card-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.eazi-df__card-pills span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f7f2f5;
  color: #30333a;
  font-size: 10px;
  font-weight: 800;
}

.eazi-df__card-swatches {
  margin-top: 9px;
}

.eazi-df__card-swatches span {
  width: 18px;
  height: 18px;
  border: 2px solid #d9dce2;
  border-radius: 50%;
  background: #cfd2d7;
}

.eazi-df__card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.eazi-df__card-price small,
.eazi-df__card-price strong {
  display: block;
}

.eazi-df__card-price small {
  color: var(--edf-muted);
  font-size: 10px;
}

.eazi-df__card-price strong {
  color: var(--edf-accent);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.eazi-df__card-link {
  color: var(--edf-text);
  font-size: 11px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.eazi-df__compare-toggle {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 6px 8px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .95);
  color: #34363c;
  font-size: 9px;
  font-weight: 850;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .07);
}

.eazi-df__compare-toggle.is-active {
  border-color: var(--edf-accent);
  background: var(--edf-accent);
  color: #fff;
}

.eazi-df__loading,
.eazi-df__empty {
  min-height: 190px;
  padding: 48px 20px;
  border: 1px dashed #d4d8df;
  border-radius: 22px;
  text-align: center;
}

.eazi-df__loading span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  border-radius: 50%;
  background: var(--edf-accent);
  animation: edf-bounce 1s infinite alternate;
}

.eazi-df__loading span:nth-child(2) { animation-delay: .15s; }
.eazi-df__loading span:nth-child(3) { animation-delay: .3s; }

.eazi-df__loading p,
.eazi-df__empty {
  color: var(--edf-muted);
  font-size: 14px;
}

@keyframes edf-bounce {
  to { transform: translateY(-8px); opacity: .45; }
}

.eazi-df__pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 26px;
}

.eazi-df__pagination button {
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--edf-line);
  border-radius: 11px;
  background: #fff;
  color: var(--edf-text);
  font-size: 12px;
  font-weight: 800;
}

.eazi-df__pagination button.is-active {
  border-color: var(--edf-accent);
  background: var(--edf-accent);
  color: #fff;
}

.eazi-df__mobile-drawer,
.eazi-df__compare-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.eazi-df__drawer-backdrop,
.eazi-df__compare-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(10, 13, 18, .55);
}

.eazi-df__drawer-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.eazi-df__drawer-head {
  min-height: 74px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--edf-line);
}

.eazi-df__drawer-head > button:first-child {
  width: 42px;
  height: 42px;
  border: 1px solid var(--edf-line);
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
}

.eazi-df__drawer-head strong {
  font-size: 17px;
}

.eazi-df__drawer-body {
  flex: 1 1 auto;
  padding: 0 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.eazi-df__drawer-action {
  padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--edf-line);
  background: #fff;
}

.eazi-df__drawer-action .eazi-df__primary {
  width: 100%;
}

.eazi-df__compare-bar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 99990;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
  padding: 12px 14px 12px 18px;
  border-radius: 18px;
  background: #0f1217;
  color: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .32);
}

.eazi-df__compare-bar > span {
  font-size: 13px;
  font-weight: 800;
}

.eazi-df__compare-bar > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eazi-df__compare-bar > div > button:first-child {
  border: 0;
  background: transparent;
  color: #c8ced7;
  font-size: 11px;
  font-weight: 700;
}

.eazi-df__compare-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(980px, calc(100% - 32px));
  max-height: calc(100vh - 42px);
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .36);
}

.eazi-df__compare-head {
  min-height: 72px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--edf-line);
}

.eazi-df__compare-head h3 {
  font-size: 24px;
}

.eazi-df__compare-head button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #f1f3f5;
  font-size: 24px;
}

.eazi-df__compare-content {
  max-height: calc(100vh - 115px);
  padding: 22px;
  overflow: auto;
}

.eazi-df__compare-grid {
  display: grid;
  grid-template-columns: 150px repeat(var(--edf-compare-count, 2), minmax(190px, 1fr));
  min-width: 650px;
  border: 1px solid var(--edf-line);
  border-radius: 16px;
  overflow: hidden;
}

.eazi-df__compare-cell {
  min-height: 54px;
  padding: 13px;
  border-right: 1px solid var(--edf-line);
  border-bottom: 1px solid var(--edf-line);
  font-size: 12px;
}

.eazi-df__compare-cell:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.eazi-df__compare-cell--label {
  background: #f6f7f9;
  color: #4f535b;
  font-weight: 800;
}

.eazi-df__compare-product img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.eazi-df__compare-product strong {
  display: block;
  text-align: center;
}

.eazi-df__skeleton {
  display: block;
  border-radius: 14px;
  background: linear-gradient(90deg, #f0f1f3 25%, #fafafa 37%, #f0f1f3 63%);
  background-size: 400% 100%;
  animation: edf-skeleton 1.4s ease infinite;
}

.eazi-df__skeleton--choice { height: 76px; }
.eazi-df__skeleton--filter { height: 58px; margin: 10px 0; }

@keyframes edf-skeleton {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

body.eazi-df-lock {
  overflow: hidden !important;
}

@media (max-width: 1024px) {
  .eazi-df__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eazi-df__advanced-layout {
    grid-template-columns: 1fr;
  }

  .eazi-df__filters {
    border-right: 0;
  }

  .eazi-df__advanced-preview {
    display: none;
  }
}

@media (max-width: 767px) {
  .eazi-df__shell {
    width: min(100% - 22px, 700px);
    padding: 34px 0 52px;
  }

  .eazi-df__header {
    margin-bottom: 20px;
  }

  .eazi-df__header h2 {
    font-size: 34px;
  }

  .eazi-df__header p {
    margin-top: 10px;
    font-size: 14px;
  }

  .eazi-df__mode-switch {
    max-width: none;
  }

  .eazi-df__mode {
    min-height: 60px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .eazi-df__mode small {
    font-size: 9px;
  }

  .eazi-df__search input {
    height: 54px;
    font-size: 14px;
  }

  .eazi-df__panel {
    border-radius: 22px;
  }

  .eazi-df__step {
    padding: 22px 18px;
  }

  .eazi-df__step-head {
    align-items: flex-start;
  }

  .eazi-df__step-head h3 {
    font-size: 17px;
  }

  .eazi-df__choice-grid--brand,
  .eazi-df__priority-grid,
  .eazi-df__quick-grid {
    grid-template-columns: 1fr;
  }

  .eazi-df__choice-grid--brand {
    display: grid;
  }

  .eazi-df__choice {
    min-height: 64px;
  }

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

  .eazi-df__priority-grid button {
    min-height: 50px;
    font-size: 12px;
  }

  .eazi-df__quick-grid {
    gap: 22px;
  }

  .eazi-df__guided-actions {
    position: sticky;
    bottom: 0;
    z-index: 10;
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  }

  .eazi-df__advanced-link {
    font-size: 12px;
  }

  .eazi-df__primary {
    min-height: 46px;
    padding: 11px 16px;
    font-size: 13px;
  }

  .eazi-df__panel[data-panel="advanced"] .eazi-df__filters {
    display: none;
  }

  .eazi-df__panel[data-panel="advanced"] {
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .eazi-df__panel[data-panel="advanced"]::before {
    content: 'Use the full-screen filter panel to refine every available product attribute.';
    display: block;
    padding: 24px 18px;
    border: 1px solid var(--edf-line);
    border-radius: 20px;
    background: #fff;
    color: var(--edf-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .eazi-df__panel[data-panel="advanced"]::after {
    content: 'Open filters';
    display: block;
    margin-top: 12px;
    padding: 14px;
    border-radius: 14px;
    background: var(--edf-accent);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    pointer-events: none;
  }

  .eazi-df__applied {
    align-items: flex-start;
  }

  .eazi-df__results {
    padding-top: 38px;
  }

  .eazi-df__results-head {
    align-items: flex-end;
  }

  .eazi-df__results-head h3 {
    font-size: 24px;
  }

  .eazi-df__sort {
    display: block;
  }

  .eazi-df__sort > span {
    display: none;
  }

  .eazi-df__sort select {
    min-width: 140px;
    height: 41px;
    font-size: 11px;
  }

  .eazi-df__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .eazi-df__card {
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 196px;
    border-radius: 20px;
  }

  .eazi-df__card-media {
    aspect-ratio: auto;
    min-height: 196px;
    padding: 13px;
  }

  .eazi-df__card-body {
    min-width: 0;
    padding: 16px 14px;
  }

  .eazi-df__card h4 {
    font-size: 18px;
  }

  .eazi-df__card-reasons {
    display: none;
  }

  .eazi-df__card-pills span {
    padding: 5px 8px;
    font-size: 9px;
  }

  .eazi-df__card-price strong {
    font-size: 18px;
  }

  .eazi-df__card-link {
    display: none;
  }

  .eazi-df__compare-toggle {
    top: 8px;
    right: 8px;
    padding: 5px 7px;
  }

  .eazi-df__compare-dialog {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 88vh;
    border-radius: 24px 24px 0 0;
    transform: none;
  }
}
