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

.gote-v4-compare-tray {
  position: fixed;
  z-index: 70;
  right: 20px;
  bottom: 20px;
  left: 20px;
  pointer-events: none;
}

.gote-v4-compare-tray[hidden] {
  display: none;
}

.gote-v4-compare-tray__content {
  width: min(980px, 100%);
  min-height: 76px;
  margin-inline: auto;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(170px, auto) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  color: #fff;
  background: #172033;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 18px;
  box-shadow: 0 18px 52px rgb(23 32 51 / 32%);
  pointer-events: auto;
}

.gote-v4-compare-tray__summary {
  display: grid;
  gap: 2px;
}

.gote-v4-compare-tray__summary strong {
  font: 800 14px/1.3 Manrope, Inter, sans-serif;
}

.gote-v4-compare-tray__summary span {
  color: #cbd5e1;
  font-size: 12px;
}

.gote-v4-compare-tray__items {
  min-width: 0;
  display: flex;
  gap: 7px;
  overflow: hidden;
}

.gote-v4-compare-tray__items button {
  min-width: 0;
  max-width: 170px;
  min-height: 44px;
  padding: 8px 11px;
  color: #e2e8f0;
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 12px;
  cursor: pointer;
}

.gote-v4-compare-tray__items span {
  display: -webkit-box;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gote-v4-compare-tray__actions {
  display: flex;
  gap: 8px;
}

.gote-v4-compare-tray__actions button,
.gote-v4-compare-tray__actions a {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.gote-v4-compare-tray__actions button {
  color: #e2e8f0;
  background: transparent;
  border: 1px solid #64748b;
}

.gote-v4-compare-tray__actions a {
  color: #fff;
  background: #5b4bff;
  border: 1px solid #5b4bff;
}

.gote-v4-compare-tray__actions a[aria-disabled="true"] {
  opacity: .58;
  pointer-events: none;
}

.gote-v4-compare-shell {
  width: min(1380px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 80px;
}

.gote-v4-compare-heading {
  margin-bottom: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.gote-v4-compare-heading h1 {
  margin: 4px 0 8px;
  color: #172033;
  font: 800 clamp(30px, 4vw, 52px)/1.04 Manrope, Inter, sans-serif;
  letter-spacing: -.04em;
}

.gote-v4-compare-heading p {
  max-width: 720px;
  margin: 0;
  color: #64748b;
}

.gote-v4-kicker {
  color: #5b4bff !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gote-v4-compare-scroll {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 44px rgb(23 32 51 / 8%);
}

.gote-v4-compare-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  table-layout: fixed;
}

.gote-v4-compare-table th,
.gote-v4-compare-table td {
  padding: 16px;
  vertical-align: top;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  text-align: left;
}

.gote-v4-compare-table tr > :first-child {
  width: 150px;
  color: #475569;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 800;
}

.gote-v4-compare-product {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.gote-v4-compare-product > a {
  color: #172033;
  text-decoration: none;
}

.gote-v4-compare-product img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  background: #f7f8fc;
  border-radius: 14px;
}

.gote-v4-compare-product strong {
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  font: 750 13px/1.4 Inter, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.gote-v4-compare-remove {
  width: fit-content;
  min-height: 44px;
  color: #64748b;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  cursor: pointer;
}

.gote-v4-compare-price {
  color: #172033;
  font: 850 20px/1.2 Manrope, Inter, sans-serif;
}

.gote-v4-evidence {
  width: fit-content;
  padding: 6px 9px;
  display: inline-flex;
  color: #4c3de3;
  background: #f0eeff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.gote-v4-evidence--good {
  color: #087a55;
  background: #e9f8f1;
}

.gote-v4-evidence--neutral {
  color: #64748b;
  background: #f1f5f9;
}

.gote-v4-button {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.gote-v4-button--primary {
  color: #fff;
  background: #5b4bff;
  border: 1px solid #5b4bff;
}

.gote-v4-button--secondary {
  color: #4736e8;
  background: #fff;
  border: 1px solid #c7c2ff;
}

.gote-v4-compare-empty {
  min-height: 260px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #172033;
  background: #f0eeff;
  border: 1px solid #dcd8ff;
  border-radius: 20px;
  text-align: left;
}

.gote-v4-compare-empty h2 {
  margin: 0 0 8px;
  font: 800 24px/1.2 Manrope, Inter, sans-serif;
}

.gote-v4-compare-empty p {
  margin: 0 0 18px;
  color: #64748b;
}

@media (max-width: 760px) {
  .gote-v4-compare-tray {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .gote-v4-compare-tray__content {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    border-radius: 16px;
  }

  .gote-v4-compare-tray__items {
    display: none;
  }

  .gote-v4-compare-tray__summary span,
  .gote-v4-compare-tray__actions button {
    display: none;
  }

  .gote-v4-compare-tray__actions a {
    padding-inline: 14px;
  }

  .gote-v4-compare-shell {
    width: min(100% - 20px, 1380px);
    padding-top: 24px;
  }

  .gote-v4-compare-heading {
    align-items: start;
    flex-direction: column;
  }

  .gote-v4-compare-heading h1 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gote-v4-compare-tray *,
  .gote-v4-compare-page * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
