/* Bilhete digital Tap2Go — mesmo formato da loja web (Tapvendasweb) */
.collectible-ticket {
  padding: 14px 0 12px;
}

.collectible-ticket__card {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  border: 3px solid #000;
  border-radius: 30px;
  overflow: hidden;
  background: #1c1b1b;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.collectible-ticket__strip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12%;
  min-width: 42px;
  background: #ff2e63;
  border-left: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.collectible-ticket__brand {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #000;
}

.collectible-ticket__body {
  margin-right: 12%;
}

.collectible-ticket__hero {
  position: relative;
  aspect-ratio: 390 / 218;
  background: #2b2b2b;
  overflow: hidden;
}

.collectible-ticket__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collectible-ticket__hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 45%, #1c1b1b 100%);
}

.collectible-ticket__hero-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
}

.collectible-ticket__event-type {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 6px;
  background: #bef302;
  color: #000;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.collectible-ticket__hero-copy h4 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(22px, 6vw, 34px);
  font-weight: 900;
  font-style: italic;
  line-height: 0.92;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.33);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.collectible-ticket__info {
  padding: 12px 18px 0;
  background: #1c1b1b;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 172px;
}

.collectible-ticket__data-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.collectible-ticket__data-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.collectible-ticket__data-block span,
.collectible-ticket__location > span,
.collectible-ticket__meta-cell span {
  color: #c4c9ad;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
}

.collectible-ticket__data-block strong {
  color: #fff;
  font-size: clamp(14px, 4vw, 19px);
  font-weight: 800;
  line-height: 1;
}

.collectible-ticket__data-block strong.is-highlight {
  color: #bef302;
}

.collectible-ticket__data-block small {
  color: #c4c9ad;
  font-size: 10px;
  font-weight: 700;
}

.collectible-ticket__location {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.collectible-ticket__location p {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #fff;
  font-size: clamp(11px, 3.2vw, 15px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  min-width: 0;
}

.collectible-ticket__location p svg {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  flex: 0 0 auto;
  fill: #bef302;
}

.collectible-ticket__location p span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.collectible-ticket__meta {
  margin-top: auto;
  padding: 2px;
  border-radius: 14px;
  background: linear-gradient(90deg, #ff2e63, #bef302);
}

.collectible-ticket__meta-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 12px;
  background: rgba(190, 243, 2, 0.1);
  overflow: hidden;
}

.collectible-ticket__meta-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 6px;
  min-width: 0;
}

.collectible-ticket__meta-cell + .collectible-ticket__meta-cell {
  border-left: 1px solid rgba(190, 243, 2, 0.3);
}

.collectible-ticket__meta-cell strong {
  color: #1c1b1b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.collectible-ticket__scan-area {
  padding: 10px 18px 12px;
  background: rgba(28, 27, 27, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.collectible-ticket__perf {
  height: 12px;
  margin: -10px -18px 10px;
  background: radial-gradient(circle, #131313 4px, transparent 4px) center/24px 12px repeat-x;
}

.collectible-ticket__qr-shell {
  display: flex;
  justify-content: center;
}

.collectible-ticket__qr-frame {
  padding: 6px;
  border-radius: 14px;
  border: 2px solid #bef302;
  background: #000;
  box-shadow: 0 0 20px rgba(190, 243, 2, 0.4);
}

.collectible-ticket__hint {
  margin: 0;
  text-align: center;
  color: #b6b5b4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.collectible-ticket--preview .collectible-ticket__card {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.collectible-ticket__scan-area--preview {
  padding-top: 14px;
}

.collectible-ticket__preview-badge {
  display: inline-flex;
  margin: 0 auto 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(190, 243, 2, 0.16);
  border: 1px solid rgba(190, 243, 2, 0.45);
  color: #bef302;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collectible-ticket__scan-area--preview {
  text-align: center;
}

.collectible-ticket__qr-frame--preview {
  width: min(100%, 220px);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.collectible-ticket__qr-placeholder {
  font-size: 42px;
  font-weight: 900;
  color: rgba(190, 243, 2, 0.35);
  letter-spacing: 4px;
}

.collectible-ticket__qr-frame--secured::after {
  content: "PRIVADO";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  color: #ff8a8a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
}

.tap-ticket-demo-grid {
  display: grid;
  gap: 28px;
  align-items: start;
}

@media (min-width: 960px) {
  .tap-ticket-demo-grid {
    grid-template-columns: minmax(0, 390px) minmax(0, 1fr);
  }
}

.tap-ticket-security-list {
  display: grid;
  gap: 12px;
}

.tap-ticket-security-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 3px solid #000;
  background: #fff;
  font-size: 15px;
  line-height: 1.55;
}

.dark .tap-ticket-security-list li {
  background: #201f1f;
  color: #e5e2e1;
}

.tap-ticket-security-list li strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.tap-ticket-security-list .material-symbols-outlined {
  color: #ff8a8a;
  flex: 0 0 auto;
}
