/* USA AUTO compact unified footer v7 */
.footer-compact-v7{
  --fc-gold:#efbf55;
  --fc-ink:#f7f8fa;
  --fc-muted:#aab2bf;
  --fc-soft:#7f8998;
  --fc-line:rgba(255,255,255,.09);
  --fc-surface:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.018));
}
.footer-compact-v7 .footer-compact-panel{
  width:min(1040px,100%);
  margin:0 auto 17px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  align-items:center;
  gap:22px;
  padding:18px;
  border:1px solid var(--fc-line);
  border-radius:23px;
  background:var(--fc-surface);
  box-shadow:0 17px 46px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.045);
  position:relative;
  overflow:hidden;
}
.footer-compact-v7 .footer-compact-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 4% 0%,rgba(239,191,85,.105),transparent 29%),
    linear-gradient(90deg,transparent 49.9%,rgba(255,255,255,.065) 50%,transparent 50.1%);
}
.footer-compact-v7 .footer-contact-compact,
.footer-compact-v7 .footer-documents-compact{
  position:relative;
  z-index:1;
  min-width:0;
}
.footer-compact-v7 .footer-contact-compact{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:15px;
}
.footer-compact-v7 .footer-compact-heading{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.footer-compact-v7 .footer-compact-heading-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  color:var(--fc-gold);
  border:1px solid rgba(239,191,85,.22);
  border-radius:12px;
  background:rgba(239,191,85,.075);
}
.footer-compact-v7 .footer-compact-heading-icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-compact-v7 .footer-compact-heading-copy{
  display:grid;
  gap:2px;
  min-width:0;
}
.footer-compact-v7 .footer-compact-heading-copy strong{
  color:var(--fc-ink);
  font-size:14px;
  font-weight:850;
  line-height:1.15;
}
.footer-compact-v7 .footer-compact-heading-copy small{
  color:var(--fc-soft);
  font-size:10px;
  line-height:1.25;
  white-space:nowrap;
}
.footer-compact-v7 .footer-compact-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.86fr);
  gap:9px;
  min-width:0;
}
.footer-compact-v7 .footer-compact-action{
  min-width:0;
  min-height:52px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 16px;
  align-items:center;
  gap:9px;
  padding:8px 10px;
  color:var(--fc-ink);
  text-decoration:none;
  border:1px solid rgba(255,255,255,.075);
  border-radius:15px;
  background:rgba(255,255,255,.028);
  transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease;
}
.footer-compact-v7 .footer-compact-action:hover{
  transform:translateY(-2px);
  border-color:rgba(239,191,85,.30);
  background:rgba(239,191,85,.075);
  box-shadow:0 10px 22px rgba(0,0,0,.13);
}
.footer-compact-v7 .footer-compact-action.is-whatsapp{
  border-color:rgba(37,211,102,.25);
  background:linear-gradient(135deg,rgba(37,211,102,.10),rgba(37,211,102,.035));
}
.footer-compact-v7 .footer-compact-action.is-whatsapp:hover{
  border-color:rgba(37,211,102,.44);
  background:rgba(37,211,102,.14);
}
.footer-compact-v7 .footer-action-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:var(--fc-gold);
  border-radius:10px;
  background:rgba(239,191,85,.09);
}
.footer-compact-v7 .footer-compact-action.is-whatsapp .footer-action-icon{
  color:#35dc76;
  background:rgba(37,211,102,.12);
}
.footer-compact-v7 .footer-action-icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-compact-v7 .footer-action-copy{
  display:grid;
  gap:1px;
  min-width:0;
}
.footer-compact-v7 .footer-action-copy span{
  color:var(--fc-soft);
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.footer-compact-v7 .footer-action-copy b{
  overflow:hidden;
  color:var(--fc-ink);
  font-size:13px;
  font-weight:850;
  line-height:1.18;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.footer-compact-v7 .footer-action-arrow{
  color:var(--fc-soft);
  font-size:18px;
  line-height:1;
  transition:transform .22s ease,color .22s ease;
}
.footer-compact-v7 .footer-compact-action:hover .footer-action-arrow{
  color:var(--fc-gold);
  transform:translateX(2px);
}
.footer-compact-v7 .footer-compact-action.is-whatsapp:hover .footer-action-arrow{color:#35dc76}
.footer-compact-v7 .footer-documents-compact{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:15px;
  padding-left:2px;
}
.footer-compact-v7 .footer-compact-legal{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:7px;
  min-width:0;
}
.footer-compact-v7 .footer-compact-legal a,
.footer-compact-v7 .footer-compact-legal button{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  color:var(--fc-muted);
  font:inherit;
  font-size:10px;
  font-weight:750;
  line-height:1.2;
  white-space:nowrap;
  text-decoration:none;
  cursor:pointer;
  border:1px solid rgba(255,255,255,.075);
  border-radius:999px;
  background:rgba(255,255,255,.022);
  transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease;
}
.footer-compact-v7 .footer-compact-legal a:hover,
.footer-compact-v7 .footer-compact-legal button:hover{
  color:var(--fc-gold);
  border-color:rgba(239,191,85,.24);
  background:rgba(239,191,85,.065);
  transform:translateY(-1px);
}
.footer-compact-v7 .footer-bottom{
  width:min(1040px,100%)!important;
  margin:0 auto!important;
  padding:0 3px!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:14px!important;
  color:var(--fc-soft)!important;
  font-size:10px!important;
}
html[data-theme="light"] .footer-compact-v7{
  --fc-ink:#171c23;
  --fc-muted:#536071;
  --fc-soft:#667383;
  --fc-line:rgba(31,39,50,.10);
  --fc-surface:linear-gradient(145deg,rgba(255,255,255,.99),rgba(247,249,252,.92));
}
html[data-theme="light"] .footer-compact-v7 .footer-compact-panel{
  box-shadow:0 17px 40px rgba(43,54,70,.085),inset 0 1px 0 #fff;
}
html[data-theme="light"] .footer-compact-v7 .footer-compact-panel::before{
  background:
    radial-gradient(circle at 4% 0%,rgba(181,124,14,.10),transparent 29%),
    linear-gradient(90deg,transparent 49.9%,rgba(31,39,50,.075) 50%,transparent 50.1%);
}
html[data-theme="light"] .footer-compact-v7 .footer-compact-heading-icon{
  color:#a56c05;
  border-color:rgba(165,108,5,.20);
  background:#fff7e3;
}
html[data-theme="light"] .footer-compact-v7 .footer-compact-action{
  color:#171c23;
  border-color:rgba(31,39,50,.08);
  background:#f7f9fb;
}
html[data-theme="light"] .footer-compact-v7 .footer-compact-action:hover{
  border-color:rgba(165,108,5,.28);
  background:#fff7e5;
  box-shadow:0 10px 22px rgba(70,53,18,.075);
}
html[data-theme="light"] .footer-compact-v7 .footer-compact-action.is-whatsapp{
  border-color:rgba(22,151,71,.19);
  background:#effbf3;
}
html[data-theme="light"] .footer-compact-v7 .footer-compact-action.is-whatsapp:hover{
  border-color:rgba(22,151,71,.34);
  background:#e4f8eb;
}
html[data-theme="light"] .footer-compact-v7 .footer-action-icon{
  color:#a56c05;
  background:#fff1ce;
}
html[data-theme="light"] .footer-compact-v7 .footer-compact-action.is-whatsapp .footer-action-icon{
  color:#168f48;
  background:#dcf5e5;
}
html[data-theme="light"] .footer-compact-v7 .footer-compact-legal a,
html[data-theme="light"] .footer-compact-v7 .footer-compact-legal button{
  color:#536071;
  border-color:rgba(31,39,50,.085);
  background:#f8fafc;
}
html[data-theme="light"] .footer-compact-v7 .footer-compact-legal a:hover,
html[data-theme="light"] .footer-compact-v7 .footer-compact-legal button:hover{
  color:#8b5a00;
  border-color:rgba(165,108,5,.24);
  background:#fff7e5;
}
@media(max-width:900px){
  .footer-compact-v7 .footer-compact-panel{
    grid-template-columns:1fr;
    gap:14px;
  }
  .footer-compact-v7 .footer-compact-panel::before{
    background:radial-gradient(circle at 4% 0%,rgba(239,191,85,.10),transparent 35%);
  }
  html[data-theme="light"] .footer-compact-v7 .footer-compact-panel::before{
    background:radial-gradient(circle at 4% 0%,rgba(181,124,14,.10),transparent 35%);
  }
  .footer-compact-v7 .footer-documents-compact{
    padding-top:13px;
    border-top:1px solid var(--fc-line);
  }
  .footer-compact-v7 .footer-compact-legal{justify-content:flex-start}
}
@media(max-width:650px){
  .footer-compact-v7{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .footer-compact-v7 .footer-compact-panel{
    margin-bottom:14px;
    padding:14px;
    border-radius:20px;
  }
  .footer-compact-v7 .footer-contact-compact,
  .footer-compact-v7 .footer-documents-compact{
    grid-template-columns:1fr;
    gap:10px;
  }
  .footer-compact-v7 .footer-compact-heading-copy small{white-space:normal}
  .footer-compact-v7 .footer-compact-actions{grid-template-columns:1fr 1fr}
  .footer-compact-v7 .footer-compact-legal{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }
  .footer-compact-v7 .footer-compact-legal a,
  .footer-compact-v7 .footer-compact-legal button{
    width:100%;
    white-space:normal;
    text-align:center;
  }
  .footer-compact-v7 .footer-bottom{
    flex-direction:column!important;
    justify-content:center!important;
    text-align:center!important;
    gap:3px!important;
  }
}
@media(max-width:430px){
  .footer-compact-v7 .footer-compact-actions{grid-template-columns:1fr}
  .footer-compact-v7 .footer-compact-legal{grid-template-columns:1fr 1fr}
}
