.t2d2-footer-1018 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  width: 100%;
}

.t2d2-footer-top-1018 {
  background-color: #1A2332;
  padding: 3rem 2rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}

.t2d2-footer-brand-1018 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 320px;
}

.t2d2-footer-logo-1018 {
  width: 180px;
  height: auto;
}

.t2d2-footer-desc-1018 {
  color: #B8C5D6;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.t2d2-footer-nav-1018 {
  display: flex;
  gap: 3rem;
  flex: 1;
  flex-wrap: wrap;
}

.t2d2-footer-col-1018 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 150px;
}

.t2d2-footer-heading-1018 {
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
}

.t2d2-footer-link-1018 {
  color: #B8C5D6;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
  cursor: pointer;
  line-height: 1.6;
  margin: 0;
}

.t2d2-footer-link-1018:hover,
a.t2d2-footer-link-1018:hover {
  color: #FFFFFF;
}

.t2d2-footer-bottom-1018 {
  background-color: #0F1419;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.t2d2-footer-copyright-1018 {
  color: #6B7A8F;
  font-size: 0.85rem;
  margin: 0;
}

.t2d2-footer-interreg-1018 {
  width: 120px;
  height: auto;
}

.t2d2-footer-legal-1018 {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.t2d2-footer-legal-link-1018 {
  color: #6B7A8F;
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.t2d2-footer-legal-link-1018:hover {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .t2d2-footer-top-1018 {
    flex-direction: column;
    gap: 2rem;
  }
  
  .t2d2-footer-nav-1018 {
    flex-direction: column;
    gap: 2rem;
  }
  
  .t2d2-footer-bottom-1018 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .t2d2-footer-legal-1018 {
    flex-direction: column;
    gap: 0.5rem;
  }
}
