.tw-unified-footer {
  margin-top: 56px;
  border-top: 1px solid rgba(32, 224, 255, 0.18);
  background: linear-gradient(180deg, rgba(4,18,45,0.72), rgba(2,12,34,0.9));
  backdrop-filter: blur(2px);
}
.tw-unified-footer .tw-product-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 18px 34px;
  padding: 24px 18px 28px;
}
.tw-unified-footer .tw-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tw-unified-footer .tw-footer-name {
  font-size: 32px;
  line-height: 1.04;
  font-weight: 700;
  color: #eaf5ff;
}
.tw-unified-footer .tw-footer-role {
  font-size: 17px;
  line-height: 1.3;
  color: #9eb4c7;
}
.tw-unified-footer .tw-footer-meta {
  font-size: 14px;
  line-height: 1.35;
  color: #7f93a8;
}
.tw-unified-footer .tw-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.tw-unified-footer .tw-legal-links > a {
  color: #a7bed2;
  text-decoration: none;
  border-bottom: 1px dashed rgba(112, 209, 230, 0.4);
  transition: color .2s ease, border-color .2s ease;
}
.tw-unified-footer .tw-legal-links > a:hover {
  color: #d8f2ff;
  border-color: rgba(189, 235, 255, 0.8);
}
.tw-unified-footer .tw-nap,
.tw-unified-footer .tw-worktime,
.tw-unified-footer .tw-legal-disclaimer {
  width: 100%;
  color: #8ea5ba;
  font-size: 20px;
  line-height: 1.45;
}
.tw-unified-footer .tw-nap a {
  color: #9feeff;
  text-decoration: underline;
}
.tw-unified-footer .tw-legal-disclaimer {
  opacity: 0.95;
}

@media (max-width: 1024px) {
  .tw-unified-footer .tw-product-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 14px;
  }
  .tw-unified-footer .tw-footer-brand {
    align-items: center;
  }
  .tw-unified-footer .tw-legal-links {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .tw-unified-footer {
    margin-top: 34px;
  }
  .tw-unified-footer .tw-product-footer-inner {
    padding: 18px 12px 22px;
    gap: 12px;
  }
  .tw-unified-footer .tw-footer-name {
    font-size: 28px;
  }
  .tw-unified-footer .tw-footer-role {
    font-size: 16px;
  }
  .tw-unified-footer .tw-footer-meta {
    font-size: 13px;
  }
  .tw-unified-footer .tw-legal-links > a {
    font-size: 15px;
  }
  .tw-unified-footer .tw-nap,
  .tw-unified-footer .tw-worktime,
  .tw-unified-footer .tw-legal-disclaimer {
    font-size: 16px;
    line-height: 1.4;
  }
}
