.footer-enhanced {
  width: 100%;
  background: var(--pico-background-color, #fff); /* Match Pico body background */
  padding: 2rem 0;
  border-top: 1px solid #e0e0e0;
}

.footer-enhanced .container {
  display: flex;
  justify-content: flex-end;
}

.newsletter-container {
  max-width: 400px;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.newsletter-label {
  color: var(--pico-text-secondary, #333);
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.newsletter-form input[type="email"] {
  padding: 0.1rem 0.3rem;
  border-radius: 4px;
  border: none;
  margin-bottom: 0.5rem;
  width: 100%;
  height: 1.5rem;
  font-size: 0.8rem;
}

.newsletter-button {
  background: #524ed2;
  color: #fff;
  border: none;
  padding: 0.1rem 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
  transition: background 0.2s;
  height: 1.5rem;
  font-size: 0.8rem;
}

.newsletter-button:hover {
  background: #4040bf;
}
