/* SadaPure footer styles scoped only to .sp-footer markup. */
.sp-footer{color:#f1f1f1;background:#103b2e;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-size:16px;}
.sp-footer *{box-sizing:border-box;}
.sp-footer a{color:#e2e5d8;text-decoration:none;}
.sp-footer a:hover{color:#7db133;}
.sp-footer__top-border{height:4px;background:linear-gradient(90deg,#ae9858,#063522);}
.sp-footer__wrap{max-width:1400px;margin:0 auto;padding:24px 14px 16px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:18px;}
.sp-col{min-width:0;}
.sp-brand img{display:block;max-width:250px;height:auto;}
.sp-tagline{margin:10px 0 12px;line-height:1.6;opacity:.95;font-weight:400;font-size:16px;}
.sp-contact{list-style:none;padding:0;margin:8px 0 4px;display:grid;row-gap:8px;}
.sp-contact li{display:grid;grid-template-columns:24px 1fr;column-gap:10px;align-items:center;font-weight:400;border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:8px;}
.sp-ico{width:24px;height:24px;display:grid;place-items:center;flex:0 0 24px;}
.sp-ico svg{width:20px;height:20px;fill:#e0c693;}
.sp-contact-line{line-height:1.45;}
.sp-chip{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;font-size:.72rem;border:1px solid rgba(255,255,255,.18);}
.sp-chip-warn{border-color:rgba(255,255,255,.28);}
.sp-head{color:#fff;font-size:18px;margin:2px 0 15px;font-weight:800;letter-spacing:.2px;}
h3.sp-head{color:#fff;border-bottom:none;padding:0;}
.sp-links{list-style:none;padding:0;margin:0;font-weight:400;}
.sp-links li{margin:7px 0;}
.sp-links a{line-height:1.6;transition:color .2s;font-weight:400;}
.sp-social{list-style:none;padding:0;margin:10px 0 0;display:flex;gap:10px;flex-wrap:wrap;}
.sp-social-btn{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#204a36;border:1px solid rgba(255,255,255,.14);}
.sp-social-btn svg{width:24px;height:24px;fill:#e0c693;}
.sp-social-btn:hover{border-color:#ae9858;}
.sp-footer__bottom{background:#204a36;color:#e2e5d8;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px 14px;}
.sp-footer__bottom p{margin:0;}
.sp-payments{list-style:none;display:flex;gap:10px;padding:0;margin:0;}
.sp-payments .badge{display:flex;align-items:center;}
.sp-payments img{display:block;height:28px;width:auto;max-width:100%;border-radius:6px;}
@media(max-width:1024px){.sp-footer__wrap{grid-template-columns:1fr 1fr;}}
@media(max-width:640px){.sp-footer__wrap{grid-template-columns:1fr;}.sp-links{columns:2;column-gap:16px;}.sp-links li{break-inside:avoid;}.sp-footer__bottom{flex-direction:column;align-items:flex-start;}.sp-payments img{height:32px;}}
