#ticket-buy-form{
  background: linear-gradient(145deg,#0f2027,#203a43,#2c5364);
  padding:25px;
  border-radius:18px;
  color:#fff;
}

.ticket-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:12px;
}

.qty-box{
  display:flex;
  align-items:center;
  gap:6px;
}

.qty-box button{
  width:32px;
  height:32px;
  border:none;
  border-radius:8px;
  background:#fff;
  font-weight:bold;
  cursor:pointer;
}

.qty-box input{
  width:50px;
  height:32px;
  border:none;
  border-radius:8px;
  text-align:center;
}

.option-box{
  background:rgba(255,255,255,0.12);
  padding:12px;
  border-radius:12px;
  margin-bottom:12px;
}

.total-box{
  text-align:center;
  font-size:20px;
  margin:15px 0;
}

.buy-now{
  width:100%;
  height:52px;
  border:none;
  border-radius:14px;
  background:linear-gradient(90deg,#ffb347,#ffcc33);
  font-size:18px;
  font-weight:600;
  cursor:pointer;
}
