footer {
  background-color: #451a03 !important;
  color: white !important;
  padding: 60px 20px 30px !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.footer-logo {
  height: 80px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.footer-brand p {
  opacity: 0.8;
  font-size: 14px;
  margin-bottom: 5px;
}

.footer-brand .tagline {
  color: #fcd34d;
  font-style: italic;
}

.footer h4 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: white;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .footer-links a {
    justify-content: center;
  }
}

.footer-links a:hover {
  color: #fcd34d;
}

.btn-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #f77737 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.2);
  max-width: 1200px;
  margin: 0 auto 30px;
}

.footer-bottom {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-bottom p {
  opacity: 0.7;
  font-size: 13px;
  margin-bottom: 10px;
  color: white;
}

.footer-bottom .heart {
  color: #f87171;
}
