.site-footer { color: #674569; background: #fff8fb; border-top: 1px solid #eed2f1; font-family: "Poppins", sans-serif; }
.site-footer *, .site-footer *::before, .site-footer *::after { box-sizing: border-box; }
.site-footer__container { width: min(100% - 2rem, 72rem); margin-inline: auto; padding: clamp(3rem, 7vw, 5rem) 0 1.25rem; display: grid; grid-template-columns: minmax(14rem, 1.2fr) 2fr; gap: 2.5rem clamp(2rem, 6vw, 5rem); }
.site-footer__brand { max-width: 22rem; }
.site-footer__brand img { display: block; width: min(100%, 12rem); height: auto; margin-bottom: 1rem; }
.site-footer__wordmark { display: inline-block; margin-bottom: 1rem; color: #760097; font: 400 2.25rem/1 "Idiqlat", serif; text-decoration: none; }
.site-footer__brand p, .site-footer__payments, .site-footer__bottom p { margin: 0; line-height: 1.7; }
.site-footer__nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.site-footer__column { display: flex; flex-direction: column; }
.site-footer__column h2 { margin: 0 0 .65rem; color: #760097; font: 600 1rem/1.4 "Poppins", sans-serif; }
.site-footer__column a { display: flex; align-items: center; min-height: 44px; color: #674569; text-decoration: none; text-underline-offset: .25rem; }
.site-footer__column a:hover { color: #760097; text-decoration: underline; }
.site-footer a:focus-visible { outline: 3px solid #cf9bd6; outline-offset: 3px; border-radius: .2rem; }
.site-footer__payments { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .35rem 1rem; padding: 1.1rem 0; border-top: 1px solid #eed2f1; border-bottom: 1px solid #eed2f1; }
.site-footer__payments strong { color: #760097; }
.site-footer__bottom { grid-column: 1 / -1; text-align: center; font-size: .875rem; }
@media (max-width: 760px) { .site-footer__container { grid-template-columns: 1fr; } .site-footer__brand { max-width: none; } .site-footer__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); } .site-footer__payments, .site-footer__bottom { grid-column: 1; } }
@media (max-width: 430px) { .site-footer__nav { grid-template-columns: 1fr; } }
