/* Self-contained footer styles for towinpr inner pages.
   Mirrors the homepage pr12-footer look, but targets the pr10-footer-*
   markup used by the shared footer fragment. Colors are hardcoded so the
   rules work regardless of which stylesheet (home.css / home2.css) is loaded. */

.pr10-footer {
  padding: 84px 0 0;
  background: #141414;
  color: #faf9f6;
}

.pr10-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 44px;
  padding-bottom: 60px;
}

.pr10-footer-brand strong {
  font-size: 22px;
  font-weight: 900;
  color: #faf9f6;
}

.pr10-footer-brand p {
  max-width: 28em;
  margin: 14px 0 0;
  color: #aaa79f;
  font-size: 14px;
  line-height: 1.7;
}

.pr10-footer-col h4 {
  margin: 0 0 12px;
  color: #faf9f6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pr10-footer-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pr10-footer-col a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: #aaa79f;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.pr10-footer-col a:hover {
  color: #5D7342;
}

.pr10-footer-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #aaa79f;
  font-size: 13px;
}

.pr10-footer-strip h4 {
  margin: 0;
  flex: none;
  color: #faf9f6;
  font-size: 13px;
  font-weight: 900;
}

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

.pr10-footer-strip b {
  color: #faf9f6;
}

.pr10-footer-strip i {
  font-style: normal;
  color: #aaa79f;
}

.pr10-footer-strip a {
  color: #aaa79f;
  text-decoration: none;
}

.pr10-footer-strip a:hover {
  color: #5D7342;
}

.pr10-footer-base {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #aaa79f;
  font-size: 13px;
}

.pr10-footer-base nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
}

.pr10-footer-base a {
  color: #aaa79f;
  text-decoration: none;
}

.pr10-footer-base a:hover {
  color: #5D7342;
}

@media (max-width: 860px) {
  .pr10-footer {
    padding-top: 56px;
  }

  .pr10-footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 40px;
  }
}
