.footer {
  background: #fff;
  color: #111;
  text-align: center;
  padding: 32px 0 0 0;
  font-family: 'Poppins', sans-serif;
  border-top: 1px solid #eee;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 24px;
  font-size: 1.1rem;
}

.footer-nav a {
  color: #111;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: #FF4B2B;
}

.footer-logo {
  margin: 16px 0 24px 0;
}

.footer-logo img {
  height: 60px;
  width: auto;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 24px;
}

.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: none;
  border: none;
  color: #111;
  font-size: 2rem;
  transition: color 0.2s;
  text-decoration: none;
  box-shadow: none;
}

.footer-social-icon:hover {
  color: #FF4B2B;
  background: none;
  border: none;
}

.footer-copyright {
  background: #111;
  color: #fff;
  padding: 16px 0;
  font-size: 1rem;
  margin-top: 24px;
}

.footer-copyright a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: opacity 0.2s ease;
}

.footer-copyright a:hover {
  opacity: 0.7;
} 

.footer-newsletter {
  margin: 24px 0;
  padding: 0 20px;
}

.footer-newsletter h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #111;
}

#mc_embed_signup {
  max-width: 400px;
  margin: 0 auto;
}

.mc-field-group {
  margin-bottom: 12px;
}

.newsletter-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  font-family: 'Poppins', sans-serif;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.newsletter-input:focus {
  outline: none;
  border-color: #FF4B2B;
}

.newsletter-input::placeholder {
  color: #999;
}

.newsletter-btn-black {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.25s ease;
  width: 100%;
}

.newsletter-btn-black:hover {
  background-color: #333;
}

.newsletter-btn-black:active {
  transform: scale(0.98);
}

/* Hide Mailchimp's honeypot field */
#mc_embed_signup input[type="text"][name*="b_"] {
  position: absolute;
  left: -5000px;
}
