.site-footer {
  background: #2f6f3e;
  color: #ddd;
  margin-top: 0;
}
.site-footer-top {
  padding: 60px 0;
}
.footer-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 30px;
  max-width: 1200px;
}
.footer-col { min-width: 0; }

.footer-title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 24px;
  position: relative;
  font-size: 1.15rem;
}
.footer-title::after {
  content: '';
  width: 50px;
  height: 2px;
  background: rgba(255,255,255,.65);
  position: absolute;
  left: 0;
  bottom: -8px;
}

.footer-logo {
  width: 100px;
  height: auto;
  object-fit: contain;
  margin-bottom: 16px;
  background: #fff;
  padding: 6px;
}
.footer-desc {
  margin: 0;
  color: #dce7df;
  line-height: 1.8;
  font-size: 1.03rem;
}

.footer-company-name {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 700;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-address strong {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.footer-address p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}
.footer-icon { min-width: 18px; }

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.footer-socials a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.2);
  color: #fff;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease;
}
.footer-socials a:hover {
  background: rgba(255,255,255,.35);
  color: #fff;
  transform: translateY(-1px);
}
.footer-dmca {
  display: inline-block;
  margin-top: 16px;
  background: #1d9bf0;
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: .86rem;
  font-weight: 700;
}

.footer-map-wrap {
  border-radius: 6px;
  overflow: hidden;
  background: transparent;
  min-height: 200px;
}

.footer-map {
  width: 100%;
  max-width: 360px;
  height: 200px;
  overflow: hidden;
}

.footer-map iframe {
  width: 100% !important;
  height: 200px !important;
  border: 0;
  display: block;
}
.footer-map-placeholder {
  width: 100%;
  max-width: 360px;
  height: 200px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site-footer-bottom {
  background: #245933;
  padding: 12px 0;
}
.site-footer-bottom p {
  margin: 0;
  color: #f1f5f9;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .site-footer-top { padding: 46px 0; }
  .footer-grid-3 { grid-template-columns: 1fr; gap: 24px; }
  .footer-address p { font-size: 12px; }
  .footer-map,
  .footer-map iframe,
  .footer-map-placeholder {
    max-width: 100%;
    height: 220px !important;
  }
}
