.hel2-table{ outline: 4px solid red !important; }
.hel2-wrap{
  width:100%;
  max-width: 1400px; /* wider */
  margin: 0 auto;
  padding: 0 14px; /* breathing room on edges */
}


/* Toolbar */
.hel2-toolbar{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin: 0 0 14px 0;
}

.hel2-search{
  flex:1;
  min-width:240px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:16px;
  background: rgba(0,0,0,0.22);
  color:#fff;
  outline:none;
}

.hel2-filter-category,.hel2-sort{
  padding:12px 14px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:16px;
  background: rgba(0,0,0,0.22);
  color:#fff;
  outline:none;
}

/* Table shell */
.hel2-table{
  border:1px solid rgba(255,255,255,0.12);
  border-radius:20px;
  overflow:hidden;
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(6px);
}

.hel2-row{
  display:grid;
  grid-template-columns: 1.2fr 1.1fr 1.5fr 0.8fr 0.6fr 0.9fr 0.9fr;
  gap:12px;
  align-items:center;
  padding: 14px 16px;
}

.hel2-head{
  font-weight:600;
  font-size: 13px;
  letter-spacing: .02em;
  opacity:.9;
  background: rgba(255,255,255,0.06);
}

.hel2-item{
  border-top:1px solid rgba(255,255,255,0.08);
  position:relative;
}

.hel2-item:hover{
  background: rgba(255,255,255,0.04);
}

/* Bits */
.hel2-code{ font-weight:800; letter-spacing:.02em; }
.hel2-arrow{ opacity:.65; padding:0 6px; }

.hel2-badge{
  font-weight:700;
  opacity:.95;
}

.hel2-price{
  text-align:right;
  font-weight:900;
}

.hel2-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:10px 14px;
  border-radius:16px;
  text-decoration:none;
  font-weight:800;
  border:1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.10);
  color:#fff;
}

.hel2-btn:hover{
  background: rgba(255,255,255,0.16);
}

.hel2-btn-full{ width:100%; }

.hel2-empty{
  padding: 22px 16px;
  opacity: .9;
}

/* Mobile card */
.hel2-mobile{ display:none; }

@media (max-width: 900px){
  .hel2-head{ display:none; }
  .hel2-row{
    grid-template-columns: 1fr;
    padding: 0;
  }
  .hel2-item > div:not(.hel2-mobile){ display:none; }
  .hel2-mobile{
    display:block;
    padding: 16px;
  }
  .hel2-mobile-top{
    display:flex;
    justify-content:space-between;
    gap:12px;
    align-items:flex-start;
  }
  .hel2-mobile-route{ font-weight:900; font-size:16px; }
  .hel2-mobile-price{ font-weight:900; font-size:16px; text-align:right; }
  .hel2-mobile-sub{ margin-top:8px; opacity:.9; display:grid; gap:4px; }
  .hel2-mobile-cta{ margin-top:12px; }
}
.hel2-quote-card{
  border:1px solid rgba(255,255,255,0.12);
  border-radius:20px;
  padding:18px;
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(6px);
  max-width: 760px;
  margin: 0 auto;
}

.hel2-quote-title{ font-weight:900; font-size:18px; }
.hel2-quote-sub{ opacity:.9; margin-top:4px; }

.hel2-quote-summary{
  margin-top:12px;
  display:grid;
  gap:6px;
  padding:12px 14px;
  border-radius:16px;
  background: rgba(255,255,255,0.06);
}

.hel2-quote-form{ margin-top:14px; }

.hel2-quote-grid{
  display:grid;
  gap:10px;
  margin-bottom:12px;
}
@media(min-width:800px){
  .hel2-quote-grid{ grid-template-columns: 1fr 1fr 1fr; }
}

.hel2-quote-form label{ display:block; font-weight:700; margin-bottom:6px; opacity:.95; }
.hel2-quote-form input{
  width:100%;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.22);
  color:#fff;
  outline:none;
}

.hel2-quote-success{
  max-width:760px;
  margin:0 auto;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
}

.hel2-quote-error{
  max-width:760px;
  margin:0 auto 12px auto;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(255,120,120,0.35);
  background: rgba(255,120,120,0.10);
}
