/* GPP Footer */

/* Hide Astra default footer */
.site-footer { display: none !important; }

.gpp-footer { background: #0D1B2A; font-family: 'Barlow', sans-serif; }

/* TRUST BAR */
.gpp-footer-trust {
    background: rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    padding: 1rem 2rem;
}
.gpp-footer-trust-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}
.gpp-footer-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .75rem;
    font-weight: 600;
    color: rgba(255,255,255,.5);
    letter-spacing: .04em;
    text-transform: uppercase;
}
.gpp-footer-trust-item svg { flex-shrink: 0; }

/* MAIN FOOTER */
.gpp-footer-main { padding: 3rem 2rem 2rem; }
.gpp-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 2.5rem;
}

/* BRAND COL */
.gpp-footer-brand {}
.gpp-footer-logo img { height: 48px; width: auto; opacity: .9; margin-bottom: 1rem; display: block; }
.gpp-footer-logo-text { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; font-weight: 800; text-transform: uppercase; color: #fff; text-decoration: none !important; display: block; margin-bottom: 1rem; }
.gpp-footer-about { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.7; margin-bottom: 1.25rem; }
.gpp-footer-contact-btn { display: inline-block; background: #F4801A; color: #fff !important; padding: 9px 20px; border-radius: 4px; font-weight: 700; font-size: .78rem; text-decoration: none !important; transition: background .2s; }
.gpp-footer-contact-btn:hover { background: #C0600E; }

/* LINK COLS */
.gpp-footer-col-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #F4801A;
    margin-bottom: .85rem;
}
.gpp-footer-col a {
    display: block;
    font-size: .82rem;
    color: rgba(255,255,255,.45) !important;
    text-decoration: none !important;
    margin-bottom: .5rem;
    transition: color .15s;
}
.gpp-footer-col a:hover { color: #fff !important; }

/* BOTTOM BAR */
.gpp-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.07);
    padding: 1rem 2rem;
}
.gpp-footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .72rem;
    color: rgba(255,255,255,.25);
    flex-wrap: wrap;
    gap: .5rem;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .gpp-footer-inner { grid-template-columns: 1fr 1fr; }
    .gpp-footer-brand { grid-column: 1 / -1; }
    .gpp-footer-trust-inner { gap: 1.5rem; justify-content: flex-start; }
}
@media (max-width: 600px) {
    .gpp-footer-inner { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .gpp-footer-main { padding: 2rem 1rem; }
    .gpp-footer-trust { padding: 1rem; }
    .gpp-footer-bottom-inner { flex-direction: column; text-align: center; }
}

.gpp-footer-logo-text-link { text-decoration: none !important; display: block; margin-bottom: 1rem; }
.gpp-footer-logo-text { font-family: 'Barlow Condensed', sans-serif; font-size: 1.6rem; font-weight: 800; text-transform: uppercase; color: #fff; line-height: 1; display: block; }
.gpp-footer-logo-text span { color: #F4801A; }
