.cl-footer {
    background: #004666;
    color: #f9fafb;
    font-size: 0.95rem;
    line-height: 1.5;
}

.cl-footer a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

.cl-footer a:hover {
    text-decoration: underline;
}

.cl-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 1.5rem;
    box-sizing: border-box;
}

.cl-footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 1.8rem;
    margin-bottom: 1.2rem;
}

.cl-footer-col {
    flex: 1 1 260px;
    min-width: 0;
}

.cl-footer-title {
    font-weight: 600;
    font-size: 1.05rem;
    margin: 0 0 0.75rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

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

.cl-footer-list li {
    margin-bottom: 0.4rem;
}

.cl-footer-tagline {
    margin: 0 0 0.8rem;
    max-width: 28rem;
}

.cl-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.6rem;
}

.cl-footer-logo-text {
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 0.95rem;
    text-transform: uppercase;
}

.cl-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.85rem;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .cl-footer-inner {
        padding: 2rem 1.25rem 1.25rem;
    }
}