/* Inpetransfer Footer 2026 · V1.5.0 */
.inp-footer,
.inp-footer * {
    box-sizing: border-box;
}

.inp-footer {
    --footer-green: #acbd51;
    --footer-dark: #242624;
    --footer-text: #ffffff;
    --footer-muted: #ffffff;
    --footer-line: rgba(255,255,255,.11);
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: var(--footer-dark);
    color: var(--footer-text);
    font-family: 'Poppins', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-synthesis: none;
    text-align: left;
}

.inp-footer__accent {
    height: 5px;
    background: linear-gradient(90deg, #82963a 0%, var(--footer-green) 45%, #d2dc8d 100%);
}

.inp-footer__container {
    width: min(1380px, calc(100% - 64px));
    margin: 0 auto;
    padding: 72px 0 0;
}

.inp-footer__grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    gap: clamp(34px, 4vw, 76px);
    padding-bottom: 58px;
}

.inp-footer__logo {
    display: inline-flex;
    align-items: center;
    max-width: 230px;
    min-height: 42px;
    margin-bottom: 22px;
    color: #fff;
    text-decoration: none;
}

.inp-footer__logo-image {
    display: block;
    max-width: 220px;
    max-height: 62px;
    width: auto;
    height: auto;
    filter: brightness(0) invert(1);
}

.inp-footer__wordmark {
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -.8px;
}

.inp-footer__wordmark span { color: var(--footer-green); font-size: 14px; vertical-align: top; }

.inp-footer__claim {
    max-width: 340px;
    margin: 0 0 14px;
    color: var(--footer-text);
    font-size: 16px;
    line-height: 1.8;
}

.inp-footer__proof {
    margin: 0 0 24px;
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
}

.inp-footer__proof strong {
    color: var(--footer-green);
    font-weight: 700;
}

.inp-footer__award {
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 320px;
    padding: 13px 15px;
    border: 1px solid rgba(172,189,81,.28);
    border-radius: 14px;
    background: rgba(172,189,81,.08);
    color: #fff;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.inp-footer__award:hover { transform: translateY(-2px); border-color: var(--footer-green); background: rgba(172,189,81,.13); }
.inp-footer__award-icon { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--footer-green); color: #171917; }
.inp-footer__award strong { display: block; font-size: 13px; line-height: 1.45; }
.inp-footer__award small { display: block; margin-top: 2px; color: var(--footer-muted); font-size: 11px; }

.inp-footer__linkedin {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.inp-footer__linkedin span { color: var(--footer-green); font-size: 14px; }
.inp-footer__linkedin:hover { color: var(--footer-green); }

.inp-footer__heading {
    width: 100%;
    margin: 4px 0 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--footer-green) !important;
    font: inherit;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
    cursor: default;
}
.inp-footer__heading > span { display: none; }

.inp-footer__stack {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.inp-footer__stack .inp-footer__heading {
    margin-bottom: 20px !important;
}

.inp-footer__panel { display: block; }
.inp-footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.inp-footer__links a,
.inp-footer__contact-group a {
    color: var(--footer-text);
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}
.inp-footer__links a:hover,
.inp-footer__contact-group a:hover { color: var(--footer-green); }
.inp-footer__links a:hover { transform: translateX(3px); }

.inp-footer__contact-group { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 22px; }
.inp-footer__contact-group:last-child { margin-bottom: 0; }
.inp-footer__contact-group strong { margin-bottom: 6px; color: #fff; font-size: 15px; }
.inp-footer__contact-group span { margin-top: 5px; color: var(--footer-muted); font-size: 13px; }
.inp-footer__all-link { margin-top: 4px; color: var(--footer-green) !important; font-weight: 700; }

.inp-footer__trust {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding: 30px 0 28px;
    border-top: 1px solid var(--footer-line);
}

.inp-footer__trust-title {
    margin: 0 !important;
    color: var(--footer-green) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .04em;
    line-height: 1.4;
    text-transform: uppercase;
}

.inp-footer__trust-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 3vw, 48px);
    min-width: 0;
}

.inp-footer__trustindex {
    min-width: 190px;
    max-width: 300px;
}

.inp-footer__payment-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 3vw, 42px);
}

.inp-footer__payment-img {
    display: block;
    width: auto;
    object-fit: contain;
}

.inp-footer__payment-img--cards { max-width: 112px; max-height: 68px; }
.inp-footer__payment-img--transfer { max-width: 155px; max-height: 52px; }
.inp-footer__payment-img--sectigo { max-width: 112px; max-height: 52px; }

.inp-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 88px;
    border-top: 1px solid var(--footer-line);
    padding-right: 120px;
}
.inp-footer__bottom p { margin: 0; color: var(--footer-muted); font-size: 13px; }
.inp-footer__bottom strong { color: var(--footer-text); }
.inp-footer__legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.inp-footer__legal a { color: var(--footer-muted); font-size: 12px; text-decoration: none; }
.inp-footer__legal a:hover { color: var(--footer-green); }
.inp-footer__sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Contraste consistente frente a los estilos heredados de Hestia. */
.inp-footer__claim,
.inp-footer__proof,
.inp-footer__award,
.inp-footer__award strong,
.inp-footer__award small,
.inp-footer__linkedin,
.inp-footer__links a,
.inp-footer__contact-group a,
.inp-footer__contact-group span,
.inp-footer__bottom p,
.inp-footer__bottom strong,
.inp-footer__legal a,
.inp-footer__all-link {
    color: #fff !important;
}

.inp-footer__proof strong,
.inp-footer__heading,
.inp-footer__trust-title {
    color: var(--footer-green) !important;
}

.inp-footer__linkedin span {
    color: var(--footer-green) !important;
}

/* Interacción de enlaces: fuerza el verde frente a las reglas de Hestia. */
.inp-footer__links a:hover,
.inp-footer__links a:focus-visible,
.inp-footer__contact-group a:hover,
.inp-footer__contact-group a:focus-visible,
.inp-footer__linkedin:hover,
.inp-footer__linkedin:focus-visible,
.inp-footer__legal a:hover,
.inp-footer__legal a:focus-visible {
    color: var(--footer-green) !important;
}

.inp-footer__all-link,
.inp-footer__all-link:visited,
.inp-footer__all-link:hover,
.inp-footer__all-link:focus-visible {
    color: var(--footer-green) !important;
}

footer.footer.footer-big {
    background: #242624 !important;
}

@media (max-width: 1080px) {
    .inp-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .inp-footer__brand { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 45px; }
    .inp-footer__brand .inp-footer__logo,
    .inp-footer__brand .inp-footer__claim { grid-column: 1; }
    .inp-footer__brand .inp-footer__award,
    .inp-footer__brand .inp-footer__linkedin { grid-column: 2; }
    .inp-footer__brand .inp-footer__award { grid-row: 1 / span 2; align-self: center; }
    .inp-footer__trust-items { justify-content: center; }
}

@media (max-width: 760px) {
    .inp-footer__container { width: min(100% - 32px, 1380px); padding-top: 48px; }
    .inp-footer__grid { display: block; padding-bottom: 30px; }
    .inp-footer__brand { display: block; padding-bottom: 34px; }
    .inp-footer__claim { line-height: 1.7; }
    .inp-footer__accordion { border-top: 1px solid var(--footer-line); }
    .inp-footer__stack { display: block; }
    .inp-footer__stack .inp-footer__heading { margin-bottom: 0 !important; }
    .inp-footer__accordion:last-child { border-bottom: 1px solid var(--footer-line); }
    .inp-footer__heading { display: flex; align-items: center; justify-content: space-between; margin: 0 !important; padding: 20px 2px !important; cursor: pointer; }
    .inp-footer__heading > span { position: relative; display: block; width: 18px; height: 18px; }
    .inp-footer__heading > span::before,
    .inp-footer__heading > span::after { content: ''; position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; border-radius: 2px; background: var(--footer-green); transition: transform .2s ease; }
    .inp-footer__heading > span::after { transform: rotate(90deg); }
    .inp-footer__heading[aria-expanded="true"] > span::after { transform: rotate(0); }
    .inp-footer__panel { display: none; padding: 0 2px 24px; }
    .inp-footer__heading[aria-expanded="true"] + .inp-footer__panel { display: flex; }
    .inp-footer__contact-group { width: 100%; }
    .inp-footer__trust { display: block; padding: 30px 0; }
    .inp-footer__trust-title { margin-bottom: 24px !important; }
    .inp-footer__trust-items,
    .inp-footer__payment-logos { flex-wrap: wrap; justify-content: flex-start; }
    .inp-footer__trust-items { gap: 28px; }
    .inp-footer__payment-logos { width: 100%; gap: 24px; }
    .inp-footer__payment-img--cards { max-width: 96px; }
    .inp-footer__payment-img--transfer { max-width: 135px; }
    .inp-footer__payment-img--sectigo { max-width: 100px; }
    .inp-footer__bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 25px 0 30px; }
    .inp-footer__legal { justify-content: flex-start; gap: 11px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .inp-footer *, .inp-footer *::before, .inp-footer *::after { scroll-behavior: auto !important; transition: none !important; }
}
