﻿/* Shared footer — v2 color scheme: indigo-purple + cyan. */
.site-footer {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  border-top: 4px solid #4B246B;
  background: #2E173F !important;
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
}

.site-footer .footer-shell { position: relative; width: 100%; margin-left: 0; background: #2E173F; }
.site-footer .footer-shell::before { display: none; }

.site-footer .footer-main {
  display: grid;
  grid-template-columns: 270px minmax(0,1fr) 220px;
  gap: 64px;
  align-items: start;
  padding-top: 58px;
  padding-bottom: 36px;
}

.site-footer .footer-brand img {
  width: auto;
  max-width: 240px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.site-footer .footer-brand p {
  margin-top: 22px;
  color: rgba(255,255,255,.52);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: .04em;
}

.site-footer .footer-label {
  margin-bottom: 19px;
  color: #D7B872;
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: .22em;
}

.site-footer .footer-nav ul { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0 26px; }
.site-footer .footer-nav li { border-bottom: 1px solid rgba(255,255,255,.14); }

.site-footer .footer-nav a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.82);
  font-size: 13px;
}

.site-footer .footer-nav a i,
.site-footer .footer-utility i {
  color: rgba(255,255,255,.36);
  font-style: normal;
  transition: transform .25s ease, color .25s ease;
}

.site-footer .footer-nav a:hover { color: #fff; }
.site-footer .footer-nav a:hover i { color: #D7B872; transform: translateX(4px); }

.site-footer .footer-utility > a,
.site-footer .footer-utility > button {
  display: flex;
  width: 100%;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: rgba(255,255,255,.78);
  font-family: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.site-footer .footer-utility > a:hover,
.site-footer .footer-utility > button:hover { color: #fff; }

.site-footer .footer-utility > a:hover i,
.site-footer .footer-utility > button:hover i {
  color: #D7B872;
  transform: translate(3px,-2px);
}

.site-footer .footer-bottom {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.46);
  font-size: 13px;
  line-height: 1.4;
  word-break: normal;
}

.site-footer .footer-bottom a { color: rgba(255,255,255,.72); }
.site-footer .footer-bottom a:hover { color: #fff; }
.site-footer .footer-build { flex: 0 0 auto; font-family: Arial, sans-serif; letter-spacing: .08em; }
.site-footer .footer-build span { margin-right: 9px; color: #D7B872; font-size: 9px; letter-spacing: .18em; }
.site-footer #mzaback { background-color: #4B246B; }

@media only screen and (max-width:1024px) {
  .site-footer .footer-main { grid-template-columns: 1fr 1.7fr; gap: 50px; }
  .site-footer .footer-utility {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
  }
  .site-footer .footer-utility .footer-label { grid-column: 1 / -1; margin-bottom: -4px; }
}

@media only screen and (max-width:1280px) and (min-width:1025px) {
  .site-footer .footer-main { grid-template-columns: 230px minmax(0,1fr) 180px; gap: 38px; }
  .site-footer .footer-nav ul { gap: 0 18px; }
}

@media only screen and (max-width:768px) {
  .site-footer { padding: 0 !important; }
  .site-footer .footer-main { display: block; width: 88%; padding-top: 42px; padding-bottom: 30px; }
  .site-footer .footer-brand { padding-bottom: 34px; }
  .site-footer .footer-brand img { max-width: 210px; height: 50px; }
  .site-footer .footer-brand p { margin-top: 16px; }
  .site-footer .footer-nav { padding-bottom: 34px; }
  .site-footer .footer-nav ul { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; }
  .site-footer .footer-utility { display: grid; grid-template-columns: 1fr; gap: 0; }
  .site-footer .footer-utility .footer-label { grid-column: auto; margin-bottom: 10px; }
  .site-footer .footer-bottom { display: block; width: 88%; padding: 15px 0; font-size: 12px; line-height: 1.5; }
  .site-footer .footer-build { margin-top: 8px; }
}

@media only screen and (max-width:420px) {
  .site-footer .footer-nav ul { grid-template-columns: 1fr; }
}
