  .footer { padding: 46px 0 22px; background: #0a0a0a; color: var(--white); }
  .footer .container { position: relative; }
  .footer-intro { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .footer-intro-copy { max-width: 720px; font-size: clamp(22px,2.2vw,30px); font-weight: 400; line-height: 1.25; letter-spacing: -.02em; color: rgba(255,255,255,.82); }
  .footer-intro-copy strong { color: var(--white); font-weight: 700; }
  .footer-intro .btn-primary { flex: 0 0 auto; padding: 13px 22px; }
  .footer-grid { display: grid; grid-template-columns: 1.55fr .85fr 1fr 1.1fr; gap: 32px; padding: 30px 0 28px; border-bottom: 0; }
  .footer-brand { display: flex; align-items: center; margin-bottom: 14px; }
  .footer-brand img { height: 52px !important; width: auto; }
  .footer-address { font-size: 13px; color: rgba(255,255,255,.44); line-height: 1.6; }
  .footer-contacts { margin-top: 12px; display: flex; flex-direction: column; gap: 5px; }
  .footer-contacts a { font-size: 13px; color: rgba(255,255,255,.62); transition: color .2s; }
  .footer-contacts a:hover { color: var(--green-light); }
  .footer-title { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.38); margin-bottom: 13px; }
  .footer-title.footer-title-secondary { margin-top: 20px; }
  .footer-menu { display: flex; flex-direction: column; gap: 8px; }
  .footer-menu a { font-size: 13px; line-height: 1.4; color: rgba(255,255,255,.66); transition: color .2s; }
  .footer-menu a:hover { color: var(--green-light); }
  .footer-socials { display: inline-flex; gap: 6px; margin-top: 16px; padding: 5px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); }
  .footer-social { width: 30px; height: 30px; border: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.64); transition: color .2s, background .2s; }
  .footer-social:hover { color: var(--white); background: rgba(255,255,255,.09); }
  .footer-social svg { width: 14px; height: 14px; fill: currentColor; }
  .footer-partners { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 26px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.09); }
  .footer-partners-title { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.3); }
  .footer-partners-list { display: flex; align-items: center; justify-content: flex-end; gap: clamp(24px,4vw,54px); flex-wrap: wrap; }
  .footer-partner { display: flex; align-items: center; min-height: 38px; }
  .footer-partner img { display: block; max-width: 150px; max-height: 34px; width: auto; height: auto; object-fit: contain; filter: grayscale(1) brightness(2); opacity: .5; transition: opacity .2s; }
  .footer-partner:hover img { opacity: .82; }
  .footer-bottom { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.07); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
  .footer-copy { font-size: 11px; color: rgba(255,255,255,.28); letter-spacing: .04em; }
  .footer-links { display: flex; gap: 20px; }
  .footer-links a { font-size: 11px; color: rgba(255,255,255,.35); transition: color .2s; }
  .footer-links a:hover { color: var(--white); }
  @media(max-width:1100px) {
    .footer-grid { grid-template-columns: 1.35fr 1fr 1fr; }
    .footer-grid > :last-child { grid-column: 2 / 4; }
  }
  @media(max-width:768px) {
    .footer { padding-top: 36px; }
    .footer-intro { align-items: flex-start; flex-direction: column; gap: 20px; padding-bottom: 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 24px; padding: 26px 0; }
    .footer-grid > :first-child, .footer-grid > :last-child { grid-column: 1 / -1; }
    .footer-partners { grid-template-columns: 1fr; gap: 16px; }
    .footer-partners-list { justify-content: flex-start; gap: 22px 30px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
  }
  @media(max-width:520px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > :first-child, .footer-grid > :last-child { grid-column: auto; }
    .footer-partner img { max-width: 125px; max-height: 30px; }
  }
/* Shared light footer, used on every page. */
footer.footer { background: #eee8e3 !important; color: #000 !important; padding: 46px 0 22px; }
footer.footer * { color: #000 !important; }
footer.footer .footer-intro,
footer.footer .footer-partners,
footer.footer .footer-bottom { border-color: rgba(0,0,0,.16); }
footer.footer .footer-brand img { filter: brightness(0); height: 52px !important; max-width: 100%; object-fit: contain; }
footer.footer .btn-primary { background: transparent !important; border: 1px solid #000; }
footer.footer .btn-primary:hover { background: rgba(0,0,0,.08) !important; }
footer.footer .footer-socials { border-color: rgba(0,0,0,.16); background: transparent; }
footer.footer .footer-social:hover { background: rgba(0,0,0,.08); }
footer.footer svg { fill: currentColor; }
footer.footer .footer-partners { grid-template-columns: 1fr; gap: 24px; padding: 28px 0; }
footer.footer .footer-partners-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; width: 100%; }
footer.footer .footer-partner { display:flex; align-items:center; justify-content:center; width:100%; min-width:0; height:110px; }
footer.footer .footer-partner img { width:100%; height:100%; max-width:120px; max-height:50px; object-fit:contain; filter:none; opacity:1; transform:none; }
footer.footer .footer-partner img[src="partner-aelo.webp"],
footer.footer .footer-partner img[src="partner-marcus-araujo.webp"] { filter:brightness(0); }
@media (max-width:767px) {
 footer.footer .footer-partners-list { grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
 footer.footer .footer-partner { height:100px; }
 footer.footer .footer-partner img { max-width:105px; max-height:45px; }
}
@media (max-width:380px) {
 footer.footer .footer-partners-list { gap:16px; }
 footer.footer .footer-partner { height:85px; }
 footer.footer .footer-partner img { max-height:40px; }
}
