/* ==========================================================================
   FOOTER & PARTNERS STYLES
   ========================================================================== */
.partners-section {
  background: #ffffff;
  padding: 1.5rem 0;
  border-top: 1px solid var(--untad-border);
}

.partners-container {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.partners-title-badge {
  background: var(--untad-purple-primary);
  color: #ffffff;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  font-weight: 800;
  border-radius: 6px;
  white-space: nowrap;
}

.partners-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.partners-logos img {
  max-height: 38px;
  filter: grayscale(20%);
  opacity: 0.85;
}

/* Footer Main */
.site-footer {
  background-color: var(--untad-purple-primary);
  color: #ffffff;
  padding-top: 3rem;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

.footer-brand-title h3 {
  font-size: 0.95rem;
  font-weight: 800;
  margin-top: 0.8rem;
}

.footer-brand-title h4, .footer-brand-title h5 {
  font-size: 0.8rem;
  opacity: 0.8;
  font-weight: 500;
}

.footer-col h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #c084fc;
}

.footer-links-list {
  list-style: none;
}

.footer-links-list li a {
  color: #ffffff;
  opacity: 0.85;
  font-size: 0.82rem;
  line-height: 2;
}

.footer-contact-col p {
  font-size: 0.82rem;
  opacity: 0.85;
  margin-bottom: 0.5rem;
}

.footer-social-icons a {
  color: #ffffff;
  font-size: 1.2rem;
  margin-right: 0.8rem;
}

/* Footer Bottom Bar */
.footer-bottom-wrapper {
  background: #251052;
  padding: 1rem 0;
  font-size: 0.78rem;
  text-align: center;
  opacity: 0.9;
  border-top: 1px solid rgba(255,255,255,0.05);
}