.footer-modern {
    background: linear-gradient(180deg, #1a1a1d 0%, #121215 100%);
    color: #e6e6e6;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.footer-modern:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1140px;
    height: 12px;
    background: #fff;
    border-bottom: #111;
    pointer-events: none;
    z-index: 0
}

.footer-modern:before {
    content: "";
    position: absolute;
    top: 70%;
    left: -20%;
    transform: translateY(-50%);
    width: 1200px;
    height: 700px;
    pointer-events: none;
    background: radial-gradient(circle at 55% 50%, rgba(165, 18, 37, .65) 0%, rgba(165, 18, 37, .45) 0%, rgba(165, 18, 37, .25) 0%, rgba(0, 0, 0, 0) 70%);
    filter: blur(6px);
    opacity: .9
}

@media (max-width:991.98px) {
    .footer-modern:before {
        left: -40%;
        width: 760px;
        height: 760px
    }
}

.footer-modern a {
    color: #d8d8d8;
    text-decoration: none
}

.footer-modern a:hover {
    color: #fff
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, .12)
}

.footer-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.footer-top-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0
}

.footer-top-item i {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .35);
    display: grid;
    place-items: center;
    color: #fff !important;
    font-size: 22px;
    line-height: 1
}

.footer-top-item h6 {
    margin: 0;
    color: #cfcfcf;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.footer-top-item p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.footer-main {
    padding: 60px 0 40px
}

.footer-logo {
    max-width: 60px;
    height: auto;
    margin-bottom: 0
}

.footer-logo-wrapper {
    margin-bottom: 24px
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer-logo-name {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-bottom: 2px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase
}

.footer-logo-subtitle {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase
}

.footer-tagline {
    color: #bdbdbf;
    line-height: 1.6;
    max-width: 420px
}

.social-grid {
    display: flex;
    gap: 14px;
    margin-top: 22px
}

.social-grid a {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .60);
    display: grid;
    place-items: center;
    color: #A51225;
    transition: .2s ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .22)
}

.social-grid a i {
    color: #A51225;
    font-size: 28px;
    line-height: 1
}

.social-grid a:hover {
    background: rgba(255, 255, 255, .18);
    transform: translateY(-2px);
    color: #A51225
}

.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-list li {
    margin: 10px 0
}

.footer-list a {
    color: #cfcfcf
}

.footer-list a:hover {
    color: #fff
}

.cta-wrap {
    display: flex;
    align-items: center
}

.cta-btn {
    padding: 14px 20px;
    border-radius: 999px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .25);
    color: #fff;
    font-weight: 800;
    letter-spacing: .04em
}

.cta-btn:hover {
    background: #fff;
    color: #111 !important
}

.cta-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #b31217;
    display: grid;
    place-items: center;
    color: #fff;
    position: relative;
    left: -15px
}

.cta-arrow i {
    transform: rotate(45deg)
}

.footer-bottom {
    padding: 16px 0;
    color: #bcbcbc
}

.footer-bottom a {
    color: #cfcfcf
}

.footer-bottom a:hover {
    color: #fff
}

@media(max-width:991.98px) {
    .footer-top-item {
        padding: 14px 0
    }

    .cta-wrap {
        margin-top: 22px
    }
}