.wct-header-bar {
  position: sticky;
  top: 0;
  z-index: 50;
}

.wct-hero-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  border-radius: 8px;
  background: #070A0F;
}

.wct-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 420ms ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wct-slide.is-active {
  opacity: 1;
}

.wct-purchase-ticker {
  display: flex;
  gap: 24px;
  overflow: hidden;
  white-space: nowrap;
  color: #F7F4EA;
}

.wct-matches-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.wct-match-card,
.wct-ticket-card {
  min-height: 224px;
  border: 1px solid #253044;
  border-radius: 8px;
  background: #101722;
  color: #F7F4EA;
  padding: 22px;
}

.wct-match-card h3,
.wct-match-detail h1 {
  margin: 18px 0 22px;
  font-size: 42px;
  line-height: 1.1;
}

.wct-match-card h3 {
  font-size: 24px;
  line-height: 1.18;
}

.wct-match-meta,
.wct-match-detail .wct-match-meta {
  font-size: 15px;
  line-height: 1.4;
  color: #8C96AA;
}

.wct-flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 999px;
}

.wct-price {
  color: #25C78A;
  font-weight: 800;
}

.wct-low-stock {
  color: #F05252;
  font-weight: 800;
}

.wct-button,
.wct-ticket-card button,
.woocommerce-checkout button.button,
.woocommerce-account button.button,
.woocommerce-form-track-order button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #25C78A;
  color: #07110D;
  font-weight: 700;
  text-decoration: none;
  padding: 0 18px;
}

.wct-ticket-card button[disabled] {
  background: #253044;
  color: #9AA4B2;
}

.wct-seat-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  aspect-ratio: 16 / 10;
  border: 1px solid #253044;
  border-radius: 8px;
  background: #0B111A;
  padding: 18px;
}

.wct-seat-map button {
  border: 1px solid #C9A646;
  border-radius: 8px;
  background: rgba(201, 166, 70, 0.16);
  color: #F7F4EA;
}

.wct-seat-map button.is-active,
.wct-ticket-card.is-highlighted {
  border-color: #25C78A;
  box-shadow: 0 0 0 1px #25C78A;
}

.wct-ticket-sidebar {
  display: grid;
  gap: 14px;
  min-height: 520px;
  position: sticky;
  top: 92px;
}

.wct-ticket-card strong,
.wct-ticket-card span,
.wct-ticket-card em {
  display: block;
  line-height: 1.4;
}

.wct-reserve-button {
  width: 100%;
}

.wct-contact-buttons {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wct-contact-buttons a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #25C78A;
  color: #07110D;
  font-size: 0;
  text-decoration: none;
}

.wct-contact-buttons a::first-letter {
  font-size: 16px;
  font-weight: 700;
}

.wct-contact-buttons span {
  position: absolute;
  right: 58px;
  bottom: 8px;
  min-width: 132px;
  border-radius: 8px;
  background: #101722;
  color: #F7F4EA;
  font-size: 13px;
  line-height: 1;
  padding: 10px 12px;
  opacity: 0;
  transform: translate3d(8px, 0, 0);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.wct-contact-buttons:hover span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.woocommerce-order-pay {
  background: #070A0F;
  color: #F7F4EA;
}

.woocommerce-order-pay .woocommerce {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 16px 80px;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-form-track-order input.input-text {
  min-height: 44px;
  border: 1px solid #253044;
  border-radius: 8px;
  background: #070A0F;
  color: #F7F4EA;
  font-size: 15px;
}

.woocommerce-checkout button.button,
.woocommerce-form-track-order button.button {
  width: 100%;
  border-radius: 8px;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
  border-radius: 8px;
  background: #101722;
  color: #F7F4EA;
  border-top-color: #25C78A;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  overflow-x: auto;
}

.woocommerce-account table {
  min-width: 680px;
}

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

  .wct-hero-carousel {
    aspect-ratio: 16 / 7;
  }

  .wct-match-card h3 {
    font-size: 22px;
  }

  .wct-match-detail h1 {
    font-size: 34px;
  }

  .wct-seat-map {
    aspect-ratio: 4 / 3;
  }

  .wct-ticket-sidebar {
    min-height: auto;
    position: static;
    top: auto;
  }

  .wct-flag {
    width: 23px;
    height: 23px;
  }
}

@media (max-width: 767px) {
  .wct-matches-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wct-match-card,
  .wct-ticket-card {
    min-height: 196px;
    padding: 18px;
  }

  .wct-match-card h3 {
    font-size: 20px;
  }

  .wct-match-detail h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  .wct-match-meta,
  .wct-match-detail .wct-match-meta {
    font-size: 14px;
  }

  .wct-flag {
    width: 22px;
    height: 22px;
  }

  .wct-seat-map {
    grid-template-columns: 1fr;
    aspect-ratio: 1 / 1;
  }

  .wct-contact-buttons {
    right: 14px;
    bottom: 18px;
  }

  .wct-contact-buttons a {
    width: 46px;
    height: 46px;
  }
}