.footer-default {
    background: #4B2E83; /* Clarifyr Purple */
    color: #ffffff;
    padding: 3rem 1.5rem;
    border-top: 4px solid #6A3FB8;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.footer-column {
    flex: 1 1 180px;
}

.footer-heading {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

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

.footer-link {
    display: block;
    color: #e5d9f7;
    text-decoration: none;
    padding: 0.25rem 0;
    font-size: 0.9rem;
}

.footer-link:hover,
.footer-link:focus {
    color: #ffffff;
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 3rem;
    text-align: center;
}

.footer-brand {
    font-size: 1.1rem;
    font-weight: 700;
}

.footer-copy {
    font-size: 0.85rem;
    opacity: 0.9;
}
