.social-profiles {
  display: grid;
  gap: .75rem;
  margin-top: 1.25rem;
}
.social-profiles > div {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.social-profiles a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 2.75rem;
  padding: .45rem .75rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}
.social-profiles a span {
  display: inline-grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  font-size: .72rem;
  letter-spacing: -.02em;
}
.social-profiles a:hover,
.social-profiles a:focus-visible,
.social-share a:hover,
.social-share a:focus-visible {
  border-color: #d99a28;
  color: #fff;
}
.social-share {
  display: grid;
  grid-template-columns: minmax(180px, .75fr) minmax(0, 1.25fr);
  gap: 1.1rem 1.5rem;
  align-items: center;
  padding: 1.2rem 1.3rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
}
.social-share-heading {
  display: grid;
  gap: .15rem;
}
.social-share-heading small {
  color: #9fc4ae;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.social-share-heading strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}
.social-share-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
}
.social-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  min-height: 44px;
  padding: .45rem .7rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 9px;
  background: rgba(7,24,18,.28);
  color: #eef8f2;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.social-share a > span {
  display: inline-grid;
  flex: 0 0 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  font-size: .68rem;
  letter-spacing: -.02em;
}
.social-share-whatsapp > span { background: #237c4b !important; }
.social-share-facebook > span { background: #245da6 !important; }
.social-share-linkedin > span { background: #176b91 !important; }
.social-share a:hover,
.social-share a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255,255,255,.1);
}
.site-footer .footer-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.footer-bottom > .content-trust {
  margin: 0;
  padding: .8rem 1rem;
  border-left: 3px solid #d99a28;
  background: rgba(255,255,255,.045);
  color: #c7d9cf;
}
.footer-legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem 2rem;
  align-items: end;
}
.footer-legal-copy {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(320px, 1.2fr);
  gap: 1rem 2rem;
  min-width: 0;
}
.footer-legal p { margin: 0; line-height: 1.55; }
.footer-company strong { color: #f3fbf6; }
.footer-company span,
.footer-regulatory { color: #b9cec2; }
.footer-legal-meta {
  display: grid;
  justify-items: end;
  gap: .6rem;
  white-space: nowrap;
}
.site-footer .privacy-preferences {
  min-height: 38px;
  padding: .4rem .7rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  color: #d9eee1;
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.site-footer .privacy-preferences:hover,
.site-footer .privacy-preferences:focus-visible {
  border-color: #d99a28;
  color: #fff;
  background: rgba(255,255,255,.08);
}
@media (max-width: 900px) {
  .footer-legal,
  .footer-legal-copy { grid-template-columns: 1fr; }
  .footer-legal-meta { justify-items: start; white-space: normal; }
}
@media (max-width: 720px) {
  .social-share { grid-template-columns: 1fr; align-items: stretch; padding: 1rem; }
  .social-share-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .social-share a { min-width: 0; padding-inline: .35rem; font-size: .78rem; }
  .social-share a > span { display: none; }
  .footer-legal { gap: 1.2rem; }
}
@media (max-width: 390px) {
  .social-share-actions { grid-template-columns: 1fr; }
  .social-share a { font-size: .88rem; }
}
