.footer-sections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
  margin-top: 30px;
  border-top: 1px solid rgb(236, 236, 236);
  gap: 30px 0;
}

.section {
  flex: 1;
  margin-right: 20px;
}

.section:last-child {
  margin-right: 0;
}

.section-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

.section-links {
  list-style: none;
}

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

.section-links a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.section-links a:hover {
  text-decoration: underline;
}

.signup-text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.email-form {
  display: flex;
  margin-bottom: 30px;
}

.email-input {
  border: 1px solid #ddd;
  padding: 12px 15px;
  width: 100%;
  max-width: 175px;
  outline: none;
}

.subscribe-btn {
  background-color: #000;
  color: white;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.currency-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 8px 12px;
  width: fit-content;
  cursor: pointer;
}

.divider {
  height: 1px;
  background-color: #eee;
  margin: 10px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  gap: 30px 0;
}

.copyright-section {
  display: flex;
  flex-direction: column;
}

.dmca-badge {
  margin-right: 15px;
}

.copyright-text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 10px;
}
