/* ==================================================
   ABOUT PAGE (about.html)
   Loaded AFTER style.css so it only tweaks this page.
   ================================================== */

.slt-about-hero{
  padding:70px 0 46px;
  background:
    radial-gradient(1000px 260px at 50% 0%, rgba(126,186,29,0.22), rgba(126,186,29,0) 60%),
    linear-gradient(135deg, rgba(126,186,29,0.16), rgba(88,88,88,0.10));
  border-bottom:1px solid rgba(88,88,88,0.14);
}

.slt-about-hero__inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.slt-about-hero__h{
  margin:0;
  font-weight:800;
  letter-spacing:1px;
  color:#111;
  text-transform:uppercase;
  font-size:2.1rem;
}

.slt-about-hero__sub{
  margin-top:10px;
  font-weight:600;
  color:rgba(88,88,88,0.80);
}

.slt-about-hero__line{
  width:92px;
  height:4px;
  border-radius:99px;
  background:var(--slt-green);
  margin:16px auto 0;
}

.slt-about-main{ padding:28px 0 56px; }

/* Typography balance: headings bold, body normal */
.slt-about .slt-card__h{ font-weight:800; }
.slt-about .slt-about-kicker{ font-weight:800; color:#111; margin:16px 0 8px; }

.slt-about .slt-about-lead{
  font-size:1.05rem;
  font-weight:500;
  color:rgba(88,88,88,0.90);
  line-height:1.7;
  margin:0;
}

.slt-about .slt-about-text{
  margin:0;
  font-weight:450;
  color:rgba(88,88,88,0.90);
  line-height:1.7;
}

.slt-about-list{
  margin:0;
  padding-left:18px;
}
.slt-about-list li{
  margin:8px 0;
  font-weight:450;
  color:rgba(88,88,88,0.90);
  line-height:1.55;
}

.slt-about-cta{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.slt-about-mini{
  font-weight:500;
  color:rgba(88,88,88,0.80);
}

@media (max-width: 575.98px){
  .slt-about-hero{ padding:56px 0 36px; }
  .slt-about-hero__h{ font-size:1.75rem; }
}
/* =========================
   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;
  }
}
