.pa12-footer {
    position: relative;
    overflow: hidden;
    border-top: 0;
    background: var(--pa12-footer-bg, #111111);
    color: #fff;
}

.pa12-footer::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--pa12-footer-accent, #df9400);
}

.pa12-footer-cta {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.pa12-footer-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
    min-height: 250px;
    padding-block: 56px;
}

.pa12-footer-kicker {
    margin: 0 0 14px;
    color: #df9400;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.pa12-footer .pa12-footer-cta h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 5vw, 68px);
    font-weight: 700;
    line-height: 1.03;
}

.pa12-footer .pa12-footer-cta__button {
    display: inline-flex;
    min-width: 198px;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 22px;
    border: 1px solid var(--pa12-footer-accent, #df9400);
    border-radius: 6px;
    background: var(--pa12-footer-accent, #df9400);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pa12-footer .pa12-footer-cta__button:hover,
.pa12-footer .pa12-footer-cta__button:focus-visible {
    border-color: #fff;
    background: transparent;
    color: #fff;
    transform: translateY(-2px);
}

.pa12-footer-main {
    display: grid;
    grid-template-columns: minmax(280px, 1.15fr) minmax(340px, 1fr) minmax(190px, .55fr);
    gap: clamp(44px, 7vw, 104px);
    padding-block: 72px 64px;
}

.pa12-footer-intro {
    max-width: 440px;
}

.pa12-footer-logo {
    display: inline-flex;
    margin-bottom: 26px;
}

.pa12-footer-logo img {
    width: 170px;
    max-height: 70px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

.pa12-footer-intro p {
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 1.8;
}

.pa12-footer .pa12-footer-main h3 {
    margin: 5px 0 24px;
    color: #df9400;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.pa12-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pa12-footer .pa12-footer-links a,
.pa12-footer .pa12-footer-email,
.pa12-footer .pa12-footer-socials a,
.pa12-footer .pa12-footer-bottom a {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    transition: color 160ms ease;
}

.pa12-footer .pa12-footer-links a:hover,
.pa12-footer .pa12-footer-links a:focus-visible,
.pa12-footer .pa12-footer-email:hover,
.pa12-footer .pa12-footer-email:focus-visible,
.pa12-footer .pa12-footer-socials a:hover,
.pa12-footer .pa12-footer-socials a:focus-visible,
.pa12-footer .pa12-footer-bottom a:hover,
.pa12-footer .pa12-footer-bottom a:focus-visible {
    color: #df9400;
}

.pa12-footer-email {
    display: inline-block;
    margin-bottom: 22px;
    color: #fff;
    font-weight: 700;
}

.pa12-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.pa12-footer-bottom {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .48);
    font-size: 12px;
}

.pa12-footer .pa12-footer-bottom a {
    font-size: 12px;
}

@media (max-width: 1320px) and (min-width: 761px) {
    .pa12-menu,
    .pa12-nav {
        gap: 12px;
    }

    .pa12-menu a {
        font-size: 11px;
    }

    .pa12-header-cta {
        padding-inline: 15px;
    }
}

@media (max-width: 980px) {
    .pa12-footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .pa12-footer-intro {
        grid-column: 1 / -1;
        max-width: 640px;
    }
}

@media (max-width: 680px) {
    .pa12-footer-cta__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-block: 54px;
    }

    .pa12-footer .pa12-footer-cta h2 {
        font-size: 38px;
    }

    .pa12-footer-cta__button {
        width: 100%;
    }

    .pa12-footer-main {
        grid-template-columns: 1fr;
        gap: 44px;
        padding-block: 54px;
    }

    .pa12-footer-intro {
        grid-column: auto;
    }

    .pa12-footer-links {
        gap: 14px 22px;
    }

    .pa12-footer-bottom {
        min-height: 100px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pa12-footer-cta__button {
        transition: none;
    }
}
