@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20,400,0,0&display=swap');

.vhec-shared-footer {
  position: relative;
  overflow: hidden;
  padding: 64px 24px 32px;
  background: #eaf6fc;
  color: #000;
  font-family: Manrope, system-ui, sans-serif;
}
.vhec-shared-footer, .vhec-shared-footer * { box-sizing: border-box; }
.vhec-shared-footer__pattern {
  position: absolute;
  top: 0;
  right: -64px;
  width: 448px;
  height: auto;
  opacity: .4;
  pointer-events: none;
  user-select: none;
}
.vhec-shared-footer__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.vhec-shared-footer__brand { max-width: 320px; }
.vhec-shared-footer__logo { display: block; width: auto; height: 48px; margin: 0 0 12px; }
.vhec-shared-footer p { margin: 0; }
.vhec-shared-footer__company { margin-bottom: 12px !important; font-size: 12px; font-weight: 600; letter-spacing: .025em; }
.vhec-shared-footer__desc { margin-bottom: 16px !important; font-size: 14px; line-height: 1.625; }
.vhec-shared-footer__copyright { color: #94a3b8; font-size: 12px; }
.vhec-shared-footer__links { display: flex; gap: 112px; }
.vhec-shared-footer h5 { display: block; margin: 0 0 16px; color: #0f172a; font-size: 14px; font-weight: 700; text-transform: none; }
.vhec-shared-footer ul { margin: 0; padding: 0; list-style: none; }
.vhec-shared-footer li { margin: 0 0 8px; padding: 0; font-size: 14px; line-height: 1.5; }
.vhec-shared-footer a { display: inline; margin: 0; color: #000; font-size: inherit; text-decoration: none; transition: color .2s; }
.vhec-shared-footer a:hover { color: #007cc2; }
.vhec-shared-footer__contact li { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.vhec-shared-footer__contact li:nth-child(4) { align-items: flex-start; }
.vhec-shared-footer__contact svg { flex: 0 0 16px; width: 16px; height: 16px; margin-top: 0; color: #007cc2; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.vhec-shared-footer__contact .material-symbols-outlined { flex: 0 0 16px; width: 16px; color: #007cc2; font-size: 16px; line-height: 1.5; }
@media (max-width: 900px) {
  .vhec-shared-footer__inner { flex-wrap: wrap; }
  .vhec-shared-footer__brand { width: 100%; max-width: none; }
  .vhec-shared-footer__links { gap: 56px; }
}
@media (max-width: 640px) {
  .vhec-shared-footer { padding-top: 56px; }
  .vhec-shared-footer__inner { flex-direction: column; }
  .vhec-shared-footer__links { gap: 56px; }
}
