/* USA AUTO footer: two-column layout without brand card v4 */
.footer-ads-ready{
  --footer-gold:#efbf55;
  --footer-card-border:rgba(255,255,255,.09);
  --footer-ink:#f6f7f9;
  --footer-muted:#a1aab7;
  --footer-soft:#737e8e;
}
.footer-ads-grid{
  width:min(940px,100%)!important;
  margin:0 auto 22px!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.footer-contact-card,.footer-documents-card{
  position:relative;
  overflow:hidden;
  min-height:228px!important;
  height:100%!important;
  padding:25px!important;
  border:1px solid var(--footer-card-border)!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;
  box-shadow:0 18px 48px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.footer-contact-card::before,.footer-documents-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 10% 0%,rgba(239,191,85,.10),transparent 38%);
}
.footer-card-heading{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 16px;
}
.footer-heading-icon{
  width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;
  border-radius:13px;color:var(--footer-gold);
  border:1px solid rgba(239,191,85,.20);background:rgba(239,191,85,.075);
}
.footer-heading-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.footer-card-heading-copy{display:grid;gap:2px;min-width:0}
.footer-column-title{margin:0!important;color:var(--footer-ink)!important;font-size:16px!important;font-weight:850!important;line-height:1.15!important}
.footer-card-heading small{color:var(--footer-soft)!important;font-size:11px;line-height:1.35}
.footer-business-links{position:relative;z-index:1;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
.footer-business-links .footer-contact-item{
  min-height:61px!important;padding:10px 12px!important;display:grid!important;
  grid-template-columns:39px minmax(0,1fr) 24px!important;align-items:center!important;gap:11px!important;
  border-radius:16px!important;color:var(--footer-ink)!important;
  border:1px solid rgba(255,255,255,.075)!important;background:rgba(255,255,255,.028)!important;
  text-decoration:none!important;transition:transform .24s ease,border-color .24s ease,background-color .24s ease,box-shadow .24s ease!important;
}
.footer-contact-item:hover{transform:translateY(-2px);border-color:rgba(239,191,85,.30)!important;background:rgba(239,191,85,.075)!important;box-shadow:0 12px 24px rgba(0,0,0,.14)!important}
.footer-contact-item.is-whatsapp{border-color:rgba(37,211,102,.26)!important;background:linear-gradient(135deg,rgba(37,211,102,.10),rgba(37,211,102,.035))!important}
.footer-contact-item.is-whatsapp:hover{border-color:rgba(37,211,102,.48)!important;background:rgba(37,211,102,.14)!important}
.footer-contact-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;color:var(--footer-gold);background:rgba(239,191,85,.09)}
.footer-contact-item.is-whatsapp .footer-contact-icon{color:#35dc76;background:rgba(37,211,102,.12)}
.footer-contact-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.footer-contact-copy{display:grid;gap:2px;min-width:0}
.footer-contact-copy span{color:var(--footer-soft)!important;font-size:10px!important;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.footer-contact-copy b{overflow:hidden;color:var(--footer-ink)!important;font-size:15px!important;font-weight:850!important;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.footer-contact-arrow{color:var(--footer-soft);font-size:20px;line-height:1;transition:transform .24s ease,color .24s ease}
.footer-contact-item:hover .footer-contact-arrow{color:var(--footer-gold);transform:translateX(2px)}
.footer-contact-item.is-whatsapp:hover .footer-contact-arrow{color:#35dc76}
.footer-documents-card{display:flex!important;flex-direction:column!important;justify-content:flex-start!important}
.footer-documents-card .footer-legal{position:relative;z-index:1;display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
.footer-documents-card .footer-legal a,.footer-documents-card .footer-legal button{min-height:35px!important;padding:7px 10px 7px 22px!important;border-radius:10px!important}
.footer-documents-card .footer-legal a:hover,.footer-documents-card .footer-legal button:hover{background:rgba(239,191,85,.06)!important}
.footer-bottom{width:min(940px,100%)!important;margin:0 auto!important;display:flex!important;justify-content:space-between!important;gap:18px!important}
html[data-theme="light"] .footer-ads-ready{--footer-card-border:rgba(31,39,50,.10);--footer-ink:#171c23;--footer-muted:#596574;--footer-soft:#697687}
html[data-theme="light"] .footer-contact-card,html[data-theme="light"] .footer-documents-card{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(247,249,252,.90))!important;border-color:rgba(31,39,50,.10)!important;box-shadow:0 18px 42px rgba(43,54,70,.09),inset 0 1px 0 #fff!important}
html[data-theme="light"] .footer-column-title,html[data-theme="light"] .footer-contact-copy b{color:#171c23!important}
html[data-theme="light"] .footer-card-heading small,html[data-theme="light"] .footer-contact-copy span,html[data-theme="light"] .footer-contact-arrow{color:#667383!important}
html[data-theme="light"] .footer-heading-icon{color:#a56c05;background:#fff7e3;border-color:rgba(165,108,5,.20)}
html[data-theme="light"] .footer-business-links .footer-contact-item{background:#f7f9fb!important;color:#171c23!important;border-color:rgba(31,39,50,.08)!important}
html[data-theme="light"] .footer-contact-item:hover{background:#fff7e5!important;border-color:rgba(165,108,5,.28)!important;box-shadow:0 11px 24px rgba(70,53,18,.08)!important}
html[data-theme="light"] .footer-contact-item.is-whatsapp{background:#effbf3!important;border-color:rgba(22,151,71,.19)!important}
html[data-theme="light"] .footer-contact-item.is-whatsapp:hover{background:#e4f8eb!important;border-color:rgba(22,151,71,.34)!important}
html[data-theme="light"] .footer-contact-icon{color:#a56c05;background:#fff1ce}
html[data-theme="light"] .footer-contact-item.is-whatsapp .footer-contact-icon{color:#168f48;background:#dcf5e5}
@media(max-width:760px){
  .footer-ads-ready{padding-left:14px!important;padding-right:14px!important}
  .footer-ads-grid{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:18px!important}
  .footer-contact-card,.footer-documents-card{min-height:0!important;padding:20px!important}
  .footer-bottom{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:4px!important}
}
