.elementor-45 .elementor-element.elementor-element-3c9f734{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c2c601f */.tb-hero {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  padding: 80px 56px;
  position: relative;
  overflow: hidden;
}

.tb-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(231, 255, 0, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.tb-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.tb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e7ff00;
}

.tb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e7ff00;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.tb-title {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
}

.tb-accent {
  color: #e7ff00;
  display: block;
}

.tb-subtitle {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}

.tb-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .tb-hero { padding: 60px 24px; }
  .tb-title { font-size: 36px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e78d4b9 */.tb-info-section {
  background: #111;
  padding: 60px 56px;
}

.tb-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
}

.tb-info-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(231, 255, 0, 0.15);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  transition: all 0.3s;
}

.tb-info-card:hover {
  background: rgba(231, 255, 0, 0.05);
  border-color: rgba(231, 255, 0, 0.3);
  transform: translateY(-4px);
}

.tb-info-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.tb-info-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}

.tb-info-value {
  font-size: 18px;
  font-weight: 800;
  color: #e7ff00;
}

@media (max-width: 768px) {
  .tb-info-section { padding: 48px 24px; }
  .tb-info-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd9b878 */.tb-content-section {
  background: #0a0a0a;
  padding: 60px 56px;
}

.tb-content {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  font-size: 15px;
  max-width: 900px;
}

.tb-content p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.65);
}

.tb-content strong {
  color: #e7ff00;
  font-weight: 700;
}

.tb-content em {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

@media (max-width: 768px) {
  .tb-content-section { padding: 48px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cebb8df */.tb-tickets-section {
  background: #111;
  padding: 60px 56px;
}

.tb-tickets-title {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: -1px;
}

.tb-tickets-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e7ff00;
  margin-bottom: 8px;
  display: block;
}

/* Eventin Widget Overrides */
.etn-purchase-ticket-root {
  background: transparent !important;
}

.etn-purchase-ticket-root .ant-card {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(231, 255, 0, 0.15) !important;
  border-radius: 20px !important;
}

.etn-purchase-ticket-title {
  color: #fff !important;
  font-weight: 800 !important;
}

.etn-ticket-title span,
.etn-ticket-title {
  color: #e7ff00 !important;
  font-weight: 800 !important;
}

.etn-ticket-price,
.etn-ticket-price strong {
  color: #e7ff00 !important;
  font-weight: 900 !important;
}

.etn-ticket-description {
  color: rgba(255, 255, 255, 0.45) !important;
}

.etn-purchase-button,
.etn-purchase-ticket-submit-btn {
  background-color: #e7ff00 !important;
  color: #0a0a0a !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  border-radius: 50px !important;
  width: 100% !important;
}

.etn-purchase-button:hover,
.etn-purchase-ticket-submit-btn:hover {
  background-color: #fff !important;
}

@media (max-width: 768px) {
  .tb-tickets-section { padding: 48px 24px; }
  .tb-tickets-title { font-size: 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de81d5e */.tb-steps-section {
  background: #0a0a0a;
  padding: 72px 56px;
}

.tb-steps-title {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 48px;
  letter-spacing: -1px;
}

.tb-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  overflow: hidden;
  max-width: 900px;
}

.tb-step {
  background: #111;
  padding: 40px 36px;
  transition: background 0.3s;
}

.tb-step:hover {
  background: rgba(231, 255, 0, 0.04);
}

.tb-step-num {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  color: rgba(231, 255, 0, 0.08);
  margin-bottom: 20px;
}

.tb-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(231, 255, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 24px;
}

.tb-step h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  color: #fff;
}

.tb-step p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 768px) {
  .tb-steps-section { padding: 48px 24px; }
  .tb-steps-grid { grid-template-columns: 1fr; }
  .tb-steps-title { font-size: 24px; }
}/* End custom CSS */