/* ============================================================
   Rodapé Nutrione — refinado / premium
   Marca: dourado #B0894A sobre marrom profundo #231710,
   Sora (títulos) + Inter (corpo). Layout balanceado e compacto.
   ============================================================ */

#footer-component {
  position: relative;
  width: 100%;
  background-color: #231710;
  color: #FAFAFA;
}
/* fio dourado no topo (profundidade) */
#footer-component::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176, 137, 74, 0.55) 35%, rgba(176, 137, 74, 0.55) 65%, transparent);
}

#footer-component .ft {
  max-width: var(--custom-page-width, 90vw);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 60px) 0 26px;
}

/* ---------- grade principal ---------- */
#footer-component .ft__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px 40px;
}

/* ---------- marca ---------- */
#footer-component .ft__brand { flex: 1 1 220px; max-width: 280px; }
#footer-component .ft__logo { display: inline-block; width: 164px; }
#footer-component .ft__logo img { width: 100%; height: auto; display: block; }
#footer-component .ft__tagline {
  margin: 18px 0 0;
  max-width: 32ch;
  font-family: var(--font-body-family), sans-serif;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(250, 250, 250, 0.58);
}
#footer-component .ft__social { display: flex; gap: 10px; margin-top: 22px; }
#footer-component .ft__social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(176, 137, 74, 0.38);
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}
#footer-component .ft__social-link img { width: 17px; height: 17px; opacity: .85; }
#footer-component .ft__social-link:hover {
  background: rgba(176, 137, 74, 0.14);
  border-color: #B0894A;
  transform: translateY(-2px);
}

/* ---------- colunas de links ---------- */
#footer-component .ft__col { flex: 0 1 auto; min-width: 140px; max-width: 190px; }
#footer-component .ft__heading {
  margin: 0 0 18px;
  font-family: var(--font-heading-family), sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B0894A;
}
#footer-component .ft__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 11px;
}
#footer-component .ft__link {
  font-family: var(--font-body-family), sans-serif;
  font-size: 14px;
  color: rgba(250, 250, 250, 0.7);
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}
#footer-component .ft__link:hover { color: #FAFAFA; padding-left: 3px; }

/* contato */
#footer-component .ft__contact,
#footer-component .ft__contact p {
  margin: 0;
  font-family: var(--font-body-family), sans-serif;
  font-size: 14px; line-height: 1.65;
  color: rgba(250, 250, 250, 0.7);
}
#footer-component .ft__contact-sac {
  margin: 10px 0 0;
  font-family: var(--font-body-family), sans-serif;
  font-size: 13px; line-height: 1.5;
  color: rgba(250, 250, 250, 0.58);
}

/* ---------- newsletter ---------- */
#footer-component .ft__news { flex: 0 1 250px; max-width: 270px; }
#footer-component .ft__news-sub {
  margin: -4px 0 16px;
  font-family: var(--font-body-family), sans-serif;
  font-size: 13px;
  color: rgba(250, 250, 250, 0.52);
}
#footer-component .ft__news-field {
  display: flex; align-items: center;
  border-bottom: 1px solid rgba(176, 137, 74, 0.45);
  transition: border-color .25s ease;
}
#footer-component .ft__news-field:focus-within { border-color: #B0894A; }
#footer-component .ft__news-field input {
  flex: 1; min-width: 0;
  background: transparent; border: none; outline: none;
  font-family: var(--font-body-family), sans-serif;
  font-size: 14px; color: #FAFAFA;
  padding: 10px 0;
}
#footer-component .ft__news-field input::placeholder { color: rgba(250, 250, 250, 0.55); }
#footer-component .ft__news-field button {
  background: transparent; border: none; cursor: pointer;
  display: inline-flex; align-items: center;
  color: #B0894A; padding: 6px 2px 6px 10px;
  transition: color .2s ease, transform .2s ease;
}
#footer-component .ft__news-field button:hover { color: #FAFAFA; transform: translateX(3px); }
#footer-component .ft__news-msg { margin: 10px 0 0; font-size: 12.5px; font-family: var(--font-body-family), sans-serif; }
#footer-component .ft__news-msg--ok { color: #B0894A; }
#footer-component .ft__news-msg--err { color: #E2A1A1; }

/* ---------- divisória ---------- */
#footer-component .ft__rule {
  height: 1px;
  margin: clamp(30px, 4vw, 44px) 0 20px;
  background: linear-gradient(90deg, transparent, rgba(176, 137, 74, 0.26) 18%, rgba(176, 137, 74, 0.26) 82%, transparent);
}

/* ---------- barra inferior ---------- */
#footer-component .ft__bottom {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: space-between;
  gap: 16px 28px;
}
#footer-component .ft__trust { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
#footer-component .ft__pay { display: inline-flex; flex-wrap: wrap; gap: 5px; align-items: center; }
#footer-component .ft__pay svg {
  width: 34px; height: 22px;
  background: #fff; border-radius: 3px; padding: 1px; box-sizing: border-box;
}
#footer-component .ft__pix {
  display: inline-flex; align-items: center; height: 22px; padding: 0 7px;
  background: #fff; color: var(--color-brand-cta, #0E3D30); border-radius: 3px;
  font-family: var(--font-body-family), sans-serif; font-size: 11px; font-weight: 700;
}
#footer-component .ft__secure {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-body-family), sans-serif; font-size: 12.5px;
  color: rgba(250, 250, 250, 0.62);
}
#footer-component .ft__secure svg { color: #B0894A; }
#footer-component .ft__ra {
  font-family: var(--font-body-family), sans-serif; font-size: 12.5px;
  color: rgba(250, 250, 250, 0.62); text-decoration: none;
  border-bottom: 1px solid rgba(176, 137, 74, 0.5); padding-bottom: 1px;
  transition: color .2s ease;
}
#footer-component .ft__ra:hover { color: #FAFAFA; }

#footer-component .ft__legal {
  display: flex; flex-direction: column; gap: 2px; text-align: right;
}
#footer-component .ft__legal span {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px; line-height: 1.5;
  color: rgba(250, 250, 250, 0.55);
}

/* ---------- responsivo ---------- */
@media screen and (max-width: 990px) {
  #footer-component .ft__inner { gap: 36px 40px; }
  #footer-component .ft__brand,
  #footer-component .ft__news { flex-basis: 46%; max-width: none; }
}
@media screen and (max-width: 600px) {
  #footer-component .ft__inner { flex-direction: column; gap: 30px; }
  #footer-component .ft__brand,
  #footer-component .ft__news { flex-basis: auto; }
  #footer-component .ft__bottom { flex-direction: column; align-items: center; text-align: center; gap: 18px; }
  #footer-component .ft__trust { justify-content: center; }
  #footer-component .ft__legal { text-align: center; }
}
#footer-component .ft__news-coupon{display:inline-block;padding:1px 8px;border:1px dashed var(--color-brand-gold,#B0894A);border-radius:6px;letter-spacing:.03em;font-weight:700}