.site-footer {
  width: 100%;
  background: linear-gradient(173deg, #17c705 0%, #121810 0.9%, #17c705 209%) !important;
  box-shadow: 0 4px 8.7px rgba(0,0,0,0.12);
  color: rgba(255,255,255,0.8);
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  padding: 40px 60px;
}

.footer-container,
.footer-lower {
  max-width: 1350px;
  width: 100%;
  margin-inline: auto;
}

.footer-container {
  display: grid;
  grid-template-columns: 150px 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer-logo img {
  width: 96px;
  height: auto;
}

.footer-logo p{
  margin:12px 0 0;
  font-size:16px;
  line-height:1.7;
  font-weight:600;
}
@media (min-width:768px){ .footer-logo p{ font-size:18px; } }
@media (min-width:1200px){ .footer-logo p{ font-size:20px; } }

.footer-links h4,
.footer-social h4,
.footer-contact h4,
.footer-disclaimer h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.link-list { list-style: none; padding: 0; margin: 0; }
.link-list li { margin: 6px 0; }
.link-list a { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.85); text-decoration: none; }
.link-list a:hover { color: #fff; }

.footer-social .social-icons { display: flex; gap: 10px; margin-top: 10px; }
.footer-social .dot { width: 32px; height: 32px; border-radius: 50%; background: #280749; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; text-decoration: none; }

.footer-lower { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; margin-top: 36px; }
.footer-contact p,
.footer-disclaimer p { font-size: 14px; line-height: 1.6; margin: 6px 0 12px; }
.highlight { color: #A1FF03; }

.footer-copy { border-top: 1px solid rgba(255,255,255,0.15); text-align: center; margin-top: 40px; padding-top: 12px; font-size: 12px; color: rgba(255,255,255,0.8); }

@media (max-width: 900px) {
  .site-footer { padding: 32px 20px; }
  .footer-container { grid-template-columns: 1fr 1fr; gap: 24px; text-align: left; }
  .footer-lower { grid-template-columns: 1fr; gap: 24px; }
}

@media (min-width: 901px) {
  .footer-container { grid-template-columns: repeat(4, 1fr); }
}

.footer-logo img { max-width: 100%; width: 96px; height: auto; }

@media (max-width: 600px) {
  .footer-container { grid-template-columns: 1fr; text-align: center; }
  .footer-social .social-icons { justify-content: center; }
}
