.footer-upgrade{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:48px;padding-top:54px;padding-bottom:38px}.footer-lead p{max-width:330px;margin:15px 0 0;color:#91a5b8;font-size:11px;line-height:1.75}.footer-brand{color:#fff;font-size:20px;font-weight:900;letter-spacing:-.8px}.footer-brand span{color:#4c93ff}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-column h3{margin:0 0 7px;color:#fff;font-size:11px}.footer-column a{color:#91a5b8;font-size:10px}.footer-column a:hover{color:#fff}.social-links{display:flex;gap:8px;margin-top:20px}.social-links a,.social-links span{display:grid;place-items:center;width:35px;height:35px;border:1px solid #ffffff1f;border-radius:10px;color:#fff;font-size:8px;font-weight:900}.social-links a:hover{background:#1769e0;border-color:#1769e0}.social-links .social-pending{cursor:help;opacity:.42}.footer-column .footer-cta{margin-top:8px;padding:10px 14px;border-radius:9px;background:#1769e0;color:#fff;font-weight:850}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:18px;padding-bottom:24px;border-top:1px solid #ffffff12;color:#71869a;font-size:9px}.footer-bottom p{margin:0}@media(max-width:850px){.footer-upgrade{grid-template-columns:1.4fr 1fr 1fr}.footer-contact{grid-column:2/-1}}@media(max-width:600px){.footer-upgrade{grid-template-columns:1fr;gap:28px}.footer-contact{grid-column:auto}.footer-bottom{flex-direction:column}}
.service-related{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem}
.service-related .related-card{display:flex;min-height:190px;flex-direction:column;gap:.65rem;padding:1.25rem;border:1px solid var(--border,#d9e1ec);border-radius:18px;background:#fff;color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.service-related .related-card:hover,.service-related .related-card:focus-visible{transform:translateY(-3px);border-color:var(--primary,#1769e0);box-shadow:0 14px 30px rgba(15,35,65,.09)}
.service-related .related-card strong{font-size:1.05rem;color:var(--ink,#102039)}
.service-related .related-card span{color:var(--muted,#52647d);line-height:1.55}
.service-related .related-card small{font-weight:800;color:var(--primary,#1769e0)}
.service-related .related-card b{margin-top:auto;color:var(--primary,#1769e0)}
@media(max-width:480px){.service-related{grid-template-columns:1fr}.service-related .related-card{min-height:0}}
