.about strong{color:var(--ink)}
.legal{grid-template-columns:repeat(2,1fr)}
.legal p,.contactDetails{font-size:12px;line-height:1.9;color:var(--muted)}
.contactDetails{display:grid;gap:7px;font-style:normal}
.contactDetails a{color:var(--green);font-weight:800;text-decoration:underline}
footer>.shell{gap:22px;flex-wrap:wrap}
.footerLinks,.footerContacts{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:11px;font-style:normal}
.footerLinks a{text-decoration:underline;text-underline-offset:3px}
.footerContacts{color:#d8f06e;direction:ltr}
.trustSeal{display:flex;align-items:center;justify-content:center;min-width:84px}
.trustSeal>a{display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:10px;background:#fff}
.trustSeal img{display:block;width:78px;height:auto;max-height:84px;object-fit:contain}
@media(max-width:820px){.legal{grid-template-columns:1fr}}
@media(max-width:820px){.trustSeal{width:100%;order:5}.trustSeal img{width:72px;max-height:78px}}
