.site-footer {
    background:
        radial-gradient(circle at 88% 12%, rgba(226, 41, 55, .14), transparent 28%),
        linear-gradient(145deg, #06172f 0%, #081f3e 55%, #041326 100%);
    color: rgba(255, 255, 255, .7);
    margin-top: 96px;
    position: relative;
}

.site-footer--home {
    margin-top: 0;
}

.site-footer__cta {
    align-items: center;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
    display: grid;
    gap: 22px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 28px 32px;
    position: relative;
    transform: translateY(-50%);
    z-index: 2;
}

.site-footer__cta-icon {
    align-items: center;
    background: linear-gradient(145deg, rgba(226, 41, 55, .13), rgba(226, 41, 55, .05));
    border-radius: 18px;
    color: var(--theme-primary-color);
    display: flex;
    font-size: 25px;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.site-footer__cta-copy span {
    color: var(--theme-primary-color);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.3px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.site-footer__cta-copy h3 {
    color: var(--theme-secondary-color);
    font-size: 25px;
    margin: 0 0 4px;
}

.site-footer__cta-copy p {
    color: #6e7886;
    font-size: 14px;
    margin: 0;
}

.site-footer__cta-button {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    min-height: 52px;
    padding-left: 24px;
    padding-right: 24px;
    white-space: nowrap;
}

.site-footer__main {
    padding: 0 0 66px;
}

.site-footer__brand {
    display: inline-block;
    margin-bottom: 24px;
}

.site-footer__brand img {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, .28));
    height: auto;
    max-width: 175px;
}

.site-footer__intro {
    line-height: 1.8;
    margin-bottom: 25px;
    max-width: 360px;
}

.site-footer__quick-actions {
    display: flex;
    gap: 10px;
}

.site-footer__quick-actions a {
    align-items: center;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 11px;
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
    width: 42px;
}

.site-footer__quick-actions a:hover,
.site-footer__quick-actions a:focus {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: #fff;
    transform: translateY(-3px);
}

.site-footer__heading {
    color: #fff;
    font-size: 16px;
    letter-spacing: .2px;
    margin: 8px 0 26px;
    padding-bottom: 13px;
    position: relative;
}

.site-footer__heading:after {
    background: var(--theme-primary-color);
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 32px;
}

.site-footer__links,
.site-footer__contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__links li + li {
    margin-top: 13px;
}

.site-footer__links a,
.site-footer__contact a,
.site-footer__bottom a {
    color: rgba(255, 255, 255, .68);
    transition: color .2s ease;
}

.site-footer__links a:before {
    color: var(--theme-primary-color);
    content: '›';
    display: inline-block;
    font-size: 18px;
    margin-right: 9px;
    transition: transform .2s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus,
.site-footer__contact a:hover,
.site-footer__contact a:focus,
.site-footer__bottom a:hover,
.site-footer__bottom a:focus {
    color: #fff;
}

.site-footer__links a:hover:before,
.site-footer__links a:focus:before {
    transform: translateX(3px);
}

.site-footer__contact {
    display: grid;
    gap: 17px;
}

.site-footer__contact li {
    align-items: center;
    display: flex;
    gap: 13px;
}

.site-footer__contact-icon {
    align-items: center;
    background: rgba(226, 41, 55, .12);
    border-radius: 10px;
    color: #ff6975;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
}

.site-footer__contact small {
    color: rgba(255, 255, 255, .4);
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.site-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    padding: 22px 0 25px;
}

.site-footer__bottom nav {
    display: flex;
    gap: 24px;
}

@media (max-width: 991.98px) {
    .site-footer__cta {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .site-footer__cta-button {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .site-footer {
        margin-top: 72px;
    }

    .site-footer--home {
        margin-top: 0;
    }

    .site-footer__cta {
        display: block;
        padding: 24px 20px;
        transform: translateY(-36px);
    }

    .site-footer__cta-icon {
        height: 54px;
        margin-bottom: 18px;
        width: 54px;
    }

    .site-footer__cta-copy h3 {
        font-size: 22px;
    }

    .site-footer__cta-button {
        margin-top: 20px;
        width: 100%;
    }

    .site-footer__main {
        padding-bottom: 42px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer__quick-actions a,
    .site-footer__links a:before {
        transition: none;
    }
}
