.bbe2{
  font-family:Inter,Arial,sans-serif;
  max-width:1200px;
  margin:auto;
  color:#111;
}
.bbe2-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:26px;
  margin:30px 0;
}
.bbe2-card{
  position:relative;
  border-radius:26px;
  overflow:hidden;
  background:linear-gradient(180deg,#171717,#080808);
  color:#fff;
  box-shadow:0 24px 65px rgba(0,0,0,.18);
  min-height:520px;
  border:1px solid rgba(224,180,33,.22);
}
.bbe2-card:hover{transform:translateY(-3px);transition:.25s ease}
.bbe2-img{
  height:245px;
  background-size:cover;
  background-position:center;
  opacity:1;
}
.bbe2-img:after{
  content:"";
  display:block;
  height:245px;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.68));
}
.bbe2-card-body{
  padding:25px;
  display:flex;
  flex-direction:column;
  min-height:255px;
}
.bbe2-type{
  display:inline-flex;
  width:max-content;
  background:#e0b421;
  color:#111;
  padding:8px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  margin-bottom:10px;
}
.bbe2-card h3{
  font-size:30px;
  line-height:1.08;
  margin:8px 0 10px;
  color:#fff;
}
.bbe2-card p{
  opacity:.92;
  font-weight:600;
  line-height:1.55;
  margin:0 0 12px;
}
.bbe2-features{
  padding-left:18px;
  margin:10px 0 18px;
  color:#fff;
}
.bbe2-features li{
  margin:7px 0;
  font-weight:650;
}
.bbe2-price{
  font-size:44px;
  font-weight:950;
  margin-top:auto;
  color:#e0b421;
  letter-spacing:-1px;
}
.bbe2-select,.bbe2-submit{
  width:100%;
  border:0;
  background:linear-gradient(135deg,#e8c64c,#c89b12);
  color:#111;
  padding:16px 20px;
  border-radius:999px;
  font-weight:950;
  letter-spacing:1.4px;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(224,180,33,.22);
}
.bbe2-form{
  background:#fff;
  border:1px solid #eadca7;
  border-radius:24px;
  padding:28px;
  box-shadow:0 18px 60px rgba(0,0,0,.08);
  margin:34px 0;
}
.bbe2-form h2{font-size:30px;margin:0 0 6px}
.bbe2-form label{font-weight:850;margin-top:14px;display:block}
.bbe2-form input,.bbe2-form select,.bbe2-form textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #ddd;
  border-radius:14px;
  padding:15px;
  margin:7px 0 12px;
  font-weight:650;
  outline:none;
}
.bbe2-form input:focus,.bbe2-form select:focus,.bbe2-form textarea:focus{
  border-color:#e0b421;
  box-shadow:0 0 0 3px rgba(224,180,33,.15);
}
.bbe2-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.bbe2-form textarea{min-height:112px}
.bbe2-total{
  background:#fff4d6;
  text-align:center;
  border-radius:16px;
  padding:18px;
  margin:14px 0;
  font-weight:950;
}
.bbe2-total strong{color:#d4a700;font-size:22px}
.bbe2-departure-box{
  background:#fff8df;
  border:1px solid #e0b421;
  border-radius:18px;
  padding:18px;
  margin:16px 0;
}
.bbe2-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px dashed rgba(0,0,0,.18);
  padding:10px 0;
}
.bbe2-row span{font-weight:900}
.bbe2-row b{text-align:right}
.bbe2-notes{font-size:13px;margin-top:10px;opacity:.82}
.bbe2-msg{margin-top:15px;font-weight:850}
.bbe2-success{background:#e9f8ef;border:1px solid #24a95a;padding:15px;border-radius:14px}
.bbe2-ticket-btn{
  display:inline-block;
  background:#111;
  color:#fff!important;
  padding:13px 17px;
  border-radius:12px;
  text-decoration:none;
  margin-top:10px;
}
@media(max-width:650px){
  .bbe2-grid{grid-template-columns:1fr}
  .bbe2-two{grid-template-columns:1fr}
  .bbe2-row{display:block}
  .bbe2-row b{display:block;text-align:left;margin-top:5px}
  .bbe2-form{padding:20px}
  .bbe2-card{min-height:auto}
}

/* V3 Premium overrides */
.bbe2:before{
  content:"BOOKING ENGINE • V3 PREMIUM";
  display:block;
  background:#0d0d0d;
  color:#e0b421;
  padding:18px 24px;
  border-radius:22px 22px 0 0;
  font-weight:950;
  letter-spacing:1px;
  margin-top:20px;
}
.bbe2-grid{background:#fff;padding:24px;border-radius:0 0 22px 22px;box-shadow:0 18px 60px rgba(0,0,0,.08)}
.bbe2-card{background:#fff;color:#111;border:1px solid #eee;min-height:0}
.bbe2-card h3{color:#111;font-size:24px}
.bbe2-card p{color:#333}
.bbe2-features{color:#111}
.bbe2-img{height:210px}
.bbe2-card-body{min-height:260px}
.bbe2-price{font-size:30px}
.bbe2-select{background:#fff;color:#c19000;border:1px solid #d6aa1a;box-shadow:none}
.bbe2-select:hover{background:#e0b421;color:#111}
