.hero-panel.ebay-shop-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 30px);
  color: #edf3f7;
  background:
    radial-gradient(circle at 20% 0%, rgba(79, 209, 224, 0.24), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(95, 211, 141, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(18, 26, 34, 0.94), rgba(7, 12, 16, 0.96));
  border-color: color-mix(in srgb, var(--cyan) 38%, rgba(255, 255, 255, 0.1));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.34),
    0 0 44px rgba(79, 209, 224, 0.14);
  backdrop-filter: blur(16px);
}
.hero-panel.ebay-shop-card::before {
  background:
    linear-gradient(90deg, rgba(79, 209, 224, 0.13) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
.hero-panel.ebay-shop-card::after {
  position: absolute;
  inset: auto 18px 18px auto;
  width: 120px;
  height: 120px;
  content: "";
  background: radial-gradient(circle, rgba(245, 185, 66, 0.2), transparent 66%);
  filter: blur(12px);
}
.shop-card-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}
.shop-kicker {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.shop-card-header h2 {
  color: #f7fbff;
  font-size: clamp(1.8rem, 3vw, 3rem);
}
.shop-card-header p:not(.shop-kicker) {
  max-width: 300px;
  margin: 12px 0 0;
  color: rgba(237, 243, 247, 0.74);
}
.shop-live-badge {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: #071012;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(95, 211, 141, 0.28);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}
.qr-shell,
.qr-copy,
.shop-button {
  position: relative;
  z-index: 1;
}
.qr-shell {
  display: grid;
  place-items: center;
  margin: 34px auto 24px;
  padding: clamp(14px, 3vw, 22px);
  width: min(100%, 330px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 46px rgba(0, 0, 0, 0.24);
}
.qr-shell img {
  width: min(100%, 260px);
  background: #ffffff;
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}
.qr-copy {
  max-width: 360px;
  margin: 0 auto;
  color: rgba(237, 243, 247, 0.78);
  text-align: center;
}
.shop-button {
  width: min(100%, 330px);
  margin: 24px auto 0;
}

@media (max-width: 560px) {
  .shop-card-header { flex-direction: column; }
}
