/* Page: Events */
.slt-events{ background:#fff; }

.slt-evt-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-evt-hero__inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
  padding:10px 0;
}
.slt-evt-kicker{
  font-weight:800;
  letter-spacing:2px;
  color:rgba(88,88,88,0.70);
  font-size:0.82rem;
}
.slt-evt-h{
  margin:10px 0 8px;
  font-weight:900;
  letter-spacing:1px;
  color:#111;
}
.slt-evt-sub{
  margin:0 auto;
  max-width:760px;
  color:rgba(88,88,88,0.78);
  font-weight:500;
  line-height:1.55;
}
.slt-evt-actions{
  margin-top:18px;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}
.slt-evt-pills{
  margin-top:16px;
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}
.slt-evt-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;
}

.slt-evt-main{ padding:26px 0 44px; }

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

.slt-evt-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-evt-card--soft{ background:rgba(0,0,0,0.02); }

.slt-evt-card__h{
  font-weight:900;
  color:#111;
  font-size:1.05rem;
  margin-bottom:8px;
}
.slt-evt-card__p{
  color:rgba(88,88,88,0.78);
  font-weight:500;
  line-height:1.55;
  margin:0;
}

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

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

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

.slt-evt-miniTitle{ font-weight:900; color:#111; margin-bottom:8px; }
.slt-evt-tags{ display:flex; flex-wrap:wrap; gap:8px; }
.slt-evt-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-evt-note{
  color:rgba(88,88,88,0.78);
  font-weight:500;
  line-height:1.55;
}

.slt-evt-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-evt-cta__text{ font-weight:900; color:#111; }
.slt-evt-cta__actions{ display:flex; gap:10px; flex-wrap:wrap; }

/* =========================
   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;
  }
}

