.apttech-legal-footer {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px auto 0;
  padding: 24px max(20px, calc((100% - 1120px) / 2));
  border-top: 1px solid #dce4ee;
  background: #f6f8fb;
  color: #34445b;
  font: 14px/1.6 'Segoe UI', Arial, sans-serif;
  text-align: left;
}
.apttech-operator { display: inline-flex; align-items: center; gap: 12px; color: #082f63; text-decoration: none; min-width: 0; }
.apttech-operator img { flex: 0 0 auto; width: 48px; height: 48px; object-fit: contain; border-radius: 0; }
.apttech-operator span { font-weight: 700; }
.apttech-operator small { display: block; font-size: 12px; font-weight: 400; }
.apttech-privacy-link, .apttech-signup-notice a { color: #0b4e94; text-decoration: underline; text-underline-offset: 3px; }
.apttech-legal-footer a:focus-visible, .apttech-signup-notice a:focus-visible, .apttech-signup-brand:focus-visible { outline: 3px solid #1261bd; outline-offset: 5px; }
.apttech-signup-notice { margin: 20px 0 8px; color: #46546a; font-size: 14px; line-height: 1.65; text-align: left; }
.apttech-signup-brand { text-decoration: none; min-width: 0; }
.apttech-signup-brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 0; }
.footer .apttech-legal-footer { margin: 0; padding: 0; border: 0; background: transparent; }
.brand img { object-fit: contain; border-radius: 0; }
.apttech-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 600px) {
  .apttech-legal-footer { align-items: flex-start; flex-direction: column; gap: 16px; }
  .apttech-signup-brand { font-size: 1.1rem; }
}
@media print { .apttech-legal-footer { display: none; } }
