.pkst-wrap{
  background:#161616;
  color:#fff;
  padding:40px;
  font-family:Arial,sans-serif;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  box-sizing:border-box;
}

.pkst-top-heading{
  text-align:center;
  margin:0 auto 42px;
}
.pkst-top-heading h3{
  position:relative;
  display:inline-block;
  color:#fff;
  font-size:56px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  line-height:1.1;
  margin:0;
  padding-bottom:22px;
}
.pkst-top-heading h3::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:54px;
  height:4px;
  background:#f1b311;
}

.pkst-top-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:20px;
  margin:0 auto 54px;
}
.pkst-top-card{
  position:relative;
  min-height:240px;
  background:#222;
  cursor:pointer;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
}
.pkst-top-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:.6;
}
.pkst-top-overlay{
  position:absolute;
  left:34px;
  bottom:24px;
  background:rgba(58,58,58,.85);
  padding:18px 20px;
  font-weight:700;
  text-transform:uppercase;
  text-align:center;
  border:1px solid rgba(255,255,255,.12);
}

.pkst-title{
  text-align:center;
  font-size:52px;
  letter-spacing:2px;
  margin:24px 0 26px;
  color:#fff;
}
.pkst-title:after{
  content:"";
  display:block;
  width:44px;
  height:3px;
  background:#f1b311;
  margin:16px auto 0;
}

.pkst-table-wrap{
  width:100%;
  max-width:100%;
  overflow-x:auto;
}
.pkst-table{
  width:100%;
  border-collapse:collapse;
  min-width:920px;
}
.pkst-table thead th{
  background:#f1b311;
  color:#fff;
  padding:18px;
  border-right:1px solid rgba(255,255,255,.35);
}
.pkst-table thead th:last-child{border-right:none;}
.pkst-table td{
  padding:18px;
  border:1px solid rgba(255,255,255,.08);
  background:#161616;
  color:#fff;
  vertical-align:middle;
}

.pkst-btn,.pkst-btn-outline{
  padding:16px 28px;
  border:none;
  font-weight:700;
  cursor:pointer;
}
.pkst-btn{background:#f1b311;color:#111;}
.pkst-btn-outline{background:transparent;color:#fff;border:2px solid #f1b311;}

.pkst-bottom-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-top:42px;
}
.pkst-bottom-row p{margin:0;color:#fff;}

.pkst-modal{
  position:fixed;
  inset:0;
  z-index:99999;
}
.pkst-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.75);
}
.pkst-modal-dialog{
  position:relative;
  z-index:1;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px 15px;
  box-sizing:border-box;
}
.pkst-modal-content{
  position:relative;
  width:100%;
  max-width:1080px;
  background:#232323;
  color:#fff;
  padding:38px 34px 64px;
  border:1px solid rgba(255,255,255,.08);
  max-height:calc(100vh - 60px);
  overflow-y:auto;
  box-sizing:border-box;
}
.pkst-close{
  position:absolute;
  right:16px;
  top:10px;
  background:none;
  border:none;
  color:#fff;
  font-size:34px;
  cursor:pointer;
}
.pkst-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 28px;
}
.pkst-form-grid label{
  display:block;
  font-size:16px;
  margin-bottom:10px;
  color:#fff;
  opacity:1;
}
.pkst-form-grid input,
.pkst-form-grid select,
.pkst-form-grid textarea{
  width:100%;
  background:transparent;
  border:none;
  border-bottom:1px solid #f1b311;
  color:#fff;
  padding:10px 0;
  box-sizing:border-box;
}
.pkst-form-grid input::placeholder,
.pkst-form-grid textarea::placeholder{color:rgba(255,255,255,.65);}
.pkst-form-grid option{color:#111;}
.pkst-form-grid input[readonly]{opacity:.95;}
.pkst-full{grid-column:1/-1;}
.pkst-return label{display:flex;align-items:center;gap:10px;}
.pkst-return input{width:auto;}

.pkst-return-section{
  margin-top:26px;
  padding-top:26px;
  border-top:1px solid rgba(241,179,17,.35);
}
.pkst-return-heading{
  margin:0 0 20px;
  font-size:28px;
  color:#fff;
}

.pkst-actions{
  display:flex;
  justify-content:center;
  gap:0;
  margin-top:30px;
  padding-top:10px;
}
.pkst-actions .pkst-btn-outline,.pkst-actions .pkst-btn{min-width:220px;}
.pkst-message{margin-top:14px;text-align:center;color:#fff;}

.pkst-tip{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  margin-left:8px;
  border:1px solid #f1b311;
  border-radius:50%;
  font-size:11px;
  color:#f1b311;
  cursor:pointer;
  vertical-align:middle;
}
.pkst-tip-text{
  position:absolute;
  left:50%;
  bottom:calc(100% + 10px);
  transform:translateX(-50%);
  min-width:240px;
  max-width:280px;
  background:#161616;
  color:#fff;
  padding:10px 12px;
  border-radius:6px;
  font-size:13px;
  line-height:1.4;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:all .2s ease;
  z-index:9999;
  text-align:left;
  text-transform:none;
  font-weight:400;
}
.pkst-tip:hover .pkst-tip-text,
.pkst-tip:focus .pkst-tip-text,
.pkst-tip.active .pkst-tip-text{
  opacity:1;
  visibility:visible;
}

@media (max-width: 991px){
  .pkst-top-heading h3{font-size:42px;}
  .pkst-top-grid{grid-template-columns:repeat(2,1fr);}
  .pkst-form-grid{grid-template-columns:1fr;}
  .pkst-title{font-size:38px;}
  .pkst-bottom-row{flex-direction:column;align-items:flex-start;}
  .pkst-actions{flex-direction:column;}
}

@media (max-width: 640px){
  .pkst-wrap{padding:20px;}
  .pkst-top-heading{margin-bottom:28px;}
  .pkst-top-heading h3{font-size:30px;padding-bottom:18px;}
  .pkst-top-heading h3::after{width:46px;height:3px;}
  .pkst-top-grid{grid-template-columns:1fr;}
  .pkst-modal-dialog{padding:18px 10px;}
  .pkst-modal-content{padding:22px 18px 38px;max-height:92vh;}
  .pkst-top-overlay{left:18px;right:18px;bottom:18px;padding:14px;}
  .pkst-tip-text{min-width:200px;max-width:220px;left:auto;right:0;transform:none;}
}

/* ===== Clear vehicle / price pairing in transfer table ===== */
.pkst-options-col{
  min-width:300px;
}
.pkst-options-cell{
  min-width:300px;
}
.pkst-vehicle-prices{
  display:grid;
  gap:10px;
}
.pkst-vehicle-price{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:12px 14px;
  border:1px solid rgba(241,179,17,.28);
  border-radius:14px;
  background:rgba(241,179,17,.08);
}
.pkst-vehicle-price__name{
  font-weight:800;
  color:#fff;
  white-space:nowrap;
}
.pkst-vehicle-price__amount{
  flex:0 0 auto;
  min-width:96px;
  padding:8px 12px;
  border-radius:999px;
  background:#f1b311;
  color:#111;
  font-weight:900;
  text-align:center;
  white-space:nowrap;
}

@media (max-width: 767px){
  .pkst-wrap{padding:28px 16px;}
  .pkst-table{min-width:760px;}
  .pkst-vehicle-price{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
  .pkst-vehicle-price__amount{
    min-width:0;
  }
}
