/* SecureTixx marketplace mockup — 1:1 layout */

.stx-shop-v2 {
  --stx-mock-bg: #f4f1ea;
  --stx-mock-ink: #111827;
  --stx-mock-muted: #6b7280;
  --stx-mock-line: #e5e7eb;
  --stx-mock-lime: #c6ff00;
  --stx-mock-lime-bright: #d4ff4d;
  --stx-mock-lime-dark: #84cc16;
  --stx-mock-green: #031208;
  --stx-mock-emerald: #22c55e;
  --stx-mock-hero-top: #000a05;
  --stx-mock-hero-mid: #021208;
  --stx-mock-trust-bg: #e8f3ea;
  background: var(--stx-mock-bg) !important;
  color: var(--stx-mock-ink);
}

.stx-shop-v2 .stx-shop-bar,
.stx-shop-v2 .shop-discover,
.stx-shop-v2 .trust-row,
.stx-shop-v2 .discover-sections,
.stx-shop-v2 .topbar,
.stx-shop-v2 > footer:not(.stx-trust-footer):not(.tm-site-footer) {
  display: none !important;
}

/* ── 1. Header ── */
.stx-shop-v2 .stx-header--mock {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(2, 8, 4, 0.94);
  border-bottom: 1px solid rgba(163, 230, 53, 0.08);
  backdrop-filter: blur(16px);
}

.stx-shop-v2 .stx-header--mock .stx-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.stx-shop-v2 .stx-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  justify-self: start;
}

.stx-shop-v2 .stx-brand-mark {
  width: 36px;
  height: 42px;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
  box-shadow: none;
  filter: drop-shadow(0 0 12px rgba(198, 255, 0, 0.42));
}

.stx-shop-v2 .stx-brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.stx-shop-v2 .stx-brand-name {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.stx-shop-v2 .stx-nav--center {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0;
}

.stx-shop-v2 .stx-nav--center a {
  position: relative;
  padding: 0.45rem 0.85rem;
  color: rgba(236, 253, 245, 0.72);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0;
  background: transparent !important;
}

.stx-shop-v2 .stx-nav--center a:hover {
  color: #ecfdf5;
}

.stx-shop-v2 .stx-nav--center a.is-active {
  color: #ecfdf5;
}

.stx-shop-v2 .stx-nav--center a.is-active::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: -0.55rem;
  height: 3px;
  border-radius: 999px;
  background: var(--stx-mock-lime);
}

.stx-shop-v2 .stx-nav-soon {
  padding: 0.45rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(236, 253, 245, 0.45);
  cursor: default;
  user-select: none;
  white-space: nowrap;
}

.stx-shop-v2 .stx-help-wrap {
  position: relative;
}

.stx-shop-v2 .stx-nav-help-btn {
  list-style: none;
  padding: 0.45rem 0.85rem;
  color: rgba(236, 253, 245, 0.72);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.stx-shop-v2 .stx-nav-help-btn::-webkit-details-marker {
  display: none;
}

.stx-shop-v2 .stx-help-wrap:hover .stx-nav-help-btn,
.stx-shop-v2 .stx-help-wrap[open] .stx-nav-help-btn {
  color: #ecfdf5;
}

.stx-shop-v2 .stx-help-wrap[open] .stx-nav-help-btn::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: -0.55rem;
  height: 3px;
  border-radius: 999px;
  background: var(--stx-mock-lime);
}

.stx-shop-v2 .stx-nav-help-btn {
  position: relative;
}

.stx-shop-v2 .stx-help-panel {
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  width: min(300px, calc(100vw - 2rem));
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: rgba(8, 20, 12, 0.98);
  border: 1px solid rgba(198, 255, 0, 0.14);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.stx-shop-v2 .stx-help-panel::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(8, 20, 12, 0.98);
  border-left: 1px solid rgba(198, 255, 0, 0.14);
  border-top: 1px solid rgba(198, 255, 0, 0.14);
}

.stx-shop-v2 .stx-help-panel-title {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #fff;
}

.stx-shop-v2 .stx-help-panel-copy {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(236, 253, 245, 0.68);
}

.stx-shop-v2 .stx-help-panel-email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  background: rgba(198, 255, 0, 0.1);
  border: 1px solid rgba(198, 255, 0, 0.22);
  color: var(--stx-mock-lime);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  word-break: break-all;
}

.stx-shop-v2 .stx-help-panel-email:hover {
  background: rgba(198, 255, 0, 0.16);
}

.stx-shop-v2 .stx-help-panel-note {
  margin: 0.75rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: rgba(236, 253, 245, 0.48);
  text-align: center;
}

.stx-shop-v2 .stx-help-panel-more {
  display: block;
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(236, 253, 245, 0.82);
  text-decoration: none;
}

.stx-shop-v2 .stx-help-panel-more:hover {
  color: var(--stx-mock-lime);
}

/* Help page */
.stx-help-page {
  flex: 1;
  padding: 2.5rem 1.25rem 3rem;
}

.stx-help-page-inner {
  max-width: 720px;
  margin: 0 auto;
}

.stx-help-page-card {
  background: #fff;
  border: 1px solid var(--stx-mock-line);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
  padding: 2rem 1.5rem;
}

.stx-help-page-card h1 {
  margin: 0 0 0.5rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--stx-mock-ink);
}

.stx-help-page-lead {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--stx-mock-muted);
}

.stx-help-page-priority {
  display: block;
  margin-bottom: 1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(198, 255, 0, 0.16);
  border: 1px solid rgba(198, 255, 0, 0.28);
  color: #3f6212;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: fit-content;
}

.stx-help-page-email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(21, 128, 61, 0.22);
}

.stx-help-page-email:hover {
  filter: brightness(1.05);
}

.stx-help-page-note {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--stx-mock-muted);
  text-align: center;
}

.stx-help-page-list {
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.stx-help-page-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--stx-mock-line);
  border-radius: 14px;
  background: #fafafa;
}

.stx-help-page-list strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.875rem;
  color: var(--stx-mock-ink);
}

.stx-help-page-list span {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--stx-mock-muted);
}

.stx-help-page-list svg {
  width: 20px;
  height: 20px;
  color: #15803d;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.stx-help-page-back {
  display: inline-flex;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #15803d;
  text-decoration: none;
}

.stx-help-page-back:hover {
  text-decoration: underline;
}

.stx-shop-v2 .stx-header-actions {
  justify-self: end;
  margin-left: 0;
  gap: 0.65rem;
}

.stx-shop-v2 .stx-header-actions .tixx-settings-btn-nav {
  display: none;
}

.stx-shop-v2 .stx-fav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(236, 253, 245, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #ecfdf5;
  font-size: 1.1rem;
  cursor: pointer;
}

.stx-shop-v2 .stx-signin-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(180deg, #4ade80 0%, #16a34a 100%);
  color: #052e16;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(74, 222, 128, 0.25);
}

.stx-shop-v2 .stx-signin-btn svg {
  width: 16px;
  height: 16px;
}

/* ── 2. Hero (mockup-accurate) ── */
.stx-shop-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.stx-hero-v2 {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "Outfit", system-ui, sans-serif;
  background:
    radial-gradient(ellipse 120% 90% at 50% -10%, rgba(198, 255, 0, 0.14) 0%, transparent 52%),
    radial-gradient(ellipse 70% 55% at 88% 18%, rgba(34, 197, 94, 0.1) 0%, transparent 58%),
    radial-gradient(ellipse 60% 45% at 8% 78%, rgba(16, 185, 129, 0.07) 0%, transparent 55%),
    linear-gradient(180deg, var(--stx-mock-hero-top) 0%, var(--stx-mock-hero-mid) 62%, #04150c 100%);
  padding: 3rem 1.25rem 6rem;
}

.stx-hero-v2-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(circle at 50% 42%, rgba(198, 255, 0, 0.08) 0%, transparent 34%),
    repeating-linear-gradient(
      112deg,
      transparent 0,
      transparent 46px,
      rgba(198, 255, 0, 0.028) 46px,
      rgba(198, 255, 0, 0.028) 47px
    ),
    repeating-radial-gradient(
      circle at 50% 68%,
      transparent 0 18px,
      rgba(198, 255, 0, 0.025) 18px 19px,
      transparent 19px 38px
    );
  mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
}

.stx-hero-v2-glow {
  position: absolute;
  inset: auto -10% 8% -10%;
  height: 240px;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 100% at 50% 100%, rgba(198, 255, 0, 0.12), transparent 68%);
  filter: blur(18px);
}

.stx-hero-v2-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 2.75rem;
  align-items: center;
}

.stx-hero-v2-badge {
  display: inline-flex;
  margin: 0 0 1.25rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  background: var(--stx-mock-lime);
  border: none;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #052e16;
  box-shadow: 0 0 24px rgba(198, 255, 0, 0.35);
}

.stx-hero-v2-copy h1 {
  margin: 0 0 1.1rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2.35rem, 5.2vw, 3.75rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #fff;
}

.stx-hero-v2-copy h1 em {
  font-style: normal;
  color: var(--stx-mock-lime);
  text-shadow: 0 0 28px rgba(198, 255, 0, 0.35);
}

.stx-hero-v2-sub {
  margin: 0 0 1.65rem;
  max-width: 40ch;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}

.stx-hero-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.65rem;
}

.stx-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.88rem 1.45rem;
  border-radius: 999px;
  background: var(--stx-mock-lime);
  color: #052e16;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.9375rem;
  text-decoration: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 12px 32px rgba(198, 255, 0, 0.28),
    0 0 40px rgba(198, 255, 0, 0.18);
}

.stx-btn-primary svg {
  color: #052e16;
}

.stx-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.88rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
}

.stx-hero-v2-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem 1.75rem;
}

.stx-hero-v2-trust li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  min-width: 9.5rem;
}

.stx-hero-v2-trust-ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--stx-mock-lime);
  filter: drop-shadow(0 0 6px rgba(198, 255, 0, 0.45));
}

.stx-hero-v2-trust-ico svg {
  width: 18px;
  height: 18px;
  display: block;
}

.stx-hero-v2-trust-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.stx-hero-v2-trust-text strong {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--stx-mock-lime);
  line-height: 1.2;
}

.stx-hero-v2-trust-text span {
  font-size: 0.6875rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.52);
}

.stx-hero-v2-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stx-hero-v2-scene {
  position: relative;
  width: min(100%, 430px);
  min-height: 360px;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(8, 28, 16, 0.92) 0%, rgba(2, 10, 6, 0.98) 100%);
  border: 1px solid rgba(198, 255, 0, 0.14);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stx-hero-v2-scene-floor {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(198, 255, 0, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 255, 0, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 58%, #000 0%, transparent 100%);
  opacity: 0.7;
}

.stx-hero-v2-scene-rays {
  position: absolute;
  left: 50%;
  bottom: 28%;
  width: 220px;
  height: 180px;
  transform: translateX(-50%);
  background: conic-gradient(
    from 180deg at 50% 100%,
    transparent 0deg,
    rgba(198, 255, 0, 0.07) 18deg,
    transparent 36deg,
    rgba(198, 255, 0, 0.05) 54deg,
    transparent 72deg,
    rgba(198, 255, 0, 0.06) 90deg,
    transparent 108deg,
    rgba(198, 255, 0, 0.04) 126deg,
    transparent 144deg
  );
  filter: blur(8px);
  pointer-events: none;
}

.stx-hero-v2-scene-stage {
  position: relative;
  z-index: 1;
  flex: 1;
  display: grid;
  place-items: center;
  padding: 2.5rem 1rem 1rem;
}

.stx-hero-v2-ring {
  position: absolute;
  left: 50%;
  bottom: 18%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(198, 255, 0, 0.16);
  box-shadow: 0 0 24px rgba(198, 255, 0, 0.08);
}

.stx-hero-v2-ring--1 {
  width: 120px;
  height: 28px;
}

.stx-hero-v2-ring--2 {
  width: 168px;
  height: 36px;
  bottom: 12%;
  opacity: 0.75;
}

.stx-hero-v2-ring--3 {
  width: 220px;
  height: 44px;
  bottom: 6%;
  opacity: 0.45;
}

.stx-hero-v2-pedestal-glow {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 255, 0, 0.42) 0%, transparent 68%);
  filter: blur(14px);
}

.stx-hero-v2-pedestal-base {
  position: relative;
  z-index: 2;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 30%, rgba(198, 255, 0, 0.28), rgba(3, 18, 8, 0.55) 72%);
  border: 1px solid rgba(198, 255, 0, 0.22);
  display: grid;
  place-items: center;
  box-shadow: 0 0 48px rgba(198, 255, 0, 0.22);
}

.stx-hero-v2-shield {
  width: 74px;
  height: 86px;
  filter: drop-shadow(0 0 18px rgba(198, 255, 0, 0.55));
}

.stx-hero-v2-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.stx-hero-v2-metrics > div:not(.stx-hero-v2-metrics-divider) {
  text-align: center;
}

.stx-hero-v2-metrics-divider {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.1);
  justify-self: center;
}

.stx-hero-v2-metrics strong {
  display: block;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.stx-hero-v2-metrics span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.25;
}

/* ── 3. Search bar (mockup: bordered fields + inline green button) ── */
.stx-shop-body {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
  box-sizing: border-box;
}

.stx-search-stage {
  width: 100%;
  max-width: none;
  margin: -3.75rem 0 1.75rem;
  padding: 0;
  box-sizing: border-box;
}

.stx-search-float-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--stx-mock-line);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.16);
  overflow: hidden;
  padding: 0.7rem 0.7rem 0.7rem 0;
}

.stx-search-float-lead {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.35rem;
  border-right: 1px solid var(--stx-mock-line);
  min-width: 0;
  flex: 0 0 auto;
}

.stx-search-float-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(198, 255, 0, 0.18);
  color: #15803d;
  flex-shrink: 0;
}

.stx-search-float-icon svg {
  width: 22px;
  height: 22px;
}

.stx-search-float-lead strong {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--stx-mock-ink);
  white-space: nowrap;
}

.stx-search-float-lead span {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.8125rem;
  color: var(--stx-mock-muted);
  white-space: nowrap;
}

.stx-search-float-grid {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
  padding: 0 0.75rem 0 0.85rem;
  margin: 0;
}

.stx-search-divider {
  display: none;
}

.stx-search-field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  flex: 1 1 0;
  padding: 0 0.85rem;
  min-height: 52px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.stx-search-field--q {
  flex: 1.45 1 0;
}

.stx-search-field svg,
.stx-search-field-ico {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  flex-shrink: 0;
  order: 2;
}

.stx-search-field input,
.stx-search-field select {
  order: 1;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.9375rem;
  color: var(--stx-mock-ink);
  padding: 0.65rem 0;
  outline: none;
}

.stx-search-field input::placeholder {
  color: #9ca3af;
}

.stx-search-field select {
  cursor: pointer;
  appearance: none;
  color: #6b7280;
}

.stx-search-submit {
  grid-column: auto !important;
  margin: 0 !important;
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0 1.75rem;
  min-height: 52px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
  color: #fff;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(21, 128, 61, 0.24);
}

.stx-search-submit:hover {
  background: linear-gradient(180deg, #16a34a 0%, #166534 100%);
}

.stx-event-row--link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid var(--stx-mock-line);
}

.stx-event-row--link:last-child {
  border-bottom: none;
}

.stx-event-row--link .stx-event-row-main {
  display: grid;
}

.stx-event-row--link:hover .stx-event-row-main {
  background: rgba(5, 150, 105, 0.03);
}

.stx-event-row-title {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.stx-shop-v2.tm-page--home #home-sec-concerts,
.stx-shop-v2.tm-page--home #home-sec-sports,
.stx-shop-v2.tm-page--home #home-sec-shows,
.stx-shop-v2.tm-page--home #home-shop-banner,
.stx-shop-v2.tm-page--home .home-guest-strip {
  display: none !important;
}

.stx-shop-v2.tm-page--home .home-content {
  padding: 0;
}

.stx-shop-v2.tm-page--home .home-load {
  padding: 1.25rem;
  color: var(--stx-mock-muted);
}

.stx-shop-v2.tm-page--home #home-sec-popular.home-events-panel {
  margin: 0;
}

.stx-shop-v2.tm-page--home #home-carousel-popular {
  overflow: visible;
}

.stx-shop-v2 .stx-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 0 2rem;
  gap: 1.5rem;
  align-items: start;
  box-sizing: border-box;
}

.stx-shop-v2 .stx-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stx-shop-v2 .stx-sidebar-card {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 16px;
  padding: 1.25rem 1.15rem 1.15rem;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

.stx-shop-v2 .stx-sidebar-card h2 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #111827;
}

.stx-shop-v2 .stx-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.stx-shop-v2 .stx-cat-list a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 0.15rem;
  border-radius: 0;
  text-decoration: none;
  color: #111827;
  font-size: 0.9375rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease;
}

.stx-shop-v2 .stx-cat-list li + li a {
  border-top: 1px solid #f1f5f9;
}

.stx-shop-v2 .stx-cat-list a:hover {
  color: #15803d;
  background: transparent;
}

.stx-shop-v2 .stx-cat-list a.is-active {
  color: #15803d;
  background: transparent;
  font-weight: 600;
}

.stx-shop-v2 .stx-cat-ico {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #15803d;
  flex-shrink: 0;
}

.stx-shop-v2 .stx-cat-ico svg {
  width: 20px;
  height: 20px;
  display: block;
}

.stx-shop-v2 .stx-cat-label {
  flex: 1 1 auto;
  min-width: 0;
}

.stx-shop-v2 .stx-cat-chevron {
  margin-left: auto;
  color: #cbd5e1;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
}

.stx-shop-v2 .stx-sidebar-card--categories .stx-sidebar-cta {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 0.95rem 1rem !important;
  border-radius: 12px !important;
  background: #ecfccb !important;
  border: 1px solid #d9f99d !important;
  box-shadow: none !important;
  text-decoration: none !important;
  color: inherit;
  cursor: default;
  user-select: none;
}

.stx-shop-v2 .stx-sidebar-card--categories .stx-sidebar-cta:hover {
  background: #ecfccb !important;
  border-color: #d9f99d !important;
}

.stx-shop-v2 .stx-sidebar-cta-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.stx-shop-v2 .stx-sidebar-cta-copy strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #14532d;
  line-height: 1.25;
}

.stx-shop-v2 .stx-sidebar-cta-copy span {
  display: block;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #166534;
  line-height: 1.35;
}

.stx-shop-v2 .stx-sidebar-cta-arrow {
  color: #15803d;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .stx-shop-v2 .stx-shell {
    grid-template-columns: 1fr;
  }
}


/* ── 4. Sidebar (mockup categories card) ── */

/* ── 5. Popular events ── */
.stx-events-panel {
  background: #fff;
  border: 1px solid var(--stx-mock-line);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.stx-events-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid var(--stx-mock-line);
}

.stx-events-head h2 {
  margin: 0;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111827;
}

.stx-events-head #results-meta {
  display: none;
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  color: var(--stx-mock-muted);
}

.stx-events-head.is-filtered #results-meta {
  display: block;
}

.stx-shop-v2 .home-events-panel .home-section-head {
  margin-bottom: 0;
}

.stx-shop-v2 .home-events-panel .home-section-head h2 {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111827;
}

.stx-shop-v2.tm-page--home #home-carousel-popular.stx-event-list,
.stx-shop-v2.tm-page--home #home-carousel-concerts.stx-event-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: visible;
}

.stx-shop-v2.tm-page--home .home-events-panel + .home-events-panel {
  margin-top: 1.25rem;
}

.stx-events-head-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.stx-view-all {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--stx-mock-emerald);
  text-decoration: none;
}

.stx-view-all:hover {
  text-decoration: underline;
}

.stx-events-tools select {
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--stx-mock-line);
  border-radius: 10px;
  background: #fff;
  font: inherit;
  font-size: 0.75rem;
  color: var(--stx-mock-muted);
}

.stx-event-list {
  display: flex;
  flex-direction: column;
}

.stx-event-row {
  border-bottom: 1px solid var(--stx-mock-line);
}

.stx-event-row:last-child {
  border-bottom: none;
}

.stx-event-row-main {
  width: 100%;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto 36px;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.25rem;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: background 0.15s;
}

.stx-event-row-main:hover {
  background: rgba(5, 150, 105, 0.03);
}

.stx-event-row .event-thumb {
  width: 88px;
  height: 88px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.stx-event-row .event-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.35) 100%);
}

.stx-event-row .event-thumb-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.stx-event-row .event-thumb.has-photo .event-thumb-initials {
  display: none;
}

.stx-event-row .event-thumb-initials {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
}

.stx-event-row .event-thumb-mark {
  display: none;
}

.stx-event-row .thumb-concerts,
.stx-event-row .thumb-sports,
.stx-event-row .thumb-events,
.stx-event-row .thumb-parking {
  background: linear-gradient(145deg, #0c1a12 0%, #132a1c 52%, #1a3322 100%);
}

.stx-event-row .event-thumb.has-photo {
  background: #e5e7eb;
}

.stx-shop-v2 .stx-events-tools {
  display: none;
}


.stx-event-row-body {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.stx-event-row-title,
.stx-event-row-body h3 {
  margin: 0;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
}

.stx-event-row-kind {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.35;
}

.stx-event-row-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.12rem 0 0;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #9ca3af;
  line-height: 1.4;
}

.stx-event-row-meta-ico {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #9ca3af;
}

.stx-event-row-dot {
  color: #d1d5db;
  padding: 0 0.1rem;
}

.stx-event-row-venue {
  display: none !important;
}

.stx-event-row-price {
  text-align: right;
  min-width: 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.12rem;
}

.stx-event-row-from-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  line-height: 1;
}

.stx-event-row-amount,
.stx-event-row-from {
  font-size: 1.125rem;
  font-weight: 800;
  color: #16a34a;
  line-height: 1.1;
}

.stx-event-row-from {
  display: none;
}

.stx-event-row-stock {
  display: none;
}

.stx-event-row-fav {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--stx-mock-line);
  color: #9ca3af;
  font-size: 1rem;
  background: #fff;
}

.stx-event-row-seats {
  display: none;
  padding: 0 1.25rem 1rem calc(1.25rem + 88px + 1rem);
  background: #fafafa;
}

.stx-event-row.is-open .stx-event-row-seats {
  display: block;
}

.stx-event-row-seats .seat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-top: 1px solid var(--stx-mock-line);
}

.stx-legacy-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.stx-shop-v2 #load {
  padding: 1.25rem;
}

.stx-shop-v2 .empty {
  padding: 2rem 1.25rem;
  text-align: center;
  color: var(--stx-mock-muted);
}

/* ── 6. Trust footer ── */
.stx-trust-footer {
  background: var(--stx-mock-trust-bg);
  border-top: 1px solid #d7e8da;
  padding: 1.35rem 1.25rem 1.75rem;
}

.stx-trust-footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.stx-trust-footer-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.stx-trust-footer-item svg {
  width: 22px;
  height: 22px;
  color: var(--stx-mock-emerald);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.stx-trust-footer-item strong {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.15rem;
  color: var(--stx-mock-ink);
}

.stx-trust-footer-item span {
  font-size: 0.75rem;
  color: var(--stx-mock-muted);
  line-height: 1.45;
}

.stx-shop-v2 .tm-site-footer {
  background: #fff !important;
}

@media (max-width: 960px) {
  .stx-shop-v2 .stx-header--mock .stx-header-inner {
    grid-template-columns: 1fr auto;
  }

  .stx-shop-v2 .stx-nav--center {
    display: none;
  }

  .stx-hero-v2-inner {
    grid-template-columns: 1fr;
  }

  .stx-search-float-card {
    flex-direction: column;
    align-items: stretch;
    border-radius: 22px;
    padding: 0.65rem;
  }

  .stx-search-float-lead {
    border-right: none;
    border-bottom: 1px solid var(--stx-mock-line);
    padding-bottom: 0.85rem;
  }

  .stx-search-float-grid {
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem 0 0;
    gap: 0.55rem;
  }

  .stx-search-field {
    flex: none;
    width: 100%;
  }

  .stx-search-submit {
    width: 100%;
    min-height: 52px;
  }

  .stx-event-row-main {
    grid-template-columns: 72px minmax(0, 1fr) auto;
  }

  .stx-event-row-fav {
    display: none;
  }

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

@media (max-width: 560px) {
  .stx-hero-v2 {
    padding: 1.75rem 1rem 4.5rem;
  }

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

/* —— Dark mode —— */
html[data-stx-theme="dark"] .stx-shop-v2 {
  --stx-mock-bg: #070b09;
  --stx-mock-ink: #eef2ef;
  --stx-mock-muted: #9ca89f;
  --stx-mock-line: #243028;
  --stx-mock-trust-bg: #121a16;
  background: var(--stx-mock-bg) !important;
  color: var(--stx-mock-ink);
}

html[data-stx-theme="dark"] .stx-help-page-card {
  background: #121a16;
  border-color: var(--stx-mock-line);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

html[data-stx-theme="dark"] .stx-help-page-priority {
  background: rgba(198, 255, 0, 0.1);
  border-color: rgba(198, 255, 0, 0.22);
  color: #d9f99d;
}

html[data-stx-theme="dark"] .stx-search-float-card,
html[data-stx-theme="dark"] .stx-shop-v2 .stx-sidebar-card,
html[data-stx-theme="dark"] .stx-events-panel {
  background: #121a16;
  border-color: var(--stx-mock-line);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

html[data-stx-theme="dark"] .stx-search-field {
  background: #0a0f0d;
  border-color: var(--stx-mock-line);
}

html[data-stx-theme="dark"] .stx-search-field input,
html[data-stx-theme="dark"] .stx-search-field select {
  color: var(--stx-mock-ink);
}

html[data-stx-theme="dark"] .stx-search-field input::placeholder {
  color: #6b7280;
}

html[data-stx-theme="dark"] .stx-events-head h2,
html[data-stx-theme="dark"] .stx-shop-v2 .home-events-panel .home-section-head h2,
html[data-stx-theme="dark"] .stx-shop-v2 .stx-sidebar-card h2,
html[data-stx-theme="dark"] .stx-shop-v2 .stx-cat-list a {
  color: var(--stx-mock-ink);
}

html[data-stx-theme="dark"] .stx-shop-v2 .stx-cat-list li + li a {
  border-top-color: var(--stx-mock-line);
}

html[data-stx-theme="dark"] .stx-events-tools select {
  background: #0a0f0d;
  border-color: var(--stx-mock-line);
  color: var(--stx-mock-muted);
}

html[data-stx-theme="dark"] .stx-event-row--link:hover .stx-event-row-main {
  background: rgba(74, 222, 128, 0.06);
}

html[data-stx-theme="dark"] .stx-event-row-main {
  background: transparent;
}

html[data-stx-theme="dark"] .stx-shop-v2 .stx-trust-footer {
  background: #0a0f0d;
  border-top-color: var(--stx-mock-line);
}

html[data-stx-theme="dark"] .stx-login-page {
  background: #070b09 !important;
}

html[data-stx-theme="dark"] .stx-login-page .stx-header--mock {
  background: rgba(2, 8, 4, 0.94);
  border-bottom-color: rgba(163, 230, 53, 0.08);
}

html[data-stx-theme="dark"] .stx-login-page .stx-header--mock .stx-nav--center a,
html[data-stx-theme="dark"] .stx-login-page .stx-brand-name {
  color: #ecfdf5 !important;
}

html[data-stx-theme="dark"] .stx-login-form-panel {
  background: #121a16;
}

html[data-stx-theme="dark"] .stx-login-form-head h2,
html[data-stx-theme="dark"] .stx-login-form-head p,
html[data-stx-theme="dark"] .stx-login-field label,
html[data-stx-theme="dark"] .stx-login-field input {
  color: #eef2ef;
}

html[data-stx-theme="dark"] .stx-login-field input {
  background: #0a0f0d;
  border-color: #243028;
}

html[data-stx-theme="dark"] .stx-login-grid {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

html[data-stx-theme="dark"] .stx-login-form-foot,
html[data-stx-theme="dark"] .stx-login-form-foot a,
html[data-stx-theme="dark"] .stx-login-switch,
html[data-stx-theme="dark"] .stx-login-switch button {
  color: #9ca89f;
}

html[data-stx-theme="dark"] .stx-login-switch button {
  color: #86efac;
}
