/* ===== Footer Recoautos (mobile-first) ===== */
:root{
    --ft-bg:#05222A;
    --ft-fg:#e8f1f2;
    --ft-muted:#b6c7c9;
    --ft-accent:#4cd137;
    --ft-sep:rgba(255,255,255,.15);
}

#iagt-footer{ background:var(--ft-bg); color:var(--ft-fg); font-size:15px; }
#iagt-footer a{ color:var(--ft-fg); text-decoration:none; }
#iagt-footer a:hover{ opacity:.9; }

.iagt-footer__inner{
    padding:28px 24px 18px;
    max-width:1100px;
    margin:0 auto;
}

/* GRID */
.iagt-footer__grid{
    display:grid; gap:22px;
    grid-template-columns: 1fr; /* mobile */
}

/* BRAND + SOCIAL */
.logo-container{
    padding-bottom: 16px;
}
.iagt-footer__brand{
    display:grid;
    gap:14px;
}

.iagt-footer__logo img{
    height:53px;
    width:auto;
    display:block;
}


.iagt-social{
    display:flex;
    align-items:center;
    padding-bottom: 20px;
}

.iagt-social a{
    width:38px;
    height:38px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;

}

/* CONTACTO */
.iagt-contact{ display:grid; gap:10px; }
.iagt-row{ display:grid; grid-template-columns:auto 1fr; gap:12px; align-items:start; color:var(--ft-muted); }
.iagt-row strong, .iagt-row a{ color:var(--ft-fg); font-weight:500; }
.iagt-addr{ color:var(--ft-muted); line-height:1.55; }

/* LISTAS DE ENLACES */
.iagt-col-title{
    font-weight:600;
    margin:10px 0 6px;
    font-size: 18px;
}
.iagt-links{ list-style:none; padding:0; margin:0; }
.iagt-links li{ margin:12px 0; }
.iagt-links a{ color:var(--ft-fg); opacity:.9; }
.iagt-links a:hover{ opacity:1; text-decoration:underline; text-underline-offset:2px; }

/* RATING */
.iagt-rating{
    display:flex;
    align-items:center;
    justify-content: center;
    gap:10px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.iagt-stars{ color:#f5a623; letter-spacing:2px; font-size:18px; }
.iagt-score{ font-weight:700; }
.iagt-seal{ width:28px; height:28px; border-radius:50%; border:2px solid var(--ft-fg); display:inline-block; }

/* PAGOS */
.iagt-payments{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:8px;
    justify-content: center;
}

.iagt-payments img{
    height:29px;
    width:auto;
    background:#0a2224;
}

/* CHIPS */
.iagt-chips{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:6px;
    justify-content: center;
}

.iagt-chip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border-radius:999px;
    padding:6px 10px;
    font-size:13px;
    color:var(--ft-fg);
}
.iagt-chip .dot{ width:22px; height:22px; border-radius:50%; background:var(--ft-accent); display:inline-block; }

/* LEGAL & COPY */
.iagt-footer__legal{ border-top:1px solid var(--ft-sep); margin-top:8px; padding-top:12px; }
.iagt-legal{ list-style:none; padding:0; margin:0; }
.iagt-legal li{ margin:12px 0; }
.iagt-legal a{ color:var(--ft-fg); opacity:.9; }
.iagt-legal a:hover{ opacity:1; text-decoration:underline; }

.iagt-footer__copy{ text-align:center; color:var(--ft-muted); font-size:13px; margin-top:18px; }

/* BREAKPOINTS */
@media (min-width:768px){
    .iagt-footer__grid{
        grid-template-columns: 1.2fr 1fr 1fr; /* brand+contact | enlaces interés | información */
        align-items:start;
    }
}

@media (min-width:1200px){
    .iagt-footer__inner{ padding:40px 24px 24px; }
}

#footer .row{
    max-width: 100%;
}
