
.sizif-footer { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

/* ---------- TIER 1 ---------- */
.sf-tier1 {
  background: #F5F1E8;
  padding: 32px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.sf-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #2B2A26;
  margin: 0 0 12px;
}
.sf-list { list-style: none; margin: 0; padding: 0; }
.sf-list li { margin-bottom: 9px; }
.sf-list a {
  font-size: 13.5px;
  color: #55534a !important;
  text-decoration: none !important;
}
.sf-list a:hover { color: #A9721C !important; }

.sf-col--newsletter { }
.sf-newsletter-text { font-size: 13px; color: #55534a; margin: 0 0 12px; line-height: 1.5; }
.sf-newsletter-form { display: flex; gap: 0; }
.sf-newsletter-input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #d9d0ba;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-size: 13px;
  min-height: 44px;
  box-sizing: border-box;
}
.sf-newsletter-btn {
  background: #A9721C !important;
  color: #fff !important;
  border: none;
  padding: 0 18px;
  border-radius: 0 6px 6px 0;
  font-weight: 700;
  font-size: 13px;
  min-height: 44px;
  cursor: pointer;
}

/* ---------- TIER 2: Trust strip ---------- */
.sf-tier2 {
  background: #ffffff;
  padding: 28px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 14px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.sf-trust-item { text-align: center; }
.sf-trust-icon { font-size: 26px; margin-bottom: 8px; }
.sf-trust-item h4 { font-size: 13px; font-weight: 700; color: #2B2A26; margin: 0 0 6px; }
.sf-trust-item p { font-size: 11.5px; color: #7a7869; line-height: 1.45; margin: 0; }

/* ---------- TIER 3: Dark footer ---------- */
.sf-tier3 {
  background: #2B361F;
  color: #cdd0c2;
  padding: 32px 20px 24px;
}
.sf-tier3-top {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 20px;
}
.sf-heading--dark { color: #fff; }
.sf-list--dark a { color: #cdd0c2 !important; }
.sf-list--dark a:hover { color: #C08A2E !important; }

.sf-account-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.sf-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none !important;
  min-height: 40px;
  box-sizing: border-box;
  line-height: 20px;
}
.sf-btn--light { background: #f0ede2 !important; color: #2B2A26 !important; }
.sf-btn--outline { background: transparent !important; color: #fff !important; border: 1.5px solid #6a715e; }

.sf-divider { border-top: 1px dashed #4a5340; margin: 20px 0; }

.sf-tier3-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 22px;
}
.sf-social-icons { display: flex; gap: 12px; }
.sf-social-icons a {
  width: 38px; height: 38px;
  border: 1.5px solid #6a715e;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
}
.sf-search-form { display: flex; max-width: 320px; }
.sf-search-form input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #6a715e;
  background: #1f281580;
  color: #fff;
  border-radius: 6px 0 0 6px;
  font-size: 13px;
  min-height: 40px;
  box-sizing: border-box;
}
.sf-search-form input::placeholder { color: #9aa08c; }
.sf-search-form button {
  background: #fff;
  border: none;
  padding: 0 14px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

.sf-legal {
  border-top: 1px solid #4a5340;
  padding-top: 18px;
  text-align: center;
}
.sf-legal p { font-size: 11.5px; color: #9aa08c; margin: 0 0 6px; }
.sf-legal-small { font-size: 10.5px !important; }
.sf-payments { font-size: 11px; color: #6a715e; margin-top: 10px; letter-spacing: .5px; }

/* =====================================================
   DESKTOP (≥768px)
   ===================================================== */
@media (min-width: 768px) {
  .sf-tier1 {
    flex-direction: row;
    padding: 48px 60px 36px;
    gap: 60px;
  }
  .sf-col { flex: 1; }
  .sf-col--newsletter { flex: 1.3; }

  .sf-tier2 {
    grid-template-columns: repeat(4, 1fr);
    padding: 36px 60px;
  }

  .sf-tier3 { padding: 44px 60px 28px; }
  .sf-tier3-top { flex-direction: row; gap: 60px; }
  .sf-col--account { flex: 0 0 auto; min-width: 200px; }

  .sf-tier3-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .sf-legal { display: flex; justify-content: space-between; align-items: center; text-align: left; }
  .sf-legal > div:first-child { text-align: left; }
  .sf-payments { margin-top: 0; }
}
