.front-footer {
    position: relative;
    margin-top: 72px;
    padding: 58px 0 22px;
    overflow: hidden;
    color: #dbeafe;
    background: #0f172a;
}

.front-footer::before {
    position: absolute;
    top: -110px;
    left: 8%;
    width: 320px;
    height: 320px;
    content: "";
    background: rgba(37, 99, 235, .2);
    border-radius: 50%;
    filter: blur(5px);
}

.front-footer .container {
    position: relative;
    z-index: 1;
}

.front-footer-brand {
    display: inline-flex;
    padding: 8px 14px;
    background: #fff;
    border-radius: 14px;
}

.front-footer-brand img {
    width: auto;
    height: 46px;
}

.front-footer-description {
    max-width: 390px;
    margin: 18px 0 16px;
    color: #94a3b8;
    font-size: 14px;
    line-height: 2;
}

.front-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #93c5fd;
    font-size: 13px;
    font-weight: 700;
}

.front-footer-badge i {
    color: #34d399;
}

.front-footer h6 {
    margin: 8px 0 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.front-footer > .container .col-6 a,
.front-footer > .container .col-lg-2 a {
    display: block;
    margin-bottom: 12px;
    color: #94a3b8;
    font-size: 13px;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.front-footer > .container .col-6 a:hover,
.front-footer > .container .col-lg-2 a:hover {
    color: #fff;
    transform: translateX(-3px);
}

.front-footer-callout {
    padding: 22px;
    background: linear-gradient(135deg, rgba(37, 99, 235, .28), rgba(14, 165, 233, .16));
    border: 1px solid rgba(147, 197, 253, .18);
    border-radius: 20px;
}

.front-footer-callout h6 {
    margin-top: 14px;
    margin-bottom: 8px;
}

.front-footer-callout p {
    margin-bottom: 18px;
    color: #bfdbfe;
    font-size: 13px;
    line-height: 1.9;
}

.front-footer-callout-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #fff;
    background: #2563eb;
    border-radius: 12px;
}

.front-footer-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.front-footer-action:hover {
    color: #bfdbfe;
}

.front-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 42px;
    padding-top: 18px;
    color: #64748b;
    border-top: 1px solid rgba(148, 163, 184, .16);
    font-size: 12px;
}

@media (max-width: 767.98px) {
    .front-footer {
        margin-top: 44px;
        padding-top: 42px;
    }

    .front-footer-bottom {
        flex-direction: column;
        margin-top: 28px;
    }
}
