/* KZYAO v2 site footer link band (sitewide, above the Storefront credit bar). */
.site-footer{ background:#f9fafb; border-top:1px solid #e5e7eb; color:#374151; }
.kv2-footer{ max-width:1280px; margin-inline:auto; padding-inline:1.5rem; box-sizing:border-box; }
.kv2-footer-grid{ display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:2.25rem; padding:3rem 0 2rem; }
.kv2-footer-brand p{ color:#6b7280; font-size:.9rem; line-height:1.65; margin:.7rem 0 1.1rem; max-width:340px; }
.kv2-footer-logo{ font-family:'Space Grotesk','Inter',system-ui,sans-serif; font-size:1.65rem; font-weight:700; color:#0b1f3a; letter-spacing:-.01em; }
.kv2-footer-logo span{ color:#22d3ee; }
.kv2-footer h4{ font-family:'Space Grotesk','Inter',system-ui,sans-serif; font-size:.9rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#0b1f3a; margin:0 0 .9rem; }
.kv2-footer a{ display:block; color:#374151; text-decoration:none; font-size:.9rem; padding:.26rem 0; }
.kv2-footer a:hover,.kv2-footer a:focus{ color:#1d4ed8; text-decoration:underline; }
.kv2-footer-contact{ display:flex; flex-direction:column; gap:.1rem; }
.kv2-footer-contact a{ display:inline; color:#1d4ed8; padding:.1rem 0; }
.site-footer .site-info{ color:#6b7280; font-size:.82rem; border-top:1px solid #e5e7eb; padding:1.15rem 0; }
@media (max-width:900px){
	.kv2-footer-grid{ grid-template-columns:1fr 1fr; gap:2rem 1.5rem; }
	.kv2-footer-brand{ grid-column:1 / -1; }
}
@media (max-width:560px){
	.kv2-footer-grid{ grid-template-columns:1fr; }
}

/* Legal entity line below the Storefront credit bar. */
.kv2-footer-legal{ color:#6b7280; font-size:.82rem; padding:0 0 1.4rem; }
