/* Footer DTSVN — match Figma 4-column footer + knockout social icons */

.footer.footer--dtsvn {
  background-color: #0e245b;
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: clamp(56px, 6vw, 88px) 0 0;
  margin-top: 0;
}

.footer.footer--dtsvn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer.footer--dtsvn a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer.footer--dtsvn a:hover {
  opacity: 0.85;
}

.footer.footer--dtsvn .footer__inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-left: var(--site-gutter-x);
  padding-right: var(--site-gutter-x);
  box-sizing: border-box;
}

.footer.footer--dtsvn .footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(140px, 1fr));
  column-gap: clamp(32px, 4.2vw, 80px);
  row-gap: 40px;
  align-items: start;
  width: 100%;
}

.footer.footer--dtsvn .footer__group--brand {
  max-width: none;
}

.footer.footer--dtsvn .footer__group--links,
.footer.footer--dtsvn .footer__cols {
  display: contents;
}

.footer.footer--dtsvn .footer__heading {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.footer.footer--dtsvn .footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ffffff;
}

.footer.footer--dtsvn .footer__brand-logo,
.footer.footer--dtsvn .footer__brand img {
  display: block;
  width: auto;
  height: 40px;
  object-fit: contain;
}

.footer.footer--dtsvn .footer__description {
  margin: 0 0 22px;
  max-width: 36ch;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.footer.footer--dtsvn .footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer.footer--dtsvn .footer__contact-item {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
}

.footer.footer--dtsvn .footer__label {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
}

.footer.footer--dtsvn .footer__value {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: #ffffff;
  min-width: 0;
}

.footer.footer--dtsvn .footer__value--stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer.footer--dtsvn .footer__hours {
  display: block;
  color: #ffffff;
}

.footer.footer--dtsvn .footer__link-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer.footer--dtsvn .footer__link-list a,
.footer.footer--dtsvn .footer__link-list span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}

.footer.footer--dtsvn .footer__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: clamp(48px, 5vw, 72px);
  padding: 16px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.footer.footer--dtsvn .footer__copyright {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.footer.footer--dtsvn .footer__social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer.footer--dtsvn .footer__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 2px;
  background: #ffffff;
  color: #0e245b;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.footer.footer--dtsvn .footer__social-icon:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.footer.footer--dtsvn .footer__social-mark {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #0e245b;
  letter-spacing: -0.04em;
}

.footer.footer--dtsvn .footer__social-icon--linkedin .footer__social-mark {
  font-size: 15px;
}

.footer.footer--dtsvn .footer__social-icon--facebook .footer__social-mark {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  transform: translateY(-1px);
}

@media (max-width: 1199.98px) {
  .footer.footer--dtsvn .footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer.footer--dtsvn .footer__group--brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .footer.footer--dtsvn {
    padding-top: clamp(40px, 8vw, 56px);
  }

  .footer.footer--dtsvn .footer__grid {
    grid-template-columns: 1fr;
  }

  .footer.footer--dtsvn .footer__description {
    max-width: none;
  }

  .footer.footer--dtsvn .footer__contact-item {
    grid-template-columns: 5.25rem minmax(0, 1fr);
  }

  .footer.footer--dtsvn .footer__bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer.footer--dtsvn a,
  .footer.footer--dtsvn .footer__social-icon {
    transition: none;
  }

  .footer.footer--dtsvn .footer__social-icon:hover {
    transform: none;
  }
}
