/* Page: Private Hire */
.slt-privatehire{
  background:#fff;
}

/* Hero */
.slt-ph-hero{
  padding:44px 0 22px;
  background:linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.00));
  border-bottom:1px solid rgba(88,88,88,0.10);
}
.slt-ph-hero__inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
  padding:10px 0;
}
.slt-ph-hero__kicker{
  font-weight:800;
  letter-spacing:2px;
  color:rgba(88,88,88,0.70);
  font-size:0.82rem;
}
.slt-ph-hero__h{
  margin:10px 0 8px;
  font-weight:900;
  letter-spacing:1px;
  color:#111;
}
.slt-ph-hero__sub{
  margin:0 auto;
  max-width:760px;
  color:rgba(88,88,88,0.78);
  font-weight:500;
  line-height:1.55;
}
.slt-ph-hero__actions{
  margin-top:18px;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}
.slt-ph-hero__meta{
  margin-top:16px;
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}
.slt-ph-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(88,88,88,0.14);
  background:#fff;
  font-weight:700;
  color:rgba(88,88,88,0.85);
  font-size:0.86rem;
}

/* Main */
.slt-ph-main{
  padding:26px 0 44px;
}

.slt-ph-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin-bottom:22px;
}
@media (max-width: 991px){
  .slt-ph-grid{ grid-template-columns:1fr; }
}

.slt-ph-card{
  border:1px solid rgba(88,88,88,0.12);
  border-radius:16px;
  background:#fff;
  padding:16px;
  box-shadow:0 12px 26px rgba(0,0,0,0.06);
}
.slt-ph-card--soft{
  background:rgba(0,0,0,0.02);
}
.slt-ph-card__h{
  font-weight:900;
  color:#111;
  font-size:1.05rem;
  margin-bottom:8px;
}
.slt-ph-card__p{
  color:rgba(88,88,88,0.78);
  font-weight:500;
  line-height:1.55;
  margin:0;
}

.slt-ph-section{
  margin-top:26px;
}
.slt-ph-section__head{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  margin-bottom:12px;
}
.slt-ph-section__h{
  font-weight:900;
  color:#111;
  margin:0;
}
.slt-ph-section__line{
  width:84px;
  height:3px;
  border-radius:999px;
  background:rgba(126,186,29,0.85);
  margin-top:10px;
}

.slt-ph-two{
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:14px;
}
@media (max-width: 991px){
  .slt-ph-two{ grid-template-columns:1fr; }
}

.slt-ph-list{
  margin:0;
  padding-left:18px;
  color:rgba(88,88,88,0.82);
  font-weight:500;
  line-height:1.6;
}
.slt-ph-list li{ margin:8px 0; }

.slt-ph-miniTitle{
  font-weight:900;
  color:#111;
  margin-bottom:8px;
}
.slt-ph-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.slt-ph-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(88,88,88,0.14);
  background:#fff;
  font-weight:800;
  color:rgba(88,88,88,0.86);
  font-size:0.85rem;
}
.slt-ph-note{
  color:rgba(88,88,88,0.78);
  font-weight:500;
  line-height:1.55;
}

.slt-ph-cta{
  margin-top:14px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(88,88,88,0.12);
  background:linear-gradient(180deg, rgba(126,186,29,0.10), rgba(255,255,255,0.70));
  box-shadow:0 12px 26px rgba(0,0,0,0.06);

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.slt-ph-cta__text{
  font-weight:900;
  color:#111;
}
.slt-ph-cta__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* FAQ */
.slt-ph-faq{
  max-width:980px;
  margin:0 auto;
  display:grid;
  gap:10px;
}
.slt-ph-faq__item{
  border:1px solid rgba(88,88,88,0.12);
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 26px rgba(0,0,0,0.06);
  padding:2px;
}
.slt-ph-faq__item > summary{
  cursor:pointer;
  list-style:none;
  padding:14px 14px;
  font-weight:900;
  color:#111;
}
.slt-ph-faq__item > summary::-webkit-details-marker{ display:none; }
.slt-ph-faq__body{
  padding:0 14px 14px;
  color:rgba(88,88,88,0.78);
  font-weight:500;
  line-height:1.55;
}
.slt-ph-faq__body a{
  text-decoration:none;
}
.slt-ph-faq__body a:hover{
  text-decoration:underline;
}
/* =========================
   FOOTER
   ========================= */
.slt-footer{
  background: #585858; /* SLT dark grey */
  color: rgba(255,255,255,0.86);
  padding: 34px 0 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.slt-footer a{
  color: rgba(255,255,255,0.90);
  text-decoration: none;
}

.slt-footer a:hover{
  color: #ffffff;
  text-decoration: underline;
}

.slt-footer__grid{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.slt-footer__brand{
  font-weight: 1100;
  letter-spacing: 0.2px;
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #ffffff;
}

.slt-footer__title{
  font-weight: 1100;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.95);
}

.slt-footer__text{
  margin: 0 0 12px;
  line-height: 1.55;
  font-weight: 700;
  color: rgba(255,255,255,0.80);
  max-width: 46ch;
}

.slt-footer__muted{
  color: rgba(255,255,255,0.72);
  font-weight: 700;
}

.slt-footer__list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.slt-footer__list li{
  margin: 8px 0;
  font-weight: 800;
}

.slt-footer__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.slt-chip{
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.90);
  font-weight: 900;
  font-size: 0.82rem;
}

.slt-footer__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  font-weight: 1100;
  letter-spacing: 0.3px;
  background: #7EBA1D; /* SLT green */
  color: #111 !important;
  text-decoration: none !important;
}

.slt-footer__cta:hover{
  filter: brightness(1.05);
}

.slt-footer__bottom{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.slt-footer__small{
  font-weight: 800;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.78);
}

.slt-footer__bottomlinks{
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

/* Mobile */
@media (max-width: 991px){
  .slt-footer{
    padding: 28px 0 16px;
  }
  .slt-footer__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
