/* Modern site footer — loads after style.css */

.site-footer.footer-container {
  background: linear-gradient(180deg, #042 0%, #063 42%, #075a35 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: visible;
}

.site-footer .footer.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 20px 24px;
  border-top: 0;
  position: relative;
  overflow: visible;
}

.site-footer-top {
  position: absolute;
  top: -22px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #febf0f 0%, #f59e0b 100%);
  color: #042 !important;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 5;
}

.site-footer-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  color: #042 !important;
}

.site-footer-top i {
  font-size: 18px;
  line-height: 1;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 28px 24px;
  align-items: start;
}

.site-footer-brand {
  min-width: 0;
}

.site-footer-logo {
  display: inline-block;
  margin-bottom: 12px;
}

.site-footer-logo img {
  max-height: 38px;
  width: auto;
  display: block;
}

.site-footer-tagline {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82) !important;
  max-width: 280px;
}

.site-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer-social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.site-footer-social a:hover {
  background: rgba(254, 191, 15, 0.22) !important;
  border-color: rgba(254, 191, 15, 0.45);
  transform: translateY(-1px);
  text-decoration: none !important;
}

.site-footer-social a i {
  font-size: 16px !important;
  color: #fff !important;
}

.site-footer-col h4,
.site-footer-contact h4 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(254, 191, 15, 0.35);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #febf0f !important;
}

.site-footer-col ul,
.site-footer-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-col ul li::before,
.site-footer-contact ul li::before {
  content: none !important;
  display: none !important;
}

.site-footer-col ul li,
.site-footer-contact ul li {
  margin: 0 0 6px;
  padding: 0;
}

.site-footer-col ul li a,
.site-footer-contact .site-footer-contact-item a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: auto !important;
  padding: 6px 0 !important;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none !important;
  transition: color 0.15s ease, padding-left 0.15s ease;
}

.site-footer-col ul li a:hover,
.site-footer-contact .site-footer-contact-item a:hover {
  color: #fff !important;
  padding-left: 4px !important;
  text-decoration: none !important;
}

.site-footer-col ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 11px;
  color: #febf0f;
  opacity: 0.9;
}

.site-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.site-footer-contact-item:last-child {
  margin-bottom: 0;
}

.site-footer-contact-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #febf0f !important;
  font-size: 12px;
}

.site-footer-contact-item a {
  color: rgba(255, 255, 255, 0.92) !important;
  word-break: break-word;
}

.site-footer-contact-item b {
  display: block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 2px;
}

.site-footer-payments {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.site-footer-payments img {
  max-width: 100%;
  height: auto;
  opacity: 0.95;
  filter: brightness(1.05);
}

.site-footer.special-footer,
.site-footer .special-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin-top: 16px;
  padding: 0 !important;
}

.site-footer.special-footer a,
.site-footer .special-footer a {
  display: inline-block !important;
  padding: 6px 12px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px !important;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.site-footer.special-footer a:hover,
.site-footer .special-footer a:hover {
  background: rgba(254, 191, 15, 0.18);
  border-color: rgba(254, 191, 15, 0.4);
  color: #fff !important;
}

.site-footer-copy.copyright {
  padding: 16px 20px;
  background: #021a10;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72) !important;
}

.site-footer-copy.copyright b {
  color: #febf0f;
  font-weight: 800;
}

@media (max-width: 992px) {
  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }

  .site-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .site-footer .footer.site-footer-inner {
    padding: 32px 14px 20px;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-footer-top {
    top: -20px;
    right: 14px;
    width: 40px;
    height: 40px;
  }

  .site-footer-tagline {
    max-width: none;
  }
}
