.tickets-page {
  width: min(1100px, calc(100% - 2.2rem));
  margin: 1.4rem auto 3rem;
}

.tickets-hero {
  background: linear-gradient(140deg, rgba(65, 194, 68, 0.13), rgba(236, 72, 153, 0.14));
  border: 1px solid rgba(65, 194, 68, 0.35);
  border-radius: 16px;
  padding: 1.6rem;
  margin-bottom: 1.1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.tickets-hero h1 {
  margin: 0 0 0.4rem;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.08em;
  color: #7ef18a;
  font-size: 2.5rem;
}

.tickets-hero p {
  margin: 0;
  color: #e4e4e4;
  font-size: 1.06rem;
  line-height: 1.5;
  max-width: 68ch;
}

.tickets-live-note {
  margin-top: 0.7rem;
  color: #ffd7ed;
  font-size: 0.93rem;
  letter-spacing: 0.03em;
}

.tickets-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 1rem;
  align-items: start;
}

.tickets-panel,
.tickets-summary-panel {
  background: linear-gradient(170deg, rgba(20, 14, 12, 0.94), rgba(11, 10, 10, 0.95));
  border: 1px solid rgba(236, 72, 153, 0.28);
  border-radius: 14px;
  padding: 1.25rem;
}

.tickets-panel h2,
.tickets-summary-panel h2 {
  margin: 0 0 0.9rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #7ef18a;
}

.tickets-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.9rem;
  margin-bottom: 0.7rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.tickets-option strong {
  display: block;
  color: #f4f4f4;
  margin-bottom: 0.15rem;
}

.tickets-option span {
  color: #c8c8c8;
  font-size: 0.92rem;
}

.tickets-price-tag {
  color: #ffcae7;
  font-weight: 700;
  font-size: 1rem;
}

.tickets-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}

.tickets-hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.tickets-form-row {
  display: grid;
  gap: 0.4rem;
}

.tickets-form-row label {
  color: #cfead2;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

.tickets-form input,
.tickets-form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #f2f2f2;
  padding: 0.62rem 0.72rem;
  font-size: 0.97rem;
}

.tickets-form select option {
  background: #14100f;
  color: #f2f2f2;
}

.tickets-form button {
  margin-top: 0.2rem;
  border: 1px solid rgba(65, 194, 68, 0.7);
  color: #f4fff4;
  background: linear-gradient(180deg, rgba(65, 194, 68, 0.95), rgba(50, 152, 52, 0.95));
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.05rem;
  padding: 0.68rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.tickets-summary-lines {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  color: #d9d9d9;
}

.tickets-summary-lines li {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.95rem;
}

.tickets-summary-total {
  margin: 0.9rem 0 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffcae7;
  font-weight: 700;
  font-size: 1.1rem;
}

.tickets-door-alternative {
  background: linear-gradient(170deg, rgba(20, 14, 12, 0.94), rgba(11, 10, 10, 0.95));
  border: 1px solid rgba(236, 72, 153, 0.28);
  border-radius: 14px;
  padding: 1.25rem;
  margin-top: 1rem;
  text-align: center;
}

.tickets-door-alternative .tickets-door-label {
  margin: 0 0 0.3rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #ffb3d9;
}

.tickets-door-alternative .tickets-door-price {
  margin: 0 0 0.25rem;
  color: #f4f4f4;
  font-size: 1.1rem;
  font-weight: 700;
}

.tickets-door-alternative .tickets-door-payment {
  margin: 0;
  color: #c8c8c8;
  font-size: 0.9rem;
}

.tickets-countdown-section {
  border: 1px solid rgba(65, 194, 68, 0.35);
  border-radius: 14px;
  background: rgba(65, 194, 68, 0.08);
  padding: 1.1rem;
  margin-top: 1rem;
  text-align: center;
}

.tickets-countdown-section p {
  margin: 0 0 0.35rem;
  color: #caeccc;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#timer {
  color: #7ef18a;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}

.tickets-feedback {
  margin: 0;
  color: #f7d6eb;
  font-size: 0.92rem;
  line-height: 1.45;
  min-height: 1.3em;
}

@media (max-width: 900px) {
  .tickets-grid {
    grid-template-columns: 1fr;
  }

  .tickets-hero h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 600px) {
  .tickets-page {
    width: min(1100px, calc(100% - 1.2rem));
    margin: 1rem auto 2rem;
  }

  .tickets-hero,
  .tickets-panel,
  .tickets-summary-panel,
  .tickets-door-alternative,
  .tickets-countdown-section {
    padding: 1rem;
    border-radius: 12px;
  }

  .tickets-hero h1 {
    font-size: 1.95rem;
  }

  .tickets-form button {
    width: 100%;
    font-size: 1rem;
  }
}
