.pro-footer {
    margin-top: 5rem;
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(circle at 12% 8%, rgba(167, 188, 166, .18), transparent 28rem),
        radial-gradient(circle at 88% 22%, rgba(200, 164, 90, .12), transparent 24rem),
        linear-gradient(145deg, #102319 0%, #1b3b29 48%, #102d1e 100%);
    color: #fff;
}

.pro-footer::before {
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(200, 164, 90, .9), rgba(167, 188, 166, .95), transparent);
}

.pro-footer .container {
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
}

.pro-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
}

.pro-footer-brand-block {
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 1.35rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .14);
}

.pro-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: #fff;
    text-decoration: none;
}

.pro-footer-brand:hover,
.pro-footer-brand:focus-visible {
    color: #fff;
}

.pro-footer-brand-logo {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    flex: 0 0 3.75rem;
    object-fit: contain;
    border-radius: 1rem;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .2);
}

.pro-footer-brand-copy {
    display: grid;
    line-height: 1.05;
}

.pro-footer-brand-copy strong {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 1.35rem;
    letter-spacing: -.02em;
}

.pro-footer-brand-copy small {
    margin-top: .22rem;
    color: rgba(255, 255, 255, .9);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.pro-footer-lead {
    max-width: 440px;
    margin: 1.35rem 0 0;
    color: rgba(255, 255, 255, .92);
    line-height: 1.75;
}

.pro-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.5rem;
}

.pro-footer-column h2 {
    margin: 0 0 1rem;
    color: #fff;
    font-family: "Nunito", system-ui, sans-serif;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pro-footer-column ul {
    display: grid;
    gap: .4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pro-footer-column li {
    min-width: 0;
}

.pro-footer-column a {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .32rem 0;
    color: rgba(255, 255, 255, .94);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.pro-footer-column a:hover,
.pro-footer-column a:focus-visible {
    color: #fff;
    transform: translateX(2px);
}

.pro-footer-column a i {
    width: 1.05rem;
    flex: 0 0 1.05rem;
    color: #dbe8dc;
    text-align: center;
}






.pro-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3.5rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .84);
    font-size: .78rem;
}

.floating-actions .floating-action {
    font-size: 1.35rem;
}

.floating-actions .floating-action i {
    display: block;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .pro-footer-top {
        grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr));
    }

    .pro-footer-brand-block {
        grid-row: span 2;
    }
}

@media (max-width: 767.98px) {
    .pro-footer {
        margin-top: 4rem;
    }

    .pro-footer .container {
        padding-top: 3.5rem;
    }

    .pro-footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 1.25rem;
    }

    .pro-footer-brand-block {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .pro-footer-bottom {
        flex-direction: column;
        margin-top: 2.5rem;
    }
}

@media (max-width: 479.98px) {
    .pro-footer-top {
        grid-template-columns: 1fr;
    }

    .pro-footer-brand-block {
        grid-column: auto;
    }

    .pro-footer-actions .btn {
        width: 100%;
    }
}



.pro-footer,
.pro-footer p,
.pro-footer small,
.pro-footer a,
.pro-footer span,
.pro-footer-bottom,
.pro-footer-column a,
.pro-footer-lead,
.pro-footer-brand-copy small,

.pro-footer-column a i {
    color: #dcebdd;
}

.pro-footer-column a:hover,
.pro-footer-column a:focus-visible {
    color: #fff;
}

.pro-footer-column {
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, .045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.pro-footer-column h2 {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding-bottom: .7rem;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.pro-footer-column h2::before {
    width: .5rem;
    height: .5rem;
    flex: 0 0 .5rem;
    border-radius: 50%;
    background: #c8a45a;
    content: "";
    box-shadow: 0 0 0 .3rem rgba(200, 164, 90, .1);
}

.pro-footer-column a {
    width: 100%;
    padding: .5rem .55rem;
    border-radius: .65rem;
}

.pro-footer-column a:hover,
.pro-footer-column a:focus-visible {
    background: rgba(255, 255, 255, .08);
    transform: translateX(3px);
}

.pro-footer-bottom {
    padding: 1.35rem 1.1rem 0;
}

.pro-footer {
    margin-top: 5.5rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.pro-footer .container {
    position: relative;
    z-index: 1;
    padding-top: 5rem;
    padding-bottom: 1.75rem;
}

.pro-footer-top {
    grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.pro-footer-brand-block,
.pro-footer-column {
    min-height: 100%;
    border-color: rgba(255, 255, 255, .14);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
    box-shadow: 0 22px 58px rgba(0, 0, 0, .1);
}

.pro-footer-brand-block {
    position: relative;
    overflow: hidden;
    padding: 1.55rem;
}

.pro-footer-brand-block::after {
    position: absolute;
    right: -3rem;
    bottom: -4.5rem;
    width: 11rem;
    height: 11rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
    box-shadow:
        0 0 0 1.8rem rgba(255, 255, 255, .025),
        0 0 0 3.6rem rgba(255, 255, 255, .015);
    pointer-events: none;
}

.pro-footer-brand-logo {
    width: 4rem;
    height: 4rem;
    flex-basis: 4rem;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
}

.pro-footer-brand-copy strong {
    font-size: 1.48rem;
}

.pro-footer-lead {
    margin-top: 1.45rem;
    font-size: .96rem;
}

.pro-footer-column {
    padding: 1.25rem;
}

.pro-footer-column h2 {
    margin-bottom: .8rem;
    font-size: .75rem;
}

.pro-footer-column ul {
    gap: .2rem;
}

.pro-footer-column a {
    min-height: 40px;
    padding: .5rem .58rem;
}


.pro-footer-actions .btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.pro-footer-bottom {
    align-items: center;
    margin-top: 2rem;
    padding: 1.15rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1rem;
    background: rgba(0, 0, 0, .08);
}

@media (max-width: 1199.98px) {
    .pro-footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pro-footer-brand-block {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media (max-width: 575.98px) {
    .pro-footer {
        margin-top: 4rem;
    }

    .pro-footer .container {
        padding-top: 3.5rem;
    }

    .pro-footer-top {
        grid-template-columns: 1fr;
    }

    .pro-footer-brand-block {
        padding: 1.25rem;
    }

    .pro-footer-column {
        padding: 1rem;
    }

    .pro-footer-bottom {
        padding: 1rem;
    }
}
