.footer-desktop {
  background-color: #5a2ec3;
  color: #f5f7fc;
  padding: 2.5rem 1rem 1rem;
  font-family: "Segoe UI", sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  height: 30vh;
}

.footer-left,
.footer-links,
.footer-newsletter {
  flex: 1 1 250px;
  min-width: 220px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.footer-logo h3 {
  font-size: 1.6rem;
  color: #ece6ff;
}
.footer-logo .dot {
  color: #ece6ff;
}
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.4rem 0;
  font-size: 0.95rem;
  color: #f5f7fc;
}
.footer-contact .icon {
  color: #ece6ff;
  font-size: 1.1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-link-group h4 {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #ece6ff;
}
.footer-link-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-link-group li {
  margin: 0.4rem 0;
}
.footer-link-group a {
  color: #f5f7fc;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.3s ease;
}
.footer-link-group a:hover {
  color: #ece6ff;
}
.footer-link-group .highlight {
  color: #ece6ff;
}

.footer-newsletter h4 {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #ece6ff;
}
.footer-newsletter form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.footer-newsletter input {
  padding: 0.6rem;
  border-radius: 6px;
  border: 1px solid #ece6ff;
  background-color: transparent;
  color: #f5f7fc;
  flex: 1;
  min-width: 160px;
}
.footer-newsletter button {
  background-color: #ece6ff;
  border: none;
  color: #5a2ec3;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}
.footer-newsletter button:hover {
  background-color: #f5f7fc;
  color: #5a2ec3;
}

.footer-socials {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.footer-socials a {
  color: #ece6ff;
  font-size: 1.2rem;
  transition: 0.3s;
}
.footer-socials a:hover {
  color: #f5f7fc;
}

.footer-bottom {
  text-align: center;
  font-size: 0.85rem;
  color: #ece6ff;
  border-top: 1px solid #ece6ff;
  margin-top: 2rem;
  padding-top: 1rem;
}

.footer-bottom p {
  color: white;
}

.footer-mobile {
  display: none;
}

/* MOBILE FOOTER */
@media (max-width: 768px) {
  .footer-desktop {
    display: none;
  }

  .footer-mobile {
    display: block;
    background: linear-gradient(to bottom, #5a2ec3, #4a25a7);
    color: #f5f7fc;
    padding: 2rem 1rem;
    font-family: "Segoe UI", sans-serif;
  }

  .footer-mobile-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }

  .footer-brand {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-contact p {
    margin: 0.3rem 0;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .icon {
    font-size: 1.1rem;
    color: #ece6ff;
  }

  .footer-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }

  .link-group h4 {
    font-size: 1.1rem;
    color: #ece6ff;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #ece6ff;
    display: inline-block;
    padding-bottom: 0.2rem;
  }

  .link-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .link-group li {
    margin: 0.3rem 0;
  }

  .link-group a {
    text-decoration: none;
    color: #f5f7fc;
    font-size: 0.95rem;
    transition: color 0.3s ease;
  }

  .link-group a:hover {
    color: #ffffff;
  }

  .footer-mobile-newsletter {
    text-align: center;
  }

  .footer-mobile-newsletter h4 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    color: #ece6ff;
  }

  .footer-mobile-newsletter form {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
    width: 100%;
  }

  .footer-mobile-newsletter input {
    padding: 0.75rem;
    font-size: 1rem;
    width: 100%;
    max-width: 320px;
    border-radius: 6px;
    border: 1px solid #ece6ff;
    background-color: transparent;
    color: #f5f7fc;
  }

  .footer-mobile-newsletter button {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    background-color: #ece6ff;
    color: #5a2ec3;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    max-width: 320px;
  }

  .footer-mobile-newsletter button:hover {
    background-color: #f5f7fc;
  }

  .footer-socials {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
  }

  .footer-socials a {
    font-size: 1.3rem;
    color: #ece6ff;
    transition: color 0.3s;
  }

  .footer-socials a:hover {
    color: #ffffff;
  }

  .footer-mobile-bottom {
    text-align: center;
    font-size: 0.85rem;
    margin-top: 2rem;
    border-top: 1px solid #ece6ff;
    padding-top: 1rem;
    color: #ffffff;
  }
}
