.cashpub-footer {
    position: relative;
    padding: 58px 0 22px;
    overflow: hidden;
    color: #fff;
    background: #123c72;
    font-family: "Poppins", sans-serif;
}
.cashpub-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6dbdd9 0 68%, #f1c126 68% 100%);
}
.cashpub-footer a { text-decoration: none; }
.cashpub-footer-main {
    display: grid;
    grid-template-columns: minmax(120px, .75fr) repeat(3, minmax(130px, 1fr));
    gap: 44px;
    align-items: start;
}
.cashpub-footer-logo {
    display: inline-flex;
    align-items: center;
    padding: 0;
}
.cashpub-footer-logo img { display: block; width: 145px; max-width: 100%; height: auto; }
.cashpub-footer-tagline {
    max-width: 330px;
    margin: 18px 0;
    color: rgba(255,255,255,.84);
    font-size: 15px;
    line-height: 1.65;
}
.cashpub-footer-social { display: flex; gap: 9px; }
.cashpub-footer-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.cashpub-footer-social a:hover { transform: translateY(-2px); border-color: #6dbdd9; background: rgba(109,189,217,.18); }
.cashpub-footer-social img { width: 27px; height: 27px; object-fit: contain; }
.cashpub-footer-column h2 {
    margin: 3px 0 18px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .4px;
    text-transform: uppercase;
}
.cashpub-footer-column a {
    display: block;
    width: fit-content;
    margin: 0 0 11px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.45;
    transition: color .2s ease, transform .2s ease;
}
.cashpub-footer-column a:hover { color: #6dbdd9; transform: translateX(3px); }
.cashpub-footer-trust {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
    padding: 20px 22px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: rgba(5,27,57,.34);
}
.cashpub-footer-trust-copy { display: flex; gap: 14px; align-items: center; }
.cashpub-footer-trust-icon {
    display: inline-flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #123c72;
    background: #f1c126;
    font-size: 18px;
}
.cashpub-footer-trust-icon svg { display: block; width: 23px; height: 23px; fill: #123c72; }
.cashpub-footer-trust-icon .cashpub-footer-trust-check {
    fill: none;
    stroke: #f1c126;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.cashpub-footer-trust-copy > div > strong,
.cashpub-footer-trust-copy > div > span { display: block; }
.cashpub-footer-trust-copy > div > strong { margin-bottom: 3px; font-size: 14px; font-weight: 700; }
.cashpub-footer-trust-copy > div > span { color: rgba(255,255,255,.65); font-size: 12px; }
.cashpub-footer-payments { text-align: right; }
.cashpub-footer-payments > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.62);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.cashpub-footer-payment-logos { display: flex; gap: 7px; justify-content: flex-end; }
.cashpub-footer-payment-logos img {
    width: 72px;
    height: 34px;
    padding: 5px 7px;
    border-radius: 6px;
    background: #fff;
    object-fit: contain;
}
.cashpub-footer-bottom {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.cashpub-footer-bottom p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.5; }
.cashpub-footer-bottom a { color: #6dbdd9; font-size: 12px; font-weight: 600; }
.cashpub-footer-bottom a:hover { color: #f1c126; }
@media (max-width: 991px) {
    .cashpub-footer-main { grid-template-columns: .7fr repeat(3, 1fr); gap: 25px; }
    .cashpub-footer-trust { align-items: flex-start; }
    .cashpub-footer-payment-logos { flex-wrap: wrap; }
}
@media (max-width: 767px) {
    .cashpub-footer { padding: 44px 0 20px; }
    .cashpub-footer-main { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
    .cashpub-footer-brand { grid-column: 1 / -1; text-align: center; }
    .cashpub-footer-tagline { margin-left: auto; margin-right: auto; }
    .cashpub-footer-social { justify-content: center; }
    .cashpub-footer-trust { display: block; margin-top: 34px; text-align: left; }
    .cashpub-footer-payments { margin-top: 22px; text-align: left; }
    .cashpub-footer-payment-logos { justify-content: flex-start; }
    .cashpub-footer-bottom { display: block; text-align: center; }
    .cashpub-footer-bottom a { display: inline-block; margin-top: 12px; }
}
@media (max-width: 480px) {
    .cashpub-footer-main { grid-template-columns: 1fr; gap: 28px; }
    .cashpub-footer-brand { grid-column: auto; }
    .cashpub-footer-column { text-align: center; }
    .cashpub-footer-column h2 { margin-bottom: 13px; }
    .cashpub-footer-column a { width: auto; margin-bottom: 9px; }
    .cashpub-footer-column a:hover { transform: none; }
    .cashpub-footer-trust-copy { align-items: flex-start; }
    .cashpub-footer-payments { text-align: center; }
    .cashpub-footer-payment-logos { justify-content: center; }
    .cashpub-footer-payment-logos img { width: 65px; }
}
