/* =========================================================
   FINAL CTA + FOOTER
   Uses the existing PayWavez root colors and Montserrat font.
========================================================= */

.final-cta {
    margin-top: 0 !important;
    padding: clamp(70px, 7vw, 110px) clamp(18px, 7vw, 110px) !important;
    background: #f6f6f6;
}

.final-cta__box {
    width: min(100%, 1250px);
    min-height: 365px;
    margin: 0 auto;
    padding: clamp(46px, 5vw, 72px) clamp(22px, 6vw, 90px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(---blue) 0%, #2f5fe0 100%);
    color: var(---white);
}

.final-cta__box h2 {
    margin: 0;
    color: var(---white);
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 1.08;
    font-weight: 800;
}

.final-cta__box p {
    margin: 20px 0 28px;
    color: var(---white);
    font-size: clamp(11px, .9vw, 14px);
    line-height: 1.7;
    font-weight: 500;
}

.final-cta__button {
    width: min(100%, 460px);
    min-height: 58px;
    padding: 10px 18px 10px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 7px;
    background: var(---white);
    color: var(---black);
    font-size: 15px;
    font-weight: 700;
    transition: transform .25s ease, box-shadow .25s ease;
}

.final-cta__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.final-cta__arrow {
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    color: var(---black);
}

.site-footer {
    margin: 0;
    padding: 0;
    background: var(---black);
    color: var(---white);
}

.site-footer * {
    box-sizing: border-box;
}

.site-footer__inner {
    width: min(100%, 1540px);
    margin: 0 auto;
    padding: 45px clamp(20px, 7vw, 110px) 0;
}

.site-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: 42px;
}

.site-footer__brand {
    display: inline-flex;
    align-items: flex-start;
    white-space: nowrap;
    font-size: clamp(42px, 4.5vw, 72px);
    line-height: .95;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.065em;
}

.site-footer__brand-pay {
    color: var(---white);
}

.site-footer__brand-wavez {
    color: var(---blue);
}

.site-footer__brand sup {
    margin: 3px 0 0 8px;
    color: var(---blue);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-style: italic;
}

.site-footer__about {
    max-width: 460px;
    margin: 0;
    color: var(---white);
    font-size: 13px;
    line-height: 1.75;
    font-weight: 500;
    text-align: left;
}

.site-footer__divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .18);
}

.site-footer__links-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr 1.25fr;
    gap: clamp(28px, 5vw, 70px);
    padding: 40px 8% 48px;
}

.site-footer__column {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.site-footer__column h3 {
    margin: 0 0 5px;
    color: var(---white);
    font-size: clamp(18px, 1.45vw, 24px);
    line-height: 1.2;
    font-weight: 800;
}

.site-footer__column a {
    color: var(---white);
    font-size: 11px;
    line-height: 1.5;
    font-weight: 500;
    opacity: .9;
    transition: color .22s ease, opacity .22s ease, transform .22s ease;
}

.site-footer__column a:hover {
    color: var(---blue);
    opacity: 1;
    transform: translateX(3px);
}

.site-footer__contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer__contact-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    color: var(---white);
}

.site-footer__contact-icon i {
    display: flex;
    font-size: 12px;
}

.site-footer__bottom {
    min-height: 54px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    color: var(---white);
    font-size: 10px;
    line-height: 1.4;
}

.site-footer__bottom a,
.site-footer__bottom p {
    margin: 0;
    color: var(---white);
    font-size: inherit;
    font-weight: 500;
}

.site-footer__bottom a:last-child {
    justify-self: end;
}

.site-footer__bottom p {
    justify-self: center;
    text-align: center;
}

@media (max-width: 1050px) {
    .site-footer__links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-inline: 0;
    }
}

@media (max-width: 760px) {
    .final-cta {
        padding: 56px 16px !important;
    }

    .final-cta__box {
        min-height: 330px;
        padding: 45px 20px;
        border-radius: 14px;
    }

    .final-cta__box h2 {
        font-size: clamp(27px, 8vw, 38px);
    }

    .final-cta__box p {
        font-size: 10px;
        line-height: 1.6;
    }

    .final-cta__button {
        min-height: 55px;
        padding-left: 20px;
        font-size: 12px;
    }

    .site-footer__inner {
        padding: 38px 20px 0;
    }

    .site-footer__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 26px;
        padding-bottom: 34px;
    }

    .site-footer__about {
        max-width: 100%;
        font-size: 11px;
    }

    .site-footer__about br {
        display: none;
    }

    .site-footer__links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 22px;
        padding: 35px 0 40px;
    }

    .site-footer__column h3 {
        font-size: 17px;
    }

    .site-footer__column a {
        font-size: 10px;
    }

    .site-footer__bottom {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 0 22px;
        text-align: center;
    }

    .site-footer__bottom a,
    .site-footer__bottom a:last-child,
    .site-footer__bottom p {
        justify-self: center;
    }
}

@media (max-width: 470px) {
    .site-footer__links-grid {
        grid-template-columns: 1fr;
    }

    .site-footer__brand {
        font-size: 48px;
    }
}
