/* ========== FOOTERS ========== */
.footer-cta {
    background: #16171c;
    padding: 4rem 2rem;
    text-align: center;
    color: white;
}

.footer-cta h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.footer-cta .cta-btn {
    display: inline-block;
    background: #fff;
    color: #4c6fff;
    padding: 14px 26px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: .2s;
}

.footer-cta .cta-btn:hover {
    transform: translateY(-2px);
    opacity: .9;
}

.footer {
    background: #16171c;
    padding: 4rem 2rem 2rem;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

.footer-brand img {
    height: 60px;
    margin-bottom: 1.2rem;
}

.footer-brand p {
    max-width: 260px;
    color: #cfcfcf;
    margin-bottom: 1.4rem;
    line-height: 1.5;
}

.footer-links {
    display: flex;
    gap: 4rem;
}

.footer-col h4 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.05rem;
}

.footer-col a {
    display: block;
    text-decoration: none;
    color: #cfcfcf;
    margin-bottom: .55rem;
    font-size: .9rem;
    transition: .2s;
}

.footer-col a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    color: #636363;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #232427;
    font-size: .85rem;
}