/* Self-contained footer styles for towinexpo.
   Mirrors the x-footer rules that live in home.css, but shipped under a new
   filename so browsers that cached the old home.css still pick these up.
   Colors hardcoded; brand green #5D7342 on hover. */

.x-footer {
  background: #12161D;
  color: #9aa3b0;
  padding: 40px 0 26px;
}

.x-footer h3 {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.x-footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

@media (min-width: 768px) {
  .x-footer-top {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: clamp(20px, 3vw, 44px);
  }
}

.x-footer-brand b {
  color: #fff;
  font-size: 18px;
  display: block;
}

.x-footer-brand p {
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.7;
}

.x-footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13.5px;
}

.x-footer-col a {
  color: #9aa3b0;
  text-decoration: none;
}

.x-footer-col a:hover {
  color: #fff;
}

.x-footer-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 30px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-size: 13.5px;
}

.x-footer-strip h3 {
  margin: 0;
  flex: none;
}

.x-footer-strip span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
}

.x-footer-strip b {
  color: #fff;
  font-weight: 700;
}

.x-footer-strip i {
  font-style: normal;
  color: #9aa3b0;
}

.x-footer-strip a {
  color: #9aa3b0;
  text-decoration: none;
}

.x-footer-strip a:hover {
  color: #fff;
}

.x-footer-base {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 12px;
  color: #6b7280;
}

.x-footer-base nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.x-footer-base a {
  color: #6b7280;
  text-decoration: none;
}

.x-footer-base a:hover {
  color: #fff;
}
